global_settings

package
v2.3.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 License: ISC Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for global settings API

func (*Client) CreateClusterRecycleBinSetting

func (a *Client) CreateClusterRecycleBinSetting(params *CreateClusterRecycleBinSettingParams, opts ...ClientOption) (*CreateClusterRecycleBinSettingOK, error)

CreateClusterRecycleBinSetting create cluster recycle bin setting API

func (*Client) DeleteClusterRecycleBinSetting

func (a *Client) DeleteClusterRecycleBinSetting(params *DeleteClusterRecycleBinSettingParams, opts ...ClientOption) (*DeleteClusterRecycleBinSettingOK, error)

DeleteClusterRecycleBinSetting delete cluster recycle bin setting API

func (*Client) GetGlobalSettingses

func (a *Client) GetGlobalSettingses(params *GetGlobalSettingsesParams, opts ...ClientOption) (*GetGlobalSettingsesOK, error)

GetGlobalSettingses get global settingses API

func (*Client) GetGlobalSettingsesConnection

func (a *Client) GetGlobalSettingsesConnection(params *GetGlobalSettingsesConnectionParams, opts ...ClientOption) (*GetGlobalSettingsesConnectionOK, error)

GetGlobalSettingsesConnection get global settingses connection API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateAccessRestriction added in v2.1.0

func (a *Client) UpdateAccessRestriction(params *UpdateAccessRestrictionParams, opts ...ClientOption) (*UpdateAccessRestrictionOK, error)

UpdateAccessRestriction update access restriction API

func (*Client) UpdateClusterRecycleBinSetting

func (a *Client) UpdateClusterRecycleBinSetting(params *UpdateClusterRecycleBinSettingParams, opts ...ClientOption) (*UpdateClusterRecycleBinSettingOK, error)

UpdateClusterRecycleBinSetting update cluster recycle bin setting API

func (*Client) UpdateGlobalRecycleBinSetting

func (a *Client) UpdateGlobalRecycleBinSetting(params *UpdateGlobalRecycleBinSettingParams, opts ...ClientOption) (*UpdateGlobalRecycleBinSettingOK, error)

UpdateGlobalRecycleBinSetting update global recycle bin setting API

func (*Client) UpdatePasswordSecurity added in v2.1.0

func (a *Client) UpdatePasswordSecurity(params *UpdatePasswordSecurityParams, opts ...ClientOption) (*UpdatePasswordSecurityOK, error)

UpdatePasswordSecurity update password security API

func (*Client) UpdateSessionTimeout added in v2.1.0

func (a *Client) UpdateSessionTimeout(params *UpdateSessionTimeoutParams, opts ...ClientOption) (*UpdateSessionTimeoutOK, error)

UpdateSessionTimeout update session timeout API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateClusterRecycleBinSetting(params *CreateClusterRecycleBinSettingParams, opts ...ClientOption) (*CreateClusterRecycleBinSettingOK, error)

	DeleteClusterRecycleBinSetting(params *DeleteClusterRecycleBinSettingParams, opts ...ClientOption) (*DeleteClusterRecycleBinSettingOK, error)

	GetGlobalSettingses(params *GetGlobalSettingsesParams, opts ...ClientOption) (*GetGlobalSettingsesOK, error)

	GetGlobalSettingsesConnection(params *GetGlobalSettingsesConnectionParams, opts ...ClientOption) (*GetGlobalSettingsesConnectionOK, error)

	UpdateAccessRestriction(params *UpdateAccessRestrictionParams, opts ...ClientOption) (*UpdateAccessRestrictionOK, error)

	UpdateClusterRecycleBinSetting(params *UpdateClusterRecycleBinSettingParams, opts ...ClientOption) (*UpdateClusterRecycleBinSettingOK, error)

	UpdateGlobalRecycleBinSetting(params *UpdateGlobalRecycleBinSettingParams, opts ...ClientOption) (*UpdateGlobalRecycleBinSettingOK, error)

	UpdatePasswordSecurity(params *UpdatePasswordSecurityParams, opts ...ClientOption) (*UpdatePasswordSecurityOK, error)

	UpdateSessionTimeout(params *UpdateSessionTimeoutParams, opts ...ClientOption) (*UpdateSessionTimeoutOK, 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 global settings API client.

type CreateClusterRecycleBinSettingBadRequest

type CreateClusterRecycleBinSettingBadRequest struct {
	Payload *models.ErrorBody
}
CreateClusterRecycleBinSettingBadRequest describes a response with status code 400, with default header values.

Bad request

func NewCreateClusterRecycleBinSettingBadRequest

func NewCreateClusterRecycleBinSettingBadRequest() *CreateClusterRecycleBinSettingBadRequest

NewCreateClusterRecycleBinSettingBadRequest creates a CreateClusterRecycleBinSettingBadRequest with default headers values

func (*CreateClusterRecycleBinSettingBadRequest) Error

func (*CreateClusterRecycleBinSettingBadRequest) GetPayload

type CreateClusterRecycleBinSettingInternalServerError

type CreateClusterRecycleBinSettingInternalServerError struct {
	Payload *models.ErrorBody
}
CreateClusterRecycleBinSettingInternalServerError describes a response with status code 500, with default header values.

Server error

func NewCreateClusterRecycleBinSettingInternalServerError

func NewCreateClusterRecycleBinSettingInternalServerError() *CreateClusterRecycleBinSettingInternalServerError

NewCreateClusterRecycleBinSettingInternalServerError creates a CreateClusterRecycleBinSettingInternalServerError with default headers values

func (*CreateClusterRecycleBinSettingInternalServerError) Error

func (*CreateClusterRecycleBinSettingInternalServerError) GetPayload

type CreateClusterRecycleBinSettingNotFound

type CreateClusterRecycleBinSettingNotFound struct {
	Payload *models.ErrorBody
}
CreateClusterRecycleBinSettingNotFound describes a response with status code 404, with default header values.

Not found

func NewCreateClusterRecycleBinSettingNotFound

func NewCreateClusterRecycleBinSettingNotFound() *CreateClusterRecycleBinSettingNotFound

NewCreateClusterRecycleBinSettingNotFound creates a CreateClusterRecycleBinSettingNotFound with default headers values

func (*CreateClusterRecycleBinSettingNotFound) Error

func (*CreateClusterRecycleBinSettingNotFound) GetPayload

type CreateClusterRecycleBinSettingOK

type CreateClusterRecycleBinSettingOK struct {
	Payload []*models.WithTaskClusterSettings
}
CreateClusterRecycleBinSettingOK describes a response with status code 200, with default header values.

Ok

func NewCreateClusterRecycleBinSettingOK

func NewCreateClusterRecycleBinSettingOK() *CreateClusterRecycleBinSettingOK

NewCreateClusterRecycleBinSettingOK creates a CreateClusterRecycleBinSettingOK with default headers values

func (*CreateClusterRecycleBinSettingOK) Error

func (*CreateClusterRecycleBinSettingOK) GetPayload

type CreateClusterRecycleBinSettingParams

type CreateClusterRecycleBinSettingParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.ClusterRecycleBinCreationParams

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

CreateClusterRecycleBinSettingParams contains all the parameters to send to the API endpoint

for the create cluster recycle bin setting operation.

Typically these are written to a http.Request.

func NewCreateClusterRecycleBinSettingParams

func NewCreateClusterRecycleBinSettingParams() *CreateClusterRecycleBinSettingParams

NewCreateClusterRecycleBinSettingParams creates a new CreateClusterRecycleBinSettingParams 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 NewCreateClusterRecycleBinSettingParamsWithContext

func NewCreateClusterRecycleBinSettingParamsWithContext(ctx context.Context) *CreateClusterRecycleBinSettingParams

NewCreateClusterRecycleBinSettingParamsWithContext creates a new CreateClusterRecycleBinSettingParams object with the ability to set a context for a request.

func NewCreateClusterRecycleBinSettingParamsWithHTTPClient

func NewCreateClusterRecycleBinSettingParamsWithHTTPClient(client *http.Client) *CreateClusterRecycleBinSettingParams

NewCreateClusterRecycleBinSettingParamsWithHTTPClient creates a new CreateClusterRecycleBinSettingParams object with the ability to set a custom HTTPClient for a request.

func NewCreateClusterRecycleBinSettingParamsWithTimeout

func NewCreateClusterRecycleBinSettingParamsWithTimeout(timeout time.Duration) *CreateClusterRecycleBinSettingParams

NewCreateClusterRecycleBinSettingParamsWithTimeout creates a new CreateClusterRecycleBinSettingParams object with the ability to set a timeout on a request.

func (*CreateClusterRecycleBinSettingParams) SetContentLanguage

func (o *CreateClusterRecycleBinSettingParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) SetContext

SetContext adds the context to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) SetDefaults

func (o *CreateClusterRecycleBinSettingParams) SetDefaults()

SetDefaults hydrates default values in the create cluster recycle bin setting params (not the query body).

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

func (*CreateClusterRecycleBinSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) SetRequestBody

SetRequestBody adds the requestBody to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) SetTimeout

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

SetTimeout adds the timeout to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) WithContentLanguage

func (o *CreateClusterRecycleBinSettingParams) WithContentLanguage(contentLanguage *string) *CreateClusterRecycleBinSettingParams

WithContentLanguage adds the contentLanguage to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) WithContext

WithContext adds the context to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) WithDefaults

WithDefaults hydrates default values in the create cluster recycle bin setting params (not the query body).

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

func (*CreateClusterRecycleBinSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) WithRequestBody

WithRequestBody adds the requestBody to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) WithTimeout

WithTimeout adds the timeout to the create cluster recycle bin setting params

func (*CreateClusterRecycleBinSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateClusterRecycleBinSettingReader

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

CreateClusterRecycleBinSettingReader is a Reader for the CreateClusterRecycleBinSetting structure.

func (*CreateClusterRecycleBinSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteClusterRecycleBinSettingBadRequest

type DeleteClusterRecycleBinSettingBadRequest struct {
	Payload *models.ErrorBody
}
DeleteClusterRecycleBinSettingBadRequest describes a response with status code 400, with default header values.

Bad request

func NewDeleteClusterRecycleBinSettingBadRequest

func NewDeleteClusterRecycleBinSettingBadRequest() *DeleteClusterRecycleBinSettingBadRequest

NewDeleteClusterRecycleBinSettingBadRequest creates a DeleteClusterRecycleBinSettingBadRequest with default headers values

func (*DeleteClusterRecycleBinSettingBadRequest) Error

func (*DeleteClusterRecycleBinSettingBadRequest) GetPayload

type DeleteClusterRecycleBinSettingInternalServerError

type DeleteClusterRecycleBinSettingInternalServerError struct {
	Payload *models.ErrorBody
}
DeleteClusterRecycleBinSettingInternalServerError describes a response with status code 500, with default header values.

Server error

func NewDeleteClusterRecycleBinSettingInternalServerError

func NewDeleteClusterRecycleBinSettingInternalServerError() *DeleteClusterRecycleBinSettingInternalServerError

NewDeleteClusterRecycleBinSettingInternalServerError creates a DeleteClusterRecycleBinSettingInternalServerError with default headers values

func (*DeleteClusterRecycleBinSettingInternalServerError) Error

func (*DeleteClusterRecycleBinSettingInternalServerError) GetPayload

type DeleteClusterRecycleBinSettingNotFound

type DeleteClusterRecycleBinSettingNotFound struct {
	Payload *models.ErrorBody
}
DeleteClusterRecycleBinSettingNotFound describes a response with status code 404, with default header values.

Not found

func NewDeleteClusterRecycleBinSettingNotFound

func NewDeleteClusterRecycleBinSettingNotFound() *DeleteClusterRecycleBinSettingNotFound

NewDeleteClusterRecycleBinSettingNotFound creates a DeleteClusterRecycleBinSettingNotFound with default headers values

func (*DeleteClusterRecycleBinSettingNotFound) Error

func (*DeleteClusterRecycleBinSettingNotFound) GetPayload

type DeleteClusterRecycleBinSettingOK

type DeleteClusterRecycleBinSettingOK struct {
	Payload []*models.WithTaskDeleteClusterRecycleBin
}
DeleteClusterRecycleBinSettingOK describes a response with status code 200, with default header values.

Ok

func NewDeleteClusterRecycleBinSettingOK

func NewDeleteClusterRecycleBinSettingOK() *DeleteClusterRecycleBinSettingOK

NewDeleteClusterRecycleBinSettingOK creates a DeleteClusterRecycleBinSettingOK with default headers values

func (*DeleteClusterRecycleBinSettingOK) Error

func (*DeleteClusterRecycleBinSettingOK) GetPayload

type DeleteClusterRecycleBinSettingParams

type DeleteClusterRecycleBinSettingParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.ClusterRecycleBinDeletionParams

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

DeleteClusterRecycleBinSettingParams contains all the parameters to send to the API endpoint

for the delete cluster recycle bin setting operation.

Typically these are written to a http.Request.

func NewDeleteClusterRecycleBinSettingParams

func NewDeleteClusterRecycleBinSettingParams() *DeleteClusterRecycleBinSettingParams

NewDeleteClusterRecycleBinSettingParams creates a new DeleteClusterRecycleBinSettingParams 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 NewDeleteClusterRecycleBinSettingParamsWithContext

func NewDeleteClusterRecycleBinSettingParamsWithContext(ctx context.Context) *DeleteClusterRecycleBinSettingParams

NewDeleteClusterRecycleBinSettingParamsWithContext creates a new DeleteClusterRecycleBinSettingParams object with the ability to set a context for a request.

func NewDeleteClusterRecycleBinSettingParamsWithHTTPClient

func NewDeleteClusterRecycleBinSettingParamsWithHTTPClient(client *http.Client) *DeleteClusterRecycleBinSettingParams

NewDeleteClusterRecycleBinSettingParamsWithHTTPClient creates a new DeleteClusterRecycleBinSettingParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteClusterRecycleBinSettingParamsWithTimeout

func NewDeleteClusterRecycleBinSettingParamsWithTimeout(timeout time.Duration) *DeleteClusterRecycleBinSettingParams

NewDeleteClusterRecycleBinSettingParamsWithTimeout creates a new DeleteClusterRecycleBinSettingParams object with the ability to set a timeout on a request.

func (*DeleteClusterRecycleBinSettingParams) SetContentLanguage

func (o *DeleteClusterRecycleBinSettingParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) SetContext

SetContext adds the context to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) SetDefaults

func (o *DeleteClusterRecycleBinSettingParams) SetDefaults()

SetDefaults hydrates default values in the delete cluster recycle bin setting params (not the query body).

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

func (*DeleteClusterRecycleBinSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) SetRequestBody

SetRequestBody adds the requestBody to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) SetTimeout

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

SetTimeout adds the timeout to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) WithContentLanguage

func (o *DeleteClusterRecycleBinSettingParams) WithContentLanguage(contentLanguage *string) *DeleteClusterRecycleBinSettingParams

WithContentLanguage adds the contentLanguage to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) WithContext

WithContext adds the context to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) WithDefaults

WithDefaults hydrates default values in the delete cluster recycle bin setting params (not the query body).

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

func (*DeleteClusterRecycleBinSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) WithRequestBody

WithRequestBody adds the requestBody to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) WithTimeout

WithTimeout adds the timeout to the delete cluster recycle bin setting params

func (*DeleteClusterRecycleBinSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteClusterRecycleBinSettingReader

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

DeleteClusterRecycleBinSettingReader is a Reader for the DeleteClusterRecycleBinSetting structure.

func (*DeleteClusterRecycleBinSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGlobalSettingsesBadRequest

type GetGlobalSettingsesBadRequest struct {
	Payload *models.ErrorBody
}
GetGlobalSettingsesBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetGlobalSettingsesBadRequest

func NewGetGlobalSettingsesBadRequest() *GetGlobalSettingsesBadRequest

NewGetGlobalSettingsesBadRequest creates a GetGlobalSettingsesBadRequest with default headers values

func (*GetGlobalSettingsesBadRequest) Error

func (*GetGlobalSettingsesBadRequest) GetPayload

type GetGlobalSettingsesConnectionBadRequest

type GetGlobalSettingsesConnectionBadRequest struct {
	Payload *models.ErrorBody
}
GetGlobalSettingsesConnectionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetGlobalSettingsesConnectionBadRequest

func NewGetGlobalSettingsesConnectionBadRequest() *GetGlobalSettingsesConnectionBadRequest

NewGetGlobalSettingsesConnectionBadRequest creates a GetGlobalSettingsesConnectionBadRequest with default headers values

func (*GetGlobalSettingsesConnectionBadRequest) Error

func (*GetGlobalSettingsesConnectionBadRequest) GetPayload

type GetGlobalSettingsesConnectionInternalServerError

type GetGlobalSettingsesConnectionInternalServerError struct {
	Payload *models.ErrorBody
}
GetGlobalSettingsesConnectionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetGlobalSettingsesConnectionInternalServerError

func NewGetGlobalSettingsesConnectionInternalServerError() *GetGlobalSettingsesConnectionInternalServerError

NewGetGlobalSettingsesConnectionInternalServerError creates a GetGlobalSettingsesConnectionInternalServerError with default headers values

func (*GetGlobalSettingsesConnectionInternalServerError) Error

func (*GetGlobalSettingsesConnectionInternalServerError) GetPayload

type GetGlobalSettingsesConnectionNotFound

type GetGlobalSettingsesConnectionNotFound struct {
	Payload *models.ErrorBody
}
GetGlobalSettingsesConnectionNotFound describes a response with status code 404, with default header values.

Not found

func NewGetGlobalSettingsesConnectionNotFound

func NewGetGlobalSettingsesConnectionNotFound() *GetGlobalSettingsesConnectionNotFound

NewGetGlobalSettingsesConnectionNotFound creates a GetGlobalSettingsesConnectionNotFound with default headers values

func (*GetGlobalSettingsesConnectionNotFound) Error

func (*GetGlobalSettingsesConnectionNotFound) GetPayload

type GetGlobalSettingsesConnectionOK

type GetGlobalSettingsesConnectionOK struct {
	Payload *models.GlobalSettingsConnection
}
GetGlobalSettingsesConnectionOK describes a response with status code 200, with default header values.

Ok

func NewGetGlobalSettingsesConnectionOK

func NewGetGlobalSettingsesConnectionOK() *GetGlobalSettingsesConnectionOK

NewGetGlobalSettingsesConnectionOK creates a GetGlobalSettingsesConnectionOK with default headers values

func (*GetGlobalSettingsesConnectionOK) Error

func (*GetGlobalSettingsesConnectionOK) GetPayload

type GetGlobalSettingsesConnectionParams

type GetGlobalSettingsesConnectionParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetGlobalSettingsesConnectionRequestBody

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

GetGlobalSettingsesConnectionParams contains all the parameters to send to the API endpoint

for the get global settingses connection operation.

Typically these are written to a http.Request.

func NewGetGlobalSettingsesConnectionParams

func NewGetGlobalSettingsesConnectionParams() *GetGlobalSettingsesConnectionParams

NewGetGlobalSettingsesConnectionParams creates a new GetGlobalSettingsesConnectionParams 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 NewGetGlobalSettingsesConnectionParamsWithContext

func NewGetGlobalSettingsesConnectionParamsWithContext(ctx context.Context) *GetGlobalSettingsesConnectionParams

NewGetGlobalSettingsesConnectionParamsWithContext creates a new GetGlobalSettingsesConnectionParams object with the ability to set a context for a request.

func NewGetGlobalSettingsesConnectionParamsWithHTTPClient

func NewGetGlobalSettingsesConnectionParamsWithHTTPClient(client *http.Client) *GetGlobalSettingsesConnectionParams

NewGetGlobalSettingsesConnectionParamsWithHTTPClient creates a new GetGlobalSettingsesConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewGetGlobalSettingsesConnectionParamsWithTimeout

func NewGetGlobalSettingsesConnectionParamsWithTimeout(timeout time.Duration) *GetGlobalSettingsesConnectionParams

NewGetGlobalSettingsesConnectionParamsWithTimeout creates a new GetGlobalSettingsesConnectionParams object with the ability to set a timeout on a request.

func (*GetGlobalSettingsesConnectionParams) SetContentLanguage

func (o *GetGlobalSettingsesConnectionParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) SetContext

SetContext adds the context to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) SetDefaults

func (o *GetGlobalSettingsesConnectionParams) SetDefaults()

SetDefaults hydrates default values in the get global settingses connection params (not the query body).

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

func (*GetGlobalSettingsesConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) SetRequestBody

SetRequestBody adds the requestBody to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) SetTimeout

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

SetTimeout adds the timeout to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) WithContentLanguage

func (o *GetGlobalSettingsesConnectionParams) WithContentLanguage(contentLanguage *string) *GetGlobalSettingsesConnectionParams

WithContentLanguage adds the contentLanguage to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) WithContext

WithContext adds the context to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) WithDefaults

WithDefaults hydrates default values in the get global settingses connection params (not the query body).

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

func (*GetGlobalSettingsesConnectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) WithRequestBody

WithRequestBody adds the requestBody to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) WithTimeout

WithTimeout adds the timeout to the get global settingses connection params

func (*GetGlobalSettingsesConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGlobalSettingsesConnectionReader

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

GetGlobalSettingsesConnectionReader is a Reader for the GetGlobalSettingsesConnection structure.

func (*GetGlobalSettingsesConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGlobalSettingsesInternalServerError

type GetGlobalSettingsesInternalServerError struct {
	Payload *models.ErrorBody
}
GetGlobalSettingsesInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetGlobalSettingsesInternalServerError

func NewGetGlobalSettingsesInternalServerError() *GetGlobalSettingsesInternalServerError

NewGetGlobalSettingsesInternalServerError creates a GetGlobalSettingsesInternalServerError with default headers values

func (*GetGlobalSettingsesInternalServerError) Error

func (*GetGlobalSettingsesInternalServerError) GetPayload

type GetGlobalSettingsesNotFound

type GetGlobalSettingsesNotFound struct {
	Payload *models.ErrorBody
}
GetGlobalSettingsesNotFound describes a response with status code 404, with default header values.

Not found

func NewGetGlobalSettingsesNotFound

func NewGetGlobalSettingsesNotFound() *GetGlobalSettingsesNotFound

NewGetGlobalSettingsesNotFound creates a GetGlobalSettingsesNotFound with default headers values

func (*GetGlobalSettingsesNotFound) Error

func (*GetGlobalSettingsesNotFound) GetPayload

func (o *GetGlobalSettingsesNotFound) GetPayload() *models.ErrorBody

type GetGlobalSettingsesOK

type GetGlobalSettingsesOK struct {
	Payload []*models.GlobalSettings
}
GetGlobalSettingsesOK describes a response with status code 200, with default header values.

Ok

func NewGetGlobalSettingsesOK

func NewGetGlobalSettingsesOK() *GetGlobalSettingsesOK

NewGetGlobalSettingsesOK creates a GetGlobalSettingsesOK with default headers values

func (*GetGlobalSettingsesOK) Error

func (o *GetGlobalSettingsesOK) Error() string

func (*GetGlobalSettingsesOK) GetPayload

func (o *GetGlobalSettingsesOK) GetPayload() []*models.GlobalSettings

type GetGlobalSettingsesParams

type GetGlobalSettingsesParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetGlobalSettingsesRequestBody

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

GetGlobalSettingsesParams contains all the parameters to send to the API endpoint

for the get global settingses operation.

Typically these are written to a http.Request.

func NewGetGlobalSettingsesParams

func NewGetGlobalSettingsesParams() *GetGlobalSettingsesParams

NewGetGlobalSettingsesParams creates a new GetGlobalSettingsesParams 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 NewGetGlobalSettingsesParamsWithContext

func NewGetGlobalSettingsesParamsWithContext(ctx context.Context) *GetGlobalSettingsesParams

NewGetGlobalSettingsesParamsWithContext creates a new GetGlobalSettingsesParams object with the ability to set a context for a request.

func NewGetGlobalSettingsesParamsWithHTTPClient

func NewGetGlobalSettingsesParamsWithHTTPClient(client *http.Client) *GetGlobalSettingsesParams

NewGetGlobalSettingsesParamsWithHTTPClient creates a new GetGlobalSettingsesParams object with the ability to set a custom HTTPClient for a request.

func NewGetGlobalSettingsesParamsWithTimeout

func NewGetGlobalSettingsesParamsWithTimeout(timeout time.Duration) *GetGlobalSettingsesParams

NewGetGlobalSettingsesParamsWithTimeout creates a new GetGlobalSettingsesParams object with the ability to set a timeout on a request.

func (*GetGlobalSettingsesParams) SetContentLanguage

func (o *GetGlobalSettingsesParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get global settingses params

func (*GetGlobalSettingsesParams) SetContext

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

SetContext adds the context to the get global settingses params

func (*GetGlobalSettingsesParams) SetDefaults

func (o *GetGlobalSettingsesParams) SetDefaults()

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

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

func (*GetGlobalSettingsesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get global settingses params

func (*GetGlobalSettingsesParams) SetRequestBody

func (o *GetGlobalSettingsesParams) SetRequestBody(requestBody *models.GetGlobalSettingsesRequestBody)

SetRequestBody adds the requestBody to the get global settingses params

func (*GetGlobalSettingsesParams) SetTimeout

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

SetTimeout adds the timeout to the get global settingses params

func (*GetGlobalSettingsesParams) WithContentLanguage

func (o *GetGlobalSettingsesParams) WithContentLanguage(contentLanguage *string) *GetGlobalSettingsesParams

WithContentLanguage adds the contentLanguage to the get global settingses params

func (*GetGlobalSettingsesParams) WithContext

WithContext adds the context to the get global settingses params

func (*GetGlobalSettingsesParams) WithDefaults

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

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

func (*GetGlobalSettingsesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get global settingses params

func (*GetGlobalSettingsesParams) WithRequestBody

WithRequestBody adds the requestBody to the get global settingses params

func (*GetGlobalSettingsesParams) WithTimeout

WithTimeout adds the timeout to the get global settingses params

func (*GetGlobalSettingsesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGlobalSettingsesReader

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

GetGlobalSettingsesReader is a Reader for the GetGlobalSettingses structure.

func (*GetGlobalSettingsesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAccessRestrictionBadRequest added in v2.1.0

type UpdateAccessRestrictionBadRequest struct {
	Payload *models.ErrorBody
}
UpdateAccessRestrictionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUpdateAccessRestrictionBadRequest added in v2.1.0

func NewUpdateAccessRestrictionBadRequest() *UpdateAccessRestrictionBadRequest

NewUpdateAccessRestrictionBadRequest creates a UpdateAccessRestrictionBadRequest with default headers values

func (*UpdateAccessRestrictionBadRequest) Error added in v2.1.0

func (*UpdateAccessRestrictionBadRequest) GetPayload added in v2.1.0

type UpdateAccessRestrictionInternalServerError added in v2.1.0

type UpdateAccessRestrictionInternalServerError struct {
	Payload *models.ErrorBody
}
UpdateAccessRestrictionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpdateAccessRestrictionInternalServerError added in v2.1.0

func NewUpdateAccessRestrictionInternalServerError() *UpdateAccessRestrictionInternalServerError

NewUpdateAccessRestrictionInternalServerError creates a UpdateAccessRestrictionInternalServerError with default headers values

func (*UpdateAccessRestrictionInternalServerError) Error added in v2.1.0

func (*UpdateAccessRestrictionInternalServerError) GetPayload added in v2.1.0

type UpdateAccessRestrictionNotFound added in v2.1.0

type UpdateAccessRestrictionNotFound struct {
	Payload *models.ErrorBody
}
UpdateAccessRestrictionNotFound describes a response with status code 404, with default header values.

Not found

func NewUpdateAccessRestrictionNotFound added in v2.1.0

func NewUpdateAccessRestrictionNotFound() *UpdateAccessRestrictionNotFound

NewUpdateAccessRestrictionNotFound creates a UpdateAccessRestrictionNotFound with default headers values

func (*UpdateAccessRestrictionNotFound) Error added in v2.1.0

func (*UpdateAccessRestrictionNotFound) GetPayload added in v2.1.0

type UpdateAccessRestrictionOK added in v2.1.0

type UpdateAccessRestrictionOK struct {
	Payload *models.WithTaskGlobalSettings
}
UpdateAccessRestrictionOK describes a response with status code 200, with default header values.

Ok

func NewUpdateAccessRestrictionOK added in v2.1.0

func NewUpdateAccessRestrictionOK() *UpdateAccessRestrictionOK

NewUpdateAccessRestrictionOK creates a UpdateAccessRestrictionOK with default headers values

func (*UpdateAccessRestrictionOK) Error added in v2.1.0

func (o *UpdateAccessRestrictionOK) Error() string

func (*UpdateAccessRestrictionOK) GetPayload added in v2.1.0

type UpdateAccessRestrictionParams added in v2.1.0

type UpdateAccessRestrictionParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.UpdateAccessRestrictionParams

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

UpdateAccessRestrictionParams contains all the parameters to send to the API endpoint

for the update access restriction operation.

Typically these are written to a http.Request.

func NewUpdateAccessRestrictionParams added in v2.1.0

func NewUpdateAccessRestrictionParams() *UpdateAccessRestrictionParams

NewUpdateAccessRestrictionParams creates a new UpdateAccessRestrictionParams 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 NewUpdateAccessRestrictionParamsWithContext added in v2.1.0

func NewUpdateAccessRestrictionParamsWithContext(ctx context.Context) *UpdateAccessRestrictionParams

NewUpdateAccessRestrictionParamsWithContext creates a new UpdateAccessRestrictionParams object with the ability to set a context for a request.

func NewUpdateAccessRestrictionParamsWithHTTPClient added in v2.1.0

func NewUpdateAccessRestrictionParamsWithHTTPClient(client *http.Client) *UpdateAccessRestrictionParams

NewUpdateAccessRestrictionParamsWithHTTPClient creates a new UpdateAccessRestrictionParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAccessRestrictionParamsWithTimeout added in v2.1.0

func NewUpdateAccessRestrictionParamsWithTimeout(timeout time.Duration) *UpdateAccessRestrictionParams

NewUpdateAccessRestrictionParamsWithTimeout creates a new UpdateAccessRestrictionParams object with the ability to set a timeout on a request.

func (*UpdateAccessRestrictionParams) SetContentLanguage added in v2.1.0

func (o *UpdateAccessRestrictionParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the update access restriction params

func (*UpdateAccessRestrictionParams) SetContext added in v2.1.0

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

SetContext adds the context to the update access restriction params

func (*UpdateAccessRestrictionParams) SetDefaults added in v2.1.0

func (o *UpdateAccessRestrictionParams) SetDefaults()

SetDefaults hydrates default values in the update access restriction params (not the query body).

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

func (*UpdateAccessRestrictionParams) SetHTTPClient added in v2.1.0

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

SetHTTPClient adds the HTTPClient to the update access restriction params

func (*UpdateAccessRestrictionParams) SetRequestBody added in v2.1.0

func (o *UpdateAccessRestrictionParams) SetRequestBody(requestBody *models.UpdateAccessRestrictionParams)

SetRequestBody adds the requestBody to the update access restriction params

func (*UpdateAccessRestrictionParams) SetTimeout added in v2.1.0

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

SetTimeout adds the timeout to the update access restriction params

func (*UpdateAccessRestrictionParams) WithContentLanguage added in v2.1.0

func (o *UpdateAccessRestrictionParams) WithContentLanguage(contentLanguage *string) *UpdateAccessRestrictionParams

WithContentLanguage adds the contentLanguage to the update access restriction params

func (*UpdateAccessRestrictionParams) WithContext added in v2.1.0

WithContext adds the context to the update access restriction params

func (*UpdateAccessRestrictionParams) WithDefaults added in v2.1.0

WithDefaults hydrates default values in the update access restriction params (not the query body).

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

func (*UpdateAccessRestrictionParams) WithHTTPClient added in v2.1.0

WithHTTPClient adds the HTTPClient to the update access restriction params

func (*UpdateAccessRestrictionParams) WithRequestBody added in v2.1.0

WithRequestBody adds the requestBody to the update access restriction params

func (*UpdateAccessRestrictionParams) WithTimeout added in v2.1.0

WithTimeout adds the timeout to the update access restriction params

func (*UpdateAccessRestrictionParams) WriteToRequest added in v2.1.0

WriteToRequest writes these params to a swagger request

type UpdateAccessRestrictionReader added in v2.1.0

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

UpdateAccessRestrictionReader is a Reader for the UpdateAccessRestriction structure.

func (*UpdateAccessRestrictionReader) ReadResponse added in v2.1.0

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

ReadResponse reads a server response into the received o.

type UpdateClusterRecycleBinSettingBadRequest

type UpdateClusterRecycleBinSettingBadRequest struct {
	Payload *models.ErrorBody
}
UpdateClusterRecycleBinSettingBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUpdateClusterRecycleBinSettingBadRequest

func NewUpdateClusterRecycleBinSettingBadRequest() *UpdateClusterRecycleBinSettingBadRequest

NewUpdateClusterRecycleBinSettingBadRequest creates a UpdateClusterRecycleBinSettingBadRequest with default headers values

func (*UpdateClusterRecycleBinSettingBadRequest) Error

func (*UpdateClusterRecycleBinSettingBadRequest) GetPayload

type UpdateClusterRecycleBinSettingInternalServerError

type UpdateClusterRecycleBinSettingInternalServerError struct {
	Payload *models.ErrorBody
}
UpdateClusterRecycleBinSettingInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpdateClusterRecycleBinSettingInternalServerError

func NewUpdateClusterRecycleBinSettingInternalServerError() *UpdateClusterRecycleBinSettingInternalServerError

NewUpdateClusterRecycleBinSettingInternalServerError creates a UpdateClusterRecycleBinSettingInternalServerError with default headers values

func (*UpdateClusterRecycleBinSettingInternalServerError) Error

func (*UpdateClusterRecycleBinSettingInternalServerError) GetPayload

type UpdateClusterRecycleBinSettingNotFound

type UpdateClusterRecycleBinSettingNotFound struct {
	Payload *models.ErrorBody
}
UpdateClusterRecycleBinSettingNotFound describes a response with status code 404, with default header values.

Not found

func NewUpdateClusterRecycleBinSettingNotFound

func NewUpdateClusterRecycleBinSettingNotFound() *UpdateClusterRecycleBinSettingNotFound

NewUpdateClusterRecycleBinSettingNotFound creates a UpdateClusterRecycleBinSettingNotFound with default headers values

func (*UpdateClusterRecycleBinSettingNotFound) Error

func (*UpdateClusterRecycleBinSettingNotFound) GetPayload

type UpdateClusterRecycleBinSettingOK

type UpdateClusterRecycleBinSettingOK struct {
	Payload []*models.WithTaskClusterSettings
}
UpdateClusterRecycleBinSettingOK describes a response with status code 200, with default header values.

Ok

func NewUpdateClusterRecycleBinSettingOK

func NewUpdateClusterRecycleBinSettingOK() *UpdateClusterRecycleBinSettingOK

NewUpdateClusterRecycleBinSettingOK creates a UpdateClusterRecycleBinSettingOK with default headers values

func (*UpdateClusterRecycleBinSettingOK) Error

func (*UpdateClusterRecycleBinSettingOK) GetPayload

type UpdateClusterRecycleBinSettingParams

type UpdateClusterRecycleBinSettingParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.ClusterRecycleBinUpdationParams

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

UpdateClusterRecycleBinSettingParams contains all the parameters to send to the API endpoint

for the update cluster recycle bin setting operation.

Typically these are written to a http.Request.

func NewUpdateClusterRecycleBinSettingParams

func NewUpdateClusterRecycleBinSettingParams() *UpdateClusterRecycleBinSettingParams

NewUpdateClusterRecycleBinSettingParams creates a new UpdateClusterRecycleBinSettingParams 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 NewUpdateClusterRecycleBinSettingParamsWithContext

func NewUpdateClusterRecycleBinSettingParamsWithContext(ctx context.Context) *UpdateClusterRecycleBinSettingParams

NewUpdateClusterRecycleBinSettingParamsWithContext creates a new UpdateClusterRecycleBinSettingParams object with the ability to set a context for a request.

func NewUpdateClusterRecycleBinSettingParamsWithHTTPClient

func NewUpdateClusterRecycleBinSettingParamsWithHTTPClient(client *http.Client) *UpdateClusterRecycleBinSettingParams

NewUpdateClusterRecycleBinSettingParamsWithHTTPClient creates a new UpdateClusterRecycleBinSettingParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateClusterRecycleBinSettingParamsWithTimeout

func NewUpdateClusterRecycleBinSettingParamsWithTimeout(timeout time.Duration) *UpdateClusterRecycleBinSettingParams

NewUpdateClusterRecycleBinSettingParamsWithTimeout creates a new UpdateClusterRecycleBinSettingParams object with the ability to set a timeout on a request.

func (*UpdateClusterRecycleBinSettingParams) SetContentLanguage

func (o *UpdateClusterRecycleBinSettingParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) SetContext

SetContext adds the context to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) SetDefaults

func (o *UpdateClusterRecycleBinSettingParams) SetDefaults()

SetDefaults hydrates default values in the update cluster recycle bin setting params (not the query body).

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

func (*UpdateClusterRecycleBinSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) SetRequestBody

SetRequestBody adds the requestBody to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) SetTimeout

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

SetTimeout adds the timeout to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) WithContentLanguage

func (o *UpdateClusterRecycleBinSettingParams) WithContentLanguage(contentLanguage *string) *UpdateClusterRecycleBinSettingParams

WithContentLanguage adds the contentLanguage to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) WithContext

WithContext adds the context to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) WithDefaults

WithDefaults hydrates default values in the update cluster recycle bin setting params (not the query body).

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

func (*UpdateClusterRecycleBinSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) WithRequestBody

WithRequestBody adds the requestBody to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) WithTimeout

WithTimeout adds the timeout to the update cluster recycle bin setting params

func (*UpdateClusterRecycleBinSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateClusterRecycleBinSettingReader

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

UpdateClusterRecycleBinSettingReader is a Reader for the UpdateClusterRecycleBinSetting structure.

func (*UpdateClusterRecycleBinSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateGlobalRecycleBinSettingBadRequest

type UpdateGlobalRecycleBinSettingBadRequest struct {
	Payload *models.ErrorBody
}
UpdateGlobalRecycleBinSettingBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUpdateGlobalRecycleBinSettingBadRequest

func NewUpdateGlobalRecycleBinSettingBadRequest() *UpdateGlobalRecycleBinSettingBadRequest

NewUpdateGlobalRecycleBinSettingBadRequest creates a UpdateGlobalRecycleBinSettingBadRequest with default headers values

func (*UpdateGlobalRecycleBinSettingBadRequest) Error

func (*UpdateGlobalRecycleBinSettingBadRequest) GetPayload

type UpdateGlobalRecycleBinSettingInternalServerError

type UpdateGlobalRecycleBinSettingInternalServerError struct {
	Payload *models.ErrorBody
}
UpdateGlobalRecycleBinSettingInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpdateGlobalRecycleBinSettingInternalServerError

func NewUpdateGlobalRecycleBinSettingInternalServerError() *UpdateGlobalRecycleBinSettingInternalServerError

NewUpdateGlobalRecycleBinSettingInternalServerError creates a UpdateGlobalRecycleBinSettingInternalServerError with default headers values

func (*UpdateGlobalRecycleBinSettingInternalServerError) Error

func (*UpdateGlobalRecycleBinSettingInternalServerError) GetPayload

type UpdateGlobalRecycleBinSettingNotFound

type UpdateGlobalRecycleBinSettingNotFound struct {
	Payload *models.ErrorBody
}
UpdateGlobalRecycleBinSettingNotFound describes a response with status code 404, with default header values.

Not found

func NewUpdateGlobalRecycleBinSettingNotFound

func NewUpdateGlobalRecycleBinSettingNotFound() *UpdateGlobalRecycleBinSettingNotFound

NewUpdateGlobalRecycleBinSettingNotFound creates a UpdateGlobalRecycleBinSettingNotFound with default headers values

func (*UpdateGlobalRecycleBinSettingNotFound) Error

func (*UpdateGlobalRecycleBinSettingNotFound) GetPayload

type UpdateGlobalRecycleBinSettingOK

type UpdateGlobalRecycleBinSettingOK struct {
	Payload *models.WithTaskGlobalSettings
}
UpdateGlobalRecycleBinSettingOK describes a response with status code 200, with default header values.

Ok

func NewUpdateGlobalRecycleBinSettingOK

func NewUpdateGlobalRecycleBinSettingOK() *UpdateGlobalRecycleBinSettingOK

NewUpdateGlobalRecycleBinSettingOK creates a UpdateGlobalRecycleBinSettingOK with default headers values

func (*UpdateGlobalRecycleBinSettingOK) Error

func (*UpdateGlobalRecycleBinSettingOK) GetPayload

type UpdateGlobalRecycleBinSettingParams

type UpdateGlobalRecycleBinSettingParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GlobalRecycleBinUpdationParams

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

UpdateGlobalRecycleBinSettingParams contains all the parameters to send to the API endpoint

for the update global recycle bin setting operation.

Typically these are written to a http.Request.

func NewUpdateGlobalRecycleBinSettingParams

func NewUpdateGlobalRecycleBinSettingParams() *UpdateGlobalRecycleBinSettingParams

NewUpdateGlobalRecycleBinSettingParams creates a new UpdateGlobalRecycleBinSettingParams 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 NewUpdateGlobalRecycleBinSettingParamsWithContext

func NewUpdateGlobalRecycleBinSettingParamsWithContext(ctx context.Context) *UpdateGlobalRecycleBinSettingParams

NewUpdateGlobalRecycleBinSettingParamsWithContext creates a new UpdateGlobalRecycleBinSettingParams object with the ability to set a context for a request.

func NewUpdateGlobalRecycleBinSettingParamsWithHTTPClient

func NewUpdateGlobalRecycleBinSettingParamsWithHTTPClient(client *http.Client) *UpdateGlobalRecycleBinSettingParams

NewUpdateGlobalRecycleBinSettingParamsWithHTTPClient creates a new UpdateGlobalRecycleBinSettingParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGlobalRecycleBinSettingParamsWithTimeout

func NewUpdateGlobalRecycleBinSettingParamsWithTimeout(timeout time.Duration) *UpdateGlobalRecycleBinSettingParams

NewUpdateGlobalRecycleBinSettingParamsWithTimeout creates a new UpdateGlobalRecycleBinSettingParams object with the ability to set a timeout on a request.

func (*UpdateGlobalRecycleBinSettingParams) SetContentLanguage

func (o *UpdateGlobalRecycleBinSettingParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) SetContext

SetContext adds the context to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) SetDefaults

func (o *UpdateGlobalRecycleBinSettingParams) SetDefaults()

SetDefaults hydrates default values in the update global recycle bin setting params (not the query body).

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

func (*UpdateGlobalRecycleBinSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) SetRequestBody

SetRequestBody adds the requestBody to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) SetTimeout

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

SetTimeout adds the timeout to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) WithContentLanguage

func (o *UpdateGlobalRecycleBinSettingParams) WithContentLanguage(contentLanguage *string) *UpdateGlobalRecycleBinSettingParams

WithContentLanguage adds the contentLanguage to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) WithContext

WithContext adds the context to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) WithDefaults

WithDefaults hydrates default values in the update global recycle bin setting params (not the query body).

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

func (*UpdateGlobalRecycleBinSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) WithRequestBody

WithRequestBody adds the requestBody to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) WithTimeout

WithTimeout adds the timeout to the update global recycle bin setting params

func (*UpdateGlobalRecycleBinSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateGlobalRecycleBinSettingReader

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

UpdateGlobalRecycleBinSettingReader is a Reader for the UpdateGlobalRecycleBinSetting structure.

func (*UpdateGlobalRecycleBinSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdatePasswordSecurityBadRequest added in v2.1.0

type UpdatePasswordSecurityBadRequest struct {
	Payload *models.ErrorBody
}
UpdatePasswordSecurityBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUpdatePasswordSecurityBadRequest added in v2.1.0

func NewUpdatePasswordSecurityBadRequest() *UpdatePasswordSecurityBadRequest

NewUpdatePasswordSecurityBadRequest creates a UpdatePasswordSecurityBadRequest with default headers values

func (*UpdatePasswordSecurityBadRequest) Error added in v2.1.0

func (*UpdatePasswordSecurityBadRequest) GetPayload added in v2.1.0

type UpdatePasswordSecurityInternalServerError added in v2.1.0

type UpdatePasswordSecurityInternalServerError struct {
	Payload *models.ErrorBody
}
UpdatePasswordSecurityInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpdatePasswordSecurityInternalServerError added in v2.1.0

func NewUpdatePasswordSecurityInternalServerError() *UpdatePasswordSecurityInternalServerError

NewUpdatePasswordSecurityInternalServerError creates a UpdatePasswordSecurityInternalServerError with default headers values

func (*UpdatePasswordSecurityInternalServerError) Error added in v2.1.0

func (*UpdatePasswordSecurityInternalServerError) GetPayload added in v2.1.0

type UpdatePasswordSecurityNotFound added in v2.1.0

type UpdatePasswordSecurityNotFound struct {
	Payload *models.ErrorBody
}
UpdatePasswordSecurityNotFound describes a response with status code 404, with default header values.

Not found

func NewUpdatePasswordSecurityNotFound added in v2.1.0

func NewUpdatePasswordSecurityNotFound() *UpdatePasswordSecurityNotFound

NewUpdatePasswordSecurityNotFound creates a UpdatePasswordSecurityNotFound with default headers values

func (*UpdatePasswordSecurityNotFound) Error added in v2.1.0

func (*UpdatePasswordSecurityNotFound) GetPayload added in v2.1.0

type UpdatePasswordSecurityOK added in v2.1.0

type UpdatePasswordSecurityOK struct {
	Payload *models.WithTaskGlobalSettings
}
UpdatePasswordSecurityOK describes a response with status code 200, with default header values.

Ok

func NewUpdatePasswordSecurityOK added in v2.1.0

func NewUpdatePasswordSecurityOK() *UpdatePasswordSecurityOK

NewUpdatePasswordSecurityOK creates a UpdatePasswordSecurityOK with default headers values

func (*UpdatePasswordSecurityOK) Error added in v2.1.0

func (o *UpdatePasswordSecurityOK) Error() string

func (*UpdatePasswordSecurityOK) GetPayload added in v2.1.0

type UpdatePasswordSecurityParams added in v2.1.0

type UpdatePasswordSecurityParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.UpdatePassrodSecurityParams

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

UpdatePasswordSecurityParams contains all the parameters to send to the API endpoint

for the update password security operation.

Typically these are written to a http.Request.

func NewUpdatePasswordSecurityParams added in v2.1.0

func NewUpdatePasswordSecurityParams() *UpdatePasswordSecurityParams

NewUpdatePasswordSecurityParams creates a new UpdatePasswordSecurityParams 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 NewUpdatePasswordSecurityParamsWithContext added in v2.1.0

func NewUpdatePasswordSecurityParamsWithContext(ctx context.Context) *UpdatePasswordSecurityParams

NewUpdatePasswordSecurityParamsWithContext creates a new UpdatePasswordSecurityParams object with the ability to set a context for a request.

func NewUpdatePasswordSecurityParamsWithHTTPClient added in v2.1.0

func NewUpdatePasswordSecurityParamsWithHTTPClient(client *http.Client) *UpdatePasswordSecurityParams

NewUpdatePasswordSecurityParamsWithHTTPClient creates a new UpdatePasswordSecurityParams object with the ability to set a custom HTTPClient for a request.

func NewUpdatePasswordSecurityParamsWithTimeout added in v2.1.0

func NewUpdatePasswordSecurityParamsWithTimeout(timeout time.Duration) *UpdatePasswordSecurityParams

NewUpdatePasswordSecurityParamsWithTimeout creates a new UpdatePasswordSecurityParams object with the ability to set a timeout on a request.

func (*UpdatePasswordSecurityParams) SetContentLanguage added in v2.1.0

func (o *UpdatePasswordSecurityParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the update password security params

func (*UpdatePasswordSecurityParams) SetContext added in v2.1.0

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

SetContext adds the context to the update password security params

func (*UpdatePasswordSecurityParams) SetDefaults added in v2.1.0

func (o *UpdatePasswordSecurityParams) SetDefaults()

SetDefaults hydrates default values in the update password security params (not the query body).

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

func (*UpdatePasswordSecurityParams) SetHTTPClient added in v2.1.0

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

SetHTTPClient adds the HTTPClient to the update password security params

func (*UpdatePasswordSecurityParams) SetRequestBody added in v2.1.0

func (o *UpdatePasswordSecurityParams) SetRequestBody(requestBody *models.UpdatePassrodSecurityParams)

SetRequestBody adds the requestBody to the update password security params

func (*UpdatePasswordSecurityParams) SetTimeout added in v2.1.0

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

SetTimeout adds the timeout to the update password security params

func (*UpdatePasswordSecurityParams) WithContentLanguage added in v2.1.0

func (o *UpdatePasswordSecurityParams) WithContentLanguage(contentLanguage *string) *UpdatePasswordSecurityParams

WithContentLanguage adds the contentLanguage to the update password security params

func (*UpdatePasswordSecurityParams) WithContext added in v2.1.0

WithContext adds the context to the update password security params

func (*UpdatePasswordSecurityParams) WithDefaults added in v2.1.0

WithDefaults hydrates default values in the update password security params (not the query body).

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

func (*UpdatePasswordSecurityParams) WithHTTPClient added in v2.1.0

WithHTTPClient adds the HTTPClient to the update password security params

func (*UpdatePasswordSecurityParams) WithRequestBody added in v2.1.0

WithRequestBody adds the requestBody to the update password security params

func (*UpdatePasswordSecurityParams) WithTimeout added in v2.1.0

WithTimeout adds the timeout to the update password security params

func (*UpdatePasswordSecurityParams) WriteToRequest added in v2.1.0

WriteToRequest writes these params to a swagger request

type UpdatePasswordSecurityReader added in v2.1.0

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

UpdatePasswordSecurityReader is a Reader for the UpdatePasswordSecurity structure.

func (*UpdatePasswordSecurityReader) ReadResponse added in v2.1.0

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

ReadResponse reads a server response into the received o.

type UpdateSessionTimeoutBadRequest added in v2.1.0

type UpdateSessionTimeoutBadRequest struct {
	Payload *models.ErrorBody
}
UpdateSessionTimeoutBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUpdateSessionTimeoutBadRequest added in v2.1.0

func NewUpdateSessionTimeoutBadRequest() *UpdateSessionTimeoutBadRequest

NewUpdateSessionTimeoutBadRequest creates a UpdateSessionTimeoutBadRequest with default headers values

func (*UpdateSessionTimeoutBadRequest) Error added in v2.1.0

func (*UpdateSessionTimeoutBadRequest) GetPayload added in v2.1.0

type UpdateSessionTimeoutInternalServerError added in v2.1.0

type UpdateSessionTimeoutInternalServerError struct {
	Payload *models.ErrorBody
}
UpdateSessionTimeoutInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpdateSessionTimeoutInternalServerError added in v2.1.0

func NewUpdateSessionTimeoutInternalServerError() *UpdateSessionTimeoutInternalServerError

NewUpdateSessionTimeoutInternalServerError creates a UpdateSessionTimeoutInternalServerError with default headers values

func (*UpdateSessionTimeoutInternalServerError) Error added in v2.1.0

func (*UpdateSessionTimeoutInternalServerError) GetPayload added in v2.1.0

type UpdateSessionTimeoutNotFound added in v2.1.0

type UpdateSessionTimeoutNotFound struct {
	Payload *models.ErrorBody
}
UpdateSessionTimeoutNotFound describes a response with status code 404, with default header values.

Not found

func NewUpdateSessionTimeoutNotFound added in v2.1.0

func NewUpdateSessionTimeoutNotFound() *UpdateSessionTimeoutNotFound

NewUpdateSessionTimeoutNotFound creates a UpdateSessionTimeoutNotFound with default headers values

func (*UpdateSessionTimeoutNotFound) Error added in v2.1.0

func (*UpdateSessionTimeoutNotFound) GetPayload added in v2.1.0

type UpdateSessionTimeoutOK added in v2.1.0

type UpdateSessionTimeoutOK struct {
	Payload *models.WithTaskGlobalSettings
}
UpdateSessionTimeoutOK describes a response with status code 200, with default header values.

Ok

func NewUpdateSessionTimeoutOK added in v2.1.0

func NewUpdateSessionTimeoutOK() *UpdateSessionTimeoutOK

NewUpdateSessionTimeoutOK creates a UpdateSessionTimeoutOK with default headers values

func (*UpdateSessionTimeoutOK) Error added in v2.1.0

func (o *UpdateSessionTimeoutOK) Error() string

func (*UpdateSessionTimeoutOK) GetPayload added in v2.1.0

type UpdateSessionTimeoutParams added in v2.1.0

type UpdateSessionTimeoutParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.UpdateSessionTimeoutParams

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

UpdateSessionTimeoutParams contains all the parameters to send to the API endpoint

for the update session timeout operation.

Typically these are written to a http.Request.

func NewUpdateSessionTimeoutParams added in v2.1.0

func NewUpdateSessionTimeoutParams() *UpdateSessionTimeoutParams

NewUpdateSessionTimeoutParams creates a new UpdateSessionTimeoutParams 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 NewUpdateSessionTimeoutParamsWithContext added in v2.1.0

func NewUpdateSessionTimeoutParamsWithContext(ctx context.Context) *UpdateSessionTimeoutParams

NewUpdateSessionTimeoutParamsWithContext creates a new UpdateSessionTimeoutParams object with the ability to set a context for a request.

func NewUpdateSessionTimeoutParamsWithHTTPClient added in v2.1.0

func NewUpdateSessionTimeoutParamsWithHTTPClient(client *http.Client) *UpdateSessionTimeoutParams

NewUpdateSessionTimeoutParamsWithHTTPClient creates a new UpdateSessionTimeoutParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateSessionTimeoutParamsWithTimeout added in v2.1.0

func NewUpdateSessionTimeoutParamsWithTimeout(timeout time.Duration) *UpdateSessionTimeoutParams

NewUpdateSessionTimeoutParamsWithTimeout creates a new UpdateSessionTimeoutParams object with the ability to set a timeout on a request.

func (*UpdateSessionTimeoutParams) SetContentLanguage added in v2.1.0

func (o *UpdateSessionTimeoutParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the update session timeout params

func (*UpdateSessionTimeoutParams) SetContext added in v2.1.0

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

SetContext adds the context to the update session timeout params

func (*UpdateSessionTimeoutParams) SetDefaults added in v2.1.0

func (o *UpdateSessionTimeoutParams) SetDefaults()

SetDefaults hydrates default values in the update session timeout params (not the query body).

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

func (*UpdateSessionTimeoutParams) SetHTTPClient added in v2.1.0

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

SetHTTPClient adds the HTTPClient to the update session timeout params

func (*UpdateSessionTimeoutParams) SetRequestBody added in v2.1.0

func (o *UpdateSessionTimeoutParams) SetRequestBody(requestBody *models.UpdateSessionTimeoutParams)

SetRequestBody adds the requestBody to the update session timeout params

func (*UpdateSessionTimeoutParams) SetTimeout added in v2.1.0

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

SetTimeout adds the timeout to the update session timeout params

func (*UpdateSessionTimeoutParams) WithContentLanguage added in v2.1.0

func (o *UpdateSessionTimeoutParams) WithContentLanguage(contentLanguage *string) *UpdateSessionTimeoutParams

WithContentLanguage adds the contentLanguage to the update session timeout params

func (*UpdateSessionTimeoutParams) WithContext added in v2.1.0

WithContext adds the context to the update session timeout params

func (*UpdateSessionTimeoutParams) WithDefaults added in v2.1.0

WithDefaults hydrates default values in the update session timeout params (not the query body).

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

func (*UpdateSessionTimeoutParams) WithHTTPClient added in v2.1.0

WithHTTPClient adds the HTTPClient to the update session timeout params

func (*UpdateSessionTimeoutParams) WithRequestBody added in v2.1.0

WithRequestBody adds the requestBody to the update session timeout params

func (*UpdateSessionTimeoutParams) WithTimeout added in v2.1.0

WithTimeout adds the timeout to the update session timeout params

func (*UpdateSessionTimeoutParams) WriteToRequest added in v2.1.0

WriteToRequest writes these params to a swagger request

type UpdateSessionTimeoutReader added in v2.1.0

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

UpdateSessionTimeoutReader is a Reader for the UpdateSessionTimeout structure.

func (*UpdateSessionTimeoutReader) ReadResponse added in v2.1.0

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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