kubernetes_protection

package
v0.2.31 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: MIT Imports: 11 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 kubernetes protection API

func (*Client) CreateAWSAccount

CreateAWSAccount creates a new a w s account in our system for a customer and generates the installation script

func (*Client) DeleteAWSAccountsMixin0

DeleteAWSAccountsMixin0 deletes a w s accounts

func (*Client) GetAWSAccountsMixin0

GetAWSAccountsMixin0 provides a list of a w s accounts

func (*Client) GetClusters

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

GetClusters provides the clusters acknowledged by the kubernetes protection service

func (*Client) GetHelmValuesYaml

func (a *Client) GetHelmValuesYaml(params *GetHelmValuesYamlParams, opts ...ClientOption) (*GetHelmValuesYamlOK, error)

GetHelmValuesYaml provides a sample helm values yaml file for a customer to install alongside the agent helm chart

func (*Client) GetLocations

func (a *Client) GetLocations(params *GetLocationsParams, opts ...ClientOption) (*GetLocationsOK, *GetLocationsMultiStatus, error)

GetLocations provides the cloud locations acknowledged by the kubernetes protection service

func (*Client) RegenerateAPIKey

RegenerateAPIKey regenerates API key for docker registry integrations

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TriggerScan

TriggerScan triggers a dry run or a full scan of a customer s kubernetes footprint

func (*Client) UpdateAWSAccount

UpdateAWSAccount updates the a w s account per the query parameters provided

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new kubernetes protection API client.

type CreateAWSAccountBadRequest

type CreateAWSAccountBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregCreateAWSAccReq
}

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

Bad Request

func NewCreateAWSAccountBadRequest

func NewCreateAWSAccountBadRequest() *CreateAWSAccountBadRequest

NewCreateAWSAccountBadRequest creates a CreateAWSAccountBadRequest with default headers values

func (*CreateAWSAccountBadRequest) Error

func (*CreateAWSAccountBadRequest) GetPayload

func (*CreateAWSAccountBadRequest) IsClientError added in v0.2.27

func (o *CreateAWSAccountBadRequest) IsClientError() bool

IsClientError returns true when this create a w s account bad request response has a 4xx status code

func (*CreateAWSAccountBadRequest) IsCode added in v0.2.27

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

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

func (*CreateAWSAccountBadRequest) IsRedirect added in v0.2.27

func (o *CreateAWSAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this create a w s account bad request response has a 3xx status code

func (*CreateAWSAccountBadRequest) IsServerError added in v0.2.27

func (o *CreateAWSAccountBadRequest) IsServerError() bool

IsServerError returns true when this create a w s account bad request response has a 5xx status code

func (*CreateAWSAccountBadRequest) IsSuccess added in v0.2.27

func (o *CreateAWSAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this create a w s account bad request response has a 2xx status code

func (*CreateAWSAccountBadRequest) String added in v0.2.27

func (o *CreateAWSAccountBadRequest) String() string

type CreateAWSAccountCreated

type CreateAWSAccountCreated struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregCreateAWSAccReq
}

CreateAWSAccountCreated describes a response with status code 201, with default header values.

Created

func NewCreateAWSAccountCreated

func NewCreateAWSAccountCreated() *CreateAWSAccountCreated

NewCreateAWSAccountCreated creates a CreateAWSAccountCreated with default headers values

func (*CreateAWSAccountCreated) Error

func (o *CreateAWSAccountCreated) Error() string

func (*CreateAWSAccountCreated) GetPayload

func (*CreateAWSAccountCreated) IsClientError added in v0.2.27

func (o *CreateAWSAccountCreated) IsClientError() bool

IsClientError returns true when this create a w s account created response has a 4xx status code

func (*CreateAWSAccountCreated) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account created response a status code equal to that given

func (*CreateAWSAccountCreated) IsRedirect added in v0.2.27

func (o *CreateAWSAccountCreated) IsRedirect() bool

IsRedirect returns true when this create a w s account created response has a 3xx status code

func (*CreateAWSAccountCreated) IsServerError added in v0.2.27

func (o *CreateAWSAccountCreated) IsServerError() bool

IsServerError returns true when this create a w s account created response has a 5xx status code

func (*CreateAWSAccountCreated) IsSuccess added in v0.2.27

func (o *CreateAWSAccountCreated) IsSuccess() bool

IsSuccess returns true when this create a w s account created response has a 2xx status code

func (*CreateAWSAccountCreated) String added in v0.2.27

func (o *CreateAWSAccountCreated) String() string

type CreateAWSAccountForbidden

type CreateAWSAccountForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

CreateAWSAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateAWSAccountForbidden

func NewCreateAWSAccountForbidden() *CreateAWSAccountForbidden

NewCreateAWSAccountForbidden creates a CreateAWSAccountForbidden with default headers values

func (*CreateAWSAccountForbidden) Error

func (o *CreateAWSAccountForbidden) Error() string

func (*CreateAWSAccountForbidden) GetPayload

func (*CreateAWSAccountForbidden) IsClientError added in v0.2.27

func (o *CreateAWSAccountForbidden) IsClientError() bool

IsClientError returns true when this create a w s account forbidden response has a 4xx status code

func (*CreateAWSAccountForbidden) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account forbidden response a status code equal to that given

func (*CreateAWSAccountForbidden) IsRedirect added in v0.2.27

func (o *CreateAWSAccountForbidden) IsRedirect() bool

IsRedirect returns true when this create a w s account forbidden response has a 3xx status code

func (*CreateAWSAccountForbidden) IsServerError added in v0.2.27

func (o *CreateAWSAccountForbidden) IsServerError() bool

IsServerError returns true when this create a w s account forbidden response has a 5xx status code

func (*CreateAWSAccountForbidden) IsSuccess added in v0.2.27

func (o *CreateAWSAccountForbidden) IsSuccess() bool

IsSuccess returns true when this create a w s account forbidden response has a 2xx status code

func (*CreateAWSAccountForbidden) String added in v0.2.27

func (o *CreateAWSAccountForbidden) String() string

type CreateAWSAccountInternalServerError

type CreateAWSAccountInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregCreateAWSAccReq
}

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

Internal Server Error

func NewCreateAWSAccountInternalServerError

func NewCreateAWSAccountInternalServerError() *CreateAWSAccountInternalServerError

NewCreateAWSAccountInternalServerError creates a CreateAWSAccountInternalServerError with default headers values

func (*CreateAWSAccountInternalServerError) Error

func (*CreateAWSAccountInternalServerError) GetPayload

func (*CreateAWSAccountInternalServerError) IsClientError added in v0.2.27

func (o *CreateAWSAccountInternalServerError) IsClientError() bool

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

func (*CreateAWSAccountInternalServerError) IsCode added in v0.2.27

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

func (*CreateAWSAccountInternalServerError) IsRedirect added in v0.2.27

func (o *CreateAWSAccountInternalServerError) IsRedirect() bool

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

func (*CreateAWSAccountInternalServerError) IsServerError added in v0.2.27

func (o *CreateAWSAccountInternalServerError) IsServerError() bool

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

func (*CreateAWSAccountInternalServerError) IsSuccess added in v0.2.27

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

func (*CreateAWSAccountInternalServerError) String added in v0.2.27

type CreateAWSAccountMultiStatus

type CreateAWSAccountMultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregCreateAWSAccReq
}

CreateAWSAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewCreateAWSAccountMultiStatus

func NewCreateAWSAccountMultiStatus() *CreateAWSAccountMultiStatus

NewCreateAWSAccountMultiStatus creates a CreateAWSAccountMultiStatus with default headers values

func (*CreateAWSAccountMultiStatus) Error

func (*CreateAWSAccountMultiStatus) GetPayload

func (*CreateAWSAccountMultiStatus) IsClientError added in v0.2.27

func (o *CreateAWSAccountMultiStatus) IsClientError() bool

IsClientError returns true when this create a w s account multi status response has a 4xx status code

func (*CreateAWSAccountMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account multi status response a status code equal to that given

func (*CreateAWSAccountMultiStatus) IsRedirect added in v0.2.27

func (o *CreateAWSAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this create a w s account multi status response has a 3xx status code

func (*CreateAWSAccountMultiStatus) IsServerError added in v0.2.27

func (o *CreateAWSAccountMultiStatus) IsServerError() bool

IsServerError returns true when this create a w s account multi status response has a 5xx status code

func (*CreateAWSAccountMultiStatus) IsSuccess added in v0.2.27

func (o *CreateAWSAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this create a w s account multi status response has a 2xx status code

func (*CreateAWSAccountMultiStatus) String added in v0.2.27

func (o *CreateAWSAccountMultiStatus) String() string

type CreateAWSAccountParams

type CreateAWSAccountParams struct {

	// Body.
	Body *models.K8sregCreateAWSAccReq

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

CreateAWSAccountParams contains all the parameters to send to the API endpoint

for the create a w s account operation.

Typically these are written to a http.Request.

func NewCreateAWSAccountParams

func NewCreateAWSAccountParams() *CreateAWSAccountParams

NewCreateAWSAccountParams creates a new CreateAWSAccountParams 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 NewCreateAWSAccountParamsWithContext

func NewCreateAWSAccountParamsWithContext(ctx context.Context) *CreateAWSAccountParams

NewCreateAWSAccountParamsWithContext creates a new CreateAWSAccountParams object with the ability to set a context for a request.

func NewCreateAWSAccountParamsWithHTTPClient

func NewCreateAWSAccountParamsWithHTTPClient(client *http.Client) *CreateAWSAccountParams

NewCreateAWSAccountParamsWithHTTPClient creates a new CreateAWSAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAWSAccountParamsWithTimeout

func NewCreateAWSAccountParamsWithTimeout(timeout time.Duration) *CreateAWSAccountParams

NewCreateAWSAccountParamsWithTimeout creates a new CreateAWSAccountParams object with the ability to set a timeout on a request.

func (*CreateAWSAccountParams) SetBody

SetBody adds the body to the create a w s account params

func (*CreateAWSAccountParams) SetContext

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

SetContext adds the context to the create a w s account params

func (*CreateAWSAccountParams) SetDefaults

func (o *CreateAWSAccountParams) SetDefaults()

SetDefaults hydrates default values in the create a w s account params (not the query body).

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

func (*CreateAWSAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create a w s account params

func (*CreateAWSAccountParams) SetTimeout

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

SetTimeout adds the timeout to the create a w s account params

func (*CreateAWSAccountParams) WithBody

WithBody adds the body to the create a w s account params

func (*CreateAWSAccountParams) WithContext

WithContext adds the context to the create a w s account params

func (*CreateAWSAccountParams) WithDefaults

WithDefaults hydrates default values in the create a w s account params (not the query body).

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

func (*CreateAWSAccountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create a w s account params

func (*CreateAWSAccountParams) WithTimeout

WithTimeout adds the timeout to the create a w s account params

func (*CreateAWSAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAWSAccountReader

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

CreateAWSAccountReader is a Reader for the CreateAWSAccount structure.

func (*CreateAWSAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAWSAccountTooManyRequests

type CreateAWSAccountTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

CreateAWSAccountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewCreateAWSAccountTooManyRequests

func NewCreateAWSAccountTooManyRequests() *CreateAWSAccountTooManyRequests

NewCreateAWSAccountTooManyRequests creates a CreateAWSAccountTooManyRequests with default headers values

func (*CreateAWSAccountTooManyRequests) Error

func (*CreateAWSAccountTooManyRequests) GetPayload

func (*CreateAWSAccountTooManyRequests) IsClientError added in v0.2.27

func (o *CreateAWSAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this create a w s account too many requests response has a 4xx status code

func (*CreateAWSAccountTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this create a w s account too many requests response a status code equal to that given

func (*CreateAWSAccountTooManyRequests) IsRedirect added in v0.2.27

func (o *CreateAWSAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create a w s account too many requests response has a 3xx status code

func (*CreateAWSAccountTooManyRequests) IsServerError added in v0.2.27

func (o *CreateAWSAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this create a w s account too many requests response has a 5xx status code

func (*CreateAWSAccountTooManyRequests) IsSuccess added in v0.2.27

func (o *CreateAWSAccountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this create a w s account too many requests response has a 2xx status code

func (*CreateAWSAccountTooManyRequests) String added in v0.2.27

type DeleteAWSAccountsMixin0BadRequest

type DeleteAWSAccountsMixin0BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaMetaInfo
}

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

Bad Request

func NewDeleteAWSAccountsMixin0BadRequest

func NewDeleteAWSAccountsMixin0BadRequest() *DeleteAWSAccountsMixin0BadRequest

NewDeleteAWSAccountsMixin0BadRequest creates a DeleteAWSAccountsMixin0BadRequest with default headers values

func (*DeleteAWSAccountsMixin0BadRequest) Error

func (*DeleteAWSAccountsMixin0BadRequest) GetPayload

func (*DeleteAWSAccountsMixin0BadRequest) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0BadRequest) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 bad request response has a 4xx status code

func (*DeleteAWSAccountsMixin0BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts mixin0 bad request response a status code equal to that given

func (*DeleteAWSAccountsMixin0BadRequest) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0BadRequest) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 bad request response has a 3xx status code

func (*DeleteAWSAccountsMixin0BadRequest) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0BadRequest) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 bad request response has a 5xx status code

func (*DeleteAWSAccountsMixin0BadRequest) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsMixin0BadRequest) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts mixin0 bad request response has a 2xx status code

func (*DeleteAWSAccountsMixin0BadRequest) String added in v0.2.27

type DeleteAWSAccountsMixin0Default

type DeleteAWSAccountsMixin0Default struct {
	Payload *models.MsaMetaInfo
	// contains filtered or unexported fields
}

DeleteAWSAccountsMixin0Default describes a response with status code -1, with default header values.

OK

func NewDeleteAWSAccountsMixin0Default

func NewDeleteAWSAccountsMixin0Default(code int) *DeleteAWSAccountsMixin0Default

NewDeleteAWSAccountsMixin0Default creates a DeleteAWSAccountsMixin0Default with default headers values

func (*DeleteAWSAccountsMixin0Default) Code

Code gets the status code for the delete a w s accounts mixin0 default response

func (*DeleteAWSAccountsMixin0Default) Error

func (*DeleteAWSAccountsMixin0Default) GetPayload

func (*DeleteAWSAccountsMixin0Default) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0Default) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 default response has a 4xx status code

func (*DeleteAWSAccountsMixin0Default) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts mixin0 default response a status code equal to that given

func (*DeleteAWSAccountsMixin0Default) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0Default) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 default response has a 3xx status code

func (*DeleteAWSAccountsMixin0Default) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0Default) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 default response has a 5xx status code

func (*DeleteAWSAccountsMixin0Default) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsMixin0Default) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts mixin0 default response has a 2xx status code

func (*DeleteAWSAccountsMixin0Default) String added in v0.2.27

type DeleteAWSAccountsMixin0Forbidden

type DeleteAWSAccountsMixin0Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

DeleteAWSAccountsMixin0Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteAWSAccountsMixin0Forbidden

func NewDeleteAWSAccountsMixin0Forbidden() *DeleteAWSAccountsMixin0Forbidden

NewDeleteAWSAccountsMixin0Forbidden creates a DeleteAWSAccountsMixin0Forbidden with default headers values

func (*DeleteAWSAccountsMixin0Forbidden) Error

func (*DeleteAWSAccountsMixin0Forbidden) GetPayload

func (*DeleteAWSAccountsMixin0Forbidden) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0Forbidden) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 forbidden response has a 4xx status code

func (*DeleteAWSAccountsMixin0Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts mixin0 forbidden response a status code equal to that given

func (*DeleteAWSAccountsMixin0Forbidden) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0Forbidden) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 forbidden response has a 3xx status code

func (*DeleteAWSAccountsMixin0Forbidden) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0Forbidden) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 forbidden response has a 5xx status code

func (*DeleteAWSAccountsMixin0Forbidden) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsMixin0Forbidden) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts mixin0 forbidden response has a 2xx status code

func (*DeleteAWSAccountsMixin0Forbidden) String added in v0.2.27

type DeleteAWSAccountsMixin0InternalServerError

type DeleteAWSAccountsMixin0InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaMetaInfo
}

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

Internal Server Error

func NewDeleteAWSAccountsMixin0InternalServerError

func NewDeleteAWSAccountsMixin0InternalServerError() *DeleteAWSAccountsMixin0InternalServerError

NewDeleteAWSAccountsMixin0InternalServerError creates a DeleteAWSAccountsMixin0InternalServerError with default headers values

func (*DeleteAWSAccountsMixin0InternalServerError) Error

func (*DeleteAWSAccountsMixin0InternalServerError) GetPayload

func (*DeleteAWSAccountsMixin0InternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this delete a w s accounts mixin0 internal server error response has a 4xx status code

func (*DeleteAWSAccountsMixin0InternalServerError) IsCode added in v0.2.27

IsCode returns true when this delete a w s accounts mixin0 internal server error response a status code equal to that given

func (*DeleteAWSAccountsMixin0InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this delete a w s accounts mixin0 internal server error response has a 3xx status code

func (*DeleteAWSAccountsMixin0InternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this delete a w s accounts mixin0 internal server error response has a 5xx status code

func (*DeleteAWSAccountsMixin0InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this delete a w s accounts mixin0 internal server error response has a 2xx status code

func (*DeleteAWSAccountsMixin0InternalServerError) String added in v0.2.27

type DeleteAWSAccountsMixin0MultiStatus

type DeleteAWSAccountsMixin0MultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaMetaInfo
}

DeleteAWSAccountsMixin0MultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewDeleteAWSAccountsMixin0MultiStatus

func NewDeleteAWSAccountsMixin0MultiStatus() *DeleteAWSAccountsMixin0MultiStatus

NewDeleteAWSAccountsMixin0MultiStatus creates a DeleteAWSAccountsMixin0MultiStatus with default headers values

func (*DeleteAWSAccountsMixin0MultiStatus) Error

func (*DeleteAWSAccountsMixin0MultiStatus) GetPayload

func (*DeleteAWSAccountsMixin0MultiStatus) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0MultiStatus) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 multi status response has a 4xx status code

func (*DeleteAWSAccountsMixin0MultiStatus) IsCode added in v0.2.27

IsCode returns true when this delete a w s accounts mixin0 multi status response a status code equal to that given

func (*DeleteAWSAccountsMixin0MultiStatus) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0MultiStatus) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 multi status response has a 3xx status code

func (*DeleteAWSAccountsMixin0MultiStatus) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0MultiStatus) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 multi status response has a 5xx status code

func (*DeleteAWSAccountsMixin0MultiStatus) IsSuccess added in v0.2.27

IsSuccess returns true when this delete a w s accounts mixin0 multi status response has a 2xx status code

func (*DeleteAWSAccountsMixin0MultiStatus) String added in v0.2.27

type DeleteAWSAccountsMixin0OK

type DeleteAWSAccountsMixin0OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaMetaInfo
}

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

OK

func NewDeleteAWSAccountsMixin0OK

func NewDeleteAWSAccountsMixin0OK() *DeleteAWSAccountsMixin0OK

NewDeleteAWSAccountsMixin0OK creates a DeleteAWSAccountsMixin0OK with default headers values

func (*DeleteAWSAccountsMixin0OK) Error

func (o *DeleteAWSAccountsMixin0OK) Error() string

func (*DeleteAWSAccountsMixin0OK) GetPayload

func (o *DeleteAWSAccountsMixin0OK) GetPayload() *models.MsaMetaInfo

func (*DeleteAWSAccountsMixin0OK) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 o k response has a 4xx status code

func (*DeleteAWSAccountsMixin0OK) IsCode added in v0.2.27

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

IsCode returns true when this delete a w s accounts mixin0 o k response a status code equal to that given

func (*DeleteAWSAccountsMixin0OK) IsRedirect added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) IsRedirect() bool

IsRedirect returns true when this delete a w s accounts mixin0 o k response has a 3xx status code

func (*DeleteAWSAccountsMixin0OK) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 o k response has a 5xx status code

func (*DeleteAWSAccountsMixin0OK) IsSuccess added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) IsSuccess() bool

IsSuccess returns true when this delete a w s accounts mixin0 o k response has a 2xx status code

func (*DeleteAWSAccountsMixin0OK) String added in v0.2.27

func (o *DeleteAWSAccountsMixin0OK) String() string

type DeleteAWSAccountsMixin0Params

type DeleteAWSAccountsMixin0Params struct {

	/* Ids.

	   AWS Account IDs
	*/
	Ids []string

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

DeleteAWSAccountsMixin0Params contains all the parameters to send to the API endpoint

for the delete a w s accounts mixin0 operation.

Typically these are written to a http.Request.

func NewDeleteAWSAccountsMixin0Params

func NewDeleteAWSAccountsMixin0Params() *DeleteAWSAccountsMixin0Params

NewDeleteAWSAccountsMixin0Params creates a new DeleteAWSAccountsMixin0Params 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 NewDeleteAWSAccountsMixin0ParamsWithContext

func NewDeleteAWSAccountsMixin0ParamsWithContext(ctx context.Context) *DeleteAWSAccountsMixin0Params

NewDeleteAWSAccountsMixin0ParamsWithContext creates a new DeleteAWSAccountsMixin0Params object with the ability to set a context for a request.

func NewDeleteAWSAccountsMixin0ParamsWithHTTPClient

func NewDeleteAWSAccountsMixin0ParamsWithHTTPClient(client *http.Client) *DeleteAWSAccountsMixin0Params

NewDeleteAWSAccountsMixin0ParamsWithHTTPClient creates a new DeleteAWSAccountsMixin0Params object with the ability to set a custom HTTPClient for a request.

func NewDeleteAWSAccountsMixin0ParamsWithTimeout

func NewDeleteAWSAccountsMixin0ParamsWithTimeout(timeout time.Duration) *DeleteAWSAccountsMixin0Params

NewDeleteAWSAccountsMixin0ParamsWithTimeout creates a new DeleteAWSAccountsMixin0Params object with the ability to set a timeout on a request.

func (*DeleteAWSAccountsMixin0Params) SetContext

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

SetContext adds the context to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) SetDefaults

func (o *DeleteAWSAccountsMixin0Params) SetDefaults()

SetDefaults hydrates default values in the delete a w s accounts mixin0 params (not the query body).

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

func (*DeleteAWSAccountsMixin0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) SetIds

func (o *DeleteAWSAccountsMixin0Params) SetIds(ids []string)

SetIds adds the ids to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) SetTimeout

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

SetTimeout adds the timeout to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WithContext

WithContext adds the context to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WithDefaults

WithDefaults hydrates default values in the delete a w s accounts mixin0 params (not the query body).

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

func (*DeleteAWSAccountsMixin0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WithIds

WithIds adds the ids to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WithTimeout

WithTimeout adds the timeout to the delete a w s accounts mixin0 params

func (*DeleteAWSAccountsMixin0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAWSAccountsMixin0Reader

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

DeleteAWSAccountsMixin0Reader is a Reader for the DeleteAWSAccountsMixin0 structure.

func (*DeleteAWSAccountsMixin0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAWSAccountsMixin0TooManyRequests

type DeleteAWSAccountsMixin0TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DeleteAWSAccountsMixin0TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDeleteAWSAccountsMixin0TooManyRequests

func NewDeleteAWSAccountsMixin0TooManyRequests() *DeleteAWSAccountsMixin0TooManyRequests

NewDeleteAWSAccountsMixin0TooManyRequests creates a DeleteAWSAccountsMixin0TooManyRequests with default headers values

func (*DeleteAWSAccountsMixin0TooManyRequests) Error

func (*DeleteAWSAccountsMixin0TooManyRequests) GetPayload

func (*DeleteAWSAccountsMixin0TooManyRequests) IsClientError added in v0.2.27

func (o *DeleteAWSAccountsMixin0TooManyRequests) IsClientError() bool

IsClientError returns true when this delete a w s accounts mixin0 too many requests response has a 4xx status code

func (*DeleteAWSAccountsMixin0TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this delete a w s accounts mixin0 too many requests response a status code equal to that given

func (*DeleteAWSAccountsMixin0TooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this delete a w s accounts mixin0 too many requests response has a 3xx status code

func (*DeleteAWSAccountsMixin0TooManyRequests) IsServerError added in v0.2.27

func (o *DeleteAWSAccountsMixin0TooManyRequests) IsServerError() bool

IsServerError returns true when this delete a w s accounts mixin0 too many requests response has a 5xx status code

func (*DeleteAWSAccountsMixin0TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this delete a w s accounts mixin0 too many requests response has a 2xx status code

func (*DeleteAWSAccountsMixin0TooManyRequests) String added in v0.2.27

type GetAWSAccountsMixin0BadRequest

type GetAWSAccountsMixin0BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetAWSAccountsResp
}

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

Bad Request

func NewGetAWSAccountsMixin0BadRequest

func NewGetAWSAccountsMixin0BadRequest() *GetAWSAccountsMixin0BadRequest

NewGetAWSAccountsMixin0BadRequest creates a GetAWSAccountsMixin0BadRequest with default headers values

func (*GetAWSAccountsMixin0BadRequest) Error

func (*GetAWSAccountsMixin0BadRequest) GetPayload

func (*GetAWSAccountsMixin0BadRequest) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0BadRequest) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 bad request response has a 4xx status code

func (*GetAWSAccountsMixin0BadRequest) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 bad request response a status code equal to that given

func (*GetAWSAccountsMixin0BadRequest) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0BadRequest) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 bad request response has a 3xx status code

func (*GetAWSAccountsMixin0BadRequest) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0BadRequest) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 bad request response has a 5xx status code

func (*GetAWSAccountsMixin0BadRequest) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0BadRequest) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 bad request response has a 2xx status code

func (*GetAWSAccountsMixin0BadRequest) String added in v0.2.27

type GetAWSAccountsMixin0Default

type GetAWSAccountsMixin0Default struct {
	Payload *models.K8sregGetAWSAccountsResp
	// contains filtered or unexported fields
}

GetAWSAccountsMixin0Default describes a response with status code -1, with default header values.

OK

func NewGetAWSAccountsMixin0Default

func NewGetAWSAccountsMixin0Default(code int) *GetAWSAccountsMixin0Default

NewGetAWSAccountsMixin0Default creates a GetAWSAccountsMixin0Default with default headers values

func (*GetAWSAccountsMixin0Default) Code

func (o *GetAWSAccountsMixin0Default) Code() int

Code gets the status code for the get a w s accounts mixin0 default response

func (*GetAWSAccountsMixin0Default) Error

func (*GetAWSAccountsMixin0Default) GetPayload

func (*GetAWSAccountsMixin0Default) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0Default) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 default response has a 4xx status code

func (*GetAWSAccountsMixin0Default) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 default response a status code equal to that given

func (*GetAWSAccountsMixin0Default) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0Default) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 default response has a 3xx status code

func (*GetAWSAccountsMixin0Default) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0Default) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 default response has a 5xx status code

func (*GetAWSAccountsMixin0Default) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0Default) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 default response has a 2xx status code

func (*GetAWSAccountsMixin0Default) String added in v0.2.27

func (o *GetAWSAccountsMixin0Default) String() string

type GetAWSAccountsMixin0Forbidden

type GetAWSAccountsMixin0Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetAWSAccountsMixin0Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAWSAccountsMixin0Forbidden

func NewGetAWSAccountsMixin0Forbidden() *GetAWSAccountsMixin0Forbidden

NewGetAWSAccountsMixin0Forbidden creates a GetAWSAccountsMixin0Forbidden with default headers values

func (*GetAWSAccountsMixin0Forbidden) Error

func (*GetAWSAccountsMixin0Forbidden) GetPayload

func (*GetAWSAccountsMixin0Forbidden) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0Forbidden) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 forbidden response has a 4xx status code

func (*GetAWSAccountsMixin0Forbidden) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 forbidden response a status code equal to that given

func (*GetAWSAccountsMixin0Forbidden) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0Forbidden) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 forbidden response has a 3xx status code

func (*GetAWSAccountsMixin0Forbidden) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0Forbidden) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 forbidden response has a 5xx status code

func (*GetAWSAccountsMixin0Forbidden) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0Forbidden) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 forbidden response has a 2xx status code

func (*GetAWSAccountsMixin0Forbidden) String added in v0.2.27

type GetAWSAccountsMixin0InternalServerError

type GetAWSAccountsMixin0InternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetAWSAccountsResp
}

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

Internal Server Error

func NewGetAWSAccountsMixin0InternalServerError

func NewGetAWSAccountsMixin0InternalServerError() *GetAWSAccountsMixin0InternalServerError

NewGetAWSAccountsMixin0InternalServerError creates a GetAWSAccountsMixin0InternalServerError with default headers values

func (*GetAWSAccountsMixin0InternalServerError) Error

func (*GetAWSAccountsMixin0InternalServerError) GetPayload

func (*GetAWSAccountsMixin0InternalServerError) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0InternalServerError) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 internal server error response has a 4xx status code

func (*GetAWSAccountsMixin0InternalServerError) IsCode added in v0.2.27

IsCode returns true when this get a w s accounts mixin0 internal server error response a status code equal to that given

func (*GetAWSAccountsMixin0InternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this get a w s accounts mixin0 internal server error response has a 3xx status code

func (*GetAWSAccountsMixin0InternalServerError) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0InternalServerError) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 internal server error response has a 5xx status code

func (*GetAWSAccountsMixin0InternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this get a w s accounts mixin0 internal server error response has a 2xx status code

func (*GetAWSAccountsMixin0InternalServerError) String added in v0.2.27

type GetAWSAccountsMixin0MultiStatus

type GetAWSAccountsMixin0MultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetAWSAccountsResp
}

GetAWSAccountsMixin0MultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetAWSAccountsMixin0MultiStatus

func NewGetAWSAccountsMixin0MultiStatus() *GetAWSAccountsMixin0MultiStatus

NewGetAWSAccountsMixin0MultiStatus creates a GetAWSAccountsMixin0MultiStatus with default headers values

func (*GetAWSAccountsMixin0MultiStatus) Error

func (*GetAWSAccountsMixin0MultiStatus) GetPayload

func (*GetAWSAccountsMixin0MultiStatus) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0MultiStatus) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 multi status response has a 4xx status code

func (*GetAWSAccountsMixin0MultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 multi status response a status code equal to that given

func (*GetAWSAccountsMixin0MultiStatus) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0MultiStatus) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 multi status response has a 3xx status code

func (*GetAWSAccountsMixin0MultiStatus) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0MultiStatus) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 multi status response has a 5xx status code

func (*GetAWSAccountsMixin0MultiStatus) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0MultiStatus) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 multi status response has a 2xx status code

func (*GetAWSAccountsMixin0MultiStatus) String added in v0.2.27

type GetAWSAccountsMixin0OK

type GetAWSAccountsMixin0OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetAWSAccountsResp
}

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

OK

func NewGetAWSAccountsMixin0OK

func NewGetAWSAccountsMixin0OK() *GetAWSAccountsMixin0OK

NewGetAWSAccountsMixin0OK creates a GetAWSAccountsMixin0OK with default headers values

func (*GetAWSAccountsMixin0OK) Error

func (o *GetAWSAccountsMixin0OK) Error() string

func (*GetAWSAccountsMixin0OK) GetPayload

func (*GetAWSAccountsMixin0OK) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0OK) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 o k response has a 4xx status code

func (*GetAWSAccountsMixin0OK) IsCode added in v0.2.27

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

IsCode returns true when this get a w s accounts mixin0 o k response a status code equal to that given

func (*GetAWSAccountsMixin0OK) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0OK) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 o k response has a 3xx status code

func (*GetAWSAccountsMixin0OK) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0OK) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 o k response has a 5xx status code

func (*GetAWSAccountsMixin0OK) IsSuccess added in v0.2.27

func (o *GetAWSAccountsMixin0OK) IsSuccess() bool

IsSuccess returns true when this get a w s accounts mixin0 o k response has a 2xx status code

func (*GetAWSAccountsMixin0OK) String added in v0.2.27

func (o *GetAWSAccountsMixin0OK) String() string

type GetAWSAccountsMixin0Params

type GetAWSAccountsMixin0Params struct {

	/* Ids.

	   AWS Account IDs
	*/
	Ids []string

	/* Limit.

	   Limit returned accounts
	*/
	Limit *int64

	/* Offset.

	   Offset returned accounts
	*/
	Offset *int64

	/* Status.

	   Filter by account status
	*/
	Status *string

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

GetAWSAccountsMixin0Params contains all the parameters to send to the API endpoint

for the get a w s accounts mixin0 operation.

Typically these are written to a http.Request.

func NewGetAWSAccountsMixin0Params

func NewGetAWSAccountsMixin0Params() *GetAWSAccountsMixin0Params

NewGetAWSAccountsMixin0Params creates a new GetAWSAccountsMixin0Params 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 NewGetAWSAccountsMixin0ParamsWithContext

func NewGetAWSAccountsMixin0ParamsWithContext(ctx context.Context) *GetAWSAccountsMixin0Params

NewGetAWSAccountsMixin0ParamsWithContext creates a new GetAWSAccountsMixin0Params object with the ability to set a context for a request.

func NewGetAWSAccountsMixin0ParamsWithHTTPClient

func NewGetAWSAccountsMixin0ParamsWithHTTPClient(client *http.Client) *GetAWSAccountsMixin0Params

NewGetAWSAccountsMixin0ParamsWithHTTPClient creates a new GetAWSAccountsMixin0Params object with the ability to set a custom HTTPClient for a request.

func NewGetAWSAccountsMixin0ParamsWithTimeout

func NewGetAWSAccountsMixin0ParamsWithTimeout(timeout time.Duration) *GetAWSAccountsMixin0Params

NewGetAWSAccountsMixin0ParamsWithTimeout creates a new GetAWSAccountsMixin0Params object with the ability to set a timeout on a request.

func (*GetAWSAccountsMixin0Params) SetContext

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

SetContext adds the context to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetDefaults

func (o *GetAWSAccountsMixin0Params) SetDefaults()

SetDefaults hydrates default values in the get a w s accounts mixin0 params (not the query body).

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

func (*GetAWSAccountsMixin0Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetIds

func (o *GetAWSAccountsMixin0Params) SetIds(ids []string)

SetIds adds the ids to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetLimit

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

SetLimit adds the limit to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetOffset

func (o *GetAWSAccountsMixin0Params) SetOffset(offset *int64)

SetOffset adds the offset to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetStatus

func (o *GetAWSAccountsMixin0Params) SetStatus(status *string)

SetStatus adds the status to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) SetTimeout

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

SetTimeout adds the timeout to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithContext

WithContext adds the context to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithDefaults

WithDefaults hydrates default values in the get a w s accounts mixin0 params (not the query body).

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

func (*GetAWSAccountsMixin0Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithIds

WithIds adds the ids to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithLimit

WithLimit adds the limit to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithOffset

WithOffset adds the offset to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithStatus

WithStatus adds the status to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WithTimeout

WithTimeout adds the timeout to the get a w s accounts mixin0 params

func (*GetAWSAccountsMixin0Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAWSAccountsMixin0Reader

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

GetAWSAccountsMixin0Reader is a Reader for the GetAWSAccountsMixin0 structure.

func (*GetAWSAccountsMixin0Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAWSAccountsMixin0TooManyRequests

type GetAWSAccountsMixin0TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetAWSAccountsMixin0TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetAWSAccountsMixin0TooManyRequests

func NewGetAWSAccountsMixin0TooManyRequests() *GetAWSAccountsMixin0TooManyRequests

NewGetAWSAccountsMixin0TooManyRequests creates a GetAWSAccountsMixin0TooManyRequests with default headers values

func (*GetAWSAccountsMixin0TooManyRequests) Error

func (*GetAWSAccountsMixin0TooManyRequests) GetPayload

func (*GetAWSAccountsMixin0TooManyRequests) IsClientError added in v0.2.27

func (o *GetAWSAccountsMixin0TooManyRequests) IsClientError() bool

IsClientError returns true when this get a w s accounts mixin0 too many requests response has a 4xx status code

func (*GetAWSAccountsMixin0TooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get a w s accounts mixin0 too many requests response a status code equal to that given

func (*GetAWSAccountsMixin0TooManyRequests) IsRedirect added in v0.2.27

func (o *GetAWSAccountsMixin0TooManyRequests) IsRedirect() bool

IsRedirect returns true when this get a w s accounts mixin0 too many requests response has a 3xx status code

func (*GetAWSAccountsMixin0TooManyRequests) IsServerError added in v0.2.27

func (o *GetAWSAccountsMixin0TooManyRequests) IsServerError() bool

IsServerError returns true when this get a w s accounts mixin0 too many requests response has a 5xx status code

func (*GetAWSAccountsMixin0TooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get a w s accounts mixin0 too many requests response has a 2xx status code

func (*GetAWSAccountsMixin0TooManyRequests) String added in v0.2.27

type GetClustersBadRequest

type GetClustersBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetClustersResp
}

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

Bad Request

func NewGetClustersBadRequest

func NewGetClustersBadRequest() *GetClustersBadRequest

NewGetClustersBadRequest creates a GetClustersBadRequest with default headers values

func (*GetClustersBadRequest) Error

func (o *GetClustersBadRequest) Error() string

func (*GetClustersBadRequest) GetPayload

func (*GetClustersBadRequest) IsClientError added in v0.2.27

func (o *GetClustersBadRequest) IsClientError() bool

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

func (*GetClustersBadRequest) IsCode added in v0.2.27

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

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

func (*GetClustersBadRequest) IsRedirect added in v0.2.27

func (o *GetClustersBadRequest) IsRedirect() bool

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

func (*GetClustersBadRequest) IsServerError added in v0.2.27

func (o *GetClustersBadRequest) IsServerError() bool

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

func (*GetClustersBadRequest) IsSuccess added in v0.2.27

func (o *GetClustersBadRequest) IsSuccess() bool

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

func (*GetClustersBadRequest) String added in v0.2.27

func (o *GetClustersBadRequest) String() string

type GetClustersDefault

type GetClustersDefault struct {
	Payload *models.K8sregGetClustersResp
	// contains filtered or unexported fields
}

GetClustersDefault describes a response with status code -1, with default header values.

OK

func NewGetClustersDefault

func NewGetClustersDefault(code int) *GetClustersDefault

NewGetClustersDefault creates a GetClustersDefault with default headers values

func (*GetClustersDefault) Code

func (o *GetClustersDefault) Code() int

Code gets the status code for the get clusters default response

func (*GetClustersDefault) Error

func (o *GetClustersDefault) Error() string

func (*GetClustersDefault) GetPayload

func (*GetClustersDefault) IsClientError added in v0.2.27

func (o *GetClustersDefault) IsClientError() bool

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

func (*GetClustersDefault) IsCode added in v0.2.27

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

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

func (*GetClustersDefault) IsRedirect added in v0.2.27

func (o *GetClustersDefault) IsRedirect() bool

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

func (*GetClustersDefault) IsServerError added in v0.2.27

func (o *GetClustersDefault) IsServerError() bool

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

func (*GetClustersDefault) IsSuccess added in v0.2.27

func (o *GetClustersDefault) IsSuccess() bool

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

func (*GetClustersDefault) String added in v0.2.27

func (o *GetClustersDefault) String() string

type GetClustersForbidden

type GetClustersForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetClustersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetClustersForbidden

func NewGetClustersForbidden() *GetClustersForbidden

NewGetClustersForbidden creates a GetClustersForbidden with default headers values

func (*GetClustersForbidden) Error

func (o *GetClustersForbidden) Error() string

func (*GetClustersForbidden) GetPayload

func (o *GetClustersForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*GetClustersForbidden) IsClientError added in v0.2.27

func (o *GetClustersForbidden) IsClientError() bool

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

func (*GetClustersForbidden) IsCode added in v0.2.27

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

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

func (*GetClustersForbidden) IsRedirect added in v0.2.27

func (o *GetClustersForbidden) IsRedirect() bool

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

func (*GetClustersForbidden) IsServerError added in v0.2.27

func (o *GetClustersForbidden) IsServerError() bool

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

func (*GetClustersForbidden) IsSuccess added in v0.2.27

func (o *GetClustersForbidden) IsSuccess() bool

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

func (*GetClustersForbidden) String added in v0.2.27

func (o *GetClustersForbidden) String() string

type GetClustersInternalServerError

type GetClustersInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetClustersResp
}

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

Internal Server Error

func NewGetClustersInternalServerError

func NewGetClustersInternalServerError() *GetClustersInternalServerError

NewGetClustersInternalServerError creates a GetClustersInternalServerError with default headers values

func (*GetClustersInternalServerError) Error

func (*GetClustersInternalServerError) GetPayload

func (*GetClustersInternalServerError) IsClientError added in v0.2.27

func (o *GetClustersInternalServerError) IsClientError() bool

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

func (*GetClustersInternalServerError) IsCode added in v0.2.27

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

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

func (*GetClustersInternalServerError) IsRedirect added in v0.2.27

func (o *GetClustersInternalServerError) IsRedirect() bool

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

func (*GetClustersInternalServerError) IsServerError added in v0.2.27

func (o *GetClustersInternalServerError) IsServerError() bool

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

func (*GetClustersInternalServerError) IsSuccess added in v0.2.27

func (o *GetClustersInternalServerError) IsSuccess() bool

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

func (*GetClustersInternalServerError) String added in v0.2.27

type GetClustersMultiStatus

type GetClustersMultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetClustersResp
}

GetClustersMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetClustersMultiStatus

func NewGetClustersMultiStatus() *GetClustersMultiStatus

NewGetClustersMultiStatus creates a GetClustersMultiStatus with default headers values

func (*GetClustersMultiStatus) Error

func (o *GetClustersMultiStatus) Error() string

func (*GetClustersMultiStatus) GetPayload

func (*GetClustersMultiStatus) IsClientError added in v0.2.27

func (o *GetClustersMultiStatus) IsClientError() bool

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

func (*GetClustersMultiStatus) IsCode added in v0.2.27

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

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

func (*GetClustersMultiStatus) IsRedirect added in v0.2.27

func (o *GetClustersMultiStatus) IsRedirect() bool

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

func (*GetClustersMultiStatus) IsServerError added in v0.2.27

func (o *GetClustersMultiStatus) IsServerError() bool

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

func (*GetClustersMultiStatus) IsSuccess added in v0.2.27

func (o *GetClustersMultiStatus) IsSuccess() bool

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

func (*GetClustersMultiStatus) String added in v0.2.27

func (o *GetClustersMultiStatus) String() string

type GetClustersOK

type GetClustersOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetClustersResp
}

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

OK

func NewGetClustersOK

func NewGetClustersOK() *GetClustersOK

NewGetClustersOK creates a GetClustersOK with default headers values

func (*GetClustersOK) Error

func (o *GetClustersOK) Error() string

func (*GetClustersOK) GetPayload

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

func (*GetClustersOK) IsClientError added in v0.2.27

func (o *GetClustersOK) IsClientError() bool

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

func (*GetClustersOK) IsCode added in v0.2.27

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

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

func (*GetClustersOK) IsRedirect added in v0.2.27

func (o *GetClustersOK) IsRedirect() bool

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

func (*GetClustersOK) IsServerError added in v0.2.27

func (o *GetClustersOK) IsServerError() bool

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

func (*GetClustersOK) IsSuccess added in v0.2.27

func (o *GetClustersOK) IsSuccess() bool

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

func (*GetClustersOK) String added in v0.2.27

func (o *GetClustersOK) String() string

type GetClustersParams

type GetClustersParams struct {

	/* AccountIds.

	   Cluster Account id. For EKS it will be AWS account ID.
	*/
	AccountIds []string

	/* ClusterNames.

	   Cluster name. For EKS it will be cluster ARN.
	*/
	ClusterNames []string

	/* ClusterService.

	   Cluster Service
	*/
	ClusterService *string

	/* Limit.

	   Limit returned accounts
	*/
	Limit *int64

	/* Locations.

	   Cloud location
	*/
	Locations []string

	/* Offset.

	   Offset returned accounts
	*/
	Offset *int64

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

GetClustersParams contains all the parameters to send to the API endpoint

for the get clusters operation.

Typically these are written to a http.Request.

func NewGetClustersParams

func NewGetClustersParams() *GetClustersParams

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

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

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

func NewGetClustersParamsWithContext

func NewGetClustersParamsWithContext(ctx context.Context) *GetClustersParams

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

func NewGetClustersParamsWithHTTPClient

func NewGetClustersParamsWithHTTPClient(client *http.Client) *GetClustersParams

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

func NewGetClustersParamsWithTimeout

func NewGetClustersParamsWithTimeout(timeout time.Duration) *GetClustersParams

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

func (*GetClustersParams) SetAccountIds

func (o *GetClustersParams) SetAccountIds(accountIds []string)

SetAccountIds adds the accountIds to the get clusters params

func (*GetClustersParams) SetClusterNames

func (o *GetClustersParams) SetClusterNames(clusterNames []string)

SetClusterNames adds the clusterNames to the get clusters params

func (*GetClustersParams) SetClusterService

func (o *GetClustersParams) SetClusterService(clusterService *string)

SetClusterService adds the clusterService to the get clusters params

func (*GetClustersParams) SetContext

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

SetContext adds the context to the get clusters params

func (*GetClustersParams) SetDefaults

func (o *GetClustersParams) SetDefaults()

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

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

func (*GetClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get clusters params

func (*GetClustersParams) SetLimit

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

SetLimit adds the limit to the get clusters params

func (*GetClustersParams) SetLocations

func (o *GetClustersParams) SetLocations(locations []string)

SetLocations adds the locations to the get clusters params

func (*GetClustersParams) SetOffset

func (o *GetClustersParams) SetOffset(offset *int64)

SetOffset adds the offset to the get clusters params

func (*GetClustersParams) SetTimeout

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

SetTimeout adds the timeout to the get clusters params

func (*GetClustersParams) WithAccountIds

func (o *GetClustersParams) WithAccountIds(accountIds []string) *GetClustersParams

WithAccountIds adds the accountIds to the get clusters params

func (*GetClustersParams) WithClusterNames

func (o *GetClustersParams) WithClusterNames(clusterNames []string) *GetClustersParams

WithClusterNames adds the clusterNames to the get clusters params

func (*GetClustersParams) WithClusterService

func (o *GetClustersParams) WithClusterService(clusterService *string) *GetClustersParams

WithClusterService adds the clusterService to the get clusters params

func (*GetClustersParams) WithContext

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

WithContext adds the context to the get clusters params

func (*GetClustersParams) WithDefaults

func (o *GetClustersParams) WithDefaults() *GetClustersParams

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

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

func (*GetClustersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get clusters params

func (*GetClustersParams) WithLimit

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

WithLimit adds the limit to the get clusters params

func (*GetClustersParams) WithLocations

func (o *GetClustersParams) WithLocations(locations []string) *GetClustersParams

WithLocations adds the locations to the get clusters params

func (*GetClustersParams) WithOffset

func (o *GetClustersParams) WithOffset(offset *int64) *GetClustersParams

WithOffset adds the offset to the get clusters params

func (*GetClustersParams) WithTimeout

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

WithTimeout adds the timeout to the get clusters params

func (*GetClustersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetClustersReader

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

GetClustersReader is a Reader for the GetClusters structure.

func (*GetClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClustersTooManyRequests

type GetClustersTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetClustersTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetClustersTooManyRequests

func NewGetClustersTooManyRequests() *GetClustersTooManyRequests

NewGetClustersTooManyRequests creates a GetClustersTooManyRequests with default headers values

func (*GetClustersTooManyRequests) Error

func (*GetClustersTooManyRequests) GetPayload

func (*GetClustersTooManyRequests) IsClientError added in v0.2.27

func (o *GetClustersTooManyRequests) IsClientError() bool

IsClientError returns true when this get clusters too many requests response has a 4xx status code

func (*GetClustersTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get clusters too many requests response a status code equal to that given

func (*GetClustersTooManyRequests) IsRedirect added in v0.2.27

func (o *GetClustersTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get clusters too many requests response has a 3xx status code

func (*GetClustersTooManyRequests) IsServerError added in v0.2.27

func (o *GetClustersTooManyRequests) IsServerError() bool

IsServerError returns true when this get clusters too many requests response has a 5xx status code

func (*GetClustersTooManyRequests) IsSuccess added in v0.2.27

func (o *GetClustersTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get clusters too many requests response has a 2xx status code

func (*GetClustersTooManyRequests) String added in v0.2.27

func (o *GetClustersTooManyRequests) String() string

type GetHelmValuesYamlBadRequest

type GetHelmValuesYamlBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Bad Request

func NewGetHelmValuesYamlBadRequest

func NewGetHelmValuesYamlBadRequest() *GetHelmValuesYamlBadRequest

NewGetHelmValuesYamlBadRequest creates a GetHelmValuesYamlBadRequest with default headers values

func (*GetHelmValuesYamlBadRequest) Error

func (*GetHelmValuesYamlBadRequest) GetPayload

func (*GetHelmValuesYamlBadRequest) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) IsClientError() bool

IsClientError returns true when this get helm values yaml bad request response has a 4xx status code

func (*GetHelmValuesYamlBadRequest) IsCode added in v0.2.27

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

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

func (*GetHelmValuesYamlBadRequest) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) IsRedirect() bool

IsRedirect returns true when this get helm values yaml bad request response has a 3xx status code

func (*GetHelmValuesYamlBadRequest) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) IsServerError() bool

IsServerError returns true when this get helm values yaml bad request response has a 5xx status code

func (*GetHelmValuesYamlBadRequest) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) IsSuccess() bool

IsSuccess returns true when this get helm values yaml bad request response has a 2xx status code

func (*GetHelmValuesYamlBadRequest) String added in v0.2.27

func (o *GetHelmValuesYamlBadRequest) String() string

type GetHelmValuesYamlDefault

type GetHelmValuesYamlDefault struct {
	Payload models.K8sregHelmYAMLResp
	// contains filtered or unexported fields
}

GetHelmValuesYamlDefault describes a response with status code -1, with default header values.

OK

func NewGetHelmValuesYamlDefault

func NewGetHelmValuesYamlDefault(code int) *GetHelmValuesYamlDefault

NewGetHelmValuesYamlDefault creates a GetHelmValuesYamlDefault with default headers values

func (*GetHelmValuesYamlDefault) Code

func (o *GetHelmValuesYamlDefault) Code() int

Code gets the status code for the get helm values yaml default response

func (*GetHelmValuesYamlDefault) Error

func (o *GetHelmValuesYamlDefault) Error() string

func (*GetHelmValuesYamlDefault) GetPayload

func (*GetHelmValuesYamlDefault) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlDefault) IsClientError() bool

IsClientError returns true when this get helm values yaml default response has a 4xx status code

func (*GetHelmValuesYamlDefault) IsCode added in v0.2.27

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

IsCode returns true when this get helm values yaml default response a status code equal to that given

func (*GetHelmValuesYamlDefault) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlDefault) IsRedirect() bool

IsRedirect returns true when this get helm values yaml default response has a 3xx status code

func (*GetHelmValuesYamlDefault) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlDefault) IsServerError() bool

IsServerError returns true when this get helm values yaml default response has a 5xx status code

func (*GetHelmValuesYamlDefault) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlDefault) IsSuccess() bool

IsSuccess returns true when this get helm values yaml default response has a 2xx status code

func (*GetHelmValuesYamlDefault) String added in v0.2.27

func (o *GetHelmValuesYamlDefault) String() string

type GetHelmValuesYamlForbidden

type GetHelmValuesYamlForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetHelmValuesYamlForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetHelmValuesYamlForbidden

func NewGetHelmValuesYamlForbidden() *GetHelmValuesYamlForbidden

NewGetHelmValuesYamlForbidden creates a GetHelmValuesYamlForbidden with default headers values

func (*GetHelmValuesYamlForbidden) Error

func (*GetHelmValuesYamlForbidden) GetPayload

func (*GetHelmValuesYamlForbidden) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlForbidden) IsClientError() bool

IsClientError returns true when this get helm values yaml forbidden response has a 4xx status code

func (*GetHelmValuesYamlForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get helm values yaml forbidden response a status code equal to that given

func (*GetHelmValuesYamlForbidden) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlForbidden) IsRedirect() bool

IsRedirect returns true when this get helm values yaml forbidden response has a 3xx status code

func (*GetHelmValuesYamlForbidden) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlForbidden) IsServerError() bool

IsServerError returns true when this get helm values yaml forbidden response has a 5xx status code

func (*GetHelmValuesYamlForbidden) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlForbidden) IsSuccess() bool

IsSuccess returns true when this get helm values yaml forbidden response has a 2xx status code

func (*GetHelmValuesYamlForbidden) String added in v0.2.27

func (o *GetHelmValuesYamlForbidden) String() string

type GetHelmValuesYamlInternalServerError

type GetHelmValuesYamlInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Internal Server Error

func NewGetHelmValuesYamlInternalServerError

func NewGetHelmValuesYamlInternalServerError() *GetHelmValuesYamlInternalServerError

NewGetHelmValuesYamlInternalServerError creates a GetHelmValuesYamlInternalServerError with default headers values

func (*GetHelmValuesYamlInternalServerError) Error

func (*GetHelmValuesYamlInternalServerError) GetPayload

func (*GetHelmValuesYamlInternalServerError) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlInternalServerError) IsClientError() bool

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

func (*GetHelmValuesYamlInternalServerError) IsCode added in v0.2.27

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

func (*GetHelmValuesYamlInternalServerError) IsRedirect added in v0.2.27

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

func (*GetHelmValuesYamlInternalServerError) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlInternalServerError) IsServerError() bool

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

func (*GetHelmValuesYamlInternalServerError) IsSuccess added in v0.2.27

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

func (*GetHelmValuesYamlInternalServerError) String added in v0.2.27

type GetHelmValuesYamlOK

type GetHelmValuesYamlOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload models.K8sregHelmYAMLResp
}

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

OK

func NewGetHelmValuesYamlOK

func NewGetHelmValuesYamlOK() *GetHelmValuesYamlOK

NewGetHelmValuesYamlOK creates a GetHelmValuesYamlOK with default headers values

func (*GetHelmValuesYamlOK) Error

func (o *GetHelmValuesYamlOK) Error() string

func (*GetHelmValuesYamlOK) GetPayload

func (*GetHelmValuesYamlOK) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlOK) IsClientError() bool

IsClientError returns true when this get helm values yaml o k response has a 4xx status code

func (*GetHelmValuesYamlOK) IsCode added in v0.2.27

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

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

func (*GetHelmValuesYamlOK) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlOK) IsRedirect() bool

IsRedirect returns true when this get helm values yaml o k response has a 3xx status code

func (*GetHelmValuesYamlOK) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlOK) IsServerError() bool

IsServerError returns true when this get helm values yaml o k response has a 5xx status code

func (*GetHelmValuesYamlOK) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlOK) IsSuccess() bool

IsSuccess returns true when this get helm values yaml o k response has a 2xx status code

func (*GetHelmValuesYamlOK) String added in v0.2.27

func (o *GetHelmValuesYamlOK) String() string

type GetHelmValuesYamlParams

type GetHelmValuesYamlParams struct {

	/* ClusterName.

	   Cluster name. For EKS it will be cluster ARN.
	*/
	ClusterName string

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

GetHelmValuesYamlParams contains all the parameters to send to the API endpoint

for the get helm values yaml operation.

Typically these are written to a http.Request.

func NewGetHelmValuesYamlParams

func NewGetHelmValuesYamlParams() *GetHelmValuesYamlParams

NewGetHelmValuesYamlParams creates a new GetHelmValuesYamlParams 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 NewGetHelmValuesYamlParamsWithContext

func NewGetHelmValuesYamlParamsWithContext(ctx context.Context) *GetHelmValuesYamlParams

NewGetHelmValuesYamlParamsWithContext creates a new GetHelmValuesYamlParams object with the ability to set a context for a request.

func NewGetHelmValuesYamlParamsWithHTTPClient

func NewGetHelmValuesYamlParamsWithHTTPClient(client *http.Client) *GetHelmValuesYamlParams

NewGetHelmValuesYamlParamsWithHTTPClient creates a new GetHelmValuesYamlParams object with the ability to set a custom HTTPClient for a request.

func NewGetHelmValuesYamlParamsWithTimeout

func NewGetHelmValuesYamlParamsWithTimeout(timeout time.Duration) *GetHelmValuesYamlParams

NewGetHelmValuesYamlParamsWithTimeout creates a new GetHelmValuesYamlParams object with the ability to set a timeout on a request.

func (*GetHelmValuesYamlParams) SetClusterName

func (o *GetHelmValuesYamlParams) SetClusterName(clusterName string)

SetClusterName adds the clusterName to the get helm values yaml params

func (*GetHelmValuesYamlParams) SetContext

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

SetContext adds the context to the get helm values yaml params

func (*GetHelmValuesYamlParams) SetDefaults

func (o *GetHelmValuesYamlParams) SetDefaults()

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

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

func (*GetHelmValuesYamlParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get helm values yaml params

func (*GetHelmValuesYamlParams) SetTimeout

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

SetTimeout adds the timeout to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithClusterName

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

WithClusterName adds the clusterName to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithContext

WithContext adds the context to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithDefaults

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

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

func (*GetHelmValuesYamlParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get helm values yaml params

func (*GetHelmValuesYamlParams) WithTimeout

WithTimeout adds the timeout to the get helm values yaml params

func (*GetHelmValuesYamlParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHelmValuesYamlReader

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

GetHelmValuesYamlReader is a Reader for the GetHelmValuesYaml structure.

func (*GetHelmValuesYamlReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHelmValuesYamlTooManyRequests

type GetHelmValuesYamlTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetHelmValuesYamlTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetHelmValuesYamlTooManyRequests

func NewGetHelmValuesYamlTooManyRequests() *GetHelmValuesYamlTooManyRequests

NewGetHelmValuesYamlTooManyRequests creates a GetHelmValuesYamlTooManyRequests with default headers values

func (*GetHelmValuesYamlTooManyRequests) Error

func (*GetHelmValuesYamlTooManyRequests) GetPayload

func (*GetHelmValuesYamlTooManyRequests) IsClientError added in v0.2.27

func (o *GetHelmValuesYamlTooManyRequests) IsClientError() bool

IsClientError returns true when this get helm values yaml too many requests response has a 4xx status code

func (*GetHelmValuesYamlTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get helm values yaml too many requests response a status code equal to that given

func (*GetHelmValuesYamlTooManyRequests) IsRedirect added in v0.2.27

func (o *GetHelmValuesYamlTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get helm values yaml too many requests response has a 3xx status code

func (*GetHelmValuesYamlTooManyRequests) IsServerError added in v0.2.27

func (o *GetHelmValuesYamlTooManyRequests) IsServerError() bool

IsServerError returns true when this get helm values yaml too many requests response has a 5xx status code

func (*GetHelmValuesYamlTooManyRequests) IsSuccess added in v0.2.27

func (o *GetHelmValuesYamlTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get helm values yaml too many requests response has a 2xx status code

func (*GetHelmValuesYamlTooManyRequests) String added in v0.2.27

type GetLocationsBadRequest

type GetLocationsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetLocationsResp
}

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

Bad Request

func NewGetLocationsBadRequest

func NewGetLocationsBadRequest() *GetLocationsBadRequest

NewGetLocationsBadRequest creates a GetLocationsBadRequest with default headers values

func (*GetLocationsBadRequest) Error

func (o *GetLocationsBadRequest) Error() string

func (*GetLocationsBadRequest) GetPayload

func (*GetLocationsBadRequest) IsClientError added in v0.2.27

func (o *GetLocationsBadRequest) IsClientError() bool

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

func (*GetLocationsBadRequest) IsCode added in v0.2.27

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

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

func (*GetLocationsBadRequest) IsRedirect added in v0.2.27

func (o *GetLocationsBadRequest) IsRedirect() bool

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

func (*GetLocationsBadRequest) IsServerError added in v0.2.27

func (o *GetLocationsBadRequest) IsServerError() bool

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

func (*GetLocationsBadRequest) IsSuccess added in v0.2.27

func (o *GetLocationsBadRequest) IsSuccess() bool

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

func (*GetLocationsBadRequest) String added in v0.2.27

func (o *GetLocationsBadRequest) String() string

type GetLocationsDefault

type GetLocationsDefault struct {
	Payload *models.K8sregGetLocationsResp
	// contains filtered or unexported fields
}

GetLocationsDefault describes a response with status code -1, with default header values.

OK

func NewGetLocationsDefault

func NewGetLocationsDefault(code int) *GetLocationsDefault

NewGetLocationsDefault creates a GetLocationsDefault with default headers values

func (*GetLocationsDefault) Code

func (o *GetLocationsDefault) Code() int

Code gets the status code for the get locations default response

func (*GetLocationsDefault) Error

func (o *GetLocationsDefault) Error() string

func (*GetLocationsDefault) GetPayload

func (*GetLocationsDefault) IsClientError added in v0.2.27

func (o *GetLocationsDefault) IsClientError() bool

IsClientError returns true when this get locations default response has a 4xx status code

func (*GetLocationsDefault) IsCode added in v0.2.27

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

IsCode returns true when this get locations default response a status code equal to that given

func (*GetLocationsDefault) IsRedirect added in v0.2.27

func (o *GetLocationsDefault) IsRedirect() bool

IsRedirect returns true when this get locations default response has a 3xx status code

func (*GetLocationsDefault) IsServerError added in v0.2.27

func (o *GetLocationsDefault) IsServerError() bool

IsServerError returns true when this get locations default response has a 5xx status code

func (*GetLocationsDefault) IsSuccess added in v0.2.27

func (o *GetLocationsDefault) IsSuccess() bool

IsSuccess returns true when this get locations default response has a 2xx status code

func (*GetLocationsDefault) String added in v0.2.27

func (o *GetLocationsDefault) String() string

type GetLocationsForbidden

type GetLocationsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetLocationsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetLocationsForbidden

func NewGetLocationsForbidden() *GetLocationsForbidden

NewGetLocationsForbidden creates a GetLocationsForbidden with default headers values

func (*GetLocationsForbidden) Error

func (o *GetLocationsForbidden) Error() string

func (*GetLocationsForbidden) GetPayload

func (*GetLocationsForbidden) IsClientError added in v0.2.27

func (o *GetLocationsForbidden) IsClientError() bool

IsClientError returns true when this get locations forbidden response has a 4xx status code

func (*GetLocationsForbidden) IsCode added in v0.2.27

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

IsCode returns true when this get locations forbidden response a status code equal to that given

func (*GetLocationsForbidden) IsRedirect added in v0.2.27

func (o *GetLocationsForbidden) IsRedirect() bool

IsRedirect returns true when this get locations forbidden response has a 3xx status code

func (*GetLocationsForbidden) IsServerError added in v0.2.27

func (o *GetLocationsForbidden) IsServerError() bool

IsServerError returns true when this get locations forbidden response has a 5xx status code

func (*GetLocationsForbidden) IsSuccess added in v0.2.27

func (o *GetLocationsForbidden) IsSuccess() bool

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

func (*GetLocationsForbidden) String added in v0.2.27

func (o *GetLocationsForbidden) String() string

type GetLocationsInternalServerError

type GetLocationsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetLocationsResp
}

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

Internal Server Error

func NewGetLocationsInternalServerError

func NewGetLocationsInternalServerError() *GetLocationsInternalServerError

NewGetLocationsInternalServerError creates a GetLocationsInternalServerError with default headers values

func (*GetLocationsInternalServerError) Error

func (*GetLocationsInternalServerError) GetPayload

func (*GetLocationsInternalServerError) IsClientError added in v0.2.27

func (o *GetLocationsInternalServerError) IsClientError() bool

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

func (*GetLocationsInternalServerError) IsCode added in v0.2.27

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

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

func (*GetLocationsInternalServerError) IsRedirect added in v0.2.27

func (o *GetLocationsInternalServerError) IsRedirect() bool

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

func (*GetLocationsInternalServerError) IsServerError added in v0.2.27

func (o *GetLocationsInternalServerError) IsServerError() bool

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

func (*GetLocationsInternalServerError) IsSuccess added in v0.2.27

func (o *GetLocationsInternalServerError) IsSuccess() bool

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

func (*GetLocationsInternalServerError) String added in v0.2.27

type GetLocationsMultiStatus

type GetLocationsMultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetLocationsResp
}

GetLocationsMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetLocationsMultiStatus

func NewGetLocationsMultiStatus() *GetLocationsMultiStatus

NewGetLocationsMultiStatus creates a GetLocationsMultiStatus with default headers values

func (*GetLocationsMultiStatus) Error

func (o *GetLocationsMultiStatus) Error() string

func (*GetLocationsMultiStatus) GetPayload

func (*GetLocationsMultiStatus) IsClientError added in v0.2.27

func (o *GetLocationsMultiStatus) IsClientError() bool

IsClientError returns true when this get locations multi status response has a 4xx status code

func (*GetLocationsMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this get locations multi status response a status code equal to that given

func (*GetLocationsMultiStatus) IsRedirect added in v0.2.27

func (o *GetLocationsMultiStatus) IsRedirect() bool

IsRedirect returns true when this get locations multi status response has a 3xx status code

func (*GetLocationsMultiStatus) IsServerError added in v0.2.27

func (o *GetLocationsMultiStatus) IsServerError() bool

IsServerError returns true when this get locations multi status response has a 5xx status code

func (*GetLocationsMultiStatus) IsSuccess added in v0.2.27

func (o *GetLocationsMultiStatus) IsSuccess() bool

IsSuccess returns true when this get locations multi status response has a 2xx status code

func (*GetLocationsMultiStatus) String added in v0.2.27

func (o *GetLocationsMultiStatus) String() string

type GetLocationsOK

type GetLocationsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregGetLocationsResp
}

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

OK

func NewGetLocationsOK

func NewGetLocationsOK() *GetLocationsOK

NewGetLocationsOK creates a GetLocationsOK with default headers values

func (*GetLocationsOK) Error

func (o *GetLocationsOK) Error() string

func (*GetLocationsOK) GetPayload

func (o *GetLocationsOK) GetPayload() *models.K8sregGetLocationsResp

func (*GetLocationsOK) IsClientError added in v0.2.27

func (o *GetLocationsOK) IsClientError() bool

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

func (*GetLocationsOK) IsCode added in v0.2.27

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

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

func (*GetLocationsOK) IsRedirect added in v0.2.27

func (o *GetLocationsOK) IsRedirect() bool

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

func (*GetLocationsOK) IsServerError added in v0.2.27

func (o *GetLocationsOK) IsServerError() bool

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

func (*GetLocationsOK) IsSuccess added in v0.2.27

func (o *GetLocationsOK) IsSuccess() bool

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

func (*GetLocationsOK) String added in v0.2.27

func (o *GetLocationsOK) String() string

type GetLocationsParams

type GetLocationsParams struct {

	/* Clouds.

	   Cloud Provider
	*/
	Clouds []string

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

GetLocationsParams contains all the parameters to send to the API endpoint

for the get locations operation.

Typically these are written to a http.Request.

func NewGetLocationsParams

func NewGetLocationsParams() *GetLocationsParams

NewGetLocationsParams creates a new GetLocationsParams 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 NewGetLocationsParamsWithContext

func NewGetLocationsParamsWithContext(ctx context.Context) *GetLocationsParams

NewGetLocationsParamsWithContext creates a new GetLocationsParams object with the ability to set a context for a request.

func NewGetLocationsParamsWithHTTPClient

func NewGetLocationsParamsWithHTTPClient(client *http.Client) *GetLocationsParams

NewGetLocationsParamsWithHTTPClient creates a new GetLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLocationsParamsWithTimeout

func NewGetLocationsParamsWithTimeout(timeout time.Duration) *GetLocationsParams

NewGetLocationsParamsWithTimeout creates a new GetLocationsParams object with the ability to set a timeout on a request.

func (*GetLocationsParams) SetClouds

func (o *GetLocationsParams) SetClouds(clouds []string)

SetClouds adds the clouds to the get locations params

func (*GetLocationsParams) SetContext

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

SetContext adds the context to the get locations params

func (*GetLocationsParams) SetDefaults

func (o *GetLocationsParams) SetDefaults()

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

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

func (*GetLocationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get locations params

func (*GetLocationsParams) SetTimeout

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

SetTimeout adds the timeout to the get locations params

func (*GetLocationsParams) WithClouds

func (o *GetLocationsParams) WithClouds(clouds []string) *GetLocationsParams

WithClouds adds the clouds to the get locations params

func (*GetLocationsParams) WithContext

WithContext adds the context to the get locations params

func (*GetLocationsParams) WithDefaults

func (o *GetLocationsParams) WithDefaults() *GetLocationsParams

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

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

func (*GetLocationsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get locations params

func (*GetLocationsParams) WithTimeout

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

WithTimeout adds the timeout to the get locations params

func (*GetLocationsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLocationsReader

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

GetLocationsReader is a Reader for the GetLocations structure.

func (*GetLocationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLocationsTooManyRequests

type GetLocationsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetLocationsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetLocationsTooManyRequests

func NewGetLocationsTooManyRequests() *GetLocationsTooManyRequests

NewGetLocationsTooManyRequests creates a GetLocationsTooManyRequests with default headers values

func (*GetLocationsTooManyRequests) Error

func (*GetLocationsTooManyRequests) GetPayload

func (*GetLocationsTooManyRequests) IsClientError added in v0.2.27

func (o *GetLocationsTooManyRequests) IsClientError() bool

IsClientError returns true when this get locations too many requests response has a 4xx status code

func (*GetLocationsTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this get locations too many requests response a status code equal to that given

func (*GetLocationsTooManyRequests) IsRedirect added in v0.2.27

func (o *GetLocationsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get locations too many requests response has a 3xx status code

func (*GetLocationsTooManyRequests) IsServerError added in v0.2.27

func (o *GetLocationsTooManyRequests) IsServerError() bool

IsServerError returns true when this get locations too many requests response has a 5xx status code

func (*GetLocationsTooManyRequests) IsSuccess added in v0.2.27

func (o *GetLocationsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get locations too many requests response has a 2xx status code

func (*GetLocationsTooManyRequests) String added in v0.2.27

func (o *GetLocationsTooManyRequests) String() string

type RegenerateAPIKeyBadRequest

type RegenerateAPIKeyBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregRegenAPIKeyResp
}

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

Bad Request

func NewRegenerateAPIKeyBadRequest

func NewRegenerateAPIKeyBadRequest() *RegenerateAPIKeyBadRequest

NewRegenerateAPIKeyBadRequest creates a RegenerateAPIKeyBadRequest with default headers values

func (*RegenerateAPIKeyBadRequest) Error

func (*RegenerateAPIKeyBadRequest) GetPayload

func (*RegenerateAPIKeyBadRequest) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsClientError() bool

IsClientError returns true when this regenerate Api key bad request response has a 4xx status code

func (*RegenerateAPIKeyBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this regenerate Api key bad request response a status code equal to that given

func (*RegenerateAPIKeyBadRequest) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this regenerate Api key bad request response has a 3xx status code

func (*RegenerateAPIKeyBadRequest) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsServerError() bool

IsServerError returns true when this regenerate Api key bad request response has a 5xx status code

func (*RegenerateAPIKeyBadRequest) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this regenerate Api key bad request response has a 2xx status code

func (*RegenerateAPIKeyBadRequest) String added in v0.2.27

func (o *RegenerateAPIKeyBadRequest) String() string

type RegenerateAPIKeyDefault

type RegenerateAPIKeyDefault struct {
	Payload *models.K8sregRegenAPIKeyResp
	// contains filtered or unexported fields
}

RegenerateAPIKeyDefault describes a response with status code -1, with default header values.

OK

func NewRegenerateAPIKeyDefault

func NewRegenerateAPIKeyDefault(code int) *RegenerateAPIKeyDefault

NewRegenerateAPIKeyDefault creates a RegenerateAPIKeyDefault with default headers values

func (*RegenerateAPIKeyDefault) Code

func (o *RegenerateAPIKeyDefault) Code() int

Code gets the status code for the regenerate API key default response

func (*RegenerateAPIKeyDefault) Error

func (o *RegenerateAPIKeyDefault) Error() string

func (*RegenerateAPIKeyDefault) GetPayload

func (*RegenerateAPIKeyDefault) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyDefault) IsClientError() bool

IsClientError returns true when this regenerate API key default response has a 4xx status code

func (*RegenerateAPIKeyDefault) IsCode added in v0.2.27

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

IsCode returns true when this regenerate API key default response a status code equal to that given

func (*RegenerateAPIKeyDefault) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyDefault) IsRedirect() bool

IsRedirect returns true when this regenerate API key default response has a 3xx status code

func (*RegenerateAPIKeyDefault) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyDefault) IsServerError() bool

IsServerError returns true when this regenerate API key default response has a 5xx status code

func (*RegenerateAPIKeyDefault) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyDefault) IsSuccess() bool

IsSuccess returns true when this regenerate API key default response has a 2xx status code

func (*RegenerateAPIKeyDefault) String added in v0.2.27

func (o *RegenerateAPIKeyDefault) String() string

type RegenerateAPIKeyForbidden

type RegenerateAPIKeyForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

RegenerateAPIKeyForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRegenerateAPIKeyForbidden

func NewRegenerateAPIKeyForbidden() *RegenerateAPIKeyForbidden

NewRegenerateAPIKeyForbidden creates a RegenerateAPIKeyForbidden with default headers values

func (*RegenerateAPIKeyForbidden) Error

func (o *RegenerateAPIKeyForbidden) Error() string

func (*RegenerateAPIKeyForbidden) GetPayload

func (*RegenerateAPIKeyForbidden) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsClientError() bool

IsClientError returns true when this regenerate Api key forbidden response has a 4xx status code

func (*RegenerateAPIKeyForbidden) IsCode added in v0.2.27

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

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

func (*RegenerateAPIKeyForbidden) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsRedirect() bool

IsRedirect returns true when this regenerate Api key forbidden response has a 3xx status code

func (*RegenerateAPIKeyForbidden) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsServerError() bool

IsServerError returns true when this regenerate Api key forbidden response has a 5xx status code

func (*RegenerateAPIKeyForbidden) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyForbidden) IsSuccess() bool

IsSuccess returns true when this regenerate Api key forbidden response has a 2xx status code

func (*RegenerateAPIKeyForbidden) String added in v0.2.27

func (o *RegenerateAPIKeyForbidden) String() string

type RegenerateAPIKeyInternalServerError

type RegenerateAPIKeyInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregRegenAPIKeyResp
}

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

Internal Server Error

func NewRegenerateAPIKeyInternalServerError

func NewRegenerateAPIKeyInternalServerError() *RegenerateAPIKeyInternalServerError

NewRegenerateAPIKeyInternalServerError creates a RegenerateAPIKeyInternalServerError with default headers values

func (*RegenerateAPIKeyInternalServerError) Error

func (*RegenerateAPIKeyInternalServerError) GetPayload

func (*RegenerateAPIKeyInternalServerError) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyInternalServerError) IsClientError() bool

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

func (*RegenerateAPIKeyInternalServerError) IsCode added in v0.2.27

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

func (*RegenerateAPIKeyInternalServerError) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyInternalServerError) IsRedirect() bool

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

func (*RegenerateAPIKeyInternalServerError) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyInternalServerError) IsServerError() bool

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

func (*RegenerateAPIKeyInternalServerError) IsSuccess added in v0.2.27

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

func (*RegenerateAPIKeyInternalServerError) String added in v0.2.27

type RegenerateAPIKeyMultiStatus

type RegenerateAPIKeyMultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregRegenAPIKeyResp
}

RegenerateAPIKeyMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewRegenerateAPIKeyMultiStatus

func NewRegenerateAPIKeyMultiStatus() *RegenerateAPIKeyMultiStatus

NewRegenerateAPIKeyMultiStatus creates a RegenerateAPIKeyMultiStatus with default headers values

func (*RegenerateAPIKeyMultiStatus) Error

func (*RegenerateAPIKeyMultiStatus) GetPayload

func (*RegenerateAPIKeyMultiStatus) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsClientError() bool

IsClientError returns true when this regenerate Api key multi status response has a 4xx status code

func (*RegenerateAPIKeyMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this regenerate Api key multi status response a status code equal to that given

func (*RegenerateAPIKeyMultiStatus) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsRedirect() bool

IsRedirect returns true when this regenerate Api key multi status response has a 3xx status code

func (*RegenerateAPIKeyMultiStatus) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsServerError() bool

IsServerError returns true when this regenerate Api key multi status response has a 5xx status code

func (*RegenerateAPIKeyMultiStatus) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) IsSuccess() bool

IsSuccess returns true when this regenerate Api key multi status response has a 2xx status code

func (*RegenerateAPIKeyMultiStatus) String added in v0.2.27

func (o *RegenerateAPIKeyMultiStatus) String() string

type RegenerateAPIKeyOK

type RegenerateAPIKeyOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.K8sregRegenAPIKeyResp
}

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

OK

func NewRegenerateAPIKeyOK

func NewRegenerateAPIKeyOK() *RegenerateAPIKeyOK

NewRegenerateAPIKeyOK creates a RegenerateAPIKeyOK with default headers values

func (*RegenerateAPIKeyOK) Error

func (o *RegenerateAPIKeyOK) Error() string

func (*RegenerateAPIKeyOK) GetPayload

func (*RegenerateAPIKeyOK) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyOK) IsClientError() bool

IsClientError returns true when this regenerate Api key o k response has a 4xx status code

func (*RegenerateAPIKeyOK) IsCode added in v0.2.27

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

IsCode returns true when this regenerate Api key o k response a status code equal to that given

func (*RegenerateAPIKeyOK) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyOK) IsRedirect() bool

IsRedirect returns true when this regenerate Api key o k response has a 3xx status code

func (*RegenerateAPIKeyOK) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyOK) IsServerError() bool

IsServerError returns true when this regenerate Api key o k response has a 5xx status code

func (*RegenerateAPIKeyOK) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyOK) IsSuccess() bool

IsSuccess returns true when this regenerate Api key o k response has a 2xx status code

func (*RegenerateAPIKeyOK) String added in v0.2.27

func (o *RegenerateAPIKeyOK) String() string

type RegenerateAPIKeyParams

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

RegenerateAPIKeyParams contains all the parameters to send to the API endpoint

for the regenerate API key operation.

Typically these are written to a http.Request.

func NewRegenerateAPIKeyParams

func NewRegenerateAPIKeyParams() *RegenerateAPIKeyParams

NewRegenerateAPIKeyParams creates a new RegenerateAPIKeyParams 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 NewRegenerateAPIKeyParamsWithContext

func NewRegenerateAPIKeyParamsWithContext(ctx context.Context) *RegenerateAPIKeyParams

NewRegenerateAPIKeyParamsWithContext creates a new RegenerateAPIKeyParams object with the ability to set a context for a request.

func NewRegenerateAPIKeyParamsWithHTTPClient

func NewRegenerateAPIKeyParamsWithHTTPClient(client *http.Client) *RegenerateAPIKeyParams

NewRegenerateAPIKeyParamsWithHTTPClient creates a new RegenerateAPIKeyParams object with the ability to set a custom HTTPClient for a request.

func NewRegenerateAPIKeyParamsWithTimeout

func NewRegenerateAPIKeyParamsWithTimeout(timeout time.Duration) *RegenerateAPIKeyParams

NewRegenerateAPIKeyParamsWithTimeout creates a new RegenerateAPIKeyParams object with the ability to set a timeout on a request.

func (*RegenerateAPIKeyParams) SetContext

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

SetContext adds the context to the regenerate API key params

func (*RegenerateAPIKeyParams) SetDefaults

func (o *RegenerateAPIKeyParams) SetDefaults()

SetDefaults hydrates default values in the regenerate API key params (not the query body).

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

func (*RegenerateAPIKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the regenerate API key params

func (*RegenerateAPIKeyParams) SetTimeout

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

SetTimeout adds the timeout to the regenerate API key params

func (*RegenerateAPIKeyParams) WithContext

WithContext adds the context to the regenerate API key params

func (*RegenerateAPIKeyParams) WithDefaults

WithDefaults hydrates default values in the regenerate API key params (not the query body).

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

func (*RegenerateAPIKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the regenerate API key params

func (*RegenerateAPIKeyParams) WithTimeout

WithTimeout adds the timeout to the regenerate API key params

func (*RegenerateAPIKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RegenerateAPIKeyReader

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

RegenerateAPIKeyReader is a Reader for the RegenerateAPIKey structure.

func (*RegenerateAPIKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RegenerateAPIKeyTooManyRequests

type RegenerateAPIKeyTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

RegenerateAPIKeyTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewRegenerateAPIKeyTooManyRequests

func NewRegenerateAPIKeyTooManyRequests() *RegenerateAPIKeyTooManyRequests

NewRegenerateAPIKeyTooManyRequests creates a RegenerateAPIKeyTooManyRequests with default headers values

func (*RegenerateAPIKeyTooManyRequests) Error

func (*RegenerateAPIKeyTooManyRequests) GetPayload

func (*RegenerateAPIKeyTooManyRequests) IsClientError added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsClientError() bool

IsClientError returns true when this regenerate Api key too many requests response has a 4xx status code

func (*RegenerateAPIKeyTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this regenerate Api key too many requests response a status code equal to that given

func (*RegenerateAPIKeyTooManyRequests) IsRedirect added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsRedirect() bool

IsRedirect returns true when this regenerate Api key too many requests response has a 3xx status code

func (*RegenerateAPIKeyTooManyRequests) IsServerError added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsServerError() bool

IsServerError returns true when this regenerate Api key too many requests response has a 5xx status code

func (*RegenerateAPIKeyTooManyRequests) IsSuccess added in v0.2.27

func (o *RegenerateAPIKeyTooManyRequests) IsSuccess() bool

IsSuccess returns true when this regenerate Api key too many requests response has a 2xx status code

func (*RegenerateAPIKeyTooManyRequests) String added in v0.2.27

type TriggerScanBadRequest

type TriggerScanBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaBaseEntitiesResponse
}

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

Bad Request

func NewTriggerScanBadRequest

func NewTriggerScanBadRequest() *TriggerScanBadRequest

NewTriggerScanBadRequest creates a TriggerScanBadRequest with default headers values

func (*TriggerScanBadRequest) Error

func (o *TriggerScanBadRequest) Error() string

func (*TriggerScanBadRequest) GetPayload

func (*TriggerScanBadRequest) IsClientError added in v0.2.27

func (o *TriggerScanBadRequest) IsClientError() bool

IsClientError returns true when this trigger scan bad request response has a 4xx status code

func (*TriggerScanBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this trigger scan bad request response a status code equal to that given

func (*TriggerScanBadRequest) IsRedirect added in v0.2.27

func (o *TriggerScanBadRequest) IsRedirect() bool

IsRedirect returns true when this trigger scan bad request response has a 3xx status code

func (*TriggerScanBadRequest) IsServerError added in v0.2.27

func (o *TriggerScanBadRequest) IsServerError() bool

IsServerError returns true when this trigger scan bad request response has a 5xx status code

func (*TriggerScanBadRequest) IsSuccess added in v0.2.27

func (o *TriggerScanBadRequest) IsSuccess() bool

IsSuccess returns true when this trigger scan bad request response has a 2xx status code

func (*TriggerScanBadRequest) String added in v0.2.27

func (o *TriggerScanBadRequest) String() string

type TriggerScanCreated

type TriggerScanCreated struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaBaseEntitiesResponse
}

TriggerScanCreated describes a response with status code 201, with default header values.

Created

func NewTriggerScanCreated

func NewTriggerScanCreated() *TriggerScanCreated

NewTriggerScanCreated creates a TriggerScanCreated with default headers values

func (*TriggerScanCreated) Error

func (o *TriggerScanCreated) Error() string

func (*TriggerScanCreated) GetPayload

func (*TriggerScanCreated) IsClientError added in v0.2.27

func (o *TriggerScanCreated) IsClientError() bool

IsClientError returns true when this trigger scan created response has a 4xx status code

func (*TriggerScanCreated) IsCode added in v0.2.27

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

IsCode returns true when this trigger scan created response a status code equal to that given

func (*TriggerScanCreated) IsRedirect added in v0.2.27

func (o *TriggerScanCreated) IsRedirect() bool

IsRedirect returns true when this trigger scan created response has a 3xx status code

func (*TriggerScanCreated) IsServerError added in v0.2.27

func (o *TriggerScanCreated) IsServerError() bool

IsServerError returns true when this trigger scan created response has a 5xx status code

func (*TriggerScanCreated) IsSuccess added in v0.2.27

func (o *TriggerScanCreated) IsSuccess() bool

IsSuccess returns true when this trigger scan created response has a 2xx status code

func (*TriggerScanCreated) String added in v0.2.27

func (o *TriggerScanCreated) String() string

type TriggerScanForbidden

type TriggerScanForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

TriggerScanForbidden describes a response with status code 403, with default header values.

Forbidden

func NewTriggerScanForbidden

func NewTriggerScanForbidden() *TriggerScanForbidden

NewTriggerScanForbidden creates a TriggerScanForbidden with default headers values

func (*TriggerScanForbidden) Error

func (o *TriggerScanForbidden) Error() string

func (*TriggerScanForbidden) GetPayload

func (o *TriggerScanForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*TriggerScanForbidden) IsClientError added in v0.2.27

func (o *TriggerScanForbidden) IsClientError() bool

IsClientError returns true when this trigger scan forbidden response has a 4xx status code

func (*TriggerScanForbidden) IsCode added in v0.2.27

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

IsCode returns true when this trigger scan forbidden response a status code equal to that given

func (*TriggerScanForbidden) IsRedirect added in v0.2.27

func (o *TriggerScanForbidden) IsRedirect() bool

IsRedirect returns true when this trigger scan forbidden response has a 3xx status code

func (*TriggerScanForbidden) IsServerError added in v0.2.27

func (o *TriggerScanForbidden) IsServerError() bool

IsServerError returns true when this trigger scan forbidden response has a 5xx status code

func (*TriggerScanForbidden) IsSuccess added in v0.2.27

func (o *TriggerScanForbidden) IsSuccess() bool

IsSuccess returns true when this trigger scan forbidden response has a 2xx status code

func (*TriggerScanForbidden) String added in v0.2.27

func (o *TriggerScanForbidden) String() string

type TriggerScanInternalServerError

type TriggerScanInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaBaseEntitiesResponse
}

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

Internal Server Error

func NewTriggerScanInternalServerError

func NewTriggerScanInternalServerError() *TriggerScanInternalServerError

NewTriggerScanInternalServerError creates a TriggerScanInternalServerError with default headers values

func (*TriggerScanInternalServerError) Error

func (*TriggerScanInternalServerError) GetPayload

func (*TriggerScanInternalServerError) IsClientError added in v0.2.27

func (o *TriggerScanInternalServerError) IsClientError() bool

IsClientError returns true when this trigger scan internal server error response has a 4xx status code

func (*TriggerScanInternalServerError) IsCode added in v0.2.27

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

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

func (*TriggerScanInternalServerError) IsRedirect added in v0.2.27

func (o *TriggerScanInternalServerError) IsRedirect() bool

IsRedirect returns true when this trigger scan internal server error response has a 3xx status code

func (*TriggerScanInternalServerError) IsServerError added in v0.2.27

func (o *TriggerScanInternalServerError) IsServerError() bool

IsServerError returns true when this trigger scan internal server error response has a 5xx status code

func (*TriggerScanInternalServerError) IsSuccess added in v0.2.27

func (o *TriggerScanInternalServerError) IsSuccess() bool

IsSuccess returns true when this trigger scan internal server error response has a 2xx status code

func (*TriggerScanInternalServerError) String added in v0.2.27

type TriggerScanMultiStatus

type TriggerScanMultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaBaseEntitiesResponse
}

TriggerScanMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewTriggerScanMultiStatus

func NewTriggerScanMultiStatus() *TriggerScanMultiStatus

NewTriggerScanMultiStatus creates a TriggerScanMultiStatus with default headers values

func (*TriggerScanMultiStatus) Error

func (o *TriggerScanMultiStatus) Error() string

func (*TriggerScanMultiStatus) GetPayload

func (*TriggerScanMultiStatus) IsClientError added in v0.2.27

func (o *TriggerScanMultiStatus) IsClientError() bool

IsClientError returns true when this trigger scan multi status response has a 4xx status code

func (*TriggerScanMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this trigger scan multi status response a status code equal to that given

func (*TriggerScanMultiStatus) IsRedirect added in v0.2.27

func (o *TriggerScanMultiStatus) IsRedirect() bool

IsRedirect returns true when this trigger scan multi status response has a 3xx status code

func (*TriggerScanMultiStatus) IsServerError added in v0.2.27

func (o *TriggerScanMultiStatus) IsServerError() bool

IsServerError returns true when this trigger scan multi status response has a 5xx status code

func (*TriggerScanMultiStatus) IsSuccess added in v0.2.27

func (o *TriggerScanMultiStatus) IsSuccess() bool

IsSuccess returns true when this trigger scan multi status response has a 2xx status code

func (*TriggerScanMultiStatus) String added in v0.2.27

func (o *TriggerScanMultiStatus) String() string

type TriggerScanParams

type TriggerScanParams struct {

	/* ScanType.

	   Scan Type to do

	   Default: "dry-run"
	*/
	ScanType string

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

TriggerScanParams contains all the parameters to send to the API endpoint

for the trigger scan operation.

Typically these are written to a http.Request.

func NewTriggerScanParams

func NewTriggerScanParams() *TriggerScanParams

NewTriggerScanParams creates a new TriggerScanParams 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 NewTriggerScanParamsWithContext

func NewTriggerScanParamsWithContext(ctx context.Context) *TriggerScanParams

NewTriggerScanParamsWithContext creates a new TriggerScanParams object with the ability to set a context for a request.

func NewTriggerScanParamsWithHTTPClient

func NewTriggerScanParamsWithHTTPClient(client *http.Client) *TriggerScanParams

NewTriggerScanParamsWithHTTPClient creates a new TriggerScanParams object with the ability to set a custom HTTPClient for a request.

func NewTriggerScanParamsWithTimeout

func NewTriggerScanParamsWithTimeout(timeout time.Duration) *TriggerScanParams

NewTriggerScanParamsWithTimeout creates a new TriggerScanParams object with the ability to set a timeout on a request.

func (*TriggerScanParams) SetContext

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

SetContext adds the context to the trigger scan params

func (*TriggerScanParams) SetDefaults

func (o *TriggerScanParams) SetDefaults()

SetDefaults hydrates default values in the trigger scan params (not the query body).

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

func (*TriggerScanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the trigger scan params

func (*TriggerScanParams) SetScanType

func (o *TriggerScanParams) SetScanType(scanType string)

SetScanType adds the scanType to the trigger scan params

func (*TriggerScanParams) SetTimeout

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

SetTimeout adds the timeout to the trigger scan params

func (*TriggerScanParams) WithContext

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

WithContext adds the context to the trigger scan params

func (*TriggerScanParams) WithDefaults

func (o *TriggerScanParams) WithDefaults() *TriggerScanParams

WithDefaults hydrates default values in the trigger scan params (not the query body).

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

func (*TriggerScanParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the trigger scan params

func (*TriggerScanParams) WithScanType

func (o *TriggerScanParams) WithScanType(scanType string) *TriggerScanParams

WithScanType adds the scanType to the trigger scan params

func (*TriggerScanParams) WithTimeout

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

WithTimeout adds the timeout to the trigger scan params

func (*TriggerScanParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type TriggerScanReader

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

TriggerScanReader is a Reader for the TriggerScan structure.

func (*TriggerScanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TriggerScanTooManyRequests

type TriggerScanTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

TriggerScanTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewTriggerScanTooManyRequests

func NewTriggerScanTooManyRequests() *TriggerScanTooManyRequests

NewTriggerScanTooManyRequests creates a TriggerScanTooManyRequests with default headers values

func (*TriggerScanTooManyRequests) Error

func (*TriggerScanTooManyRequests) GetPayload

func (*TriggerScanTooManyRequests) IsClientError added in v0.2.27

func (o *TriggerScanTooManyRequests) IsClientError() bool

IsClientError returns true when this trigger scan too many requests response has a 4xx status code

func (*TriggerScanTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this trigger scan too many requests response a status code equal to that given

func (*TriggerScanTooManyRequests) IsRedirect added in v0.2.27

func (o *TriggerScanTooManyRequests) IsRedirect() bool

IsRedirect returns true when this trigger scan too many requests response has a 3xx status code

func (*TriggerScanTooManyRequests) IsServerError added in v0.2.27

func (o *TriggerScanTooManyRequests) IsServerError() bool

IsServerError returns true when this trigger scan too many requests response has a 5xx status code

func (*TriggerScanTooManyRequests) IsSuccess added in v0.2.27

func (o *TriggerScanTooManyRequests) IsSuccess() bool

IsSuccess returns true when this trigger scan too many requests response has a 2xx status code

func (*TriggerScanTooManyRequests) String added in v0.2.27

func (o *TriggerScanTooManyRequests) String() string

type UpdateAWSAccountBadRequest

type UpdateAWSAccountBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaBaseEntitiesResponse
}

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

Bad Request

func NewUpdateAWSAccountBadRequest

func NewUpdateAWSAccountBadRequest() *UpdateAWSAccountBadRequest

NewUpdateAWSAccountBadRequest creates a UpdateAWSAccountBadRequest with default headers values

func (*UpdateAWSAccountBadRequest) Error

func (*UpdateAWSAccountBadRequest) GetPayload

func (*UpdateAWSAccountBadRequest) IsClientError added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsClientError() bool

IsClientError returns true when this update a w s account bad request response has a 4xx status code

func (*UpdateAWSAccountBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this update a w s account bad request response a status code equal to that given

func (*UpdateAWSAccountBadRequest) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this update a w s account bad request response has a 3xx status code

func (*UpdateAWSAccountBadRequest) IsServerError added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsServerError() bool

IsServerError returns true when this update a w s account bad request response has a 5xx status code

func (*UpdateAWSAccountBadRequest) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this update a w s account bad request response has a 2xx status code

func (*UpdateAWSAccountBadRequest) String added in v0.2.27

func (o *UpdateAWSAccountBadRequest) String() string

type UpdateAWSAccountDefault

type UpdateAWSAccountDefault struct {
	Payload *models.MsaBaseEntitiesResponse
	// contains filtered or unexported fields
}

UpdateAWSAccountDefault describes a response with status code -1, with default header values.

OK

func NewUpdateAWSAccountDefault

func NewUpdateAWSAccountDefault(code int) *UpdateAWSAccountDefault

NewUpdateAWSAccountDefault creates a UpdateAWSAccountDefault with default headers values

func (*UpdateAWSAccountDefault) Code

func (o *UpdateAWSAccountDefault) Code() int

Code gets the status code for the update a w s account default response

func (*UpdateAWSAccountDefault) Error

func (o *UpdateAWSAccountDefault) Error() string

func (*UpdateAWSAccountDefault) GetPayload

func (*UpdateAWSAccountDefault) IsClientError added in v0.2.27

func (o *UpdateAWSAccountDefault) IsClientError() bool

IsClientError returns true when this update a w s account default response has a 4xx status code

func (*UpdateAWSAccountDefault) IsCode added in v0.2.27

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

IsCode returns true when this update a w s account default response a status code equal to that given

func (*UpdateAWSAccountDefault) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountDefault) IsRedirect() bool

IsRedirect returns true when this update a w s account default response has a 3xx status code

func (*UpdateAWSAccountDefault) IsServerError added in v0.2.27

func (o *UpdateAWSAccountDefault) IsServerError() bool

IsServerError returns true when this update a w s account default response has a 5xx status code

func (*UpdateAWSAccountDefault) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountDefault) IsSuccess() bool

IsSuccess returns true when this update a w s account default response has a 2xx status code

func (*UpdateAWSAccountDefault) String added in v0.2.27

func (o *UpdateAWSAccountDefault) String() string

type UpdateAWSAccountForbidden

type UpdateAWSAccountForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

UpdateAWSAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateAWSAccountForbidden

func NewUpdateAWSAccountForbidden() *UpdateAWSAccountForbidden

NewUpdateAWSAccountForbidden creates a UpdateAWSAccountForbidden with default headers values

func (*UpdateAWSAccountForbidden) Error

func (o *UpdateAWSAccountForbidden) Error() string

func (*UpdateAWSAccountForbidden) GetPayload

func (*UpdateAWSAccountForbidden) IsClientError added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsClientError() bool

IsClientError returns true when this update a w s account forbidden response has a 4xx status code

func (*UpdateAWSAccountForbidden) IsCode added in v0.2.27

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

IsCode returns true when this update a w s account forbidden response a status code equal to that given

func (*UpdateAWSAccountForbidden) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsRedirect() bool

IsRedirect returns true when this update a w s account forbidden response has a 3xx status code

func (*UpdateAWSAccountForbidden) IsServerError added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsServerError() bool

IsServerError returns true when this update a w s account forbidden response has a 5xx status code

func (*UpdateAWSAccountForbidden) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountForbidden) IsSuccess() bool

IsSuccess returns true when this update a w s account forbidden response has a 2xx status code

func (*UpdateAWSAccountForbidden) String added in v0.2.27

func (o *UpdateAWSAccountForbidden) String() string

type UpdateAWSAccountInternalServerError

type UpdateAWSAccountInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaBaseEntitiesResponse
}

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

Internal Server Error

func NewUpdateAWSAccountInternalServerError

func NewUpdateAWSAccountInternalServerError() *UpdateAWSAccountInternalServerError

NewUpdateAWSAccountInternalServerError creates a UpdateAWSAccountInternalServerError with default headers values

func (*UpdateAWSAccountInternalServerError) Error

func (*UpdateAWSAccountInternalServerError) GetPayload

func (*UpdateAWSAccountInternalServerError) IsClientError added in v0.2.27

func (o *UpdateAWSAccountInternalServerError) IsClientError() bool

IsClientError returns true when this update a w s account internal server error response has a 4xx status code

func (*UpdateAWSAccountInternalServerError) IsCode added in v0.2.27

IsCode returns true when this update a w s account internal server error response a status code equal to that given

func (*UpdateAWSAccountInternalServerError) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountInternalServerError) IsRedirect() bool

IsRedirect returns true when this update a w s account internal server error response has a 3xx status code

func (*UpdateAWSAccountInternalServerError) IsServerError added in v0.2.27

func (o *UpdateAWSAccountInternalServerError) IsServerError() bool

IsServerError returns true when this update a w s account internal server error response has a 5xx status code

func (*UpdateAWSAccountInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this update a w s account internal server error response has a 2xx status code

func (*UpdateAWSAccountInternalServerError) String added in v0.2.27

type UpdateAWSAccountMultiStatus

type UpdateAWSAccountMultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaBaseEntitiesResponse
}

UpdateAWSAccountMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewUpdateAWSAccountMultiStatus

func NewUpdateAWSAccountMultiStatus() *UpdateAWSAccountMultiStatus

NewUpdateAWSAccountMultiStatus creates a UpdateAWSAccountMultiStatus with default headers values

func (*UpdateAWSAccountMultiStatus) Error

func (*UpdateAWSAccountMultiStatus) GetPayload

func (*UpdateAWSAccountMultiStatus) IsClientError added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsClientError() bool

IsClientError returns true when this update a w s account multi status response has a 4xx status code

func (*UpdateAWSAccountMultiStatus) IsCode added in v0.2.27

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

IsCode returns true when this update a w s account multi status response a status code equal to that given

func (*UpdateAWSAccountMultiStatus) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this update a w s account multi status response has a 3xx status code

func (*UpdateAWSAccountMultiStatus) IsServerError added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsServerError() bool

IsServerError returns true when this update a w s account multi status response has a 5xx status code

func (*UpdateAWSAccountMultiStatus) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this update a w s account multi status response has a 2xx status code

func (*UpdateAWSAccountMultiStatus) String added in v0.2.27

func (o *UpdateAWSAccountMultiStatus) String() string

type UpdateAWSAccountOK

type UpdateAWSAccountOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaBaseEntitiesResponse
}

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

OK

func NewUpdateAWSAccountOK

func NewUpdateAWSAccountOK() *UpdateAWSAccountOK

NewUpdateAWSAccountOK creates a UpdateAWSAccountOK with default headers values

func (*UpdateAWSAccountOK) Error

func (o *UpdateAWSAccountOK) Error() string

func (*UpdateAWSAccountOK) GetPayload

func (*UpdateAWSAccountOK) IsClientError added in v0.2.27

func (o *UpdateAWSAccountOK) IsClientError() bool

IsClientError returns true when this update a w s account o k response has a 4xx status code

func (*UpdateAWSAccountOK) IsCode added in v0.2.27

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

IsCode returns true when this update a w s account o k response a status code equal to that given

func (*UpdateAWSAccountOK) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountOK) IsRedirect() bool

IsRedirect returns true when this update a w s account o k response has a 3xx status code

func (*UpdateAWSAccountOK) IsServerError added in v0.2.27

func (o *UpdateAWSAccountOK) IsServerError() bool

IsServerError returns true when this update a w s account o k response has a 5xx status code

func (*UpdateAWSAccountOK) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountOK) IsSuccess() bool

IsSuccess returns true when this update a w s account o k response has a 2xx status code

func (*UpdateAWSAccountOK) String added in v0.2.27

func (o *UpdateAWSAccountOK) String() string

type UpdateAWSAccountParams

type UpdateAWSAccountParams struct {

	/* Ids.

	   AWS Account ID
	*/
	Ids []string

	/* Region.

	   Default Region for Account Automation
	*/
	Region *string

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

UpdateAWSAccountParams contains all the parameters to send to the API endpoint

for the update a w s account operation.

Typically these are written to a http.Request.

func NewUpdateAWSAccountParams

func NewUpdateAWSAccountParams() *UpdateAWSAccountParams

NewUpdateAWSAccountParams creates a new UpdateAWSAccountParams 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 NewUpdateAWSAccountParamsWithContext

func NewUpdateAWSAccountParamsWithContext(ctx context.Context) *UpdateAWSAccountParams

NewUpdateAWSAccountParamsWithContext creates a new UpdateAWSAccountParams object with the ability to set a context for a request.

func NewUpdateAWSAccountParamsWithHTTPClient

func NewUpdateAWSAccountParamsWithHTTPClient(client *http.Client) *UpdateAWSAccountParams

NewUpdateAWSAccountParamsWithHTTPClient creates a new UpdateAWSAccountParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAWSAccountParamsWithTimeout

func NewUpdateAWSAccountParamsWithTimeout(timeout time.Duration) *UpdateAWSAccountParams

NewUpdateAWSAccountParamsWithTimeout creates a new UpdateAWSAccountParams object with the ability to set a timeout on a request.

func (*UpdateAWSAccountParams) SetContext

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

SetContext adds the context to the update a w s account params

func (*UpdateAWSAccountParams) SetDefaults

func (o *UpdateAWSAccountParams) SetDefaults()

SetDefaults hydrates default values in the update a w s account params (not the query body).

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

func (*UpdateAWSAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update a w s account params

func (*UpdateAWSAccountParams) SetIds

func (o *UpdateAWSAccountParams) SetIds(ids []string)

SetIds adds the ids to the update a w s account params

func (*UpdateAWSAccountParams) SetRegion

func (o *UpdateAWSAccountParams) SetRegion(region *string)

SetRegion adds the region to the update a w s account params

func (*UpdateAWSAccountParams) SetTimeout

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

SetTimeout adds the timeout to the update a w s account params

func (*UpdateAWSAccountParams) WithContext

WithContext adds the context to the update a w s account params

func (*UpdateAWSAccountParams) WithDefaults

WithDefaults hydrates default values in the update a w s account params (not the query body).

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

func (*UpdateAWSAccountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update a w s account params

func (*UpdateAWSAccountParams) WithIds

WithIds adds the ids to the update a w s account params

func (*UpdateAWSAccountParams) WithRegion

func (o *UpdateAWSAccountParams) WithRegion(region *string) *UpdateAWSAccountParams

WithRegion adds the region to the update a w s account params

func (*UpdateAWSAccountParams) WithTimeout

WithTimeout adds the timeout to the update a w s account params

func (*UpdateAWSAccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAWSAccountReader

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

UpdateAWSAccountReader is a Reader for the UpdateAWSAccount structure.

func (*UpdateAWSAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAWSAccountTooManyRequests

type UpdateAWSAccountTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

UpdateAWSAccountTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewUpdateAWSAccountTooManyRequests

func NewUpdateAWSAccountTooManyRequests() *UpdateAWSAccountTooManyRequests

NewUpdateAWSAccountTooManyRequests creates a UpdateAWSAccountTooManyRequests with default headers values

func (*UpdateAWSAccountTooManyRequests) Error

func (*UpdateAWSAccountTooManyRequests) GetPayload

func (*UpdateAWSAccountTooManyRequests) IsClientError added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this update a w s account too many requests response has a 4xx status code

func (*UpdateAWSAccountTooManyRequests) IsCode added in v0.2.27

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

IsCode returns true when this update a w s account too many requests response a status code equal to that given

func (*UpdateAWSAccountTooManyRequests) IsRedirect added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this update a w s account too many requests response has a 3xx status code

func (*UpdateAWSAccountTooManyRequests) IsServerError added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this update a w s account too many requests response has a 5xx status code

func (*UpdateAWSAccountTooManyRequests) IsSuccess added in v0.2.27

func (o *UpdateAWSAccountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this update a w s account too many requests response has a 2xx status code

func (*UpdateAWSAccountTooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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