cloud

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for cloud API

func (*Client) DeleteCloudDeploymentIdentifier

func (a *Client) DeleteCloudDeploymentIdentifier(params *DeleteCloudDeploymentIdentifierParams, opts ...ClientOption) (*DeleteCloudDeploymentIdentifierOK, error)

DeleteCloudDeploymentIdentifier Deletes a deployment

func (*Client) DeleteDomainDomain

func (a *Client) DeleteDomainDomain(params *DeleteDomainDomainParams, opts ...ClientOption) (*DeleteDomainDomainOK, error)

DeleteDomainDomain Deletes a domain.

func (*Client) GetCloudDeployment

func (a *Client) GetCloudDeployment(params *GetCloudDeploymentParams, opts ...ClientOption) (*GetCloudDeploymentOK, error)

GetCloudDeployment Lists all available deployments

func (*Client) GetDomain

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

GetDomain Lists all domains.

func (*Client) GetDomainDomain

func (a *Client) GetDomainDomain(params *GetDomainDomainParams, opts ...ClientOption) (*GetDomainDomainOK, error)

GetDomainDomain Gets the current status of a domain.

func (*Client) PostCloudDeployment

func (a *Client) PostCloudDeployment(params *PostCloudDeploymentParams, opts ...ClientOption) (*PostCloudDeploymentOK, error)

PostCloudDeployment Creates a new deployment from a set of scale functions that have already been created in the registry. If the scale functions are not public or if their given organizations do not match the organization that this session is scoped to, an error will be returned.

func (*Client) PostCloudDetach

func (a *Client) PostCloudDetach(params *PostCloudDetachParams, opts ...ClientOption) (*PostCloudDetachOK, error)

PostCloudDetach Detaches a domain from an cloud function

func (*Client) PostCloudDomain

func (a *Client) PostCloudDomain(params *PostCloudDomainParams, opts ...ClientOption) (*PostCloudDomainOK, error)

PostCloudDomain Creates a new domain.

func (*Client) PostCloudDomainAttach

func (a *Client) PostCloudDomainAttach(params *PostCloudDomainAttachParams, opts ...ClientOption) (*PostCloudDomainAttachOK, error)

PostCloudDomainAttach Attaches an existing domain to an existing function deployment

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteCloudDeploymentIdentifier(params *DeleteCloudDeploymentIdentifierParams, opts ...ClientOption) (*DeleteCloudDeploymentIdentifierOK, error)

	DeleteDomainDomain(params *DeleteDomainDomainParams, opts ...ClientOption) (*DeleteDomainDomainOK, error)

	GetCloudDeployment(params *GetCloudDeploymentParams, opts ...ClientOption) (*GetCloudDeploymentOK, error)

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

	GetDomainDomain(params *GetDomainDomainParams, opts ...ClientOption) (*GetDomainDomainOK, error)

	PostCloudDeployment(params *PostCloudDeploymentParams, opts ...ClientOption) (*PostCloudDeploymentOK, error)

	PostCloudDetach(params *PostCloudDetachParams, opts ...ClientOption) (*PostCloudDetachOK, error)

	PostCloudDomain(params *PostCloudDomainParams, opts ...ClientOption) (*PostCloudDomainOK, error)

	PostCloudDomainAttach(params *PostCloudDomainAttachParams, opts ...ClientOption) (*PostCloudDomainAttachOK, 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 cloud API client.

type DeleteCloudDeploymentIdentifierBadRequest

type DeleteCloudDeploymentIdentifierBadRequest struct {
	Payload string
}

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

Bad Request

func NewDeleteCloudDeploymentIdentifierBadRequest

func NewDeleteCloudDeploymentIdentifierBadRequest() *DeleteCloudDeploymentIdentifierBadRequest

NewDeleteCloudDeploymentIdentifierBadRequest creates a DeleteCloudDeploymentIdentifierBadRequest with default headers values

func (*DeleteCloudDeploymentIdentifierBadRequest) Code

Code gets the status code for the delete cloud deployment identifier bad request response

func (*DeleteCloudDeploymentIdentifierBadRequest) Error

func (*DeleteCloudDeploymentIdentifierBadRequest) GetPayload

func (*DeleteCloudDeploymentIdentifierBadRequest) IsClientError

IsClientError returns true when this delete cloud deployment identifier bad request response has a 4xx status code

func (*DeleteCloudDeploymentIdentifierBadRequest) IsCode

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

func (*DeleteCloudDeploymentIdentifierBadRequest) IsRedirect

IsRedirect returns true when this delete cloud deployment identifier bad request response has a 3xx status code

func (*DeleteCloudDeploymentIdentifierBadRequest) IsServerError

IsServerError returns true when this delete cloud deployment identifier bad request response has a 5xx status code

func (*DeleteCloudDeploymentIdentifierBadRequest) IsSuccess

IsSuccess returns true when this delete cloud deployment identifier bad request response has a 2xx status code

func (*DeleteCloudDeploymentIdentifierBadRequest) String

type DeleteCloudDeploymentIdentifierInternalServerError

type DeleteCloudDeploymentIdentifierInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewDeleteCloudDeploymentIdentifierInternalServerError

func NewDeleteCloudDeploymentIdentifierInternalServerError() *DeleteCloudDeploymentIdentifierInternalServerError

NewDeleteCloudDeploymentIdentifierInternalServerError creates a DeleteCloudDeploymentIdentifierInternalServerError with default headers values

func (*DeleteCloudDeploymentIdentifierInternalServerError) Code

Code gets the status code for the delete cloud deployment identifier internal server error response

func (*DeleteCloudDeploymentIdentifierInternalServerError) Error

func (*DeleteCloudDeploymentIdentifierInternalServerError) GetPayload

func (*DeleteCloudDeploymentIdentifierInternalServerError) IsClientError

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

func (*DeleteCloudDeploymentIdentifierInternalServerError) IsCode

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

func (*DeleteCloudDeploymentIdentifierInternalServerError) IsRedirect

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

func (*DeleteCloudDeploymentIdentifierInternalServerError) IsServerError

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

func (*DeleteCloudDeploymentIdentifierInternalServerError) IsSuccess

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

func (*DeleteCloudDeploymentIdentifierInternalServerError) String

type DeleteCloudDeploymentIdentifierNotFound

type DeleteCloudDeploymentIdentifierNotFound struct {
	Payload string
}

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

Not Found

func NewDeleteCloudDeploymentIdentifierNotFound

func NewDeleteCloudDeploymentIdentifierNotFound() *DeleteCloudDeploymentIdentifierNotFound

NewDeleteCloudDeploymentIdentifierNotFound creates a DeleteCloudDeploymentIdentifierNotFound with default headers values

func (*DeleteCloudDeploymentIdentifierNotFound) Code

Code gets the status code for the delete cloud deployment identifier not found response

func (*DeleteCloudDeploymentIdentifierNotFound) Error

func (*DeleteCloudDeploymentIdentifierNotFound) GetPayload

func (*DeleteCloudDeploymentIdentifierNotFound) IsClientError

func (o *DeleteCloudDeploymentIdentifierNotFound) IsClientError() bool

IsClientError returns true when this delete cloud deployment identifier not found response has a 4xx status code

func (*DeleteCloudDeploymentIdentifierNotFound) IsCode

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

func (*DeleteCloudDeploymentIdentifierNotFound) IsRedirect

IsRedirect returns true when this delete cloud deployment identifier not found response has a 3xx status code

func (*DeleteCloudDeploymentIdentifierNotFound) IsServerError

func (o *DeleteCloudDeploymentIdentifierNotFound) IsServerError() bool

IsServerError returns true when this delete cloud deployment identifier not found response has a 5xx status code

func (*DeleteCloudDeploymentIdentifierNotFound) IsSuccess

IsSuccess returns true when this delete cloud deployment identifier not found response has a 2xx status code

func (*DeleteCloudDeploymentIdentifierNotFound) String

type DeleteCloudDeploymentIdentifierOK

type DeleteCloudDeploymentIdentifierOK struct {
	Payload string
}

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

OK

func NewDeleteCloudDeploymentIdentifierOK

func NewDeleteCloudDeploymentIdentifierOK() *DeleteCloudDeploymentIdentifierOK

NewDeleteCloudDeploymentIdentifierOK creates a DeleteCloudDeploymentIdentifierOK with default headers values

func (*DeleteCloudDeploymentIdentifierOK) Code

Code gets the status code for the delete cloud deployment identifier o k response

func (*DeleteCloudDeploymentIdentifierOK) Error

func (*DeleteCloudDeploymentIdentifierOK) GetPayload

func (o *DeleteCloudDeploymentIdentifierOK) GetPayload() string

func (*DeleteCloudDeploymentIdentifierOK) IsClientError

func (o *DeleteCloudDeploymentIdentifierOK) IsClientError() bool

IsClientError returns true when this delete cloud deployment identifier o k response has a 4xx status code

func (*DeleteCloudDeploymentIdentifierOK) IsCode

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

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

func (*DeleteCloudDeploymentIdentifierOK) IsRedirect

func (o *DeleteCloudDeploymentIdentifierOK) IsRedirect() bool

IsRedirect returns true when this delete cloud deployment identifier o k response has a 3xx status code

func (*DeleteCloudDeploymentIdentifierOK) IsServerError

func (o *DeleteCloudDeploymentIdentifierOK) IsServerError() bool

IsServerError returns true when this delete cloud deployment identifier o k response has a 5xx status code

func (*DeleteCloudDeploymentIdentifierOK) IsSuccess

func (o *DeleteCloudDeploymentIdentifierOK) IsSuccess() bool

IsSuccess returns true when this delete cloud deployment identifier o k response has a 2xx status code

func (*DeleteCloudDeploymentIdentifierOK) String

type DeleteCloudDeploymentIdentifierParams

type DeleteCloudDeploymentIdentifierParams struct {

	/* Identifier.

	   identifier
	*/
	Identifier string

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

DeleteCloudDeploymentIdentifierParams contains all the parameters to send to the API endpoint

for the delete cloud deployment identifier operation.

Typically these are written to a http.Request.

func NewDeleteCloudDeploymentIdentifierParams

func NewDeleteCloudDeploymentIdentifierParams() *DeleteCloudDeploymentIdentifierParams

NewDeleteCloudDeploymentIdentifierParams creates a new DeleteCloudDeploymentIdentifierParams 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 NewDeleteCloudDeploymentIdentifierParamsWithContext

func NewDeleteCloudDeploymentIdentifierParamsWithContext(ctx context.Context) *DeleteCloudDeploymentIdentifierParams

NewDeleteCloudDeploymentIdentifierParamsWithContext creates a new DeleteCloudDeploymentIdentifierParams object with the ability to set a context for a request.

func NewDeleteCloudDeploymentIdentifierParamsWithHTTPClient

func NewDeleteCloudDeploymentIdentifierParamsWithHTTPClient(client *http.Client) *DeleteCloudDeploymentIdentifierParams

NewDeleteCloudDeploymentIdentifierParamsWithHTTPClient creates a new DeleteCloudDeploymentIdentifierParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCloudDeploymentIdentifierParamsWithTimeout

func NewDeleteCloudDeploymentIdentifierParamsWithTimeout(timeout time.Duration) *DeleteCloudDeploymentIdentifierParams

NewDeleteCloudDeploymentIdentifierParamsWithTimeout creates a new DeleteCloudDeploymentIdentifierParams object with the ability to set a timeout on a request.

func (*DeleteCloudDeploymentIdentifierParams) SetContext

SetContext adds the context to the delete cloud deployment identifier params

func (*DeleteCloudDeploymentIdentifierParams) SetDefaults

func (o *DeleteCloudDeploymentIdentifierParams) SetDefaults()

SetDefaults hydrates default values in the delete cloud deployment identifier params (not the query body).

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

func (*DeleteCloudDeploymentIdentifierParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cloud deployment identifier params

func (*DeleteCloudDeploymentIdentifierParams) SetIdentifier

func (o *DeleteCloudDeploymentIdentifierParams) SetIdentifier(identifier string)

SetIdentifier adds the identifier to the delete cloud deployment identifier params

func (*DeleteCloudDeploymentIdentifierParams) SetTimeout

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

SetTimeout adds the timeout to the delete cloud deployment identifier params

func (*DeleteCloudDeploymentIdentifierParams) WithContext

WithContext adds the context to the delete cloud deployment identifier params

func (*DeleteCloudDeploymentIdentifierParams) WithDefaults

WithDefaults hydrates default values in the delete cloud deployment identifier params (not the query body).

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

func (*DeleteCloudDeploymentIdentifierParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cloud deployment identifier params

func (*DeleteCloudDeploymentIdentifierParams) WithIdentifier

WithIdentifier adds the identifier to the delete cloud deployment identifier params

func (*DeleteCloudDeploymentIdentifierParams) WithTimeout

WithTimeout adds the timeout to the delete cloud deployment identifier params

func (*DeleteCloudDeploymentIdentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCloudDeploymentIdentifierPreconditionFailed

type DeleteCloudDeploymentIdentifierPreconditionFailed struct {
	Payload string
}

DeleteCloudDeploymentIdentifierPreconditionFailed describes a response with status code 412, with default header values.

Precondition Failed

func NewDeleteCloudDeploymentIdentifierPreconditionFailed

func NewDeleteCloudDeploymentIdentifierPreconditionFailed() *DeleteCloudDeploymentIdentifierPreconditionFailed

NewDeleteCloudDeploymentIdentifierPreconditionFailed creates a DeleteCloudDeploymentIdentifierPreconditionFailed with default headers values

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) Code

Code gets the status code for the delete cloud deployment identifier precondition failed response

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) Error

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) GetPayload

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) IsClientError

IsClientError returns true when this delete cloud deployment identifier precondition failed response has a 4xx status code

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) IsCode

IsCode returns true when this delete cloud deployment identifier precondition failed response a status code equal to that given

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) IsRedirect

IsRedirect returns true when this delete cloud deployment identifier precondition failed response has a 3xx status code

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) IsServerError

IsServerError returns true when this delete cloud deployment identifier precondition failed response has a 5xx status code

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) IsSuccess

IsSuccess returns true when this delete cloud deployment identifier precondition failed response has a 2xx status code

func (*DeleteCloudDeploymentIdentifierPreconditionFailed) String

type DeleteCloudDeploymentIdentifierReader

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

DeleteCloudDeploymentIdentifierReader is a Reader for the DeleteCloudDeploymentIdentifier structure.

func (*DeleteCloudDeploymentIdentifierReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteCloudDeploymentIdentifierUnauthorized

type DeleteCloudDeploymentIdentifierUnauthorized struct {
	Payload string
}

DeleteCloudDeploymentIdentifierUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteCloudDeploymentIdentifierUnauthorized

func NewDeleteCloudDeploymentIdentifierUnauthorized() *DeleteCloudDeploymentIdentifierUnauthorized

NewDeleteCloudDeploymentIdentifierUnauthorized creates a DeleteCloudDeploymentIdentifierUnauthorized with default headers values

func (*DeleteCloudDeploymentIdentifierUnauthorized) Code

Code gets the status code for the delete cloud deployment identifier unauthorized response

func (*DeleteCloudDeploymentIdentifierUnauthorized) Error

func (*DeleteCloudDeploymentIdentifierUnauthorized) GetPayload

func (*DeleteCloudDeploymentIdentifierUnauthorized) IsClientError

IsClientError returns true when this delete cloud deployment identifier unauthorized response has a 4xx status code

func (*DeleteCloudDeploymentIdentifierUnauthorized) IsCode

IsCode returns true when this delete cloud deployment identifier unauthorized response a status code equal to that given

func (*DeleteCloudDeploymentIdentifierUnauthorized) IsRedirect

IsRedirect returns true when this delete cloud deployment identifier unauthorized response has a 3xx status code

func (*DeleteCloudDeploymentIdentifierUnauthorized) IsServerError

IsServerError returns true when this delete cloud deployment identifier unauthorized response has a 5xx status code

func (*DeleteCloudDeploymentIdentifierUnauthorized) IsSuccess

IsSuccess returns true when this delete cloud deployment identifier unauthorized response has a 2xx status code

func (*DeleteCloudDeploymentIdentifierUnauthorized) String

type DeleteDomainDomainBadRequest

type DeleteDomainDomainBadRequest struct {
	Payload string
}

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

Bad Request

func NewDeleteDomainDomainBadRequest

func NewDeleteDomainDomainBadRequest() *DeleteDomainDomainBadRequest

NewDeleteDomainDomainBadRequest creates a DeleteDomainDomainBadRequest with default headers values

func (*DeleteDomainDomainBadRequest) Code

Code gets the status code for the delete domain domain bad request response

func (*DeleteDomainDomainBadRequest) Error

func (*DeleteDomainDomainBadRequest) GetPayload

func (o *DeleteDomainDomainBadRequest) GetPayload() string

func (*DeleteDomainDomainBadRequest) IsClientError

func (o *DeleteDomainDomainBadRequest) IsClientError() bool

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

func (*DeleteDomainDomainBadRequest) IsCode

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

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

func (*DeleteDomainDomainBadRequest) IsRedirect

func (o *DeleteDomainDomainBadRequest) IsRedirect() bool

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

func (*DeleteDomainDomainBadRequest) IsServerError

func (o *DeleteDomainDomainBadRequest) IsServerError() bool

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

func (*DeleteDomainDomainBadRequest) IsSuccess

func (o *DeleteDomainDomainBadRequest) IsSuccess() bool

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

func (*DeleteDomainDomainBadRequest) String

type DeleteDomainDomainInternalServerError

type DeleteDomainDomainInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewDeleteDomainDomainInternalServerError

func NewDeleteDomainDomainInternalServerError() *DeleteDomainDomainInternalServerError

NewDeleteDomainDomainInternalServerError creates a DeleteDomainDomainInternalServerError with default headers values

func (*DeleteDomainDomainInternalServerError) Code

Code gets the status code for the delete domain domain internal server error response

func (*DeleteDomainDomainInternalServerError) Error

func (*DeleteDomainDomainInternalServerError) GetPayload

func (*DeleteDomainDomainInternalServerError) IsClientError

func (o *DeleteDomainDomainInternalServerError) IsClientError() bool

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

func (*DeleteDomainDomainInternalServerError) IsCode

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

func (*DeleteDomainDomainInternalServerError) IsRedirect

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

func (*DeleteDomainDomainInternalServerError) IsServerError

func (o *DeleteDomainDomainInternalServerError) IsServerError() bool

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

func (*DeleteDomainDomainInternalServerError) IsSuccess

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

func (*DeleteDomainDomainInternalServerError) String

type DeleteDomainDomainNotFound

type DeleteDomainDomainNotFound struct {
	Payload string
}

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

Not Found

func NewDeleteDomainDomainNotFound

func NewDeleteDomainDomainNotFound() *DeleteDomainDomainNotFound

NewDeleteDomainDomainNotFound creates a DeleteDomainDomainNotFound with default headers values

func (*DeleteDomainDomainNotFound) Code

func (o *DeleteDomainDomainNotFound) Code() int

Code gets the status code for the delete domain domain not found response

func (*DeleteDomainDomainNotFound) Error

func (*DeleteDomainDomainNotFound) GetPayload

func (o *DeleteDomainDomainNotFound) GetPayload() string

func (*DeleteDomainDomainNotFound) IsClientError

func (o *DeleteDomainDomainNotFound) IsClientError() bool

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

func (*DeleteDomainDomainNotFound) IsCode

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

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

func (*DeleteDomainDomainNotFound) IsRedirect

func (o *DeleteDomainDomainNotFound) IsRedirect() bool

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

func (*DeleteDomainDomainNotFound) IsServerError

func (o *DeleteDomainDomainNotFound) IsServerError() bool

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

func (*DeleteDomainDomainNotFound) IsSuccess

func (o *DeleteDomainDomainNotFound) IsSuccess() bool

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

func (*DeleteDomainDomainNotFound) String

func (o *DeleteDomainDomainNotFound) String() string

type DeleteDomainDomainOK

type DeleteDomainDomainOK struct {
	Payload string
}

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

OK

func NewDeleteDomainDomainOK

func NewDeleteDomainDomainOK() *DeleteDomainDomainOK

NewDeleteDomainDomainOK creates a DeleteDomainDomainOK with default headers values

func (*DeleteDomainDomainOK) Code

func (o *DeleteDomainDomainOK) Code() int

Code gets the status code for the delete domain domain o k response

func (*DeleteDomainDomainOK) Error

func (o *DeleteDomainDomainOK) Error() string

func (*DeleteDomainDomainOK) GetPayload

func (o *DeleteDomainDomainOK) GetPayload() string

func (*DeleteDomainDomainOK) IsClientError

func (o *DeleteDomainDomainOK) IsClientError() bool

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

func (*DeleteDomainDomainOK) IsCode

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

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

func (*DeleteDomainDomainOK) IsRedirect

func (o *DeleteDomainDomainOK) IsRedirect() bool

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

func (*DeleteDomainDomainOK) IsServerError

func (o *DeleteDomainDomainOK) IsServerError() bool

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

func (*DeleteDomainDomainOK) IsSuccess

func (o *DeleteDomainDomainOK) IsSuccess() bool

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

func (*DeleteDomainDomainOK) String

func (o *DeleteDomainDomainOK) String() string

type DeleteDomainDomainParams

type DeleteDomainDomainParams struct {

	/* Domain.

	   domain
	*/
	Domain string

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

DeleteDomainDomainParams contains all the parameters to send to the API endpoint

for the delete domain domain operation.

Typically these are written to a http.Request.

func NewDeleteDomainDomainParams

func NewDeleteDomainDomainParams() *DeleteDomainDomainParams

NewDeleteDomainDomainParams creates a new DeleteDomainDomainParams 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 NewDeleteDomainDomainParamsWithContext

func NewDeleteDomainDomainParamsWithContext(ctx context.Context) *DeleteDomainDomainParams

NewDeleteDomainDomainParamsWithContext creates a new DeleteDomainDomainParams object with the ability to set a context for a request.

func NewDeleteDomainDomainParamsWithHTTPClient

func NewDeleteDomainDomainParamsWithHTTPClient(client *http.Client) *DeleteDomainDomainParams

NewDeleteDomainDomainParamsWithHTTPClient creates a new DeleteDomainDomainParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDomainDomainParamsWithTimeout

func NewDeleteDomainDomainParamsWithTimeout(timeout time.Duration) *DeleteDomainDomainParams

NewDeleteDomainDomainParamsWithTimeout creates a new DeleteDomainDomainParams object with the ability to set a timeout on a request.

func (*DeleteDomainDomainParams) SetContext

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

SetContext adds the context to the delete domain domain params

func (*DeleteDomainDomainParams) SetDefaults

func (o *DeleteDomainDomainParams) SetDefaults()

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

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

func (*DeleteDomainDomainParams) SetDomain

func (o *DeleteDomainDomainParams) SetDomain(domain string)

SetDomain adds the domain to the delete domain domain params

func (*DeleteDomainDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete domain domain params

func (*DeleteDomainDomainParams) SetTimeout

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

SetTimeout adds the timeout to the delete domain domain params

func (*DeleteDomainDomainParams) WithContext

WithContext adds the context to the delete domain domain params

func (*DeleteDomainDomainParams) WithDefaults

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

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

func (*DeleteDomainDomainParams) WithDomain

WithDomain adds the domain to the delete domain domain params

func (*DeleteDomainDomainParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete domain domain params

func (*DeleteDomainDomainParams) WithTimeout

WithTimeout adds the timeout to the delete domain domain params

func (*DeleteDomainDomainParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDomainDomainPreconditionFailed

type DeleteDomainDomainPreconditionFailed struct {
	Payload string
}

DeleteDomainDomainPreconditionFailed describes a response with status code 412, with default header values.

Precondition Failed

func NewDeleteDomainDomainPreconditionFailed

func NewDeleteDomainDomainPreconditionFailed() *DeleteDomainDomainPreconditionFailed

NewDeleteDomainDomainPreconditionFailed creates a DeleteDomainDomainPreconditionFailed with default headers values

func (*DeleteDomainDomainPreconditionFailed) Code

Code gets the status code for the delete domain domain precondition failed response

func (*DeleteDomainDomainPreconditionFailed) Error

func (*DeleteDomainDomainPreconditionFailed) GetPayload

func (*DeleteDomainDomainPreconditionFailed) IsClientError

func (o *DeleteDomainDomainPreconditionFailed) IsClientError() bool

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

func (*DeleteDomainDomainPreconditionFailed) IsCode

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

func (*DeleteDomainDomainPreconditionFailed) IsRedirect

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

func (*DeleteDomainDomainPreconditionFailed) IsServerError

func (o *DeleteDomainDomainPreconditionFailed) IsServerError() bool

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

func (*DeleteDomainDomainPreconditionFailed) IsSuccess

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

func (*DeleteDomainDomainPreconditionFailed) String

type DeleteDomainDomainReader

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

DeleteDomainDomainReader is a Reader for the DeleteDomainDomain structure.

func (*DeleteDomainDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDomainDomainUnauthorized

type DeleteDomainDomainUnauthorized struct {
	Payload string
}

DeleteDomainDomainUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteDomainDomainUnauthorized

func NewDeleteDomainDomainUnauthorized() *DeleteDomainDomainUnauthorized

NewDeleteDomainDomainUnauthorized creates a DeleteDomainDomainUnauthorized with default headers values

func (*DeleteDomainDomainUnauthorized) Code

Code gets the status code for the delete domain domain unauthorized response

func (*DeleteDomainDomainUnauthorized) Error

func (*DeleteDomainDomainUnauthorized) GetPayload

func (o *DeleteDomainDomainUnauthorized) GetPayload() string

func (*DeleteDomainDomainUnauthorized) IsClientError

func (o *DeleteDomainDomainUnauthorized) IsClientError() bool

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

func (*DeleteDomainDomainUnauthorized) IsCode

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

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

func (*DeleteDomainDomainUnauthorized) IsRedirect

func (o *DeleteDomainDomainUnauthorized) IsRedirect() bool

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

func (*DeleteDomainDomainUnauthorized) IsServerError

func (o *DeleteDomainDomainUnauthorized) IsServerError() bool

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

func (*DeleteDomainDomainUnauthorized) IsSuccess

func (o *DeleteDomainDomainUnauthorized) IsSuccess() bool

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

func (*DeleteDomainDomainUnauthorized) String

type GetCloudDeploymentInternalServerError

type GetCloudDeploymentInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewGetCloudDeploymentInternalServerError

func NewGetCloudDeploymentInternalServerError() *GetCloudDeploymentInternalServerError

NewGetCloudDeploymentInternalServerError creates a GetCloudDeploymentInternalServerError with default headers values

func (*GetCloudDeploymentInternalServerError) Code

Code gets the status code for the get cloud deployment internal server error response

func (*GetCloudDeploymentInternalServerError) Error

func (*GetCloudDeploymentInternalServerError) GetPayload

func (*GetCloudDeploymentInternalServerError) IsClientError

func (o *GetCloudDeploymentInternalServerError) IsClientError() bool

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

func (*GetCloudDeploymentInternalServerError) IsCode

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

func (*GetCloudDeploymentInternalServerError) IsRedirect

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

func (*GetCloudDeploymentInternalServerError) IsServerError

func (o *GetCloudDeploymentInternalServerError) IsServerError() bool

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

func (*GetCloudDeploymentInternalServerError) IsSuccess

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

func (*GetCloudDeploymentInternalServerError) String

type GetCloudDeploymentOK

type GetCloudDeploymentOK struct {
	Payload []*models.ModelsDeploymentResponse
}

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

OK

func NewGetCloudDeploymentOK

func NewGetCloudDeploymentOK() *GetCloudDeploymentOK

NewGetCloudDeploymentOK creates a GetCloudDeploymentOK with default headers values

func (*GetCloudDeploymentOK) Code

func (o *GetCloudDeploymentOK) Code() int

Code gets the status code for the get cloud deployment o k response

func (*GetCloudDeploymentOK) Error

func (o *GetCloudDeploymentOK) Error() string

func (*GetCloudDeploymentOK) GetPayload

func (*GetCloudDeploymentOK) IsClientError

func (o *GetCloudDeploymentOK) IsClientError() bool

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

func (*GetCloudDeploymentOK) IsCode

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

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

func (*GetCloudDeploymentOK) IsRedirect

func (o *GetCloudDeploymentOK) IsRedirect() bool

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

func (*GetCloudDeploymentOK) IsServerError

func (o *GetCloudDeploymentOK) IsServerError() bool

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

func (*GetCloudDeploymentOK) IsSuccess

func (o *GetCloudDeploymentOK) IsSuccess() bool

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

func (*GetCloudDeploymentOK) String

func (o *GetCloudDeploymentOK) String() string

type GetCloudDeploymentParams

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

GetCloudDeploymentParams contains all the parameters to send to the API endpoint

for the get cloud deployment operation.

Typically these are written to a http.Request.

func NewGetCloudDeploymentParams

func NewGetCloudDeploymentParams() *GetCloudDeploymentParams

NewGetCloudDeploymentParams creates a new GetCloudDeploymentParams 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 NewGetCloudDeploymentParamsWithContext

func NewGetCloudDeploymentParamsWithContext(ctx context.Context) *GetCloudDeploymentParams

NewGetCloudDeploymentParamsWithContext creates a new GetCloudDeploymentParams object with the ability to set a context for a request.

func NewGetCloudDeploymentParamsWithHTTPClient

func NewGetCloudDeploymentParamsWithHTTPClient(client *http.Client) *GetCloudDeploymentParams

NewGetCloudDeploymentParamsWithHTTPClient creates a new GetCloudDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudDeploymentParamsWithTimeout

func NewGetCloudDeploymentParamsWithTimeout(timeout time.Duration) *GetCloudDeploymentParams

NewGetCloudDeploymentParamsWithTimeout creates a new GetCloudDeploymentParams object with the ability to set a timeout on a request.

func (*GetCloudDeploymentParams) SetContext

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

SetContext adds the context to the get cloud deployment params

func (*GetCloudDeploymentParams) SetDefaults

func (o *GetCloudDeploymentParams) SetDefaults()

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

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

func (*GetCloudDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cloud deployment params

func (*GetCloudDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the get cloud deployment params

func (*GetCloudDeploymentParams) WithContext

WithContext adds the context to the get cloud deployment params

func (*GetCloudDeploymentParams) WithDefaults

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

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

func (*GetCloudDeploymentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get cloud deployment params

func (*GetCloudDeploymentParams) WithTimeout

WithTimeout adds the timeout to the get cloud deployment params

func (*GetCloudDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudDeploymentReader

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

GetCloudDeploymentReader is a Reader for the GetCloudDeployment structure.

func (*GetCloudDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCloudDeploymentUnauthorized

type GetCloudDeploymentUnauthorized struct {
	Payload string
}

GetCloudDeploymentUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetCloudDeploymentUnauthorized

func NewGetCloudDeploymentUnauthorized() *GetCloudDeploymentUnauthorized

NewGetCloudDeploymentUnauthorized creates a GetCloudDeploymentUnauthorized with default headers values

func (*GetCloudDeploymentUnauthorized) Code

Code gets the status code for the get cloud deployment unauthorized response

func (*GetCloudDeploymentUnauthorized) Error

func (*GetCloudDeploymentUnauthorized) GetPayload

func (o *GetCloudDeploymentUnauthorized) GetPayload() string

func (*GetCloudDeploymentUnauthorized) IsClientError

func (o *GetCloudDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this get cloud deployment unauthorized response has a 4xx status code

func (*GetCloudDeploymentUnauthorized) IsCode

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

IsCode returns true when this get cloud deployment unauthorized response a status code equal to that given

func (*GetCloudDeploymentUnauthorized) IsRedirect

func (o *GetCloudDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this get cloud deployment unauthorized response has a 3xx status code

func (*GetCloudDeploymentUnauthorized) IsServerError

func (o *GetCloudDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this get cloud deployment unauthorized response has a 5xx status code

func (*GetCloudDeploymentUnauthorized) IsSuccess

func (o *GetCloudDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this get cloud deployment unauthorized response has a 2xx status code

func (*GetCloudDeploymentUnauthorized) String

type GetDomainBadRequest

type GetDomainBadRequest struct {
	Payload string
}

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

Bad Request

func NewGetDomainBadRequest

func NewGetDomainBadRequest() *GetDomainBadRequest

NewGetDomainBadRequest creates a GetDomainBadRequest with default headers values

func (*GetDomainBadRequest) Code

func (o *GetDomainBadRequest) Code() int

Code gets the status code for the get domain bad request response

func (*GetDomainBadRequest) Error

func (o *GetDomainBadRequest) Error() string

func (*GetDomainBadRequest) GetPayload

func (o *GetDomainBadRequest) GetPayload() string

func (*GetDomainBadRequest) IsClientError

func (o *GetDomainBadRequest) IsClientError() bool

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

func (*GetDomainBadRequest) IsCode

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

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

func (*GetDomainBadRequest) IsRedirect

func (o *GetDomainBadRequest) IsRedirect() bool

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

func (*GetDomainBadRequest) IsServerError

func (o *GetDomainBadRequest) IsServerError() bool

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

func (*GetDomainBadRequest) IsSuccess

func (o *GetDomainBadRequest) IsSuccess() bool

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

func (*GetDomainBadRequest) String

func (o *GetDomainBadRequest) String() string

type GetDomainDomainBadRequest

type GetDomainDomainBadRequest struct {
	Payload string
}

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

Bad Request

func NewGetDomainDomainBadRequest

func NewGetDomainDomainBadRequest() *GetDomainDomainBadRequest

NewGetDomainDomainBadRequest creates a GetDomainDomainBadRequest with default headers values

func (*GetDomainDomainBadRequest) Code

func (o *GetDomainDomainBadRequest) Code() int

Code gets the status code for the get domain domain bad request response

func (*GetDomainDomainBadRequest) Error

func (o *GetDomainDomainBadRequest) Error() string

func (*GetDomainDomainBadRequest) GetPayload

func (o *GetDomainDomainBadRequest) GetPayload() string

func (*GetDomainDomainBadRequest) IsClientError

func (o *GetDomainDomainBadRequest) IsClientError() bool

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

func (*GetDomainDomainBadRequest) IsCode

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

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

func (*GetDomainDomainBadRequest) IsRedirect

func (o *GetDomainDomainBadRequest) IsRedirect() bool

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

func (*GetDomainDomainBadRequest) IsServerError

func (o *GetDomainDomainBadRequest) IsServerError() bool

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

func (*GetDomainDomainBadRequest) IsSuccess

func (o *GetDomainDomainBadRequest) IsSuccess() bool

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

func (*GetDomainDomainBadRequest) String

func (o *GetDomainDomainBadRequest) String() string

type GetDomainDomainInternalServerError

type GetDomainDomainInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewGetDomainDomainInternalServerError

func NewGetDomainDomainInternalServerError() *GetDomainDomainInternalServerError

NewGetDomainDomainInternalServerError creates a GetDomainDomainInternalServerError with default headers values

func (*GetDomainDomainInternalServerError) Code

Code gets the status code for the get domain domain internal server error response

func (*GetDomainDomainInternalServerError) Error

func (*GetDomainDomainInternalServerError) GetPayload

func (*GetDomainDomainInternalServerError) IsClientError

func (o *GetDomainDomainInternalServerError) IsClientError() bool

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

func (*GetDomainDomainInternalServerError) IsCode

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

func (*GetDomainDomainInternalServerError) IsRedirect

func (o *GetDomainDomainInternalServerError) IsRedirect() bool

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

func (*GetDomainDomainInternalServerError) IsServerError

func (o *GetDomainDomainInternalServerError) IsServerError() bool

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

func (*GetDomainDomainInternalServerError) IsSuccess

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

func (*GetDomainDomainInternalServerError) String

type GetDomainDomainNotFound

type GetDomainDomainNotFound struct {
	Payload string
}

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

Not Found

func NewGetDomainDomainNotFound

func NewGetDomainDomainNotFound() *GetDomainDomainNotFound

NewGetDomainDomainNotFound creates a GetDomainDomainNotFound with default headers values

func (*GetDomainDomainNotFound) Code

func (o *GetDomainDomainNotFound) Code() int

Code gets the status code for the get domain domain not found response

func (*GetDomainDomainNotFound) Error

func (o *GetDomainDomainNotFound) Error() string

func (*GetDomainDomainNotFound) GetPayload

func (o *GetDomainDomainNotFound) GetPayload() string

func (*GetDomainDomainNotFound) IsClientError

func (o *GetDomainDomainNotFound) IsClientError() bool

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

func (*GetDomainDomainNotFound) IsCode

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

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

func (*GetDomainDomainNotFound) IsRedirect

func (o *GetDomainDomainNotFound) IsRedirect() bool

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

func (*GetDomainDomainNotFound) IsServerError

func (o *GetDomainDomainNotFound) IsServerError() bool

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

func (*GetDomainDomainNotFound) IsSuccess

func (o *GetDomainDomainNotFound) IsSuccess() bool

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

func (*GetDomainDomainNotFound) String

func (o *GetDomainDomainNotFound) String() string

type GetDomainDomainOK

type GetDomainDomainOK struct {
	Payload *models.ModelsDomainResponse
}

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

OK

func NewGetDomainDomainOK

func NewGetDomainDomainOK() *GetDomainDomainOK

NewGetDomainDomainOK creates a GetDomainDomainOK with default headers values

func (*GetDomainDomainOK) Code

func (o *GetDomainDomainOK) Code() int

Code gets the status code for the get domain domain o k response

func (*GetDomainDomainOK) Error

func (o *GetDomainDomainOK) Error() string

func (*GetDomainDomainOK) GetPayload

func (*GetDomainDomainOK) IsClientError

func (o *GetDomainDomainOK) IsClientError() bool

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

func (*GetDomainDomainOK) IsCode

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

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

func (*GetDomainDomainOK) IsRedirect

func (o *GetDomainDomainOK) IsRedirect() bool

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

func (*GetDomainDomainOK) IsServerError

func (o *GetDomainDomainOK) IsServerError() bool

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

func (*GetDomainDomainOK) IsSuccess

func (o *GetDomainDomainOK) IsSuccess() bool

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

func (*GetDomainDomainOK) String

func (o *GetDomainDomainOK) String() string

type GetDomainDomainParams

type GetDomainDomainParams struct {

	/* Domain.

	   domain
	*/
	Domain string

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

GetDomainDomainParams contains all the parameters to send to the API endpoint

for the get domain domain operation.

Typically these are written to a http.Request.

func NewGetDomainDomainParams

func NewGetDomainDomainParams() *GetDomainDomainParams

NewGetDomainDomainParams creates a new GetDomainDomainParams 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 NewGetDomainDomainParamsWithContext

func NewGetDomainDomainParamsWithContext(ctx context.Context) *GetDomainDomainParams

NewGetDomainDomainParamsWithContext creates a new GetDomainDomainParams object with the ability to set a context for a request.

func NewGetDomainDomainParamsWithHTTPClient

func NewGetDomainDomainParamsWithHTTPClient(client *http.Client) *GetDomainDomainParams

NewGetDomainDomainParamsWithHTTPClient creates a new GetDomainDomainParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomainDomainParamsWithTimeout

func NewGetDomainDomainParamsWithTimeout(timeout time.Duration) *GetDomainDomainParams

NewGetDomainDomainParamsWithTimeout creates a new GetDomainDomainParams object with the ability to set a timeout on a request.

func (*GetDomainDomainParams) SetContext

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

SetContext adds the context to the get domain domain params

func (*GetDomainDomainParams) SetDefaults

func (o *GetDomainDomainParams) SetDefaults()

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

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

func (*GetDomainDomainParams) SetDomain

func (o *GetDomainDomainParams) SetDomain(domain string)

SetDomain adds the domain to the get domain domain params

func (*GetDomainDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get domain domain params

func (*GetDomainDomainParams) SetTimeout

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

SetTimeout adds the timeout to the get domain domain params

func (*GetDomainDomainParams) WithContext

WithContext adds the context to the get domain domain params

func (*GetDomainDomainParams) WithDefaults

func (o *GetDomainDomainParams) WithDefaults() *GetDomainDomainParams

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

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

func (*GetDomainDomainParams) WithDomain

func (o *GetDomainDomainParams) WithDomain(domain string) *GetDomainDomainParams

WithDomain adds the domain to the get domain domain params

func (*GetDomainDomainParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get domain domain params

func (*GetDomainDomainParams) WithTimeout

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

WithTimeout adds the timeout to the get domain domain params

func (*GetDomainDomainParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDomainDomainReader

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

GetDomainDomainReader is a Reader for the GetDomainDomain structure.

func (*GetDomainDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomainDomainUnauthorized

type GetDomainDomainUnauthorized struct {
	Payload string
}

GetDomainDomainUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetDomainDomainUnauthorized

func NewGetDomainDomainUnauthorized() *GetDomainDomainUnauthorized

NewGetDomainDomainUnauthorized creates a GetDomainDomainUnauthorized with default headers values

func (*GetDomainDomainUnauthorized) Code

func (o *GetDomainDomainUnauthorized) Code() int

Code gets the status code for the get domain domain unauthorized response

func (*GetDomainDomainUnauthorized) Error

func (*GetDomainDomainUnauthorized) GetPayload

func (o *GetDomainDomainUnauthorized) GetPayload() string

func (*GetDomainDomainUnauthorized) IsClientError

func (o *GetDomainDomainUnauthorized) IsClientError() bool

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

func (*GetDomainDomainUnauthorized) IsCode

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

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

func (*GetDomainDomainUnauthorized) IsRedirect

func (o *GetDomainDomainUnauthorized) IsRedirect() bool

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

func (*GetDomainDomainUnauthorized) IsServerError

func (o *GetDomainDomainUnauthorized) IsServerError() bool

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

func (*GetDomainDomainUnauthorized) IsSuccess

func (o *GetDomainDomainUnauthorized) IsSuccess() bool

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

func (*GetDomainDomainUnauthorized) String

func (o *GetDomainDomainUnauthorized) String() string

type GetDomainInternalServerError

type GetDomainInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewGetDomainInternalServerError

func NewGetDomainInternalServerError() *GetDomainInternalServerError

NewGetDomainInternalServerError creates a GetDomainInternalServerError with default headers values

func (*GetDomainInternalServerError) Code

Code gets the status code for the get domain internal server error response

func (*GetDomainInternalServerError) Error

func (*GetDomainInternalServerError) GetPayload

func (o *GetDomainInternalServerError) GetPayload() string

func (*GetDomainInternalServerError) IsClientError

func (o *GetDomainInternalServerError) IsClientError() bool

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

func (*GetDomainInternalServerError) IsCode

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

func (o *GetDomainInternalServerError) IsRedirect() bool

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

func (*GetDomainInternalServerError) IsServerError

func (o *GetDomainInternalServerError) IsServerError() bool

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

func (*GetDomainInternalServerError) IsSuccess

func (o *GetDomainInternalServerError) IsSuccess() bool

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

func (*GetDomainInternalServerError) String

type GetDomainNotFound

type GetDomainNotFound struct {
	Payload string
}

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

Not Found

func NewGetDomainNotFound

func NewGetDomainNotFound() *GetDomainNotFound

NewGetDomainNotFound creates a GetDomainNotFound with default headers values

func (*GetDomainNotFound) Code

func (o *GetDomainNotFound) Code() int

Code gets the status code for the get domain not found response

func (*GetDomainNotFound) Error

func (o *GetDomainNotFound) Error() string

func (*GetDomainNotFound) GetPayload

func (o *GetDomainNotFound) GetPayload() string

func (*GetDomainNotFound) IsClientError

func (o *GetDomainNotFound) IsClientError() bool

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

func (*GetDomainNotFound) IsCode

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

func (o *GetDomainNotFound) IsRedirect() bool

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

func (*GetDomainNotFound) IsServerError

func (o *GetDomainNotFound) IsServerError() bool

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

func (*GetDomainNotFound) IsSuccess

func (o *GetDomainNotFound) IsSuccess() bool

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

func (*GetDomainNotFound) String

func (o *GetDomainNotFound) String() string

type GetDomainOK

type GetDomainOK struct {
	Payload []*models.ModelsDomainResponse
}

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

OK

func NewGetDomainOK

func NewGetDomainOK() *GetDomainOK

NewGetDomainOK creates a GetDomainOK with default headers values

func (*GetDomainOK) Code

func (o *GetDomainOK) Code() int

Code gets the status code for the get domain o k response

func (*GetDomainOK) Error

func (o *GetDomainOK) Error() string

func (*GetDomainOK) GetPayload

func (o *GetDomainOK) GetPayload() []*models.ModelsDomainResponse

func (*GetDomainOK) IsClientError

func (o *GetDomainOK) IsClientError() bool

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

func (*GetDomainOK) IsCode

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

func (o *GetDomainOK) IsRedirect() bool

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

func (*GetDomainOK) IsServerError

func (o *GetDomainOK) IsServerError() bool

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

func (*GetDomainOK) IsSuccess

func (o *GetDomainOK) IsSuccess() bool

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

func (*GetDomainOK) String

func (o *GetDomainOK) String() string

type GetDomainParams

type GetDomainParams struct {
	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

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

func NewGetDomainParamsWithContext(ctx context.Context) *GetDomainParams

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

func NewGetDomainParamsWithHTTPClient

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

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

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

SetContext adds the context to the get domain params

func (*GetDomainParams) SetDefaults

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

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

SetHTTPClient adds the HTTPClient to the get domain params

func (*GetDomainParams) SetTimeout

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

SetTimeout adds the timeout to the get domain params

func (*GetDomainParams) WithContext

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

WithContext adds the context to the get domain params

func (*GetDomainParams) WithDefaults

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

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

WithHTTPClient adds the HTTPClient to the get domain params

func (*GetDomainParams) WithTimeout

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

WithTimeout adds the timeout to the get domain params

func (*GetDomainParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDomainReader

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

GetDomainReader is a Reader for the GetDomain structure.

func (*GetDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDomainUnauthorized

type GetDomainUnauthorized struct {
	Payload string
}

GetDomainUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetDomainUnauthorized

func NewGetDomainUnauthorized() *GetDomainUnauthorized

NewGetDomainUnauthorized creates a GetDomainUnauthorized with default headers values

func (*GetDomainUnauthorized) Code

func (o *GetDomainUnauthorized) Code() int

Code gets the status code for the get domain unauthorized response

func (*GetDomainUnauthorized) Error

func (o *GetDomainUnauthorized) Error() string

func (*GetDomainUnauthorized) GetPayload

func (o *GetDomainUnauthorized) GetPayload() string

func (*GetDomainUnauthorized) IsClientError

func (o *GetDomainUnauthorized) IsClientError() bool

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

func (*GetDomainUnauthorized) IsCode

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

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

func (*GetDomainUnauthorized) IsRedirect

func (o *GetDomainUnauthorized) IsRedirect() bool

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

func (*GetDomainUnauthorized) IsServerError

func (o *GetDomainUnauthorized) IsServerError() bool

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

func (*GetDomainUnauthorized) IsSuccess

func (o *GetDomainUnauthorized) IsSuccess() bool

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

func (*GetDomainUnauthorized) String

func (o *GetDomainUnauthorized) String() string

type PostCloudDeploymentBadRequest

type PostCloudDeploymentBadRequest struct {
	Payload string
}

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

Bad Request

func NewPostCloudDeploymentBadRequest

func NewPostCloudDeploymentBadRequest() *PostCloudDeploymentBadRequest

NewPostCloudDeploymentBadRequest creates a PostCloudDeploymentBadRequest with default headers values

func (*PostCloudDeploymentBadRequest) Code

Code gets the status code for the post cloud deployment bad request response

func (*PostCloudDeploymentBadRequest) Error

func (*PostCloudDeploymentBadRequest) GetPayload

func (o *PostCloudDeploymentBadRequest) GetPayload() string

func (*PostCloudDeploymentBadRequest) IsClientError

func (o *PostCloudDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this post cloud deployment bad request response has a 4xx status code

func (*PostCloudDeploymentBadRequest) IsCode

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

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

func (*PostCloudDeploymentBadRequest) IsRedirect

func (o *PostCloudDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this post cloud deployment bad request response has a 3xx status code

func (*PostCloudDeploymentBadRequest) IsServerError

func (o *PostCloudDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this post cloud deployment bad request response has a 5xx status code

func (*PostCloudDeploymentBadRequest) IsSuccess

func (o *PostCloudDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this post cloud deployment bad request response has a 2xx status code

func (*PostCloudDeploymentBadRequest) String

type PostCloudDeploymentInternalServerError

type PostCloudDeploymentInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewPostCloudDeploymentInternalServerError

func NewPostCloudDeploymentInternalServerError() *PostCloudDeploymentInternalServerError

NewPostCloudDeploymentInternalServerError creates a PostCloudDeploymentInternalServerError with default headers values

func (*PostCloudDeploymentInternalServerError) Code

Code gets the status code for the post cloud deployment internal server error response

func (*PostCloudDeploymentInternalServerError) Error

func (*PostCloudDeploymentInternalServerError) GetPayload

func (*PostCloudDeploymentInternalServerError) IsClientError

func (o *PostCloudDeploymentInternalServerError) IsClientError() bool

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

func (*PostCloudDeploymentInternalServerError) IsCode

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

func (*PostCloudDeploymentInternalServerError) IsRedirect

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

func (*PostCloudDeploymentInternalServerError) IsServerError

func (o *PostCloudDeploymentInternalServerError) IsServerError() bool

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

func (*PostCloudDeploymentInternalServerError) IsSuccess

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

func (*PostCloudDeploymentInternalServerError) String

type PostCloudDeploymentNotFound

type PostCloudDeploymentNotFound struct {
	Payload string
}

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

Not Found

func NewPostCloudDeploymentNotFound

func NewPostCloudDeploymentNotFound() *PostCloudDeploymentNotFound

NewPostCloudDeploymentNotFound creates a PostCloudDeploymentNotFound with default headers values

func (*PostCloudDeploymentNotFound) Code

func (o *PostCloudDeploymentNotFound) Code() int

Code gets the status code for the post cloud deployment not found response

func (*PostCloudDeploymentNotFound) Error

func (*PostCloudDeploymentNotFound) GetPayload

func (o *PostCloudDeploymentNotFound) GetPayload() string

func (*PostCloudDeploymentNotFound) IsClientError

func (o *PostCloudDeploymentNotFound) IsClientError() bool

IsClientError returns true when this post cloud deployment not found response has a 4xx status code

func (*PostCloudDeploymentNotFound) IsCode

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

IsCode returns true when this post cloud deployment not found response a status code equal to that given

func (*PostCloudDeploymentNotFound) IsRedirect

func (o *PostCloudDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this post cloud deployment not found response has a 3xx status code

func (*PostCloudDeploymentNotFound) IsServerError

func (o *PostCloudDeploymentNotFound) IsServerError() bool

IsServerError returns true when this post cloud deployment not found response has a 5xx status code

func (*PostCloudDeploymentNotFound) IsSuccess

func (o *PostCloudDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this post cloud deployment not found response has a 2xx status code

func (*PostCloudDeploymentNotFound) String

func (o *PostCloudDeploymentNotFound) String() string

type PostCloudDeploymentOK

type PostCloudDeploymentOK struct {
	Payload *models.ModelsDeploymentResponse
}

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

OK

func NewPostCloudDeploymentOK

func NewPostCloudDeploymentOK() *PostCloudDeploymentOK

NewPostCloudDeploymentOK creates a PostCloudDeploymentOK with default headers values

func (*PostCloudDeploymentOK) Code

func (o *PostCloudDeploymentOK) Code() int

Code gets the status code for the post cloud deployment o k response

func (*PostCloudDeploymentOK) Error

func (o *PostCloudDeploymentOK) Error() string

func (*PostCloudDeploymentOK) GetPayload

func (*PostCloudDeploymentOK) IsClientError

func (o *PostCloudDeploymentOK) IsClientError() bool

IsClientError returns true when this post cloud deployment o k response has a 4xx status code

func (*PostCloudDeploymentOK) IsCode

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

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

func (*PostCloudDeploymentOK) IsRedirect

func (o *PostCloudDeploymentOK) IsRedirect() bool

IsRedirect returns true when this post cloud deployment o k response has a 3xx status code

func (*PostCloudDeploymentOK) IsServerError

func (o *PostCloudDeploymentOK) IsServerError() bool

IsServerError returns true when this post cloud deployment o k response has a 5xx status code

func (*PostCloudDeploymentOK) IsSuccess

func (o *PostCloudDeploymentOK) IsSuccess() bool

IsSuccess returns true when this post cloud deployment o k response has a 2xx status code

func (*PostCloudDeploymentOK) String

func (o *PostCloudDeploymentOK) String() string

type PostCloudDeploymentParams

type PostCloudDeploymentParams struct {

	/* Request.

	   Create Deployment Request
	*/
	Request *models.ModelsCreateDeploymentRequest

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

PostCloudDeploymentParams contains all the parameters to send to the API endpoint

for the post cloud deployment operation.

Typically these are written to a http.Request.

func NewPostCloudDeploymentParams

func NewPostCloudDeploymentParams() *PostCloudDeploymentParams

NewPostCloudDeploymentParams creates a new PostCloudDeploymentParams 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 NewPostCloudDeploymentParamsWithContext

func NewPostCloudDeploymentParamsWithContext(ctx context.Context) *PostCloudDeploymentParams

NewPostCloudDeploymentParamsWithContext creates a new PostCloudDeploymentParams object with the ability to set a context for a request.

func NewPostCloudDeploymentParamsWithHTTPClient

func NewPostCloudDeploymentParamsWithHTTPClient(client *http.Client) *PostCloudDeploymentParams

NewPostCloudDeploymentParamsWithHTTPClient creates a new PostCloudDeploymentParams object with the ability to set a custom HTTPClient for a request.

func NewPostCloudDeploymentParamsWithTimeout

func NewPostCloudDeploymentParamsWithTimeout(timeout time.Duration) *PostCloudDeploymentParams

NewPostCloudDeploymentParamsWithTimeout creates a new PostCloudDeploymentParams object with the ability to set a timeout on a request.

func (*PostCloudDeploymentParams) SetContext

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

SetContext adds the context to the post cloud deployment params

func (*PostCloudDeploymentParams) SetDefaults

func (o *PostCloudDeploymentParams) SetDefaults()

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

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

func (*PostCloudDeploymentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post cloud deployment params

func (*PostCloudDeploymentParams) SetRequest

SetRequest adds the request to the post cloud deployment params

func (*PostCloudDeploymentParams) SetTimeout

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

SetTimeout adds the timeout to the post cloud deployment params

func (*PostCloudDeploymentParams) WithContext

WithContext adds the context to the post cloud deployment params

func (*PostCloudDeploymentParams) WithDefaults

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

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

func (*PostCloudDeploymentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post cloud deployment params

func (*PostCloudDeploymentParams) WithRequest

WithRequest adds the request to the post cloud deployment params

func (*PostCloudDeploymentParams) WithTimeout

WithTimeout adds the timeout to the post cloud deployment params

func (*PostCloudDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostCloudDeploymentReader

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

PostCloudDeploymentReader is a Reader for the PostCloudDeployment structure.

func (*PostCloudDeploymentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostCloudDeploymentUnauthorized

type PostCloudDeploymentUnauthorized struct {
	Payload string
}

PostCloudDeploymentUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostCloudDeploymentUnauthorized

func NewPostCloudDeploymentUnauthorized() *PostCloudDeploymentUnauthorized

NewPostCloudDeploymentUnauthorized creates a PostCloudDeploymentUnauthorized with default headers values

func (*PostCloudDeploymentUnauthorized) Code

Code gets the status code for the post cloud deployment unauthorized response

func (*PostCloudDeploymentUnauthorized) Error

func (*PostCloudDeploymentUnauthorized) GetPayload

func (o *PostCloudDeploymentUnauthorized) GetPayload() string

func (*PostCloudDeploymentUnauthorized) IsClientError

func (o *PostCloudDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this post cloud deployment unauthorized response has a 4xx status code

func (*PostCloudDeploymentUnauthorized) IsCode

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

IsCode returns true when this post cloud deployment unauthorized response a status code equal to that given

func (*PostCloudDeploymentUnauthorized) IsRedirect

func (o *PostCloudDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this post cloud deployment unauthorized response has a 3xx status code

func (*PostCloudDeploymentUnauthorized) IsServerError

func (o *PostCloudDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this post cloud deployment unauthorized response has a 5xx status code

func (*PostCloudDeploymentUnauthorized) IsSuccess

func (o *PostCloudDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this post cloud deployment unauthorized response has a 2xx status code

func (*PostCloudDeploymentUnauthorized) String

type PostCloudDetachBadRequest

type PostCloudDetachBadRequest struct {
	Payload string
}

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

Bad Request

func NewPostCloudDetachBadRequest

func NewPostCloudDetachBadRequest() *PostCloudDetachBadRequest

NewPostCloudDetachBadRequest creates a PostCloudDetachBadRequest with default headers values

func (*PostCloudDetachBadRequest) Code

func (o *PostCloudDetachBadRequest) Code() int

Code gets the status code for the post cloud detach bad request response

func (*PostCloudDetachBadRequest) Error

func (o *PostCloudDetachBadRequest) Error() string

func (*PostCloudDetachBadRequest) GetPayload

func (o *PostCloudDetachBadRequest) GetPayload() string

func (*PostCloudDetachBadRequest) IsClientError

func (o *PostCloudDetachBadRequest) IsClientError() bool

IsClientError returns true when this post cloud detach bad request response has a 4xx status code

func (*PostCloudDetachBadRequest) IsCode

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

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

func (*PostCloudDetachBadRequest) IsRedirect

func (o *PostCloudDetachBadRequest) IsRedirect() bool

IsRedirect returns true when this post cloud detach bad request response has a 3xx status code

func (*PostCloudDetachBadRequest) IsServerError

func (o *PostCloudDetachBadRequest) IsServerError() bool

IsServerError returns true when this post cloud detach bad request response has a 5xx status code

func (*PostCloudDetachBadRequest) IsSuccess

func (o *PostCloudDetachBadRequest) IsSuccess() bool

IsSuccess returns true when this post cloud detach bad request response has a 2xx status code

func (*PostCloudDetachBadRequest) String

func (o *PostCloudDetachBadRequest) String() string

type PostCloudDetachInternalServerError

type PostCloudDetachInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewPostCloudDetachInternalServerError

func NewPostCloudDetachInternalServerError() *PostCloudDetachInternalServerError

NewPostCloudDetachInternalServerError creates a PostCloudDetachInternalServerError with default headers values

func (*PostCloudDetachInternalServerError) Code

Code gets the status code for the post cloud detach internal server error response

func (*PostCloudDetachInternalServerError) Error

func (*PostCloudDetachInternalServerError) GetPayload

func (*PostCloudDetachInternalServerError) IsClientError

func (o *PostCloudDetachInternalServerError) IsClientError() bool

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

func (*PostCloudDetachInternalServerError) IsCode

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

func (*PostCloudDetachInternalServerError) IsRedirect

func (o *PostCloudDetachInternalServerError) IsRedirect() bool

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

func (*PostCloudDetachInternalServerError) IsServerError

func (o *PostCloudDetachInternalServerError) IsServerError() bool

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

func (*PostCloudDetachInternalServerError) IsSuccess

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

func (*PostCloudDetachInternalServerError) String

type PostCloudDetachNotFound

type PostCloudDetachNotFound struct {
	Payload string
}

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

Not Found

func NewPostCloudDetachNotFound

func NewPostCloudDetachNotFound() *PostCloudDetachNotFound

NewPostCloudDetachNotFound creates a PostCloudDetachNotFound with default headers values

func (*PostCloudDetachNotFound) Code

func (o *PostCloudDetachNotFound) Code() int

Code gets the status code for the post cloud detach not found response

func (*PostCloudDetachNotFound) Error

func (o *PostCloudDetachNotFound) Error() string

func (*PostCloudDetachNotFound) GetPayload

func (o *PostCloudDetachNotFound) GetPayload() string

func (*PostCloudDetachNotFound) IsClientError

func (o *PostCloudDetachNotFound) IsClientError() bool

IsClientError returns true when this post cloud detach not found response has a 4xx status code

func (*PostCloudDetachNotFound) IsCode

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

IsCode returns true when this post cloud detach not found response a status code equal to that given

func (*PostCloudDetachNotFound) IsRedirect

func (o *PostCloudDetachNotFound) IsRedirect() bool

IsRedirect returns true when this post cloud detach not found response has a 3xx status code

func (*PostCloudDetachNotFound) IsServerError

func (o *PostCloudDetachNotFound) IsServerError() bool

IsServerError returns true when this post cloud detach not found response has a 5xx status code

func (*PostCloudDetachNotFound) IsSuccess

func (o *PostCloudDetachNotFound) IsSuccess() bool

IsSuccess returns true when this post cloud detach not found response has a 2xx status code

func (*PostCloudDetachNotFound) String

func (o *PostCloudDetachNotFound) String() string

type PostCloudDetachOK

type PostCloudDetachOK struct {
	Payload *models.ModelsDeploymentResponse
}

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

OK

func NewPostCloudDetachOK

func NewPostCloudDetachOK() *PostCloudDetachOK

NewPostCloudDetachOK creates a PostCloudDetachOK with default headers values

func (*PostCloudDetachOK) Code

func (o *PostCloudDetachOK) Code() int

Code gets the status code for the post cloud detach o k response

func (*PostCloudDetachOK) Error

func (o *PostCloudDetachOK) Error() string

func (*PostCloudDetachOK) GetPayload

func (*PostCloudDetachOK) IsClientError

func (o *PostCloudDetachOK) IsClientError() bool

IsClientError returns true when this post cloud detach o k response has a 4xx status code

func (*PostCloudDetachOK) IsCode

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

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

func (*PostCloudDetachOK) IsRedirect

func (o *PostCloudDetachOK) IsRedirect() bool

IsRedirect returns true when this post cloud detach o k response has a 3xx status code

func (*PostCloudDetachOK) IsServerError

func (o *PostCloudDetachOK) IsServerError() bool

IsServerError returns true when this post cloud detach o k response has a 5xx status code

func (*PostCloudDetachOK) IsSuccess

func (o *PostCloudDetachOK) IsSuccess() bool

IsSuccess returns true when this post cloud detach o k response has a 2xx status code

func (*PostCloudDetachOK) String

func (o *PostCloudDetachOK) String() string

type PostCloudDetachParams

type PostCloudDetachParams struct {

	/* Request.

	   Detach Domain Request
	*/
	Request *models.ModelsDetachDomainRequest

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

PostCloudDetachParams contains all the parameters to send to the API endpoint

for the post cloud detach operation.

Typically these are written to a http.Request.

func NewPostCloudDetachParams

func NewPostCloudDetachParams() *PostCloudDetachParams

NewPostCloudDetachParams creates a new PostCloudDetachParams 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 NewPostCloudDetachParamsWithContext

func NewPostCloudDetachParamsWithContext(ctx context.Context) *PostCloudDetachParams

NewPostCloudDetachParamsWithContext creates a new PostCloudDetachParams object with the ability to set a context for a request.

func NewPostCloudDetachParamsWithHTTPClient

func NewPostCloudDetachParamsWithHTTPClient(client *http.Client) *PostCloudDetachParams

NewPostCloudDetachParamsWithHTTPClient creates a new PostCloudDetachParams object with the ability to set a custom HTTPClient for a request.

func NewPostCloudDetachParamsWithTimeout

func NewPostCloudDetachParamsWithTimeout(timeout time.Duration) *PostCloudDetachParams

NewPostCloudDetachParamsWithTimeout creates a new PostCloudDetachParams object with the ability to set a timeout on a request.

func (*PostCloudDetachParams) SetContext

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

SetContext adds the context to the post cloud detach params

func (*PostCloudDetachParams) SetDefaults

func (o *PostCloudDetachParams) SetDefaults()

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

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

func (*PostCloudDetachParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post cloud detach params

func (*PostCloudDetachParams) SetRequest

func (o *PostCloudDetachParams) SetRequest(request *models.ModelsDetachDomainRequest)

SetRequest adds the request to the post cloud detach params

func (*PostCloudDetachParams) SetTimeout

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

SetTimeout adds the timeout to the post cloud detach params

func (*PostCloudDetachParams) WithContext

WithContext adds the context to the post cloud detach params

func (*PostCloudDetachParams) WithDefaults

func (o *PostCloudDetachParams) WithDefaults() *PostCloudDetachParams

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

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

func (*PostCloudDetachParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post cloud detach params

func (*PostCloudDetachParams) WithRequest

WithRequest adds the request to the post cloud detach params

func (*PostCloudDetachParams) WithTimeout

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

WithTimeout adds the timeout to the post cloud detach params

func (*PostCloudDetachParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostCloudDetachReader

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

PostCloudDetachReader is a Reader for the PostCloudDetach structure.

func (*PostCloudDetachReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostCloudDetachUnauthorized

type PostCloudDetachUnauthorized struct {
	Payload string
}

PostCloudDetachUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostCloudDetachUnauthorized

func NewPostCloudDetachUnauthorized() *PostCloudDetachUnauthorized

NewPostCloudDetachUnauthorized creates a PostCloudDetachUnauthorized with default headers values

func (*PostCloudDetachUnauthorized) Code

func (o *PostCloudDetachUnauthorized) Code() int

Code gets the status code for the post cloud detach unauthorized response

func (*PostCloudDetachUnauthorized) Error

func (*PostCloudDetachUnauthorized) GetPayload

func (o *PostCloudDetachUnauthorized) GetPayload() string

func (*PostCloudDetachUnauthorized) IsClientError

func (o *PostCloudDetachUnauthorized) IsClientError() bool

IsClientError returns true when this post cloud detach unauthorized response has a 4xx status code

func (*PostCloudDetachUnauthorized) IsCode

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

IsCode returns true when this post cloud detach unauthorized response a status code equal to that given

func (*PostCloudDetachUnauthorized) IsRedirect

func (o *PostCloudDetachUnauthorized) IsRedirect() bool

IsRedirect returns true when this post cloud detach unauthorized response has a 3xx status code

func (*PostCloudDetachUnauthorized) IsServerError

func (o *PostCloudDetachUnauthorized) IsServerError() bool

IsServerError returns true when this post cloud detach unauthorized response has a 5xx status code

func (*PostCloudDetachUnauthorized) IsSuccess

func (o *PostCloudDetachUnauthorized) IsSuccess() bool

IsSuccess returns true when this post cloud detach unauthorized response has a 2xx status code

func (*PostCloudDetachUnauthorized) String

func (o *PostCloudDetachUnauthorized) String() string

type PostCloudDomainAttachBadRequest

type PostCloudDomainAttachBadRequest struct {
	Payload string
}

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

Bad Request

func NewPostCloudDomainAttachBadRequest

func NewPostCloudDomainAttachBadRequest() *PostCloudDomainAttachBadRequest

NewPostCloudDomainAttachBadRequest creates a PostCloudDomainAttachBadRequest with default headers values

func (*PostCloudDomainAttachBadRequest) Code

Code gets the status code for the post cloud domain attach bad request response

func (*PostCloudDomainAttachBadRequest) Error

func (*PostCloudDomainAttachBadRequest) GetPayload

func (o *PostCloudDomainAttachBadRequest) GetPayload() string

func (*PostCloudDomainAttachBadRequest) IsClientError

func (o *PostCloudDomainAttachBadRequest) IsClientError() bool

IsClientError returns true when this post cloud domain attach bad request response has a 4xx status code

func (*PostCloudDomainAttachBadRequest) IsCode

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

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

func (*PostCloudDomainAttachBadRequest) IsRedirect

func (o *PostCloudDomainAttachBadRequest) IsRedirect() bool

IsRedirect returns true when this post cloud domain attach bad request response has a 3xx status code

func (*PostCloudDomainAttachBadRequest) IsServerError

func (o *PostCloudDomainAttachBadRequest) IsServerError() bool

IsServerError returns true when this post cloud domain attach bad request response has a 5xx status code

func (*PostCloudDomainAttachBadRequest) IsSuccess

func (o *PostCloudDomainAttachBadRequest) IsSuccess() bool

IsSuccess returns true when this post cloud domain attach bad request response has a 2xx status code

func (*PostCloudDomainAttachBadRequest) String

type PostCloudDomainAttachInternalServerError

type PostCloudDomainAttachInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewPostCloudDomainAttachInternalServerError

func NewPostCloudDomainAttachInternalServerError() *PostCloudDomainAttachInternalServerError

NewPostCloudDomainAttachInternalServerError creates a PostCloudDomainAttachInternalServerError with default headers values

func (*PostCloudDomainAttachInternalServerError) Code

Code gets the status code for the post cloud domain attach internal server error response

func (*PostCloudDomainAttachInternalServerError) Error

func (*PostCloudDomainAttachInternalServerError) GetPayload

func (*PostCloudDomainAttachInternalServerError) IsClientError

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

func (*PostCloudDomainAttachInternalServerError) IsCode

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

func (*PostCloudDomainAttachInternalServerError) IsRedirect

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

func (*PostCloudDomainAttachInternalServerError) IsServerError

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

func (*PostCloudDomainAttachInternalServerError) IsSuccess

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

func (*PostCloudDomainAttachInternalServerError) String

type PostCloudDomainAttachNotFound

type PostCloudDomainAttachNotFound struct {
	Payload string
}

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

Not Found

func NewPostCloudDomainAttachNotFound

func NewPostCloudDomainAttachNotFound() *PostCloudDomainAttachNotFound

NewPostCloudDomainAttachNotFound creates a PostCloudDomainAttachNotFound with default headers values

func (*PostCloudDomainAttachNotFound) Code

Code gets the status code for the post cloud domain attach not found response

func (*PostCloudDomainAttachNotFound) Error

func (*PostCloudDomainAttachNotFound) GetPayload

func (o *PostCloudDomainAttachNotFound) GetPayload() string

func (*PostCloudDomainAttachNotFound) IsClientError

func (o *PostCloudDomainAttachNotFound) IsClientError() bool

IsClientError returns true when this post cloud domain attach not found response has a 4xx status code

func (*PostCloudDomainAttachNotFound) IsCode

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

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

func (*PostCloudDomainAttachNotFound) IsRedirect

func (o *PostCloudDomainAttachNotFound) IsRedirect() bool

IsRedirect returns true when this post cloud domain attach not found response has a 3xx status code

func (*PostCloudDomainAttachNotFound) IsServerError

func (o *PostCloudDomainAttachNotFound) IsServerError() bool

IsServerError returns true when this post cloud domain attach not found response has a 5xx status code

func (*PostCloudDomainAttachNotFound) IsSuccess

func (o *PostCloudDomainAttachNotFound) IsSuccess() bool

IsSuccess returns true when this post cloud domain attach not found response has a 2xx status code

func (*PostCloudDomainAttachNotFound) String

type PostCloudDomainAttachOK

type PostCloudDomainAttachOK struct {
	Payload *models.ModelsDeploymentResponse
}

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

OK

func NewPostCloudDomainAttachOK

func NewPostCloudDomainAttachOK() *PostCloudDomainAttachOK

NewPostCloudDomainAttachOK creates a PostCloudDomainAttachOK with default headers values

func (*PostCloudDomainAttachOK) Code

func (o *PostCloudDomainAttachOK) Code() int

Code gets the status code for the post cloud domain attach o k response

func (*PostCloudDomainAttachOK) Error

func (o *PostCloudDomainAttachOK) Error() string

func (*PostCloudDomainAttachOK) GetPayload

func (*PostCloudDomainAttachOK) IsClientError

func (o *PostCloudDomainAttachOK) IsClientError() bool

IsClientError returns true when this post cloud domain attach o k response has a 4xx status code

func (*PostCloudDomainAttachOK) IsCode

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

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

func (*PostCloudDomainAttachOK) IsRedirect

func (o *PostCloudDomainAttachOK) IsRedirect() bool

IsRedirect returns true when this post cloud domain attach o k response has a 3xx status code

func (*PostCloudDomainAttachOK) IsServerError

func (o *PostCloudDomainAttachOK) IsServerError() bool

IsServerError returns true when this post cloud domain attach o k response has a 5xx status code

func (*PostCloudDomainAttachOK) IsSuccess

func (o *PostCloudDomainAttachOK) IsSuccess() bool

IsSuccess returns true when this post cloud domain attach o k response has a 2xx status code

func (*PostCloudDomainAttachOK) String

func (o *PostCloudDomainAttachOK) String() string

type PostCloudDomainAttachParams

type PostCloudDomainAttachParams struct {

	/* Request.

	   Attach Domain Request
	*/
	Request *models.ModelsAttachDomainRequest

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

PostCloudDomainAttachParams contains all the parameters to send to the API endpoint

for the post cloud domain attach operation.

Typically these are written to a http.Request.

func NewPostCloudDomainAttachParams

func NewPostCloudDomainAttachParams() *PostCloudDomainAttachParams

NewPostCloudDomainAttachParams creates a new PostCloudDomainAttachParams 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 NewPostCloudDomainAttachParamsWithContext

func NewPostCloudDomainAttachParamsWithContext(ctx context.Context) *PostCloudDomainAttachParams

NewPostCloudDomainAttachParamsWithContext creates a new PostCloudDomainAttachParams object with the ability to set a context for a request.

func NewPostCloudDomainAttachParamsWithHTTPClient

func NewPostCloudDomainAttachParamsWithHTTPClient(client *http.Client) *PostCloudDomainAttachParams

NewPostCloudDomainAttachParamsWithHTTPClient creates a new PostCloudDomainAttachParams object with the ability to set a custom HTTPClient for a request.

func NewPostCloudDomainAttachParamsWithTimeout

func NewPostCloudDomainAttachParamsWithTimeout(timeout time.Duration) *PostCloudDomainAttachParams

NewPostCloudDomainAttachParamsWithTimeout creates a new PostCloudDomainAttachParams object with the ability to set a timeout on a request.

func (*PostCloudDomainAttachParams) SetContext

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

SetContext adds the context to the post cloud domain attach params

func (*PostCloudDomainAttachParams) SetDefaults

func (o *PostCloudDomainAttachParams) SetDefaults()

SetDefaults hydrates default values in the post cloud domain attach params (not the query body).

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

func (*PostCloudDomainAttachParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post cloud domain attach params

func (*PostCloudDomainAttachParams) SetRequest

SetRequest adds the request to the post cloud domain attach params

func (*PostCloudDomainAttachParams) SetTimeout

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

SetTimeout adds the timeout to the post cloud domain attach params

func (*PostCloudDomainAttachParams) WithContext

WithContext adds the context to the post cloud domain attach params

func (*PostCloudDomainAttachParams) WithDefaults

WithDefaults hydrates default values in the post cloud domain attach params (not the query body).

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

func (*PostCloudDomainAttachParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post cloud domain attach params

func (*PostCloudDomainAttachParams) WithRequest

WithRequest adds the request to the post cloud domain attach params

func (*PostCloudDomainAttachParams) WithTimeout

WithTimeout adds the timeout to the post cloud domain attach params

func (*PostCloudDomainAttachParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostCloudDomainAttachReader

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

PostCloudDomainAttachReader is a Reader for the PostCloudDomainAttach structure.

func (*PostCloudDomainAttachReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostCloudDomainAttachUnauthorized

type PostCloudDomainAttachUnauthorized struct {
	Payload string
}

PostCloudDomainAttachUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostCloudDomainAttachUnauthorized

func NewPostCloudDomainAttachUnauthorized() *PostCloudDomainAttachUnauthorized

NewPostCloudDomainAttachUnauthorized creates a PostCloudDomainAttachUnauthorized with default headers values

func (*PostCloudDomainAttachUnauthorized) Code

Code gets the status code for the post cloud domain attach unauthorized response

func (*PostCloudDomainAttachUnauthorized) Error

func (*PostCloudDomainAttachUnauthorized) GetPayload

func (o *PostCloudDomainAttachUnauthorized) GetPayload() string

func (*PostCloudDomainAttachUnauthorized) IsClientError

func (o *PostCloudDomainAttachUnauthorized) IsClientError() bool

IsClientError returns true when this post cloud domain attach unauthorized response has a 4xx status code

func (*PostCloudDomainAttachUnauthorized) IsCode

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

IsCode returns true when this post cloud domain attach unauthorized response a status code equal to that given

func (*PostCloudDomainAttachUnauthorized) IsRedirect

func (o *PostCloudDomainAttachUnauthorized) IsRedirect() bool

IsRedirect returns true when this post cloud domain attach unauthorized response has a 3xx status code

func (*PostCloudDomainAttachUnauthorized) IsServerError

func (o *PostCloudDomainAttachUnauthorized) IsServerError() bool

IsServerError returns true when this post cloud domain attach unauthorized response has a 5xx status code

func (*PostCloudDomainAttachUnauthorized) IsSuccess

func (o *PostCloudDomainAttachUnauthorized) IsSuccess() bool

IsSuccess returns true when this post cloud domain attach unauthorized response has a 2xx status code

func (*PostCloudDomainAttachUnauthorized) String

type PostCloudDomainBadRequest

type PostCloudDomainBadRequest struct {
	Payload string
}

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

Bad Request

func NewPostCloudDomainBadRequest

func NewPostCloudDomainBadRequest() *PostCloudDomainBadRequest

NewPostCloudDomainBadRequest creates a PostCloudDomainBadRequest with default headers values

func (*PostCloudDomainBadRequest) Code

func (o *PostCloudDomainBadRequest) Code() int

Code gets the status code for the post cloud domain bad request response

func (*PostCloudDomainBadRequest) Error

func (o *PostCloudDomainBadRequest) Error() string

func (*PostCloudDomainBadRequest) GetPayload

func (o *PostCloudDomainBadRequest) GetPayload() string

func (*PostCloudDomainBadRequest) IsClientError

func (o *PostCloudDomainBadRequest) IsClientError() bool

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

func (*PostCloudDomainBadRequest) IsCode

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

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

func (*PostCloudDomainBadRequest) IsRedirect

func (o *PostCloudDomainBadRequest) IsRedirect() bool

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

func (*PostCloudDomainBadRequest) IsServerError

func (o *PostCloudDomainBadRequest) IsServerError() bool

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

func (*PostCloudDomainBadRequest) IsSuccess

func (o *PostCloudDomainBadRequest) IsSuccess() bool

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

func (*PostCloudDomainBadRequest) String

func (o *PostCloudDomainBadRequest) String() string

type PostCloudDomainInternalServerError

type PostCloudDomainInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewPostCloudDomainInternalServerError

func NewPostCloudDomainInternalServerError() *PostCloudDomainInternalServerError

NewPostCloudDomainInternalServerError creates a PostCloudDomainInternalServerError with default headers values

func (*PostCloudDomainInternalServerError) Code

Code gets the status code for the post cloud domain internal server error response

func (*PostCloudDomainInternalServerError) Error

func (*PostCloudDomainInternalServerError) GetPayload

func (*PostCloudDomainInternalServerError) IsClientError

func (o *PostCloudDomainInternalServerError) IsClientError() bool

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

func (*PostCloudDomainInternalServerError) IsCode

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

func (*PostCloudDomainInternalServerError) IsRedirect

func (o *PostCloudDomainInternalServerError) IsRedirect() bool

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

func (*PostCloudDomainInternalServerError) IsServerError

func (o *PostCloudDomainInternalServerError) IsServerError() bool

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

func (*PostCloudDomainInternalServerError) IsSuccess

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

func (*PostCloudDomainInternalServerError) String

type PostCloudDomainNotFound

type PostCloudDomainNotFound struct {
	Payload string
}

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

Not Found

func NewPostCloudDomainNotFound

func NewPostCloudDomainNotFound() *PostCloudDomainNotFound

NewPostCloudDomainNotFound creates a PostCloudDomainNotFound with default headers values

func (*PostCloudDomainNotFound) Code

func (o *PostCloudDomainNotFound) Code() int

Code gets the status code for the post cloud domain not found response

func (*PostCloudDomainNotFound) Error

func (o *PostCloudDomainNotFound) Error() string

func (*PostCloudDomainNotFound) GetPayload

func (o *PostCloudDomainNotFound) GetPayload() string

func (*PostCloudDomainNotFound) IsClientError

func (o *PostCloudDomainNotFound) IsClientError() bool

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

func (*PostCloudDomainNotFound) IsCode

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

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

func (*PostCloudDomainNotFound) IsRedirect

func (o *PostCloudDomainNotFound) IsRedirect() bool

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

func (*PostCloudDomainNotFound) IsServerError

func (o *PostCloudDomainNotFound) IsServerError() bool

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

func (*PostCloudDomainNotFound) IsSuccess

func (o *PostCloudDomainNotFound) IsSuccess() bool

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

func (*PostCloudDomainNotFound) String

func (o *PostCloudDomainNotFound) String() string

type PostCloudDomainOK

type PostCloudDomainOK struct {
	Payload *models.ModelsCreateDomainResponse
}

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

OK

func NewPostCloudDomainOK

func NewPostCloudDomainOK() *PostCloudDomainOK

NewPostCloudDomainOK creates a PostCloudDomainOK with default headers values

func (*PostCloudDomainOK) Code

func (o *PostCloudDomainOK) Code() int

Code gets the status code for the post cloud domain o k response

func (*PostCloudDomainOK) Error

func (o *PostCloudDomainOK) Error() string

func (*PostCloudDomainOK) GetPayload

func (*PostCloudDomainOK) IsClientError

func (o *PostCloudDomainOK) IsClientError() bool

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

func (*PostCloudDomainOK) IsCode

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

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

func (*PostCloudDomainOK) IsRedirect

func (o *PostCloudDomainOK) IsRedirect() bool

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

func (*PostCloudDomainOK) IsServerError

func (o *PostCloudDomainOK) IsServerError() bool

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

func (*PostCloudDomainOK) IsSuccess

func (o *PostCloudDomainOK) IsSuccess() bool

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

func (*PostCloudDomainOK) String

func (o *PostCloudDomainOK) String() string

type PostCloudDomainParams

type PostCloudDomainParams struct {

	/* Request.

	   Create Domain Request
	*/
	Request *models.ModelsCreateDomainRequest

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

PostCloudDomainParams contains all the parameters to send to the API endpoint

for the post cloud domain operation.

Typically these are written to a http.Request.

func NewPostCloudDomainParams

func NewPostCloudDomainParams() *PostCloudDomainParams

NewPostCloudDomainParams creates a new PostCloudDomainParams 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 NewPostCloudDomainParamsWithContext

func NewPostCloudDomainParamsWithContext(ctx context.Context) *PostCloudDomainParams

NewPostCloudDomainParamsWithContext creates a new PostCloudDomainParams object with the ability to set a context for a request.

func NewPostCloudDomainParamsWithHTTPClient

func NewPostCloudDomainParamsWithHTTPClient(client *http.Client) *PostCloudDomainParams

NewPostCloudDomainParamsWithHTTPClient creates a new PostCloudDomainParams object with the ability to set a custom HTTPClient for a request.

func NewPostCloudDomainParamsWithTimeout

func NewPostCloudDomainParamsWithTimeout(timeout time.Duration) *PostCloudDomainParams

NewPostCloudDomainParamsWithTimeout creates a new PostCloudDomainParams object with the ability to set a timeout on a request.

func (*PostCloudDomainParams) SetContext

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

SetContext adds the context to the post cloud domain params

func (*PostCloudDomainParams) SetDefaults

func (o *PostCloudDomainParams) SetDefaults()

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

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

func (*PostCloudDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post cloud domain params

func (*PostCloudDomainParams) SetRequest

func (o *PostCloudDomainParams) SetRequest(request *models.ModelsCreateDomainRequest)

SetRequest adds the request to the post cloud domain params

func (*PostCloudDomainParams) SetTimeout

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

SetTimeout adds the timeout to the post cloud domain params

func (*PostCloudDomainParams) WithContext

WithContext adds the context to the post cloud domain params

func (*PostCloudDomainParams) WithDefaults

func (o *PostCloudDomainParams) WithDefaults() *PostCloudDomainParams

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

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

func (*PostCloudDomainParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post cloud domain params

func (*PostCloudDomainParams) WithRequest

WithRequest adds the request to the post cloud domain params

func (*PostCloudDomainParams) WithTimeout

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

WithTimeout adds the timeout to the post cloud domain params

func (*PostCloudDomainParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostCloudDomainPreconditionFailed

type PostCloudDomainPreconditionFailed struct {
	Payload string
}

PostCloudDomainPreconditionFailed describes a response with status code 412, with default header values.

Precondition Failed

func NewPostCloudDomainPreconditionFailed

func NewPostCloudDomainPreconditionFailed() *PostCloudDomainPreconditionFailed

NewPostCloudDomainPreconditionFailed creates a PostCloudDomainPreconditionFailed with default headers values

func (*PostCloudDomainPreconditionFailed) Code

Code gets the status code for the post cloud domain precondition failed response

func (*PostCloudDomainPreconditionFailed) Error

func (*PostCloudDomainPreconditionFailed) GetPayload

func (o *PostCloudDomainPreconditionFailed) GetPayload() string

func (*PostCloudDomainPreconditionFailed) IsClientError

func (o *PostCloudDomainPreconditionFailed) IsClientError() bool

IsClientError returns true when this post cloud domain precondition failed response has a 4xx status code

func (*PostCloudDomainPreconditionFailed) IsCode

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

IsCode returns true when this post cloud domain precondition failed response a status code equal to that given

func (*PostCloudDomainPreconditionFailed) IsRedirect

func (o *PostCloudDomainPreconditionFailed) IsRedirect() bool

IsRedirect returns true when this post cloud domain precondition failed response has a 3xx status code

func (*PostCloudDomainPreconditionFailed) IsServerError

func (o *PostCloudDomainPreconditionFailed) IsServerError() bool

IsServerError returns true when this post cloud domain precondition failed response has a 5xx status code

func (*PostCloudDomainPreconditionFailed) IsSuccess

func (o *PostCloudDomainPreconditionFailed) IsSuccess() bool

IsSuccess returns true when this post cloud domain precondition failed response has a 2xx status code

func (*PostCloudDomainPreconditionFailed) String

type PostCloudDomainReader

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

PostCloudDomainReader is a Reader for the PostCloudDomain structure.

func (*PostCloudDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostCloudDomainUnauthorized

type PostCloudDomainUnauthorized struct {
	Payload string
}

PostCloudDomainUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostCloudDomainUnauthorized

func NewPostCloudDomainUnauthorized() *PostCloudDomainUnauthorized

NewPostCloudDomainUnauthorized creates a PostCloudDomainUnauthorized with default headers values

func (*PostCloudDomainUnauthorized) Code

func (o *PostCloudDomainUnauthorized) Code() int

Code gets the status code for the post cloud domain unauthorized response

func (*PostCloudDomainUnauthorized) Error

func (*PostCloudDomainUnauthorized) GetPayload

func (o *PostCloudDomainUnauthorized) GetPayload() string

func (*PostCloudDomainUnauthorized) IsClientError

func (o *PostCloudDomainUnauthorized) IsClientError() bool

IsClientError returns true when this post cloud domain unauthorized response has a 4xx status code

func (*PostCloudDomainUnauthorized) IsCode

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

IsCode returns true when this post cloud domain unauthorized response a status code equal to that given

func (*PostCloudDomainUnauthorized) IsRedirect

func (o *PostCloudDomainUnauthorized) IsRedirect() bool

IsRedirect returns true when this post cloud domain unauthorized response has a 3xx status code

func (*PostCloudDomainUnauthorized) IsServerError

func (o *PostCloudDomainUnauthorized) IsServerError() bool

IsServerError returns true when this post cloud domain unauthorized response has a 5xx status code

func (*PostCloudDomainUnauthorized) IsSuccess

func (o *PostCloudDomainUnauthorized) IsSuccess() bool

IsSuccess returns true when this post cloud domain unauthorized response has a 2xx status code

func (*PostCloudDomainUnauthorized) String

func (o *PostCloudDomainUnauthorized) String() string

Jump to

Keyboard shortcuts

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