operations

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttachFreeIpaRecipesDefault

type AttachFreeIpaRecipesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewAttachFreeIpaRecipesDefault

func NewAttachFreeIpaRecipesDefault(code int) *AttachFreeIpaRecipesDefault

NewAttachFreeIpaRecipesDefault creates a AttachFreeIpaRecipesDefault with default headers values

func (*AttachFreeIpaRecipesDefault) Code

func (o *AttachFreeIpaRecipesDefault) Code() int

Code gets the status code for the attach free ipa recipes default response

func (*AttachFreeIpaRecipesDefault) Error

func (*AttachFreeIpaRecipesDefault) GetPayload

func (o *AttachFreeIpaRecipesDefault) GetPayload() *models.Error

func (*AttachFreeIpaRecipesDefault) IsClientError

func (o *AttachFreeIpaRecipesDefault) IsClientError() bool

IsClientError returns true when this attach free ipa recipes default response has a 4xx status code

func (*AttachFreeIpaRecipesDefault) IsCode

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

IsCode returns true when this attach free ipa recipes default response a status code equal to that given

func (*AttachFreeIpaRecipesDefault) IsRedirect

func (o *AttachFreeIpaRecipesDefault) IsRedirect() bool

IsRedirect returns true when this attach free ipa recipes default response has a 3xx status code

func (*AttachFreeIpaRecipesDefault) IsServerError

func (o *AttachFreeIpaRecipesDefault) IsServerError() bool

IsServerError returns true when this attach free ipa recipes default response has a 5xx status code

func (*AttachFreeIpaRecipesDefault) IsSuccess

func (o *AttachFreeIpaRecipesDefault) IsSuccess() bool

IsSuccess returns true when this attach free ipa recipes default response has a 2xx status code

func (*AttachFreeIpaRecipesDefault) String

func (o *AttachFreeIpaRecipesDefault) String() string

type AttachFreeIpaRecipesOK

type AttachFreeIpaRecipesOK struct {
	Payload models.AttachFreeIpaRecipesResponse
}

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

Expected response to a valid request.

func NewAttachFreeIpaRecipesOK

func NewAttachFreeIpaRecipesOK() *AttachFreeIpaRecipesOK

NewAttachFreeIpaRecipesOK creates a AttachFreeIpaRecipesOK with default headers values

func (*AttachFreeIpaRecipesOK) Code

func (o *AttachFreeIpaRecipesOK) Code() int

Code gets the status code for the attach free ipa recipes o k response

func (*AttachFreeIpaRecipesOK) Error

func (o *AttachFreeIpaRecipesOK) Error() string

func (*AttachFreeIpaRecipesOK) GetPayload

func (*AttachFreeIpaRecipesOK) IsClientError

func (o *AttachFreeIpaRecipesOK) IsClientError() bool

IsClientError returns true when this attach free ipa recipes o k response has a 4xx status code

func (*AttachFreeIpaRecipesOK) IsCode

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

IsCode returns true when this attach free ipa recipes o k response a status code equal to that given

func (*AttachFreeIpaRecipesOK) IsRedirect

func (o *AttachFreeIpaRecipesOK) IsRedirect() bool

IsRedirect returns true when this attach free ipa recipes o k response has a 3xx status code

func (*AttachFreeIpaRecipesOK) IsServerError

func (o *AttachFreeIpaRecipesOK) IsServerError() bool

IsServerError returns true when this attach free ipa recipes o k response has a 5xx status code

func (*AttachFreeIpaRecipesOK) IsSuccess

func (o *AttachFreeIpaRecipesOK) IsSuccess() bool

IsSuccess returns true when this attach free ipa recipes o k response has a 2xx status code

func (*AttachFreeIpaRecipesOK) String

func (o *AttachFreeIpaRecipesOK) String() string

type AttachFreeIpaRecipesParams

type AttachFreeIpaRecipesParams struct {

	// Input.
	Input *models.AttachFreeIpaRecipesRequest

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

AttachFreeIpaRecipesParams contains all the parameters to send to the API endpoint

for the attach free ipa recipes operation.

Typically these are written to a http.Request.

func NewAttachFreeIpaRecipesParams

func NewAttachFreeIpaRecipesParams() *AttachFreeIpaRecipesParams

NewAttachFreeIpaRecipesParams creates a new AttachFreeIpaRecipesParams 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 NewAttachFreeIpaRecipesParamsWithContext

func NewAttachFreeIpaRecipesParamsWithContext(ctx context.Context) *AttachFreeIpaRecipesParams

NewAttachFreeIpaRecipesParamsWithContext creates a new AttachFreeIpaRecipesParams object with the ability to set a context for a request.

func NewAttachFreeIpaRecipesParamsWithHTTPClient

func NewAttachFreeIpaRecipesParamsWithHTTPClient(client *http.Client) *AttachFreeIpaRecipesParams

NewAttachFreeIpaRecipesParamsWithHTTPClient creates a new AttachFreeIpaRecipesParams object with the ability to set a custom HTTPClient for a request.

func NewAttachFreeIpaRecipesParamsWithTimeout

func NewAttachFreeIpaRecipesParamsWithTimeout(timeout time.Duration) *AttachFreeIpaRecipesParams

NewAttachFreeIpaRecipesParamsWithTimeout creates a new AttachFreeIpaRecipesParams object with the ability to set a timeout on a request.

func (*AttachFreeIpaRecipesParams) SetContext

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

SetContext adds the context to the attach free ipa recipes params

func (*AttachFreeIpaRecipesParams) SetDefaults

func (o *AttachFreeIpaRecipesParams) SetDefaults()

SetDefaults hydrates default values in the attach free ipa recipes params (not the query body).

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

func (*AttachFreeIpaRecipesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the attach free ipa recipes params

func (*AttachFreeIpaRecipesParams) SetInput

SetInput adds the input to the attach free ipa recipes params

func (*AttachFreeIpaRecipesParams) SetTimeout

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

SetTimeout adds the timeout to the attach free ipa recipes params

func (*AttachFreeIpaRecipesParams) WithContext

WithContext adds the context to the attach free ipa recipes params

func (*AttachFreeIpaRecipesParams) WithDefaults

WithDefaults hydrates default values in the attach free ipa recipes params (not the query body).

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

func (*AttachFreeIpaRecipesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the attach free ipa recipes params

func (*AttachFreeIpaRecipesParams) WithInput

WithInput adds the input to the attach free ipa recipes params

func (*AttachFreeIpaRecipesParams) WithTimeout

WithTimeout adds the timeout to the attach free ipa recipes params

func (*AttachFreeIpaRecipesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AttachFreeIpaRecipesReader

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

AttachFreeIpaRecipesReader is a Reader for the AttachFreeIpaRecipes structure.

func (*AttachFreeIpaRecipesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelFreeipaDiagnosticsDefault

type CancelFreeipaDiagnosticsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCancelFreeipaDiagnosticsDefault

func NewCancelFreeipaDiagnosticsDefault(code int) *CancelFreeipaDiagnosticsDefault

NewCancelFreeipaDiagnosticsDefault creates a CancelFreeipaDiagnosticsDefault with default headers values

func (*CancelFreeipaDiagnosticsDefault) Code

Code gets the status code for the cancel freeipa diagnostics default response

func (*CancelFreeipaDiagnosticsDefault) Error

func (*CancelFreeipaDiagnosticsDefault) GetPayload

func (o *CancelFreeipaDiagnosticsDefault) GetPayload() *models.Error

func (*CancelFreeipaDiagnosticsDefault) IsClientError

func (o *CancelFreeipaDiagnosticsDefault) IsClientError() bool

IsClientError returns true when this cancel freeipa diagnostics default response has a 4xx status code

func (*CancelFreeipaDiagnosticsDefault) IsCode

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

IsCode returns true when this cancel freeipa diagnostics default response a status code equal to that given

func (*CancelFreeipaDiagnosticsDefault) IsRedirect

func (o *CancelFreeipaDiagnosticsDefault) IsRedirect() bool

IsRedirect returns true when this cancel freeipa diagnostics default response has a 3xx status code

func (*CancelFreeipaDiagnosticsDefault) IsServerError

func (o *CancelFreeipaDiagnosticsDefault) IsServerError() bool

IsServerError returns true when this cancel freeipa diagnostics default response has a 5xx status code

func (*CancelFreeipaDiagnosticsDefault) IsSuccess

func (o *CancelFreeipaDiagnosticsDefault) IsSuccess() bool

IsSuccess returns true when this cancel freeipa diagnostics default response has a 2xx status code

func (*CancelFreeipaDiagnosticsDefault) String

type CancelFreeipaDiagnosticsOK

type CancelFreeipaDiagnosticsOK struct {
	Payload models.CancelFreeipaDiagnosticsResponse
}

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

Expected response to a valid request.

func NewCancelFreeipaDiagnosticsOK

func NewCancelFreeipaDiagnosticsOK() *CancelFreeipaDiagnosticsOK

NewCancelFreeipaDiagnosticsOK creates a CancelFreeipaDiagnosticsOK with default headers values

func (*CancelFreeipaDiagnosticsOK) Code

func (o *CancelFreeipaDiagnosticsOK) Code() int

Code gets the status code for the cancel freeipa diagnostics o k response

func (*CancelFreeipaDiagnosticsOK) Error

func (*CancelFreeipaDiagnosticsOK) GetPayload

func (*CancelFreeipaDiagnosticsOK) IsClientError

func (o *CancelFreeipaDiagnosticsOK) IsClientError() bool

IsClientError returns true when this cancel freeipa diagnostics o k response has a 4xx status code

func (*CancelFreeipaDiagnosticsOK) IsCode

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

IsCode returns true when this cancel freeipa diagnostics o k response a status code equal to that given

func (*CancelFreeipaDiagnosticsOK) IsRedirect

func (o *CancelFreeipaDiagnosticsOK) IsRedirect() bool

IsRedirect returns true when this cancel freeipa diagnostics o k response has a 3xx status code

func (*CancelFreeipaDiagnosticsOK) IsServerError

func (o *CancelFreeipaDiagnosticsOK) IsServerError() bool

IsServerError returns true when this cancel freeipa diagnostics o k response has a 5xx status code

func (*CancelFreeipaDiagnosticsOK) IsSuccess

func (o *CancelFreeipaDiagnosticsOK) IsSuccess() bool

IsSuccess returns true when this cancel freeipa diagnostics o k response has a 2xx status code

func (*CancelFreeipaDiagnosticsOK) String

func (o *CancelFreeipaDiagnosticsOK) String() string

type CancelFreeipaDiagnosticsParams

type CancelFreeipaDiagnosticsParams struct {

	// Input.
	Input *models.CancelFreeipaDiagnosticsRequest

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

CancelFreeipaDiagnosticsParams contains all the parameters to send to the API endpoint

for the cancel freeipa diagnostics operation.

Typically these are written to a http.Request.

func NewCancelFreeipaDiagnosticsParams

func NewCancelFreeipaDiagnosticsParams() *CancelFreeipaDiagnosticsParams

NewCancelFreeipaDiagnosticsParams creates a new CancelFreeipaDiagnosticsParams 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 NewCancelFreeipaDiagnosticsParamsWithContext

func NewCancelFreeipaDiagnosticsParamsWithContext(ctx context.Context) *CancelFreeipaDiagnosticsParams

NewCancelFreeipaDiagnosticsParamsWithContext creates a new CancelFreeipaDiagnosticsParams object with the ability to set a context for a request.

func NewCancelFreeipaDiagnosticsParamsWithHTTPClient

func NewCancelFreeipaDiagnosticsParamsWithHTTPClient(client *http.Client) *CancelFreeipaDiagnosticsParams

NewCancelFreeipaDiagnosticsParamsWithHTTPClient creates a new CancelFreeipaDiagnosticsParams object with the ability to set a custom HTTPClient for a request.

func NewCancelFreeipaDiagnosticsParamsWithTimeout

func NewCancelFreeipaDiagnosticsParamsWithTimeout(timeout time.Duration) *CancelFreeipaDiagnosticsParams

NewCancelFreeipaDiagnosticsParamsWithTimeout creates a new CancelFreeipaDiagnosticsParams object with the ability to set a timeout on a request.

func (*CancelFreeipaDiagnosticsParams) SetContext

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

SetContext adds the context to the cancel freeipa diagnostics params

func (*CancelFreeipaDiagnosticsParams) SetDefaults

func (o *CancelFreeipaDiagnosticsParams) SetDefaults()

SetDefaults hydrates default values in the cancel freeipa diagnostics params (not the query body).

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

func (*CancelFreeipaDiagnosticsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel freeipa diagnostics params

func (*CancelFreeipaDiagnosticsParams) SetInput

SetInput adds the input to the cancel freeipa diagnostics params

func (*CancelFreeipaDiagnosticsParams) SetTimeout

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

SetTimeout adds the timeout to the cancel freeipa diagnostics params

func (*CancelFreeipaDiagnosticsParams) WithContext

WithContext adds the context to the cancel freeipa diagnostics params

func (*CancelFreeipaDiagnosticsParams) WithDefaults

WithDefaults hydrates default values in the cancel freeipa diagnostics params (not the query body).

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

func (*CancelFreeipaDiagnosticsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cancel freeipa diagnostics params

func (*CancelFreeipaDiagnosticsParams) WithInput

WithInput adds the input to the cancel freeipa diagnostics params

func (*CancelFreeipaDiagnosticsParams) WithTimeout

WithTimeout adds the timeout to the cancel freeipa diagnostics params

func (*CancelFreeipaDiagnosticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CancelFreeipaDiagnosticsReader

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

CancelFreeipaDiagnosticsReader is a Reader for the CancelFreeipaDiagnostics structure.

func (*CancelFreeipaDiagnosticsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeEnvironmentCredentialDefault

type ChangeEnvironmentCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewChangeEnvironmentCredentialDefault

func NewChangeEnvironmentCredentialDefault(code int) *ChangeEnvironmentCredentialDefault

NewChangeEnvironmentCredentialDefault creates a ChangeEnvironmentCredentialDefault with default headers values

func (*ChangeEnvironmentCredentialDefault) Code

Code gets the status code for the change environment credential default response

func (*ChangeEnvironmentCredentialDefault) Error

func (*ChangeEnvironmentCredentialDefault) GetPayload

func (*ChangeEnvironmentCredentialDefault) IsClientError

func (o *ChangeEnvironmentCredentialDefault) IsClientError() bool

IsClientError returns true when this change environment credential default response has a 4xx status code

func (*ChangeEnvironmentCredentialDefault) IsCode

IsCode returns true when this change environment credential default response a status code equal to that given

func (*ChangeEnvironmentCredentialDefault) IsRedirect

func (o *ChangeEnvironmentCredentialDefault) IsRedirect() bool

IsRedirect returns true when this change environment credential default response has a 3xx status code

func (*ChangeEnvironmentCredentialDefault) IsServerError

func (o *ChangeEnvironmentCredentialDefault) IsServerError() bool

IsServerError returns true when this change environment credential default response has a 5xx status code

func (*ChangeEnvironmentCredentialDefault) IsSuccess

IsSuccess returns true when this change environment credential default response has a 2xx status code

func (*ChangeEnvironmentCredentialDefault) String

type ChangeEnvironmentCredentialOK

type ChangeEnvironmentCredentialOK struct {
	Payload *models.ChangeEnvironmentCredentialResponse
}

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

Expected response to a valid request.

func NewChangeEnvironmentCredentialOK

func NewChangeEnvironmentCredentialOK() *ChangeEnvironmentCredentialOK

NewChangeEnvironmentCredentialOK creates a ChangeEnvironmentCredentialOK with default headers values

func (*ChangeEnvironmentCredentialOK) Code

Code gets the status code for the change environment credential o k response

func (*ChangeEnvironmentCredentialOK) Error

func (*ChangeEnvironmentCredentialOK) GetPayload

func (*ChangeEnvironmentCredentialOK) IsClientError

func (o *ChangeEnvironmentCredentialOK) IsClientError() bool

IsClientError returns true when this change environment credential o k response has a 4xx status code

func (*ChangeEnvironmentCredentialOK) IsCode

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

IsCode returns true when this change environment credential o k response a status code equal to that given

func (*ChangeEnvironmentCredentialOK) IsRedirect

func (o *ChangeEnvironmentCredentialOK) IsRedirect() bool

IsRedirect returns true when this change environment credential o k response has a 3xx status code

func (*ChangeEnvironmentCredentialOK) IsServerError

func (o *ChangeEnvironmentCredentialOK) IsServerError() bool

IsServerError returns true when this change environment credential o k response has a 5xx status code

func (*ChangeEnvironmentCredentialOK) IsSuccess

func (o *ChangeEnvironmentCredentialOK) IsSuccess() bool

IsSuccess returns true when this change environment credential o k response has a 2xx status code

func (*ChangeEnvironmentCredentialOK) String

type ChangeEnvironmentCredentialParams

type ChangeEnvironmentCredentialParams struct {

	// Input.
	Input *models.ChangeEnvironmentCredentialRequest

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

ChangeEnvironmentCredentialParams contains all the parameters to send to the API endpoint

for the change environment credential operation.

Typically these are written to a http.Request.

func NewChangeEnvironmentCredentialParams

func NewChangeEnvironmentCredentialParams() *ChangeEnvironmentCredentialParams

NewChangeEnvironmentCredentialParams creates a new ChangeEnvironmentCredentialParams 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 NewChangeEnvironmentCredentialParamsWithContext

func NewChangeEnvironmentCredentialParamsWithContext(ctx context.Context) *ChangeEnvironmentCredentialParams

NewChangeEnvironmentCredentialParamsWithContext creates a new ChangeEnvironmentCredentialParams object with the ability to set a context for a request.

func NewChangeEnvironmentCredentialParamsWithHTTPClient

func NewChangeEnvironmentCredentialParamsWithHTTPClient(client *http.Client) *ChangeEnvironmentCredentialParams

NewChangeEnvironmentCredentialParamsWithHTTPClient creates a new ChangeEnvironmentCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewChangeEnvironmentCredentialParamsWithTimeout

func NewChangeEnvironmentCredentialParamsWithTimeout(timeout time.Duration) *ChangeEnvironmentCredentialParams

NewChangeEnvironmentCredentialParamsWithTimeout creates a new ChangeEnvironmentCredentialParams object with the ability to set a timeout on a request.

func (*ChangeEnvironmentCredentialParams) SetContext

SetContext adds the context to the change environment credential params

func (*ChangeEnvironmentCredentialParams) SetDefaults

func (o *ChangeEnvironmentCredentialParams) SetDefaults()

SetDefaults hydrates default values in the change environment credential params (not the query body).

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

func (*ChangeEnvironmentCredentialParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change environment credential params

func (*ChangeEnvironmentCredentialParams) SetInput

SetInput adds the input to the change environment credential params

func (*ChangeEnvironmentCredentialParams) SetTimeout

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

SetTimeout adds the timeout to the change environment credential params

func (*ChangeEnvironmentCredentialParams) WithContext

WithContext adds the context to the change environment credential params

func (*ChangeEnvironmentCredentialParams) WithDefaults

WithDefaults hydrates default values in the change environment credential params (not the query body).

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

func (*ChangeEnvironmentCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change environment credential params

func (*ChangeEnvironmentCredentialParams) WithInput

WithInput adds the input to the change environment credential params

func (*ChangeEnvironmentCredentialParams) WithTimeout

WithTimeout adds the timeout to the change environment credential params

func (*ChangeEnvironmentCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeEnvironmentCredentialReader

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

ChangeEnvironmentCredentialReader is a Reader for the ChangeEnvironmentCredential structure.

func (*ChangeEnvironmentCredentialReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CheckDatabaseConnectivityDefault

type CheckDatabaseConnectivityDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCheckDatabaseConnectivityDefault

func NewCheckDatabaseConnectivityDefault(code int) *CheckDatabaseConnectivityDefault

NewCheckDatabaseConnectivityDefault creates a CheckDatabaseConnectivityDefault with default headers values

func (*CheckDatabaseConnectivityDefault) Code

Code gets the status code for the check database connectivity default response

func (*CheckDatabaseConnectivityDefault) Error

func (*CheckDatabaseConnectivityDefault) GetPayload

func (*CheckDatabaseConnectivityDefault) IsClientError

func (o *CheckDatabaseConnectivityDefault) IsClientError() bool

IsClientError returns true when this check database connectivity default response has a 4xx status code

func (*CheckDatabaseConnectivityDefault) IsCode

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

IsCode returns true when this check database connectivity default response a status code equal to that given

func (*CheckDatabaseConnectivityDefault) IsRedirect

func (o *CheckDatabaseConnectivityDefault) IsRedirect() bool

IsRedirect returns true when this check database connectivity default response has a 3xx status code

func (*CheckDatabaseConnectivityDefault) IsServerError

func (o *CheckDatabaseConnectivityDefault) IsServerError() bool

IsServerError returns true when this check database connectivity default response has a 5xx status code

func (*CheckDatabaseConnectivityDefault) IsSuccess

func (o *CheckDatabaseConnectivityDefault) IsSuccess() bool

IsSuccess returns true when this check database connectivity default response has a 2xx status code

func (*CheckDatabaseConnectivityDefault) String

type CheckDatabaseConnectivityOK

type CheckDatabaseConnectivityOK struct {
	Payload *models.CheckDatabaseConnectivityResponse
}

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

Expected response to a valid request.

func NewCheckDatabaseConnectivityOK

func NewCheckDatabaseConnectivityOK() *CheckDatabaseConnectivityOK

NewCheckDatabaseConnectivityOK creates a CheckDatabaseConnectivityOK with default headers values

func (*CheckDatabaseConnectivityOK) Code

func (o *CheckDatabaseConnectivityOK) Code() int

Code gets the status code for the check database connectivity o k response

func (*CheckDatabaseConnectivityOK) Error

func (*CheckDatabaseConnectivityOK) GetPayload

func (*CheckDatabaseConnectivityOK) IsClientError

func (o *CheckDatabaseConnectivityOK) IsClientError() bool

IsClientError returns true when this check database connectivity o k response has a 4xx status code

func (*CheckDatabaseConnectivityOK) IsCode

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

IsCode returns true when this check database connectivity o k response a status code equal to that given

func (*CheckDatabaseConnectivityOK) IsRedirect

func (o *CheckDatabaseConnectivityOK) IsRedirect() bool

IsRedirect returns true when this check database connectivity o k response has a 3xx status code

func (*CheckDatabaseConnectivityOK) IsServerError

func (o *CheckDatabaseConnectivityOK) IsServerError() bool

IsServerError returns true when this check database connectivity o k response has a 5xx status code

func (*CheckDatabaseConnectivityOK) IsSuccess

func (o *CheckDatabaseConnectivityOK) IsSuccess() bool

IsSuccess returns true when this check database connectivity o k response has a 2xx status code

func (*CheckDatabaseConnectivityOK) String

func (o *CheckDatabaseConnectivityOK) String() string

type CheckDatabaseConnectivityParams

type CheckDatabaseConnectivityParams struct {

	// Input.
	Input *models.CheckDatabaseConnectivityRequest

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

CheckDatabaseConnectivityParams contains all the parameters to send to the API endpoint

for the check database connectivity operation.

Typically these are written to a http.Request.

func NewCheckDatabaseConnectivityParams

func NewCheckDatabaseConnectivityParams() *CheckDatabaseConnectivityParams

NewCheckDatabaseConnectivityParams creates a new CheckDatabaseConnectivityParams 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 NewCheckDatabaseConnectivityParamsWithContext

func NewCheckDatabaseConnectivityParamsWithContext(ctx context.Context) *CheckDatabaseConnectivityParams

NewCheckDatabaseConnectivityParamsWithContext creates a new CheckDatabaseConnectivityParams object with the ability to set a context for a request.

func NewCheckDatabaseConnectivityParamsWithHTTPClient

func NewCheckDatabaseConnectivityParamsWithHTTPClient(client *http.Client) *CheckDatabaseConnectivityParams

NewCheckDatabaseConnectivityParamsWithHTTPClient creates a new CheckDatabaseConnectivityParams object with the ability to set a custom HTTPClient for a request.

func NewCheckDatabaseConnectivityParamsWithTimeout

func NewCheckDatabaseConnectivityParamsWithTimeout(timeout time.Duration) *CheckDatabaseConnectivityParams

NewCheckDatabaseConnectivityParamsWithTimeout creates a new CheckDatabaseConnectivityParams object with the ability to set a timeout on a request.

func (*CheckDatabaseConnectivityParams) SetContext

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

SetContext adds the context to the check database connectivity params

func (*CheckDatabaseConnectivityParams) SetDefaults

func (o *CheckDatabaseConnectivityParams) SetDefaults()

SetDefaults hydrates default values in the check database connectivity params (not the query body).

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

func (*CheckDatabaseConnectivityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the check database connectivity params

func (*CheckDatabaseConnectivityParams) SetInput

SetInput adds the input to the check database connectivity params

func (*CheckDatabaseConnectivityParams) SetTimeout

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

SetTimeout adds the timeout to the check database connectivity params

func (*CheckDatabaseConnectivityParams) WithContext

WithContext adds the context to the check database connectivity params

func (*CheckDatabaseConnectivityParams) WithDefaults

WithDefaults hydrates default values in the check database connectivity params (not the query body).

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

func (*CheckDatabaseConnectivityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the check database connectivity params

func (*CheckDatabaseConnectivityParams) WithInput

WithInput adds the input to the check database connectivity params

func (*CheckDatabaseConnectivityParams) WithTimeout

WithTimeout adds the timeout to the check database connectivity params

func (*CheckDatabaseConnectivityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckDatabaseConnectivityReader

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

CheckDatabaseConnectivityReader is a Reader for the CheckDatabaseConnectivity structure.

func (*CheckDatabaseConnectivityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CheckEnvironmentConnectivityDefault

type CheckEnvironmentConnectivityDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCheckEnvironmentConnectivityDefault

func NewCheckEnvironmentConnectivityDefault(code int) *CheckEnvironmentConnectivityDefault

NewCheckEnvironmentConnectivityDefault creates a CheckEnvironmentConnectivityDefault with default headers values

func (*CheckEnvironmentConnectivityDefault) Code

Code gets the status code for the check environment connectivity default response

func (*CheckEnvironmentConnectivityDefault) Error

func (*CheckEnvironmentConnectivityDefault) GetPayload

func (*CheckEnvironmentConnectivityDefault) IsClientError

func (o *CheckEnvironmentConnectivityDefault) IsClientError() bool

IsClientError returns true when this check environment connectivity default response has a 4xx status code

func (*CheckEnvironmentConnectivityDefault) IsCode

IsCode returns true when this check environment connectivity default response a status code equal to that given

func (*CheckEnvironmentConnectivityDefault) IsRedirect

func (o *CheckEnvironmentConnectivityDefault) IsRedirect() bool

IsRedirect returns true when this check environment connectivity default response has a 3xx status code

func (*CheckEnvironmentConnectivityDefault) IsServerError

func (o *CheckEnvironmentConnectivityDefault) IsServerError() bool

IsServerError returns true when this check environment connectivity default response has a 5xx status code

func (*CheckEnvironmentConnectivityDefault) IsSuccess

IsSuccess returns true when this check environment connectivity default response has a 2xx status code

func (*CheckEnvironmentConnectivityDefault) String

type CheckEnvironmentConnectivityOK

type CheckEnvironmentConnectivityOK struct {
	Payload *models.CheckEnvironmentConnectivityResponse
}

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

Expected response to a valid request.

func NewCheckEnvironmentConnectivityOK

func NewCheckEnvironmentConnectivityOK() *CheckEnvironmentConnectivityOK

NewCheckEnvironmentConnectivityOK creates a CheckEnvironmentConnectivityOK with default headers values

func (*CheckEnvironmentConnectivityOK) Code

Code gets the status code for the check environment connectivity o k response

func (*CheckEnvironmentConnectivityOK) Error

func (*CheckEnvironmentConnectivityOK) GetPayload

func (*CheckEnvironmentConnectivityOK) IsClientError

func (o *CheckEnvironmentConnectivityOK) IsClientError() bool

IsClientError returns true when this check environment connectivity o k response has a 4xx status code

func (*CheckEnvironmentConnectivityOK) IsCode

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

IsCode returns true when this check environment connectivity o k response a status code equal to that given

func (*CheckEnvironmentConnectivityOK) IsRedirect

func (o *CheckEnvironmentConnectivityOK) IsRedirect() bool

IsRedirect returns true when this check environment connectivity o k response has a 3xx status code

func (*CheckEnvironmentConnectivityOK) IsServerError

func (o *CheckEnvironmentConnectivityOK) IsServerError() bool

IsServerError returns true when this check environment connectivity o k response has a 5xx status code

func (*CheckEnvironmentConnectivityOK) IsSuccess

func (o *CheckEnvironmentConnectivityOK) IsSuccess() bool

IsSuccess returns true when this check environment connectivity o k response has a 2xx status code

func (*CheckEnvironmentConnectivityOK) String

type CheckEnvironmentConnectivityParams

type CheckEnvironmentConnectivityParams struct {

	// Input.
	Input *models.CheckEnvironmentConnectivityRequest

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

CheckEnvironmentConnectivityParams contains all the parameters to send to the API endpoint

for the check environment connectivity operation.

Typically these are written to a http.Request.

func NewCheckEnvironmentConnectivityParams

func NewCheckEnvironmentConnectivityParams() *CheckEnvironmentConnectivityParams

NewCheckEnvironmentConnectivityParams creates a new CheckEnvironmentConnectivityParams 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 NewCheckEnvironmentConnectivityParamsWithContext

func NewCheckEnvironmentConnectivityParamsWithContext(ctx context.Context) *CheckEnvironmentConnectivityParams

NewCheckEnvironmentConnectivityParamsWithContext creates a new CheckEnvironmentConnectivityParams object with the ability to set a context for a request.

func NewCheckEnvironmentConnectivityParamsWithHTTPClient

func NewCheckEnvironmentConnectivityParamsWithHTTPClient(client *http.Client) *CheckEnvironmentConnectivityParams

NewCheckEnvironmentConnectivityParamsWithHTTPClient creates a new CheckEnvironmentConnectivityParams object with the ability to set a custom HTTPClient for a request.

func NewCheckEnvironmentConnectivityParamsWithTimeout

func NewCheckEnvironmentConnectivityParamsWithTimeout(timeout time.Duration) *CheckEnvironmentConnectivityParams

NewCheckEnvironmentConnectivityParamsWithTimeout creates a new CheckEnvironmentConnectivityParams object with the ability to set a timeout on a request.

func (*CheckEnvironmentConnectivityParams) SetContext

SetContext adds the context to the check environment connectivity params

func (*CheckEnvironmentConnectivityParams) SetDefaults

func (o *CheckEnvironmentConnectivityParams) SetDefaults()

SetDefaults hydrates default values in the check environment connectivity params (not the query body).

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

func (*CheckEnvironmentConnectivityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the check environment connectivity params

func (*CheckEnvironmentConnectivityParams) SetInput

SetInput adds the input to the check environment connectivity params

func (*CheckEnvironmentConnectivityParams) SetTimeout

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

SetTimeout adds the timeout to the check environment connectivity params

func (*CheckEnvironmentConnectivityParams) WithContext

WithContext adds the context to the check environment connectivity params

func (*CheckEnvironmentConnectivityParams) WithDefaults

WithDefaults hydrates default values in the check environment connectivity params (not the query body).

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

func (*CheckEnvironmentConnectivityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the check environment connectivity params

func (*CheckEnvironmentConnectivityParams) WithInput

WithInput adds the input to the check environment connectivity params

func (*CheckEnvironmentConnectivityParams) WithTimeout

WithTimeout adds the timeout to the check environment connectivity params

func (*CheckEnvironmentConnectivityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckEnvironmentConnectivityReader

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

CheckEnvironmentConnectivityReader is a Reader for the CheckEnvironmentConnectivity structure.

func (*CheckEnvironmentConnectivityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CheckKubernetesConnectivityDefault

type CheckKubernetesConnectivityDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCheckKubernetesConnectivityDefault

func NewCheckKubernetesConnectivityDefault(code int) *CheckKubernetesConnectivityDefault

NewCheckKubernetesConnectivityDefault creates a CheckKubernetesConnectivityDefault with default headers values

func (*CheckKubernetesConnectivityDefault) Code

Code gets the status code for the check kubernetes connectivity default response

func (*CheckKubernetesConnectivityDefault) Error

func (*CheckKubernetesConnectivityDefault) GetPayload

func (*CheckKubernetesConnectivityDefault) IsClientError

func (o *CheckKubernetesConnectivityDefault) IsClientError() bool

IsClientError returns true when this check kubernetes connectivity default response has a 4xx status code

func (*CheckKubernetesConnectivityDefault) IsCode

IsCode returns true when this check kubernetes connectivity default response a status code equal to that given

func (*CheckKubernetesConnectivityDefault) IsRedirect

func (o *CheckKubernetesConnectivityDefault) IsRedirect() bool

IsRedirect returns true when this check kubernetes connectivity default response has a 3xx status code

func (*CheckKubernetesConnectivityDefault) IsServerError

func (o *CheckKubernetesConnectivityDefault) IsServerError() bool

IsServerError returns true when this check kubernetes connectivity default response has a 5xx status code

func (*CheckKubernetesConnectivityDefault) IsSuccess

IsSuccess returns true when this check kubernetes connectivity default response has a 2xx status code

func (*CheckKubernetesConnectivityDefault) String

type CheckKubernetesConnectivityOK

type CheckKubernetesConnectivityOK struct {
	Payload *models.CheckKubernetesConnectivityResponse
}

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

Expected response to a valid request.

func NewCheckKubernetesConnectivityOK

func NewCheckKubernetesConnectivityOK() *CheckKubernetesConnectivityOK

NewCheckKubernetesConnectivityOK creates a CheckKubernetesConnectivityOK with default headers values

func (*CheckKubernetesConnectivityOK) Code

Code gets the status code for the check kubernetes connectivity o k response

func (*CheckKubernetesConnectivityOK) Error

func (*CheckKubernetesConnectivityOK) GetPayload

func (*CheckKubernetesConnectivityOK) IsClientError

func (o *CheckKubernetesConnectivityOK) IsClientError() bool

IsClientError returns true when this check kubernetes connectivity o k response has a 4xx status code

func (*CheckKubernetesConnectivityOK) IsCode

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

IsCode returns true when this check kubernetes connectivity o k response a status code equal to that given

func (*CheckKubernetesConnectivityOK) IsRedirect

func (o *CheckKubernetesConnectivityOK) IsRedirect() bool

IsRedirect returns true when this check kubernetes connectivity o k response has a 3xx status code

func (*CheckKubernetesConnectivityOK) IsServerError

func (o *CheckKubernetesConnectivityOK) IsServerError() bool

IsServerError returns true when this check kubernetes connectivity o k response has a 5xx status code

func (*CheckKubernetesConnectivityOK) IsSuccess

func (o *CheckKubernetesConnectivityOK) IsSuccess() bool

IsSuccess returns true when this check kubernetes connectivity o k response has a 2xx status code

func (*CheckKubernetesConnectivityOK) String

type CheckKubernetesConnectivityParams

type CheckKubernetesConnectivityParams struct {

	// Input.
	Input *models.CheckKubernetesConnectivityRequest

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

CheckKubernetesConnectivityParams contains all the parameters to send to the API endpoint

for the check kubernetes connectivity operation.

Typically these are written to a http.Request.

func NewCheckKubernetesConnectivityParams

func NewCheckKubernetesConnectivityParams() *CheckKubernetesConnectivityParams

NewCheckKubernetesConnectivityParams creates a new CheckKubernetesConnectivityParams 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 NewCheckKubernetesConnectivityParamsWithContext

func NewCheckKubernetesConnectivityParamsWithContext(ctx context.Context) *CheckKubernetesConnectivityParams

NewCheckKubernetesConnectivityParamsWithContext creates a new CheckKubernetesConnectivityParams object with the ability to set a context for a request.

func NewCheckKubernetesConnectivityParamsWithHTTPClient

func NewCheckKubernetesConnectivityParamsWithHTTPClient(client *http.Client) *CheckKubernetesConnectivityParams

NewCheckKubernetesConnectivityParamsWithHTTPClient creates a new CheckKubernetesConnectivityParams object with the ability to set a custom HTTPClient for a request.

func NewCheckKubernetesConnectivityParamsWithTimeout

func NewCheckKubernetesConnectivityParamsWithTimeout(timeout time.Duration) *CheckKubernetesConnectivityParams

NewCheckKubernetesConnectivityParamsWithTimeout creates a new CheckKubernetesConnectivityParams object with the ability to set a timeout on a request.

func (*CheckKubernetesConnectivityParams) SetContext

SetContext adds the context to the check kubernetes connectivity params

func (*CheckKubernetesConnectivityParams) SetDefaults

func (o *CheckKubernetesConnectivityParams) SetDefaults()

SetDefaults hydrates default values in the check kubernetes connectivity params (not the query body).

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

func (*CheckKubernetesConnectivityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the check kubernetes connectivity params

func (*CheckKubernetesConnectivityParams) SetInput

SetInput adds the input to the check kubernetes connectivity params

func (*CheckKubernetesConnectivityParams) SetTimeout

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

SetTimeout adds the timeout to the check kubernetes connectivity params

func (*CheckKubernetesConnectivityParams) WithContext

WithContext adds the context to the check kubernetes connectivity params

func (*CheckKubernetesConnectivityParams) WithDefaults

WithDefaults hydrates default values in the check kubernetes connectivity params (not the query body).

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

func (*CheckKubernetesConnectivityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the check kubernetes connectivity params

func (*CheckKubernetesConnectivityParams) WithInput

WithInput adds the input to the check kubernetes connectivity params

func (*CheckKubernetesConnectivityParams) WithTimeout

WithTimeout adds the timeout to the check kubernetes connectivity params

func (*CheckKubernetesConnectivityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckKubernetesConnectivityReader

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

CheckKubernetesConnectivityReader is a Reader for the CheckKubernetesConnectivity structure.

func (*CheckKubernetesConnectivityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for operations API

func (*Client) AttachFreeIpaRecipes

func (a *Client) AttachFreeIpaRecipes(params *AttachFreeIpaRecipesParams, opts ...ClientOption) (*AttachFreeIpaRecipesOK, error)

AttachFreeIpaRecipes attaches recipes to free IP a

Attach recipes to FreeIPA.

func (*Client) CancelFreeipaDiagnostics

func (a *Client) CancelFreeipaDiagnostics(params *CancelFreeipaDiagnosticsParams, opts ...ClientOption) (*CancelFreeipaDiagnosticsOK, error)

CancelFreeipaDiagnostics cancels running free IP a diagnostics collections

Cancel running FreeIPA diagnostics collection

func (*Client) ChangeEnvironmentCredential

func (a *Client) ChangeEnvironmentCredential(params *ChangeEnvironmentCredentialParams, opts ...ClientOption) (*ChangeEnvironmentCredentialOK, error)

ChangeEnvironmentCredential changes the credential for an environment

Changes the credential for an environment.

func (*Client) CheckDatabaseConnectivity

func (a *Client) CheckDatabaseConnectivity(params *CheckDatabaseConnectivityParams, opts ...ClientOption) (*CheckDatabaseConnectivityOK, error)

CheckDatabaseConnectivity checks database connectivity based on the input parameters

Checks Database connectivity based on the input parameters.

func (*Client) CheckEnvironmentConnectivity

func (a *Client) CheckEnvironmentConnectivity(params *CheckEnvironmentConnectivityParams, opts ...ClientOption) (*CheckEnvironmentConnectivityOK, error)

CheckEnvironmentConnectivity checks connectivity to a new private cloud environment by trying to access the cloudera manager address with provided credentials

Checks connectivity to a Private Cloud environment.

func (*Client) CheckKubernetesConnectivity

func (a *Client) CheckKubernetesConnectivity(params *CheckKubernetesConnectivityParams, opts ...ClientOption) (*CheckKubernetesConnectivityOK, error)

CheckKubernetesConnectivity checks connectivity to a kubernetes address with provided kubeconfig files

Checks connectivity to a Kubernetes address with provided kubeconfig files.

func (*Client) CollectFreeipaDiagnostics

func (a *Client) CollectFreeipaDiagnostics(params *CollectFreeipaDiagnosticsParams, opts ...ClientOption) (*CollectFreeipaDiagnosticsOK, error)

CollectFreeipaDiagnostics starts free IP a diagnostics collection

Start FreeIPA diagnostics collection

func (*Client) CreateAWSCredential

func (a *Client) CreateAWSCredential(params *CreateAWSCredentialParams, opts ...ClientOption) (*CreateAWSCredentialOK, error)

CreateAWSCredential creates a new a w s credential that can be attatched to an environment the credential is used for authorization to provision resources such as compute instances within your cloud provider account

Creates a new AWS credential.

func (*Client) CreateAWSEnvironment

func (a *Client) CreateAWSEnvironment(params *CreateAWSEnvironmentParams, opts ...ClientOption) (*CreateAWSEnvironmentOK, error)

CreateAWSEnvironment creates a new a w s environment by providing the cloud provider access and network information a free IP a server will be automatically provisioned when an environment is created

Creates a new AWS environment.

func (*Client) CreateAzureCredential

func (a *Client) CreateAzureCredential(params *CreateAzureCredentialParams, opts ...ClientOption) (*CreateAzureCredentialOK, error)

CreateAzureCredential creates a new azure credential that can be attached to an environment the credential is used for authorization to provision resources such as compute instances within your cloud provider account

Creates a new Azure credential.

func (*Client) CreateAzureEnvironment

func (a *Client) CreateAzureEnvironment(params *CreateAzureEnvironmentParams, opts ...ClientOption) (*CreateAzureEnvironmentOK, error)

CreateAzureEnvironment creates a new azure environment by providing the cloud provider access and network information a free IP a server will be automatically provisioned when an environment is created

Creates a new Azure environment.

func (*Client) CreateGCPCredential

func (a *Client) CreateGCPCredential(params *CreateGCPCredentialParams, opts ...ClientOption) (*CreateGCPCredentialOK, error)

CreateGCPCredential creates a new g c p credential that can be attatched to an environment the credential is used for authorization to provision resources such as compute instances within your cloud provider account

Creates a new GCP credential.

func (*Client) CreateGCPEnvironment

func (a *Client) CreateGCPEnvironment(params *CreateGCPEnvironmentParams, opts ...ClientOption) (*CreateGCPEnvironmentOK, error)

CreateGCPEnvironment creates a new g c p environment by providing the cloud provider access and network information a free IP a server will be automatically provisioned when an environment is created

Creates a new GCP environment.

func (*Client) CreatePrivateEnvironment

func (a *Client) CreatePrivateEnvironment(params *CreatePrivateEnvironmentParams, opts ...ClientOption) (*CreatePrivateEnvironmentOK, error)

CreatePrivateEnvironment creates a new private cloud environment by providing the cloudera manager address and credentials

Creates a new Private Cloud environment.

func (*Client) CreateProxyConfig

func (a *Client) CreateProxyConfig(params *CreateProxyConfigParams, opts ...ClientOption) (*CreateProxyConfigOK, error)

CreateProxyConfig creates a new proxy config that can be attatched to an environment

Creates a new proxy config.

func (*Client) DeleteAuditCredential

func (a *Client) DeleteAuditCredential(params *DeleteAuditCredentialParams, opts ...ClientOption) (*DeleteAuditCredentialOK, error)

DeleteAuditCredential deletes an audit credential

Deletes an audit credential.

func (*Client) DeleteCredential

func (a *Client) DeleteCredential(params *DeleteCredentialParams, opts ...ClientOption) (*DeleteCredentialOK, error)

DeleteCredential deletes a credential

Deletes a credential.

func (*Client) DeleteEnvironment

func (a *Client) DeleteEnvironment(params *DeleteEnvironmentParams, opts ...ClientOption) (*DeleteEnvironmentOK, error)

DeleteEnvironment deletes an environment

Deletes an environment.

func (*Client) DeleteProxyConfig

func (a *Client) DeleteProxyConfig(params *DeleteProxyConfigParams, opts ...ClientOption) (*DeleteProxyConfigOK, error)

DeleteProxyConfig deletes a proxy config

Deletes a proxy config.

func (*Client) DescribeEnvironment

func (a *Client) DescribeEnvironment(params *DescribeEnvironmentParams, opts ...ClientOption) (*DescribeEnvironmentOK, error)

DescribeEnvironment describes an environment

Describes an environment.

func (*Client) DetachFreeIpaRecipes

func (a *Client) DetachFreeIpaRecipes(params *DetachFreeIpaRecipesParams, opts ...ClientOption) (*DetachFreeIpaRecipesOK, error)

DetachFreeIpaRecipes detaches recipes from free IP a

Detach recipes from FreeIPA.

func (*Client) DisableS3Guard

func (a *Client) DisableS3Guard(params *DisableS3GuardParams, opts ...ClientOption) (*DisableS3GuardOK, error)

DisableS3Guard disables the s3 guard for an environment

Disables the S3Guard for an environment.

func (*Client) DownscaleFreeipa

func (a *Client) DownscaleFreeipa(params *DownscaleFreeipaParams, opts ...ClientOption) (*DownscaleFreeipaOK, error)

DownscaleFreeipa downscales free IP a instances

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

func (*Client) GetAccountTelemetry

func (a *Client) GetAccountTelemetry(params *GetAccountTelemetryParams, opts ...ClientOption) (*GetAccountTelemetryOK, error)

GetAccountTelemetry gets account level telemetry settings telemetry features and anonymization rules

Get account level telemetry settings. (telemetry features and anonymization rules)

func (*Client) GetAccountTelemetryDefault

func (a *Client) GetAccountTelemetryDefault(params *GetAccountTelemetryDefaultParams, opts ...ClientOption) (*GetAccountTelemetryDefaultOK, error)

GetAccountTelemetryDefault gets default account level telemetry settings helps to set back the default values

Get default account level telemetry settings. Helps to set back the default values.

func (*Client) GetAuditCredentialPrerequisites

func (a *Client) GetAuditCredentialPrerequisites(params *GetAuditCredentialPrerequisitesParams, opts ...ClientOption) (*GetAuditCredentialPrerequisitesOK, error)

GetAuditCredentialPrerequisites this API provides the audit credential prerequisites for the given cloud provider

Provides the the audit credential prerequisites for the given cloud provider.

func (*Client) GetAutomatedSyncEnvironmentStatus

func (a *Client) GetAutomatedSyncEnvironmentStatus(params *GetAutomatedSyncEnvironmentStatusParams, opts ...ClientOption) (*GetAutomatedSyncEnvironmentStatusOK, error)

GetAutomatedSyncEnvironmentStatus gets the the automated sync status for the environment

Gets the the automated sync status for the environment.

func (*Client) GetCredentialPrerequisites

func (a *Client) GetCredentialPrerequisites(params *GetCredentialPrerequisitesParams, opts ...ClientOption) (*GetCredentialPrerequisitesOK, error)

GetCredentialPrerequisites this API provides the credential prerequisites for the given cloud provider

Provides the the credential prerequisites for the given cloud provider.

func (*Client) GetEnvironmentSetting

func (a *Client) GetEnvironmentSetting(params *GetEnvironmentSettingParams, opts ...ClientOption) (*GetEnvironmentSettingOK, error)

GetEnvironmentSetting reads a configuration setting from the environment service

Read a configuration setting from the environment service.

func (*Client) GetEnvironmentUserSyncState

func (a *Client) GetEnvironmentUserSyncState(params *GetEnvironmentUserSyncStateParams, opts ...ClientOption) (*GetEnvironmentUserSyncStateOK, error)

GetEnvironmentUserSyncState returns the user synchronization state for an environment

Returns the user synchronization state for an environment.

func (*Client) GetFreeipaLogDescriptors

func (a *Client) GetFreeipaLogDescriptors(params *GetFreeipaLogDescriptorsParams, opts ...ClientOption) (*GetFreeipaLogDescriptorsOK, error)

GetFreeipaLogDescriptors gathers log descriptors that are used for diagnostics collection

Gather log descriptors that are used for diagnostics collection.

func (*Client) GetFreeipaStatus

func (a *Client) GetFreeipaStatus(params *GetFreeipaStatusParams, opts ...ClientOption) (*GetFreeipaStatusOK, error)

GetFreeipaStatus gets the status of the free IP a services

Gets the status of the FreeIPA nodes services and connectivity.

func (*Client) GetIDBrokerMappings

func (a *Client) GetIDBrokerMappings(params *GetIDBrokerMappingsParams, opts ...ClientOption) (*GetIDBrokerMappingsOK, error)

GetIDBrokerMappings gets all ID broker mappings for an environment

Gets all ID Broker mappings for an environment.

func (*Client) GetIDBrokerMappingsSyncStatus

func (a *Client) GetIDBrokerMappingsSyncStatus(params *GetIDBrokerMappingsSyncStatusParams, opts ...ClientOption) (*GetIDBrokerMappingsSyncStatusOK, error)

GetIDBrokerMappingsSyncStatus gets ID broker mappings sync status

Gets the status of the most recent ID Broker mappings sync operation, if any.

func (*Client) GetKeytab

func (a *Client) GetKeytab(params *GetKeytabParams, opts ...ClientOption) (*GetKeytabOK, error)

GetKeytab retrieves a keytab for a user or machine user

Retrieves a keytab for a user or machine user.

func (*Client) GetRepairFreeipaStatus

func (a *Client) GetRepairFreeipaStatus(params *GetRepairFreeipaStatusParams, opts ...ClientOption) (*GetRepairFreeipaStatusOK, error)

GetRepairFreeipaStatus returns status of the repair operation for the operation id

Returns status of the repair operation for the operation id. Operation Id should be one of the previously requested repair operation ids.

func (*Client) GetRootCertificate

func (a *Client) GetRootCertificate(params *GetRootCertificateParams, opts ...ClientOption) (*GetRootCertificateOK, error)

GetRootCertificate this API provides contents of public certificate for an environment

This API provides the contents of the root public certificate for an environment. The contents are a base64 encoded blob between -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----. This certificate can be imported by end users to establish trust with environment resources.

func (*Client) ListAuditCredentials

func (a *Client) ListAuditCredentials(params *ListAuditCredentialsParams, opts ...ClientOption) (*ListAuditCredentialsOK, error)

ListAuditCredentials lists audit credentials

Lists audit credentials.

func (*Client) ListCredentials

func (a *Client) ListCredentials(params *ListCredentialsParams, opts ...ClientOption) (*ListCredentialsOK, error)

ListCredentials lists credentials

Lists credentials.

func (*Client) ListEnvironments

func (a *Client) ListEnvironments(params *ListEnvironmentsParams, opts ...ClientOption) (*ListEnvironmentsOK, error)

ListEnvironments lists environments

Lists environments.

func (*Client) ListFreeipaDiagnostics

func (a *Client) ListFreeipaDiagnostics(params *ListFreeipaDiagnosticsParams, opts ...ClientOption) (*ListFreeipaDiagnosticsOK, error)

ListFreeipaDiagnostics lists recent free IP a diagnostics collections

List recent FreeIPA diagnostics collection

func (*Client) ListProxyConfigs

func (a *Client) ListProxyConfigs(params *ListProxyConfigsParams, opts ...ClientOption) (*ListProxyConfigsOK, error)

ListProxyConfigs lists proxy configs

Lists proxy configs.

func (*Client) RepairFreeipa

func (a *Client) RepairFreeipa(params *RepairFreeipaParams, opts ...ClientOption) (*RepairFreeipaOK, error)

RepairFreeipa repairs the free IP a nodes

Repairs the FreeIPA nodes if they are in a non working state.

func (*Client) RetryFreeipa

func (a *Client) RetryFreeipa(params *RetryFreeipaParams, opts ...ClientOption) (*RetryFreeipaOK, error)

RetryFreeipa retries the last failed operation on a free IP a

Retries the last failed operation on a FreeIPA.

func (*Client) RotateSaltPassword

func (a *Client) RotateSaltPassword(params *RotateSaltPasswordParams, opts ...ClientOption) (*RotateSaltPasswordOK, error)

RotateSaltPassword rotates salt stack user password on free IP a instances

Rotate SaltStack user password on FreeIPA instances.

func (*Client) SetAWSAuditCredential

func (a *Client) SetAWSAuditCredential(params *SetAWSAuditCredentialParams, opts ...ClientOption) (*SetAWSAuditCredentialOK, error)

SetAWSAuditCredential creates or updates the a w s audit credential for the account the credential is used for authorization to archive audit events to your cloud storage

Creates or updates the AWS audit credential for the account. The response will only contain details appropriate to AWS.

func (*Client) SetAccountTelemetry

func (a *Client) SetAccountTelemetry(params *SetAccountTelemetryParams, opts ...ClientOption) (*SetAccountTelemetryOK, error)

SetAccountTelemetry sets account level telemetry settings telemetry features and anonymization rules

Set account level telemetry settings. (telemetry features and anonymization rules)

func (*Client) SetAzureAuditCredential

func (a *Client) SetAzureAuditCredential(params *SetAzureAuditCredentialParams, opts ...ClientOption) (*SetAzureAuditCredentialOK, error)

SetAzureAuditCredential creates or updates the azure audit credential for the account the credential is used for authorization to archive audit events to your cloud storage

Creates or updates the Azure audit credential for the account. The response will only contain details appropriate to Azure.

func (*Client) SetCatalog

func (a *Client) SetCatalog(params *SetCatalogParams, opts ...ClientOption) (*SetCatalogOK, error)

SetCatalog sets a catalog for a free IP a installation

Sets a catalog for a FreeIPA installation.

func (*Client) SetEndpointAccessGateway

func (a *Client) SetEndpointAccessGateway(params *SetEndpointAccessGatewayParams, opts ...ClientOption) (*SetEndpointAccessGatewayOK, error)

SetEndpointAccessGateway sets endpoint access gateway settings for the environment

Sets endpoint access gateway settings for the environment.

func (*Client) SetEnvironmentSetting

func (a *Client) SetEnvironmentSetting(params *SetEnvironmentSettingParams, opts ...ClientOption) (*SetEnvironmentSettingOK, error)

SetEnvironmentSetting reads a configuration setting from the environment service

Read a configuration setting from the environment service.

func (*Client) SetIDBrokerMappings

func (a *Client) SetIDBrokerMappings(params *SetIDBrokerMappingsParams, opts ...ClientOption) (*SetIDBrokerMappingsOK, error)

SetIDBrokerMappings sets all ID broker mappings for an environment

Sets all ID Broker mappings for an environment. Overwrites all existing mappings.

func (*Client) SetPassword

func (a *Client) SetPassword(params *SetPasswordParams, opts ...ClientOption) (*SetPasswordOK, error)

SetPassword sets workload user s password and updates into all environments

Deprecated. Use 'iam set-workload-password' command instead.

func (*Client) SetTelemetryFeatures

func (a *Client) SetTelemetryFeatures(params *SetTelemetryFeaturesParams, opts ...ClientOption) (*SetTelemetryFeaturesOK, error)

SetTelemetryFeatures configures environment level telemetry feature setting

Configure environment level telemetry feature setting.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StartEnvironment

func (a *Client) StartEnvironment(params *StartEnvironmentParams, opts ...ClientOption) (*StartEnvironmentOK, error)

StartEnvironment starts an environment

Start an environment.

func (*Client) StartFreeIpaVerticalScaling

func (a *Client) StartFreeIpaVerticalScaling(params *StartFreeIpaVerticalScalingParams, opts ...ClientOption) (*StartFreeIpaVerticalScalingOK, error)

StartFreeIpaVerticalScaling initiates the vertical scaling on free IP a

Initiates the vertical scaling on FreeIPA.

func (*Client) StopEnvironment

func (a *Client) StopEnvironment(params *StopEnvironmentParams, opts ...ClientOption) (*StopEnvironmentOK, error)

StopEnvironment stops an environment

Stop an environment.

func (*Client) SyncAllUsers

func (a *Client) SyncAllUsers(params *SyncAllUsersParams, opts ...ClientOption) (*SyncAllUsersOK, error)

SyncAllUsers synchronizes environments with all users and groups state with c d p

Synchronizes environments with all users and groups state with CDP.

func (*Client) SyncIDBrokerMappings

func (a *Client) SyncIDBrokerMappings(params *SyncIDBrokerMappingsParams, opts ...ClientOption) (*SyncIDBrokerMappingsOK, error)

SyncIDBrokerMappings syncs all ID broker mappings for an environment

Syncs all ID Broker mappings to all datalake clusters in an environment.

func (*Client) SyncStatus

func (a *Client) SyncStatus(params *SyncStatusParams, opts ...ClientOption) (*SyncStatusOK, error)

SyncStatus returns status of the sync operation for the operation id

Returns status of the sync operation for the operation id. Operation Id should be one of the previously request sync operation.

func (*Client) SyncUser

func (a *Client) SyncUser(params *SyncUserParams, opts ...ClientOption) (*SyncUserOK, error)

SyncUser synchronizes environments with single user to the free IP a servers

Synchronizes environments with single user to the FreeIPA servers.

func (*Client) SynchronizeAllEnvironments

func (a *Client) SynchronizeAllEnvironments(params *SynchronizeAllEnvironmentsParams, opts ...ClientOption) (*SynchronizeAllEnvironmentsOK, error)

SynchronizeAllEnvironments synchronizes all environments in the calling account

Invokes the automated user sync service to synchronize all environments in the calling account.

func (*Client) TestAccountTelemetryRules

func (a *Client) TestAccountTelemetryRules(params *TestAccountTelemetryRulesParams, opts ...ClientOption) (*TestAccountTelemetryRulesOK, error)

TestAccountTelemetryRules tests anonymization rules for account telemetry against text input

Test anonymization rules (for account telemetry) against text input.

func (*Client) UpdateAwsDiskEncryptionParameters

func (a *Client) UpdateAwsDiskEncryptionParameters(params *UpdateAwsDiskEncryptionParametersParams, opts ...ClientOption) (*UpdateAwsDiskEncryptionParametersOK, error)

UpdateAwsDiskEncryptionParameters updates the a w s encryption key a r n for the environment

Updates the AWS encryption key ARN for the environment. Enables the server side encryption with CMK for newly created AWS resources for the existing environment.

func (*Client) UpdateAzureCredential

func (a *Client) UpdateAzureCredential(params *UpdateAzureCredentialParams, opts ...ClientOption) (*UpdateAzureCredentialOK, error)

UpdateAzureCredential updates a new certificate based azure credential that can be attached to an environment the credential is used for authorization to provision resources such as compute instances within your cloud provider account

Updates a certificate based Azure credential.

func (*Client) UpdateAzureEncryptionResources

func (a *Client) UpdateAzureEncryptionResources(params *UpdateAzureEncryptionResourcesParams, opts ...ClientOption) (*UpdateAzureEncryptionResourcesOK, error)

UpdateAzureEncryptionResources updates the azure encryption resources for the environment

Updates the Azure encryption resources for the environment. Enables the SSE with CMK for newly created Azure resources for the existing environment.

func (*Client) UpdateOrchestratorState

func (a *Client) UpdateOrchestratorState(params *UpdateOrchestratorStateParams, opts ...ClientOption) (*UpdateOrchestratorStateOK, error)

UpdateOrchestratorState runs orchestrator engine state update on the free IP a cluster

Run orchestrator engine state update on the FreeIPA cluster.

func (*Client) UpdateProxyConfig

func (a *Client) UpdateProxyConfig(params *UpdateProxyConfigParams, opts ...ClientOption) (*UpdateProxyConfigOK, error)

UpdateProxyConfig updates the proxy config of the given environment

Updates the proxy config of the given environment.

func (*Client) UpdateSubnet

func (a *Client) UpdateSubnet(params *UpdateSubnetParams, opts ...ClientOption) (*UpdateSubnetOK, error)

UpdateSubnet updates the subnet s of the given environment

Updates the subnet(s) of the given environment.

func (*Client) UpgradeCcm

func (a *Client) UpgradeCcm(params *UpgradeCcmParams, opts ...ClientOption) (*UpgradeCcmOK, error)

UpgradeCcm upgrades cluster connectivity manager on the environment to the latest available version

Upgrades Cluster Connectivity Manager on the environment to the latest available version.

func (*Client) UpgradeFreeipa

func (a *Client) UpgradeFreeipa(params *UpgradeFreeipaParams, opts ...ClientOption) (*UpgradeFreeipaOK, error)

UpgradeFreeipa upgrades free IP a to the latest or defined image

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

func (*Client) UpscaleFreeipa

func (a *Client) UpscaleFreeipa(params *UpscaleFreeipaParams, opts ...ClientOption) (*UpscaleFreeipaOK, error)

UpscaleFreeipa upscales free IP a instances

FreeIPA is an integrated Identity and Authentication solution that can be used for any of CM, CDP services.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AttachFreeIpaRecipes(params *AttachFreeIpaRecipesParams, opts ...ClientOption) (*AttachFreeIpaRecipesOK, error)

	CancelFreeipaDiagnostics(params *CancelFreeipaDiagnosticsParams, opts ...ClientOption) (*CancelFreeipaDiagnosticsOK, error)

	ChangeEnvironmentCredential(params *ChangeEnvironmentCredentialParams, opts ...ClientOption) (*ChangeEnvironmentCredentialOK, error)

	CheckDatabaseConnectivity(params *CheckDatabaseConnectivityParams, opts ...ClientOption) (*CheckDatabaseConnectivityOK, error)

	CheckEnvironmentConnectivity(params *CheckEnvironmentConnectivityParams, opts ...ClientOption) (*CheckEnvironmentConnectivityOK, error)

	CheckKubernetesConnectivity(params *CheckKubernetesConnectivityParams, opts ...ClientOption) (*CheckKubernetesConnectivityOK, error)

	CollectFreeipaDiagnostics(params *CollectFreeipaDiagnosticsParams, opts ...ClientOption) (*CollectFreeipaDiagnosticsOK, error)

	CreateAWSCredential(params *CreateAWSCredentialParams, opts ...ClientOption) (*CreateAWSCredentialOK, error)

	CreateAWSEnvironment(params *CreateAWSEnvironmentParams, opts ...ClientOption) (*CreateAWSEnvironmentOK, error)

	CreateAzureCredential(params *CreateAzureCredentialParams, opts ...ClientOption) (*CreateAzureCredentialOK, error)

	CreateAzureEnvironment(params *CreateAzureEnvironmentParams, opts ...ClientOption) (*CreateAzureEnvironmentOK, error)

	CreateGCPCredential(params *CreateGCPCredentialParams, opts ...ClientOption) (*CreateGCPCredentialOK, error)

	CreateGCPEnvironment(params *CreateGCPEnvironmentParams, opts ...ClientOption) (*CreateGCPEnvironmentOK, error)

	CreatePrivateEnvironment(params *CreatePrivateEnvironmentParams, opts ...ClientOption) (*CreatePrivateEnvironmentOK, error)

	CreateProxyConfig(params *CreateProxyConfigParams, opts ...ClientOption) (*CreateProxyConfigOK, error)

	DeleteAuditCredential(params *DeleteAuditCredentialParams, opts ...ClientOption) (*DeleteAuditCredentialOK, error)

	DeleteCredential(params *DeleteCredentialParams, opts ...ClientOption) (*DeleteCredentialOK, error)

	DeleteEnvironment(params *DeleteEnvironmentParams, opts ...ClientOption) (*DeleteEnvironmentOK, error)

	DeleteProxyConfig(params *DeleteProxyConfigParams, opts ...ClientOption) (*DeleteProxyConfigOK, error)

	DescribeEnvironment(params *DescribeEnvironmentParams, opts ...ClientOption) (*DescribeEnvironmentOK, error)

	DetachFreeIpaRecipes(params *DetachFreeIpaRecipesParams, opts ...ClientOption) (*DetachFreeIpaRecipesOK, error)

	DisableS3Guard(params *DisableS3GuardParams, opts ...ClientOption) (*DisableS3GuardOK, error)

	DownscaleFreeipa(params *DownscaleFreeipaParams, opts ...ClientOption) (*DownscaleFreeipaOK, error)

	GetAccountTelemetry(params *GetAccountTelemetryParams, opts ...ClientOption) (*GetAccountTelemetryOK, error)

	GetAccountTelemetryDefault(params *GetAccountTelemetryDefaultParams, opts ...ClientOption) (*GetAccountTelemetryDefaultOK, error)

	GetAuditCredentialPrerequisites(params *GetAuditCredentialPrerequisitesParams, opts ...ClientOption) (*GetAuditCredentialPrerequisitesOK, error)

	GetAutomatedSyncEnvironmentStatus(params *GetAutomatedSyncEnvironmentStatusParams, opts ...ClientOption) (*GetAutomatedSyncEnvironmentStatusOK, error)

	GetCredentialPrerequisites(params *GetCredentialPrerequisitesParams, opts ...ClientOption) (*GetCredentialPrerequisitesOK, error)

	GetEnvironmentSetting(params *GetEnvironmentSettingParams, opts ...ClientOption) (*GetEnvironmentSettingOK, error)

	GetEnvironmentUserSyncState(params *GetEnvironmentUserSyncStateParams, opts ...ClientOption) (*GetEnvironmentUserSyncStateOK, error)

	GetFreeipaLogDescriptors(params *GetFreeipaLogDescriptorsParams, opts ...ClientOption) (*GetFreeipaLogDescriptorsOK, error)

	GetFreeipaStatus(params *GetFreeipaStatusParams, opts ...ClientOption) (*GetFreeipaStatusOK, error)

	GetIDBrokerMappings(params *GetIDBrokerMappingsParams, opts ...ClientOption) (*GetIDBrokerMappingsOK, error)

	GetIDBrokerMappingsSyncStatus(params *GetIDBrokerMappingsSyncStatusParams, opts ...ClientOption) (*GetIDBrokerMappingsSyncStatusOK, error)

	GetKeytab(params *GetKeytabParams, opts ...ClientOption) (*GetKeytabOK, error)

	GetRepairFreeipaStatus(params *GetRepairFreeipaStatusParams, opts ...ClientOption) (*GetRepairFreeipaStatusOK, error)

	GetRootCertificate(params *GetRootCertificateParams, opts ...ClientOption) (*GetRootCertificateOK, error)

	ListAuditCredentials(params *ListAuditCredentialsParams, opts ...ClientOption) (*ListAuditCredentialsOK, error)

	ListCredentials(params *ListCredentialsParams, opts ...ClientOption) (*ListCredentialsOK, error)

	ListEnvironments(params *ListEnvironmentsParams, opts ...ClientOption) (*ListEnvironmentsOK, error)

	ListFreeipaDiagnostics(params *ListFreeipaDiagnosticsParams, opts ...ClientOption) (*ListFreeipaDiagnosticsOK, error)

	ListProxyConfigs(params *ListProxyConfigsParams, opts ...ClientOption) (*ListProxyConfigsOK, error)

	RepairFreeipa(params *RepairFreeipaParams, opts ...ClientOption) (*RepairFreeipaOK, error)

	RetryFreeipa(params *RetryFreeipaParams, opts ...ClientOption) (*RetryFreeipaOK, error)

	RotateSaltPassword(params *RotateSaltPasswordParams, opts ...ClientOption) (*RotateSaltPasswordOK, error)

	SetAWSAuditCredential(params *SetAWSAuditCredentialParams, opts ...ClientOption) (*SetAWSAuditCredentialOK, error)

	SetAccountTelemetry(params *SetAccountTelemetryParams, opts ...ClientOption) (*SetAccountTelemetryOK, error)

	SetAzureAuditCredential(params *SetAzureAuditCredentialParams, opts ...ClientOption) (*SetAzureAuditCredentialOK, error)

	SetCatalog(params *SetCatalogParams, opts ...ClientOption) (*SetCatalogOK, error)

	SetEndpointAccessGateway(params *SetEndpointAccessGatewayParams, opts ...ClientOption) (*SetEndpointAccessGatewayOK, error)

	SetEnvironmentSetting(params *SetEnvironmentSettingParams, opts ...ClientOption) (*SetEnvironmentSettingOK, error)

	SetIDBrokerMappings(params *SetIDBrokerMappingsParams, opts ...ClientOption) (*SetIDBrokerMappingsOK, error)

	SetPassword(params *SetPasswordParams, opts ...ClientOption) (*SetPasswordOK, error)

	SetTelemetryFeatures(params *SetTelemetryFeaturesParams, opts ...ClientOption) (*SetTelemetryFeaturesOK, error)

	StartEnvironment(params *StartEnvironmentParams, opts ...ClientOption) (*StartEnvironmentOK, error)

	StartFreeIpaVerticalScaling(params *StartFreeIpaVerticalScalingParams, opts ...ClientOption) (*StartFreeIpaVerticalScalingOK, error)

	StopEnvironment(params *StopEnvironmentParams, opts ...ClientOption) (*StopEnvironmentOK, error)

	SyncAllUsers(params *SyncAllUsersParams, opts ...ClientOption) (*SyncAllUsersOK, error)

	SyncIDBrokerMappings(params *SyncIDBrokerMappingsParams, opts ...ClientOption) (*SyncIDBrokerMappingsOK, error)

	SyncStatus(params *SyncStatusParams, opts ...ClientOption) (*SyncStatusOK, error)

	SyncUser(params *SyncUserParams, opts ...ClientOption) (*SyncUserOK, error)

	SynchronizeAllEnvironments(params *SynchronizeAllEnvironmentsParams, opts ...ClientOption) (*SynchronizeAllEnvironmentsOK, error)

	TestAccountTelemetryRules(params *TestAccountTelemetryRulesParams, opts ...ClientOption) (*TestAccountTelemetryRulesOK, error)

	UpdateAwsDiskEncryptionParameters(params *UpdateAwsDiskEncryptionParametersParams, opts ...ClientOption) (*UpdateAwsDiskEncryptionParametersOK, error)

	UpdateAzureCredential(params *UpdateAzureCredentialParams, opts ...ClientOption) (*UpdateAzureCredentialOK, error)

	UpdateAzureEncryptionResources(params *UpdateAzureEncryptionResourcesParams, opts ...ClientOption) (*UpdateAzureEncryptionResourcesOK, error)

	UpdateOrchestratorState(params *UpdateOrchestratorStateParams, opts ...ClientOption) (*UpdateOrchestratorStateOK, error)

	UpdateProxyConfig(params *UpdateProxyConfigParams, opts ...ClientOption) (*UpdateProxyConfigOK, error)

	UpdateSubnet(params *UpdateSubnetParams, opts ...ClientOption) (*UpdateSubnetOK, error)

	UpgradeCcm(params *UpgradeCcmParams, opts ...ClientOption) (*UpgradeCcmOK, error)

	UpgradeFreeipa(params *UpgradeFreeipaParams, opts ...ClientOption) (*UpgradeFreeipaOK, error)

	UpscaleFreeipa(params *UpscaleFreeipaParams, opts ...ClientOption) (*UpscaleFreeipaOK, 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 operations API client.

type CollectFreeipaDiagnosticsDefault

type CollectFreeipaDiagnosticsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCollectFreeipaDiagnosticsDefault

func NewCollectFreeipaDiagnosticsDefault(code int) *CollectFreeipaDiagnosticsDefault

NewCollectFreeipaDiagnosticsDefault creates a CollectFreeipaDiagnosticsDefault with default headers values

func (*CollectFreeipaDiagnosticsDefault) Code

Code gets the status code for the collect freeipa diagnostics default response

func (*CollectFreeipaDiagnosticsDefault) Error

func (*CollectFreeipaDiagnosticsDefault) GetPayload

func (*CollectFreeipaDiagnosticsDefault) IsClientError

func (o *CollectFreeipaDiagnosticsDefault) IsClientError() bool

IsClientError returns true when this collect freeipa diagnostics default response has a 4xx status code

func (*CollectFreeipaDiagnosticsDefault) IsCode

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

IsCode returns true when this collect freeipa diagnostics default response a status code equal to that given

func (*CollectFreeipaDiagnosticsDefault) IsRedirect

func (o *CollectFreeipaDiagnosticsDefault) IsRedirect() bool

IsRedirect returns true when this collect freeipa diagnostics default response has a 3xx status code

func (*CollectFreeipaDiagnosticsDefault) IsServerError

func (o *CollectFreeipaDiagnosticsDefault) IsServerError() bool

IsServerError returns true when this collect freeipa diagnostics default response has a 5xx status code

func (*CollectFreeipaDiagnosticsDefault) IsSuccess

func (o *CollectFreeipaDiagnosticsDefault) IsSuccess() bool

IsSuccess returns true when this collect freeipa diagnostics default response has a 2xx status code

func (*CollectFreeipaDiagnosticsDefault) String

type CollectFreeipaDiagnosticsOK

type CollectFreeipaDiagnosticsOK struct {
	Payload models.CollectFreeipaDiagnosticsResponse
}

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

Expected response to a valid request.

func NewCollectFreeipaDiagnosticsOK

func NewCollectFreeipaDiagnosticsOK() *CollectFreeipaDiagnosticsOK

NewCollectFreeipaDiagnosticsOK creates a CollectFreeipaDiagnosticsOK with default headers values

func (*CollectFreeipaDiagnosticsOK) Code

func (o *CollectFreeipaDiagnosticsOK) Code() int

Code gets the status code for the collect freeipa diagnostics o k response

func (*CollectFreeipaDiagnosticsOK) Error

func (*CollectFreeipaDiagnosticsOK) GetPayload

func (*CollectFreeipaDiagnosticsOK) IsClientError

func (o *CollectFreeipaDiagnosticsOK) IsClientError() bool

IsClientError returns true when this collect freeipa diagnostics o k response has a 4xx status code

func (*CollectFreeipaDiagnosticsOK) IsCode

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

IsCode returns true when this collect freeipa diagnostics o k response a status code equal to that given

func (*CollectFreeipaDiagnosticsOK) IsRedirect

func (o *CollectFreeipaDiagnosticsOK) IsRedirect() bool

IsRedirect returns true when this collect freeipa diagnostics o k response has a 3xx status code

func (*CollectFreeipaDiagnosticsOK) IsServerError

func (o *CollectFreeipaDiagnosticsOK) IsServerError() bool

IsServerError returns true when this collect freeipa diagnostics o k response has a 5xx status code

func (*CollectFreeipaDiagnosticsOK) IsSuccess

func (o *CollectFreeipaDiagnosticsOK) IsSuccess() bool

IsSuccess returns true when this collect freeipa diagnostics o k response has a 2xx status code

func (*CollectFreeipaDiagnosticsOK) String

func (o *CollectFreeipaDiagnosticsOK) String() string

type CollectFreeipaDiagnosticsParams

type CollectFreeipaDiagnosticsParams struct {

	// Input.
	Input *models.CollectFreeipaDiagnosticsRequest

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

CollectFreeipaDiagnosticsParams contains all the parameters to send to the API endpoint

for the collect freeipa diagnostics operation.

Typically these are written to a http.Request.

func NewCollectFreeipaDiagnosticsParams

func NewCollectFreeipaDiagnosticsParams() *CollectFreeipaDiagnosticsParams

NewCollectFreeipaDiagnosticsParams creates a new CollectFreeipaDiagnosticsParams 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 NewCollectFreeipaDiagnosticsParamsWithContext

func NewCollectFreeipaDiagnosticsParamsWithContext(ctx context.Context) *CollectFreeipaDiagnosticsParams

NewCollectFreeipaDiagnosticsParamsWithContext creates a new CollectFreeipaDiagnosticsParams object with the ability to set a context for a request.

func NewCollectFreeipaDiagnosticsParamsWithHTTPClient

func NewCollectFreeipaDiagnosticsParamsWithHTTPClient(client *http.Client) *CollectFreeipaDiagnosticsParams

NewCollectFreeipaDiagnosticsParamsWithHTTPClient creates a new CollectFreeipaDiagnosticsParams object with the ability to set a custom HTTPClient for a request.

func NewCollectFreeipaDiagnosticsParamsWithTimeout

func NewCollectFreeipaDiagnosticsParamsWithTimeout(timeout time.Duration) *CollectFreeipaDiagnosticsParams

NewCollectFreeipaDiagnosticsParamsWithTimeout creates a new CollectFreeipaDiagnosticsParams object with the ability to set a timeout on a request.

func (*CollectFreeipaDiagnosticsParams) SetContext

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

SetContext adds the context to the collect freeipa diagnostics params

func (*CollectFreeipaDiagnosticsParams) SetDefaults

func (o *CollectFreeipaDiagnosticsParams) SetDefaults()

SetDefaults hydrates default values in the collect freeipa diagnostics params (not the query body).

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

func (*CollectFreeipaDiagnosticsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the collect freeipa diagnostics params

func (*CollectFreeipaDiagnosticsParams) SetInput

SetInput adds the input to the collect freeipa diagnostics params

func (*CollectFreeipaDiagnosticsParams) SetTimeout

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

SetTimeout adds the timeout to the collect freeipa diagnostics params

func (*CollectFreeipaDiagnosticsParams) WithContext

WithContext adds the context to the collect freeipa diagnostics params

func (*CollectFreeipaDiagnosticsParams) WithDefaults

WithDefaults hydrates default values in the collect freeipa diagnostics params (not the query body).

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

func (*CollectFreeipaDiagnosticsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the collect freeipa diagnostics params

func (*CollectFreeipaDiagnosticsParams) WithInput

WithInput adds the input to the collect freeipa diagnostics params

func (*CollectFreeipaDiagnosticsParams) WithTimeout

WithTimeout adds the timeout to the collect freeipa diagnostics params

func (*CollectFreeipaDiagnosticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CollectFreeipaDiagnosticsReader

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

CollectFreeipaDiagnosticsReader is a Reader for the CollectFreeipaDiagnostics structure.

func (*CollectFreeipaDiagnosticsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAWSCredentialDefault

type CreateAWSCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCreateAWSCredentialDefault

func NewCreateAWSCredentialDefault(code int) *CreateAWSCredentialDefault

NewCreateAWSCredentialDefault creates a CreateAWSCredentialDefault with default headers values

func (*CreateAWSCredentialDefault) Code

func (o *CreateAWSCredentialDefault) Code() int

Code gets the status code for the create a w s credential default response

func (*CreateAWSCredentialDefault) Error

func (*CreateAWSCredentialDefault) GetPayload

func (o *CreateAWSCredentialDefault) GetPayload() *models.Error

func (*CreateAWSCredentialDefault) IsClientError

func (o *CreateAWSCredentialDefault) IsClientError() bool

IsClientError returns true when this create a w s credential default response has a 4xx status code

func (*CreateAWSCredentialDefault) IsCode

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

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

func (*CreateAWSCredentialDefault) IsRedirect

func (o *CreateAWSCredentialDefault) IsRedirect() bool

IsRedirect returns true when this create a w s credential default response has a 3xx status code

func (*CreateAWSCredentialDefault) IsServerError

func (o *CreateAWSCredentialDefault) IsServerError() bool

IsServerError returns true when this create a w s credential default response has a 5xx status code

func (*CreateAWSCredentialDefault) IsSuccess

func (o *CreateAWSCredentialDefault) IsSuccess() bool

IsSuccess returns true when this create a w s credential default response has a 2xx status code

func (*CreateAWSCredentialDefault) String

func (o *CreateAWSCredentialDefault) String() string

type CreateAWSCredentialOK

type CreateAWSCredentialOK struct {
	Payload *models.CreateAWSCredentialResponse
}

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

Expected response to a valid request.

func NewCreateAWSCredentialOK

func NewCreateAWSCredentialOK() *CreateAWSCredentialOK

NewCreateAWSCredentialOK creates a CreateAWSCredentialOK with default headers values

func (*CreateAWSCredentialOK) Code

func (o *CreateAWSCredentialOK) Code() int

Code gets the status code for the create a w s credential o k response

func (*CreateAWSCredentialOK) Error

func (o *CreateAWSCredentialOK) Error() string

func (*CreateAWSCredentialOK) GetPayload

func (*CreateAWSCredentialOK) IsClientError

func (o *CreateAWSCredentialOK) IsClientError() bool

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

func (*CreateAWSCredentialOK) IsCode

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

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

func (*CreateAWSCredentialOK) IsRedirect

func (o *CreateAWSCredentialOK) IsRedirect() bool

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

func (*CreateAWSCredentialOK) IsServerError

func (o *CreateAWSCredentialOK) IsServerError() bool

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

func (*CreateAWSCredentialOK) IsSuccess

func (o *CreateAWSCredentialOK) IsSuccess() bool

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

func (*CreateAWSCredentialOK) String

func (o *CreateAWSCredentialOK) String() string

type CreateAWSCredentialParams

type CreateAWSCredentialParams struct {

	// Input.
	Input *models.CreateAWSCredentialRequest

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

CreateAWSCredentialParams contains all the parameters to send to the API endpoint

for the create a w s credential operation.

Typically these are written to a http.Request.

func NewCreateAWSCredentialParams

func NewCreateAWSCredentialParams() *CreateAWSCredentialParams

NewCreateAWSCredentialParams creates a new CreateAWSCredentialParams 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 NewCreateAWSCredentialParamsWithContext

func NewCreateAWSCredentialParamsWithContext(ctx context.Context) *CreateAWSCredentialParams

NewCreateAWSCredentialParamsWithContext creates a new CreateAWSCredentialParams object with the ability to set a context for a request.

func NewCreateAWSCredentialParamsWithHTTPClient

func NewCreateAWSCredentialParamsWithHTTPClient(client *http.Client) *CreateAWSCredentialParams

NewCreateAWSCredentialParamsWithHTTPClient creates a new CreateAWSCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAWSCredentialParamsWithTimeout

func NewCreateAWSCredentialParamsWithTimeout(timeout time.Duration) *CreateAWSCredentialParams

NewCreateAWSCredentialParamsWithTimeout creates a new CreateAWSCredentialParams object with the ability to set a timeout on a request.

func (*CreateAWSCredentialParams) SetContext

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

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

func (*CreateAWSCredentialParams) SetDefaults

func (o *CreateAWSCredentialParams) SetDefaults()

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

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

func (*CreateAWSCredentialParams) SetHTTPClient

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

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

func (*CreateAWSCredentialParams) SetInput

SetInput adds the input to the create a w s credential params

func (*CreateAWSCredentialParams) SetTimeout

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

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

func (*CreateAWSCredentialParams) WithContext

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

func (*CreateAWSCredentialParams) WithDefaults

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

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

func (*CreateAWSCredentialParams) WithHTTPClient

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

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

func (*CreateAWSCredentialParams) WithInput

WithInput adds the input to the create a w s credential params

func (*CreateAWSCredentialParams) WithTimeout

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

func (*CreateAWSCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAWSCredentialReader

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

CreateAWSCredentialReader is a Reader for the CreateAWSCredential structure.

func (*CreateAWSCredentialReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAWSEnvironmentDefault

type CreateAWSEnvironmentDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCreateAWSEnvironmentDefault

func NewCreateAWSEnvironmentDefault(code int) *CreateAWSEnvironmentDefault

NewCreateAWSEnvironmentDefault creates a CreateAWSEnvironmentDefault with default headers values

func (*CreateAWSEnvironmentDefault) Code

func (o *CreateAWSEnvironmentDefault) Code() int

Code gets the status code for the create a w s environment default response

func (*CreateAWSEnvironmentDefault) Error

func (*CreateAWSEnvironmentDefault) GetPayload

func (o *CreateAWSEnvironmentDefault) GetPayload() *models.Error

func (*CreateAWSEnvironmentDefault) IsClientError

func (o *CreateAWSEnvironmentDefault) IsClientError() bool

IsClientError returns true when this create a w s environment default response has a 4xx status code

func (*CreateAWSEnvironmentDefault) IsCode

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

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

func (*CreateAWSEnvironmentDefault) IsRedirect

func (o *CreateAWSEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this create a w s environment default response has a 3xx status code

func (*CreateAWSEnvironmentDefault) IsServerError

func (o *CreateAWSEnvironmentDefault) IsServerError() bool

IsServerError returns true when this create a w s environment default response has a 5xx status code

func (*CreateAWSEnvironmentDefault) IsSuccess

func (o *CreateAWSEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this create a w s environment default response has a 2xx status code

func (*CreateAWSEnvironmentDefault) String

func (o *CreateAWSEnvironmentDefault) String() string

type CreateAWSEnvironmentOK

type CreateAWSEnvironmentOK struct {
	Payload *models.CreateAWSEnvironmentResponse
}

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

Expected response to a valid request.

func NewCreateAWSEnvironmentOK

func NewCreateAWSEnvironmentOK() *CreateAWSEnvironmentOK

NewCreateAWSEnvironmentOK creates a CreateAWSEnvironmentOK with default headers values

func (*CreateAWSEnvironmentOK) Code

func (o *CreateAWSEnvironmentOK) Code() int

Code gets the status code for the create a w s environment o k response

func (*CreateAWSEnvironmentOK) Error

func (o *CreateAWSEnvironmentOK) Error() string

func (*CreateAWSEnvironmentOK) GetPayload

func (*CreateAWSEnvironmentOK) IsClientError

func (o *CreateAWSEnvironmentOK) IsClientError() bool

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

func (*CreateAWSEnvironmentOK) IsCode

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

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

func (*CreateAWSEnvironmentOK) IsRedirect

func (o *CreateAWSEnvironmentOK) IsRedirect() bool

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

func (*CreateAWSEnvironmentOK) IsServerError

func (o *CreateAWSEnvironmentOK) IsServerError() bool

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

func (*CreateAWSEnvironmentOK) IsSuccess

func (o *CreateAWSEnvironmentOK) IsSuccess() bool

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

func (*CreateAWSEnvironmentOK) String

func (o *CreateAWSEnvironmentOK) String() string

type CreateAWSEnvironmentParams

type CreateAWSEnvironmentParams struct {

	// Input.
	Input *models.CreateAWSEnvironmentRequest

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

CreateAWSEnvironmentParams contains all the parameters to send to the API endpoint

for the create a w s environment operation.

Typically these are written to a http.Request.

func NewCreateAWSEnvironmentParams

func NewCreateAWSEnvironmentParams() *CreateAWSEnvironmentParams

NewCreateAWSEnvironmentParams creates a new CreateAWSEnvironmentParams 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 NewCreateAWSEnvironmentParamsWithContext

func NewCreateAWSEnvironmentParamsWithContext(ctx context.Context) *CreateAWSEnvironmentParams

NewCreateAWSEnvironmentParamsWithContext creates a new CreateAWSEnvironmentParams object with the ability to set a context for a request.

func NewCreateAWSEnvironmentParamsWithHTTPClient

func NewCreateAWSEnvironmentParamsWithHTTPClient(client *http.Client) *CreateAWSEnvironmentParams

NewCreateAWSEnvironmentParamsWithHTTPClient creates a new CreateAWSEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAWSEnvironmentParamsWithTimeout

func NewCreateAWSEnvironmentParamsWithTimeout(timeout time.Duration) *CreateAWSEnvironmentParams

NewCreateAWSEnvironmentParamsWithTimeout creates a new CreateAWSEnvironmentParams object with the ability to set a timeout on a request.

func (*CreateAWSEnvironmentParams) SetContext

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

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

func (*CreateAWSEnvironmentParams) SetDefaults

func (o *CreateAWSEnvironmentParams) SetDefaults()

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

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

func (*CreateAWSEnvironmentParams) SetHTTPClient

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

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

func (*CreateAWSEnvironmentParams) SetInput

SetInput adds the input to the create a w s environment params

func (*CreateAWSEnvironmentParams) SetTimeout

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

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

func (*CreateAWSEnvironmentParams) WithContext

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

func (*CreateAWSEnvironmentParams) WithDefaults

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

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

func (*CreateAWSEnvironmentParams) WithHTTPClient

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

func (*CreateAWSEnvironmentParams) WithInput

WithInput adds the input to the create a w s environment params

func (*CreateAWSEnvironmentParams) WithTimeout

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

func (*CreateAWSEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAWSEnvironmentReader

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

CreateAWSEnvironmentReader is a Reader for the CreateAWSEnvironment structure.

func (*CreateAWSEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAzureCredentialDefault

type CreateAzureCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCreateAzureCredentialDefault

func NewCreateAzureCredentialDefault(code int) *CreateAzureCredentialDefault

NewCreateAzureCredentialDefault creates a CreateAzureCredentialDefault with default headers values

func (*CreateAzureCredentialDefault) Code

Code gets the status code for the create azure credential default response

func (*CreateAzureCredentialDefault) Error

func (*CreateAzureCredentialDefault) GetPayload

func (o *CreateAzureCredentialDefault) GetPayload() *models.Error

func (*CreateAzureCredentialDefault) IsClientError

func (o *CreateAzureCredentialDefault) IsClientError() bool

IsClientError returns true when this create azure credential default response has a 4xx status code

func (*CreateAzureCredentialDefault) IsCode

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

IsCode returns true when this create azure credential default response a status code equal to that given

func (*CreateAzureCredentialDefault) IsRedirect

func (o *CreateAzureCredentialDefault) IsRedirect() bool

IsRedirect returns true when this create azure credential default response has a 3xx status code

func (*CreateAzureCredentialDefault) IsServerError

func (o *CreateAzureCredentialDefault) IsServerError() bool

IsServerError returns true when this create azure credential default response has a 5xx status code

func (*CreateAzureCredentialDefault) IsSuccess

func (o *CreateAzureCredentialDefault) IsSuccess() bool

IsSuccess returns true when this create azure credential default response has a 2xx status code

func (*CreateAzureCredentialDefault) String

type CreateAzureCredentialOK

type CreateAzureCredentialOK struct {
	Payload *models.CreateAzureCredentialResponse
}

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

Expected response to a valid request.

func NewCreateAzureCredentialOK

func NewCreateAzureCredentialOK() *CreateAzureCredentialOK

NewCreateAzureCredentialOK creates a CreateAzureCredentialOK with default headers values

func (*CreateAzureCredentialOK) Code

func (o *CreateAzureCredentialOK) Code() int

Code gets the status code for the create azure credential o k response

func (*CreateAzureCredentialOK) Error

func (o *CreateAzureCredentialOK) Error() string

func (*CreateAzureCredentialOK) GetPayload

func (*CreateAzureCredentialOK) IsClientError

func (o *CreateAzureCredentialOK) IsClientError() bool

IsClientError returns true when this create azure credential o k response has a 4xx status code

func (*CreateAzureCredentialOK) IsCode

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

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

func (*CreateAzureCredentialOK) IsRedirect

func (o *CreateAzureCredentialOK) IsRedirect() bool

IsRedirect returns true when this create azure credential o k response has a 3xx status code

func (*CreateAzureCredentialOK) IsServerError

func (o *CreateAzureCredentialOK) IsServerError() bool

IsServerError returns true when this create azure credential o k response has a 5xx status code

func (*CreateAzureCredentialOK) IsSuccess

func (o *CreateAzureCredentialOK) IsSuccess() bool

IsSuccess returns true when this create azure credential o k response has a 2xx status code

func (*CreateAzureCredentialOK) String

func (o *CreateAzureCredentialOK) String() string

type CreateAzureCredentialParams

type CreateAzureCredentialParams struct {

	// Input.
	Input *models.CreateAzureCredentialRequest

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

CreateAzureCredentialParams contains all the parameters to send to the API endpoint

for the create azure credential operation.

Typically these are written to a http.Request.

func NewCreateAzureCredentialParams

func NewCreateAzureCredentialParams() *CreateAzureCredentialParams

NewCreateAzureCredentialParams creates a new CreateAzureCredentialParams 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 NewCreateAzureCredentialParamsWithContext

func NewCreateAzureCredentialParamsWithContext(ctx context.Context) *CreateAzureCredentialParams

NewCreateAzureCredentialParamsWithContext creates a new CreateAzureCredentialParams object with the ability to set a context for a request.

func NewCreateAzureCredentialParamsWithHTTPClient

func NewCreateAzureCredentialParamsWithHTTPClient(client *http.Client) *CreateAzureCredentialParams

NewCreateAzureCredentialParamsWithHTTPClient creates a new CreateAzureCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAzureCredentialParamsWithTimeout

func NewCreateAzureCredentialParamsWithTimeout(timeout time.Duration) *CreateAzureCredentialParams

NewCreateAzureCredentialParamsWithTimeout creates a new CreateAzureCredentialParams object with the ability to set a timeout on a request.

func (*CreateAzureCredentialParams) SetContext

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

SetContext adds the context to the create azure credential params

func (*CreateAzureCredentialParams) SetDefaults

func (o *CreateAzureCredentialParams) SetDefaults()

SetDefaults hydrates default values in the create azure credential params (not the query body).

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

func (*CreateAzureCredentialParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create azure credential params

func (*CreateAzureCredentialParams) SetInput

SetInput adds the input to the create azure credential params

func (*CreateAzureCredentialParams) SetTimeout

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

SetTimeout adds the timeout to the create azure credential params

func (*CreateAzureCredentialParams) WithContext

WithContext adds the context to the create azure credential params

func (*CreateAzureCredentialParams) WithDefaults

WithDefaults hydrates default values in the create azure credential params (not the query body).

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

func (*CreateAzureCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create azure credential params

func (*CreateAzureCredentialParams) WithInput

WithInput adds the input to the create azure credential params

func (*CreateAzureCredentialParams) WithTimeout

WithTimeout adds the timeout to the create azure credential params

func (*CreateAzureCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAzureCredentialReader

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

CreateAzureCredentialReader is a Reader for the CreateAzureCredential structure.

func (*CreateAzureCredentialReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAzureEnvironmentDefault

type CreateAzureEnvironmentDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCreateAzureEnvironmentDefault

func NewCreateAzureEnvironmentDefault(code int) *CreateAzureEnvironmentDefault

NewCreateAzureEnvironmentDefault creates a CreateAzureEnvironmentDefault with default headers values

func (*CreateAzureEnvironmentDefault) Code

Code gets the status code for the create azure environment default response

func (*CreateAzureEnvironmentDefault) Error

func (*CreateAzureEnvironmentDefault) GetPayload

func (o *CreateAzureEnvironmentDefault) GetPayload() *models.Error

func (*CreateAzureEnvironmentDefault) IsClientError

func (o *CreateAzureEnvironmentDefault) IsClientError() bool

IsClientError returns true when this create azure environment default response has a 4xx status code

func (*CreateAzureEnvironmentDefault) IsCode

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

IsCode returns true when this create azure environment default response a status code equal to that given

func (*CreateAzureEnvironmentDefault) IsRedirect

func (o *CreateAzureEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this create azure environment default response has a 3xx status code

func (*CreateAzureEnvironmentDefault) IsServerError

func (o *CreateAzureEnvironmentDefault) IsServerError() bool

IsServerError returns true when this create azure environment default response has a 5xx status code

func (*CreateAzureEnvironmentDefault) IsSuccess

func (o *CreateAzureEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this create azure environment default response has a 2xx status code

func (*CreateAzureEnvironmentDefault) String

type CreateAzureEnvironmentOK

type CreateAzureEnvironmentOK struct {
	Payload *models.CreateAzureEnvironmentResponse
}

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

Expected response to a valid request.

func NewCreateAzureEnvironmentOK

func NewCreateAzureEnvironmentOK() *CreateAzureEnvironmentOK

NewCreateAzureEnvironmentOK creates a CreateAzureEnvironmentOK with default headers values

func (*CreateAzureEnvironmentOK) Code

func (o *CreateAzureEnvironmentOK) Code() int

Code gets the status code for the create azure environment o k response

func (*CreateAzureEnvironmentOK) Error

func (o *CreateAzureEnvironmentOK) Error() string

func (*CreateAzureEnvironmentOK) GetPayload

func (*CreateAzureEnvironmentOK) IsClientError

func (o *CreateAzureEnvironmentOK) IsClientError() bool

IsClientError returns true when this create azure environment o k response has a 4xx status code

func (*CreateAzureEnvironmentOK) IsCode

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

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

func (*CreateAzureEnvironmentOK) IsRedirect

func (o *CreateAzureEnvironmentOK) IsRedirect() bool

IsRedirect returns true when this create azure environment o k response has a 3xx status code

func (*CreateAzureEnvironmentOK) IsServerError

func (o *CreateAzureEnvironmentOK) IsServerError() bool

IsServerError returns true when this create azure environment o k response has a 5xx status code

func (*CreateAzureEnvironmentOK) IsSuccess

func (o *CreateAzureEnvironmentOK) IsSuccess() bool

IsSuccess returns true when this create azure environment o k response has a 2xx status code

func (*CreateAzureEnvironmentOK) String

func (o *CreateAzureEnvironmentOK) String() string

type CreateAzureEnvironmentParams

type CreateAzureEnvironmentParams struct {

	// Input.
	Input *models.CreateAzureEnvironmentRequest

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

CreateAzureEnvironmentParams contains all the parameters to send to the API endpoint

for the create azure environment operation.

Typically these are written to a http.Request.

func NewCreateAzureEnvironmentParams

func NewCreateAzureEnvironmentParams() *CreateAzureEnvironmentParams

NewCreateAzureEnvironmentParams creates a new CreateAzureEnvironmentParams 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 NewCreateAzureEnvironmentParamsWithContext

func NewCreateAzureEnvironmentParamsWithContext(ctx context.Context) *CreateAzureEnvironmentParams

NewCreateAzureEnvironmentParamsWithContext creates a new CreateAzureEnvironmentParams object with the ability to set a context for a request.

func NewCreateAzureEnvironmentParamsWithHTTPClient

func NewCreateAzureEnvironmentParamsWithHTTPClient(client *http.Client) *CreateAzureEnvironmentParams

NewCreateAzureEnvironmentParamsWithHTTPClient creates a new CreateAzureEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAzureEnvironmentParamsWithTimeout

func NewCreateAzureEnvironmentParamsWithTimeout(timeout time.Duration) *CreateAzureEnvironmentParams

NewCreateAzureEnvironmentParamsWithTimeout creates a new CreateAzureEnvironmentParams object with the ability to set a timeout on a request.

func (*CreateAzureEnvironmentParams) SetContext

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

SetContext adds the context to the create azure environment params

func (*CreateAzureEnvironmentParams) SetDefaults

func (o *CreateAzureEnvironmentParams) SetDefaults()

SetDefaults hydrates default values in the create azure environment params (not the query body).

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

func (*CreateAzureEnvironmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create azure environment params

func (*CreateAzureEnvironmentParams) SetInput

SetInput adds the input to the create azure environment params

func (*CreateAzureEnvironmentParams) SetTimeout

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

SetTimeout adds the timeout to the create azure environment params

func (*CreateAzureEnvironmentParams) WithContext

WithContext adds the context to the create azure environment params

func (*CreateAzureEnvironmentParams) WithDefaults

WithDefaults hydrates default values in the create azure environment params (not the query body).

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

func (*CreateAzureEnvironmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create azure environment params

func (*CreateAzureEnvironmentParams) WithInput

WithInput adds the input to the create azure environment params

func (*CreateAzureEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the create azure environment params

func (*CreateAzureEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAzureEnvironmentReader

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

CreateAzureEnvironmentReader is a Reader for the CreateAzureEnvironment structure.

func (*CreateAzureEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateGCPCredentialDefault

type CreateGCPCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCreateGCPCredentialDefault

func NewCreateGCPCredentialDefault(code int) *CreateGCPCredentialDefault

NewCreateGCPCredentialDefault creates a CreateGCPCredentialDefault with default headers values

func (*CreateGCPCredentialDefault) Code

func (o *CreateGCPCredentialDefault) Code() int

Code gets the status code for the create g c p credential default response

func (*CreateGCPCredentialDefault) Error

func (*CreateGCPCredentialDefault) GetPayload

func (o *CreateGCPCredentialDefault) GetPayload() *models.Error

func (*CreateGCPCredentialDefault) IsClientError

func (o *CreateGCPCredentialDefault) IsClientError() bool

IsClientError returns true when this create g c p credential default response has a 4xx status code

func (*CreateGCPCredentialDefault) IsCode

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

IsCode returns true when this create g c p credential default response a status code equal to that given

func (*CreateGCPCredentialDefault) IsRedirect

func (o *CreateGCPCredentialDefault) IsRedirect() bool

IsRedirect returns true when this create g c p credential default response has a 3xx status code

func (*CreateGCPCredentialDefault) IsServerError

func (o *CreateGCPCredentialDefault) IsServerError() bool

IsServerError returns true when this create g c p credential default response has a 5xx status code

func (*CreateGCPCredentialDefault) IsSuccess

func (o *CreateGCPCredentialDefault) IsSuccess() bool

IsSuccess returns true when this create g c p credential default response has a 2xx status code

func (*CreateGCPCredentialDefault) String

func (o *CreateGCPCredentialDefault) String() string

type CreateGCPCredentialOK

type CreateGCPCredentialOK struct {
	Payload *models.CreateGCPCredentialResponse
}

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

Expected response to a valid request.

func NewCreateGCPCredentialOK

func NewCreateGCPCredentialOK() *CreateGCPCredentialOK

NewCreateGCPCredentialOK creates a CreateGCPCredentialOK with default headers values

func (*CreateGCPCredentialOK) Code

func (o *CreateGCPCredentialOK) Code() int

Code gets the status code for the create g c p credential o k response

func (*CreateGCPCredentialOK) Error

func (o *CreateGCPCredentialOK) Error() string

func (*CreateGCPCredentialOK) GetPayload

func (*CreateGCPCredentialOK) IsClientError

func (o *CreateGCPCredentialOK) IsClientError() bool

IsClientError returns true when this create g c p credential o k response has a 4xx status code

func (*CreateGCPCredentialOK) IsCode

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

IsCode returns true when this create g c p credential o k response a status code equal to that given

func (*CreateGCPCredentialOK) IsRedirect

func (o *CreateGCPCredentialOK) IsRedirect() bool

IsRedirect returns true when this create g c p credential o k response has a 3xx status code

func (*CreateGCPCredentialOK) IsServerError

func (o *CreateGCPCredentialOK) IsServerError() bool

IsServerError returns true when this create g c p credential o k response has a 5xx status code

func (*CreateGCPCredentialOK) IsSuccess

func (o *CreateGCPCredentialOK) IsSuccess() bool

IsSuccess returns true when this create g c p credential o k response has a 2xx status code

func (*CreateGCPCredentialOK) String

func (o *CreateGCPCredentialOK) String() string

type CreateGCPCredentialParams

type CreateGCPCredentialParams struct {

	// Input.
	Input *models.CreateGCPCredentialRequest

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

CreateGCPCredentialParams contains all the parameters to send to the API endpoint

for the create g c p credential operation.

Typically these are written to a http.Request.

func NewCreateGCPCredentialParams

func NewCreateGCPCredentialParams() *CreateGCPCredentialParams

NewCreateGCPCredentialParams creates a new CreateGCPCredentialParams 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 NewCreateGCPCredentialParamsWithContext

func NewCreateGCPCredentialParamsWithContext(ctx context.Context) *CreateGCPCredentialParams

NewCreateGCPCredentialParamsWithContext creates a new CreateGCPCredentialParams object with the ability to set a context for a request.

func NewCreateGCPCredentialParamsWithHTTPClient

func NewCreateGCPCredentialParamsWithHTTPClient(client *http.Client) *CreateGCPCredentialParams

NewCreateGCPCredentialParamsWithHTTPClient creates a new CreateGCPCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGCPCredentialParamsWithTimeout

func NewCreateGCPCredentialParamsWithTimeout(timeout time.Duration) *CreateGCPCredentialParams

NewCreateGCPCredentialParamsWithTimeout creates a new CreateGCPCredentialParams object with the ability to set a timeout on a request.

func (*CreateGCPCredentialParams) SetContext

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

SetContext adds the context to the create g c p credential params

func (*CreateGCPCredentialParams) SetDefaults

func (o *CreateGCPCredentialParams) SetDefaults()

SetDefaults hydrates default values in the create g c p credential params (not the query body).

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

func (*CreateGCPCredentialParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create g c p credential params

func (*CreateGCPCredentialParams) SetInput

SetInput adds the input to the create g c p credential params

func (*CreateGCPCredentialParams) SetTimeout

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

SetTimeout adds the timeout to the create g c p credential params

func (*CreateGCPCredentialParams) WithContext

WithContext adds the context to the create g c p credential params

func (*CreateGCPCredentialParams) WithDefaults

WithDefaults hydrates default values in the create g c p credential params (not the query body).

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

func (*CreateGCPCredentialParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create g c p credential params

func (*CreateGCPCredentialParams) WithInput

WithInput adds the input to the create g c p credential params

func (*CreateGCPCredentialParams) WithTimeout

WithTimeout adds the timeout to the create g c p credential params

func (*CreateGCPCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateGCPCredentialReader

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

CreateGCPCredentialReader is a Reader for the CreateGCPCredential structure.

func (*CreateGCPCredentialReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateGCPEnvironmentDefault

type CreateGCPEnvironmentDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCreateGCPEnvironmentDefault

func NewCreateGCPEnvironmentDefault(code int) *CreateGCPEnvironmentDefault

NewCreateGCPEnvironmentDefault creates a CreateGCPEnvironmentDefault with default headers values

func (*CreateGCPEnvironmentDefault) Code

func (o *CreateGCPEnvironmentDefault) Code() int

Code gets the status code for the create g c p environment default response

func (*CreateGCPEnvironmentDefault) Error

func (*CreateGCPEnvironmentDefault) GetPayload

func (o *CreateGCPEnvironmentDefault) GetPayload() *models.Error

func (*CreateGCPEnvironmentDefault) IsClientError

func (o *CreateGCPEnvironmentDefault) IsClientError() bool

IsClientError returns true when this create g c p environment default response has a 4xx status code

func (*CreateGCPEnvironmentDefault) IsCode

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

IsCode returns true when this create g c p environment default response a status code equal to that given

func (*CreateGCPEnvironmentDefault) IsRedirect

func (o *CreateGCPEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this create g c p environment default response has a 3xx status code

func (*CreateGCPEnvironmentDefault) IsServerError

func (o *CreateGCPEnvironmentDefault) IsServerError() bool

IsServerError returns true when this create g c p environment default response has a 5xx status code

func (*CreateGCPEnvironmentDefault) IsSuccess

func (o *CreateGCPEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this create g c p environment default response has a 2xx status code

func (*CreateGCPEnvironmentDefault) String

func (o *CreateGCPEnvironmentDefault) String() string

type CreateGCPEnvironmentOK

type CreateGCPEnvironmentOK struct {
	Payload *models.CreateGCPEnvironmentResponse
}

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

Expected response to a valid request.

func NewCreateGCPEnvironmentOK

func NewCreateGCPEnvironmentOK() *CreateGCPEnvironmentOK

NewCreateGCPEnvironmentOK creates a CreateGCPEnvironmentOK with default headers values

func (*CreateGCPEnvironmentOK) Code

func (o *CreateGCPEnvironmentOK) Code() int

Code gets the status code for the create g c p environment o k response

func (*CreateGCPEnvironmentOK) Error

func (o *CreateGCPEnvironmentOK) Error() string

func (*CreateGCPEnvironmentOK) GetPayload

func (*CreateGCPEnvironmentOK) IsClientError

func (o *CreateGCPEnvironmentOK) IsClientError() bool

IsClientError returns true when this create g c p environment o k response has a 4xx status code

func (*CreateGCPEnvironmentOK) IsCode

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

IsCode returns true when this create g c p environment o k response a status code equal to that given

func (*CreateGCPEnvironmentOK) IsRedirect

func (o *CreateGCPEnvironmentOK) IsRedirect() bool

IsRedirect returns true when this create g c p environment o k response has a 3xx status code

func (*CreateGCPEnvironmentOK) IsServerError

func (o *CreateGCPEnvironmentOK) IsServerError() bool

IsServerError returns true when this create g c p environment o k response has a 5xx status code

func (*CreateGCPEnvironmentOK) IsSuccess

func (o *CreateGCPEnvironmentOK) IsSuccess() bool

IsSuccess returns true when this create g c p environment o k response has a 2xx status code

func (*CreateGCPEnvironmentOK) String

func (o *CreateGCPEnvironmentOK) String() string

type CreateGCPEnvironmentParams

type CreateGCPEnvironmentParams struct {

	// Input.
	Input *models.CreateGCPEnvironmentRequest

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

CreateGCPEnvironmentParams contains all the parameters to send to the API endpoint

for the create g c p environment operation.

Typically these are written to a http.Request.

func NewCreateGCPEnvironmentParams

func NewCreateGCPEnvironmentParams() *CreateGCPEnvironmentParams

NewCreateGCPEnvironmentParams creates a new CreateGCPEnvironmentParams 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 NewCreateGCPEnvironmentParamsWithContext

func NewCreateGCPEnvironmentParamsWithContext(ctx context.Context) *CreateGCPEnvironmentParams

NewCreateGCPEnvironmentParamsWithContext creates a new CreateGCPEnvironmentParams object with the ability to set a context for a request.

func NewCreateGCPEnvironmentParamsWithHTTPClient

func NewCreateGCPEnvironmentParamsWithHTTPClient(client *http.Client) *CreateGCPEnvironmentParams

NewCreateGCPEnvironmentParamsWithHTTPClient creates a new CreateGCPEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGCPEnvironmentParamsWithTimeout

func NewCreateGCPEnvironmentParamsWithTimeout(timeout time.Duration) *CreateGCPEnvironmentParams

NewCreateGCPEnvironmentParamsWithTimeout creates a new CreateGCPEnvironmentParams object with the ability to set a timeout on a request.

func (*CreateGCPEnvironmentParams) SetContext

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

SetContext adds the context to the create g c p environment params

func (*CreateGCPEnvironmentParams) SetDefaults

func (o *CreateGCPEnvironmentParams) SetDefaults()

SetDefaults hydrates default values in the create g c p environment params (not the query body).

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

func (*CreateGCPEnvironmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create g c p environment params

func (*CreateGCPEnvironmentParams) SetInput

SetInput adds the input to the create g c p environment params

func (*CreateGCPEnvironmentParams) SetTimeout

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

SetTimeout adds the timeout to the create g c p environment params

func (*CreateGCPEnvironmentParams) WithContext

WithContext adds the context to the create g c p environment params

func (*CreateGCPEnvironmentParams) WithDefaults

WithDefaults hydrates default values in the create g c p environment params (not the query body).

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

func (*CreateGCPEnvironmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create g c p environment params

func (*CreateGCPEnvironmentParams) WithInput

WithInput adds the input to the create g c p environment params

func (*CreateGCPEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the create g c p environment params

func (*CreateGCPEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateGCPEnvironmentReader

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

CreateGCPEnvironmentReader is a Reader for the CreateGCPEnvironment structure.

func (*CreateGCPEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePrivateEnvironmentDefault

type CreatePrivateEnvironmentDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCreatePrivateEnvironmentDefault

func NewCreatePrivateEnvironmentDefault(code int) *CreatePrivateEnvironmentDefault

NewCreatePrivateEnvironmentDefault creates a CreatePrivateEnvironmentDefault with default headers values

func (*CreatePrivateEnvironmentDefault) Code

Code gets the status code for the create private environment default response

func (*CreatePrivateEnvironmentDefault) Error

func (*CreatePrivateEnvironmentDefault) GetPayload

func (o *CreatePrivateEnvironmentDefault) GetPayload() *models.Error

func (*CreatePrivateEnvironmentDefault) IsClientError

func (o *CreatePrivateEnvironmentDefault) IsClientError() bool

IsClientError returns true when this create private environment default response has a 4xx status code

func (*CreatePrivateEnvironmentDefault) IsCode

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

IsCode returns true when this create private environment default response a status code equal to that given

func (*CreatePrivateEnvironmentDefault) IsRedirect

func (o *CreatePrivateEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this create private environment default response has a 3xx status code

func (*CreatePrivateEnvironmentDefault) IsServerError

func (o *CreatePrivateEnvironmentDefault) IsServerError() bool

IsServerError returns true when this create private environment default response has a 5xx status code

func (*CreatePrivateEnvironmentDefault) IsSuccess

func (o *CreatePrivateEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this create private environment default response has a 2xx status code

func (*CreatePrivateEnvironmentDefault) String

type CreatePrivateEnvironmentOK

type CreatePrivateEnvironmentOK struct {
	Payload *models.CreatePrivateEnvironmentResponse
}

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

Expected response to a valid request.

func NewCreatePrivateEnvironmentOK

func NewCreatePrivateEnvironmentOK() *CreatePrivateEnvironmentOK

NewCreatePrivateEnvironmentOK creates a CreatePrivateEnvironmentOK with default headers values

func (*CreatePrivateEnvironmentOK) Code

func (o *CreatePrivateEnvironmentOK) Code() int

Code gets the status code for the create private environment o k response

func (*CreatePrivateEnvironmentOK) Error

func (*CreatePrivateEnvironmentOK) GetPayload

func (*CreatePrivateEnvironmentOK) IsClientError

func (o *CreatePrivateEnvironmentOK) IsClientError() bool

IsClientError returns true when this create private environment o k response has a 4xx status code

func (*CreatePrivateEnvironmentOK) IsCode

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

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

func (*CreatePrivateEnvironmentOK) IsRedirect

func (o *CreatePrivateEnvironmentOK) IsRedirect() bool

IsRedirect returns true when this create private environment o k response has a 3xx status code

func (*CreatePrivateEnvironmentOK) IsServerError

func (o *CreatePrivateEnvironmentOK) IsServerError() bool

IsServerError returns true when this create private environment o k response has a 5xx status code

func (*CreatePrivateEnvironmentOK) IsSuccess

func (o *CreatePrivateEnvironmentOK) IsSuccess() bool

IsSuccess returns true when this create private environment o k response has a 2xx status code

func (*CreatePrivateEnvironmentOK) String

func (o *CreatePrivateEnvironmentOK) String() string

type CreatePrivateEnvironmentParams

type CreatePrivateEnvironmentParams struct {

	// Input.
	Input *models.CreatePrivateEnvironmentRequest

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

CreatePrivateEnvironmentParams contains all the parameters to send to the API endpoint

for the create private environment operation.

Typically these are written to a http.Request.

func NewCreatePrivateEnvironmentParams

func NewCreatePrivateEnvironmentParams() *CreatePrivateEnvironmentParams

NewCreatePrivateEnvironmentParams creates a new CreatePrivateEnvironmentParams 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 NewCreatePrivateEnvironmentParamsWithContext

func NewCreatePrivateEnvironmentParamsWithContext(ctx context.Context) *CreatePrivateEnvironmentParams

NewCreatePrivateEnvironmentParamsWithContext creates a new CreatePrivateEnvironmentParams object with the ability to set a context for a request.

func NewCreatePrivateEnvironmentParamsWithHTTPClient

func NewCreatePrivateEnvironmentParamsWithHTTPClient(client *http.Client) *CreatePrivateEnvironmentParams

NewCreatePrivateEnvironmentParamsWithHTTPClient creates a new CreatePrivateEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewCreatePrivateEnvironmentParamsWithTimeout

func NewCreatePrivateEnvironmentParamsWithTimeout(timeout time.Duration) *CreatePrivateEnvironmentParams

NewCreatePrivateEnvironmentParamsWithTimeout creates a new CreatePrivateEnvironmentParams object with the ability to set a timeout on a request.

func (*CreatePrivateEnvironmentParams) SetContext

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

SetContext adds the context to the create private environment params

func (*CreatePrivateEnvironmentParams) SetDefaults

func (o *CreatePrivateEnvironmentParams) SetDefaults()

SetDefaults hydrates default values in the create private environment params (not the query body).

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

func (*CreatePrivateEnvironmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create private environment params

func (*CreatePrivateEnvironmentParams) SetInput

SetInput adds the input to the create private environment params

func (*CreatePrivateEnvironmentParams) SetTimeout

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

SetTimeout adds the timeout to the create private environment params

func (*CreatePrivateEnvironmentParams) WithContext

WithContext adds the context to the create private environment params

func (*CreatePrivateEnvironmentParams) WithDefaults

WithDefaults hydrates default values in the create private environment params (not the query body).

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

func (*CreatePrivateEnvironmentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create private environment params

func (*CreatePrivateEnvironmentParams) WithInput

WithInput adds the input to the create private environment params

func (*CreatePrivateEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the create private environment params

func (*CreatePrivateEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreatePrivateEnvironmentReader

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

CreatePrivateEnvironmentReader is a Reader for the CreatePrivateEnvironment structure.

func (*CreatePrivateEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProxyConfigDefault

type CreateProxyConfigDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewCreateProxyConfigDefault

func NewCreateProxyConfigDefault(code int) *CreateProxyConfigDefault

NewCreateProxyConfigDefault creates a CreateProxyConfigDefault with default headers values

func (*CreateProxyConfigDefault) Code

func (o *CreateProxyConfigDefault) Code() int

Code gets the status code for the create proxy config default response

func (*CreateProxyConfigDefault) Error

func (o *CreateProxyConfigDefault) Error() string

func (*CreateProxyConfigDefault) GetPayload

func (o *CreateProxyConfigDefault) GetPayload() *models.Error

func (*CreateProxyConfigDefault) IsClientError

func (o *CreateProxyConfigDefault) IsClientError() bool

IsClientError returns true when this create proxy config default response has a 4xx status code

func (*CreateProxyConfigDefault) IsCode

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

IsCode returns true when this create proxy config default response a status code equal to that given

func (*CreateProxyConfigDefault) IsRedirect

func (o *CreateProxyConfigDefault) IsRedirect() bool

IsRedirect returns true when this create proxy config default response has a 3xx status code

func (*CreateProxyConfigDefault) IsServerError

func (o *CreateProxyConfigDefault) IsServerError() bool

IsServerError returns true when this create proxy config default response has a 5xx status code

func (*CreateProxyConfigDefault) IsSuccess

func (o *CreateProxyConfigDefault) IsSuccess() bool

IsSuccess returns true when this create proxy config default response has a 2xx status code

func (*CreateProxyConfigDefault) String

func (o *CreateProxyConfigDefault) String() string

type CreateProxyConfigOK

type CreateProxyConfigOK struct {
	Payload *models.CreateProxyConfigResponse
}

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

Expected response to a valid request.

func NewCreateProxyConfigOK

func NewCreateProxyConfigOK() *CreateProxyConfigOK

NewCreateProxyConfigOK creates a CreateProxyConfigOK with default headers values

func (*CreateProxyConfigOK) Code

func (o *CreateProxyConfigOK) Code() int

Code gets the status code for the create proxy config o k response

func (*CreateProxyConfigOK) Error

func (o *CreateProxyConfigOK) Error() string

func (*CreateProxyConfigOK) GetPayload

func (*CreateProxyConfigOK) IsClientError

func (o *CreateProxyConfigOK) IsClientError() bool

IsClientError returns true when this create proxy config o k response has a 4xx status code

func (*CreateProxyConfigOK) IsCode

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

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

func (*CreateProxyConfigOK) IsRedirect

func (o *CreateProxyConfigOK) IsRedirect() bool

IsRedirect returns true when this create proxy config o k response has a 3xx status code

func (*CreateProxyConfigOK) IsServerError

func (o *CreateProxyConfigOK) IsServerError() bool

IsServerError returns true when this create proxy config o k response has a 5xx status code

func (*CreateProxyConfigOK) IsSuccess

func (o *CreateProxyConfigOK) IsSuccess() bool

IsSuccess returns true when this create proxy config o k response has a 2xx status code

func (*CreateProxyConfigOK) String

func (o *CreateProxyConfigOK) String() string

type CreateProxyConfigParams

type CreateProxyConfigParams struct {

	// Input.
	Input *models.CreateProxyConfigRequest

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

CreateProxyConfigParams contains all the parameters to send to the API endpoint

for the create proxy config operation.

Typically these are written to a http.Request.

func NewCreateProxyConfigParams

func NewCreateProxyConfigParams() *CreateProxyConfigParams

NewCreateProxyConfigParams creates a new CreateProxyConfigParams 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 NewCreateProxyConfigParamsWithContext

func NewCreateProxyConfigParamsWithContext(ctx context.Context) *CreateProxyConfigParams

NewCreateProxyConfigParamsWithContext creates a new CreateProxyConfigParams object with the ability to set a context for a request.

func NewCreateProxyConfigParamsWithHTTPClient

func NewCreateProxyConfigParamsWithHTTPClient(client *http.Client) *CreateProxyConfigParams

NewCreateProxyConfigParamsWithHTTPClient creates a new CreateProxyConfigParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProxyConfigParamsWithTimeout

func NewCreateProxyConfigParamsWithTimeout(timeout time.Duration) *CreateProxyConfigParams

NewCreateProxyConfigParamsWithTimeout creates a new CreateProxyConfigParams object with the ability to set a timeout on a request.

func (*CreateProxyConfigParams) SetContext

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

SetContext adds the context to the create proxy config params

func (*CreateProxyConfigParams) SetDefaults

func (o *CreateProxyConfigParams) SetDefaults()

SetDefaults hydrates default values in the create proxy config params (not the query body).

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

func (*CreateProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create proxy config params

func (*CreateProxyConfigParams) SetInput

SetInput adds the input to the create proxy config params

func (*CreateProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the create proxy config params

func (*CreateProxyConfigParams) WithContext

WithContext adds the context to the create proxy config params

func (*CreateProxyConfigParams) WithDefaults

WithDefaults hydrates default values in the create proxy config params (not the query body).

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

func (*CreateProxyConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create proxy config params

func (*CreateProxyConfigParams) WithInput

WithInput adds the input to the create proxy config params

func (*CreateProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the create proxy config params

func (*CreateProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProxyConfigReader

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

CreateProxyConfigReader is a Reader for the CreateProxyConfig structure.

func (*CreateProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAuditCredentialDefault

type DeleteAuditCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewDeleteAuditCredentialDefault

func NewDeleteAuditCredentialDefault(code int) *DeleteAuditCredentialDefault

NewDeleteAuditCredentialDefault creates a DeleteAuditCredentialDefault with default headers values

func (*DeleteAuditCredentialDefault) Code

Code gets the status code for the delete audit credential default response

func (*DeleteAuditCredentialDefault) Error

func (*DeleteAuditCredentialDefault) GetPayload

func (o *DeleteAuditCredentialDefault) GetPayload() *models.Error

func (*DeleteAuditCredentialDefault) IsClientError

func (o *DeleteAuditCredentialDefault) IsClientError() bool

IsClientError returns true when this delete audit credential default response has a 4xx status code

func (*DeleteAuditCredentialDefault) IsCode

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

IsCode returns true when this delete audit credential default response a status code equal to that given

func (*DeleteAuditCredentialDefault) IsRedirect

func (o *DeleteAuditCredentialDefault) IsRedirect() bool

IsRedirect returns true when this delete audit credential default response has a 3xx status code

func (*DeleteAuditCredentialDefault) IsServerError

func (o *DeleteAuditCredentialDefault) IsServerError() bool

IsServerError returns true when this delete audit credential default response has a 5xx status code

func (*DeleteAuditCredentialDefault) IsSuccess

func (o *DeleteAuditCredentialDefault) IsSuccess() bool

IsSuccess returns true when this delete audit credential default response has a 2xx status code

func (*DeleteAuditCredentialDefault) String

type DeleteAuditCredentialOK

type DeleteAuditCredentialOK struct {
	Payload models.DeleteAuditCredentialResponse
}

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

Expected response to a valid request.

func NewDeleteAuditCredentialOK

func NewDeleteAuditCredentialOK() *DeleteAuditCredentialOK

NewDeleteAuditCredentialOK creates a DeleteAuditCredentialOK with default headers values

func (*DeleteAuditCredentialOK) Code

func (o *DeleteAuditCredentialOK) Code() int

Code gets the status code for the delete audit credential o k response

func (*DeleteAuditCredentialOK) Error

func (o *DeleteAuditCredentialOK) Error() string

func (*DeleteAuditCredentialOK) GetPayload

func (*DeleteAuditCredentialOK) IsClientError

func (o *DeleteAuditCredentialOK) IsClientError() bool

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

func (*DeleteAuditCredentialOK) IsCode

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

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

func (*DeleteAuditCredentialOK) IsRedirect

func (o *DeleteAuditCredentialOK) IsRedirect() bool

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

func (*DeleteAuditCredentialOK) IsServerError

func (o *DeleteAuditCredentialOK) IsServerError() bool

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

func (*DeleteAuditCredentialOK) IsSuccess

func (o *DeleteAuditCredentialOK) IsSuccess() bool

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

func (*DeleteAuditCredentialOK) String

func (o *DeleteAuditCredentialOK) String() string

type DeleteAuditCredentialParams

type DeleteAuditCredentialParams struct {

	// Input.
	Input *models.DeleteAuditCredentialRequest

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

DeleteAuditCredentialParams contains all the parameters to send to the API endpoint

for the delete audit credential operation.

Typically these are written to a http.Request.

func NewDeleteAuditCredentialParams

func NewDeleteAuditCredentialParams() *DeleteAuditCredentialParams

NewDeleteAuditCredentialParams creates a new DeleteAuditCredentialParams 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 NewDeleteAuditCredentialParamsWithContext

func NewDeleteAuditCredentialParamsWithContext(ctx context.Context) *DeleteAuditCredentialParams

NewDeleteAuditCredentialParamsWithContext creates a new DeleteAuditCredentialParams object with the ability to set a context for a request.

func NewDeleteAuditCredentialParamsWithHTTPClient

func NewDeleteAuditCredentialParamsWithHTTPClient(client *http.Client) *DeleteAuditCredentialParams

NewDeleteAuditCredentialParamsWithHTTPClient creates a new DeleteAuditCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAuditCredentialParamsWithTimeout

func NewDeleteAuditCredentialParamsWithTimeout(timeout time.Duration) *DeleteAuditCredentialParams

NewDeleteAuditCredentialParamsWithTimeout creates a new DeleteAuditCredentialParams object with the ability to set a timeout on a request.

func (*DeleteAuditCredentialParams) SetContext

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

SetContext adds the context to the delete audit credential params

func (*DeleteAuditCredentialParams) SetDefaults

func (o *DeleteAuditCredentialParams) SetDefaults()

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

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

func (*DeleteAuditCredentialParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete audit credential params

func (*DeleteAuditCredentialParams) SetInput

SetInput adds the input to the delete audit credential params

func (*DeleteAuditCredentialParams) SetTimeout

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

SetTimeout adds the timeout to the delete audit credential params

func (*DeleteAuditCredentialParams) WithContext

WithContext adds the context to the delete audit credential params

func (*DeleteAuditCredentialParams) WithDefaults

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

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

func (*DeleteAuditCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete audit credential params

func (*DeleteAuditCredentialParams) WithInput

WithInput adds the input to the delete audit credential params

func (*DeleteAuditCredentialParams) WithTimeout

WithTimeout adds the timeout to the delete audit credential params

func (*DeleteAuditCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAuditCredentialReader

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

DeleteAuditCredentialReader is a Reader for the DeleteAuditCredential structure.

func (*DeleteAuditCredentialReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteCredentialDefault

type DeleteCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewDeleteCredentialDefault

func NewDeleteCredentialDefault(code int) *DeleteCredentialDefault

NewDeleteCredentialDefault creates a DeleteCredentialDefault with default headers values

func (*DeleteCredentialDefault) Code

func (o *DeleteCredentialDefault) Code() int

Code gets the status code for the delete credential default response

func (*DeleteCredentialDefault) Error

func (o *DeleteCredentialDefault) Error() string

func (*DeleteCredentialDefault) GetPayload

func (o *DeleteCredentialDefault) GetPayload() *models.Error

func (*DeleteCredentialDefault) IsClientError

func (o *DeleteCredentialDefault) IsClientError() bool

IsClientError returns true when this delete credential default response has a 4xx status code

func (*DeleteCredentialDefault) IsCode

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

IsCode returns true when this delete credential default response a status code equal to that given

func (*DeleteCredentialDefault) IsRedirect

func (o *DeleteCredentialDefault) IsRedirect() bool

IsRedirect returns true when this delete credential default response has a 3xx status code

func (*DeleteCredentialDefault) IsServerError

func (o *DeleteCredentialDefault) IsServerError() bool

IsServerError returns true when this delete credential default response has a 5xx status code

func (*DeleteCredentialDefault) IsSuccess

func (o *DeleteCredentialDefault) IsSuccess() bool

IsSuccess returns true when this delete credential default response has a 2xx status code

func (*DeleteCredentialDefault) String

func (o *DeleteCredentialDefault) String() string

type DeleteCredentialOK

type DeleteCredentialOK struct {
	Payload models.DeleteCredentialResponse
}

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

Expected response to a valid request.

func NewDeleteCredentialOK

func NewDeleteCredentialOK() *DeleteCredentialOK

NewDeleteCredentialOK creates a DeleteCredentialOK with default headers values

func (*DeleteCredentialOK) Code

func (o *DeleteCredentialOK) Code() int

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

func (*DeleteCredentialOK) Error

func (o *DeleteCredentialOK) Error() string

func (*DeleteCredentialOK) GetPayload

func (*DeleteCredentialOK) IsClientError

func (o *DeleteCredentialOK) IsClientError() bool

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

func (*DeleteCredentialOK) IsCode

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

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

func (*DeleteCredentialOK) IsRedirect

func (o *DeleteCredentialOK) IsRedirect() bool

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

func (*DeleteCredentialOK) IsServerError

func (o *DeleteCredentialOK) IsServerError() bool

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

func (*DeleteCredentialOK) IsSuccess

func (o *DeleteCredentialOK) IsSuccess() bool

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

func (*DeleteCredentialOK) String

func (o *DeleteCredentialOK) String() string

type DeleteCredentialParams

type DeleteCredentialParams struct {

	// Input.
	Input *models.DeleteCredentialRequest

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

DeleteCredentialParams contains all the parameters to send to the API endpoint

for the delete credential operation.

Typically these are written to a http.Request.

func NewDeleteCredentialParams

func NewDeleteCredentialParams() *DeleteCredentialParams

NewDeleteCredentialParams creates a new DeleteCredentialParams 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 NewDeleteCredentialParamsWithContext

func NewDeleteCredentialParamsWithContext(ctx context.Context) *DeleteCredentialParams

NewDeleteCredentialParamsWithContext creates a new DeleteCredentialParams object with the ability to set a context for a request.

func NewDeleteCredentialParamsWithHTTPClient

func NewDeleteCredentialParamsWithHTTPClient(client *http.Client) *DeleteCredentialParams

NewDeleteCredentialParamsWithHTTPClient creates a new DeleteCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCredentialParamsWithTimeout

func NewDeleteCredentialParamsWithTimeout(timeout time.Duration) *DeleteCredentialParams

NewDeleteCredentialParamsWithTimeout creates a new DeleteCredentialParams object with the ability to set a timeout on a request.

func (*DeleteCredentialParams) SetContext

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

SetContext adds the context to the delete credential params

func (*DeleteCredentialParams) SetDefaults

func (o *DeleteCredentialParams) SetDefaults()

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

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

func (*DeleteCredentialParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete credential params

func (*DeleteCredentialParams) SetInput

SetInput adds the input to the delete credential params

func (*DeleteCredentialParams) SetTimeout

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

SetTimeout adds the timeout to the delete credential params

func (*DeleteCredentialParams) WithContext

WithContext adds the context to the delete credential params

func (*DeleteCredentialParams) WithDefaults

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

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

func (*DeleteCredentialParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete credential params

func (*DeleteCredentialParams) WithInput

WithInput adds the input to the delete credential params

func (*DeleteCredentialParams) WithTimeout

WithTimeout adds the timeout to the delete credential params

func (*DeleteCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCredentialReader

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

DeleteCredentialReader is a Reader for the DeleteCredential structure.

func (*DeleteCredentialReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEnvironmentDefault

type DeleteEnvironmentDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewDeleteEnvironmentDefault

func NewDeleteEnvironmentDefault(code int) *DeleteEnvironmentDefault

NewDeleteEnvironmentDefault creates a DeleteEnvironmentDefault with default headers values

func (*DeleteEnvironmentDefault) Code

func (o *DeleteEnvironmentDefault) Code() int

Code gets the status code for the delete environment default response

func (*DeleteEnvironmentDefault) Error

func (o *DeleteEnvironmentDefault) Error() string

func (*DeleteEnvironmentDefault) GetPayload

func (o *DeleteEnvironmentDefault) GetPayload() *models.Error

func (*DeleteEnvironmentDefault) IsClientError

func (o *DeleteEnvironmentDefault) IsClientError() bool

IsClientError returns true when this delete environment default response has a 4xx status code

func (*DeleteEnvironmentDefault) IsCode

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

IsCode returns true when this delete environment default response a status code equal to that given

func (*DeleteEnvironmentDefault) IsRedirect

func (o *DeleteEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this delete environment default response has a 3xx status code

func (*DeleteEnvironmentDefault) IsServerError

func (o *DeleteEnvironmentDefault) IsServerError() bool

IsServerError returns true when this delete environment default response has a 5xx status code

func (*DeleteEnvironmentDefault) IsSuccess

func (o *DeleteEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this delete environment default response has a 2xx status code

func (*DeleteEnvironmentDefault) String

func (o *DeleteEnvironmentDefault) String() string

type DeleteEnvironmentOK

type DeleteEnvironmentOK struct {
	Payload models.DeleteEnvironmentResponse
}

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

Expected response to a valid request.

func NewDeleteEnvironmentOK

func NewDeleteEnvironmentOK() *DeleteEnvironmentOK

NewDeleteEnvironmentOK creates a DeleteEnvironmentOK with default headers values

func (*DeleteEnvironmentOK) Code

func (o *DeleteEnvironmentOK) Code() int

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

func (*DeleteEnvironmentOK) Error

func (o *DeleteEnvironmentOK) Error() string

func (*DeleteEnvironmentOK) GetPayload

func (*DeleteEnvironmentOK) IsClientError

func (o *DeleteEnvironmentOK) IsClientError() bool

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

func (*DeleteEnvironmentOK) IsCode

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

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

func (*DeleteEnvironmentOK) IsRedirect

func (o *DeleteEnvironmentOK) IsRedirect() bool

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

func (*DeleteEnvironmentOK) IsServerError

func (o *DeleteEnvironmentOK) IsServerError() bool

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

func (*DeleteEnvironmentOK) IsSuccess

func (o *DeleteEnvironmentOK) IsSuccess() bool

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

func (*DeleteEnvironmentOK) String

func (o *DeleteEnvironmentOK) String() string

type DeleteEnvironmentParams

type DeleteEnvironmentParams struct {

	// Input.
	Input *models.DeleteEnvironmentRequest

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

DeleteEnvironmentParams contains all the parameters to send to the API endpoint

for the delete environment operation.

Typically these are written to a http.Request.

func NewDeleteEnvironmentParams

func NewDeleteEnvironmentParams() *DeleteEnvironmentParams

NewDeleteEnvironmentParams creates a new DeleteEnvironmentParams 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 NewDeleteEnvironmentParamsWithContext

func NewDeleteEnvironmentParamsWithContext(ctx context.Context) *DeleteEnvironmentParams

NewDeleteEnvironmentParamsWithContext creates a new DeleteEnvironmentParams object with the ability to set a context for a request.

func NewDeleteEnvironmentParamsWithHTTPClient

func NewDeleteEnvironmentParamsWithHTTPClient(client *http.Client) *DeleteEnvironmentParams

NewDeleteEnvironmentParamsWithHTTPClient creates a new DeleteEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteEnvironmentParamsWithTimeout

func NewDeleteEnvironmentParamsWithTimeout(timeout time.Duration) *DeleteEnvironmentParams

NewDeleteEnvironmentParamsWithTimeout creates a new DeleteEnvironmentParams object with the ability to set a timeout on a request.

func (*DeleteEnvironmentParams) SetContext

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

SetContext adds the context to the delete environment params

func (*DeleteEnvironmentParams) SetDefaults

func (o *DeleteEnvironmentParams) SetDefaults()

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

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

func (*DeleteEnvironmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete environment params

func (*DeleteEnvironmentParams) SetInput

SetInput adds the input to the delete environment params

func (*DeleteEnvironmentParams) SetTimeout

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

SetTimeout adds the timeout to the delete environment params

func (*DeleteEnvironmentParams) WithContext

WithContext adds the context to the delete environment params

func (*DeleteEnvironmentParams) WithDefaults

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

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

func (*DeleteEnvironmentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete environment params

func (*DeleteEnvironmentParams) WithInput

WithInput adds the input to the delete environment params

func (*DeleteEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the delete environment params

func (*DeleteEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEnvironmentReader

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

DeleteEnvironmentReader is a Reader for the DeleteEnvironment structure.

func (*DeleteEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProxyConfigDefault

type DeleteProxyConfigDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewDeleteProxyConfigDefault

func NewDeleteProxyConfigDefault(code int) *DeleteProxyConfigDefault

NewDeleteProxyConfigDefault creates a DeleteProxyConfigDefault with default headers values

func (*DeleteProxyConfigDefault) Code

func (o *DeleteProxyConfigDefault) Code() int

Code gets the status code for the delete proxy config default response

func (*DeleteProxyConfigDefault) Error

func (o *DeleteProxyConfigDefault) Error() string

func (*DeleteProxyConfigDefault) GetPayload

func (o *DeleteProxyConfigDefault) GetPayload() *models.Error

func (*DeleteProxyConfigDefault) IsClientError

func (o *DeleteProxyConfigDefault) IsClientError() bool

IsClientError returns true when this delete proxy config default response has a 4xx status code

func (*DeleteProxyConfigDefault) IsCode

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

IsCode returns true when this delete proxy config default response a status code equal to that given

func (*DeleteProxyConfigDefault) IsRedirect

func (o *DeleteProxyConfigDefault) IsRedirect() bool

IsRedirect returns true when this delete proxy config default response has a 3xx status code

func (*DeleteProxyConfigDefault) IsServerError

func (o *DeleteProxyConfigDefault) IsServerError() bool

IsServerError returns true when this delete proxy config default response has a 5xx status code

func (*DeleteProxyConfigDefault) IsSuccess

func (o *DeleteProxyConfigDefault) IsSuccess() bool

IsSuccess returns true when this delete proxy config default response has a 2xx status code

func (*DeleteProxyConfigDefault) String

func (o *DeleteProxyConfigDefault) String() string

type DeleteProxyConfigOK

type DeleteProxyConfigOK struct {
	Payload models.DeleteProxyConfigResponse
}

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

Expected response to a valid request.

func NewDeleteProxyConfigOK

func NewDeleteProxyConfigOK() *DeleteProxyConfigOK

NewDeleteProxyConfigOK creates a DeleteProxyConfigOK with default headers values

func (*DeleteProxyConfigOK) Code

func (o *DeleteProxyConfigOK) Code() int

Code gets the status code for the delete proxy config o k response

func (*DeleteProxyConfigOK) Error

func (o *DeleteProxyConfigOK) Error() string

func (*DeleteProxyConfigOK) GetPayload

func (*DeleteProxyConfigOK) IsClientError

func (o *DeleteProxyConfigOK) IsClientError() bool

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

func (*DeleteProxyConfigOK) IsCode

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

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

func (*DeleteProxyConfigOK) IsRedirect

func (o *DeleteProxyConfigOK) IsRedirect() bool

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

func (*DeleteProxyConfigOK) IsServerError

func (o *DeleteProxyConfigOK) IsServerError() bool

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

func (*DeleteProxyConfigOK) IsSuccess

func (o *DeleteProxyConfigOK) IsSuccess() bool

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

func (*DeleteProxyConfigOK) String

func (o *DeleteProxyConfigOK) String() string

type DeleteProxyConfigParams

type DeleteProxyConfigParams struct {

	// Input.
	Input *models.DeleteProxyConfigRequest

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

DeleteProxyConfigParams contains all the parameters to send to the API endpoint

for the delete proxy config operation.

Typically these are written to a http.Request.

func NewDeleteProxyConfigParams

func NewDeleteProxyConfigParams() *DeleteProxyConfigParams

NewDeleteProxyConfigParams creates a new DeleteProxyConfigParams 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 NewDeleteProxyConfigParamsWithContext

func NewDeleteProxyConfigParamsWithContext(ctx context.Context) *DeleteProxyConfigParams

NewDeleteProxyConfigParamsWithContext creates a new DeleteProxyConfigParams object with the ability to set a context for a request.

func NewDeleteProxyConfigParamsWithHTTPClient

func NewDeleteProxyConfigParamsWithHTTPClient(client *http.Client) *DeleteProxyConfigParams

NewDeleteProxyConfigParamsWithHTTPClient creates a new DeleteProxyConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProxyConfigParamsWithTimeout

func NewDeleteProxyConfigParamsWithTimeout(timeout time.Duration) *DeleteProxyConfigParams

NewDeleteProxyConfigParamsWithTimeout creates a new DeleteProxyConfigParams object with the ability to set a timeout on a request.

func (*DeleteProxyConfigParams) SetContext

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

SetContext adds the context to the delete proxy config params

func (*DeleteProxyConfigParams) SetDefaults

func (o *DeleteProxyConfigParams) SetDefaults()

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

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

func (*DeleteProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete proxy config params

func (*DeleteProxyConfigParams) SetInput

SetInput adds the input to the delete proxy config params

func (*DeleteProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the delete proxy config params

func (*DeleteProxyConfigParams) WithContext

WithContext adds the context to the delete proxy config params

func (*DeleteProxyConfigParams) WithDefaults

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

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

func (*DeleteProxyConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete proxy config params

func (*DeleteProxyConfigParams) WithInput

WithInput adds the input to the delete proxy config params

func (*DeleteProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the delete proxy config params

func (*DeleteProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProxyConfigReader

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

DeleteProxyConfigReader is a Reader for the DeleteProxyConfig structure.

func (*DeleteProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeEnvironmentDefault

type DescribeEnvironmentDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewDescribeEnvironmentDefault

func NewDescribeEnvironmentDefault(code int) *DescribeEnvironmentDefault

NewDescribeEnvironmentDefault creates a DescribeEnvironmentDefault with default headers values

func (*DescribeEnvironmentDefault) Code

func (o *DescribeEnvironmentDefault) Code() int

Code gets the status code for the describe environment default response

func (*DescribeEnvironmentDefault) Error

func (*DescribeEnvironmentDefault) GetPayload

func (o *DescribeEnvironmentDefault) GetPayload() *models.Error

func (*DescribeEnvironmentDefault) IsClientError

func (o *DescribeEnvironmentDefault) IsClientError() bool

IsClientError returns true when this describe environment default response has a 4xx status code

func (*DescribeEnvironmentDefault) IsCode

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

IsCode returns true when this describe environment default response a status code equal to that given

func (*DescribeEnvironmentDefault) IsRedirect

func (o *DescribeEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this describe environment default response has a 3xx status code

func (*DescribeEnvironmentDefault) IsServerError

func (o *DescribeEnvironmentDefault) IsServerError() bool

IsServerError returns true when this describe environment default response has a 5xx status code

func (*DescribeEnvironmentDefault) IsSuccess

func (o *DescribeEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this describe environment default response has a 2xx status code

func (*DescribeEnvironmentDefault) String

func (o *DescribeEnvironmentDefault) String() string

type DescribeEnvironmentOK

type DescribeEnvironmentOK struct {
	Payload *models.DescribeEnvironmentResponse
}

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

Expected response to a valid request.

func NewDescribeEnvironmentOK

func NewDescribeEnvironmentOK() *DescribeEnvironmentOK

NewDescribeEnvironmentOK creates a DescribeEnvironmentOK with default headers values

func (*DescribeEnvironmentOK) Code

func (o *DescribeEnvironmentOK) Code() int

Code gets the status code for the describe environment o k response

func (*DescribeEnvironmentOK) Error

func (o *DescribeEnvironmentOK) Error() string

func (*DescribeEnvironmentOK) GetPayload

func (*DescribeEnvironmentOK) IsClientError

func (o *DescribeEnvironmentOK) IsClientError() bool

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

func (*DescribeEnvironmentOK) IsCode

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

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

func (*DescribeEnvironmentOK) IsRedirect

func (o *DescribeEnvironmentOK) IsRedirect() bool

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

func (*DescribeEnvironmentOK) IsServerError

func (o *DescribeEnvironmentOK) IsServerError() bool

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

func (*DescribeEnvironmentOK) IsSuccess

func (o *DescribeEnvironmentOK) IsSuccess() bool

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

func (*DescribeEnvironmentOK) String

func (o *DescribeEnvironmentOK) String() string

type DescribeEnvironmentParams

type DescribeEnvironmentParams struct {

	// Input.
	Input *models.DescribeEnvironmentRequest

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

DescribeEnvironmentParams contains all the parameters to send to the API endpoint

for the describe environment operation.

Typically these are written to a http.Request.

func NewDescribeEnvironmentParams

func NewDescribeEnvironmentParams() *DescribeEnvironmentParams

NewDescribeEnvironmentParams creates a new DescribeEnvironmentParams 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 NewDescribeEnvironmentParamsWithContext

func NewDescribeEnvironmentParamsWithContext(ctx context.Context) *DescribeEnvironmentParams

NewDescribeEnvironmentParamsWithContext creates a new DescribeEnvironmentParams object with the ability to set a context for a request.

func NewDescribeEnvironmentParamsWithHTTPClient

func NewDescribeEnvironmentParamsWithHTTPClient(client *http.Client) *DescribeEnvironmentParams

NewDescribeEnvironmentParamsWithHTTPClient creates a new DescribeEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeEnvironmentParamsWithTimeout

func NewDescribeEnvironmentParamsWithTimeout(timeout time.Duration) *DescribeEnvironmentParams

NewDescribeEnvironmentParamsWithTimeout creates a new DescribeEnvironmentParams object with the ability to set a timeout on a request.

func (*DescribeEnvironmentParams) SetContext

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

SetContext adds the context to the describe environment params

func (*DescribeEnvironmentParams) SetDefaults

func (o *DescribeEnvironmentParams) SetDefaults()

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

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

func (*DescribeEnvironmentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe environment params

func (*DescribeEnvironmentParams) SetInput

SetInput adds the input to the describe environment params

func (*DescribeEnvironmentParams) SetTimeout

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

SetTimeout adds the timeout to the describe environment params

func (*DescribeEnvironmentParams) WithContext

WithContext adds the context to the describe environment params

func (*DescribeEnvironmentParams) WithDefaults

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

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

func (*DescribeEnvironmentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe environment params

func (*DescribeEnvironmentParams) WithInput

WithInput adds the input to the describe environment params

func (*DescribeEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the describe environment params

func (*DescribeEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeEnvironmentReader

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

DescribeEnvironmentReader is a Reader for the DescribeEnvironment structure.

func (*DescribeEnvironmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DetachFreeIpaRecipesDefault

type DetachFreeIpaRecipesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewDetachFreeIpaRecipesDefault

func NewDetachFreeIpaRecipesDefault(code int) *DetachFreeIpaRecipesDefault

NewDetachFreeIpaRecipesDefault creates a DetachFreeIpaRecipesDefault with default headers values

func (*DetachFreeIpaRecipesDefault) Code

func (o *DetachFreeIpaRecipesDefault) Code() int

Code gets the status code for the detach free ipa recipes default response

func (*DetachFreeIpaRecipesDefault) Error

func (*DetachFreeIpaRecipesDefault) GetPayload

func (o *DetachFreeIpaRecipesDefault) GetPayload() *models.Error

func (*DetachFreeIpaRecipesDefault) IsClientError

func (o *DetachFreeIpaRecipesDefault) IsClientError() bool

IsClientError returns true when this detach free ipa recipes default response has a 4xx status code

func (*DetachFreeIpaRecipesDefault) IsCode

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

IsCode returns true when this detach free ipa recipes default response a status code equal to that given

func (*DetachFreeIpaRecipesDefault) IsRedirect

func (o *DetachFreeIpaRecipesDefault) IsRedirect() bool

IsRedirect returns true when this detach free ipa recipes default response has a 3xx status code

func (*DetachFreeIpaRecipesDefault) IsServerError

func (o *DetachFreeIpaRecipesDefault) IsServerError() bool

IsServerError returns true when this detach free ipa recipes default response has a 5xx status code

func (*DetachFreeIpaRecipesDefault) IsSuccess

func (o *DetachFreeIpaRecipesDefault) IsSuccess() bool

IsSuccess returns true when this detach free ipa recipes default response has a 2xx status code

func (*DetachFreeIpaRecipesDefault) String

func (o *DetachFreeIpaRecipesDefault) String() string

type DetachFreeIpaRecipesOK

type DetachFreeIpaRecipesOK struct {
	Payload models.DetachFreeIpaRecipesResponse
}

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

Expected response to a valid request.

func NewDetachFreeIpaRecipesOK

func NewDetachFreeIpaRecipesOK() *DetachFreeIpaRecipesOK

NewDetachFreeIpaRecipesOK creates a DetachFreeIpaRecipesOK with default headers values

func (*DetachFreeIpaRecipesOK) Code

func (o *DetachFreeIpaRecipesOK) Code() int

Code gets the status code for the detach free ipa recipes o k response

func (*DetachFreeIpaRecipesOK) Error

func (o *DetachFreeIpaRecipesOK) Error() string

func (*DetachFreeIpaRecipesOK) GetPayload

func (*DetachFreeIpaRecipesOK) IsClientError

func (o *DetachFreeIpaRecipesOK) IsClientError() bool

IsClientError returns true when this detach free ipa recipes o k response has a 4xx status code

func (*DetachFreeIpaRecipesOK) IsCode

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

IsCode returns true when this detach free ipa recipes o k response a status code equal to that given

func (*DetachFreeIpaRecipesOK) IsRedirect

func (o *DetachFreeIpaRecipesOK) IsRedirect() bool

IsRedirect returns true when this detach free ipa recipes o k response has a 3xx status code

func (*DetachFreeIpaRecipesOK) IsServerError

func (o *DetachFreeIpaRecipesOK) IsServerError() bool

IsServerError returns true when this detach free ipa recipes o k response has a 5xx status code

func (*DetachFreeIpaRecipesOK) IsSuccess

func (o *DetachFreeIpaRecipesOK) IsSuccess() bool

IsSuccess returns true when this detach free ipa recipes o k response has a 2xx status code

func (*DetachFreeIpaRecipesOK) String

func (o *DetachFreeIpaRecipesOK) String() string

type DetachFreeIpaRecipesParams

type DetachFreeIpaRecipesParams struct {

	// Input.
	Input *models.DetachFreeIpaRecipesRequest

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

DetachFreeIpaRecipesParams contains all the parameters to send to the API endpoint

for the detach free ipa recipes operation.

Typically these are written to a http.Request.

func NewDetachFreeIpaRecipesParams

func NewDetachFreeIpaRecipesParams() *DetachFreeIpaRecipesParams

NewDetachFreeIpaRecipesParams creates a new DetachFreeIpaRecipesParams 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 NewDetachFreeIpaRecipesParamsWithContext

func NewDetachFreeIpaRecipesParamsWithContext(ctx context.Context) *DetachFreeIpaRecipesParams

NewDetachFreeIpaRecipesParamsWithContext creates a new DetachFreeIpaRecipesParams object with the ability to set a context for a request.

func NewDetachFreeIpaRecipesParamsWithHTTPClient

func NewDetachFreeIpaRecipesParamsWithHTTPClient(client *http.Client) *DetachFreeIpaRecipesParams

NewDetachFreeIpaRecipesParamsWithHTTPClient creates a new DetachFreeIpaRecipesParams object with the ability to set a custom HTTPClient for a request.

func NewDetachFreeIpaRecipesParamsWithTimeout

func NewDetachFreeIpaRecipesParamsWithTimeout(timeout time.Duration) *DetachFreeIpaRecipesParams

NewDetachFreeIpaRecipesParamsWithTimeout creates a new DetachFreeIpaRecipesParams object with the ability to set a timeout on a request.

func (*DetachFreeIpaRecipesParams) SetContext

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

SetContext adds the context to the detach free ipa recipes params

func (*DetachFreeIpaRecipesParams) SetDefaults

func (o *DetachFreeIpaRecipesParams) SetDefaults()

SetDefaults hydrates default values in the detach free ipa recipes params (not the query body).

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

func (*DetachFreeIpaRecipesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the detach free ipa recipes params

func (*DetachFreeIpaRecipesParams) SetInput

SetInput adds the input to the detach free ipa recipes params

func (*DetachFreeIpaRecipesParams) SetTimeout

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

SetTimeout adds the timeout to the detach free ipa recipes params

func (*DetachFreeIpaRecipesParams) WithContext

WithContext adds the context to the detach free ipa recipes params

func (*DetachFreeIpaRecipesParams) WithDefaults

WithDefaults hydrates default values in the detach free ipa recipes params (not the query body).

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

func (*DetachFreeIpaRecipesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the detach free ipa recipes params

func (*DetachFreeIpaRecipesParams) WithInput

WithInput adds the input to the detach free ipa recipes params

func (*DetachFreeIpaRecipesParams) WithTimeout

WithTimeout adds the timeout to the detach free ipa recipes params

func (*DetachFreeIpaRecipesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DetachFreeIpaRecipesReader

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

DetachFreeIpaRecipesReader is a Reader for the DetachFreeIpaRecipes structure.

func (*DetachFreeIpaRecipesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DisableS3GuardDefault

type DisableS3GuardDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewDisableS3GuardDefault

func NewDisableS3GuardDefault(code int) *DisableS3GuardDefault

NewDisableS3GuardDefault creates a DisableS3GuardDefault with default headers values

func (*DisableS3GuardDefault) Code

func (o *DisableS3GuardDefault) Code() int

Code gets the status code for the disable s3 guard default response

func (*DisableS3GuardDefault) Error

func (o *DisableS3GuardDefault) Error() string

func (*DisableS3GuardDefault) GetPayload

func (o *DisableS3GuardDefault) GetPayload() *models.Error

func (*DisableS3GuardDefault) IsClientError

func (o *DisableS3GuardDefault) IsClientError() bool

IsClientError returns true when this disable s3 guard default response has a 4xx status code

func (*DisableS3GuardDefault) IsCode

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

IsCode returns true when this disable s3 guard default response a status code equal to that given

func (*DisableS3GuardDefault) IsRedirect

func (o *DisableS3GuardDefault) IsRedirect() bool

IsRedirect returns true when this disable s3 guard default response has a 3xx status code

func (*DisableS3GuardDefault) IsServerError

func (o *DisableS3GuardDefault) IsServerError() bool

IsServerError returns true when this disable s3 guard default response has a 5xx status code

func (*DisableS3GuardDefault) IsSuccess

func (o *DisableS3GuardDefault) IsSuccess() bool

IsSuccess returns true when this disable s3 guard default response has a 2xx status code

func (*DisableS3GuardDefault) String

func (o *DisableS3GuardDefault) String() string

type DisableS3GuardOK

type DisableS3GuardOK struct {
	Payload *models.DisableS3GuardResponse
}

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

Expected response to a valid request.

func NewDisableS3GuardOK

func NewDisableS3GuardOK() *DisableS3GuardOK

NewDisableS3GuardOK creates a DisableS3GuardOK with default headers values

func (*DisableS3GuardOK) Code

func (o *DisableS3GuardOK) Code() int

Code gets the status code for the disable s3 guard o k response

func (*DisableS3GuardOK) Error

func (o *DisableS3GuardOK) Error() string

func (*DisableS3GuardOK) GetPayload

func (*DisableS3GuardOK) IsClientError

func (o *DisableS3GuardOK) IsClientError() bool

IsClientError returns true when this disable s3 guard o k response has a 4xx status code

func (*DisableS3GuardOK) IsCode

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

IsCode returns true when this disable s3 guard o k response a status code equal to that given

func (*DisableS3GuardOK) IsRedirect

func (o *DisableS3GuardOK) IsRedirect() bool

IsRedirect returns true when this disable s3 guard o k response has a 3xx status code

func (*DisableS3GuardOK) IsServerError

func (o *DisableS3GuardOK) IsServerError() bool

IsServerError returns true when this disable s3 guard o k response has a 5xx status code

func (*DisableS3GuardOK) IsSuccess

func (o *DisableS3GuardOK) IsSuccess() bool

IsSuccess returns true when this disable s3 guard o k response has a 2xx status code

func (*DisableS3GuardOK) String

func (o *DisableS3GuardOK) String() string

type DisableS3GuardParams

type DisableS3GuardParams struct {

	// Input.
	Input *models.DisableS3GuardRequest

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

DisableS3GuardParams contains all the parameters to send to the API endpoint

for the disable s3 guard operation.

Typically these are written to a http.Request.

func NewDisableS3GuardParams

func NewDisableS3GuardParams() *DisableS3GuardParams

NewDisableS3GuardParams creates a new DisableS3GuardParams 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 NewDisableS3GuardParamsWithContext

func NewDisableS3GuardParamsWithContext(ctx context.Context) *DisableS3GuardParams

NewDisableS3GuardParamsWithContext creates a new DisableS3GuardParams object with the ability to set a context for a request.

func NewDisableS3GuardParamsWithHTTPClient

func NewDisableS3GuardParamsWithHTTPClient(client *http.Client) *DisableS3GuardParams

NewDisableS3GuardParamsWithHTTPClient creates a new DisableS3GuardParams object with the ability to set a custom HTTPClient for a request.

func NewDisableS3GuardParamsWithTimeout

func NewDisableS3GuardParamsWithTimeout(timeout time.Duration) *DisableS3GuardParams

NewDisableS3GuardParamsWithTimeout creates a new DisableS3GuardParams object with the ability to set a timeout on a request.

func (*DisableS3GuardParams) SetContext

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

SetContext adds the context to the disable s3 guard params

func (*DisableS3GuardParams) SetDefaults

func (o *DisableS3GuardParams) SetDefaults()

SetDefaults hydrates default values in the disable s3 guard params (not the query body).

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

func (*DisableS3GuardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the disable s3 guard params

func (*DisableS3GuardParams) SetInput

SetInput adds the input to the disable s3 guard params

func (*DisableS3GuardParams) SetTimeout

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

SetTimeout adds the timeout to the disable s3 guard params

func (*DisableS3GuardParams) WithContext

WithContext adds the context to the disable s3 guard params

func (*DisableS3GuardParams) WithDefaults

func (o *DisableS3GuardParams) WithDefaults() *DisableS3GuardParams

WithDefaults hydrates default values in the disable s3 guard params (not the query body).

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

func (*DisableS3GuardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the disable s3 guard params

func (*DisableS3GuardParams) WithInput

WithInput adds the input to the disable s3 guard params

func (*DisableS3GuardParams) WithTimeout

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

WithTimeout adds the timeout to the disable s3 guard params

func (*DisableS3GuardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DisableS3GuardReader

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

DisableS3GuardReader is a Reader for the DisableS3Guard structure.

func (*DisableS3GuardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownscaleFreeipaDefault

type DownscaleFreeipaDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewDownscaleFreeipaDefault

func NewDownscaleFreeipaDefault(code int) *DownscaleFreeipaDefault

NewDownscaleFreeipaDefault creates a DownscaleFreeipaDefault with default headers values

func (*DownscaleFreeipaDefault) Code

func (o *DownscaleFreeipaDefault) Code() int

Code gets the status code for the downscale freeipa default response

func (*DownscaleFreeipaDefault) Error

func (o *DownscaleFreeipaDefault) Error() string

func (*DownscaleFreeipaDefault) GetPayload

func (o *DownscaleFreeipaDefault) GetPayload() *models.Error

func (*DownscaleFreeipaDefault) IsClientError

func (o *DownscaleFreeipaDefault) IsClientError() bool

IsClientError returns true when this downscale freeipa default response has a 4xx status code

func (*DownscaleFreeipaDefault) IsCode

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

IsCode returns true when this downscale freeipa default response a status code equal to that given

func (*DownscaleFreeipaDefault) IsRedirect

func (o *DownscaleFreeipaDefault) IsRedirect() bool

IsRedirect returns true when this downscale freeipa default response has a 3xx status code

func (*DownscaleFreeipaDefault) IsServerError

func (o *DownscaleFreeipaDefault) IsServerError() bool

IsServerError returns true when this downscale freeipa default response has a 5xx status code

func (*DownscaleFreeipaDefault) IsSuccess

func (o *DownscaleFreeipaDefault) IsSuccess() bool

IsSuccess returns true when this downscale freeipa default response has a 2xx status code

func (*DownscaleFreeipaDefault) String

func (o *DownscaleFreeipaDefault) String() string

type DownscaleFreeipaOK

type DownscaleFreeipaOK struct {
	Payload *models.DownscaleFreeipaResponse
}

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

Expected response to a valid request.

func NewDownscaleFreeipaOK

func NewDownscaleFreeipaOK() *DownscaleFreeipaOK

NewDownscaleFreeipaOK creates a DownscaleFreeipaOK with default headers values

func (*DownscaleFreeipaOK) Code

func (o *DownscaleFreeipaOK) Code() int

Code gets the status code for the downscale freeipa o k response

func (*DownscaleFreeipaOK) Error

func (o *DownscaleFreeipaOK) Error() string

func (*DownscaleFreeipaOK) GetPayload

func (*DownscaleFreeipaOK) IsClientError

func (o *DownscaleFreeipaOK) IsClientError() bool

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

func (*DownscaleFreeipaOK) IsCode

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

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

func (*DownscaleFreeipaOK) IsRedirect

func (o *DownscaleFreeipaOK) IsRedirect() bool

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

func (*DownscaleFreeipaOK) IsServerError

func (o *DownscaleFreeipaOK) IsServerError() bool

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

func (*DownscaleFreeipaOK) IsSuccess

func (o *DownscaleFreeipaOK) IsSuccess() bool

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

func (*DownscaleFreeipaOK) String

func (o *DownscaleFreeipaOK) String() string

type DownscaleFreeipaParams

type DownscaleFreeipaParams struct {

	// Input.
	Input *models.DownscaleFreeipaRequest

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

DownscaleFreeipaParams contains all the parameters to send to the API endpoint

for the downscale freeipa operation.

Typically these are written to a http.Request.

func NewDownscaleFreeipaParams

func NewDownscaleFreeipaParams() *DownscaleFreeipaParams

NewDownscaleFreeipaParams creates a new DownscaleFreeipaParams 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 NewDownscaleFreeipaParamsWithContext

func NewDownscaleFreeipaParamsWithContext(ctx context.Context) *DownscaleFreeipaParams

NewDownscaleFreeipaParamsWithContext creates a new DownscaleFreeipaParams object with the ability to set a context for a request.

func NewDownscaleFreeipaParamsWithHTTPClient

func NewDownscaleFreeipaParamsWithHTTPClient(client *http.Client) *DownscaleFreeipaParams

NewDownscaleFreeipaParamsWithHTTPClient creates a new DownscaleFreeipaParams object with the ability to set a custom HTTPClient for a request.

func NewDownscaleFreeipaParamsWithTimeout

func NewDownscaleFreeipaParamsWithTimeout(timeout time.Duration) *DownscaleFreeipaParams

NewDownscaleFreeipaParamsWithTimeout creates a new DownscaleFreeipaParams object with the ability to set a timeout on a request.

func (*DownscaleFreeipaParams) SetContext

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

SetContext adds the context to the downscale freeipa params

func (*DownscaleFreeipaParams) SetDefaults

func (o *DownscaleFreeipaParams) SetDefaults()

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

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

func (*DownscaleFreeipaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the downscale freeipa params

func (*DownscaleFreeipaParams) SetInput

SetInput adds the input to the downscale freeipa params

func (*DownscaleFreeipaParams) SetTimeout

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

SetTimeout adds the timeout to the downscale freeipa params

func (*DownscaleFreeipaParams) WithContext

WithContext adds the context to the downscale freeipa params

func (*DownscaleFreeipaParams) WithDefaults

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

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

func (*DownscaleFreeipaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the downscale freeipa params

func (*DownscaleFreeipaParams) WithInput

WithInput adds the input to the downscale freeipa params

func (*DownscaleFreeipaParams) WithTimeout

WithTimeout adds the timeout to the downscale freeipa params

func (*DownscaleFreeipaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownscaleFreeipaReader

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

DownscaleFreeipaReader is a Reader for the DownscaleFreeipa structure.

func (*DownscaleFreeipaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountTelemetryDefault

type GetAccountTelemetryDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetAccountTelemetryDefault

func NewGetAccountTelemetryDefault(code int) *GetAccountTelemetryDefault

NewGetAccountTelemetryDefault creates a GetAccountTelemetryDefault with default headers values

func (*GetAccountTelemetryDefault) Code

func (o *GetAccountTelemetryDefault) Code() int

Code gets the status code for the get account telemetry default response

func (*GetAccountTelemetryDefault) Error

func (*GetAccountTelemetryDefault) GetPayload

func (o *GetAccountTelemetryDefault) GetPayload() *models.Error

func (*GetAccountTelemetryDefault) IsClientError

func (o *GetAccountTelemetryDefault) IsClientError() bool

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

func (*GetAccountTelemetryDefault) IsCode

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

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

func (*GetAccountTelemetryDefault) IsRedirect

func (o *GetAccountTelemetryDefault) IsRedirect() bool

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

func (*GetAccountTelemetryDefault) IsServerError

func (o *GetAccountTelemetryDefault) IsServerError() bool

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

func (*GetAccountTelemetryDefault) IsSuccess

func (o *GetAccountTelemetryDefault) IsSuccess() bool

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

func (*GetAccountTelemetryDefault) String

func (o *GetAccountTelemetryDefault) String() string

type GetAccountTelemetryDefaultDefault

type GetAccountTelemetryDefaultDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetAccountTelemetryDefaultDefault

func NewGetAccountTelemetryDefaultDefault(code int) *GetAccountTelemetryDefaultDefault

NewGetAccountTelemetryDefaultDefault creates a GetAccountTelemetryDefaultDefault with default headers values

func (*GetAccountTelemetryDefaultDefault) Code

Code gets the status code for the get account telemetry default default response

func (*GetAccountTelemetryDefaultDefault) Error

func (*GetAccountTelemetryDefaultDefault) GetPayload

func (*GetAccountTelemetryDefaultDefault) IsClientError

func (o *GetAccountTelemetryDefaultDefault) IsClientError() bool

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

func (*GetAccountTelemetryDefaultDefault) IsCode

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

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

func (*GetAccountTelemetryDefaultDefault) IsRedirect

func (o *GetAccountTelemetryDefaultDefault) IsRedirect() bool

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

func (*GetAccountTelemetryDefaultDefault) IsServerError

func (o *GetAccountTelemetryDefaultDefault) IsServerError() bool

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

func (*GetAccountTelemetryDefaultDefault) IsSuccess

func (o *GetAccountTelemetryDefaultDefault) IsSuccess() bool

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

func (*GetAccountTelemetryDefaultDefault) String

type GetAccountTelemetryDefaultOK

type GetAccountTelemetryDefaultOK struct {
	Payload *models.GetAccountTelemetryDefaultResponse
}

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

Expected response to a valid request.

func NewGetAccountTelemetryDefaultOK

func NewGetAccountTelemetryDefaultOK() *GetAccountTelemetryDefaultOK

NewGetAccountTelemetryDefaultOK creates a GetAccountTelemetryDefaultOK with default headers values

func (*GetAccountTelemetryDefaultOK) Code

Code gets the status code for the get account telemetry default o k response

func (*GetAccountTelemetryDefaultOK) Error

func (*GetAccountTelemetryDefaultOK) GetPayload

func (*GetAccountTelemetryDefaultOK) IsClientError

func (o *GetAccountTelemetryDefaultOK) IsClientError() bool

IsClientError returns true when this get account telemetry default o k response has a 4xx status code

func (*GetAccountTelemetryDefaultOK) IsCode

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

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

func (*GetAccountTelemetryDefaultOK) IsRedirect

func (o *GetAccountTelemetryDefaultOK) IsRedirect() bool

IsRedirect returns true when this get account telemetry default o k response has a 3xx status code

func (*GetAccountTelemetryDefaultOK) IsServerError

func (o *GetAccountTelemetryDefaultOK) IsServerError() bool

IsServerError returns true when this get account telemetry default o k response has a 5xx status code

func (*GetAccountTelemetryDefaultOK) IsSuccess

func (o *GetAccountTelemetryDefaultOK) IsSuccess() bool

IsSuccess returns true when this get account telemetry default o k response has a 2xx status code

func (*GetAccountTelemetryDefaultOK) String

type GetAccountTelemetryDefaultParams

type GetAccountTelemetryDefaultParams struct {

	// Input.
	Input models.GetAccountTelemetryDefaultRequest

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

GetAccountTelemetryDefaultParams contains all the parameters to send to the API endpoint

for the get account telemetry default operation.

Typically these are written to a http.Request.

func NewGetAccountTelemetryDefaultParams

func NewGetAccountTelemetryDefaultParams() *GetAccountTelemetryDefaultParams

NewGetAccountTelemetryDefaultParams creates a new GetAccountTelemetryDefaultParams 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 NewGetAccountTelemetryDefaultParamsWithContext

func NewGetAccountTelemetryDefaultParamsWithContext(ctx context.Context) *GetAccountTelemetryDefaultParams

NewGetAccountTelemetryDefaultParamsWithContext creates a new GetAccountTelemetryDefaultParams object with the ability to set a context for a request.

func NewGetAccountTelemetryDefaultParamsWithHTTPClient

func NewGetAccountTelemetryDefaultParamsWithHTTPClient(client *http.Client) *GetAccountTelemetryDefaultParams

NewGetAccountTelemetryDefaultParamsWithHTTPClient creates a new GetAccountTelemetryDefaultParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountTelemetryDefaultParamsWithTimeout

func NewGetAccountTelemetryDefaultParamsWithTimeout(timeout time.Duration) *GetAccountTelemetryDefaultParams

NewGetAccountTelemetryDefaultParamsWithTimeout creates a new GetAccountTelemetryDefaultParams object with the ability to set a timeout on a request.

func (*GetAccountTelemetryDefaultParams) SetContext

SetContext adds the context to the get account telemetry default params

func (*GetAccountTelemetryDefaultParams) SetDefaults

func (o *GetAccountTelemetryDefaultParams) SetDefaults()

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

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

func (*GetAccountTelemetryDefaultParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get account telemetry default params

func (*GetAccountTelemetryDefaultParams) SetInput

SetInput adds the input to the get account telemetry default params

func (*GetAccountTelemetryDefaultParams) SetTimeout

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

SetTimeout adds the timeout to the get account telemetry default params

func (*GetAccountTelemetryDefaultParams) WithContext

WithContext adds the context to the get account telemetry default params

func (*GetAccountTelemetryDefaultParams) WithDefaults

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

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

func (*GetAccountTelemetryDefaultParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get account telemetry default params

func (*GetAccountTelemetryDefaultParams) WithInput

WithInput adds the input to the get account telemetry default params

func (*GetAccountTelemetryDefaultParams) WithTimeout

WithTimeout adds the timeout to the get account telemetry default params

func (*GetAccountTelemetryDefaultParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccountTelemetryDefaultReader

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

GetAccountTelemetryDefaultReader is a Reader for the GetAccountTelemetryDefault structure.

func (*GetAccountTelemetryDefaultReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountTelemetryOK

type GetAccountTelemetryOK struct {
	Payload *models.GetAccountTelemetryResponse
}

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

Expected response to a valid request.

func NewGetAccountTelemetryOK

func NewGetAccountTelemetryOK() *GetAccountTelemetryOK

NewGetAccountTelemetryOK creates a GetAccountTelemetryOK with default headers values

func (*GetAccountTelemetryOK) Code

func (o *GetAccountTelemetryOK) Code() int

Code gets the status code for the get account telemetry o k response

func (*GetAccountTelemetryOK) Error

func (o *GetAccountTelemetryOK) Error() string

func (*GetAccountTelemetryOK) GetPayload

func (*GetAccountTelemetryOK) IsClientError

func (o *GetAccountTelemetryOK) IsClientError() bool

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

func (*GetAccountTelemetryOK) IsCode

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

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

func (*GetAccountTelemetryOK) IsRedirect

func (o *GetAccountTelemetryOK) IsRedirect() bool

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

func (*GetAccountTelemetryOK) IsServerError

func (o *GetAccountTelemetryOK) IsServerError() bool

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

func (*GetAccountTelemetryOK) IsSuccess

func (o *GetAccountTelemetryOK) IsSuccess() bool

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

func (*GetAccountTelemetryOK) String

func (o *GetAccountTelemetryOK) String() string

type GetAccountTelemetryParams

type GetAccountTelemetryParams struct {

	// Input.
	Input models.GetAccountTelemetryRequest

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

GetAccountTelemetryParams contains all the parameters to send to the API endpoint

for the get account telemetry operation.

Typically these are written to a http.Request.

func NewGetAccountTelemetryParams

func NewGetAccountTelemetryParams() *GetAccountTelemetryParams

NewGetAccountTelemetryParams creates a new GetAccountTelemetryParams 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 NewGetAccountTelemetryParamsWithContext

func NewGetAccountTelemetryParamsWithContext(ctx context.Context) *GetAccountTelemetryParams

NewGetAccountTelemetryParamsWithContext creates a new GetAccountTelemetryParams object with the ability to set a context for a request.

func NewGetAccountTelemetryParamsWithHTTPClient

func NewGetAccountTelemetryParamsWithHTTPClient(client *http.Client) *GetAccountTelemetryParams

NewGetAccountTelemetryParamsWithHTTPClient creates a new GetAccountTelemetryParams object with the ability to set a custom HTTPClient for a request.

func NewGetAccountTelemetryParamsWithTimeout

func NewGetAccountTelemetryParamsWithTimeout(timeout time.Duration) *GetAccountTelemetryParams

NewGetAccountTelemetryParamsWithTimeout creates a new GetAccountTelemetryParams object with the ability to set a timeout on a request.

func (*GetAccountTelemetryParams) SetContext

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

SetContext adds the context to the get account telemetry params

func (*GetAccountTelemetryParams) SetDefaults

func (o *GetAccountTelemetryParams) SetDefaults()

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

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

func (*GetAccountTelemetryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get account telemetry params

func (*GetAccountTelemetryParams) SetInput

SetInput adds the input to the get account telemetry params

func (*GetAccountTelemetryParams) SetTimeout

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

SetTimeout adds the timeout to the get account telemetry params

func (*GetAccountTelemetryParams) WithContext

WithContext adds the context to the get account telemetry params

func (*GetAccountTelemetryParams) WithDefaults

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

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

func (*GetAccountTelemetryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get account telemetry params

func (*GetAccountTelemetryParams) WithInput

WithInput adds the input to the get account telemetry params

func (*GetAccountTelemetryParams) WithTimeout

WithTimeout adds the timeout to the get account telemetry params

func (*GetAccountTelemetryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccountTelemetryReader

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

GetAccountTelemetryReader is a Reader for the GetAccountTelemetry structure.

func (*GetAccountTelemetryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuditCredentialPrerequisitesDefault

type GetAuditCredentialPrerequisitesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetAuditCredentialPrerequisitesDefault

func NewGetAuditCredentialPrerequisitesDefault(code int) *GetAuditCredentialPrerequisitesDefault

NewGetAuditCredentialPrerequisitesDefault creates a GetAuditCredentialPrerequisitesDefault with default headers values

func (*GetAuditCredentialPrerequisitesDefault) Code

Code gets the status code for the get audit credential prerequisites default response

func (*GetAuditCredentialPrerequisitesDefault) Error

func (*GetAuditCredentialPrerequisitesDefault) GetPayload

func (*GetAuditCredentialPrerequisitesDefault) IsClientError

func (o *GetAuditCredentialPrerequisitesDefault) IsClientError() bool

IsClientError returns true when this get audit credential prerequisites default response has a 4xx status code

func (*GetAuditCredentialPrerequisitesDefault) IsCode

IsCode returns true when this get audit credential prerequisites default response a status code equal to that given

func (*GetAuditCredentialPrerequisitesDefault) IsRedirect

IsRedirect returns true when this get audit credential prerequisites default response has a 3xx status code

func (*GetAuditCredentialPrerequisitesDefault) IsServerError

func (o *GetAuditCredentialPrerequisitesDefault) IsServerError() bool

IsServerError returns true when this get audit credential prerequisites default response has a 5xx status code

func (*GetAuditCredentialPrerequisitesDefault) IsSuccess

IsSuccess returns true when this get audit credential prerequisites default response has a 2xx status code

func (*GetAuditCredentialPrerequisitesDefault) String

type GetAuditCredentialPrerequisitesOK

type GetAuditCredentialPrerequisitesOK struct {
	Payload *models.GetAuditCredentialPrerequisitesResponse
}

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

Expected response to a valid request.

func NewGetAuditCredentialPrerequisitesOK

func NewGetAuditCredentialPrerequisitesOK() *GetAuditCredentialPrerequisitesOK

NewGetAuditCredentialPrerequisitesOK creates a GetAuditCredentialPrerequisitesOK with default headers values

func (*GetAuditCredentialPrerequisitesOK) Code

Code gets the status code for the get audit credential prerequisites o k response

func (*GetAuditCredentialPrerequisitesOK) Error

func (*GetAuditCredentialPrerequisitesOK) GetPayload

func (*GetAuditCredentialPrerequisitesOK) IsClientError

func (o *GetAuditCredentialPrerequisitesOK) IsClientError() bool

IsClientError returns true when this get audit credential prerequisites o k response has a 4xx status code

func (*GetAuditCredentialPrerequisitesOK) IsCode

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

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

func (*GetAuditCredentialPrerequisitesOK) IsRedirect

func (o *GetAuditCredentialPrerequisitesOK) IsRedirect() bool

IsRedirect returns true when this get audit credential prerequisites o k response has a 3xx status code

func (*GetAuditCredentialPrerequisitesOK) IsServerError

func (o *GetAuditCredentialPrerequisitesOK) IsServerError() bool

IsServerError returns true when this get audit credential prerequisites o k response has a 5xx status code

func (*GetAuditCredentialPrerequisitesOK) IsSuccess

func (o *GetAuditCredentialPrerequisitesOK) IsSuccess() bool

IsSuccess returns true when this get audit credential prerequisites o k response has a 2xx status code

func (*GetAuditCredentialPrerequisitesOK) String

type GetAuditCredentialPrerequisitesParams

type GetAuditCredentialPrerequisitesParams struct {

	// Input.
	Input *models.GetAuditCredentialPrerequisitesRequest

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

GetAuditCredentialPrerequisitesParams contains all the parameters to send to the API endpoint

for the get audit credential prerequisites operation.

Typically these are written to a http.Request.

func NewGetAuditCredentialPrerequisitesParams

func NewGetAuditCredentialPrerequisitesParams() *GetAuditCredentialPrerequisitesParams

NewGetAuditCredentialPrerequisitesParams creates a new GetAuditCredentialPrerequisitesParams 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 NewGetAuditCredentialPrerequisitesParamsWithContext

func NewGetAuditCredentialPrerequisitesParamsWithContext(ctx context.Context) *GetAuditCredentialPrerequisitesParams

NewGetAuditCredentialPrerequisitesParamsWithContext creates a new GetAuditCredentialPrerequisitesParams object with the ability to set a context for a request.

func NewGetAuditCredentialPrerequisitesParamsWithHTTPClient

func NewGetAuditCredentialPrerequisitesParamsWithHTTPClient(client *http.Client) *GetAuditCredentialPrerequisitesParams

NewGetAuditCredentialPrerequisitesParamsWithHTTPClient creates a new GetAuditCredentialPrerequisitesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuditCredentialPrerequisitesParamsWithTimeout

func NewGetAuditCredentialPrerequisitesParamsWithTimeout(timeout time.Duration) *GetAuditCredentialPrerequisitesParams

NewGetAuditCredentialPrerequisitesParamsWithTimeout creates a new GetAuditCredentialPrerequisitesParams object with the ability to set a timeout on a request.

func (*GetAuditCredentialPrerequisitesParams) SetContext

SetContext adds the context to the get audit credential prerequisites params

func (*GetAuditCredentialPrerequisitesParams) SetDefaults

func (o *GetAuditCredentialPrerequisitesParams) SetDefaults()

SetDefaults hydrates default values in the get audit credential prerequisites params (not the query body).

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

func (*GetAuditCredentialPrerequisitesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get audit credential prerequisites params

func (*GetAuditCredentialPrerequisitesParams) SetInput

SetInput adds the input to the get audit credential prerequisites params

func (*GetAuditCredentialPrerequisitesParams) SetTimeout

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

SetTimeout adds the timeout to the get audit credential prerequisites params

func (*GetAuditCredentialPrerequisitesParams) WithContext

WithContext adds the context to the get audit credential prerequisites params

func (*GetAuditCredentialPrerequisitesParams) WithDefaults

WithDefaults hydrates default values in the get audit credential prerequisites params (not the query body).

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

func (*GetAuditCredentialPrerequisitesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get audit credential prerequisites params

func (*GetAuditCredentialPrerequisitesParams) WithInput

WithInput adds the input to the get audit credential prerequisites params

func (*GetAuditCredentialPrerequisitesParams) WithTimeout

WithTimeout adds the timeout to the get audit credential prerequisites params

func (*GetAuditCredentialPrerequisitesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuditCredentialPrerequisitesReader

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

GetAuditCredentialPrerequisitesReader is a Reader for the GetAuditCredentialPrerequisites structure.

func (*GetAuditCredentialPrerequisitesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAutomatedSyncEnvironmentStatusDefault

type GetAutomatedSyncEnvironmentStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetAutomatedSyncEnvironmentStatusDefault

func NewGetAutomatedSyncEnvironmentStatusDefault(code int) *GetAutomatedSyncEnvironmentStatusDefault

NewGetAutomatedSyncEnvironmentStatusDefault creates a GetAutomatedSyncEnvironmentStatusDefault with default headers values

func (*GetAutomatedSyncEnvironmentStatusDefault) Code

Code gets the status code for the get automated sync environment status default response

func (*GetAutomatedSyncEnvironmentStatusDefault) Error

func (*GetAutomatedSyncEnvironmentStatusDefault) GetPayload

func (*GetAutomatedSyncEnvironmentStatusDefault) IsClientError

IsClientError returns true when this get automated sync environment status default response has a 4xx status code

func (*GetAutomatedSyncEnvironmentStatusDefault) IsCode

IsCode returns true when this get automated sync environment status default response a status code equal to that given

func (*GetAutomatedSyncEnvironmentStatusDefault) IsRedirect

IsRedirect returns true when this get automated sync environment status default response has a 3xx status code

func (*GetAutomatedSyncEnvironmentStatusDefault) IsServerError

IsServerError returns true when this get automated sync environment status default response has a 5xx status code

func (*GetAutomatedSyncEnvironmentStatusDefault) IsSuccess

IsSuccess returns true when this get automated sync environment status default response has a 2xx status code

func (*GetAutomatedSyncEnvironmentStatusDefault) String

type GetAutomatedSyncEnvironmentStatusOK

type GetAutomatedSyncEnvironmentStatusOK struct {
	Payload *models.GetAutomatedSyncEnvironmentStatusResponse
}

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

Expected response to a valid request.

func NewGetAutomatedSyncEnvironmentStatusOK

func NewGetAutomatedSyncEnvironmentStatusOK() *GetAutomatedSyncEnvironmentStatusOK

NewGetAutomatedSyncEnvironmentStatusOK creates a GetAutomatedSyncEnvironmentStatusOK with default headers values

func (*GetAutomatedSyncEnvironmentStatusOK) Code

Code gets the status code for the get automated sync environment status o k response

func (*GetAutomatedSyncEnvironmentStatusOK) Error

func (*GetAutomatedSyncEnvironmentStatusOK) GetPayload

func (*GetAutomatedSyncEnvironmentStatusOK) IsClientError

func (o *GetAutomatedSyncEnvironmentStatusOK) IsClientError() bool

IsClientError returns true when this get automated sync environment status o k response has a 4xx status code

func (*GetAutomatedSyncEnvironmentStatusOK) IsCode

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

func (*GetAutomatedSyncEnvironmentStatusOK) IsRedirect

func (o *GetAutomatedSyncEnvironmentStatusOK) IsRedirect() bool

IsRedirect returns true when this get automated sync environment status o k response has a 3xx status code

func (*GetAutomatedSyncEnvironmentStatusOK) IsServerError

func (o *GetAutomatedSyncEnvironmentStatusOK) IsServerError() bool

IsServerError returns true when this get automated sync environment status o k response has a 5xx status code

func (*GetAutomatedSyncEnvironmentStatusOK) IsSuccess

IsSuccess returns true when this get automated sync environment status o k response has a 2xx status code

func (*GetAutomatedSyncEnvironmentStatusOK) String

type GetAutomatedSyncEnvironmentStatusParams

type GetAutomatedSyncEnvironmentStatusParams struct {

	// Input.
	Input *models.GetAutomatedSyncEnvironmentStatusRequest

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

GetAutomatedSyncEnvironmentStatusParams contains all the parameters to send to the API endpoint

for the get automated sync environment status operation.

Typically these are written to a http.Request.

func NewGetAutomatedSyncEnvironmentStatusParams

func NewGetAutomatedSyncEnvironmentStatusParams() *GetAutomatedSyncEnvironmentStatusParams

NewGetAutomatedSyncEnvironmentStatusParams creates a new GetAutomatedSyncEnvironmentStatusParams 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 NewGetAutomatedSyncEnvironmentStatusParamsWithContext

func NewGetAutomatedSyncEnvironmentStatusParamsWithContext(ctx context.Context) *GetAutomatedSyncEnvironmentStatusParams

NewGetAutomatedSyncEnvironmentStatusParamsWithContext creates a new GetAutomatedSyncEnvironmentStatusParams object with the ability to set a context for a request.

func NewGetAutomatedSyncEnvironmentStatusParamsWithHTTPClient

func NewGetAutomatedSyncEnvironmentStatusParamsWithHTTPClient(client *http.Client) *GetAutomatedSyncEnvironmentStatusParams

NewGetAutomatedSyncEnvironmentStatusParamsWithHTTPClient creates a new GetAutomatedSyncEnvironmentStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetAutomatedSyncEnvironmentStatusParamsWithTimeout

func NewGetAutomatedSyncEnvironmentStatusParamsWithTimeout(timeout time.Duration) *GetAutomatedSyncEnvironmentStatusParams

NewGetAutomatedSyncEnvironmentStatusParamsWithTimeout creates a new GetAutomatedSyncEnvironmentStatusParams object with the ability to set a timeout on a request.

func (*GetAutomatedSyncEnvironmentStatusParams) SetContext

SetContext adds the context to the get automated sync environment status params

func (*GetAutomatedSyncEnvironmentStatusParams) SetDefaults

func (o *GetAutomatedSyncEnvironmentStatusParams) SetDefaults()

SetDefaults hydrates default values in the get automated sync environment status params (not the query body).

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

func (*GetAutomatedSyncEnvironmentStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get automated sync environment status params

func (*GetAutomatedSyncEnvironmentStatusParams) SetInput

SetInput adds the input to the get automated sync environment status params

func (*GetAutomatedSyncEnvironmentStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get automated sync environment status params

func (*GetAutomatedSyncEnvironmentStatusParams) WithContext

WithContext adds the context to the get automated sync environment status params

func (*GetAutomatedSyncEnvironmentStatusParams) WithDefaults

WithDefaults hydrates default values in the get automated sync environment status params (not the query body).

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

func (*GetAutomatedSyncEnvironmentStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get automated sync environment status params

func (*GetAutomatedSyncEnvironmentStatusParams) WithInput

WithInput adds the input to the get automated sync environment status params

func (*GetAutomatedSyncEnvironmentStatusParams) WithTimeout

WithTimeout adds the timeout to the get automated sync environment status params

func (*GetAutomatedSyncEnvironmentStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAutomatedSyncEnvironmentStatusReader

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

GetAutomatedSyncEnvironmentStatusReader is a Reader for the GetAutomatedSyncEnvironmentStatus structure.

func (*GetAutomatedSyncEnvironmentStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCredentialPrerequisitesDefault

type GetCredentialPrerequisitesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetCredentialPrerequisitesDefault

func NewGetCredentialPrerequisitesDefault(code int) *GetCredentialPrerequisitesDefault

NewGetCredentialPrerequisitesDefault creates a GetCredentialPrerequisitesDefault with default headers values

func (*GetCredentialPrerequisitesDefault) Code

Code gets the status code for the get credential prerequisites default response

func (*GetCredentialPrerequisitesDefault) Error

func (*GetCredentialPrerequisitesDefault) GetPayload

func (*GetCredentialPrerequisitesDefault) IsClientError

func (o *GetCredentialPrerequisitesDefault) IsClientError() bool

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

func (*GetCredentialPrerequisitesDefault) IsCode

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

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

func (*GetCredentialPrerequisitesDefault) IsRedirect

func (o *GetCredentialPrerequisitesDefault) IsRedirect() bool

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

func (*GetCredentialPrerequisitesDefault) IsServerError

func (o *GetCredentialPrerequisitesDefault) IsServerError() bool

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

func (*GetCredentialPrerequisitesDefault) IsSuccess

func (o *GetCredentialPrerequisitesDefault) IsSuccess() bool

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

func (*GetCredentialPrerequisitesDefault) String

type GetCredentialPrerequisitesOK

type GetCredentialPrerequisitesOK struct {
	Payload *models.GetCredentialPrerequisitesResponse
}

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

Expected response to a valid request.

func NewGetCredentialPrerequisitesOK

func NewGetCredentialPrerequisitesOK() *GetCredentialPrerequisitesOK

NewGetCredentialPrerequisitesOK creates a GetCredentialPrerequisitesOK with default headers values

func (*GetCredentialPrerequisitesOK) Code

Code gets the status code for the get credential prerequisites o k response

func (*GetCredentialPrerequisitesOK) Error

func (*GetCredentialPrerequisitesOK) GetPayload

func (*GetCredentialPrerequisitesOK) IsClientError

func (o *GetCredentialPrerequisitesOK) IsClientError() bool

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

func (*GetCredentialPrerequisitesOK) IsCode

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

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

func (*GetCredentialPrerequisitesOK) IsRedirect

func (o *GetCredentialPrerequisitesOK) IsRedirect() bool

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

func (*GetCredentialPrerequisitesOK) IsServerError

func (o *GetCredentialPrerequisitesOK) IsServerError() bool

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

func (*GetCredentialPrerequisitesOK) IsSuccess

func (o *GetCredentialPrerequisitesOK) IsSuccess() bool

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

func (*GetCredentialPrerequisitesOK) String

type GetCredentialPrerequisitesParams

type GetCredentialPrerequisitesParams struct {

	// Input.
	Input *models.GetCredentialPrerequisitesRequest

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

GetCredentialPrerequisitesParams contains all the parameters to send to the API endpoint

for the get credential prerequisites operation.

Typically these are written to a http.Request.

func NewGetCredentialPrerequisitesParams

func NewGetCredentialPrerequisitesParams() *GetCredentialPrerequisitesParams

NewGetCredentialPrerequisitesParams creates a new GetCredentialPrerequisitesParams 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 NewGetCredentialPrerequisitesParamsWithContext

func NewGetCredentialPrerequisitesParamsWithContext(ctx context.Context) *GetCredentialPrerequisitesParams

NewGetCredentialPrerequisitesParamsWithContext creates a new GetCredentialPrerequisitesParams object with the ability to set a context for a request.

func NewGetCredentialPrerequisitesParamsWithHTTPClient

func NewGetCredentialPrerequisitesParamsWithHTTPClient(client *http.Client) *GetCredentialPrerequisitesParams

NewGetCredentialPrerequisitesParamsWithHTTPClient creates a new GetCredentialPrerequisitesParams object with the ability to set a custom HTTPClient for a request.

func NewGetCredentialPrerequisitesParamsWithTimeout

func NewGetCredentialPrerequisitesParamsWithTimeout(timeout time.Duration) *GetCredentialPrerequisitesParams

NewGetCredentialPrerequisitesParamsWithTimeout creates a new GetCredentialPrerequisitesParams object with the ability to set a timeout on a request.

func (*GetCredentialPrerequisitesParams) SetContext

SetContext adds the context to the get credential prerequisites params

func (*GetCredentialPrerequisitesParams) SetDefaults

func (o *GetCredentialPrerequisitesParams) SetDefaults()

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

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

func (*GetCredentialPrerequisitesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get credential prerequisites params

func (*GetCredentialPrerequisitesParams) SetInput

SetInput adds the input to the get credential prerequisites params

func (*GetCredentialPrerequisitesParams) SetTimeout

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

SetTimeout adds the timeout to the get credential prerequisites params

func (*GetCredentialPrerequisitesParams) WithContext

WithContext adds the context to the get credential prerequisites params

func (*GetCredentialPrerequisitesParams) WithDefaults

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

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

func (*GetCredentialPrerequisitesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get credential prerequisites params

func (*GetCredentialPrerequisitesParams) WithInput

WithInput adds the input to the get credential prerequisites params

func (*GetCredentialPrerequisitesParams) WithTimeout

WithTimeout adds the timeout to the get credential prerequisites params

func (*GetCredentialPrerequisitesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCredentialPrerequisitesReader

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

GetCredentialPrerequisitesReader is a Reader for the GetCredentialPrerequisites structure.

func (*GetCredentialPrerequisitesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEnvironmentSettingDefault

type GetEnvironmentSettingDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetEnvironmentSettingDefault

func NewGetEnvironmentSettingDefault(code int) *GetEnvironmentSettingDefault

NewGetEnvironmentSettingDefault creates a GetEnvironmentSettingDefault with default headers values

func (*GetEnvironmentSettingDefault) Code

Code gets the status code for the get environment setting default response

func (*GetEnvironmentSettingDefault) Error

func (*GetEnvironmentSettingDefault) GetPayload

func (o *GetEnvironmentSettingDefault) GetPayload() *models.Error

func (*GetEnvironmentSettingDefault) IsClientError

func (o *GetEnvironmentSettingDefault) IsClientError() bool

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

func (*GetEnvironmentSettingDefault) IsCode

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

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

func (*GetEnvironmentSettingDefault) IsRedirect

func (o *GetEnvironmentSettingDefault) IsRedirect() bool

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

func (*GetEnvironmentSettingDefault) IsServerError

func (o *GetEnvironmentSettingDefault) IsServerError() bool

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

func (*GetEnvironmentSettingDefault) IsSuccess

func (o *GetEnvironmentSettingDefault) IsSuccess() bool

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

func (*GetEnvironmentSettingDefault) String

type GetEnvironmentSettingOK

type GetEnvironmentSettingOK struct {
	Payload *models.GetEnvironmentSettingResponse
}

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

Expected response to a valid request.

func NewGetEnvironmentSettingOK

func NewGetEnvironmentSettingOK() *GetEnvironmentSettingOK

NewGetEnvironmentSettingOK creates a GetEnvironmentSettingOK with default headers values

func (*GetEnvironmentSettingOK) Code

func (o *GetEnvironmentSettingOK) Code() int

Code gets the status code for the get environment setting o k response

func (*GetEnvironmentSettingOK) Error

func (o *GetEnvironmentSettingOK) Error() string

func (*GetEnvironmentSettingOK) GetPayload

func (*GetEnvironmentSettingOK) IsClientError

func (o *GetEnvironmentSettingOK) IsClientError() bool

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

func (*GetEnvironmentSettingOK) IsCode

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

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

func (*GetEnvironmentSettingOK) IsRedirect

func (o *GetEnvironmentSettingOK) IsRedirect() bool

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

func (*GetEnvironmentSettingOK) IsServerError

func (o *GetEnvironmentSettingOK) IsServerError() bool

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

func (*GetEnvironmentSettingOK) IsSuccess

func (o *GetEnvironmentSettingOK) IsSuccess() bool

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

func (*GetEnvironmentSettingOK) String

func (o *GetEnvironmentSettingOK) String() string

type GetEnvironmentSettingParams

type GetEnvironmentSettingParams struct {

	// Input.
	Input *models.GetEnvironmentSettingRequest

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

GetEnvironmentSettingParams contains all the parameters to send to the API endpoint

for the get environment setting operation.

Typically these are written to a http.Request.

func NewGetEnvironmentSettingParams

func NewGetEnvironmentSettingParams() *GetEnvironmentSettingParams

NewGetEnvironmentSettingParams creates a new GetEnvironmentSettingParams 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 NewGetEnvironmentSettingParamsWithContext

func NewGetEnvironmentSettingParamsWithContext(ctx context.Context) *GetEnvironmentSettingParams

NewGetEnvironmentSettingParamsWithContext creates a new GetEnvironmentSettingParams object with the ability to set a context for a request.

func NewGetEnvironmentSettingParamsWithHTTPClient

func NewGetEnvironmentSettingParamsWithHTTPClient(client *http.Client) *GetEnvironmentSettingParams

NewGetEnvironmentSettingParamsWithHTTPClient creates a new GetEnvironmentSettingParams object with the ability to set a custom HTTPClient for a request.

func NewGetEnvironmentSettingParamsWithTimeout

func NewGetEnvironmentSettingParamsWithTimeout(timeout time.Duration) *GetEnvironmentSettingParams

NewGetEnvironmentSettingParamsWithTimeout creates a new GetEnvironmentSettingParams object with the ability to set a timeout on a request.

func (*GetEnvironmentSettingParams) SetContext

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

SetContext adds the context to the get environment setting params

func (*GetEnvironmentSettingParams) SetDefaults

func (o *GetEnvironmentSettingParams) SetDefaults()

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

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

func (*GetEnvironmentSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get environment setting params

func (*GetEnvironmentSettingParams) SetInput

SetInput adds the input to the get environment setting params

func (*GetEnvironmentSettingParams) SetTimeout

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

SetTimeout adds the timeout to the get environment setting params

func (*GetEnvironmentSettingParams) WithContext

WithContext adds the context to the get environment setting params

func (*GetEnvironmentSettingParams) WithDefaults

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

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

func (*GetEnvironmentSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get environment setting params

func (*GetEnvironmentSettingParams) WithInput

WithInput adds the input to the get environment setting params

func (*GetEnvironmentSettingParams) WithTimeout

WithTimeout adds the timeout to the get environment setting params

func (*GetEnvironmentSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEnvironmentSettingReader

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

GetEnvironmentSettingReader is a Reader for the GetEnvironmentSetting structure.

func (*GetEnvironmentSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEnvironmentUserSyncStateDefault

type GetEnvironmentUserSyncStateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetEnvironmentUserSyncStateDefault

func NewGetEnvironmentUserSyncStateDefault(code int) *GetEnvironmentUserSyncStateDefault

NewGetEnvironmentUserSyncStateDefault creates a GetEnvironmentUserSyncStateDefault with default headers values

func (*GetEnvironmentUserSyncStateDefault) Code

Code gets the status code for the get environment user sync state default response

func (*GetEnvironmentUserSyncStateDefault) Error

func (*GetEnvironmentUserSyncStateDefault) GetPayload

func (*GetEnvironmentUserSyncStateDefault) IsClientError

func (o *GetEnvironmentUserSyncStateDefault) IsClientError() bool

IsClientError returns true when this get environment user sync state default response has a 4xx status code

func (*GetEnvironmentUserSyncStateDefault) IsCode

IsCode returns true when this get environment user sync state default response a status code equal to that given

func (*GetEnvironmentUserSyncStateDefault) IsRedirect

func (o *GetEnvironmentUserSyncStateDefault) IsRedirect() bool

IsRedirect returns true when this get environment user sync state default response has a 3xx status code

func (*GetEnvironmentUserSyncStateDefault) IsServerError

func (o *GetEnvironmentUserSyncStateDefault) IsServerError() bool

IsServerError returns true when this get environment user sync state default response has a 5xx status code

func (*GetEnvironmentUserSyncStateDefault) IsSuccess

IsSuccess returns true when this get environment user sync state default response has a 2xx status code

func (*GetEnvironmentUserSyncStateDefault) String

type GetEnvironmentUserSyncStateOK

type GetEnvironmentUserSyncStateOK struct {
	Payload *models.GetEnvironmentUserSyncStateResponse
}

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

Expected response to a valid request.

func NewGetEnvironmentUserSyncStateOK

func NewGetEnvironmentUserSyncStateOK() *GetEnvironmentUserSyncStateOK

NewGetEnvironmentUserSyncStateOK creates a GetEnvironmentUserSyncStateOK with default headers values

func (*GetEnvironmentUserSyncStateOK) Code

Code gets the status code for the get environment user sync state o k response

func (*GetEnvironmentUserSyncStateOK) Error

func (*GetEnvironmentUserSyncStateOK) GetPayload

func (*GetEnvironmentUserSyncStateOK) IsClientError

func (o *GetEnvironmentUserSyncStateOK) IsClientError() bool

IsClientError returns true when this get environment user sync state o k response has a 4xx status code

func (*GetEnvironmentUserSyncStateOK) IsCode

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

IsCode returns true when this get environment user sync state o k response a status code equal to that given

func (*GetEnvironmentUserSyncStateOK) IsRedirect

func (o *GetEnvironmentUserSyncStateOK) IsRedirect() bool

IsRedirect returns true when this get environment user sync state o k response has a 3xx status code

func (*GetEnvironmentUserSyncStateOK) IsServerError

func (o *GetEnvironmentUserSyncStateOK) IsServerError() bool

IsServerError returns true when this get environment user sync state o k response has a 5xx status code

func (*GetEnvironmentUserSyncStateOK) IsSuccess

func (o *GetEnvironmentUserSyncStateOK) IsSuccess() bool

IsSuccess returns true when this get environment user sync state o k response has a 2xx status code

func (*GetEnvironmentUserSyncStateOK) String

type GetEnvironmentUserSyncStateParams

type GetEnvironmentUserSyncStateParams struct {

	// Input.
	Input *models.GetEnvironmentUserSyncStateRequest

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

GetEnvironmentUserSyncStateParams contains all the parameters to send to the API endpoint

for the get environment user sync state operation.

Typically these are written to a http.Request.

func NewGetEnvironmentUserSyncStateParams

func NewGetEnvironmentUserSyncStateParams() *GetEnvironmentUserSyncStateParams

NewGetEnvironmentUserSyncStateParams creates a new GetEnvironmentUserSyncStateParams 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 NewGetEnvironmentUserSyncStateParamsWithContext

func NewGetEnvironmentUserSyncStateParamsWithContext(ctx context.Context) *GetEnvironmentUserSyncStateParams

NewGetEnvironmentUserSyncStateParamsWithContext creates a new GetEnvironmentUserSyncStateParams object with the ability to set a context for a request.

func NewGetEnvironmentUserSyncStateParamsWithHTTPClient

func NewGetEnvironmentUserSyncStateParamsWithHTTPClient(client *http.Client) *GetEnvironmentUserSyncStateParams

NewGetEnvironmentUserSyncStateParamsWithHTTPClient creates a new GetEnvironmentUserSyncStateParams object with the ability to set a custom HTTPClient for a request.

func NewGetEnvironmentUserSyncStateParamsWithTimeout

func NewGetEnvironmentUserSyncStateParamsWithTimeout(timeout time.Duration) *GetEnvironmentUserSyncStateParams

NewGetEnvironmentUserSyncStateParamsWithTimeout creates a new GetEnvironmentUserSyncStateParams object with the ability to set a timeout on a request.

func (*GetEnvironmentUserSyncStateParams) SetContext

SetContext adds the context to the get environment user sync state params

func (*GetEnvironmentUserSyncStateParams) SetDefaults

func (o *GetEnvironmentUserSyncStateParams) SetDefaults()

SetDefaults hydrates default values in the get environment user sync state params (not the query body).

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

func (*GetEnvironmentUserSyncStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get environment user sync state params

func (*GetEnvironmentUserSyncStateParams) SetInput

SetInput adds the input to the get environment user sync state params

func (*GetEnvironmentUserSyncStateParams) SetTimeout

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

SetTimeout adds the timeout to the get environment user sync state params

func (*GetEnvironmentUserSyncStateParams) WithContext

WithContext adds the context to the get environment user sync state params

func (*GetEnvironmentUserSyncStateParams) WithDefaults

WithDefaults hydrates default values in the get environment user sync state params (not the query body).

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

func (*GetEnvironmentUserSyncStateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get environment user sync state params

func (*GetEnvironmentUserSyncStateParams) WithInput

WithInput adds the input to the get environment user sync state params

func (*GetEnvironmentUserSyncStateParams) WithTimeout

WithTimeout adds the timeout to the get environment user sync state params

func (*GetEnvironmentUserSyncStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEnvironmentUserSyncStateReader

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

GetEnvironmentUserSyncStateReader is a Reader for the GetEnvironmentUserSyncState structure.

func (*GetEnvironmentUserSyncStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFreeipaLogDescriptorsDefault

type GetFreeipaLogDescriptorsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetFreeipaLogDescriptorsDefault

func NewGetFreeipaLogDescriptorsDefault(code int) *GetFreeipaLogDescriptorsDefault

NewGetFreeipaLogDescriptorsDefault creates a GetFreeipaLogDescriptorsDefault with default headers values

func (*GetFreeipaLogDescriptorsDefault) Code

Code gets the status code for the get freeipa log descriptors default response

func (*GetFreeipaLogDescriptorsDefault) Error

func (*GetFreeipaLogDescriptorsDefault) GetPayload

func (o *GetFreeipaLogDescriptorsDefault) GetPayload() *models.Error

func (*GetFreeipaLogDescriptorsDefault) IsClientError

func (o *GetFreeipaLogDescriptorsDefault) IsClientError() bool

IsClientError returns true when this get freeipa log descriptors default response has a 4xx status code

func (*GetFreeipaLogDescriptorsDefault) IsCode

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

IsCode returns true when this get freeipa log descriptors default response a status code equal to that given

func (*GetFreeipaLogDescriptorsDefault) IsRedirect

func (o *GetFreeipaLogDescriptorsDefault) IsRedirect() bool

IsRedirect returns true when this get freeipa log descriptors default response has a 3xx status code

func (*GetFreeipaLogDescriptorsDefault) IsServerError

func (o *GetFreeipaLogDescriptorsDefault) IsServerError() bool

IsServerError returns true when this get freeipa log descriptors default response has a 5xx status code

func (*GetFreeipaLogDescriptorsDefault) IsSuccess

func (o *GetFreeipaLogDescriptorsDefault) IsSuccess() bool

IsSuccess returns true when this get freeipa log descriptors default response has a 2xx status code

func (*GetFreeipaLogDescriptorsDefault) String

type GetFreeipaLogDescriptorsOK

type GetFreeipaLogDescriptorsOK struct {
	Payload *models.GetFreeipaLogDescriptorsResponse
}

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

Expected response to a valid request.

func NewGetFreeipaLogDescriptorsOK

func NewGetFreeipaLogDescriptorsOK() *GetFreeipaLogDescriptorsOK

NewGetFreeipaLogDescriptorsOK creates a GetFreeipaLogDescriptorsOK with default headers values

func (*GetFreeipaLogDescriptorsOK) Code

func (o *GetFreeipaLogDescriptorsOK) Code() int

Code gets the status code for the get freeipa log descriptors o k response

func (*GetFreeipaLogDescriptorsOK) Error

func (*GetFreeipaLogDescriptorsOK) GetPayload

func (*GetFreeipaLogDescriptorsOK) IsClientError

func (o *GetFreeipaLogDescriptorsOK) IsClientError() bool

IsClientError returns true when this get freeipa log descriptors o k response has a 4xx status code

func (*GetFreeipaLogDescriptorsOK) IsCode

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

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

func (*GetFreeipaLogDescriptorsOK) IsRedirect

func (o *GetFreeipaLogDescriptorsOK) IsRedirect() bool

IsRedirect returns true when this get freeipa log descriptors o k response has a 3xx status code

func (*GetFreeipaLogDescriptorsOK) IsServerError

func (o *GetFreeipaLogDescriptorsOK) IsServerError() bool

IsServerError returns true when this get freeipa log descriptors o k response has a 5xx status code

func (*GetFreeipaLogDescriptorsOK) IsSuccess

func (o *GetFreeipaLogDescriptorsOK) IsSuccess() bool

IsSuccess returns true when this get freeipa log descriptors o k response has a 2xx status code

func (*GetFreeipaLogDescriptorsOK) String

func (o *GetFreeipaLogDescriptorsOK) String() string

type GetFreeipaLogDescriptorsParams

type GetFreeipaLogDescriptorsParams struct {

	// Input.
	Input models.GetFreeipaLogDescriptorsRequest

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

GetFreeipaLogDescriptorsParams contains all the parameters to send to the API endpoint

for the get freeipa log descriptors operation.

Typically these are written to a http.Request.

func NewGetFreeipaLogDescriptorsParams

func NewGetFreeipaLogDescriptorsParams() *GetFreeipaLogDescriptorsParams

NewGetFreeipaLogDescriptorsParams creates a new GetFreeipaLogDescriptorsParams 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 NewGetFreeipaLogDescriptorsParamsWithContext

func NewGetFreeipaLogDescriptorsParamsWithContext(ctx context.Context) *GetFreeipaLogDescriptorsParams

NewGetFreeipaLogDescriptorsParamsWithContext creates a new GetFreeipaLogDescriptorsParams object with the ability to set a context for a request.

func NewGetFreeipaLogDescriptorsParamsWithHTTPClient

func NewGetFreeipaLogDescriptorsParamsWithHTTPClient(client *http.Client) *GetFreeipaLogDescriptorsParams

NewGetFreeipaLogDescriptorsParamsWithHTTPClient creates a new GetFreeipaLogDescriptorsParams object with the ability to set a custom HTTPClient for a request.

func NewGetFreeipaLogDescriptorsParamsWithTimeout

func NewGetFreeipaLogDescriptorsParamsWithTimeout(timeout time.Duration) *GetFreeipaLogDescriptorsParams

NewGetFreeipaLogDescriptorsParamsWithTimeout creates a new GetFreeipaLogDescriptorsParams object with the ability to set a timeout on a request.

func (*GetFreeipaLogDescriptorsParams) SetContext

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

SetContext adds the context to the get freeipa log descriptors params

func (*GetFreeipaLogDescriptorsParams) SetDefaults

func (o *GetFreeipaLogDescriptorsParams) SetDefaults()

SetDefaults hydrates default values in the get freeipa log descriptors params (not the query body).

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

func (*GetFreeipaLogDescriptorsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get freeipa log descriptors params

func (*GetFreeipaLogDescriptorsParams) SetInput

SetInput adds the input to the get freeipa log descriptors params

func (*GetFreeipaLogDescriptorsParams) SetTimeout

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

SetTimeout adds the timeout to the get freeipa log descriptors params

func (*GetFreeipaLogDescriptorsParams) WithContext

WithContext adds the context to the get freeipa log descriptors params

func (*GetFreeipaLogDescriptorsParams) WithDefaults

WithDefaults hydrates default values in the get freeipa log descriptors params (not the query body).

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

func (*GetFreeipaLogDescriptorsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get freeipa log descriptors params

func (*GetFreeipaLogDescriptorsParams) WithInput

WithInput adds the input to the get freeipa log descriptors params

func (*GetFreeipaLogDescriptorsParams) WithTimeout

WithTimeout adds the timeout to the get freeipa log descriptors params

func (*GetFreeipaLogDescriptorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFreeipaLogDescriptorsReader

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

GetFreeipaLogDescriptorsReader is a Reader for the GetFreeipaLogDescriptors structure.

func (*GetFreeipaLogDescriptorsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFreeipaStatusDefault

type GetFreeipaStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetFreeipaStatusDefault

func NewGetFreeipaStatusDefault(code int) *GetFreeipaStatusDefault

NewGetFreeipaStatusDefault creates a GetFreeipaStatusDefault with default headers values

func (*GetFreeipaStatusDefault) Code

func (o *GetFreeipaStatusDefault) Code() int

Code gets the status code for the get freeipa status default response

func (*GetFreeipaStatusDefault) Error

func (o *GetFreeipaStatusDefault) Error() string

func (*GetFreeipaStatusDefault) GetPayload

func (o *GetFreeipaStatusDefault) GetPayload() *models.Error

func (*GetFreeipaStatusDefault) IsClientError

func (o *GetFreeipaStatusDefault) IsClientError() bool

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

func (*GetFreeipaStatusDefault) IsCode

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

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

func (*GetFreeipaStatusDefault) IsRedirect

func (o *GetFreeipaStatusDefault) IsRedirect() bool

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

func (*GetFreeipaStatusDefault) IsServerError

func (o *GetFreeipaStatusDefault) IsServerError() bool

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

func (*GetFreeipaStatusDefault) IsSuccess

func (o *GetFreeipaStatusDefault) IsSuccess() bool

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

func (*GetFreeipaStatusDefault) String

func (o *GetFreeipaStatusDefault) String() string

type GetFreeipaStatusOK

type GetFreeipaStatusOK struct {
	Payload *models.GetFreeipaStatusResponse
}

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

Expected response to a valid request.

func NewGetFreeipaStatusOK

func NewGetFreeipaStatusOK() *GetFreeipaStatusOK

NewGetFreeipaStatusOK creates a GetFreeipaStatusOK with default headers values

func (*GetFreeipaStatusOK) Code

func (o *GetFreeipaStatusOK) Code() int

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

func (*GetFreeipaStatusOK) Error

func (o *GetFreeipaStatusOK) Error() string

func (*GetFreeipaStatusOK) GetPayload

func (*GetFreeipaStatusOK) IsClientError

func (o *GetFreeipaStatusOK) IsClientError() bool

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

func (*GetFreeipaStatusOK) IsCode

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

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

func (*GetFreeipaStatusOK) IsRedirect

func (o *GetFreeipaStatusOK) IsRedirect() bool

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

func (*GetFreeipaStatusOK) IsServerError

func (o *GetFreeipaStatusOK) IsServerError() bool

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

func (*GetFreeipaStatusOK) IsSuccess

func (o *GetFreeipaStatusOK) IsSuccess() bool

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

func (*GetFreeipaStatusOK) String

func (o *GetFreeipaStatusOK) String() string

type GetFreeipaStatusParams

type GetFreeipaStatusParams struct {

	// Input.
	Input *models.GetFreeipaStatusRequest

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

GetFreeipaStatusParams contains all the parameters to send to the API endpoint

for the get freeipa status operation.

Typically these are written to a http.Request.

func NewGetFreeipaStatusParams

func NewGetFreeipaStatusParams() *GetFreeipaStatusParams

NewGetFreeipaStatusParams creates a new GetFreeipaStatusParams 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 NewGetFreeipaStatusParamsWithContext

func NewGetFreeipaStatusParamsWithContext(ctx context.Context) *GetFreeipaStatusParams

NewGetFreeipaStatusParamsWithContext creates a new GetFreeipaStatusParams object with the ability to set a context for a request.

func NewGetFreeipaStatusParamsWithHTTPClient

func NewGetFreeipaStatusParamsWithHTTPClient(client *http.Client) *GetFreeipaStatusParams

NewGetFreeipaStatusParamsWithHTTPClient creates a new GetFreeipaStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetFreeipaStatusParamsWithTimeout

func NewGetFreeipaStatusParamsWithTimeout(timeout time.Duration) *GetFreeipaStatusParams

NewGetFreeipaStatusParamsWithTimeout creates a new GetFreeipaStatusParams object with the ability to set a timeout on a request.

func (*GetFreeipaStatusParams) SetContext

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

SetContext adds the context to the get freeipa status params

func (*GetFreeipaStatusParams) SetDefaults

func (o *GetFreeipaStatusParams) SetDefaults()

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

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

func (*GetFreeipaStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get freeipa status params

func (*GetFreeipaStatusParams) SetInput

SetInput adds the input to the get freeipa status params

func (*GetFreeipaStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get freeipa status params

func (*GetFreeipaStatusParams) WithContext

WithContext adds the context to the get freeipa status params

func (*GetFreeipaStatusParams) WithDefaults

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

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

func (*GetFreeipaStatusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get freeipa status params

func (*GetFreeipaStatusParams) WithInput

WithInput adds the input to the get freeipa status params

func (*GetFreeipaStatusParams) WithTimeout

WithTimeout adds the timeout to the get freeipa status params

func (*GetFreeipaStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFreeipaStatusReader

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

GetFreeipaStatusReader is a Reader for the GetFreeipaStatus structure.

func (*GetFreeipaStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIDBrokerMappingsDefault

type GetIDBrokerMappingsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetIDBrokerMappingsDefault

func NewGetIDBrokerMappingsDefault(code int) *GetIDBrokerMappingsDefault

NewGetIDBrokerMappingsDefault creates a GetIDBrokerMappingsDefault with default headers values

func (*GetIDBrokerMappingsDefault) Code

func (o *GetIDBrokerMappingsDefault) Code() int

Code gets the status code for the get Id broker mappings default response

func (*GetIDBrokerMappingsDefault) Error

func (*GetIDBrokerMappingsDefault) GetPayload

func (o *GetIDBrokerMappingsDefault) GetPayload() *models.Error

func (*GetIDBrokerMappingsDefault) IsClientError

func (o *GetIDBrokerMappingsDefault) IsClientError() bool

IsClientError returns true when this get Id broker mappings default response has a 4xx status code

func (*GetIDBrokerMappingsDefault) IsCode

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

IsCode returns true when this get Id broker mappings default response a status code equal to that given

func (*GetIDBrokerMappingsDefault) IsRedirect

func (o *GetIDBrokerMappingsDefault) IsRedirect() bool

IsRedirect returns true when this get Id broker mappings default response has a 3xx status code

func (*GetIDBrokerMappingsDefault) IsServerError

func (o *GetIDBrokerMappingsDefault) IsServerError() bool

IsServerError returns true when this get Id broker mappings default response has a 5xx status code

func (*GetIDBrokerMappingsDefault) IsSuccess

func (o *GetIDBrokerMappingsDefault) IsSuccess() bool

IsSuccess returns true when this get Id broker mappings default response has a 2xx status code

func (*GetIDBrokerMappingsDefault) String

func (o *GetIDBrokerMappingsDefault) String() string

type GetIDBrokerMappingsOK

type GetIDBrokerMappingsOK struct {
	Payload *models.GetIDBrokerMappingsResponse
}

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

Expected response to a valid request.

func NewGetIDBrokerMappingsOK

func NewGetIDBrokerMappingsOK() *GetIDBrokerMappingsOK

NewGetIDBrokerMappingsOK creates a GetIDBrokerMappingsOK with default headers values

func (*GetIDBrokerMappingsOK) Code

func (o *GetIDBrokerMappingsOK) Code() int

Code gets the status code for the get Id broker mappings o k response

func (*GetIDBrokerMappingsOK) Error

func (o *GetIDBrokerMappingsOK) Error() string

func (*GetIDBrokerMappingsOK) GetPayload

func (*GetIDBrokerMappingsOK) IsClientError

func (o *GetIDBrokerMappingsOK) IsClientError() bool

IsClientError returns true when this get Id broker mappings o k response has a 4xx status code

func (*GetIDBrokerMappingsOK) IsCode

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

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

func (*GetIDBrokerMappingsOK) IsRedirect

func (o *GetIDBrokerMappingsOK) IsRedirect() bool

IsRedirect returns true when this get Id broker mappings o k response has a 3xx status code

func (*GetIDBrokerMappingsOK) IsServerError

func (o *GetIDBrokerMappingsOK) IsServerError() bool

IsServerError returns true when this get Id broker mappings o k response has a 5xx status code

func (*GetIDBrokerMappingsOK) IsSuccess

func (o *GetIDBrokerMappingsOK) IsSuccess() bool

IsSuccess returns true when this get Id broker mappings o k response has a 2xx status code

func (*GetIDBrokerMappingsOK) String

func (o *GetIDBrokerMappingsOK) String() string

type GetIDBrokerMappingsParams

type GetIDBrokerMappingsParams struct {

	// Input.
	Input *models.GetIDBrokerMappingsRequest

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

GetIDBrokerMappingsParams contains all the parameters to send to the API endpoint

for the get Id broker mappings operation.

Typically these are written to a http.Request.

func NewGetIDBrokerMappingsParams

func NewGetIDBrokerMappingsParams() *GetIDBrokerMappingsParams

NewGetIDBrokerMappingsParams creates a new GetIDBrokerMappingsParams 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 NewGetIDBrokerMappingsParamsWithContext

func NewGetIDBrokerMappingsParamsWithContext(ctx context.Context) *GetIDBrokerMappingsParams

NewGetIDBrokerMappingsParamsWithContext creates a new GetIDBrokerMappingsParams object with the ability to set a context for a request.

func NewGetIDBrokerMappingsParamsWithHTTPClient

func NewGetIDBrokerMappingsParamsWithHTTPClient(client *http.Client) *GetIDBrokerMappingsParams

NewGetIDBrokerMappingsParamsWithHTTPClient creates a new GetIDBrokerMappingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetIDBrokerMappingsParamsWithTimeout

func NewGetIDBrokerMappingsParamsWithTimeout(timeout time.Duration) *GetIDBrokerMappingsParams

NewGetIDBrokerMappingsParamsWithTimeout creates a new GetIDBrokerMappingsParams object with the ability to set a timeout on a request.

func (*GetIDBrokerMappingsParams) SetContext

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

SetContext adds the context to the get Id broker mappings params

func (*GetIDBrokerMappingsParams) SetDefaults

func (o *GetIDBrokerMappingsParams) SetDefaults()

SetDefaults hydrates default values in the get Id broker mappings params (not the query body).

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

func (*GetIDBrokerMappingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get Id broker mappings params

func (*GetIDBrokerMappingsParams) SetInput

SetInput adds the input to the get Id broker mappings params

func (*GetIDBrokerMappingsParams) SetTimeout

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

SetTimeout adds the timeout to the get Id broker mappings params

func (*GetIDBrokerMappingsParams) WithContext

WithContext adds the context to the get Id broker mappings params

func (*GetIDBrokerMappingsParams) WithDefaults

WithDefaults hydrates default values in the get Id broker mappings params (not the query body).

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

func (*GetIDBrokerMappingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get Id broker mappings params

func (*GetIDBrokerMappingsParams) WithInput

WithInput adds the input to the get Id broker mappings params

func (*GetIDBrokerMappingsParams) WithTimeout

WithTimeout adds the timeout to the get Id broker mappings params

func (*GetIDBrokerMappingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIDBrokerMappingsReader

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

GetIDBrokerMappingsReader is a Reader for the GetIDBrokerMappings structure.

func (*GetIDBrokerMappingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIDBrokerMappingsSyncStatusDefault

type GetIDBrokerMappingsSyncStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetIDBrokerMappingsSyncStatusDefault

func NewGetIDBrokerMappingsSyncStatusDefault(code int) *GetIDBrokerMappingsSyncStatusDefault

NewGetIDBrokerMappingsSyncStatusDefault creates a GetIDBrokerMappingsSyncStatusDefault with default headers values

func (*GetIDBrokerMappingsSyncStatusDefault) Code

Code gets the status code for the get Id broker mappings sync status default response

func (*GetIDBrokerMappingsSyncStatusDefault) Error

func (*GetIDBrokerMappingsSyncStatusDefault) GetPayload

func (*GetIDBrokerMappingsSyncStatusDefault) IsClientError

func (o *GetIDBrokerMappingsSyncStatusDefault) IsClientError() bool

IsClientError returns true when this get Id broker mappings sync status default response has a 4xx status code

func (*GetIDBrokerMappingsSyncStatusDefault) IsCode

IsCode returns true when this get Id broker mappings sync status default response a status code equal to that given

func (*GetIDBrokerMappingsSyncStatusDefault) IsRedirect

IsRedirect returns true when this get Id broker mappings sync status default response has a 3xx status code

func (*GetIDBrokerMappingsSyncStatusDefault) IsServerError

func (o *GetIDBrokerMappingsSyncStatusDefault) IsServerError() bool

IsServerError returns true when this get Id broker mappings sync status default response has a 5xx status code

func (*GetIDBrokerMappingsSyncStatusDefault) IsSuccess

IsSuccess returns true when this get Id broker mappings sync status default response has a 2xx status code

func (*GetIDBrokerMappingsSyncStatusDefault) String

type GetIDBrokerMappingsSyncStatusOK

type GetIDBrokerMappingsSyncStatusOK struct {
	Payload *models.GetIDBrokerMappingsSyncStatusResponse
}

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

Expected response to a valid request.

func NewGetIDBrokerMappingsSyncStatusOK

func NewGetIDBrokerMappingsSyncStatusOK() *GetIDBrokerMappingsSyncStatusOK

NewGetIDBrokerMappingsSyncStatusOK creates a GetIDBrokerMappingsSyncStatusOK with default headers values

func (*GetIDBrokerMappingsSyncStatusOK) Code

Code gets the status code for the get Id broker mappings sync status o k response

func (*GetIDBrokerMappingsSyncStatusOK) Error

func (*GetIDBrokerMappingsSyncStatusOK) GetPayload

func (*GetIDBrokerMappingsSyncStatusOK) IsClientError

func (o *GetIDBrokerMappingsSyncStatusOK) IsClientError() bool

IsClientError returns true when this get Id broker mappings sync status o k response has a 4xx status code

func (*GetIDBrokerMappingsSyncStatusOK) IsCode

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

IsCode returns true when this get Id broker mappings sync status o k response a status code equal to that given

func (*GetIDBrokerMappingsSyncStatusOK) IsRedirect

func (o *GetIDBrokerMappingsSyncStatusOK) IsRedirect() bool

IsRedirect returns true when this get Id broker mappings sync status o k response has a 3xx status code

func (*GetIDBrokerMappingsSyncStatusOK) IsServerError

func (o *GetIDBrokerMappingsSyncStatusOK) IsServerError() bool

IsServerError returns true when this get Id broker mappings sync status o k response has a 5xx status code

func (*GetIDBrokerMappingsSyncStatusOK) IsSuccess

func (o *GetIDBrokerMappingsSyncStatusOK) IsSuccess() bool

IsSuccess returns true when this get Id broker mappings sync status o k response has a 2xx status code

func (*GetIDBrokerMappingsSyncStatusOK) String

type GetIDBrokerMappingsSyncStatusParams

type GetIDBrokerMappingsSyncStatusParams struct {

	// Input.
	Input *models.GetIDBrokerMappingsSyncStatusRequest

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

GetIDBrokerMappingsSyncStatusParams contains all the parameters to send to the API endpoint

for the get Id broker mappings sync status operation.

Typically these are written to a http.Request.

func NewGetIDBrokerMappingsSyncStatusParams

func NewGetIDBrokerMappingsSyncStatusParams() *GetIDBrokerMappingsSyncStatusParams

NewGetIDBrokerMappingsSyncStatusParams creates a new GetIDBrokerMappingsSyncStatusParams 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 NewGetIDBrokerMappingsSyncStatusParamsWithContext

func NewGetIDBrokerMappingsSyncStatusParamsWithContext(ctx context.Context) *GetIDBrokerMappingsSyncStatusParams

NewGetIDBrokerMappingsSyncStatusParamsWithContext creates a new GetIDBrokerMappingsSyncStatusParams object with the ability to set a context for a request.

func NewGetIDBrokerMappingsSyncStatusParamsWithHTTPClient

func NewGetIDBrokerMappingsSyncStatusParamsWithHTTPClient(client *http.Client) *GetIDBrokerMappingsSyncStatusParams

NewGetIDBrokerMappingsSyncStatusParamsWithHTTPClient creates a new GetIDBrokerMappingsSyncStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetIDBrokerMappingsSyncStatusParamsWithTimeout

func NewGetIDBrokerMappingsSyncStatusParamsWithTimeout(timeout time.Duration) *GetIDBrokerMappingsSyncStatusParams

NewGetIDBrokerMappingsSyncStatusParamsWithTimeout creates a new GetIDBrokerMappingsSyncStatusParams object with the ability to set a timeout on a request.

func (*GetIDBrokerMappingsSyncStatusParams) SetContext

SetContext adds the context to the get Id broker mappings sync status params

func (*GetIDBrokerMappingsSyncStatusParams) SetDefaults

func (o *GetIDBrokerMappingsSyncStatusParams) SetDefaults()

SetDefaults hydrates default values in the get Id broker mappings sync status params (not the query body).

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

func (*GetIDBrokerMappingsSyncStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get Id broker mappings sync status params

func (*GetIDBrokerMappingsSyncStatusParams) SetInput

SetInput adds the input to the get Id broker mappings sync status params

func (*GetIDBrokerMappingsSyncStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get Id broker mappings sync status params

func (*GetIDBrokerMappingsSyncStatusParams) WithContext

WithContext adds the context to the get Id broker mappings sync status params

func (*GetIDBrokerMappingsSyncStatusParams) WithDefaults

WithDefaults hydrates default values in the get Id broker mappings sync status params (not the query body).

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

func (*GetIDBrokerMappingsSyncStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get Id broker mappings sync status params

func (*GetIDBrokerMappingsSyncStatusParams) WithInput

WithInput adds the input to the get Id broker mappings sync status params

func (*GetIDBrokerMappingsSyncStatusParams) WithTimeout

WithTimeout adds the timeout to the get Id broker mappings sync status params

func (*GetIDBrokerMappingsSyncStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIDBrokerMappingsSyncStatusReader

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

GetIDBrokerMappingsSyncStatusReader is a Reader for the GetIDBrokerMappingsSyncStatus structure.

func (*GetIDBrokerMappingsSyncStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKeytabDefault

type GetKeytabDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetKeytabDefault

func NewGetKeytabDefault(code int) *GetKeytabDefault

NewGetKeytabDefault creates a GetKeytabDefault with default headers values

func (*GetKeytabDefault) Code

func (o *GetKeytabDefault) Code() int

Code gets the status code for the get keytab default response

func (*GetKeytabDefault) Error

func (o *GetKeytabDefault) Error() string

func (*GetKeytabDefault) GetPayload

func (o *GetKeytabDefault) GetPayload() *models.Error

func (*GetKeytabDefault) IsClientError

func (o *GetKeytabDefault) IsClientError() bool

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

func (*GetKeytabDefault) IsCode

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

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

func (*GetKeytabDefault) IsRedirect

func (o *GetKeytabDefault) IsRedirect() bool

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

func (*GetKeytabDefault) IsServerError

func (o *GetKeytabDefault) IsServerError() bool

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

func (*GetKeytabDefault) IsSuccess

func (o *GetKeytabDefault) IsSuccess() bool

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

func (*GetKeytabDefault) String

func (o *GetKeytabDefault) String() string

type GetKeytabOK

type GetKeytabOK struct {
	Payload *models.GetKeytabResponse
}

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

Expected response to a valid request.

func NewGetKeytabOK

func NewGetKeytabOK() *GetKeytabOK

NewGetKeytabOK creates a GetKeytabOK with default headers values

func (*GetKeytabOK) Code

func (o *GetKeytabOK) Code() int

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

func (*GetKeytabOK) Error

func (o *GetKeytabOK) Error() string

func (*GetKeytabOK) GetPayload

func (o *GetKeytabOK) GetPayload() *models.GetKeytabResponse

func (*GetKeytabOK) IsClientError

func (o *GetKeytabOK) IsClientError() bool

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

func (*GetKeytabOK) IsCode

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

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

func (*GetKeytabOK) IsRedirect

func (o *GetKeytabOK) IsRedirect() bool

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

func (*GetKeytabOK) IsServerError

func (o *GetKeytabOK) IsServerError() bool

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

func (*GetKeytabOK) IsSuccess

func (o *GetKeytabOK) IsSuccess() bool

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

func (*GetKeytabOK) String

func (o *GetKeytabOK) String() string

type GetKeytabParams

type GetKeytabParams struct {

	// Input.
	Input *models.GetKeytabRequest

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

GetKeytabParams contains all the parameters to send to the API endpoint

for the get keytab operation.

Typically these are written to a http.Request.

func NewGetKeytabParams

func NewGetKeytabParams() *GetKeytabParams

NewGetKeytabParams creates a new GetKeytabParams 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 NewGetKeytabParamsWithContext

func NewGetKeytabParamsWithContext(ctx context.Context) *GetKeytabParams

NewGetKeytabParamsWithContext creates a new GetKeytabParams object with the ability to set a context for a request.

func NewGetKeytabParamsWithHTTPClient

func NewGetKeytabParamsWithHTTPClient(client *http.Client) *GetKeytabParams

NewGetKeytabParamsWithHTTPClient creates a new GetKeytabParams object with the ability to set a custom HTTPClient for a request.

func NewGetKeytabParamsWithTimeout

func NewGetKeytabParamsWithTimeout(timeout time.Duration) *GetKeytabParams

NewGetKeytabParamsWithTimeout creates a new GetKeytabParams object with the ability to set a timeout on a request.

func (*GetKeytabParams) SetContext

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

SetContext adds the context to the get keytab params

func (*GetKeytabParams) SetDefaults

func (o *GetKeytabParams) SetDefaults()

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

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

func (*GetKeytabParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get keytab params

func (*GetKeytabParams) SetInput

func (o *GetKeytabParams) SetInput(input *models.GetKeytabRequest)

SetInput adds the input to the get keytab params

func (*GetKeytabParams) SetTimeout

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

SetTimeout adds the timeout to the get keytab params

func (*GetKeytabParams) WithContext

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

WithContext adds the context to the get keytab params

func (*GetKeytabParams) WithDefaults

func (o *GetKeytabParams) WithDefaults() *GetKeytabParams

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

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

func (*GetKeytabParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get keytab params

func (*GetKeytabParams) WithInput

WithInput adds the input to the get keytab params

func (*GetKeytabParams) WithTimeout

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

WithTimeout adds the timeout to the get keytab params

func (*GetKeytabParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetKeytabReader

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

GetKeytabReader is a Reader for the GetKeytab structure.

func (*GetKeytabReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRepairFreeipaStatusDefault

type GetRepairFreeipaStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetRepairFreeipaStatusDefault

func NewGetRepairFreeipaStatusDefault(code int) *GetRepairFreeipaStatusDefault

NewGetRepairFreeipaStatusDefault creates a GetRepairFreeipaStatusDefault with default headers values

func (*GetRepairFreeipaStatusDefault) Code

Code gets the status code for the get repair freeipa status default response

func (*GetRepairFreeipaStatusDefault) Error

func (*GetRepairFreeipaStatusDefault) GetPayload

func (o *GetRepairFreeipaStatusDefault) GetPayload() *models.Error

func (*GetRepairFreeipaStatusDefault) IsClientError

func (o *GetRepairFreeipaStatusDefault) IsClientError() bool

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

func (*GetRepairFreeipaStatusDefault) IsCode

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

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

func (*GetRepairFreeipaStatusDefault) IsRedirect

func (o *GetRepairFreeipaStatusDefault) IsRedirect() bool

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

func (*GetRepairFreeipaStatusDefault) IsServerError

func (o *GetRepairFreeipaStatusDefault) IsServerError() bool

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

func (*GetRepairFreeipaStatusDefault) IsSuccess

func (o *GetRepairFreeipaStatusDefault) IsSuccess() bool

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

func (*GetRepairFreeipaStatusDefault) String

type GetRepairFreeipaStatusOK

type GetRepairFreeipaStatusOK struct {
	Payload *models.GetRepairFreeipaStatusResponse
}

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

Expected response to a valid request.

func NewGetRepairFreeipaStatusOK

func NewGetRepairFreeipaStatusOK() *GetRepairFreeipaStatusOK

NewGetRepairFreeipaStatusOK creates a GetRepairFreeipaStatusOK with default headers values

func (*GetRepairFreeipaStatusOK) Code

func (o *GetRepairFreeipaStatusOK) Code() int

Code gets the status code for the get repair freeipa status o k response

func (*GetRepairFreeipaStatusOK) Error

func (o *GetRepairFreeipaStatusOK) Error() string

func (*GetRepairFreeipaStatusOK) GetPayload

func (*GetRepairFreeipaStatusOK) IsClientError

func (o *GetRepairFreeipaStatusOK) IsClientError() bool

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

func (*GetRepairFreeipaStatusOK) IsCode

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

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

func (*GetRepairFreeipaStatusOK) IsRedirect

func (o *GetRepairFreeipaStatusOK) IsRedirect() bool

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

func (*GetRepairFreeipaStatusOK) IsServerError

func (o *GetRepairFreeipaStatusOK) IsServerError() bool

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

func (*GetRepairFreeipaStatusOK) IsSuccess

func (o *GetRepairFreeipaStatusOK) IsSuccess() bool

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

func (*GetRepairFreeipaStatusOK) String

func (o *GetRepairFreeipaStatusOK) String() string

type GetRepairFreeipaStatusParams

type GetRepairFreeipaStatusParams struct {

	// Input.
	Input *models.GetRepairFreeipaStatusRequest

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

GetRepairFreeipaStatusParams contains all the parameters to send to the API endpoint

for the get repair freeipa status operation.

Typically these are written to a http.Request.

func NewGetRepairFreeipaStatusParams

func NewGetRepairFreeipaStatusParams() *GetRepairFreeipaStatusParams

NewGetRepairFreeipaStatusParams creates a new GetRepairFreeipaStatusParams 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 NewGetRepairFreeipaStatusParamsWithContext

func NewGetRepairFreeipaStatusParamsWithContext(ctx context.Context) *GetRepairFreeipaStatusParams

NewGetRepairFreeipaStatusParamsWithContext creates a new GetRepairFreeipaStatusParams object with the ability to set a context for a request.

func NewGetRepairFreeipaStatusParamsWithHTTPClient

func NewGetRepairFreeipaStatusParamsWithHTTPClient(client *http.Client) *GetRepairFreeipaStatusParams

NewGetRepairFreeipaStatusParamsWithHTTPClient creates a new GetRepairFreeipaStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetRepairFreeipaStatusParamsWithTimeout

func NewGetRepairFreeipaStatusParamsWithTimeout(timeout time.Duration) *GetRepairFreeipaStatusParams

NewGetRepairFreeipaStatusParamsWithTimeout creates a new GetRepairFreeipaStatusParams object with the ability to set a timeout on a request.

func (*GetRepairFreeipaStatusParams) SetContext

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

SetContext adds the context to the get repair freeipa status params

func (*GetRepairFreeipaStatusParams) SetDefaults

func (o *GetRepairFreeipaStatusParams) SetDefaults()

SetDefaults hydrates default values in the get repair freeipa status params (not the query body).

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

func (*GetRepairFreeipaStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get repair freeipa status params

func (*GetRepairFreeipaStatusParams) SetInput

SetInput adds the input to the get repair freeipa status params

func (*GetRepairFreeipaStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get repair freeipa status params

func (*GetRepairFreeipaStatusParams) WithContext

WithContext adds the context to the get repair freeipa status params

func (*GetRepairFreeipaStatusParams) WithDefaults

WithDefaults hydrates default values in the get repair freeipa status params (not the query body).

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

func (*GetRepairFreeipaStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get repair freeipa status params

func (*GetRepairFreeipaStatusParams) WithInput

WithInput adds the input to the get repair freeipa status params

func (*GetRepairFreeipaStatusParams) WithTimeout

WithTimeout adds the timeout to the get repair freeipa status params

func (*GetRepairFreeipaStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRepairFreeipaStatusReader

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

GetRepairFreeipaStatusReader is a Reader for the GetRepairFreeipaStatus structure.

func (*GetRepairFreeipaStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRootCertificateDefault

type GetRootCertificateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewGetRootCertificateDefault

func NewGetRootCertificateDefault(code int) *GetRootCertificateDefault

NewGetRootCertificateDefault creates a GetRootCertificateDefault with default headers values

func (*GetRootCertificateDefault) Code

func (o *GetRootCertificateDefault) Code() int

Code gets the status code for the get root certificate default response

func (*GetRootCertificateDefault) Error

func (o *GetRootCertificateDefault) Error() string

func (*GetRootCertificateDefault) GetPayload

func (o *GetRootCertificateDefault) GetPayload() *models.Error

func (*GetRootCertificateDefault) IsClientError

func (o *GetRootCertificateDefault) IsClientError() bool

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

func (*GetRootCertificateDefault) IsCode

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

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

func (*GetRootCertificateDefault) IsRedirect

func (o *GetRootCertificateDefault) IsRedirect() bool

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

func (*GetRootCertificateDefault) IsServerError

func (o *GetRootCertificateDefault) IsServerError() bool

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

func (*GetRootCertificateDefault) IsSuccess

func (o *GetRootCertificateDefault) IsSuccess() bool

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

func (*GetRootCertificateDefault) String

func (o *GetRootCertificateDefault) String() string

type GetRootCertificateOK

type GetRootCertificateOK struct {
	Payload *models.GetRootCertificateResponse
}

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

Expected response to a valid request.

func NewGetRootCertificateOK

func NewGetRootCertificateOK() *GetRootCertificateOK

NewGetRootCertificateOK creates a GetRootCertificateOK with default headers values

func (*GetRootCertificateOK) Code

func (o *GetRootCertificateOK) Code() int

Code gets the status code for the get root certificate o k response

func (*GetRootCertificateOK) Error

func (o *GetRootCertificateOK) Error() string

func (*GetRootCertificateOK) GetPayload

func (*GetRootCertificateOK) IsClientError

func (o *GetRootCertificateOK) IsClientError() bool

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

func (*GetRootCertificateOK) IsCode

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

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

func (*GetRootCertificateOK) IsRedirect

func (o *GetRootCertificateOK) IsRedirect() bool

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

func (*GetRootCertificateOK) IsServerError

func (o *GetRootCertificateOK) IsServerError() bool

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

func (*GetRootCertificateOK) IsSuccess

func (o *GetRootCertificateOK) IsSuccess() bool

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

func (*GetRootCertificateOK) String

func (o *GetRootCertificateOK) String() string

type GetRootCertificateParams

type GetRootCertificateParams struct {

	// Input.
	Input *models.GetRootCertificateRequest

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

GetRootCertificateParams contains all the parameters to send to the API endpoint

for the get root certificate operation.

Typically these are written to a http.Request.

func NewGetRootCertificateParams

func NewGetRootCertificateParams() *GetRootCertificateParams

NewGetRootCertificateParams creates a new GetRootCertificateParams 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 NewGetRootCertificateParamsWithContext

func NewGetRootCertificateParamsWithContext(ctx context.Context) *GetRootCertificateParams

NewGetRootCertificateParamsWithContext creates a new GetRootCertificateParams object with the ability to set a context for a request.

func NewGetRootCertificateParamsWithHTTPClient

func NewGetRootCertificateParamsWithHTTPClient(client *http.Client) *GetRootCertificateParams

NewGetRootCertificateParamsWithHTTPClient creates a new GetRootCertificateParams object with the ability to set a custom HTTPClient for a request.

func NewGetRootCertificateParamsWithTimeout

func NewGetRootCertificateParamsWithTimeout(timeout time.Duration) *GetRootCertificateParams

NewGetRootCertificateParamsWithTimeout creates a new GetRootCertificateParams object with the ability to set a timeout on a request.

func (*GetRootCertificateParams) SetContext

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

SetContext adds the context to the get root certificate params

func (*GetRootCertificateParams) SetDefaults

func (o *GetRootCertificateParams) SetDefaults()

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

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

func (*GetRootCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get root certificate params

func (*GetRootCertificateParams) SetInput

SetInput adds the input to the get root certificate params

func (*GetRootCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the get root certificate params

func (*GetRootCertificateParams) WithContext

WithContext adds the context to the get root certificate params

func (*GetRootCertificateParams) WithDefaults

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

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

func (*GetRootCertificateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get root certificate params

func (*GetRootCertificateParams) WithInput

WithInput adds the input to the get root certificate params

func (*GetRootCertificateParams) WithTimeout

WithTimeout adds the timeout to the get root certificate params

func (*GetRootCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRootCertificateReader

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

GetRootCertificateReader is a Reader for the GetRootCertificate structure.

func (*GetRootCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAuditCredentialsDefault

type ListAuditCredentialsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewListAuditCredentialsDefault

func NewListAuditCredentialsDefault(code int) *ListAuditCredentialsDefault

NewListAuditCredentialsDefault creates a ListAuditCredentialsDefault with default headers values

func (*ListAuditCredentialsDefault) Code

func (o *ListAuditCredentialsDefault) Code() int

Code gets the status code for the list audit credentials default response

func (*ListAuditCredentialsDefault) Error

func (*ListAuditCredentialsDefault) GetPayload

func (o *ListAuditCredentialsDefault) GetPayload() *models.Error

func (*ListAuditCredentialsDefault) IsClientError

func (o *ListAuditCredentialsDefault) IsClientError() bool

IsClientError returns true when this list audit credentials default response has a 4xx status code

func (*ListAuditCredentialsDefault) IsCode

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

IsCode returns true when this list audit credentials default response a status code equal to that given

func (*ListAuditCredentialsDefault) IsRedirect

func (o *ListAuditCredentialsDefault) IsRedirect() bool

IsRedirect returns true when this list audit credentials default response has a 3xx status code

func (*ListAuditCredentialsDefault) IsServerError

func (o *ListAuditCredentialsDefault) IsServerError() bool

IsServerError returns true when this list audit credentials default response has a 5xx status code

func (*ListAuditCredentialsDefault) IsSuccess

func (o *ListAuditCredentialsDefault) IsSuccess() bool

IsSuccess returns true when this list audit credentials default response has a 2xx status code

func (*ListAuditCredentialsDefault) String

func (o *ListAuditCredentialsDefault) String() string

type ListAuditCredentialsOK

type ListAuditCredentialsOK struct {
	Payload *models.ListAuditCredentialsResponse
}

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

Expected response to a valid request.

func NewListAuditCredentialsOK

func NewListAuditCredentialsOK() *ListAuditCredentialsOK

NewListAuditCredentialsOK creates a ListAuditCredentialsOK with default headers values

func (*ListAuditCredentialsOK) Code

func (o *ListAuditCredentialsOK) Code() int

Code gets the status code for the list audit credentials o k response

func (*ListAuditCredentialsOK) Error

func (o *ListAuditCredentialsOK) Error() string

func (*ListAuditCredentialsOK) GetPayload

func (*ListAuditCredentialsOK) IsClientError

func (o *ListAuditCredentialsOK) IsClientError() bool

IsClientError returns true when this list audit credentials o k response has a 4xx status code

func (*ListAuditCredentialsOK) IsCode

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

IsCode returns true when this list audit credentials o k response a status code equal to that given

func (*ListAuditCredentialsOK) IsRedirect

func (o *ListAuditCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list audit credentials o k response has a 3xx status code

func (*ListAuditCredentialsOK) IsServerError

func (o *ListAuditCredentialsOK) IsServerError() bool

IsServerError returns true when this list audit credentials o k response has a 5xx status code

func (*ListAuditCredentialsOK) IsSuccess

func (o *ListAuditCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list audit credentials o k response has a 2xx status code

func (*ListAuditCredentialsOK) String

func (o *ListAuditCredentialsOK) String() string

type ListAuditCredentialsParams

type ListAuditCredentialsParams struct {

	// Input.
	Input models.ListAuditCredentialsRequest

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

ListAuditCredentialsParams contains all the parameters to send to the API endpoint

for the list audit credentials operation.

Typically these are written to a http.Request.

func NewListAuditCredentialsParams

func NewListAuditCredentialsParams() *ListAuditCredentialsParams

NewListAuditCredentialsParams creates a new ListAuditCredentialsParams 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 NewListAuditCredentialsParamsWithContext

func NewListAuditCredentialsParamsWithContext(ctx context.Context) *ListAuditCredentialsParams

NewListAuditCredentialsParamsWithContext creates a new ListAuditCredentialsParams object with the ability to set a context for a request.

func NewListAuditCredentialsParamsWithHTTPClient

func NewListAuditCredentialsParamsWithHTTPClient(client *http.Client) *ListAuditCredentialsParams

NewListAuditCredentialsParamsWithHTTPClient creates a new ListAuditCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListAuditCredentialsParamsWithTimeout

func NewListAuditCredentialsParamsWithTimeout(timeout time.Duration) *ListAuditCredentialsParams

NewListAuditCredentialsParamsWithTimeout creates a new ListAuditCredentialsParams object with the ability to set a timeout on a request.

func (*ListAuditCredentialsParams) SetContext

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

SetContext adds the context to the list audit credentials params

func (*ListAuditCredentialsParams) SetDefaults

func (o *ListAuditCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list audit credentials params (not the query body).

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

func (*ListAuditCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list audit credentials params

func (*ListAuditCredentialsParams) SetInput

SetInput adds the input to the list audit credentials params

func (*ListAuditCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list audit credentials params

func (*ListAuditCredentialsParams) WithContext

WithContext adds the context to the list audit credentials params

func (*ListAuditCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list audit credentials params (not the query body).

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

func (*ListAuditCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list audit credentials params

func (*ListAuditCredentialsParams) WithInput

WithInput adds the input to the list audit credentials params

func (*ListAuditCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list audit credentials params

func (*ListAuditCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAuditCredentialsReader

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

ListAuditCredentialsReader is a Reader for the ListAuditCredentials structure.

func (*ListAuditCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListCredentialsDefault

type ListCredentialsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewListCredentialsDefault

func NewListCredentialsDefault(code int) *ListCredentialsDefault

NewListCredentialsDefault creates a ListCredentialsDefault with default headers values

func (*ListCredentialsDefault) Code

func (o *ListCredentialsDefault) Code() int

Code gets the status code for the list credentials default response

func (*ListCredentialsDefault) Error

func (o *ListCredentialsDefault) Error() string

func (*ListCredentialsDefault) GetPayload

func (o *ListCredentialsDefault) GetPayload() *models.Error

func (*ListCredentialsDefault) IsClientError

func (o *ListCredentialsDefault) IsClientError() bool

IsClientError returns true when this list credentials default response has a 4xx status code

func (*ListCredentialsDefault) IsCode

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

IsCode returns true when this list credentials default response a status code equal to that given

func (*ListCredentialsDefault) IsRedirect

func (o *ListCredentialsDefault) IsRedirect() bool

IsRedirect returns true when this list credentials default response has a 3xx status code

func (*ListCredentialsDefault) IsServerError

func (o *ListCredentialsDefault) IsServerError() bool

IsServerError returns true when this list credentials default response has a 5xx status code

func (*ListCredentialsDefault) IsSuccess

func (o *ListCredentialsDefault) IsSuccess() bool

IsSuccess returns true when this list credentials default response has a 2xx status code

func (*ListCredentialsDefault) String

func (o *ListCredentialsDefault) String() string

type ListCredentialsOK

type ListCredentialsOK struct {
	Payload *models.ListCredentialsResponse
}

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

Expected response to a valid request.

func NewListCredentialsOK

func NewListCredentialsOK() *ListCredentialsOK

NewListCredentialsOK creates a ListCredentialsOK with default headers values

func (*ListCredentialsOK) Code

func (o *ListCredentialsOK) Code() int

Code gets the status code for the list credentials o k response

func (*ListCredentialsOK) Error

func (o *ListCredentialsOK) Error() string

func (*ListCredentialsOK) GetPayload

func (*ListCredentialsOK) IsClientError

func (o *ListCredentialsOK) IsClientError() bool

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

func (*ListCredentialsOK) IsCode

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

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

func (*ListCredentialsOK) IsRedirect

func (o *ListCredentialsOK) IsRedirect() bool

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

func (*ListCredentialsOK) IsServerError

func (o *ListCredentialsOK) IsServerError() bool

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

func (*ListCredentialsOK) IsSuccess

func (o *ListCredentialsOK) IsSuccess() bool

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

func (*ListCredentialsOK) String

func (o *ListCredentialsOK) String() string

type ListCredentialsParams

type ListCredentialsParams struct {

	// Input.
	Input *models.ListCredentialsRequest

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

ListCredentialsParams contains all the parameters to send to the API endpoint

for the list credentials operation.

Typically these are written to a http.Request.

func NewListCredentialsParams

func NewListCredentialsParams() *ListCredentialsParams

NewListCredentialsParams creates a new ListCredentialsParams 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 NewListCredentialsParamsWithContext

func NewListCredentialsParamsWithContext(ctx context.Context) *ListCredentialsParams

NewListCredentialsParamsWithContext creates a new ListCredentialsParams object with the ability to set a context for a request.

func NewListCredentialsParamsWithHTTPClient

func NewListCredentialsParamsWithHTTPClient(client *http.Client) *ListCredentialsParams

NewListCredentialsParamsWithHTTPClient creates a new ListCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListCredentialsParamsWithTimeout

func NewListCredentialsParamsWithTimeout(timeout time.Duration) *ListCredentialsParams

NewListCredentialsParamsWithTimeout creates a new ListCredentialsParams object with the ability to set a timeout on a request.

func (*ListCredentialsParams) SetContext

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

SetContext adds the context to the list credentials params

func (*ListCredentialsParams) SetDefaults

func (o *ListCredentialsParams) SetDefaults()

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

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

func (*ListCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list credentials params

func (*ListCredentialsParams) SetInput

SetInput adds the input to the list credentials params

func (*ListCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list credentials params

func (*ListCredentialsParams) WithContext

WithContext adds the context to the list credentials params

func (*ListCredentialsParams) WithDefaults

func (o *ListCredentialsParams) WithDefaults() *ListCredentialsParams

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

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

func (*ListCredentialsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list credentials params

func (*ListCredentialsParams) WithInput

WithInput adds the input to the list credentials params

func (*ListCredentialsParams) WithTimeout

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

WithTimeout adds the timeout to the list credentials params

func (*ListCredentialsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListCredentialsReader

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

ListCredentialsReader is a Reader for the ListCredentials structure.

func (*ListCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEnvironmentsDefault

type ListEnvironmentsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewListEnvironmentsDefault

func NewListEnvironmentsDefault(code int) *ListEnvironmentsDefault

NewListEnvironmentsDefault creates a ListEnvironmentsDefault with default headers values

func (*ListEnvironmentsDefault) Code

func (o *ListEnvironmentsDefault) Code() int

Code gets the status code for the list environments default response

func (*ListEnvironmentsDefault) Error

func (o *ListEnvironmentsDefault) Error() string

func (*ListEnvironmentsDefault) GetPayload

func (o *ListEnvironmentsDefault) GetPayload() *models.Error

func (*ListEnvironmentsDefault) IsClientError

func (o *ListEnvironmentsDefault) IsClientError() bool

IsClientError returns true when this list environments default response has a 4xx status code

func (*ListEnvironmentsDefault) IsCode

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

IsCode returns true when this list environments default response a status code equal to that given

func (*ListEnvironmentsDefault) IsRedirect

func (o *ListEnvironmentsDefault) IsRedirect() bool

IsRedirect returns true when this list environments default response has a 3xx status code

func (*ListEnvironmentsDefault) IsServerError

func (o *ListEnvironmentsDefault) IsServerError() bool

IsServerError returns true when this list environments default response has a 5xx status code

func (*ListEnvironmentsDefault) IsSuccess

func (o *ListEnvironmentsDefault) IsSuccess() bool

IsSuccess returns true when this list environments default response has a 2xx status code

func (*ListEnvironmentsDefault) String

func (o *ListEnvironmentsDefault) String() string

type ListEnvironmentsOK

type ListEnvironmentsOK struct {
	Payload *models.ListEnvironmentsResponse
}

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

Expected response to a valid request.

func NewListEnvironmentsOK

func NewListEnvironmentsOK() *ListEnvironmentsOK

NewListEnvironmentsOK creates a ListEnvironmentsOK with default headers values

func (*ListEnvironmentsOK) Code

func (o *ListEnvironmentsOK) Code() int

Code gets the status code for the list environments o k response

func (*ListEnvironmentsOK) Error

func (o *ListEnvironmentsOK) Error() string

func (*ListEnvironmentsOK) GetPayload

func (*ListEnvironmentsOK) IsClientError

func (o *ListEnvironmentsOK) IsClientError() bool

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

func (*ListEnvironmentsOK) IsCode

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

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

func (*ListEnvironmentsOK) IsRedirect

func (o *ListEnvironmentsOK) IsRedirect() bool

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

func (*ListEnvironmentsOK) IsServerError

func (o *ListEnvironmentsOK) IsServerError() bool

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

func (*ListEnvironmentsOK) IsSuccess

func (o *ListEnvironmentsOK) IsSuccess() bool

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

func (*ListEnvironmentsOK) String

func (o *ListEnvironmentsOK) String() string

type ListEnvironmentsParams

type ListEnvironmentsParams struct {

	// Input.
	Input models.ListEnvironmentsRequest

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

ListEnvironmentsParams contains all the parameters to send to the API endpoint

for the list environments operation.

Typically these are written to a http.Request.

func NewListEnvironmentsParams

func NewListEnvironmentsParams() *ListEnvironmentsParams

NewListEnvironmentsParams creates a new ListEnvironmentsParams 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 NewListEnvironmentsParamsWithContext

func NewListEnvironmentsParamsWithContext(ctx context.Context) *ListEnvironmentsParams

NewListEnvironmentsParamsWithContext creates a new ListEnvironmentsParams object with the ability to set a context for a request.

func NewListEnvironmentsParamsWithHTTPClient

func NewListEnvironmentsParamsWithHTTPClient(client *http.Client) *ListEnvironmentsParams

NewListEnvironmentsParamsWithHTTPClient creates a new ListEnvironmentsParams object with the ability to set a custom HTTPClient for a request.

func NewListEnvironmentsParamsWithTimeout

func NewListEnvironmentsParamsWithTimeout(timeout time.Duration) *ListEnvironmentsParams

NewListEnvironmentsParamsWithTimeout creates a new ListEnvironmentsParams object with the ability to set a timeout on a request.

func (*ListEnvironmentsParams) SetContext

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

SetContext adds the context to the list environments params

func (*ListEnvironmentsParams) SetDefaults

func (o *ListEnvironmentsParams) SetDefaults()

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

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

func (*ListEnvironmentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list environments params

func (*ListEnvironmentsParams) SetInput

SetInput adds the input to the list environments params

func (*ListEnvironmentsParams) SetTimeout

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

SetTimeout adds the timeout to the list environments params

func (*ListEnvironmentsParams) WithContext

WithContext adds the context to the list environments params

func (*ListEnvironmentsParams) WithDefaults

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

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

func (*ListEnvironmentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list environments params

func (*ListEnvironmentsParams) WithInput

WithInput adds the input to the list environments params

func (*ListEnvironmentsParams) WithTimeout

WithTimeout adds the timeout to the list environments params

func (*ListEnvironmentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEnvironmentsReader

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

ListEnvironmentsReader is a Reader for the ListEnvironments structure.

func (*ListEnvironmentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFreeipaDiagnosticsDefault

type ListFreeipaDiagnosticsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewListFreeipaDiagnosticsDefault

func NewListFreeipaDiagnosticsDefault(code int) *ListFreeipaDiagnosticsDefault

NewListFreeipaDiagnosticsDefault creates a ListFreeipaDiagnosticsDefault with default headers values

func (*ListFreeipaDiagnosticsDefault) Code

Code gets the status code for the list freeipa diagnostics default response

func (*ListFreeipaDiagnosticsDefault) Error

func (*ListFreeipaDiagnosticsDefault) GetPayload

func (o *ListFreeipaDiagnosticsDefault) GetPayload() *models.Error

func (*ListFreeipaDiagnosticsDefault) IsClientError

func (o *ListFreeipaDiagnosticsDefault) IsClientError() bool

IsClientError returns true when this list freeipa diagnostics default response has a 4xx status code

func (*ListFreeipaDiagnosticsDefault) IsCode

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

IsCode returns true when this list freeipa diagnostics default response a status code equal to that given

func (*ListFreeipaDiagnosticsDefault) IsRedirect

func (o *ListFreeipaDiagnosticsDefault) IsRedirect() bool

IsRedirect returns true when this list freeipa diagnostics default response has a 3xx status code

func (*ListFreeipaDiagnosticsDefault) IsServerError

func (o *ListFreeipaDiagnosticsDefault) IsServerError() bool

IsServerError returns true when this list freeipa diagnostics default response has a 5xx status code

func (*ListFreeipaDiagnosticsDefault) IsSuccess

func (o *ListFreeipaDiagnosticsDefault) IsSuccess() bool

IsSuccess returns true when this list freeipa diagnostics default response has a 2xx status code

func (*ListFreeipaDiagnosticsDefault) String

type ListFreeipaDiagnosticsOK

type ListFreeipaDiagnosticsOK struct {
	Payload *models.ListFreeipaDiagnosticsResponse
}

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

Expected response to a valid request.

func NewListFreeipaDiagnosticsOK

func NewListFreeipaDiagnosticsOK() *ListFreeipaDiagnosticsOK

NewListFreeipaDiagnosticsOK creates a ListFreeipaDiagnosticsOK with default headers values

func (*ListFreeipaDiagnosticsOK) Code

func (o *ListFreeipaDiagnosticsOK) Code() int

Code gets the status code for the list freeipa diagnostics o k response

func (*ListFreeipaDiagnosticsOK) Error

func (o *ListFreeipaDiagnosticsOK) Error() string

func (*ListFreeipaDiagnosticsOK) GetPayload

func (*ListFreeipaDiagnosticsOK) IsClientError

func (o *ListFreeipaDiagnosticsOK) IsClientError() bool

IsClientError returns true when this list freeipa diagnostics o k response has a 4xx status code

func (*ListFreeipaDiagnosticsOK) IsCode

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

IsCode returns true when this list freeipa diagnostics o k response a status code equal to that given

func (*ListFreeipaDiagnosticsOK) IsRedirect

func (o *ListFreeipaDiagnosticsOK) IsRedirect() bool

IsRedirect returns true when this list freeipa diagnostics o k response has a 3xx status code

func (*ListFreeipaDiagnosticsOK) IsServerError

func (o *ListFreeipaDiagnosticsOK) IsServerError() bool

IsServerError returns true when this list freeipa diagnostics o k response has a 5xx status code

func (*ListFreeipaDiagnosticsOK) IsSuccess

func (o *ListFreeipaDiagnosticsOK) IsSuccess() bool

IsSuccess returns true when this list freeipa diagnostics o k response has a 2xx status code

func (*ListFreeipaDiagnosticsOK) String

func (o *ListFreeipaDiagnosticsOK) String() string

type ListFreeipaDiagnosticsParams

type ListFreeipaDiagnosticsParams struct {

	// Input.
	Input *models.ListFreeipaDiagnosticsRequest

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

ListFreeipaDiagnosticsParams contains all the parameters to send to the API endpoint

for the list freeipa diagnostics operation.

Typically these are written to a http.Request.

func NewListFreeipaDiagnosticsParams

func NewListFreeipaDiagnosticsParams() *ListFreeipaDiagnosticsParams

NewListFreeipaDiagnosticsParams creates a new ListFreeipaDiagnosticsParams 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 NewListFreeipaDiagnosticsParamsWithContext

func NewListFreeipaDiagnosticsParamsWithContext(ctx context.Context) *ListFreeipaDiagnosticsParams

NewListFreeipaDiagnosticsParamsWithContext creates a new ListFreeipaDiagnosticsParams object with the ability to set a context for a request.

func NewListFreeipaDiagnosticsParamsWithHTTPClient

func NewListFreeipaDiagnosticsParamsWithHTTPClient(client *http.Client) *ListFreeipaDiagnosticsParams

NewListFreeipaDiagnosticsParamsWithHTTPClient creates a new ListFreeipaDiagnosticsParams object with the ability to set a custom HTTPClient for a request.

func NewListFreeipaDiagnosticsParamsWithTimeout

func NewListFreeipaDiagnosticsParamsWithTimeout(timeout time.Duration) *ListFreeipaDiagnosticsParams

NewListFreeipaDiagnosticsParamsWithTimeout creates a new ListFreeipaDiagnosticsParams object with the ability to set a timeout on a request.

func (*ListFreeipaDiagnosticsParams) SetContext

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

SetContext adds the context to the list freeipa diagnostics params

func (*ListFreeipaDiagnosticsParams) SetDefaults

func (o *ListFreeipaDiagnosticsParams) SetDefaults()

SetDefaults hydrates default values in the list freeipa diagnostics params (not the query body).

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

func (*ListFreeipaDiagnosticsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list freeipa diagnostics params

func (*ListFreeipaDiagnosticsParams) SetInput

SetInput adds the input to the list freeipa diagnostics params

func (*ListFreeipaDiagnosticsParams) SetTimeout

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

SetTimeout adds the timeout to the list freeipa diagnostics params

func (*ListFreeipaDiagnosticsParams) WithContext

WithContext adds the context to the list freeipa diagnostics params

func (*ListFreeipaDiagnosticsParams) WithDefaults

WithDefaults hydrates default values in the list freeipa diagnostics params (not the query body).

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

func (*ListFreeipaDiagnosticsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list freeipa diagnostics params

func (*ListFreeipaDiagnosticsParams) WithInput

WithInput adds the input to the list freeipa diagnostics params

func (*ListFreeipaDiagnosticsParams) WithTimeout

WithTimeout adds the timeout to the list freeipa diagnostics params

func (*ListFreeipaDiagnosticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFreeipaDiagnosticsReader

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

ListFreeipaDiagnosticsReader is a Reader for the ListFreeipaDiagnostics structure.

func (*ListFreeipaDiagnosticsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProxyConfigsDefault

type ListProxyConfigsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewListProxyConfigsDefault

func NewListProxyConfigsDefault(code int) *ListProxyConfigsDefault

NewListProxyConfigsDefault creates a ListProxyConfigsDefault with default headers values

func (*ListProxyConfigsDefault) Code

func (o *ListProxyConfigsDefault) Code() int

Code gets the status code for the list proxy configs default response

func (*ListProxyConfigsDefault) Error

func (o *ListProxyConfigsDefault) Error() string

func (*ListProxyConfigsDefault) GetPayload

func (o *ListProxyConfigsDefault) GetPayload() *models.Error

func (*ListProxyConfigsDefault) IsClientError

func (o *ListProxyConfigsDefault) IsClientError() bool

IsClientError returns true when this list proxy configs default response has a 4xx status code

func (*ListProxyConfigsDefault) IsCode

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

IsCode returns true when this list proxy configs default response a status code equal to that given

func (*ListProxyConfigsDefault) IsRedirect

func (o *ListProxyConfigsDefault) IsRedirect() bool

IsRedirect returns true when this list proxy configs default response has a 3xx status code

func (*ListProxyConfigsDefault) IsServerError

func (o *ListProxyConfigsDefault) IsServerError() bool

IsServerError returns true when this list proxy configs default response has a 5xx status code

func (*ListProxyConfigsDefault) IsSuccess

func (o *ListProxyConfigsDefault) IsSuccess() bool

IsSuccess returns true when this list proxy configs default response has a 2xx status code

func (*ListProxyConfigsDefault) String

func (o *ListProxyConfigsDefault) String() string

type ListProxyConfigsOK

type ListProxyConfigsOK struct {
	Payload *models.ListProxyConfigsResponse
}

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

Expected response to a valid request.

func NewListProxyConfigsOK

func NewListProxyConfigsOK() *ListProxyConfigsOK

NewListProxyConfigsOK creates a ListProxyConfigsOK with default headers values

func (*ListProxyConfigsOK) Code

func (o *ListProxyConfigsOK) Code() int

Code gets the status code for the list proxy configs o k response

func (*ListProxyConfigsOK) Error

func (o *ListProxyConfigsOK) Error() string

func (*ListProxyConfigsOK) GetPayload

func (*ListProxyConfigsOK) IsClientError

func (o *ListProxyConfigsOK) IsClientError() bool

IsClientError returns true when this list proxy configs o k response has a 4xx status code

func (*ListProxyConfigsOK) IsCode

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

IsCode returns true when this list proxy configs o k response a status code equal to that given

func (*ListProxyConfigsOK) IsRedirect

func (o *ListProxyConfigsOK) IsRedirect() bool

IsRedirect returns true when this list proxy configs o k response has a 3xx status code

func (*ListProxyConfigsOK) IsServerError

func (o *ListProxyConfigsOK) IsServerError() bool

IsServerError returns true when this list proxy configs o k response has a 5xx status code

func (*ListProxyConfigsOK) IsSuccess

func (o *ListProxyConfigsOK) IsSuccess() bool

IsSuccess returns true when this list proxy configs o k response has a 2xx status code

func (*ListProxyConfigsOK) String

func (o *ListProxyConfigsOK) String() string

type ListProxyConfigsParams

type ListProxyConfigsParams struct {

	// Input.
	Input *models.ListProxyConfigsRequest

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

ListProxyConfigsParams contains all the parameters to send to the API endpoint

for the list proxy configs operation.

Typically these are written to a http.Request.

func NewListProxyConfigsParams

func NewListProxyConfigsParams() *ListProxyConfigsParams

NewListProxyConfigsParams creates a new ListProxyConfigsParams 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 NewListProxyConfigsParamsWithContext

func NewListProxyConfigsParamsWithContext(ctx context.Context) *ListProxyConfigsParams

NewListProxyConfigsParamsWithContext creates a new ListProxyConfigsParams object with the ability to set a context for a request.

func NewListProxyConfigsParamsWithHTTPClient

func NewListProxyConfigsParamsWithHTTPClient(client *http.Client) *ListProxyConfigsParams

NewListProxyConfigsParamsWithHTTPClient creates a new ListProxyConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewListProxyConfigsParamsWithTimeout

func NewListProxyConfigsParamsWithTimeout(timeout time.Duration) *ListProxyConfigsParams

NewListProxyConfigsParamsWithTimeout creates a new ListProxyConfigsParams object with the ability to set a timeout on a request.

func (*ListProxyConfigsParams) SetContext

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

SetContext adds the context to the list proxy configs params

func (*ListProxyConfigsParams) SetDefaults

func (o *ListProxyConfigsParams) SetDefaults()

SetDefaults hydrates default values in the list proxy configs params (not the query body).

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

func (*ListProxyConfigsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list proxy configs params

func (*ListProxyConfigsParams) SetInput

SetInput adds the input to the list proxy configs params

func (*ListProxyConfigsParams) SetTimeout

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

SetTimeout adds the timeout to the list proxy configs params

func (*ListProxyConfigsParams) WithContext

WithContext adds the context to the list proxy configs params

func (*ListProxyConfigsParams) WithDefaults

WithDefaults hydrates default values in the list proxy configs params (not the query body).

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

func (*ListProxyConfigsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list proxy configs params

func (*ListProxyConfigsParams) WithInput

WithInput adds the input to the list proxy configs params

func (*ListProxyConfigsParams) WithTimeout

WithTimeout adds the timeout to the list proxy configs params

func (*ListProxyConfigsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProxyConfigsReader

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

ListProxyConfigsReader is a Reader for the ListProxyConfigs structure.

func (*ListProxyConfigsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RepairFreeipaDefault

type RepairFreeipaDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewRepairFreeipaDefault

func NewRepairFreeipaDefault(code int) *RepairFreeipaDefault

NewRepairFreeipaDefault creates a RepairFreeipaDefault with default headers values

func (*RepairFreeipaDefault) Code

func (o *RepairFreeipaDefault) Code() int

Code gets the status code for the repair freeipa default response

func (*RepairFreeipaDefault) Error

func (o *RepairFreeipaDefault) Error() string

func (*RepairFreeipaDefault) GetPayload

func (o *RepairFreeipaDefault) GetPayload() *models.Error

func (*RepairFreeipaDefault) IsClientError

func (o *RepairFreeipaDefault) IsClientError() bool

IsClientError returns true when this repair freeipa default response has a 4xx status code

func (*RepairFreeipaDefault) IsCode

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

IsCode returns true when this repair freeipa default response a status code equal to that given

func (*RepairFreeipaDefault) IsRedirect

func (o *RepairFreeipaDefault) IsRedirect() bool

IsRedirect returns true when this repair freeipa default response has a 3xx status code

func (*RepairFreeipaDefault) IsServerError

func (o *RepairFreeipaDefault) IsServerError() bool

IsServerError returns true when this repair freeipa default response has a 5xx status code

func (*RepairFreeipaDefault) IsSuccess

func (o *RepairFreeipaDefault) IsSuccess() bool

IsSuccess returns true when this repair freeipa default response has a 2xx status code

func (*RepairFreeipaDefault) String

func (o *RepairFreeipaDefault) String() string

type RepairFreeipaOK

type RepairFreeipaOK struct {
	Payload *models.RepairFreeipaResponse
}

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

Expected response to a valid request.

func NewRepairFreeipaOK

func NewRepairFreeipaOK() *RepairFreeipaOK

NewRepairFreeipaOK creates a RepairFreeipaOK with default headers values

func (*RepairFreeipaOK) Code

func (o *RepairFreeipaOK) Code() int

Code gets the status code for the repair freeipa o k response

func (*RepairFreeipaOK) Error

func (o *RepairFreeipaOK) Error() string

func (*RepairFreeipaOK) GetPayload

func (o *RepairFreeipaOK) GetPayload() *models.RepairFreeipaResponse

func (*RepairFreeipaOK) IsClientError

func (o *RepairFreeipaOK) IsClientError() bool

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

func (*RepairFreeipaOK) IsCode

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

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

func (*RepairFreeipaOK) IsRedirect

func (o *RepairFreeipaOK) IsRedirect() bool

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

func (*RepairFreeipaOK) IsServerError

func (o *RepairFreeipaOK) IsServerError() bool

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

func (*RepairFreeipaOK) IsSuccess

func (o *RepairFreeipaOK) IsSuccess() bool

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

func (*RepairFreeipaOK) String

func (o *RepairFreeipaOK) String() string

type RepairFreeipaParams

type RepairFreeipaParams struct {

	// Input.
	Input *models.RepairFreeipaRequest

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

RepairFreeipaParams contains all the parameters to send to the API endpoint

for the repair freeipa operation.

Typically these are written to a http.Request.

func NewRepairFreeipaParams

func NewRepairFreeipaParams() *RepairFreeipaParams

NewRepairFreeipaParams creates a new RepairFreeipaParams 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 NewRepairFreeipaParamsWithContext

func NewRepairFreeipaParamsWithContext(ctx context.Context) *RepairFreeipaParams

NewRepairFreeipaParamsWithContext creates a new RepairFreeipaParams object with the ability to set a context for a request.

func NewRepairFreeipaParamsWithHTTPClient

func NewRepairFreeipaParamsWithHTTPClient(client *http.Client) *RepairFreeipaParams

NewRepairFreeipaParamsWithHTTPClient creates a new RepairFreeipaParams object with the ability to set a custom HTTPClient for a request.

func NewRepairFreeipaParamsWithTimeout

func NewRepairFreeipaParamsWithTimeout(timeout time.Duration) *RepairFreeipaParams

NewRepairFreeipaParamsWithTimeout creates a new RepairFreeipaParams object with the ability to set a timeout on a request.

func (*RepairFreeipaParams) SetContext

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

SetContext adds the context to the repair freeipa params

func (*RepairFreeipaParams) SetDefaults

func (o *RepairFreeipaParams) SetDefaults()

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

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

func (*RepairFreeipaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the repair freeipa params

func (*RepairFreeipaParams) SetInput

func (o *RepairFreeipaParams) SetInput(input *models.RepairFreeipaRequest)

SetInput adds the input to the repair freeipa params

func (*RepairFreeipaParams) SetTimeout

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

SetTimeout adds the timeout to the repair freeipa params

func (*RepairFreeipaParams) WithContext

WithContext adds the context to the repair freeipa params

func (*RepairFreeipaParams) WithDefaults

func (o *RepairFreeipaParams) WithDefaults() *RepairFreeipaParams

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

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

func (*RepairFreeipaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the repair freeipa params

func (*RepairFreeipaParams) WithInput

WithInput adds the input to the repair freeipa params

func (*RepairFreeipaParams) WithTimeout

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

WithTimeout adds the timeout to the repair freeipa params

func (*RepairFreeipaParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RepairFreeipaReader

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

RepairFreeipaReader is a Reader for the RepairFreeipa structure.

func (*RepairFreeipaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RetryFreeipaDefault

type RetryFreeipaDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewRetryFreeipaDefault

func NewRetryFreeipaDefault(code int) *RetryFreeipaDefault

NewRetryFreeipaDefault creates a RetryFreeipaDefault with default headers values

func (*RetryFreeipaDefault) Code

func (o *RetryFreeipaDefault) Code() int

Code gets the status code for the retry freeipa default response

func (*RetryFreeipaDefault) Error

func (o *RetryFreeipaDefault) Error() string

func (*RetryFreeipaDefault) GetPayload

func (o *RetryFreeipaDefault) GetPayload() *models.Error

func (*RetryFreeipaDefault) IsClientError

func (o *RetryFreeipaDefault) IsClientError() bool

IsClientError returns true when this retry freeipa default response has a 4xx status code

func (*RetryFreeipaDefault) IsCode

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

IsCode returns true when this retry freeipa default response a status code equal to that given

func (*RetryFreeipaDefault) IsRedirect

func (o *RetryFreeipaDefault) IsRedirect() bool

IsRedirect returns true when this retry freeipa default response has a 3xx status code

func (*RetryFreeipaDefault) IsServerError

func (o *RetryFreeipaDefault) IsServerError() bool

IsServerError returns true when this retry freeipa default response has a 5xx status code

func (*RetryFreeipaDefault) IsSuccess

func (o *RetryFreeipaDefault) IsSuccess() bool

IsSuccess returns true when this retry freeipa default response has a 2xx status code

func (*RetryFreeipaDefault) String

func (o *RetryFreeipaDefault) String() string

type RetryFreeipaOK

type RetryFreeipaOK struct {
	Payload models.RetryFreeipaResponse
}

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

Expected response to a valid request.

func NewRetryFreeipaOK

func NewRetryFreeipaOK() *RetryFreeipaOK

NewRetryFreeipaOK creates a RetryFreeipaOK with default headers values

func (*RetryFreeipaOK) Code

func (o *RetryFreeipaOK) Code() int

Code gets the status code for the retry freeipa o k response

func (*RetryFreeipaOK) Error

func (o *RetryFreeipaOK) Error() string

func (*RetryFreeipaOK) GetPayload

func (o *RetryFreeipaOK) GetPayload() models.RetryFreeipaResponse

func (*RetryFreeipaOK) IsClientError

func (o *RetryFreeipaOK) IsClientError() bool

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

func (*RetryFreeipaOK) IsCode

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

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

func (*RetryFreeipaOK) IsRedirect

func (o *RetryFreeipaOK) IsRedirect() bool

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

func (*RetryFreeipaOK) IsServerError

func (o *RetryFreeipaOK) IsServerError() bool

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

func (*RetryFreeipaOK) IsSuccess

func (o *RetryFreeipaOK) IsSuccess() bool

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

func (*RetryFreeipaOK) String

func (o *RetryFreeipaOK) String() string

type RetryFreeipaParams

type RetryFreeipaParams struct {

	// Input.
	Input *models.RetryFreeipaRequest

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

RetryFreeipaParams contains all the parameters to send to the API endpoint

for the retry freeipa operation.

Typically these are written to a http.Request.

func NewRetryFreeipaParams

func NewRetryFreeipaParams() *RetryFreeipaParams

NewRetryFreeipaParams creates a new RetryFreeipaParams 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 NewRetryFreeipaParamsWithContext

func NewRetryFreeipaParamsWithContext(ctx context.Context) *RetryFreeipaParams

NewRetryFreeipaParamsWithContext creates a new RetryFreeipaParams object with the ability to set a context for a request.

func NewRetryFreeipaParamsWithHTTPClient

func NewRetryFreeipaParamsWithHTTPClient(client *http.Client) *RetryFreeipaParams

NewRetryFreeipaParamsWithHTTPClient creates a new RetryFreeipaParams object with the ability to set a custom HTTPClient for a request.

func NewRetryFreeipaParamsWithTimeout

func NewRetryFreeipaParamsWithTimeout(timeout time.Duration) *RetryFreeipaParams

NewRetryFreeipaParamsWithTimeout creates a new RetryFreeipaParams object with the ability to set a timeout on a request.

func (*RetryFreeipaParams) SetContext

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

SetContext adds the context to the retry freeipa params

func (*RetryFreeipaParams) SetDefaults

func (o *RetryFreeipaParams) SetDefaults()

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

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

func (*RetryFreeipaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the retry freeipa params

func (*RetryFreeipaParams) SetInput

func (o *RetryFreeipaParams) SetInput(input *models.RetryFreeipaRequest)

SetInput adds the input to the retry freeipa params

func (*RetryFreeipaParams) SetTimeout

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

SetTimeout adds the timeout to the retry freeipa params

func (*RetryFreeipaParams) WithContext

WithContext adds the context to the retry freeipa params

func (*RetryFreeipaParams) WithDefaults

func (o *RetryFreeipaParams) WithDefaults() *RetryFreeipaParams

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

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

func (*RetryFreeipaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the retry freeipa params

func (*RetryFreeipaParams) WithInput

WithInput adds the input to the retry freeipa params

func (*RetryFreeipaParams) WithTimeout

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

WithTimeout adds the timeout to the retry freeipa params

func (*RetryFreeipaParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RetryFreeipaReader

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

RetryFreeipaReader is a Reader for the RetryFreeipa structure.

func (*RetryFreeipaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RotateSaltPasswordDefault

type RotateSaltPasswordDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewRotateSaltPasswordDefault

func NewRotateSaltPasswordDefault(code int) *RotateSaltPasswordDefault

NewRotateSaltPasswordDefault creates a RotateSaltPasswordDefault with default headers values

func (*RotateSaltPasswordDefault) Code

func (o *RotateSaltPasswordDefault) Code() int

Code gets the status code for the rotate salt password default response

func (*RotateSaltPasswordDefault) Error

func (o *RotateSaltPasswordDefault) Error() string

func (*RotateSaltPasswordDefault) GetPayload

func (o *RotateSaltPasswordDefault) GetPayload() *models.Error

func (*RotateSaltPasswordDefault) IsClientError

func (o *RotateSaltPasswordDefault) IsClientError() bool

IsClientError returns true when this rotate salt password default response has a 4xx status code

func (*RotateSaltPasswordDefault) IsCode

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

IsCode returns true when this rotate salt password default response a status code equal to that given

func (*RotateSaltPasswordDefault) IsRedirect

func (o *RotateSaltPasswordDefault) IsRedirect() bool

IsRedirect returns true when this rotate salt password default response has a 3xx status code

func (*RotateSaltPasswordDefault) IsServerError

func (o *RotateSaltPasswordDefault) IsServerError() bool

IsServerError returns true when this rotate salt password default response has a 5xx status code

func (*RotateSaltPasswordDefault) IsSuccess

func (o *RotateSaltPasswordDefault) IsSuccess() bool

IsSuccess returns true when this rotate salt password default response has a 2xx status code

func (*RotateSaltPasswordDefault) String

func (o *RotateSaltPasswordDefault) String() string

type RotateSaltPasswordOK

type RotateSaltPasswordOK struct {
	Payload models.RotateSaltPasswordResponse
}

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

Expected response to a valid request.

func NewRotateSaltPasswordOK

func NewRotateSaltPasswordOK() *RotateSaltPasswordOK

NewRotateSaltPasswordOK creates a RotateSaltPasswordOK with default headers values

func (*RotateSaltPasswordOK) Code

func (o *RotateSaltPasswordOK) Code() int

Code gets the status code for the rotate salt password o k response

func (*RotateSaltPasswordOK) Error

func (o *RotateSaltPasswordOK) Error() string

func (*RotateSaltPasswordOK) GetPayload

func (*RotateSaltPasswordOK) IsClientError

func (o *RotateSaltPasswordOK) IsClientError() bool

IsClientError returns true when this rotate salt password o k response has a 4xx status code

func (*RotateSaltPasswordOK) IsCode

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

IsCode returns true when this rotate salt password o k response a status code equal to that given

func (*RotateSaltPasswordOK) IsRedirect

func (o *RotateSaltPasswordOK) IsRedirect() bool

IsRedirect returns true when this rotate salt password o k response has a 3xx status code

func (*RotateSaltPasswordOK) IsServerError

func (o *RotateSaltPasswordOK) IsServerError() bool

IsServerError returns true when this rotate salt password o k response has a 5xx status code

func (*RotateSaltPasswordOK) IsSuccess

func (o *RotateSaltPasswordOK) IsSuccess() bool

IsSuccess returns true when this rotate salt password o k response has a 2xx status code

func (*RotateSaltPasswordOK) String

func (o *RotateSaltPasswordOK) String() string

type RotateSaltPasswordParams

type RotateSaltPasswordParams struct {

	// Input.
	Input *models.RotateSaltPasswordRequest

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

RotateSaltPasswordParams contains all the parameters to send to the API endpoint

for the rotate salt password operation.

Typically these are written to a http.Request.

func NewRotateSaltPasswordParams

func NewRotateSaltPasswordParams() *RotateSaltPasswordParams

NewRotateSaltPasswordParams creates a new RotateSaltPasswordParams 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 NewRotateSaltPasswordParamsWithContext

func NewRotateSaltPasswordParamsWithContext(ctx context.Context) *RotateSaltPasswordParams

NewRotateSaltPasswordParamsWithContext creates a new RotateSaltPasswordParams object with the ability to set a context for a request.

func NewRotateSaltPasswordParamsWithHTTPClient

func NewRotateSaltPasswordParamsWithHTTPClient(client *http.Client) *RotateSaltPasswordParams

NewRotateSaltPasswordParamsWithHTTPClient creates a new RotateSaltPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewRotateSaltPasswordParamsWithTimeout

func NewRotateSaltPasswordParamsWithTimeout(timeout time.Duration) *RotateSaltPasswordParams

NewRotateSaltPasswordParamsWithTimeout creates a new RotateSaltPasswordParams object with the ability to set a timeout on a request.

func (*RotateSaltPasswordParams) SetContext

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

SetContext adds the context to the rotate salt password params

func (*RotateSaltPasswordParams) SetDefaults

func (o *RotateSaltPasswordParams) SetDefaults()

SetDefaults hydrates default values in the rotate salt password params (not the query body).

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

func (*RotateSaltPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the rotate salt password params

func (*RotateSaltPasswordParams) SetInput

SetInput adds the input to the rotate salt password params

func (*RotateSaltPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the rotate salt password params

func (*RotateSaltPasswordParams) WithContext

WithContext adds the context to the rotate salt password params

func (*RotateSaltPasswordParams) WithDefaults

WithDefaults hydrates default values in the rotate salt password params (not the query body).

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

func (*RotateSaltPasswordParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the rotate salt password params

func (*RotateSaltPasswordParams) WithInput

WithInput adds the input to the rotate salt password params

func (*RotateSaltPasswordParams) WithTimeout

WithTimeout adds the timeout to the rotate salt password params

func (*RotateSaltPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RotateSaltPasswordReader

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

RotateSaltPasswordReader is a Reader for the RotateSaltPassword structure.

func (*RotateSaltPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAWSAuditCredentialDefault

type SetAWSAuditCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewSetAWSAuditCredentialDefault

func NewSetAWSAuditCredentialDefault(code int) *SetAWSAuditCredentialDefault

NewSetAWSAuditCredentialDefault creates a SetAWSAuditCredentialDefault with default headers values

func (*SetAWSAuditCredentialDefault) Code

Code gets the status code for the set a w s audit credential default response

func (*SetAWSAuditCredentialDefault) Error

func (*SetAWSAuditCredentialDefault) GetPayload

func (o *SetAWSAuditCredentialDefault) GetPayload() *models.Error

func (*SetAWSAuditCredentialDefault) IsClientError

func (o *SetAWSAuditCredentialDefault) IsClientError() bool

IsClientError returns true when this set a w s audit credential default response has a 4xx status code

func (*SetAWSAuditCredentialDefault) IsCode

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

IsCode returns true when this set a w s audit credential default response a status code equal to that given

func (*SetAWSAuditCredentialDefault) IsRedirect

func (o *SetAWSAuditCredentialDefault) IsRedirect() bool

IsRedirect returns true when this set a w s audit credential default response has a 3xx status code

func (*SetAWSAuditCredentialDefault) IsServerError

func (o *SetAWSAuditCredentialDefault) IsServerError() bool

IsServerError returns true when this set a w s audit credential default response has a 5xx status code

func (*SetAWSAuditCredentialDefault) IsSuccess

func (o *SetAWSAuditCredentialDefault) IsSuccess() bool

IsSuccess returns true when this set a w s audit credential default response has a 2xx status code

func (*SetAWSAuditCredentialDefault) String

type SetAWSAuditCredentialOK

type SetAWSAuditCredentialOK struct {
	Payload *models.SetAWSAuditCredentialResponse
}

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

Expected response to a valid request.

func NewSetAWSAuditCredentialOK

func NewSetAWSAuditCredentialOK() *SetAWSAuditCredentialOK

NewSetAWSAuditCredentialOK creates a SetAWSAuditCredentialOK with default headers values

func (*SetAWSAuditCredentialOK) Code

func (o *SetAWSAuditCredentialOK) Code() int

Code gets the status code for the set a w s audit credential o k response

func (*SetAWSAuditCredentialOK) Error

func (o *SetAWSAuditCredentialOK) Error() string

func (*SetAWSAuditCredentialOK) GetPayload

func (*SetAWSAuditCredentialOK) IsClientError

func (o *SetAWSAuditCredentialOK) IsClientError() bool

IsClientError returns true when this set a w s audit credential o k response has a 4xx status code

func (*SetAWSAuditCredentialOK) IsCode

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

IsCode returns true when this set a w s audit credential o k response a status code equal to that given

func (*SetAWSAuditCredentialOK) IsRedirect

func (o *SetAWSAuditCredentialOK) IsRedirect() bool

IsRedirect returns true when this set a w s audit credential o k response has a 3xx status code

func (*SetAWSAuditCredentialOK) IsServerError

func (o *SetAWSAuditCredentialOK) IsServerError() bool

IsServerError returns true when this set a w s audit credential o k response has a 5xx status code

func (*SetAWSAuditCredentialOK) IsSuccess

func (o *SetAWSAuditCredentialOK) IsSuccess() bool

IsSuccess returns true when this set a w s audit credential o k response has a 2xx status code

func (*SetAWSAuditCredentialOK) String

func (o *SetAWSAuditCredentialOK) String() string

type SetAWSAuditCredentialParams

type SetAWSAuditCredentialParams struct {

	// Input.
	Input *models.SetAWSAuditCredentialRequest

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

SetAWSAuditCredentialParams contains all the parameters to send to the API endpoint

for the set a w s audit credential operation.

Typically these are written to a http.Request.

func NewSetAWSAuditCredentialParams

func NewSetAWSAuditCredentialParams() *SetAWSAuditCredentialParams

NewSetAWSAuditCredentialParams creates a new SetAWSAuditCredentialParams 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 NewSetAWSAuditCredentialParamsWithContext

func NewSetAWSAuditCredentialParamsWithContext(ctx context.Context) *SetAWSAuditCredentialParams

NewSetAWSAuditCredentialParamsWithContext creates a new SetAWSAuditCredentialParams object with the ability to set a context for a request.

func NewSetAWSAuditCredentialParamsWithHTTPClient

func NewSetAWSAuditCredentialParamsWithHTTPClient(client *http.Client) *SetAWSAuditCredentialParams

NewSetAWSAuditCredentialParamsWithHTTPClient creates a new SetAWSAuditCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewSetAWSAuditCredentialParamsWithTimeout

func NewSetAWSAuditCredentialParamsWithTimeout(timeout time.Duration) *SetAWSAuditCredentialParams

NewSetAWSAuditCredentialParamsWithTimeout creates a new SetAWSAuditCredentialParams object with the ability to set a timeout on a request.

func (*SetAWSAuditCredentialParams) SetContext

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

SetContext adds the context to the set a w s audit credential params

func (*SetAWSAuditCredentialParams) SetDefaults

func (o *SetAWSAuditCredentialParams) SetDefaults()

SetDefaults hydrates default values in the set a w s audit credential params (not the query body).

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

func (*SetAWSAuditCredentialParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set a w s audit credential params

func (*SetAWSAuditCredentialParams) SetInput

SetInput adds the input to the set a w s audit credential params

func (*SetAWSAuditCredentialParams) SetTimeout

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

SetTimeout adds the timeout to the set a w s audit credential params

func (*SetAWSAuditCredentialParams) WithContext

WithContext adds the context to the set a w s audit credential params

func (*SetAWSAuditCredentialParams) WithDefaults

WithDefaults hydrates default values in the set a w s audit credential params (not the query body).

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

func (*SetAWSAuditCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set a w s audit credential params

func (*SetAWSAuditCredentialParams) WithInput

WithInput adds the input to the set a w s audit credential params

func (*SetAWSAuditCredentialParams) WithTimeout

WithTimeout adds the timeout to the set a w s audit credential params

func (*SetAWSAuditCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAWSAuditCredentialReader

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

SetAWSAuditCredentialReader is a Reader for the SetAWSAuditCredential structure.

func (*SetAWSAuditCredentialReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAccountTelemetryDefault

type SetAccountTelemetryDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewSetAccountTelemetryDefault

func NewSetAccountTelemetryDefault(code int) *SetAccountTelemetryDefault

NewSetAccountTelemetryDefault creates a SetAccountTelemetryDefault with default headers values

func (*SetAccountTelemetryDefault) Code

func (o *SetAccountTelemetryDefault) Code() int

Code gets the status code for the set account telemetry default response

func (*SetAccountTelemetryDefault) Error

func (*SetAccountTelemetryDefault) GetPayload

func (o *SetAccountTelemetryDefault) GetPayload() *models.Error

func (*SetAccountTelemetryDefault) IsClientError

func (o *SetAccountTelemetryDefault) IsClientError() bool

IsClientError returns true when this set account telemetry default response has a 4xx status code

func (*SetAccountTelemetryDefault) IsCode

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

IsCode returns true when this set account telemetry default response a status code equal to that given

func (*SetAccountTelemetryDefault) IsRedirect

func (o *SetAccountTelemetryDefault) IsRedirect() bool

IsRedirect returns true when this set account telemetry default response has a 3xx status code

func (*SetAccountTelemetryDefault) IsServerError

func (o *SetAccountTelemetryDefault) IsServerError() bool

IsServerError returns true when this set account telemetry default response has a 5xx status code

func (*SetAccountTelemetryDefault) IsSuccess

func (o *SetAccountTelemetryDefault) IsSuccess() bool

IsSuccess returns true when this set account telemetry default response has a 2xx status code

func (*SetAccountTelemetryDefault) String

func (o *SetAccountTelemetryDefault) String() string

type SetAccountTelemetryOK

type SetAccountTelemetryOK struct {
	Payload *models.SetAccountTelemetryResponse
}

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

Expected response to a valid request.

func NewSetAccountTelemetryOK

func NewSetAccountTelemetryOK() *SetAccountTelemetryOK

NewSetAccountTelemetryOK creates a SetAccountTelemetryOK with default headers values

func (*SetAccountTelemetryOK) Code

func (o *SetAccountTelemetryOK) Code() int

Code gets the status code for the set account telemetry o k response

func (*SetAccountTelemetryOK) Error

func (o *SetAccountTelemetryOK) Error() string

func (*SetAccountTelemetryOK) GetPayload

func (*SetAccountTelemetryOK) IsClientError

func (o *SetAccountTelemetryOK) IsClientError() bool

IsClientError returns true when this set account telemetry o k response has a 4xx status code

func (*SetAccountTelemetryOK) IsCode

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

IsCode returns true when this set account telemetry o k response a status code equal to that given

func (*SetAccountTelemetryOK) IsRedirect

func (o *SetAccountTelemetryOK) IsRedirect() bool

IsRedirect returns true when this set account telemetry o k response has a 3xx status code

func (*SetAccountTelemetryOK) IsServerError

func (o *SetAccountTelemetryOK) IsServerError() bool

IsServerError returns true when this set account telemetry o k response has a 5xx status code

func (*SetAccountTelemetryOK) IsSuccess

func (o *SetAccountTelemetryOK) IsSuccess() bool

IsSuccess returns true when this set account telemetry o k response has a 2xx status code

func (*SetAccountTelemetryOK) String

func (o *SetAccountTelemetryOK) String() string

type SetAccountTelemetryParams

type SetAccountTelemetryParams struct {

	// Input.
	Input *models.SetAccountTelemetryRequest

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

SetAccountTelemetryParams contains all the parameters to send to the API endpoint

for the set account telemetry operation.

Typically these are written to a http.Request.

func NewSetAccountTelemetryParams

func NewSetAccountTelemetryParams() *SetAccountTelemetryParams

NewSetAccountTelemetryParams creates a new SetAccountTelemetryParams 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 NewSetAccountTelemetryParamsWithContext

func NewSetAccountTelemetryParamsWithContext(ctx context.Context) *SetAccountTelemetryParams

NewSetAccountTelemetryParamsWithContext creates a new SetAccountTelemetryParams object with the ability to set a context for a request.

func NewSetAccountTelemetryParamsWithHTTPClient

func NewSetAccountTelemetryParamsWithHTTPClient(client *http.Client) *SetAccountTelemetryParams

NewSetAccountTelemetryParamsWithHTTPClient creates a new SetAccountTelemetryParams object with the ability to set a custom HTTPClient for a request.

func NewSetAccountTelemetryParamsWithTimeout

func NewSetAccountTelemetryParamsWithTimeout(timeout time.Duration) *SetAccountTelemetryParams

NewSetAccountTelemetryParamsWithTimeout creates a new SetAccountTelemetryParams object with the ability to set a timeout on a request.

func (*SetAccountTelemetryParams) SetContext

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

SetContext adds the context to the set account telemetry params

func (*SetAccountTelemetryParams) SetDefaults

func (o *SetAccountTelemetryParams) SetDefaults()

SetDefaults hydrates default values in the set account telemetry params (not the query body).

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

func (*SetAccountTelemetryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set account telemetry params

func (*SetAccountTelemetryParams) SetInput

SetInput adds the input to the set account telemetry params

func (*SetAccountTelemetryParams) SetTimeout

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

SetTimeout adds the timeout to the set account telemetry params

func (*SetAccountTelemetryParams) WithContext

WithContext adds the context to the set account telemetry params

func (*SetAccountTelemetryParams) WithDefaults

WithDefaults hydrates default values in the set account telemetry params (not the query body).

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

func (*SetAccountTelemetryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set account telemetry params

func (*SetAccountTelemetryParams) WithInput

WithInput adds the input to the set account telemetry params

func (*SetAccountTelemetryParams) WithTimeout

WithTimeout adds the timeout to the set account telemetry params

func (*SetAccountTelemetryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAccountTelemetryReader

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

SetAccountTelemetryReader is a Reader for the SetAccountTelemetry structure.

func (*SetAccountTelemetryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAzureAuditCredentialDefault

type SetAzureAuditCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewSetAzureAuditCredentialDefault

func NewSetAzureAuditCredentialDefault(code int) *SetAzureAuditCredentialDefault

NewSetAzureAuditCredentialDefault creates a SetAzureAuditCredentialDefault with default headers values

func (*SetAzureAuditCredentialDefault) Code

Code gets the status code for the set azure audit credential default response

func (*SetAzureAuditCredentialDefault) Error

func (*SetAzureAuditCredentialDefault) GetPayload

func (o *SetAzureAuditCredentialDefault) GetPayload() *models.Error

func (*SetAzureAuditCredentialDefault) IsClientError

func (o *SetAzureAuditCredentialDefault) IsClientError() bool

IsClientError returns true when this set azure audit credential default response has a 4xx status code

func (*SetAzureAuditCredentialDefault) IsCode

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

IsCode returns true when this set azure audit credential default response a status code equal to that given

func (*SetAzureAuditCredentialDefault) IsRedirect

func (o *SetAzureAuditCredentialDefault) IsRedirect() bool

IsRedirect returns true when this set azure audit credential default response has a 3xx status code

func (*SetAzureAuditCredentialDefault) IsServerError

func (o *SetAzureAuditCredentialDefault) IsServerError() bool

IsServerError returns true when this set azure audit credential default response has a 5xx status code

func (*SetAzureAuditCredentialDefault) IsSuccess

func (o *SetAzureAuditCredentialDefault) IsSuccess() bool

IsSuccess returns true when this set azure audit credential default response has a 2xx status code

func (*SetAzureAuditCredentialDefault) String

type SetAzureAuditCredentialOK

type SetAzureAuditCredentialOK struct {
	Payload *models.SetAzureAuditCredentialResponse
}

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

Expected response to a valid request.

func NewSetAzureAuditCredentialOK

func NewSetAzureAuditCredentialOK() *SetAzureAuditCredentialOK

NewSetAzureAuditCredentialOK creates a SetAzureAuditCredentialOK with default headers values

func (*SetAzureAuditCredentialOK) Code

func (o *SetAzureAuditCredentialOK) Code() int

Code gets the status code for the set azure audit credential o k response

func (*SetAzureAuditCredentialOK) Error

func (o *SetAzureAuditCredentialOK) Error() string

func (*SetAzureAuditCredentialOK) GetPayload

func (*SetAzureAuditCredentialOK) IsClientError

func (o *SetAzureAuditCredentialOK) IsClientError() bool

IsClientError returns true when this set azure audit credential o k response has a 4xx status code

func (*SetAzureAuditCredentialOK) IsCode

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

IsCode returns true when this set azure audit credential o k response a status code equal to that given

func (*SetAzureAuditCredentialOK) IsRedirect

func (o *SetAzureAuditCredentialOK) IsRedirect() bool

IsRedirect returns true when this set azure audit credential o k response has a 3xx status code

func (*SetAzureAuditCredentialOK) IsServerError

func (o *SetAzureAuditCredentialOK) IsServerError() bool

IsServerError returns true when this set azure audit credential o k response has a 5xx status code

func (*SetAzureAuditCredentialOK) IsSuccess

func (o *SetAzureAuditCredentialOK) IsSuccess() bool

IsSuccess returns true when this set azure audit credential o k response has a 2xx status code

func (*SetAzureAuditCredentialOK) String

func (o *SetAzureAuditCredentialOK) String() string

type SetAzureAuditCredentialParams

type SetAzureAuditCredentialParams struct {

	// Input.
	Input *models.SetAzureAuditCredentialRequest

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

SetAzureAuditCredentialParams contains all the parameters to send to the API endpoint

for the set azure audit credential operation.

Typically these are written to a http.Request.

func NewSetAzureAuditCredentialParams

func NewSetAzureAuditCredentialParams() *SetAzureAuditCredentialParams

NewSetAzureAuditCredentialParams creates a new SetAzureAuditCredentialParams 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 NewSetAzureAuditCredentialParamsWithContext

func NewSetAzureAuditCredentialParamsWithContext(ctx context.Context) *SetAzureAuditCredentialParams

NewSetAzureAuditCredentialParamsWithContext creates a new SetAzureAuditCredentialParams object with the ability to set a context for a request.

func NewSetAzureAuditCredentialParamsWithHTTPClient

func NewSetAzureAuditCredentialParamsWithHTTPClient(client *http.Client) *SetAzureAuditCredentialParams

NewSetAzureAuditCredentialParamsWithHTTPClient creates a new SetAzureAuditCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewSetAzureAuditCredentialParamsWithTimeout

func NewSetAzureAuditCredentialParamsWithTimeout(timeout time.Duration) *SetAzureAuditCredentialParams

NewSetAzureAuditCredentialParamsWithTimeout creates a new SetAzureAuditCredentialParams object with the ability to set a timeout on a request.

func (*SetAzureAuditCredentialParams) SetContext

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

SetContext adds the context to the set azure audit credential params

func (*SetAzureAuditCredentialParams) SetDefaults

func (o *SetAzureAuditCredentialParams) SetDefaults()

SetDefaults hydrates default values in the set azure audit credential params (not the query body).

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

func (*SetAzureAuditCredentialParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set azure audit credential params

func (*SetAzureAuditCredentialParams) SetInput

SetInput adds the input to the set azure audit credential params

func (*SetAzureAuditCredentialParams) SetTimeout

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

SetTimeout adds the timeout to the set azure audit credential params

func (*SetAzureAuditCredentialParams) WithContext

WithContext adds the context to the set azure audit credential params

func (*SetAzureAuditCredentialParams) WithDefaults

WithDefaults hydrates default values in the set azure audit credential params (not the query body).

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

func (*SetAzureAuditCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set azure audit credential params

func (*SetAzureAuditCredentialParams) WithInput

WithInput adds the input to the set azure audit credential params

func (*SetAzureAuditCredentialParams) WithTimeout

WithTimeout adds the timeout to the set azure audit credential params

func (*SetAzureAuditCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAzureAuditCredentialReader

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

SetAzureAuditCredentialReader is a Reader for the SetAzureAuditCredential structure.

func (*SetAzureAuditCredentialReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetCatalogDefault

type SetCatalogDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

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

The default response on an error.

func NewSetCatalogDefault

func NewSetCatalogDefault(code int) *SetCatalogDefault

NewSetCatalogDefault creates a SetCatalogDefault with default headers values

func (*SetCatalogDefault) Code

func (o *SetCatalogDefault) Code() int

Code gets the status code for the set catalog default response

func (*SetCatalogDefault) Error

func (o *SetCatalogDefault) Error() string

func (*SetCatalogDefault) GetPayload

func (o *SetCatalogDefault) GetPayload() *models.Error

func (*SetCatalogDefault) IsClientError

func (o *SetCatalogDefault) IsClientError() bool

IsClientError returns true when this set catalog default response has a 4xx status code

func (*SetCatalogDefault) IsCode

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

IsCode returns true when this set catalog default response a status code equal to that given

func (*SetCatalogDefault) IsRedirect

func (o *SetCatalogDefault) IsRedirect() bool

IsRedirect returns true when this set catalog default response has a 3xx status code

func (*SetCatalogDefault) IsServerError

func (o *SetCatalogDefault) IsServerError() bool

IsServerError returns true when this set catalog default response has a 5xx status code

func (*SetCatalogDefault) IsSuccess

func (o *SetCatalogDefault) IsSuccess() bool

IsSuccess returns true when this set catalog default response has a 2xx status code

func (*SetCatalogDefault) String

func (o *SetCatalogDefault) String() string

type SetCatalogOK

type SetCatalogOK struct {
	Payload models.SetCatalogResponse
}

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

Expected response to a valid request.

func NewSetCatalogOK

func NewSetCatalogOK() *SetCatalogOK

NewSetCatalogOK creates a SetCatalogOK with default headers values

func (*SetCatalogOK) Code

func (o *SetCatalogOK) Code() int

Code gets the status code for the set catalog o k response

func (*SetCatalogOK) Error

func (o *SetCatalogOK) Error() string

func (*SetCatalogOK) GetPayload

func (o *SetCatalogOK) GetPayload() models.SetCatalogResponse

func (*SetCatalogOK) IsClientError

func (o *SetCatalogOK) IsClientError() bool

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

func (*SetCatalogOK) IsCode

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

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

func (*SetCatalogOK) IsRedirect

func (o *SetCatalogOK) IsRedirect() bool

IsRedirect returns true when this set catalog o k response has a 3xx status code

func (*SetCatalogOK) IsServerError

func (o *SetCatalogOK) IsServerError() bool

IsServerError returns true when this set catalog o k response has a 5xx status code

func (*SetCatalogOK) IsSuccess

func (o *SetCatalogOK) IsSuccess() bool

IsSuccess returns true when this set catalog o k response has a 2xx status code

func (*SetCatalogOK) String

func (o *SetCatalogOK) String() string

type SetCatalogParams

type SetCatalogParams struct {

	// Input.
	Input *models.SetCatalogRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetCatalogParams contains all the parameters to send to the API endpoint

for the set catalog operation.

Typically these are written to a http.Request.

func NewSetCatalogParams

func NewSetCatalogParams() *SetCatalogParams

NewSetCatalogParams creates a new SetCatalogParams 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 NewSetCatalogParamsWithContext

func NewSetCatalogParamsWithContext(ctx context.Context) *SetCatalogParams

NewSetCatalogParamsWithContext creates a new SetCatalogParams object with the ability to set a context for a request.

func NewSetCatalogParamsWithHTTPClient

func NewSetCatalogParamsWithHTTPClient(client *http.Client) *SetCatalogParams

NewSetCatalogParamsWithHTTPClient creates a new SetCatalogParams object with the ability to set a custom HTTPClient for a request.

func NewSetCatalogParamsWithTimeout

func NewSetCatalogParamsWithTimeout(timeout time.Duration) *SetCatalogParams

NewSetCatalogParamsWithTimeout creates a new SetCatalogParams object with the ability to set a timeout on a request.

func (*SetCatalogParams) SetContext

func (o *SetCatalogParams) SetContext(ctx context.Context)

SetContext adds the context to the set catalog params

func (*SetCatalogParams) SetDefaults

func (o *SetCatalogParams) SetDefaults()

SetDefaults hydrates default values in the set catalog params (not the query body).

All values with no default are reset to their zero value.

func (*SetCatalogParams) SetHTTPClient

func (o *SetCatalogParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set catalog params

func (*SetCatalogParams) SetInput

func (o *SetCatalogParams) SetInput(input *models.SetCatalogRequest)

SetInput adds the input to the set catalog params

func (*SetCatalogParams) SetTimeout

func (o *SetCatalogParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set catalog params

func (*SetCatalogParams) WithContext

func (o *SetCatalogParams) WithContext(ctx context.Context) *SetCatalogParams

WithContext adds the context to the set catalog params

func (*SetCatalogParams) WithDefaults

func (o *SetCatalogParams) WithDefaults() *SetCatalogParams

WithDefaults hydrates default values in the set catalog params (not the query body).

All values with no default are reset to their zero value.

func (*SetCatalogParams) WithHTTPClient

func (o *SetCatalogParams) WithHTTPClient(client *http.Client) *SetCatalogParams

WithHTTPClient adds the HTTPClient to the set catalog params

func (*SetCatalogParams) WithInput

WithInput adds the input to the set catalog params

func (*SetCatalogParams) WithTimeout

func (o *SetCatalogParams) WithTimeout(timeout time.Duration) *SetCatalogParams

WithTimeout adds the timeout to the set catalog params

func (*SetCatalogParams) WriteToRequest

func (o *SetCatalogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SetCatalogReader

type SetCatalogReader struct {
	// contains filtered or unexported fields
}

SetCatalogReader is a Reader for the SetCatalog structure.

func (*SetCatalogReader) ReadResponse

func (o *SetCatalogReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetEndpointAccessGatewayDefault

type SetEndpointAccessGatewayDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetEndpointAccessGatewayDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetEndpointAccessGatewayDefault

func NewSetEndpointAccessGatewayDefault(code int) *SetEndpointAccessGatewayDefault

NewSetEndpointAccessGatewayDefault creates a SetEndpointAccessGatewayDefault with default headers values

func (*SetEndpointAccessGatewayDefault) Code

Code gets the status code for the set endpoint access gateway default response

func (*SetEndpointAccessGatewayDefault) Error

func (*SetEndpointAccessGatewayDefault) GetPayload

func (o *SetEndpointAccessGatewayDefault) GetPayload() *models.Error

func (*SetEndpointAccessGatewayDefault) IsClientError

func (o *SetEndpointAccessGatewayDefault) IsClientError() bool

IsClientError returns true when this set endpoint access gateway default response has a 4xx status code

func (*SetEndpointAccessGatewayDefault) IsCode

func (o *SetEndpointAccessGatewayDefault) IsCode(code int) bool

IsCode returns true when this set endpoint access gateway default response a status code equal to that given

func (*SetEndpointAccessGatewayDefault) IsRedirect

func (o *SetEndpointAccessGatewayDefault) IsRedirect() bool

IsRedirect returns true when this set endpoint access gateway default response has a 3xx status code

func (*SetEndpointAccessGatewayDefault) IsServerError

func (o *SetEndpointAccessGatewayDefault) IsServerError() bool

IsServerError returns true when this set endpoint access gateway default response has a 5xx status code

func (*SetEndpointAccessGatewayDefault) IsSuccess

func (o *SetEndpointAccessGatewayDefault) IsSuccess() bool

IsSuccess returns true when this set endpoint access gateway default response has a 2xx status code

func (*SetEndpointAccessGatewayDefault) String

type SetEndpointAccessGatewayOK

type SetEndpointAccessGatewayOK struct {
	Payload models.SetEndpointAccessGatewayResponse
}

SetEndpointAccessGatewayOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetEndpointAccessGatewayOK

func NewSetEndpointAccessGatewayOK() *SetEndpointAccessGatewayOK

NewSetEndpointAccessGatewayOK creates a SetEndpointAccessGatewayOK with default headers values

func (*SetEndpointAccessGatewayOK) Code

func (o *SetEndpointAccessGatewayOK) Code() int

Code gets the status code for the set endpoint access gateway o k response

func (*SetEndpointAccessGatewayOK) Error

func (*SetEndpointAccessGatewayOK) GetPayload

func (*SetEndpointAccessGatewayOK) IsClientError

func (o *SetEndpointAccessGatewayOK) IsClientError() bool

IsClientError returns true when this set endpoint access gateway o k response has a 4xx status code

func (*SetEndpointAccessGatewayOK) IsCode

func (o *SetEndpointAccessGatewayOK) IsCode(code int) bool

IsCode returns true when this set endpoint access gateway o k response a status code equal to that given

func (*SetEndpointAccessGatewayOK) IsRedirect

func (o *SetEndpointAccessGatewayOK) IsRedirect() bool

IsRedirect returns true when this set endpoint access gateway o k response has a 3xx status code

func (*SetEndpointAccessGatewayOK) IsServerError

func (o *SetEndpointAccessGatewayOK) IsServerError() bool

IsServerError returns true when this set endpoint access gateway o k response has a 5xx status code

func (*SetEndpointAccessGatewayOK) IsSuccess

func (o *SetEndpointAccessGatewayOK) IsSuccess() bool

IsSuccess returns true when this set endpoint access gateway o k response has a 2xx status code

func (*SetEndpointAccessGatewayOK) String

func (o *SetEndpointAccessGatewayOK) String() string

type SetEndpointAccessGatewayParams

type SetEndpointAccessGatewayParams struct {

	// Input.
	Input *models.SetEndpointAccessGatewayRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetEndpointAccessGatewayParams contains all the parameters to send to the API endpoint

for the set endpoint access gateway operation.

Typically these are written to a http.Request.

func NewSetEndpointAccessGatewayParams

func NewSetEndpointAccessGatewayParams() *SetEndpointAccessGatewayParams

NewSetEndpointAccessGatewayParams creates a new SetEndpointAccessGatewayParams 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 NewSetEndpointAccessGatewayParamsWithContext

func NewSetEndpointAccessGatewayParamsWithContext(ctx context.Context) *SetEndpointAccessGatewayParams

NewSetEndpointAccessGatewayParamsWithContext creates a new SetEndpointAccessGatewayParams object with the ability to set a context for a request.

func NewSetEndpointAccessGatewayParamsWithHTTPClient

func NewSetEndpointAccessGatewayParamsWithHTTPClient(client *http.Client) *SetEndpointAccessGatewayParams

NewSetEndpointAccessGatewayParamsWithHTTPClient creates a new SetEndpointAccessGatewayParams object with the ability to set a custom HTTPClient for a request.

func NewSetEndpointAccessGatewayParamsWithTimeout

func NewSetEndpointAccessGatewayParamsWithTimeout(timeout time.Duration) *SetEndpointAccessGatewayParams

NewSetEndpointAccessGatewayParamsWithTimeout creates a new SetEndpointAccessGatewayParams object with the ability to set a timeout on a request.

func (*SetEndpointAccessGatewayParams) SetContext

func (o *SetEndpointAccessGatewayParams) SetContext(ctx context.Context)

SetContext adds the context to the set endpoint access gateway params

func (*SetEndpointAccessGatewayParams) SetDefaults

func (o *SetEndpointAccessGatewayParams) SetDefaults()

SetDefaults hydrates default values in the set endpoint access gateway params (not the query body).

All values with no default are reset to their zero value.

func (*SetEndpointAccessGatewayParams) SetHTTPClient

func (o *SetEndpointAccessGatewayParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set endpoint access gateway params

func (*SetEndpointAccessGatewayParams) SetInput

SetInput adds the input to the set endpoint access gateway params

func (*SetEndpointAccessGatewayParams) SetTimeout

func (o *SetEndpointAccessGatewayParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set endpoint access gateway params

func (*SetEndpointAccessGatewayParams) WithContext

WithContext adds the context to the set endpoint access gateway params

func (*SetEndpointAccessGatewayParams) WithDefaults

WithDefaults hydrates default values in the set endpoint access gateway params (not the query body).

All values with no default are reset to their zero value.

func (*SetEndpointAccessGatewayParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set endpoint access gateway params

func (*SetEndpointAccessGatewayParams) WithInput

WithInput adds the input to the set endpoint access gateway params

func (*SetEndpointAccessGatewayParams) WithTimeout

WithTimeout adds the timeout to the set endpoint access gateway params

func (*SetEndpointAccessGatewayParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetEndpointAccessGatewayReader

type SetEndpointAccessGatewayReader struct {
	// contains filtered or unexported fields
}

SetEndpointAccessGatewayReader is a Reader for the SetEndpointAccessGateway structure.

func (*SetEndpointAccessGatewayReader) ReadResponse

func (o *SetEndpointAccessGatewayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetEnvironmentSettingDefault

type SetEnvironmentSettingDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetEnvironmentSettingDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetEnvironmentSettingDefault

func NewSetEnvironmentSettingDefault(code int) *SetEnvironmentSettingDefault

NewSetEnvironmentSettingDefault creates a SetEnvironmentSettingDefault with default headers values

func (*SetEnvironmentSettingDefault) Code

Code gets the status code for the set environment setting default response

func (*SetEnvironmentSettingDefault) Error

func (*SetEnvironmentSettingDefault) GetPayload

func (o *SetEnvironmentSettingDefault) GetPayload() *models.Error

func (*SetEnvironmentSettingDefault) IsClientError

func (o *SetEnvironmentSettingDefault) IsClientError() bool

IsClientError returns true when this set environment setting default response has a 4xx status code

func (*SetEnvironmentSettingDefault) IsCode

func (o *SetEnvironmentSettingDefault) IsCode(code int) bool

IsCode returns true when this set environment setting default response a status code equal to that given

func (*SetEnvironmentSettingDefault) IsRedirect

func (o *SetEnvironmentSettingDefault) IsRedirect() bool

IsRedirect returns true when this set environment setting default response has a 3xx status code

func (*SetEnvironmentSettingDefault) IsServerError

func (o *SetEnvironmentSettingDefault) IsServerError() bool

IsServerError returns true when this set environment setting default response has a 5xx status code

func (*SetEnvironmentSettingDefault) IsSuccess

func (o *SetEnvironmentSettingDefault) IsSuccess() bool

IsSuccess returns true when this set environment setting default response has a 2xx status code

func (*SetEnvironmentSettingDefault) String

type SetEnvironmentSettingOK

type SetEnvironmentSettingOK struct {
	Payload models.SetEnvironmentSettingResponse
}

SetEnvironmentSettingOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetEnvironmentSettingOK

func NewSetEnvironmentSettingOK() *SetEnvironmentSettingOK

NewSetEnvironmentSettingOK creates a SetEnvironmentSettingOK with default headers values

func (*SetEnvironmentSettingOK) Code

func (o *SetEnvironmentSettingOK) Code() int

Code gets the status code for the set environment setting o k response

func (*SetEnvironmentSettingOK) Error

func (o *SetEnvironmentSettingOK) Error() string

func (*SetEnvironmentSettingOK) GetPayload

func (*SetEnvironmentSettingOK) IsClientError

func (o *SetEnvironmentSettingOK) IsClientError() bool

IsClientError returns true when this set environment setting o k response has a 4xx status code

func (*SetEnvironmentSettingOK) IsCode

func (o *SetEnvironmentSettingOK) IsCode(code int) bool

IsCode returns true when this set environment setting o k response a status code equal to that given

func (*SetEnvironmentSettingOK) IsRedirect

func (o *SetEnvironmentSettingOK) IsRedirect() bool

IsRedirect returns true when this set environment setting o k response has a 3xx status code

func (*SetEnvironmentSettingOK) IsServerError

func (o *SetEnvironmentSettingOK) IsServerError() bool

IsServerError returns true when this set environment setting o k response has a 5xx status code

func (*SetEnvironmentSettingOK) IsSuccess

func (o *SetEnvironmentSettingOK) IsSuccess() bool

IsSuccess returns true when this set environment setting o k response has a 2xx status code

func (*SetEnvironmentSettingOK) String

func (o *SetEnvironmentSettingOK) String() string

type SetEnvironmentSettingParams

type SetEnvironmentSettingParams struct {

	// Input.
	Input *models.SetEnvironmentSettingRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetEnvironmentSettingParams contains all the parameters to send to the API endpoint

for the set environment setting operation.

Typically these are written to a http.Request.

func NewSetEnvironmentSettingParams

func NewSetEnvironmentSettingParams() *SetEnvironmentSettingParams

NewSetEnvironmentSettingParams creates a new SetEnvironmentSettingParams 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 NewSetEnvironmentSettingParamsWithContext

func NewSetEnvironmentSettingParamsWithContext(ctx context.Context) *SetEnvironmentSettingParams

NewSetEnvironmentSettingParamsWithContext creates a new SetEnvironmentSettingParams object with the ability to set a context for a request.

func NewSetEnvironmentSettingParamsWithHTTPClient

func NewSetEnvironmentSettingParamsWithHTTPClient(client *http.Client) *SetEnvironmentSettingParams

NewSetEnvironmentSettingParamsWithHTTPClient creates a new SetEnvironmentSettingParams object with the ability to set a custom HTTPClient for a request.

func NewSetEnvironmentSettingParamsWithTimeout

func NewSetEnvironmentSettingParamsWithTimeout(timeout time.Duration) *SetEnvironmentSettingParams

NewSetEnvironmentSettingParamsWithTimeout creates a new SetEnvironmentSettingParams object with the ability to set a timeout on a request.

func (*SetEnvironmentSettingParams) SetContext

func (o *SetEnvironmentSettingParams) SetContext(ctx context.Context)

SetContext adds the context to the set environment setting params

func (*SetEnvironmentSettingParams) SetDefaults

func (o *SetEnvironmentSettingParams) SetDefaults()

SetDefaults hydrates default values in the set environment setting params (not the query body).

All values with no default are reset to their zero value.

func (*SetEnvironmentSettingParams) SetHTTPClient

func (o *SetEnvironmentSettingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set environment setting params

func (*SetEnvironmentSettingParams) SetInput

SetInput adds the input to the set environment setting params

func (*SetEnvironmentSettingParams) SetTimeout

func (o *SetEnvironmentSettingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set environment setting params

func (*SetEnvironmentSettingParams) WithContext

WithContext adds the context to the set environment setting params

func (*SetEnvironmentSettingParams) WithDefaults

WithDefaults hydrates default values in the set environment setting params (not the query body).

All values with no default are reset to their zero value.

func (*SetEnvironmentSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set environment setting params

func (*SetEnvironmentSettingParams) WithInput

WithInput adds the input to the set environment setting params

func (*SetEnvironmentSettingParams) WithTimeout

WithTimeout adds the timeout to the set environment setting params

func (*SetEnvironmentSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetEnvironmentSettingReader

type SetEnvironmentSettingReader struct {
	// contains filtered or unexported fields
}

SetEnvironmentSettingReader is a Reader for the SetEnvironmentSetting structure.

func (*SetEnvironmentSettingReader) ReadResponse

func (o *SetEnvironmentSettingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetIDBrokerMappingsDefault

type SetIDBrokerMappingsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetIDBrokerMappingsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetIDBrokerMappingsDefault

func NewSetIDBrokerMappingsDefault(code int) *SetIDBrokerMappingsDefault

NewSetIDBrokerMappingsDefault creates a SetIDBrokerMappingsDefault with default headers values

func (*SetIDBrokerMappingsDefault) Code

func (o *SetIDBrokerMappingsDefault) Code() int

Code gets the status code for the set Id broker mappings default response

func (*SetIDBrokerMappingsDefault) Error

func (*SetIDBrokerMappingsDefault) GetPayload

func (o *SetIDBrokerMappingsDefault) GetPayload() *models.Error

func (*SetIDBrokerMappingsDefault) IsClientError

func (o *SetIDBrokerMappingsDefault) IsClientError() bool

IsClientError returns true when this set Id broker mappings default response has a 4xx status code

func (*SetIDBrokerMappingsDefault) IsCode

func (o *SetIDBrokerMappingsDefault) IsCode(code int) bool

IsCode returns true when this set Id broker mappings default response a status code equal to that given

func (*SetIDBrokerMappingsDefault) IsRedirect

func (o *SetIDBrokerMappingsDefault) IsRedirect() bool

IsRedirect returns true when this set Id broker mappings default response has a 3xx status code

func (*SetIDBrokerMappingsDefault) IsServerError

func (o *SetIDBrokerMappingsDefault) IsServerError() bool

IsServerError returns true when this set Id broker mappings default response has a 5xx status code

func (*SetIDBrokerMappingsDefault) IsSuccess

func (o *SetIDBrokerMappingsDefault) IsSuccess() bool

IsSuccess returns true when this set Id broker mappings default response has a 2xx status code

func (*SetIDBrokerMappingsDefault) String

func (o *SetIDBrokerMappingsDefault) String() string

type SetIDBrokerMappingsOK

type SetIDBrokerMappingsOK struct {
	Payload *models.SetIDBrokerMappingsResponse
}

SetIDBrokerMappingsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetIDBrokerMappingsOK

func NewSetIDBrokerMappingsOK() *SetIDBrokerMappingsOK

NewSetIDBrokerMappingsOK creates a SetIDBrokerMappingsOK with default headers values

func (*SetIDBrokerMappingsOK) Code

func (o *SetIDBrokerMappingsOK) Code() int

Code gets the status code for the set Id broker mappings o k response

func (*SetIDBrokerMappingsOK) Error

func (o *SetIDBrokerMappingsOK) Error() string

func (*SetIDBrokerMappingsOK) GetPayload

func (*SetIDBrokerMappingsOK) IsClientError

func (o *SetIDBrokerMappingsOK) IsClientError() bool

IsClientError returns true when this set Id broker mappings o k response has a 4xx status code

func (*SetIDBrokerMappingsOK) IsCode

func (o *SetIDBrokerMappingsOK) IsCode(code int) bool

IsCode returns true when this set Id broker mappings o k response a status code equal to that given

func (*SetIDBrokerMappingsOK) IsRedirect

func (o *SetIDBrokerMappingsOK) IsRedirect() bool

IsRedirect returns true when this set Id broker mappings o k response has a 3xx status code

func (*SetIDBrokerMappingsOK) IsServerError

func (o *SetIDBrokerMappingsOK) IsServerError() bool

IsServerError returns true when this set Id broker mappings o k response has a 5xx status code

func (*SetIDBrokerMappingsOK) IsSuccess

func (o *SetIDBrokerMappingsOK) IsSuccess() bool

IsSuccess returns true when this set Id broker mappings o k response has a 2xx status code

func (*SetIDBrokerMappingsOK) String

func (o *SetIDBrokerMappingsOK) String() string

type SetIDBrokerMappingsParams

type SetIDBrokerMappingsParams struct {

	// Input.
	Input *models.SetIDBrokerMappingsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetIDBrokerMappingsParams contains all the parameters to send to the API endpoint

for the set Id broker mappings operation.

Typically these are written to a http.Request.

func NewSetIDBrokerMappingsParams

func NewSetIDBrokerMappingsParams() *SetIDBrokerMappingsParams

NewSetIDBrokerMappingsParams creates a new SetIDBrokerMappingsParams 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 NewSetIDBrokerMappingsParamsWithContext

func NewSetIDBrokerMappingsParamsWithContext(ctx context.Context) *SetIDBrokerMappingsParams

NewSetIDBrokerMappingsParamsWithContext creates a new SetIDBrokerMappingsParams object with the ability to set a context for a request.

func NewSetIDBrokerMappingsParamsWithHTTPClient

func NewSetIDBrokerMappingsParamsWithHTTPClient(client *http.Client) *SetIDBrokerMappingsParams

NewSetIDBrokerMappingsParamsWithHTTPClient creates a new SetIDBrokerMappingsParams object with the ability to set a custom HTTPClient for a request.

func NewSetIDBrokerMappingsParamsWithTimeout

func NewSetIDBrokerMappingsParamsWithTimeout(timeout time.Duration) *SetIDBrokerMappingsParams

NewSetIDBrokerMappingsParamsWithTimeout creates a new SetIDBrokerMappingsParams object with the ability to set a timeout on a request.

func (*SetIDBrokerMappingsParams) SetContext

func (o *SetIDBrokerMappingsParams) SetContext(ctx context.Context)

SetContext adds the context to the set Id broker mappings params

func (*SetIDBrokerMappingsParams) SetDefaults

func (o *SetIDBrokerMappingsParams) SetDefaults()

SetDefaults hydrates default values in the set Id broker mappings params (not the query body).

All values with no default are reset to their zero value.

func (*SetIDBrokerMappingsParams) SetHTTPClient

func (o *SetIDBrokerMappingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set Id broker mappings params

func (*SetIDBrokerMappingsParams) SetInput

SetInput adds the input to the set Id broker mappings params

func (*SetIDBrokerMappingsParams) SetTimeout

func (o *SetIDBrokerMappingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set Id broker mappings params

func (*SetIDBrokerMappingsParams) WithContext

WithContext adds the context to the set Id broker mappings params

func (*SetIDBrokerMappingsParams) WithDefaults

WithDefaults hydrates default values in the set Id broker mappings params (not the query body).

All values with no default are reset to their zero value.

func (*SetIDBrokerMappingsParams) WithHTTPClient

func (o *SetIDBrokerMappingsParams) WithHTTPClient(client *http.Client) *SetIDBrokerMappingsParams

WithHTTPClient adds the HTTPClient to the set Id broker mappings params

func (*SetIDBrokerMappingsParams) WithInput

WithInput adds the input to the set Id broker mappings params

func (*SetIDBrokerMappingsParams) WithTimeout

WithTimeout adds the timeout to the set Id broker mappings params

func (*SetIDBrokerMappingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetIDBrokerMappingsReader

type SetIDBrokerMappingsReader struct {
	// contains filtered or unexported fields
}

SetIDBrokerMappingsReader is a Reader for the SetIDBrokerMappings structure.

func (*SetIDBrokerMappingsReader) ReadResponse

func (o *SetIDBrokerMappingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetPasswordDefault

type SetPasswordDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetPasswordDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetPasswordDefault

func NewSetPasswordDefault(code int) *SetPasswordDefault

NewSetPasswordDefault creates a SetPasswordDefault with default headers values

func (*SetPasswordDefault) Code

func (o *SetPasswordDefault) Code() int

Code gets the status code for the set password default response

func (*SetPasswordDefault) Error

func (o *SetPasswordDefault) Error() string

func (*SetPasswordDefault) GetPayload

func (o *SetPasswordDefault) GetPayload() *models.Error

func (*SetPasswordDefault) IsClientError

func (o *SetPasswordDefault) IsClientError() bool

IsClientError returns true when this set password default response has a 4xx status code

func (*SetPasswordDefault) IsCode

func (o *SetPasswordDefault) IsCode(code int) bool

IsCode returns true when this set password default response a status code equal to that given

func (*SetPasswordDefault) IsRedirect

func (o *SetPasswordDefault) IsRedirect() bool

IsRedirect returns true when this set password default response has a 3xx status code

func (*SetPasswordDefault) IsServerError

func (o *SetPasswordDefault) IsServerError() bool

IsServerError returns true when this set password default response has a 5xx status code

func (*SetPasswordDefault) IsSuccess

func (o *SetPasswordDefault) IsSuccess() bool

IsSuccess returns true when this set password default response has a 2xx status code

func (*SetPasswordDefault) String

func (o *SetPasswordDefault) String() string

type SetPasswordOK

type SetPasswordOK struct {
	Payload *models.SetPasswordResponse
}

SetPasswordOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetPasswordOK

func NewSetPasswordOK() *SetPasswordOK

NewSetPasswordOK creates a SetPasswordOK with default headers values

func (*SetPasswordOK) Code

func (o *SetPasswordOK) Code() int

Code gets the status code for the set password o k response

func (*SetPasswordOK) Error

func (o *SetPasswordOK) Error() string

func (*SetPasswordOK) GetPayload

func (o *SetPasswordOK) GetPayload() *models.SetPasswordResponse

func (*SetPasswordOK) IsClientError

func (o *SetPasswordOK) IsClientError() bool

IsClientError returns true when this set password o k response has a 4xx status code

func (*SetPasswordOK) IsCode

func (o *SetPasswordOK) IsCode(code int) bool

IsCode returns true when this set password o k response a status code equal to that given

func (*SetPasswordOK) IsRedirect

func (o *SetPasswordOK) IsRedirect() bool

IsRedirect returns true when this set password o k response has a 3xx status code

func (*SetPasswordOK) IsServerError

func (o *SetPasswordOK) IsServerError() bool

IsServerError returns true when this set password o k response has a 5xx status code

func (*SetPasswordOK) IsSuccess

func (o *SetPasswordOK) IsSuccess() bool

IsSuccess returns true when this set password o k response has a 2xx status code

func (*SetPasswordOK) String

func (o *SetPasswordOK) String() string

type SetPasswordParams

type SetPasswordParams struct {

	// Input.
	Input *models.SetPasswordRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetPasswordParams contains all the parameters to send to the API endpoint

for the set password operation.

Typically these are written to a http.Request.

func NewSetPasswordParams

func NewSetPasswordParams() *SetPasswordParams

NewSetPasswordParams creates a new SetPasswordParams 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 NewSetPasswordParamsWithContext

func NewSetPasswordParamsWithContext(ctx context.Context) *SetPasswordParams

NewSetPasswordParamsWithContext creates a new SetPasswordParams object with the ability to set a context for a request.

func NewSetPasswordParamsWithHTTPClient

func NewSetPasswordParamsWithHTTPClient(client *http.Client) *SetPasswordParams

NewSetPasswordParamsWithHTTPClient creates a new SetPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewSetPasswordParamsWithTimeout

func NewSetPasswordParamsWithTimeout(timeout time.Duration) *SetPasswordParams

NewSetPasswordParamsWithTimeout creates a new SetPasswordParams object with the ability to set a timeout on a request.

func (*SetPasswordParams) SetContext

func (o *SetPasswordParams) SetContext(ctx context.Context)

SetContext adds the context to the set password params

func (*SetPasswordParams) SetDefaults

func (o *SetPasswordParams) SetDefaults()

SetDefaults hydrates default values in the set password params (not the query body).

All values with no default are reset to their zero value.

func (*SetPasswordParams) SetHTTPClient

func (o *SetPasswordParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set password params

func (*SetPasswordParams) SetInput

func (o *SetPasswordParams) SetInput(input *models.SetPasswordRequest)

SetInput adds the input to the set password params

func (*SetPasswordParams) SetTimeout

func (o *SetPasswordParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set password params

func (*SetPasswordParams) WithContext

func (o *SetPasswordParams) WithContext(ctx context.Context) *SetPasswordParams

WithContext adds the context to the set password params

func (*SetPasswordParams) WithDefaults

func (o *SetPasswordParams) WithDefaults() *SetPasswordParams

WithDefaults hydrates default values in the set password params (not the query body).

All values with no default are reset to their zero value.

func (*SetPasswordParams) WithHTTPClient

func (o *SetPasswordParams) WithHTTPClient(client *http.Client) *SetPasswordParams

WithHTTPClient adds the HTTPClient to the set password params

func (*SetPasswordParams) WithInput

WithInput adds the input to the set password params

func (*SetPasswordParams) WithTimeout

func (o *SetPasswordParams) WithTimeout(timeout time.Duration) *SetPasswordParams

WithTimeout adds the timeout to the set password params

func (*SetPasswordParams) WriteToRequest

func (o *SetPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SetPasswordReader

type SetPasswordReader struct {
	// contains filtered or unexported fields
}

SetPasswordReader is a Reader for the SetPassword structure.

func (*SetPasswordReader) ReadResponse

func (o *SetPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetTelemetryFeaturesDefault

type SetTelemetryFeaturesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SetTelemetryFeaturesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSetTelemetryFeaturesDefault

func NewSetTelemetryFeaturesDefault(code int) *SetTelemetryFeaturesDefault

NewSetTelemetryFeaturesDefault creates a SetTelemetryFeaturesDefault with default headers values

func (*SetTelemetryFeaturesDefault) Code

func (o *SetTelemetryFeaturesDefault) Code() int

Code gets the status code for the set telemetry features default response

func (*SetTelemetryFeaturesDefault) Error

func (*SetTelemetryFeaturesDefault) GetPayload

func (o *SetTelemetryFeaturesDefault) GetPayload() *models.Error

func (*SetTelemetryFeaturesDefault) IsClientError

func (o *SetTelemetryFeaturesDefault) IsClientError() bool

IsClientError returns true when this set telemetry features default response has a 4xx status code

func (*SetTelemetryFeaturesDefault) IsCode

func (o *SetTelemetryFeaturesDefault) IsCode(code int) bool

IsCode returns true when this set telemetry features default response a status code equal to that given

func (*SetTelemetryFeaturesDefault) IsRedirect

func (o *SetTelemetryFeaturesDefault) IsRedirect() bool

IsRedirect returns true when this set telemetry features default response has a 3xx status code

func (*SetTelemetryFeaturesDefault) IsServerError

func (o *SetTelemetryFeaturesDefault) IsServerError() bool

IsServerError returns true when this set telemetry features default response has a 5xx status code

func (*SetTelemetryFeaturesDefault) IsSuccess

func (o *SetTelemetryFeaturesDefault) IsSuccess() bool

IsSuccess returns true when this set telemetry features default response has a 2xx status code

func (*SetTelemetryFeaturesDefault) String

func (o *SetTelemetryFeaturesDefault) String() string

type SetTelemetryFeaturesOK

type SetTelemetryFeaturesOK struct {
	Payload models.SetTelemetryFeaturesResponse
}

SetTelemetryFeaturesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSetTelemetryFeaturesOK

func NewSetTelemetryFeaturesOK() *SetTelemetryFeaturesOK

NewSetTelemetryFeaturesOK creates a SetTelemetryFeaturesOK with default headers values

func (*SetTelemetryFeaturesOK) Code

func (o *SetTelemetryFeaturesOK) Code() int

Code gets the status code for the set telemetry features o k response

func (*SetTelemetryFeaturesOK) Error

func (o *SetTelemetryFeaturesOK) Error() string

func (*SetTelemetryFeaturesOK) GetPayload

func (*SetTelemetryFeaturesOK) IsClientError

func (o *SetTelemetryFeaturesOK) IsClientError() bool

IsClientError returns true when this set telemetry features o k response has a 4xx status code

func (*SetTelemetryFeaturesOK) IsCode

func (o *SetTelemetryFeaturesOK) IsCode(code int) bool

IsCode returns true when this set telemetry features o k response a status code equal to that given

func (*SetTelemetryFeaturesOK) IsRedirect

func (o *SetTelemetryFeaturesOK) IsRedirect() bool

IsRedirect returns true when this set telemetry features o k response has a 3xx status code

func (*SetTelemetryFeaturesOK) IsServerError

func (o *SetTelemetryFeaturesOK) IsServerError() bool

IsServerError returns true when this set telemetry features o k response has a 5xx status code

func (*SetTelemetryFeaturesOK) IsSuccess

func (o *SetTelemetryFeaturesOK) IsSuccess() bool

IsSuccess returns true when this set telemetry features o k response has a 2xx status code

func (*SetTelemetryFeaturesOK) String

func (o *SetTelemetryFeaturesOK) String() string

type SetTelemetryFeaturesParams

type SetTelemetryFeaturesParams struct {

	// Input.
	Input *models.SetTelemetryFeaturesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetTelemetryFeaturesParams contains all the parameters to send to the API endpoint

for the set telemetry features operation.

Typically these are written to a http.Request.

func NewSetTelemetryFeaturesParams

func NewSetTelemetryFeaturesParams() *SetTelemetryFeaturesParams

NewSetTelemetryFeaturesParams creates a new SetTelemetryFeaturesParams 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 NewSetTelemetryFeaturesParamsWithContext

func NewSetTelemetryFeaturesParamsWithContext(ctx context.Context) *SetTelemetryFeaturesParams

NewSetTelemetryFeaturesParamsWithContext creates a new SetTelemetryFeaturesParams object with the ability to set a context for a request.

func NewSetTelemetryFeaturesParamsWithHTTPClient

func NewSetTelemetryFeaturesParamsWithHTTPClient(client *http.Client) *SetTelemetryFeaturesParams

NewSetTelemetryFeaturesParamsWithHTTPClient creates a new SetTelemetryFeaturesParams object with the ability to set a custom HTTPClient for a request.

func NewSetTelemetryFeaturesParamsWithTimeout

func NewSetTelemetryFeaturesParamsWithTimeout(timeout time.Duration) *SetTelemetryFeaturesParams

NewSetTelemetryFeaturesParamsWithTimeout creates a new SetTelemetryFeaturesParams object with the ability to set a timeout on a request.

func (*SetTelemetryFeaturesParams) SetContext

func (o *SetTelemetryFeaturesParams) SetContext(ctx context.Context)

SetContext adds the context to the set telemetry features params

func (*SetTelemetryFeaturesParams) SetDefaults

func (o *SetTelemetryFeaturesParams) SetDefaults()

SetDefaults hydrates default values in the set telemetry features params (not the query body).

All values with no default are reset to their zero value.

func (*SetTelemetryFeaturesParams) SetHTTPClient

func (o *SetTelemetryFeaturesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set telemetry features params

func (*SetTelemetryFeaturesParams) SetInput

SetInput adds the input to the set telemetry features params

func (*SetTelemetryFeaturesParams) SetTimeout

func (o *SetTelemetryFeaturesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set telemetry features params

func (*SetTelemetryFeaturesParams) WithContext

WithContext adds the context to the set telemetry features params

func (*SetTelemetryFeaturesParams) WithDefaults

WithDefaults hydrates default values in the set telemetry features params (not the query body).

All values with no default are reset to their zero value.

func (*SetTelemetryFeaturesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set telemetry features params

func (*SetTelemetryFeaturesParams) WithInput

WithInput adds the input to the set telemetry features params

func (*SetTelemetryFeaturesParams) WithTimeout

WithTimeout adds the timeout to the set telemetry features params

func (*SetTelemetryFeaturesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetTelemetryFeaturesReader

type SetTelemetryFeaturesReader struct {
	// contains filtered or unexported fields
}

SetTelemetryFeaturesReader is a Reader for the SetTelemetryFeatures structure.

func (*SetTelemetryFeaturesReader) ReadResponse

func (o *SetTelemetryFeaturesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartEnvironmentDefault

type StartEnvironmentDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

StartEnvironmentDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewStartEnvironmentDefault

func NewStartEnvironmentDefault(code int) *StartEnvironmentDefault

NewStartEnvironmentDefault creates a StartEnvironmentDefault with default headers values

func (*StartEnvironmentDefault) Code

func (o *StartEnvironmentDefault) Code() int

Code gets the status code for the start environment default response

func (*StartEnvironmentDefault) Error

func (o *StartEnvironmentDefault) Error() string

func (*StartEnvironmentDefault) GetPayload

func (o *StartEnvironmentDefault) GetPayload() *models.Error

func (*StartEnvironmentDefault) IsClientError

func (o *StartEnvironmentDefault) IsClientError() bool

IsClientError returns true when this start environment default response has a 4xx status code

func (*StartEnvironmentDefault) IsCode

func (o *StartEnvironmentDefault) IsCode(code int) bool

IsCode returns true when this start environment default response a status code equal to that given

func (*StartEnvironmentDefault) IsRedirect

func (o *StartEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this start environment default response has a 3xx status code

func (*StartEnvironmentDefault) IsServerError

func (o *StartEnvironmentDefault) IsServerError() bool

IsServerError returns true when this start environment default response has a 5xx status code

func (*StartEnvironmentDefault) IsSuccess

func (o *StartEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this start environment default response has a 2xx status code

func (*StartEnvironmentDefault) String

func (o *StartEnvironmentDefault) String() string

type StartEnvironmentOK

type StartEnvironmentOK struct {
	Payload models.StartEnvironmentResponse
}

StartEnvironmentOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewStartEnvironmentOK

func NewStartEnvironmentOK() *StartEnvironmentOK

NewStartEnvironmentOK creates a StartEnvironmentOK with default headers values

func (*StartEnvironmentOK) Code

func (o *StartEnvironmentOK) Code() int

Code gets the status code for the start environment o k response

func (*StartEnvironmentOK) Error

func (o *StartEnvironmentOK) Error() string

func (*StartEnvironmentOK) GetPayload

func (*StartEnvironmentOK) IsClientError

func (o *StartEnvironmentOK) IsClientError() bool

IsClientError returns true when this start environment o k response has a 4xx status code

func (*StartEnvironmentOK) IsCode

func (o *StartEnvironmentOK) IsCode(code int) bool

IsCode returns true when this start environment o k response a status code equal to that given

func (*StartEnvironmentOK) IsRedirect

func (o *StartEnvironmentOK) IsRedirect() bool

IsRedirect returns true when this start environment o k response has a 3xx status code

func (*StartEnvironmentOK) IsServerError

func (o *StartEnvironmentOK) IsServerError() bool

IsServerError returns true when this start environment o k response has a 5xx status code

func (*StartEnvironmentOK) IsSuccess

func (o *StartEnvironmentOK) IsSuccess() bool

IsSuccess returns true when this start environment o k response has a 2xx status code

func (*StartEnvironmentOK) String

func (o *StartEnvironmentOK) String() string

type StartEnvironmentParams

type StartEnvironmentParams struct {

	// Input.
	Input *models.StartEnvironmentRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartEnvironmentParams contains all the parameters to send to the API endpoint

for the start environment operation.

Typically these are written to a http.Request.

func NewStartEnvironmentParams

func NewStartEnvironmentParams() *StartEnvironmentParams

NewStartEnvironmentParams creates a new StartEnvironmentParams 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 NewStartEnvironmentParamsWithContext

func NewStartEnvironmentParamsWithContext(ctx context.Context) *StartEnvironmentParams

NewStartEnvironmentParamsWithContext creates a new StartEnvironmentParams object with the ability to set a context for a request.

func NewStartEnvironmentParamsWithHTTPClient

func NewStartEnvironmentParamsWithHTTPClient(client *http.Client) *StartEnvironmentParams

NewStartEnvironmentParamsWithHTTPClient creates a new StartEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewStartEnvironmentParamsWithTimeout

func NewStartEnvironmentParamsWithTimeout(timeout time.Duration) *StartEnvironmentParams

NewStartEnvironmentParamsWithTimeout creates a new StartEnvironmentParams object with the ability to set a timeout on a request.

func (*StartEnvironmentParams) SetContext

func (o *StartEnvironmentParams) SetContext(ctx context.Context)

SetContext adds the context to the start environment params

func (*StartEnvironmentParams) SetDefaults

func (o *StartEnvironmentParams) SetDefaults()

SetDefaults hydrates default values in the start environment params (not the query body).

All values with no default are reset to their zero value.

func (*StartEnvironmentParams) SetHTTPClient

func (o *StartEnvironmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start environment params

func (*StartEnvironmentParams) SetInput

SetInput adds the input to the start environment params

func (*StartEnvironmentParams) SetTimeout

func (o *StartEnvironmentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the start environment params

func (*StartEnvironmentParams) WithContext

WithContext adds the context to the start environment params

func (*StartEnvironmentParams) WithDefaults

WithDefaults hydrates default values in the start environment params (not the query body).

All values with no default are reset to their zero value.

func (*StartEnvironmentParams) WithHTTPClient

func (o *StartEnvironmentParams) WithHTTPClient(client *http.Client) *StartEnvironmentParams

WithHTTPClient adds the HTTPClient to the start environment params

func (*StartEnvironmentParams) WithInput

WithInput adds the input to the start environment params

func (*StartEnvironmentParams) WithTimeout

WithTimeout adds the timeout to the start environment params

func (*StartEnvironmentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartEnvironmentReader

type StartEnvironmentReader struct {
	// contains filtered or unexported fields
}

StartEnvironmentReader is a Reader for the StartEnvironment structure.

func (*StartEnvironmentReader) ReadResponse

func (o *StartEnvironmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartFreeIpaVerticalScalingDefault

type StartFreeIpaVerticalScalingDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

StartFreeIpaVerticalScalingDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewStartFreeIpaVerticalScalingDefault

func NewStartFreeIpaVerticalScalingDefault(code int) *StartFreeIpaVerticalScalingDefault

NewStartFreeIpaVerticalScalingDefault creates a StartFreeIpaVerticalScalingDefault with default headers values

func (*StartFreeIpaVerticalScalingDefault) Code

Code gets the status code for the start free ipa vertical scaling default response

func (*StartFreeIpaVerticalScalingDefault) Error

func (*StartFreeIpaVerticalScalingDefault) GetPayload

func (*StartFreeIpaVerticalScalingDefault) IsClientError

func (o *StartFreeIpaVerticalScalingDefault) IsClientError() bool

IsClientError returns true when this start free ipa vertical scaling default response has a 4xx status code

func (*StartFreeIpaVerticalScalingDefault) IsCode

IsCode returns true when this start free ipa vertical scaling default response a status code equal to that given

func (*StartFreeIpaVerticalScalingDefault) IsRedirect

func (o *StartFreeIpaVerticalScalingDefault) IsRedirect() bool

IsRedirect returns true when this start free ipa vertical scaling default response has a 3xx status code

func (*StartFreeIpaVerticalScalingDefault) IsServerError

func (o *StartFreeIpaVerticalScalingDefault) IsServerError() bool

IsServerError returns true when this start free ipa vertical scaling default response has a 5xx status code

func (*StartFreeIpaVerticalScalingDefault) IsSuccess

IsSuccess returns true when this start free ipa vertical scaling default response has a 2xx status code

func (*StartFreeIpaVerticalScalingDefault) String

type StartFreeIpaVerticalScalingOK

type StartFreeIpaVerticalScalingOK struct {
	Payload *models.StartFreeIpaVerticalScalingResponse
}

StartFreeIpaVerticalScalingOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewStartFreeIpaVerticalScalingOK

func NewStartFreeIpaVerticalScalingOK() *StartFreeIpaVerticalScalingOK

NewStartFreeIpaVerticalScalingOK creates a StartFreeIpaVerticalScalingOK with default headers values

func (*StartFreeIpaVerticalScalingOK) Code

Code gets the status code for the start free ipa vertical scaling o k response

func (*StartFreeIpaVerticalScalingOK) Error

func (*StartFreeIpaVerticalScalingOK) GetPayload

func (*StartFreeIpaVerticalScalingOK) IsClientError

func (o *StartFreeIpaVerticalScalingOK) IsClientError() bool

IsClientError returns true when this start free ipa vertical scaling o k response has a 4xx status code

func (*StartFreeIpaVerticalScalingOK) IsCode

func (o *StartFreeIpaVerticalScalingOK) IsCode(code int) bool

IsCode returns true when this start free ipa vertical scaling o k response a status code equal to that given

func (*StartFreeIpaVerticalScalingOK) IsRedirect

func (o *StartFreeIpaVerticalScalingOK) IsRedirect() bool

IsRedirect returns true when this start free ipa vertical scaling o k response has a 3xx status code

func (*StartFreeIpaVerticalScalingOK) IsServerError

func (o *StartFreeIpaVerticalScalingOK) IsServerError() bool

IsServerError returns true when this start free ipa vertical scaling o k response has a 5xx status code

func (*StartFreeIpaVerticalScalingOK) IsSuccess

func (o *StartFreeIpaVerticalScalingOK) IsSuccess() bool

IsSuccess returns true when this start free ipa vertical scaling o k response has a 2xx status code

func (*StartFreeIpaVerticalScalingOK) String

type StartFreeIpaVerticalScalingParams

type StartFreeIpaVerticalScalingParams struct {

	// Input.
	Input *models.StartFreeIpaVerticalScalingRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartFreeIpaVerticalScalingParams contains all the parameters to send to the API endpoint

for the start free ipa vertical scaling operation.

Typically these are written to a http.Request.

func NewStartFreeIpaVerticalScalingParams

func NewStartFreeIpaVerticalScalingParams() *StartFreeIpaVerticalScalingParams

NewStartFreeIpaVerticalScalingParams creates a new StartFreeIpaVerticalScalingParams 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 NewStartFreeIpaVerticalScalingParamsWithContext

func NewStartFreeIpaVerticalScalingParamsWithContext(ctx context.Context) *StartFreeIpaVerticalScalingParams

NewStartFreeIpaVerticalScalingParamsWithContext creates a new StartFreeIpaVerticalScalingParams object with the ability to set a context for a request.

func NewStartFreeIpaVerticalScalingParamsWithHTTPClient

func NewStartFreeIpaVerticalScalingParamsWithHTTPClient(client *http.Client) *StartFreeIpaVerticalScalingParams

NewStartFreeIpaVerticalScalingParamsWithHTTPClient creates a new StartFreeIpaVerticalScalingParams object with the ability to set a custom HTTPClient for a request.

func NewStartFreeIpaVerticalScalingParamsWithTimeout

func NewStartFreeIpaVerticalScalingParamsWithTimeout(timeout time.Duration) *StartFreeIpaVerticalScalingParams

NewStartFreeIpaVerticalScalingParamsWithTimeout creates a new StartFreeIpaVerticalScalingParams object with the ability to set a timeout on a request.

func (*StartFreeIpaVerticalScalingParams) SetContext

SetContext adds the context to the start free ipa vertical scaling params

func (*StartFreeIpaVerticalScalingParams) SetDefaults

func (o *StartFreeIpaVerticalScalingParams) SetDefaults()

SetDefaults hydrates default values in the start free ipa vertical scaling params (not the query body).

All values with no default are reset to their zero value.

func (*StartFreeIpaVerticalScalingParams) SetHTTPClient

func (o *StartFreeIpaVerticalScalingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start free ipa vertical scaling params

func (*StartFreeIpaVerticalScalingParams) SetInput

SetInput adds the input to the start free ipa vertical scaling params

func (*StartFreeIpaVerticalScalingParams) SetTimeout

func (o *StartFreeIpaVerticalScalingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the start free ipa vertical scaling params

func (*StartFreeIpaVerticalScalingParams) WithContext

WithContext adds the context to the start free ipa vertical scaling params

func (*StartFreeIpaVerticalScalingParams) WithDefaults

WithDefaults hydrates default values in the start free ipa vertical scaling params (not the query body).

All values with no default are reset to their zero value.

func (*StartFreeIpaVerticalScalingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start free ipa vertical scaling params

func (*StartFreeIpaVerticalScalingParams) WithInput

WithInput adds the input to the start free ipa vertical scaling params

func (*StartFreeIpaVerticalScalingParams) WithTimeout

WithTimeout adds the timeout to the start free ipa vertical scaling params

func (*StartFreeIpaVerticalScalingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartFreeIpaVerticalScalingReader

type StartFreeIpaVerticalScalingReader struct {
	// contains filtered or unexported fields
}

StartFreeIpaVerticalScalingReader is a Reader for the StartFreeIpaVerticalScaling structure.

func (*StartFreeIpaVerticalScalingReader) ReadResponse

func (o *StartFreeIpaVerticalScalingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopEnvironmentDefault

type StopEnvironmentDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

StopEnvironmentDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewStopEnvironmentDefault

func NewStopEnvironmentDefault(code int) *StopEnvironmentDefault

NewStopEnvironmentDefault creates a StopEnvironmentDefault with default headers values

func (*StopEnvironmentDefault) Code

func (o *StopEnvironmentDefault) Code() int

Code gets the status code for the stop environment default response

func (*StopEnvironmentDefault) Error

func (o *StopEnvironmentDefault) Error() string

func (*StopEnvironmentDefault) GetPayload

func (o *StopEnvironmentDefault) GetPayload() *models.Error

func (*StopEnvironmentDefault) IsClientError

func (o *StopEnvironmentDefault) IsClientError() bool

IsClientError returns true when this stop environment default response has a 4xx status code

func (*StopEnvironmentDefault) IsCode

func (o *StopEnvironmentDefault) IsCode(code int) bool

IsCode returns true when this stop environment default response a status code equal to that given

func (*StopEnvironmentDefault) IsRedirect

func (o *StopEnvironmentDefault) IsRedirect() bool

IsRedirect returns true when this stop environment default response has a 3xx status code

func (*StopEnvironmentDefault) IsServerError

func (o *StopEnvironmentDefault) IsServerError() bool

IsServerError returns true when this stop environment default response has a 5xx status code

func (*StopEnvironmentDefault) IsSuccess

func (o *StopEnvironmentDefault) IsSuccess() bool

IsSuccess returns true when this stop environment default response has a 2xx status code

func (*StopEnvironmentDefault) String

func (o *StopEnvironmentDefault) String() string

type StopEnvironmentOK

type StopEnvironmentOK struct {
	Payload models.StopEnvironmentResponse
}

StopEnvironmentOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewStopEnvironmentOK

func NewStopEnvironmentOK() *StopEnvironmentOK

NewStopEnvironmentOK creates a StopEnvironmentOK with default headers values

func (*StopEnvironmentOK) Code

func (o *StopEnvironmentOK) Code() int

Code gets the status code for the stop environment o k response

func (*StopEnvironmentOK) Error

func (o *StopEnvironmentOK) Error() string

func (*StopEnvironmentOK) GetPayload

func (*StopEnvironmentOK) IsClientError

func (o *StopEnvironmentOK) IsClientError() bool

IsClientError returns true when this stop environment o k response has a 4xx status code

func (*StopEnvironmentOK) IsCode

func (o *StopEnvironmentOK) IsCode(code int) bool

IsCode returns true when this stop environment o k response a status code equal to that given

func (*StopEnvironmentOK) IsRedirect

func (o *StopEnvironmentOK) IsRedirect() bool

IsRedirect returns true when this stop environment o k response has a 3xx status code

func (*StopEnvironmentOK) IsServerError

func (o *StopEnvironmentOK) IsServerError() bool

IsServerError returns true when this stop environment o k response has a 5xx status code

func (*StopEnvironmentOK) IsSuccess

func (o *StopEnvironmentOK) IsSuccess() bool

IsSuccess returns true when this stop environment o k response has a 2xx status code

func (*StopEnvironmentOK) String

func (o *StopEnvironmentOK) String() string

type StopEnvironmentParams

type StopEnvironmentParams struct {

	// Input.
	Input *models.StopEnvironmentRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopEnvironmentParams contains all the parameters to send to the API endpoint

for the stop environment operation.

Typically these are written to a http.Request.

func NewStopEnvironmentParams

func NewStopEnvironmentParams() *StopEnvironmentParams

NewStopEnvironmentParams creates a new StopEnvironmentParams 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 NewStopEnvironmentParamsWithContext

func NewStopEnvironmentParamsWithContext(ctx context.Context) *StopEnvironmentParams

NewStopEnvironmentParamsWithContext creates a new StopEnvironmentParams object with the ability to set a context for a request.

func NewStopEnvironmentParamsWithHTTPClient

func NewStopEnvironmentParamsWithHTTPClient(client *http.Client) *StopEnvironmentParams

NewStopEnvironmentParamsWithHTTPClient creates a new StopEnvironmentParams object with the ability to set a custom HTTPClient for a request.

func NewStopEnvironmentParamsWithTimeout

func NewStopEnvironmentParamsWithTimeout(timeout time.Duration) *StopEnvironmentParams

NewStopEnvironmentParamsWithTimeout creates a new StopEnvironmentParams object with the ability to set a timeout on a request.

func (*StopEnvironmentParams) SetContext

func (o *StopEnvironmentParams) SetContext(ctx context.Context)

SetContext adds the context to the stop environment params

func (*StopEnvironmentParams) SetDefaults

func (o *StopEnvironmentParams) SetDefaults()

SetDefaults hydrates default values in the stop environment params (not the query body).

All values with no default are reset to their zero value.

func (*StopEnvironmentParams) SetHTTPClient

func (o *StopEnvironmentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stop environment params

func (*StopEnvironmentParams) SetInput

SetInput adds the input to the stop environment params

func (*StopEnvironmentParams) SetTimeout

func (o *StopEnvironmentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the stop environment params

func (*StopEnvironmentParams) WithContext

WithContext adds the context to the stop environment params

func (*StopEnvironmentParams) WithDefaults

func (o *StopEnvironmentParams) WithDefaults() *StopEnvironmentParams

WithDefaults hydrates default values in the stop environment params (not the query body).

All values with no default are reset to their zero value.

func (*StopEnvironmentParams) WithHTTPClient

func (o *StopEnvironmentParams) WithHTTPClient(client *http.Client) *StopEnvironmentParams

WithHTTPClient adds the HTTPClient to the stop environment params

func (*StopEnvironmentParams) WithInput

WithInput adds the input to the stop environment params

func (*StopEnvironmentParams) WithTimeout

func (o *StopEnvironmentParams) WithTimeout(timeout time.Duration) *StopEnvironmentParams

WithTimeout adds the timeout to the stop environment params

func (*StopEnvironmentParams) WriteToRequest

func (o *StopEnvironmentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StopEnvironmentReader

type StopEnvironmentReader struct {
	// contains filtered or unexported fields
}

StopEnvironmentReader is a Reader for the StopEnvironment structure.

func (*StopEnvironmentReader) ReadResponse

func (o *StopEnvironmentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SyncAllUsersDefault

type SyncAllUsersDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SyncAllUsersDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSyncAllUsersDefault

func NewSyncAllUsersDefault(code int) *SyncAllUsersDefault

NewSyncAllUsersDefault creates a SyncAllUsersDefault with default headers values

func (*SyncAllUsersDefault) Code

func (o *SyncAllUsersDefault) Code() int

Code gets the status code for the sync all users default response

func (*SyncAllUsersDefault) Error

func (o *SyncAllUsersDefault) Error() string

func (*SyncAllUsersDefault) GetPayload

func (o *SyncAllUsersDefault) GetPayload() *models.Error

func (*SyncAllUsersDefault) IsClientError

func (o *SyncAllUsersDefault) IsClientError() bool

IsClientError returns true when this sync all users default response has a 4xx status code

func (*SyncAllUsersDefault) IsCode

func (o *SyncAllUsersDefault) IsCode(code int) bool

IsCode returns true when this sync all users default response a status code equal to that given

func (*SyncAllUsersDefault) IsRedirect

func (o *SyncAllUsersDefault) IsRedirect() bool

IsRedirect returns true when this sync all users default response has a 3xx status code

func (*SyncAllUsersDefault) IsServerError

func (o *SyncAllUsersDefault) IsServerError() bool

IsServerError returns true when this sync all users default response has a 5xx status code

func (*SyncAllUsersDefault) IsSuccess

func (o *SyncAllUsersDefault) IsSuccess() bool

IsSuccess returns true when this sync all users default response has a 2xx status code

func (*SyncAllUsersDefault) String

func (o *SyncAllUsersDefault) String() string

type SyncAllUsersOK

type SyncAllUsersOK struct {
	Payload *models.SyncAllUsersResponse
}

SyncAllUsersOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSyncAllUsersOK

func NewSyncAllUsersOK() *SyncAllUsersOK

NewSyncAllUsersOK creates a SyncAllUsersOK with default headers values

func (*SyncAllUsersOK) Code

func (o *SyncAllUsersOK) Code() int

Code gets the status code for the sync all users o k response

func (*SyncAllUsersOK) Error

func (o *SyncAllUsersOK) Error() string

func (*SyncAllUsersOK) GetPayload

func (o *SyncAllUsersOK) GetPayload() *models.SyncAllUsersResponse

func (*SyncAllUsersOK) IsClientError

func (o *SyncAllUsersOK) IsClientError() bool

IsClientError returns true when this sync all users o k response has a 4xx status code

func (*SyncAllUsersOK) IsCode

func (o *SyncAllUsersOK) IsCode(code int) bool

IsCode returns true when this sync all users o k response a status code equal to that given

func (*SyncAllUsersOK) IsRedirect

func (o *SyncAllUsersOK) IsRedirect() bool

IsRedirect returns true when this sync all users o k response has a 3xx status code

func (*SyncAllUsersOK) IsServerError

func (o *SyncAllUsersOK) IsServerError() bool

IsServerError returns true when this sync all users o k response has a 5xx status code

func (*SyncAllUsersOK) IsSuccess

func (o *SyncAllUsersOK) IsSuccess() bool

IsSuccess returns true when this sync all users o k response has a 2xx status code

func (*SyncAllUsersOK) String

func (o *SyncAllUsersOK) String() string

type SyncAllUsersParams

type SyncAllUsersParams struct {

	// Input.
	Input *models.SyncAllUsersRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SyncAllUsersParams contains all the parameters to send to the API endpoint

for the sync all users operation.

Typically these are written to a http.Request.

func NewSyncAllUsersParams

func NewSyncAllUsersParams() *SyncAllUsersParams

NewSyncAllUsersParams creates a new SyncAllUsersParams 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 NewSyncAllUsersParamsWithContext

func NewSyncAllUsersParamsWithContext(ctx context.Context) *SyncAllUsersParams

NewSyncAllUsersParamsWithContext creates a new SyncAllUsersParams object with the ability to set a context for a request.

func NewSyncAllUsersParamsWithHTTPClient

func NewSyncAllUsersParamsWithHTTPClient(client *http.Client) *SyncAllUsersParams

NewSyncAllUsersParamsWithHTTPClient creates a new SyncAllUsersParams object with the ability to set a custom HTTPClient for a request.

func NewSyncAllUsersParamsWithTimeout

func NewSyncAllUsersParamsWithTimeout(timeout time.Duration) *SyncAllUsersParams

NewSyncAllUsersParamsWithTimeout creates a new SyncAllUsersParams object with the ability to set a timeout on a request.

func (*SyncAllUsersParams) SetContext

func (o *SyncAllUsersParams) SetContext(ctx context.Context)

SetContext adds the context to the sync all users params

func (*SyncAllUsersParams) SetDefaults

func (o *SyncAllUsersParams) SetDefaults()

SetDefaults hydrates default values in the sync all users params (not the query body).

All values with no default are reset to their zero value.

func (*SyncAllUsersParams) SetHTTPClient

func (o *SyncAllUsersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the sync all users params

func (*SyncAllUsersParams) SetInput

func (o *SyncAllUsersParams) SetInput(input *models.SyncAllUsersRequest)

SetInput adds the input to the sync all users params

func (*SyncAllUsersParams) SetTimeout

func (o *SyncAllUsersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the sync all users params

func (*SyncAllUsersParams) WithContext

WithContext adds the context to the sync all users params

func (*SyncAllUsersParams) WithDefaults

func (o *SyncAllUsersParams) WithDefaults() *SyncAllUsersParams

WithDefaults hydrates default values in the sync all users params (not the query body).

All values with no default are reset to their zero value.

func (*SyncAllUsersParams) WithHTTPClient

func (o *SyncAllUsersParams) WithHTTPClient(client *http.Client) *SyncAllUsersParams

WithHTTPClient adds the HTTPClient to the sync all users params

func (*SyncAllUsersParams) WithInput

WithInput adds the input to the sync all users params

func (*SyncAllUsersParams) WithTimeout

func (o *SyncAllUsersParams) WithTimeout(timeout time.Duration) *SyncAllUsersParams

WithTimeout adds the timeout to the sync all users params

func (*SyncAllUsersParams) WriteToRequest

func (o *SyncAllUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SyncAllUsersReader

type SyncAllUsersReader struct {
	// contains filtered or unexported fields
}

SyncAllUsersReader is a Reader for the SyncAllUsers structure.

func (*SyncAllUsersReader) ReadResponse

func (o *SyncAllUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SyncIDBrokerMappingsDefault

type SyncIDBrokerMappingsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SyncIDBrokerMappingsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSyncIDBrokerMappingsDefault

func NewSyncIDBrokerMappingsDefault(code int) *SyncIDBrokerMappingsDefault

NewSyncIDBrokerMappingsDefault creates a SyncIDBrokerMappingsDefault with default headers values

func (*SyncIDBrokerMappingsDefault) Code

func (o *SyncIDBrokerMappingsDefault) Code() int

Code gets the status code for the sync Id broker mappings default response

func (*SyncIDBrokerMappingsDefault) Error

func (*SyncIDBrokerMappingsDefault) GetPayload

func (o *SyncIDBrokerMappingsDefault) GetPayload() *models.Error

func (*SyncIDBrokerMappingsDefault) IsClientError

func (o *SyncIDBrokerMappingsDefault) IsClientError() bool

IsClientError returns true when this sync Id broker mappings default response has a 4xx status code

func (*SyncIDBrokerMappingsDefault) IsCode

func (o *SyncIDBrokerMappingsDefault) IsCode(code int) bool

IsCode returns true when this sync Id broker mappings default response a status code equal to that given

func (*SyncIDBrokerMappingsDefault) IsRedirect

func (o *SyncIDBrokerMappingsDefault) IsRedirect() bool

IsRedirect returns true when this sync Id broker mappings default response has a 3xx status code

func (*SyncIDBrokerMappingsDefault) IsServerError

func (o *SyncIDBrokerMappingsDefault) IsServerError() bool

IsServerError returns true when this sync Id broker mappings default response has a 5xx status code

func (*SyncIDBrokerMappingsDefault) IsSuccess

func (o *SyncIDBrokerMappingsDefault) IsSuccess() bool

IsSuccess returns true when this sync Id broker mappings default response has a 2xx status code

func (*SyncIDBrokerMappingsDefault) String

func (o *SyncIDBrokerMappingsDefault) String() string

type SyncIDBrokerMappingsOK

type SyncIDBrokerMappingsOK struct {
	Payload models.SyncIDBrokerMappingsResponse
}

SyncIDBrokerMappingsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSyncIDBrokerMappingsOK

func NewSyncIDBrokerMappingsOK() *SyncIDBrokerMappingsOK

NewSyncIDBrokerMappingsOK creates a SyncIDBrokerMappingsOK with default headers values

func (*SyncIDBrokerMappingsOK) Code

func (o *SyncIDBrokerMappingsOK) Code() int

Code gets the status code for the sync Id broker mappings o k response

func (*SyncIDBrokerMappingsOK) Error

func (o *SyncIDBrokerMappingsOK) Error() string

func (*SyncIDBrokerMappingsOK) GetPayload

func (*SyncIDBrokerMappingsOK) IsClientError

func (o *SyncIDBrokerMappingsOK) IsClientError() bool

IsClientError returns true when this sync Id broker mappings o k response has a 4xx status code

func (*SyncIDBrokerMappingsOK) IsCode

func (o *SyncIDBrokerMappingsOK) IsCode(code int) bool

IsCode returns true when this sync Id broker mappings o k response a status code equal to that given

func (*SyncIDBrokerMappingsOK) IsRedirect

func (o *SyncIDBrokerMappingsOK) IsRedirect() bool

IsRedirect returns true when this sync Id broker mappings o k response has a 3xx status code

func (*SyncIDBrokerMappingsOK) IsServerError

func (o *SyncIDBrokerMappingsOK) IsServerError() bool

IsServerError returns true when this sync Id broker mappings o k response has a 5xx status code

func (*SyncIDBrokerMappingsOK) IsSuccess

func (o *SyncIDBrokerMappingsOK) IsSuccess() bool

IsSuccess returns true when this sync Id broker mappings o k response has a 2xx status code

func (*SyncIDBrokerMappingsOK) String

func (o *SyncIDBrokerMappingsOK) String() string

type SyncIDBrokerMappingsParams

type SyncIDBrokerMappingsParams struct {

	// Input.
	Input *models.SyncIDBrokerMappingsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SyncIDBrokerMappingsParams contains all the parameters to send to the API endpoint

for the sync Id broker mappings operation.

Typically these are written to a http.Request.

func NewSyncIDBrokerMappingsParams

func NewSyncIDBrokerMappingsParams() *SyncIDBrokerMappingsParams

NewSyncIDBrokerMappingsParams creates a new SyncIDBrokerMappingsParams 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 NewSyncIDBrokerMappingsParamsWithContext

func NewSyncIDBrokerMappingsParamsWithContext(ctx context.Context) *SyncIDBrokerMappingsParams

NewSyncIDBrokerMappingsParamsWithContext creates a new SyncIDBrokerMappingsParams object with the ability to set a context for a request.

func NewSyncIDBrokerMappingsParamsWithHTTPClient

func NewSyncIDBrokerMappingsParamsWithHTTPClient(client *http.Client) *SyncIDBrokerMappingsParams

NewSyncIDBrokerMappingsParamsWithHTTPClient creates a new SyncIDBrokerMappingsParams object with the ability to set a custom HTTPClient for a request.

func NewSyncIDBrokerMappingsParamsWithTimeout

func NewSyncIDBrokerMappingsParamsWithTimeout(timeout time.Duration) *SyncIDBrokerMappingsParams

NewSyncIDBrokerMappingsParamsWithTimeout creates a new SyncIDBrokerMappingsParams object with the ability to set a timeout on a request.

func (*SyncIDBrokerMappingsParams) SetContext

func (o *SyncIDBrokerMappingsParams) SetContext(ctx context.Context)

SetContext adds the context to the sync Id broker mappings params

func (*SyncIDBrokerMappingsParams) SetDefaults

func (o *SyncIDBrokerMappingsParams) SetDefaults()

SetDefaults hydrates default values in the sync Id broker mappings params (not the query body).

All values with no default are reset to their zero value.

func (*SyncIDBrokerMappingsParams) SetHTTPClient

func (o *SyncIDBrokerMappingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the sync Id broker mappings params

func (*SyncIDBrokerMappingsParams) SetInput

SetInput adds the input to the sync Id broker mappings params

func (*SyncIDBrokerMappingsParams) SetTimeout

func (o *SyncIDBrokerMappingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the sync Id broker mappings params

func (*SyncIDBrokerMappingsParams) WithContext

WithContext adds the context to the sync Id broker mappings params

func (*SyncIDBrokerMappingsParams) WithDefaults

WithDefaults hydrates default values in the sync Id broker mappings params (not the query body).

All values with no default are reset to their zero value.

func (*SyncIDBrokerMappingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the sync Id broker mappings params

func (*SyncIDBrokerMappingsParams) WithInput

WithInput adds the input to the sync Id broker mappings params

func (*SyncIDBrokerMappingsParams) WithTimeout

WithTimeout adds the timeout to the sync Id broker mappings params

func (*SyncIDBrokerMappingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SyncIDBrokerMappingsReader

type SyncIDBrokerMappingsReader struct {
	// contains filtered or unexported fields
}

SyncIDBrokerMappingsReader is a Reader for the SyncIDBrokerMappings structure.

func (*SyncIDBrokerMappingsReader) ReadResponse

func (o *SyncIDBrokerMappingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SyncStatusDefault

type SyncStatusDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SyncStatusDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSyncStatusDefault

func NewSyncStatusDefault(code int) *SyncStatusDefault

NewSyncStatusDefault creates a SyncStatusDefault with default headers values

func (*SyncStatusDefault) Code

func (o *SyncStatusDefault) Code() int

Code gets the status code for the sync status default response

func (*SyncStatusDefault) Error

func (o *SyncStatusDefault) Error() string

func (*SyncStatusDefault) GetPayload

func (o *SyncStatusDefault) GetPayload() *models.Error

func (*SyncStatusDefault) IsClientError

func (o *SyncStatusDefault) IsClientError() bool

IsClientError returns true when this sync status default response has a 4xx status code

func (*SyncStatusDefault) IsCode

func (o *SyncStatusDefault) IsCode(code int) bool

IsCode returns true when this sync status default response a status code equal to that given

func (*SyncStatusDefault) IsRedirect

func (o *SyncStatusDefault) IsRedirect() bool

IsRedirect returns true when this sync status default response has a 3xx status code

func (*SyncStatusDefault) IsServerError

func (o *SyncStatusDefault) IsServerError() bool

IsServerError returns true when this sync status default response has a 5xx status code

func (*SyncStatusDefault) IsSuccess

func (o *SyncStatusDefault) IsSuccess() bool

IsSuccess returns true when this sync status default response has a 2xx status code

func (*SyncStatusDefault) String

func (o *SyncStatusDefault) String() string

type SyncStatusOK

type SyncStatusOK struct {
	Payload *models.SyncStatusResponse
}

SyncStatusOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSyncStatusOK

func NewSyncStatusOK() *SyncStatusOK

NewSyncStatusOK creates a SyncStatusOK with default headers values

func (*SyncStatusOK) Code

func (o *SyncStatusOK) Code() int

Code gets the status code for the sync status o k response

func (*SyncStatusOK) Error

func (o *SyncStatusOK) Error() string

func (*SyncStatusOK) GetPayload

func (o *SyncStatusOK) GetPayload() *models.SyncStatusResponse

func (*SyncStatusOK) IsClientError

func (o *SyncStatusOK) IsClientError() bool

IsClientError returns true when this sync status o k response has a 4xx status code

func (*SyncStatusOK) IsCode

func (o *SyncStatusOK) IsCode(code int) bool

IsCode returns true when this sync status o k response a status code equal to that given

func (*SyncStatusOK) IsRedirect

func (o *SyncStatusOK) IsRedirect() bool

IsRedirect returns true when this sync status o k response has a 3xx status code

func (*SyncStatusOK) IsServerError

func (o *SyncStatusOK) IsServerError() bool

IsServerError returns true when this sync status o k response has a 5xx status code

func (*SyncStatusOK) IsSuccess

func (o *SyncStatusOK) IsSuccess() bool

IsSuccess returns true when this sync status o k response has a 2xx status code

func (*SyncStatusOK) String

func (o *SyncStatusOK) String() string

type SyncStatusParams

type SyncStatusParams struct {

	// Input.
	Input *models.SyncStatusRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SyncStatusParams contains all the parameters to send to the API endpoint

for the sync status operation.

Typically these are written to a http.Request.

func NewSyncStatusParams

func NewSyncStatusParams() *SyncStatusParams

NewSyncStatusParams creates a new SyncStatusParams 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 NewSyncStatusParamsWithContext

func NewSyncStatusParamsWithContext(ctx context.Context) *SyncStatusParams

NewSyncStatusParamsWithContext creates a new SyncStatusParams object with the ability to set a context for a request.

func NewSyncStatusParamsWithHTTPClient

func NewSyncStatusParamsWithHTTPClient(client *http.Client) *SyncStatusParams

NewSyncStatusParamsWithHTTPClient creates a new SyncStatusParams object with the ability to set a custom HTTPClient for a request.

func NewSyncStatusParamsWithTimeout

func NewSyncStatusParamsWithTimeout(timeout time.Duration) *SyncStatusParams

NewSyncStatusParamsWithTimeout creates a new SyncStatusParams object with the ability to set a timeout on a request.

func (*SyncStatusParams) SetContext

func (o *SyncStatusParams) SetContext(ctx context.Context)

SetContext adds the context to the sync status params

func (*SyncStatusParams) SetDefaults

func (o *SyncStatusParams) SetDefaults()

SetDefaults hydrates default values in the sync status params (not the query body).

All values with no default are reset to their zero value.

func (*SyncStatusParams) SetHTTPClient

func (o *SyncStatusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the sync status params

func (*SyncStatusParams) SetInput

func (o *SyncStatusParams) SetInput(input *models.SyncStatusRequest)

SetInput adds the input to the sync status params

func (*SyncStatusParams) SetTimeout

func (o *SyncStatusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the sync status params

func (*SyncStatusParams) WithContext

func (o *SyncStatusParams) WithContext(ctx context.Context) *SyncStatusParams

WithContext adds the context to the sync status params

func (*SyncStatusParams) WithDefaults

func (o *SyncStatusParams) WithDefaults() *SyncStatusParams

WithDefaults hydrates default values in the sync status params (not the query body).

All values with no default are reset to their zero value.

func (*SyncStatusParams) WithHTTPClient

func (o *SyncStatusParams) WithHTTPClient(client *http.Client) *SyncStatusParams

WithHTTPClient adds the HTTPClient to the sync status params

func (*SyncStatusParams) WithInput

WithInput adds the input to the sync status params

func (*SyncStatusParams) WithTimeout

func (o *SyncStatusParams) WithTimeout(timeout time.Duration) *SyncStatusParams

WithTimeout adds the timeout to the sync status params

func (*SyncStatusParams) WriteToRequest

func (o *SyncStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SyncStatusReader

type SyncStatusReader struct {
	// contains filtered or unexported fields
}

SyncStatusReader is a Reader for the SyncStatus structure.

func (*SyncStatusReader) ReadResponse

func (o *SyncStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SyncUserDefault

type SyncUserDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SyncUserDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSyncUserDefault

func NewSyncUserDefault(code int) *SyncUserDefault

NewSyncUserDefault creates a SyncUserDefault with default headers values

func (*SyncUserDefault) Code

func (o *SyncUserDefault) Code() int

Code gets the status code for the sync user default response

func (*SyncUserDefault) Error

func (o *SyncUserDefault) Error() string

func (*SyncUserDefault) GetPayload

func (o *SyncUserDefault) GetPayload() *models.Error

func (*SyncUserDefault) IsClientError

func (o *SyncUserDefault) IsClientError() bool

IsClientError returns true when this sync user default response has a 4xx status code

func (*SyncUserDefault) IsCode

func (o *SyncUserDefault) IsCode(code int) bool

IsCode returns true when this sync user default response a status code equal to that given

func (*SyncUserDefault) IsRedirect

func (o *SyncUserDefault) IsRedirect() bool

IsRedirect returns true when this sync user default response has a 3xx status code

func (*SyncUserDefault) IsServerError

func (o *SyncUserDefault) IsServerError() bool

IsServerError returns true when this sync user default response has a 5xx status code

func (*SyncUserDefault) IsSuccess

func (o *SyncUserDefault) IsSuccess() bool

IsSuccess returns true when this sync user default response has a 2xx status code

func (*SyncUserDefault) String

func (o *SyncUserDefault) String() string

type SyncUserOK

type SyncUserOK struct {
	Payload *models.SyncUserResponse
}

SyncUserOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSyncUserOK

func NewSyncUserOK() *SyncUserOK

NewSyncUserOK creates a SyncUserOK with default headers values

func (*SyncUserOK) Code

func (o *SyncUserOK) Code() int

Code gets the status code for the sync user o k response

func (*SyncUserOK) Error

func (o *SyncUserOK) Error() string

func (*SyncUserOK) GetPayload

func (o *SyncUserOK) GetPayload() *models.SyncUserResponse

func (*SyncUserOK) IsClientError

func (o *SyncUserOK) IsClientError() bool

IsClientError returns true when this sync user o k response has a 4xx status code

func (*SyncUserOK) IsCode

func (o *SyncUserOK) IsCode(code int) bool

IsCode returns true when this sync user o k response a status code equal to that given

func (*SyncUserOK) IsRedirect

func (o *SyncUserOK) IsRedirect() bool

IsRedirect returns true when this sync user o k response has a 3xx status code

func (*SyncUserOK) IsServerError

func (o *SyncUserOK) IsServerError() bool

IsServerError returns true when this sync user o k response has a 5xx status code

func (*SyncUserOK) IsSuccess

func (o *SyncUserOK) IsSuccess() bool

IsSuccess returns true when this sync user o k response has a 2xx status code

func (*SyncUserOK) String

func (o *SyncUserOK) String() string

type SyncUserParams

type SyncUserParams struct {

	// Input.
	Input models.SyncUserRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SyncUserParams contains all the parameters to send to the API endpoint

for the sync user operation.

Typically these are written to a http.Request.

func NewSyncUserParams

func NewSyncUserParams() *SyncUserParams

NewSyncUserParams creates a new SyncUserParams 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 NewSyncUserParamsWithContext

func NewSyncUserParamsWithContext(ctx context.Context) *SyncUserParams

NewSyncUserParamsWithContext creates a new SyncUserParams object with the ability to set a context for a request.

func NewSyncUserParamsWithHTTPClient

func NewSyncUserParamsWithHTTPClient(client *http.Client) *SyncUserParams

NewSyncUserParamsWithHTTPClient creates a new SyncUserParams object with the ability to set a custom HTTPClient for a request.

func NewSyncUserParamsWithTimeout

func NewSyncUserParamsWithTimeout(timeout time.Duration) *SyncUserParams

NewSyncUserParamsWithTimeout creates a new SyncUserParams object with the ability to set a timeout on a request.

func (*SyncUserParams) SetContext

func (o *SyncUserParams) SetContext(ctx context.Context)

SetContext adds the context to the sync user params

func (*SyncUserParams) SetDefaults

func (o *SyncUserParams) SetDefaults()

SetDefaults hydrates default values in the sync user params (not the query body).

All values with no default are reset to their zero value.

func (*SyncUserParams) SetHTTPClient

func (o *SyncUserParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the sync user params

func (*SyncUserParams) SetInput

func (o *SyncUserParams) SetInput(input models.SyncUserRequest)

SetInput adds the input to the sync user params

func (*SyncUserParams) SetTimeout

func (o *SyncUserParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the sync user params

func (*SyncUserParams) WithContext

func (o *SyncUserParams) WithContext(ctx context.Context) *SyncUserParams

WithContext adds the context to the sync user params

func (*SyncUserParams) WithDefaults

func (o *SyncUserParams) WithDefaults() *SyncUserParams

WithDefaults hydrates default values in the sync user params (not the query body).

All values with no default are reset to their zero value.

func (*SyncUserParams) WithHTTPClient

func (o *SyncUserParams) WithHTTPClient(client *http.Client) *SyncUserParams

WithHTTPClient adds the HTTPClient to the sync user params

func (*SyncUserParams) WithInput

func (o *SyncUserParams) WithInput(input models.SyncUserRequest) *SyncUserParams

WithInput adds the input to the sync user params

func (*SyncUserParams) WithTimeout

func (o *SyncUserParams) WithTimeout(timeout time.Duration) *SyncUserParams

WithTimeout adds the timeout to the sync user params

func (*SyncUserParams) WriteToRequest

func (o *SyncUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SyncUserReader

type SyncUserReader struct {
	// contains filtered or unexported fields
}

SyncUserReader is a Reader for the SyncUser structure.

func (*SyncUserReader) ReadResponse

func (o *SyncUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SynchronizeAllEnvironmentsDefault

type SynchronizeAllEnvironmentsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

SynchronizeAllEnvironmentsDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewSynchronizeAllEnvironmentsDefault

func NewSynchronizeAllEnvironmentsDefault(code int) *SynchronizeAllEnvironmentsDefault

NewSynchronizeAllEnvironmentsDefault creates a SynchronizeAllEnvironmentsDefault with default headers values

func (*SynchronizeAllEnvironmentsDefault) Code

Code gets the status code for the synchronize all environments default response

func (*SynchronizeAllEnvironmentsDefault) Error

func (*SynchronizeAllEnvironmentsDefault) GetPayload

func (*SynchronizeAllEnvironmentsDefault) IsClientError

func (o *SynchronizeAllEnvironmentsDefault) IsClientError() bool

IsClientError returns true when this synchronize all environments default response has a 4xx status code

func (*SynchronizeAllEnvironmentsDefault) IsCode

func (o *SynchronizeAllEnvironmentsDefault) IsCode(code int) bool

IsCode returns true when this synchronize all environments default response a status code equal to that given

func (*SynchronizeAllEnvironmentsDefault) IsRedirect

func (o *SynchronizeAllEnvironmentsDefault) IsRedirect() bool

IsRedirect returns true when this synchronize all environments default response has a 3xx status code

func (*SynchronizeAllEnvironmentsDefault) IsServerError

func (o *SynchronizeAllEnvironmentsDefault) IsServerError() bool

IsServerError returns true when this synchronize all environments default response has a 5xx status code

func (*SynchronizeAllEnvironmentsDefault) IsSuccess

func (o *SynchronizeAllEnvironmentsDefault) IsSuccess() bool

IsSuccess returns true when this synchronize all environments default response has a 2xx status code

func (*SynchronizeAllEnvironmentsDefault) String

type SynchronizeAllEnvironmentsOK

type SynchronizeAllEnvironmentsOK struct {
	Payload models.SynchronizeAllEnvironmentsResponse
}

SynchronizeAllEnvironmentsOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewSynchronizeAllEnvironmentsOK

func NewSynchronizeAllEnvironmentsOK() *SynchronizeAllEnvironmentsOK

NewSynchronizeAllEnvironmentsOK creates a SynchronizeAllEnvironmentsOK with default headers values

func (*SynchronizeAllEnvironmentsOK) Code

Code gets the status code for the synchronize all environments o k response

func (*SynchronizeAllEnvironmentsOK) Error

func (*SynchronizeAllEnvironmentsOK) GetPayload

func (*SynchronizeAllEnvironmentsOK) IsClientError

func (o *SynchronizeAllEnvironmentsOK) IsClientError() bool

IsClientError returns true when this synchronize all environments o k response has a 4xx status code

func (*SynchronizeAllEnvironmentsOK) IsCode

func (o *SynchronizeAllEnvironmentsOK) IsCode(code int) bool

IsCode returns true when this synchronize all environments o k response a status code equal to that given

func (*SynchronizeAllEnvironmentsOK) IsRedirect

func (o *SynchronizeAllEnvironmentsOK) IsRedirect() bool

IsRedirect returns true when this synchronize all environments o k response has a 3xx status code

func (*SynchronizeAllEnvironmentsOK) IsServerError

func (o *SynchronizeAllEnvironmentsOK) IsServerError() bool

IsServerError returns true when this synchronize all environments o k response has a 5xx status code

func (*SynchronizeAllEnvironmentsOK) IsSuccess

func (o *SynchronizeAllEnvironmentsOK) IsSuccess() bool

IsSuccess returns true when this synchronize all environments o k response has a 2xx status code

func (*SynchronizeAllEnvironmentsOK) String

type SynchronizeAllEnvironmentsParams

type SynchronizeAllEnvironmentsParams struct {

	// Input.
	Input models.SynchronizeAllEnvironmentsRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SynchronizeAllEnvironmentsParams contains all the parameters to send to the API endpoint

for the synchronize all environments operation.

Typically these are written to a http.Request.

func NewSynchronizeAllEnvironmentsParams

func NewSynchronizeAllEnvironmentsParams() *SynchronizeAllEnvironmentsParams

NewSynchronizeAllEnvironmentsParams creates a new SynchronizeAllEnvironmentsParams 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 NewSynchronizeAllEnvironmentsParamsWithContext

func NewSynchronizeAllEnvironmentsParamsWithContext(ctx context.Context) *SynchronizeAllEnvironmentsParams

NewSynchronizeAllEnvironmentsParamsWithContext creates a new SynchronizeAllEnvironmentsParams object with the ability to set a context for a request.

func NewSynchronizeAllEnvironmentsParamsWithHTTPClient

func NewSynchronizeAllEnvironmentsParamsWithHTTPClient(client *http.Client) *SynchronizeAllEnvironmentsParams

NewSynchronizeAllEnvironmentsParamsWithHTTPClient creates a new SynchronizeAllEnvironmentsParams object with the ability to set a custom HTTPClient for a request.

func NewSynchronizeAllEnvironmentsParamsWithTimeout

func NewSynchronizeAllEnvironmentsParamsWithTimeout(timeout time.Duration) *SynchronizeAllEnvironmentsParams

NewSynchronizeAllEnvironmentsParamsWithTimeout creates a new SynchronizeAllEnvironmentsParams object with the ability to set a timeout on a request.

func (*SynchronizeAllEnvironmentsParams) SetContext

SetContext adds the context to the synchronize all environments params

func (*SynchronizeAllEnvironmentsParams) SetDefaults

func (o *SynchronizeAllEnvironmentsParams) SetDefaults()

SetDefaults hydrates default values in the synchronize all environments params (not the query body).

All values with no default are reset to their zero value.

func (*SynchronizeAllEnvironmentsParams) SetHTTPClient

func (o *SynchronizeAllEnvironmentsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the synchronize all environments params

func (*SynchronizeAllEnvironmentsParams) SetInput

SetInput adds the input to the synchronize all environments params

func (*SynchronizeAllEnvironmentsParams) SetTimeout

func (o *SynchronizeAllEnvironmentsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the synchronize all environments params

func (*SynchronizeAllEnvironmentsParams) WithContext

WithContext adds the context to the synchronize all environments params

func (*SynchronizeAllEnvironmentsParams) WithDefaults

WithDefaults hydrates default values in the synchronize all environments params (not the query body).

All values with no default are reset to their zero value.

func (*SynchronizeAllEnvironmentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the synchronize all environments params

func (*SynchronizeAllEnvironmentsParams) WithInput

WithInput adds the input to the synchronize all environments params

func (*SynchronizeAllEnvironmentsParams) WithTimeout

WithTimeout adds the timeout to the synchronize all environments params

func (*SynchronizeAllEnvironmentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SynchronizeAllEnvironmentsReader

type SynchronizeAllEnvironmentsReader struct {
	// contains filtered or unexported fields
}

SynchronizeAllEnvironmentsReader is a Reader for the SynchronizeAllEnvironments structure.

func (*SynchronizeAllEnvironmentsReader) ReadResponse

func (o *SynchronizeAllEnvironmentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TestAccountTelemetryRulesDefault

type TestAccountTelemetryRulesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

TestAccountTelemetryRulesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewTestAccountTelemetryRulesDefault

func NewTestAccountTelemetryRulesDefault(code int) *TestAccountTelemetryRulesDefault

NewTestAccountTelemetryRulesDefault creates a TestAccountTelemetryRulesDefault with default headers values

func (*TestAccountTelemetryRulesDefault) Code

Code gets the status code for the test account telemetry rules default response

func (*TestAccountTelemetryRulesDefault) Error

func (*TestAccountTelemetryRulesDefault) GetPayload

func (*TestAccountTelemetryRulesDefault) IsClientError

func (o *TestAccountTelemetryRulesDefault) IsClientError() bool

IsClientError returns true when this test account telemetry rules default response has a 4xx status code

func (*TestAccountTelemetryRulesDefault) IsCode

func (o *TestAccountTelemetryRulesDefault) IsCode(code int) bool

IsCode returns true when this test account telemetry rules default response a status code equal to that given

func (*TestAccountTelemetryRulesDefault) IsRedirect

func (o *TestAccountTelemetryRulesDefault) IsRedirect() bool

IsRedirect returns true when this test account telemetry rules default response has a 3xx status code

func (*TestAccountTelemetryRulesDefault) IsServerError

func (o *TestAccountTelemetryRulesDefault) IsServerError() bool

IsServerError returns true when this test account telemetry rules default response has a 5xx status code

func (*TestAccountTelemetryRulesDefault) IsSuccess

func (o *TestAccountTelemetryRulesDefault) IsSuccess() bool

IsSuccess returns true when this test account telemetry rules default response has a 2xx status code

func (*TestAccountTelemetryRulesDefault) String

type TestAccountTelemetryRulesOK

type TestAccountTelemetryRulesOK struct {
	Payload *models.TestAccountTelemetryRulesResponse
}

TestAccountTelemetryRulesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewTestAccountTelemetryRulesOK

func NewTestAccountTelemetryRulesOK() *TestAccountTelemetryRulesOK

NewTestAccountTelemetryRulesOK creates a TestAccountTelemetryRulesOK with default headers values

func (*TestAccountTelemetryRulesOK) Code

func (o *TestAccountTelemetryRulesOK) Code() int

Code gets the status code for the test account telemetry rules o k response

func (*TestAccountTelemetryRulesOK) Error

func (*TestAccountTelemetryRulesOK) GetPayload

func (*TestAccountTelemetryRulesOK) IsClientError

func (o *TestAccountTelemetryRulesOK) IsClientError() bool

IsClientError returns true when this test account telemetry rules o k response has a 4xx status code

func (*TestAccountTelemetryRulesOK) IsCode

func (o *TestAccountTelemetryRulesOK) IsCode(code int) bool

IsCode returns true when this test account telemetry rules o k response a status code equal to that given

func (*TestAccountTelemetryRulesOK) IsRedirect

func (o *TestAccountTelemetryRulesOK) IsRedirect() bool

IsRedirect returns true when this test account telemetry rules o k response has a 3xx status code

func (*TestAccountTelemetryRulesOK) IsServerError

func (o *TestAccountTelemetryRulesOK) IsServerError() bool

IsServerError returns true when this test account telemetry rules o k response has a 5xx status code

func (*TestAccountTelemetryRulesOK) IsSuccess

func (o *TestAccountTelemetryRulesOK) IsSuccess() bool

IsSuccess returns true when this test account telemetry rules o k response has a 2xx status code

func (*TestAccountTelemetryRulesOK) String

func (o *TestAccountTelemetryRulesOK) String() string

type TestAccountTelemetryRulesParams

type TestAccountTelemetryRulesParams struct {

	// Input.
	Input *models.TestAccountTelemetryRulesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TestAccountTelemetryRulesParams contains all the parameters to send to the API endpoint

for the test account telemetry rules operation.

Typically these are written to a http.Request.

func NewTestAccountTelemetryRulesParams

func NewTestAccountTelemetryRulesParams() *TestAccountTelemetryRulesParams

NewTestAccountTelemetryRulesParams creates a new TestAccountTelemetryRulesParams 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 NewTestAccountTelemetryRulesParamsWithContext

func NewTestAccountTelemetryRulesParamsWithContext(ctx context.Context) *TestAccountTelemetryRulesParams

NewTestAccountTelemetryRulesParamsWithContext creates a new TestAccountTelemetryRulesParams object with the ability to set a context for a request.

func NewTestAccountTelemetryRulesParamsWithHTTPClient

func NewTestAccountTelemetryRulesParamsWithHTTPClient(client *http.Client) *TestAccountTelemetryRulesParams

NewTestAccountTelemetryRulesParamsWithHTTPClient creates a new TestAccountTelemetryRulesParams object with the ability to set a custom HTTPClient for a request.

func NewTestAccountTelemetryRulesParamsWithTimeout

func NewTestAccountTelemetryRulesParamsWithTimeout(timeout time.Duration) *TestAccountTelemetryRulesParams

NewTestAccountTelemetryRulesParamsWithTimeout creates a new TestAccountTelemetryRulesParams object with the ability to set a timeout on a request.

func (*TestAccountTelemetryRulesParams) SetContext

func (o *TestAccountTelemetryRulesParams) SetContext(ctx context.Context)

SetContext adds the context to the test account telemetry rules params

func (*TestAccountTelemetryRulesParams) SetDefaults

func (o *TestAccountTelemetryRulesParams) SetDefaults()

SetDefaults hydrates default values in the test account telemetry rules params (not the query body).

All values with no default are reset to their zero value.

func (*TestAccountTelemetryRulesParams) SetHTTPClient

func (o *TestAccountTelemetryRulesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the test account telemetry rules params

func (*TestAccountTelemetryRulesParams) SetInput

SetInput adds the input to the test account telemetry rules params

func (*TestAccountTelemetryRulesParams) SetTimeout

func (o *TestAccountTelemetryRulesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the test account telemetry rules params

func (*TestAccountTelemetryRulesParams) WithContext

WithContext adds the context to the test account telemetry rules params

func (*TestAccountTelemetryRulesParams) WithDefaults

WithDefaults hydrates default values in the test account telemetry rules params (not the query body).

All values with no default are reset to their zero value.

func (*TestAccountTelemetryRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test account telemetry rules params

func (*TestAccountTelemetryRulesParams) WithInput

WithInput adds the input to the test account telemetry rules params

func (*TestAccountTelemetryRulesParams) WithTimeout

WithTimeout adds the timeout to the test account telemetry rules params

func (*TestAccountTelemetryRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestAccountTelemetryRulesReader

type TestAccountTelemetryRulesReader struct {
	// contains filtered or unexported fields
}

TestAccountTelemetryRulesReader is a Reader for the TestAccountTelemetryRules structure.

func (*TestAccountTelemetryRulesReader) ReadResponse

func (o *TestAccountTelemetryRulesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAwsDiskEncryptionParametersDefault

type UpdateAwsDiskEncryptionParametersDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateAwsDiskEncryptionParametersDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateAwsDiskEncryptionParametersDefault

func NewUpdateAwsDiskEncryptionParametersDefault(code int) *UpdateAwsDiskEncryptionParametersDefault

NewUpdateAwsDiskEncryptionParametersDefault creates a UpdateAwsDiskEncryptionParametersDefault with default headers values

func (*UpdateAwsDiskEncryptionParametersDefault) Code

Code gets the status code for the update aws disk encryption parameters default response

func (*UpdateAwsDiskEncryptionParametersDefault) Error

func (*UpdateAwsDiskEncryptionParametersDefault) GetPayload

func (*UpdateAwsDiskEncryptionParametersDefault) IsClientError

IsClientError returns true when this update aws disk encryption parameters default response has a 4xx status code

func (*UpdateAwsDiskEncryptionParametersDefault) IsCode

IsCode returns true when this update aws disk encryption parameters default response a status code equal to that given

func (*UpdateAwsDiskEncryptionParametersDefault) IsRedirect

IsRedirect returns true when this update aws disk encryption parameters default response has a 3xx status code

func (*UpdateAwsDiskEncryptionParametersDefault) IsServerError

IsServerError returns true when this update aws disk encryption parameters default response has a 5xx status code

func (*UpdateAwsDiskEncryptionParametersDefault) IsSuccess

IsSuccess returns true when this update aws disk encryption parameters default response has a 2xx status code

func (*UpdateAwsDiskEncryptionParametersDefault) String

type UpdateAwsDiskEncryptionParametersOK

type UpdateAwsDiskEncryptionParametersOK struct {
	Payload *models.UpdateAwsDiskEncryptionParametersResponse
}

UpdateAwsDiskEncryptionParametersOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateAwsDiskEncryptionParametersOK

func NewUpdateAwsDiskEncryptionParametersOK() *UpdateAwsDiskEncryptionParametersOK

NewUpdateAwsDiskEncryptionParametersOK creates a UpdateAwsDiskEncryptionParametersOK with default headers values

func (*UpdateAwsDiskEncryptionParametersOK) Code

Code gets the status code for the update aws disk encryption parameters o k response

func (*UpdateAwsDiskEncryptionParametersOK) Error

func (*UpdateAwsDiskEncryptionParametersOK) GetPayload

func (*UpdateAwsDiskEncryptionParametersOK) IsClientError

func (o *UpdateAwsDiskEncryptionParametersOK) IsClientError() bool

IsClientError returns true when this update aws disk encryption parameters o k response has a 4xx status code

func (*UpdateAwsDiskEncryptionParametersOK) IsCode

IsCode returns true when this update aws disk encryption parameters o k response a status code equal to that given

func (*UpdateAwsDiskEncryptionParametersOK) IsRedirect

func (o *UpdateAwsDiskEncryptionParametersOK) IsRedirect() bool

IsRedirect returns true when this update aws disk encryption parameters o k response has a 3xx status code

func (*UpdateAwsDiskEncryptionParametersOK) IsServerError

func (o *UpdateAwsDiskEncryptionParametersOK) IsServerError() bool

IsServerError returns true when this update aws disk encryption parameters o k response has a 5xx status code

func (*UpdateAwsDiskEncryptionParametersOK) IsSuccess

IsSuccess returns true when this update aws disk encryption parameters o k response has a 2xx status code

func (*UpdateAwsDiskEncryptionParametersOK) String

type UpdateAwsDiskEncryptionParametersParams

type UpdateAwsDiskEncryptionParametersParams struct {

	// Input.
	Input *models.UpdateAwsDiskEncryptionParametersRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAwsDiskEncryptionParametersParams contains all the parameters to send to the API endpoint

for the update aws disk encryption parameters operation.

Typically these are written to a http.Request.

func NewUpdateAwsDiskEncryptionParametersParams

func NewUpdateAwsDiskEncryptionParametersParams() *UpdateAwsDiskEncryptionParametersParams

NewUpdateAwsDiskEncryptionParametersParams creates a new UpdateAwsDiskEncryptionParametersParams 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 NewUpdateAwsDiskEncryptionParametersParamsWithContext

func NewUpdateAwsDiskEncryptionParametersParamsWithContext(ctx context.Context) *UpdateAwsDiskEncryptionParametersParams

NewUpdateAwsDiskEncryptionParametersParamsWithContext creates a new UpdateAwsDiskEncryptionParametersParams object with the ability to set a context for a request.

func NewUpdateAwsDiskEncryptionParametersParamsWithHTTPClient

func NewUpdateAwsDiskEncryptionParametersParamsWithHTTPClient(client *http.Client) *UpdateAwsDiskEncryptionParametersParams

NewUpdateAwsDiskEncryptionParametersParamsWithHTTPClient creates a new UpdateAwsDiskEncryptionParametersParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAwsDiskEncryptionParametersParamsWithTimeout

func NewUpdateAwsDiskEncryptionParametersParamsWithTimeout(timeout time.Duration) *UpdateAwsDiskEncryptionParametersParams

NewUpdateAwsDiskEncryptionParametersParamsWithTimeout creates a new UpdateAwsDiskEncryptionParametersParams object with the ability to set a timeout on a request.

func (*UpdateAwsDiskEncryptionParametersParams) SetContext

SetContext adds the context to the update aws disk encryption parameters params

func (*UpdateAwsDiskEncryptionParametersParams) SetDefaults

func (o *UpdateAwsDiskEncryptionParametersParams) SetDefaults()

SetDefaults hydrates default values in the update aws disk encryption parameters params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAwsDiskEncryptionParametersParams) SetHTTPClient

func (o *UpdateAwsDiskEncryptionParametersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update aws disk encryption parameters params

func (*UpdateAwsDiskEncryptionParametersParams) SetInput

SetInput adds the input to the update aws disk encryption parameters params

func (*UpdateAwsDiskEncryptionParametersParams) SetTimeout

func (o *UpdateAwsDiskEncryptionParametersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update aws disk encryption parameters params

func (*UpdateAwsDiskEncryptionParametersParams) WithContext

WithContext adds the context to the update aws disk encryption parameters params

func (*UpdateAwsDiskEncryptionParametersParams) WithDefaults

WithDefaults hydrates default values in the update aws disk encryption parameters params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAwsDiskEncryptionParametersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update aws disk encryption parameters params

func (*UpdateAwsDiskEncryptionParametersParams) WithInput

WithInput adds the input to the update aws disk encryption parameters params

func (*UpdateAwsDiskEncryptionParametersParams) WithTimeout

WithTimeout adds the timeout to the update aws disk encryption parameters params

func (*UpdateAwsDiskEncryptionParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAwsDiskEncryptionParametersReader

type UpdateAwsDiskEncryptionParametersReader struct {
	// contains filtered or unexported fields
}

UpdateAwsDiskEncryptionParametersReader is a Reader for the UpdateAwsDiskEncryptionParameters structure.

func (*UpdateAwsDiskEncryptionParametersReader) ReadResponse

func (o *UpdateAwsDiskEncryptionParametersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAzureCredentialDefault

type UpdateAzureCredentialDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateAzureCredentialDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateAzureCredentialDefault

func NewUpdateAzureCredentialDefault(code int) *UpdateAzureCredentialDefault

NewUpdateAzureCredentialDefault creates a UpdateAzureCredentialDefault with default headers values

func (*UpdateAzureCredentialDefault) Code

Code gets the status code for the update azure credential default response

func (*UpdateAzureCredentialDefault) Error

func (*UpdateAzureCredentialDefault) GetPayload

func (o *UpdateAzureCredentialDefault) GetPayload() *models.Error

func (*UpdateAzureCredentialDefault) IsClientError

func (o *UpdateAzureCredentialDefault) IsClientError() bool

IsClientError returns true when this update azure credential default response has a 4xx status code

func (*UpdateAzureCredentialDefault) IsCode

func (o *UpdateAzureCredentialDefault) IsCode(code int) bool

IsCode returns true when this update azure credential default response a status code equal to that given

func (*UpdateAzureCredentialDefault) IsRedirect

func (o *UpdateAzureCredentialDefault) IsRedirect() bool

IsRedirect returns true when this update azure credential default response has a 3xx status code

func (*UpdateAzureCredentialDefault) IsServerError

func (o *UpdateAzureCredentialDefault) IsServerError() bool

IsServerError returns true when this update azure credential default response has a 5xx status code

func (*UpdateAzureCredentialDefault) IsSuccess

func (o *UpdateAzureCredentialDefault) IsSuccess() bool

IsSuccess returns true when this update azure credential default response has a 2xx status code

func (*UpdateAzureCredentialDefault) String

type UpdateAzureCredentialOK

type UpdateAzureCredentialOK struct {
	Payload *models.UpdateAzureCredentialResponse
}

UpdateAzureCredentialOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateAzureCredentialOK

func NewUpdateAzureCredentialOK() *UpdateAzureCredentialOK

NewUpdateAzureCredentialOK creates a UpdateAzureCredentialOK with default headers values

func (*UpdateAzureCredentialOK) Code

func (o *UpdateAzureCredentialOK) Code() int

Code gets the status code for the update azure credential o k response

func (*UpdateAzureCredentialOK) Error

func (o *UpdateAzureCredentialOK) Error() string

func (*UpdateAzureCredentialOK) GetPayload

func (*UpdateAzureCredentialOK) IsClientError

func (o *UpdateAzureCredentialOK) IsClientError() bool

IsClientError returns true when this update azure credential o k response has a 4xx status code

func (*UpdateAzureCredentialOK) IsCode

func (o *UpdateAzureCredentialOK) IsCode(code int) bool

IsCode returns true when this update azure credential o k response a status code equal to that given

func (*UpdateAzureCredentialOK) IsRedirect

func (o *UpdateAzureCredentialOK) IsRedirect() bool

IsRedirect returns true when this update azure credential o k response has a 3xx status code

func (*UpdateAzureCredentialOK) IsServerError

func (o *UpdateAzureCredentialOK) IsServerError() bool

IsServerError returns true when this update azure credential o k response has a 5xx status code

func (*UpdateAzureCredentialOK) IsSuccess

func (o *UpdateAzureCredentialOK) IsSuccess() bool

IsSuccess returns true when this update azure credential o k response has a 2xx status code

func (*UpdateAzureCredentialOK) String

func (o *UpdateAzureCredentialOK) String() string

type UpdateAzureCredentialParams

type UpdateAzureCredentialParams struct {

	// Input.
	Input *models.UpdateAzureCredentialRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAzureCredentialParams contains all the parameters to send to the API endpoint

for the update azure credential operation.

Typically these are written to a http.Request.

func NewUpdateAzureCredentialParams

func NewUpdateAzureCredentialParams() *UpdateAzureCredentialParams

NewUpdateAzureCredentialParams creates a new UpdateAzureCredentialParams 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 NewUpdateAzureCredentialParamsWithContext

func NewUpdateAzureCredentialParamsWithContext(ctx context.Context) *UpdateAzureCredentialParams

NewUpdateAzureCredentialParamsWithContext creates a new UpdateAzureCredentialParams object with the ability to set a context for a request.

func NewUpdateAzureCredentialParamsWithHTTPClient

func NewUpdateAzureCredentialParamsWithHTTPClient(client *http.Client) *UpdateAzureCredentialParams

NewUpdateAzureCredentialParamsWithHTTPClient creates a new UpdateAzureCredentialParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAzureCredentialParamsWithTimeout

func NewUpdateAzureCredentialParamsWithTimeout(timeout time.Duration) *UpdateAzureCredentialParams

NewUpdateAzureCredentialParamsWithTimeout creates a new UpdateAzureCredentialParams object with the ability to set a timeout on a request.

func (*UpdateAzureCredentialParams) SetContext

func (o *UpdateAzureCredentialParams) SetContext(ctx context.Context)

SetContext adds the context to the update azure credential params

func (*UpdateAzureCredentialParams) SetDefaults

func (o *UpdateAzureCredentialParams) SetDefaults()

SetDefaults hydrates default values in the update azure credential params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAzureCredentialParams) SetHTTPClient

func (o *UpdateAzureCredentialParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update azure credential params

func (*UpdateAzureCredentialParams) SetInput

SetInput adds the input to the update azure credential params

func (*UpdateAzureCredentialParams) SetTimeout

func (o *UpdateAzureCredentialParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update azure credential params

func (*UpdateAzureCredentialParams) WithContext

WithContext adds the context to the update azure credential params

func (*UpdateAzureCredentialParams) WithDefaults

WithDefaults hydrates default values in the update azure credential params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAzureCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update azure credential params

func (*UpdateAzureCredentialParams) WithInput

WithInput adds the input to the update azure credential params

func (*UpdateAzureCredentialParams) WithTimeout

WithTimeout adds the timeout to the update azure credential params

func (*UpdateAzureCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAzureCredentialReader

type UpdateAzureCredentialReader struct {
	// contains filtered or unexported fields
}

UpdateAzureCredentialReader is a Reader for the UpdateAzureCredential structure.

func (*UpdateAzureCredentialReader) ReadResponse

func (o *UpdateAzureCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAzureEncryptionResourcesDefault

type UpdateAzureEncryptionResourcesDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateAzureEncryptionResourcesDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateAzureEncryptionResourcesDefault

func NewUpdateAzureEncryptionResourcesDefault(code int) *UpdateAzureEncryptionResourcesDefault

NewUpdateAzureEncryptionResourcesDefault creates a UpdateAzureEncryptionResourcesDefault with default headers values

func (*UpdateAzureEncryptionResourcesDefault) Code

Code gets the status code for the update azure encryption resources default response

func (*UpdateAzureEncryptionResourcesDefault) Error

func (*UpdateAzureEncryptionResourcesDefault) GetPayload

func (*UpdateAzureEncryptionResourcesDefault) IsClientError

func (o *UpdateAzureEncryptionResourcesDefault) IsClientError() bool

IsClientError returns true when this update azure encryption resources default response has a 4xx status code

func (*UpdateAzureEncryptionResourcesDefault) IsCode

IsCode returns true when this update azure encryption resources default response a status code equal to that given

func (*UpdateAzureEncryptionResourcesDefault) IsRedirect

IsRedirect returns true when this update azure encryption resources default response has a 3xx status code

func (*UpdateAzureEncryptionResourcesDefault) IsServerError

func (o *UpdateAzureEncryptionResourcesDefault) IsServerError() bool

IsServerError returns true when this update azure encryption resources default response has a 5xx status code

func (*UpdateAzureEncryptionResourcesDefault) IsSuccess

IsSuccess returns true when this update azure encryption resources default response has a 2xx status code

func (*UpdateAzureEncryptionResourcesDefault) String

type UpdateAzureEncryptionResourcesOK

type UpdateAzureEncryptionResourcesOK struct {
	Payload *models.UpdateAzureEncryptionResourcesResponse
}

UpdateAzureEncryptionResourcesOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateAzureEncryptionResourcesOK

func NewUpdateAzureEncryptionResourcesOK() *UpdateAzureEncryptionResourcesOK

NewUpdateAzureEncryptionResourcesOK creates a UpdateAzureEncryptionResourcesOK with default headers values

func (*UpdateAzureEncryptionResourcesOK) Code

Code gets the status code for the update azure encryption resources o k response

func (*UpdateAzureEncryptionResourcesOK) Error

func (*UpdateAzureEncryptionResourcesOK) GetPayload

func (*UpdateAzureEncryptionResourcesOK) IsClientError

func (o *UpdateAzureEncryptionResourcesOK) IsClientError() bool

IsClientError returns true when this update azure encryption resources o k response has a 4xx status code

func (*UpdateAzureEncryptionResourcesOK) IsCode

func (o *UpdateAzureEncryptionResourcesOK) IsCode(code int) bool

IsCode returns true when this update azure encryption resources o k response a status code equal to that given

func (*UpdateAzureEncryptionResourcesOK) IsRedirect

func (o *UpdateAzureEncryptionResourcesOK) IsRedirect() bool

IsRedirect returns true when this update azure encryption resources o k response has a 3xx status code

func (*UpdateAzureEncryptionResourcesOK) IsServerError

func (o *UpdateAzureEncryptionResourcesOK) IsServerError() bool

IsServerError returns true when this update azure encryption resources o k response has a 5xx status code

func (*UpdateAzureEncryptionResourcesOK) IsSuccess

func (o *UpdateAzureEncryptionResourcesOK) IsSuccess() bool

IsSuccess returns true when this update azure encryption resources o k response has a 2xx status code

func (*UpdateAzureEncryptionResourcesOK) String

type UpdateAzureEncryptionResourcesParams

type UpdateAzureEncryptionResourcesParams struct {

	// Input.
	Input *models.UpdateAzureEncryptionResourcesRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAzureEncryptionResourcesParams contains all the parameters to send to the API endpoint

for the update azure encryption resources operation.

Typically these are written to a http.Request.

func NewUpdateAzureEncryptionResourcesParams

func NewUpdateAzureEncryptionResourcesParams() *UpdateAzureEncryptionResourcesParams

NewUpdateAzureEncryptionResourcesParams creates a new UpdateAzureEncryptionResourcesParams 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 NewUpdateAzureEncryptionResourcesParamsWithContext

func NewUpdateAzureEncryptionResourcesParamsWithContext(ctx context.Context) *UpdateAzureEncryptionResourcesParams

NewUpdateAzureEncryptionResourcesParamsWithContext creates a new UpdateAzureEncryptionResourcesParams object with the ability to set a context for a request.

func NewUpdateAzureEncryptionResourcesParamsWithHTTPClient

func NewUpdateAzureEncryptionResourcesParamsWithHTTPClient(client *http.Client) *UpdateAzureEncryptionResourcesParams

NewUpdateAzureEncryptionResourcesParamsWithHTTPClient creates a new UpdateAzureEncryptionResourcesParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAzureEncryptionResourcesParamsWithTimeout

func NewUpdateAzureEncryptionResourcesParamsWithTimeout(timeout time.Duration) *UpdateAzureEncryptionResourcesParams

NewUpdateAzureEncryptionResourcesParamsWithTimeout creates a new UpdateAzureEncryptionResourcesParams object with the ability to set a timeout on a request.

func (*UpdateAzureEncryptionResourcesParams) SetContext

SetContext adds the context to the update azure encryption resources params

func (*UpdateAzureEncryptionResourcesParams) SetDefaults

func (o *UpdateAzureEncryptionResourcesParams) SetDefaults()

SetDefaults hydrates default values in the update azure encryption resources params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAzureEncryptionResourcesParams) SetHTTPClient

func (o *UpdateAzureEncryptionResourcesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update azure encryption resources params

func (*UpdateAzureEncryptionResourcesParams) SetInput

SetInput adds the input to the update azure encryption resources params

func (*UpdateAzureEncryptionResourcesParams) SetTimeout

func (o *UpdateAzureEncryptionResourcesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update azure encryption resources params

func (*UpdateAzureEncryptionResourcesParams) WithContext

WithContext adds the context to the update azure encryption resources params

func (*UpdateAzureEncryptionResourcesParams) WithDefaults

WithDefaults hydrates default values in the update azure encryption resources params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAzureEncryptionResourcesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update azure encryption resources params

func (*UpdateAzureEncryptionResourcesParams) WithInput

WithInput adds the input to the update azure encryption resources params

func (*UpdateAzureEncryptionResourcesParams) WithTimeout

WithTimeout adds the timeout to the update azure encryption resources params

func (*UpdateAzureEncryptionResourcesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAzureEncryptionResourcesReader

type UpdateAzureEncryptionResourcesReader struct {
	// contains filtered or unexported fields
}

UpdateAzureEncryptionResourcesReader is a Reader for the UpdateAzureEncryptionResources structure.

func (*UpdateAzureEncryptionResourcesReader) ReadResponse

func (o *UpdateAzureEncryptionResourcesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateOrchestratorStateDefault

type UpdateOrchestratorStateDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateOrchestratorStateDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateOrchestratorStateDefault

func NewUpdateOrchestratorStateDefault(code int) *UpdateOrchestratorStateDefault

NewUpdateOrchestratorStateDefault creates a UpdateOrchestratorStateDefault with default headers values

func (*UpdateOrchestratorStateDefault) Code

Code gets the status code for the update orchestrator state default response

func (*UpdateOrchestratorStateDefault) Error

func (*UpdateOrchestratorStateDefault) GetPayload

func (o *UpdateOrchestratorStateDefault) GetPayload() *models.Error

func (*UpdateOrchestratorStateDefault) IsClientError

func (o *UpdateOrchestratorStateDefault) IsClientError() bool

IsClientError returns true when this update orchestrator state default response has a 4xx status code

func (*UpdateOrchestratorStateDefault) IsCode

func (o *UpdateOrchestratorStateDefault) IsCode(code int) bool

IsCode returns true when this update orchestrator state default response a status code equal to that given

func (*UpdateOrchestratorStateDefault) IsRedirect

func (o *UpdateOrchestratorStateDefault) IsRedirect() bool

IsRedirect returns true when this update orchestrator state default response has a 3xx status code

func (*UpdateOrchestratorStateDefault) IsServerError

func (o *UpdateOrchestratorStateDefault) IsServerError() bool

IsServerError returns true when this update orchestrator state default response has a 5xx status code

func (*UpdateOrchestratorStateDefault) IsSuccess

func (o *UpdateOrchestratorStateDefault) IsSuccess() bool

IsSuccess returns true when this update orchestrator state default response has a 2xx status code

func (*UpdateOrchestratorStateDefault) String

type UpdateOrchestratorStateOK

type UpdateOrchestratorStateOK struct {
	Payload models.UpdateOrchestratorStateResponse
}

UpdateOrchestratorStateOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateOrchestratorStateOK

func NewUpdateOrchestratorStateOK() *UpdateOrchestratorStateOK

NewUpdateOrchestratorStateOK creates a UpdateOrchestratorStateOK with default headers values

func (*UpdateOrchestratorStateOK) Code

func (o *UpdateOrchestratorStateOK) Code() int

Code gets the status code for the update orchestrator state o k response

func (*UpdateOrchestratorStateOK) Error

func (o *UpdateOrchestratorStateOK) Error() string

func (*UpdateOrchestratorStateOK) GetPayload

func (*UpdateOrchestratorStateOK) IsClientError

func (o *UpdateOrchestratorStateOK) IsClientError() bool

IsClientError returns true when this update orchestrator state o k response has a 4xx status code

func (*UpdateOrchestratorStateOK) IsCode

func (o *UpdateOrchestratorStateOK) IsCode(code int) bool

IsCode returns true when this update orchestrator state o k response a status code equal to that given

func (*UpdateOrchestratorStateOK) IsRedirect

func (o *UpdateOrchestratorStateOK) IsRedirect() bool

IsRedirect returns true when this update orchestrator state o k response has a 3xx status code

func (*UpdateOrchestratorStateOK) IsServerError

func (o *UpdateOrchestratorStateOK) IsServerError() bool

IsServerError returns true when this update orchestrator state o k response has a 5xx status code

func (*UpdateOrchestratorStateOK) IsSuccess

func (o *UpdateOrchestratorStateOK) IsSuccess() bool

IsSuccess returns true when this update orchestrator state o k response has a 2xx status code

func (*UpdateOrchestratorStateOK) String

func (o *UpdateOrchestratorStateOK) String() string

type UpdateOrchestratorStateParams

type UpdateOrchestratorStateParams struct {

	// Input.
	Input *models.UpdateOrchestratorStateRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateOrchestratorStateParams contains all the parameters to send to the API endpoint

for the update orchestrator state operation.

Typically these are written to a http.Request.

func NewUpdateOrchestratorStateParams

func NewUpdateOrchestratorStateParams() *UpdateOrchestratorStateParams

NewUpdateOrchestratorStateParams creates a new UpdateOrchestratorStateParams 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 NewUpdateOrchestratorStateParamsWithContext

func NewUpdateOrchestratorStateParamsWithContext(ctx context.Context) *UpdateOrchestratorStateParams

NewUpdateOrchestratorStateParamsWithContext creates a new UpdateOrchestratorStateParams object with the ability to set a context for a request.

func NewUpdateOrchestratorStateParamsWithHTTPClient

func NewUpdateOrchestratorStateParamsWithHTTPClient(client *http.Client) *UpdateOrchestratorStateParams

NewUpdateOrchestratorStateParamsWithHTTPClient creates a new UpdateOrchestratorStateParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateOrchestratorStateParamsWithTimeout

func NewUpdateOrchestratorStateParamsWithTimeout(timeout time.Duration) *UpdateOrchestratorStateParams

NewUpdateOrchestratorStateParamsWithTimeout creates a new UpdateOrchestratorStateParams object with the ability to set a timeout on a request.

func (*UpdateOrchestratorStateParams) SetContext

func (o *UpdateOrchestratorStateParams) SetContext(ctx context.Context)

SetContext adds the context to the update orchestrator state params

func (*UpdateOrchestratorStateParams) SetDefaults

func (o *UpdateOrchestratorStateParams) SetDefaults()

SetDefaults hydrates default values in the update orchestrator state params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrchestratorStateParams) SetHTTPClient

func (o *UpdateOrchestratorStateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update orchestrator state params

func (*UpdateOrchestratorStateParams) SetInput

SetInput adds the input to the update orchestrator state params

func (*UpdateOrchestratorStateParams) SetTimeout

func (o *UpdateOrchestratorStateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WithContext

WithContext adds the context to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WithDefaults

WithDefaults hydrates default values in the update orchestrator state params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateOrchestratorStateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WithInput

WithInput adds the input to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WithTimeout

WithTimeout adds the timeout to the update orchestrator state params

func (*UpdateOrchestratorStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrchestratorStateReader

type UpdateOrchestratorStateReader struct {
	// contains filtered or unexported fields
}

UpdateOrchestratorStateReader is a Reader for the UpdateOrchestratorState structure.

func (*UpdateOrchestratorStateReader) ReadResponse

func (o *UpdateOrchestratorStateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateProxyConfigDefault

type UpdateProxyConfigDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateProxyConfigDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateProxyConfigDefault

func NewUpdateProxyConfigDefault(code int) *UpdateProxyConfigDefault

NewUpdateProxyConfigDefault creates a UpdateProxyConfigDefault with default headers values

func (*UpdateProxyConfigDefault) Code

func (o *UpdateProxyConfigDefault) Code() int

Code gets the status code for the update proxy config default response

func (*UpdateProxyConfigDefault) Error

func (o *UpdateProxyConfigDefault) Error() string

func (*UpdateProxyConfigDefault) GetPayload

func (o *UpdateProxyConfigDefault) GetPayload() *models.Error

func (*UpdateProxyConfigDefault) IsClientError

func (o *UpdateProxyConfigDefault) IsClientError() bool

IsClientError returns true when this update proxy config default response has a 4xx status code

func (*UpdateProxyConfigDefault) IsCode

func (o *UpdateProxyConfigDefault) IsCode(code int) bool

IsCode returns true when this update proxy config default response a status code equal to that given

func (*UpdateProxyConfigDefault) IsRedirect

func (o *UpdateProxyConfigDefault) IsRedirect() bool

IsRedirect returns true when this update proxy config default response has a 3xx status code

func (*UpdateProxyConfigDefault) IsServerError

func (o *UpdateProxyConfigDefault) IsServerError() bool

IsServerError returns true when this update proxy config default response has a 5xx status code

func (*UpdateProxyConfigDefault) IsSuccess

func (o *UpdateProxyConfigDefault) IsSuccess() bool

IsSuccess returns true when this update proxy config default response has a 2xx status code

func (*UpdateProxyConfigDefault) String

func (o *UpdateProxyConfigDefault) String() string

type UpdateProxyConfigOK

type UpdateProxyConfigOK struct {
	Payload models.UpdateProxyConfigResponse
}

UpdateProxyConfigOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateProxyConfigOK

func NewUpdateProxyConfigOK() *UpdateProxyConfigOK

NewUpdateProxyConfigOK creates a UpdateProxyConfigOK with default headers values

func (*UpdateProxyConfigOK) Code

func (o *UpdateProxyConfigOK) Code() int

Code gets the status code for the update proxy config o k response

func (*UpdateProxyConfigOK) Error

func (o *UpdateProxyConfigOK) Error() string

func (*UpdateProxyConfigOK) GetPayload

func (*UpdateProxyConfigOK) IsClientError

func (o *UpdateProxyConfigOK) IsClientError() bool

IsClientError returns true when this update proxy config o k response has a 4xx status code

func (*UpdateProxyConfigOK) IsCode

func (o *UpdateProxyConfigOK) IsCode(code int) bool

IsCode returns true when this update proxy config o k response a status code equal to that given

func (*UpdateProxyConfigOK) IsRedirect

func (o *UpdateProxyConfigOK) IsRedirect() bool

IsRedirect returns true when this update proxy config o k response has a 3xx status code

func (*UpdateProxyConfigOK) IsServerError

func (o *UpdateProxyConfigOK) IsServerError() bool

IsServerError returns true when this update proxy config o k response has a 5xx status code

func (*UpdateProxyConfigOK) IsSuccess

func (o *UpdateProxyConfigOK) IsSuccess() bool

IsSuccess returns true when this update proxy config o k response has a 2xx status code

func (*UpdateProxyConfigOK) String

func (o *UpdateProxyConfigOK) String() string

type UpdateProxyConfigParams

type UpdateProxyConfigParams struct {

	// Input.
	Input *models.UpdateProxyConfigRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateProxyConfigParams contains all the parameters to send to the API endpoint

for the update proxy config operation.

Typically these are written to a http.Request.

func NewUpdateProxyConfigParams

func NewUpdateProxyConfigParams() *UpdateProxyConfigParams

NewUpdateProxyConfigParams creates a new UpdateProxyConfigParams 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 NewUpdateProxyConfigParamsWithContext

func NewUpdateProxyConfigParamsWithContext(ctx context.Context) *UpdateProxyConfigParams

NewUpdateProxyConfigParamsWithContext creates a new UpdateProxyConfigParams object with the ability to set a context for a request.

func NewUpdateProxyConfigParamsWithHTTPClient

func NewUpdateProxyConfigParamsWithHTTPClient(client *http.Client) *UpdateProxyConfigParams

NewUpdateProxyConfigParamsWithHTTPClient creates a new UpdateProxyConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateProxyConfigParamsWithTimeout

func NewUpdateProxyConfigParamsWithTimeout(timeout time.Duration) *UpdateProxyConfigParams

NewUpdateProxyConfigParamsWithTimeout creates a new UpdateProxyConfigParams object with the ability to set a timeout on a request.

func (*UpdateProxyConfigParams) SetContext

func (o *UpdateProxyConfigParams) SetContext(ctx context.Context)

SetContext adds the context to the update proxy config params

func (*UpdateProxyConfigParams) SetDefaults

func (o *UpdateProxyConfigParams) SetDefaults()

SetDefaults hydrates default values in the update proxy config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateProxyConfigParams) SetHTTPClient

func (o *UpdateProxyConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update proxy config params

func (*UpdateProxyConfigParams) SetInput

SetInput adds the input to the update proxy config params

func (*UpdateProxyConfigParams) SetTimeout

func (o *UpdateProxyConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update proxy config params

func (*UpdateProxyConfigParams) WithContext

WithContext adds the context to the update proxy config params

func (*UpdateProxyConfigParams) WithDefaults

WithDefaults hydrates default values in the update proxy config params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateProxyConfigParams) WithHTTPClient

func (o *UpdateProxyConfigParams) WithHTTPClient(client *http.Client) *UpdateProxyConfigParams

WithHTTPClient adds the HTTPClient to the update proxy config params

func (*UpdateProxyConfigParams) WithInput

WithInput adds the input to the update proxy config params

func (*UpdateProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the update proxy config params

func (*UpdateProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProxyConfigReader

type UpdateProxyConfigReader struct {
	// contains filtered or unexported fields
}

UpdateProxyConfigReader is a Reader for the UpdateProxyConfig structure.

func (*UpdateProxyConfigReader) ReadResponse

func (o *UpdateProxyConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateSubnetDefault

type UpdateSubnetDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpdateSubnetDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpdateSubnetDefault

func NewUpdateSubnetDefault(code int) *UpdateSubnetDefault

NewUpdateSubnetDefault creates a UpdateSubnetDefault with default headers values

func (*UpdateSubnetDefault) Code

func (o *UpdateSubnetDefault) Code() int

Code gets the status code for the update subnet default response

func (*UpdateSubnetDefault) Error

func (o *UpdateSubnetDefault) Error() string

func (*UpdateSubnetDefault) GetPayload

func (o *UpdateSubnetDefault) GetPayload() *models.Error

func (*UpdateSubnetDefault) IsClientError

func (o *UpdateSubnetDefault) IsClientError() bool

IsClientError returns true when this update subnet default response has a 4xx status code

func (*UpdateSubnetDefault) IsCode

func (o *UpdateSubnetDefault) IsCode(code int) bool

IsCode returns true when this update subnet default response a status code equal to that given

func (*UpdateSubnetDefault) IsRedirect

func (o *UpdateSubnetDefault) IsRedirect() bool

IsRedirect returns true when this update subnet default response has a 3xx status code

func (*UpdateSubnetDefault) IsServerError

func (o *UpdateSubnetDefault) IsServerError() bool

IsServerError returns true when this update subnet default response has a 5xx status code

func (*UpdateSubnetDefault) IsSuccess

func (o *UpdateSubnetDefault) IsSuccess() bool

IsSuccess returns true when this update subnet default response has a 2xx status code

func (*UpdateSubnetDefault) String

func (o *UpdateSubnetDefault) String() string

type UpdateSubnetOK

type UpdateSubnetOK struct {
	Payload *models.UpdateSubnetResponse
}

UpdateSubnetOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpdateSubnetOK

func NewUpdateSubnetOK() *UpdateSubnetOK

NewUpdateSubnetOK creates a UpdateSubnetOK with default headers values

func (*UpdateSubnetOK) Code

func (o *UpdateSubnetOK) Code() int

Code gets the status code for the update subnet o k response

func (*UpdateSubnetOK) Error

func (o *UpdateSubnetOK) Error() string

func (*UpdateSubnetOK) GetPayload

func (o *UpdateSubnetOK) GetPayload() *models.UpdateSubnetResponse

func (*UpdateSubnetOK) IsClientError

func (o *UpdateSubnetOK) IsClientError() bool

IsClientError returns true when this update subnet o k response has a 4xx status code

func (*UpdateSubnetOK) IsCode

func (o *UpdateSubnetOK) IsCode(code int) bool

IsCode returns true when this update subnet o k response a status code equal to that given

func (*UpdateSubnetOK) IsRedirect

func (o *UpdateSubnetOK) IsRedirect() bool

IsRedirect returns true when this update subnet o k response has a 3xx status code

func (*UpdateSubnetOK) IsServerError

func (o *UpdateSubnetOK) IsServerError() bool

IsServerError returns true when this update subnet o k response has a 5xx status code

func (*UpdateSubnetOK) IsSuccess

func (o *UpdateSubnetOK) IsSuccess() bool

IsSuccess returns true when this update subnet o k response has a 2xx status code

func (*UpdateSubnetOK) String

func (o *UpdateSubnetOK) String() string

type UpdateSubnetParams

type UpdateSubnetParams struct {

	// Input.
	Input *models.UpdateSubnetRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateSubnetParams contains all the parameters to send to the API endpoint

for the update subnet operation.

Typically these are written to a http.Request.

func NewUpdateSubnetParams

func NewUpdateSubnetParams() *UpdateSubnetParams

NewUpdateSubnetParams creates a new UpdateSubnetParams 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 NewUpdateSubnetParamsWithContext

func NewUpdateSubnetParamsWithContext(ctx context.Context) *UpdateSubnetParams

NewUpdateSubnetParamsWithContext creates a new UpdateSubnetParams object with the ability to set a context for a request.

func NewUpdateSubnetParamsWithHTTPClient

func NewUpdateSubnetParamsWithHTTPClient(client *http.Client) *UpdateSubnetParams

NewUpdateSubnetParamsWithHTTPClient creates a new UpdateSubnetParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSubnetParamsWithTimeout

func NewUpdateSubnetParamsWithTimeout(timeout time.Duration) *UpdateSubnetParams

NewUpdateSubnetParamsWithTimeout creates a new UpdateSubnetParams object with the ability to set a timeout on a request.

func (*UpdateSubnetParams) SetContext

func (o *UpdateSubnetParams) SetContext(ctx context.Context)

SetContext adds the context to the update subnet params

func (*UpdateSubnetParams) SetDefaults

func (o *UpdateSubnetParams) SetDefaults()

SetDefaults hydrates default values in the update subnet params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSubnetParams) SetHTTPClient

func (o *UpdateSubnetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update subnet params

func (*UpdateSubnetParams) SetInput

func (o *UpdateSubnetParams) SetInput(input *models.UpdateSubnetRequest)

SetInput adds the input to the update subnet params

func (*UpdateSubnetParams) SetTimeout

func (o *UpdateSubnetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update subnet params

func (*UpdateSubnetParams) WithContext

WithContext adds the context to the update subnet params

func (*UpdateSubnetParams) WithDefaults

func (o *UpdateSubnetParams) WithDefaults() *UpdateSubnetParams

WithDefaults hydrates default values in the update subnet params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateSubnetParams) WithHTTPClient

func (o *UpdateSubnetParams) WithHTTPClient(client *http.Client) *UpdateSubnetParams

WithHTTPClient adds the HTTPClient to the update subnet params

func (*UpdateSubnetParams) WithInput

WithInput adds the input to the update subnet params

func (*UpdateSubnetParams) WithTimeout

func (o *UpdateSubnetParams) WithTimeout(timeout time.Duration) *UpdateSubnetParams

WithTimeout adds the timeout to the update subnet params

func (*UpdateSubnetParams) WriteToRequest

func (o *UpdateSubnetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateSubnetReader

type UpdateSubnetReader struct {
	// contains filtered or unexported fields
}

UpdateSubnetReader is a Reader for the UpdateSubnet structure.

func (*UpdateSubnetReader) ReadResponse

func (o *UpdateSubnetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpgradeCcmDefault

type UpgradeCcmDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpgradeCcmDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpgradeCcmDefault

func NewUpgradeCcmDefault(code int) *UpgradeCcmDefault

NewUpgradeCcmDefault creates a UpgradeCcmDefault with default headers values

func (*UpgradeCcmDefault) Code

func (o *UpgradeCcmDefault) Code() int

Code gets the status code for the upgrade ccm default response

func (*UpgradeCcmDefault) Error

func (o *UpgradeCcmDefault) Error() string

func (*UpgradeCcmDefault) GetPayload

func (o *UpgradeCcmDefault) GetPayload() *models.Error

func (*UpgradeCcmDefault) IsClientError

func (o *UpgradeCcmDefault) IsClientError() bool

IsClientError returns true when this upgrade ccm default response has a 4xx status code

func (*UpgradeCcmDefault) IsCode

func (o *UpgradeCcmDefault) IsCode(code int) bool

IsCode returns true when this upgrade ccm default response a status code equal to that given

func (*UpgradeCcmDefault) IsRedirect

func (o *UpgradeCcmDefault) IsRedirect() bool

IsRedirect returns true when this upgrade ccm default response has a 3xx status code

func (*UpgradeCcmDefault) IsServerError

func (o *UpgradeCcmDefault) IsServerError() bool

IsServerError returns true when this upgrade ccm default response has a 5xx status code

func (*UpgradeCcmDefault) IsSuccess

func (o *UpgradeCcmDefault) IsSuccess() bool

IsSuccess returns true when this upgrade ccm default response has a 2xx status code

func (*UpgradeCcmDefault) String

func (o *UpgradeCcmDefault) String() string

type UpgradeCcmOK

type UpgradeCcmOK struct {
	Payload models.UpgradeCcmResponse
}

UpgradeCcmOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpgradeCcmOK

func NewUpgradeCcmOK() *UpgradeCcmOK

NewUpgradeCcmOK creates a UpgradeCcmOK with default headers values

func (*UpgradeCcmOK) Code

func (o *UpgradeCcmOK) Code() int

Code gets the status code for the upgrade ccm o k response

func (*UpgradeCcmOK) Error

func (o *UpgradeCcmOK) Error() string

func (*UpgradeCcmOK) GetPayload

func (o *UpgradeCcmOK) GetPayload() models.UpgradeCcmResponse

func (*UpgradeCcmOK) IsClientError

func (o *UpgradeCcmOK) IsClientError() bool

IsClientError returns true when this upgrade ccm o k response has a 4xx status code

func (*UpgradeCcmOK) IsCode

func (o *UpgradeCcmOK) IsCode(code int) bool

IsCode returns true when this upgrade ccm o k response a status code equal to that given

func (*UpgradeCcmOK) IsRedirect

func (o *UpgradeCcmOK) IsRedirect() bool

IsRedirect returns true when this upgrade ccm o k response has a 3xx status code

func (*UpgradeCcmOK) IsServerError

func (o *UpgradeCcmOK) IsServerError() bool

IsServerError returns true when this upgrade ccm o k response has a 5xx status code

func (*UpgradeCcmOK) IsSuccess

func (o *UpgradeCcmOK) IsSuccess() bool

IsSuccess returns true when this upgrade ccm o k response has a 2xx status code

func (*UpgradeCcmOK) String

func (o *UpgradeCcmOK) String() string

type UpgradeCcmParams

type UpgradeCcmParams struct {

	// Input.
	Input *models.UpgradeCcmRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpgradeCcmParams contains all the parameters to send to the API endpoint

for the upgrade ccm operation.

Typically these are written to a http.Request.

func NewUpgradeCcmParams

func NewUpgradeCcmParams() *UpgradeCcmParams

NewUpgradeCcmParams creates a new UpgradeCcmParams 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 NewUpgradeCcmParamsWithContext

func NewUpgradeCcmParamsWithContext(ctx context.Context) *UpgradeCcmParams

NewUpgradeCcmParamsWithContext creates a new UpgradeCcmParams object with the ability to set a context for a request.

func NewUpgradeCcmParamsWithHTTPClient

func NewUpgradeCcmParamsWithHTTPClient(client *http.Client) *UpgradeCcmParams

NewUpgradeCcmParamsWithHTTPClient creates a new UpgradeCcmParams object with the ability to set a custom HTTPClient for a request.

func NewUpgradeCcmParamsWithTimeout

func NewUpgradeCcmParamsWithTimeout(timeout time.Duration) *UpgradeCcmParams

NewUpgradeCcmParamsWithTimeout creates a new UpgradeCcmParams object with the ability to set a timeout on a request.

func (*UpgradeCcmParams) SetContext

func (o *UpgradeCcmParams) SetContext(ctx context.Context)

SetContext adds the context to the upgrade ccm params

func (*UpgradeCcmParams) SetDefaults

func (o *UpgradeCcmParams) SetDefaults()

SetDefaults hydrates default values in the upgrade ccm params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeCcmParams) SetHTTPClient

func (o *UpgradeCcmParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upgrade ccm params

func (*UpgradeCcmParams) SetInput

func (o *UpgradeCcmParams) SetInput(input *models.UpgradeCcmRequest)

SetInput adds the input to the upgrade ccm params

func (*UpgradeCcmParams) SetTimeout

func (o *UpgradeCcmParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upgrade ccm params

func (*UpgradeCcmParams) WithContext

func (o *UpgradeCcmParams) WithContext(ctx context.Context) *UpgradeCcmParams

WithContext adds the context to the upgrade ccm params

func (*UpgradeCcmParams) WithDefaults

func (o *UpgradeCcmParams) WithDefaults() *UpgradeCcmParams

WithDefaults hydrates default values in the upgrade ccm params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeCcmParams) WithHTTPClient

func (o *UpgradeCcmParams) WithHTTPClient(client *http.Client) *UpgradeCcmParams

WithHTTPClient adds the HTTPClient to the upgrade ccm params

func (*UpgradeCcmParams) WithInput

WithInput adds the input to the upgrade ccm params

func (*UpgradeCcmParams) WithTimeout

func (o *UpgradeCcmParams) WithTimeout(timeout time.Duration) *UpgradeCcmParams

WithTimeout adds the timeout to the upgrade ccm params

func (*UpgradeCcmParams) WriteToRequest

func (o *UpgradeCcmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpgradeCcmReader

type UpgradeCcmReader struct {
	// contains filtered or unexported fields
}

UpgradeCcmReader is a Reader for the UpgradeCcm structure.

func (*UpgradeCcmReader) ReadResponse

func (o *UpgradeCcmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpgradeFreeipaDefault

type UpgradeFreeipaDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpgradeFreeipaDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpgradeFreeipaDefault

func NewUpgradeFreeipaDefault(code int) *UpgradeFreeipaDefault

NewUpgradeFreeipaDefault creates a UpgradeFreeipaDefault with default headers values

func (*UpgradeFreeipaDefault) Code

func (o *UpgradeFreeipaDefault) Code() int

Code gets the status code for the upgrade freeipa default response

func (*UpgradeFreeipaDefault) Error

func (o *UpgradeFreeipaDefault) Error() string

func (*UpgradeFreeipaDefault) GetPayload

func (o *UpgradeFreeipaDefault) GetPayload() *models.Error

func (*UpgradeFreeipaDefault) IsClientError

func (o *UpgradeFreeipaDefault) IsClientError() bool

IsClientError returns true when this upgrade freeipa default response has a 4xx status code

func (*UpgradeFreeipaDefault) IsCode

func (o *UpgradeFreeipaDefault) IsCode(code int) bool

IsCode returns true when this upgrade freeipa default response a status code equal to that given

func (*UpgradeFreeipaDefault) IsRedirect

func (o *UpgradeFreeipaDefault) IsRedirect() bool

IsRedirect returns true when this upgrade freeipa default response has a 3xx status code

func (*UpgradeFreeipaDefault) IsServerError

func (o *UpgradeFreeipaDefault) IsServerError() bool

IsServerError returns true when this upgrade freeipa default response has a 5xx status code

func (*UpgradeFreeipaDefault) IsSuccess

func (o *UpgradeFreeipaDefault) IsSuccess() bool

IsSuccess returns true when this upgrade freeipa default response has a 2xx status code

func (*UpgradeFreeipaDefault) String

func (o *UpgradeFreeipaDefault) String() string

type UpgradeFreeipaOK

type UpgradeFreeipaOK struct {
	Payload *models.UpgradeFreeipaResponse
}

UpgradeFreeipaOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpgradeFreeipaOK

func NewUpgradeFreeipaOK() *UpgradeFreeipaOK

NewUpgradeFreeipaOK creates a UpgradeFreeipaOK with default headers values

func (*UpgradeFreeipaOK) Code

func (o *UpgradeFreeipaOK) Code() int

Code gets the status code for the upgrade freeipa o k response

func (*UpgradeFreeipaOK) Error

func (o *UpgradeFreeipaOK) Error() string

func (*UpgradeFreeipaOK) GetPayload

func (*UpgradeFreeipaOK) IsClientError

func (o *UpgradeFreeipaOK) IsClientError() bool

IsClientError returns true when this upgrade freeipa o k response has a 4xx status code

func (*UpgradeFreeipaOK) IsCode

func (o *UpgradeFreeipaOK) IsCode(code int) bool

IsCode returns true when this upgrade freeipa o k response a status code equal to that given

func (*UpgradeFreeipaOK) IsRedirect

func (o *UpgradeFreeipaOK) IsRedirect() bool

IsRedirect returns true when this upgrade freeipa o k response has a 3xx status code

func (*UpgradeFreeipaOK) IsServerError

func (o *UpgradeFreeipaOK) IsServerError() bool

IsServerError returns true when this upgrade freeipa o k response has a 5xx status code

func (*UpgradeFreeipaOK) IsSuccess

func (o *UpgradeFreeipaOK) IsSuccess() bool

IsSuccess returns true when this upgrade freeipa o k response has a 2xx status code

func (*UpgradeFreeipaOK) String

func (o *UpgradeFreeipaOK) String() string

type UpgradeFreeipaParams

type UpgradeFreeipaParams struct {

	// Input.
	Input *models.UpgradeFreeipaRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpgradeFreeipaParams contains all the parameters to send to the API endpoint

for the upgrade freeipa operation.

Typically these are written to a http.Request.

func NewUpgradeFreeipaParams

func NewUpgradeFreeipaParams() *UpgradeFreeipaParams

NewUpgradeFreeipaParams creates a new UpgradeFreeipaParams 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 NewUpgradeFreeipaParamsWithContext

func NewUpgradeFreeipaParamsWithContext(ctx context.Context) *UpgradeFreeipaParams

NewUpgradeFreeipaParamsWithContext creates a new UpgradeFreeipaParams object with the ability to set a context for a request.

func NewUpgradeFreeipaParamsWithHTTPClient

func NewUpgradeFreeipaParamsWithHTTPClient(client *http.Client) *UpgradeFreeipaParams

NewUpgradeFreeipaParamsWithHTTPClient creates a new UpgradeFreeipaParams object with the ability to set a custom HTTPClient for a request.

func NewUpgradeFreeipaParamsWithTimeout

func NewUpgradeFreeipaParamsWithTimeout(timeout time.Duration) *UpgradeFreeipaParams

NewUpgradeFreeipaParamsWithTimeout creates a new UpgradeFreeipaParams object with the ability to set a timeout on a request.

func (*UpgradeFreeipaParams) SetContext

func (o *UpgradeFreeipaParams) SetContext(ctx context.Context)

SetContext adds the context to the upgrade freeipa params

func (*UpgradeFreeipaParams) SetDefaults

func (o *UpgradeFreeipaParams) SetDefaults()

SetDefaults hydrates default values in the upgrade freeipa params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeFreeipaParams) SetHTTPClient

func (o *UpgradeFreeipaParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upgrade freeipa params

func (*UpgradeFreeipaParams) SetInput

SetInput adds the input to the upgrade freeipa params

func (*UpgradeFreeipaParams) SetTimeout

func (o *UpgradeFreeipaParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upgrade freeipa params

func (*UpgradeFreeipaParams) WithContext

WithContext adds the context to the upgrade freeipa params

func (*UpgradeFreeipaParams) WithDefaults

func (o *UpgradeFreeipaParams) WithDefaults() *UpgradeFreeipaParams

WithDefaults hydrates default values in the upgrade freeipa params (not the query body).

All values with no default are reset to their zero value.

func (*UpgradeFreeipaParams) WithHTTPClient

func (o *UpgradeFreeipaParams) WithHTTPClient(client *http.Client) *UpgradeFreeipaParams

WithHTTPClient adds the HTTPClient to the upgrade freeipa params

func (*UpgradeFreeipaParams) WithInput

WithInput adds the input to the upgrade freeipa params

func (*UpgradeFreeipaParams) WithTimeout

func (o *UpgradeFreeipaParams) WithTimeout(timeout time.Duration) *UpgradeFreeipaParams

WithTimeout adds the timeout to the upgrade freeipa params

func (*UpgradeFreeipaParams) WriteToRequest

func (o *UpgradeFreeipaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpgradeFreeipaReader

type UpgradeFreeipaReader struct {
	// contains filtered or unexported fields
}

UpgradeFreeipaReader is a Reader for the UpgradeFreeipa structure.

func (*UpgradeFreeipaReader) ReadResponse

func (o *UpgradeFreeipaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpscaleFreeipaDefault

type UpscaleFreeipaDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

UpscaleFreeipaDefault describes a response with status code -1, with default header values.

The default response on an error.

func NewUpscaleFreeipaDefault

func NewUpscaleFreeipaDefault(code int) *UpscaleFreeipaDefault

NewUpscaleFreeipaDefault creates a UpscaleFreeipaDefault with default headers values

func (*UpscaleFreeipaDefault) Code

func (o *UpscaleFreeipaDefault) Code() int

Code gets the status code for the upscale freeipa default response

func (*UpscaleFreeipaDefault) Error

func (o *UpscaleFreeipaDefault) Error() string

func (*UpscaleFreeipaDefault) GetPayload

func (o *UpscaleFreeipaDefault) GetPayload() *models.Error

func (*UpscaleFreeipaDefault) IsClientError

func (o *UpscaleFreeipaDefault) IsClientError() bool

IsClientError returns true when this upscale freeipa default response has a 4xx status code

func (*UpscaleFreeipaDefault) IsCode

func (o *UpscaleFreeipaDefault) IsCode(code int) bool

IsCode returns true when this upscale freeipa default response a status code equal to that given

func (*UpscaleFreeipaDefault) IsRedirect

func (o *UpscaleFreeipaDefault) IsRedirect() bool

IsRedirect returns true when this upscale freeipa default response has a 3xx status code

func (*UpscaleFreeipaDefault) IsServerError

func (o *UpscaleFreeipaDefault) IsServerError() bool

IsServerError returns true when this upscale freeipa default response has a 5xx status code

func (*UpscaleFreeipaDefault) IsSuccess

func (o *UpscaleFreeipaDefault) IsSuccess() bool

IsSuccess returns true when this upscale freeipa default response has a 2xx status code

func (*UpscaleFreeipaDefault) String

func (o *UpscaleFreeipaDefault) String() string

type UpscaleFreeipaOK

type UpscaleFreeipaOK struct {
	Payload *models.UpscaleFreeipaResponse
}

UpscaleFreeipaOK describes a response with status code 200, with default header values.

Expected response to a valid request.

func NewUpscaleFreeipaOK

func NewUpscaleFreeipaOK() *UpscaleFreeipaOK

NewUpscaleFreeipaOK creates a UpscaleFreeipaOK with default headers values

func (*UpscaleFreeipaOK) Code

func (o *UpscaleFreeipaOK) Code() int

Code gets the status code for the upscale freeipa o k response

func (*UpscaleFreeipaOK) Error

func (o *UpscaleFreeipaOK) Error() string

func (*UpscaleFreeipaOK) GetPayload

func (*UpscaleFreeipaOK) IsClientError

func (o *UpscaleFreeipaOK) IsClientError() bool

IsClientError returns true when this upscale freeipa o k response has a 4xx status code

func (*UpscaleFreeipaOK) IsCode

func (o *UpscaleFreeipaOK) IsCode(code int) bool

IsCode returns true when this upscale freeipa o k response a status code equal to that given

func (*UpscaleFreeipaOK) IsRedirect

func (o *UpscaleFreeipaOK) IsRedirect() bool

IsRedirect returns true when this upscale freeipa o k response has a 3xx status code

func (*UpscaleFreeipaOK) IsServerError

func (o *UpscaleFreeipaOK) IsServerError() bool

IsServerError returns true when this upscale freeipa o k response has a 5xx status code

func (*UpscaleFreeipaOK) IsSuccess

func (o *UpscaleFreeipaOK) IsSuccess() bool

IsSuccess returns true when this upscale freeipa o k response has a 2xx status code

func (*UpscaleFreeipaOK) String

func (o *UpscaleFreeipaOK) String() string

type UpscaleFreeipaParams

type UpscaleFreeipaParams struct {

	// Input.
	Input *models.UpscaleFreeipaRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpscaleFreeipaParams contains all the parameters to send to the API endpoint

for the upscale freeipa operation.

Typically these are written to a http.Request.

func NewUpscaleFreeipaParams

func NewUpscaleFreeipaParams() *UpscaleFreeipaParams

NewUpscaleFreeipaParams creates a new UpscaleFreeipaParams 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 NewUpscaleFreeipaParamsWithContext

func NewUpscaleFreeipaParamsWithContext(ctx context.Context) *UpscaleFreeipaParams

NewUpscaleFreeipaParamsWithContext creates a new UpscaleFreeipaParams object with the ability to set a context for a request.

func NewUpscaleFreeipaParamsWithHTTPClient

func NewUpscaleFreeipaParamsWithHTTPClient(client *http.Client) *UpscaleFreeipaParams

NewUpscaleFreeipaParamsWithHTTPClient creates a new UpscaleFreeipaParams object with the ability to set a custom HTTPClient for a request.

func NewUpscaleFreeipaParamsWithTimeout

func NewUpscaleFreeipaParamsWithTimeout(timeout time.Duration) *UpscaleFreeipaParams

NewUpscaleFreeipaParamsWithTimeout creates a new UpscaleFreeipaParams object with the ability to set a timeout on a request.

func (*UpscaleFreeipaParams) SetContext

func (o *UpscaleFreeipaParams) SetContext(ctx context.Context)

SetContext adds the context to the upscale freeipa params

func (*UpscaleFreeipaParams) SetDefaults

func (o *UpscaleFreeipaParams) SetDefaults()

SetDefaults hydrates default values in the upscale freeipa params (not the query body).

All values with no default are reset to their zero value.

func (*UpscaleFreeipaParams) SetHTTPClient

func (o *UpscaleFreeipaParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upscale freeipa params

func (*UpscaleFreeipaParams) SetInput

SetInput adds the input to the upscale freeipa params

func (*UpscaleFreeipaParams) SetTimeout

func (o *UpscaleFreeipaParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upscale freeipa params

func (*UpscaleFreeipaParams) WithContext

WithContext adds the context to the upscale freeipa params

func (*UpscaleFreeipaParams) WithDefaults

func (o *UpscaleFreeipaParams) WithDefaults() *UpscaleFreeipaParams

WithDefaults hydrates default values in the upscale freeipa params (not the query body).

All values with no default are reset to their zero value.

func (*UpscaleFreeipaParams) WithHTTPClient

func (o *UpscaleFreeipaParams) WithHTTPClient(client *http.Client) *UpscaleFreeipaParams

WithHTTPClient adds the HTTPClient to the upscale freeipa params

func (*UpscaleFreeipaParams) WithInput

WithInput adds the input to the upscale freeipa params

func (*UpscaleFreeipaParams) WithTimeout

func (o *UpscaleFreeipaParams) WithTimeout(timeout time.Duration) *UpscaleFreeipaParams

WithTimeout adds the timeout to the upscale freeipa params

func (*UpscaleFreeipaParams) WriteToRequest

func (o *UpscaleFreeipaParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpscaleFreeipaReader

type UpscaleFreeipaReader struct {
	// contains filtered or unexported fields
}

UpscaleFreeipaReader is a Reader for the UpscaleFreeipa structure.

func (*UpscaleFreeipaReader) ReadResponse

func (o *UpscaleFreeipaReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL