cloud_snapshots

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 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 cloud snapshots API

func (*Client) CreateDeploymentEntity added in v0.7.0

func (a *Client) CreateDeploymentEntity(params *CreateDeploymentEntityParams, opts ...ClientOption) (*CreateDeploymentEntityOK, error)

CreateDeploymentEntity launches a snapshot scan for a given cloud asset

func (*Client) GetCredentialsMixin0Mixin60 added in v0.7.0

func (a *Client) GetCredentialsMixin0Mixin60(params *GetCredentialsMixin0Mixin60Params, opts ...ClientOption) (*GetCredentialsMixin0Mixin60OK, error)

GetCredentialsMixin0Mixin60 gets the registry credentials

func (*Client) GetScanReport added in v0.7.0

func (a *Client) GetScanReport(params *GetScanReportParams, opts ...ClientOption) (*GetScanReportOK, error)

GetScanReport retrieves the scan report for an instance

func (*Client) ReadDeploymentsCombined added in v0.7.0

func (a *Client) ReadDeploymentsCombined(params *ReadDeploymentsCombinedParams, opts ...ClientOption) (*ReadDeploymentsCombinedOK, error)

ReadDeploymentsCombined retrieves snapshot jobs identified by the provided i ds

func (*Client) ReadDeploymentsEntities added in v0.7.0

func (a *Client) ReadDeploymentsEntities(params *ReadDeploymentsEntitiesParams, opts ...ClientOption) (*ReadDeploymentsEntitiesOK, error)

ReadDeploymentsEntities retrieves snapshot jobs identified by the provided i ds

func (*Client) Register

func (a *Client) Register(params *RegisterParams, opts ...ClientOption) (*RegisterOK, error)

Register registers customer cloud account for snapshot scanning

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateDeploymentEntity(params *CreateDeploymentEntityParams, opts ...ClientOption) (*CreateDeploymentEntityOK, error)

	GetCredentialsMixin0Mixin60(params *GetCredentialsMixin0Mixin60Params, opts ...ClientOption) (*GetCredentialsMixin0Mixin60OK, error)

	GetScanReport(params *GetScanReportParams, opts ...ClientOption) (*GetScanReportOK, error)

	ReadDeploymentsCombined(params *ReadDeploymentsCombinedParams, opts ...ClientOption) (*ReadDeploymentsCombinedOK, error)

	ReadDeploymentsEntities(params *ReadDeploymentsEntitiesParams, opts ...ClientOption) (*ReadDeploymentsEntitiesOK, error)

	Register(params *RegisterParams, opts ...ClientOption) (*RegisterOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new cloud snapshots API client.

type CreateDeploymentEntityBadRequest added in v0.7.0

type CreateDeploymentEntityBadRequest 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.MsaspecResponseFields
}

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

Bad Request

func NewCreateDeploymentEntityBadRequest added in v0.7.0

func NewCreateDeploymentEntityBadRequest() *CreateDeploymentEntityBadRequest

NewCreateDeploymentEntityBadRequest creates a CreateDeploymentEntityBadRequest with default headers values

func (*CreateDeploymentEntityBadRequest) Code added in v0.7.0

Code gets the status code for the create deployment entity bad request response

func (*CreateDeploymentEntityBadRequest) Error added in v0.7.0

func (*CreateDeploymentEntityBadRequest) GetPayload added in v0.7.0

func (*CreateDeploymentEntityBadRequest) IsClientError added in v0.7.0

func (o *CreateDeploymentEntityBadRequest) IsClientError() bool

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

func (*CreateDeploymentEntityBadRequest) IsCode added in v0.7.0

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

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

func (*CreateDeploymentEntityBadRequest) IsRedirect added in v0.7.0

func (o *CreateDeploymentEntityBadRequest) IsRedirect() bool

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

func (*CreateDeploymentEntityBadRequest) IsServerError added in v0.7.0

func (o *CreateDeploymentEntityBadRequest) IsServerError() bool

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

func (*CreateDeploymentEntityBadRequest) IsSuccess added in v0.7.0

func (o *CreateDeploymentEntityBadRequest) IsSuccess() bool

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

func (*CreateDeploymentEntityBadRequest) String added in v0.7.0

type CreateDeploymentEntityForbidden added in v0.7.0

type CreateDeploymentEntityForbidden 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.MsaspecResponseFields
}

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

Forbidden

func NewCreateDeploymentEntityForbidden added in v0.7.0

func NewCreateDeploymentEntityForbidden() *CreateDeploymentEntityForbidden

NewCreateDeploymentEntityForbidden creates a CreateDeploymentEntityForbidden with default headers values

func (*CreateDeploymentEntityForbidden) Code added in v0.7.0

Code gets the status code for the create deployment entity forbidden response

func (*CreateDeploymentEntityForbidden) Error added in v0.7.0

func (*CreateDeploymentEntityForbidden) GetPayload added in v0.7.0

func (*CreateDeploymentEntityForbidden) IsClientError added in v0.7.0

func (o *CreateDeploymentEntityForbidden) IsClientError() bool

IsClientError returns true when this create deployment entity forbidden response has a 4xx status code

func (*CreateDeploymentEntityForbidden) IsCode added in v0.7.0

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

IsCode returns true when this create deployment entity forbidden response a status code equal to that given

func (*CreateDeploymentEntityForbidden) IsRedirect added in v0.7.0

func (o *CreateDeploymentEntityForbidden) IsRedirect() bool

IsRedirect returns true when this create deployment entity forbidden response has a 3xx status code

func (*CreateDeploymentEntityForbidden) IsServerError added in v0.7.0

func (o *CreateDeploymentEntityForbidden) IsServerError() bool

IsServerError returns true when this create deployment entity forbidden response has a 5xx status code

func (*CreateDeploymentEntityForbidden) IsSuccess added in v0.7.0

func (o *CreateDeploymentEntityForbidden) IsSuccess() bool

IsSuccess returns true when this create deployment entity forbidden response has a 2xx status code

func (*CreateDeploymentEntityForbidden) String added in v0.7.0

type CreateDeploymentEntityInternalServerError added in v0.7.0

type CreateDeploymentEntityInternalServerError 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.MsaspecResponseFields
}

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

Internal Server Error

func NewCreateDeploymentEntityInternalServerError added in v0.7.0

func NewCreateDeploymentEntityInternalServerError() *CreateDeploymentEntityInternalServerError

NewCreateDeploymentEntityInternalServerError creates a CreateDeploymentEntityInternalServerError with default headers values

func (*CreateDeploymentEntityInternalServerError) Code added in v0.7.0

Code gets the status code for the create deployment entity internal server error response

func (*CreateDeploymentEntityInternalServerError) Error added in v0.7.0

func (*CreateDeploymentEntityInternalServerError) GetPayload added in v0.7.0

func (*CreateDeploymentEntityInternalServerError) IsClientError added in v0.7.0

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

func (*CreateDeploymentEntityInternalServerError) IsCode added in v0.7.0

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

func (*CreateDeploymentEntityInternalServerError) IsRedirect added in v0.7.0

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

func (*CreateDeploymentEntityInternalServerError) IsServerError added in v0.7.0

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

func (*CreateDeploymentEntityInternalServerError) IsSuccess added in v0.7.0

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

func (*CreateDeploymentEntityInternalServerError) String added in v0.7.0

type CreateDeploymentEntityOK added in v0.7.0

type CreateDeploymentEntityOK 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.DeploymentsEntityResponse
}

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

OK

func NewCreateDeploymentEntityOK added in v0.7.0

func NewCreateDeploymentEntityOK() *CreateDeploymentEntityOK

NewCreateDeploymentEntityOK creates a CreateDeploymentEntityOK with default headers values

func (*CreateDeploymentEntityOK) Code added in v0.7.0

func (o *CreateDeploymentEntityOK) Code() int

Code gets the status code for the create deployment entity o k response

func (*CreateDeploymentEntityOK) Error added in v0.7.0

func (o *CreateDeploymentEntityOK) Error() string

func (*CreateDeploymentEntityOK) GetPayload added in v0.7.0

func (*CreateDeploymentEntityOK) IsClientError added in v0.7.0

func (o *CreateDeploymentEntityOK) IsClientError() bool

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

func (*CreateDeploymentEntityOK) IsCode added in v0.7.0

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

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

func (*CreateDeploymentEntityOK) IsRedirect added in v0.7.0

func (o *CreateDeploymentEntityOK) IsRedirect() bool

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

func (*CreateDeploymentEntityOK) IsServerError added in v0.7.0

func (o *CreateDeploymentEntityOK) IsServerError() bool

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

func (*CreateDeploymentEntityOK) IsSuccess added in v0.7.0

func (o *CreateDeploymentEntityOK) IsSuccess() bool

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

func (*CreateDeploymentEntityOK) String added in v0.7.0

func (o *CreateDeploymentEntityOK) String() string

type CreateDeploymentEntityParams added in v0.7.0

type CreateDeploymentEntityParams struct {

	// Body.
	Body *models.ModelsCreateDeploymentInput

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

CreateDeploymentEntityParams contains all the parameters to send to the API endpoint

for the create deployment entity operation.

Typically these are written to a http.Request.

func NewCreateDeploymentEntityParams added in v0.7.0

func NewCreateDeploymentEntityParams() *CreateDeploymentEntityParams

NewCreateDeploymentEntityParams creates a new CreateDeploymentEntityParams 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 NewCreateDeploymentEntityParamsWithContext added in v0.7.0

func NewCreateDeploymentEntityParamsWithContext(ctx context.Context) *CreateDeploymentEntityParams

NewCreateDeploymentEntityParamsWithContext creates a new CreateDeploymentEntityParams object with the ability to set a context for a request.

func NewCreateDeploymentEntityParamsWithHTTPClient added in v0.7.0

func NewCreateDeploymentEntityParamsWithHTTPClient(client *http.Client) *CreateDeploymentEntityParams

NewCreateDeploymentEntityParamsWithHTTPClient creates a new CreateDeploymentEntityParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDeploymentEntityParamsWithTimeout added in v0.7.0

func NewCreateDeploymentEntityParamsWithTimeout(timeout time.Duration) *CreateDeploymentEntityParams

NewCreateDeploymentEntityParamsWithTimeout creates a new CreateDeploymentEntityParams object with the ability to set a timeout on a request.

func (*CreateDeploymentEntityParams) SetBody added in v0.7.0

SetBody adds the body to the create deployment entity params

func (*CreateDeploymentEntityParams) SetContext added in v0.7.0

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

SetContext adds the context to the create deployment entity params

func (*CreateDeploymentEntityParams) SetDefaults added in v0.7.0

func (o *CreateDeploymentEntityParams) SetDefaults()

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

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

func (*CreateDeploymentEntityParams) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the create deployment entity params

func (*CreateDeploymentEntityParams) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the create deployment entity params

func (*CreateDeploymentEntityParams) WithBody added in v0.7.0

WithBody adds the body to the create deployment entity params

func (*CreateDeploymentEntityParams) WithContext added in v0.7.0

WithContext adds the context to the create deployment entity params

func (*CreateDeploymentEntityParams) WithDefaults added in v0.7.0

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

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

func (*CreateDeploymentEntityParams) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the create deployment entity params

func (*CreateDeploymentEntityParams) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the create deployment entity params

func (*CreateDeploymentEntityParams) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type CreateDeploymentEntityReader added in v0.7.0

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

CreateDeploymentEntityReader is a Reader for the CreateDeploymentEntity structure.

func (*CreateDeploymentEntityReader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type CreateDeploymentEntityTooManyRequests added in v0.7.0

type CreateDeploymentEntityTooManyRequests 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
}

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

Too Many Requests

func NewCreateDeploymentEntityTooManyRequests added in v0.7.0

func NewCreateDeploymentEntityTooManyRequests() *CreateDeploymentEntityTooManyRequests

NewCreateDeploymentEntityTooManyRequests creates a CreateDeploymentEntityTooManyRequests with default headers values

func (*CreateDeploymentEntityTooManyRequests) Code added in v0.7.0

Code gets the status code for the create deployment entity too many requests response

func (*CreateDeploymentEntityTooManyRequests) Error added in v0.7.0

func (*CreateDeploymentEntityTooManyRequests) GetPayload added in v0.7.0

func (*CreateDeploymentEntityTooManyRequests) IsClientError added in v0.7.0

func (o *CreateDeploymentEntityTooManyRequests) IsClientError() bool

IsClientError returns true when this create deployment entity too many requests response has a 4xx status code

func (*CreateDeploymentEntityTooManyRequests) IsCode added in v0.7.0

IsCode returns true when this create deployment entity too many requests response a status code equal to that given

func (*CreateDeploymentEntityTooManyRequests) IsRedirect added in v0.7.0

IsRedirect returns true when this create deployment entity too many requests response has a 3xx status code

func (*CreateDeploymentEntityTooManyRequests) IsServerError added in v0.7.0

func (o *CreateDeploymentEntityTooManyRequests) IsServerError() bool

IsServerError returns true when this create deployment entity too many requests response has a 5xx status code

func (*CreateDeploymentEntityTooManyRequests) IsSuccess added in v0.7.0

IsSuccess returns true when this create deployment entity too many requests response has a 2xx status code

func (*CreateDeploymentEntityTooManyRequests) String added in v0.7.0

type GetCredentialsMixin0Mixin60BadRequest added in v0.7.0

type GetCredentialsMixin0Mixin60BadRequest 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.MsaAPIError
}

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

Bad Request

func NewGetCredentialsMixin0Mixin60BadRequest added in v0.7.0

func NewGetCredentialsMixin0Mixin60BadRequest() *GetCredentialsMixin0Mixin60BadRequest

NewGetCredentialsMixin0Mixin60BadRequest creates a GetCredentialsMixin0Mixin60BadRequest with default headers values

func (*GetCredentialsMixin0Mixin60BadRequest) Code added in v0.7.0

Code gets the status code for the get credentials mixin0 mixin60 bad request response

func (*GetCredentialsMixin0Mixin60BadRequest) Error added in v0.7.0

func (*GetCredentialsMixin0Mixin60BadRequest) GetPayload added in v0.7.0

func (*GetCredentialsMixin0Mixin60BadRequest) IsClientError added in v0.7.0

func (o *GetCredentialsMixin0Mixin60BadRequest) IsClientError() bool

IsClientError returns true when this get credentials mixin0 mixin60 bad request response has a 4xx status code

func (*GetCredentialsMixin0Mixin60BadRequest) IsCode added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60BadRequest) IsRedirect added in v0.7.0

IsRedirect returns true when this get credentials mixin0 mixin60 bad request response has a 3xx status code

func (*GetCredentialsMixin0Mixin60BadRequest) IsServerError added in v0.7.0

func (o *GetCredentialsMixin0Mixin60BadRequest) IsServerError() bool

IsServerError returns true when this get credentials mixin0 mixin60 bad request response has a 5xx status code

func (*GetCredentialsMixin0Mixin60BadRequest) IsSuccess added in v0.7.0

IsSuccess returns true when this get credentials mixin0 mixin60 bad request response has a 2xx status code

func (*GetCredentialsMixin0Mixin60BadRequest) String added in v0.7.0

type GetCredentialsMixin0Mixin60Forbidden added in v0.7.0

type GetCredentialsMixin0Mixin60Forbidden 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.MsaAPIError
}

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

Forbidden

func NewGetCredentialsMixin0Mixin60Forbidden added in v0.7.0

func NewGetCredentialsMixin0Mixin60Forbidden() *GetCredentialsMixin0Mixin60Forbidden

NewGetCredentialsMixin0Mixin60Forbidden creates a GetCredentialsMixin0Mixin60Forbidden with default headers values

func (*GetCredentialsMixin0Mixin60Forbidden) Code added in v0.7.0

Code gets the status code for the get credentials mixin0 mixin60 forbidden response

func (*GetCredentialsMixin0Mixin60Forbidden) Error added in v0.7.0

func (*GetCredentialsMixin0Mixin60Forbidden) GetPayload added in v0.7.0

func (*GetCredentialsMixin0Mixin60Forbidden) IsClientError added in v0.7.0

func (o *GetCredentialsMixin0Mixin60Forbidden) IsClientError() bool

IsClientError returns true when this get credentials mixin0 mixin60 forbidden response has a 4xx status code

func (*GetCredentialsMixin0Mixin60Forbidden) IsCode added in v0.7.0

IsCode returns true when this get credentials mixin0 mixin60 forbidden response a status code equal to that given

func (*GetCredentialsMixin0Mixin60Forbidden) IsRedirect added in v0.7.0

IsRedirect returns true when this get credentials mixin0 mixin60 forbidden response has a 3xx status code

func (*GetCredentialsMixin0Mixin60Forbidden) IsServerError added in v0.7.0

func (o *GetCredentialsMixin0Mixin60Forbidden) IsServerError() bool

IsServerError returns true when this get credentials mixin0 mixin60 forbidden response has a 5xx status code

func (*GetCredentialsMixin0Mixin60Forbidden) IsSuccess added in v0.7.0

IsSuccess returns true when this get credentials mixin0 mixin60 forbidden response has a 2xx status code

func (*GetCredentialsMixin0Mixin60Forbidden) String added in v0.7.0

type GetCredentialsMixin0Mixin60InternalServerError added in v0.7.0

type GetCredentialsMixin0Mixin60InternalServerError 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.ModelsRegistryCredentialsResponse
}

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

Internal Server Error

func NewGetCredentialsMixin0Mixin60InternalServerError added in v0.7.0

func NewGetCredentialsMixin0Mixin60InternalServerError() *GetCredentialsMixin0Mixin60InternalServerError

NewGetCredentialsMixin0Mixin60InternalServerError creates a GetCredentialsMixin0Mixin60InternalServerError with default headers values

func (*GetCredentialsMixin0Mixin60InternalServerError) Code added in v0.7.0

Code gets the status code for the get credentials mixin0 mixin60 internal server error response

func (*GetCredentialsMixin0Mixin60InternalServerError) Error added in v0.7.0

func (*GetCredentialsMixin0Mixin60InternalServerError) GetPayload added in v0.7.0

func (*GetCredentialsMixin0Mixin60InternalServerError) IsClientError added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60InternalServerError) IsCode added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60InternalServerError) IsRedirect added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60InternalServerError) IsServerError added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60InternalServerError) IsSuccess added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60InternalServerError) String added in v0.7.0

type GetCredentialsMixin0Mixin60OK added in v0.7.0

type GetCredentialsMixin0Mixin60OK 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.ModelsRegistryCredentialsResponse
}

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

OK

func NewGetCredentialsMixin0Mixin60OK added in v0.7.0

func NewGetCredentialsMixin0Mixin60OK() *GetCredentialsMixin0Mixin60OK

NewGetCredentialsMixin0Mixin60OK creates a GetCredentialsMixin0Mixin60OK with default headers values

func (*GetCredentialsMixin0Mixin60OK) Code added in v0.7.0

Code gets the status code for the get credentials mixin0 mixin60 o k response

func (*GetCredentialsMixin0Mixin60OK) Error added in v0.7.0

func (*GetCredentialsMixin0Mixin60OK) GetPayload added in v0.7.0

func (*GetCredentialsMixin0Mixin60OK) IsClientError added in v0.7.0

func (o *GetCredentialsMixin0Mixin60OK) IsClientError() bool

IsClientError returns true when this get credentials mixin0 mixin60 o k response has a 4xx status code

func (*GetCredentialsMixin0Mixin60OK) IsCode added in v0.7.0

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

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

func (*GetCredentialsMixin0Mixin60OK) IsRedirect added in v0.7.0

func (o *GetCredentialsMixin0Mixin60OK) IsRedirect() bool

IsRedirect returns true when this get credentials mixin0 mixin60 o k response has a 3xx status code

func (*GetCredentialsMixin0Mixin60OK) IsServerError added in v0.7.0

func (o *GetCredentialsMixin0Mixin60OK) IsServerError() bool

IsServerError returns true when this get credentials mixin0 mixin60 o k response has a 5xx status code

func (*GetCredentialsMixin0Mixin60OK) IsSuccess added in v0.7.0

func (o *GetCredentialsMixin0Mixin60OK) IsSuccess() bool

IsSuccess returns true when this get credentials mixin0 mixin60 o k response has a 2xx status code

func (*GetCredentialsMixin0Mixin60OK) String added in v0.7.0

type GetCredentialsMixin0Mixin60Params added in v0.7.0

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

GetCredentialsMixin0Mixin60Params contains all the parameters to send to the API endpoint

for the get credentials mixin0 mixin60 operation.

Typically these are written to a http.Request.

func NewGetCredentialsMixin0Mixin60Params added in v0.7.0

func NewGetCredentialsMixin0Mixin60Params() *GetCredentialsMixin0Mixin60Params

NewGetCredentialsMixin0Mixin60Params creates a new GetCredentialsMixin0Mixin60Params 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 NewGetCredentialsMixin0Mixin60ParamsWithContext added in v0.7.0

func NewGetCredentialsMixin0Mixin60ParamsWithContext(ctx context.Context) *GetCredentialsMixin0Mixin60Params

NewGetCredentialsMixin0Mixin60ParamsWithContext creates a new GetCredentialsMixin0Mixin60Params object with the ability to set a context for a request.

func NewGetCredentialsMixin0Mixin60ParamsWithHTTPClient added in v0.7.0

func NewGetCredentialsMixin0Mixin60ParamsWithHTTPClient(client *http.Client) *GetCredentialsMixin0Mixin60Params

NewGetCredentialsMixin0Mixin60ParamsWithHTTPClient creates a new GetCredentialsMixin0Mixin60Params object with the ability to set a custom HTTPClient for a request.

func NewGetCredentialsMixin0Mixin60ParamsWithTimeout added in v0.7.0

func NewGetCredentialsMixin0Mixin60ParamsWithTimeout(timeout time.Duration) *GetCredentialsMixin0Mixin60Params

NewGetCredentialsMixin0Mixin60ParamsWithTimeout creates a new GetCredentialsMixin0Mixin60Params object with the ability to set a timeout on a request.

func (*GetCredentialsMixin0Mixin60Params) SetContext added in v0.7.0

SetContext adds the context to the get credentials mixin0 mixin60 params

func (*GetCredentialsMixin0Mixin60Params) SetDefaults added in v0.7.0

func (o *GetCredentialsMixin0Mixin60Params) SetDefaults()

SetDefaults hydrates default values in the get credentials mixin0 mixin60 params (not the query body).

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

func (*GetCredentialsMixin0Mixin60Params) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the get credentials mixin0 mixin60 params

func (*GetCredentialsMixin0Mixin60Params) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the get credentials mixin0 mixin60 params

func (*GetCredentialsMixin0Mixin60Params) WithContext added in v0.7.0

WithContext adds the context to the get credentials mixin0 mixin60 params

func (*GetCredentialsMixin0Mixin60Params) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the get credentials mixin0 mixin60 params (not the query body).

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

func (*GetCredentialsMixin0Mixin60Params) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the get credentials mixin0 mixin60 params

func (*GetCredentialsMixin0Mixin60Params) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the get credentials mixin0 mixin60 params

func (*GetCredentialsMixin0Mixin60Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type GetCredentialsMixin0Mixin60Reader added in v0.7.0

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

GetCredentialsMixin0Mixin60Reader is a Reader for the GetCredentialsMixin0Mixin60 structure.

func (*GetCredentialsMixin0Mixin60Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type GetCredentialsMixin0Mixin60TooManyRequests added in v0.7.0

type GetCredentialsMixin0Mixin60TooManyRequests 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
}

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

Too Many Requests

func NewGetCredentialsMixin0Mixin60TooManyRequests added in v0.7.0

func NewGetCredentialsMixin0Mixin60TooManyRequests() *GetCredentialsMixin0Mixin60TooManyRequests

NewGetCredentialsMixin0Mixin60TooManyRequests creates a GetCredentialsMixin0Mixin60TooManyRequests with default headers values

func (*GetCredentialsMixin0Mixin60TooManyRequests) Code added in v0.7.0

Code gets the status code for the get credentials mixin0 mixin60 too many requests response

func (*GetCredentialsMixin0Mixin60TooManyRequests) Error added in v0.7.0

func (*GetCredentialsMixin0Mixin60TooManyRequests) GetPayload added in v0.7.0

func (*GetCredentialsMixin0Mixin60TooManyRequests) IsClientError added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60TooManyRequests) IsCode added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60TooManyRequests) IsRedirect added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60TooManyRequests) IsServerError added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60TooManyRequests) IsSuccess added in v0.7.0

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

func (*GetCredentialsMixin0Mixin60TooManyRequests) String added in v0.7.0

type GetCredentialsMixin0Mixin60Unauthorized added in v0.7.0

type GetCredentialsMixin0Mixin60Unauthorized 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.MsaAPIError
}

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

Unauthorized

func NewGetCredentialsMixin0Mixin60Unauthorized added in v0.7.0

func NewGetCredentialsMixin0Mixin60Unauthorized() *GetCredentialsMixin0Mixin60Unauthorized

NewGetCredentialsMixin0Mixin60Unauthorized creates a GetCredentialsMixin0Mixin60Unauthorized with default headers values

func (*GetCredentialsMixin0Mixin60Unauthorized) Code added in v0.7.0

Code gets the status code for the get credentials mixin0 mixin60 unauthorized response

func (*GetCredentialsMixin0Mixin60Unauthorized) Error added in v0.7.0

func (*GetCredentialsMixin0Mixin60Unauthorized) GetPayload added in v0.7.0

func (*GetCredentialsMixin0Mixin60Unauthorized) IsClientError added in v0.7.0

func (o *GetCredentialsMixin0Mixin60Unauthorized) IsClientError() bool

IsClientError returns true when this get credentials mixin0 mixin60 unauthorized response has a 4xx status code

func (*GetCredentialsMixin0Mixin60Unauthorized) IsCode added in v0.7.0

IsCode returns true when this get credentials mixin0 mixin60 unauthorized response a status code equal to that given

func (*GetCredentialsMixin0Mixin60Unauthorized) IsRedirect added in v0.7.0

IsRedirect returns true when this get credentials mixin0 mixin60 unauthorized response has a 3xx status code

func (*GetCredentialsMixin0Mixin60Unauthorized) IsServerError added in v0.7.0

func (o *GetCredentialsMixin0Mixin60Unauthorized) IsServerError() bool

IsServerError returns true when this get credentials mixin0 mixin60 unauthorized response has a 5xx status code

func (*GetCredentialsMixin0Mixin60Unauthorized) IsSuccess added in v0.7.0

IsSuccess returns true when this get credentials mixin0 mixin60 unauthorized response has a 2xx status code

func (*GetCredentialsMixin0Mixin60Unauthorized) String added in v0.7.0

type GetScanReportBadRequest added in v0.7.0

type GetScanReportBadRequest 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.MsaspecResponseFields
}

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

Bad Request

func NewGetScanReportBadRequest added in v0.7.0

func NewGetScanReportBadRequest() *GetScanReportBadRequest

NewGetScanReportBadRequest creates a GetScanReportBadRequest with default headers values

func (*GetScanReportBadRequest) Code added in v0.7.0

func (o *GetScanReportBadRequest) Code() int

Code gets the status code for the get scan report bad request response

func (*GetScanReportBadRequest) Error added in v0.7.0

func (o *GetScanReportBadRequest) Error() string

func (*GetScanReportBadRequest) GetPayload added in v0.7.0

func (*GetScanReportBadRequest) IsClientError added in v0.7.0

func (o *GetScanReportBadRequest) IsClientError() bool

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

func (*GetScanReportBadRequest) IsCode added in v0.7.0

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

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

func (*GetScanReportBadRequest) IsRedirect added in v0.7.0

func (o *GetScanReportBadRequest) IsRedirect() bool

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

func (*GetScanReportBadRequest) IsServerError added in v0.7.0

func (o *GetScanReportBadRequest) IsServerError() bool

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

func (*GetScanReportBadRequest) IsSuccess added in v0.7.0

func (o *GetScanReportBadRequest) IsSuccess() bool

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

func (*GetScanReportBadRequest) String added in v0.7.0

func (o *GetScanReportBadRequest) String() string

type GetScanReportForbidden added in v0.7.0

type GetScanReportForbidden 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
}

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

Forbidden

func NewGetScanReportForbidden added in v0.7.0

func NewGetScanReportForbidden() *GetScanReportForbidden

NewGetScanReportForbidden creates a GetScanReportForbidden with default headers values

func (*GetScanReportForbidden) Code added in v0.7.0

func (o *GetScanReportForbidden) Code() int

Code gets the status code for the get scan report forbidden response

func (*GetScanReportForbidden) Error added in v0.7.0

func (o *GetScanReportForbidden) Error() string

func (*GetScanReportForbidden) GetPayload added in v0.7.0

func (*GetScanReportForbidden) IsClientError added in v0.7.0

func (o *GetScanReportForbidden) IsClientError() bool

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

func (*GetScanReportForbidden) IsCode added in v0.7.0

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

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

func (*GetScanReportForbidden) IsRedirect added in v0.7.0

func (o *GetScanReportForbidden) IsRedirect() bool

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

func (*GetScanReportForbidden) IsServerError added in v0.7.0

func (o *GetScanReportForbidden) IsServerError() bool

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

func (*GetScanReportForbidden) IsSuccess added in v0.7.0

func (o *GetScanReportForbidden) IsSuccess() bool

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

func (*GetScanReportForbidden) String added in v0.7.0

func (o *GetScanReportForbidden) String() string

type GetScanReportInternalServerError added in v0.7.0

type GetScanReportInternalServerError 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.MsaspecResponseFields
}

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

Internal Server Error

func NewGetScanReportInternalServerError added in v0.7.0

func NewGetScanReportInternalServerError() *GetScanReportInternalServerError

NewGetScanReportInternalServerError creates a GetScanReportInternalServerError with default headers values

func (*GetScanReportInternalServerError) Code added in v0.7.0

Code gets the status code for the get scan report internal server error response

func (*GetScanReportInternalServerError) Error added in v0.7.0

func (*GetScanReportInternalServerError) GetPayload added in v0.7.0

func (*GetScanReportInternalServerError) IsClientError added in v0.7.0

func (o *GetScanReportInternalServerError) IsClientError() bool

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

func (*GetScanReportInternalServerError) IsCode added in v0.7.0

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

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

func (*GetScanReportInternalServerError) IsRedirect added in v0.7.0

func (o *GetScanReportInternalServerError) IsRedirect() bool

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

func (*GetScanReportInternalServerError) IsServerError added in v0.7.0

func (o *GetScanReportInternalServerError) IsServerError() bool

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

func (*GetScanReportInternalServerError) IsSuccess added in v0.7.0

func (o *GetScanReportInternalServerError) IsSuccess() bool

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

func (*GetScanReportInternalServerError) String added in v0.7.0

type GetScanReportNotFound added in v0.7.0

type GetScanReportNotFound 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.MsaspecResponseFields
}

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

Not Found

func NewGetScanReportNotFound added in v0.7.0

func NewGetScanReportNotFound() *GetScanReportNotFound

NewGetScanReportNotFound creates a GetScanReportNotFound with default headers values

func (*GetScanReportNotFound) Code added in v0.7.0

func (o *GetScanReportNotFound) Code() int

Code gets the status code for the get scan report not found response

func (*GetScanReportNotFound) Error added in v0.7.0

func (o *GetScanReportNotFound) Error() string

func (*GetScanReportNotFound) GetPayload added in v0.7.0

func (*GetScanReportNotFound) IsClientError added in v0.7.0

func (o *GetScanReportNotFound) IsClientError() bool

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

func (*GetScanReportNotFound) IsCode added in v0.7.0

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

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

func (*GetScanReportNotFound) IsRedirect added in v0.7.0

func (o *GetScanReportNotFound) IsRedirect() bool

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

func (*GetScanReportNotFound) IsServerError added in v0.7.0

func (o *GetScanReportNotFound) IsServerError() bool

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

func (*GetScanReportNotFound) IsSuccess added in v0.7.0

func (o *GetScanReportNotFound) IsSuccess() bool

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

func (*GetScanReportNotFound) String added in v0.7.0

func (o *GetScanReportNotFound) String() string

type GetScanReportOK added in v0.7.0

type GetScanReportOK 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.ScanreportsEntitiesResponse
}

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

OK

func NewGetScanReportOK added in v0.7.0

func NewGetScanReportOK() *GetScanReportOK

NewGetScanReportOK creates a GetScanReportOK with default headers values

func (*GetScanReportOK) Code added in v0.7.0

func (o *GetScanReportOK) Code() int

Code gets the status code for the get scan report o k response

func (*GetScanReportOK) Error added in v0.7.0

func (o *GetScanReportOK) Error() string

func (*GetScanReportOK) GetPayload added in v0.7.0

func (*GetScanReportOK) IsClientError added in v0.7.0

func (o *GetScanReportOK) IsClientError() bool

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

func (*GetScanReportOK) IsCode added in v0.7.0

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

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

func (*GetScanReportOK) IsRedirect added in v0.7.0

func (o *GetScanReportOK) IsRedirect() bool

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

func (*GetScanReportOK) IsServerError added in v0.7.0

func (o *GetScanReportOK) IsServerError() bool

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

func (*GetScanReportOK) IsSuccess added in v0.7.0

func (o *GetScanReportOK) IsSuccess() bool

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

func (*GetScanReportOK) String added in v0.7.0

func (o *GetScanReportOK) String() string

type GetScanReportParams added in v0.7.0

type GetScanReportParams struct {

	/* Ids.

	   the instance identifiers to fetch the report for
	*/
	Ids []string

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

GetScanReportParams contains all the parameters to send to the API endpoint

for the get scan report operation.

Typically these are written to a http.Request.

func NewGetScanReportParams added in v0.7.0

func NewGetScanReportParams() *GetScanReportParams

NewGetScanReportParams creates a new GetScanReportParams 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 NewGetScanReportParamsWithContext added in v0.7.0

func NewGetScanReportParamsWithContext(ctx context.Context) *GetScanReportParams

NewGetScanReportParamsWithContext creates a new GetScanReportParams object with the ability to set a context for a request.

func NewGetScanReportParamsWithHTTPClient added in v0.7.0

func NewGetScanReportParamsWithHTTPClient(client *http.Client) *GetScanReportParams

NewGetScanReportParamsWithHTTPClient creates a new GetScanReportParams object with the ability to set a custom HTTPClient for a request.

func NewGetScanReportParamsWithTimeout added in v0.7.0

func NewGetScanReportParamsWithTimeout(timeout time.Duration) *GetScanReportParams

NewGetScanReportParamsWithTimeout creates a new GetScanReportParams object with the ability to set a timeout on a request.

func (*GetScanReportParams) SetContext added in v0.7.0

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

SetContext adds the context to the get scan report params

func (*GetScanReportParams) SetDefaults added in v0.7.0

func (o *GetScanReportParams) SetDefaults()

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

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

func (*GetScanReportParams) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the get scan report params

func (*GetScanReportParams) SetIds added in v0.7.0

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

SetIds adds the ids to the get scan report params

func (*GetScanReportParams) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the get scan report params

func (*GetScanReportParams) WithContext added in v0.7.0

WithContext adds the context to the get scan report params

func (*GetScanReportParams) WithDefaults added in v0.7.0

func (o *GetScanReportParams) WithDefaults() *GetScanReportParams

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

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

func (*GetScanReportParams) WithHTTPClient added in v0.7.0

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

WithHTTPClient adds the HTTPClient to the get scan report params

func (*GetScanReportParams) WithIds added in v0.7.0

func (o *GetScanReportParams) WithIds(ids []string) *GetScanReportParams

WithIds adds the ids to the get scan report params

func (*GetScanReportParams) WithTimeout added in v0.7.0

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

WithTimeout adds the timeout to the get scan report params

func (*GetScanReportParams) WriteToRequest added in v0.7.0

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

WriteToRequest writes these params to a swagger request

type GetScanReportReader added in v0.7.0

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

GetScanReportReader is a Reader for the GetScanReport structure.

func (*GetScanReportReader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type GetScanReportTooManyRequests added in v0.7.0

type GetScanReportTooManyRequests 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
}

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

Too Many Requests

func NewGetScanReportTooManyRequests added in v0.7.0

func NewGetScanReportTooManyRequests() *GetScanReportTooManyRequests

NewGetScanReportTooManyRequests creates a GetScanReportTooManyRequests with default headers values

func (*GetScanReportTooManyRequests) Code added in v0.7.0

Code gets the status code for the get scan report too many requests response

func (*GetScanReportTooManyRequests) Error added in v0.7.0

func (*GetScanReportTooManyRequests) GetPayload added in v0.7.0

func (*GetScanReportTooManyRequests) IsClientError added in v0.7.0

func (o *GetScanReportTooManyRequests) IsClientError() bool

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

func (*GetScanReportTooManyRequests) IsCode added in v0.7.0

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

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

func (*GetScanReportTooManyRequests) IsRedirect added in v0.7.0

func (o *GetScanReportTooManyRequests) IsRedirect() bool

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

func (*GetScanReportTooManyRequests) IsServerError added in v0.7.0

func (o *GetScanReportTooManyRequests) IsServerError() bool

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

func (*GetScanReportTooManyRequests) IsSuccess added in v0.7.0

func (o *GetScanReportTooManyRequests) IsSuccess() bool

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

func (*GetScanReportTooManyRequests) String added in v0.7.0

type ReadDeploymentsCombinedBadRequest added in v0.7.0

type ReadDeploymentsCombinedBadRequest 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.MsaspecResponseFields
}

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

Bad Request

func NewReadDeploymentsCombinedBadRequest added in v0.7.0

func NewReadDeploymentsCombinedBadRequest() *ReadDeploymentsCombinedBadRequest

NewReadDeploymentsCombinedBadRequest creates a ReadDeploymentsCombinedBadRequest with default headers values

func (*ReadDeploymentsCombinedBadRequest) Code added in v0.7.0

Code gets the status code for the read deployments combined bad request response

func (*ReadDeploymentsCombinedBadRequest) Error added in v0.7.0

func (*ReadDeploymentsCombinedBadRequest) GetPayload added in v0.7.0

func (*ReadDeploymentsCombinedBadRequest) IsClientError added in v0.7.0

func (o *ReadDeploymentsCombinedBadRequest) IsClientError() bool

IsClientError returns true when this read deployments combined bad request response has a 4xx status code

func (*ReadDeploymentsCombinedBadRequest) IsCode added in v0.7.0

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

IsCode returns true when this read deployments combined bad request response a status code equal to that given

func (*ReadDeploymentsCombinedBadRequest) IsRedirect added in v0.7.0

func (o *ReadDeploymentsCombinedBadRequest) IsRedirect() bool

IsRedirect returns true when this read deployments combined bad request response has a 3xx status code

func (*ReadDeploymentsCombinedBadRequest) IsServerError added in v0.7.0

func (o *ReadDeploymentsCombinedBadRequest) IsServerError() bool

IsServerError returns true when this read deployments combined bad request response has a 5xx status code

func (*ReadDeploymentsCombinedBadRequest) IsSuccess added in v0.7.0

func (o *ReadDeploymentsCombinedBadRequest) IsSuccess() bool

IsSuccess returns true when this read deployments combined bad request response has a 2xx status code

func (*ReadDeploymentsCombinedBadRequest) String added in v0.7.0

type ReadDeploymentsCombinedForbidden added in v0.7.0

type ReadDeploymentsCombinedForbidden 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.MsaspecResponseFields
}

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

Forbidden

func NewReadDeploymentsCombinedForbidden added in v0.7.0

func NewReadDeploymentsCombinedForbidden() *ReadDeploymentsCombinedForbidden

NewReadDeploymentsCombinedForbidden creates a ReadDeploymentsCombinedForbidden with default headers values

func (*ReadDeploymentsCombinedForbidden) Code added in v0.7.0

Code gets the status code for the read deployments combined forbidden response

func (*ReadDeploymentsCombinedForbidden) Error added in v0.7.0

func (*ReadDeploymentsCombinedForbidden) GetPayload added in v0.7.0

func (*ReadDeploymentsCombinedForbidden) IsClientError added in v0.7.0

func (o *ReadDeploymentsCombinedForbidden) IsClientError() bool

IsClientError returns true when this read deployments combined forbidden response has a 4xx status code

func (*ReadDeploymentsCombinedForbidden) IsCode added in v0.7.0

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

IsCode returns true when this read deployments combined forbidden response a status code equal to that given

func (*ReadDeploymentsCombinedForbidden) IsRedirect added in v0.7.0

func (o *ReadDeploymentsCombinedForbidden) IsRedirect() bool

IsRedirect returns true when this read deployments combined forbidden response has a 3xx status code

func (*ReadDeploymentsCombinedForbidden) IsServerError added in v0.7.0

func (o *ReadDeploymentsCombinedForbidden) IsServerError() bool

IsServerError returns true when this read deployments combined forbidden response has a 5xx status code

func (*ReadDeploymentsCombinedForbidden) IsSuccess added in v0.7.0

func (o *ReadDeploymentsCombinedForbidden) IsSuccess() bool

IsSuccess returns true when this read deployments combined forbidden response has a 2xx status code

func (*ReadDeploymentsCombinedForbidden) String added in v0.7.0

type ReadDeploymentsCombinedInternalServerError added in v0.7.0

type ReadDeploymentsCombinedInternalServerError 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.MsaspecResponseFields
}

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

Internal Server Error

func NewReadDeploymentsCombinedInternalServerError added in v0.7.0

func NewReadDeploymentsCombinedInternalServerError() *ReadDeploymentsCombinedInternalServerError

NewReadDeploymentsCombinedInternalServerError creates a ReadDeploymentsCombinedInternalServerError with default headers values

func (*ReadDeploymentsCombinedInternalServerError) Code added in v0.7.0

Code gets the status code for the read deployments combined internal server error response

func (*ReadDeploymentsCombinedInternalServerError) Error added in v0.7.0

func (*ReadDeploymentsCombinedInternalServerError) GetPayload added in v0.7.0

func (*ReadDeploymentsCombinedInternalServerError) IsClientError added in v0.7.0

IsClientError returns true when this read deployments combined internal server error response has a 4xx status code

func (*ReadDeploymentsCombinedInternalServerError) IsCode added in v0.7.0

IsCode returns true when this read deployments combined internal server error response a status code equal to that given

func (*ReadDeploymentsCombinedInternalServerError) IsRedirect added in v0.7.0

IsRedirect returns true when this read deployments combined internal server error response has a 3xx status code

func (*ReadDeploymentsCombinedInternalServerError) IsServerError added in v0.7.0

IsServerError returns true when this read deployments combined internal server error response has a 5xx status code

func (*ReadDeploymentsCombinedInternalServerError) IsSuccess added in v0.7.0

IsSuccess returns true when this read deployments combined internal server error response has a 2xx status code

func (*ReadDeploymentsCombinedInternalServerError) String added in v0.7.0

type ReadDeploymentsCombinedOK added in v0.7.0

type ReadDeploymentsCombinedOK 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.DeploymentsEntityResponse
}

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

OK

func NewReadDeploymentsCombinedOK added in v0.7.0

func NewReadDeploymentsCombinedOK() *ReadDeploymentsCombinedOK

NewReadDeploymentsCombinedOK creates a ReadDeploymentsCombinedOK with default headers values

func (*ReadDeploymentsCombinedOK) Code added in v0.7.0

func (o *ReadDeploymentsCombinedOK) Code() int

Code gets the status code for the read deployments combined o k response

func (*ReadDeploymentsCombinedOK) Error added in v0.7.0

func (o *ReadDeploymentsCombinedOK) Error() string

func (*ReadDeploymentsCombinedOK) GetPayload added in v0.7.0

func (*ReadDeploymentsCombinedOK) IsClientError added in v0.7.0

func (o *ReadDeploymentsCombinedOK) IsClientError() bool

IsClientError returns true when this read deployments combined o k response has a 4xx status code

func (*ReadDeploymentsCombinedOK) IsCode added in v0.7.0

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

IsCode returns true when this read deployments combined o k response a status code equal to that given

func (*ReadDeploymentsCombinedOK) IsRedirect added in v0.7.0

func (o *ReadDeploymentsCombinedOK) IsRedirect() bool

IsRedirect returns true when this read deployments combined o k response has a 3xx status code

func (*ReadDeploymentsCombinedOK) IsServerError added in v0.7.0

func (o *ReadDeploymentsCombinedOK) IsServerError() bool

IsServerError returns true when this read deployments combined o k response has a 5xx status code

func (*ReadDeploymentsCombinedOK) IsSuccess added in v0.7.0

func (o *ReadDeploymentsCombinedOK) IsSuccess() bool

IsSuccess returns true when this read deployments combined o k response has a 2xx status code

func (*ReadDeploymentsCombinedOK) String added in v0.7.0

func (o *ReadDeploymentsCombinedOK) String() string

type ReadDeploymentsCombinedParams added in v0.7.0

type ReadDeploymentsCombinedParams struct {

	/* Filter.

	   Search snapshot jobs using a query in Falcon Query Language (FQL). Supported filters:  account_id,asset_identifier,cloud_provider,region,status
	*/
	Filter *string

	/* Limit.

	   The upper-bound on the number of records to retrieve.
	*/
	Limit *int64

	/* Offset.

	   The offset from where to begin.
	*/
	Offset *int64

	/* Sort.

	   The fields to sort the records on. Supported columns:  [account_id asset_identifier cloud_provider instance_type last_updated_timestamp region status]
	*/
	Sort *string

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

ReadDeploymentsCombinedParams contains all the parameters to send to the API endpoint

for the read deployments combined operation.

Typically these are written to a http.Request.

func NewReadDeploymentsCombinedParams added in v0.7.0

func NewReadDeploymentsCombinedParams() *ReadDeploymentsCombinedParams

NewReadDeploymentsCombinedParams creates a new ReadDeploymentsCombinedParams 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 NewReadDeploymentsCombinedParamsWithContext added in v0.7.0

func NewReadDeploymentsCombinedParamsWithContext(ctx context.Context) *ReadDeploymentsCombinedParams

NewReadDeploymentsCombinedParamsWithContext creates a new ReadDeploymentsCombinedParams object with the ability to set a context for a request.

func NewReadDeploymentsCombinedParamsWithHTTPClient added in v0.7.0

func NewReadDeploymentsCombinedParamsWithHTTPClient(client *http.Client) *ReadDeploymentsCombinedParams

NewReadDeploymentsCombinedParamsWithHTTPClient creates a new ReadDeploymentsCombinedParams object with the ability to set a custom HTTPClient for a request.

func NewReadDeploymentsCombinedParamsWithTimeout added in v0.7.0

func NewReadDeploymentsCombinedParamsWithTimeout(timeout time.Duration) *ReadDeploymentsCombinedParams

NewReadDeploymentsCombinedParamsWithTimeout creates a new ReadDeploymentsCombinedParams object with the ability to set a timeout on a request.

func (*ReadDeploymentsCombinedParams) SetContext added in v0.7.0

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

SetContext adds the context to the read deployments combined params

func (*ReadDeploymentsCombinedParams) SetDefaults added in v0.7.0

func (o *ReadDeploymentsCombinedParams) SetDefaults()

SetDefaults hydrates default values in the read deployments combined params (not the query body).

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

func (*ReadDeploymentsCombinedParams) SetFilter added in v0.7.0

func (o *ReadDeploymentsCombinedParams) SetFilter(filter *string)

SetFilter adds the filter to the read deployments combined params

func (*ReadDeploymentsCombinedParams) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the read deployments combined params

func (*ReadDeploymentsCombinedParams) SetLimit added in v0.7.0

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

SetLimit adds the limit to the read deployments combined params

func (*ReadDeploymentsCombinedParams) SetOffset added in v0.7.0

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

SetOffset adds the offset to the read deployments combined params

func (*ReadDeploymentsCombinedParams) SetSort added in v0.7.0

func (o *ReadDeploymentsCombinedParams) SetSort(sort *string)

SetSort adds the sort to the read deployments combined params

func (*ReadDeploymentsCombinedParams) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the read deployments combined params

func (*ReadDeploymentsCombinedParams) WithContext added in v0.7.0

WithContext adds the context to the read deployments combined params

func (*ReadDeploymentsCombinedParams) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the read deployments combined params (not the query body).

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

func (*ReadDeploymentsCombinedParams) WithFilter added in v0.7.0

WithFilter adds the filter to the read deployments combined params

func (*ReadDeploymentsCombinedParams) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the read deployments combined params

func (*ReadDeploymentsCombinedParams) WithLimit added in v0.7.0

WithLimit adds the limit to the read deployments combined params

func (*ReadDeploymentsCombinedParams) WithOffset added in v0.7.0

WithOffset adds the offset to the read deployments combined params

func (*ReadDeploymentsCombinedParams) WithSort added in v0.7.0

WithSort adds the sort to the read deployments combined params

func (*ReadDeploymentsCombinedParams) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the read deployments combined params

func (*ReadDeploymentsCombinedParams) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type ReadDeploymentsCombinedReader added in v0.7.0

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

ReadDeploymentsCombinedReader is a Reader for the ReadDeploymentsCombined structure.

func (*ReadDeploymentsCombinedReader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type ReadDeploymentsCombinedTooManyRequests added in v0.7.0

type ReadDeploymentsCombinedTooManyRequests 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
}

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

Too Many Requests

func NewReadDeploymentsCombinedTooManyRequests added in v0.7.0

func NewReadDeploymentsCombinedTooManyRequests() *ReadDeploymentsCombinedTooManyRequests

NewReadDeploymentsCombinedTooManyRequests creates a ReadDeploymentsCombinedTooManyRequests with default headers values

func (*ReadDeploymentsCombinedTooManyRequests) Code added in v0.7.0

Code gets the status code for the read deployments combined too many requests response

func (*ReadDeploymentsCombinedTooManyRequests) Error added in v0.7.0

func (*ReadDeploymentsCombinedTooManyRequests) GetPayload added in v0.7.0

func (*ReadDeploymentsCombinedTooManyRequests) IsClientError added in v0.7.0

func (o *ReadDeploymentsCombinedTooManyRequests) IsClientError() bool

IsClientError returns true when this read deployments combined too many requests response has a 4xx status code

func (*ReadDeploymentsCombinedTooManyRequests) IsCode added in v0.7.0

IsCode returns true when this read deployments combined too many requests response a status code equal to that given

func (*ReadDeploymentsCombinedTooManyRequests) IsRedirect added in v0.7.0

IsRedirect returns true when this read deployments combined too many requests response has a 3xx status code

func (*ReadDeploymentsCombinedTooManyRequests) IsServerError added in v0.7.0

func (o *ReadDeploymentsCombinedTooManyRequests) IsServerError() bool

IsServerError returns true when this read deployments combined too many requests response has a 5xx status code

func (*ReadDeploymentsCombinedTooManyRequests) IsSuccess added in v0.7.0

IsSuccess returns true when this read deployments combined too many requests response has a 2xx status code

func (*ReadDeploymentsCombinedTooManyRequests) String added in v0.7.0

type ReadDeploymentsEntitiesBadRequest added in v0.7.0

type ReadDeploymentsEntitiesBadRequest 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.MsaspecResponseFields
}

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

Bad Request

func NewReadDeploymentsEntitiesBadRequest added in v0.7.0

func NewReadDeploymentsEntitiesBadRequest() *ReadDeploymentsEntitiesBadRequest

NewReadDeploymentsEntitiesBadRequest creates a ReadDeploymentsEntitiesBadRequest with default headers values

func (*ReadDeploymentsEntitiesBadRequest) Code added in v0.7.0

Code gets the status code for the read deployments entities bad request response

func (*ReadDeploymentsEntitiesBadRequest) Error added in v0.7.0

func (*ReadDeploymentsEntitiesBadRequest) GetPayload added in v0.7.0

func (*ReadDeploymentsEntitiesBadRequest) IsClientError added in v0.7.0

func (o *ReadDeploymentsEntitiesBadRequest) IsClientError() bool

IsClientError returns true when this read deployments entities bad request response has a 4xx status code

func (*ReadDeploymentsEntitiesBadRequest) IsCode added in v0.7.0

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

IsCode returns true when this read deployments entities bad request response a status code equal to that given

func (*ReadDeploymentsEntitiesBadRequest) IsRedirect added in v0.7.0

func (o *ReadDeploymentsEntitiesBadRequest) IsRedirect() bool

IsRedirect returns true when this read deployments entities bad request response has a 3xx status code

func (*ReadDeploymentsEntitiesBadRequest) IsServerError added in v0.7.0

func (o *ReadDeploymentsEntitiesBadRequest) IsServerError() bool

IsServerError returns true when this read deployments entities bad request response has a 5xx status code

func (*ReadDeploymentsEntitiesBadRequest) IsSuccess added in v0.7.0

func (o *ReadDeploymentsEntitiesBadRequest) IsSuccess() bool

IsSuccess returns true when this read deployments entities bad request response has a 2xx status code

func (*ReadDeploymentsEntitiesBadRequest) String added in v0.7.0

type ReadDeploymentsEntitiesForbidden added in v0.7.0

type ReadDeploymentsEntitiesForbidden 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.MsaspecResponseFields
}

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

Forbidden

func NewReadDeploymentsEntitiesForbidden added in v0.7.0

func NewReadDeploymentsEntitiesForbidden() *ReadDeploymentsEntitiesForbidden

NewReadDeploymentsEntitiesForbidden creates a ReadDeploymentsEntitiesForbidden with default headers values

func (*ReadDeploymentsEntitiesForbidden) Code added in v0.7.0

Code gets the status code for the read deployments entities forbidden response

func (*ReadDeploymentsEntitiesForbidden) Error added in v0.7.0

func (*ReadDeploymentsEntitiesForbidden) GetPayload added in v0.7.0

func (*ReadDeploymentsEntitiesForbidden) IsClientError added in v0.7.0

func (o *ReadDeploymentsEntitiesForbidden) IsClientError() bool

IsClientError returns true when this read deployments entities forbidden response has a 4xx status code

func (*ReadDeploymentsEntitiesForbidden) IsCode added in v0.7.0

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

IsCode returns true when this read deployments entities forbidden response a status code equal to that given

func (*ReadDeploymentsEntitiesForbidden) IsRedirect added in v0.7.0

func (o *ReadDeploymentsEntitiesForbidden) IsRedirect() bool

IsRedirect returns true when this read deployments entities forbidden response has a 3xx status code

func (*ReadDeploymentsEntitiesForbidden) IsServerError added in v0.7.0

func (o *ReadDeploymentsEntitiesForbidden) IsServerError() bool

IsServerError returns true when this read deployments entities forbidden response has a 5xx status code

func (*ReadDeploymentsEntitiesForbidden) IsSuccess added in v0.7.0

func (o *ReadDeploymentsEntitiesForbidden) IsSuccess() bool

IsSuccess returns true when this read deployments entities forbidden response has a 2xx status code

func (*ReadDeploymentsEntitiesForbidden) String added in v0.7.0

type ReadDeploymentsEntitiesInternalServerError added in v0.7.0

type ReadDeploymentsEntitiesInternalServerError 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.MsaspecResponseFields
}

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

Internal Server Error

func NewReadDeploymentsEntitiesInternalServerError added in v0.7.0

func NewReadDeploymentsEntitiesInternalServerError() *ReadDeploymentsEntitiesInternalServerError

NewReadDeploymentsEntitiesInternalServerError creates a ReadDeploymentsEntitiesInternalServerError with default headers values

func (*ReadDeploymentsEntitiesInternalServerError) Code added in v0.7.0

Code gets the status code for the read deployments entities internal server error response

func (*ReadDeploymentsEntitiesInternalServerError) Error added in v0.7.0

func (*ReadDeploymentsEntitiesInternalServerError) GetPayload added in v0.7.0

func (*ReadDeploymentsEntitiesInternalServerError) IsClientError added in v0.7.0

IsClientError returns true when this read deployments entities internal server error response has a 4xx status code

func (*ReadDeploymentsEntitiesInternalServerError) IsCode added in v0.7.0

IsCode returns true when this read deployments entities internal server error response a status code equal to that given

func (*ReadDeploymentsEntitiesInternalServerError) IsRedirect added in v0.7.0

IsRedirect returns true when this read deployments entities internal server error response has a 3xx status code

func (*ReadDeploymentsEntitiesInternalServerError) IsServerError added in v0.7.0

IsServerError returns true when this read deployments entities internal server error response has a 5xx status code

func (*ReadDeploymentsEntitiesInternalServerError) IsSuccess added in v0.7.0

IsSuccess returns true when this read deployments entities internal server error response has a 2xx status code

func (*ReadDeploymentsEntitiesInternalServerError) String added in v0.7.0

type ReadDeploymentsEntitiesOK added in v0.7.0

type ReadDeploymentsEntitiesOK 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.DeploymentsEntityResponse
}

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

OK

func NewReadDeploymentsEntitiesOK added in v0.7.0

func NewReadDeploymentsEntitiesOK() *ReadDeploymentsEntitiesOK

NewReadDeploymentsEntitiesOK creates a ReadDeploymentsEntitiesOK with default headers values

func (*ReadDeploymentsEntitiesOK) Code added in v0.7.0

func (o *ReadDeploymentsEntitiesOK) Code() int

Code gets the status code for the read deployments entities o k response

func (*ReadDeploymentsEntitiesOK) Error added in v0.7.0

func (o *ReadDeploymentsEntitiesOK) Error() string

func (*ReadDeploymentsEntitiesOK) GetPayload added in v0.7.0

func (*ReadDeploymentsEntitiesOK) IsClientError added in v0.7.0

func (o *ReadDeploymentsEntitiesOK) IsClientError() bool

IsClientError returns true when this read deployments entities o k response has a 4xx status code

func (*ReadDeploymentsEntitiesOK) IsCode added in v0.7.0

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

IsCode returns true when this read deployments entities o k response a status code equal to that given

func (*ReadDeploymentsEntitiesOK) IsRedirect added in v0.7.0

func (o *ReadDeploymentsEntitiesOK) IsRedirect() bool

IsRedirect returns true when this read deployments entities o k response has a 3xx status code

func (*ReadDeploymentsEntitiesOK) IsServerError added in v0.7.0

func (o *ReadDeploymentsEntitiesOK) IsServerError() bool

IsServerError returns true when this read deployments entities o k response has a 5xx status code

func (*ReadDeploymentsEntitiesOK) IsSuccess added in v0.7.0

func (o *ReadDeploymentsEntitiesOK) IsSuccess() bool

IsSuccess returns true when this read deployments entities o k response has a 2xx status code

func (*ReadDeploymentsEntitiesOK) String added in v0.7.0

func (o *ReadDeploymentsEntitiesOK) String() string

type ReadDeploymentsEntitiesParams added in v0.7.0

type ReadDeploymentsEntitiesParams struct {

	/* Ids.

	   Search snapshot jobs by ids - The maximum amount is 100 IDs
	*/
	Ids []string

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

ReadDeploymentsEntitiesParams contains all the parameters to send to the API endpoint

for the read deployments entities operation.

Typically these are written to a http.Request.

func NewReadDeploymentsEntitiesParams added in v0.7.0

func NewReadDeploymentsEntitiesParams() *ReadDeploymentsEntitiesParams

NewReadDeploymentsEntitiesParams creates a new ReadDeploymentsEntitiesParams 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 NewReadDeploymentsEntitiesParamsWithContext added in v0.7.0

func NewReadDeploymentsEntitiesParamsWithContext(ctx context.Context) *ReadDeploymentsEntitiesParams

NewReadDeploymentsEntitiesParamsWithContext creates a new ReadDeploymentsEntitiesParams object with the ability to set a context for a request.

func NewReadDeploymentsEntitiesParamsWithHTTPClient added in v0.7.0

func NewReadDeploymentsEntitiesParamsWithHTTPClient(client *http.Client) *ReadDeploymentsEntitiesParams

NewReadDeploymentsEntitiesParamsWithHTTPClient creates a new ReadDeploymentsEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewReadDeploymentsEntitiesParamsWithTimeout added in v0.7.0

func NewReadDeploymentsEntitiesParamsWithTimeout(timeout time.Duration) *ReadDeploymentsEntitiesParams

NewReadDeploymentsEntitiesParamsWithTimeout creates a new ReadDeploymentsEntitiesParams object with the ability to set a timeout on a request.

func (*ReadDeploymentsEntitiesParams) SetContext added in v0.7.0

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

SetContext adds the context to the read deployments entities params

func (*ReadDeploymentsEntitiesParams) SetDefaults added in v0.7.0

func (o *ReadDeploymentsEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the read deployments entities params (not the query body).

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

func (*ReadDeploymentsEntitiesParams) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the read deployments entities params

func (*ReadDeploymentsEntitiesParams) SetIds added in v0.7.0

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

SetIds adds the ids to the read deployments entities params

func (*ReadDeploymentsEntitiesParams) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the read deployments entities params

func (*ReadDeploymentsEntitiesParams) WithContext added in v0.7.0

WithContext adds the context to the read deployments entities params

func (*ReadDeploymentsEntitiesParams) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the read deployments entities params (not the query body).

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

func (*ReadDeploymentsEntitiesParams) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the read deployments entities params

func (*ReadDeploymentsEntitiesParams) WithIds added in v0.7.0

WithIds adds the ids to the read deployments entities params

func (*ReadDeploymentsEntitiesParams) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the read deployments entities params

func (*ReadDeploymentsEntitiesParams) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type ReadDeploymentsEntitiesReader added in v0.7.0

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

ReadDeploymentsEntitiesReader is a Reader for the ReadDeploymentsEntities structure.

func (*ReadDeploymentsEntitiesReader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type ReadDeploymentsEntitiesTooManyRequests added in v0.7.0

type ReadDeploymentsEntitiesTooManyRequests 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
}

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

Too Many Requests

func NewReadDeploymentsEntitiesTooManyRequests added in v0.7.0

func NewReadDeploymentsEntitiesTooManyRequests() *ReadDeploymentsEntitiesTooManyRequests

NewReadDeploymentsEntitiesTooManyRequests creates a ReadDeploymentsEntitiesTooManyRequests with default headers values

func (*ReadDeploymentsEntitiesTooManyRequests) Code added in v0.7.0

Code gets the status code for the read deployments entities too many requests response

func (*ReadDeploymentsEntitiesTooManyRequests) Error added in v0.7.0

func (*ReadDeploymentsEntitiesTooManyRequests) GetPayload added in v0.7.0

func (*ReadDeploymentsEntitiesTooManyRequests) IsClientError added in v0.7.0

func (o *ReadDeploymentsEntitiesTooManyRequests) IsClientError() bool

IsClientError returns true when this read deployments entities too many requests response has a 4xx status code

func (*ReadDeploymentsEntitiesTooManyRequests) IsCode added in v0.7.0

IsCode returns true when this read deployments entities too many requests response a status code equal to that given

func (*ReadDeploymentsEntitiesTooManyRequests) IsRedirect added in v0.7.0

IsRedirect returns true when this read deployments entities too many requests response has a 3xx status code

func (*ReadDeploymentsEntitiesTooManyRequests) IsServerError added in v0.7.0

func (o *ReadDeploymentsEntitiesTooManyRequests) IsServerError() bool

IsServerError returns true when this read deployments entities too many requests response has a 5xx status code

func (*ReadDeploymentsEntitiesTooManyRequests) IsSuccess added in v0.7.0

IsSuccess returns true when this read deployments entities too many requests response has a 2xx status code

func (*ReadDeploymentsEntitiesTooManyRequests) String added in v0.7.0

type RegisterBadRequest

type RegisterBadRequest 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.MsaspecResponseFields
}

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

Bad Request

func NewRegisterBadRequest

func NewRegisterBadRequest() *RegisterBadRequest

NewRegisterBadRequest creates a RegisterBadRequest with default headers values

func (*RegisterBadRequest) Code

func (o *RegisterBadRequest) Code() int

Code gets the status code for the register bad request response

func (*RegisterBadRequest) Error

func (o *RegisterBadRequest) Error() string

func (*RegisterBadRequest) GetPayload

func (*RegisterBadRequest) IsClientError

func (o *RegisterBadRequest) IsClientError() bool

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

func (*RegisterBadRequest) IsCode

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

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

func (*RegisterBadRequest) IsRedirect

func (o *RegisterBadRequest) IsRedirect() bool

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

func (*RegisterBadRequest) IsServerError

func (o *RegisterBadRequest) IsServerError() bool

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

func (*RegisterBadRequest) IsSuccess

func (o *RegisterBadRequest) IsSuccess() bool

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

func (*RegisterBadRequest) String

func (o *RegisterBadRequest) String() string

type RegisterForbidden

type RegisterForbidden 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.MsaspecResponseFields
}

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

Forbidden

func NewRegisterForbidden

func NewRegisterForbidden() *RegisterForbidden

NewRegisterForbidden creates a RegisterForbidden with default headers values

func (*RegisterForbidden) Code

func (o *RegisterForbidden) Code() int

Code gets the status code for the register forbidden response

func (*RegisterForbidden) Error

func (o *RegisterForbidden) Error() string

func (*RegisterForbidden) GetPayload

func (*RegisterForbidden) IsClientError

func (o *RegisterForbidden) IsClientError() bool

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

func (*RegisterForbidden) IsCode

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

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

func (*RegisterForbidden) IsRedirect

func (o *RegisterForbidden) IsRedirect() bool

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

func (*RegisterForbidden) IsServerError

func (o *RegisterForbidden) IsServerError() bool

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

func (*RegisterForbidden) IsSuccess

func (o *RegisterForbidden) IsSuccess() bool

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

func (*RegisterForbidden) String

func (o *RegisterForbidden) String() string

type RegisterInternalServerError

type RegisterInternalServerError 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.MsaspecResponseFields
}

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

Internal Server Error

func NewRegisterInternalServerError

func NewRegisterInternalServerError() *RegisterInternalServerError

NewRegisterInternalServerError creates a RegisterInternalServerError with default headers values

func (*RegisterInternalServerError) Code

func (o *RegisterInternalServerError) Code() int

Code gets the status code for the register internal server error response

func (*RegisterInternalServerError) Error

func (*RegisterInternalServerError) GetPayload

func (*RegisterInternalServerError) IsClientError

func (o *RegisterInternalServerError) IsClientError() bool

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

func (*RegisterInternalServerError) IsCode

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

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

func (*RegisterInternalServerError) IsRedirect

func (o *RegisterInternalServerError) IsRedirect() bool

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

func (*RegisterInternalServerError) IsServerError

func (o *RegisterInternalServerError) IsServerError() bool

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

func (*RegisterInternalServerError) IsSuccess

func (o *RegisterInternalServerError) IsSuccess() bool

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

func (*RegisterInternalServerError) String

func (o *RegisterInternalServerError) String() string

type RegisterOK

type RegisterOK 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.ModelsAccountStatusResponse
}

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

OK

func NewRegisterOK

func NewRegisterOK() *RegisterOK

NewRegisterOK creates a RegisterOK with default headers values

func (*RegisterOK) Code

func (o *RegisterOK) Code() int

Code gets the status code for the register o k response

func (*RegisterOK) Error

func (o *RegisterOK) Error() string

func (*RegisterOK) GetPayload

func (*RegisterOK) IsClientError

func (o *RegisterOK) IsClientError() bool

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

func (*RegisterOK) IsCode

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

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

func (*RegisterOK) IsRedirect

func (o *RegisterOK) IsRedirect() bool

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

func (*RegisterOK) IsServerError

func (o *RegisterOK) IsServerError() bool

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

func (*RegisterOK) IsSuccess

func (o *RegisterOK) IsSuccess() bool

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

func (*RegisterOK) String

func (o *RegisterOK) String() string

type RegisterParams

type RegisterParams struct {

	// Body.
	Body *models.ModelsAccountEntitiesInput

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

RegisterParams contains all the parameters to send to the API endpoint

for the register operation.

Typically these are written to a http.Request.

func NewRegisterParams

func NewRegisterParams() *RegisterParams

NewRegisterParams creates a new RegisterParams 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 NewRegisterParamsWithContext

func NewRegisterParamsWithContext(ctx context.Context) *RegisterParams

NewRegisterParamsWithContext creates a new RegisterParams object with the ability to set a context for a request.

func NewRegisterParamsWithHTTPClient

func NewRegisterParamsWithHTTPClient(client *http.Client) *RegisterParams

NewRegisterParamsWithHTTPClient creates a new RegisterParams object with the ability to set a custom HTTPClient for a request.

func NewRegisterParamsWithTimeout

func NewRegisterParamsWithTimeout(timeout time.Duration) *RegisterParams

NewRegisterParamsWithTimeout creates a new RegisterParams object with the ability to set a timeout on a request.

func (*RegisterParams) SetBody

SetBody adds the body to the register params

func (*RegisterParams) SetContext

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

SetContext adds the context to the register params

func (*RegisterParams) SetDefaults

func (o *RegisterParams) SetDefaults()

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

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

func (*RegisterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the register params

func (*RegisterParams) SetTimeout

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

SetTimeout adds the timeout to the register params

func (*RegisterParams) WithBody

WithBody adds the body to the register params

func (*RegisterParams) WithContext

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

WithContext adds the context to the register params

func (*RegisterParams) WithDefaults

func (o *RegisterParams) WithDefaults() *RegisterParams

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

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

func (*RegisterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the register params

func (*RegisterParams) WithTimeout

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

WithTimeout adds the timeout to the register params

func (*RegisterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RegisterReader

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

RegisterReader is a Reader for the Register structure.

func (*RegisterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RegisterTooManyRequests

type RegisterTooManyRequests 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
}

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

Too Many Requests

func NewRegisterTooManyRequests

func NewRegisterTooManyRequests() *RegisterTooManyRequests

NewRegisterTooManyRequests creates a RegisterTooManyRequests with default headers values

func (*RegisterTooManyRequests) Code

func (o *RegisterTooManyRequests) Code() int

Code gets the status code for the register too many requests response

func (*RegisterTooManyRequests) Error

func (o *RegisterTooManyRequests) Error() string

func (*RegisterTooManyRequests) GetPayload

func (*RegisterTooManyRequests) IsClientError

func (o *RegisterTooManyRequests) IsClientError() bool

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

func (*RegisterTooManyRequests) IsCode

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

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

func (*RegisterTooManyRequests) IsRedirect

func (o *RegisterTooManyRequests) IsRedirect() bool

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

func (*RegisterTooManyRequests) IsServerError

func (o *RegisterTooManyRequests) IsServerError() bool

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

func (*RegisterTooManyRequests) IsSuccess

func (o *RegisterTooManyRequests) IsSuccess() bool

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

func (*RegisterTooManyRequests) String

func (o *RegisterTooManyRequests) String() string

Jump to

Keyboard shortcuts

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