Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateAWSAccount(params *CreateAWSAccountParams, opts ...ClientOption) (*CreateAWSAccountCreated, *CreateAWSAccountMultiStatus, error)
- func (a *Client) CreateAzureSubscription(params *CreateAzureSubscriptionParams, opts ...ClientOption) (*CreateAzureSubscriptionCreated, *CreateAzureSubscriptionMultiStatus, error)
- func (a *Client) DeleteAWSAccountsMixin0(params *DeleteAWSAccountsMixin0Params, opts ...ClientOption) (*DeleteAWSAccountsMixin0OK, *DeleteAWSAccountsMixin0MultiStatus, error)
- func (a *Client) DeleteAzureSubscription(params *DeleteAzureSubscriptionParams, opts ...ClientOption) (*DeleteAzureSubscriptionOK, *DeleteAzureSubscriptionMultiStatus, error)
- func (a *Client) GetAWSAccountsMixin0(params *GetAWSAccountsMixin0Params, opts ...ClientOption) (*GetAWSAccountsMixin0OK, *GetAWSAccountsMixin0MultiStatus, error)
- func (a *Client) GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, *GetClustersMultiStatus, error)
- func (a *Client) GetHelmValuesYaml(params *GetHelmValuesYamlParams, opts ...ClientOption) (*GetHelmValuesYamlOK, error)
- func (a *Client) GetLocations(params *GetLocationsParams, opts ...ClientOption) (*GetLocationsOK, *GetLocationsMultiStatus, error)
- func (a *Client) ListAzureAccounts(params *ListAzureAccountsParams, opts ...ClientOption) (*ListAzureAccountsOK, *ListAzureAccountsMultiStatus, error)
- func (a *Client) PatchAzureServicePrincipal(params *PatchAzureServicePrincipalParams, opts ...ClientOption) (*PatchAzureServicePrincipalCreated, *PatchAzureServicePrincipalMultiStatus, ...)
- func (a *Client) RegenerateAPIKey(params *RegenerateAPIKeyParams, opts ...ClientOption) (*RegenerateAPIKeyOK, *RegenerateAPIKeyMultiStatus, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) TriggerScan(params *TriggerScanParams, opts ...ClientOption) (*TriggerScanCreated, *TriggerScanMultiStatus, error)
- func (a *Client) UpdateAWSAccount(params *UpdateAWSAccountParams, opts ...ClientOption) (*UpdateAWSAccountOK, *UpdateAWSAccountMultiStatus, error)
- type ClientOption
- type ClientService
- type CreateAWSAccountBadRequest
- func (o *CreateAWSAccountBadRequest) Error() string
- func (o *CreateAWSAccountBadRequest) GetPayload() *models.K8sregCreateAWSAccReq
- func (o *CreateAWSAccountBadRequest) IsClientError() bool
- func (o *CreateAWSAccountBadRequest) IsCode(code int) bool
- func (o *CreateAWSAccountBadRequest) IsRedirect() bool
- func (o *CreateAWSAccountBadRequest) IsServerError() bool
- func (o *CreateAWSAccountBadRequest) IsSuccess() bool
- func (o *CreateAWSAccountBadRequest) String() string
- type CreateAWSAccountCreated
- func (o *CreateAWSAccountCreated) Error() string
- func (o *CreateAWSAccountCreated) GetPayload() *models.K8sregCreateAWSAccReq
- func (o *CreateAWSAccountCreated) IsClientError() bool
- func (o *CreateAWSAccountCreated) IsCode(code int) bool
- func (o *CreateAWSAccountCreated) IsRedirect() bool
- func (o *CreateAWSAccountCreated) IsServerError() bool
- func (o *CreateAWSAccountCreated) IsSuccess() bool
- func (o *CreateAWSAccountCreated) String() string
- type CreateAWSAccountForbidden
- func (o *CreateAWSAccountForbidden) Error() string
- func (o *CreateAWSAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateAWSAccountForbidden) IsClientError() bool
- func (o *CreateAWSAccountForbidden) IsCode(code int) bool
- func (o *CreateAWSAccountForbidden) IsRedirect() bool
- func (o *CreateAWSAccountForbidden) IsServerError() bool
- func (o *CreateAWSAccountForbidden) IsSuccess() bool
- func (o *CreateAWSAccountForbidden) String() string
- type CreateAWSAccountInternalServerError
- func (o *CreateAWSAccountInternalServerError) Error() string
- func (o *CreateAWSAccountInternalServerError) GetPayload() *models.K8sregCreateAWSAccReq
- func (o *CreateAWSAccountInternalServerError) IsClientError() bool
- func (o *CreateAWSAccountInternalServerError) IsCode(code int) bool
- func (o *CreateAWSAccountInternalServerError) IsRedirect() bool
- func (o *CreateAWSAccountInternalServerError) IsServerError() bool
- func (o *CreateAWSAccountInternalServerError) IsSuccess() bool
- func (o *CreateAWSAccountInternalServerError) String() string
- type CreateAWSAccountMultiStatus
- func (o *CreateAWSAccountMultiStatus) Error() string
- func (o *CreateAWSAccountMultiStatus) GetPayload() *models.K8sregCreateAWSAccReq
- func (o *CreateAWSAccountMultiStatus) IsClientError() bool
- func (o *CreateAWSAccountMultiStatus) IsCode(code int) bool
- func (o *CreateAWSAccountMultiStatus) IsRedirect() bool
- func (o *CreateAWSAccountMultiStatus) IsServerError() bool
- func (o *CreateAWSAccountMultiStatus) IsSuccess() bool
- func (o *CreateAWSAccountMultiStatus) String() string
- type CreateAWSAccountParams
- func NewCreateAWSAccountParams() *CreateAWSAccountParams
- func NewCreateAWSAccountParamsWithContext(ctx context.Context) *CreateAWSAccountParams
- func NewCreateAWSAccountParamsWithHTTPClient(client *http.Client) *CreateAWSAccountParams
- func NewCreateAWSAccountParamsWithTimeout(timeout time.Duration) *CreateAWSAccountParams
- func (o *CreateAWSAccountParams) SetBody(body *models.K8sregCreateAWSAccReq)
- func (o *CreateAWSAccountParams) SetContext(ctx context.Context)
- func (o *CreateAWSAccountParams) SetDefaults()
- func (o *CreateAWSAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateAWSAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateAWSAccountParams) WithBody(body *models.K8sregCreateAWSAccReq) *CreateAWSAccountParams
- func (o *CreateAWSAccountParams) WithContext(ctx context.Context) *CreateAWSAccountParams
- func (o *CreateAWSAccountParams) WithDefaults() *CreateAWSAccountParams
- func (o *CreateAWSAccountParams) WithHTTPClient(client *http.Client) *CreateAWSAccountParams
- func (o *CreateAWSAccountParams) WithTimeout(timeout time.Duration) *CreateAWSAccountParams
- func (o *CreateAWSAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAWSAccountReader
- type CreateAWSAccountTooManyRequests
- func (o *CreateAWSAccountTooManyRequests) Error() string
- func (o *CreateAWSAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateAWSAccountTooManyRequests) IsClientError() bool
- func (o *CreateAWSAccountTooManyRequests) IsCode(code int) bool
- func (o *CreateAWSAccountTooManyRequests) IsRedirect() bool
- func (o *CreateAWSAccountTooManyRequests) IsServerError() bool
- func (o *CreateAWSAccountTooManyRequests) IsSuccess() bool
- func (o *CreateAWSAccountTooManyRequests) String() string
- type CreateAzureSubscriptionBadRequest
- func (o *CreateAzureSubscriptionBadRequest) Error() string
- func (o *CreateAzureSubscriptionBadRequest) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *CreateAzureSubscriptionBadRequest) IsClientError() bool
- func (o *CreateAzureSubscriptionBadRequest) IsCode(code int) bool
- func (o *CreateAzureSubscriptionBadRequest) IsRedirect() bool
- func (o *CreateAzureSubscriptionBadRequest) IsServerError() bool
- func (o *CreateAzureSubscriptionBadRequest) IsSuccess() bool
- func (o *CreateAzureSubscriptionBadRequest) String() string
- type CreateAzureSubscriptionCreated
- func (o *CreateAzureSubscriptionCreated) Error() string
- func (o *CreateAzureSubscriptionCreated) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *CreateAzureSubscriptionCreated) IsClientError() bool
- func (o *CreateAzureSubscriptionCreated) IsCode(code int) bool
- func (o *CreateAzureSubscriptionCreated) IsRedirect() bool
- func (o *CreateAzureSubscriptionCreated) IsServerError() bool
- func (o *CreateAzureSubscriptionCreated) IsSuccess() bool
- func (o *CreateAzureSubscriptionCreated) String() string
- type CreateAzureSubscriptionForbidden
- func (o *CreateAzureSubscriptionForbidden) Error() string
- func (o *CreateAzureSubscriptionForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateAzureSubscriptionForbidden) IsClientError() bool
- func (o *CreateAzureSubscriptionForbidden) IsCode(code int) bool
- func (o *CreateAzureSubscriptionForbidden) IsRedirect() bool
- func (o *CreateAzureSubscriptionForbidden) IsServerError() bool
- func (o *CreateAzureSubscriptionForbidden) IsSuccess() bool
- func (o *CreateAzureSubscriptionForbidden) String() string
- type CreateAzureSubscriptionInternalServerError
- func (o *CreateAzureSubscriptionInternalServerError) Error() string
- func (o *CreateAzureSubscriptionInternalServerError) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *CreateAzureSubscriptionInternalServerError) IsClientError() bool
- func (o *CreateAzureSubscriptionInternalServerError) IsCode(code int) bool
- func (o *CreateAzureSubscriptionInternalServerError) IsRedirect() bool
- func (o *CreateAzureSubscriptionInternalServerError) IsServerError() bool
- func (o *CreateAzureSubscriptionInternalServerError) IsSuccess() bool
- func (o *CreateAzureSubscriptionInternalServerError) String() string
- type CreateAzureSubscriptionMultiStatus
- func (o *CreateAzureSubscriptionMultiStatus) Error() string
- func (o *CreateAzureSubscriptionMultiStatus) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *CreateAzureSubscriptionMultiStatus) IsClientError() bool
- func (o *CreateAzureSubscriptionMultiStatus) IsCode(code int) bool
- func (o *CreateAzureSubscriptionMultiStatus) IsRedirect() bool
- func (o *CreateAzureSubscriptionMultiStatus) IsServerError() bool
- func (o *CreateAzureSubscriptionMultiStatus) IsSuccess() bool
- func (o *CreateAzureSubscriptionMultiStatus) String() string
- type CreateAzureSubscriptionParams
- func NewCreateAzureSubscriptionParams() *CreateAzureSubscriptionParams
- func NewCreateAzureSubscriptionParamsWithContext(ctx context.Context) *CreateAzureSubscriptionParams
- func NewCreateAzureSubscriptionParamsWithHTTPClient(client *http.Client) *CreateAzureSubscriptionParams
- func NewCreateAzureSubscriptionParamsWithTimeout(timeout time.Duration) *CreateAzureSubscriptionParams
- func (o *CreateAzureSubscriptionParams) SetBody(body *models.K8sregCreateAzureSubReq)
- func (o *CreateAzureSubscriptionParams) SetContext(ctx context.Context)
- func (o *CreateAzureSubscriptionParams) SetDefaults()
- func (o *CreateAzureSubscriptionParams) SetHTTPClient(client *http.Client)
- func (o *CreateAzureSubscriptionParams) SetTimeout(timeout time.Duration)
- func (o *CreateAzureSubscriptionParams) WithBody(body *models.K8sregCreateAzureSubReq) *CreateAzureSubscriptionParams
- func (o *CreateAzureSubscriptionParams) WithContext(ctx context.Context) *CreateAzureSubscriptionParams
- func (o *CreateAzureSubscriptionParams) WithDefaults() *CreateAzureSubscriptionParams
- func (o *CreateAzureSubscriptionParams) WithHTTPClient(client *http.Client) *CreateAzureSubscriptionParams
- func (o *CreateAzureSubscriptionParams) WithTimeout(timeout time.Duration) *CreateAzureSubscriptionParams
- func (o *CreateAzureSubscriptionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAzureSubscriptionReader
- type CreateAzureSubscriptionTooManyRequests
- func (o *CreateAzureSubscriptionTooManyRequests) Error() string
- func (o *CreateAzureSubscriptionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateAzureSubscriptionTooManyRequests) IsClientError() bool
- func (o *CreateAzureSubscriptionTooManyRequests) IsCode(code int) bool
- func (o *CreateAzureSubscriptionTooManyRequests) IsRedirect() bool
- func (o *CreateAzureSubscriptionTooManyRequests) IsServerError() bool
- func (o *CreateAzureSubscriptionTooManyRequests) IsSuccess() bool
- func (o *CreateAzureSubscriptionTooManyRequests) String() string
- type DeleteAWSAccountsMixin0BadRequest
- func (o *DeleteAWSAccountsMixin0BadRequest) Error() string
- func (o *DeleteAWSAccountsMixin0BadRequest) GetPayload() *models.MsaMetaInfo
- func (o *DeleteAWSAccountsMixin0BadRequest) IsClientError() bool
- func (o *DeleteAWSAccountsMixin0BadRequest) IsCode(code int) bool
- func (o *DeleteAWSAccountsMixin0BadRequest) IsRedirect() bool
- func (o *DeleteAWSAccountsMixin0BadRequest) IsServerError() bool
- func (o *DeleteAWSAccountsMixin0BadRequest) IsSuccess() bool
- func (o *DeleteAWSAccountsMixin0BadRequest) String() string
- type DeleteAWSAccountsMixin0Default
- func (o *DeleteAWSAccountsMixin0Default) Code() int
- func (o *DeleteAWSAccountsMixin0Default) Error() string
- func (o *DeleteAWSAccountsMixin0Default) GetPayload() *models.MsaMetaInfo
- func (o *DeleteAWSAccountsMixin0Default) IsClientError() bool
- func (o *DeleteAWSAccountsMixin0Default) IsCode(code int) bool
- func (o *DeleteAWSAccountsMixin0Default) IsRedirect() bool
- func (o *DeleteAWSAccountsMixin0Default) IsServerError() bool
- func (o *DeleteAWSAccountsMixin0Default) IsSuccess() bool
- func (o *DeleteAWSAccountsMixin0Default) String() string
- type DeleteAWSAccountsMixin0Forbidden
- func (o *DeleteAWSAccountsMixin0Forbidden) Error() string
- func (o *DeleteAWSAccountsMixin0Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteAWSAccountsMixin0Forbidden) IsClientError() bool
- func (o *DeleteAWSAccountsMixin0Forbidden) IsCode(code int) bool
- func (o *DeleteAWSAccountsMixin0Forbidden) IsRedirect() bool
- func (o *DeleteAWSAccountsMixin0Forbidden) IsServerError() bool
- func (o *DeleteAWSAccountsMixin0Forbidden) IsSuccess() bool
- func (o *DeleteAWSAccountsMixin0Forbidden) String() string
- type DeleteAWSAccountsMixin0InternalServerError
- func (o *DeleteAWSAccountsMixin0InternalServerError) Error() string
- func (o *DeleteAWSAccountsMixin0InternalServerError) GetPayload() *models.MsaMetaInfo
- func (o *DeleteAWSAccountsMixin0InternalServerError) IsClientError() bool
- func (o *DeleteAWSAccountsMixin0InternalServerError) IsCode(code int) bool
- func (o *DeleteAWSAccountsMixin0InternalServerError) IsRedirect() bool
- func (o *DeleteAWSAccountsMixin0InternalServerError) IsServerError() bool
- func (o *DeleteAWSAccountsMixin0InternalServerError) IsSuccess() bool
- func (o *DeleteAWSAccountsMixin0InternalServerError) String() string
- type DeleteAWSAccountsMixin0MultiStatus
- func (o *DeleteAWSAccountsMixin0MultiStatus) Error() string
- func (o *DeleteAWSAccountsMixin0MultiStatus) GetPayload() *models.MsaMetaInfo
- func (o *DeleteAWSAccountsMixin0MultiStatus) IsClientError() bool
- func (o *DeleteAWSAccountsMixin0MultiStatus) IsCode(code int) bool
- func (o *DeleteAWSAccountsMixin0MultiStatus) IsRedirect() bool
- func (o *DeleteAWSAccountsMixin0MultiStatus) IsServerError() bool
- func (o *DeleteAWSAccountsMixin0MultiStatus) IsSuccess() bool
- func (o *DeleteAWSAccountsMixin0MultiStatus) String() string
- type DeleteAWSAccountsMixin0OK
- func (o *DeleteAWSAccountsMixin0OK) Error() string
- func (o *DeleteAWSAccountsMixin0OK) GetPayload() *models.MsaMetaInfo
- func (o *DeleteAWSAccountsMixin0OK) IsClientError() bool
- func (o *DeleteAWSAccountsMixin0OK) IsCode(code int) bool
- func (o *DeleteAWSAccountsMixin0OK) IsRedirect() bool
- func (o *DeleteAWSAccountsMixin0OK) IsServerError() bool
- func (o *DeleteAWSAccountsMixin0OK) IsSuccess() bool
- func (o *DeleteAWSAccountsMixin0OK) String() string
- type DeleteAWSAccountsMixin0Params
- func NewDeleteAWSAccountsMixin0Params() *DeleteAWSAccountsMixin0Params
- func NewDeleteAWSAccountsMixin0ParamsWithContext(ctx context.Context) *DeleteAWSAccountsMixin0Params
- func NewDeleteAWSAccountsMixin0ParamsWithHTTPClient(client *http.Client) *DeleteAWSAccountsMixin0Params
- func NewDeleteAWSAccountsMixin0ParamsWithTimeout(timeout time.Duration) *DeleteAWSAccountsMixin0Params
- func (o *DeleteAWSAccountsMixin0Params) SetContext(ctx context.Context)
- func (o *DeleteAWSAccountsMixin0Params) SetDefaults()
- func (o *DeleteAWSAccountsMixin0Params) SetHTTPClient(client *http.Client)
- func (o *DeleteAWSAccountsMixin0Params) SetIds(ids []string)
- func (o *DeleteAWSAccountsMixin0Params) SetTimeout(timeout time.Duration)
- func (o *DeleteAWSAccountsMixin0Params) WithContext(ctx context.Context) *DeleteAWSAccountsMixin0Params
- func (o *DeleteAWSAccountsMixin0Params) WithDefaults() *DeleteAWSAccountsMixin0Params
- func (o *DeleteAWSAccountsMixin0Params) WithHTTPClient(client *http.Client) *DeleteAWSAccountsMixin0Params
- func (o *DeleteAWSAccountsMixin0Params) WithIds(ids []string) *DeleteAWSAccountsMixin0Params
- func (o *DeleteAWSAccountsMixin0Params) WithTimeout(timeout time.Duration) *DeleteAWSAccountsMixin0Params
- func (o *DeleteAWSAccountsMixin0Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAWSAccountsMixin0Reader
- type DeleteAWSAccountsMixin0TooManyRequests
- func (o *DeleteAWSAccountsMixin0TooManyRequests) Error() string
- func (o *DeleteAWSAccountsMixin0TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteAWSAccountsMixin0TooManyRequests) IsClientError() bool
- func (o *DeleteAWSAccountsMixin0TooManyRequests) IsCode(code int) bool
- func (o *DeleteAWSAccountsMixin0TooManyRequests) IsRedirect() bool
- func (o *DeleteAWSAccountsMixin0TooManyRequests) IsServerError() bool
- func (o *DeleteAWSAccountsMixin0TooManyRequests) IsSuccess() bool
- func (o *DeleteAWSAccountsMixin0TooManyRequests) String() string
- type DeleteAzureSubscriptionBadRequest
- func (o *DeleteAzureSubscriptionBadRequest) Error() string
- func (o *DeleteAzureSubscriptionBadRequest) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *DeleteAzureSubscriptionBadRequest) IsClientError() bool
- func (o *DeleteAzureSubscriptionBadRequest) IsCode(code int) bool
- func (o *DeleteAzureSubscriptionBadRequest) IsRedirect() bool
- func (o *DeleteAzureSubscriptionBadRequest) IsServerError() bool
- func (o *DeleteAzureSubscriptionBadRequest) IsSuccess() bool
- func (o *DeleteAzureSubscriptionBadRequest) String() string
- type DeleteAzureSubscriptionForbidden
- func (o *DeleteAzureSubscriptionForbidden) Error() string
- func (o *DeleteAzureSubscriptionForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteAzureSubscriptionForbidden) IsClientError() bool
- func (o *DeleteAzureSubscriptionForbidden) IsCode(code int) bool
- func (o *DeleteAzureSubscriptionForbidden) IsRedirect() bool
- func (o *DeleteAzureSubscriptionForbidden) IsServerError() bool
- func (o *DeleteAzureSubscriptionForbidden) IsSuccess() bool
- func (o *DeleteAzureSubscriptionForbidden) String() string
- type DeleteAzureSubscriptionInternalServerError
- func (o *DeleteAzureSubscriptionInternalServerError) Error() string
- func (o *DeleteAzureSubscriptionInternalServerError) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *DeleteAzureSubscriptionInternalServerError) IsClientError() bool
- func (o *DeleteAzureSubscriptionInternalServerError) IsCode(code int) bool
- func (o *DeleteAzureSubscriptionInternalServerError) IsRedirect() bool
- func (o *DeleteAzureSubscriptionInternalServerError) IsServerError() bool
- func (o *DeleteAzureSubscriptionInternalServerError) IsSuccess() bool
- func (o *DeleteAzureSubscriptionInternalServerError) String() string
- type DeleteAzureSubscriptionMultiStatus
- func (o *DeleteAzureSubscriptionMultiStatus) Error() string
- func (o *DeleteAzureSubscriptionMultiStatus) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *DeleteAzureSubscriptionMultiStatus) IsClientError() bool
- func (o *DeleteAzureSubscriptionMultiStatus) IsCode(code int) bool
- func (o *DeleteAzureSubscriptionMultiStatus) IsRedirect() bool
- func (o *DeleteAzureSubscriptionMultiStatus) IsServerError() bool
- func (o *DeleteAzureSubscriptionMultiStatus) IsSuccess() bool
- func (o *DeleteAzureSubscriptionMultiStatus) String() string
- type DeleteAzureSubscriptionOK
- func (o *DeleteAzureSubscriptionOK) Error() string
- func (o *DeleteAzureSubscriptionOK) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *DeleteAzureSubscriptionOK) IsClientError() bool
- func (o *DeleteAzureSubscriptionOK) IsCode(code int) bool
- func (o *DeleteAzureSubscriptionOK) IsRedirect() bool
- func (o *DeleteAzureSubscriptionOK) IsServerError() bool
- func (o *DeleteAzureSubscriptionOK) IsSuccess() bool
- func (o *DeleteAzureSubscriptionOK) String() string
- type DeleteAzureSubscriptionParams
- func NewDeleteAzureSubscriptionParams() *DeleteAzureSubscriptionParams
- func NewDeleteAzureSubscriptionParamsWithContext(ctx context.Context) *DeleteAzureSubscriptionParams
- func NewDeleteAzureSubscriptionParamsWithHTTPClient(client *http.Client) *DeleteAzureSubscriptionParams
- func NewDeleteAzureSubscriptionParamsWithTimeout(timeout time.Duration) *DeleteAzureSubscriptionParams
- func (o *DeleteAzureSubscriptionParams) SetContext(ctx context.Context)
- func (o *DeleteAzureSubscriptionParams) SetDefaults()
- func (o *DeleteAzureSubscriptionParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAzureSubscriptionParams) SetIds(ids []string)
- func (o *DeleteAzureSubscriptionParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAzureSubscriptionParams) WithContext(ctx context.Context) *DeleteAzureSubscriptionParams
- func (o *DeleteAzureSubscriptionParams) WithDefaults() *DeleteAzureSubscriptionParams
- func (o *DeleteAzureSubscriptionParams) WithHTTPClient(client *http.Client) *DeleteAzureSubscriptionParams
- func (o *DeleteAzureSubscriptionParams) WithIds(ids []string) *DeleteAzureSubscriptionParams
- func (o *DeleteAzureSubscriptionParams) WithTimeout(timeout time.Duration) *DeleteAzureSubscriptionParams
- func (o *DeleteAzureSubscriptionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAzureSubscriptionReader
- type DeleteAzureSubscriptionTooManyRequests
- func (o *DeleteAzureSubscriptionTooManyRequests) Error() string
- func (o *DeleteAzureSubscriptionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteAzureSubscriptionTooManyRequests) IsClientError() bool
- func (o *DeleteAzureSubscriptionTooManyRequests) IsCode(code int) bool
- func (o *DeleteAzureSubscriptionTooManyRequests) IsRedirect() bool
- func (o *DeleteAzureSubscriptionTooManyRequests) IsServerError() bool
- func (o *DeleteAzureSubscriptionTooManyRequests) IsSuccess() bool
- func (o *DeleteAzureSubscriptionTooManyRequests) String() string
- type GetAWSAccountsMixin0BadRequest
- func (o *GetAWSAccountsMixin0BadRequest) Error() string
- func (o *GetAWSAccountsMixin0BadRequest) GetPayload() *models.K8sregGetAWSAccountsResp
- func (o *GetAWSAccountsMixin0BadRequest) IsClientError() bool
- func (o *GetAWSAccountsMixin0BadRequest) IsCode(code int) bool
- func (o *GetAWSAccountsMixin0BadRequest) IsRedirect() bool
- func (o *GetAWSAccountsMixin0BadRequest) IsServerError() bool
- func (o *GetAWSAccountsMixin0BadRequest) IsSuccess() bool
- func (o *GetAWSAccountsMixin0BadRequest) String() string
- type GetAWSAccountsMixin0Default
- func (o *GetAWSAccountsMixin0Default) Code() int
- func (o *GetAWSAccountsMixin0Default) Error() string
- func (o *GetAWSAccountsMixin0Default) GetPayload() *models.K8sregGetAWSAccountsResp
- func (o *GetAWSAccountsMixin0Default) IsClientError() bool
- func (o *GetAWSAccountsMixin0Default) IsCode(code int) bool
- func (o *GetAWSAccountsMixin0Default) IsRedirect() bool
- func (o *GetAWSAccountsMixin0Default) IsServerError() bool
- func (o *GetAWSAccountsMixin0Default) IsSuccess() bool
- func (o *GetAWSAccountsMixin0Default) String() string
- type GetAWSAccountsMixin0Forbidden
- func (o *GetAWSAccountsMixin0Forbidden) Error() string
- func (o *GetAWSAccountsMixin0Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAWSAccountsMixin0Forbidden) IsClientError() bool
- func (o *GetAWSAccountsMixin0Forbidden) IsCode(code int) bool
- func (o *GetAWSAccountsMixin0Forbidden) IsRedirect() bool
- func (o *GetAWSAccountsMixin0Forbidden) IsServerError() bool
- func (o *GetAWSAccountsMixin0Forbidden) IsSuccess() bool
- func (o *GetAWSAccountsMixin0Forbidden) String() string
- type GetAWSAccountsMixin0InternalServerError
- func (o *GetAWSAccountsMixin0InternalServerError) Error() string
- func (o *GetAWSAccountsMixin0InternalServerError) GetPayload() *models.K8sregGetAWSAccountsResp
- func (o *GetAWSAccountsMixin0InternalServerError) IsClientError() bool
- func (o *GetAWSAccountsMixin0InternalServerError) IsCode(code int) bool
- func (o *GetAWSAccountsMixin0InternalServerError) IsRedirect() bool
- func (o *GetAWSAccountsMixin0InternalServerError) IsServerError() bool
- func (o *GetAWSAccountsMixin0InternalServerError) IsSuccess() bool
- func (o *GetAWSAccountsMixin0InternalServerError) String() string
- type GetAWSAccountsMixin0MultiStatus
- func (o *GetAWSAccountsMixin0MultiStatus) Error() string
- func (o *GetAWSAccountsMixin0MultiStatus) GetPayload() *models.K8sregGetAWSAccountsResp
- func (o *GetAWSAccountsMixin0MultiStatus) IsClientError() bool
- func (o *GetAWSAccountsMixin0MultiStatus) IsCode(code int) bool
- func (o *GetAWSAccountsMixin0MultiStatus) IsRedirect() bool
- func (o *GetAWSAccountsMixin0MultiStatus) IsServerError() bool
- func (o *GetAWSAccountsMixin0MultiStatus) IsSuccess() bool
- func (o *GetAWSAccountsMixin0MultiStatus) String() string
- type GetAWSAccountsMixin0OK
- func (o *GetAWSAccountsMixin0OK) Error() string
- func (o *GetAWSAccountsMixin0OK) GetPayload() *models.K8sregGetAWSAccountsResp
- func (o *GetAWSAccountsMixin0OK) IsClientError() bool
- func (o *GetAWSAccountsMixin0OK) IsCode(code int) bool
- func (o *GetAWSAccountsMixin0OK) IsRedirect() bool
- func (o *GetAWSAccountsMixin0OK) IsServerError() bool
- func (o *GetAWSAccountsMixin0OK) IsSuccess() bool
- func (o *GetAWSAccountsMixin0OK) String() string
- type GetAWSAccountsMixin0Params
- func NewGetAWSAccountsMixin0Params() *GetAWSAccountsMixin0Params
- func NewGetAWSAccountsMixin0ParamsWithContext(ctx context.Context) *GetAWSAccountsMixin0Params
- func NewGetAWSAccountsMixin0ParamsWithHTTPClient(client *http.Client) *GetAWSAccountsMixin0Params
- func NewGetAWSAccountsMixin0ParamsWithTimeout(timeout time.Duration) *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) SetContext(ctx context.Context)
- func (o *GetAWSAccountsMixin0Params) SetDefaults()
- func (o *GetAWSAccountsMixin0Params) SetHTTPClient(client *http.Client)
- func (o *GetAWSAccountsMixin0Params) SetIds(ids []string)
- func (o *GetAWSAccountsMixin0Params) SetLimit(limit *int64)
- func (o *GetAWSAccountsMixin0Params) SetOffset(offset *int64)
- func (o *GetAWSAccountsMixin0Params) SetStatus(status *string)
- func (o *GetAWSAccountsMixin0Params) SetTimeout(timeout time.Duration)
- func (o *GetAWSAccountsMixin0Params) WithContext(ctx context.Context) *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) WithDefaults() *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) WithHTTPClient(client *http.Client) *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) WithIds(ids []string) *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) WithLimit(limit *int64) *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) WithOffset(offset *int64) *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) WithStatus(status *string) *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) WithTimeout(timeout time.Duration) *GetAWSAccountsMixin0Params
- func (o *GetAWSAccountsMixin0Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAWSAccountsMixin0Reader
- type GetAWSAccountsMixin0TooManyRequests
- func (o *GetAWSAccountsMixin0TooManyRequests) Error() string
- func (o *GetAWSAccountsMixin0TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAWSAccountsMixin0TooManyRequests) IsClientError() bool
- func (o *GetAWSAccountsMixin0TooManyRequests) IsCode(code int) bool
- func (o *GetAWSAccountsMixin0TooManyRequests) IsRedirect() bool
- func (o *GetAWSAccountsMixin0TooManyRequests) IsServerError() bool
- func (o *GetAWSAccountsMixin0TooManyRequests) IsSuccess() bool
- func (o *GetAWSAccountsMixin0TooManyRequests) String() string
- type GetClustersBadRequest
- func (o *GetClustersBadRequest) Error() string
- func (o *GetClustersBadRequest) GetPayload() *models.K8sregGetClustersResp
- func (o *GetClustersBadRequest) IsClientError() bool
- func (o *GetClustersBadRequest) IsCode(code int) bool
- func (o *GetClustersBadRequest) IsRedirect() bool
- func (o *GetClustersBadRequest) IsServerError() bool
- func (o *GetClustersBadRequest) IsSuccess() bool
- func (o *GetClustersBadRequest) String() string
- type GetClustersDefault
- func (o *GetClustersDefault) Code() int
- func (o *GetClustersDefault) Error() string
- func (o *GetClustersDefault) GetPayload() *models.K8sregGetClustersResp
- func (o *GetClustersDefault) IsClientError() bool
- func (o *GetClustersDefault) IsCode(code int) bool
- func (o *GetClustersDefault) IsRedirect() bool
- func (o *GetClustersDefault) IsServerError() bool
- func (o *GetClustersDefault) IsSuccess() bool
- func (o *GetClustersDefault) String() string
- type GetClustersForbidden
- func (o *GetClustersForbidden) Error() string
- func (o *GetClustersForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetClustersForbidden) IsClientError() bool
- func (o *GetClustersForbidden) IsCode(code int) bool
- func (o *GetClustersForbidden) IsRedirect() bool
- func (o *GetClustersForbidden) IsServerError() bool
- func (o *GetClustersForbidden) IsSuccess() bool
- func (o *GetClustersForbidden) String() string
- type GetClustersInternalServerError
- func (o *GetClustersInternalServerError) Error() string
- func (o *GetClustersInternalServerError) GetPayload() *models.K8sregGetClustersResp
- func (o *GetClustersInternalServerError) IsClientError() bool
- func (o *GetClustersInternalServerError) IsCode(code int) bool
- func (o *GetClustersInternalServerError) IsRedirect() bool
- func (o *GetClustersInternalServerError) IsServerError() bool
- func (o *GetClustersInternalServerError) IsSuccess() bool
- func (o *GetClustersInternalServerError) String() string
- type GetClustersMultiStatus
- func (o *GetClustersMultiStatus) Error() string
- func (o *GetClustersMultiStatus) GetPayload() *models.K8sregGetClustersResp
- func (o *GetClustersMultiStatus) IsClientError() bool
- func (o *GetClustersMultiStatus) IsCode(code int) bool
- func (o *GetClustersMultiStatus) IsRedirect() bool
- func (o *GetClustersMultiStatus) IsServerError() bool
- func (o *GetClustersMultiStatus) IsSuccess() bool
- func (o *GetClustersMultiStatus) String() string
- type GetClustersOK
- func (o *GetClustersOK) Error() string
- func (o *GetClustersOK) GetPayload() *models.K8sregGetClustersResp
- func (o *GetClustersOK) IsClientError() bool
- func (o *GetClustersOK) IsCode(code int) bool
- func (o *GetClustersOK) IsRedirect() bool
- func (o *GetClustersOK) IsServerError() bool
- func (o *GetClustersOK) IsSuccess() bool
- func (o *GetClustersOK) String() string
- type GetClustersParams
- func (o *GetClustersParams) SetAccountIds(accountIds []string)
- func (o *GetClustersParams) SetClusterNames(clusterNames []string)
- func (o *GetClustersParams) SetClusterService(clusterService *string)
- func (o *GetClustersParams) SetContext(ctx context.Context)
- func (o *GetClustersParams) SetDefaults()
- func (o *GetClustersParams) SetHTTPClient(client *http.Client)
- func (o *GetClustersParams) SetLimit(limit *int64)
- func (o *GetClustersParams) SetLocations(locations []string)
- func (o *GetClustersParams) SetOffset(offset *int64)
- func (o *GetClustersParams) SetTimeout(timeout time.Duration)
- func (o *GetClustersParams) WithAccountIds(accountIds []string) *GetClustersParams
- func (o *GetClustersParams) WithClusterNames(clusterNames []string) *GetClustersParams
- func (o *GetClustersParams) WithClusterService(clusterService *string) *GetClustersParams
- func (o *GetClustersParams) WithContext(ctx context.Context) *GetClustersParams
- func (o *GetClustersParams) WithDefaults() *GetClustersParams
- func (o *GetClustersParams) WithHTTPClient(client *http.Client) *GetClustersParams
- func (o *GetClustersParams) WithLimit(limit *int64) *GetClustersParams
- func (o *GetClustersParams) WithLocations(locations []string) *GetClustersParams
- func (o *GetClustersParams) WithOffset(offset *int64) *GetClustersParams
- func (o *GetClustersParams) WithTimeout(timeout time.Duration) *GetClustersParams
- func (o *GetClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClustersReader
- type GetClustersTooManyRequests
- func (o *GetClustersTooManyRequests) Error() string
- func (o *GetClustersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetClustersTooManyRequests) IsClientError() bool
- func (o *GetClustersTooManyRequests) IsCode(code int) bool
- func (o *GetClustersTooManyRequests) IsRedirect() bool
- func (o *GetClustersTooManyRequests) IsServerError() bool
- func (o *GetClustersTooManyRequests) IsSuccess() bool
- func (o *GetClustersTooManyRequests) String() string
- type GetHelmValuesYamlBadRequest
- func (o *GetHelmValuesYamlBadRequest) Error() string
- func (o *GetHelmValuesYamlBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetHelmValuesYamlBadRequest) IsClientError() bool
- func (o *GetHelmValuesYamlBadRequest) IsCode(code int) bool
- func (o *GetHelmValuesYamlBadRequest) IsRedirect() bool
- func (o *GetHelmValuesYamlBadRequest) IsServerError() bool
- func (o *GetHelmValuesYamlBadRequest) IsSuccess() bool
- func (o *GetHelmValuesYamlBadRequest) String() string
- type GetHelmValuesYamlDefault
- func (o *GetHelmValuesYamlDefault) Code() int
- func (o *GetHelmValuesYamlDefault) Error() string
- func (o *GetHelmValuesYamlDefault) GetPayload() models.K8sregHelmYAMLResp
- func (o *GetHelmValuesYamlDefault) IsClientError() bool
- func (o *GetHelmValuesYamlDefault) IsCode(code int) bool
- func (o *GetHelmValuesYamlDefault) IsRedirect() bool
- func (o *GetHelmValuesYamlDefault) IsServerError() bool
- func (o *GetHelmValuesYamlDefault) IsSuccess() bool
- func (o *GetHelmValuesYamlDefault) String() string
- type GetHelmValuesYamlForbidden
- func (o *GetHelmValuesYamlForbidden) Error() string
- func (o *GetHelmValuesYamlForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetHelmValuesYamlForbidden) IsClientError() bool
- func (o *GetHelmValuesYamlForbidden) IsCode(code int) bool
- func (o *GetHelmValuesYamlForbidden) IsRedirect() bool
- func (o *GetHelmValuesYamlForbidden) IsServerError() bool
- func (o *GetHelmValuesYamlForbidden) IsSuccess() bool
- func (o *GetHelmValuesYamlForbidden) String() string
- type GetHelmValuesYamlInternalServerError
- func (o *GetHelmValuesYamlInternalServerError) Error() string
- func (o *GetHelmValuesYamlInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetHelmValuesYamlInternalServerError) IsClientError() bool
- func (o *GetHelmValuesYamlInternalServerError) IsCode(code int) bool
- func (o *GetHelmValuesYamlInternalServerError) IsRedirect() bool
- func (o *GetHelmValuesYamlInternalServerError) IsServerError() bool
- func (o *GetHelmValuesYamlInternalServerError) IsSuccess() bool
- func (o *GetHelmValuesYamlInternalServerError) String() string
- type GetHelmValuesYamlOK
- func (o *GetHelmValuesYamlOK) Error() string
- func (o *GetHelmValuesYamlOK) GetPayload() models.K8sregHelmYAMLResp
- func (o *GetHelmValuesYamlOK) IsClientError() bool
- func (o *GetHelmValuesYamlOK) IsCode(code int) bool
- func (o *GetHelmValuesYamlOK) IsRedirect() bool
- func (o *GetHelmValuesYamlOK) IsServerError() bool
- func (o *GetHelmValuesYamlOK) IsSuccess() bool
- func (o *GetHelmValuesYamlOK) String() string
- type GetHelmValuesYamlParams
- func NewGetHelmValuesYamlParams() *GetHelmValuesYamlParams
- func NewGetHelmValuesYamlParamsWithContext(ctx context.Context) *GetHelmValuesYamlParams
- func NewGetHelmValuesYamlParamsWithHTTPClient(client *http.Client) *GetHelmValuesYamlParams
- func NewGetHelmValuesYamlParamsWithTimeout(timeout time.Duration) *GetHelmValuesYamlParams
- func (o *GetHelmValuesYamlParams) SetClusterName(clusterName string)
- func (o *GetHelmValuesYamlParams) SetContext(ctx context.Context)
- func (o *GetHelmValuesYamlParams) SetDefaults()
- func (o *GetHelmValuesYamlParams) SetHTTPClient(client *http.Client)
- func (o *GetHelmValuesYamlParams) SetTimeout(timeout time.Duration)
- func (o *GetHelmValuesYamlParams) WithClusterName(clusterName string) *GetHelmValuesYamlParams
- func (o *GetHelmValuesYamlParams) WithContext(ctx context.Context) *GetHelmValuesYamlParams
- func (o *GetHelmValuesYamlParams) WithDefaults() *GetHelmValuesYamlParams
- func (o *GetHelmValuesYamlParams) WithHTTPClient(client *http.Client) *GetHelmValuesYamlParams
- func (o *GetHelmValuesYamlParams) WithTimeout(timeout time.Duration) *GetHelmValuesYamlParams
- func (o *GetHelmValuesYamlParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetHelmValuesYamlReader
- type GetHelmValuesYamlTooManyRequests
- func (o *GetHelmValuesYamlTooManyRequests) Error() string
- func (o *GetHelmValuesYamlTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetHelmValuesYamlTooManyRequests) IsClientError() bool
- func (o *GetHelmValuesYamlTooManyRequests) IsCode(code int) bool
- func (o *GetHelmValuesYamlTooManyRequests) IsRedirect() bool
- func (o *GetHelmValuesYamlTooManyRequests) IsServerError() bool
- func (o *GetHelmValuesYamlTooManyRequests) IsSuccess() bool
- func (o *GetHelmValuesYamlTooManyRequests) String() string
- type GetLocationsBadRequest
- func (o *GetLocationsBadRequest) Error() string
- func (o *GetLocationsBadRequest) GetPayload() *models.K8sregGetLocationsResp
- func (o *GetLocationsBadRequest) IsClientError() bool
- func (o *GetLocationsBadRequest) IsCode(code int) bool
- func (o *GetLocationsBadRequest) IsRedirect() bool
- func (o *GetLocationsBadRequest) IsServerError() bool
- func (o *GetLocationsBadRequest) IsSuccess() bool
- func (o *GetLocationsBadRequest) String() string
- type GetLocationsDefault
- func (o *GetLocationsDefault) Code() int
- func (o *GetLocationsDefault) Error() string
- func (o *GetLocationsDefault) GetPayload() *models.K8sregGetLocationsResp
- func (o *GetLocationsDefault) IsClientError() bool
- func (o *GetLocationsDefault) IsCode(code int) bool
- func (o *GetLocationsDefault) IsRedirect() bool
- func (o *GetLocationsDefault) IsServerError() bool
- func (o *GetLocationsDefault) IsSuccess() bool
- func (o *GetLocationsDefault) String() string
- type GetLocationsForbidden
- func (o *GetLocationsForbidden) Error() string
- func (o *GetLocationsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetLocationsForbidden) IsClientError() bool
- func (o *GetLocationsForbidden) IsCode(code int) bool
- func (o *GetLocationsForbidden) IsRedirect() bool
- func (o *GetLocationsForbidden) IsServerError() bool
- func (o *GetLocationsForbidden) IsSuccess() bool
- func (o *GetLocationsForbidden) String() string
- type GetLocationsInternalServerError
- func (o *GetLocationsInternalServerError) Error() string
- func (o *GetLocationsInternalServerError) GetPayload() *models.K8sregGetLocationsResp
- func (o *GetLocationsInternalServerError) IsClientError() bool
- func (o *GetLocationsInternalServerError) IsCode(code int) bool
- func (o *GetLocationsInternalServerError) IsRedirect() bool
- func (o *GetLocationsInternalServerError) IsServerError() bool
- func (o *GetLocationsInternalServerError) IsSuccess() bool
- func (o *GetLocationsInternalServerError) String() string
- type GetLocationsMultiStatus
- func (o *GetLocationsMultiStatus) Error() string
- func (o *GetLocationsMultiStatus) GetPayload() *models.K8sregGetLocationsResp
- func (o *GetLocationsMultiStatus) IsClientError() bool
- func (o *GetLocationsMultiStatus) IsCode(code int) bool
- func (o *GetLocationsMultiStatus) IsRedirect() bool
- func (o *GetLocationsMultiStatus) IsServerError() bool
- func (o *GetLocationsMultiStatus) IsSuccess() bool
- func (o *GetLocationsMultiStatus) String() string
- type GetLocationsOK
- func (o *GetLocationsOK) Error() string
- func (o *GetLocationsOK) GetPayload() *models.K8sregGetLocationsResp
- func (o *GetLocationsOK) IsClientError() bool
- func (o *GetLocationsOK) IsCode(code int) bool
- func (o *GetLocationsOK) IsRedirect() bool
- func (o *GetLocationsOK) IsServerError() bool
- func (o *GetLocationsOK) IsSuccess() bool
- func (o *GetLocationsOK) String() string
- type GetLocationsParams
- func (o *GetLocationsParams) SetClouds(clouds []string)
- func (o *GetLocationsParams) SetContext(ctx context.Context)
- func (o *GetLocationsParams) SetDefaults()
- func (o *GetLocationsParams) SetHTTPClient(client *http.Client)
- func (o *GetLocationsParams) SetTimeout(timeout time.Duration)
- func (o *GetLocationsParams) WithClouds(clouds []string) *GetLocationsParams
- func (o *GetLocationsParams) WithContext(ctx context.Context) *GetLocationsParams
- func (o *GetLocationsParams) WithDefaults() *GetLocationsParams
- func (o *GetLocationsParams) WithHTTPClient(client *http.Client) *GetLocationsParams
- func (o *GetLocationsParams) WithTimeout(timeout time.Duration) *GetLocationsParams
- func (o *GetLocationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLocationsReader
- type GetLocationsTooManyRequests
- func (o *GetLocationsTooManyRequests) Error() string
- func (o *GetLocationsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetLocationsTooManyRequests) IsClientError() bool
- func (o *GetLocationsTooManyRequests) IsCode(code int) bool
- func (o *GetLocationsTooManyRequests) IsRedirect() bool
- func (o *GetLocationsTooManyRequests) IsServerError() bool
- func (o *GetLocationsTooManyRequests) IsSuccess() bool
- func (o *GetLocationsTooManyRequests) String() string
- type ListAzureAccountsBadRequest
- func (o *ListAzureAccountsBadRequest) Error() string
- func (o *ListAzureAccountsBadRequest) GetPayload() *models.K8sregGetAzureSubscriptionsResp
- func (o *ListAzureAccountsBadRequest) IsClientError() bool
- func (o *ListAzureAccountsBadRequest) IsCode(code int) bool
- func (o *ListAzureAccountsBadRequest) IsRedirect() bool
- func (o *ListAzureAccountsBadRequest) IsServerError() bool
- func (o *ListAzureAccountsBadRequest) IsSuccess() bool
- func (o *ListAzureAccountsBadRequest) String() string
- type ListAzureAccountsForbidden
- func (o *ListAzureAccountsForbidden) Error() string
- func (o *ListAzureAccountsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ListAzureAccountsForbidden) IsClientError() bool
- func (o *ListAzureAccountsForbidden) IsCode(code int) bool
- func (o *ListAzureAccountsForbidden) IsRedirect() bool
- func (o *ListAzureAccountsForbidden) IsServerError() bool
- func (o *ListAzureAccountsForbidden) IsSuccess() bool
- func (o *ListAzureAccountsForbidden) String() string
- type ListAzureAccountsInternalServerError
- func (o *ListAzureAccountsInternalServerError) Error() string
- func (o *ListAzureAccountsInternalServerError) GetPayload() *models.K8sregGetAzureSubscriptionsResp
- func (o *ListAzureAccountsInternalServerError) IsClientError() bool
- func (o *ListAzureAccountsInternalServerError) IsCode(code int) bool
- func (o *ListAzureAccountsInternalServerError) IsRedirect() bool
- func (o *ListAzureAccountsInternalServerError) IsServerError() bool
- func (o *ListAzureAccountsInternalServerError) IsSuccess() bool
- func (o *ListAzureAccountsInternalServerError) String() string
- type ListAzureAccountsMultiStatus
- func (o *ListAzureAccountsMultiStatus) Error() string
- func (o *ListAzureAccountsMultiStatus) GetPayload() *models.K8sregGetAzureSubscriptionsResp
- func (o *ListAzureAccountsMultiStatus) IsClientError() bool
- func (o *ListAzureAccountsMultiStatus) IsCode(code int) bool
- func (o *ListAzureAccountsMultiStatus) IsRedirect() bool
- func (o *ListAzureAccountsMultiStatus) IsServerError() bool
- func (o *ListAzureAccountsMultiStatus) IsSuccess() bool
- func (o *ListAzureAccountsMultiStatus) String() string
- type ListAzureAccountsOK
- func (o *ListAzureAccountsOK) Error() string
- func (o *ListAzureAccountsOK) GetPayload() *models.K8sregGetAzureSubscriptionsResp
- func (o *ListAzureAccountsOK) IsClientError() bool
- func (o *ListAzureAccountsOK) IsCode(code int) bool
- func (o *ListAzureAccountsOK) IsRedirect() bool
- func (o *ListAzureAccountsOK) IsServerError() bool
- func (o *ListAzureAccountsOK) IsSuccess() bool
- func (o *ListAzureAccountsOK) String() string
- type ListAzureAccountsParams
- func NewListAzureAccountsParams() *ListAzureAccountsParams
- func NewListAzureAccountsParamsWithContext(ctx context.Context) *ListAzureAccountsParams
- func NewListAzureAccountsParamsWithHTTPClient(client *http.Client) *ListAzureAccountsParams
- func NewListAzureAccountsParamsWithTimeout(timeout time.Duration) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) SetContext(ctx context.Context)
- func (o *ListAzureAccountsParams) SetDefaults()
- func (o *ListAzureAccountsParams) SetHTTPClient(client *http.Client)
- func (o *ListAzureAccountsParams) SetIds(ids []string)
- func (o *ListAzureAccountsParams) SetIsHorizonAcct(isHorizonAcct *string)
- func (o *ListAzureAccountsParams) SetLimit(limit *int64)
- func (o *ListAzureAccountsParams) SetOffset(offset *int64)
- func (o *ListAzureAccountsParams) SetStatus(status *string)
- func (o *ListAzureAccountsParams) SetSubscriptionID(subscriptionID []string)
- func (o *ListAzureAccountsParams) SetTimeout(timeout time.Duration)
- func (o *ListAzureAccountsParams) WithContext(ctx context.Context) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithDefaults() *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithHTTPClient(client *http.Client) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithIds(ids []string) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithIsHorizonAcct(isHorizonAcct *string) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithLimit(limit *int64) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithOffset(offset *int64) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithStatus(status *string) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithSubscriptionID(subscriptionID []string) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WithTimeout(timeout time.Duration) *ListAzureAccountsParams
- func (o *ListAzureAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAzureAccountsReader
- type ListAzureAccountsTooManyRequests
- func (o *ListAzureAccountsTooManyRequests) Error() string
- func (o *ListAzureAccountsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ListAzureAccountsTooManyRequests) IsClientError() bool
- func (o *ListAzureAccountsTooManyRequests) IsCode(code int) bool
- func (o *ListAzureAccountsTooManyRequests) IsRedirect() bool
- func (o *ListAzureAccountsTooManyRequests) IsServerError() bool
- func (o *ListAzureAccountsTooManyRequests) IsSuccess() bool
- func (o *ListAzureAccountsTooManyRequests) String() string
- type PatchAzureServicePrincipalBadRequest
- func (o *PatchAzureServicePrincipalBadRequest) Error() string
- func (o *PatchAzureServicePrincipalBadRequest) GetPayload() *models.K8sregGetAzureTenantConfigResp
- func (o *PatchAzureServicePrincipalBadRequest) IsClientError() bool
- func (o *PatchAzureServicePrincipalBadRequest) IsCode(code int) bool
- func (o *PatchAzureServicePrincipalBadRequest) IsRedirect() bool
- func (o *PatchAzureServicePrincipalBadRequest) IsServerError() bool
- func (o *PatchAzureServicePrincipalBadRequest) IsSuccess() bool
- func (o *PatchAzureServicePrincipalBadRequest) String() string
- type PatchAzureServicePrincipalCreated
- func (o *PatchAzureServicePrincipalCreated) Error() string
- func (o *PatchAzureServicePrincipalCreated) GetPayload() *models.K8sregGetAzureTenantConfigResp
- func (o *PatchAzureServicePrincipalCreated) IsClientError() bool
- func (o *PatchAzureServicePrincipalCreated) IsCode(code int) bool
- func (o *PatchAzureServicePrincipalCreated) IsRedirect() bool
- func (o *PatchAzureServicePrincipalCreated) IsServerError() bool
- func (o *PatchAzureServicePrincipalCreated) IsSuccess() bool
- func (o *PatchAzureServicePrincipalCreated) String() string
- type PatchAzureServicePrincipalForbidden
- func (o *PatchAzureServicePrincipalForbidden) Error() string
- func (o *PatchAzureServicePrincipalForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *PatchAzureServicePrincipalForbidden) IsClientError() bool
- func (o *PatchAzureServicePrincipalForbidden) IsCode(code int) bool
- func (o *PatchAzureServicePrincipalForbidden) IsRedirect() bool
- func (o *PatchAzureServicePrincipalForbidden) IsServerError() bool
- func (o *PatchAzureServicePrincipalForbidden) IsSuccess() bool
- func (o *PatchAzureServicePrincipalForbidden) String() string
- type PatchAzureServicePrincipalInternalServerError
- func (o *PatchAzureServicePrincipalInternalServerError) Error() string
- func (o *PatchAzureServicePrincipalInternalServerError) GetPayload() *models.K8sregGetAzureTenantConfigResp
- func (o *PatchAzureServicePrincipalInternalServerError) IsClientError() bool
- func (o *PatchAzureServicePrincipalInternalServerError) IsCode(code int) bool
- func (o *PatchAzureServicePrincipalInternalServerError) IsRedirect() bool
- func (o *PatchAzureServicePrincipalInternalServerError) IsServerError() bool
- func (o *PatchAzureServicePrincipalInternalServerError) IsSuccess() bool
- func (o *PatchAzureServicePrincipalInternalServerError) String() string
- type PatchAzureServicePrincipalMultiStatus
- func (o *PatchAzureServicePrincipalMultiStatus) Error() string
- func (o *PatchAzureServicePrincipalMultiStatus) GetPayload() *models.K8sregGetAzureTenantConfigResp
- func (o *PatchAzureServicePrincipalMultiStatus) IsClientError() bool
- func (o *PatchAzureServicePrincipalMultiStatus) IsCode(code int) bool
- func (o *PatchAzureServicePrincipalMultiStatus) IsRedirect() bool
- func (o *PatchAzureServicePrincipalMultiStatus) IsServerError() bool
- func (o *PatchAzureServicePrincipalMultiStatus) IsSuccess() bool
- func (o *PatchAzureServicePrincipalMultiStatus) String() string
- type PatchAzureServicePrincipalParams
- func NewPatchAzureServicePrincipalParams() *PatchAzureServicePrincipalParams
- func NewPatchAzureServicePrincipalParamsWithContext(ctx context.Context) *PatchAzureServicePrincipalParams
- func NewPatchAzureServicePrincipalParamsWithHTTPClient(client *http.Client) *PatchAzureServicePrincipalParams
- func NewPatchAzureServicePrincipalParamsWithTimeout(timeout time.Duration) *PatchAzureServicePrincipalParams
- func (o *PatchAzureServicePrincipalParams) SetClientID(clientID string)
- func (o *PatchAzureServicePrincipalParams) SetContext(ctx context.Context)
- func (o *PatchAzureServicePrincipalParams) SetDefaults()
- func (o *PatchAzureServicePrincipalParams) SetHTTPClient(client *http.Client)
- func (o *PatchAzureServicePrincipalParams) SetID(id string)
- func (o *PatchAzureServicePrincipalParams) SetTimeout(timeout time.Duration)
- func (o *PatchAzureServicePrincipalParams) WithClientID(clientID string) *PatchAzureServicePrincipalParams
- func (o *PatchAzureServicePrincipalParams) WithContext(ctx context.Context) *PatchAzureServicePrincipalParams
- func (o *PatchAzureServicePrincipalParams) WithDefaults() *PatchAzureServicePrincipalParams
- func (o *PatchAzureServicePrincipalParams) WithHTTPClient(client *http.Client) *PatchAzureServicePrincipalParams
- func (o *PatchAzureServicePrincipalParams) WithID(id string) *PatchAzureServicePrincipalParams
- func (o *PatchAzureServicePrincipalParams) WithTimeout(timeout time.Duration) *PatchAzureServicePrincipalParams
- func (o *PatchAzureServicePrincipalParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAzureServicePrincipalReader
- type PatchAzureServicePrincipalTooManyRequests
- func (o *PatchAzureServicePrincipalTooManyRequests) Error() string
- func (o *PatchAzureServicePrincipalTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PatchAzureServicePrincipalTooManyRequests) IsClientError() bool
- func (o *PatchAzureServicePrincipalTooManyRequests) IsCode(code int) bool
- func (o *PatchAzureServicePrincipalTooManyRequests) IsRedirect() bool
- func (o *PatchAzureServicePrincipalTooManyRequests) IsServerError() bool
- func (o *PatchAzureServicePrincipalTooManyRequests) IsSuccess() bool
- func (o *PatchAzureServicePrincipalTooManyRequests) String() string
- type RegenerateAPIKeyBadRequest
- func (o *RegenerateAPIKeyBadRequest) Error() string
- func (o *RegenerateAPIKeyBadRequest) GetPayload() *models.K8sregRegenAPIKeyResp
- func (o *RegenerateAPIKeyBadRequest) IsClientError() bool
- func (o *RegenerateAPIKeyBadRequest) IsCode(code int) bool
- func (o *RegenerateAPIKeyBadRequest) IsRedirect() bool
- func (o *RegenerateAPIKeyBadRequest) IsServerError() bool
- func (o *RegenerateAPIKeyBadRequest) IsSuccess() bool
- func (o *RegenerateAPIKeyBadRequest) String() string
- type RegenerateAPIKeyDefault
- func (o *RegenerateAPIKeyDefault) Code() int
- func (o *RegenerateAPIKeyDefault) Error() string
- func (o *RegenerateAPIKeyDefault) GetPayload() *models.K8sregRegenAPIKeyResp
- func (o *RegenerateAPIKeyDefault) IsClientError() bool
- func (o *RegenerateAPIKeyDefault) IsCode(code int) bool
- func (o *RegenerateAPIKeyDefault) IsRedirect() bool
- func (o *RegenerateAPIKeyDefault) IsServerError() bool
- func (o *RegenerateAPIKeyDefault) IsSuccess() bool
- func (o *RegenerateAPIKeyDefault) String() string
- type RegenerateAPIKeyForbidden
- func (o *RegenerateAPIKeyForbidden) Error() string
- func (o *RegenerateAPIKeyForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RegenerateAPIKeyForbidden) IsClientError() bool
- func (o *RegenerateAPIKeyForbidden) IsCode(code int) bool
- func (o *RegenerateAPIKeyForbidden) IsRedirect() bool
- func (o *RegenerateAPIKeyForbidden) IsServerError() bool
- func (o *RegenerateAPIKeyForbidden) IsSuccess() bool
- func (o *RegenerateAPIKeyForbidden) String() string
- type RegenerateAPIKeyInternalServerError
- func (o *RegenerateAPIKeyInternalServerError) Error() string
- func (o *RegenerateAPIKeyInternalServerError) GetPayload() *models.K8sregRegenAPIKeyResp
- func (o *RegenerateAPIKeyInternalServerError) IsClientError() bool
- func (o *RegenerateAPIKeyInternalServerError) IsCode(code int) bool
- func (o *RegenerateAPIKeyInternalServerError) IsRedirect() bool
- func (o *RegenerateAPIKeyInternalServerError) IsServerError() bool
- func (o *RegenerateAPIKeyInternalServerError) IsSuccess() bool
- func (o *RegenerateAPIKeyInternalServerError) String() string
- type RegenerateAPIKeyMultiStatus
- func (o *RegenerateAPIKeyMultiStatus) Error() string
- func (o *RegenerateAPIKeyMultiStatus) GetPayload() *models.K8sregRegenAPIKeyResp
- func (o *RegenerateAPIKeyMultiStatus) IsClientError() bool
- func (o *RegenerateAPIKeyMultiStatus) IsCode(code int) bool
- func (o *RegenerateAPIKeyMultiStatus) IsRedirect() bool
- func (o *RegenerateAPIKeyMultiStatus) IsServerError() bool
- func (o *RegenerateAPIKeyMultiStatus) IsSuccess() bool
- func (o *RegenerateAPIKeyMultiStatus) String() string
- type RegenerateAPIKeyOK
- func (o *RegenerateAPIKeyOK) Error() string
- func (o *RegenerateAPIKeyOK) GetPayload() *models.K8sregRegenAPIKeyResp
- func (o *RegenerateAPIKeyOK) IsClientError() bool
- func (o *RegenerateAPIKeyOK) IsCode(code int) bool
- func (o *RegenerateAPIKeyOK) IsRedirect() bool
- func (o *RegenerateAPIKeyOK) IsServerError() bool
- func (o *RegenerateAPIKeyOK) IsSuccess() bool
- func (o *RegenerateAPIKeyOK) String() string
- type RegenerateAPIKeyParams
- func NewRegenerateAPIKeyParams() *RegenerateAPIKeyParams
- func NewRegenerateAPIKeyParamsWithContext(ctx context.Context) *RegenerateAPIKeyParams
- func NewRegenerateAPIKeyParamsWithHTTPClient(client *http.Client) *RegenerateAPIKeyParams
- func NewRegenerateAPIKeyParamsWithTimeout(timeout time.Duration) *RegenerateAPIKeyParams
- func (o *RegenerateAPIKeyParams) SetContext(ctx context.Context)
- func (o *RegenerateAPIKeyParams) SetDefaults()
- func (o *RegenerateAPIKeyParams) SetHTTPClient(client *http.Client)
- func (o *RegenerateAPIKeyParams) SetTimeout(timeout time.Duration)
- func (o *RegenerateAPIKeyParams) WithContext(ctx context.Context) *RegenerateAPIKeyParams
- func (o *RegenerateAPIKeyParams) WithDefaults() *RegenerateAPIKeyParams
- func (o *RegenerateAPIKeyParams) WithHTTPClient(client *http.Client) *RegenerateAPIKeyParams
- func (o *RegenerateAPIKeyParams) WithTimeout(timeout time.Duration) *RegenerateAPIKeyParams
- func (o *RegenerateAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RegenerateAPIKeyReader
- type RegenerateAPIKeyTooManyRequests
- func (o *RegenerateAPIKeyTooManyRequests) Error() string
- func (o *RegenerateAPIKeyTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RegenerateAPIKeyTooManyRequests) IsClientError() bool
- func (o *RegenerateAPIKeyTooManyRequests) IsCode(code int) bool
- func (o *RegenerateAPIKeyTooManyRequests) IsRedirect() bool
- func (o *RegenerateAPIKeyTooManyRequests) IsServerError() bool
- func (o *RegenerateAPIKeyTooManyRequests) IsSuccess() bool
- func (o *RegenerateAPIKeyTooManyRequests) String() string
- type TriggerScanBadRequest
- func (o *TriggerScanBadRequest) Error() string
- func (o *TriggerScanBadRequest) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *TriggerScanBadRequest) IsClientError() bool
- func (o *TriggerScanBadRequest) IsCode(code int) bool
- func (o *TriggerScanBadRequest) IsRedirect() bool
- func (o *TriggerScanBadRequest) IsServerError() bool
- func (o *TriggerScanBadRequest) IsSuccess() bool
- func (o *TriggerScanBadRequest) String() string
- type TriggerScanCreated
- func (o *TriggerScanCreated) Error() string
- func (o *TriggerScanCreated) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *TriggerScanCreated) IsClientError() bool
- func (o *TriggerScanCreated) IsCode(code int) bool
- func (o *TriggerScanCreated) IsRedirect() bool
- func (o *TriggerScanCreated) IsServerError() bool
- func (o *TriggerScanCreated) IsSuccess() bool
- func (o *TriggerScanCreated) String() string
- type TriggerScanForbidden
- func (o *TriggerScanForbidden) Error() string
- func (o *TriggerScanForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *TriggerScanForbidden) IsClientError() bool
- func (o *TriggerScanForbidden) IsCode(code int) bool
- func (o *TriggerScanForbidden) IsRedirect() bool
- func (o *TriggerScanForbidden) IsServerError() bool
- func (o *TriggerScanForbidden) IsSuccess() bool
- func (o *TriggerScanForbidden) String() string
- type TriggerScanInternalServerError
- func (o *TriggerScanInternalServerError) Error() string
- func (o *TriggerScanInternalServerError) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *TriggerScanInternalServerError) IsClientError() bool
- func (o *TriggerScanInternalServerError) IsCode(code int) bool
- func (o *TriggerScanInternalServerError) IsRedirect() bool
- func (o *TriggerScanInternalServerError) IsServerError() bool
- func (o *TriggerScanInternalServerError) IsSuccess() bool
- func (o *TriggerScanInternalServerError) String() string
- type TriggerScanMultiStatus
- func (o *TriggerScanMultiStatus) Error() string
- func (o *TriggerScanMultiStatus) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *TriggerScanMultiStatus) IsClientError() bool
- func (o *TriggerScanMultiStatus) IsCode(code int) bool
- func (o *TriggerScanMultiStatus) IsRedirect() bool
- func (o *TriggerScanMultiStatus) IsServerError() bool
- func (o *TriggerScanMultiStatus) IsSuccess() bool
- func (o *TriggerScanMultiStatus) String() string
- type TriggerScanParams
- func (o *TriggerScanParams) SetContext(ctx context.Context)
- func (o *TriggerScanParams) SetDefaults()
- func (o *TriggerScanParams) SetHTTPClient(client *http.Client)
- func (o *TriggerScanParams) SetScanType(scanType string)
- func (o *TriggerScanParams) SetTimeout(timeout time.Duration)
- func (o *TriggerScanParams) WithContext(ctx context.Context) *TriggerScanParams
- func (o *TriggerScanParams) WithDefaults() *TriggerScanParams
- func (o *TriggerScanParams) WithHTTPClient(client *http.Client) *TriggerScanParams
- func (o *TriggerScanParams) WithScanType(scanType string) *TriggerScanParams
- func (o *TriggerScanParams) WithTimeout(timeout time.Duration) *TriggerScanParams
- func (o *TriggerScanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TriggerScanReader
- type TriggerScanTooManyRequests
- func (o *TriggerScanTooManyRequests) Error() string
- func (o *TriggerScanTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *TriggerScanTooManyRequests) IsClientError() bool
- func (o *TriggerScanTooManyRequests) IsCode(code int) bool
- func (o *TriggerScanTooManyRequests) IsRedirect() bool
- func (o *TriggerScanTooManyRequests) IsServerError() bool
- func (o *TriggerScanTooManyRequests) IsSuccess() bool
- func (o *TriggerScanTooManyRequests) String() string
- type UpdateAWSAccountBadRequest
- func (o *UpdateAWSAccountBadRequest) Error() string
- func (o *UpdateAWSAccountBadRequest) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *UpdateAWSAccountBadRequest) IsClientError() bool
- func (o *UpdateAWSAccountBadRequest) IsCode(code int) bool
- func (o *UpdateAWSAccountBadRequest) IsRedirect() bool
- func (o *UpdateAWSAccountBadRequest) IsServerError() bool
- func (o *UpdateAWSAccountBadRequest) IsSuccess() bool
- func (o *UpdateAWSAccountBadRequest) String() string
- type UpdateAWSAccountDefault
- func (o *UpdateAWSAccountDefault) Code() int
- func (o *UpdateAWSAccountDefault) Error() string
- func (o *UpdateAWSAccountDefault) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *UpdateAWSAccountDefault) IsClientError() bool
- func (o *UpdateAWSAccountDefault) IsCode(code int) bool
- func (o *UpdateAWSAccountDefault) IsRedirect() bool
- func (o *UpdateAWSAccountDefault) IsServerError() bool
- func (o *UpdateAWSAccountDefault) IsSuccess() bool
- func (o *UpdateAWSAccountDefault) String() string
- type UpdateAWSAccountForbidden
- func (o *UpdateAWSAccountForbidden) Error() string
- func (o *UpdateAWSAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateAWSAccountForbidden) IsClientError() bool
- func (o *UpdateAWSAccountForbidden) IsCode(code int) bool
- func (o *UpdateAWSAccountForbidden) IsRedirect() bool
- func (o *UpdateAWSAccountForbidden) IsServerError() bool
- func (o *UpdateAWSAccountForbidden) IsSuccess() bool
- func (o *UpdateAWSAccountForbidden) String() string
- type UpdateAWSAccountInternalServerError
- func (o *UpdateAWSAccountInternalServerError) Error() string
- func (o *UpdateAWSAccountInternalServerError) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *UpdateAWSAccountInternalServerError) IsClientError() bool
- func (o *UpdateAWSAccountInternalServerError) IsCode(code int) bool
- func (o *UpdateAWSAccountInternalServerError) IsRedirect() bool
- func (o *UpdateAWSAccountInternalServerError) IsServerError() bool
- func (o *UpdateAWSAccountInternalServerError) IsSuccess() bool
- func (o *UpdateAWSAccountInternalServerError) String() string
- type UpdateAWSAccountMultiStatus
- func (o *UpdateAWSAccountMultiStatus) Error() string
- func (o *UpdateAWSAccountMultiStatus) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *UpdateAWSAccountMultiStatus) IsClientError() bool
- func (o *UpdateAWSAccountMultiStatus) IsCode(code int) bool
- func (o *UpdateAWSAccountMultiStatus) IsRedirect() bool
- func (o *UpdateAWSAccountMultiStatus) IsServerError() bool
- func (o *UpdateAWSAccountMultiStatus) IsSuccess() bool
- func (o *UpdateAWSAccountMultiStatus) String() string
- type UpdateAWSAccountOK
- func (o *UpdateAWSAccountOK) Error() string
- func (o *UpdateAWSAccountOK) GetPayload() *models.MsaBaseEntitiesResponse
- func (o *UpdateAWSAccountOK) IsClientError() bool
- func (o *UpdateAWSAccountOK) IsCode(code int) bool
- func (o *UpdateAWSAccountOK) IsRedirect() bool
- func (o *UpdateAWSAccountOK) IsServerError() bool
- func (o *UpdateAWSAccountOK) IsSuccess() bool
- func (o *UpdateAWSAccountOK) String() string
- type UpdateAWSAccountParams
- func NewUpdateAWSAccountParams() *UpdateAWSAccountParams
- func NewUpdateAWSAccountParamsWithContext(ctx context.Context) *UpdateAWSAccountParams
- func NewUpdateAWSAccountParamsWithHTTPClient(client *http.Client) *UpdateAWSAccountParams
- func NewUpdateAWSAccountParamsWithTimeout(timeout time.Duration) *UpdateAWSAccountParams
- func (o *UpdateAWSAccountParams) SetContext(ctx context.Context)
- func (o *UpdateAWSAccountParams) SetDefaults()
- func (o *UpdateAWSAccountParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAWSAccountParams) SetIds(ids []string)
- func (o *UpdateAWSAccountParams) SetRegion(region *string)
- func (o *UpdateAWSAccountParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAWSAccountParams) WithContext(ctx context.Context) *UpdateAWSAccountParams
- func (o *UpdateAWSAccountParams) WithDefaults() *UpdateAWSAccountParams
- func (o *UpdateAWSAccountParams) WithHTTPClient(client *http.Client) *UpdateAWSAccountParams
- func (o *UpdateAWSAccountParams) WithIds(ids []string) *UpdateAWSAccountParams
- func (o *UpdateAWSAccountParams) WithRegion(region *string) *UpdateAWSAccountParams
- func (o *UpdateAWSAccountParams) WithTimeout(timeout time.Duration) *UpdateAWSAccountParams
- func (o *UpdateAWSAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAWSAccountReader
- type UpdateAWSAccountTooManyRequests
- func (o *UpdateAWSAccountTooManyRequests) Error() string
- func (o *UpdateAWSAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateAWSAccountTooManyRequests) IsClientError() bool
- func (o *UpdateAWSAccountTooManyRequests) IsCode(code int) bool
- func (o *UpdateAWSAccountTooManyRequests) IsRedirect() bool
- func (o *UpdateAWSAccountTooManyRequests) IsServerError() bool
- func (o *UpdateAWSAccountTooManyRequests) IsSuccess() bool
- func (o *UpdateAWSAccountTooManyRequests) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for kubernetes protection API
func (*Client) CreateAWSAccount ¶
func (a *Client) CreateAWSAccount(params *CreateAWSAccountParams, opts ...ClientOption) (*CreateAWSAccountCreated, *CreateAWSAccountMultiStatus, error)
CreateAWSAccount creates a new a w s account in our system for a customer and generates the installation script
func (*Client) CreateAzureSubscription ¶ added in v0.2.32
func (a *Client) CreateAzureSubscription(params *CreateAzureSubscriptionParams, opts ...ClientOption) (*CreateAzureSubscriptionCreated, *CreateAzureSubscriptionMultiStatus, error)
CreateAzureSubscription creates a new azure subscription in our system
func (*Client) DeleteAWSAccountsMixin0 ¶
func (a *Client) DeleteAWSAccountsMixin0(params *DeleteAWSAccountsMixin0Params, opts ...ClientOption) (*DeleteAWSAccountsMixin0OK, *DeleteAWSAccountsMixin0MultiStatus, error)
DeleteAWSAccountsMixin0 deletes a w s accounts
func (*Client) DeleteAzureSubscription ¶ added in v0.2.32
func (a *Client) DeleteAzureSubscription(params *DeleteAzureSubscriptionParams, opts ...ClientOption) (*DeleteAzureSubscriptionOK, *DeleteAzureSubscriptionMultiStatus, error)
DeleteAzureSubscription deletes a new azure subscription in our system
func (*Client) GetAWSAccountsMixin0 ¶
func (a *Client) GetAWSAccountsMixin0(params *GetAWSAccountsMixin0Params, opts ...ClientOption) (*GetAWSAccountsMixin0OK, *GetAWSAccountsMixin0MultiStatus, error)
GetAWSAccountsMixin0 provides a list of a w s accounts
func (*Client) GetClusters ¶
func (a *Client) GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, *GetClustersMultiStatus, error)
GetClusters provides the clusters acknowledged by the kubernetes protection service
func (*Client) GetHelmValuesYaml ¶
func (a *Client) GetHelmValuesYaml(params *GetHelmValuesYamlParams, opts ...ClientOption) (*GetHelmValuesYamlOK, error)
GetHelmValuesYaml provides a sample helm values yaml file for a customer to install alongside the agent helm chart
func (*Client) GetLocations ¶
func (a *Client) GetLocations(params *GetLocationsParams, opts ...ClientOption) (*GetLocationsOK, *GetLocationsMultiStatus, error)
GetLocations provides the cloud locations acknowledged by the kubernetes protection service
func (*Client) ListAzureAccounts ¶ added in v0.2.32
func (a *Client) ListAzureAccounts(params *ListAzureAccountsParams, opts ...ClientOption) (*ListAzureAccountsOK, *ListAzureAccountsMultiStatus, error)
ListAzureAccounts provides the azure subscriptions registered to kubernetes protection
func (*Client) PatchAzureServicePrincipal ¶ added in v0.2.32
func (a *Client) PatchAzureServicePrincipal(params *PatchAzureServicePrincipalParams, opts ...ClientOption) (*PatchAzureServicePrincipalCreated, *PatchAzureServicePrincipalMultiStatus, error)
PatchAzureServicePrincipal adds the client ID for the given tenant ID to our system
func (*Client) RegenerateAPIKey ¶
func (a *Client) RegenerateAPIKey(params *RegenerateAPIKeyParams, opts ...ClientOption) (*RegenerateAPIKeyOK, *RegenerateAPIKeyMultiStatus, error)
RegenerateAPIKey regenerates API key for docker registry integrations
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) TriggerScan ¶
func (a *Client) TriggerScan(params *TriggerScanParams, opts ...ClientOption) (*TriggerScanCreated, *TriggerScanMultiStatus, error)
TriggerScan triggers a dry run or a full scan of a customer s kubernetes footprint
func (*Client) UpdateAWSAccount ¶
func (a *Client) UpdateAWSAccount(params *UpdateAWSAccountParams, opts ...ClientOption) (*UpdateAWSAccountOK, *UpdateAWSAccountMultiStatus, error)
UpdateAWSAccount updates the a w s account per the query parameters provided
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateAWSAccount(params *CreateAWSAccountParams, opts ...ClientOption) (*CreateAWSAccountCreated, *CreateAWSAccountMultiStatus, error) CreateAzureSubscription(params *CreateAzureSubscriptionParams, opts ...ClientOption) (*CreateAzureSubscriptionCreated, *CreateAzureSubscriptionMultiStatus, error) DeleteAWSAccountsMixin0(params *DeleteAWSAccountsMixin0Params, opts ...ClientOption) (*DeleteAWSAccountsMixin0OK, *DeleteAWSAccountsMixin0MultiStatus, error) DeleteAzureSubscription(params *DeleteAzureSubscriptionParams, opts ...ClientOption) (*DeleteAzureSubscriptionOK, *DeleteAzureSubscriptionMultiStatus, error) GetAWSAccountsMixin0(params *GetAWSAccountsMixin0Params, opts ...ClientOption) (*GetAWSAccountsMixin0OK, *GetAWSAccountsMixin0MultiStatus, error) GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, *GetClustersMultiStatus, error) GetHelmValuesYaml(params *GetHelmValuesYamlParams, opts ...ClientOption) (*GetHelmValuesYamlOK, error) GetLocations(params *GetLocationsParams, opts ...ClientOption) (*GetLocationsOK, *GetLocationsMultiStatus, error) ListAzureAccounts(params *ListAzureAccountsParams, opts ...ClientOption) (*ListAzureAccountsOK, *ListAzureAccountsMultiStatus, error) PatchAzureServicePrincipal(params *PatchAzureServicePrincipalParams, opts ...ClientOption) (*PatchAzureServicePrincipalCreated, *PatchAzureServicePrincipalMultiStatus, error) RegenerateAPIKey(params *RegenerateAPIKeyParams, opts ...ClientOption) (*RegenerateAPIKeyOK, *RegenerateAPIKeyMultiStatus, error) TriggerScan(params *TriggerScanParams, opts ...ClientOption) (*TriggerScanCreated, *TriggerScanMultiStatus, error) UpdateAWSAccount(params *UpdateAWSAccountParams, opts ...ClientOption) (*UpdateAWSAccountOK, *UpdateAWSAccountMultiStatus, 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 kubernetes protection API client.
type CreateAWSAccountBadRequest ¶
type CreateAWSAccountBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregCreateAWSAccReq }
CreateAWSAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateAWSAccountBadRequest ¶
func NewCreateAWSAccountBadRequest() *CreateAWSAccountBadRequest
NewCreateAWSAccountBadRequest creates a CreateAWSAccountBadRequest with default headers values
func (*CreateAWSAccountBadRequest) Error ¶
func (o *CreateAWSAccountBadRequest) Error() string
func (*CreateAWSAccountBadRequest) GetPayload ¶
func (o *CreateAWSAccountBadRequest) GetPayload() *models.K8sregCreateAWSAccReq
func (*CreateAWSAccountBadRequest) IsClientError ¶ added in v0.2.27
func (o *CreateAWSAccountBadRequest) IsClientError() bool
IsClientError returns true when this create a w s account bad request response has a 4xx status code
func (*CreateAWSAccountBadRequest) IsCode ¶ added in v0.2.27
func (o *CreateAWSAccountBadRequest) IsCode(code int) bool
IsCode returns true when this create a w s account bad request response a status code equal to that given
func (*CreateAWSAccountBadRequest) IsRedirect ¶ added in v0.2.27
func (o *CreateAWSAccountBadRequest) IsRedirect() bool
IsRedirect returns true when this create a w s account bad request response has a 3xx status code
func (*CreateAWSAccountBadRequest) IsServerError ¶ added in v0.2.27
func (o *CreateAWSAccountBadRequest) IsServerError() bool
IsServerError returns true when this create a w s account bad request response has a 5xx status code
func (*CreateAWSAccountBadRequest) IsSuccess ¶ added in v0.2.27
func (o *CreateAWSAccountBadRequest) IsSuccess() bool
IsSuccess returns true when this create a w s account bad request response has a 2xx status code
func (*CreateAWSAccountBadRequest) String ¶ added in v0.2.27
func (o *CreateAWSAccountBadRequest) String() string
type CreateAWSAccountCreated ¶
type CreateAWSAccountCreated struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregCreateAWSAccReq }
CreateAWSAccountCreated describes a response with status code 201, with default header values.
Created
func NewCreateAWSAccountCreated ¶
func NewCreateAWSAccountCreated() *CreateAWSAccountCreated
NewCreateAWSAccountCreated creates a CreateAWSAccountCreated with default headers values
func (*CreateAWSAccountCreated) Error ¶
func (o *CreateAWSAccountCreated) Error() string
func (*CreateAWSAccountCreated) GetPayload ¶
func (o *CreateAWSAccountCreated) GetPayload() *models.K8sregCreateAWSAccReq
func (*CreateAWSAccountCreated) IsClientError ¶ added in v0.2.27
func (o *CreateAWSAccountCreated) IsClientError() bool
IsClientError returns true when this create a w s account created response has a 4xx status code
func (*CreateAWSAccountCreated) IsCode ¶ added in v0.2.27
func (o *CreateAWSAccountCreated) IsCode(code int) bool
IsCode returns true when this create a w s account created response a status code equal to that given
func (*CreateAWSAccountCreated) IsRedirect ¶ added in v0.2.27
func (o *CreateAWSAccountCreated) IsRedirect() bool
IsRedirect returns true when this create a w s account created response has a 3xx status code
func (*CreateAWSAccountCreated) IsServerError ¶ added in v0.2.27
func (o *CreateAWSAccountCreated) IsServerError() bool
IsServerError returns true when this create a w s account created response has a 5xx status code
func (*CreateAWSAccountCreated) IsSuccess ¶ added in v0.2.27
func (o *CreateAWSAccountCreated) IsSuccess() bool
IsSuccess returns true when this create a w s account created response has a 2xx status code
func (*CreateAWSAccountCreated) String ¶ added in v0.2.27
func (o *CreateAWSAccountCreated) String() string
type CreateAWSAccountForbidden ¶
type CreateAWSAccountForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
CreateAWSAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateAWSAccountForbidden ¶
func NewCreateAWSAccountForbidden() *CreateAWSAccountForbidden
NewCreateAWSAccountForbidden creates a CreateAWSAccountForbidden with default headers values
func (*CreateAWSAccountForbidden) Error ¶
func (o *CreateAWSAccountForbidden) Error() string
func (*CreateAWSAccountForbidden) GetPayload ¶
func (o *CreateAWSAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*CreateAWSAccountForbidden) IsClientError ¶ added in v0.2.27
func (o *CreateAWSAccountForbidden) IsClientError() bool
IsClientError returns true when this create a w s account forbidden response has a 4xx status code
func (*CreateAWSAccountForbidden) IsCode ¶ added in v0.2.27
func (o *CreateAWSAccountForbidden) IsCode(code int) bool
IsCode returns true when this create a w s account forbidden response a status code equal to that given
func (*CreateAWSAccountForbidden) IsRedirect ¶ added in v0.2.27
func (o *CreateAWSAccountForbidden) IsRedirect() bool
IsRedirect returns true when this create a w s account forbidden response has a 3xx status code
func (*CreateAWSAccountForbidden) IsServerError ¶ added in v0.2.27
func (o *CreateAWSAccountForbidden) IsServerError() bool
IsServerError returns true when this create a w s account forbidden response has a 5xx status code
func (*CreateAWSAccountForbidden) IsSuccess ¶ added in v0.2.27
func (o *CreateAWSAccountForbidden) IsSuccess() bool
IsSuccess returns true when this create a w s account forbidden response has a 2xx status code
func (*CreateAWSAccountForbidden) String ¶ added in v0.2.27
func (o *CreateAWSAccountForbidden) String() string
type CreateAWSAccountInternalServerError ¶
type CreateAWSAccountInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregCreateAWSAccReq }
CreateAWSAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCreateAWSAccountInternalServerError ¶
func NewCreateAWSAccountInternalServerError() *CreateAWSAccountInternalServerError
NewCreateAWSAccountInternalServerError creates a CreateAWSAccountInternalServerError with default headers values
func (*CreateAWSAccountInternalServerError) Error ¶
func (o *CreateAWSAccountInternalServerError) Error() string
func (*CreateAWSAccountInternalServerError) GetPayload ¶
func (o *CreateAWSAccountInternalServerError) GetPayload() *models.K8sregCreateAWSAccReq
func (*CreateAWSAccountInternalServerError) IsClientError ¶ added in v0.2.27
func (o *CreateAWSAccountInternalServerError) IsClientError() bool
IsClientError returns true when this create a w s account internal server error response has a 4xx status code
func (*CreateAWSAccountInternalServerError) IsCode ¶ added in v0.2.27
func (o *CreateAWSAccountInternalServerError) IsCode(code int) bool
IsCode returns true when this create a w s account internal server error response a status code equal to that given
func (*CreateAWSAccountInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *CreateAWSAccountInternalServerError) IsRedirect() bool
IsRedirect returns true when this create a w s account internal server error response has a 3xx status code
func (*CreateAWSAccountInternalServerError) IsServerError ¶ added in v0.2.27
func (o *CreateAWSAccountInternalServerError) IsServerError() bool
IsServerError returns true when this create a w s account internal server error response has a 5xx status code
func (*CreateAWSAccountInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *CreateAWSAccountInternalServerError) IsSuccess() bool
IsSuccess returns true when this create a w s account internal server error response has a 2xx status code
func (*CreateAWSAccountInternalServerError) String ¶ added in v0.2.27
func (o *CreateAWSAccountInternalServerError) String() string
type CreateAWSAccountMultiStatus ¶
type CreateAWSAccountMultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregCreateAWSAccReq }
CreateAWSAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewCreateAWSAccountMultiStatus ¶
func NewCreateAWSAccountMultiStatus() *CreateAWSAccountMultiStatus
NewCreateAWSAccountMultiStatus creates a CreateAWSAccountMultiStatus with default headers values
func (*CreateAWSAccountMultiStatus) Error ¶
func (o *CreateAWSAccountMultiStatus) Error() string
func (*CreateAWSAccountMultiStatus) GetPayload ¶
func (o *CreateAWSAccountMultiStatus) GetPayload() *models.K8sregCreateAWSAccReq
func (*CreateAWSAccountMultiStatus) IsClientError ¶ added in v0.2.27
func (o *CreateAWSAccountMultiStatus) IsClientError() bool
IsClientError returns true when this create a w s account multi status response has a 4xx status code
func (*CreateAWSAccountMultiStatus) IsCode ¶ added in v0.2.27
func (o *CreateAWSAccountMultiStatus) IsCode(code int) bool
IsCode returns true when this create a w s account multi status response a status code equal to that given
func (*CreateAWSAccountMultiStatus) IsRedirect ¶ added in v0.2.27
func (o *CreateAWSAccountMultiStatus) IsRedirect() bool
IsRedirect returns true when this create a w s account multi status response has a 3xx status code
func (*CreateAWSAccountMultiStatus) IsServerError ¶ added in v0.2.27
func (o *CreateAWSAccountMultiStatus) IsServerError() bool
IsServerError returns true when this create a w s account multi status response has a 5xx status code
func (*CreateAWSAccountMultiStatus) IsSuccess ¶ added in v0.2.27
func (o *CreateAWSAccountMultiStatus) IsSuccess() bool
IsSuccess returns true when this create a w s account multi status response has a 2xx status code
func (*CreateAWSAccountMultiStatus) String ¶ added in v0.2.27
func (o *CreateAWSAccountMultiStatus) String() string
type CreateAWSAccountParams ¶
type CreateAWSAccountParams struct { // Body. Body *models.K8sregCreateAWSAccReq Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAWSAccountParams contains all the parameters to send to the API endpoint
for the create a w s account operation. Typically these are written to a http.Request.
func NewCreateAWSAccountParams ¶
func NewCreateAWSAccountParams() *CreateAWSAccountParams
NewCreateAWSAccountParams creates a new CreateAWSAccountParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateAWSAccountParamsWithContext ¶
func NewCreateAWSAccountParamsWithContext(ctx context.Context) *CreateAWSAccountParams
NewCreateAWSAccountParamsWithContext creates a new CreateAWSAccountParams object with the ability to set a context for a request.
func NewCreateAWSAccountParamsWithHTTPClient ¶
func NewCreateAWSAccountParamsWithHTTPClient(client *http.Client) *CreateAWSAccountParams
NewCreateAWSAccountParamsWithHTTPClient creates a new CreateAWSAccountParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAWSAccountParamsWithTimeout ¶
func NewCreateAWSAccountParamsWithTimeout(timeout time.Duration) *CreateAWSAccountParams
NewCreateAWSAccountParamsWithTimeout creates a new CreateAWSAccountParams object with the ability to set a timeout on a request.
func (*CreateAWSAccountParams) SetBody ¶
func (o *CreateAWSAccountParams) SetBody(body *models.K8sregCreateAWSAccReq)
SetBody adds the body to the create a w s account params
func (*CreateAWSAccountParams) SetContext ¶
func (o *CreateAWSAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create a w s account params
func (*CreateAWSAccountParams) SetDefaults ¶
func (o *CreateAWSAccountParams) SetDefaults()
SetDefaults hydrates default values in the create a w s account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAWSAccountParams) SetHTTPClient ¶
func (o *CreateAWSAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create a w s account params
func (*CreateAWSAccountParams) SetTimeout ¶
func (o *CreateAWSAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create a w s account params
func (*CreateAWSAccountParams) WithBody ¶
func (o *CreateAWSAccountParams) WithBody(body *models.K8sregCreateAWSAccReq) *CreateAWSAccountParams
WithBody adds the body to the create a w s account params
func (*CreateAWSAccountParams) WithContext ¶
func (o *CreateAWSAccountParams) WithContext(ctx context.Context) *CreateAWSAccountParams
WithContext adds the context to the create a w s account params
func (*CreateAWSAccountParams) WithDefaults ¶
func (o *CreateAWSAccountParams) WithDefaults() *CreateAWSAccountParams
WithDefaults hydrates default values in the create a w s account params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAWSAccountParams) WithHTTPClient ¶
func (o *CreateAWSAccountParams) WithHTTPClient(client *http.Client) *CreateAWSAccountParams
WithHTTPClient adds the HTTPClient to the create a w s account params
func (*CreateAWSAccountParams) WithTimeout ¶
func (o *CreateAWSAccountParams) WithTimeout(timeout time.Duration) *CreateAWSAccountParams
WithTimeout adds the timeout to the create a w s account params
func (*CreateAWSAccountParams) WriteToRequest ¶
func (o *CreateAWSAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAWSAccountReader ¶
type CreateAWSAccountReader struct {
// contains filtered or unexported fields
}
CreateAWSAccountReader is a Reader for the CreateAWSAccount structure.
func (*CreateAWSAccountReader) ReadResponse ¶
func (o *CreateAWSAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAWSAccountTooManyRequests ¶
type CreateAWSAccountTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
CreateAWSAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateAWSAccountTooManyRequests ¶
func NewCreateAWSAccountTooManyRequests() *CreateAWSAccountTooManyRequests
NewCreateAWSAccountTooManyRequests creates a CreateAWSAccountTooManyRequests with default headers values
func (*CreateAWSAccountTooManyRequests) Error ¶
func (o *CreateAWSAccountTooManyRequests) Error() string
func (*CreateAWSAccountTooManyRequests) GetPayload ¶
func (o *CreateAWSAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CreateAWSAccountTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *CreateAWSAccountTooManyRequests) IsClientError() bool
IsClientError returns true when this create a w s account too many requests response has a 4xx status code
func (*CreateAWSAccountTooManyRequests) IsCode ¶ added in v0.2.27
func (o *CreateAWSAccountTooManyRequests) IsCode(code int) bool
IsCode returns true when this create a w s account too many requests response a status code equal to that given
func (*CreateAWSAccountTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *CreateAWSAccountTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create a w s account too many requests response has a 3xx status code
func (*CreateAWSAccountTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *CreateAWSAccountTooManyRequests) IsServerError() bool
IsServerError returns true when this create a w s account too many requests response has a 5xx status code
func (*CreateAWSAccountTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *CreateAWSAccountTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create a w s account too many requests response has a 2xx status code
func (*CreateAWSAccountTooManyRequests) String ¶ added in v0.2.27
func (o *CreateAWSAccountTooManyRequests) String() string
type CreateAzureSubscriptionBadRequest ¶ added in v0.2.32
type CreateAzureSubscriptionBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
CreateAzureSubscriptionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateAzureSubscriptionBadRequest ¶ added in v0.2.32
func NewCreateAzureSubscriptionBadRequest() *CreateAzureSubscriptionBadRequest
NewCreateAzureSubscriptionBadRequest creates a CreateAzureSubscriptionBadRequest with default headers values
func (*CreateAzureSubscriptionBadRequest) Error ¶ added in v0.2.32
func (o *CreateAzureSubscriptionBadRequest) Error() string
func (*CreateAzureSubscriptionBadRequest) GetPayload ¶ added in v0.2.32
func (o *CreateAzureSubscriptionBadRequest) GetPayload() *models.MsaBaseEntitiesResponse
func (*CreateAzureSubscriptionBadRequest) IsClientError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionBadRequest) IsClientError() bool
IsClientError returns true when this create azure subscription bad request response has a 4xx status code
func (*CreateAzureSubscriptionBadRequest) IsCode ¶ added in v0.2.32
func (o *CreateAzureSubscriptionBadRequest) IsCode(code int) bool
IsCode returns true when this create azure subscription bad request response a status code equal to that given
func (*CreateAzureSubscriptionBadRequest) IsRedirect ¶ added in v0.2.32
func (o *CreateAzureSubscriptionBadRequest) IsRedirect() bool
IsRedirect returns true when this create azure subscription bad request response has a 3xx status code
func (*CreateAzureSubscriptionBadRequest) IsServerError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionBadRequest) IsServerError() bool
IsServerError returns true when this create azure subscription bad request response has a 5xx status code
func (*CreateAzureSubscriptionBadRequest) IsSuccess ¶ added in v0.2.32
func (o *CreateAzureSubscriptionBadRequest) IsSuccess() bool
IsSuccess returns true when this create azure subscription bad request response has a 2xx status code
func (*CreateAzureSubscriptionBadRequest) String ¶ added in v0.2.32
func (o *CreateAzureSubscriptionBadRequest) String() string
type CreateAzureSubscriptionCreated ¶ added in v0.2.32
type CreateAzureSubscriptionCreated struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
CreateAzureSubscriptionCreated describes a response with status code 201, with default header values.
Created
func NewCreateAzureSubscriptionCreated ¶ added in v0.2.32
func NewCreateAzureSubscriptionCreated() *CreateAzureSubscriptionCreated
NewCreateAzureSubscriptionCreated creates a CreateAzureSubscriptionCreated with default headers values
func (*CreateAzureSubscriptionCreated) Error ¶ added in v0.2.32
func (o *CreateAzureSubscriptionCreated) Error() string
func (*CreateAzureSubscriptionCreated) GetPayload ¶ added in v0.2.32
func (o *CreateAzureSubscriptionCreated) GetPayload() *models.MsaBaseEntitiesResponse
func (*CreateAzureSubscriptionCreated) IsClientError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionCreated) IsClientError() bool
IsClientError returns true when this create azure subscription created response has a 4xx status code
func (*CreateAzureSubscriptionCreated) IsCode ¶ added in v0.2.32
func (o *CreateAzureSubscriptionCreated) IsCode(code int) bool
IsCode returns true when this create azure subscription created response a status code equal to that given
func (*CreateAzureSubscriptionCreated) IsRedirect ¶ added in v0.2.32
func (o *CreateAzureSubscriptionCreated) IsRedirect() bool
IsRedirect returns true when this create azure subscription created response has a 3xx status code
func (*CreateAzureSubscriptionCreated) IsServerError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionCreated) IsServerError() bool
IsServerError returns true when this create azure subscription created response has a 5xx status code
func (*CreateAzureSubscriptionCreated) IsSuccess ¶ added in v0.2.32
func (o *CreateAzureSubscriptionCreated) IsSuccess() bool
IsSuccess returns true when this create azure subscription created response has a 2xx status code
func (*CreateAzureSubscriptionCreated) String ¶ added in v0.2.32
func (o *CreateAzureSubscriptionCreated) String() string
type CreateAzureSubscriptionForbidden ¶ added in v0.2.32
type CreateAzureSubscriptionForbidden 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 }
CreateAzureSubscriptionForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateAzureSubscriptionForbidden ¶ added in v0.2.32
func NewCreateAzureSubscriptionForbidden() *CreateAzureSubscriptionForbidden
NewCreateAzureSubscriptionForbidden creates a CreateAzureSubscriptionForbidden with default headers values
func (*CreateAzureSubscriptionForbidden) Error ¶ added in v0.2.32
func (o *CreateAzureSubscriptionForbidden) Error() string
func (*CreateAzureSubscriptionForbidden) GetPayload ¶ added in v0.2.32
func (o *CreateAzureSubscriptionForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*CreateAzureSubscriptionForbidden) IsClientError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionForbidden) IsClientError() bool
IsClientError returns true when this create azure subscription forbidden response has a 4xx status code
func (*CreateAzureSubscriptionForbidden) IsCode ¶ added in v0.2.32
func (o *CreateAzureSubscriptionForbidden) IsCode(code int) bool
IsCode returns true when this create azure subscription forbidden response a status code equal to that given
func (*CreateAzureSubscriptionForbidden) IsRedirect ¶ added in v0.2.32
func (o *CreateAzureSubscriptionForbidden) IsRedirect() bool
IsRedirect returns true when this create azure subscription forbidden response has a 3xx status code
func (*CreateAzureSubscriptionForbidden) IsServerError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionForbidden) IsServerError() bool
IsServerError returns true when this create azure subscription forbidden response has a 5xx status code
func (*CreateAzureSubscriptionForbidden) IsSuccess ¶ added in v0.2.32
func (o *CreateAzureSubscriptionForbidden) IsSuccess() bool
IsSuccess returns true when this create azure subscription forbidden response has a 2xx status code
func (*CreateAzureSubscriptionForbidden) String ¶ added in v0.2.32
func (o *CreateAzureSubscriptionForbidden) String() string
type CreateAzureSubscriptionInternalServerError ¶ added in v0.2.32
type CreateAzureSubscriptionInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
CreateAzureSubscriptionInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCreateAzureSubscriptionInternalServerError ¶ added in v0.2.32
func NewCreateAzureSubscriptionInternalServerError() *CreateAzureSubscriptionInternalServerError
NewCreateAzureSubscriptionInternalServerError creates a CreateAzureSubscriptionInternalServerError with default headers values
func (*CreateAzureSubscriptionInternalServerError) Error ¶ added in v0.2.32
func (o *CreateAzureSubscriptionInternalServerError) Error() string
func (*CreateAzureSubscriptionInternalServerError) GetPayload ¶ added in v0.2.32
func (o *CreateAzureSubscriptionInternalServerError) GetPayload() *models.MsaBaseEntitiesResponse
func (*CreateAzureSubscriptionInternalServerError) IsClientError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionInternalServerError) IsClientError() bool
IsClientError returns true when this create azure subscription internal server error response has a 4xx status code
func (*CreateAzureSubscriptionInternalServerError) IsCode ¶ added in v0.2.32
func (o *CreateAzureSubscriptionInternalServerError) IsCode(code int) bool
IsCode returns true when this create azure subscription internal server error response a status code equal to that given
func (*CreateAzureSubscriptionInternalServerError) IsRedirect ¶ added in v0.2.32
func (o *CreateAzureSubscriptionInternalServerError) IsRedirect() bool
IsRedirect returns true when this create azure subscription internal server error response has a 3xx status code
func (*CreateAzureSubscriptionInternalServerError) IsServerError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionInternalServerError) IsServerError() bool
IsServerError returns true when this create azure subscription internal server error response has a 5xx status code
func (*CreateAzureSubscriptionInternalServerError) IsSuccess ¶ added in v0.2.32
func (o *CreateAzureSubscriptionInternalServerError) IsSuccess() bool
IsSuccess returns true when this create azure subscription internal server error response has a 2xx status code
func (*CreateAzureSubscriptionInternalServerError) String ¶ added in v0.2.32
func (o *CreateAzureSubscriptionInternalServerError) String() string
type CreateAzureSubscriptionMultiStatus ¶ added in v0.2.32
type CreateAzureSubscriptionMultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
CreateAzureSubscriptionMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewCreateAzureSubscriptionMultiStatus ¶ added in v0.2.32
func NewCreateAzureSubscriptionMultiStatus() *CreateAzureSubscriptionMultiStatus
NewCreateAzureSubscriptionMultiStatus creates a CreateAzureSubscriptionMultiStatus with default headers values
func (*CreateAzureSubscriptionMultiStatus) Error ¶ added in v0.2.32
func (o *CreateAzureSubscriptionMultiStatus) Error() string
func (*CreateAzureSubscriptionMultiStatus) GetPayload ¶ added in v0.2.32
func (o *CreateAzureSubscriptionMultiStatus) GetPayload() *models.MsaBaseEntitiesResponse
func (*CreateAzureSubscriptionMultiStatus) IsClientError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionMultiStatus) IsClientError() bool
IsClientError returns true when this create azure subscription multi status response has a 4xx status code
func (*CreateAzureSubscriptionMultiStatus) IsCode ¶ added in v0.2.32
func (o *CreateAzureSubscriptionMultiStatus) IsCode(code int) bool
IsCode returns true when this create azure subscription multi status response a status code equal to that given
func (*CreateAzureSubscriptionMultiStatus) IsRedirect ¶ added in v0.2.32
func (o *CreateAzureSubscriptionMultiStatus) IsRedirect() bool
IsRedirect returns true when this create azure subscription multi status response has a 3xx status code
func (*CreateAzureSubscriptionMultiStatus) IsServerError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionMultiStatus) IsServerError() bool
IsServerError returns true when this create azure subscription multi status response has a 5xx status code
func (*CreateAzureSubscriptionMultiStatus) IsSuccess ¶ added in v0.2.32
func (o *CreateAzureSubscriptionMultiStatus) IsSuccess() bool
IsSuccess returns true when this create azure subscription multi status response has a 2xx status code
func (*CreateAzureSubscriptionMultiStatus) String ¶ added in v0.2.32
func (o *CreateAzureSubscriptionMultiStatus) String() string
type CreateAzureSubscriptionParams ¶ added in v0.2.32
type CreateAzureSubscriptionParams struct { // Body. Body *models.K8sregCreateAzureSubReq Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAzureSubscriptionParams contains all the parameters to send to the API endpoint
for the create azure subscription operation. Typically these are written to a http.Request.
func NewCreateAzureSubscriptionParams ¶ added in v0.2.32
func NewCreateAzureSubscriptionParams() *CreateAzureSubscriptionParams
NewCreateAzureSubscriptionParams creates a new CreateAzureSubscriptionParams 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 NewCreateAzureSubscriptionParamsWithContext ¶ added in v0.2.32
func NewCreateAzureSubscriptionParamsWithContext(ctx context.Context) *CreateAzureSubscriptionParams
NewCreateAzureSubscriptionParamsWithContext creates a new CreateAzureSubscriptionParams object with the ability to set a context for a request.
func NewCreateAzureSubscriptionParamsWithHTTPClient ¶ added in v0.2.32
func NewCreateAzureSubscriptionParamsWithHTTPClient(client *http.Client) *CreateAzureSubscriptionParams
NewCreateAzureSubscriptionParamsWithHTTPClient creates a new CreateAzureSubscriptionParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAzureSubscriptionParamsWithTimeout ¶ added in v0.2.32
func NewCreateAzureSubscriptionParamsWithTimeout(timeout time.Duration) *CreateAzureSubscriptionParams
NewCreateAzureSubscriptionParamsWithTimeout creates a new CreateAzureSubscriptionParams object with the ability to set a timeout on a request.
func (*CreateAzureSubscriptionParams) SetBody ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) SetBody(body *models.K8sregCreateAzureSubReq)
SetBody adds the body to the create azure subscription params
func (*CreateAzureSubscriptionParams) SetContext ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) SetContext(ctx context.Context)
SetContext adds the context to the create azure subscription params
func (*CreateAzureSubscriptionParams) SetDefaults ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) SetDefaults()
SetDefaults hydrates default values in the create azure subscription params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAzureSubscriptionParams) SetHTTPClient ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create azure subscription params
func (*CreateAzureSubscriptionParams) SetTimeout ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create azure subscription params
func (*CreateAzureSubscriptionParams) WithBody ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) WithBody(body *models.K8sregCreateAzureSubReq) *CreateAzureSubscriptionParams
WithBody adds the body to the create azure subscription params
func (*CreateAzureSubscriptionParams) WithContext ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) WithContext(ctx context.Context) *CreateAzureSubscriptionParams
WithContext adds the context to the create azure subscription params
func (*CreateAzureSubscriptionParams) WithDefaults ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) WithDefaults() *CreateAzureSubscriptionParams
WithDefaults hydrates default values in the create azure subscription params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAzureSubscriptionParams) WithHTTPClient ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) WithHTTPClient(client *http.Client) *CreateAzureSubscriptionParams
WithHTTPClient adds the HTTPClient to the create azure subscription params
func (*CreateAzureSubscriptionParams) WithTimeout ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) WithTimeout(timeout time.Duration) *CreateAzureSubscriptionParams
WithTimeout adds the timeout to the create azure subscription params
func (*CreateAzureSubscriptionParams) WriteToRequest ¶ added in v0.2.32
func (o *CreateAzureSubscriptionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAzureSubscriptionReader ¶ added in v0.2.32
type CreateAzureSubscriptionReader struct {
// contains filtered or unexported fields
}
CreateAzureSubscriptionReader is a Reader for the CreateAzureSubscription structure.
func (*CreateAzureSubscriptionReader) ReadResponse ¶ added in v0.2.32
func (o *CreateAzureSubscriptionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAzureSubscriptionTooManyRequests ¶ added in v0.2.32
type CreateAzureSubscriptionTooManyRequests 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 }
CreateAzureSubscriptionTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateAzureSubscriptionTooManyRequests ¶ added in v0.2.32
func NewCreateAzureSubscriptionTooManyRequests() *CreateAzureSubscriptionTooManyRequests
NewCreateAzureSubscriptionTooManyRequests creates a CreateAzureSubscriptionTooManyRequests with default headers values
func (*CreateAzureSubscriptionTooManyRequests) Error ¶ added in v0.2.32
func (o *CreateAzureSubscriptionTooManyRequests) Error() string
func (*CreateAzureSubscriptionTooManyRequests) GetPayload ¶ added in v0.2.32
func (o *CreateAzureSubscriptionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CreateAzureSubscriptionTooManyRequests) IsClientError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionTooManyRequests) IsClientError() bool
IsClientError returns true when this create azure subscription too many requests response has a 4xx status code
func (*CreateAzureSubscriptionTooManyRequests) IsCode ¶ added in v0.2.32
func (o *CreateAzureSubscriptionTooManyRequests) IsCode(code int) bool
IsCode returns true when this create azure subscription too many requests response a status code equal to that given
func (*CreateAzureSubscriptionTooManyRequests) IsRedirect ¶ added in v0.2.32
func (o *CreateAzureSubscriptionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create azure subscription too many requests response has a 3xx status code
func (*CreateAzureSubscriptionTooManyRequests) IsServerError ¶ added in v0.2.32
func (o *CreateAzureSubscriptionTooManyRequests) IsServerError() bool
IsServerError returns true when this create azure subscription too many requests response has a 5xx status code
func (*CreateAzureSubscriptionTooManyRequests) IsSuccess ¶ added in v0.2.32
func (o *CreateAzureSubscriptionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create azure subscription too many requests response has a 2xx status code
func (*CreateAzureSubscriptionTooManyRequests) String ¶ added in v0.2.32
func (o *CreateAzureSubscriptionTooManyRequests) String() string
type DeleteAWSAccountsMixin0BadRequest ¶
type DeleteAWSAccountsMixin0BadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaMetaInfo }
DeleteAWSAccountsMixin0BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteAWSAccountsMixin0BadRequest ¶
func NewDeleteAWSAccountsMixin0BadRequest() *DeleteAWSAccountsMixin0BadRequest
NewDeleteAWSAccountsMixin0BadRequest creates a DeleteAWSAccountsMixin0BadRequest with default headers values
func (*DeleteAWSAccountsMixin0BadRequest) Error ¶
func (o *DeleteAWSAccountsMixin0BadRequest) Error() string
func (*DeleteAWSAccountsMixin0BadRequest) GetPayload ¶
func (o *DeleteAWSAccountsMixin0BadRequest) GetPayload() *models.MsaMetaInfo
func (*DeleteAWSAccountsMixin0BadRequest) IsClientError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0BadRequest) IsClientError() bool
IsClientError returns true when this delete a w s accounts mixin0 bad request response has a 4xx status code
func (*DeleteAWSAccountsMixin0BadRequest) IsCode ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0BadRequest) IsCode(code int) bool
IsCode returns true when this delete a w s accounts mixin0 bad request response a status code equal to that given
func (*DeleteAWSAccountsMixin0BadRequest) IsRedirect ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0BadRequest) IsRedirect() bool
IsRedirect returns true when this delete a w s accounts mixin0 bad request response has a 3xx status code
func (*DeleteAWSAccountsMixin0BadRequest) IsServerError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0BadRequest) IsServerError() bool
IsServerError returns true when this delete a w s accounts mixin0 bad request response has a 5xx status code
func (*DeleteAWSAccountsMixin0BadRequest) IsSuccess ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0BadRequest) IsSuccess() bool
IsSuccess returns true when this delete a w s accounts mixin0 bad request response has a 2xx status code
func (*DeleteAWSAccountsMixin0BadRequest) String ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0BadRequest) String() string
type DeleteAWSAccountsMixin0Default ¶
type DeleteAWSAccountsMixin0Default struct { Payload *models.MsaMetaInfo // contains filtered or unexported fields }
DeleteAWSAccountsMixin0Default describes a response with status code -1, with default header values.
OK
func NewDeleteAWSAccountsMixin0Default ¶
func NewDeleteAWSAccountsMixin0Default(code int) *DeleteAWSAccountsMixin0Default
NewDeleteAWSAccountsMixin0Default creates a DeleteAWSAccountsMixin0Default with default headers values
func (*DeleteAWSAccountsMixin0Default) Code ¶
func (o *DeleteAWSAccountsMixin0Default) Code() int
Code gets the status code for the delete a w s accounts mixin0 default response
func (*DeleteAWSAccountsMixin0Default) Error ¶
func (o *DeleteAWSAccountsMixin0Default) Error() string
func (*DeleteAWSAccountsMixin0Default) GetPayload ¶
func (o *DeleteAWSAccountsMixin0Default) GetPayload() *models.MsaMetaInfo
func (*DeleteAWSAccountsMixin0Default) IsClientError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Default) IsClientError() bool
IsClientError returns true when this delete a w s accounts mixin0 default response has a 4xx status code
func (*DeleteAWSAccountsMixin0Default) IsCode ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Default) IsCode(code int) bool
IsCode returns true when this delete a w s accounts mixin0 default response a status code equal to that given
func (*DeleteAWSAccountsMixin0Default) IsRedirect ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Default) IsRedirect() bool
IsRedirect returns true when this delete a w s accounts mixin0 default response has a 3xx status code
func (*DeleteAWSAccountsMixin0Default) IsServerError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Default) IsServerError() bool
IsServerError returns true when this delete a w s accounts mixin0 default response has a 5xx status code
func (*DeleteAWSAccountsMixin0Default) IsSuccess ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Default) IsSuccess() bool
IsSuccess returns true when this delete a w s accounts mixin0 default response has a 2xx status code
func (*DeleteAWSAccountsMixin0Default) String ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Default) String() string
type DeleteAWSAccountsMixin0Forbidden ¶
type DeleteAWSAccountsMixin0Forbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
DeleteAWSAccountsMixin0Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteAWSAccountsMixin0Forbidden ¶
func NewDeleteAWSAccountsMixin0Forbidden() *DeleteAWSAccountsMixin0Forbidden
NewDeleteAWSAccountsMixin0Forbidden creates a DeleteAWSAccountsMixin0Forbidden with default headers values
func (*DeleteAWSAccountsMixin0Forbidden) Error ¶
func (o *DeleteAWSAccountsMixin0Forbidden) Error() string
func (*DeleteAWSAccountsMixin0Forbidden) GetPayload ¶
func (o *DeleteAWSAccountsMixin0Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteAWSAccountsMixin0Forbidden) IsClientError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Forbidden) IsClientError() bool
IsClientError returns true when this delete a w s accounts mixin0 forbidden response has a 4xx status code
func (*DeleteAWSAccountsMixin0Forbidden) IsCode ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Forbidden) IsCode(code int) bool
IsCode returns true when this delete a w s accounts mixin0 forbidden response a status code equal to that given
func (*DeleteAWSAccountsMixin0Forbidden) IsRedirect ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Forbidden) IsRedirect() bool
IsRedirect returns true when this delete a w s accounts mixin0 forbidden response has a 3xx status code
func (*DeleteAWSAccountsMixin0Forbidden) IsServerError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Forbidden) IsServerError() bool
IsServerError returns true when this delete a w s accounts mixin0 forbidden response has a 5xx status code
func (*DeleteAWSAccountsMixin0Forbidden) IsSuccess ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Forbidden) IsSuccess() bool
IsSuccess returns true when this delete a w s accounts mixin0 forbidden response has a 2xx status code
func (*DeleteAWSAccountsMixin0Forbidden) String ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0Forbidden) String() string
type DeleteAWSAccountsMixin0InternalServerError ¶
type DeleteAWSAccountsMixin0InternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaMetaInfo }
DeleteAWSAccountsMixin0InternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewDeleteAWSAccountsMixin0InternalServerError ¶
func NewDeleteAWSAccountsMixin0InternalServerError() *DeleteAWSAccountsMixin0InternalServerError
NewDeleteAWSAccountsMixin0InternalServerError creates a DeleteAWSAccountsMixin0InternalServerError with default headers values
func (*DeleteAWSAccountsMixin0InternalServerError) Error ¶
func (o *DeleteAWSAccountsMixin0InternalServerError) Error() string
func (*DeleteAWSAccountsMixin0InternalServerError) GetPayload ¶
func (o *DeleteAWSAccountsMixin0InternalServerError) GetPayload() *models.MsaMetaInfo
func (*DeleteAWSAccountsMixin0InternalServerError) IsClientError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0InternalServerError) IsClientError() bool
IsClientError returns true when this delete a w s accounts mixin0 internal server error response has a 4xx status code
func (*DeleteAWSAccountsMixin0InternalServerError) IsCode ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0InternalServerError) IsCode(code int) bool
IsCode returns true when this delete a w s accounts mixin0 internal server error response a status code equal to that given
func (*DeleteAWSAccountsMixin0InternalServerError) IsRedirect ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0InternalServerError) IsRedirect() bool
IsRedirect returns true when this delete a w s accounts mixin0 internal server error response has a 3xx status code
func (*DeleteAWSAccountsMixin0InternalServerError) IsServerError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0InternalServerError) IsServerError() bool
IsServerError returns true when this delete a w s accounts mixin0 internal server error response has a 5xx status code
func (*DeleteAWSAccountsMixin0InternalServerError) IsSuccess ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0InternalServerError) IsSuccess() bool
IsSuccess returns true when this delete a w s accounts mixin0 internal server error response has a 2xx status code
func (*DeleteAWSAccountsMixin0InternalServerError) String ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0InternalServerError) String() string
type DeleteAWSAccountsMixin0MultiStatus ¶
type DeleteAWSAccountsMixin0MultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaMetaInfo }
DeleteAWSAccountsMixin0MultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewDeleteAWSAccountsMixin0MultiStatus ¶
func NewDeleteAWSAccountsMixin0MultiStatus() *DeleteAWSAccountsMixin0MultiStatus
NewDeleteAWSAccountsMixin0MultiStatus creates a DeleteAWSAccountsMixin0MultiStatus with default headers values
func (*DeleteAWSAccountsMixin0MultiStatus) Error ¶
func (o *DeleteAWSAccountsMixin0MultiStatus) Error() string
func (*DeleteAWSAccountsMixin0MultiStatus) GetPayload ¶
func (o *DeleteAWSAccountsMixin0MultiStatus) GetPayload() *models.MsaMetaInfo
func (*DeleteAWSAccountsMixin0MultiStatus) IsClientError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0MultiStatus) IsClientError() bool
IsClientError returns true when this delete a w s accounts mixin0 multi status response has a 4xx status code
func (*DeleteAWSAccountsMixin0MultiStatus) IsCode ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0MultiStatus) IsCode(code int) bool
IsCode returns true when this delete a w s accounts mixin0 multi status response a status code equal to that given
func (*DeleteAWSAccountsMixin0MultiStatus) IsRedirect ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0MultiStatus) IsRedirect() bool
IsRedirect returns true when this delete a w s accounts mixin0 multi status response has a 3xx status code
func (*DeleteAWSAccountsMixin0MultiStatus) IsServerError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0MultiStatus) IsServerError() bool
IsServerError returns true when this delete a w s accounts mixin0 multi status response has a 5xx status code
func (*DeleteAWSAccountsMixin0MultiStatus) IsSuccess ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0MultiStatus) IsSuccess() bool
IsSuccess returns true when this delete a w s accounts mixin0 multi status response has a 2xx status code
func (*DeleteAWSAccountsMixin0MultiStatus) String ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0MultiStatus) String() string
type DeleteAWSAccountsMixin0OK ¶
type DeleteAWSAccountsMixin0OK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaMetaInfo }
DeleteAWSAccountsMixin0OK describes a response with status code 200, with default header values.
OK
func NewDeleteAWSAccountsMixin0OK ¶
func NewDeleteAWSAccountsMixin0OK() *DeleteAWSAccountsMixin0OK
NewDeleteAWSAccountsMixin0OK creates a DeleteAWSAccountsMixin0OK with default headers values
func (*DeleteAWSAccountsMixin0OK) Error ¶
func (o *DeleteAWSAccountsMixin0OK) Error() string
func (*DeleteAWSAccountsMixin0OK) GetPayload ¶
func (o *DeleteAWSAccountsMixin0OK) GetPayload() *models.MsaMetaInfo
func (*DeleteAWSAccountsMixin0OK) IsClientError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0OK) IsClientError() bool
IsClientError returns true when this delete a w s accounts mixin0 o k response has a 4xx status code
func (*DeleteAWSAccountsMixin0OK) IsCode ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0OK) IsCode(code int) bool
IsCode returns true when this delete a w s accounts mixin0 o k response a status code equal to that given
func (*DeleteAWSAccountsMixin0OK) IsRedirect ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0OK) IsRedirect() bool
IsRedirect returns true when this delete a w s accounts mixin0 o k response has a 3xx status code
func (*DeleteAWSAccountsMixin0OK) IsServerError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0OK) IsServerError() bool
IsServerError returns true when this delete a w s accounts mixin0 o k response has a 5xx status code
func (*DeleteAWSAccountsMixin0OK) IsSuccess ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0OK) IsSuccess() bool
IsSuccess returns true when this delete a w s accounts mixin0 o k response has a 2xx status code
func (*DeleteAWSAccountsMixin0OK) String ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0OK) String() string
type DeleteAWSAccountsMixin0Params ¶
type DeleteAWSAccountsMixin0Params struct { /* Ids. AWS Account IDs */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAWSAccountsMixin0Params contains all the parameters to send to the API endpoint
for the delete a w s accounts mixin0 operation. Typically these are written to a http.Request.
func NewDeleteAWSAccountsMixin0Params ¶
func NewDeleteAWSAccountsMixin0Params() *DeleteAWSAccountsMixin0Params
NewDeleteAWSAccountsMixin0Params creates a new DeleteAWSAccountsMixin0Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteAWSAccountsMixin0ParamsWithContext ¶
func NewDeleteAWSAccountsMixin0ParamsWithContext(ctx context.Context) *DeleteAWSAccountsMixin0Params
NewDeleteAWSAccountsMixin0ParamsWithContext creates a new DeleteAWSAccountsMixin0Params object with the ability to set a context for a request.
func NewDeleteAWSAccountsMixin0ParamsWithHTTPClient ¶
func NewDeleteAWSAccountsMixin0ParamsWithHTTPClient(client *http.Client) *DeleteAWSAccountsMixin0Params
NewDeleteAWSAccountsMixin0ParamsWithHTTPClient creates a new DeleteAWSAccountsMixin0Params object with the ability to set a custom HTTPClient for a request.
func NewDeleteAWSAccountsMixin0ParamsWithTimeout ¶
func NewDeleteAWSAccountsMixin0ParamsWithTimeout(timeout time.Duration) *DeleteAWSAccountsMixin0Params
NewDeleteAWSAccountsMixin0ParamsWithTimeout creates a new DeleteAWSAccountsMixin0Params object with the ability to set a timeout on a request.
func (*DeleteAWSAccountsMixin0Params) SetContext ¶
func (o *DeleteAWSAccountsMixin0Params) SetContext(ctx context.Context)
SetContext adds the context to the delete a w s accounts mixin0 params
func (*DeleteAWSAccountsMixin0Params) SetDefaults ¶
func (o *DeleteAWSAccountsMixin0Params) SetDefaults()
SetDefaults hydrates default values in the delete a w s accounts mixin0 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAWSAccountsMixin0Params) SetHTTPClient ¶
func (o *DeleteAWSAccountsMixin0Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete a w s accounts mixin0 params
func (*DeleteAWSAccountsMixin0Params) SetIds ¶
func (o *DeleteAWSAccountsMixin0Params) SetIds(ids []string)
SetIds adds the ids to the delete a w s accounts mixin0 params
func (*DeleteAWSAccountsMixin0Params) SetTimeout ¶
func (o *DeleteAWSAccountsMixin0Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete a w s accounts mixin0 params
func (*DeleteAWSAccountsMixin0Params) WithContext ¶
func (o *DeleteAWSAccountsMixin0Params) WithContext(ctx context.Context) *DeleteAWSAccountsMixin0Params
WithContext adds the context to the delete a w s accounts mixin0 params
func (*DeleteAWSAccountsMixin0Params) WithDefaults ¶
func (o *DeleteAWSAccountsMixin0Params) WithDefaults() *DeleteAWSAccountsMixin0Params
WithDefaults hydrates default values in the delete a w s accounts mixin0 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAWSAccountsMixin0Params) WithHTTPClient ¶
func (o *DeleteAWSAccountsMixin0Params) WithHTTPClient(client *http.Client) *DeleteAWSAccountsMixin0Params
WithHTTPClient adds the HTTPClient to the delete a w s accounts mixin0 params
func (*DeleteAWSAccountsMixin0Params) WithIds ¶
func (o *DeleteAWSAccountsMixin0Params) WithIds(ids []string) *DeleteAWSAccountsMixin0Params
WithIds adds the ids to the delete a w s accounts mixin0 params
func (*DeleteAWSAccountsMixin0Params) WithTimeout ¶
func (o *DeleteAWSAccountsMixin0Params) WithTimeout(timeout time.Duration) *DeleteAWSAccountsMixin0Params
WithTimeout adds the timeout to the delete a w s accounts mixin0 params
func (*DeleteAWSAccountsMixin0Params) WriteToRequest ¶
func (o *DeleteAWSAccountsMixin0Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAWSAccountsMixin0Reader ¶
type DeleteAWSAccountsMixin0Reader struct {
// contains filtered or unexported fields
}
DeleteAWSAccountsMixin0Reader is a Reader for the DeleteAWSAccountsMixin0 structure.
func (*DeleteAWSAccountsMixin0Reader) ReadResponse ¶
func (o *DeleteAWSAccountsMixin0Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAWSAccountsMixin0TooManyRequests ¶
type DeleteAWSAccountsMixin0TooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
DeleteAWSAccountsMixin0TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteAWSAccountsMixin0TooManyRequests ¶
func NewDeleteAWSAccountsMixin0TooManyRequests() *DeleteAWSAccountsMixin0TooManyRequests
NewDeleteAWSAccountsMixin0TooManyRequests creates a DeleteAWSAccountsMixin0TooManyRequests with default headers values
func (*DeleteAWSAccountsMixin0TooManyRequests) Error ¶
func (o *DeleteAWSAccountsMixin0TooManyRequests) Error() string
func (*DeleteAWSAccountsMixin0TooManyRequests) GetPayload ¶
func (o *DeleteAWSAccountsMixin0TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteAWSAccountsMixin0TooManyRequests) IsClientError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0TooManyRequests) IsClientError() bool
IsClientError returns true when this delete a w s accounts mixin0 too many requests response has a 4xx status code
func (*DeleteAWSAccountsMixin0TooManyRequests) IsCode ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0TooManyRequests) IsCode(code int) bool
IsCode returns true when this delete a w s accounts mixin0 too many requests response a status code equal to that given
func (*DeleteAWSAccountsMixin0TooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0TooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete a w s accounts mixin0 too many requests response has a 3xx status code
func (*DeleteAWSAccountsMixin0TooManyRequests) IsServerError ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0TooManyRequests) IsServerError() bool
IsServerError returns true when this delete a w s accounts mixin0 too many requests response has a 5xx status code
func (*DeleteAWSAccountsMixin0TooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0TooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete a w s accounts mixin0 too many requests response has a 2xx status code
func (*DeleteAWSAccountsMixin0TooManyRequests) String ¶ added in v0.2.27
func (o *DeleteAWSAccountsMixin0TooManyRequests) String() string
type DeleteAzureSubscriptionBadRequest ¶ added in v0.2.32
type DeleteAzureSubscriptionBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
DeleteAzureSubscriptionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteAzureSubscriptionBadRequest ¶ added in v0.2.32
func NewDeleteAzureSubscriptionBadRequest() *DeleteAzureSubscriptionBadRequest
NewDeleteAzureSubscriptionBadRequest creates a DeleteAzureSubscriptionBadRequest with default headers values
func (*DeleteAzureSubscriptionBadRequest) Error ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionBadRequest) Error() string
func (*DeleteAzureSubscriptionBadRequest) GetPayload ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionBadRequest) GetPayload() *models.MsaBaseEntitiesResponse
func (*DeleteAzureSubscriptionBadRequest) IsClientError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionBadRequest) IsClientError() bool
IsClientError returns true when this delete azure subscription bad request response has a 4xx status code
func (*DeleteAzureSubscriptionBadRequest) IsCode ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionBadRequest) IsCode(code int) bool
IsCode returns true when this delete azure subscription bad request response a status code equal to that given
func (*DeleteAzureSubscriptionBadRequest) IsRedirect ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionBadRequest) IsRedirect() bool
IsRedirect returns true when this delete azure subscription bad request response has a 3xx status code
func (*DeleteAzureSubscriptionBadRequest) IsServerError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionBadRequest) IsServerError() bool
IsServerError returns true when this delete azure subscription bad request response has a 5xx status code
func (*DeleteAzureSubscriptionBadRequest) IsSuccess ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionBadRequest) IsSuccess() bool
IsSuccess returns true when this delete azure subscription bad request response has a 2xx status code
func (*DeleteAzureSubscriptionBadRequest) String ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionBadRequest) String() string
type DeleteAzureSubscriptionForbidden ¶ added in v0.2.32
type DeleteAzureSubscriptionForbidden 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 }
DeleteAzureSubscriptionForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteAzureSubscriptionForbidden ¶ added in v0.2.32
func NewDeleteAzureSubscriptionForbidden() *DeleteAzureSubscriptionForbidden
NewDeleteAzureSubscriptionForbidden creates a DeleteAzureSubscriptionForbidden with default headers values
func (*DeleteAzureSubscriptionForbidden) Error ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionForbidden) Error() string
func (*DeleteAzureSubscriptionForbidden) GetPayload ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteAzureSubscriptionForbidden) IsClientError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionForbidden) IsClientError() bool
IsClientError returns true when this delete azure subscription forbidden response has a 4xx status code
func (*DeleteAzureSubscriptionForbidden) IsCode ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionForbidden) IsCode(code int) bool
IsCode returns true when this delete azure subscription forbidden response a status code equal to that given
func (*DeleteAzureSubscriptionForbidden) IsRedirect ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionForbidden) IsRedirect() bool
IsRedirect returns true when this delete azure subscription forbidden response has a 3xx status code
func (*DeleteAzureSubscriptionForbidden) IsServerError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionForbidden) IsServerError() bool
IsServerError returns true when this delete azure subscription forbidden response has a 5xx status code
func (*DeleteAzureSubscriptionForbidden) IsSuccess ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionForbidden) IsSuccess() bool
IsSuccess returns true when this delete azure subscription forbidden response has a 2xx status code
func (*DeleteAzureSubscriptionForbidden) String ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionForbidden) String() string
type DeleteAzureSubscriptionInternalServerError ¶ added in v0.2.32
type DeleteAzureSubscriptionInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
DeleteAzureSubscriptionInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewDeleteAzureSubscriptionInternalServerError ¶ added in v0.2.32
func NewDeleteAzureSubscriptionInternalServerError() *DeleteAzureSubscriptionInternalServerError
NewDeleteAzureSubscriptionInternalServerError creates a DeleteAzureSubscriptionInternalServerError with default headers values
func (*DeleteAzureSubscriptionInternalServerError) Error ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionInternalServerError) Error() string
func (*DeleteAzureSubscriptionInternalServerError) GetPayload ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionInternalServerError) GetPayload() *models.MsaBaseEntitiesResponse
func (*DeleteAzureSubscriptionInternalServerError) IsClientError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionInternalServerError) IsClientError() bool
IsClientError returns true when this delete azure subscription internal server error response has a 4xx status code
func (*DeleteAzureSubscriptionInternalServerError) IsCode ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionInternalServerError) IsCode(code int) bool
IsCode returns true when this delete azure subscription internal server error response a status code equal to that given
func (*DeleteAzureSubscriptionInternalServerError) IsRedirect ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete azure subscription internal server error response has a 3xx status code
func (*DeleteAzureSubscriptionInternalServerError) IsServerError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionInternalServerError) IsServerError() bool
IsServerError returns true when this delete azure subscription internal server error response has a 5xx status code
func (*DeleteAzureSubscriptionInternalServerError) IsSuccess ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete azure subscription internal server error response has a 2xx status code
func (*DeleteAzureSubscriptionInternalServerError) String ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionInternalServerError) String() string
type DeleteAzureSubscriptionMultiStatus ¶ added in v0.2.32
type DeleteAzureSubscriptionMultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
DeleteAzureSubscriptionMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewDeleteAzureSubscriptionMultiStatus ¶ added in v0.2.32
func NewDeleteAzureSubscriptionMultiStatus() *DeleteAzureSubscriptionMultiStatus
NewDeleteAzureSubscriptionMultiStatus creates a DeleteAzureSubscriptionMultiStatus with default headers values
func (*DeleteAzureSubscriptionMultiStatus) Error ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionMultiStatus) Error() string
func (*DeleteAzureSubscriptionMultiStatus) GetPayload ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionMultiStatus) GetPayload() *models.MsaBaseEntitiesResponse
func (*DeleteAzureSubscriptionMultiStatus) IsClientError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionMultiStatus) IsClientError() bool
IsClientError returns true when this delete azure subscription multi status response has a 4xx status code
func (*DeleteAzureSubscriptionMultiStatus) IsCode ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionMultiStatus) IsCode(code int) bool
IsCode returns true when this delete azure subscription multi status response a status code equal to that given
func (*DeleteAzureSubscriptionMultiStatus) IsRedirect ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionMultiStatus) IsRedirect() bool
IsRedirect returns true when this delete azure subscription multi status response has a 3xx status code
func (*DeleteAzureSubscriptionMultiStatus) IsServerError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionMultiStatus) IsServerError() bool
IsServerError returns true when this delete azure subscription multi status response has a 5xx status code
func (*DeleteAzureSubscriptionMultiStatus) IsSuccess ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionMultiStatus) IsSuccess() bool
IsSuccess returns true when this delete azure subscription multi status response has a 2xx status code
func (*DeleteAzureSubscriptionMultiStatus) String ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionMultiStatus) String() string
type DeleteAzureSubscriptionOK ¶ added in v0.2.32
type DeleteAzureSubscriptionOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
DeleteAzureSubscriptionOK describes a response with status code 200, with default header values.
OK
func NewDeleteAzureSubscriptionOK ¶ added in v0.2.32
func NewDeleteAzureSubscriptionOK() *DeleteAzureSubscriptionOK
NewDeleteAzureSubscriptionOK creates a DeleteAzureSubscriptionOK with default headers values
func (*DeleteAzureSubscriptionOK) Error ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionOK) Error() string
func (*DeleteAzureSubscriptionOK) GetPayload ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionOK) GetPayload() *models.MsaBaseEntitiesResponse
func (*DeleteAzureSubscriptionOK) IsClientError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionOK) IsClientError() bool
IsClientError returns true when this delete azure subscription o k response has a 4xx status code
func (*DeleteAzureSubscriptionOK) IsCode ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionOK) IsCode(code int) bool
IsCode returns true when this delete azure subscription o k response a status code equal to that given
func (*DeleteAzureSubscriptionOK) IsRedirect ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionOK) IsRedirect() bool
IsRedirect returns true when this delete azure subscription o k response has a 3xx status code
func (*DeleteAzureSubscriptionOK) IsServerError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionOK) IsServerError() bool
IsServerError returns true when this delete azure subscription o k response has a 5xx status code
func (*DeleteAzureSubscriptionOK) IsSuccess ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionOK) IsSuccess() bool
IsSuccess returns true when this delete azure subscription o k response has a 2xx status code
func (*DeleteAzureSubscriptionOK) String ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionOK) String() string
type DeleteAzureSubscriptionParams ¶ added in v0.2.32
type DeleteAzureSubscriptionParams struct { /* Ids. Azure Subscription IDs */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAzureSubscriptionParams contains all the parameters to send to the API endpoint
for the delete azure subscription operation. Typically these are written to a http.Request.
func NewDeleteAzureSubscriptionParams ¶ added in v0.2.32
func NewDeleteAzureSubscriptionParams() *DeleteAzureSubscriptionParams
NewDeleteAzureSubscriptionParams creates a new DeleteAzureSubscriptionParams 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 NewDeleteAzureSubscriptionParamsWithContext ¶ added in v0.2.32
func NewDeleteAzureSubscriptionParamsWithContext(ctx context.Context) *DeleteAzureSubscriptionParams
NewDeleteAzureSubscriptionParamsWithContext creates a new DeleteAzureSubscriptionParams object with the ability to set a context for a request.
func NewDeleteAzureSubscriptionParamsWithHTTPClient ¶ added in v0.2.32
func NewDeleteAzureSubscriptionParamsWithHTTPClient(client *http.Client) *DeleteAzureSubscriptionParams
NewDeleteAzureSubscriptionParamsWithHTTPClient creates a new DeleteAzureSubscriptionParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAzureSubscriptionParamsWithTimeout ¶ added in v0.2.32
func NewDeleteAzureSubscriptionParamsWithTimeout(timeout time.Duration) *DeleteAzureSubscriptionParams
NewDeleteAzureSubscriptionParamsWithTimeout creates a new DeleteAzureSubscriptionParams object with the ability to set a timeout on a request.
func (*DeleteAzureSubscriptionParams) SetContext ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) SetContext(ctx context.Context)
SetContext adds the context to the delete azure subscription params
func (*DeleteAzureSubscriptionParams) SetDefaults ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) SetDefaults()
SetDefaults hydrates default values in the delete azure subscription params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAzureSubscriptionParams) SetHTTPClient ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete azure subscription params
func (*DeleteAzureSubscriptionParams) SetIds ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) SetIds(ids []string)
SetIds adds the ids to the delete azure subscription params
func (*DeleteAzureSubscriptionParams) SetTimeout ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete azure subscription params
func (*DeleteAzureSubscriptionParams) WithContext ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) WithContext(ctx context.Context) *DeleteAzureSubscriptionParams
WithContext adds the context to the delete azure subscription params
func (*DeleteAzureSubscriptionParams) WithDefaults ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) WithDefaults() *DeleteAzureSubscriptionParams
WithDefaults hydrates default values in the delete azure subscription params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAzureSubscriptionParams) WithHTTPClient ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) WithHTTPClient(client *http.Client) *DeleteAzureSubscriptionParams
WithHTTPClient adds the HTTPClient to the delete azure subscription params
func (*DeleteAzureSubscriptionParams) WithIds ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) WithIds(ids []string) *DeleteAzureSubscriptionParams
WithIds adds the ids to the delete azure subscription params
func (*DeleteAzureSubscriptionParams) WithTimeout ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) WithTimeout(timeout time.Duration) *DeleteAzureSubscriptionParams
WithTimeout adds the timeout to the delete azure subscription params
func (*DeleteAzureSubscriptionParams) WriteToRequest ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAzureSubscriptionReader ¶ added in v0.2.32
type DeleteAzureSubscriptionReader struct {
// contains filtered or unexported fields
}
DeleteAzureSubscriptionReader is a Reader for the DeleteAzureSubscription structure.
func (*DeleteAzureSubscriptionReader) ReadResponse ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAzureSubscriptionTooManyRequests ¶ added in v0.2.32
type DeleteAzureSubscriptionTooManyRequests 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 }
DeleteAzureSubscriptionTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteAzureSubscriptionTooManyRequests ¶ added in v0.2.32
func NewDeleteAzureSubscriptionTooManyRequests() *DeleteAzureSubscriptionTooManyRequests
NewDeleteAzureSubscriptionTooManyRequests creates a DeleteAzureSubscriptionTooManyRequests with default headers values
func (*DeleteAzureSubscriptionTooManyRequests) Error ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionTooManyRequests) Error() string
func (*DeleteAzureSubscriptionTooManyRequests) GetPayload ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteAzureSubscriptionTooManyRequests) IsClientError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionTooManyRequests) IsClientError() bool
IsClientError returns true when this delete azure subscription too many requests response has a 4xx status code
func (*DeleteAzureSubscriptionTooManyRequests) IsCode ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete azure subscription too many requests response a status code equal to that given
func (*DeleteAzureSubscriptionTooManyRequests) IsRedirect ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete azure subscription too many requests response has a 3xx status code
func (*DeleteAzureSubscriptionTooManyRequests) IsServerError ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionTooManyRequests) IsServerError() bool
IsServerError returns true when this delete azure subscription too many requests response has a 5xx status code
func (*DeleteAzureSubscriptionTooManyRequests) IsSuccess ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete azure subscription too many requests response has a 2xx status code
func (*DeleteAzureSubscriptionTooManyRequests) String ¶ added in v0.2.32
func (o *DeleteAzureSubscriptionTooManyRequests) String() string
type GetAWSAccountsMixin0BadRequest ¶
type GetAWSAccountsMixin0BadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetAWSAccountsResp }
GetAWSAccountsMixin0BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetAWSAccountsMixin0BadRequest ¶
func NewGetAWSAccountsMixin0BadRequest() *GetAWSAccountsMixin0BadRequest
NewGetAWSAccountsMixin0BadRequest creates a GetAWSAccountsMixin0BadRequest with default headers values
func (*GetAWSAccountsMixin0BadRequest) Error ¶
func (o *GetAWSAccountsMixin0BadRequest) Error() string
func (*GetAWSAccountsMixin0BadRequest) GetPayload ¶
func (o *GetAWSAccountsMixin0BadRequest) GetPayload() *models.K8sregGetAWSAccountsResp
func (*GetAWSAccountsMixin0BadRequest) IsClientError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0BadRequest) IsClientError() bool
IsClientError returns true when this get a w s accounts mixin0 bad request response has a 4xx status code
func (*GetAWSAccountsMixin0BadRequest) IsCode ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0BadRequest) IsCode(code int) bool
IsCode returns true when this get a w s accounts mixin0 bad request response a status code equal to that given
func (*GetAWSAccountsMixin0BadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0BadRequest) IsRedirect() bool
IsRedirect returns true when this get a w s accounts mixin0 bad request response has a 3xx status code
func (*GetAWSAccountsMixin0BadRequest) IsServerError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0BadRequest) IsServerError() bool
IsServerError returns true when this get a w s accounts mixin0 bad request response has a 5xx status code
func (*GetAWSAccountsMixin0BadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0BadRequest) IsSuccess() bool
IsSuccess returns true when this get a w s accounts mixin0 bad request response has a 2xx status code
func (*GetAWSAccountsMixin0BadRequest) String ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0BadRequest) String() string
type GetAWSAccountsMixin0Default ¶
type GetAWSAccountsMixin0Default struct { Payload *models.K8sregGetAWSAccountsResp // contains filtered or unexported fields }
GetAWSAccountsMixin0Default describes a response with status code -1, with default header values.
OK
func NewGetAWSAccountsMixin0Default ¶
func NewGetAWSAccountsMixin0Default(code int) *GetAWSAccountsMixin0Default
NewGetAWSAccountsMixin0Default creates a GetAWSAccountsMixin0Default with default headers values
func (*GetAWSAccountsMixin0Default) Code ¶
func (o *GetAWSAccountsMixin0Default) Code() int
Code gets the status code for the get a w s accounts mixin0 default response
func (*GetAWSAccountsMixin0Default) Error ¶
func (o *GetAWSAccountsMixin0Default) Error() string
func (*GetAWSAccountsMixin0Default) GetPayload ¶
func (o *GetAWSAccountsMixin0Default) GetPayload() *models.K8sregGetAWSAccountsResp
func (*GetAWSAccountsMixin0Default) IsClientError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Default) IsClientError() bool
IsClientError returns true when this get a w s accounts mixin0 default response has a 4xx status code
func (*GetAWSAccountsMixin0Default) IsCode ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Default) IsCode(code int) bool
IsCode returns true when this get a w s accounts mixin0 default response a status code equal to that given
func (*GetAWSAccountsMixin0Default) IsRedirect ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Default) IsRedirect() bool
IsRedirect returns true when this get a w s accounts mixin0 default response has a 3xx status code
func (*GetAWSAccountsMixin0Default) IsServerError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Default) IsServerError() bool
IsServerError returns true when this get a w s accounts mixin0 default response has a 5xx status code
func (*GetAWSAccountsMixin0Default) IsSuccess ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Default) IsSuccess() bool
IsSuccess returns true when this get a w s accounts mixin0 default response has a 2xx status code
func (*GetAWSAccountsMixin0Default) String ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Default) String() string
type GetAWSAccountsMixin0Forbidden ¶
type GetAWSAccountsMixin0Forbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetAWSAccountsMixin0Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetAWSAccountsMixin0Forbidden ¶
func NewGetAWSAccountsMixin0Forbidden() *GetAWSAccountsMixin0Forbidden
NewGetAWSAccountsMixin0Forbidden creates a GetAWSAccountsMixin0Forbidden with default headers values
func (*GetAWSAccountsMixin0Forbidden) Error ¶
func (o *GetAWSAccountsMixin0Forbidden) Error() string
func (*GetAWSAccountsMixin0Forbidden) GetPayload ¶
func (o *GetAWSAccountsMixin0Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetAWSAccountsMixin0Forbidden) IsClientError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Forbidden) IsClientError() bool
IsClientError returns true when this get a w s accounts mixin0 forbidden response has a 4xx status code
func (*GetAWSAccountsMixin0Forbidden) IsCode ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Forbidden) IsCode(code int) bool
IsCode returns true when this get a w s accounts mixin0 forbidden response a status code equal to that given
func (*GetAWSAccountsMixin0Forbidden) IsRedirect ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Forbidden) IsRedirect() bool
IsRedirect returns true when this get a w s accounts mixin0 forbidden response has a 3xx status code
func (*GetAWSAccountsMixin0Forbidden) IsServerError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Forbidden) IsServerError() bool
IsServerError returns true when this get a w s accounts mixin0 forbidden response has a 5xx status code
func (*GetAWSAccountsMixin0Forbidden) IsSuccess ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Forbidden) IsSuccess() bool
IsSuccess returns true when this get a w s accounts mixin0 forbidden response has a 2xx status code
func (*GetAWSAccountsMixin0Forbidden) String ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0Forbidden) String() string
type GetAWSAccountsMixin0InternalServerError ¶
type GetAWSAccountsMixin0InternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetAWSAccountsResp }
GetAWSAccountsMixin0InternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetAWSAccountsMixin0InternalServerError ¶
func NewGetAWSAccountsMixin0InternalServerError() *GetAWSAccountsMixin0InternalServerError
NewGetAWSAccountsMixin0InternalServerError creates a GetAWSAccountsMixin0InternalServerError with default headers values
func (*GetAWSAccountsMixin0InternalServerError) Error ¶
func (o *GetAWSAccountsMixin0InternalServerError) Error() string
func (*GetAWSAccountsMixin0InternalServerError) GetPayload ¶
func (o *GetAWSAccountsMixin0InternalServerError) GetPayload() *models.K8sregGetAWSAccountsResp
func (*GetAWSAccountsMixin0InternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0InternalServerError) IsClientError() bool
IsClientError returns true when this get a w s accounts mixin0 internal server error response has a 4xx status code
func (*GetAWSAccountsMixin0InternalServerError) IsCode ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0InternalServerError) IsCode(code int) bool
IsCode returns true when this get a w s accounts mixin0 internal server error response a status code equal to that given
func (*GetAWSAccountsMixin0InternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0InternalServerError) IsRedirect() bool
IsRedirect returns true when this get a w s accounts mixin0 internal server error response has a 3xx status code
func (*GetAWSAccountsMixin0InternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0InternalServerError) IsServerError() bool
IsServerError returns true when this get a w s accounts mixin0 internal server error response has a 5xx status code
func (*GetAWSAccountsMixin0InternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0InternalServerError) IsSuccess() bool
IsSuccess returns true when this get a w s accounts mixin0 internal server error response has a 2xx status code
func (*GetAWSAccountsMixin0InternalServerError) String ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0InternalServerError) String() string
type GetAWSAccountsMixin0MultiStatus ¶
type GetAWSAccountsMixin0MultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetAWSAccountsResp }
GetAWSAccountsMixin0MultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewGetAWSAccountsMixin0MultiStatus ¶
func NewGetAWSAccountsMixin0MultiStatus() *GetAWSAccountsMixin0MultiStatus
NewGetAWSAccountsMixin0MultiStatus creates a GetAWSAccountsMixin0MultiStatus with default headers values
func (*GetAWSAccountsMixin0MultiStatus) Error ¶
func (o *GetAWSAccountsMixin0MultiStatus) Error() string
func (*GetAWSAccountsMixin0MultiStatus) GetPayload ¶
func (o *GetAWSAccountsMixin0MultiStatus) GetPayload() *models.K8sregGetAWSAccountsResp
func (*GetAWSAccountsMixin0MultiStatus) IsClientError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0MultiStatus) IsClientError() bool
IsClientError returns true when this get a w s accounts mixin0 multi status response has a 4xx status code
func (*GetAWSAccountsMixin0MultiStatus) IsCode ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0MultiStatus) IsCode(code int) bool
IsCode returns true when this get a w s accounts mixin0 multi status response a status code equal to that given
func (*GetAWSAccountsMixin0MultiStatus) IsRedirect ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0MultiStatus) IsRedirect() bool
IsRedirect returns true when this get a w s accounts mixin0 multi status response has a 3xx status code
func (*GetAWSAccountsMixin0MultiStatus) IsServerError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0MultiStatus) IsServerError() bool
IsServerError returns true when this get a w s accounts mixin0 multi status response has a 5xx status code
func (*GetAWSAccountsMixin0MultiStatus) IsSuccess ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0MultiStatus) IsSuccess() bool
IsSuccess returns true when this get a w s accounts mixin0 multi status response has a 2xx status code
func (*GetAWSAccountsMixin0MultiStatus) String ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0MultiStatus) String() string
type GetAWSAccountsMixin0OK ¶
type GetAWSAccountsMixin0OK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetAWSAccountsResp }
GetAWSAccountsMixin0OK describes a response with status code 200, with default header values.
OK
func NewGetAWSAccountsMixin0OK ¶
func NewGetAWSAccountsMixin0OK() *GetAWSAccountsMixin0OK
NewGetAWSAccountsMixin0OK creates a GetAWSAccountsMixin0OK with default headers values
func (*GetAWSAccountsMixin0OK) Error ¶
func (o *GetAWSAccountsMixin0OK) Error() string
func (*GetAWSAccountsMixin0OK) GetPayload ¶
func (o *GetAWSAccountsMixin0OK) GetPayload() *models.K8sregGetAWSAccountsResp
func (*GetAWSAccountsMixin0OK) IsClientError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0OK) IsClientError() bool
IsClientError returns true when this get a w s accounts mixin0 o k response has a 4xx status code
func (*GetAWSAccountsMixin0OK) IsCode ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0OK) IsCode(code int) bool
IsCode returns true when this get a w s accounts mixin0 o k response a status code equal to that given
func (*GetAWSAccountsMixin0OK) IsRedirect ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0OK) IsRedirect() bool
IsRedirect returns true when this get a w s accounts mixin0 o k response has a 3xx status code
func (*GetAWSAccountsMixin0OK) IsServerError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0OK) IsServerError() bool
IsServerError returns true when this get a w s accounts mixin0 o k response has a 5xx status code
func (*GetAWSAccountsMixin0OK) IsSuccess ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0OK) IsSuccess() bool
IsSuccess returns true when this get a w s accounts mixin0 o k response has a 2xx status code
func (*GetAWSAccountsMixin0OK) String ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0OK) String() string
type GetAWSAccountsMixin0Params ¶
type GetAWSAccountsMixin0Params struct { /* Ids. AWS Account IDs */ Ids []string /* Limit. Limit returned accounts */ Limit *int64 /* Offset. Offset returned accounts */ Offset *int64 /* Status. Filter by account status */ Status *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAWSAccountsMixin0Params contains all the parameters to send to the API endpoint
for the get a w s accounts mixin0 operation. Typically these are written to a http.Request.
func NewGetAWSAccountsMixin0Params ¶
func NewGetAWSAccountsMixin0Params() *GetAWSAccountsMixin0Params
NewGetAWSAccountsMixin0Params creates a new GetAWSAccountsMixin0Params object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetAWSAccountsMixin0ParamsWithContext ¶
func NewGetAWSAccountsMixin0ParamsWithContext(ctx context.Context) *GetAWSAccountsMixin0Params
NewGetAWSAccountsMixin0ParamsWithContext creates a new GetAWSAccountsMixin0Params object with the ability to set a context for a request.
func NewGetAWSAccountsMixin0ParamsWithHTTPClient ¶
func NewGetAWSAccountsMixin0ParamsWithHTTPClient(client *http.Client) *GetAWSAccountsMixin0Params
NewGetAWSAccountsMixin0ParamsWithHTTPClient creates a new GetAWSAccountsMixin0Params object with the ability to set a custom HTTPClient for a request.
func NewGetAWSAccountsMixin0ParamsWithTimeout ¶
func NewGetAWSAccountsMixin0ParamsWithTimeout(timeout time.Duration) *GetAWSAccountsMixin0Params
NewGetAWSAccountsMixin0ParamsWithTimeout creates a new GetAWSAccountsMixin0Params object with the ability to set a timeout on a request.
func (*GetAWSAccountsMixin0Params) SetContext ¶
func (o *GetAWSAccountsMixin0Params) SetContext(ctx context.Context)
SetContext adds the context to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) SetDefaults ¶
func (o *GetAWSAccountsMixin0Params) SetDefaults()
SetDefaults hydrates default values in the get a w s accounts mixin0 params (not the query body).
All values with no default are reset to their zero value.
func (*GetAWSAccountsMixin0Params) SetHTTPClient ¶
func (o *GetAWSAccountsMixin0Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) SetIds ¶
func (o *GetAWSAccountsMixin0Params) SetIds(ids []string)
SetIds adds the ids to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) SetLimit ¶
func (o *GetAWSAccountsMixin0Params) SetLimit(limit *int64)
SetLimit adds the limit to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) SetOffset ¶
func (o *GetAWSAccountsMixin0Params) SetOffset(offset *int64)
SetOffset adds the offset to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) SetStatus ¶
func (o *GetAWSAccountsMixin0Params) SetStatus(status *string)
SetStatus adds the status to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) SetTimeout ¶
func (o *GetAWSAccountsMixin0Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) WithContext ¶
func (o *GetAWSAccountsMixin0Params) WithContext(ctx context.Context) *GetAWSAccountsMixin0Params
WithContext adds the context to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) WithDefaults ¶
func (o *GetAWSAccountsMixin0Params) WithDefaults() *GetAWSAccountsMixin0Params
WithDefaults hydrates default values in the get a w s accounts mixin0 params (not the query body).
All values with no default are reset to their zero value.
func (*GetAWSAccountsMixin0Params) WithHTTPClient ¶
func (o *GetAWSAccountsMixin0Params) WithHTTPClient(client *http.Client) *GetAWSAccountsMixin0Params
WithHTTPClient adds the HTTPClient to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) WithIds ¶
func (o *GetAWSAccountsMixin0Params) WithIds(ids []string) *GetAWSAccountsMixin0Params
WithIds adds the ids to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) WithLimit ¶
func (o *GetAWSAccountsMixin0Params) WithLimit(limit *int64) *GetAWSAccountsMixin0Params
WithLimit adds the limit to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) WithOffset ¶
func (o *GetAWSAccountsMixin0Params) WithOffset(offset *int64) *GetAWSAccountsMixin0Params
WithOffset adds the offset to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) WithStatus ¶
func (o *GetAWSAccountsMixin0Params) WithStatus(status *string) *GetAWSAccountsMixin0Params
WithStatus adds the status to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) WithTimeout ¶
func (o *GetAWSAccountsMixin0Params) WithTimeout(timeout time.Duration) *GetAWSAccountsMixin0Params
WithTimeout adds the timeout to the get a w s accounts mixin0 params
func (*GetAWSAccountsMixin0Params) WriteToRequest ¶
func (o *GetAWSAccountsMixin0Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAWSAccountsMixin0Reader ¶
type GetAWSAccountsMixin0Reader struct {
// contains filtered or unexported fields
}
GetAWSAccountsMixin0Reader is a Reader for the GetAWSAccountsMixin0 structure.
func (*GetAWSAccountsMixin0Reader) ReadResponse ¶
func (o *GetAWSAccountsMixin0Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAWSAccountsMixin0TooManyRequests ¶
type GetAWSAccountsMixin0TooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetAWSAccountsMixin0TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetAWSAccountsMixin0TooManyRequests ¶
func NewGetAWSAccountsMixin0TooManyRequests() *GetAWSAccountsMixin0TooManyRequests
NewGetAWSAccountsMixin0TooManyRequests creates a GetAWSAccountsMixin0TooManyRequests with default headers values
func (*GetAWSAccountsMixin0TooManyRequests) Error ¶
func (o *GetAWSAccountsMixin0TooManyRequests) Error() string
func (*GetAWSAccountsMixin0TooManyRequests) GetPayload ¶
func (o *GetAWSAccountsMixin0TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetAWSAccountsMixin0TooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0TooManyRequests) IsClientError() bool
IsClientError returns true when this get a w s accounts mixin0 too many requests response has a 4xx status code
func (*GetAWSAccountsMixin0TooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0TooManyRequests) IsCode(code int) bool
IsCode returns true when this get a w s accounts mixin0 too many requests response a status code equal to that given
func (*GetAWSAccountsMixin0TooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get a w s accounts mixin0 too many requests response has a 3xx status code
func (*GetAWSAccountsMixin0TooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0TooManyRequests) IsServerError() bool
IsServerError returns true when this get a w s accounts mixin0 too many requests response has a 5xx status code
func (*GetAWSAccountsMixin0TooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get a w s accounts mixin0 too many requests response has a 2xx status code
func (*GetAWSAccountsMixin0TooManyRequests) String ¶ added in v0.2.27
func (o *GetAWSAccountsMixin0TooManyRequests) String() string
type GetClustersBadRequest ¶
type GetClustersBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetClustersResp }
GetClustersBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetClustersBadRequest ¶
func NewGetClustersBadRequest() *GetClustersBadRequest
NewGetClustersBadRequest creates a GetClustersBadRequest with default headers values
func (*GetClustersBadRequest) Error ¶
func (o *GetClustersBadRequest) Error() string
func (*GetClustersBadRequest) GetPayload ¶
func (o *GetClustersBadRequest) GetPayload() *models.K8sregGetClustersResp
func (*GetClustersBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetClustersBadRequest) IsClientError() bool
IsClientError returns true when this get clusters bad request response has a 4xx status code
func (*GetClustersBadRequest) IsCode ¶ added in v0.2.27
func (o *GetClustersBadRequest) IsCode(code int) bool
IsCode returns true when this get clusters bad request response a status code equal to that given
func (*GetClustersBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetClustersBadRequest) IsRedirect() bool
IsRedirect returns true when this get clusters bad request response has a 3xx status code
func (*GetClustersBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetClustersBadRequest) IsServerError() bool
IsServerError returns true when this get clusters bad request response has a 5xx status code
func (*GetClustersBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetClustersBadRequest) IsSuccess() bool
IsSuccess returns true when this get clusters bad request response has a 2xx status code
func (*GetClustersBadRequest) String ¶ added in v0.2.27
func (o *GetClustersBadRequest) String() string
type GetClustersDefault ¶
type GetClustersDefault struct { Payload *models.K8sregGetClustersResp // contains filtered or unexported fields }
GetClustersDefault describes a response with status code -1, with default header values.
OK
func NewGetClustersDefault ¶
func NewGetClustersDefault(code int) *GetClustersDefault
NewGetClustersDefault creates a GetClustersDefault with default headers values
func (*GetClustersDefault) Code ¶
func (o *GetClustersDefault) Code() int
Code gets the status code for the get clusters default response
func (*GetClustersDefault) Error ¶
func (o *GetClustersDefault) Error() string
func (*GetClustersDefault) GetPayload ¶
func (o *GetClustersDefault) GetPayload() *models.K8sregGetClustersResp
func (*GetClustersDefault) IsClientError ¶ added in v0.2.27
func (o *GetClustersDefault) IsClientError() bool
IsClientError returns true when this get clusters default response has a 4xx status code
func (*GetClustersDefault) IsCode ¶ added in v0.2.27
func (o *GetClustersDefault) IsCode(code int) bool
IsCode returns true when this get clusters default response a status code equal to that given
func (*GetClustersDefault) IsRedirect ¶ added in v0.2.27
func (o *GetClustersDefault) IsRedirect() bool
IsRedirect returns true when this get clusters default response has a 3xx status code
func (*GetClustersDefault) IsServerError ¶ added in v0.2.27
func (o *GetClustersDefault) IsServerError() bool
IsServerError returns true when this get clusters default response has a 5xx status code
func (*GetClustersDefault) IsSuccess ¶ added in v0.2.27
func (o *GetClustersDefault) IsSuccess() bool
IsSuccess returns true when this get clusters default response has a 2xx status code
func (*GetClustersDefault) String ¶ added in v0.2.27
func (o *GetClustersDefault) String() string
type GetClustersForbidden ¶
type GetClustersForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetClustersForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetClustersForbidden ¶
func NewGetClustersForbidden() *GetClustersForbidden
NewGetClustersForbidden creates a GetClustersForbidden with default headers values
func (*GetClustersForbidden) Error ¶
func (o *GetClustersForbidden) Error() string
func (*GetClustersForbidden) GetPayload ¶
func (o *GetClustersForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetClustersForbidden) IsClientError ¶ added in v0.2.27
func (o *GetClustersForbidden) IsClientError() bool
IsClientError returns true when this get clusters forbidden response has a 4xx status code
func (*GetClustersForbidden) IsCode ¶ added in v0.2.27
func (o *GetClustersForbidden) IsCode(code int) bool
IsCode returns true when this get clusters forbidden response a status code equal to that given
func (*GetClustersForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetClustersForbidden) IsRedirect() bool
IsRedirect returns true when this get clusters forbidden response has a 3xx status code
func (*GetClustersForbidden) IsServerError ¶ added in v0.2.27
func (o *GetClustersForbidden) IsServerError() bool
IsServerError returns true when this get clusters forbidden response has a 5xx status code
func (*GetClustersForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetClustersForbidden) IsSuccess() bool
IsSuccess returns true when this get clusters forbidden response has a 2xx status code
func (*GetClustersForbidden) String ¶ added in v0.2.27
func (o *GetClustersForbidden) String() string
type GetClustersInternalServerError ¶
type GetClustersInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetClustersResp }
GetClustersInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetClustersInternalServerError ¶
func NewGetClustersInternalServerError() *GetClustersInternalServerError
NewGetClustersInternalServerError creates a GetClustersInternalServerError with default headers values
func (*GetClustersInternalServerError) Error ¶
func (o *GetClustersInternalServerError) Error() string
func (*GetClustersInternalServerError) GetPayload ¶
func (o *GetClustersInternalServerError) GetPayload() *models.K8sregGetClustersResp
func (*GetClustersInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetClustersInternalServerError) IsClientError() bool
IsClientError returns true when this get clusters internal server error response has a 4xx status code
func (*GetClustersInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetClustersInternalServerError) IsCode(code int) bool
IsCode returns true when this get clusters internal server error response a status code equal to that given
func (*GetClustersInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetClustersInternalServerError) IsRedirect() bool
IsRedirect returns true when this get clusters internal server error response has a 3xx status code
func (*GetClustersInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetClustersInternalServerError) IsServerError() bool
IsServerError returns true when this get clusters internal server error response has a 5xx status code
func (*GetClustersInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetClustersInternalServerError) IsSuccess() bool
IsSuccess returns true when this get clusters internal server error response has a 2xx status code
func (*GetClustersInternalServerError) String ¶ added in v0.2.27
func (o *GetClustersInternalServerError) String() string
type GetClustersMultiStatus ¶
type GetClustersMultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetClustersResp }
GetClustersMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewGetClustersMultiStatus ¶
func NewGetClustersMultiStatus() *GetClustersMultiStatus
NewGetClustersMultiStatus creates a GetClustersMultiStatus with default headers values
func (*GetClustersMultiStatus) Error ¶
func (o *GetClustersMultiStatus) Error() string
func (*GetClustersMultiStatus) GetPayload ¶
func (o *GetClustersMultiStatus) GetPayload() *models.K8sregGetClustersResp
func (*GetClustersMultiStatus) IsClientError ¶ added in v0.2.27
func (o *GetClustersMultiStatus) IsClientError() bool
IsClientError returns true when this get clusters multi status response has a 4xx status code
func (*GetClustersMultiStatus) IsCode ¶ added in v0.2.27
func (o *GetClustersMultiStatus) IsCode(code int) bool
IsCode returns true when this get clusters multi status response a status code equal to that given
func (*GetClustersMultiStatus) IsRedirect ¶ added in v0.2.27
func (o *GetClustersMultiStatus) IsRedirect() bool
IsRedirect returns true when this get clusters multi status response has a 3xx status code
func (*GetClustersMultiStatus) IsServerError ¶ added in v0.2.27
func (o *GetClustersMultiStatus) IsServerError() bool
IsServerError returns true when this get clusters multi status response has a 5xx status code
func (*GetClustersMultiStatus) IsSuccess ¶ added in v0.2.27
func (o *GetClustersMultiStatus) IsSuccess() bool
IsSuccess returns true when this get clusters multi status response has a 2xx status code
func (*GetClustersMultiStatus) String ¶ added in v0.2.27
func (o *GetClustersMultiStatus) String() string
type GetClustersOK ¶
type GetClustersOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetClustersResp }
GetClustersOK describes a response with status code 200, with default header values.
OK
func NewGetClustersOK ¶
func NewGetClustersOK() *GetClustersOK
NewGetClustersOK creates a GetClustersOK with default headers values
func (*GetClustersOK) Error ¶
func (o *GetClustersOK) Error() string
func (*GetClustersOK) GetPayload ¶
func (o *GetClustersOK) GetPayload() *models.K8sregGetClustersResp
func (*GetClustersOK) IsClientError ¶ added in v0.2.27
func (o *GetClustersOK) IsClientError() bool
IsClientError returns true when this get clusters o k response has a 4xx status code
func (*GetClustersOK) IsCode ¶ added in v0.2.27
func (o *GetClustersOK) IsCode(code int) bool
IsCode returns true when this get clusters o k response a status code equal to that given
func (*GetClustersOK) IsRedirect ¶ added in v0.2.27
func (o *GetClustersOK) IsRedirect() bool
IsRedirect returns true when this get clusters o k response has a 3xx status code
func (*GetClustersOK) IsServerError ¶ added in v0.2.27
func (o *GetClustersOK) IsServerError() bool
IsServerError returns true when this get clusters o k response has a 5xx status code
func (*GetClustersOK) IsSuccess ¶ added in v0.2.27
func (o *GetClustersOK) IsSuccess() bool
IsSuccess returns true when this get clusters o k response has a 2xx status code
func (*GetClustersOK) String ¶ added in v0.2.27
func (o *GetClustersOK) String() string
type GetClustersParams ¶
type GetClustersParams struct { /* AccountIds. Cluster Account id. For EKS it will be AWS account ID. */ AccountIds []string /* ClusterNames. Cluster name. For EKS it will be cluster ARN. */ ClusterNames []string /* ClusterService. Cluster Service */ ClusterService *string /* Limit. Limit returned accounts */ Limit *int64 /* Locations. Cloud location */ Locations []string /* Offset. Offset returned accounts */ Offset *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClustersParams contains all the parameters to send to the API endpoint
for the get clusters operation. Typically these are written to a http.Request.
func NewGetClustersParams ¶
func NewGetClustersParams() *GetClustersParams
NewGetClustersParams creates a new GetClustersParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetClustersParamsWithContext ¶
func NewGetClustersParamsWithContext(ctx context.Context) *GetClustersParams
NewGetClustersParamsWithContext creates a new GetClustersParams object with the ability to set a context for a request.
func NewGetClustersParamsWithHTTPClient ¶
func NewGetClustersParamsWithHTTPClient(client *http.Client) *GetClustersParams
NewGetClustersParamsWithHTTPClient creates a new GetClustersParams object with the ability to set a custom HTTPClient for a request.
func NewGetClustersParamsWithTimeout ¶
func NewGetClustersParamsWithTimeout(timeout time.Duration) *GetClustersParams
NewGetClustersParamsWithTimeout creates a new GetClustersParams object with the ability to set a timeout on a request.
func (*GetClustersParams) SetAccountIds ¶
func (o *GetClustersParams) SetAccountIds(accountIds []string)
SetAccountIds adds the accountIds to the get clusters params
func (*GetClustersParams) SetClusterNames ¶
func (o *GetClustersParams) SetClusterNames(clusterNames []string)
SetClusterNames adds the clusterNames to the get clusters params
func (*GetClustersParams) SetClusterService ¶
func (o *GetClustersParams) SetClusterService(clusterService *string)
SetClusterService adds the clusterService to the get clusters params
func (*GetClustersParams) SetContext ¶
func (o *GetClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the get clusters params
func (*GetClustersParams) SetDefaults ¶
func (o *GetClustersParams) SetDefaults()
SetDefaults hydrates default values in the get clusters params (not the query body).
All values with no default are reset to their zero value.
func (*GetClustersParams) SetHTTPClient ¶
func (o *GetClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get clusters params
func (*GetClustersParams) SetLimit ¶
func (o *GetClustersParams) SetLimit(limit *int64)
SetLimit adds the limit to the get clusters params
func (*GetClustersParams) SetLocations ¶
func (o *GetClustersParams) SetLocations(locations []string)
SetLocations adds the locations to the get clusters params
func (*GetClustersParams) SetOffset ¶
func (o *GetClustersParams) SetOffset(offset *int64)
SetOffset adds the offset to the get clusters params
func (*GetClustersParams) SetTimeout ¶
func (o *GetClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get clusters params
func (*GetClustersParams) WithAccountIds ¶
func (o *GetClustersParams) WithAccountIds(accountIds []string) *GetClustersParams
WithAccountIds adds the accountIds to the get clusters params
func (*GetClustersParams) WithClusterNames ¶
func (o *GetClustersParams) WithClusterNames(clusterNames []string) *GetClustersParams
WithClusterNames adds the clusterNames to the get clusters params
func (*GetClustersParams) WithClusterService ¶
func (o *GetClustersParams) WithClusterService(clusterService *string) *GetClustersParams
WithClusterService adds the clusterService to the get clusters params
func (*GetClustersParams) WithContext ¶
func (o *GetClustersParams) WithContext(ctx context.Context) *GetClustersParams
WithContext adds the context to the get clusters params
func (*GetClustersParams) WithDefaults ¶
func (o *GetClustersParams) WithDefaults() *GetClustersParams
WithDefaults hydrates default values in the get clusters params (not the query body).
All values with no default are reset to their zero value.
func (*GetClustersParams) WithHTTPClient ¶
func (o *GetClustersParams) WithHTTPClient(client *http.Client) *GetClustersParams
WithHTTPClient adds the HTTPClient to the get clusters params
func (*GetClustersParams) WithLimit ¶
func (o *GetClustersParams) WithLimit(limit *int64) *GetClustersParams
WithLimit adds the limit to the get clusters params
func (*GetClustersParams) WithLocations ¶
func (o *GetClustersParams) WithLocations(locations []string) *GetClustersParams
WithLocations adds the locations to the get clusters params
func (*GetClustersParams) WithOffset ¶
func (o *GetClustersParams) WithOffset(offset *int64) *GetClustersParams
WithOffset adds the offset to the get clusters params
func (*GetClustersParams) WithTimeout ¶
func (o *GetClustersParams) WithTimeout(timeout time.Duration) *GetClustersParams
WithTimeout adds the timeout to the get clusters params
func (*GetClustersParams) WriteToRequest ¶
func (o *GetClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClustersReader ¶
type GetClustersReader struct {
// contains filtered or unexported fields
}
GetClustersReader is a Reader for the GetClusters structure.
func (*GetClustersReader) ReadResponse ¶
func (o *GetClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClustersTooManyRequests ¶
type GetClustersTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetClustersTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetClustersTooManyRequests ¶
func NewGetClustersTooManyRequests() *GetClustersTooManyRequests
NewGetClustersTooManyRequests creates a GetClustersTooManyRequests with default headers values
func (*GetClustersTooManyRequests) Error ¶
func (o *GetClustersTooManyRequests) Error() string
func (*GetClustersTooManyRequests) GetPayload ¶
func (o *GetClustersTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetClustersTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetClustersTooManyRequests) IsClientError() bool
IsClientError returns true when this get clusters too many requests response has a 4xx status code
func (*GetClustersTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetClustersTooManyRequests) IsCode(code int) bool
IsCode returns true when this get clusters too many requests response a status code equal to that given
func (*GetClustersTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetClustersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get clusters too many requests response has a 3xx status code
func (*GetClustersTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetClustersTooManyRequests) IsServerError() bool
IsServerError returns true when this get clusters too many requests response has a 5xx status code
func (*GetClustersTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetClustersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get clusters too many requests response has a 2xx status code
func (*GetClustersTooManyRequests) String ¶ added in v0.2.27
func (o *GetClustersTooManyRequests) String() string
type GetHelmValuesYamlBadRequest ¶
type GetHelmValuesYamlBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetHelmValuesYamlBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetHelmValuesYamlBadRequest ¶
func NewGetHelmValuesYamlBadRequest() *GetHelmValuesYamlBadRequest
NewGetHelmValuesYamlBadRequest creates a GetHelmValuesYamlBadRequest with default headers values
func (*GetHelmValuesYamlBadRequest) Error ¶
func (o *GetHelmValuesYamlBadRequest) Error() string
func (*GetHelmValuesYamlBadRequest) GetPayload ¶
func (o *GetHelmValuesYamlBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*GetHelmValuesYamlBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetHelmValuesYamlBadRequest) IsClientError() bool
IsClientError returns true when this get helm values yaml bad request response has a 4xx status code
func (*GetHelmValuesYamlBadRequest) IsCode ¶ added in v0.2.27
func (o *GetHelmValuesYamlBadRequest) IsCode(code int) bool
IsCode returns true when this get helm values yaml bad request response a status code equal to that given
func (*GetHelmValuesYamlBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetHelmValuesYamlBadRequest) IsRedirect() bool
IsRedirect returns true when this get helm values yaml bad request response has a 3xx status code
func (*GetHelmValuesYamlBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetHelmValuesYamlBadRequest) IsServerError() bool
IsServerError returns true when this get helm values yaml bad request response has a 5xx status code
func (*GetHelmValuesYamlBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetHelmValuesYamlBadRequest) IsSuccess() bool
IsSuccess returns true when this get helm values yaml bad request response has a 2xx status code
func (*GetHelmValuesYamlBadRequest) String ¶ added in v0.2.27
func (o *GetHelmValuesYamlBadRequest) String() string
type GetHelmValuesYamlDefault ¶
type GetHelmValuesYamlDefault struct { Payload models.K8sregHelmYAMLResp // contains filtered or unexported fields }
GetHelmValuesYamlDefault describes a response with status code -1, with default header values.
OK
func NewGetHelmValuesYamlDefault ¶
func NewGetHelmValuesYamlDefault(code int) *GetHelmValuesYamlDefault
NewGetHelmValuesYamlDefault creates a GetHelmValuesYamlDefault with default headers values
func (*GetHelmValuesYamlDefault) Code ¶
func (o *GetHelmValuesYamlDefault) Code() int
Code gets the status code for the get helm values yaml default response
func (*GetHelmValuesYamlDefault) Error ¶
func (o *GetHelmValuesYamlDefault) Error() string
func (*GetHelmValuesYamlDefault) GetPayload ¶
func (o *GetHelmValuesYamlDefault) GetPayload() models.K8sregHelmYAMLResp
func (*GetHelmValuesYamlDefault) IsClientError ¶ added in v0.2.27
func (o *GetHelmValuesYamlDefault) IsClientError() bool
IsClientError returns true when this get helm values yaml default response has a 4xx status code
func (*GetHelmValuesYamlDefault) IsCode ¶ added in v0.2.27
func (o *GetHelmValuesYamlDefault) IsCode(code int) bool
IsCode returns true when this get helm values yaml default response a status code equal to that given
func (*GetHelmValuesYamlDefault) IsRedirect ¶ added in v0.2.27
func (o *GetHelmValuesYamlDefault) IsRedirect() bool
IsRedirect returns true when this get helm values yaml default response has a 3xx status code
func (*GetHelmValuesYamlDefault) IsServerError ¶ added in v0.2.27
func (o *GetHelmValuesYamlDefault) IsServerError() bool
IsServerError returns true when this get helm values yaml default response has a 5xx status code
func (*GetHelmValuesYamlDefault) IsSuccess ¶ added in v0.2.27
func (o *GetHelmValuesYamlDefault) IsSuccess() bool
IsSuccess returns true when this get helm values yaml default response has a 2xx status code
func (*GetHelmValuesYamlDefault) String ¶ added in v0.2.27
func (o *GetHelmValuesYamlDefault) String() string
type GetHelmValuesYamlForbidden ¶
type GetHelmValuesYamlForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetHelmValuesYamlForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetHelmValuesYamlForbidden ¶
func NewGetHelmValuesYamlForbidden() *GetHelmValuesYamlForbidden
NewGetHelmValuesYamlForbidden creates a GetHelmValuesYamlForbidden with default headers values
func (*GetHelmValuesYamlForbidden) Error ¶
func (o *GetHelmValuesYamlForbidden) Error() string
func (*GetHelmValuesYamlForbidden) GetPayload ¶
func (o *GetHelmValuesYamlForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetHelmValuesYamlForbidden) IsClientError ¶ added in v0.2.27
func (o *GetHelmValuesYamlForbidden) IsClientError() bool
IsClientError returns true when this get helm values yaml forbidden response has a 4xx status code
func (*GetHelmValuesYamlForbidden) IsCode ¶ added in v0.2.27
func (o *GetHelmValuesYamlForbidden) IsCode(code int) bool
IsCode returns true when this get helm values yaml forbidden response a status code equal to that given
func (*GetHelmValuesYamlForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetHelmValuesYamlForbidden) IsRedirect() bool
IsRedirect returns true when this get helm values yaml forbidden response has a 3xx status code
func (*GetHelmValuesYamlForbidden) IsServerError ¶ added in v0.2.27
func (o *GetHelmValuesYamlForbidden) IsServerError() bool
IsServerError returns true when this get helm values yaml forbidden response has a 5xx status code
func (*GetHelmValuesYamlForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetHelmValuesYamlForbidden) IsSuccess() bool
IsSuccess returns true when this get helm values yaml forbidden response has a 2xx status code
func (*GetHelmValuesYamlForbidden) String ¶ added in v0.2.27
func (o *GetHelmValuesYamlForbidden) String() string
type GetHelmValuesYamlInternalServerError ¶
type GetHelmValuesYamlInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetHelmValuesYamlInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetHelmValuesYamlInternalServerError ¶
func NewGetHelmValuesYamlInternalServerError() *GetHelmValuesYamlInternalServerError
NewGetHelmValuesYamlInternalServerError creates a GetHelmValuesYamlInternalServerError with default headers values
func (*GetHelmValuesYamlInternalServerError) Error ¶
func (o *GetHelmValuesYamlInternalServerError) Error() string
func (*GetHelmValuesYamlInternalServerError) GetPayload ¶
func (o *GetHelmValuesYamlInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*GetHelmValuesYamlInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetHelmValuesYamlInternalServerError) IsClientError() bool
IsClientError returns true when this get helm values yaml internal server error response has a 4xx status code
func (*GetHelmValuesYamlInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetHelmValuesYamlInternalServerError) IsCode(code int) bool
IsCode returns true when this get helm values yaml internal server error response a status code equal to that given
func (*GetHelmValuesYamlInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetHelmValuesYamlInternalServerError) IsRedirect() bool
IsRedirect returns true when this get helm values yaml internal server error response has a 3xx status code
func (*GetHelmValuesYamlInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetHelmValuesYamlInternalServerError) IsServerError() bool
IsServerError returns true when this get helm values yaml internal server error response has a 5xx status code
func (*GetHelmValuesYamlInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetHelmValuesYamlInternalServerError) IsSuccess() bool
IsSuccess returns true when this get helm values yaml internal server error response has a 2xx status code
func (*GetHelmValuesYamlInternalServerError) String ¶ added in v0.2.27
func (o *GetHelmValuesYamlInternalServerError) String() string
type GetHelmValuesYamlOK ¶
type GetHelmValuesYamlOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload models.K8sregHelmYAMLResp }
GetHelmValuesYamlOK describes a response with status code 200, with default header values.
OK
func NewGetHelmValuesYamlOK ¶
func NewGetHelmValuesYamlOK() *GetHelmValuesYamlOK
NewGetHelmValuesYamlOK creates a GetHelmValuesYamlOK with default headers values
func (*GetHelmValuesYamlOK) Error ¶
func (o *GetHelmValuesYamlOK) Error() string
func (*GetHelmValuesYamlOK) GetPayload ¶
func (o *GetHelmValuesYamlOK) GetPayload() models.K8sregHelmYAMLResp
func (*GetHelmValuesYamlOK) IsClientError ¶ added in v0.2.27
func (o *GetHelmValuesYamlOK) IsClientError() bool
IsClientError returns true when this get helm values yaml o k response has a 4xx status code
func (*GetHelmValuesYamlOK) IsCode ¶ added in v0.2.27
func (o *GetHelmValuesYamlOK) IsCode(code int) bool
IsCode returns true when this get helm values yaml o k response a status code equal to that given
func (*GetHelmValuesYamlOK) IsRedirect ¶ added in v0.2.27
func (o *GetHelmValuesYamlOK) IsRedirect() bool
IsRedirect returns true when this get helm values yaml o k response has a 3xx status code
func (*GetHelmValuesYamlOK) IsServerError ¶ added in v0.2.27
func (o *GetHelmValuesYamlOK) IsServerError() bool
IsServerError returns true when this get helm values yaml o k response has a 5xx status code
func (*GetHelmValuesYamlOK) IsSuccess ¶ added in v0.2.27
func (o *GetHelmValuesYamlOK) IsSuccess() bool
IsSuccess returns true when this get helm values yaml o k response has a 2xx status code
func (*GetHelmValuesYamlOK) String ¶ added in v0.2.27
func (o *GetHelmValuesYamlOK) String() string
type GetHelmValuesYamlParams ¶
type GetHelmValuesYamlParams struct { /* ClusterName. Cluster name. For EKS it will be cluster ARN. */ ClusterName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetHelmValuesYamlParams contains all the parameters to send to the API endpoint
for the get helm values yaml operation. Typically these are written to a http.Request.
func NewGetHelmValuesYamlParams ¶
func NewGetHelmValuesYamlParams() *GetHelmValuesYamlParams
NewGetHelmValuesYamlParams creates a new GetHelmValuesYamlParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetHelmValuesYamlParamsWithContext ¶
func NewGetHelmValuesYamlParamsWithContext(ctx context.Context) *GetHelmValuesYamlParams
NewGetHelmValuesYamlParamsWithContext creates a new GetHelmValuesYamlParams object with the ability to set a context for a request.
func NewGetHelmValuesYamlParamsWithHTTPClient ¶
func NewGetHelmValuesYamlParamsWithHTTPClient(client *http.Client) *GetHelmValuesYamlParams
NewGetHelmValuesYamlParamsWithHTTPClient creates a new GetHelmValuesYamlParams object with the ability to set a custom HTTPClient for a request.
func NewGetHelmValuesYamlParamsWithTimeout ¶
func NewGetHelmValuesYamlParamsWithTimeout(timeout time.Duration) *GetHelmValuesYamlParams
NewGetHelmValuesYamlParamsWithTimeout creates a new GetHelmValuesYamlParams object with the ability to set a timeout on a request.
func (*GetHelmValuesYamlParams) SetClusterName ¶
func (o *GetHelmValuesYamlParams) SetClusterName(clusterName string)
SetClusterName adds the clusterName to the get helm values yaml params
func (*GetHelmValuesYamlParams) SetContext ¶
func (o *GetHelmValuesYamlParams) SetContext(ctx context.Context)
SetContext adds the context to the get helm values yaml params
func (*GetHelmValuesYamlParams) SetDefaults ¶
func (o *GetHelmValuesYamlParams) SetDefaults()
SetDefaults hydrates default values in the get helm values yaml params (not the query body).
All values with no default are reset to their zero value.
func (*GetHelmValuesYamlParams) SetHTTPClient ¶
func (o *GetHelmValuesYamlParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get helm values yaml params
func (*GetHelmValuesYamlParams) SetTimeout ¶
func (o *GetHelmValuesYamlParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get helm values yaml params
func (*GetHelmValuesYamlParams) WithClusterName ¶
func (o *GetHelmValuesYamlParams) WithClusterName(clusterName string) *GetHelmValuesYamlParams
WithClusterName adds the clusterName to the get helm values yaml params
func (*GetHelmValuesYamlParams) WithContext ¶
func (o *GetHelmValuesYamlParams) WithContext(ctx context.Context) *GetHelmValuesYamlParams
WithContext adds the context to the get helm values yaml params
func (*GetHelmValuesYamlParams) WithDefaults ¶
func (o *GetHelmValuesYamlParams) WithDefaults() *GetHelmValuesYamlParams
WithDefaults hydrates default values in the get helm values yaml params (not the query body).
All values with no default are reset to their zero value.
func (*GetHelmValuesYamlParams) WithHTTPClient ¶
func (o *GetHelmValuesYamlParams) WithHTTPClient(client *http.Client) *GetHelmValuesYamlParams
WithHTTPClient adds the HTTPClient to the get helm values yaml params
func (*GetHelmValuesYamlParams) WithTimeout ¶
func (o *GetHelmValuesYamlParams) WithTimeout(timeout time.Duration) *GetHelmValuesYamlParams
WithTimeout adds the timeout to the get helm values yaml params
func (*GetHelmValuesYamlParams) WriteToRequest ¶
func (o *GetHelmValuesYamlParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetHelmValuesYamlReader ¶
type GetHelmValuesYamlReader struct {
// contains filtered or unexported fields
}
GetHelmValuesYamlReader is a Reader for the GetHelmValuesYaml structure.
func (*GetHelmValuesYamlReader) ReadResponse ¶
func (o *GetHelmValuesYamlReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetHelmValuesYamlTooManyRequests ¶
type GetHelmValuesYamlTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetHelmValuesYamlTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetHelmValuesYamlTooManyRequests ¶
func NewGetHelmValuesYamlTooManyRequests() *GetHelmValuesYamlTooManyRequests
NewGetHelmValuesYamlTooManyRequests creates a GetHelmValuesYamlTooManyRequests with default headers values
func (*GetHelmValuesYamlTooManyRequests) Error ¶
func (o *GetHelmValuesYamlTooManyRequests) Error() string
func (*GetHelmValuesYamlTooManyRequests) GetPayload ¶
func (o *GetHelmValuesYamlTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetHelmValuesYamlTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetHelmValuesYamlTooManyRequests) IsClientError() bool
IsClientError returns true when this get helm values yaml too many requests response has a 4xx status code
func (*GetHelmValuesYamlTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetHelmValuesYamlTooManyRequests) IsCode(code int) bool
IsCode returns true when this get helm values yaml too many requests response a status code equal to that given
func (*GetHelmValuesYamlTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetHelmValuesYamlTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get helm values yaml too many requests response has a 3xx status code
func (*GetHelmValuesYamlTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetHelmValuesYamlTooManyRequests) IsServerError() bool
IsServerError returns true when this get helm values yaml too many requests response has a 5xx status code
func (*GetHelmValuesYamlTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetHelmValuesYamlTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get helm values yaml too many requests response has a 2xx status code
func (*GetHelmValuesYamlTooManyRequests) String ¶ added in v0.2.27
func (o *GetHelmValuesYamlTooManyRequests) String() string
type GetLocationsBadRequest ¶
type GetLocationsBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetLocationsResp }
GetLocationsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetLocationsBadRequest ¶
func NewGetLocationsBadRequest() *GetLocationsBadRequest
NewGetLocationsBadRequest creates a GetLocationsBadRequest with default headers values
func (*GetLocationsBadRequest) Error ¶
func (o *GetLocationsBadRequest) Error() string
func (*GetLocationsBadRequest) GetPayload ¶
func (o *GetLocationsBadRequest) GetPayload() *models.K8sregGetLocationsResp
func (*GetLocationsBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetLocationsBadRequest) IsClientError() bool
IsClientError returns true when this get locations bad request response has a 4xx status code
func (*GetLocationsBadRequest) IsCode ¶ added in v0.2.27
func (o *GetLocationsBadRequest) IsCode(code int) bool
IsCode returns true when this get locations bad request response a status code equal to that given
func (*GetLocationsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetLocationsBadRequest) IsRedirect() bool
IsRedirect returns true when this get locations bad request response has a 3xx status code
func (*GetLocationsBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetLocationsBadRequest) IsServerError() bool
IsServerError returns true when this get locations bad request response has a 5xx status code
func (*GetLocationsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetLocationsBadRequest) IsSuccess() bool
IsSuccess returns true when this get locations bad request response has a 2xx status code
func (*GetLocationsBadRequest) String ¶ added in v0.2.27
func (o *GetLocationsBadRequest) String() string
type GetLocationsDefault ¶
type GetLocationsDefault struct { Payload *models.K8sregGetLocationsResp // contains filtered or unexported fields }
GetLocationsDefault describes a response with status code -1, with default header values.
OK
func NewGetLocationsDefault ¶
func NewGetLocationsDefault(code int) *GetLocationsDefault
NewGetLocationsDefault creates a GetLocationsDefault with default headers values
func (*GetLocationsDefault) Code ¶
func (o *GetLocationsDefault) Code() int
Code gets the status code for the get locations default response
func (*GetLocationsDefault) Error ¶
func (o *GetLocationsDefault) Error() string
func (*GetLocationsDefault) GetPayload ¶
func (o *GetLocationsDefault) GetPayload() *models.K8sregGetLocationsResp
func (*GetLocationsDefault) IsClientError ¶ added in v0.2.27
func (o *GetLocationsDefault) IsClientError() bool
IsClientError returns true when this get locations default response has a 4xx status code
func (*GetLocationsDefault) IsCode ¶ added in v0.2.27
func (o *GetLocationsDefault) IsCode(code int) bool
IsCode returns true when this get locations default response a status code equal to that given
func (*GetLocationsDefault) IsRedirect ¶ added in v0.2.27
func (o *GetLocationsDefault) IsRedirect() bool
IsRedirect returns true when this get locations default response has a 3xx status code
func (*GetLocationsDefault) IsServerError ¶ added in v0.2.27
func (o *GetLocationsDefault) IsServerError() bool
IsServerError returns true when this get locations default response has a 5xx status code
func (*GetLocationsDefault) IsSuccess ¶ added in v0.2.27
func (o *GetLocationsDefault) IsSuccess() bool
IsSuccess returns true when this get locations default response has a 2xx status code
func (*GetLocationsDefault) String ¶ added in v0.2.27
func (o *GetLocationsDefault) String() string
type GetLocationsForbidden ¶
type GetLocationsForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
GetLocationsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetLocationsForbidden ¶
func NewGetLocationsForbidden() *GetLocationsForbidden
NewGetLocationsForbidden creates a GetLocationsForbidden with default headers values
func (*GetLocationsForbidden) Error ¶
func (o *GetLocationsForbidden) Error() string
func (*GetLocationsForbidden) GetPayload ¶
func (o *GetLocationsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetLocationsForbidden) IsClientError ¶ added in v0.2.27
func (o *GetLocationsForbidden) IsClientError() bool
IsClientError returns true when this get locations forbidden response has a 4xx status code
func (*GetLocationsForbidden) IsCode ¶ added in v0.2.27
func (o *GetLocationsForbidden) IsCode(code int) bool
IsCode returns true when this get locations forbidden response a status code equal to that given
func (*GetLocationsForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetLocationsForbidden) IsRedirect() bool
IsRedirect returns true when this get locations forbidden response has a 3xx status code
func (*GetLocationsForbidden) IsServerError ¶ added in v0.2.27
func (o *GetLocationsForbidden) IsServerError() bool
IsServerError returns true when this get locations forbidden response has a 5xx status code
func (*GetLocationsForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetLocationsForbidden) IsSuccess() bool
IsSuccess returns true when this get locations forbidden response has a 2xx status code
func (*GetLocationsForbidden) String ¶ added in v0.2.27
func (o *GetLocationsForbidden) String() string
type GetLocationsInternalServerError ¶
type GetLocationsInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetLocationsResp }
GetLocationsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetLocationsInternalServerError ¶
func NewGetLocationsInternalServerError() *GetLocationsInternalServerError
NewGetLocationsInternalServerError creates a GetLocationsInternalServerError with default headers values
func (*GetLocationsInternalServerError) Error ¶
func (o *GetLocationsInternalServerError) Error() string
func (*GetLocationsInternalServerError) GetPayload ¶
func (o *GetLocationsInternalServerError) GetPayload() *models.K8sregGetLocationsResp
func (*GetLocationsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetLocationsInternalServerError) IsClientError() bool
IsClientError returns true when this get locations internal server error response has a 4xx status code
func (*GetLocationsInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetLocationsInternalServerError) IsCode(code int) bool
IsCode returns true when this get locations internal server error response a status code equal to that given
func (*GetLocationsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetLocationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get locations internal server error response has a 3xx status code
func (*GetLocationsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetLocationsInternalServerError) IsServerError() bool
IsServerError returns true when this get locations internal server error response has a 5xx status code
func (*GetLocationsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetLocationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get locations internal server error response has a 2xx status code
func (*GetLocationsInternalServerError) String ¶ added in v0.2.27
func (o *GetLocationsInternalServerError) String() string
type GetLocationsMultiStatus ¶
type GetLocationsMultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetLocationsResp }
GetLocationsMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewGetLocationsMultiStatus ¶
func NewGetLocationsMultiStatus() *GetLocationsMultiStatus
NewGetLocationsMultiStatus creates a GetLocationsMultiStatus with default headers values
func (*GetLocationsMultiStatus) Error ¶
func (o *GetLocationsMultiStatus) Error() string
func (*GetLocationsMultiStatus) GetPayload ¶
func (o *GetLocationsMultiStatus) GetPayload() *models.K8sregGetLocationsResp
func (*GetLocationsMultiStatus) IsClientError ¶ added in v0.2.27
func (o *GetLocationsMultiStatus) IsClientError() bool
IsClientError returns true when this get locations multi status response has a 4xx status code
func (*GetLocationsMultiStatus) IsCode ¶ added in v0.2.27
func (o *GetLocationsMultiStatus) IsCode(code int) bool
IsCode returns true when this get locations multi status response a status code equal to that given
func (*GetLocationsMultiStatus) IsRedirect ¶ added in v0.2.27
func (o *GetLocationsMultiStatus) IsRedirect() bool
IsRedirect returns true when this get locations multi status response has a 3xx status code
func (*GetLocationsMultiStatus) IsServerError ¶ added in v0.2.27
func (o *GetLocationsMultiStatus) IsServerError() bool
IsServerError returns true when this get locations multi status response has a 5xx status code
func (*GetLocationsMultiStatus) IsSuccess ¶ added in v0.2.27
func (o *GetLocationsMultiStatus) IsSuccess() bool
IsSuccess returns true when this get locations multi status response has a 2xx status code
func (*GetLocationsMultiStatus) String ¶ added in v0.2.27
func (o *GetLocationsMultiStatus) String() string
type GetLocationsOK ¶
type GetLocationsOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregGetLocationsResp }
GetLocationsOK describes a response with status code 200, with default header values.
OK
func NewGetLocationsOK ¶
func NewGetLocationsOK() *GetLocationsOK
NewGetLocationsOK creates a GetLocationsOK with default headers values
func (*GetLocationsOK) Error ¶
func (o *GetLocationsOK) Error() string
func (*GetLocationsOK) GetPayload ¶
func (o *GetLocationsOK) GetPayload() *models.K8sregGetLocationsResp
func (*GetLocationsOK) IsClientError ¶ added in v0.2.27
func (o *GetLocationsOK) IsClientError() bool
IsClientError returns true when this get locations o k response has a 4xx status code
func (*GetLocationsOK) IsCode ¶ added in v0.2.27
func (o *GetLocationsOK) IsCode(code int) bool
IsCode returns true when this get locations o k response a status code equal to that given
func (*GetLocationsOK) IsRedirect ¶ added in v0.2.27
func (o *GetLocationsOK) IsRedirect() bool
IsRedirect returns true when this get locations o k response has a 3xx status code
func (*GetLocationsOK) IsServerError ¶ added in v0.2.27
func (o *GetLocationsOK) IsServerError() bool
IsServerError returns true when this get locations o k response has a 5xx status code
func (*GetLocationsOK) IsSuccess ¶ added in v0.2.27
func (o *GetLocationsOK) IsSuccess() bool
IsSuccess returns true when this get locations o k response has a 2xx status code
func (*GetLocationsOK) String ¶ added in v0.2.27
func (o *GetLocationsOK) String() string
type GetLocationsParams ¶
type GetLocationsParams struct { /* Clouds. Cloud Provider */ Clouds []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLocationsParams contains all the parameters to send to the API endpoint
for the get locations operation. Typically these are written to a http.Request.
func NewGetLocationsParams ¶
func NewGetLocationsParams() *GetLocationsParams
NewGetLocationsParams creates a new GetLocationsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetLocationsParamsWithContext ¶
func NewGetLocationsParamsWithContext(ctx context.Context) *GetLocationsParams
NewGetLocationsParamsWithContext creates a new GetLocationsParams object with the ability to set a context for a request.
func NewGetLocationsParamsWithHTTPClient ¶
func NewGetLocationsParamsWithHTTPClient(client *http.Client) *GetLocationsParams
NewGetLocationsParamsWithHTTPClient creates a new GetLocationsParams object with the ability to set a custom HTTPClient for a request.
func NewGetLocationsParamsWithTimeout ¶
func NewGetLocationsParamsWithTimeout(timeout time.Duration) *GetLocationsParams
NewGetLocationsParamsWithTimeout creates a new GetLocationsParams object with the ability to set a timeout on a request.
func (*GetLocationsParams) SetClouds ¶
func (o *GetLocationsParams) SetClouds(clouds []string)
SetClouds adds the clouds to the get locations params
func (*GetLocationsParams) SetContext ¶
func (o *GetLocationsParams) SetContext(ctx context.Context)
SetContext adds the context to the get locations params
func (*GetLocationsParams) SetDefaults ¶
func (o *GetLocationsParams) SetDefaults()
SetDefaults hydrates default values in the get locations params (not the query body).
All values with no default are reset to their zero value.
func (*GetLocationsParams) SetHTTPClient ¶
func (o *GetLocationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get locations params
func (*GetLocationsParams) SetTimeout ¶
func (o *GetLocationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get locations params
func (*GetLocationsParams) WithClouds ¶
func (o *GetLocationsParams) WithClouds(clouds []string) *GetLocationsParams
WithClouds adds the clouds to the get locations params
func (*GetLocationsParams) WithContext ¶
func (o *GetLocationsParams) WithContext(ctx context.Context) *GetLocationsParams
WithContext adds the context to the get locations params
func (*GetLocationsParams) WithDefaults ¶
func (o *GetLocationsParams) WithDefaults() *GetLocationsParams
WithDefaults hydrates default values in the get locations params (not the query body).
All values with no default are reset to their zero value.
func (*GetLocationsParams) WithHTTPClient ¶
func (o *GetLocationsParams) WithHTTPClient(client *http.Client) *GetLocationsParams
WithHTTPClient adds the HTTPClient to the get locations params
func (*GetLocationsParams) WithTimeout ¶
func (o *GetLocationsParams) WithTimeout(timeout time.Duration) *GetLocationsParams
WithTimeout adds the timeout to the get locations params
func (*GetLocationsParams) WriteToRequest ¶
func (o *GetLocationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLocationsReader ¶
type GetLocationsReader struct {
// contains filtered or unexported fields
}
GetLocationsReader is a Reader for the GetLocations structure.
func (*GetLocationsReader) ReadResponse ¶
func (o *GetLocationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLocationsTooManyRequests ¶
type GetLocationsTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
GetLocationsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetLocationsTooManyRequests ¶
func NewGetLocationsTooManyRequests() *GetLocationsTooManyRequests
NewGetLocationsTooManyRequests creates a GetLocationsTooManyRequests with default headers values
func (*GetLocationsTooManyRequests) Error ¶
func (o *GetLocationsTooManyRequests) Error() string
func (*GetLocationsTooManyRequests) GetPayload ¶
func (o *GetLocationsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetLocationsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetLocationsTooManyRequests) IsClientError() bool
IsClientError returns true when this get locations too many requests response has a 4xx status code
func (*GetLocationsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetLocationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get locations too many requests response a status code equal to that given
func (*GetLocationsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetLocationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get locations too many requests response has a 3xx status code
func (*GetLocationsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetLocationsTooManyRequests) IsServerError() bool
IsServerError returns true when this get locations too many requests response has a 5xx status code
func (*GetLocationsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetLocationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get locations too many requests response has a 2xx status code
func (*GetLocationsTooManyRequests) String ¶ added in v0.2.27
func (o *GetLocationsTooManyRequests) String() string
type ListAzureAccountsBadRequest ¶ added in v0.2.32
type ListAzureAccountsBadRequest 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.K8sregGetAzureSubscriptionsResp }
ListAzureAccountsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewListAzureAccountsBadRequest ¶ added in v0.2.32
func NewListAzureAccountsBadRequest() *ListAzureAccountsBadRequest
NewListAzureAccountsBadRequest creates a ListAzureAccountsBadRequest with default headers values
func (*ListAzureAccountsBadRequest) Error ¶ added in v0.2.32
func (o *ListAzureAccountsBadRequest) Error() string
func (*ListAzureAccountsBadRequest) GetPayload ¶ added in v0.2.32
func (o *ListAzureAccountsBadRequest) GetPayload() *models.K8sregGetAzureSubscriptionsResp
func (*ListAzureAccountsBadRequest) IsClientError ¶ added in v0.2.32
func (o *ListAzureAccountsBadRequest) IsClientError() bool
IsClientError returns true when this list azure accounts bad request response has a 4xx status code
func (*ListAzureAccountsBadRequest) IsCode ¶ added in v0.2.32
func (o *ListAzureAccountsBadRequest) IsCode(code int) bool
IsCode returns true when this list azure accounts bad request response a status code equal to that given
func (*ListAzureAccountsBadRequest) IsRedirect ¶ added in v0.2.32
func (o *ListAzureAccountsBadRequest) IsRedirect() bool
IsRedirect returns true when this list azure accounts bad request response has a 3xx status code
func (*ListAzureAccountsBadRequest) IsServerError ¶ added in v0.2.32
func (o *ListAzureAccountsBadRequest) IsServerError() bool
IsServerError returns true when this list azure accounts bad request response has a 5xx status code
func (*ListAzureAccountsBadRequest) IsSuccess ¶ added in v0.2.32
func (o *ListAzureAccountsBadRequest) IsSuccess() bool
IsSuccess returns true when this list azure accounts bad request response has a 2xx status code
func (*ListAzureAccountsBadRequest) String ¶ added in v0.2.32
func (o *ListAzureAccountsBadRequest) String() string
type ListAzureAccountsForbidden ¶ added in v0.2.32
type ListAzureAccountsForbidden 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 }
ListAzureAccountsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewListAzureAccountsForbidden ¶ added in v0.2.32
func NewListAzureAccountsForbidden() *ListAzureAccountsForbidden
NewListAzureAccountsForbidden creates a ListAzureAccountsForbidden with default headers values
func (*ListAzureAccountsForbidden) Error ¶ added in v0.2.32
func (o *ListAzureAccountsForbidden) Error() string
func (*ListAzureAccountsForbidden) GetPayload ¶ added in v0.2.32
func (o *ListAzureAccountsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ListAzureAccountsForbidden) IsClientError ¶ added in v0.2.32
func (o *ListAzureAccountsForbidden) IsClientError() bool
IsClientError returns true when this list azure accounts forbidden response has a 4xx status code
func (*ListAzureAccountsForbidden) IsCode ¶ added in v0.2.32
func (o *ListAzureAccountsForbidden) IsCode(code int) bool
IsCode returns true when this list azure accounts forbidden response a status code equal to that given
func (*ListAzureAccountsForbidden) IsRedirect ¶ added in v0.2.32
func (o *ListAzureAccountsForbidden) IsRedirect() bool
IsRedirect returns true when this list azure accounts forbidden response has a 3xx status code
func (*ListAzureAccountsForbidden) IsServerError ¶ added in v0.2.32
func (o *ListAzureAccountsForbidden) IsServerError() bool
IsServerError returns true when this list azure accounts forbidden response has a 5xx status code
func (*ListAzureAccountsForbidden) IsSuccess ¶ added in v0.2.32
func (o *ListAzureAccountsForbidden) IsSuccess() bool
IsSuccess returns true when this list azure accounts forbidden response has a 2xx status code
func (*ListAzureAccountsForbidden) String ¶ added in v0.2.32
func (o *ListAzureAccountsForbidden) String() string
type ListAzureAccountsInternalServerError ¶ added in v0.2.32
type ListAzureAccountsInternalServerError 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.K8sregGetAzureSubscriptionsResp }
ListAzureAccountsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewListAzureAccountsInternalServerError ¶ added in v0.2.32
func NewListAzureAccountsInternalServerError() *ListAzureAccountsInternalServerError
NewListAzureAccountsInternalServerError creates a ListAzureAccountsInternalServerError with default headers values
func (*ListAzureAccountsInternalServerError) Error ¶ added in v0.2.32
func (o *ListAzureAccountsInternalServerError) Error() string
func (*ListAzureAccountsInternalServerError) GetPayload ¶ added in v0.2.32
func (o *ListAzureAccountsInternalServerError) GetPayload() *models.K8sregGetAzureSubscriptionsResp
func (*ListAzureAccountsInternalServerError) IsClientError ¶ added in v0.2.32
func (o *ListAzureAccountsInternalServerError) IsClientError() bool
IsClientError returns true when this list azure accounts internal server error response has a 4xx status code
func (*ListAzureAccountsInternalServerError) IsCode ¶ added in v0.2.32
func (o *ListAzureAccountsInternalServerError) IsCode(code int) bool
IsCode returns true when this list azure accounts internal server error response a status code equal to that given
func (*ListAzureAccountsInternalServerError) IsRedirect ¶ added in v0.2.32
func (o *ListAzureAccountsInternalServerError) IsRedirect() bool
IsRedirect returns true when this list azure accounts internal server error response has a 3xx status code
func (*ListAzureAccountsInternalServerError) IsServerError ¶ added in v0.2.32
func (o *ListAzureAccountsInternalServerError) IsServerError() bool
IsServerError returns true when this list azure accounts internal server error response has a 5xx status code
func (*ListAzureAccountsInternalServerError) IsSuccess ¶ added in v0.2.32
func (o *ListAzureAccountsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list azure accounts internal server error response has a 2xx status code
func (*ListAzureAccountsInternalServerError) String ¶ added in v0.2.32
func (o *ListAzureAccountsInternalServerError) String() string
type ListAzureAccountsMultiStatus ¶ added in v0.2.32
type ListAzureAccountsMultiStatus 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.K8sregGetAzureSubscriptionsResp }
ListAzureAccountsMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewListAzureAccountsMultiStatus ¶ added in v0.2.32
func NewListAzureAccountsMultiStatus() *ListAzureAccountsMultiStatus
NewListAzureAccountsMultiStatus creates a ListAzureAccountsMultiStatus with default headers values
func (*ListAzureAccountsMultiStatus) Error ¶ added in v0.2.32
func (o *ListAzureAccountsMultiStatus) Error() string
func (*ListAzureAccountsMultiStatus) GetPayload ¶ added in v0.2.32
func (o *ListAzureAccountsMultiStatus) GetPayload() *models.K8sregGetAzureSubscriptionsResp
func (*ListAzureAccountsMultiStatus) IsClientError ¶ added in v0.2.32
func (o *ListAzureAccountsMultiStatus) IsClientError() bool
IsClientError returns true when this list azure accounts multi status response has a 4xx status code
func (*ListAzureAccountsMultiStatus) IsCode ¶ added in v0.2.32
func (o *ListAzureAccountsMultiStatus) IsCode(code int) bool
IsCode returns true when this list azure accounts multi status response a status code equal to that given
func (*ListAzureAccountsMultiStatus) IsRedirect ¶ added in v0.2.32
func (o *ListAzureAccountsMultiStatus) IsRedirect() bool
IsRedirect returns true when this list azure accounts multi status response has a 3xx status code
func (*ListAzureAccountsMultiStatus) IsServerError ¶ added in v0.2.32
func (o *ListAzureAccountsMultiStatus) IsServerError() bool
IsServerError returns true when this list azure accounts multi status response has a 5xx status code
func (*ListAzureAccountsMultiStatus) IsSuccess ¶ added in v0.2.32
func (o *ListAzureAccountsMultiStatus) IsSuccess() bool
IsSuccess returns true when this list azure accounts multi status response has a 2xx status code
func (*ListAzureAccountsMultiStatus) String ¶ added in v0.2.32
func (o *ListAzureAccountsMultiStatus) String() string
type ListAzureAccountsOK ¶ added in v0.2.32
type ListAzureAccountsOK 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.K8sregGetAzureSubscriptionsResp }
ListAzureAccountsOK describes a response with status code 200, with default header values.
OK
func NewListAzureAccountsOK ¶ added in v0.2.32
func NewListAzureAccountsOK() *ListAzureAccountsOK
NewListAzureAccountsOK creates a ListAzureAccountsOK with default headers values
func (*ListAzureAccountsOK) Error ¶ added in v0.2.32
func (o *ListAzureAccountsOK) Error() string
func (*ListAzureAccountsOK) GetPayload ¶ added in v0.2.32
func (o *ListAzureAccountsOK) GetPayload() *models.K8sregGetAzureSubscriptionsResp
func (*ListAzureAccountsOK) IsClientError ¶ added in v0.2.32
func (o *ListAzureAccountsOK) IsClientError() bool
IsClientError returns true when this list azure accounts o k response has a 4xx status code
func (*ListAzureAccountsOK) IsCode ¶ added in v0.2.32
func (o *ListAzureAccountsOK) IsCode(code int) bool
IsCode returns true when this list azure accounts o k response a status code equal to that given
func (*ListAzureAccountsOK) IsRedirect ¶ added in v0.2.32
func (o *ListAzureAccountsOK) IsRedirect() bool
IsRedirect returns true when this list azure accounts o k response has a 3xx status code
func (*ListAzureAccountsOK) IsServerError ¶ added in v0.2.32
func (o *ListAzureAccountsOK) IsServerError() bool
IsServerError returns true when this list azure accounts o k response has a 5xx status code
func (*ListAzureAccountsOK) IsSuccess ¶ added in v0.2.32
func (o *ListAzureAccountsOK) IsSuccess() bool
IsSuccess returns true when this list azure accounts o k response has a 2xx status code
func (*ListAzureAccountsOK) String ¶ added in v0.2.32
func (o *ListAzureAccountsOK) String() string
type ListAzureAccountsParams ¶ added in v0.2.32
type ListAzureAccountsParams struct { /* Ids. Azure Tenant IDs */ Ids []string /* IsHorizonAcct. Filter by whether an account originates from Horizon or not */ IsHorizonAcct *string /* Limit. Limit returned accounts */ Limit *int64 /* Offset. Offset returned accounts */ Offset *int64 /* Status. Filter by account status */ Status *string /* SubscriptionID. Azure Subscription IDs */ SubscriptionID []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAzureAccountsParams contains all the parameters to send to the API endpoint
for the list azure accounts operation. Typically these are written to a http.Request.
func NewListAzureAccountsParams ¶ added in v0.2.32
func NewListAzureAccountsParams() *ListAzureAccountsParams
NewListAzureAccountsParams creates a new ListAzureAccountsParams 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 NewListAzureAccountsParamsWithContext ¶ added in v0.2.32
func NewListAzureAccountsParamsWithContext(ctx context.Context) *ListAzureAccountsParams
NewListAzureAccountsParamsWithContext creates a new ListAzureAccountsParams object with the ability to set a context for a request.
func NewListAzureAccountsParamsWithHTTPClient ¶ added in v0.2.32
func NewListAzureAccountsParamsWithHTTPClient(client *http.Client) *ListAzureAccountsParams
NewListAzureAccountsParamsWithHTTPClient creates a new ListAzureAccountsParams object with the ability to set a custom HTTPClient for a request.
func NewListAzureAccountsParamsWithTimeout ¶ added in v0.2.32
func NewListAzureAccountsParamsWithTimeout(timeout time.Duration) *ListAzureAccountsParams
NewListAzureAccountsParamsWithTimeout creates a new ListAzureAccountsParams object with the ability to set a timeout on a request.
func (*ListAzureAccountsParams) SetContext ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the list azure accounts params
func (*ListAzureAccountsParams) SetDefaults ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetDefaults()
SetDefaults hydrates default values in the list azure accounts params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureAccountsParams) SetHTTPClient ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list azure accounts params
func (*ListAzureAccountsParams) SetIds ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetIds(ids []string)
SetIds adds the ids to the list azure accounts params
func (*ListAzureAccountsParams) SetIsHorizonAcct ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetIsHorizonAcct(isHorizonAcct *string)
SetIsHorizonAcct adds the isHorizonAcct to the list azure accounts params
func (*ListAzureAccountsParams) SetLimit ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetLimit(limit *int64)
SetLimit adds the limit to the list azure accounts params
func (*ListAzureAccountsParams) SetOffset ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetOffset(offset *int64)
SetOffset adds the offset to the list azure accounts params
func (*ListAzureAccountsParams) SetStatus ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetStatus(status *string)
SetStatus adds the status to the list azure accounts params
func (*ListAzureAccountsParams) SetSubscriptionID ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetSubscriptionID(subscriptionID []string)
SetSubscriptionID adds the subscriptionId to the list azure accounts params
func (*ListAzureAccountsParams) SetTimeout ¶ added in v0.2.32
func (o *ListAzureAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list azure accounts params
func (*ListAzureAccountsParams) WithContext ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithContext(ctx context.Context) *ListAzureAccountsParams
WithContext adds the context to the list azure accounts params
func (*ListAzureAccountsParams) WithDefaults ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithDefaults() *ListAzureAccountsParams
WithDefaults hydrates default values in the list azure accounts params (not the query body).
All values with no default are reset to their zero value.
func (*ListAzureAccountsParams) WithHTTPClient ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithHTTPClient(client *http.Client) *ListAzureAccountsParams
WithHTTPClient adds the HTTPClient to the list azure accounts params
func (*ListAzureAccountsParams) WithIds ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithIds(ids []string) *ListAzureAccountsParams
WithIds adds the ids to the list azure accounts params
func (*ListAzureAccountsParams) WithIsHorizonAcct ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithIsHorizonAcct(isHorizonAcct *string) *ListAzureAccountsParams
WithIsHorizonAcct adds the isHorizonAcct to the list azure accounts params
func (*ListAzureAccountsParams) WithLimit ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithLimit(limit *int64) *ListAzureAccountsParams
WithLimit adds the limit to the list azure accounts params
func (*ListAzureAccountsParams) WithOffset ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithOffset(offset *int64) *ListAzureAccountsParams
WithOffset adds the offset to the list azure accounts params
func (*ListAzureAccountsParams) WithStatus ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithStatus(status *string) *ListAzureAccountsParams
WithStatus adds the status to the list azure accounts params
func (*ListAzureAccountsParams) WithSubscriptionID ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithSubscriptionID(subscriptionID []string) *ListAzureAccountsParams
WithSubscriptionID adds the subscriptionID to the list azure accounts params
func (*ListAzureAccountsParams) WithTimeout ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WithTimeout(timeout time.Duration) *ListAzureAccountsParams
WithTimeout adds the timeout to the list azure accounts params
func (*ListAzureAccountsParams) WriteToRequest ¶ added in v0.2.32
func (o *ListAzureAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAzureAccountsReader ¶ added in v0.2.32
type ListAzureAccountsReader struct {
// contains filtered or unexported fields
}
ListAzureAccountsReader is a Reader for the ListAzureAccounts structure.
func (*ListAzureAccountsReader) ReadResponse ¶ added in v0.2.32
func (o *ListAzureAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAzureAccountsTooManyRequests ¶ added in v0.2.32
type ListAzureAccountsTooManyRequests 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 }
ListAzureAccountsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewListAzureAccountsTooManyRequests ¶ added in v0.2.32
func NewListAzureAccountsTooManyRequests() *ListAzureAccountsTooManyRequests
NewListAzureAccountsTooManyRequests creates a ListAzureAccountsTooManyRequests with default headers values
func (*ListAzureAccountsTooManyRequests) Error ¶ added in v0.2.32
func (o *ListAzureAccountsTooManyRequests) Error() string
func (*ListAzureAccountsTooManyRequests) GetPayload ¶ added in v0.2.32
func (o *ListAzureAccountsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ListAzureAccountsTooManyRequests) IsClientError ¶ added in v0.2.32
func (o *ListAzureAccountsTooManyRequests) IsClientError() bool
IsClientError returns true when this list azure accounts too many requests response has a 4xx status code
func (*ListAzureAccountsTooManyRequests) IsCode ¶ added in v0.2.32
func (o *ListAzureAccountsTooManyRequests) IsCode(code int) bool
IsCode returns true when this list azure accounts too many requests response a status code equal to that given
func (*ListAzureAccountsTooManyRequests) IsRedirect ¶ added in v0.2.32
func (o *ListAzureAccountsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list azure accounts too many requests response has a 3xx status code
func (*ListAzureAccountsTooManyRequests) IsServerError ¶ added in v0.2.32
func (o *ListAzureAccountsTooManyRequests) IsServerError() bool
IsServerError returns true when this list azure accounts too many requests response has a 5xx status code
func (*ListAzureAccountsTooManyRequests) IsSuccess ¶ added in v0.2.32
func (o *ListAzureAccountsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list azure accounts too many requests response has a 2xx status code
func (*ListAzureAccountsTooManyRequests) String ¶ added in v0.2.32
func (o *ListAzureAccountsTooManyRequests) String() string
type PatchAzureServicePrincipalBadRequest ¶ added in v0.2.32
type PatchAzureServicePrincipalBadRequest 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.K8sregGetAzureTenantConfigResp }
PatchAzureServicePrincipalBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPatchAzureServicePrincipalBadRequest ¶ added in v0.2.32
func NewPatchAzureServicePrincipalBadRequest() *PatchAzureServicePrincipalBadRequest
NewPatchAzureServicePrincipalBadRequest creates a PatchAzureServicePrincipalBadRequest with default headers values
func (*PatchAzureServicePrincipalBadRequest) Error ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalBadRequest) Error() string
func (*PatchAzureServicePrincipalBadRequest) GetPayload ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalBadRequest) GetPayload() *models.K8sregGetAzureTenantConfigResp
func (*PatchAzureServicePrincipalBadRequest) IsClientError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalBadRequest) IsClientError() bool
IsClientError returns true when this patch azure service principal bad request response has a 4xx status code
func (*PatchAzureServicePrincipalBadRequest) IsCode ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalBadRequest) IsCode(code int) bool
IsCode returns true when this patch azure service principal bad request response a status code equal to that given
func (*PatchAzureServicePrincipalBadRequest) IsRedirect ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalBadRequest) IsRedirect() bool
IsRedirect returns true when this patch azure service principal bad request response has a 3xx status code
func (*PatchAzureServicePrincipalBadRequest) IsServerError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalBadRequest) IsServerError() bool
IsServerError returns true when this patch azure service principal bad request response has a 5xx status code
func (*PatchAzureServicePrincipalBadRequest) IsSuccess ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalBadRequest) IsSuccess() bool
IsSuccess returns true when this patch azure service principal bad request response has a 2xx status code
func (*PatchAzureServicePrincipalBadRequest) String ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalBadRequest) String() string
type PatchAzureServicePrincipalCreated ¶ added in v0.2.32
type PatchAzureServicePrincipalCreated 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.K8sregGetAzureTenantConfigResp }
PatchAzureServicePrincipalCreated describes a response with status code 201, with default header values.
Created
func NewPatchAzureServicePrincipalCreated ¶ added in v0.2.32
func NewPatchAzureServicePrincipalCreated() *PatchAzureServicePrincipalCreated
NewPatchAzureServicePrincipalCreated creates a PatchAzureServicePrincipalCreated with default headers values
func (*PatchAzureServicePrincipalCreated) Error ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalCreated) Error() string
func (*PatchAzureServicePrincipalCreated) GetPayload ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalCreated) GetPayload() *models.K8sregGetAzureTenantConfigResp
func (*PatchAzureServicePrincipalCreated) IsClientError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalCreated) IsClientError() bool
IsClientError returns true when this patch azure service principal created response has a 4xx status code
func (*PatchAzureServicePrincipalCreated) IsCode ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalCreated) IsCode(code int) bool
IsCode returns true when this patch azure service principal created response a status code equal to that given
func (*PatchAzureServicePrincipalCreated) IsRedirect ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalCreated) IsRedirect() bool
IsRedirect returns true when this patch azure service principal created response has a 3xx status code
func (*PatchAzureServicePrincipalCreated) IsServerError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalCreated) IsServerError() bool
IsServerError returns true when this patch azure service principal created response has a 5xx status code
func (*PatchAzureServicePrincipalCreated) IsSuccess ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalCreated) IsSuccess() bool
IsSuccess returns true when this patch azure service principal created response has a 2xx status code
func (*PatchAzureServicePrincipalCreated) String ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalCreated) String() string
type PatchAzureServicePrincipalForbidden ¶ added in v0.2.32
type PatchAzureServicePrincipalForbidden 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 }
PatchAzureServicePrincipalForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPatchAzureServicePrincipalForbidden ¶ added in v0.2.32
func NewPatchAzureServicePrincipalForbidden() *PatchAzureServicePrincipalForbidden
NewPatchAzureServicePrincipalForbidden creates a PatchAzureServicePrincipalForbidden with default headers values
func (*PatchAzureServicePrincipalForbidden) Error ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalForbidden) Error() string
func (*PatchAzureServicePrincipalForbidden) GetPayload ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*PatchAzureServicePrincipalForbidden) IsClientError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalForbidden) IsClientError() bool
IsClientError returns true when this patch azure service principal forbidden response has a 4xx status code
func (*PatchAzureServicePrincipalForbidden) IsCode ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalForbidden) IsCode(code int) bool
IsCode returns true when this patch azure service principal forbidden response a status code equal to that given
func (*PatchAzureServicePrincipalForbidden) IsRedirect ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalForbidden) IsRedirect() bool
IsRedirect returns true when this patch azure service principal forbidden response has a 3xx status code
func (*PatchAzureServicePrincipalForbidden) IsServerError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalForbidden) IsServerError() bool
IsServerError returns true when this patch azure service principal forbidden response has a 5xx status code
func (*PatchAzureServicePrincipalForbidden) IsSuccess ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalForbidden) IsSuccess() bool
IsSuccess returns true when this patch azure service principal forbidden response has a 2xx status code
func (*PatchAzureServicePrincipalForbidden) String ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalForbidden) String() string
type PatchAzureServicePrincipalInternalServerError ¶ added in v0.2.32
type PatchAzureServicePrincipalInternalServerError 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.K8sregGetAzureTenantConfigResp }
PatchAzureServicePrincipalInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPatchAzureServicePrincipalInternalServerError ¶ added in v0.2.32
func NewPatchAzureServicePrincipalInternalServerError() *PatchAzureServicePrincipalInternalServerError
NewPatchAzureServicePrincipalInternalServerError creates a PatchAzureServicePrincipalInternalServerError with default headers values
func (*PatchAzureServicePrincipalInternalServerError) Error ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalInternalServerError) Error() string
func (*PatchAzureServicePrincipalInternalServerError) GetPayload ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalInternalServerError) GetPayload() *models.K8sregGetAzureTenantConfigResp
func (*PatchAzureServicePrincipalInternalServerError) IsClientError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalInternalServerError) IsClientError() bool
IsClientError returns true when this patch azure service principal internal server error response has a 4xx status code
func (*PatchAzureServicePrincipalInternalServerError) IsCode ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalInternalServerError) IsCode(code int) bool
IsCode returns true when this patch azure service principal internal server error response a status code equal to that given
func (*PatchAzureServicePrincipalInternalServerError) IsRedirect ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch azure service principal internal server error response has a 3xx status code
func (*PatchAzureServicePrincipalInternalServerError) IsServerError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalInternalServerError) IsServerError() bool
IsServerError returns true when this patch azure service principal internal server error response has a 5xx status code
func (*PatchAzureServicePrincipalInternalServerError) IsSuccess ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch azure service principal internal server error response has a 2xx status code
func (*PatchAzureServicePrincipalInternalServerError) String ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalInternalServerError) String() string
type PatchAzureServicePrincipalMultiStatus ¶ added in v0.2.32
type PatchAzureServicePrincipalMultiStatus 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.K8sregGetAzureTenantConfigResp }
PatchAzureServicePrincipalMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewPatchAzureServicePrincipalMultiStatus ¶ added in v0.2.32
func NewPatchAzureServicePrincipalMultiStatus() *PatchAzureServicePrincipalMultiStatus
NewPatchAzureServicePrincipalMultiStatus creates a PatchAzureServicePrincipalMultiStatus with default headers values
func (*PatchAzureServicePrincipalMultiStatus) Error ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalMultiStatus) Error() string
func (*PatchAzureServicePrincipalMultiStatus) GetPayload ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalMultiStatus) GetPayload() *models.K8sregGetAzureTenantConfigResp
func (*PatchAzureServicePrincipalMultiStatus) IsClientError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalMultiStatus) IsClientError() bool
IsClientError returns true when this patch azure service principal multi status response has a 4xx status code
func (*PatchAzureServicePrincipalMultiStatus) IsCode ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalMultiStatus) IsCode(code int) bool
IsCode returns true when this patch azure service principal multi status response a status code equal to that given
func (*PatchAzureServicePrincipalMultiStatus) IsRedirect ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalMultiStatus) IsRedirect() bool
IsRedirect returns true when this patch azure service principal multi status response has a 3xx status code
func (*PatchAzureServicePrincipalMultiStatus) IsServerError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalMultiStatus) IsServerError() bool
IsServerError returns true when this patch azure service principal multi status response has a 5xx status code
func (*PatchAzureServicePrincipalMultiStatus) IsSuccess ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalMultiStatus) IsSuccess() bool
IsSuccess returns true when this patch azure service principal multi status response has a 2xx status code
func (*PatchAzureServicePrincipalMultiStatus) String ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalMultiStatus) String() string
type PatchAzureServicePrincipalParams ¶ added in v0.2.32
type PatchAzureServicePrincipalParams struct { /* ClientID. Azure Client ID */ ClientID string /* ID. Azure Tenant ID */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchAzureServicePrincipalParams contains all the parameters to send to the API endpoint
for the patch azure service principal operation. Typically these are written to a http.Request.
func NewPatchAzureServicePrincipalParams ¶ added in v0.2.32
func NewPatchAzureServicePrincipalParams() *PatchAzureServicePrincipalParams
NewPatchAzureServicePrincipalParams creates a new PatchAzureServicePrincipalParams 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 NewPatchAzureServicePrincipalParamsWithContext ¶ added in v0.2.32
func NewPatchAzureServicePrincipalParamsWithContext(ctx context.Context) *PatchAzureServicePrincipalParams
NewPatchAzureServicePrincipalParamsWithContext creates a new PatchAzureServicePrincipalParams object with the ability to set a context for a request.
func NewPatchAzureServicePrincipalParamsWithHTTPClient ¶ added in v0.2.32
func NewPatchAzureServicePrincipalParamsWithHTTPClient(client *http.Client) *PatchAzureServicePrincipalParams
NewPatchAzureServicePrincipalParamsWithHTTPClient creates a new PatchAzureServicePrincipalParams object with the ability to set a custom HTTPClient for a request.
func NewPatchAzureServicePrincipalParamsWithTimeout ¶ added in v0.2.32
func NewPatchAzureServicePrincipalParamsWithTimeout(timeout time.Duration) *PatchAzureServicePrincipalParams
NewPatchAzureServicePrincipalParamsWithTimeout creates a new PatchAzureServicePrincipalParams object with the ability to set a timeout on a request.
func (*PatchAzureServicePrincipalParams) SetClientID ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) SetClientID(clientID string)
SetClientID adds the clientId to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) SetContext ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) SetContext(ctx context.Context)
SetContext adds the context to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) SetDefaults ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) SetDefaults()
SetDefaults hydrates default values in the patch azure service principal params (not the query body).
All values with no default are reset to their zero value.
func (*PatchAzureServicePrincipalParams) SetHTTPClient ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) SetID ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) SetID(id string)
SetID adds the id to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) SetTimeout ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) WithClientID ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) WithClientID(clientID string) *PatchAzureServicePrincipalParams
WithClientID adds the clientID to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) WithContext ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) WithContext(ctx context.Context) *PatchAzureServicePrincipalParams
WithContext adds the context to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) WithDefaults ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) WithDefaults() *PatchAzureServicePrincipalParams
WithDefaults hydrates default values in the patch azure service principal params (not the query body).
All values with no default are reset to their zero value.
func (*PatchAzureServicePrincipalParams) WithHTTPClient ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) WithHTTPClient(client *http.Client) *PatchAzureServicePrincipalParams
WithHTTPClient adds the HTTPClient to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) WithID ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) WithID(id string) *PatchAzureServicePrincipalParams
WithID adds the id to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) WithTimeout ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) WithTimeout(timeout time.Duration) *PatchAzureServicePrincipalParams
WithTimeout adds the timeout to the patch azure service principal params
func (*PatchAzureServicePrincipalParams) WriteToRequest ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchAzureServicePrincipalReader ¶ added in v0.2.32
type PatchAzureServicePrincipalReader struct {
// contains filtered or unexported fields
}
PatchAzureServicePrincipalReader is a Reader for the PatchAzureServicePrincipal structure.
func (*PatchAzureServicePrincipalReader) ReadResponse ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAzureServicePrincipalTooManyRequests ¶ added in v0.2.32
type PatchAzureServicePrincipalTooManyRequests 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 }
PatchAzureServicePrincipalTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewPatchAzureServicePrincipalTooManyRequests ¶ added in v0.2.32
func NewPatchAzureServicePrincipalTooManyRequests() *PatchAzureServicePrincipalTooManyRequests
NewPatchAzureServicePrincipalTooManyRequests creates a PatchAzureServicePrincipalTooManyRequests with default headers values
func (*PatchAzureServicePrincipalTooManyRequests) Error ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalTooManyRequests) Error() string
func (*PatchAzureServicePrincipalTooManyRequests) GetPayload ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*PatchAzureServicePrincipalTooManyRequests) IsClientError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalTooManyRequests) IsClientError() bool
IsClientError returns true when this patch azure service principal too many requests response has a 4xx status code
func (*PatchAzureServicePrincipalTooManyRequests) IsCode ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch azure service principal too many requests response a status code equal to that given
func (*PatchAzureServicePrincipalTooManyRequests) IsRedirect ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch azure service principal too many requests response has a 3xx status code
func (*PatchAzureServicePrincipalTooManyRequests) IsServerError ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalTooManyRequests) IsServerError() bool
IsServerError returns true when this patch azure service principal too many requests response has a 5xx status code
func (*PatchAzureServicePrincipalTooManyRequests) IsSuccess ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch azure service principal too many requests response has a 2xx status code
func (*PatchAzureServicePrincipalTooManyRequests) String ¶ added in v0.2.32
func (o *PatchAzureServicePrincipalTooManyRequests) String() string
type RegenerateAPIKeyBadRequest ¶
type RegenerateAPIKeyBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregRegenAPIKeyResp }
RegenerateAPIKeyBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRegenerateAPIKeyBadRequest ¶
func NewRegenerateAPIKeyBadRequest() *RegenerateAPIKeyBadRequest
NewRegenerateAPIKeyBadRequest creates a RegenerateAPIKeyBadRequest with default headers values
func (*RegenerateAPIKeyBadRequest) Error ¶
func (o *RegenerateAPIKeyBadRequest) Error() string
func (*RegenerateAPIKeyBadRequest) GetPayload ¶
func (o *RegenerateAPIKeyBadRequest) GetPayload() *models.K8sregRegenAPIKeyResp
func (*RegenerateAPIKeyBadRequest) IsClientError ¶ added in v0.2.27
func (o *RegenerateAPIKeyBadRequest) IsClientError() bool
IsClientError returns true when this regenerate Api key bad request response has a 4xx status code
func (*RegenerateAPIKeyBadRequest) IsCode ¶ added in v0.2.27
func (o *RegenerateAPIKeyBadRequest) IsCode(code int) bool
IsCode returns true when this regenerate Api key bad request response a status code equal to that given
func (*RegenerateAPIKeyBadRequest) IsRedirect ¶ added in v0.2.27
func (o *RegenerateAPIKeyBadRequest) IsRedirect() bool
IsRedirect returns true when this regenerate Api key bad request response has a 3xx status code
func (*RegenerateAPIKeyBadRequest) IsServerError ¶ added in v0.2.27
func (o *RegenerateAPIKeyBadRequest) IsServerError() bool
IsServerError returns true when this regenerate Api key bad request response has a 5xx status code
func (*RegenerateAPIKeyBadRequest) IsSuccess ¶ added in v0.2.27
func (o *RegenerateAPIKeyBadRequest) IsSuccess() bool
IsSuccess returns true when this regenerate Api key bad request response has a 2xx status code
func (*RegenerateAPIKeyBadRequest) String ¶ added in v0.2.27
func (o *RegenerateAPIKeyBadRequest) String() string
type RegenerateAPIKeyDefault ¶
type RegenerateAPIKeyDefault struct { Payload *models.K8sregRegenAPIKeyResp // contains filtered or unexported fields }
RegenerateAPIKeyDefault describes a response with status code -1, with default header values.
OK
func NewRegenerateAPIKeyDefault ¶
func NewRegenerateAPIKeyDefault(code int) *RegenerateAPIKeyDefault
NewRegenerateAPIKeyDefault creates a RegenerateAPIKeyDefault with default headers values
func (*RegenerateAPIKeyDefault) Code ¶
func (o *RegenerateAPIKeyDefault) Code() int
Code gets the status code for the regenerate API key default response
func (*RegenerateAPIKeyDefault) Error ¶
func (o *RegenerateAPIKeyDefault) Error() string
func (*RegenerateAPIKeyDefault) GetPayload ¶
func (o *RegenerateAPIKeyDefault) GetPayload() *models.K8sregRegenAPIKeyResp
func (*RegenerateAPIKeyDefault) IsClientError ¶ added in v0.2.27
func (o *RegenerateAPIKeyDefault) IsClientError() bool
IsClientError returns true when this regenerate API key default response has a 4xx status code
func (*RegenerateAPIKeyDefault) IsCode ¶ added in v0.2.27
func (o *RegenerateAPIKeyDefault) IsCode(code int) bool
IsCode returns true when this regenerate API key default response a status code equal to that given
func (*RegenerateAPIKeyDefault) IsRedirect ¶ added in v0.2.27
func (o *RegenerateAPIKeyDefault) IsRedirect() bool
IsRedirect returns true when this regenerate API key default response has a 3xx status code
func (*RegenerateAPIKeyDefault) IsServerError ¶ added in v0.2.27
func (o *RegenerateAPIKeyDefault) IsServerError() bool
IsServerError returns true when this regenerate API key default response has a 5xx status code
func (*RegenerateAPIKeyDefault) IsSuccess ¶ added in v0.2.27
func (o *RegenerateAPIKeyDefault) IsSuccess() bool
IsSuccess returns true when this regenerate API key default response has a 2xx status code
func (*RegenerateAPIKeyDefault) String ¶ added in v0.2.27
func (o *RegenerateAPIKeyDefault) String() string
type RegenerateAPIKeyForbidden ¶
type RegenerateAPIKeyForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
RegenerateAPIKeyForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRegenerateAPIKeyForbidden ¶
func NewRegenerateAPIKeyForbidden() *RegenerateAPIKeyForbidden
NewRegenerateAPIKeyForbidden creates a RegenerateAPIKeyForbidden with default headers values
func (*RegenerateAPIKeyForbidden) Error ¶
func (o *RegenerateAPIKeyForbidden) Error() string
func (*RegenerateAPIKeyForbidden) GetPayload ¶
func (o *RegenerateAPIKeyForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RegenerateAPIKeyForbidden) IsClientError ¶ added in v0.2.27
func (o *RegenerateAPIKeyForbidden) IsClientError() bool
IsClientError returns true when this regenerate Api key forbidden response has a 4xx status code
func (*RegenerateAPIKeyForbidden) IsCode ¶ added in v0.2.27
func (o *RegenerateAPIKeyForbidden) IsCode(code int) bool
IsCode returns true when this regenerate Api key forbidden response a status code equal to that given
func (*RegenerateAPIKeyForbidden) IsRedirect ¶ added in v0.2.27
func (o *RegenerateAPIKeyForbidden) IsRedirect() bool
IsRedirect returns true when this regenerate Api key forbidden response has a 3xx status code
func (*RegenerateAPIKeyForbidden) IsServerError ¶ added in v0.2.27
func (o *RegenerateAPIKeyForbidden) IsServerError() bool
IsServerError returns true when this regenerate Api key forbidden response has a 5xx status code
func (*RegenerateAPIKeyForbidden) IsSuccess ¶ added in v0.2.27
func (o *RegenerateAPIKeyForbidden) IsSuccess() bool
IsSuccess returns true when this regenerate Api key forbidden response has a 2xx status code
func (*RegenerateAPIKeyForbidden) String ¶ added in v0.2.27
func (o *RegenerateAPIKeyForbidden) String() string
type RegenerateAPIKeyInternalServerError ¶
type RegenerateAPIKeyInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregRegenAPIKeyResp }
RegenerateAPIKeyInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewRegenerateAPIKeyInternalServerError ¶
func NewRegenerateAPIKeyInternalServerError() *RegenerateAPIKeyInternalServerError
NewRegenerateAPIKeyInternalServerError creates a RegenerateAPIKeyInternalServerError with default headers values
func (*RegenerateAPIKeyInternalServerError) Error ¶
func (o *RegenerateAPIKeyInternalServerError) Error() string
func (*RegenerateAPIKeyInternalServerError) GetPayload ¶
func (o *RegenerateAPIKeyInternalServerError) GetPayload() *models.K8sregRegenAPIKeyResp
func (*RegenerateAPIKeyInternalServerError) IsClientError ¶ added in v0.2.27
func (o *RegenerateAPIKeyInternalServerError) IsClientError() bool
IsClientError returns true when this regenerate Api key internal server error response has a 4xx status code
func (*RegenerateAPIKeyInternalServerError) IsCode ¶ added in v0.2.27
func (o *RegenerateAPIKeyInternalServerError) IsCode(code int) bool
IsCode returns true when this regenerate Api key internal server error response a status code equal to that given
func (*RegenerateAPIKeyInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *RegenerateAPIKeyInternalServerError) IsRedirect() bool
IsRedirect returns true when this regenerate Api key internal server error response has a 3xx status code
func (*RegenerateAPIKeyInternalServerError) IsServerError ¶ added in v0.2.27
func (o *RegenerateAPIKeyInternalServerError) IsServerError() bool
IsServerError returns true when this regenerate Api key internal server error response has a 5xx status code
func (*RegenerateAPIKeyInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *RegenerateAPIKeyInternalServerError) IsSuccess() bool
IsSuccess returns true when this regenerate Api key internal server error response has a 2xx status code
func (*RegenerateAPIKeyInternalServerError) String ¶ added in v0.2.27
func (o *RegenerateAPIKeyInternalServerError) String() string
type RegenerateAPIKeyMultiStatus ¶
type RegenerateAPIKeyMultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregRegenAPIKeyResp }
RegenerateAPIKeyMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewRegenerateAPIKeyMultiStatus ¶
func NewRegenerateAPIKeyMultiStatus() *RegenerateAPIKeyMultiStatus
NewRegenerateAPIKeyMultiStatus creates a RegenerateAPIKeyMultiStatus with default headers values
func (*RegenerateAPIKeyMultiStatus) Error ¶
func (o *RegenerateAPIKeyMultiStatus) Error() string
func (*RegenerateAPIKeyMultiStatus) GetPayload ¶
func (o *RegenerateAPIKeyMultiStatus) GetPayload() *models.K8sregRegenAPIKeyResp
func (*RegenerateAPIKeyMultiStatus) IsClientError ¶ added in v0.2.27
func (o *RegenerateAPIKeyMultiStatus) IsClientError() bool
IsClientError returns true when this regenerate Api key multi status response has a 4xx status code
func (*RegenerateAPIKeyMultiStatus) IsCode ¶ added in v0.2.27
func (o *RegenerateAPIKeyMultiStatus) IsCode(code int) bool
IsCode returns true when this regenerate Api key multi status response a status code equal to that given
func (*RegenerateAPIKeyMultiStatus) IsRedirect ¶ added in v0.2.27
func (o *RegenerateAPIKeyMultiStatus) IsRedirect() bool
IsRedirect returns true when this regenerate Api key multi status response has a 3xx status code
func (*RegenerateAPIKeyMultiStatus) IsServerError ¶ added in v0.2.27
func (o *RegenerateAPIKeyMultiStatus) IsServerError() bool
IsServerError returns true when this regenerate Api key multi status response has a 5xx status code
func (*RegenerateAPIKeyMultiStatus) IsSuccess ¶ added in v0.2.27
func (o *RegenerateAPIKeyMultiStatus) IsSuccess() bool
IsSuccess returns true when this regenerate Api key multi status response has a 2xx status code
func (*RegenerateAPIKeyMultiStatus) String ¶ added in v0.2.27
func (o *RegenerateAPIKeyMultiStatus) String() string
type RegenerateAPIKeyOK ¶
type RegenerateAPIKeyOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.K8sregRegenAPIKeyResp }
RegenerateAPIKeyOK describes a response with status code 200, with default header values.
OK
func NewRegenerateAPIKeyOK ¶
func NewRegenerateAPIKeyOK() *RegenerateAPIKeyOK
NewRegenerateAPIKeyOK creates a RegenerateAPIKeyOK with default headers values
func (*RegenerateAPIKeyOK) Error ¶
func (o *RegenerateAPIKeyOK) Error() string
func (*RegenerateAPIKeyOK) GetPayload ¶
func (o *RegenerateAPIKeyOK) GetPayload() *models.K8sregRegenAPIKeyResp
func (*RegenerateAPIKeyOK) IsClientError ¶ added in v0.2.27
func (o *RegenerateAPIKeyOK) IsClientError() bool
IsClientError returns true when this regenerate Api key o k response has a 4xx status code
func (*RegenerateAPIKeyOK) IsCode ¶ added in v0.2.27
func (o *RegenerateAPIKeyOK) IsCode(code int) bool
IsCode returns true when this regenerate Api key o k response a status code equal to that given
func (*RegenerateAPIKeyOK) IsRedirect ¶ added in v0.2.27
func (o *RegenerateAPIKeyOK) IsRedirect() bool
IsRedirect returns true when this regenerate Api key o k response has a 3xx status code
func (*RegenerateAPIKeyOK) IsServerError ¶ added in v0.2.27
func (o *RegenerateAPIKeyOK) IsServerError() bool
IsServerError returns true when this regenerate Api key o k response has a 5xx status code
func (*RegenerateAPIKeyOK) IsSuccess ¶ added in v0.2.27
func (o *RegenerateAPIKeyOK) IsSuccess() bool
IsSuccess returns true when this regenerate Api key o k response has a 2xx status code
func (*RegenerateAPIKeyOK) String ¶ added in v0.2.27
func (o *RegenerateAPIKeyOK) String() string
type RegenerateAPIKeyParams ¶
type RegenerateAPIKeyParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RegenerateAPIKeyParams contains all the parameters to send to the API endpoint
for the regenerate API key operation. Typically these are written to a http.Request.
func NewRegenerateAPIKeyParams ¶
func NewRegenerateAPIKeyParams() *RegenerateAPIKeyParams
NewRegenerateAPIKeyParams creates a new RegenerateAPIKeyParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRegenerateAPIKeyParamsWithContext ¶
func NewRegenerateAPIKeyParamsWithContext(ctx context.Context) *RegenerateAPIKeyParams
NewRegenerateAPIKeyParamsWithContext creates a new RegenerateAPIKeyParams object with the ability to set a context for a request.
func NewRegenerateAPIKeyParamsWithHTTPClient ¶
func NewRegenerateAPIKeyParamsWithHTTPClient(client *http.Client) *RegenerateAPIKeyParams
NewRegenerateAPIKeyParamsWithHTTPClient creates a new RegenerateAPIKeyParams object with the ability to set a custom HTTPClient for a request.
func NewRegenerateAPIKeyParamsWithTimeout ¶
func NewRegenerateAPIKeyParamsWithTimeout(timeout time.Duration) *RegenerateAPIKeyParams
NewRegenerateAPIKeyParamsWithTimeout creates a new RegenerateAPIKeyParams object with the ability to set a timeout on a request.
func (*RegenerateAPIKeyParams) SetContext ¶
func (o *RegenerateAPIKeyParams) SetContext(ctx context.Context)
SetContext adds the context to the regenerate API key params
func (*RegenerateAPIKeyParams) SetDefaults ¶
func (o *RegenerateAPIKeyParams) SetDefaults()
SetDefaults hydrates default values in the regenerate API key params (not the query body).
All values with no default are reset to their zero value.
func (*RegenerateAPIKeyParams) SetHTTPClient ¶
func (o *RegenerateAPIKeyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the regenerate API key params
func (*RegenerateAPIKeyParams) SetTimeout ¶
func (o *RegenerateAPIKeyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the regenerate API key params
func (*RegenerateAPIKeyParams) WithContext ¶
func (o *RegenerateAPIKeyParams) WithContext(ctx context.Context) *RegenerateAPIKeyParams
WithContext adds the context to the regenerate API key params
func (*RegenerateAPIKeyParams) WithDefaults ¶
func (o *RegenerateAPIKeyParams) WithDefaults() *RegenerateAPIKeyParams
WithDefaults hydrates default values in the regenerate API key params (not the query body).
All values with no default are reset to their zero value.
func (*RegenerateAPIKeyParams) WithHTTPClient ¶
func (o *RegenerateAPIKeyParams) WithHTTPClient(client *http.Client) *RegenerateAPIKeyParams
WithHTTPClient adds the HTTPClient to the regenerate API key params
func (*RegenerateAPIKeyParams) WithTimeout ¶
func (o *RegenerateAPIKeyParams) WithTimeout(timeout time.Duration) *RegenerateAPIKeyParams
WithTimeout adds the timeout to the regenerate API key params
func (*RegenerateAPIKeyParams) WriteToRequest ¶
func (o *RegenerateAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RegenerateAPIKeyReader ¶
type RegenerateAPIKeyReader struct {
// contains filtered or unexported fields
}
RegenerateAPIKeyReader is a Reader for the RegenerateAPIKey structure.
func (*RegenerateAPIKeyReader) ReadResponse ¶
func (o *RegenerateAPIKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RegenerateAPIKeyTooManyRequests ¶
type RegenerateAPIKeyTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
RegenerateAPIKeyTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRegenerateAPIKeyTooManyRequests ¶
func NewRegenerateAPIKeyTooManyRequests() *RegenerateAPIKeyTooManyRequests
NewRegenerateAPIKeyTooManyRequests creates a RegenerateAPIKeyTooManyRequests with default headers values
func (*RegenerateAPIKeyTooManyRequests) Error ¶
func (o *RegenerateAPIKeyTooManyRequests) Error() string
func (*RegenerateAPIKeyTooManyRequests) GetPayload ¶
func (o *RegenerateAPIKeyTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RegenerateAPIKeyTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *RegenerateAPIKeyTooManyRequests) IsClientError() bool
IsClientError returns true when this regenerate Api key too many requests response has a 4xx status code
func (*RegenerateAPIKeyTooManyRequests) IsCode ¶ added in v0.2.27
func (o *RegenerateAPIKeyTooManyRequests) IsCode(code int) bool
IsCode returns true when this regenerate Api key too many requests response a status code equal to that given
func (*RegenerateAPIKeyTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *RegenerateAPIKeyTooManyRequests) IsRedirect() bool
IsRedirect returns true when this regenerate Api key too many requests response has a 3xx status code
func (*RegenerateAPIKeyTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *RegenerateAPIKeyTooManyRequests) IsServerError() bool
IsServerError returns true when this regenerate Api key too many requests response has a 5xx status code
func (*RegenerateAPIKeyTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *RegenerateAPIKeyTooManyRequests) IsSuccess() bool
IsSuccess returns true when this regenerate Api key too many requests response has a 2xx status code
func (*RegenerateAPIKeyTooManyRequests) String ¶ added in v0.2.27
func (o *RegenerateAPIKeyTooManyRequests) String() string
type TriggerScanBadRequest ¶
type TriggerScanBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
TriggerScanBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewTriggerScanBadRequest ¶
func NewTriggerScanBadRequest() *TriggerScanBadRequest
NewTriggerScanBadRequest creates a TriggerScanBadRequest with default headers values
func (*TriggerScanBadRequest) Error ¶
func (o *TriggerScanBadRequest) Error() string
func (*TriggerScanBadRequest) GetPayload ¶
func (o *TriggerScanBadRequest) GetPayload() *models.MsaBaseEntitiesResponse
func (*TriggerScanBadRequest) IsClientError ¶ added in v0.2.27
func (o *TriggerScanBadRequest) IsClientError() bool
IsClientError returns true when this trigger scan bad request response has a 4xx status code
func (*TriggerScanBadRequest) IsCode ¶ added in v0.2.27
func (o *TriggerScanBadRequest) IsCode(code int) bool
IsCode returns true when this trigger scan bad request response a status code equal to that given
func (*TriggerScanBadRequest) IsRedirect ¶ added in v0.2.27
func (o *TriggerScanBadRequest) IsRedirect() bool
IsRedirect returns true when this trigger scan bad request response has a 3xx status code
func (*TriggerScanBadRequest) IsServerError ¶ added in v0.2.27
func (o *TriggerScanBadRequest) IsServerError() bool
IsServerError returns true when this trigger scan bad request response has a 5xx status code
func (*TriggerScanBadRequest) IsSuccess ¶ added in v0.2.27
func (o *TriggerScanBadRequest) IsSuccess() bool
IsSuccess returns true when this trigger scan bad request response has a 2xx status code
func (*TriggerScanBadRequest) String ¶ added in v0.2.27
func (o *TriggerScanBadRequest) String() string
type TriggerScanCreated ¶
type TriggerScanCreated struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
TriggerScanCreated describes a response with status code 201, with default header values.
Created
func NewTriggerScanCreated ¶
func NewTriggerScanCreated() *TriggerScanCreated
NewTriggerScanCreated creates a TriggerScanCreated with default headers values
func (*TriggerScanCreated) Error ¶
func (o *TriggerScanCreated) Error() string
func (*TriggerScanCreated) GetPayload ¶
func (o *TriggerScanCreated) GetPayload() *models.MsaBaseEntitiesResponse
func (*TriggerScanCreated) IsClientError ¶ added in v0.2.27
func (o *TriggerScanCreated) IsClientError() bool
IsClientError returns true when this trigger scan created response has a 4xx status code
func (*TriggerScanCreated) IsCode ¶ added in v0.2.27
func (o *TriggerScanCreated) IsCode(code int) bool
IsCode returns true when this trigger scan created response a status code equal to that given
func (*TriggerScanCreated) IsRedirect ¶ added in v0.2.27
func (o *TriggerScanCreated) IsRedirect() bool
IsRedirect returns true when this trigger scan created response has a 3xx status code
func (*TriggerScanCreated) IsServerError ¶ added in v0.2.27
func (o *TriggerScanCreated) IsServerError() bool
IsServerError returns true when this trigger scan created response has a 5xx status code
func (*TriggerScanCreated) IsSuccess ¶ added in v0.2.27
func (o *TriggerScanCreated) IsSuccess() bool
IsSuccess returns true when this trigger scan created response has a 2xx status code
func (*TriggerScanCreated) String ¶ added in v0.2.27
func (o *TriggerScanCreated) String() string
type TriggerScanForbidden ¶
type TriggerScanForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
TriggerScanForbidden describes a response with status code 403, with default header values.
Forbidden
func NewTriggerScanForbidden ¶
func NewTriggerScanForbidden() *TriggerScanForbidden
NewTriggerScanForbidden creates a TriggerScanForbidden with default headers values
func (*TriggerScanForbidden) Error ¶
func (o *TriggerScanForbidden) Error() string
func (*TriggerScanForbidden) GetPayload ¶
func (o *TriggerScanForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*TriggerScanForbidden) IsClientError ¶ added in v0.2.27
func (o *TriggerScanForbidden) IsClientError() bool
IsClientError returns true when this trigger scan forbidden response has a 4xx status code
func (*TriggerScanForbidden) IsCode ¶ added in v0.2.27
func (o *TriggerScanForbidden) IsCode(code int) bool
IsCode returns true when this trigger scan forbidden response a status code equal to that given
func (*TriggerScanForbidden) IsRedirect ¶ added in v0.2.27
func (o *TriggerScanForbidden) IsRedirect() bool
IsRedirect returns true when this trigger scan forbidden response has a 3xx status code
func (*TriggerScanForbidden) IsServerError ¶ added in v0.2.27
func (o *TriggerScanForbidden) IsServerError() bool
IsServerError returns true when this trigger scan forbidden response has a 5xx status code
func (*TriggerScanForbidden) IsSuccess ¶ added in v0.2.27
func (o *TriggerScanForbidden) IsSuccess() bool
IsSuccess returns true when this trigger scan forbidden response has a 2xx status code
func (*TriggerScanForbidden) String ¶ added in v0.2.27
func (o *TriggerScanForbidden) String() string
type TriggerScanInternalServerError ¶
type TriggerScanInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
TriggerScanInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewTriggerScanInternalServerError ¶
func NewTriggerScanInternalServerError() *TriggerScanInternalServerError
NewTriggerScanInternalServerError creates a TriggerScanInternalServerError with default headers values
func (*TriggerScanInternalServerError) Error ¶
func (o *TriggerScanInternalServerError) Error() string
func (*TriggerScanInternalServerError) GetPayload ¶
func (o *TriggerScanInternalServerError) GetPayload() *models.MsaBaseEntitiesResponse
func (*TriggerScanInternalServerError) IsClientError ¶ added in v0.2.27
func (o *TriggerScanInternalServerError) IsClientError() bool
IsClientError returns true when this trigger scan internal server error response has a 4xx status code
func (*TriggerScanInternalServerError) IsCode ¶ added in v0.2.27
func (o *TriggerScanInternalServerError) IsCode(code int) bool
IsCode returns true when this trigger scan internal server error response a status code equal to that given
func (*TriggerScanInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *TriggerScanInternalServerError) IsRedirect() bool
IsRedirect returns true when this trigger scan internal server error response has a 3xx status code
func (*TriggerScanInternalServerError) IsServerError ¶ added in v0.2.27
func (o *TriggerScanInternalServerError) IsServerError() bool
IsServerError returns true when this trigger scan internal server error response has a 5xx status code
func (*TriggerScanInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *TriggerScanInternalServerError) IsSuccess() bool
IsSuccess returns true when this trigger scan internal server error response has a 2xx status code
func (*TriggerScanInternalServerError) String ¶ added in v0.2.27
func (o *TriggerScanInternalServerError) String() string
type TriggerScanMultiStatus ¶
type TriggerScanMultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
TriggerScanMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewTriggerScanMultiStatus ¶
func NewTriggerScanMultiStatus() *TriggerScanMultiStatus
NewTriggerScanMultiStatus creates a TriggerScanMultiStatus with default headers values
func (*TriggerScanMultiStatus) Error ¶
func (o *TriggerScanMultiStatus) Error() string
func (*TriggerScanMultiStatus) GetPayload ¶
func (o *TriggerScanMultiStatus) GetPayload() *models.MsaBaseEntitiesResponse
func (*TriggerScanMultiStatus) IsClientError ¶ added in v0.2.27
func (o *TriggerScanMultiStatus) IsClientError() bool
IsClientError returns true when this trigger scan multi status response has a 4xx status code
func (*TriggerScanMultiStatus) IsCode ¶ added in v0.2.27
func (o *TriggerScanMultiStatus) IsCode(code int) bool
IsCode returns true when this trigger scan multi status response a status code equal to that given
func (*TriggerScanMultiStatus) IsRedirect ¶ added in v0.2.27
func (o *TriggerScanMultiStatus) IsRedirect() bool
IsRedirect returns true when this trigger scan multi status response has a 3xx status code
func (*TriggerScanMultiStatus) IsServerError ¶ added in v0.2.27
func (o *TriggerScanMultiStatus) IsServerError() bool
IsServerError returns true when this trigger scan multi status response has a 5xx status code
func (*TriggerScanMultiStatus) IsSuccess ¶ added in v0.2.27
func (o *TriggerScanMultiStatus) IsSuccess() bool
IsSuccess returns true when this trigger scan multi status response has a 2xx status code
func (*TriggerScanMultiStatus) String ¶ added in v0.2.27
func (o *TriggerScanMultiStatus) String() string
type TriggerScanParams ¶
type TriggerScanParams struct { /* ScanType. Scan Type to do Default: "dry-run" */ ScanType string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TriggerScanParams contains all the parameters to send to the API endpoint
for the trigger scan operation. Typically these are written to a http.Request.
func NewTriggerScanParams ¶
func NewTriggerScanParams() *TriggerScanParams
NewTriggerScanParams creates a new TriggerScanParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewTriggerScanParamsWithContext ¶
func NewTriggerScanParamsWithContext(ctx context.Context) *TriggerScanParams
NewTriggerScanParamsWithContext creates a new TriggerScanParams object with the ability to set a context for a request.
func NewTriggerScanParamsWithHTTPClient ¶
func NewTriggerScanParamsWithHTTPClient(client *http.Client) *TriggerScanParams
NewTriggerScanParamsWithHTTPClient creates a new TriggerScanParams object with the ability to set a custom HTTPClient for a request.
func NewTriggerScanParamsWithTimeout ¶
func NewTriggerScanParamsWithTimeout(timeout time.Duration) *TriggerScanParams
NewTriggerScanParamsWithTimeout creates a new TriggerScanParams object with the ability to set a timeout on a request.
func (*TriggerScanParams) SetContext ¶
func (o *TriggerScanParams) SetContext(ctx context.Context)
SetContext adds the context to the trigger scan params
func (*TriggerScanParams) SetDefaults ¶
func (o *TriggerScanParams) SetDefaults()
SetDefaults hydrates default values in the trigger scan params (not the query body).
All values with no default are reset to their zero value.
func (*TriggerScanParams) SetHTTPClient ¶
func (o *TriggerScanParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the trigger scan params
func (*TriggerScanParams) SetScanType ¶
func (o *TriggerScanParams) SetScanType(scanType string)
SetScanType adds the scanType to the trigger scan params
func (*TriggerScanParams) SetTimeout ¶
func (o *TriggerScanParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the trigger scan params
func (*TriggerScanParams) WithContext ¶
func (o *TriggerScanParams) WithContext(ctx context.Context) *TriggerScanParams
WithContext adds the context to the trigger scan params
func (*TriggerScanParams) WithDefaults ¶
func (o *TriggerScanParams) WithDefaults() *TriggerScanParams
WithDefaults hydrates default values in the trigger scan params (not the query body).
All values with no default are reset to their zero value.
func (*TriggerScanParams) WithHTTPClient ¶
func (o *TriggerScanParams) WithHTTPClient(client *http.Client) *TriggerScanParams
WithHTTPClient adds the HTTPClient to the trigger scan params
func (*TriggerScanParams) WithScanType ¶
func (o *TriggerScanParams) WithScanType(scanType string) *TriggerScanParams
WithScanType adds the scanType to the trigger scan params
func (*TriggerScanParams) WithTimeout ¶
func (o *TriggerScanParams) WithTimeout(timeout time.Duration) *TriggerScanParams
WithTimeout adds the timeout to the trigger scan params
func (*TriggerScanParams) WriteToRequest ¶
func (o *TriggerScanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TriggerScanReader ¶
type TriggerScanReader struct {
// contains filtered or unexported fields
}
TriggerScanReader is a Reader for the TriggerScan structure.
func (*TriggerScanReader) ReadResponse ¶
func (o *TriggerScanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TriggerScanTooManyRequests ¶
type TriggerScanTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
TriggerScanTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewTriggerScanTooManyRequests ¶
func NewTriggerScanTooManyRequests() *TriggerScanTooManyRequests
NewTriggerScanTooManyRequests creates a TriggerScanTooManyRequests with default headers values
func (*TriggerScanTooManyRequests) Error ¶
func (o *TriggerScanTooManyRequests) Error() string
func (*TriggerScanTooManyRequests) GetPayload ¶
func (o *TriggerScanTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*TriggerScanTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *TriggerScanTooManyRequests) IsClientError() bool
IsClientError returns true when this trigger scan too many requests response has a 4xx status code
func (*TriggerScanTooManyRequests) IsCode ¶ added in v0.2.27
func (o *TriggerScanTooManyRequests) IsCode(code int) bool
IsCode returns true when this trigger scan too many requests response a status code equal to that given
func (*TriggerScanTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *TriggerScanTooManyRequests) IsRedirect() bool
IsRedirect returns true when this trigger scan too many requests response has a 3xx status code
func (*TriggerScanTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *TriggerScanTooManyRequests) IsServerError() bool
IsServerError returns true when this trigger scan too many requests response has a 5xx status code
func (*TriggerScanTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *TriggerScanTooManyRequests) IsSuccess() bool
IsSuccess returns true when this trigger scan too many requests response has a 2xx status code
func (*TriggerScanTooManyRequests) String ¶ added in v0.2.27
func (o *TriggerScanTooManyRequests) String() string
type UpdateAWSAccountBadRequest ¶
type UpdateAWSAccountBadRequest struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
UpdateAWSAccountBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateAWSAccountBadRequest ¶
func NewUpdateAWSAccountBadRequest() *UpdateAWSAccountBadRequest
NewUpdateAWSAccountBadRequest creates a UpdateAWSAccountBadRequest with default headers values
func (*UpdateAWSAccountBadRequest) Error ¶
func (o *UpdateAWSAccountBadRequest) Error() string
func (*UpdateAWSAccountBadRequest) GetPayload ¶
func (o *UpdateAWSAccountBadRequest) GetPayload() *models.MsaBaseEntitiesResponse
func (*UpdateAWSAccountBadRequest) IsClientError ¶ added in v0.2.27
func (o *UpdateAWSAccountBadRequest) IsClientError() bool
IsClientError returns true when this update a w s account bad request response has a 4xx status code
func (*UpdateAWSAccountBadRequest) IsCode ¶ added in v0.2.27
func (o *UpdateAWSAccountBadRequest) IsCode(code int) bool
IsCode returns true when this update a w s account bad request response a status code equal to that given
func (*UpdateAWSAccountBadRequest) IsRedirect ¶ added in v0.2.27
func (o *UpdateAWSAccountBadRequest) IsRedirect() bool
IsRedirect returns true when this update a w s account bad request response has a 3xx status code
func (*UpdateAWSAccountBadRequest) IsServerError ¶ added in v0.2.27
func (o *UpdateAWSAccountBadRequest) IsServerError() bool
IsServerError returns true when this update a w s account bad request response has a 5xx status code
func (*UpdateAWSAccountBadRequest) IsSuccess ¶ added in v0.2.27
func (o *UpdateAWSAccountBadRequest) IsSuccess() bool
IsSuccess returns true when this update a w s account bad request response has a 2xx status code
func (*UpdateAWSAccountBadRequest) String ¶ added in v0.2.27
func (o *UpdateAWSAccountBadRequest) String() string
type UpdateAWSAccountDefault ¶
type UpdateAWSAccountDefault struct { Payload *models.MsaBaseEntitiesResponse // contains filtered or unexported fields }
UpdateAWSAccountDefault describes a response with status code -1, with default header values.
OK
func NewUpdateAWSAccountDefault ¶
func NewUpdateAWSAccountDefault(code int) *UpdateAWSAccountDefault
NewUpdateAWSAccountDefault creates a UpdateAWSAccountDefault with default headers values
func (*UpdateAWSAccountDefault) Code ¶
func (o *UpdateAWSAccountDefault) Code() int
Code gets the status code for the update a w s account default response
func (*UpdateAWSAccountDefault) Error ¶
func (o *UpdateAWSAccountDefault) Error() string
func (*UpdateAWSAccountDefault) GetPayload ¶
func (o *UpdateAWSAccountDefault) GetPayload() *models.MsaBaseEntitiesResponse
func (*UpdateAWSAccountDefault) IsClientError ¶ added in v0.2.27
func (o *UpdateAWSAccountDefault) IsClientError() bool
IsClientError returns true when this update a w s account default response has a 4xx status code
func (*UpdateAWSAccountDefault) IsCode ¶ added in v0.2.27
func (o *UpdateAWSAccountDefault) IsCode(code int) bool
IsCode returns true when this update a w s account default response a status code equal to that given
func (*UpdateAWSAccountDefault) IsRedirect ¶ added in v0.2.27
func (o *UpdateAWSAccountDefault) IsRedirect() bool
IsRedirect returns true when this update a w s account default response has a 3xx status code
func (*UpdateAWSAccountDefault) IsServerError ¶ added in v0.2.27
func (o *UpdateAWSAccountDefault) IsServerError() bool
IsServerError returns true when this update a w s account default response has a 5xx status code
func (*UpdateAWSAccountDefault) IsSuccess ¶ added in v0.2.27
func (o *UpdateAWSAccountDefault) IsSuccess() bool
IsSuccess returns true when this update a w s account default response has a 2xx status code
func (*UpdateAWSAccountDefault) String ¶ added in v0.2.27
func (o *UpdateAWSAccountDefault) String() string
type UpdateAWSAccountForbidden ¶
type UpdateAWSAccountForbidden struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaReplyMetaOnly }
UpdateAWSAccountForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateAWSAccountForbidden ¶
func NewUpdateAWSAccountForbidden() *UpdateAWSAccountForbidden
NewUpdateAWSAccountForbidden creates a UpdateAWSAccountForbidden with default headers values
func (*UpdateAWSAccountForbidden) Error ¶
func (o *UpdateAWSAccountForbidden) Error() string
func (*UpdateAWSAccountForbidden) GetPayload ¶
func (o *UpdateAWSAccountForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateAWSAccountForbidden) IsClientError ¶ added in v0.2.27
func (o *UpdateAWSAccountForbidden) IsClientError() bool
IsClientError returns true when this update a w s account forbidden response has a 4xx status code
func (*UpdateAWSAccountForbidden) IsCode ¶ added in v0.2.27
func (o *UpdateAWSAccountForbidden) IsCode(code int) bool
IsCode returns true when this update a w s account forbidden response a status code equal to that given
func (*UpdateAWSAccountForbidden) IsRedirect ¶ added in v0.2.27
func (o *UpdateAWSAccountForbidden) IsRedirect() bool
IsRedirect returns true when this update a w s account forbidden response has a 3xx status code
func (*UpdateAWSAccountForbidden) IsServerError ¶ added in v0.2.27
func (o *UpdateAWSAccountForbidden) IsServerError() bool
IsServerError returns true when this update a w s account forbidden response has a 5xx status code
func (*UpdateAWSAccountForbidden) IsSuccess ¶ added in v0.2.27
func (o *UpdateAWSAccountForbidden) IsSuccess() bool
IsSuccess returns true when this update a w s account forbidden response has a 2xx status code
func (*UpdateAWSAccountForbidden) String ¶ added in v0.2.27
func (o *UpdateAWSAccountForbidden) String() string
type UpdateAWSAccountInternalServerError ¶
type UpdateAWSAccountInternalServerError struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
UpdateAWSAccountInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUpdateAWSAccountInternalServerError ¶
func NewUpdateAWSAccountInternalServerError() *UpdateAWSAccountInternalServerError
NewUpdateAWSAccountInternalServerError creates a UpdateAWSAccountInternalServerError with default headers values
func (*UpdateAWSAccountInternalServerError) Error ¶
func (o *UpdateAWSAccountInternalServerError) Error() string
func (*UpdateAWSAccountInternalServerError) GetPayload ¶
func (o *UpdateAWSAccountInternalServerError) GetPayload() *models.MsaBaseEntitiesResponse
func (*UpdateAWSAccountInternalServerError) IsClientError ¶ added in v0.2.27
func (o *UpdateAWSAccountInternalServerError) IsClientError() bool
IsClientError returns true when this update a w s account internal server error response has a 4xx status code
func (*UpdateAWSAccountInternalServerError) IsCode ¶ added in v0.2.27
func (o *UpdateAWSAccountInternalServerError) IsCode(code int) bool
IsCode returns true when this update a w s account internal server error response a status code equal to that given
func (*UpdateAWSAccountInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *UpdateAWSAccountInternalServerError) IsRedirect() bool
IsRedirect returns true when this update a w s account internal server error response has a 3xx status code
func (*UpdateAWSAccountInternalServerError) IsServerError ¶ added in v0.2.27
func (o *UpdateAWSAccountInternalServerError) IsServerError() bool
IsServerError returns true when this update a w s account internal server error response has a 5xx status code
func (*UpdateAWSAccountInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *UpdateAWSAccountInternalServerError) IsSuccess() bool
IsSuccess returns true when this update a w s account internal server error response has a 2xx status code
func (*UpdateAWSAccountInternalServerError) String ¶ added in v0.2.27
func (o *UpdateAWSAccountInternalServerError) String() string
type UpdateAWSAccountMultiStatus ¶
type UpdateAWSAccountMultiStatus struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
UpdateAWSAccountMultiStatus describes a response with status code 207, with default header values.
Multi-Status
func NewUpdateAWSAccountMultiStatus ¶
func NewUpdateAWSAccountMultiStatus() *UpdateAWSAccountMultiStatus
NewUpdateAWSAccountMultiStatus creates a UpdateAWSAccountMultiStatus with default headers values
func (*UpdateAWSAccountMultiStatus) Error ¶
func (o *UpdateAWSAccountMultiStatus) Error() string
func (*UpdateAWSAccountMultiStatus) GetPayload ¶
func (o *UpdateAWSAccountMultiStatus) GetPayload() *models.MsaBaseEntitiesResponse
func (*UpdateAWSAccountMultiStatus) IsClientError ¶ added in v0.2.27
func (o *UpdateAWSAccountMultiStatus) IsClientError() bool
IsClientError returns true when this update a w s account multi status response has a 4xx status code
func (*UpdateAWSAccountMultiStatus) IsCode ¶ added in v0.2.27
func (o *UpdateAWSAccountMultiStatus) IsCode(code int) bool
IsCode returns true when this update a w s account multi status response a status code equal to that given
func (*UpdateAWSAccountMultiStatus) IsRedirect ¶ added in v0.2.27
func (o *UpdateAWSAccountMultiStatus) IsRedirect() bool
IsRedirect returns true when this update a w s account multi status response has a 3xx status code
func (*UpdateAWSAccountMultiStatus) IsServerError ¶ added in v0.2.27
func (o *UpdateAWSAccountMultiStatus) IsServerError() bool
IsServerError returns true when this update a w s account multi status response has a 5xx status code
func (*UpdateAWSAccountMultiStatus) IsSuccess ¶ added in v0.2.27
func (o *UpdateAWSAccountMultiStatus) IsSuccess() bool
IsSuccess returns true when this update a w s account multi status response has a 2xx status code
func (*UpdateAWSAccountMultiStatus) String ¶ added in v0.2.27
func (o *UpdateAWSAccountMultiStatus) String() string
type UpdateAWSAccountOK ¶
type UpdateAWSAccountOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaBaseEntitiesResponse }
UpdateAWSAccountOK describes a response with status code 200, with default header values.
OK
func NewUpdateAWSAccountOK ¶
func NewUpdateAWSAccountOK() *UpdateAWSAccountOK
NewUpdateAWSAccountOK creates a UpdateAWSAccountOK with default headers values
func (*UpdateAWSAccountOK) Error ¶
func (o *UpdateAWSAccountOK) Error() string
func (*UpdateAWSAccountOK) GetPayload ¶
func (o *UpdateAWSAccountOK) GetPayload() *models.MsaBaseEntitiesResponse
func (*UpdateAWSAccountOK) IsClientError ¶ added in v0.2.27
func (o *UpdateAWSAccountOK) IsClientError() bool
IsClientError returns true when this update a w s account o k response has a 4xx status code
func (*UpdateAWSAccountOK) IsCode ¶ added in v0.2.27
func (o *UpdateAWSAccountOK) IsCode(code int) bool
IsCode returns true when this update a w s account o k response a status code equal to that given
func (*UpdateAWSAccountOK) IsRedirect ¶ added in v0.2.27
func (o *UpdateAWSAccountOK) IsRedirect() bool
IsRedirect returns true when this update a w s account o k response has a 3xx status code
func (*UpdateAWSAccountOK) IsServerError ¶ added in v0.2.27
func (o *UpdateAWSAccountOK) IsServerError() bool
IsServerError returns true when this update a w s account o k response has a 5xx status code
func (*UpdateAWSAccountOK) IsSuccess ¶ added in v0.2.27
func (o *UpdateAWSAccountOK) IsSuccess() bool
IsSuccess returns true when this update a w s account o k response has a 2xx status code
func (*UpdateAWSAccountOK) String ¶ added in v0.2.27
func (o *UpdateAWSAccountOK) String() string
type UpdateAWSAccountParams ¶
type UpdateAWSAccountParams struct { /* Ids. AWS Account ID */ Ids []string /* Region. Default Region for Account Automation */ Region *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAWSAccountParams contains all the parameters to send to the API endpoint
for the update a w s account operation. Typically these are written to a http.Request.
func NewUpdateAWSAccountParams ¶
func NewUpdateAWSAccountParams() *UpdateAWSAccountParams
NewUpdateAWSAccountParams creates a new UpdateAWSAccountParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateAWSAccountParamsWithContext ¶
func NewUpdateAWSAccountParamsWithContext(ctx context.Context) *UpdateAWSAccountParams
NewUpdateAWSAccountParamsWithContext creates a new UpdateAWSAccountParams object with the ability to set a context for a request.
func NewUpdateAWSAccountParamsWithHTTPClient ¶
func NewUpdateAWSAccountParamsWithHTTPClient(client *http.Client) *UpdateAWSAccountParams
NewUpdateAWSAccountParamsWithHTTPClient creates a new UpdateAWSAccountParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateAWSAccountParamsWithTimeout ¶
func NewUpdateAWSAccountParamsWithTimeout(timeout time.Duration) *UpdateAWSAccountParams
NewUpdateAWSAccountParamsWithTimeout creates a new UpdateAWSAccountParams object with the ability to set a timeout on a request.
func (*UpdateAWSAccountParams) SetContext ¶
func (o *UpdateAWSAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the update a w s account params
func (*UpdateAWSAccountParams) SetDefaults ¶
func (o *UpdateAWSAccountParams) SetDefaults()
SetDefaults hydrates default values in the update a w s account params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAWSAccountParams) SetHTTPClient ¶
func (o *UpdateAWSAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update a w s account params
func (*UpdateAWSAccountParams) SetIds ¶
func (o *UpdateAWSAccountParams) SetIds(ids []string)
SetIds adds the ids to the update a w s account params
func (*UpdateAWSAccountParams) SetRegion ¶
func (o *UpdateAWSAccountParams) SetRegion(region *string)
SetRegion adds the region to the update a w s account params
func (*UpdateAWSAccountParams) SetTimeout ¶
func (o *UpdateAWSAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update a w s account params
func (*UpdateAWSAccountParams) WithContext ¶
func (o *UpdateAWSAccountParams) WithContext(ctx context.Context) *UpdateAWSAccountParams
WithContext adds the context to the update a w s account params
func (*UpdateAWSAccountParams) WithDefaults ¶
func (o *UpdateAWSAccountParams) WithDefaults() *UpdateAWSAccountParams
WithDefaults hydrates default values in the update a w s account params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAWSAccountParams) WithHTTPClient ¶
func (o *UpdateAWSAccountParams) WithHTTPClient(client *http.Client) *UpdateAWSAccountParams
WithHTTPClient adds the HTTPClient to the update a w s account params
func (*UpdateAWSAccountParams) WithIds ¶
func (o *UpdateAWSAccountParams) WithIds(ids []string) *UpdateAWSAccountParams
WithIds adds the ids to the update a w s account params
func (*UpdateAWSAccountParams) WithRegion ¶
func (o *UpdateAWSAccountParams) WithRegion(region *string) *UpdateAWSAccountParams
WithRegion adds the region to the update a w s account params
func (*UpdateAWSAccountParams) WithTimeout ¶
func (o *UpdateAWSAccountParams) WithTimeout(timeout time.Duration) *UpdateAWSAccountParams
WithTimeout adds the timeout to the update a w s account params
func (*UpdateAWSAccountParams) WriteToRequest ¶
func (o *UpdateAWSAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAWSAccountReader ¶
type UpdateAWSAccountReader struct {
// contains filtered or unexported fields
}
UpdateAWSAccountReader is a Reader for the UpdateAWSAccount structure.
func (*UpdateAWSAccountReader) ReadResponse ¶
func (o *UpdateAWSAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAWSAccountTooManyRequests ¶
type UpdateAWSAccountTooManyRequests struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 /* Too many requests, retry after this time (as milliseconds since epoch) */ XRateLimitRetryAfter int64 Payload *models.MsaReplyMetaOnly }
UpdateAWSAccountTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateAWSAccountTooManyRequests ¶
func NewUpdateAWSAccountTooManyRequests() *UpdateAWSAccountTooManyRequests
NewUpdateAWSAccountTooManyRequests creates a UpdateAWSAccountTooManyRequests with default headers values
func (*UpdateAWSAccountTooManyRequests) Error ¶
func (o *UpdateAWSAccountTooManyRequests) Error() string
func (*UpdateAWSAccountTooManyRequests) GetPayload ¶
func (o *UpdateAWSAccountTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateAWSAccountTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *UpdateAWSAccountTooManyRequests) IsClientError() bool
IsClientError returns true when this update a w s account too many requests response has a 4xx status code
func (*UpdateAWSAccountTooManyRequests) IsCode ¶ added in v0.2.27
func (o *UpdateAWSAccountTooManyRequests) IsCode(code int) bool
IsCode returns true when this update a w s account too many requests response a status code equal to that given
func (*UpdateAWSAccountTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *UpdateAWSAccountTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update a w s account too many requests response has a 3xx status code
func (*UpdateAWSAccountTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *UpdateAWSAccountTooManyRequests) IsServerError() bool
IsServerError returns true when this update a w s account too many requests response has a 5xx status code
func (*UpdateAWSAccountTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *UpdateAWSAccountTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update a w s account too many requests response has a 2xx status code
func (*UpdateAWSAccountTooManyRequests) String ¶ added in v0.2.27
func (o *UpdateAWSAccountTooManyRequests) String() string
Source Files ¶
- create_a_w_s_account_parameters.go
- create_a_w_s_account_responses.go
- create_azure_subscription_parameters.go
- create_azure_subscription_responses.go
- delete_a_w_s_accounts_mixin0_parameters.go
- delete_a_w_s_accounts_mixin0_responses.go
- delete_azure_subscription_parameters.go
- delete_azure_subscription_responses.go
- get_a_w_s_accounts_mixin0_parameters.go
- get_a_w_s_accounts_mixin0_responses.go
- get_clusters_parameters.go
- get_clusters_responses.go
- get_helm_values_yaml_parameters.go
- get_helm_values_yaml_responses.go
- get_locations_parameters.go
- get_locations_responses.go
- kubernetes_protection_client.go
- list_azure_accounts_parameters.go
- list_azure_accounts_responses.go
- patch_azure_service_principal_parameters.go
- patch_azure_service_principal_responses.go
- regenerate_api_key_parameters.go
- regenerate_api_key_responses.go
- trigger_scan_parameters.go
- trigger_scan_responses.go
- update_a_w_s_account_parameters.go
- update_a_w_s_account_responses.go