d4c_registration

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for d4c registration API

func (*Client) ConnectD4CGCPAccount added in v0.6.0

ConnectD4CGCPAccount creates a new g c p account with newly uploaded service account or connects with existing service account with only the following fields parent id parent type and service account id

func (*Client) CreateD4CAwsAccount added in v0.2.29

CreateD4CAwsAccount creates a new account in our system for a customer and generates a script for them to run in their a w s cloud environment to grant us access

func (*Client) CreateD4CGcpAccount added in v0.4.0

CreateD4CGcpAccount creates a new account in our system for a customer and generates a new service account for them to add access to in their g c p environment to grant us access

func (*Client) CreateDiscoverCloudAzureAccount added in v0.4.0

CreateDiscoverCloudAzureAccount creates a new account in our system for a customer and generates a script for them to run in their cloud environment to grant us access

func (*Client) DeleteD4CAwsAccount added in v0.2.29

DeleteD4CAwsAccount deletes an existing a w s account or organization in our system

func (*Client) DeleteD4CGCPAccount added in v0.6.0

DeleteD4CGCPAccount deletes a g c p account from the system

func (*Client) DiscoverCloudAzureDownloadCertificate added in v0.2.22

func (a *Client) DiscoverCloudAzureDownloadCertificate(params *DiscoverCloudAzureDownloadCertificateParams, opts ...ClientOption) (*DiscoverCloudAzureDownloadCertificateOK, error)

DiscoverCloudAzureDownloadCertificate returns JSON object s that contain the base64 encoded certificate for a service principal

func (*Client) GetD4CAWSAccountScriptsAttachment added in v0.2.29

func (a *Client) GetD4CAWSAccountScriptsAttachment(params *GetD4CAWSAccountScriptsAttachmentParams, opts ...ClientOption) (*GetD4CAWSAccountScriptsAttachmentOK, error)

GetD4CAWSAccountScriptsAttachment returns a script for customer to run in their cloud environment to grant us access to their a w s environment as a downloadable attachment

func (*Client) GetD4CAwsAccount added in v0.2.29

GetD4CAwsAccount returns information about the current status of an a w s account

func (*Client) GetD4CAwsConsoleSetupURLs added in v0.2.29

GetD4CAwsConsoleSetupURLs returns a URL for customer to visit in their cloud environment to grant us access to their a w s environment

func (*Client) GetD4CGCPServiceAccountsExt added in v0.6.0

func (a *Client) GetD4CGCPServiceAccountsExt(params *GetD4CGCPServiceAccountsExtParams, opts ...ClientOption) (*GetD4CGCPServiceAccountsExtOK, error)

GetD4CGCPServiceAccountsExt returns the service account id and client email for external clients

func (*Client) GetD4CGCPUserScriptsAttachment added in v0.6.0

func (a *Client) GetD4CGCPUserScriptsAttachment(params *GetD4CGCPUserScriptsAttachmentParams, opts ...ClientOption) (*GetD4CGCPUserScriptsAttachmentOK, error)

GetD4CGCPUserScriptsAttachment returns a script for customer to run in their cloud environment to grant us access to their g c p environment as a downloadable attachment

func (*Client) GetD4CGcpAccount added in v0.4.0

GetD4CGcpAccount returns information about the current status of an g c p account

func (*Client) GetD4CGcpUserScripts added in v0.4.0

GetD4CGcpUserScripts returns a script for customer to run in their cloud environment to grant us access to their g c p environment

func (*Client) GetDiscoverCloudAzureAccount added in v0.4.0

GetDiscoverCloudAzureAccount returns information about azure account registration

func (*Client) GetDiscoverCloudAzureTenantIDs added in v0.4.0

func (a *Client) GetDiscoverCloudAzureTenantIDs(params *GetDiscoverCloudAzureTenantIDsParams, opts ...ClientOption) (*GetDiscoverCloudAzureTenantIDsOK, error)

GetDiscoverCloudAzureTenantIDs returns available tenant ids for discover for cloud

func (*Client) GetDiscoverCloudAzureUserScripts added in v0.4.0

GetDiscoverCloudAzureUserScripts returns a script for customer to run in their cloud environment to grant us access to their azure environment

func (*Client) GetDiscoverCloudAzureUserScriptsAttachment added in v0.4.0

func (a *Client) GetDiscoverCloudAzureUserScriptsAttachment(params *GetDiscoverCloudAzureUserScriptsAttachmentParams, opts ...ClientOption) (*GetDiscoverCloudAzureUserScriptsAttachmentOK, error)

GetDiscoverCloudAzureUserScriptsAttachment returns a script for customer to run in their cloud environment to grant us access to their azure environment as a downloadable attachment

func (*Client) GetHorizonD4CScripts added in v0.2.29

func (a *Client) GetHorizonD4CScripts(params *GetHorizonD4CScriptsParams, opts ...ClientOption) (*GetHorizonD4CScriptsOK, error)

GetHorizonD4CScripts returns static install scripts for horizon

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDiscoverCloudAzureAccountClientID added in v0.4.0

func (a *Client) UpdateDiscoverCloudAzureAccountClientID(params *UpdateDiscoverCloudAzureAccountClientIDParams, opts ...ClientOption) (*UpdateDiscoverCloudAzureAccountClientIDCreated, error)

UpdateDiscoverCloudAzureAccountClientID updates an azure service account in our system by with the user created client id created with the public key we ve provided

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ConnectD4CGCPAccount(params *ConnectD4CGCPAccountParams, opts ...ClientOption) (*ConnectD4CGCPAccountCreated, *ConnectD4CGCPAccountMultiStatus, error)

	CreateD4CAwsAccount(params *CreateD4CAwsAccountParams, opts ...ClientOption) (*CreateD4CAwsAccountCreated, *CreateD4CAwsAccountMultiStatus, error)

	CreateD4CGcpAccount(params *CreateD4CGcpAccountParams, opts ...ClientOption) (*CreateD4CGcpAccountCreated, *CreateD4CGcpAccountMultiStatus, error)

	CreateDiscoverCloudAzureAccount(params *CreateDiscoverCloudAzureAccountParams, opts ...ClientOption) (*CreateDiscoverCloudAzureAccountCreated, *CreateDiscoverCloudAzureAccountMultiStatus, error)

	DeleteD4CAwsAccount(params *DeleteD4CAwsAccountParams, opts ...ClientOption) (*DeleteD4CAwsAccountOK, *DeleteD4CAwsAccountMultiStatus, error)

	DeleteD4CGCPAccount(params *DeleteD4CGCPAccountParams, opts ...ClientOption) (*DeleteD4CGCPAccountOK, *DeleteD4CGCPAccountMultiStatus, error)

	DiscoverCloudAzureDownloadCertificate(params *DiscoverCloudAzureDownloadCertificateParams, opts ...ClientOption) (*DiscoverCloudAzureDownloadCertificateOK, error)

	GetD4CAWSAccountScriptsAttachment(params *GetD4CAWSAccountScriptsAttachmentParams, opts ...ClientOption) (*GetD4CAWSAccountScriptsAttachmentOK, error)

	GetD4CAwsAccount(params *GetD4CAwsAccountParams, opts ...ClientOption) (*GetD4CAwsAccountOK, *GetD4CAwsAccountMultiStatus, error)

	GetD4CAwsConsoleSetupURLs(params *GetD4CAwsConsoleSetupURLsParams, opts ...ClientOption) (*GetD4CAwsConsoleSetupURLsOK, *GetD4CAwsConsoleSetupURLsMultiStatus, error)

	GetD4CGCPServiceAccountsExt(params *GetD4CGCPServiceAccountsExtParams, opts ...ClientOption) (*GetD4CGCPServiceAccountsExtOK, error)

	GetD4CGCPUserScriptsAttachment(params *GetD4CGCPUserScriptsAttachmentParams, opts ...ClientOption) (*GetD4CGCPUserScriptsAttachmentOK, error)

	GetD4CGcpAccount(params *GetD4CGcpAccountParams, opts ...ClientOption) (*GetD4CGcpAccountOK, *GetD4CGcpAccountMultiStatus, error)

	GetD4CGcpUserScripts(params *GetD4CGcpUserScriptsParams, opts ...ClientOption) (*GetD4CGcpUserScriptsOK, *GetD4CGcpUserScriptsMultiStatus, error)

	GetDiscoverCloudAzureAccount(params *GetDiscoverCloudAzureAccountParams, opts ...ClientOption) (*GetDiscoverCloudAzureAccountOK, *GetDiscoverCloudAzureAccountMultiStatus, error)

	GetDiscoverCloudAzureTenantIDs(params *GetDiscoverCloudAzureTenantIDsParams, opts ...ClientOption) (*GetDiscoverCloudAzureTenantIDsOK, error)

	GetDiscoverCloudAzureUserScripts(params *GetDiscoverCloudAzureUserScriptsParams, opts ...ClientOption) (*GetDiscoverCloudAzureUserScriptsOK, *GetDiscoverCloudAzureUserScriptsMultiStatus, error)

	GetDiscoverCloudAzureUserScriptsAttachment(params *GetDiscoverCloudAzureUserScriptsAttachmentParams, opts ...ClientOption) (*GetDiscoverCloudAzureUserScriptsAttachmentOK, error)

	GetHorizonD4CScripts(params *GetHorizonD4CScriptsParams, opts ...ClientOption) (*GetHorizonD4CScriptsOK, error)

	UpdateDiscoverCloudAzureAccountClientID(params *UpdateDiscoverCloudAzureAccountClientIDParams, opts ...ClientOption) (*UpdateDiscoverCloudAzureAccountClientIDCreated, 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 d4c registration API client.

type ConnectD4CGCPAccountBadRequest added in v0.6.0

type ConnectD4CGCPAccountBadRequest 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.RegistrationGCPAccountResponseExtV2
}

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

Bad Request

func NewConnectD4CGCPAccountBadRequest added in v0.6.0

func NewConnectD4CGCPAccountBadRequest() *ConnectD4CGCPAccountBadRequest

NewConnectD4CGCPAccountBadRequest creates a ConnectD4CGCPAccountBadRequest with default headers values

func (*ConnectD4CGCPAccountBadRequest) Code added in v0.6.0

Code gets the status code for the connect d4 c g c p account bad request response

func (*ConnectD4CGCPAccountBadRequest) Error added in v0.6.0

func (*ConnectD4CGCPAccountBadRequest) GetPayload added in v0.6.0

func (*ConnectD4CGCPAccountBadRequest) IsClientError added in v0.6.0

func (o *ConnectD4CGCPAccountBadRequest) IsClientError() bool

IsClientError returns true when this connect d4 c g c p account bad request response has a 4xx status code

func (*ConnectD4CGCPAccountBadRequest) IsCode added in v0.6.0

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

IsCode returns true when this connect d4 c g c p account bad request response a status code equal to that given

func (*ConnectD4CGCPAccountBadRequest) IsRedirect added in v0.6.0

func (o *ConnectD4CGCPAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this connect d4 c g c p account bad request response has a 3xx status code

func (*ConnectD4CGCPAccountBadRequest) IsServerError added in v0.6.0

func (o *ConnectD4CGCPAccountBadRequest) IsServerError() bool

IsServerError returns true when this connect d4 c g c p account bad request response has a 5xx status code

func (*ConnectD4CGCPAccountBadRequest) IsSuccess added in v0.6.0

func (o *ConnectD4CGCPAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this connect d4 c g c p account bad request response has a 2xx status code

func (*ConnectD4CGCPAccountBadRequest) String added in v0.6.0

type ConnectD4CGCPAccountCreated added in v0.6.0

type ConnectD4CGCPAccountCreated 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.RegistrationGCPAccountResponseExtV2
}

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

Created

func NewConnectD4CGCPAccountCreated added in v0.6.0

func NewConnectD4CGCPAccountCreated() *ConnectD4CGCPAccountCreated

NewConnectD4CGCPAccountCreated creates a ConnectD4CGCPAccountCreated with default headers values

func (*ConnectD4CGCPAccountCreated) Code added in v0.6.0

func (o *ConnectD4CGCPAccountCreated) Code() int

Code gets the status code for the connect d4 c g c p account created response

func (*ConnectD4CGCPAccountCreated) Error added in v0.6.0

func (*ConnectD4CGCPAccountCreated) GetPayload added in v0.6.0

func (*ConnectD4CGCPAccountCreated) IsClientError added in v0.6.0

func (o *ConnectD4CGCPAccountCreated) IsClientError() bool

IsClientError returns true when this connect d4 c g c p account created response has a 4xx status code

func (*ConnectD4CGCPAccountCreated) IsCode added in v0.6.0

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

IsCode returns true when this connect d4 c g c p account created response a status code equal to that given

func (*ConnectD4CGCPAccountCreated) IsRedirect added in v0.6.0

func (o *ConnectD4CGCPAccountCreated) IsRedirect() bool

IsRedirect returns true when this connect d4 c g c p account created response has a 3xx status code

func (*ConnectD4CGCPAccountCreated) IsServerError added in v0.6.0

func (o *ConnectD4CGCPAccountCreated) IsServerError() bool

IsServerError returns true when this connect d4 c g c p account created response has a 5xx status code

func (*ConnectD4CGCPAccountCreated) IsSuccess added in v0.6.0

func (o *ConnectD4CGCPAccountCreated) IsSuccess() bool

IsSuccess returns true when this connect d4 c g c p account created response has a 2xx status code

func (*ConnectD4CGCPAccountCreated) String added in v0.6.0

func (o *ConnectD4CGCPAccountCreated) String() string

type ConnectD4CGCPAccountForbidden added in v0.6.0

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

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

Forbidden

func NewConnectD4CGCPAccountForbidden added in v0.6.0

func NewConnectD4CGCPAccountForbidden() *ConnectD4CGCPAccountForbidden

NewConnectD4CGCPAccountForbidden creates a ConnectD4CGCPAccountForbidden with default headers values

func (*ConnectD4CGCPAccountForbidden) Code added in v0.6.0

Code gets the status code for the connect d4 c g c p account forbidden response

func (*ConnectD4CGCPAccountForbidden) Error added in v0.6.0

func (*ConnectD4CGCPAccountForbidden) GetPayload added in v0.6.0

func (*ConnectD4CGCPAccountForbidden) IsClientError added in v0.6.0

func (o *ConnectD4CGCPAccountForbidden) IsClientError() bool

IsClientError returns true when this connect d4 c g c p account forbidden response has a 4xx status code

func (*ConnectD4CGCPAccountForbidden) IsCode added in v0.6.0

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

IsCode returns true when this connect d4 c g c p account forbidden response a status code equal to that given

func (*ConnectD4CGCPAccountForbidden) IsRedirect added in v0.6.0

func (o *ConnectD4CGCPAccountForbidden) IsRedirect() bool

IsRedirect returns true when this connect d4 c g c p account forbidden response has a 3xx status code

func (*ConnectD4CGCPAccountForbidden) IsServerError added in v0.6.0

func (o *ConnectD4CGCPAccountForbidden) IsServerError() bool

IsServerError returns true when this connect d4 c g c p account forbidden response has a 5xx status code

func (*ConnectD4CGCPAccountForbidden) IsSuccess added in v0.6.0

func (o *ConnectD4CGCPAccountForbidden) IsSuccess() bool

IsSuccess returns true when this connect d4 c g c p account forbidden response has a 2xx status code

func (*ConnectD4CGCPAccountForbidden) String added in v0.6.0

type ConnectD4CGCPAccountInternalServerError added in v0.6.0

type ConnectD4CGCPAccountInternalServerError 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.RegistrationGCPAccountResponseExtV2
}

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

Internal Server Error

func NewConnectD4CGCPAccountInternalServerError added in v0.6.0

func NewConnectD4CGCPAccountInternalServerError() *ConnectD4CGCPAccountInternalServerError

NewConnectD4CGCPAccountInternalServerError creates a ConnectD4CGCPAccountInternalServerError with default headers values

func (*ConnectD4CGCPAccountInternalServerError) Code added in v0.6.0

Code gets the status code for the connect d4 c g c p account internal server error response

func (*ConnectD4CGCPAccountInternalServerError) Error added in v0.6.0

func (*ConnectD4CGCPAccountInternalServerError) GetPayload added in v0.6.0

func (*ConnectD4CGCPAccountInternalServerError) IsClientError added in v0.6.0

func (o *ConnectD4CGCPAccountInternalServerError) IsClientError() bool

IsClientError returns true when this connect d4 c g c p account internal server error response has a 4xx status code

func (*ConnectD4CGCPAccountInternalServerError) IsCode added in v0.6.0

IsCode returns true when this connect d4 c g c p account internal server error response a status code equal to that given

func (*ConnectD4CGCPAccountInternalServerError) IsRedirect added in v0.6.0

IsRedirect returns true when this connect d4 c g c p account internal server error response has a 3xx status code

func (*ConnectD4CGCPAccountInternalServerError) IsServerError added in v0.6.0

func (o *ConnectD4CGCPAccountInternalServerError) IsServerError() bool

IsServerError returns true when this connect d4 c g c p account internal server error response has a 5xx status code

func (*ConnectD4CGCPAccountInternalServerError) IsSuccess added in v0.6.0

IsSuccess returns true when this connect d4 c g c p account internal server error response has a 2xx status code

func (*ConnectD4CGCPAccountInternalServerError) String added in v0.6.0

type ConnectD4CGCPAccountMultiStatus added in v0.6.0

type ConnectD4CGCPAccountMultiStatus 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.RegistrationGCPAccountResponseExtV2
}

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

Multi-Status

func NewConnectD4CGCPAccountMultiStatus added in v0.6.0

func NewConnectD4CGCPAccountMultiStatus() *ConnectD4CGCPAccountMultiStatus

NewConnectD4CGCPAccountMultiStatus creates a ConnectD4CGCPAccountMultiStatus with default headers values

func (*ConnectD4CGCPAccountMultiStatus) Code added in v0.6.0

Code gets the status code for the connect d4 c g c p account multi status response

func (*ConnectD4CGCPAccountMultiStatus) Error added in v0.6.0

func (*ConnectD4CGCPAccountMultiStatus) GetPayload added in v0.6.0

func (*ConnectD4CGCPAccountMultiStatus) IsClientError added in v0.6.0

func (o *ConnectD4CGCPAccountMultiStatus) IsClientError() bool

IsClientError returns true when this connect d4 c g c p account multi status response has a 4xx status code

func (*ConnectD4CGCPAccountMultiStatus) IsCode added in v0.6.0

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

IsCode returns true when this connect d4 c g c p account multi status response a status code equal to that given

func (*ConnectD4CGCPAccountMultiStatus) IsRedirect added in v0.6.0

func (o *ConnectD4CGCPAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this connect d4 c g c p account multi status response has a 3xx status code

func (*ConnectD4CGCPAccountMultiStatus) IsServerError added in v0.6.0

func (o *ConnectD4CGCPAccountMultiStatus) IsServerError() bool

IsServerError returns true when this connect d4 c g c p account multi status response has a 5xx status code

func (*ConnectD4CGCPAccountMultiStatus) IsSuccess added in v0.6.0

func (o *ConnectD4CGCPAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this connect d4 c g c p account multi status response has a 2xx status code

func (*ConnectD4CGCPAccountMultiStatus) String added in v0.6.0

type ConnectD4CGCPAccountParams added in v0.6.0

type ConnectD4CGCPAccountParams struct {

	// Body.
	Body *models.RegistrationGCPAccountExtRequestV2

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

ConnectD4CGCPAccountParams contains all the parameters to send to the API endpoint

for the connect d4 c g c p account operation.

Typically these are written to a http.Request.

func NewConnectD4CGCPAccountParams added in v0.6.0

func NewConnectD4CGCPAccountParams() *ConnectD4CGCPAccountParams

NewConnectD4CGCPAccountParams creates a new ConnectD4CGCPAccountParams 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 NewConnectD4CGCPAccountParamsWithContext added in v0.6.0

func NewConnectD4CGCPAccountParamsWithContext(ctx context.Context) *ConnectD4CGCPAccountParams

NewConnectD4CGCPAccountParamsWithContext creates a new ConnectD4CGCPAccountParams object with the ability to set a context for a request.

func NewConnectD4CGCPAccountParamsWithHTTPClient added in v0.6.0

func NewConnectD4CGCPAccountParamsWithHTTPClient(client *http.Client) *ConnectD4CGCPAccountParams

NewConnectD4CGCPAccountParamsWithHTTPClient creates a new ConnectD4CGCPAccountParams object with the ability to set a custom HTTPClient for a request.

func NewConnectD4CGCPAccountParamsWithTimeout added in v0.6.0

func NewConnectD4CGCPAccountParamsWithTimeout(timeout time.Duration) *ConnectD4CGCPAccountParams

NewConnectD4CGCPAccountParamsWithTimeout creates a new ConnectD4CGCPAccountParams object with the ability to set a timeout on a request.

func (*ConnectD4CGCPAccountParams) SetBody added in v0.6.0

SetBody adds the body to the connect d4 c g c p account params

func (*ConnectD4CGCPAccountParams) SetContext added in v0.6.0

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

SetContext adds the context to the connect d4 c g c p account params

func (*ConnectD4CGCPAccountParams) SetDefaults added in v0.6.0

func (o *ConnectD4CGCPAccountParams) SetDefaults()

SetDefaults hydrates default values in the connect d4 c g c p account params (not the query body).

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

func (*ConnectD4CGCPAccountParams) SetHTTPClient added in v0.6.0

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

SetHTTPClient adds the HTTPClient to the connect d4 c g c p account params

func (*ConnectD4CGCPAccountParams) SetTimeout added in v0.6.0

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

SetTimeout adds the timeout to the connect d4 c g c p account params

func (*ConnectD4CGCPAccountParams) WithBody added in v0.6.0

WithBody adds the body to the connect d4 c g c p account params

func (*ConnectD4CGCPAccountParams) WithContext added in v0.6.0

WithContext adds the context to the connect d4 c g c p account params

func (*ConnectD4CGCPAccountParams) WithDefaults added in v0.6.0

WithDefaults hydrates default values in the connect d4 c g c p account params (not the query body).

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

func (*ConnectD4CGCPAccountParams) WithHTTPClient added in v0.6.0

WithHTTPClient adds the HTTPClient to the connect d4 c g c p account params

func (*ConnectD4CGCPAccountParams) WithTimeout added in v0.6.0

WithTimeout adds the timeout to the connect d4 c g c p account params

func (*ConnectD4CGCPAccountParams) WriteToRequest added in v0.6.0

WriteToRequest writes these params to a swagger request

type ConnectD4CGCPAccountReader added in v0.6.0

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

ConnectD4CGCPAccountReader is a Reader for the ConnectD4CGCPAccount structure.

func (*ConnectD4CGCPAccountReader) ReadResponse added in v0.6.0

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

ReadResponse reads a server response into the received o.

type ConnectD4CGCPAccountTooManyRequests added in v0.6.0

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

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

Too Many Requests

func NewConnectD4CGCPAccountTooManyRequests added in v0.6.0

func NewConnectD4CGCPAccountTooManyRequests() *ConnectD4CGCPAccountTooManyRequests

NewConnectD4CGCPAccountTooManyRequests creates a ConnectD4CGCPAccountTooManyRequests with default headers values

func (*ConnectD4CGCPAccountTooManyRequests) Code added in v0.6.0

Code gets the status code for the connect d4 c g c p account too many requests response

func (*ConnectD4CGCPAccountTooManyRequests) Error added in v0.6.0

func (*ConnectD4CGCPAccountTooManyRequests) GetPayload added in v0.6.0

func (*ConnectD4CGCPAccountTooManyRequests) IsClientError added in v0.6.0

func (o *ConnectD4CGCPAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this connect d4 c g c p account too many requests response has a 4xx status code

func (*ConnectD4CGCPAccountTooManyRequests) IsCode added in v0.6.0

IsCode returns true when this connect d4 c g c p account too many requests response a status code equal to that given

func (*ConnectD4CGCPAccountTooManyRequests) IsRedirect added in v0.6.0

func (o *ConnectD4CGCPAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this connect d4 c g c p account too many requests response has a 3xx status code

func (*ConnectD4CGCPAccountTooManyRequests) IsServerError added in v0.6.0

func (o *ConnectD4CGCPAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this connect d4 c g c p account too many requests response has a 5xx status code

func (*ConnectD4CGCPAccountTooManyRequests) IsSuccess added in v0.6.0

IsSuccess returns true when this connect d4 c g c p account too many requests response has a 2xx status code

func (*ConnectD4CGCPAccountTooManyRequests) String added in v0.6.0

type CreateD4CAwsAccountBadRequest added in v0.2.29

type CreateD4CAwsAccountBadRequest 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.RegistrationAWSAccountResponseV2
}

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

Bad Request

func NewCreateD4CAwsAccountBadRequest added in v0.2.29

func NewCreateD4CAwsAccountBadRequest() *CreateD4CAwsAccountBadRequest

NewCreateD4CAwsAccountBadRequest creates a CreateD4CAwsAccountBadRequest with default headers values

func (*CreateD4CAwsAccountBadRequest) Code added in v0.2.33

Code gets the status code for the create d4 c aws account bad request response

func (*CreateD4CAwsAccountBadRequest) Error added in v0.2.29

func (*CreateD4CAwsAccountBadRequest) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountBadRequest) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountBadRequest) IsClientError() bool

IsClientError returns true when this create d4 c aws account bad request response has a 4xx status code

func (*CreateD4CAwsAccountBadRequest) IsCode added in v0.2.29

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

IsCode returns true when this create d4 c aws account bad request response a status code equal to that given

func (*CreateD4CAwsAccountBadRequest) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account bad request response has a 3xx status code

func (*CreateD4CAwsAccountBadRequest) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountBadRequest) IsServerError() bool

IsServerError returns true when this create d4 c aws account bad request response has a 5xx status code

func (*CreateD4CAwsAccountBadRequest) IsSuccess added in v0.2.29

func (o *CreateD4CAwsAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this create d4 c aws account bad request response has a 2xx status code

func (*CreateD4CAwsAccountBadRequest) String added in v0.2.29

type CreateD4CAwsAccountCreated added in v0.2.29

type CreateD4CAwsAccountCreated 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.RegistrationAWSAccountResponseV2
}

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

Created

func NewCreateD4CAwsAccountCreated added in v0.2.29

func NewCreateD4CAwsAccountCreated() *CreateD4CAwsAccountCreated

NewCreateD4CAwsAccountCreated creates a CreateD4CAwsAccountCreated with default headers values

func (*CreateD4CAwsAccountCreated) Code added in v0.2.33

func (o *CreateD4CAwsAccountCreated) Code() int

Code gets the status code for the create d4 c aws account created response

func (*CreateD4CAwsAccountCreated) Error added in v0.2.29

func (*CreateD4CAwsAccountCreated) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountCreated) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountCreated) IsClientError() bool

IsClientError returns true when this create d4 c aws account created response has a 4xx status code

func (*CreateD4CAwsAccountCreated) IsCode added in v0.2.29

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

IsCode returns true when this create d4 c aws account created response a status code equal to that given

func (*CreateD4CAwsAccountCreated) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountCreated) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account created response has a 3xx status code

func (*CreateD4CAwsAccountCreated) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountCreated) IsServerError() bool

IsServerError returns true when this create d4 c aws account created response has a 5xx status code

func (*CreateD4CAwsAccountCreated) IsSuccess added in v0.2.29

func (o *CreateD4CAwsAccountCreated) IsSuccess() bool

IsSuccess returns true when this create d4 c aws account created response has a 2xx status code

func (*CreateD4CAwsAccountCreated) String added in v0.2.29

func (o *CreateD4CAwsAccountCreated) String() string

type CreateD4CAwsAccountForbidden added in v0.2.29

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

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

Forbidden

func NewCreateD4CAwsAccountForbidden added in v0.2.29

func NewCreateD4CAwsAccountForbidden() *CreateD4CAwsAccountForbidden

NewCreateD4CAwsAccountForbidden creates a CreateD4CAwsAccountForbidden with default headers values

func (*CreateD4CAwsAccountForbidden) Code added in v0.2.33

Code gets the status code for the create d4 c aws account forbidden response

func (*CreateD4CAwsAccountForbidden) Error added in v0.2.29

func (*CreateD4CAwsAccountForbidden) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountForbidden) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountForbidden) IsClientError() bool

IsClientError returns true when this create d4 c aws account forbidden response has a 4xx status code

func (*CreateD4CAwsAccountForbidden) IsCode added in v0.2.29

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

IsCode returns true when this create d4 c aws account forbidden response a status code equal to that given

func (*CreateD4CAwsAccountForbidden) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountForbidden) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account forbidden response has a 3xx status code

func (*CreateD4CAwsAccountForbidden) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountForbidden) IsServerError() bool

IsServerError returns true when this create d4 c aws account forbidden response has a 5xx status code

func (*CreateD4CAwsAccountForbidden) IsSuccess added in v0.2.29

func (o *CreateD4CAwsAccountForbidden) IsSuccess() bool

IsSuccess returns true when this create d4 c aws account forbidden response has a 2xx status code

func (*CreateD4CAwsAccountForbidden) String added in v0.2.29

type CreateD4CAwsAccountInternalServerError added in v0.2.29

type CreateD4CAwsAccountInternalServerError 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.RegistrationAWSAccountResponseV2
}

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

Internal Server Error

func NewCreateD4CAwsAccountInternalServerError added in v0.2.29

func NewCreateD4CAwsAccountInternalServerError() *CreateD4CAwsAccountInternalServerError

NewCreateD4CAwsAccountInternalServerError creates a CreateD4CAwsAccountInternalServerError with default headers values

func (*CreateD4CAwsAccountInternalServerError) Code added in v0.2.33

Code gets the status code for the create d4 c aws account internal server error response

func (*CreateD4CAwsAccountInternalServerError) Error added in v0.2.29

func (*CreateD4CAwsAccountInternalServerError) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountInternalServerError) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountInternalServerError) IsClientError() bool

IsClientError returns true when this create d4 c aws account internal server error response has a 4xx status code

func (*CreateD4CAwsAccountInternalServerError) IsCode added in v0.2.29

IsCode returns true when this create d4 c aws account internal server error response a status code equal to that given

func (*CreateD4CAwsAccountInternalServerError) IsRedirect added in v0.2.29

IsRedirect returns true when this create d4 c aws account internal server error response has a 3xx status code

func (*CreateD4CAwsAccountInternalServerError) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountInternalServerError) IsServerError() bool

IsServerError returns true when this create d4 c aws account internal server error response has a 5xx status code

func (*CreateD4CAwsAccountInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this create d4 c aws account internal server error response has a 2xx status code

func (*CreateD4CAwsAccountInternalServerError) String added in v0.2.29

type CreateD4CAwsAccountMultiStatus added in v0.2.29

type CreateD4CAwsAccountMultiStatus 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.RegistrationAWSAccountResponseV2
}

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

Multi-Status

func NewCreateD4CAwsAccountMultiStatus added in v0.2.29

func NewCreateD4CAwsAccountMultiStatus() *CreateD4CAwsAccountMultiStatus

NewCreateD4CAwsAccountMultiStatus creates a CreateD4CAwsAccountMultiStatus with default headers values

func (*CreateD4CAwsAccountMultiStatus) Code added in v0.2.33

Code gets the status code for the create d4 c aws account multi status response

func (*CreateD4CAwsAccountMultiStatus) Error added in v0.2.29

func (*CreateD4CAwsAccountMultiStatus) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountMultiStatus) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountMultiStatus) IsClientError() bool

IsClientError returns true when this create d4 c aws account multi status response has a 4xx status code

func (*CreateD4CAwsAccountMultiStatus) IsCode added in v0.2.29

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

IsCode returns true when this create d4 c aws account multi status response a status code equal to that given

func (*CreateD4CAwsAccountMultiStatus) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account multi status response has a 3xx status code

func (*CreateD4CAwsAccountMultiStatus) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountMultiStatus) IsServerError() bool

IsServerError returns true when this create d4 c aws account multi status response has a 5xx status code

func (*CreateD4CAwsAccountMultiStatus) IsSuccess added in v0.2.29

func (o *CreateD4CAwsAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this create d4 c aws account multi status response has a 2xx status code

func (*CreateD4CAwsAccountMultiStatus) String added in v0.2.29

type CreateD4CAwsAccountParams added in v0.2.29

type CreateD4CAwsAccountParams struct {

	// Body.
	Body *models.RegistrationAWSAccountCreateRequestD4CExtV2

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

CreateD4CAwsAccountParams contains all the parameters to send to the API endpoint

for the create d4 c aws account operation.

Typically these are written to a http.Request.

func NewCreateD4CAwsAccountParams added in v0.2.29

func NewCreateD4CAwsAccountParams() *CreateD4CAwsAccountParams

NewCreateD4CAwsAccountParams creates a new CreateD4CAwsAccountParams 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 NewCreateD4CAwsAccountParamsWithContext added in v0.2.29

func NewCreateD4CAwsAccountParamsWithContext(ctx context.Context) *CreateD4CAwsAccountParams

NewCreateD4CAwsAccountParamsWithContext creates a new CreateD4CAwsAccountParams object with the ability to set a context for a request.

func NewCreateD4CAwsAccountParamsWithHTTPClient added in v0.2.29

func NewCreateD4CAwsAccountParamsWithHTTPClient(client *http.Client) *CreateD4CAwsAccountParams

NewCreateD4CAwsAccountParamsWithHTTPClient creates a new CreateD4CAwsAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateD4CAwsAccountParamsWithTimeout added in v0.2.29

func NewCreateD4CAwsAccountParamsWithTimeout(timeout time.Duration) *CreateD4CAwsAccountParams

NewCreateD4CAwsAccountParamsWithTimeout creates a new CreateD4CAwsAccountParams object with the ability to set a timeout on a request.

func (*CreateD4CAwsAccountParams) SetBody added in v0.2.29

SetBody adds the body to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) SetContext added in v0.2.29

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

SetContext adds the context to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) SetDefaults added in v0.2.29

func (o *CreateD4CAwsAccountParams) SetDefaults()

SetDefaults hydrates default values in the create d4 c aws account params (not the query body).

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

func (*CreateD4CAwsAccountParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WithBody added in v0.2.29

WithBody adds the body to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WithContext added in v0.2.29

WithContext adds the context to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the create d4 c aws account params (not the query body).

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

func (*CreateD4CAwsAccountParams) WithHTTPClient added in v0.2.29

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

WithHTTPClient adds the HTTPClient to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the create d4 c aws account params

func (*CreateD4CAwsAccountParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type CreateD4CAwsAccountReader added in v0.2.29

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

CreateD4CAwsAccountReader is a Reader for the CreateD4CAwsAccount structure.

func (*CreateD4CAwsAccountReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type CreateD4CAwsAccountTooManyRequests added in v0.2.29

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

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

Too Many Requests

func NewCreateD4CAwsAccountTooManyRequests added in v0.2.29

func NewCreateD4CAwsAccountTooManyRequests() *CreateD4CAwsAccountTooManyRequests

NewCreateD4CAwsAccountTooManyRequests creates a CreateD4CAwsAccountTooManyRequests with default headers values

func (*CreateD4CAwsAccountTooManyRequests) Code added in v0.2.33

Code gets the status code for the create d4 c aws account too many requests response

func (*CreateD4CAwsAccountTooManyRequests) Error added in v0.2.29

func (*CreateD4CAwsAccountTooManyRequests) GetPayload added in v0.2.29

func (*CreateD4CAwsAccountTooManyRequests) IsClientError added in v0.2.29

func (o *CreateD4CAwsAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this create d4 c aws account too many requests response has a 4xx status code

func (*CreateD4CAwsAccountTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this create d4 c aws account too many requests response a status code equal to that given

func (*CreateD4CAwsAccountTooManyRequests) IsRedirect added in v0.2.29

func (o *CreateD4CAwsAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create d4 c aws account too many requests response has a 3xx status code

func (*CreateD4CAwsAccountTooManyRequests) IsServerError added in v0.2.29

func (o *CreateD4CAwsAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this create d4 c aws account too many requests response has a 5xx status code

func (*CreateD4CAwsAccountTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this create d4 c aws account too many requests response has a 2xx status code

func (*CreateD4CAwsAccountTooManyRequests) String added in v0.2.29

type CreateD4CGcpAccountBadRequest added in v0.4.0

type CreateD4CGcpAccountBadRequest 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.RegistrationGCPAccountResponseV1
}

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

Bad Request

func NewCreateD4CGcpAccountBadRequest added in v0.4.0

func NewCreateD4CGcpAccountBadRequest() *CreateD4CGcpAccountBadRequest

NewCreateD4CGcpAccountBadRequest creates a CreateD4CGcpAccountBadRequest with default headers values

func (*CreateD4CGcpAccountBadRequest) Code added in v0.4.0

Code gets the status code for the create d4 c gcp account bad request response

func (*CreateD4CGcpAccountBadRequest) Error added in v0.4.0

func (*CreateD4CGcpAccountBadRequest) GetPayload added in v0.4.0

func (*CreateD4CGcpAccountBadRequest) IsClientError added in v0.4.0

func (o *CreateD4CGcpAccountBadRequest) IsClientError() bool

IsClientError returns true when this create d4 c gcp account bad request response has a 4xx status code

func (*CreateD4CGcpAccountBadRequest) IsCode added in v0.4.0

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

IsCode returns true when this create d4 c gcp account bad request response a status code equal to that given

func (*CreateD4CGcpAccountBadRequest) IsRedirect added in v0.4.0

func (o *CreateD4CGcpAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this create d4 c gcp account bad request response has a 3xx status code

func (*CreateD4CGcpAccountBadRequest) IsServerError added in v0.4.0

func (o *CreateD4CGcpAccountBadRequest) IsServerError() bool

IsServerError returns true when this create d4 c gcp account bad request response has a 5xx status code

func (*CreateD4CGcpAccountBadRequest) IsSuccess added in v0.4.0

func (o *CreateD4CGcpAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this create d4 c gcp account bad request response has a 2xx status code

func (*CreateD4CGcpAccountBadRequest) String added in v0.4.0

type CreateD4CGcpAccountCreated added in v0.4.0

type CreateD4CGcpAccountCreated 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.RegistrationGCPAccountResponseV1
}

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

Created

func NewCreateD4CGcpAccountCreated added in v0.4.0

func NewCreateD4CGcpAccountCreated() *CreateD4CGcpAccountCreated

NewCreateD4CGcpAccountCreated creates a CreateD4CGcpAccountCreated with default headers values

func (*CreateD4CGcpAccountCreated) Code added in v0.4.0

func (o *CreateD4CGcpAccountCreated) Code() int

Code gets the status code for the create d4 c gcp account created response

func (*CreateD4CGcpAccountCreated) Error added in v0.4.0

func (*CreateD4CGcpAccountCreated) GetPayload added in v0.4.0

func (*CreateD4CGcpAccountCreated) IsClientError added in v0.4.0

func (o *CreateD4CGcpAccountCreated) IsClientError() bool

IsClientError returns true when this create d4 c gcp account created response has a 4xx status code

func (*CreateD4CGcpAccountCreated) IsCode added in v0.4.0

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

IsCode returns true when this create d4 c gcp account created response a status code equal to that given

func (*CreateD4CGcpAccountCreated) IsRedirect added in v0.4.0

func (o *CreateD4CGcpAccountCreated) IsRedirect() bool

IsRedirect returns true when this create d4 c gcp account created response has a 3xx status code

func (*CreateD4CGcpAccountCreated) IsServerError added in v0.4.0

func (o *CreateD4CGcpAccountCreated) IsServerError() bool

IsServerError returns true when this create d4 c gcp account created response has a 5xx status code

func (*CreateD4CGcpAccountCreated) IsSuccess added in v0.4.0

func (o *CreateD4CGcpAccountCreated) IsSuccess() bool

IsSuccess returns true when this create d4 c gcp account created response has a 2xx status code

func (*CreateD4CGcpAccountCreated) String added in v0.4.0

func (o *CreateD4CGcpAccountCreated) String() string

type CreateD4CGcpAccountForbidden added in v0.4.0

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

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

Forbidden

func NewCreateD4CGcpAccountForbidden added in v0.4.0

func NewCreateD4CGcpAccountForbidden() *CreateD4CGcpAccountForbidden

NewCreateD4CGcpAccountForbidden creates a CreateD4CGcpAccountForbidden with default headers values

func (*CreateD4CGcpAccountForbidden) Code added in v0.4.0

Code gets the status code for the create d4 c gcp account forbidden response

func (*CreateD4CGcpAccountForbidden) Error added in v0.4.0

func (*CreateD4CGcpAccountForbidden) GetPayload added in v0.4.0

func (*CreateD4CGcpAccountForbidden) IsClientError added in v0.4.0

func (o *CreateD4CGcpAccountForbidden) IsClientError() bool

IsClientError returns true when this create d4 c gcp account forbidden response has a 4xx status code

func (*CreateD4CGcpAccountForbidden) IsCode added in v0.4.0

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

IsCode returns true when this create d4 c gcp account forbidden response a status code equal to that given

func (*CreateD4CGcpAccountForbidden) IsRedirect added in v0.4.0

func (o *CreateD4CGcpAccountForbidden) IsRedirect() bool

IsRedirect returns true when this create d4 c gcp account forbidden response has a 3xx status code

func (*CreateD4CGcpAccountForbidden) IsServerError added in v0.4.0

func (o *CreateD4CGcpAccountForbidden) IsServerError() bool

IsServerError returns true when this create d4 c gcp account forbidden response has a 5xx status code

func (*CreateD4CGcpAccountForbidden) IsSuccess added in v0.4.0

func (o *CreateD4CGcpAccountForbidden) IsSuccess() bool

IsSuccess returns true when this create d4 c gcp account forbidden response has a 2xx status code

func (*CreateD4CGcpAccountForbidden) String added in v0.4.0

type CreateD4CGcpAccountInternalServerError added in v0.4.0

type CreateD4CGcpAccountInternalServerError 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.RegistrationGCPAccountResponseV1
}

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

Internal Server Error

func NewCreateD4CGcpAccountInternalServerError added in v0.4.0

func NewCreateD4CGcpAccountInternalServerError() *CreateD4CGcpAccountInternalServerError

NewCreateD4CGcpAccountInternalServerError creates a CreateD4CGcpAccountInternalServerError with default headers values

func (*CreateD4CGcpAccountInternalServerError) Code added in v0.4.0

Code gets the status code for the create d4 c gcp account internal server error response

func (*CreateD4CGcpAccountInternalServerError) Error added in v0.4.0

func (*CreateD4CGcpAccountInternalServerError) GetPayload added in v0.4.0

func (*CreateD4CGcpAccountInternalServerError) IsClientError added in v0.4.0

func (o *CreateD4CGcpAccountInternalServerError) IsClientError() bool

IsClientError returns true when this create d4 c gcp account internal server error response has a 4xx status code

func (*CreateD4CGcpAccountInternalServerError) IsCode added in v0.4.0

IsCode returns true when this create d4 c gcp account internal server error response a status code equal to that given

func (*CreateD4CGcpAccountInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this create d4 c gcp account internal server error response has a 3xx status code

func (*CreateD4CGcpAccountInternalServerError) IsServerError added in v0.4.0

func (o *CreateD4CGcpAccountInternalServerError) IsServerError() bool

IsServerError returns true when this create d4 c gcp account internal server error response has a 5xx status code

func (*CreateD4CGcpAccountInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this create d4 c gcp account internal server error response has a 2xx status code

func (*CreateD4CGcpAccountInternalServerError) String added in v0.4.0

type CreateD4CGcpAccountMultiStatus added in v0.4.0

type CreateD4CGcpAccountMultiStatus 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.RegistrationGCPAccountResponseV1
}

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

Multi-Status

func NewCreateD4CGcpAccountMultiStatus added in v0.4.0

func NewCreateD4CGcpAccountMultiStatus() *CreateD4CGcpAccountMultiStatus

NewCreateD4CGcpAccountMultiStatus creates a CreateD4CGcpAccountMultiStatus with default headers values

func (*CreateD4CGcpAccountMultiStatus) Code added in v0.4.0

Code gets the status code for the create d4 c gcp account multi status response

func (*CreateD4CGcpAccountMultiStatus) Error added in v0.4.0

func (*CreateD4CGcpAccountMultiStatus) GetPayload added in v0.4.0

func (*CreateD4CGcpAccountMultiStatus) IsClientError added in v0.4.0

func (o *CreateD4CGcpAccountMultiStatus) IsClientError() bool

IsClientError returns true when this create d4 c gcp account multi status response has a 4xx status code

func (*CreateD4CGcpAccountMultiStatus) IsCode added in v0.4.0

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

IsCode returns true when this create d4 c gcp account multi status response a status code equal to that given

func (*CreateD4CGcpAccountMultiStatus) IsRedirect added in v0.4.0

func (o *CreateD4CGcpAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this create d4 c gcp account multi status response has a 3xx status code

func (*CreateD4CGcpAccountMultiStatus) IsServerError added in v0.4.0

func (o *CreateD4CGcpAccountMultiStatus) IsServerError() bool

IsServerError returns true when this create d4 c gcp account multi status response has a 5xx status code

func (*CreateD4CGcpAccountMultiStatus) IsSuccess added in v0.4.0

func (o *CreateD4CGcpAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this create d4 c gcp account multi status response has a 2xx status code

func (*CreateD4CGcpAccountMultiStatus) String added in v0.4.0

type CreateD4CGcpAccountParams added in v0.4.0

type CreateD4CGcpAccountParams struct {

	// Body.
	Body *models.RegistrationGCPAccountCreateRequestExtV1

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

CreateD4CGcpAccountParams contains all the parameters to send to the API endpoint

for the create d4 c gcp account operation.

Typically these are written to a http.Request.

func NewCreateD4CGcpAccountParams added in v0.4.0

func NewCreateD4CGcpAccountParams() *CreateD4CGcpAccountParams

NewCreateD4CGcpAccountParams creates a new CreateD4CGcpAccountParams 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 NewCreateD4CGcpAccountParamsWithContext added in v0.4.0

func NewCreateD4CGcpAccountParamsWithContext(ctx context.Context) *CreateD4CGcpAccountParams

NewCreateD4CGcpAccountParamsWithContext creates a new CreateD4CGcpAccountParams object with the ability to set a context for a request.

func NewCreateD4CGcpAccountParamsWithHTTPClient added in v0.4.0

func NewCreateD4CGcpAccountParamsWithHTTPClient(client *http.Client) *CreateD4CGcpAccountParams

NewCreateD4CGcpAccountParamsWithHTTPClient creates a new CreateD4CGcpAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateD4CGcpAccountParamsWithTimeout added in v0.4.0

func NewCreateD4CGcpAccountParamsWithTimeout(timeout time.Duration) *CreateD4CGcpAccountParams

NewCreateD4CGcpAccountParamsWithTimeout creates a new CreateD4CGcpAccountParams object with the ability to set a timeout on a request.

func (*CreateD4CGcpAccountParams) SetBody added in v0.4.0

SetBody adds the body to the create d4 c gcp account params

func (*CreateD4CGcpAccountParams) SetContext added in v0.4.0

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

SetContext adds the context to the create d4 c gcp account params

func (*CreateD4CGcpAccountParams) SetDefaults added in v0.4.0

func (o *CreateD4CGcpAccountParams) SetDefaults()

SetDefaults hydrates default values in the create d4 c gcp account params (not the query body).

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

func (*CreateD4CGcpAccountParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create d4 c gcp account params

func (*CreateD4CGcpAccountParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create d4 c gcp account params

func (*CreateD4CGcpAccountParams) WithBody added in v0.4.0

WithBody adds the body to the create d4 c gcp account params

func (*CreateD4CGcpAccountParams) WithContext added in v0.4.0

WithContext adds the context to the create d4 c gcp account params

func (*CreateD4CGcpAccountParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create d4 c gcp account params (not the query body).

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

func (*CreateD4CGcpAccountParams) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the create d4 c gcp account params

func (*CreateD4CGcpAccountParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create d4 c gcp account params

func (*CreateD4CGcpAccountParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateD4CGcpAccountReader added in v0.4.0

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

CreateD4CGcpAccountReader is a Reader for the CreateD4CGcpAccount structure.

func (*CreateD4CGcpAccountReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CreateD4CGcpAccountTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewCreateD4CGcpAccountTooManyRequests added in v0.4.0

func NewCreateD4CGcpAccountTooManyRequests() *CreateD4CGcpAccountTooManyRequests

NewCreateD4CGcpAccountTooManyRequests creates a CreateD4CGcpAccountTooManyRequests with default headers values

func (*CreateD4CGcpAccountTooManyRequests) Code added in v0.4.0

Code gets the status code for the create d4 c gcp account too many requests response

func (*CreateD4CGcpAccountTooManyRequests) Error added in v0.4.0

func (*CreateD4CGcpAccountTooManyRequests) GetPayload added in v0.4.0

func (*CreateD4CGcpAccountTooManyRequests) IsClientError added in v0.4.0

func (o *CreateD4CGcpAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this create d4 c gcp account too many requests response has a 4xx status code

func (*CreateD4CGcpAccountTooManyRequests) IsCode added in v0.4.0

IsCode returns true when this create d4 c gcp account too many requests response a status code equal to that given

func (*CreateD4CGcpAccountTooManyRequests) IsRedirect added in v0.4.0

func (o *CreateD4CGcpAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this create d4 c gcp account too many requests response has a 3xx status code

func (*CreateD4CGcpAccountTooManyRequests) IsServerError added in v0.4.0

func (o *CreateD4CGcpAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this create d4 c gcp account too many requests response has a 5xx status code

func (*CreateD4CGcpAccountTooManyRequests) IsSuccess added in v0.4.0

IsSuccess returns true when this create d4 c gcp account too many requests response has a 2xx status code

func (*CreateD4CGcpAccountTooManyRequests) String added in v0.4.0

type CreateDiscoverCloudAzureAccountBadRequest added in v0.4.0

type CreateDiscoverCloudAzureAccountBadRequest 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.RegistrationAzureAccountResponseV1
}

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

Bad Request

func NewCreateDiscoverCloudAzureAccountBadRequest added in v0.4.0

func NewCreateDiscoverCloudAzureAccountBadRequest() *CreateDiscoverCloudAzureAccountBadRequest

NewCreateDiscoverCloudAzureAccountBadRequest creates a CreateDiscoverCloudAzureAccountBadRequest with default headers values

func (*CreateDiscoverCloudAzureAccountBadRequest) Code added in v0.4.0

Code gets the status code for the create discover cloud azure account bad request response

func (*CreateDiscoverCloudAzureAccountBadRequest) Error added in v0.4.0

func (*CreateDiscoverCloudAzureAccountBadRequest) GetPayload added in v0.4.0

func (*CreateDiscoverCloudAzureAccountBadRequest) IsClientError added in v0.4.0

IsClientError returns true when this create discover cloud azure account bad request response has a 4xx status code

func (*CreateDiscoverCloudAzureAccountBadRequest) IsCode added in v0.4.0

IsCode returns true when this create discover cloud azure account bad request response a status code equal to that given

func (*CreateDiscoverCloudAzureAccountBadRequest) IsRedirect added in v0.4.0

IsRedirect returns true when this create discover cloud azure account bad request response has a 3xx status code

func (*CreateDiscoverCloudAzureAccountBadRequest) IsServerError added in v0.4.0

IsServerError returns true when this create discover cloud azure account bad request response has a 5xx status code

func (*CreateDiscoverCloudAzureAccountBadRequest) IsSuccess added in v0.4.0

IsSuccess returns true when this create discover cloud azure account bad request response has a 2xx status code

func (*CreateDiscoverCloudAzureAccountBadRequest) String added in v0.4.0

type CreateDiscoverCloudAzureAccountCreated added in v0.4.0

type CreateDiscoverCloudAzureAccountCreated 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.RegistrationAzureAccountResponseV1
}

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

Created

func NewCreateDiscoverCloudAzureAccountCreated added in v0.4.0

func NewCreateDiscoverCloudAzureAccountCreated() *CreateDiscoverCloudAzureAccountCreated

NewCreateDiscoverCloudAzureAccountCreated creates a CreateDiscoverCloudAzureAccountCreated with default headers values

func (*CreateDiscoverCloudAzureAccountCreated) Code added in v0.4.0

Code gets the status code for the create discover cloud azure account created response

func (*CreateDiscoverCloudAzureAccountCreated) Error added in v0.4.0

func (*CreateDiscoverCloudAzureAccountCreated) GetPayload added in v0.4.0

func (*CreateDiscoverCloudAzureAccountCreated) IsClientError added in v0.4.0

func (o *CreateDiscoverCloudAzureAccountCreated) IsClientError() bool

IsClientError returns true when this create discover cloud azure account created response has a 4xx status code

func (*CreateDiscoverCloudAzureAccountCreated) IsCode added in v0.4.0

IsCode returns true when this create discover cloud azure account created response a status code equal to that given

func (*CreateDiscoverCloudAzureAccountCreated) IsRedirect added in v0.4.0

IsRedirect returns true when this create discover cloud azure account created response has a 3xx status code

func (*CreateDiscoverCloudAzureAccountCreated) IsServerError added in v0.4.0

func (o *CreateDiscoverCloudAzureAccountCreated) IsServerError() bool

IsServerError returns true when this create discover cloud azure account created response has a 5xx status code

func (*CreateDiscoverCloudAzureAccountCreated) IsSuccess added in v0.4.0

IsSuccess returns true when this create discover cloud azure account created response has a 2xx status code

func (*CreateDiscoverCloudAzureAccountCreated) String added in v0.4.0

type CreateDiscoverCloudAzureAccountForbidden added in v0.4.0

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

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

Forbidden

func NewCreateDiscoverCloudAzureAccountForbidden added in v0.4.0

func NewCreateDiscoverCloudAzureAccountForbidden() *CreateDiscoverCloudAzureAccountForbidden

NewCreateDiscoverCloudAzureAccountForbidden creates a CreateDiscoverCloudAzureAccountForbidden with default headers values

func (*CreateDiscoverCloudAzureAccountForbidden) Code added in v0.4.0

Code gets the status code for the create discover cloud azure account forbidden response

func (*CreateDiscoverCloudAzureAccountForbidden) Error added in v0.4.0

func (*CreateDiscoverCloudAzureAccountForbidden) GetPayload added in v0.4.0

func (*CreateDiscoverCloudAzureAccountForbidden) IsClientError added in v0.4.0

IsClientError returns true when this create discover cloud azure account forbidden response has a 4xx status code

func (*CreateDiscoverCloudAzureAccountForbidden) IsCode added in v0.4.0

IsCode returns true when this create discover cloud azure account forbidden response a status code equal to that given

func (*CreateDiscoverCloudAzureAccountForbidden) IsRedirect added in v0.4.0

IsRedirect returns true when this create discover cloud azure account forbidden response has a 3xx status code

func (*CreateDiscoverCloudAzureAccountForbidden) IsServerError added in v0.4.0

IsServerError returns true when this create discover cloud azure account forbidden response has a 5xx status code

func (*CreateDiscoverCloudAzureAccountForbidden) IsSuccess added in v0.4.0

IsSuccess returns true when this create discover cloud azure account forbidden response has a 2xx status code

func (*CreateDiscoverCloudAzureAccountForbidden) String added in v0.4.0

type CreateDiscoverCloudAzureAccountInternalServerError added in v0.4.0

type CreateDiscoverCloudAzureAccountInternalServerError 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.RegistrationAzureAccountResponseV1
}

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

Internal Server Error

func NewCreateDiscoverCloudAzureAccountInternalServerError added in v0.4.0

func NewCreateDiscoverCloudAzureAccountInternalServerError() *CreateDiscoverCloudAzureAccountInternalServerError

NewCreateDiscoverCloudAzureAccountInternalServerError creates a CreateDiscoverCloudAzureAccountInternalServerError with default headers values

func (*CreateDiscoverCloudAzureAccountInternalServerError) Code added in v0.4.0

Code gets the status code for the create discover cloud azure account internal server error response

func (*CreateDiscoverCloudAzureAccountInternalServerError) Error added in v0.4.0

func (*CreateDiscoverCloudAzureAccountInternalServerError) GetPayload added in v0.4.0

func (*CreateDiscoverCloudAzureAccountInternalServerError) IsClientError added in v0.4.0

IsClientError returns true when this create discover cloud azure account internal server error response has a 4xx status code

func (*CreateDiscoverCloudAzureAccountInternalServerError) IsCode added in v0.4.0

IsCode returns true when this create discover cloud azure account internal server error response a status code equal to that given

func (*CreateDiscoverCloudAzureAccountInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this create discover cloud azure account internal server error response has a 3xx status code

func (*CreateDiscoverCloudAzureAccountInternalServerError) IsServerError added in v0.4.0

IsServerError returns true when this create discover cloud azure account internal server error response has a 5xx status code

func (*CreateDiscoverCloudAzureAccountInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this create discover cloud azure account internal server error response has a 2xx status code

func (*CreateDiscoverCloudAzureAccountInternalServerError) String added in v0.4.0

type CreateDiscoverCloudAzureAccountMultiStatus added in v0.4.0

type CreateDiscoverCloudAzureAccountMultiStatus 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.RegistrationAzureAccountResponseV1
}

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

Multi-Status

func NewCreateDiscoverCloudAzureAccountMultiStatus added in v0.4.0

func NewCreateDiscoverCloudAzureAccountMultiStatus() *CreateDiscoverCloudAzureAccountMultiStatus

NewCreateDiscoverCloudAzureAccountMultiStatus creates a CreateDiscoverCloudAzureAccountMultiStatus with default headers values

func (*CreateDiscoverCloudAzureAccountMultiStatus) Code added in v0.4.0

Code gets the status code for the create discover cloud azure account multi status response

func (*CreateDiscoverCloudAzureAccountMultiStatus) Error added in v0.4.0

func (*CreateDiscoverCloudAzureAccountMultiStatus) GetPayload added in v0.4.0

func (*CreateDiscoverCloudAzureAccountMultiStatus) IsClientError added in v0.4.0

IsClientError returns true when this create discover cloud azure account multi status response has a 4xx status code

func (*CreateDiscoverCloudAzureAccountMultiStatus) IsCode added in v0.4.0

IsCode returns true when this create discover cloud azure account multi status response a status code equal to that given

func (*CreateDiscoverCloudAzureAccountMultiStatus) IsRedirect added in v0.4.0

IsRedirect returns true when this create discover cloud azure account multi status response has a 3xx status code

func (*CreateDiscoverCloudAzureAccountMultiStatus) IsServerError added in v0.4.0

IsServerError returns true when this create discover cloud azure account multi status response has a 5xx status code

func (*CreateDiscoverCloudAzureAccountMultiStatus) IsSuccess added in v0.4.0

IsSuccess returns true when this create discover cloud azure account multi status response has a 2xx status code

func (*CreateDiscoverCloudAzureAccountMultiStatus) String added in v0.4.0

type CreateDiscoverCloudAzureAccountParams added in v0.4.0

type CreateDiscoverCloudAzureAccountParams struct {

	// Body.
	Body *models.RegistrationAzureAccountCreateRequestExternalV1

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

CreateDiscoverCloudAzureAccountParams contains all the parameters to send to the API endpoint

for the create discover cloud azure account operation.

Typically these are written to a http.Request.

func NewCreateDiscoverCloudAzureAccountParams added in v0.4.0

func NewCreateDiscoverCloudAzureAccountParams() *CreateDiscoverCloudAzureAccountParams

NewCreateDiscoverCloudAzureAccountParams creates a new CreateDiscoverCloudAzureAccountParams 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 NewCreateDiscoverCloudAzureAccountParamsWithContext added in v0.4.0

func NewCreateDiscoverCloudAzureAccountParamsWithContext(ctx context.Context) *CreateDiscoverCloudAzureAccountParams

NewCreateDiscoverCloudAzureAccountParamsWithContext creates a new CreateDiscoverCloudAzureAccountParams object with the ability to set a context for a request.

func NewCreateDiscoverCloudAzureAccountParamsWithHTTPClient added in v0.4.0

func NewCreateDiscoverCloudAzureAccountParamsWithHTTPClient(client *http.Client) *CreateDiscoverCloudAzureAccountParams

NewCreateDiscoverCloudAzureAccountParamsWithHTTPClient creates a new CreateDiscoverCloudAzureAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDiscoverCloudAzureAccountParamsWithTimeout added in v0.4.0

func NewCreateDiscoverCloudAzureAccountParamsWithTimeout(timeout time.Duration) *CreateDiscoverCloudAzureAccountParams

NewCreateDiscoverCloudAzureAccountParamsWithTimeout creates a new CreateDiscoverCloudAzureAccountParams object with the ability to set a timeout on a request.

func (*CreateDiscoverCloudAzureAccountParams) SetBody added in v0.4.0

SetBody adds the body to the create discover cloud azure account params

func (*CreateDiscoverCloudAzureAccountParams) SetContext added in v0.4.0

SetContext adds the context to the create discover cloud azure account params

func (*CreateDiscoverCloudAzureAccountParams) SetDefaults added in v0.4.0

func (o *CreateDiscoverCloudAzureAccountParams) SetDefaults()

SetDefaults hydrates default values in the create discover cloud azure account params (not the query body).

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

func (*CreateDiscoverCloudAzureAccountParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create discover cloud azure account params

func (*CreateDiscoverCloudAzureAccountParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create discover cloud azure account params

func (*CreateDiscoverCloudAzureAccountParams) WithBody added in v0.4.0

WithBody adds the body to the create discover cloud azure account params

func (*CreateDiscoverCloudAzureAccountParams) WithContext added in v0.4.0

WithContext adds the context to the create discover cloud azure account params

func (*CreateDiscoverCloudAzureAccountParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create discover cloud azure account params (not the query body).

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

func (*CreateDiscoverCloudAzureAccountParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create discover cloud azure account params

func (*CreateDiscoverCloudAzureAccountParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create discover cloud azure account params

func (*CreateDiscoverCloudAzureAccountParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateDiscoverCloudAzureAccountReader added in v0.4.0

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

CreateDiscoverCloudAzureAccountReader is a Reader for the CreateDiscoverCloudAzureAccount structure.

func (*CreateDiscoverCloudAzureAccountReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type CreateDiscoverCloudAzureAccountTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewCreateDiscoverCloudAzureAccountTooManyRequests added in v0.4.0

func NewCreateDiscoverCloudAzureAccountTooManyRequests() *CreateDiscoverCloudAzureAccountTooManyRequests

NewCreateDiscoverCloudAzureAccountTooManyRequests creates a CreateDiscoverCloudAzureAccountTooManyRequests with default headers values

func (*CreateDiscoverCloudAzureAccountTooManyRequests) Code added in v0.4.0

Code gets the status code for the create discover cloud azure account too many requests response

func (*CreateDiscoverCloudAzureAccountTooManyRequests) Error added in v0.4.0

func (*CreateDiscoverCloudAzureAccountTooManyRequests) GetPayload added in v0.4.0

func (*CreateDiscoverCloudAzureAccountTooManyRequests) IsClientError added in v0.4.0

IsClientError returns true when this create discover cloud azure account too many requests response has a 4xx status code

func (*CreateDiscoverCloudAzureAccountTooManyRequests) IsCode added in v0.4.0

IsCode returns true when this create discover cloud azure account too many requests response a status code equal to that given

func (*CreateDiscoverCloudAzureAccountTooManyRequests) IsRedirect added in v0.4.0

IsRedirect returns true when this create discover cloud azure account too many requests response has a 3xx status code

func (*CreateDiscoverCloudAzureAccountTooManyRequests) IsServerError added in v0.4.0

IsServerError returns true when this create discover cloud azure account too many requests response has a 5xx status code

func (*CreateDiscoverCloudAzureAccountTooManyRequests) IsSuccess added in v0.4.0

IsSuccess returns true when this create discover cloud azure account too many requests response has a 2xx status code

func (*CreateDiscoverCloudAzureAccountTooManyRequests) String added in v0.4.0

type DeleteD4CAwsAccountBadRequest added in v0.2.29

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

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

Bad Request

func NewDeleteD4CAwsAccountBadRequest added in v0.2.29

func NewDeleteD4CAwsAccountBadRequest() *DeleteD4CAwsAccountBadRequest

NewDeleteD4CAwsAccountBadRequest creates a DeleteD4CAwsAccountBadRequest with default headers values

func (*DeleteD4CAwsAccountBadRequest) Code added in v0.2.33

Code gets the status code for the delete d4 c aws account bad request response

func (*DeleteD4CAwsAccountBadRequest) Error added in v0.2.29

func (*DeleteD4CAwsAccountBadRequest) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountBadRequest) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountBadRequest) IsClientError() bool

IsClientError returns true when this delete d4 c aws account bad request response has a 4xx status code

func (*DeleteD4CAwsAccountBadRequest) IsCode added in v0.2.29

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

IsCode returns true when this delete d4 c aws account bad request response a status code equal to that given

func (*DeleteD4CAwsAccountBadRequest) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account bad request response has a 3xx status code

func (*DeleteD4CAwsAccountBadRequest) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountBadRequest) IsServerError() bool

IsServerError returns true when this delete d4 c aws account bad request response has a 5xx status code

func (*DeleteD4CAwsAccountBadRequest) IsSuccess added in v0.2.29

func (o *DeleteD4CAwsAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this delete d4 c aws account bad request response has a 2xx status code

func (*DeleteD4CAwsAccountBadRequest) String added in v0.2.29

type DeleteD4CAwsAccountForbidden added in v0.2.29

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

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

Forbidden

func NewDeleteD4CAwsAccountForbidden added in v0.2.29

func NewDeleteD4CAwsAccountForbidden() *DeleteD4CAwsAccountForbidden

NewDeleteD4CAwsAccountForbidden creates a DeleteD4CAwsAccountForbidden with default headers values

func (*DeleteD4CAwsAccountForbidden) Code added in v0.2.33

Code gets the status code for the delete d4 c aws account forbidden response

func (*DeleteD4CAwsAccountForbidden) Error added in v0.2.29

func (*DeleteD4CAwsAccountForbidden) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountForbidden) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountForbidden) IsClientError() bool

IsClientError returns true when this delete d4 c aws account forbidden response has a 4xx status code

func (*DeleteD4CAwsAccountForbidden) IsCode added in v0.2.29

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

IsCode returns true when this delete d4 c aws account forbidden response a status code equal to that given

func (*DeleteD4CAwsAccountForbidden) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account forbidden response has a 3xx status code

func (*DeleteD4CAwsAccountForbidden) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountForbidden) IsServerError() bool

IsServerError returns true when this delete d4 c aws account forbidden response has a 5xx status code

func (*DeleteD4CAwsAccountForbidden) IsSuccess added in v0.2.29

func (o *DeleteD4CAwsAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete d4 c aws account forbidden response has a 2xx status code

func (*DeleteD4CAwsAccountForbidden) String added in v0.2.29

type DeleteD4CAwsAccountInternalServerError added in v0.2.29

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

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

Internal Server Error

func NewDeleteD4CAwsAccountInternalServerError added in v0.2.29

func NewDeleteD4CAwsAccountInternalServerError() *DeleteD4CAwsAccountInternalServerError

NewDeleteD4CAwsAccountInternalServerError creates a DeleteD4CAwsAccountInternalServerError with default headers values

func (*DeleteD4CAwsAccountInternalServerError) Code added in v0.2.33

Code gets the status code for the delete d4 c aws account internal server error response

func (*DeleteD4CAwsAccountInternalServerError) Error added in v0.2.29

func (*DeleteD4CAwsAccountInternalServerError) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountInternalServerError) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountInternalServerError) IsClientError() bool

IsClientError returns true when this delete d4 c aws account internal server error response has a 4xx status code

func (*DeleteD4CAwsAccountInternalServerError) IsCode added in v0.2.29

IsCode returns true when this delete d4 c aws account internal server error response a status code equal to that given

func (*DeleteD4CAwsAccountInternalServerError) IsRedirect added in v0.2.29

IsRedirect returns true when this delete d4 c aws account internal server error response has a 3xx status code

func (*DeleteD4CAwsAccountInternalServerError) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountInternalServerError) IsServerError() bool

IsServerError returns true when this delete d4 c aws account internal server error response has a 5xx status code

func (*DeleteD4CAwsAccountInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this delete d4 c aws account internal server error response has a 2xx status code

func (*DeleteD4CAwsAccountInternalServerError) String added in v0.2.29

type DeleteD4CAwsAccountMultiStatus added in v0.2.29

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

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

Multi-Status

func NewDeleteD4CAwsAccountMultiStatus added in v0.2.29

func NewDeleteD4CAwsAccountMultiStatus() *DeleteD4CAwsAccountMultiStatus

NewDeleteD4CAwsAccountMultiStatus creates a DeleteD4CAwsAccountMultiStatus with default headers values

func (*DeleteD4CAwsAccountMultiStatus) Code added in v0.2.33

Code gets the status code for the delete d4 c aws account multi status response

func (*DeleteD4CAwsAccountMultiStatus) Error added in v0.2.29

func (*DeleteD4CAwsAccountMultiStatus) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountMultiStatus) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountMultiStatus) IsClientError() bool

IsClientError returns true when this delete d4 c aws account multi status response has a 4xx status code

func (*DeleteD4CAwsAccountMultiStatus) IsCode added in v0.2.29

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

IsCode returns true when this delete d4 c aws account multi status response a status code equal to that given

func (*DeleteD4CAwsAccountMultiStatus) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account multi status response has a 3xx status code

func (*DeleteD4CAwsAccountMultiStatus) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountMultiStatus) IsServerError() bool

IsServerError returns true when this delete d4 c aws account multi status response has a 5xx status code

func (*DeleteD4CAwsAccountMultiStatus) IsSuccess added in v0.2.29

func (o *DeleteD4CAwsAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this delete d4 c aws account multi status response has a 2xx status code

func (*DeleteD4CAwsAccountMultiStatus) String added in v0.2.29

type DeleteD4CAwsAccountOK added in v0.2.29

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

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

OK

func NewDeleteD4CAwsAccountOK added in v0.2.29

func NewDeleteD4CAwsAccountOK() *DeleteD4CAwsAccountOK

NewDeleteD4CAwsAccountOK creates a DeleteD4CAwsAccountOK with default headers values

func (*DeleteD4CAwsAccountOK) Code added in v0.2.33

func (o *DeleteD4CAwsAccountOK) Code() int

Code gets the status code for the delete d4 c aws account o k response

func (*DeleteD4CAwsAccountOK) Error added in v0.2.29

func (o *DeleteD4CAwsAccountOK) Error() string

func (*DeleteD4CAwsAccountOK) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountOK) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountOK) IsClientError() bool

IsClientError returns true when this delete d4 c aws account o k response has a 4xx status code

func (*DeleteD4CAwsAccountOK) IsCode added in v0.2.29

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

IsCode returns true when this delete d4 c aws account o k response a status code equal to that given

func (*DeleteD4CAwsAccountOK) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountOK) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account o k response has a 3xx status code

func (*DeleteD4CAwsAccountOK) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountOK) IsServerError() bool

IsServerError returns true when this delete d4 c aws account o k response has a 5xx status code

func (*DeleteD4CAwsAccountOK) IsSuccess added in v0.2.29

func (o *DeleteD4CAwsAccountOK) IsSuccess() bool

IsSuccess returns true when this delete d4 c aws account o k response has a 2xx status code

func (*DeleteD4CAwsAccountOK) String added in v0.2.29

func (o *DeleteD4CAwsAccountOK) String() string

type DeleteD4CAwsAccountParams added in v0.2.29

type DeleteD4CAwsAccountParams struct {

	/* Ids.

	   AWS account IDs to remove
	*/
	Ids []string

	/* OrganizationIds.

	   AWS organization IDs to remove
	*/
	OrganizationIds []string

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

DeleteD4CAwsAccountParams contains all the parameters to send to the API endpoint

for the delete d4 c aws account operation.

Typically these are written to a http.Request.

func NewDeleteD4CAwsAccountParams added in v0.2.29

func NewDeleteD4CAwsAccountParams() *DeleteD4CAwsAccountParams

NewDeleteD4CAwsAccountParams creates a new DeleteD4CAwsAccountParams 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 NewDeleteD4CAwsAccountParamsWithContext added in v0.2.29

func NewDeleteD4CAwsAccountParamsWithContext(ctx context.Context) *DeleteD4CAwsAccountParams

NewDeleteD4CAwsAccountParamsWithContext creates a new DeleteD4CAwsAccountParams object with the ability to set a context for a request.

func NewDeleteD4CAwsAccountParamsWithHTTPClient added in v0.2.29

func NewDeleteD4CAwsAccountParamsWithHTTPClient(client *http.Client) *DeleteD4CAwsAccountParams

NewDeleteD4CAwsAccountParamsWithHTTPClient creates a new DeleteD4CAwsAccountParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteD4CAwsAccountParamsWithTimeout added in v0.2.29

func NewDeleteD4CAwsAccountParamsWithTimeout(timeout time.Duration) *DeleteD4CAwsAccountParams

NewDeleteD4CAwsAccountParamsWithTimeout creates a new DeleteD4CAwsAccountParams object with the ability to set a timeout on a request.

func (*DeleteD4CAwsAccountParams) SetContext added in v0.2.29

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

SetContext adds the context to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) SetDefaults added in v0.2.29

func (o *DeleteD4CAwsAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete d4 c aws account params (not the query body).

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

func (*DeleteD4CAwsAccountParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) SetIds added in v0.2.29

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

SetIds adds the ids to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) SetOrganizationIds added in v0.2.29

func (o *DeleteD4CAwsAccountParams) SetOrganizationIds(organizationIds []string)

SetOrganizationIds adds the organizationIds to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithContext added in v0.2.29

WithContext adds the context to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the delete d4 c aws account params (not the query body).

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

func (*DeleteD4CAwsAccountParams) WithHTTPClient added in v0.2.29

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

WithHTTPClient adds the HTTPClient to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithIds added in v0.2.29

WithIds adds the ids to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithOrganizationIds added in v0.2.29

func (o *DeleteD4CAwsAccountParams) WithOrganizationIds(organizationIds []string) *DeleteD4CAwsAccountParams

WithOrganizationIds adds the organizationIds to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the delete d4 c aws account params

func (*DeleteD4CAwsAccountParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type DeleteD4CAwsAccountReader added in v0.2.29

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

DeleteD4CAwsAccountReader is a Reader for the DeleteD4CAwsAccount structure.

func (*DeleteD4CAwsAccountReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type DeleteD4CAwsAccountTooManyRequests added in v0.2.29

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

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

Too Many Requests

func NewDeleteD4CAwsAccountTooManyRequests added in v0.2.29

func NewDeleteD4CAwsAccountTooManyRequests() *DeleteD4CAwsAccountTooManyRequests

NewDeleteD4CAwsAccountTooManyRequests creates a DeleteD4CAwsAccountTooManyRequests with default headers values

func (*DeleteD4CAwsAccountTooManyRequests) Code added in v0.2.33

Code gets the status code for the delete d4 c aws account too many requests response

func (*DeleteD4CAwsAccountTooManyRequests) Error added in v0.2.29

func (*DeleteD4CAwsAccountTooManyRequests) GetPayload added in v0.2.29

func (*DeleteD4CAwsAccountTooManyRequests) IsClientError added in v0.2.29

func (o *DeleteD4CAwsAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this delete d4 c aws account too many requests response has a 4xx status code

func (*DeleteD4CAwsAccountTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this delete d4 c aws account too many requests response a status code equal to that given

func (*DeleteD4CAwsAccountTooManyRequests) IsRedirect added in v0.2.29

func (o *DeleteD4CAwsAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete d4 c aws account too many requests response has a 3xx status code

func (*DeleteD4CAwsAccountTooManyRequests) IsServerError added in v0.2.29

func (o *DeleteD4CAwsAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this delete d4 c aws account too many requests response has a 5xx status code

func (*DeleteD4CAwsAccountTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this delete d4 c aws account too many requests response has a 2xx status code

func (*DeleteD4CAwsAccountTooManyRequests) String added in v0.2.29

type DeleteD4CGCPAccountBadRequest added in v0.6.0

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

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

Bad Request

func NewDeleteD4CGCPAccountBadRequest added in v0.6.0

func NewDeleteD4CGCPAccountBadRequest() *DeleteD4CGCPAccountBadRequest

NewDeleteD4CGCPAccountBadRequest creates a DeleteD4CGCPAccountBadRequest with default headers values

func (*DeleteD4CGCPAccountBadRequest) Code added in v0.6.0

Code gets the status code for the delete d4 c g c p account bad request response

func (*DeleteD4CGCPAccountBadRequest) Error added in v0.6.0

func (*DeleteD4CGCPAccountBadRequest) GetPayload added in v0.6.0

func (*DeleteD4CGCPAccountBadRequest) IsClientError added in v0.6.0

func (o *DeleteD4CGCPAccountBadRequest) IsClientError() bool

IsClientError returns true when this delete d4 c g c p account bad request response has a 4xx status code

func (*DeleteD4CGCPAccountBadRequest) IsCode added in v0.6.0

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

IsCode returns true when this delete d4 c g c p account bad request response a status code equal to that given

func (*DeleteD4CGCPAccountBadRequest) IsRedirect added in v0.6.0

func (o *DeleteD4CGCPAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this delete d4 c g c p account bad request response has a 3xx status code

func (*DeleteD4CGCPAccountBadRequest) IsServerError added in v0.6.0

func (o *DeleteD4CGCPAccountBadRequest) IsServerError() bool

IsServerError returns true when this delete d4 c g c p account bad request response has a 5xx status code

func (*DeleteD4CGCPAccountBadRequest) IsSuccess added in v0.6.0

func (o *DeleteD4CGCPAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this delete d4 c g c p account bad request response has a 2xx status code

func (*DeleteD4CGCPAccountBadRequest) String added in v0.6.0

type DeleteD4CGCPAccountForbidden added in v0.6.0

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

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

Forbidden

func NewDeleteD4CGCPAccountForbidden added in v0.6.0

func NewDeleteD4CGCPAccountForbidden() *DeleteD4CGCPAccountForbidden

NewDeleteD4CGCPAccountForbidden creates a DeleteD4CGCPAccountForbidden with default headers values

func (*DeleteD4CGCPAccountForbidden) Code added in v0.6.0

Code gets the status code for the delete d4 c g c p account forbidden response

func (*DeleteD4CGCPAccountForbidden) Error added in v0.6.0

func (*DeleteD4CGCPAccountForbidden) GetPayload added in v0.6.0

func (*DeleteD4CGCPAccountForbidden) IsClientError added in v0.6.0

func (o *DeleteD4CGCPAccountForbidden) IsClientError() bool

IsClientError returns true when this delete d4 c g c p account forbidden response has a 4xx status code

func (*DeleteD4CGCPAccountForbidden) IsCode added in v0.6.0

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

IsCode returns true when this delete d4 c g c p account forbidden response a status code equal to that given

func (*DeleteD4CGCPAccountForbidden) IsRedirect added in v0.6.0

func (o *DeleteD4CGCPAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete d4 c g c p account forbidden response has a 3xx status code

func (*DeleteD4CGCPAccountForbidden) IsServerError added in v0.6.0

func (o *DeleteD4CGCPAccountForbidden) IsServerError() bool

IsServerError returns true when this delete d4 c g c p account forbidden response has a 5xx status code

func (*DeleteD4CGCPAccountForbidden) IsSuccess added in v0.6.0

func (o *DeleteD4CGCPAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete d4 c g c p account forbidden response has a 2xx status code

func (*DeleteD4CGCPAccountForbidden) String added in v0.6.0

type DeleteD4CGCPAccountInternalServerError added in v0.6.0

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

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

Internal Server Error

func NewDeleteD4CGCPAccountInternalServerError added in v0.6.0

func NewDeleteD4CGCPAccountInternalServerError() *DeleteD4CGCPAccountInternalServerError

NewDeleteD4CGCPAccountInternalServerError creates a DeleteD4CGCPAccountInternalServerError with default headers values

func (*DeleteD4CGCPAccountInternalServerError) Code added in v0.6.0

Code gets the status code for the delete d4 c g c p account internal server error response

func (*DeleteD4CGCPAccountInternalServerError) Error added in v0.6.0

func (*DeleteD4CGCPAccountInternalServerError) GetPayload added in v0.6.0

func (*DeleteD4CGCPAccountInternalServerError) IsClientError added in v0.6.0

func (o *DeleteD4CGCPAccountInternalServerError) IsClientError() bool

IsClientError returns true when this delete d4 c g c p account internal server error response has a 4xx status code

func (*DeleteD4CGCPAccountInternalServerError) IsCode added in v0.6.0

IsCode returns true when this delete d4 c g c p account internal server error response a status code equal to that given

func (*DeleteD4CGCPAccountInternalServerError) IsRedirect added in v0.6.0

IsRedirect returns true when this delete d4 c g c p account internal server error response has a 3xx status code

func (*DeleteD4CGCPAccountInternalServerError) IsServerError added in v0.6.0

func (o *DeleteD4CGCPAccountInternalServerError) IsServerError() bool

IsServerError returns true when this delete d4 c g c p account internal server error response has a 5xx status code

func (*DeleteD4CGCPAccountInternalServerError) IsSuccess added in v0.6.0

IsSuccess returns true when this delete d4 c g c p account internal server error response has a 2xx status code

func (*DeleteD4CGCPAccountInternalServerError) String added in v0.6.0

type DeleteD4CGCPAccountMultiStatus added in v0.6.0

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

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

Multi-Status

func NewDeleteD4CGCPAccountMultiStatus added in v0.6.0

func NewDeleteD4CGCPAccountMultiStatus() *DeleteD4CGCPAccountMultiStatus

NewDeleteD4CGCPAccountMultiStatus creates a DeleteD4CGCPAccountMultiStatus with default headers values

func (*DeleteD4CGCPAccountMultiStatus) Code added in v0.6.0

Code gets the status code for the delete d4 c g c p account multi status response

func (*DeleteD4CGCPAccountMultiStatus) Error added in v0.6.0

func (*DeleteD4CGCPAccountMultiStatus) GetPayload added in v0.6.0

func (*DeleteD4CGCPAccountMultiStatus) IsClientError added in v0.6.0

func (o *DeleteD4CGCPAccountMultiStatus) IsClientError() bool

IsClientError returns true when this delete d4 c g c p account multi status response has a 4xx status code

func (*DeleteD4CGCPAccountMultiStatus) IsCode added in v0.6.0

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

IsCode returns true when this delete d4 c g c p account multi status response a status code equal to that given

func (*DeleteD4CGCPAccountMultiStatus) IsRedirect added in v0.6.0

func (o *DeleteD4CGCPAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this delete d4 c g c p account multi status response has a 3xx status code

func (*DeleteD4CGCPAccountMultiStatus) IsServerError added in v0.6.0

func (o *DeleteD4CGCPAccountMultiStatus) IsServerError() bool

IsServerError returns true when this delete d4 c g c p account multi status response has a 5xx status code

func (*DeleteD4CGCPAccountMultiStatus) IsSuccess added in v0.6.0

func (o *DeleteD4CGCPAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this delete d4 c g c p account multi status response has a 2xx status code

func (*DeleteD4CGCPAccountMultiStatus) String added in v0.6.0

type DeleteD4CGCPAccountOK added in v0.6.0

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

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

OK

func NewDeleteD4CGCPAccountOK added in v0.6.0

func NewDeleteD4CGCPAccountOK() *DeleteD4CGCPAccountOK

NewDeleteD4CGCPAccountOK creates a DeleteD4CGCPAccountOK with default headers values

func (*DeleteD4CGCPAccountOK) Code added in v0.6.0

func (o *DeleteD4CGCPAccountOK) Code() int

Code gets the status code for the delete d4 c g c p account o k response

func (*DeleteD4CGCPAccountOK) Error added in v0.6.0

func (o *DeleteD4CGCPAccountOK) Error() string

func (*DeleteD4CGCPAccountOK) GetPayload added in v0.6.0

func (*DeleteD4CGCPAccountOK) IsClientError added in v0.6.0

func (o *DeleteD4CGCPAccountOK) IsClientError() bool

IsClientError returns true when this delete d4 c g c p account o k response has a 4xx status code

func (*DeleteD4CGCPAccountOK) IsCode added in v0.6.0

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

IsCode returns true when this delete d4 c g c p account o k response a status code equal to that given

func (*DeleteD4CGCPAccountOK) IsRedirect added in v0.6.0

func (o *DeleteD4CGCPAccountOK) IsRedirect() bool

IsRedirect returns true when this delete d4 c g c p account o k response has a 3xx status code

func (*DeleteD4CGCPAccountOK) IsServerError added in v0.6.0

func (o *DeleteD4CGCPAccountOK) IsServerError() bool

IsServerError returns true when this delete d4 c g c p account o k response has a 5xx status code

func (*DeleteD4CGCPAccountOK) IsSuccess added in v0.6.0

func (o *DeleteD4CGCPAccountOK) IsSuccess() bool

IsSuccess returns true when this delete d4 c g c p account o k response has a 2xx status code

func (*DeleteD4CGCPAccountOK) String added in v0.6.0

func (o *DeleteD4CGCPAccountOK) String() string

type DeleteD4CGCPAccountParams added in v0.6.0

type DeleteD4CGCPAccountParams struct {

	/* Ids.

	   Hierarchical Resource IDs of accounts
	*/
	Ids []string

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

DeleteD4CGCPAccountParams contains all the parameters to send to the API endpoint

for the delete d4 c g c p account operation.

Typically these are written to a http.Request.

func NewDeleteD4CGCPAccountParams added in v0.6.0

func NewDeleteD4CGCPAccountParams() *DeleteD4CGCPAccountParams

NewDeleteD4CGCPAccountParams creates a new DeleteD4CGCPAccountParams 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 NewDeleteD4CGCPAccountParamsWithContext added in v0.6.0

func NewDeleteD4CGCPAccountParamsWithContext(ctx context.Context) *DeleteD4CGCPAccountParams

NewDeleteD4CGCPAccountParamsWithContext creates a new DeleteD4CGCPAccountParams object with the ability to set a context for a request.

func NewDeleteD4CGCPAccountParamsWithHTTPClient added in v0.6.0

func NewDeleteD4CGCPAccountParamsWithHTTPClient(client *http.Client) *DeleteD4CGCPAccountParams

NewDeleteD4CGCPAccountParamsWithHTTPClient creates a new DeleteD4CGCPAccountParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteD4CGCPAccountParamsWithTimeout added in v0.6.0

func NewDeleteD4CGCPAccountParamsWithTimeout(timeout time.Duration) *DeleteD4CGCPAccountParams

NewDeleteD4CGCPAccountParamsWithTimeout creates a new DeleteD4CGCPAccountParams object with the ability to set a timeout on a request.

func (*DeleteD4CGCPAccountParams) SetContext added in v0.6.0

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

SetContext adds the context to the delete d4 c g c p account params

func (*DeleteD4CGCPAccountParams) SetDefaults added in v0.6.0

func (o *DeleteD4CGCPAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete d4 c g c p account params (not the query body).

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

func (*DeleteD4CGCPAccountParams) SetHTTPClient added in v0.6.0

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

SetHTTPClient adds the HTTPClient to the delete d4 c g c p account params

func (*DeleteD4CGCPAccountParams) SetIds added in v0.6.0

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

SetIds adds the ids to the delete d4 c g c p account params

func (*DeleteD4CGCPAccountParams) SetTimeout added in v0.6.0

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

SetTimeout adds the timeout to the delete d4 c g c p account params

func (*DeleteD4CGCPAccountParams) WithContext added in v0.6.0

WithContext adds the context to the delete d4 c g c p account params

func (*DeleteD4CGCPAccountParams) WithDefaults added in v0.6.0

WithDefaults hydrates default values in the delete d4 c g c p account params (not the query body).

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

func (*DeleteD4CGCPAccountParams) WithHTTPClient added in v0.6.0

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

WithHTTPClient adds the HTTPClient to the delete d4 c g c p account params

func (*DeleteD4CGCPAccountParams) WithIds added in v0.6.0

WithIds adds the ids to the delete d4 c g c p account params

func (*DeleteD4CGCPAccountParams) WithTimeout added in v0.6.0

WithTimeout adds the timeout to the delete d4 c g c p account params

func (*DeleteD4CGCPAccountParams) WriteToRequest added in v0.6.0

WriteToRequest writes these params to a swagger request

type DeleteD4CGCPAccountReader added in v0.6.0

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

DeleteD4CGCPAccountReader is a Reader for the DeleteD4CGCPAccount structure.

func (*DeleteD4CGCPAccountReader) ReadResponse added in v0.6.0

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

ReadResponse reads a server response into the received o.

type DeleteD4CGCPAccountTooManyRequests added in v0.6.0

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

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

Too Many Requests

func NewDeleteD4CGCPAccountTooManyRequests added in v0.6.0

func NewDeleteD4CGCPAccountTooManyRequests() *DeleteD4CGCPAccountTooManyRequests

NewDeleteD4CGCPAccountTooManyRequests creates a DeleteD4CGCPAccountTooManyRequests with default headers values

func (*DeleteD4CGCPAccountTooManyRequests) Code added in v0.6.0

Code gets the status code for the delete d4 c g c p account too many requests response

func (*DeleteD4CGCPAccountTooManyRequests) Error added in v0.6.0

func (*DeleteD4CGCPAccountTooManyRequests) GetPayload added in v0.6.0

func (*DeleteD4CGCPAccountTooManyRequests) IsClientError added in v0.6.0

func (o *DeleteD4CGCPAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this delete d4 c g c p account too many requests response has a 4xx status code

func (*DeleteD4CGCPAccountTooManyRequests) IsCode added in v0.6.0

IsCode returns true when this delete d4 c g c p account too many requests response a status code equal to that given

func (*DeleteD4CGCPAccountTooManyRequests) IsRedirect added in v0.6.0

func (o *DeleteD4CGCPAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete d4 c g c p account too many requests response has a 3xx status code

func (*DeleteD4CGCPAccountTooManyRequests) IsServerError added in v0.6.0

func (o *DeleteD4CGCPAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this delete d4 c g c p account too many requests response has a 5xx status code

func (*DeleteD4CGCPAccountTooManyRequests) IsSuccess added in v0.6.0

IsSuccess returns true when this delete d4 c g c p account too many requests response has a 2xx status code

func (*DeleteD4CGCPAccountTooManyRequests) String added in v0.6.0

type DiscoverCloudAzureDownloadCertificateBadRequest added in v0.2.22

type DiscoverCloudAzureDownloadCertificateBadRequest 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.RegistrationAzureDownloadCertificateResponseV1
}

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

Bad Request

func NewDiscoverCloudAzureDownloadCertificateBadRequest added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateBadRequest() *DiscoverCloudAzureDownloadCertificateBadRequest

NewDiscoverCloudAzureDownloadCertificateBadRequest creates a DiscoverCloudAzureDownloadCertificateBadRequest with default headers values

func (*DiscoverCloudAzureDownloadCertificateBadRequest) Code added in v0.2.33

Code gets the status code for the discover cloud azure download certificate bad request response

func (*DiscoverCloudAzureDownloadCertificateBadRequest) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateBadRequest) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate bad request response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate bad request response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate bad request response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate bad request response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate bad request response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateBadRequest) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateForbidden added in v0.2.22

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

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

Forbidden

func NewDiscoverCloudAzureDownloadCertificateForbidden added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateForbidden() *DiscoverCloudAzureDownloadCertificateForbidden

NewDiscoverCloudAzureDownloadCertificateForbidden creates a DiscoverCloudAzureDownloadCertificateForbidden with default headers values

func (*DiscoverCloudAzureDownloadCertificateForbidden) Code added in v0.2.33

Code gets the status code for the discover cloud azure download certificate forbidden response

func (*DiscoverCloudAzureDownloadCertificateForbidden) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateForbidden) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate forbidden response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate forbidden response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate forbidden response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate forbidden response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate forbidden response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateForbidden) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateInternalServerError added in v0.2.22

type DiscoverCloudAzureDownloadCertificateInternalServerError 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.RegistrationAzureDownloadCertificateResponseV1
}

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

Internal Server Error

func NewDiscoverCloudAzureDownloadCertificateInternalServerError added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateInternalServerError() *DiscoverCloudAzureDownloadCertificateInternalServerError

NewDiscoverCloudAzureDownloadCertificateInternalServerError creates a DiscoverCloudAzureDownloadCertificateInternalServerError with default headers values

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) Code added in v0.2.33

Code gets the status code for the discover cloud azure download certificate internal server error response

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate internal server error response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate internal server error response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate internal server error response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate internal server error response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate internal server error response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateInternalServerError) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateOK added in v0.2.22

type DiscoverCloudAzureDownloadCertificateOK 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.RegistrationAzureDownloadCertificateResponseV1
}

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

OK

func NewDiscoverCloudAzureDownloadCertificateOK added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateOK() *DiscoverCloudAzureDownloadCertificateOK

NewDiscoverCloudAzureDownloadCertificateOK creates a DiscoverCloudAzureDownloadCertificateOK with default headers values

func (*DiscoverCloudAzureDownloadCertificateOK) Code added in v0.2.33

Code gets the status code for the discover cloud azure download certificate o k response

func (*DiscoverCloudAzureDownloadCertificateOK) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateOK) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateOK) IsClientError added in v0.2.27

func (o *DiscoverCloudAzureDownloadCertificateOK) IsClientError() bool

IsClientError returns true when this discover cloud azure download certificate o k response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateOK) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate o k response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateOK) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate o k response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateOK) IsServerError added in v0.2.27

func (o *DiscoverCloudAzureDownloadCertificateOK) IsServerError() bool

IsServerError returns true when this discover cloud azure download certificate o k response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateOK) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate o k response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateOK) String added in v0.2.27

type DiscoverCloudAzureDownloadCertificateParams added in v0.2.22

type DiscoverCloudAzureDownloadCertificateParams struct {

	/* Refresh.

	   Setting to true will invalidate the current certificate and generate a new certificate
	*/
	Refresh *bool

	/* TenantID.

	   Azure Tenant ID
	*/
	TenantID []string

	/* YearsValid.

	   Years the certificate should be valid (only used when refresh=true)
	*/
	YearsValid *string

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

DiscoverCloudAzureDownloadCertificateParams contains all the parameters to send to the API endpoint

for the discover cloud azure download certificate operation.

Typically these are written to a http.Request.

func NewDiscoverCloudAzureDownloadCertificateParams added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateParams() *DiscoverCloudAzureDownloadCertificateParams

NewDiscoverCloudAzureDownloadCertificateParams creates a new DiscoverCloudAzureDownloadCertificateParams 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 NewDiscoverCloudAzureDownloadCertificateParamsWithContext added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateParamsWithContext(ctx context.Context) *DiscoverCloudAzureDownloadCertificateParams

NewDiscoverCloudAzureDownloadCertificateParamsWithContext creates a new DiscoverCloudAzureDownloadCertificateParams object with the ability to set a context for a request.

func NewDiscoverCloudAzureDownloadCertificateParamsWithHTTPClient added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateParamsWithHTTPClient(client *http.Client) *DiscoverCloudAzureDownloadCertificateParams

NewDiscoverCloudAzureDownloadCertificateParamsWithHTTPClient creates a new DiscoverCloudAzureDownloadCertificateParams object with the ability to set a custom HTTPClient for a request.

func NewDiscoverCloudAzureDownloadCertificateParamsWithTimeout added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateParamsWithTimeout(timeout time.Duration) *DiscoverCloudAzureDownloadCertificateParams

NewDiscoverCloudAzureDownloadCertificateParamsWithTimeout creates a new DiscoverCloudAzureDownloadCertificateParams object with the ability to set a timeout on a request.

func (*DiscoverCloudAzureDownloadCertificateParams) SetContext added in v0.2.22

SetContext adds the context to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetDefaults added in v0.2.22

SetDefaults hydrates default values in the discover cloud azure download certificate params (not the query body).

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

func (*DiscoverCloudAzureDownloadCertificateParams) SetHTTPClient added in v0.2.22

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

SetHTTPClient adds the HTTPClient to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetRefresh added in v0.2.22

func (o *DiscoverCloudAzureDownloadCertificateParams) SetRefresh(refresh *bool)

SetRefresh adds the refresh to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetTenantID added in v0.2.22

func (o *DiscoverCloudAzureDownloadCertificateParams) SetTenantID(tenantID []string)

SetTenantID adds the tenantId to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetTimeout added in v0.2.22

SetTimeout adds the timeout to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) SetYearsValid added in v0.4.0

func (o *DiscoverCloudAzureDownloadCertificateParams) SetYearsValid(yearsValid *string)

SetYearsValid adds the yearsValid to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithContext added in v0.2.22

WithContext adds the context to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithDefaults added in v0.2.22

WithDefaults hydrates default values in the discover cloud azure download certificate params (not the query body).

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

func (*DiscoverCloudAzureDownloadCertificateParams) WithHTTPClient added in v0.2.22

WithHTTPClient adds the HTTPClient to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithRefresh added in v0.2.22

WithRefresh adds the refresh to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithTenantID added in v0.2.22

WithTenantID adds the tenantID to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithTimeout added in v0.2.22

WithTimeout adds the timeout to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WithYearsValid added in v0.4.0

WithYearsValid adds the yearsValid to the discover cloud azure download certificate params

func (*DiscoverCloudAzureDownloadCertificateParams) WriteToRequest added in v0.2.22

WriteToRequest writes these params to a swagger request

type DiscoverCloudAzureDownloadCertificateReader added in v0.2.22

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

DiscoverCloudAzureDownloadCertificateReader is a Reader for the DiscoverCloudAzureDownloadCertificate structure.

func (*DiscoverCloudAzureDownloadCertificateReader) ReadResponse added in v0.2.22

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

ReadResponse reads a server response into the received o.

type DiscoverCloudAzureDownloadCertificateTooManyRequests added in v0.2.22

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

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

Too Many Requests

func NewDiscoverCloudAzureDownloadCertificateTooManyRequests added in v0.2.22

func NewDiscoverCloudAzureDownloadCertificateTooManyRequests() *DiscoverCloudAzureDownloadCertificateTooManyRequests

NewDiscoverCloudAzureDownloadCertificateTooManyRequests creates a DiscoverCloudAzureDownloadCertificateTooManyRequests with default headers values

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) Code added in v0.2.33

Code gets the status code for the discover cloud azure download certificate too many requests response

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) Error added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) GetPayload added in v0.2.22

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this discover cloud azure download certificate too many requests response has a 4xx status code

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this discover cloud azure download certificate too many requests response a status code equal to that given

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this discover cloud azure download certificate too many requests response has a 3xx status code

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this discover cloud azure download certificate too many requests response has a 5xx status code

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this discover cloud azure download certificate too many requests response has a 2xx status code

func (*DiscoverCloudAzureDownloadCertificateTooManyRequests) String added in v0.2.27

type GetD4CAWSAccountScriptsAttachmentBadRequest added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentBadRequest 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.RegistrationAWSProvisionGetAccountScriptResponseV2
}

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

Bad Request

func NewGetD4CAWSAccountScriptsAttachmentBadRequest added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentBadRequest() *GetD4CAWSAccountScriptsAttachmentBadRequest

NewGetD4CAWSAccountScriptsAttachmentBadRequest creates a GetD4CAWSAccountScriptsAttachmentBadRequest with default headers values

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) Code added in v0.2.33

Code gets the status code for the get d4 c a w s account scripts attachment bad request response

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c a w s account scripts attachment bad request response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment bad request response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c a w s account scripts attachment bad request response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c a w s account scripts attachment bad request response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment bad request response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentBadRequest) String added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentForbidden added in v0.2.29

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

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

Forbidden

func NewGetD4CAWSAccountScriptsAttachmentForbidden added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentForbidden() *GetD4CAWSAccountScriptsAttachmentForbidden

NewGetD4CAWSAccountScriptsAttachmentForbidden creates a GetD4CAWSAccountScriptsAttachmentForbidden with default headers values

func (*GetD4CAWSAccountScriptsAttachmentForbidden) Code added in v0.2.33

Code gets the status code for the get d4 c a w s account scripts attachment forbidden response

func (*GetD4CAWSAccountScriptsAttachmentForbidden) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentForbidden) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c a w s account scripts attachment forbidden response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment forbidden response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c a w s account scripts attachment forbidden response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c a w s account scripts attachment forbidden response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentForbidden) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment forbidden response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentForbidden) String added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentInternalServerError added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentInternalServerError 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.RegistrationAWSProvisionGetAccountScriptResponseV2
}

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

Internal Server Error

func NewGetD4CAWSAccountScriptsAttachmentInternalServerError added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentInternalServerError() *GetD4CAWSAccountScriptsAttachmentInternalServerError

NewGetD4CAWSAccountScriptsAttachmentInternalServerError creates a GetD4CAWSAccountScriptsAttachmentInternalServerError with default headers values

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) Code added in v0.2.33

Code gets the status code for the get d4 c a w s account scripts attachment internal server error response

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c a w s account scripts attachment internal server error response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment internal server error response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c a w s account scripts attachment internal server error response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c a w s account scripts attachment internal server error response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment internal server error response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentInternalServerError) String added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentOK added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentOK 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.RegistrationAWSProvisionGetAccountScriptResponseV2
}

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

OK

func NewGetD4CAWSAccountScriptsAttachmentOK added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentOK() *GetD4CAWSAccountScriptsAttachmentOK

NewGetD4CAWSAccountScriptsAttachmentOK creates a GetD4CAWSAccountScriptsAttachmentOK with default headers values

func (*GetD4CAWSAccountScriptsAttachmentOK) Code added in v0.2.33

Code gets the status code for the get d4 c a w s account scripts attachment o k response

func (*GetD4CAWSAccountScriptsAttachmentOK) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentOK) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentOK) IsClientError added in v0.2.29

func (o *GetD4CAWSAccountScriptsAttachmentOK) IsClientError() bool

IsClientError returns true when this get d4 c a w s account scripts attachment o k response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentOK) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment o k response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentOK) IsRedirect added in v0.2.29

func (o *GetD4CAWSAccountScriptsAttachmentOK) IsRedirect() bool

IsRedirect returns true when this get d4 c a w s account scripts attachment o k response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentOK) IsServerError added in v0.2.29

func (o *GetD4CAWSAccountScriptsAttachmentOK) IsServerError() bool

IsServerError returns true when this get d4 c a w s account scripts attachment o k response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentOK) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment o k response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentOK) String added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentParams added in v0.2.29

type GetD4CAWSAccountScriptsAttachmentParams struct {

	/* Ids.

	   AWS account IDs
	*/
	Ids []string

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

GetD4CAWSAccountScriptsAttachmentParams contains all the parameters to send to the API endpoint

for the get d4 c a w s account scripts attachment operation.

Typically these are written to a http.Request.

func NewGetD4CAWSAccountScriptsAttachmentParams added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentParams() *GetD4CAWSAccountScriptsAttachmentParams

NewGetD4CAWSAccountScriptsAttachmentParams creates a new GetD4CAWSAccountScriptsAttachmentParams 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 NewGetD4CAWSAccountScriptsAttachmentParamsWithContext added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentParamsWithContext(ctx context.Context) *GetD4CAWSAccountScriptsAttachmentParams

NewGetD4CAWSAccountScriptsAttachmentParamsWithContext creates a new GetD4CAWSAccountScriptsAttachmentParams object with the ability to set a context for a request.

func NewGetD4CAWSAccountScriptsAttachmentParamsWithHTTPClient added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetD4CAWSAccountScriptsAttachmentParams

NewGetD4CAWSAccountScriptsAttachmentParamsWithHTTPClient creates a new GetD4CAWSAccountScriptsAttachmentParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CAWSAccountScriptsAttachmentParamsWithTimeout added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetD4CAWSAccountScriptsAttachmentParams

NewGetD4CAWSAccountScriptsAttachmentParamsWithTimeout creates a new GetD4CAWSAccountScriptsAttachmentParams object with the ability to set a timeout on a request.

func (*GetD4CAWSAccountScriptsAttachmentParams) SetContext added in v0.2.29

SetContext adds the context to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) SetDefaults added in v0.2.29

func (o *GetD4CAWSAccountScriptsAttachmentParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c a w s account scripts attachment params (not the query body).

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

func (*GetD4CAWSAccountScriptsAttachmentParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) SetIds added in v0.2.29

SetIds adds the ids to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WithContext added in v0.2.29

WithContext adds the context to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the get d4 c a w s account scripts attachment params (not the query body).

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

func (*GetD4CAWSAccountScriptsAttachmentParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WithIds added in v0.2.29

WithIds adds the ids to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the get d4 c a w s account scripts attachment params

func (*GetD4CAWSAccountScriptsAttachmentParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type GetD4CAWSAccountScriptsAttachmentReader added in v0.2.29

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

GetD4CAWSAccountScriptsAttachmentReader is a Reader for the GetD4CAWSAccountScriptsAttachment structure.

func (*GetD4CAWSAccountScriptsAttachmentReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type GetD4CAWSAccountScriptsAttachmentTooManyRequests added in v0.2.29

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

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

Too Many Requests

func NewGetD4CAWSAccountScriptsAttachmentTooManyRequests added in v0.2.29

func NewGetD4CAWSAccountScriptsAttachmentTooManyRequests() *GetD4CAWSAccountScriptsAttachmentTooManyRequests

NewGetD4CAWSAccountScriptsAttachmentTooManyRequests creates a GetD4CAWSAccountScriptsAttachmentTooManyRequests with default headers values

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) Code added in v0.2.33

Code gets the status code for the get d4 c a w s account scripts attachment too many requests response

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) Error added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) GetPayload added in v0.2.29

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c a w s account scripts attachment too many requests response has a 4xx status code

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this get d4 c a w s account scripts attachment too many requests response a status code equal to that given

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c a w s account scripts attachment too many requests response has a 3xx status code

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c a w s account scripts attachment too many requests response has a 5xx status code

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c a w s account scripts attachment too many requests response has a 2xx status code

func (*GetD4CAWSAccountScriptsAttachmentTooManyRequests) String added in v0.2.29

type GetD4CAwsAccountBadRequest added in v0.2.29

type GetD4CAwsAccountBadRequest 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.RegistrationAWSAccountResponseV2
}

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

Bad Request

func NewGetD4CAwsAccountBadRequest added in v0.2.29

func NewGetD4CAwsAccountBadRequest() *GetD4CAwsAccountBadRequest

NewGetD4CAwsAccountBadRequest creates a GetD4CAwsAccountBadRequest with default headers values

func (*GetD4CAwsAccountBadRequest) Code added in v0.2.33

func (o *GetD4CAwsAccountBadRequest) Code() int

Code gets the status code for the get d4 c aws account bad request response

func (*GetD4CAwsAccountBadRequest) Error added in v0.2.29

func (*GetD4CAwsAccountBadRequest) GetPayload added in v0.2.29

func (*GetD4CAwsAccountBadRequest) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) IsClientError() bool

IsClientError returns true when this get d4 c aws account bad request response has a 4xx status code

func (*GetD4CAwsAccountBadRequest) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account bad request response a status code equal to that given

func (*GetD4CAwsAccountBadRequest) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account bad request response has a 3xx status code

func (*GetD4CAwsAccountBadRequest) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) IsServerError() bool

IsServerError returns true when this get d4 c aws account bad request response has a 5xx status code

func (*GetD4CAwsAccountBadRequest) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account bad request response has a 2xx status code

func (*GetD4CAwsAccountBadRequest) String added in v0.2.29

func (o *GetD4CAwsAccountBadRequest) String() string

type GetD4CAwsAccountForbidden added in v0.2.29

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

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

Forbidden

func NewGetD4CAwsAccountForbidden added in v0.2.29

func NewGetD4CAwsAccountForbidden() *GetD4CAwsAccountForbidden

NewGetD4CAwsAccountForbidden creates a GetD4CAwsAccountForbidden with default headers values

func (*GetD4CAwsAccountForbidden) Code added in v0.2.33

func (o *GetD4CAwsAccountForbidden) Code() int

Code gets the status code for the get d4 c aws account forbidden response

func (*GetD4CAwsAccountForbidden) Error added in v0.2.29

func (o *GetD4CAwsAccountForbidden) Error() string

func (*GetD4CAwsAccountForbidden) GetPayload added in v0.2.29

func (*GetD4CAwsAccountForbidden) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountForbidden) IsClientError() bool

IsClientError returns true when this get d4 c aws account forbidden response has a 4xx status code

func (*GetD4CAwsAccountForbidden) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account forbidden response a status code equal to that given

func (*GetD4CAwsAccountForbidden) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account forbidden response has a 3xx status code

func (*GetD4CAwsAccountForbidden) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountForbidden) IsServerError() bool

IsServerError returns true when this get d4 c aws account forbidden response has a 5xx status code

func (*GetD4CAwsAccountForbidden) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account forbidden response has a 2xx status code

func (*GetD4CAwsAccountForbidden) String added in v0.2.29

func (o *GetD4CAwsAccountForbidden) String() string

type GetD4CAwsAccountInternalServerError added in v0.2.29

type GetD4CAwsAccountInternalServerError 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.RegistrationAWSAccountResponseV2
}

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

Internal Server Error

func NewGetD4CAwsAccountInternalServerError added in v0.2.29

func NewGetD4CAwsAccountInternalServerError() *GetD4CAwsAccountInternalServerError

NewGetD4CAwsAccountInternalServerError creates a GetD4CAwsAccountInternalServerError with default headers values

func (*GetD4CAwsAccountInternalServerError) Code added in v0.2.33

Code gets the status code for the get d4 c aws account internal server error response

func (*GetD4CAwsAccountInternalServerError) Error added in v0.2.29

func (*GetD4CAwsAccountInternalServerError) GetPayload added in v0.2.29

func (*GetD4CAwsAccountInternalServerError) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountInternalServerError) IsClientError() bool

IsClientError returns true when this get d4 c aws account internal server error response has a 4xx status code

func (*GetD4CAwsAccountInternalServerError) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws account internal server error response a status code equal to that given

func (*GetD4CAwsAccountInternalServerError) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountInternalServerError) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account internal server error response has a 3xx status code

func (*GetD4CAwsAccountInternalServerError) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountInternalServerError) IsServerError() bool

IsServerError returns true when this get d4 c aws account internal server error response has a 5xx status code

func (*GetD4CAwsAccountInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws account internal server error response has a 2xx status code

func (*GetD4CAwsAccountInternalServerError) String added in v0.2.29

type GetD4CAwsAccountMultiStatus added in v0.2.29

type GetD4CAwsAccountMultiStatus 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.RegistrationAWSAccountResponseV2
}

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

Multi-Status

func NewGetD4CAwsAccountMultiStatus added in v0.2.29

func NewGetD4CAwsAccountMultiStatus() *GetD4CAwsAccountMultiStatus

NewGetD4CAwsAccountMultiStatus creates a GetD4CAwsAccountMultiStatus with default headers values

func (*GetD4CAwsAccountMultiStatus) Code added in v0.2.33

func (o *GetD4CAwsAccountMultiStatus) Code() int

Code gets the status code for the get d4 c aws account multi status response

func (*GetD4CAwsAccountMultiStatus) Error added in v0.2.29

func (*GetD4CAwsAccountMultiStatus) GetPayload added in v0.2.29

func (*GetD4CAwsAccountMultiStatus) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) IsClientError() bool

IsClientError returns true when this get d4 c aws account multi status response has a 4xx status code

func (*GetD4CAwsAccountMultiStatus) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account multi status response a status code equal to that given

func (*GetD4CAwsAccountMultiStatus) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account multi status response has a 3xx status code

func (*GetD4CAwsAccountMultiStatus) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) IsServerError() bool

IsServerError returns true when this get d4 c aws account multi status response has a 5xx status code

func (*GetD4CAwsAccountMultiStatus) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account multi status response has a 2xx status code

func (*GetD4CAwsAccountMultiStatus) String added in v0.2.29

func (o *GetD4CAwsAccountMultiStatus) String() string

type GetD4CAwsAccountOK added in v0.2.29

type GetD4CAwsAccountOK 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.RegistrationAWSAccountResponseV2
}

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

OK

func NewGetD4CAwsAccountOK added in v0.2.29

func NewGetD4CAwsAccountOK() *GetD4CAwsAccountOK

NewGetD4CAwsAccountOK creates a GetD4CAwsAccountOK with default headers values

func (*GetD4CAwsAccountOK) Code added in v0.2.33

func (o *GetD4CAwsAccountOK) Code() int

Code gets the status code for the get d4 c aws account o k response

func (*GetD4CAwsAccountOK) Error added in v0.2.29

func (o *GetD4CAwsAccountOK) Error() string

func (*GetD4CAwsAccountOK) GetPayload added in v0.2.29

func (*GetD4CAwsAccountOK) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountOK) IsClientError() bool

IsClientError returns true when this get d4 c aws account o k response has a 4xx status code

func (*GetD4CAwsAccountOK) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account o k response a status code equal to that given

func (*GetD4CAwsAccountOK) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountOK) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account o k response has a 3xx status code

func (*GetD4CAwsAccountOK) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountOK) IsServerError() bool

IsServerError returns true when this get d4 c aws account o k response has a 5xx status code

func (*GetD4CAwsAccountOK) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountOK) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account o k response has a 2xx status code

func (*GetD4CAwsAccountOK) String added in v0.2.29

func (o *GetD4CAwsAccountOK) String() string

type GetD4CAwsAccountParams added in v0.2.29

type GetD4CAwsAccountParams struct {

	/* Ids.

	   AWS account IDs
	*/
	Ids []string

	/* Limit.

	   The maximum records to return. Defaults to 100.

	   Default: 100
	*/
	Limit *int64

	/* Migrated.

	   Only return migrated d4c accounts
	*/
	Migrated *string

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* OrganizationIds.

	   AWS organization IDs
	*/
	OrganizationIds []string

	/* ScanType.

	   Type of scan, dry or full, to perform on selected accounts
	*/
	ScanType *string

	/* Status.

	   Account status to filter results by.
	*/
	Status *string

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

GetD4CAwsAccountParams contains all the parameters to send to the API endpoint

for the get d4 c aws account operation.

Typically these are written to a http.Request.

func NewGetD4CAwsAccountParams added in v0.2.29

func NewGetD4CAwsAccountParams() *GetD4CAwsAccountParams

NewGetD4CAwsAccountParams creates a new GetD4CAwsAccountParams 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 NewGetD4CAwsAccountParamsWithContext added in v0.2.29

func NewGetD4CAwsAccountParamsWithContext(ctx context.Context) *GetD4CAwsAccountParams

NewGetD4CAwsAccountParamsWithContext creates a new GetD4CAwsAccountParams object with the ability to set a context for a request.

func NewGetD4CAwsAccountParamsWithHTTPClient added in v0.2.29

func NewGetD4CAwsAccountParamsWithHTTPClient(client *http.Client) *GetD4CAwsAccountParams

NewGetD4CAwsAccountParamsWithHTTPClient creates a new GetD4CAwsAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CAwsAccountParamsWithTimeout added in v0.2.29

func NewGetD4CAwsAccountParamsWithTimeout(timeout time.Duration) *GetD4CAwsAccountParams

NewGetD4CAwsAccountParamsWithTimeout creates a new GetD4CAwsAccountParams object with the ability to set a timeout on a request.

func (*GetD4CAwsAccountParams) SetContext added in v0.2.29

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

SetContext adds the context to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetDefaults added in v0.2.29

func (o *GetD4CAwsAccountParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c aws account params (not the query body).

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

func (*GetD4CAwsAccountParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetIds added in v0.2.29

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

SetIds adds the ids to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetLimit added in v0.2.29

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

SetLimit adds the limit to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetMigrated added in v0.2.29

func (o *GetD4CAwsAccountParams) SetMigrated(migrated *string)

SetMigrated adds the migrated to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetOffset added in v0.2.29

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

SetOffset adds the offset to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetOrganizationIds added in v0.2.29

func (o *GetD4CAwsAccountParams) SetOrganizationIds(organizationIds []string)

SetOrganizationIds adds the organizationIds to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetScanType added in v0.2.29

func (o *GetD4CAwsAccountParams) SetScanType(scanType *string)

SetScanType adds the scanType to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetStatus added in v0.2.29

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

SetStatus adds the status to the get d4 c aws account params

func (*GetD4CAwsAccountParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithContext added in v0.2.29

WithContext adds the context to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the get d4 c aws account params (not the query body).

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

func (*GetD4CAwsAccountParams) WithHTTPClient added in v0.2.29

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

WithHTTPClient adds the HTTPClient to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithIds added in v0.2.29

WithIds adds the ids to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithLimit added in v0.2.29

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

WithLimit adds the limit to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithMigrated added in v0.2.29

func (o *GetD4CAwsAccountParams) WithMigrated(migrated *string) *GetD4CAwsAccountParams

WithMigrated adds the migrated to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithOffset added in v0.2.29

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

WithOffset adds the offset to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithOrganizationIds added in v0.2.29

func (o *GetD4CAwsAccountParams) WithOrganizationIds(organizationIds []string) *GetD4CAwsAccountParams

WithOrganizationIds adds the organizationIds to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithScanType added in v0.2.29

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

WithScanType adds the scanType to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithStatus added in v0.2.29

func (o *GetD4CAwsAccountParams) WithStatus(status *string) *GetD4CAwsAccountParams

WithStatus adds the status to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the get d4 c aws account params

func (*GetD4CAwsAccountParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type GetD4CAwsAccountReader added in v0.2.29

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

GetD4CAwsAccountReader is a Reader for the GetD4CAwsAccount structure.

func (*GetD4CAwsAccountReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type GetD4CAwsAccountTooManyRequests added in v0.2.29

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

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

Too Many Requests

func NewGetD4CAwsAccountTooManyRequests added in v0.2.29

func NewGetD4CAwsAccountTooManyRequests() *GetD4CAwsAccountTooManyRequests

NewGetD4CAwsAccountTooManyRequests creates a GetD4CAwsAccountTooManyRequests with default headers values

func (*GetD4CAwsAccountTooManyRequests) Code added in v0.2.33

Code gets the status code for the get d4 c aws account too many requests response

func (*GetD4CAwsAccountTooManyRequests) Error added in v0.2.29

func (*GetD4CAwsAccountTooManyRequests) GetPayload added in v0.2.29

func (*GetD4CAwsAccountTooManyRequests) IsClientError added in v0.2.29

func (o *GetD4CAwsAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this get d4 c aws account too many requests response has a 4xx status code

func (*GetD4CAwsAccountTooManyRequests) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws account too many requests response a status code equal to that given

func (*GetD4CAwsAccountTooManyRequests) IsRedirect added in v0.2.29

func (o *GetD4CAwsAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get d4 c aws account too many requests response has a 3xx status code

func (*GetD4CAwsAccountTooManyRequests) IsServerError added in v0.2.29

func (o *GetD4CAwsAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this get d4 c aws account too many requests response has a 5xx status code

func (*GetD4CAwsAccountTooManyRequests) IsSuccess added in v0.2.29

func (o *GetD4CAwsAccountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get d4 c aws account too many requests response has a 2xx status code

func (*GetD4CAwsAccountTooManyRequests) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsBadRequest added in v0.2.29

type GetD4CAwsConsoleSetupURLsBadRequest 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.RegistrationAWSAccountConsoleURL
}

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

Bad Request

func NewGetD4CAwsConsoleSetupURLsBadRequest added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsBadRequest() *GetD4CAwsConsoleSetupURLsBadRequest

NewGetD4CAwsConsoleSetupURLsBadRequest creates a GetD4CAwsConsoleSetupURLsBadRequest with default headers values

func (*GetD4CAwsConsoleSetupURLsBadRequest) Code added in v0.2.33

Code gets the status code for the get d4 c aws console setup u r ls bad request response

func (*GetD4CAwsConsoleSetupURLsBadRequest) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsBadRequest) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsClientError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsBadRequest) IsClientError() bool

IsClientError returns true when this get d4 c aws console setup u r ls bad request response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls bad request response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsRedirect added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsBadRequest) IsRedirect() bool

IsRedirect returns true when this get d4 c aws console setup u r ls bad request response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsServerError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsBadRequest) IsServerError() bool

IsServerError returns true when this get d4 c aws console setup u r ls bad request response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsBadRequest) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls bad request response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsBadRequest) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsForbidden added in v0.2.29

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

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

Forbidden

func NewGetD4CAwsConsoleSetupURLsForbidden added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsForbidden() *GetD4CAwsConsoleSetupURLsForbidden

NewGetD4CAwsConsoleSetupURLsForbidden creates a GetD4CAwsConsoleSetupURLsForbidden with default headers values

func (*GetD4CAwsConsoleSetupURLsForbidden) Code added in v0.2.33

Code gets the status code for the get d4 c aws console setup u r ls forbidden response

func (*GetD4CAwsConsoleSetupURLsForbidden) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsForbidden) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsForbidden) IsClientError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsForbidden) IsClientError() bool

IsClientError returns true when this get d4 c aws console setup u r ls forbidden response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsForbidden) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls forbidden response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsForbidden) IsRedirect added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsForbidden) IsRedirect() bool

IsRedirect returns true when this get d4 c aws console setup u r ls forbidden response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsForbidden) IsServerError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsForbidden) IsServerError() bool

IsServerError returns true when this get d4 c aws console setup u r ls forbidden response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsForbidden) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls forbidden response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsForbidden) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsInternalServerError added in v0.2.29

type GetD4CAwsConsoleSetupURLsInternalServerError 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.RegistrationAWSAccountConsoleURL
}

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

Internal Server Error

func NewGetD4CAwsConsoleSetupURLsInternalServerError added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsInternalServerError() *GetD4CAwsConsoleSetupURLsInternalServerError

NewGetD4CAwsConsoleSetupURLsInternalServerError creates a GetD4CAwsConsoleSetupURLsInternalServerError with default headers values

func (*GetD4CAwsConsoleSetupURLsInternalServerError) Code added in v0.2.33

Code gets the status code for the get d4 c aws console setup u r ls internal server error response

func (*GetD4CAwsConsoleSetupURLsInternalServerError) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsInternalServerError) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c aws console setup u r ls internal server error response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls internal server error response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c aws console setup u r ls internal server error response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c aws console setup u r ls internal server error response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsInternalServerError) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls internal server error response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsInternalServerError) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsMultiStatus added in v0.2.29

type GetD4CAwsConsoleSetupURLsMultiStatus 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.RegistrationAWSAccountConsoleURL
}

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

Multi-Status

func NewGetD4CAwsConsoleSetupURLsMultiStatus added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsMultiStatus() *GetD4CAwsConsoleSetupURLsMultiStatus

NewGetD4CAwsConsoleSetupURLsMultiStatus creates a GetD4CAwsConsoleSetupURLsMultiStatus with default headers values

func (*GetD4CAwsConsoleSetupURLsMultiStatus) Code added in v0.2.33

Code gets the status code for the get d4 c aws console setup u r ls multi status response

func (*GetD4CAwsConsoleSetupURLsMultiStatus) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsMultiStatus) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsClientError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsMultiStatus) IsClientError() bool

IsClientError returns true when this get d4 c aws console setup u r ls multi status response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls multi status response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c aws console setup u r ls multi status response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsServerError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsMultiStatus) IsServerError() bool

IsServerError returns true when this get d4 c aws console setup u r ls multi status response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsMultiStatus) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls multi status response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsMultiStatus) String added in v0.2.29

type GetD4CAwsConsoleSetupURLsOK added in v0.2.29

type GetD4CAwsConsoleSetupURLsOK 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.RegistrationAWSAccountConsoleURL
}

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

OK

func NewGetD4CAwsConsoleSetupURLsOK added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsOK() *GetD4CAwsConsoleSetupURLsOK

NewGetD4CAwsConsoleSetupURLsOK creates a GetD4CAwsConsoleSetupURLsOK with default headers values

func (*GetD4CAwsConsoleSetupURLsOK) Code added in v0.2.33

func (o *GetD4CAwsConsoleSetupURLsOK) Code() int

Code gets the status code for the get d4 c aws console setup u r ls o k response

func (*GetD4CAwsConsoleSetupURLsOK) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsOK) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsOK) IsClientError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) IsClientError() bool

IsClientError returns true when this get d4 c aws console setup u r ls o k response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsOK) IsCode added in v0.2.29

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

IsCode returns true when this get d4 c aws console setup u r ls o k response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsOK) IsRedirect added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) IsRedirect() bool

IsRedirect returns true when this get d4 c aws console setup u r ls o k response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsOK) IsServerError added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) IsServerError() bool

IsServerError returns true when this get d4 c aws console setup u r ls o k response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsOK) IsSuccess added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) IsSuccess() bool

IsSuccess returns true when this get d4 c aws console setup u r ls o k response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsOK) String added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsOK) String() string

type GetD4CAwsConsoleSetupURLsParams added in v0.2.29

type GetD4CAwsConsoleSetupURLsParams struct {

	/* Region.

	   Region
	*/
	Region *string

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

GetD4CAwsConsoleSetupURLsParams contains all the parameters to send to the API endpoint

for the get d4 c aws console setup u r ls operation.

Typically these are written to a http.Request.

func NewGetD4CAwsConsoleSetupURLsParams added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsParams() *GetD4CAwsConsoleSetupURLsParams

NewGetD4CAwsConsoleSetupURLsParams creates a new GetD4CAwsConsoleSetupURLsParams 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 NewGetD4CAwsConsoleSetupURLsParamsWithContext added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsParamsWithContext(ctx context.Context) *GetD4CAwsConsoleSetupURLsParams

NewGetD4CAwsConsoleSetupURLsParamsWithContext creates a new GetD4CAwsConsoleSetupURLsParams object with the ability to set a context for a request.

func NewGetD4CAwsConsoleSetupURLsParamsWithHTTPClient added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsParamsWithHTTPClient(client *http.Client) *GetD4CAwsConsoleSetupURLsParams

NewGetD4CAwsConsoleSetupURLsParamsWithHTTPClient creates a new GetD4CAwsConsoleSetupURLsParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CAwsConsoleSetupURLsParamsWithTimeout added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsParamsWithTimeout(timeout time.Duration) *GetD4CAwsConsoleSetupURLsParams

NewGetD4CAwsConsoleSetupURLsParamsWithTimeout creates a new GetD4CAwsConsoleSetupURLsParams object with the ability to set a timeout on a request.

func (*GetD4CAwsConsoleSetupURLsParams) SetContext added in v0.2.29

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

SetContext adds the context to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) SetDefaults added in v0.2.29

func (o *GetD4CAwsConsoleSetupURLsParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c aws console setup u r ls params (not the query body).

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

func (*GetD4CAwsConsoleSetupURLsParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) SetRegion added in v0.2.29

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

SetRegion adds the region to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WithContext added in v0.2.29

WithContext adds the context to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the get d4 c aws console setup u r ls params (not the query body).

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

func (*GetD4CAwsConsoleSetupURLsParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WithRegion added in v0.2.29

WithRegion adds the region to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the get d4 c aws console setup u r ls params

func (*GetD4CAwsConsoleSetupURLsParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type GetD4CAwsConsoleSetupURLsReader added in v0.2.29

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

GetD4CAwsConsoleSetupURLsReader is a Reader for the GetD4CAwsConsoleSetupURLs structure.

func (*GetD4CAwsConsoleSetupURLsReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type GetD4CAwsConsoleSetupURLsTooManyRequests added in v0.2.29

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

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

Too Many Requests

func NewGetD4CAwsConsoleSetupURLsTooManyRequests added in v0.2.29

func NewGetD4CAwsConsoleSetupURLsTooManyRequests() *GetD4CAwsConsoleSetupURLsTooManyRequests

NewGetD4CAwsConsoleSetupURLsTooManyRequests creates a GetD4CAwsConsoleSetupURLsTooManyRequests with default headers values

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get d4 c aws console setup u r ls too many requests response

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) Error added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) GetPayload added in v0.2.29

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsClientError added in v0.2.29

IsClientError returns true when this get d4 c aws console setup u r ls too many requests response has a 4xx status code

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this get d4 c aws console setup u r ls too many requests response a status code equal to that given

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsRedirect added in v0.2.29

IsRedirect returns true when this get d4 c aws console setup u r ls too many requests response has a 3xx status code

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsServerError added in v0.2.29

IsServerError returns true when this get d4 c aws console setup u r ls too many requests response has a 5xx status code

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this get d4 c aws console setup u r ls too many requests response has a 2xx status code

func (*GetD4CAwsConsoleSetupURLsTooManyRequests) String added in v0.2.29

type GetD4CGCPServiceAccountsExtBadRequest added in v0.6.0

type GetD4CGCPServiceAccountsExtBadRequest 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.RegistrationGCPServiceAccountResponseExtV1
}

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

Bad Request

func NewGetD4CGCPServiceAccountsExtBadRequest added in v0.6.0

func NewGetD4CGCPServiceAccountsExtBadRequest() *GetD4CGCPServiceAccountsExtBadRequest

NewGetD4CGCPServiceAccountsExtBadRequest creates a GetD4CGCPServiceAccountsExtBadRequest with default headers values

func (*GetD4CGCPServiceAccountsExtBadRequest) Code added in v0.6.0

Code gets the status code for the get d4 c g c p service accounts ext bad request response

func (*GetD4CGCPServiceAccountsExtBadRequest) Error added in v0.6.0

func (*GetD4CGCPServiceAccountsExtBadRequest) GetPayload added in v0.6.0

func (*GetD4CGCPServiceAccountsExtBadRequest) IsClientError added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtBadRequest) IsClientError() bool

IsClientError returns true when this get d4 c g c p service accounts ext bad request response has a 4xx status code

func (*GetD4CGCPServiceAccountsExtBadRequest) IsCode added in v0.6.0

IsCode returns true when this get d4 c g c p service accounts ext bad request response a status code equal to that given

func (*GetD4CGCPServiceAccountsExtBadRequest) IsRedirect added in v0.6.0

IsRedirect returns true when this get d4 c g c p service accounts ext bad request response has a 3xx status code

func (*GetD4CGCPServiceAccountsExtBadRequest) IsServerError added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtBadRequest) IsServerError() bool

IsServerError returns true when this get d4 c g c p service accounts ext bad request response has a 5xx status code

func (*GetD4CGCPServiceAccountsExtBadRequest) IsSuccess added in v0.6.0

IsSuccess returns true when this get d4 c g c p service accounts ext bad request response has a 2xx status code

func (*GetD4CGCPServiceAccountsExtBadRequest) String added in v0.6.0

type GetD4CGCPServiceAccountsExtForbidden added in v0.6.0

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

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

Forbidden

func NewGetD4CGCPServiceAccountsExtForbidden added in v0.6.0

func NewGetD4CGCPServiceAccountsExtForbidden() *GetD4CGCPServiceAccountsExtForbidden

NewGetD4CGCPServiceAccountsExtForbidden creates a GetD4CGCPServiceAccountsExtForbidden with default headers values

func (*GetD4CGCPServiceAccountsExtForbidden) Code added in v0.6.0

Code gets the status code for the get d4 c g c p service accounts ext forbidden response

func (*GetD4CGCPServiceAccountsExtForbidden) Error added in v0.6.0

func (*GetD4CGCPServiceAccountsExtForbidden) GetPayload added in v0.6.0

func (*GetD4CGCPServiceAccountsExtForbidden) IsClientError added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtForbidden) IsClientError() bool

IsClientError returns true when this get d4 c g c p service accounts ext forbidden response has a 4xx status code

func (*GetD4CGCPServiceAccountsExtForbidden) IsCode added in v0.6.0

IsCode returns true when this get d4 c g c p service accounts ext forbidden response a status code equal to that given

func (*GetD4CGCPServiceAccountsExtForbidden) IsRedirect added in v0.6.0

IsRedirect returns true when this get d4 c g c p service accounts ext forbidden response has a 3xx status code

func (*GetD4CGCPServiceAccountsExtForbidden) IsServerError added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtForbidden) IsServerError() bool

IsServerError returns true when this get d4 c g c p service accounts ext forbidden response has a 5xx status code

func (*GetD4CGCPServiceAccountsExtForbidden) IsSuccess added in v0.6.0

IsSuccess returns true when this get d4 c g c p service accounts ext forbidden response has a 2xx status code

func (*GetD4CGCPServiceAccountsExtForbidden) String added in v0.6.0

type GetD4CGCPServiceAccountsExtInternalServerError added in v0.6.0

type GetD4CGCPServiceAccountsExtInternalServerError 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.RegistrationGCPServiceAccountResponseExtV1
}

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

Internal Server Error

func NewGetD4CGCPServiceAccountsExtInternalServerError added in v0.6.0

func NewGetD4CGCPServiceAccountsExtInternalServerError() *GetD4CGCPServiceAccountsExtInternalServerError

NewGetD4CGCPServiceAccountsExtInternalServerError creates a GetD4CGCPServiceAccountsExtInternalServerError with default headers values

func (*GetD4CGCPServiceAccountsExtInternalServerError) Code added in v0.6.0

Code gets the status code for the get d4 c g c p service accounts ext internal server error response

func (*GetD4CGCPServiceAccountsExtInternalServerError) Error added in v0.6.0

func (*GetD4CGCPServiceAccountsExtInternalServerError) GetPayload added in v0.6.0

func (*GetD4CGCPServiceAccountsExtInternalServerError) IsClientError added in v0.6.0

IsClientError returns true when this get d4 c g c p service accounts ext internal server error response has a 4xx status code

func (*GetD4CGCPServiceAccountsExtInternalServerError) IsCode added in v0.6.0

IsCode returns true when this get d4 c g c p service accounts ext internal server error response a status code equal to that given

func (*GetD4CGCPServiceAccountsExtInternalServerError) IsRedirect added in v0.6.0

IsRedirect returns true when this get d4 c g c p service accounts ext internal server error response has a 3xx status code

func (*GetD4CGCPServiceAccountsExtInternalServerError) IsServerError added in v0.6.0

IsServerError returns true when this get d4 c g c p service accounts ext internal server error response has a 5xx status code

func (*GetD4CGCPServiceAccountsExtInternalServerError) IsSuccess added in v0.6.0

IsSuccess returns true when this get d4 c g c p service accounts ext internal server error response has a 2xx status code

func (*GetD4CGCPServiceAccountsExtInternalServerError) String added in v0.6.0

type GetD4CGCPServiceAccountsExtOK added in v0.6.0

type GetD4CGCPServiceAccountsExtOK 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.RegistrationGCPServiceAccountResponseExtV1
}

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

OK

func NewGetD4CGCPServiceAccountsExtOK added in v0.6.0

func NewGetD4CGCPServiceAccountsExtOK() *GetD4CGCPServiceAccountsExtOK

NewGetD4CGCPServiceAccountsExtOK creates a GetD4CGCPServiceAccountsExtOK with default headers values

func (*GetD4CGCPServiceAccountsExtOK) Code added in v0.6.0

Code gets the status code for the get d4 c g c p service accounts ext o k response

func (*GetD4CGCPServiceAccountsExtOK) Error added in v0.6.0

func (*GetD4CGCPServiceAccountsExtOK) GetPayload added in v0.6.0

func (*GetD4CGCPServiceAccountsExtOK) IsClientError added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtOK) IsClientError() bool

IsClientError returns true when this get d4 c g c p service accounts ext o k response has a 4xx status code

func (*GetD4CGCPServiceAccountsExtOK) IsCode added in v0.6.0

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

IsCode returns true when this get d4 c g c p service accounts ext o k response a status code equal to that given

func (*GetD4CGCPServiceAccountsExtOK) IsRedirect added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtOK) IsRedirect() bool

IsRedirect returns true when this get d4 c g c p service accounts ext o k response has a 3xx status code

func (*GetD4CGCPServiceAccountsExtOK) IsServerError added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtOK) IsServerError() bool

IsServerError returns true when this get d4 c g c p service accounts ext o k response has a 5xx status code

func (*GetD4CGCPServiceAccountsExtOK) IsSuccess added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtOK) IsSuccess() bool

IsSuccess returns true when this get d4 c g c p service accounts ext o k response has a 2xx status code

func (*GetD4CGCPServiceAccountsExtOK) String added in v0.6.0

type GetD4CGCPServiceAccountsExtParams added in v0.6.0

type GetD4CGCPServiceAccountsExtParams struct {

	/* ID.

	   Service Account ID
	*/
	ID *string

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

GetD4CGCPServiceAccountsExtParams contains all the parameters to send to the API endpoint

for the get d4 c g c p service accounts ext operation.

Typically these are written to a http.Request.

func NewGetD4CGCPServiceAccountsExtParams added in v0.6.0

func NewGetD4CGCPServiceAccountsExtParams() *GetD4CGCPServiceAccountsExtParams

NewGetD4CGCPServiceAccountsExtParams creates a new GetD4CGCPServiceAccountsExtParams 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 NewGetD4CGCPServiceAccountsExtParamsWithContext added in v0.6.0

func NewGetD4CGCPServiceAccountsExtParamsWithContext(ctx context.Context) *GetD4CGCPServiceAccountsExtParams

NewGetD4CGCPServiceAccountsExtParamsWithContext creates a new GetD4CGCPServiceAccountsExtParams object with the ability to set a context for a request.

func NewGetD4CGCPServiceAccountsExtParamsWithHTTPClient added in v0.6.0

func NewGetD4CGCPServiceAccountsExtParamsWithHTTPClient(client *http.Client) *GetD4CGCPServiceAccountsExtParams

NewGetD4CGCPServiceAccountsExtParamsWithHTTPClient creates a new GetD4CGCPServiceAccountsExtParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CGCPServiceAccountsExtParamsWithTimeout added in v0.6.0

func NewGetD4CGCPServiceAccountsExtParamsWithTimeout(timeout time.Duration) *GetD4CGCPServiceAccountsExtParams

NewGetD4CGCPServiceAccountsExtParamsWithTimeout creates a new GetD4CGCPServiceAccountsExtParams object with the ability to set a timeout on a request.

func (*GetD4CGCPServiceAccountsExtParams) SetContext added in v0.6.0

SetContext adds the context to the get d4 c g c p service accounts ext params

func (*GetD4CGCPServiceAccountsExtParams) SetDefaults added in v0.6.0

func (o *GetD4CGCPServiceAccountsExtParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c g c p service accounts ext params (not the query body).

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

func (*GetD4CGCPServiceAccountsExtParams) SetHTTPClient added in v0.6.0

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

SetHTTPClient adds the HTTPClient to the get d4 c g c p service accounts ext params

func (*GetD4CGCPServiceAccountsExtParams) SetID added in v0.6.0

SetID adds the id to the get d4 c g c p service accounts ext params

func (*GetD4CGCPServiceAccountsExtParams) SetTimeout added in v0.6.0

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

SetTimeout adds the timeout to the get d4 c g c p service accounts ext params

func (*GetD4CGCPServiceAccountsExtParams) WithContext added in v0.6.0

WithContext adds the context to the get d4 c g c p service accounts ext params

func (*GetD4CGCPServiceAccountsExtParams) WithDefaults added in v0.6.0

WithDefaults hydrates default values in the get d4 c g c p service accounts ext params (not the query body).

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

func (*GetD4CGCPServiceAccountsExtParams) WithHTTPClient added in v0.6.0

WithHTTPClient adds the HTTPClient to the get d4 c g c p service accounts ext params

func (*GetD4CGCPServiceAccountsExtParams) WithID added in v0.6.0

WithID adds the id to the get d4 c g c p service accounts ext params

func (*GetD4CGCPServiceAccountsExtParams) WithTimeout added in v0.6.0

WithTimeout adds the timeout to the get d4 c g c p service accounts ext params

func (*GetD4CGCPServiceAccountsExtParams) WriteToRequest added in v0.6.0

WriteToRequest writes these params to a swagger request

type GetD4CGCPServiceAccountsExtReader added in v0.6.0

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

GetD4CGCPServiceAccountsExtReader is a Reader for the GetD4CGCPServiceAccountsExt structure.

func (*GetD4CGCPServiceAccountsExtReader) ReadResponse added in v0.6.0

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

ReadResponse reads a server response into the received o.

type GetD4CGCPServiceAccountsExtTooManyRequests added in v0.6.0

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

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

Too Many Requests

func NewGetD4CGCPServiceAccountsExtTooManyRequests added in v0.6.0

func NewGetD4CGCPServiceAccountsExtTooManyRequests() *GetD4CGCPServiceAccountsExtTooManyRequests

NewGetD4CGCPServiceAccountsExtTooManyRequests creates a GetD4CGCPServiceAccountsExtTooManyRequests with default headers values

func (*GetD4CGCPServiceAccountsExtTooManyRequests) Code added in v0.6.0

Code gets the status code for the get d4 c g c p service accounts ext too many requests response

func (*GetD4CGCPServiceAccountsExtTooManyRequests) Error added in v0.6.0

func (*GetD4CGCPServiceAccountsExtTooManyRequests) GetPayload added in v0.6.0

func (*GetD4CGCPServiceAccountsExtTooManyRequests) IsClientError added in v0.6.0

IsClientError returns true when this get d4 c g c p service accounts ext too many requests response has a 4xx status code

func (*GetD4CGCPServiceAccountsExtTooManyRequests) IsCode added in v0.6.0

IsCode returns true when this get d4 c g c p service accounts ext too many requests response a status code equal to that given

func (*GetD4CGCPServiceAccountsExtTooManyRequests) IsRedirect added in v0.6.0

IsRedirect returns true when this get d4 c g c p service accounts ext too many requests response has a 3xx status code

func (*GetD4CGCPServiceAccountsExtTooManyRequests) IsServerError added in v0.6.0

IsServerError returns true when this get d4 c g c p service accounts ext too many requests response has a 5xx status code

func (*GetD4CGCPServiceAccountsExtTooManyRequests) IsSuccess added in v0.6.0

IsSuccess returns true when this get d4 c g c p service accounts ext too many requests response has a 2xx status code

func (*GetD4CGCPServiceAccountsExtTooManyRequests) String added in v0.6.0

type GetD4CGCPUserScriptsAttachmentBadRequest added in v0.6.0

type GetD4CGCPUserScriptsAttachmentBadRequest 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.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Bad Request

func NewGetD4CGCPUserScriptsAttachmentBadRequest added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentBadRequest() *GetD4CGCPUserScriptsAttachmentBadRequest

NewGetD4CGCPUserScriptsAttachmentBadRequest creates a GetD4CGCPUserScriptsAttachmentBadRequest with default headers values

func (*GetD4CGCPUserScriptsAttachmentBadRequest) Code added in v0.6.0

Code gets the status code for the get d4 c g c p user scripts attachment bad request response

func (*GetD4CGCPUserScriptsAttachmentBadRequest) Error added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentBadRequest) GetPayload added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentBadRequest) IsClientError added in v0.6.0

IsClientError returns true when this get d4 c g c p user scripts attachment bad request response has a 4xx status code

func (*GetD4CGCPUserScriptsAttachmentBadRequest) IsCode added in v0.6.0

IsCode returns true when this get d4 c g c p user scripts attachment bad request response a status code equal to that given

func (*GetD4CGCPUserScriptsAttachmentBadRequest) IsRedirect added in v0.6.0

IsRedirect returns true when this get d4 c g c p user scripts attachment bad request response has a 3xx status code

func (*GetD4CGCPUserScriptsAttachmentBadRequest) IsServerError added in v0.6.0

IsServerError returns true when this get d4 c g c p user scripts attachment bad request response has a 5xx status code

func (*GetD4CGCPUserScriptsAttachmentBadRequest) IsSuccess added in v0.6.0

IsSuccess returns true when this get d4 c g c p user scripts attachment bad request response has a 2xx status code

func (*GetD4CGCPUserScriptsAttachmentBadRequest) String added in v0.6.0

type GetD4CGCPUserScriptsAttachmentForbidden added in v0.6.0

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

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

Forbidden

func NewGetD4CGCPUserScriptsAttachmentForbidden added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentForbidden() *GetD4CGCPUserScriptsAttachmentForbidden

NewGetD4CGCPUserScriptsAttachmentForbidden creates a GetD4CGCPUserScriptsAttachmentForbidden with default headers values

func (*GetD4CGCPUserScriptsAttachmentForbidden) Code added in v0.6.0

Code gets the status code for the get d4 c g c p user scripts attachment forbidden response

func (*GetD4CGCPUserScriptsAttachmentForbidden) Error added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentForbidden) GetPayload added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentForbidden) IsClientError added in v0.6.0

func (o *GetD4CGCPUserScriptsAttachmentForbidden) IsClientError() bool

IsClientError returns true when this get d4 c g c p user scripts attachment forbidden response has a 4xx status code

func (*GetD4CGCPUserScriptsAttachmentForbidden) IsCode added in v0.6.0

IsCode returns true when this get d4 c g c p user scripts attachment forbidden response a status code equal to that given

func (*GetD4CGCPUserScriptsAttachmentForbidden) IsRedirect added in v0.6.0

IsRedirect returns true when this get d4 c g c p user scripts attachment forbidden response has a 3xx status code

func (*GetD4CGCPUserScriptsAttachmentForbidden) IsServerError added in v0.6.0

func (o *GetD4CGCPUserScriptsAttachmentForbidden) IsServerError() bool

IsServerError returns true when this get d4 c g c p user scripts attachment forbidden response has a 5xx status code

func (*GetD4CGCPUserScriptsAttachmentForbidden) IsSuccess added in v0.6.0

IsSuccess returns true when this get d4 c g c p user scripts attachment forbidden response has a 2xx status code

func (*GetD4CGCPUserScriptsAttachmentForbidden) String added in v0.6.0

type GetD4CGCPUserScriptsAttachmentInternalServerError added in v0.6.0

type GetD4CGCPUserScriptsAttachmentInternalServerError 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.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Internal Server Error

func NewGetD4CGCPUserScriptsAttachmentInternalServerError added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentInternalServerError() *GetD4CGCPUserScriptsAttachmentInternalServerError

NewGetD4CGCPUserScriptsAttachmentInternalServerError creates a GetD4CGCPUserScriptsAttachmentInternalServerError with default headers values

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) Code added in v0.6.0

Code gets the status code for the get d4 c g c p user scripts attachment internal server error response

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) Error added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) GetPayload added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) IsClientError added in v0.6.0

IsClientError returns true when this get d4 c g c p user scripts attachment internal server error response has a 4xx status code

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) IsCode added in v0.6.0

IsCode returns true when this get d4 c g c p user scripts attachment internal server error response a status code equal to that given

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) IsRedirect added in v0.6.0

IsRedirect returns true when this get d4 c g c p user scripts attachment internal server error response has a 3xx status code

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) IsServerError added in v0.6.0

IsServerError returns true when this get d4 c g c p user scripts attachment internal server error response has a 5xx status code

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) IsSuccess added in v0.6.0

IsSuccess returns true when this get d4 c g c p user scripts attachment internal server error response has a 2xx status code

func (*GetD4CGCPUserScriptsAttachmentInternalServerError) String added in v0.6.0

type GetD4CGCPUserScriptsAttachmentOK added in v0.6.0

type GetD4CGCPUserScriptsAttachmentOK 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.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

OK

func NewGetD4CGCPUserScriptsAttachmentOK added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentOK() *GetD4CGCPUserScriptsAttachmentOK

NewGetD4CGCPUserScriptsAttachmentOK creates a GetD4CGCPUserScriptsAttachmentOK with default headers values

func (*GetD4CGCPUserScriptsAttachmentOK) Code added in v0.6.0

Code gets the status code for the get d4 c g c p user scripts attachment o k response

func (*GetD4CGCPUserScriptsAttachmentOK) Error added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentOK) GetPayload added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentOK) IsClientError added in v0.6.0

func (o *GetD4CGCPUserScriptsAttachmentOK) IsClientError() bool

IsClientError returns true when this get d4 c g c p user scripts attachment o k response has a 4xx status code

func (*GetD4CGCPUserScriptsAttachmentOK) IsCode added in v0.6.0

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

IsCode returns true when this get d4 c g c p user scripts attachment o k response a status code equal to that given

func (*GetD4CGCPUserScriptsAttachmentOK) IsRedirect added in v0.6.0

func (o *GetD4CGCPUserScriptsAttachmentOK) IsRedirect() bool

IsRedirect returns true when this get d4 c g c p user scripts attachment o k response has a 3xx status code

func (*GetD4CGCPUserScriptsAttachmentOK) IsServerError added in v0.6.0

func (o *GetD4CGCPUserScriptsAttachmentOK) IsServerError() bool

IsServerError returns true when this get d4 c g c p user scripts attachment o k response has a 5xx status code

func (*GetD4CGCPUserScriptsAttachmentOK) IsSuccess added in v0.6.0

func (o *GetD4CGCPUserScriptsAttachmentOK) IsSuccess() bool

IsSuccess returns true when this get d4 c g c p user scripts attachment o k response has a 2xx status code

func (*GetD4CGCPUserScriptsAttachmentOK) String added in v0.6.0

type GetD4CGCPUserScriptsAttachmentParams added in v0.6.0

type GetD4CGCPUserScriptsAttachmentParams struct {

	/* Ids.

	   Hierarchical Resource IDs of accounts
	*/
	Ids []string

	/* ParentType.

	   GCP Hierarchy Parent Type, organization/folder/project
	*/
	ParentType *string

	/* Status.

	   Account status to filter results by.
	*/
	Status *string

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

GetD4CGCPUserScriptsAttachmentParams contains all the parameters to send to the API endpoint

for the get d4 c g c p user scripts attachment operation.

Typically these are written to a http.Request.

func NewGetD4CGCPUserScriptsAttachmentParams added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentParams() *GetD4CGCPUserScriptsAttachmentParams

NewGetD4CGCPUserScriptsAttachmentParams creates a new GetD4CGCPUserScriptsAttachmentParams 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 NewGetD4CGCPUserScriptsAttachmentParamsWithContext added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentParamsWithContext(ctx context.Context) *GetD4CGCPUserScriptsAttachmentParams

NewGetD4CGCPUserScriptsAttachmentParamsWithContext creates a new GetD4CGCPUserScriptsAttachmentParams object with the ability to set a context for a request.

func NewGetD4CGCPUserScriptsAttachmentParamsWithHTTPClient added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetD4CGCPUserScriptsAttachmentParams

NewGetD4CGCPUserScriptsAttachmentParamsWithHTTPClient creates a new GetD4CGCPUserScriptsAttachmentParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CGCPUserScriptsAttachmentParamsWithTimeout added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetD4CGCPUserScriptsAttachmentParams

NewGetD4CGCPUserScriptsAttachmentParamsWithTimeout creates a new GetD4CGCPUserScriptsAttachmentParams object with the ability to set a timeout on a request.

func (*GetD4CGCPUserScriptsAttachmentParams) SetContext added in v0.6.0

SetContext adds the context to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) SetDefaults added in v0.6.0

func (o *GetD4CGCPUserScriptsAttachmentParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c g c p user scripts attachment params (not the query body).

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

func (*GetD4CGCPUserScriptsAttachmentParams) SetHTTPClient added in v0.6.0

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

SetHTTPClient adds the HTTPClient to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) SetIds added in v0.6.0

SetIds adds the ids to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) SetParentType added in v0.6.0

func (o *GetD4CGCPUserScriptsAttachmentParams) SetParentType(parentType *string)

SetParentType adds the parentType to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) SetStatus added in v0.6.0

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

SetStatus adds the status to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) SetTimeout added in v0.6.0

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

SetTimeout adds the timeout to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) WithContext added in v0.6.0

WithContext adds the context to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) WithDefaults added in v0.6.0

WithDefaults hydrates default values in the get d4 c g c p user scripts attachment params (not the query body).

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

func (*GetD4CGCPUserScriptsAttachmentParams) WithHTTPClient added in v0.6.0

WithHTTPClient adds the HTTPClient to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) WithIds added in v0.6.0

WithIds adds the ids to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) WithParentType added in v0.6.0

WithParentType adds the parentType to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) WithStatus added in v0.6.0

WithStatus adds the status to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) WithTimeout added in v0.6.0

WithTimeout adds the timeout to the get d4 c g c p user scripts attachment params

func (*GetD4CGCPUserScriptsAttachmentParams) WriteToRequest added in v0.6.0

WriteToRequest writes these params to a swagger request

type GetD4CGCPUserScriptsAttachmentReader added in v0.6.0

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

GetD4CGCPUserScriptsAttachmentReader is a Reader for the GetD4CGCPUserScriptsAttachment structure.

func (*GetD4CGCPUserScriptsAttachmentReader) ReadResponse added in v0.6.0

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

ReadResponse reads a server response into the received o.

type GetD4CGCPUserScriptsAttachmentTooManyRequests added in v0.6.0

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

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

Too Many Requests

func NewGetD4CGCPUserScriptsAttachmentTooManyRequests added in v0.6.0

func NewGetD4CGCPUserScriptsAttachmentTooManyRequests() *GetD4CGCPUserScriptsAttachmentTooManyRequests

NewGetD4CGCPUserScriptsAttachmentTooManyRequests creates a GetD4CGCPUserScriptsAttachmentTooManyRequests with default headers values

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) Code added in v0.6.0

Code gets the status code for the get d4 c g c p user scripts attachment too many requests response

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) Error added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) GetPayload added in v0.6.0

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) IsClientError added in v0.6.0

IsClientError returns true when this get d4 c g c p user scripts attachment too many requests response has a 4xx status code

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) IsCode added in v0.6.0

IsCode returns true when this get d4 c g c p user scripts attachment too many requests response a status code equal to that given

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) IsRedirect added in v0.6.0

IsRedirect returns true when this get d4 c g c p user scripts attachment too many requests response has a 3xx status code

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) IsServerError added in v0.6.0

IsServerError returns true when this get d4 c g c p user scripts attachment too many requests response has a 5xx status code

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) IsSuccess added in v0.6.0

IsSuccess returns true when this get d4 c g c p user scripts attachment too many requests response has a 2xx status code

func (*GetD4CGCPUserScriptsAttachmentTooManyRequests) String added in v0.6.0

type GetD4CGcpAccountBadRequest added in v0.4.0

type GetD4CGcpAccountBadRequest 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.RegistrationGCPAccountResponseV1
}

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

Bad Request

func NewGetD4CGcpAccountBadRequest added in v0.4.0

func NewGetD4CGcpAccountBadRequest() *GetD4CGcpAccountBadRequest

NewGetD4CGcpAccountBadRequest creates a GetD4CGcpAccountBadRequest with default headers values

func (*GetD4CGcpAccountBadRequest) Code added in v0.4.0

func (o *GetD4CGcpAccountBadRequest) Code() int

Code gets the status code for the get d4 c gcp account bad request response

func (*GetD4CGcpAccountBadRequest) Error added in v0.4.0

func (*GetD4CGcpAccountBadRequest) GetPayload added in v0.4.0

func (*GetD4CGcpAccountBadRequest) IsClientError added in v0.4.0

func (o *GetD4CGcpAccountBadRequest) IsClientError() bool

IsClientError returns true when this get d4 c gcp account bad request response has a 4xx status code

func (*GetD4CGcpAccountBadRequest) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp account bad request response a status code equal to that given

func (*GetD4CGcpAccountBadRequest) IsRedirect added in v0.4.0

func (o *GetD4CGcpAccountBadRequest) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp account bad request response has a 3xx status code

func (*GetD4CGcpAccountBadRequest) IsServerError added in v0.4.0

func (o *GetD4CGcpAccountBadRequest) IsServerError() bool

IsServerError returns true when this get d4 c gcp account bad request response has a 5xx status code

func (*GetD4CGcpAccountBadRequest) IsSuccess added in v0.4.0

func (o *GetD4CGcpAccountBadRequest) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp account bad request response has a 2xx status code

func (*GetD4CGcpAccountBadRequest) String added in v0.4.0

func (o *GetD4CGcpAccountBadRequest) String() string

type GetD4CGcpAccountForbidden added in v0.4.0

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

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

Forbidden

func NewGetD4CGcpAccountForbidden added in v0.4.0

func NewGetD4CGcpAccountForbidden() *GetD4CGcpAccountForbidden

NewGetD4CGcpAccountForbidden creates a GetD4CGcpAccountForbidden with default headers values

func (*GetD4CGcpAccountForbidden) Code added in v0.4.0

func (o *GetD4CGcpAccountForbidden) Code() int

Code gets the status code for the get d4 c gcp account forbidden response

func (*GetD4CGcpAccountForbidden) Error added in v0.4.0

func (o *GetD4CGcpAccountForbidden) Error() string

func (*GetD4CGcpAccountForbidden) GetPayload added in v0.4.0

func (*GetD4CGcpAccountForbidden) IsClientError added in v0.4.0

func (o *GetD4CGcpAccountForbidden) IsClientError() bool

IsClientError returns true when this get d4 c gcp account forbidden response has a 4xx status code

func (*GetD4CGcpAccountForbidden) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp account forbidden response a status code equal to that given

func (*GetD4CGcpAccountForbidden) IsRedirect added in v0.4.0

func (o *GetD4CGcpAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp account forbidden response has a 3xx status code

func (*GetD4CGcpAccountForbidden) IsServerError added in v0.4.0

func (o *GetD4CGcpAccountForbidden) IsServerError() bool

IsServerError returns true when this get d4 c gcp account forbidden response has a 5xx status code

func (*GetD4CGcpAccountForbidden) IsSuccess added in v0.4.0

func (o *GetD4CGcpAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp account forbidden response has a 2xx status code

func (*GetD4CGcpAccountForbidden) String added in v0.4.0

func (o *GetD4CGcpAccountForbidden) String() string

type GetD4CGcpAccountInternalServerError added in v0.4.0

type GetD4CGcpAccountInternalServerError 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.RegistrationGCPAccountResponseV1
}

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

Internal Server Error

func NewGetD4CGcpAccountInternalServerError added in v0.4.0

func NewGetD4CGcpAccountInternalServerError() *GetD4CGcpAccountInternalServerError

NewGetD4CGcpAccountInternalServerError creates a GetD4CGcpAccountInternalServerError with default headers values

func (*GetD4CGcpAccountInternalServerError) Code added in v0.4.0

Code gets the status code for the get d4 c gcp account internal server error response

func (*GetD4CGcpAccountInternalServerError) Error added in v0.4.0

func (*GetD4CGcpAccountInternalServerError) GetPayload added in v0.4.0

func (*GetD4CGcpAccountInternalServerError) IsClientError added in v0.4.0

func (o *GetD4CGcpAccountInternalServerError) IsClientError() bool

IsClientError returns true when this get d4 c gcp account internal server error response has a 4xx status code

func (*GetD4CGcpAccountInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get d4 c gcp account internal server error response a status code equal to that given

func (*GetD4CGcpAccountInternalServerError) IsRedirect added in v0.4.0

func (o *GetD4CGcpAccountInternalServerError) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp account internal server error response has a 3xx status code

func (*GetD4CGcpAccountInternalServerError) IsServerError added in v0.4.0

func (o *GetD4CGcpAccountInternalServerError) IsServerError() bool

IsServerError returns true when this get d4 c gcp account internal server error response has a 5xx status code

func (*GetD4CGcpAccountInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get d4 c gcp account internal server error response has a 2xx status code

func (*GetD4CGcpAccountInternalServerError) String added in v0.4.0

type GetD4CGcpAccountMultiStatus added in v0.4.0

type GetD4CGcpAccountMultiStatus 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.RegistrationGCPAccountResponseV1
}

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

Multi-Status

func NewGetD4CGcpAccountMultiStatus added in v0.4.0

func NewGetD4CGcpAccountMultiStatus() *GetD4CGcpAccountMultiStatus

NewGetD4CGcpAccountMultiStatus creates a GetD4CGcpAccountMultiStatus with default headers values

func (*GetD4CGcpAccountMultiStatus) Code added in v0.4.0

func (o *GetD4CGcpAccountMultiStatus) Code() int

Code gets the status code for the get d4 c gcp account multi status response

func (*GetD4CGcpAccountMultiStatus) Error added in v0.4.0

func (*GetD4CGcpAccountMultiStatus) GetPayload added in v0.4.0

func (*GetD4CGcpAccountMultiStatus) IsClientError added in v0.4.0

func (o *GetD4CGcpAccountMultiStatus) IsClientError() bool

IsClientError returns true when this get d4 c gcp account multi status response has a 4xx status code

func (*GetD4CGcpAccountMultiStatus) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp account multi status response a status code equal to that given

func (*GetD4CGcpAccountMultiStatus) IsRedirect added in v0.4.0

func (o *GetD4CGcpAccountMultiStatus) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp account multi status response has a 3xx status code

func (*GetD4CGcpAccountMultiStatus) IsServerError added in v0.4.0

func (o *GetD4CGcpAccountMultiStatus) IsServerError() bool

IsServerError returns true when this get d4 c gcp account multi status response has a 5xx status code

func (*GetD4CGcpAccountMultiStatus) IsSuccess added in v0.4.0

func (o *GetD4CGcpAccountMultiStatus) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp account multi status response has a 2xx status code

func (*GetD4CGcpAccountMultiStatus) String added in v0.4.0

func (o *GetD4CGcpAccountMultiStatus) String() string

type GetD4CGcpAccountOK added in v0.4.0

type GetD4CGcpAccountOK 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.RegistrationGCPAccountResponseV1
}

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

OK

func NewGetD4CGcpAccountOK added in v0.4.0

func NewGetD4CGcpAccountOK() *GetD4CGcpAccountOK

NewGetD4CGcpAccountOK creates a GetD4CGcpAccountOK with default headers values

func (*GetD4CGcpAccountOK) Code added in v0.4.0

func (o *GetD4CGcpAccountOK) Code() int

Code gets the status code for the get d4 c gcp account o k response

func (*GetD4CGcpAccountOK) Error added in v0.4.0

func (o *GetD4CGcpAccountOK) Error() string

func (*GetD4CGcpAccountOK) GetPayload added in v0.4.0

func (*GetD4CGcpAccountOK) IsClientError added in v0.4.0

func (o *GetD4CGcpAccountOK) IsClientError() bool

IsClientError returns true when this get d4 c gcp account o k response has a 4xx status code

func (*GetD4CGcpAccountOK) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp account o k response a status code equal to that given

func (*GetD4CGcpAccountOK) IsRedirect added in v0.4.0

func (o *GetD4CGcpAccountOK) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp account o k response has a 3xx status code

func (*GetD4CGcpAccountOK) IsServerError added in v0.4.0

func (o *GetD4CGcpAccountOK) IsServerError() bool

IsServerError returns true when this get d4 c gcp account o k response has a 5xx status code

func (*GetD4CGcpAccountOK) IsSuccess added in v0.4.0

func (o *GetD4CGcpAccountOK) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp account o k response has a 2xx status code

func (*GetD4CGcpAccountOK) String added in v0.4.0

func (o *GetD4CGcpAccountOK) String() string

type GetD4CGcpAccountParams added in v0.4.0

type GetD4CGcpAccountParams struct {

	/* Ids.

	   Hierarchical Resource IDs of accounts
	*/
	Ids []string

	/* Limit.

	   The maximum records to return. Defaults to 100.

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* ParentType.

	   GCP Hierarchy Parent Type, organization/folder/project
	*/
	ParentType *string

	/* ScanType.

	   Type of scan, dry or full, to perform on selected accounts
	*/
	ScanType *string

	/* Sort.

	   Order fields in ascending or descending order. Ex: parent_type|asc.
	*/
	Sort *string

	/* Status.

	   Account status to filter results by.
	*/
	Status *string

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

GetD4CGcpAccountParams contains all the parameters to send to the API endpoint

for the get d4 c gcp account operation.

Typically these are written to a http.Request.

func NewGetD4CGcpAccountParams added in v0.4.0

func NewGetD4CGcpAccountParams() *GetD4CGcpAccountParams

NewGetD4CGcpAccountParams creates a new GetD4CGcpAccountParams 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 NewGetD4CGcpAccountParamsWithContext added in v0.4.0

func NewGetD4CGcpAccountParamsWithContext(ctx context.Context) *GetD4CGcpAccountParams

NewGetD4CGcpAccountParamsWithContext creates a new GetD4CGcpAccountParams object with the ability to set a context for a request.

func NewGetD4CGcpAccountParamsWithHTTPClient added in v0.4.0

func NewGetD4CGcpAccountParamsWithHTTPClient(client *http.Client) *GetD4CGcpAccountParams

NewGetD4CGcpAccountParamsWithHTTPClient creates a new GetD4CGcpAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CGcpAccountParamsWithTimeout added in v0.4.0

func NewGetD4CGcpAccountParamsWithTimeout(timeout time.Duration) *GetD4CGcpAccountParams

NewGetD4CGcpAccountParamsWithTimeout creates a new GetD4CGcpAccountParams object with the ability to set a timeout on a request.

func (*GetD4CGcpAccountParams) SetContext added in v0.4.0

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

SetContext adds the context to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetDefaults added in v0.4.0

func (o *GetD4CGcpAccountParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c gcp account params (not the query body).

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

func (*GetD4CGcpAccountParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetIds added in v0.4.0

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

SetIds adds the ids to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetLimit added in v0.4.0

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

SetLimit adds the limit to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetOffset added in v0.4.0

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

SetOffset adds the offset to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetParentType added in v0.4.0

func (o *GetD4CGcpAccountParams) SetParentType(parentType *string)

SetParentType adds the parentType to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetScanType added in v0.4.0

func (o *GetD4CGcpAccountParams) SetScanType(scanType *string)

SetScanType adds the scanType to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetSort added in v0.4.0

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

SetSort adds the sort to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetStatus added in v0.4.0

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

SetStatus adds the status to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithContext added in v0.4.0

WithContext adds the context to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get d4 c gcp account params (not the query body).

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

func (*GetD4CGcpAccountParams) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithIds added in v0.4.0

WithIds adds the ids to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithLimit added in v0.4.0

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

WithLimit adds the limit to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithOffset added in v0.4.0

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

WithOffset adds the offset to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithParentType added in v0.4.0

func (o *GetD4CGcpAccountParams) WithParentType(parentType *string) *GetD4CGcpAccountParams

WithParentType adds the parentType to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithScanType added in v0.4.0

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

WithScanType adds the scanType to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithSort added in v0.4.0

WithSort adds the sort to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithStatus added in v0.4.0

func (o *GetD4CGcpAccountParams) WithStatus(status *string) *GetD4CGcpAccountParams

WithStatus adds the status to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get d4 c gcp account params

func (*GetD4CGcpAccountParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetD4CGcpAccountReader added in v0.4.0

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

GetD4CGcpAccountReader is a Reader for the GetD4CGcpAccount structure.

func (*GetD4CGcpAccountReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetD4CGcpAccountTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewGetD4CGcpAccountTooManyRequests added in v0.4.0

func NewGetD4CGcpAccountTooManyRequests() *GetD4CGcpAccountTooManyRequests

NewGetD4CGcpAccountTooManyRequests creates a GetD4CGcpAccountTooManyRequests with default headers values

func (*GetD4CGcpAccountTooManyRequests) Code added in v0.4.0

Code gets the status code for the get d4 c gcp account too many requests response

func (*GetD4CGcpAccountTooManyRequests) Error added in v0.4.0

func (*GetD4CGcpAccountTooManyRequests) GetPayload added in v0.4.0

func (*GetD4CGcpAccountTooManyRequests) IsClientError added in v0.4.0

func (o *GetD4CGcpAccountTooManyRequests) IsClientError() bool

IsClientError returns true when this get d4 c gcp account too many requests response has a 4xx status code

func (*GetD4CGcpAccountTooManyRequests) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp account too many requests response a status code equal to that given

func (*GetD4CGcpAccountTooManyRequests) IsRedirect added in v0.4.0

func (o *GetD4CGcpAccountTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp account too many requests response has a 3xx status code

func (*GetD4CGcpAccountTooManyRequests) IsServerError added in v0.4.0

func (o *GetD4CGcpAccountTooManyRequests) IsServerError() bool

IsServerError returns true when this get d4 c gcp account too many requests response has a 5xx status code

func (*GetD4CGcpAccountTooManyRequests) IsSuccess added in v0.4.0

func (o *GetD4CGcpAccountTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp account too many requests response has a 2xx status code

func (*GetD4CGcpAccountTooManyRequests) String added in v0.4.0

type GetD4CGcpUserScriptsBadRequest added in v0.4.0

type GetD4CGcpUserScriptsBadRequest 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.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Bad Request

func NewGetD4CGcpUserScriptsBadRequest added in v0.4.0

func NewGetD4CGcpUserScriptsBadRequest() *GetD4CGcpUserScriptsBadRequest

NewGetD4CGcpUserScriptsBadRequest creates a GetD4CGcpUserScriptsBadRequest with default headers values

func (*GetD4CGcpUserScriptsBadRequest) Code added in v0.4.0

Code gets the status code for the get d4 c gcp user scripts bad request response

func (*GetD4CGcpUserScriptsBadRequest) Error added in v0.4.0

func (*GetD4CGcpUserScriptsBadRequest) GetPayload added in v0.4.0

func (*GetD4CGcpUserScriptsBadRequest) IsClientError added in v0.4.0

func (o *GetD4CGcpUserScriptsBadRequest) IsClientError() bool

IsClientError returns true when this get d4 c gcp user scripts bad request response has a 4xx status code

func (*GetD4CGcpUserScriptsBadRequest) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp user scripts bad request response a status code equal to that given

func (*GetD4CGcpUserScriptsBadRequest) IsRedirect added in v0.4.0

func (o *GetD4CGcpUserScriptsBadRequest) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp user scripts bad request response has a 3xx status code

func (*GetD4CGcpUserScriptsBadRequest) IsServerError added in v0.4.0

func (o *GetD4CGcpUserScriptsBadRequest) IsServerError() bool

IsServerError returns true when this get d4 c gcp user scripts bad request response has a 5xx status code

func (*GetD4CGcpUserScriptsBadRequest) IsSuccess added in v0.4.0

func (o *GetD4CGcpUserScriptsBadRequest) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp user scripts bad request response has a 2xx status code

func (*GetD4CGcpUserScriptsBadRequest) String added in v0.4.0

type GetD4CGcpUserScriptsForbidden added in v0.4.0

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

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

Forbidden

func NewGetD4CGcpUserScriptsForbidden added in v0.4.0

func NewGetD4CGcpUserScriptsForbidden() *GetD4CGcpUserScriptsForbidden

NewGetD4CGcpUserScriptsForbidden creates a GetD4CGcpUserScriptsForbidden with default headers values

func (*GetD4CGcpUserScriptsForbidden) Code added in v0.4.0

Code gets the status code for the get d4 c gcp user scripts forbidden response

func (*GetD4CGcpUserScriptsForbidden) Error added in v0.4.0

func (*GetD4CGcpUserScriptsForbidden) GetPayload added in v0.4.0

func (*GetD4CGcpUserScriptsForbidden) IsClientError added in v0.4.0

func (o *GetD4CGcpUserScriptsForbidden) IsClientError() bool

IsClientError returns true when this get d4 c gcp user scripts forbidden response has a 4xx status code

func (*GetD4CGcpUserScriptsForbidden) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp user scripts forbidden response a status code equal to that given

func (*GetD4CGcpUserScriptsForbidden) IsRedirect added in v0.4.0

func (o *GetD4CGcpUserScriptsForbidden) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp user scripts forbidden response has a 3xx status code

func (*GetD4CGcpUserScriptsForbidden) IsServerError added in v0.4.0

func (o *GetD4CGcpUserScriptsForbidden) IsServerError() bool

IsServerError returns true when this get d4 c gcp user scripts forbidden response has a 5xx status code

func (*GetD4CGcpUserScriptsForbidden) IsSuccess added in v0.4.0

func (o *GetD4CGcpUserScriptsForbidden) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp user scripts forbidden response has a 2xx status code

func (*GetD4CGcpUserScriptsForbidden) String added in v0.4.0

type GetD4CGcpUserScriptsInternalServerError added in v0.4.0

type GetD4CGcpUserScriptsInternalServerError 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.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Internal Server Error

func NewGetD4CGcpUserScriptsInternalServerError added in v0.4.0

func NewGetD4CGcpUserScriptsInternalServerError() *GetD4CGcpUserScriptsInternalServerError

NewGetD4CGcpUserScriptsInternalServerError creates a GetD4CGcpUserScriptsInternalServerError with default headers values

func (*GetD4CGcpUserScriptsInternalServerError) Code added in v0.4.0

Code gets the status code for the get d4 c gcp user scripts internal server error response

func (*GetD4CGcpUserScriptsInternalServerError) Error added in v0.4.0

func (*GetD4CGcpUserScriptsInternalServerError) GetPayload added in v0.4.0

func (*GetD4CGcpUserScriptsInternalServerError) IsClientError added in v0.4.0

func (o *GetD4CGcpUserScriptsInternalServerError) IsClientError() bool

IsClientError returns true when this get d4 c gcp user scripts internal server error response has a 4xx status code

func (*GetD4CGcpUserScriptsInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get d4 c gcp user scripts internal server error response a status code equal to that given

func (*GetD4CGcpUserScriptsInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this get d4 c gcp user scripts internal server error response has a 3xx status code

func (*GetD4CGcpUserScriptsInternalServerError) IsServerError added in v0.4.0

func (o *GetD4CGcpUserScriptsInternalServerError) IsServerError() bool

IsServerError returns true when this get d4 c gcp user scripts internal server error response has a 5xx status code

func (*GetD4CGcpUserScriptsInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get d4 c gcp user scripts internal server error response has a 2xx status code

func (*GetD4CGcpUserScriptsInternalServerError) String added in v0.4.0

type GetD4CGcpUserScriptsMultiStatus added in v0.4.0

type GetD4CGcpUserScriptsMultiStatus 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.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

Multi-Status

func NewGetD4CGcpUserScriptsMultiStatus added in v0.4.0

func NewGetD4CGcpUserScriptsMultiStatus() *GetD4CGcpUserScriptsMultiStatus

NewGetD4CGcpUserScriptsMultiStatus creates a GetD4CGcpUserScriptsMultiStatus with default headers values

func (*GetD4CGcpUserScriptsMultiStatus) Code added in v0.4.0

Code gets the status code for the get d4 c gcp user scripts multi status response

func (*GetD4CGcpUserScriptsMultiStatus) Error added in v0.4.0

func (*GetD4CGcpUserScriptsMultiStatus) GetPayload added in v0.4.0

func (*GetD4CGcpUserScriptsMultiStatus) IsClientError added in v0.4.0

func (o *GetD4CGcpUserScriptsMultiStatus) IsClientError() bool

IsClientError returns true when this get d4 c gcp user scripts multi status response has a 4xx status code

func (*GetD4CGcpUserScriptsMultiStatus) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp user scripts multi status response a status code equal to that given

func (*GetD4CGcpUserScriptsMultiStatus) IsRedirect added in v0.4.0

func (o *GetD4CGcpUserScriptsMultiStatus) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp user scripts multi status response has a 3xx status code

func (*GetD4CGcpUserScriptsMultiStatus) IsServerError added in v0.4.0

func (o *GetD4CGcpUserScriptsMultiStatus) IsServerError() bool

IsServerError returns true when this get d4 c gcp user scripts multi status response has a 5xx status code

func (*GetD4CGcpUserScriptsMultiStatus) IsSuccess added in v0.4.0

func (o *GetD4CGcpUserScriptsMultiStatus) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp user scripts multi status response has a 2xx status code

func (*GetD4CGcpUserScriptsMultiStatus) String added in v0.4.0

type GetD4CGcpUserScriptsOK added in v0.4.0

type GetD4CGcpUserScriptsOK 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.RegistrationGCPProvisionGetUserScriptResponseV1
}

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

OK

func NewGetD4CGcpUserScriptsOK added in v0.4.0

func NewGetD4CGcpUserScriptsOK() *GetD4CGcpUserScriptsOK

NewGetD4CGcpUserScriptsOK creates a GetD4CGcpUserScriptsOK with default headers values

func (*GetD4CGcpUserScriptsOK) Code added in v0.4.0

func (o *GetD4CGcpUserScriptsOK) Code() int

Code gets the status code for the get d4 c gcp user scripts o k response

func (*GetD4CGcpUserScriptsOK) Error added in v0.4.0

func (o *GetD4CGcpUserScriptsOK) Error() string

func (*GetD4CGcpUserScriptsOK) GetPayload added in v0.4.0

func (*GetD4CGcpUserScriptsOK) IsClientError added in v0.4.0

func (o *GetD4CGcpUserScriptsOK) IsClientError() bool

IsClientError returns true when this get d4 c gcp user scripts o k response has a 4xx status code

func (*GetD4CGcpUserScriptsOK) IsCode added in v0.4.0

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

IsCode returns true when this get d4 c gcp user scripts o k response a status code equal to that given

func (*GetD4CGcpUserScriptsOK) IsRedirect added in v0.4.0

func (o *GetD4CGcpUserScriptsOK) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp user scripts o k response has a 3xx status code

func (*GetD4CGcpUserScriptsOK) IsServerError added in v0.4.0

func (o *GetD4CGcpUserScriptsOK) IsServerError() bool

IsServerError returns true when this get d4 c gcp user scripts o k response has a 5xx status code

func (*GetD4CGcpUserScriptsOK) IsSuccess added in v0.4.0

func (o *GetD4CGcpUserScriptsOK) IsSuccess() bool

IsSuccess returns true when this get d4 c gcp user scripts o k response has a 2xx status code

func (*GetD4CGcpUserScriptsOK) String added in v0.4.0

func (o *GetD4CGcpUserScriptsOK) String() string

type GetD4CGcpUserScriptsParams added in v0.4.0

type GetD4CGcpUserScriptsParams struct {

	/* ParentType.

	   GCP Hierarchy Parent Type, organization/folder/project
	*/
	ParentType *string

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

GetD4CGcpUserScriptsParams contains all the parameters to send to the API endpoint

for the get d4 c gcp user scripts operation.

Typically these are written to a http.Request.

func NewGetD4CGcpUserScriptsParams added in v0.4.0

func NewGetD4CGcpUserScriptsParams() *GetD4CGcpUserScriptsParams

NewGetD4CGcpUserScriptsParams creates a new GetD4CGcpUserScriptsParams 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 NewGetD4CGcpUserScriptsParamsWithContext added in v0.4.0

func NewGetD4CGcpUserScriptsParamsWithContext(ctx context.Context) *GetD4CGcpUserScriptsParams

NewGetD4CGcpUserScriptsParamsWithContext creates a new GetD4CGcpUserScriptsParams object with the ability to set a context for a request.

func NewGetD4CGcpUserScriptsParamsWithHTTPClient added in v0.4.0

func NewGetD4CGcpUserScriptsParamsWithHTTPClient(client *http.Client) *GetD4CGcpUserScriptsParams

NewGetD4CGcpUserScriptsParamsWithHTTPClient creates a new GetD4CGcpUserScriptsParams object with the ability to set a custom HTTPClient for a request.

func NewGetD4CGcpUserScriptsParamsWithTimeout added in v0.4.0

func NewGetD4CGcpUserScriptsParamsWithTimeout(timeout time.Duration) *GetD4CGcpUserScriptsParams

NewGetD4CGcpUserScriptsParamsWithTimeout creates a new GetD4CGcpUserScriptsParams object with the ability to set a timeout on a request.

func (*GetD4CGcpUserScriptsParams) SetContext added in v0.4.0

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

SetContext adds the context to the get d4 c gcp user scripts params

func (*GetD4CGcpUserScriptsParams) SetDefaults added in v0.4.0

func (o *GetD4CGcpUserScriptsParams) SetDefaults()

SetDefaults hydrates default values in the get d4 c gcp user scripts params (not the query body).

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

func (*GetD4CGcpUserScriptsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get d4 c gcp user scripts params

func (*GetD4CGcpUserScriptsParams) SetParentType added in v0.4.0

func (o *GetD4CGcpUserScriptsParams) SetParentType(parentType *string)

SetParentType adds the parentType to the get d4 c gcp user scripts params

func (*GetD4CGcpUserScriptsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get d4 c gcp user scripts params

func (*GetD4CGcpUserScriptsParams) WithContext added in v0.4.0

WithContext adds the context to the get d4 c gcp user scripts params

func (*GetD4CGcpUserScriptsParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get d4 c gcp user scripts params (not the query body).

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

func (*GetD4CGcpUserScriptsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get d4 c gcp user scripts params

func (*GetD4CGcpUserScriptsParams) WithParentType added in v0.4.0

func (o *GetD4CGcpUserScriptsParams) WithParentType(parentType *string) *GetD4CGcpUserScriptsParams

WithParentType adds the parentType to the get d4 c gcp user scripts params

func (*GetD4CGcpUserScriptsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get d4 c gcp user scripts params

func (*GetD4CGcpUserScriptsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetD4CGcpUserScriptsReader added in v0.4.0

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

GetD4CGcpUserScriptsReader is a Reader for the GetD4CGcpUserScripts structure.

func (*GetD4CGcpUserScriptsReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetD4CGcpUserScriptsTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewGetD4CGcpUserScriptsTooManyRequests added in v0.4.0

func NewGetD4CGcpUserScriptsTooManyRequests() *GetD4CGcpUserScriptsTooManyRequests

NewGetD4CGcpUserScriptsTooManyRequests creates a GetD4CGcpUserScriptsTooManyRequests with default headers values

func (*GetD4CGcpUserScriptsTooManyRequests) Code added in v0.4.0

Code gets the status code for the get d4 c gcp user scripts too many requests response

func (*GetD4CGcpUserScriptsTooManyRequests) Error added in v0.4.0

func (*GetD4CGcpUserScriptsTooManyRequests) GetPayload added in v0.4.0

func (*GetD4CGcpUserScriptsTooManyRequests) IsClientError added in v0.4.0

func (o *GetD4CGcpUserScriptsTooManyRequests) IsClientError() bool

IsClientError returns true when this get d4 c gcp user scripts too many requests response has a 4xx status code

func (*GetD4CGcpUserScriptsTooManyRequests) IsCode added in v0.4.0

IsCode returns true when this get d4 c gcp user scripts too many requests response a status code equal to that given

func (*GetD4CGcpUserScriptsTooManyRequests) IsRedirect added in v0.4.0

func (o *GetD4CGcpUserScriptsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get d4 c gcp user scripts too many requests response has a 3xx status code

func (*GetD4CGcpUserScriptsTooManyRequests) IsServerError added in v0.4.0

func (o *GetD4CGcpUserScriptsTooManyRequests) IsServerError() bool

IsServerError returns true when this get d4 c gcp user scripts too many requests response has a 5xx status code

func (*GetD4CGcpUserScriptsTooManyRequests) IsSuccess added in v0.4.0

IsSuccess returns true when this get d4 c gcp user scripts too many requests response has a 2xx status code

func (*GetD4CGcpUserScriptsTooManyRequests) String added in v0.4.0

type GetDiscoverCloudAzureAccountBadRequest added in v0.4.0

type GetDiscoverCloudAzureAccountBadRequest 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.RegistrationAzureAccountResponseV1
}

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

Bad Request

func NewGetDiscoverCloudAzureAccountBadRequest added in v0.4.0

func NewGetDiscoverCloudAzureAccountBadRequest() *GetDiscoverCloudAzureAccountBadRequest

NewGetDiscoverCloudAzureAccountBadRequest creates a GetDiscoverCloudAzureAccountBadRequest with default headers values

func (*GetDiscoverCloudAzureAccountBadRequest) Code added in v0.4.0

Code gets the status code for the get discover cloud azure account bad request response

func (*GetDiscoverCloudAzureAccountBadRequest) Error added in v0.4.0

func (*GetDiscoverCloudAzureAccountBadRequest) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureAccountBadRequest) IsClientError added in v0.4.0

func (o *GetDiscoverCloudAzureAccountBadRequest) IsClientError() bool

IsClientError returns true when this get discover cloud azure account bad request response has a 4xx status code

func (*GetDiscoverCloudAzureAccountBadRequest) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure account bad request response a status code equal to that given

func (*GetDiscoverCloudAzureAccountBadRequest) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure account bad request response has a 3xx status code

func (*GetDiscoverCloudAzureAccountBadRequest) IsServerError added in v0.4.0

func (o *GetDiscoverCloudAzureAccountBadRequest) IsServerError() bool

IsServerError returns true when this get discover cloud azure account bad request response has a 5xx status code

func (*GetDiscoverCloudAzureAccountBadRequest) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure account bad request response has a 2xx status code

func (*GetDiscoverCloudAzureAccountBadRequest) String added in v0.4.0

type GetDiscoverCloudAzureAccountForbidden added in v0.4.0

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

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

Forbidden

func NewGetDiscoverCloudAzureAccountForbidden added in v0.4.0

func NewGetDiscoverCloudAzureAccountForbidden() *GetDiscoverCloudAzureAccountForbidden

NewGetDiscoverCloudAzureAccountForbidden creates a GetDiscoverCloudAzureAccountForbidden with default headers values

func (*GetDiscoverCloudAzureAccountForbidden) Code added in v0.4.0

Code gets the status code for the get discover cloud azure account forbidden response

func (*GetDiscoverCloudAzureAccountForbidden) Error added in v0.4.0

func (*GetDiscoverCloudAzureAccountForbidden) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureAccountForbidden) IsClientError added in v0.4.0

func (o *GetDiscoverCloudAzureAccountForbidden) IsClientError() bool

IsClientError returns true when this get discover cloud azure account forbidden response has a 4xx status code

func (*GetDiscoverCloudAzureAccountForbidden) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure account forbidden response a status code equal to that given

func (*GetDiscoverCloudAzureAccountForbidden) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure account forbidden response has a 3xx status code

func (*GetDiscoverCloudAzureAccountForbidden) IsServerError added in v0.4.0

func (o *GetDiscoverCloudAzureAccountForbidden) IsServerError() bool

IsServerError returns true when this get discover cloud azure account forbidden response has a 5xx status code

func (*GetDiscoverCloudAzureAccountForbidden) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure account forbidden response has a 2xx status code

func (*GetDiscoverCloudAzureAccountForbidden) String added in v0.4.0

type GetDiscoverCloudAzureAccountInternalServerError added in v0.4.0

type GetDiscoverCloudAzureAccountInternalServerError 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.RegistrationAzureAccountResponseV1
}

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

Internal Server Error

func NewGetDiscoverCloudAzureAccountInternalServerError added in v0.4.0

func NewGetDiscoverCloudAzureAccountInternalServerError() *GetDiscoverCloudAzureAccountInternalServerError

NewGetDiscoverCloudAzureAccountInternalServerError creates a GetDiscoverCloudAzureAccountInternalServerError with default headers values

func (*GetDiscoverCloudAzureAccountInternalServerError) Code added in v0.4.0

Code gets the status code for the get discover cloud azure account internal server error response

func (*GetDiscoverCloudAzureAccountInternalServerError) Error added in v0.4.0

func (*GetDiscoverCloudAzureAccountInternalServerError) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureAccountInternalServerError) IsClientError added in v0.4.0

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

func (*GetDiscoverCloudAzureAccountInternalServerError) IsCode added in v0.4.0

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

func (*GetDiscoverCloudAzureAccountInternalServerError) IsRedirect added in v0.4.0

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

func (*GetDiscoverCloudAzureAccountInternalServerError) IsServerError added in v0.4.0

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

func (*GetDiscoverCloudAzureAccountInternalServerError) IsSuccess added in v0.4.0

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

func (*GetDiscoverCloudAzureAccountInternalServerError) String added in v0.4.0

type GetDiscoverCloudAzureAccountMultiStatus added in v0.4.0

type GetDiscoverCloudAzureAccountMultiStatus 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.RegistrationAzureAccountResponseV1
}

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

Multi-Status

func NewGetDiscoverCloudAzureAccountMultiStatus added in v0.4.0

func NewGetDiscoverCloudAzureAccountMultiStatus() *GetDiscoverCloudAzureAccountMultiStatus

NewGetDiscoverCloudAzureAccountMultiStatus creates a GetDiscoverCloudAzureAccountMultiStatus with default headers values

func (*GetDiscoverCloudAzureAccountMultiStatus) Code added in v0.4.0

Code gets the status code for the get discover cloud azure account multi status response

func (*GetDiscoverCloudAzureAccountMultiStatus) Error added in v0.4.0

func (*GetDiscoverCloudAzureAccountMultiStatus) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureAccountMultiStatus) IsClientError added in v0.4.0

func (o *GetDiscoverCloudAzureAccountMultiStatus) IsClientError() bool

IsClientError returns true when this get discover cloud azure account multi status response has a 4xx status code

func (*GetDiscoverCloudAzureAccountMultiStatus) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure account multi status response a status code equal to that given

func (*GetDiscoverCloudAzureAccountMultiStatus) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure account multi status response has a 3xx status code

func (*GetDiscoverCloudAzureAccountMultiStatus) IsServerError added in v0.4.0

func (o *GetDiscoverCloudAzureAccountMultiStatus) IsServerError() bool

IsServerError returns true when this get discover cloud azure account multi status response has a 5xx status code

func (*GetDiscoverCloudAzureAccountMultiStatus) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure account multi status response has a 2xx status code

func (*GetDiscoverCloudAzureAccountMultiStatus) String added in v0.4.0

type GetDiscoverCloudAzureAccountOK added in v0.4.0

type GetDiscoverCloudAzureAccountOK 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.RegistrationAzureAccountResponseV1
}

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

OK

func NewGetDiscoverCloudAzureAccountOK added in v0.4.0

func NewGetDiscoverCloudAzureAccountOK() *GetDiscoverCloudAzureAccountOK

NewGetDiscoverCloudAzureAccountOK creates a GetDiscoverCloudAzureAccountOK with default headers values

func (*GetDiscoverCloudAzureAccountOK) Code added in v0.4.0

Code gets the status code for the get discover cloud azure account o k response

func (*GetDiscoverCloudAzureAccountOK) Error added in v0.4.0

func (*GetDiscoverCloudAzureAccountOK) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureAccountOK) IsClientError added in v0.4.0

func (o *GetDiscoverCloudAzureAccountOK) IsClientError() bool

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

func (*GetDiscoverCloudAzureAccountOK) IsCode added in v0.4.0

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

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

func (*GetDiscoverCloudAzureAccountOK) IsRedirect added in v0.4.0

func (o *GetDiscoverCloudAzureAccountOK) IsRedirect() bool

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

func (*GetDiscoverCloudAzureAccountOK) IsServerError added in v0.4.0

func (o *GetDiscoverCloudAzureAccountOK) IsServerError() bool

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

func (*GetDiscoverCloudAzureAccountOK) IsSuccess added in v0.4.0

func (o *GetDiscoverCloudAzureAccountOK) IsSuccess() bool

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

func (*GetDiscoverCloudAzureAccountOK) String added in v0.4.0

type GetDiscoverCloudAzureAccountParams added in v0.4.0

type GetDiscoverCloudAzureAccountParams struct {

	/* Ids.

	   SubscriptionIDs of accounts to select for this status operation. If this is empty then all accounts are returned.
	*/
	Ids []string

	/* Limit.

	   The maximum records to return. Defaults to 100.

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   The offset to start retrieving records from
	*/
	Offset *int64

	/* ScanType.

	   Type of scan, dry or full, to perform on selected accounts
	*/
	ScanType *string

	/* Status.

	   Account status to filter results by.
	*/
	Status *string

	/* TenantIds.

	   Tenant ids to filter azure accounts
	*/
	TenantIds []string

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

GetDiscoverCloudAzureAccountParams contains all the parameters to send to the API endpoint

for the get discover cloud azure account operation.

Typically these are written to a http.Request.

func NewGetDiscoverCloudAzureAccountParams added in v0.4.0

func NewGetDiscoverCloudAzureAccountParams() *GetDiscoverCloudAzureAccountParams

NewGetDiscoverCloudAzureAccountParams creates a new GetDiscoverCloudAzureAccountParams 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 NewGetDiscoverCloudAzureAccountParamsWithContext added in v0.4.0

func NewGetDiscoverCloudAzureAccountParamsWithContext(ctx context.Context) *GetDiscoverCloudAzureAccountParams

NewGetDiscoverCloudAzureAccountParamsWithContext creates a new GetDiscoverCloudAzureAccountParams object with the ability to set a context for a request.

func NewGetDiscoverCloudAzureAccountParamsWithHTTPClient added in v0.4.0

func NewGetDiscoverCloudAzureAccountParamsWithHTTPClient(client *http.Client) *GetDiscoverCloudAzureAccountParams

NewGetDiscoverCloudAzureAccountParamsWithHTTPClient creates a new GetDiscoverCloudAzureAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetDiscoverCloudAzureAccountParamsWithTimeout added in v0.4.0

func NewGetDiscoverCloudAzureAccountParamsWithTimeout(timeout time.Duration) *GetDiscoverCloudAzureAccountParams

NewGetDiscoverCloudAzureAccountParamsWithTimeout creates a new GetDiscoverCloudAzureAccountParams object with the ability to set a timeout on a request.

func (*GetDiscoverCloudAzureAccountParams) SetContext added in v0.4.0

SetContext adds the context to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) SetDefaults added in v0.4.0

func (o *GetDiscoverCloudAzureAccountParams) SetDefaults()

SetDefaults hydrates default values in the get discover cloud azure account params (not the query body).

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

func (*GetDiscoverCloudAzureAccountParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) SetIds added in v0.4.0

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

SetIds adds the ids to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) SetLimit added in v0.4.0

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

SetLimit adds the limit to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) SetOffset added in v0.4.0

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

SetOffset adds the offset to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) SetScanType added in v0.4.0

func (o *GetDiscoverCloudAzureAccountParams) SetScanType(scanType *string)

SetScanType adds the scanType to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) SetStatus added in v0.4.0

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

SetStatus adds the status to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) SetTenantIds added in v0.4.0

func (o *GetDiscoverCloudAzureAccountParams) SetTenantIds(tenantIds []string)

SetTenantIds adds the tenantIds to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithContext added in v0.4.0

WithContext adds the context to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get discover cloud azure account params (not the query body).

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

func (*GetDiscoverCloudAzureAccountParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithIds added in v0.4.0

WithIds adds the ids to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithLimit added in v0.4.0

WithLimit adds the limit to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithOffset added in v0.4.0

WithOffset adds the offset to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithScanType added in v0.4.0

WithScanType adds the scanType to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithStatus added in v0.4.0

WithStatus adds the status to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithTenantIds added in v0.4.0

WithTenantIds adds the tenantIds to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get discover cloud azure account params

func (*GetDiscoverCloudAzureAccountParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDiscoverCloudAzureAccountReader added in v0.4.0

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

GetDiscoverCloudAzureAccountReader is a Reader for the GetDiscoverCloudAzureAccount structure.

func (*GetDiscoverCloudAzureAccountReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDiscoverCloudAzureAccountTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewGetDiscoverCloudAzureAccountTooManyRequests added in v0.4.0

func NewGetDiscoverCloudAzureAccountTooManyRequests() *GetDiscoverCloudAzureAccountTooManyRequests

NewGetDiscoverCloudAzureAccountTooManyRequests creates a GetDiscoverCloudAzureAccountTooManyRequests with default headers values

func (*GetDiscoverCloudAzureAccountTooManyRequests) Code added in v0.4.0

Code gets the status code for the get discover cloud azure account too many requests response

func (*GetDiscoverCloudAzureAccountTooManyRequests) Error added in v0.4.0

func (*GetDiscoverCloudAzureAccountTooManyRequests) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureAccountTooManyRequests) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure account too many requests response has a 4xx status code

func (*GetDiscoverCloudAzureAccountTooManyRequests) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure account too many requests response a status code equal to that given

func (*GetDiscoverCloudAzureAccountTooManyRequests) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure account too many requests response has a 3xx status code

func (*GetDiscoverCloudAzureAccountTooManyRequests) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure account too many requests response has a 5xx status code

func (*GetDiscoverCloudAzureAccountTooManyRequests) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure account too many requests response has a 2xx status code

func (*GetDiscoverCloudAzureAccountTooManyRequests) String added in v0.4.0

type GetDiscoverCloudAzureTenantIDsBadRequest added in v0.4.0

type GetDiscoverCloudAzureTenantIDsBadRequest 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.RegistrationAzureTenantIDsResponseV1
}

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

Bad Request

func NewGetDiscoverCloudAzureTenantIDsBadRequest added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsBadRequest() *GetDiscoverCloudAzureTenantIDsBadRequest

NewGetDiscoverCloudAzureTenantIDsBadRequest creates a GetDiscoverCloudAzureTenantIDsBadRequest with default headers values

func (*GetDiscoverCloudAzureTenantIDsBadRequest) Code added in v0.4.0

Code gets the status code for the get discover cloud azure tenant i ds bad request response

func (*GetDiscoverCloudAzureTenantIDsBadRequest) Error added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsBadRequest) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsBadRequest) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure tenant i ds bad request response has a 4xx status code

func (*GetDiscoverCloudAzureTenantIDsBadRequest) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure tenant i ds bad request response a status code equal to that given

func (*GetDiscoverCloudAzureTenantIDsBadRequest) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure tenant i ds bad request response has a 3xx status code

func (*GetDiscoverCloudAzureTenantIDsBadRequest) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure tenant i ds bad request response has a 5xx status code

func (*GetDiscoverCloudAzureTenantIDsBadRequest) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure tenant i ds bad request response has a 2xx status code

func (*GetDiscoverCloudAzureTenantIDsBadRequest) String added in v0.4.0

type GetDiscoverCloudAzureTenantIDsForbidden added in v0.4.0

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

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

Forbidden

func NewGetDiscoverCloudAzureTenantIDsForbidden added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsForbidden() *GetDiscoverCloudAzureTenantIDsForbidden

NewGetDiscoverCloudAzureTenantIDsForbidden creates a GetDiscoverCloudAzureTenantIDsForbidden with default headers values

func (*GetDiscoverCloudAzureTenantIDsForbidden) Code added in v0.4.0

Code gets the status code for the get discover cloud azure tenant i ds forbidden response

func (*GetDiscoverCloudAzureTenantIDsForbidden) Error added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsForbidden) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsForbidden) IsClientError added in v0.4.0

func (o *GetDiscoverCloudAzureTenantIDsForbidden) IsClientError() bool

IsClientError returns true when this get discover cloud azure tenant i ds forbidden response has a 4xx status code

func (*GetDiscoverCloudAzureTenantIDsForbidden) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure tenant i ds forbidden response a status code equal to that given

func (*GetDiscoverCloudAzureTenantIDsForbidden) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure tenant i ds forbidden response has a 3xx status code

func (*GetDiscoverCloudAzureTenantIDsForbidden) IsServerError added in v0.4.0

func (o *GetDiscoverCloudAzureTenantIDsForbidden) IsServerError() bool

IsServerError returns true when this get discover cloud azure tenant i ds forbidden response has a 5xx status code

func (*GetDiscoverCloudAzureTenantIDsForbidden) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure tenant i ds forbidden response has a 2xx status code

func (*GetDiscoverCloudAzureTenantIDsForbidden) String added in v0.4.0

type GetDiscoverCloudAzureTenantIDsInternalServerError added in v0.4.0

type GetDiscoverCloudAzureTenantIDsInternalServerError 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.RegistrationAzureTenantIDsResponseV1
}

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

Internal Server Error

func NewGetDiscoverCloudAzureTenantIDsInternalServerError added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsInternalServerError() *GetDiscoverCloudAzureTenantIDsInternalServerError

NewGetDiscoverCloudAzureTenantIDsInternalServerError creates a GetDiscoverCloudAzureTenantIDsInternalServerError with default headers values

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) Code added in v0.4.0

Code gets the status code for the get discover cloud azure tenant i ds internal server error response

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) Error added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure tenant i ds internal server error response has a 4xx status code

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure tenant i ds internal server error response a status code equal to that given

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure tenant i ds internal server error response has a 3xx status code

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure tenant i ds internal server error response has a 5xx status code

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure tenant i ds internal server error response has a 2xx status code

func (*GetDiscoverCloudAzureTenantIDsInternalServerError) String added in v0.4.0

type GetDiscoverCloudAzureTenantIDsOK added in v0.4.0

type GetDiscoverCloudAzureTenantIDsOK 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.RegistrationAzureTenantIDsResponseV1
}

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

OK

func NewGetDiscoverCloudAzureTenantIDsOK added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsOK() *GetDiscoverCloudAzureTenantIDsOK

NewGetDiscoverCloudAzureTenantIDsOK creates a GetDiscoverCloudAzureTenantIDsOK with default headers values

func (*GetDiscoverCloudAzureTenantIDsOK) Code added in v0.4.0

Code gets the status code for the get discover cloud azure tenant i ds o k response

func (*GetDiscoverCloudAzureTenantIDsOK) Error added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsOK) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsOK) IsClientError added in v0.4.0

func (o *GetDiscoverCloudAzureTenantIDsOK) IsClientError() bool

IsClientError returns true when this get discover cloud azure tenant i ds o k response has a 4xx status code

func (*GetDiscoverCloudAzureTenantIDsOK) IsCode added in v0.4.0

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

IsCode returns true when this get discover cloud azure tenant i ds o k response a status code equal to that given

func (*GetDiscoverCloudAzureTenantIDsOK) IsRedirect added in v0.4.0

func (o *GetDiscoverCloudAzureTenantIDsOK) IsRedirect() bool

IsRedirect returns true when this get discover cloud azure tenant i ds o k response has a 3xx status code

func (*GetDiscoverCloudAzureTenantIDsOK) IsServerError added in v0.4.0

func (o *GetDiscoverCloudAzureTenantIDsOK) IsServerError() bool

IsServerError returns true when this get discover cloud azure tenant i ds o k response has a 5xx status code

func (*GetDiscoverCloudAzureTenantIDsOK) IsSuccess added in v0.4.0

func (o *GetDiscoverCloudAzureTenantIDsOK) IsSuccess() bool

IsSuccess returns true when this get discover cloud azure tenant i ds o k response has a 2xx status code

func (*GetDiscoverCloudAzureTenantIDsOK) String added in v0.4.0

type GetDiscoverCloudAzureTenantIDsParams added in v0.4.0

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

GetDiscoverCloudAzureTenantIDsParams contains all the parameters to send to the API endpoint

for the get discover cloud azure tenant i ds operation.

Typically these are written to a http.Request.

func NewGetDiscoverCloudAzureTenantIDsParams added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsParams() *GetDiscoverCloudAzureTenantIDsParams

NewGetDiscoverCloudAzureTenantIDsParams creates a new GetDiscoverCloudAzureTenantIDsParams 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 NewGetDiscoverCloudAzureTenantIDsParamsWithContext added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsParamsWithContext(ctx context.Context) *GetDiscoverCloudAzureTenantIDsParams

NewGetDiscoverCloudAzureTenantIDsParamsWithContext creates a new GetDiscoverCloudAzureTenantIDsParams object with the ability to set a context for a request.

func NewGetDiscoverCloudAzureTenantIDsParamsWithHTTPClient added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsParamsWithHTTPClient(client *http.Client) *GetDiscoverCloudAzureTenantIDsParams

NewGetDiscoverCloudAzureTenantIDsParamsWithHTTPClient creates a new GetDiscoverCloudAzureTenantIDsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDiscoverCloudAzureTenantIDsParamsWithTimeout added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsParamsWithTimeout(timeout time.Duration) *GetDiscoverCloudAzureTenantIDsParams

NewGetDiscoverCloudAzureTenantIDsParamsWithTimeout creates a new GetDiscoverCloudAzureTenantIDsParams object with the ability to set a timeout on a request.

func (*GetDiscoverCloudAzureTenantIDsParams) SetContext added in v0.4.0

SetContext adds the context to the get discover cloud azure tenant i ds params

func (*GetDiscoverCloudAzureTenantIDsParams) SetDefaults added in v0.4.0

func (o *GetDiscoverCloudAzureTenantIDsParams) SetDefaults()

SetDefaults hydrates default values in the get discover cloud azure tenant i ds params (not the query body).

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

func (*GetDiscoverCloudAzureTenantIDsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get discover cloud azure tenant i ds params

func (*GetDiscoverCloudAzureTenantIDsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get discover cloud azure tenant i ds params

func (*GetDiscoverCloudAzureTenantIDsParams) WithContext added in v0.4.0

WithContext adds the context to the get discover cloud azure tenant i ds params

func (*GetDiscoverCloudAzureTenantIDsParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get discover cloud azure tenant i ds params (not the query body).

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

func (*GetDiscoverCloudAzureTenantIDsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get discover cloud azure tenant i ds params

func (*GetDiscoverCloudAzureTenantIDsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get discover cloud azure tenant i ds params

func (*GetDiscoverCloudAzureTenantIDsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDiscoverCloudAzureTenantIDsReader added in v0.4.0

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

GetDiscoverCloudAzureTenantIDsReader is a Reader for the GetDiscoverCloudAzureTenantIDs structure.

func (*GetDiscoverCloudAzureTenantIDsReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDiscoverCloudAzureTenantIDsTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewGetDiscoverCloudAzureTenantIDsTooManyRequests added in v0.4.0

func NewGetDiscoverCloudAzureTenantIDsTooManyRequests() *GetDiscoverCloudAzureTenantIDsTooManyRequests

NewGetDiscoverCloudAzureTenantIDsTooManyRequests creates a GetDiscoverCloudAzureTenantIDsTooManyRequests with default headers values

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) Code added in v0.4.0

Code gets the status code for the get discover cloud azure tenant i ds too many requests response

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) Error added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure tenant i ds too many requests response has a 4xx status code

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure tenant i ds too many requests response a status code equal to that given

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure tenant i ds too many requests response has a 3xx status code

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure tenant i ds too many requests response has a 5xx status code

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure tenant i ds too many requests response has a 2xx status code

func (*GetDiscoverCloudAzureTenantIDsTooManyRequests) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentBadRequest added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentBadRequest 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.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

Bad Request

func NewGetDiscoverCloudAzureUserScriptsAttachmentBadRequest added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentBadRequest() *GetDiscoverCloudAzureUserScriptsAttachmentBadRequest

NewGetDiscoverCloudAzureUserScriptsAttachmentBadRequest creates a GetDiscoverCloudAzureUserScriptsAttachmentBadRequest with default headers values

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts attachment bad request response

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts attachment bad request response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts attachment bad request response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts attachment bad request response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts attachment bad request response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts attachment bad request response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentBadRequest) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentForbidden added in v0.4.0

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

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

Forbidden

func NewGetDiscoverCloudAzureUserScriptsAttachmentForbidden added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentForbidden() *GetDiscoverCloudAzureUserScriptsAttachmentForbidden

NewGetDiscoverCloudAzureUserScriptsAttachmentForbidden creates a GetDiscoverCloudAzureUserScriptsAttachmentForbidden with default headers values

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts attachment forbidden response

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts attachment forbidden response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts attachment forbidden response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts attachment forbidden response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts attachment forbidden response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts attachment forbidden response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentForbidden) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError 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.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

Internal Server Error

func NewGetDiscoverCloudAzureUserScriptsAttachmentInternalServerError added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentInternalServerError() *GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError

NewGetDiscoverCloudAzureUserScriptsAttachmentInternalServerError creates a GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError with default headers values

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts attachment internal server error response

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts attachment internal server error response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts attachment internal server error response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts attachment internal server error response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts attachment internal server error response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts attachment internal server error response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentOK added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentOK 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.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

OK

func NewGetDiscoverCloudAzureUserScriptsAttachmentOK added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentOK() *GetDiscoverCloudAzureUserScriptsAttachmentOK

NewGetDiscoverCloudAzureUserScriptsAttachmentOK creates a GetDiscoverCloudAzureUserScriptsAttachmentOK with default headers values

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts attachment o k response

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts attachment o k response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts attachment o k response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts attachment o k response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts attachment o k response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts attachment o k response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentOK) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentParams added in v0.4.0

type GetDiscoverCloudAzureUserScriptsAttachmentParams struct {

	/* AzureManagementGroup.

	   Use Azure Management Group
	*/
	AzureManagementGroup *bool

	/* SubscriptionIds.

	   Azure Subscription ID
	*/
	SubscriptionIds []string

	/* Template.

	   Template to be rendered
	*/
	Template *string

	/* TenantID.

	   Azure Tenant ID
	*/
	TenantID []string

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

GetDiscoverCloudAzureUserScriptsAttachmentParams contains all the parameters to send to the API endpoint

for the get discover cloud azure user scripts attachment operation.

Typically these are written to a http.Request.

func NewGetDiscoverCloudAzureUserScriptsAttachmentParams added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentParams() *GetDiscoverCloudAzureUserScriptsAttachmentParams

NewGetDiscoverCloudAzureUserScriptsAttachmentParams creates a new GetDiscoverCloudAzureUserScriptsAttachmentParams 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 NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithContext added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithContext(ctx context.Context) *GetDiscoverCloudAzureUserScriptsAttachmentParams

NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithContext creates a new GetDiscoverCloudAzureUserScriptsAttachmentParams object with the ability to set a context for a request.

func NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithHTTPClient added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithHTTPClient(client *http.Client) *GetDiscoverCloudAzureUserScriptsAttachmentParams

NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithHTTPClient creates a new GetDiscoverCloudAzureUserScriptsAttachmentParams object with the ability to set a custom HTTPClient for a request.

func NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithTimeout added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithTimeout(timeout time.Duration) *GetDiscoverCloudAzureUserScriptsAttachmentParams

NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithTimeout creates a new GetDiscoverCloudAzureUserScriptsAttachmentParams object with the ability to set a timeout on a request.

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) SetAzureManagementGroup added in v0.6.0

func (o *GetDiscoverCloudAzureUserScriptsAttachmentParams) SetAzureManagementGroup(azureManagementGroup *bool)

SetAzureManagementGroup adds the azureManagementGroup to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) SetContext added in v0.4.0

SetContext adds the context to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the get discover cloud azure user scripts attachment params (not the query body).

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

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) SetHTTPClient added in v0.4.0

SetHTTPClient adds the HTTPClient to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) SetSubscriptionIds added in v0.4.0

func (o *GetDiscoverCloudAzureUserScriptsAttachmentParams) SetSubscriptionIds(subscriptionIds []string)

SetSubscriptionIds adds the subscriptionIds to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) SetTemplate added in v0.4.0

func (o *GetDiscoverCloudAzureUserScriptsAttachmentParams) SetTemplate(template *string)

SetTemplate adds the template to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) SetTenantID added in v0.4.0

func (o *GetDiscoverCloudAzureUserScriptsAttachmentParams) SetTenantID(tenantID []string)

SetTenantID adds the tenantId to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WithAzureManagementGroup added in v0.6.0

WithAzureManagementGroup adds the azureManagementGroup to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WithContext added in v0.4.0

WithContext adds the context to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get discover cloud azure user scripts attachment params (not the query body).

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

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WithSubscriptionIds added in v0.4.0

WithSubscriptionIds adds the subscriptionIds to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WithTemplate added in v0.4.0

WithTemplate adds the template to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WithTenantID added in v0.4.0

WithTenantID adds the tenantID to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get discover cloud azure user scripts attachment params

func (*GetDiscoverCloudAzureUserScriptsAttachmentParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDiscoverCloudAzureUserScriptsAttachmentReader added in v0.4.0

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

GetDiscoverCloudAzureUserScriptsAttachmentReader is a Reader for the GetDiscoverCloudAzureUserScriptsAttachment structure.

func (*GetDiscoverCloudAzureUserScriptsAttachmentReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewGetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests() *GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests

NewGetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests creates a GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests with default headers values

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts attachment too many requests response

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts attachment too many requests response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts attachment too many requests response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts attachment too many requests response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts attachment too many requests response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts attachment too many requests response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsBadRequest added in v0.4.0

type GetDiscoverCloudAzureUserScriptsBadRequest 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.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

Bad Request

func NewGetDiscoverCloudAzureUserScriptsBadRequest added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsBadRequest() *GetDiscoverCloudAzureUserScriptsBadRequest

NewGetDiscoverCloudAzureUserScriptsBadRequest creates a GetDiscoverCloudAzureUserScriptsBadRequest with default headers values

func (*GetDiscoverCloudAzureUserScriptsBadRequest) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts bad request response

func (*GetDiscoverCloudAzureUserScriptsBadRequest) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsBadRequest) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsBadRequest) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts bad request response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsBadRequest) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts bad request response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsBadRequest) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts bad request response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsBadRequest) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts bad request response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsBadRequest) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts bad request response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsBadRequest) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsForbidden added in v0.4.0

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

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

Forbidden

func NewGetDiscoverCloudAzureUserScriptsForbidden added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsForbidden() *GetDiscoverCloudAzureUserScriptsForbidden

NewGetDiscoverCloudAzureUserScriptsForbidden creates a GetDiscoverCloudAzureUserScriptsForbidden with default headers values

func (*GetDiscoverCloudAzureUserScriptsForbidden) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts forbidden response

func (*GetDiscoverCloudAzureUserScriptsForbidden) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsForbidden) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsForbidden) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts forbidden response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsForbidden) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts forbidden response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsForbidden) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts forbidden response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsForbidden) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts forbidden response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsForbidden) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts forbidden response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsForbidden) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsInternalServerError added in v0.4.0

type GetDiscoverCloudAzureUserScriptsInternalServerError 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.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

Internal Server Error

func NewGetDiscoverCloudAzureUserScriptsInternalServerError added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsInternalServerError() *GetDiscoverCloudAzureUserScriptsInternalServerError

NewGetDiscoverCloudAzureUserScriptsInternalServerError creates a GetDiscoverCloudAzureUserScriptsInternalServerError with default headers values

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts internal server error response

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts internal server error response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts internal server error response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts internal server error response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts internal server error response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts internal server error response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsInternalServerError) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsMultiStatus added in v0.4.0

type GetDiscoverCloudAzureUserScriptsMultiStatus 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.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

Multi-Status

func NewGetDiscoverCloudAzureUserScriptsMultiStatus added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsMultiStatus() *GetDiscoverCloudAzureUserScriptsMultiStatus

NewGetDiscoverCloudAzureUserScriptsMultiStatus creates a GetDiscoverCloudAzureUserScriptsMultiStatus with default headers values

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts multi status response

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts multi status response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts multi status response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts multi status response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts multi status response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts multi status response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsMultiStatus) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsOK added in v0.4.0

type GetDiscoverCloudAzureUserScriptsOK 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.RegistrationAzureProvisionGetUserScriptResponseV1
}

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

OK

func NewGetDiscoverCloudAzureUserScriptsOK added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsOK() *GetDiscoverCloudAzureUserScriptsOK

NewGetDiscoverCloudAzureUserScriptsOK creates a GetDiscoverCloudAzureUserScriptsOK with default headers values

func (*GetDiscoverCloudAzureUserScriptsOK) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts o k response

func (*GetDiscoverCloudAzureUserScriptsOK) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsOK) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsOK) IsClientError added in v0.4.0

func (o *GetDiscoverCloudAzureUserScriptsOK) IsClientError() bool

IsClientError returns true when this get discover cloud azure user scripts o k response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsOK) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts o k response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsOK) IsRedirect added in v0.4.0

func (o *GetDiscoverCloudAzureUserScriptsOK) IsRedirect() bool

IsRedirect returns true when this get discover cloud azure user scripts o k response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsOK) IsServerError added in v0.4.0

func (o *GetDiscoverCloudAzureUserScriptsOK) IsServerError() bool

IsServerError returns true when this get discover cloud azure user scripts o k response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsOK) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts o k response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsOK) String added in v0.4.0

type GetDiscoverCloudAzureUserScriptsParams added in v0.4.0

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

GetDiscoverCloudAzureUserScriptsParams contains all the parameters to send to the API endpoint

for the get discover cloud azure user scripts operation.

Typically these are written to a http.Request.

func NewGetDiscoverCloudAzureUserScriptsParams added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsParams() *GetDiscoverCloudAzureUserScriptsParams

NewGetDiscoverCloudAzureUserScriptsParams creates a new GetDiscoverCloudAzureUserScriptsParams 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 NewGetDiscoverCloudAzureUserScriptsParamsWithContext added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsParamsWithContext(ctx context.Context) *GetDiscoverCloudAzureUserScriptsParams

NewGetDiscoverCloudAzureUserScriptsParamsWithContext creates a new GetDiscoverCloudAzureUserScriptsParams object with the ability to set a context for a request.

func NewGetDiscoverCloudAzureUserScriptsParamsWithHTTPClient added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsParamsWithHTTPClient(client *http.Client) *GetDiscoverCloudAzureUserScriptsParams

NewGetDiscoverCloudAzureUserScriptsParamsWithHTTPClient creates a new GetDiscoverCloudAzureUserScriptsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDiscoverCloudAzureUserScriptsParamsWithTimeout added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsParamsWithTimeout(timeout time.Duration) *GetDiscoverCloudAzureUserScriptsParams

NewGetDiscoverCloudAzureUserScriptsParamsWithTimeout creates a new GetDiscoverCloudAzureUserScriptsParams object with the ability to set a timeout on a request.

func (*GetDiscoverCloudAzureUserScriptsParams) SetContext added in v0.4.0

SetContext adds the context to the get discover cloud azure user scripts params

func (*GetDiscoverCloudAzureUserScriptsParams) SetDefaults added in v0.4.0

func (o *GetDiscoverCloudAzureUserScriptsParams) SetDefaults()

SetDefaults hydrates default values in the get discover cloud azure user scripts params (not the query body).

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

func (*GetDiscoverCloudAzureUserScriptsParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get discover cloud azure user scripts params

func (*GetDiscoverCloudAzureUserScriptsParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get discover cloud azure user scripts params

func (*GetDiscoverCloudAzureUserScriptsParams) WithContext added in v0.4.0

WithContext adds the context to the get discover cloud azure user scripts params

func (*GetDiscoverCloudAzureUserScriptsParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get discover cloud azure user scripts params (not the query body).

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

func (*GetDiscoverCloudAzureUserScriptsParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get discover cloud azure user scripts params

func (*GetDiscoverCloudAzureUserScriptsParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get discover cloud azure user scripts params

func (*GetDiscoverCloudAzureUserScriptsParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDiscoverCloudAzureUserScriptsReader added in v0.4.0

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

GetDiscoverCloudAzureUserScriptsReader is a Reader for the GetDiscoverCloudAzureUserScripts structure.

func (*GetDiscoverCloudAzureUserScriptsReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDiscoverCloudAzureUserScriptsTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewGetDiscoverCloudAzureUserScriptsTooManyRequests added in v0.4.0

func NewGetDiscoverCloudAzureUserScriptsTooManyRequests() *GetDiscoverCloudAzureUserScriptsTooManyRequests

NewGetDiscoverCloudAzureUserScriptsTooManyRequests creates a GetDiscoverCloudAzureUserScriptsTooManyRequests with default headers values

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) Code added in v0.4.0

Code gets the status code for the get discover cloud azure user scripts too many requests response

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) Error added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) GetPayload added in v0.4.0

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) IsClientError added in v0.4.0

IsClientError returns true when this get discover cloud azure user scripts too many requests response has a 4xx status code

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) IsCode added in v0.4.0

IsCode returns true when this get discover cloud azure user scripts too many requests response a status code equal to that given

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) IsRedirect added in v0.4.0

IsRedirect returns true when this get discover cloud azure user scripts too many requests response has a 3xx status code

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) IsServerError added in v0.4.0

IsServerError returns true when this get discover cloud azure user scripts too many requests response has a 5xx status code

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) IsSuccess added in v0.4.0

IsSuccess returns true when this get discover cloud azure user scripts too many requests response has a 2xx status code

func (*GetDiscoverCloudAzureUserScriptsTooManyRequests) String added in v0.4.0

type GetHorizonD4CScriptsForbidden added in v0.2.29

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

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

Forbidden

func NewGetHorizonD4CScriptsForbidden added in v0.2.29

func NewGetHorizonD4CScriptsForbidden() *GetHorizonD4CScriptsForbidden

NewGetHorizonD4CScriptsForbidden creates a GetHorizonD4CScriptsForbidden with default headers values

func (*GetHorizonD4CScriptsForbidden) Code added in v0.2.33

Code gets the status code for the get horizon d4 c scripts forbidden response

func (*GetHorizonD4CScriptsForbidden) Error added in v0.2.29

func (*GetHorizonD4CScriptsForbidden) GetPayload added in v0.2.29

func (*GetHorizonD4CScriptsForbidden) IsClientError added in v0.2.29

func (o *GetHorizonD4CScriptsForbidden) IsClientError() bool

IsClientError returns true when this get horizon d4 c scripts forbidden response has a 4xx status code

func (*GetHorizonD4CScriptsForbidden) IsCode added in v0.2.29

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

IsCode returns true when this get horizon d4 c scripts forbidden response a status code equal to that given

func (*GetHorizonD4CScriptsForbidden) IsRedirect added in v0.2.29

func (o *GetHorizonD4CScriptsForbidden) IsRedirect() bool

IsRedirect returns true when this get horizon d4 c scripts forbidden response has a 3xx status code

func (*GetHorizonD4CScriptsForbidden) IsServerError added in v0.2.29

func (o *GetHorizonD4CScriptsForbidden) IsServerError() bool

IsServerError returns true when this get horizon d4 c scripts forbidden response has a 5xx status code

func (*GetHorizonD4CScriptsForbidden) IsSuccess added in v0.2.29

func (o *GetHorizonD4CScriptsForbidden) IsSuccess() bool

IsSuccess returns true when this get horizon d4 c scripts forbidden response has a 2xx status code

func (*GetHorizonD4CScriptsForbidden) String added in v0.2.29

type GetHorizonD4CScriptsOK added in v0.2.29

type GetHorizonD4CScriptsOK 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.RegistrationStaticScriptsResponse
}

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

OK

func NewGetHorizonD4CScriptsOK added in v0.2.29

func NewGetHorizonD4CScriptsOK() *GetHorizonD4CScriptsOK

NewGetHorizonD4CScriptsOK creates a GetHorizonD4CScriptsOK with default headers values

func (*GetHorizonD4CScriptsOK) Code added in v0.2.33

func (o *GetHorizonD4CScriptsOK) Code() int

Code gets the status code for the get horizon d4 c scripts o k response

func (*GetHorizonD4CScriptsOK) Error added in v0.2.29

func (o *GetHorizonD4CScriptsOK) Error() string

func (*GetHorizonD4CScriptsOK) GetPayload added in v0.2.29

func (*GetHorizonD4CScriptsOK) IsClientError added in v0.2.29

func (o *GetHorizonD4CScriptsOK) IsClientError() bool

IsClientError returns true when this get horizon d4 c scripts o k response has a 4xx status code

func (*GetHorizonD4CScriptsOK) IsCode added in v0.2.29

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

IsCode returns true when this get horizon d4 c scripts o k response a status code equal to that given

func (*GetHorizonD4CScriptsOK) IsRedirect added in v0.2.29

func (o *GetHorizonD4CScriptsOK) IsRedirect() bool

IsRedirect returns true when this get horizon d4 c scripts o k response has a 3xx status code

func (*GetHorizonD4CScriptsOK) IsServerError added in v0.2.29

func (o *GetHorizonD4CScriptsOK) IsServerError() bool

IsServerError returns true when this get horizon d4 c scripts o k response has a 5xx status code

func (*GetHorizonD4CScriptsOK) IsSuccess added in v0.2.29

func (o *GetHorizonD4CScriptsOK) IsSuccess() bool

IsSuccess returns true when this get horizon d4 c scripts o k response has a 2xx status code

func (*GetHorizonD4CScriptsOK) String added in v0.2.29

func (o *GetHorizonD4CScriptsOK) String() string

type GetHorizonD4CScriptsParams added in v0.2.29

type GetHorizonD4CScriptsParams struct {

	/* AccountType.

	   Account type (e.g.: commercial,gov) Only applicable when registering AWS commercial account in a Gov environment
	*/
	AccountType *string

	// Delete.
	Delete *string

	/* OrganizationID.

	   AWS organization ID
	*/
	OrganizationID *string

	/* SingleAccount.

	   Get static script for single account
	*/
	SingleAccount *string

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

GetHorizonD4CScriptsParams contains all the parameters to send to the API endpoint

for the get horizon d4 c scripts operation.

Typically these are written to a http.Request.

func NewGetHorizonD4CScriptsParams added in v0.2.29

func NewGetHorizonD4CScriptsParams() *GetHorizonD4CScriptsParams

NewGetHorizonD4CScriptsParams creates a new GetHorizonD4CScriptsParams 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 NewGetHorizonD4CScriptsParamsWithContext added in v0.2.29

func NewGetHorizonD4CScriptsParamsWithContext(ctx context.Context) *GetHorizonD4CScriptsParams

NewGetHorizonD4CScriptsParamsWithContext creates a new GetHorizonD4CScriptsParams object with the ability to set a context for a request.

func NewGetHorizonD4CScriptsParamsWithHTTPClient added in v0.2.29

func NewGetHorizonD4CScriptsParamsWithHTTPClient(client *http.Client) *GetHorizonD4CScriptsParams

NewGetHorizonD4CScriptsParamsWithHTTPClient creates a new GetHorizonD4CScriptsParams object with the ability to set a custom HTTPClient for a request.

func NewGetHorizonD4CScriptsParamsWithTimeout added in v0.2.29

func NewGetHorizonD4CScriptsParamsWithTimeout(timeout time.Duration) *GetHorizonD4CScriptsParams

NewGetHorizonD4CScriptsParamsWithTimeout creates a new GetHorizonD4CScriptsParams object with the ability to set a timeout on a request.

func (*GetHorizonD4CScriptsParams) SetAccountType added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetAccountType(accountType *string)

SetAccountType adds the accountType to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetContext added in v0.2.29

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

SetContext adds the context to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetDefaults added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetDefaults()

SetDefaults hydrates default values in the get horizon d4 c scripts params (not the query body).

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

func (*GetHorizonD4CScriptsParams) SetDelete added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetDelete(delete *string)

SetDelete adds the delete to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetHTTPClient added in v0.2.29

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

SetHTTPClient adds the HTTPClient to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetOrganizationID added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetOrganizationID(organizationID *string)

SetOrganizationID adds the organizationId to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetSingleAccount added in v0.2.29

func (o *GetHorizonD4CScriptsParams) SetSingleAccount(singleAccount *string)

SetSingleAccount adds the singleAccount to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) SetTimeout added in v0.2.29

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

SetTimeout adds the timeout to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithAccountType added in v0.2.29

func (o *GetHorizonD4CScriptsParams) WithAccountType(accountType *string) *GetHorizonD4CScriptsParams

WithAccountType adds the accountType to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithContext added in v0.2.29

WithContext adds the context to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithDefaults added in v0.2.29

WithDefaults hydrates default values in the get horizon d4 c scripts params (not the query body).

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

func (*GetHorizonD4CScriptsParams) WithDelete added in v0.2.29

WithDelete adds the delete to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithHTTPClient added in v0.2.29

WithHTTPClient adds the HTTPClient to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithOrganizationID added in v0.2.29

func (o *GetHorizonD4CScriptsParams) WithOrganizationID(organizationID *string) *GetHorizonD4CScriptsParams

WithOrganizationID adds the organizationID to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithSingleAccount added in v0.2.29

func (o *GetHorizonD4CScriptsParams) WithSingleAccount(singleAccount *string) *GetHorizonD4CScriptsParams

WithSingleAccount adds the singleAccount to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WithTimeout added in v0.2.29

WithTimeout adds the timeout to the get horizon d4 c scripts params

func (*GetHorizonD4CScriptsParams) WriteToRequest added in v0.2.29

WriteToRequest writes these params to a swagger request

type GetHorizonD4CScriptsReader added in v0.2.29

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

GetHorizonD4CScriptsReader is a Reader for the GetHorizonD4CScripts structure.

func (*GetHorizonD4CScriptsReader) ReadResponse added in v0.2.29

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

ReadResponse reads a server response into the received o.

type GetHorizonD4CScriptsTooManyRequests added in v0.2.29

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

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

Too Many Requests

func NewGetHorizonD4CScriptsTooManyRequests added in v0.2.29

func NewGetHorizonD4CScriptsTooManyRequests() *GetHorizonD4CScriptsTooManyRequests

NewGetHorizonD4CScriptsTooManyRequests creates a GetHorizonD4CScriptsTooManyRequests with default headers values

func (*GetHorizonD4CScriptsTooManyRequests) Code added in v0.2.33

Code gets the status code for the get horizon d4 c scripts too many requests response

func (*GetHorizonD4CScriptsTooManyRequests) Error added in v0.2.29

func (*GetHorizonD4CScriptsTooManyRequests) GetPayload added in v0.2.29

func (*GetHorizonD4CScriptsTooManyRequests) IsClientError added in v0.2.29

func (o *GetHorizonD4CScriptsTooManyRequests) IsClientError() bool

IsClientError returns true when this get horizon d4 c scripts too many requests response has a 4xx status code

func (*GetHorizonD4CScriptsTooManyRequests) IsCode added in v0.2.29

IsCode returns true when this get horizon d4 c scripts too many requests response a status code equal to that given

func (*GetHorizonD4CScriptsTooManyRequests) IsRedirect added in v0.2.29

func (o *GetHorizonD4CScriptsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get horizon d4 c scripts too many requests response has a 3xx status code

func (*GetHorizonD4CScriptsTooManyRequests) IsServerError added in v0.2.29

func (o *GetHorizonD4CScriptsTooManyRequests) IsServerError() bool

IsServerError returns true when this get horizon d4 c scripts too many requests response has a 5xx status code

func (*GetHorizonD4CScriptsTooManyRequests) IsSuccess added in v0.2.29

IsSuccess returns true when this get horizon d4 c scripts too many requests response has a 2xx status code

func (*GetHorizonD4CScriptsTooManyRequests) String added in v0.2.29

type UpdateDiscoverCloudAzureAccountClientIDBadRequest added in v0.4.0

type UpdateDiscoverCloudAzureAccountClientIDBadRequest 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.RegistrationAzureTenantConfigurationResponseV1
}

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

Bad Request

func NewUpdateDiscoverCloudAzureAccountClientIDBadRequest added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDBadRequest() *UpdateDiscoverCloudAzureAccountClientIDBadRequest

NewUpdateDiscoverCloudAzureAccountClientIDBadRequest creates a UpdateDiscoverCloudAzureAccountClientIDBadRequest with default headers values

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) Code added in v0.4.0

Code gets the status code for the update discover cloud azure account client Id bad request response

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) Error added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) GetPayload added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) IsClientError added in v0.4.0

IsClientError returns true when this update discover cloud azure account client Id bad request response has a 4xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) IsCode added in v0.4.0

IsCode returns true when this update discover cloud azure account client Id bad request response a status code equal to that given

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) IsRedirect added in v0.4.0

IsRedirect returns true when this update discover cloud azure account client Id bad request response has a 3xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) IsServerError added in v0.4.0

IsServerError returns true when this update discover cloud azure account client Id bad request response has a 5xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) IsSuccess added in v0.4.0

IsSuccess returns true when this update discover cloud azure account client Id bad request response has a 2xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDBadRequest) String added in v0.4.0

type UpdateDiscoverCloudAzureAccountClientIDCreated added in v0.4.0

type UpdateDiscoverCloudAzureAccountClientIDCreated 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.RegistrationAzureTenantConfigurationResponseV1
}

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

Created

func NewUpdateDiscoverCloudAzureAccountClientIDCreated added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDCreated() *UpdateDiscoverCloudAzureAccountClientIDCreated

NewUpdateDiscoverCloudAzureAccountClientIDCreated creates a UpdateDiscoverCloudAzureAccountClientIDCreated with default headers values

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) Code added in v0.4.0

Code gets the status code for the update discover cloud azure account client Id created response

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) Error added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) GetPayload added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) IsClientError added in v0.4.0

IsClientError returns true when this update discover cloud azure account client Id created response has a 4xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) IsCode added in v0.4.0

IsCode returns true when this update discover cloud azure account client Id created response a status code equal to that given

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) IsRedirect added in v0.4.0

IsRedirect returns true when this update discover cloud azure account client Id created response has a 3xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) IsServerError added in v0.4.0

IsServerError returns true when this update discover cloud azure account client Id created response has a 5xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) IsSuccess added in v0.4.0

IsSuccess returns true when this update discover cloud azure account client Id created response has a 2xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDCreated) String added in v0.4.0

type UpdateDiscoverCloudAzureAccountClientIDForbidden added in v0.4.0

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

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

Forbidden

func NewUpdateDiscoverCloudAzureAccountClientIDForbidden added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDForbidden() *UpdateDiscoverCloudAzureAccountClientIDForbidden

NewUpdateDiscoverCloudAzureAccountClientIDForbidden creates a UpdateDiscoverCloudAzureAccountClientIDForbidden with default headers values

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) Code added in v0.4.0

Code gets the status code for the update discover cloud azure account client Id forbidden response

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) Error added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) GetPayload added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) IsClientError added in v0.4.0

IsClientError returns true when this update discover cloud azure account client Id forbidden response has a 4xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) IsCode added in v0.4.0

IsCode returns true when this update discover cloud azure account client Id forbidden response a status code equal to that given

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) IsRedirect added in v0.4.0

IsRedirect returns true when this update discover cloud azure account client Id forbidden response has a 3xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) IsServerError added in v0.4.0

IsServerError returns true when this update discover cloud azure account client Id forbidden response has a 5xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) IsSuccess added in v0.4.0

IsSuccess returns true when this update discover cloud azure account client Id forbidden response has a 2xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDForbidden) String added in v0.4.0

type UpdateDiscoverCloudAzureAccountClientIDInternalServerError added in v0.4.0

type UpdateDiscoverCloudAzureAccountClientIDInternalServerError 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.RegistrationAzureTenantConfigurationResponseV1
}

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

Internal Server Error

func NewUpdateDiscoverCloudAzureAccountClientIDInternalServerError added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDInternalServerError() *UpdateDiscoverCloudAzureAccountClientIDInternalServerError

NewUpdateDiscoverCloudAzureAccountClientIDInternalServerError creates a UpdateDiscoverCloudAzureAccountClientIDInternalServerError with default headers values

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) Code added in v0.4.0

Code gets the status code for the update discover cloud azure account client Id internal server error response

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) Error added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) GetPayload added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) IsClientError added in v0.4.0

IsClientError returns true when this update discover cloud azure account client Id internal server error response has a 4xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) IsCode added in v0.4.0

IsCode returns true when this update discover cloud azure account client Id internal server error response a status code equal to that given

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) IsRedirect added in v0.4.0

IsRedirect returns true when this update discover cloud azure account client Id internal server error response has a 3xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) IsServerError added in v0.4.0

IsServerError returns true when this update discover cloud azure account client Id internal server error response has a 5xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) IsSuccess added in v0.4.0

IsSuccess returns true when this update discover cloud azure account client Id internal server error response has a 2xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDInternalServerError) String added in v0.4.0

type UpdateDiscoverCloudAzureAccountClientIDParams added in v0.4.0

type UpdateDiscoverCloudAzureAccountClientIDParams struct {

	/* ID.

	   ClientID to use for the Service Principal associated with the customer's Azure account
	*/
	ID string

	/* ObjectID.

	   Object ID to use for the Service Principal associated with the customer's Azure account
	*/
	ObjectID *string

	/* TenantID.

	   Tenant ID to update client ID for. Required if multiple tenants are registered.
	*/
	TenantID *string

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

UpdateDiscoverCloudAzureAccountClientIDParams contains all the parameters to send to the API endpoint

for the update discover cloud azure account client ID operation.

Typically these are written to a http.Request.

func NewUpdateDiscoverCloudAzureAccountClientIDParams added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDParams() *UpdateDiscoverCloudAzureAccountClientIDParams

NewUpdateDiscoverCloudAzureAccountClientIDParams creates a new UpdateDiscoverCloudAzureAccountClientIDParams 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 NewUpdateDiscoverCloudAzureAccountClientIDParamsWithContext added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDParamsWithContext(ctx context.Context) *UpdateDiscoverCloudAzureAccountClientIDParams

NewUpdateDiscoverCloudAzureAccountClientIDParamsWithContext creates a new UpdateDiscoverCloudAzureAccountClientIDParams object with the ability to set a context for a request.

func NewUpdateDiscoverCloudAzureAccountClientIDParamsWithHTTPClient added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDParamsWithHTTPClient(client *http.Client) *UpdateDiscoverCloudAzureAccountClientIDParams

NewUpdateDiscoverCloudAzureAccountClientIDParamsWithHTTPClient creates a new UpdateDiscoverCloudAzureAccountClientIDParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDiscoverCloudAzureAccountClientIDParamsWithTimeout added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDParamsWithTimeout(timeout time.Duration) *UpdateDiscoverCloudAzureAccountClientIDParams

NewUpdateDiscoverCloudAzureAccountClientIDParamsWithTimeout creates a new UpdateDiscoverCloudAzureAccountClientIDParams object with the ability to set a timeout on a request.

func (*UpdateDiscoverCloudAzureAccountClientIDParams) SetContext added in v0.4.0

SetContext adds the context to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the update discover cloud azure account client ID params (not the query body).

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

func (*UpdateDiscoverCloudAzureAccountClientIDParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) SetID added in v0.4.0

SetID adds the id to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) SetObjectID added in v0.4.0

func (o *UpdateDiscoverCloudAzureAccountClientIDParams) SetObjectID(objectID *string)

SetObjectID adds the objectId to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) SetTenantID added in v0.4.0

func (o *UpdateDiscoverCloudAzureAccountClientIDParams) SetTenantID(tenantID *string)

SetTenantID adds the tenantId to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) WithContext added in v0.4.0

WithContext adds the context to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update discover cloud azure account client ID params (not the query body).

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

func (*UpdateDiscoverCloudAzureAccountClientIDParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) WithID added in v0.4.0

WithID adds the id to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) WithObjectID added in v0.4.0

WithObjectID adds the objectID to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) WithTenantID added in v0.4.0

WithTenantID adds the tenantID to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update discover cloud azure account client ID params

func (*UpdateDiscoverCloudAzureAccountClientIDParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateDiscoverCloudAzureAccountClientIDReader added in v0.4.0

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

UpdateDiscoverCloudAzureAccountClientIDReader is a Reader for the UpdateDiscoverCloudAzureAccountClientID structure.

func (*UpdateDiscoverCloudAzureAccountClientIDReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type UpdateDiscoverCloudAzureAccountClientIDTooManyRequests added in v0.4.0

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

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

Too Many Requests

func NewUpdateDiscoverCloudAzureAccountClientIDTooManyRequests added in v0.4.0

func NewUpdateDiscoverCloudAzureAccountClientIDTooManyRequests() *UpdateDiscoverCloudAzureAccountClientIDTooManyRequests

NewUpdateDiscoverCloudAzureAccountClientIDTooManyRequests creates a UpdateDiscoverCloudAzureAccountClientIDTooManyRequests with default headers values

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) Code added in v0.4.0

Code gets the status code for the update discover cloud azure account client Id too many requests response

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) Error added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) GetPayload added in v0.4.0

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) IsClientError added in v0.4.0

IsClientError returns true when this update discover cloud azure account client Id too many requests response has a 4xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) IsCode added in v0.4.0

IsCode returns true when this update discover cloud azure account client Id too many requests response a status code equal to that given

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) IsRedirect added in v0.4.0

IsRedirect returns true when this update discover cloud azure account client Id too many requests response has a 3xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) IsServerError added in v0.4.0

IsServerError returns true when this update discover cloud azure account client Id too many requests response has a 5xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) IsSuccess added in v0.4.0

IsSuccess returns true when this update discover cloud azure account client Id too many requests response has a 2xx status code

func (*UpdateDiscoverCloudAzureAccountClientIDTooManyRequests) String added in v0.4.0

Source Files

Jump to

Keyboard shortcuts

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