managed_resources_key_value

package
v0.88.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 License: MIT Imports: 16 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 managed resources key value API

func (*Client) CreateKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use CreateKeyValueClusterV2Short instead.

CreateKeyValueClusterV2 creates key-value cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [CREATE]`

Provision Key-Value cluster using AWS Valkey Serverless that can be used by extend apps in game namespace within the studio.

Cluster limits: - Private cloud: up to 10 clusters per studio namespace - Shared cloud: 1 cluster per studio namespace

Provisioning process is done asynchronously, you can check from the `status` field of the resource response.

func (*Client) CreateKeyValueClusterV2Short

func (a *Client) CreateKeyValueClusterV2Short(params *CreateKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateKeyValueClusterV2Created, error)

CreateKeyValueClusterV2Short creates key-value cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [CREATE]`

Provision Key-Value cluster using AWS Valkey Serverless that can be used by extend apps in game namespace within the studio.

Cluster limits: - Private cloud: up to 10 clusters per studio namespace - Shared cloud: 1 cluster per studio namespace

Provisioning process is done asynchronously, you can check from the `status` field of the resource response.

func (*Client) CreateKeyValueCredentialV2 deprecated

Deprecated: 2022-08-10 - Use CreateKeyValueCredentialV2Short instead.

CreateKeyValueCredentialV2 generate a new credential for an extend app integrated with a keyvalue cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CREDENTIALS [CREATE]`

Generates a new credential for an extend app that is already integrated with a KeyValue cluster. Replaces the old credential. Integration status will transition to MODIFYING, then READY when complete. If the same username and password are provided, returns the existing credential (idempotent).

Acknowledgement for secure credential handling is only required at integrate-app; not needed for this endpoint.

func (*Client) CreateKeyValueCredentialV2Short

func (a *Client) CreateKeyValueCredentialV2Short(params *CreateKeyValueCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateKeyValueCredentialV2OK, error)

CreateKeyValueCredentialV2Short generate a new credential for an extend app integrated with a keyvalue cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CREDENTIALS [CREATE]`

Generates a new credential for an extend app that is already integrated with a KeyValue cluster. Replaces the old credential. Integration status will transition to MODIFYING, then READY when complete. If the same username and password are provided, returns the existing credential (idempotent).

Acknowledgement for secure credential handling is only required at integrate-app; not needed for this endpoint.

func (*Client) DeleteKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use DeleteKeyValueClusterV2Short instead.

DeleteKeyValueClusterV2 delete key-value cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [DELETE]`

Delete Key-Value cluster. Only allowed when cluster status is AVAILABLE or CREATE-FAILED. Force-deletes all active integrations. Returns resource with status DELETING.

func (*Client) DeleteKeyValueClusterV2Short

func (a *Client) DeleteKeyValueClusterV2Short(params *DeleteKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteKeyValueClusterV2OK, error)

DeleteKeyValueClusterV2Short delete key-value cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [DELETE]`

Delete Key-Value cluster. Only allowed when cluster status is AVAILABLE or CREATE-FAILED. Force-deletes all active integrations. Returns resource with status DELETING.

func (*Client) GetIntegrationAppKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use GetIntegrationAppKeyValueClusterV2Short instead.

GetIntegrationAppKeyValueClusterV2 get an extend app integration Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:INTEGRATE [READ]`

Get integration of an extend app with a cluster.

func (*Client) GetIntegrationAppKeyValueClusterV2Short

func (a *Client) GetIntegrationAppKeyValueClusterV2Short(params *GetIntegrationAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetIntegrationAppKeyValueClusterV2OK, error)

GetIntegrationAppKeyValueClusterV2Short get an extend app integration Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:INTEGRATE [READ]`

Get integration of an extend app with a cluster.

func (*Client) GetKeyValueClusterLimitConfigV2 deprecated

Deprecated: 2022-08-10 - Use GetKeyValueClusterLimitConfigV2Short instead.

GetKeyValueClusterLimitConfigV2 get key-value cluster limit config Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [READ]`

Get Key-Value cluster limit config.

func (*Client) GetKeyValueClusterLimitConfigV2Short

func (a *Client) GetKeyValueClusterLimitConfigV2Short(params *GetKeyValueClusterLimitConfigV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetKeyValueClusterLimitConfigV2OK, error)

GetKeyValueClusterLimitConfigV2Short get key-value cluster limit config Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [READ]`

Get Key-Value cluster limit config.

func (*Client) GetKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use GetKeyValueClusterV2Short instead.

GetKeyValueClusterV2 get key-value cluster information Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [READ]`

Get Key-Value cluster information returns the Key-Value cluster related information by given studio/publisher namespace.

`status` field - indicates the Key-Value cluster status.

func (*Client) GetKeyValueClusterV2Short

func (a *Client) GetKeyValueClusterV2Short(params *GetKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetKeyValueClusterV2OK, error)

GetKeyValueClusterV2Short get key-value cluster information Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [READ]`

Get Key-Value cluster information returns the Key-Value cluster related information by given studio/publisher namespace.

`status` field - indicates the Key-Value cluster status.

func (*Client) GetListIntegratedAppKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use GetListIntegratedAppKeyValueClusterV2Short instead.

GetListIntegratedAppKeyValueClusterV2 get list extend apps integrated with a key-value cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [READ]`

Get the list of Extend Apps integrated with a specific Key-Value cluster. Only active integrations are returned.

func (*Client) GetListIntegratedAppKeyValueClusterV2Short

func (a *Client) GetListIntegratedAppKeyValueClusterV2Short(params *GetListIntegratedAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListIntegratedAppKeyValueClusterV2OK, error)

GetListIntegratedAppKeyValueClusterV2Short get list extend apps integrated with a key-value cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [READ]`

Get the list of Extend Apps integrated with a specific Key-Value cluster. Only active integrations are returned.

func (*Client) IntegrateAppKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use IntegrateAppKeyValueClusterV2Short instead.

IntegrateAppKeyValueClusterV2 integrate extend app with keyvalue cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:INTEGRATE [CREATE]`

Integrate an Extend App with an existing KeyValue cluster. Injects REDIS_HOST, REDIS_PORT, REDIS_USERNAME, REDIS_PASSWORD to the app config.

func (*Client) IntegrateAppKeyValueClusterV2Short

func (a *Client) IntegrateAppKeyValueClusterV2Short(params *IntegrateAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*IntegrateAppKeyValueClusterV2OK, error)

IntegrateAppKeyValueClusterV2Short integrate extend app with keyvalue cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:INTEGRATE [CREATE]`

Integrate an Extend App with an existing KeyValue cluster. Injects REDIS_HOST, REDIS_PORT, REDIS_USERNAME, REDIS_PASSWORD to the app config.

func (*Client) ListKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use ListKeyValueClusterV2Short instead.

ListKeyValueClusterV2 list key-value clusters Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [READ]`

List Key-Value clusters by studio/publisher namespace. If `refresh=true`, the service will sync cluster status from the provider (cached).

func (*Client) ListKeyValueClusterV2Short

func (a *Client) ListKeyValueClusterV2Short(params *ListKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*ListKeyValueClusterV2OK, error)

ListKeyValueClusterV2Short list key-value clusters Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [READ]`

List Key-Value clusters by studio/publisher namespace. If `refresh=true`, the service will sync cluster status from the provider (cached).

func (*Client) RemoveIntegrationAppKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use RemoveIntegrationAppKeyValueClusterV2Short instead.

RemoveIntegrationAppKeyValueClusterV2 remove integration of an extend app from a cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:INTEGRATE [DELETE]`

Remove integration of an extend app with a cluster. Removes key-value env/secret from app, deletes credential and AWS user.

func (*Client) RemoveIntegrationAppKeyValueClusterV2Short

RemoveIntegrationAppKeyValueClusterV2Short remove integration of an extend app from a cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:INTEGRATE [DELETE]`

Remove integration of an extend app with a cluster. Removes key-value env/secret from app, deletes credential and AWS user.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateKeyValueClusterV2 deprecated

Deprecated: 2022-08-10 - Use UpdateKeyValueClusterV2Short instead.

UpdateKeyValueClusterV2 update key-value cluster configuration Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [UPDATE]`

Update Key-Value cluster configuration (maxDataStorageGB, maxECPUPerSecond, profileName). Only allowed when cluster status is AVAILABLE. Process is asynchronous; poll Get Cluster for updated status.

func (*Client) UpdateKeyValueClusterV2Short

func (a *Client) UpdateKeyValueClusterV2Short(params *UpdateKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateKeyValueClusterV2OK, error)

UpdateKeyValueClusterV2Short update key-value cluster configuration Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:KEYVALUE:CLUSTERS [UPDATE]`

Update Key-Value cluster configuration (maxDataStorageGB, maxECPUPerSecond, profileName). Only allowed when cluster status is AVAILABLE. Process is asynchronous; poll Get Cluster for updated status.

type ClientService

type ClientService interface {
	CreateKeyValueCredentialV2(params *CreateKeyValueCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateKeyValueCredentialV2OK, *CreateKeyValueCredentialV2BadRequest, *CreateKeyValueCredentialV2Unauthorized, *CreateKeyValueCredentialV2Forbidden, *CreateKeyValueCredentialV2NotFound, *CreateKeyValueCredentialV2Conflict, *CreateKeyValueCredentialV2InternalServerError, *CreateKeyValueCredentialV2ServiceUnavailable, error)
	CreateKeyValueCredentialV2Short(params *CreateKeyValueCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateKeyValueCredentialV2OK, error)
	GetIntegrationAppKeyValueClusterV2(params *GetIntegrationAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetIntegrationAppKeyValueClusterV2OK, *GetIntegrationAppKeyValueClusterV2BadRequest, *GetIntegrationAppKeyValueClusterV2Unauthorized, *GetIntegrationAppKeyValueClusterV2Forbidden, *GetIntegrationAppKeyValueClusterV2NotFound, *GetIntegrationAppKeyValueClusterV2InternalServerError, error)
	GetIntegrationAppKeyValueClusterV2Short(params *GetIntegrationAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetIntegrationAppKeyValueClusterV2OK, error)
	IntegrateAppKeyValueClusterV2(params *IntegrateAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*IntegrateAppKeyValueClusterV2OK, *IntegrateAppKeyValueClusterV2BadRequest, *IntegrateAppKeyValueClusterV2Unauthorized, *IntegrateAppKeyValueClusterV2Forbidden, *IntegrateAppKeyValueClusterV2NotFound, *IntegrateAppKeyValueClusterV2Conflict, *IntegrateAppKeyValueClusterV2InternalServerError, error)
	IntegrateAppKeyValueClusterV2Short(params *IntegrateAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*IntegrateAppKeyValueClusterV2OK, error)
	RemoveIntegrationAppKeyValueClusterV2(params *RemoveIntegrationAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*RemoveIntegrationAppKeyValueClusterV2NoContent, *RemoveIntegrationAppKeyValueClusterV2BadRequest, *RemoveIntegrationAppKeyValueClusterV2Unauthorized, *RemoveIntegrationAppKeyValueClusterV2Forbidden, *RemoveIntegrationAppKeyValueClusterV2NotFound, *RemoveIntegrationAppKeyValueClusterV2InternalServerError, error)
	RemoveIntegrationAppKeyValueClusterV2Short(params *RemoveIntegrationAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*RemoveIntegrationAppKeyValueClusterV2NoContent, error)
	GetKeyValueClusterV2(params *GetKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetKeyValueClusterV2OK, *GetKeyValueClusterV2BadRequest, *GetKeyValueClusterV2Unauthorized, *GetKeyValueClusterV2Forbidden, *GetKeyValueClusterV2NotFound, *GetKeyValueClusterV2InternalServerError, error)
	GetKeyValueClusterV2Short(params *GetKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetKeyValueClusterV2OK, error)
	ListKeyValueClusterV2(params *ListKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*ListKeyValueClusterV2OK, *ListKeyValueClusterV2BadRequest, *ListKeyValueClusterV2Unauthorized, *ListKeyValueClusterV2Forbidden, *ListKeyValueClusterV2InternalServerError, error)
	ListKeyValueClusterV2Short(params *ListKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*ListKeyValueClusterV2OK, error)
	CreateKeyValueClusterV2(params *CreateKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateKeyValueClusterV2Created, *CreateKeyValueClusterV2BadRequest, *CreateKeyValueClusterV2Unauthorized, *CreateKeyValueClusterV2Forbidden, *CreateKeyValueClusterV2Conflict, *CreateKeyValueClusterV2InternalServerError, error)
	CreateKeyValueClusterV2Short(params *CreateKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateKeyValueClusterV2Created, error)
	GetKeyValueClusterLimitConfigV2(params *GetKeyValueClusterLimitConfigV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetKeyValueClusterLimitConfigV2OK, *GetKeyValueClusterLimitConfigV2BadRequest, *GetKeyValueClusterLimitConfigV2Unauthorized, *GetKeyValueClusterLimitConfigV2Forbidden, *GetKeyValueClusterLimitConfigV2InternalServerError, error)
	GetKeyValueClusterLimitConfigV2Short(params *GetKeyValueClusterLimitConfigV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetKeyValueClusterLimitConfigV2OK, error)
	UpdateKeyValueClusterV2(params *UpdateKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateKeyValueClusterV2OK, *UpdateKeyValueClusterV2BadRequest, *UpdateKeyValueClusterV2Unauthorized, *UpdateKeyValueClusterV2Forbidden, *UpdateKeyValueClusterV2NotFound, *UpdateKeyValueClusterV2InternalServerError, error)
	UpdateKeyValueClusterV2Short(params *UpdateKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateKeyValueClusterV2OK, error)
	DeleteKeyValueClusterV2(params *DeleteKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteKeyValueClusterV2OK, *DeleteKeyValueClusterV2Unauthorized, *DeleteKeyValueClusterV2Forbidden, *DeleteKeyValueClusterV2NotFound, *DeleteKeyValueClusterV2Conflict, *DeleteKeyValueClusterV2InternalServerError, error)
	DeleteKeyValueClusterV2Short(params *DeleteKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteKeyValueClusterV2OK, error)
	GetListIntegratedAppKeyValueClusterV2(params *GetListIntegratedAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListIntegratedAppKeyValueClusterV2OK, *GetListIntegratedAppKeyValueClusterV2Unauthorized, *GetListIntegratedAppKeyValueClusterV2Forbidden, *GetListIntegratedAppKeyValueClusterV2NotFound, *GetListIntegratedAppKeyValueClusterV2InternalServerError, error)
	GetListIntegratedAppKeyValueClusterV2Short(params *GetListIntegratedAppKeyValueClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetListIntegratedAppKeyValueClusterV2OK, 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 managed resources key value API client.

type CreateKeyValueClusterV2BadRequest

type CreateKeyValueClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueClusterV2BadRequest handles this case with default header values.

Bad Request

func NewCreateKeyValueClusterV2BadRequest

func NewCreateKeyValueClusterV2BadRequest() *CreateKeyValueClusterV2BadRequest

NewCreateKeyValueClusterV2BadRequest creates a CreateKeyValueClusterV2BadRequest with default headers values

func (*CreateKeyValueClusterV2BadRequest) Error

func (*CreateKeyValueClusterV2BadRequest) GetPayload

func (*CreateKeyValueClusterV2BadRequest) ToJSONString

func (o *CreateKeyValueClusterV2BadRequest) ToJSONString() string

type CreateKeyValueClusterV2Conflict

type CreateKeyValueClusterV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueClusterV2Conflict handles this case with default header values.

Conflict

func NewCreateKeyValueClusterV2Conflict

func NewCreateKeyValueClusterV2Conflict() *CreateKeyValueClusterV2Conflict

NewCreateKeyValueClusterV2Conflict creates a CreateKeyValueClusterV2Conflict with default headers values

func (*CreateKeyValueClusterV2Conflict) Error

func (*CreateKeyValueClusterV2Conflict) GetPayload

func (*CreateKeyValueClusterV2Conflict) ToJSONString

func (o *CreateKeyValueClusterV2Conflict) ToJSONString() string

type CreateKeyValueClusterV2Created

type CreateKeyValueClusterV2Created struct {
	Payload *csmclientmodels.ApimodelKeyValueResourceResponse
}

CreateKeyValueClusterV2Created handles this case with default header values.

Created

func NewCreateKeyValueClusterV2Created

func NewCreateKeyValueClusterV2Created() *CreateKeyValueClusterV2Created

NewCreateKeyValueClusterV2Created creates a CreateKeyValueClusterV2Created with default headers values

func (*CreateKeyValueClusterV2Created) Error

func (*CreateKeyValueClusterV2Created) GetPayload

func (*CreateKeyValueClusterV2Created) ToJSONString

func (o *CreateKeyValueClusterV2Created) ToJSONString() string

type CreateKeyValueClusterV2Forbidden

type CreateKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewCreateKeyValueClusterV2Forbidden

func NewCreateKeyValueClusterV2Forbidden() *CreateKeyValueClusterV2Forbidden

NewCreateKeyValueClusterV2Forbidden creates a CreateKeyValueClusterV2Forbidden with default headers values

func (*CreateKeyValueClusterV2Forbidden) Error

func (*CreateKeyValueClusterV2Forbidden) GetPayload

func (*CreateKeyValueClusterV2Forbidden) ToJSONString

func (o *CreateKeyValueClusterV2Forbidden) ToJSONString() string

type CreateKeyValueClusterV2InternalServerError

type CreateKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateKeyValueClusterV2InternalServerError

func NewCreateKeyValueClusterV2InternalServerError() *CreateKeyValueClusterV2InternalServerError

NewCreateKeyValueClusterV2InternalServerError creates a CreateKeyValueClusterV2InternalServerError with default headers values

func (*CreateKeyValueClusterV2InternalServerError) Error

func (*CreateKeyValueClusterV2InternalServerError) GetPayload

func (*CreateKeyValueClusterV2InternalServerError) ToJSONString

type CreateKeyValueClusterV2Params

type CreateKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.DomainKeyValueResourceConfiguration
	/*Namespace
	  Studio Name

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

CreateKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the create key value cluster v2 operation typically these are written to a http.Request

func NewCreateKeyValueClusterV2Params

func NewCreateKeyValueClusterV2Params() *CreateKeyValueClusterV2Params

NewCreateKeyValueClusterV2Params creates a new CreateKeyValueClusterV2Params object with the default values initialized.

func NewCreateKeyValueClusterV2ParamsWithContext

func NewCreateKeyValueClusterV2ParamsWithContext(ctx context.Context) *CreateKeyValueClusterV2Params

NewCreateKeyValueClusterV2ParamsWithContext creates a new CreateKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewCreateKeyValueClusterV2ParamsWithHTTPClient

func NewCreateKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *CreateKeyValueClusterV2Params

NewCreateKeyValueClusterV2ParamsWithHTTPClient creates a new CreateKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateKeyValueClusterV2ParamsWithTimeout

func NewCreateKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *CreateKeyValueClusterV2Params

NewCreateKeyValueClusterV2ParamsWithTimeout creates a new CreateKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*CreateKeyValueClusterV2Params) SetAuthInfoWriter

func (o *CreateKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) SetBody

SetBody adds the body to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) SetContext

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

SetContext adds the context to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) SetFlightId

func (o *CreateKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CreateKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) SetHTTPClientTransport

func (o *CreateKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) SetNamespace

func (o *CreateKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) WithBody

WithBody adds the body to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) WithContext

WithContext adds the context to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) WithNamespace

WithNamespace adds the namespace to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the create key value cluster v2 params

func (*CreateKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateKeyValueClusterV2Reader

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

CreateKeyValueClusterV2Reader is a Reader for the CreateKeyValueClusterV2 structure.

func (*CreateKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateKeyValueClusterV2Unauthorized

type CreateKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateKeyValueClusterV2Unauthorized

func NewCreateKeyValueClusterV2Unauthorized() *CreateKeyValueClusterV2Unauthorized

NewCreateKeyValueClusterV2Unauthorized creates a CreateKeyValueClusterV2Unauthorized with default headers values

func (*CreateKeyValueClusterV2Unauthorized) Error

func (*CreateKeyValueClusterV2Unauthorized) GetPayload

func (*CreateKeyValueClusterV2Unauthorized) ToJSONString

func (o *CreateKeyValueClusterV2Unauthorized) ToJSONString() string

type CreateKeyValueCredentialV2BadRequest

type CreateKeyValueCredentialV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueCredentialV2BadRequest handles this case with default header values.

Bad Request

func NewCreateKeyValueCredentialV2BadRequest

func NewCreateKeyValueCredentialV2BadRequest() *CreateKeyValueCredentialV2BadRequest

NewCreateKeyValueCredentialV2BadRequest creates a CreateKeyValueCredentialV2BadRequest with default headers values

func (*CreateKeyValueCredentialV2BadRequest) Error

func (*CreateKeyValueCredentialV2BadRequest) GetPayload

func (*CreateKeyValueCredentialV2BadRequest) ToJSONString

func (o *CreateKeyValueCredentialV2BadRequest) ToJSONString() string

type CreateKeyValueCredentialV2Conflict

type CreateKeyValueCredentialV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueCredentialV2Conflict handles this case with default header values.

Conflict

func NewCreateKeyValueCredentialV2Conflict

func NewCreateKeyValueCredentialV2Conflict() *CreateKeyValueCredentialV2Conflict

NewCreateKeyValueCredentialV2Conflict creates a CreateKeyValueCredentialV2Conflict with default headers values

func (*CreateKeyValueCredentialV2Conflict) Error

func (*CreateKeyValueCredentialV2Conflict) GetPayload

func (*CreateKeyValueCredentialV2Conflict) ToJSONString

func (o *CreateKeyValueCredentialV2Conflict) ToJSONString() string

type CreateKeyValueCredentialV2Forbidden

type CreateKeyValueCredentialV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueCredentialV2Forbidden handles this case with default header values.

Forbidden

func NewCreateKeyValueCredentialV2Forbidden

func NewCreateKeyValueCredentialV2Forbidden() *CreateKeyValueCredentialV2Forbidden

NewCreateKeyValueCredentialV2Forbidden creates a CreateKeyValueCredentialV2Forbidden with default headers values

func (*CreateKeyValueCredentialV2Forbidden) Error

func (*CreateKeyValueCredentialV2Forbidden) GetPayload

func (*CreateKeyValueCredentialV2Forbidden) ToJSONString

func (o *CreateKeyValueCredentialV2Forbidden) ToJSONString() string

type CreateKeyValueCredentialV2InternalServerError

type CreateKeyValueCredentialV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueCredentialV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateKeyValueCredentialV2InternalServerError

func NewCreateKeyValueCredentialV2InternalServerError() *CreateKeyValueCredentialV2InternalServerError

NewCreateKeyValueCredentialV2InternalServerError creates a CreateKeyValueCredentialV2InternalServerError with default headers values

func (*CreateKeyValueCredentialV2InternalServerError) Error

func (*CreateKeyValueCredentialV2InternalServerError) GetPayload

func (*CreateKeyValueCredentialV2InternalServerError) ToJSONString

type CreateKeyValueCredentialV2NotFound

type CreateKeyValueCredentialV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueCredentialV2NotFound handles this case with default header values.

Not Found

func NewCreateKeyValueCredentialV2NotFound

func NewCreateKeyValueCredentialV2NotFound() *CreateKeyValueCredentialV2NotFound

NewCreateKeyValueCredentialV2NotFound creates a CreateKeyValueCredentialV2NotFound with default headers values

func (*CreateKeyValueCredentialV2NotFound) Error

func (*CreateKeyValueCredentialV2NotFound) GetPayload

func (*CreateKeyValueCredentialV2NotFound) ToJSONString

func (o *CreateKeyValueCredentialV2NotFound) ToJSONString() string

type CreateKeyValueCredentialV2OK

type CreateKeyValueCredentialV2OK struct {
	Payload *csmclientmodels.ApimodelCreateKeyValueCredentialResponse
}

CreateKeyValueCredentialV2OK handles this case with default header values.

OK

func NewCreateKeyValueCredentialV2OK

func NewCreateKeyValueCredentialV2OK() *CreateKeyValueCredentialV2OK

NewCreateKeyValueCredentialV2OK creates a CreateKeyValueCredentialV2OK with default headers values

func (*CreateKeyValueCredentialV2OK) Error

func (*CreateKeyValueCredentialV2OK) GetPayload

func (*CreateKeyValueCredentialV2OK) ToJSONString

func (o *CreateKeyValueCredentialV2OK) ToJSONString() string

type CreateKeyValueCredentialV2Params

type CreateKeyValueCredentialV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelCreateKeyValueCredentialRequest
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Name

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

CreateKeyValueCredentialV2Params contains all the parameters to send to the API endpoint for the create key value credential v2 operation typically these are written to a http.Request

func NewCreateKeyValueCredentialV2Params

func NewCreateKeyValueCredentialV2Params() *CreateKeyValueCredentialV2Params

NewCreateKeyValueCredentialV2Params creates a new CreateKeyValueCredentialV2Params object with the default values initialized.

func NewCreateKeyValueCredentialV2ParamsWithContext

func NewCreateKeyValueCredentialV2ParamsWithContext(ctx context.Context) *CreateKeyValueCredentialV2Params

NewCreateKeyValueCredentialV2ParamsWithContext creates a new CreateKeyValueCredentialV2Params object with the default values initialized, and the ability to set a context for a request

func NewCreateKeyValueCredentialV2ParamsWithHTTPClient

func NewCreateKeyValueCredentialV2ParamsWithHTTPClient(client *http.Client) *CreateKeyValueCredentialV2Params

NewCreateKeyValueCredentialV2ParamsWithHTTPClient creates a new CreateKeyValueCredentialV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateKeyValueCredentialV2ParamsWithTimeout

func NewCreateKeyValueCredentialV2ParamsWithTimeout(timeout time.Duration) *CreateKeyValueCredentialV2Params

NewCreateKeyValueCredentialV2ParamsWithTimeout creates a new CreateKeyValueCredentialV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*CreateKeyValueCredentialV2Params) SetApp

SetApp adds the app to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) SetAuthInfoWriter

func (o *CreateKeyValueCredentialV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) SetBody

SetBody adds the body to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) SetContext

SetContext adds the context to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) SetFlightId

func (o *CreateKeyValueCredentialV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CreateKeyValueCredentialV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) SetHTTPClientTransport

func (o *CreateKeyValueCredentialV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) SetNamespace

func (o *CreateKeyValueCredentialV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) SetTimeout

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

SetTimeout adds the timeout to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) WithApp

WithApp adds the app to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) WithBody

WithBody adds the body to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) WithContext

WithContext adds the context to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) WithNamespace

WithNamespace adds the namespace to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) WithTimeout

WithTimeout adds the timeout to the create key value credential v2 params

func (*CreateKeyValueCredentialV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateKeyValueCredentialV2Reader

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

CreateKeyValueCredentialV2Reader is a Reader for the CreateKeyValueCredentialV2 structure.

func (*CreateKeyValueCredentialV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateKeyValueCredentialV2ServiceUnavailable

type CreateKeyValueCredentialV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueCredentialV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewCreateKeyValueCredentialV2ServiceUnavailable

func NewCreateKeyValueCredentialV2ServiceUnavailable() *CreateKeyValueCredentialV2ServiceUnavailable

NewCreateKeyValueCredentialV2ServiceUnavailable creates a CreateKeyValueCredentialV2ServiceUnavailable with default headers values

func (*CreateKeyValueCredentialV2ServiceUnavailable) Error

func (*CreateKeyValueCredentialV2ServiceUnavailable) GetPayload

func (*CreateKeyValueCredentialV2ServiceUnavailable) ToJSONString

type CreateKeyValueCredentialV2Unauthorized

type CreateKeyValueCredentialV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateKeyValueCredentialV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateKeyValueCredentialV2Unauthorized

func NewCreateKeyValueCredentialV2Unauthorized() *CreateKeyValueCredentialV2Unauthorized

NewCreateKeyValueCredentialV2Unauthorized creates a CreateKeyValueCredentialV2Unauthorized with default headers values

func (*CreateKeyValueCredentialV2Unauthorized) Error

func (*CreateKeyValueCredentialV2Unauthorized) GetPayload

func (*CreateKeyValueCredentialV2Unauthorized) ToJSONString

type DeleteKeyValueClusterV2Conflict

type DeleteKeyValueClusterV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteKeyValueClusterV2Conflict handles this case with default header values.

Conflict

func NewDeleteKeyValueClusterV2Conflict

func NewDeleteKeyValueClusterV2Conflict() *DeleteKeyValueClusterV2Conflict

NewDeleteKeyValueClusterV2Conflict creates a DeleteKeyValueClusterV2Conflict with default headers values

func (*DeleteKeyValueClusterV2Conflict) Error

func (*DeleteKeyValueClusterV2Conflict) GetPayload

func (*DeleteKeyValueClusterV2Conflict) ToJSONString

func (o *DeleteKeyValueClusterV2Conflict) ToJSONString() string

type DeleteKeyValueClusterV2Forbidden

type DeleteKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewDeleteKeyValueClusterV2Forbidden

func NewDeleteKeyValueClusterV2Forbidden() *DeleteKeyValueClusterV2Forbidden

NewDeleteKeyValueClusterV2Forbidden creates a DeleteKeyValueClusterV2Forbidden with default headers values

func (*DeleteKeyValueClusterV2Forbidden) Error

func (*DeleteKeyValueClusterV2Forbidden) GetPayload

func (*DeleteKeyValueClusterV2Forbidden) ToJSONString

func (o *DeleteKeyValueClusterV2Forbidden) ToJSONString() string

type DeleteKeyValueClusterV2InternalServerError

type DeleteKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteKeyValueClusterV2InternalServerError

func NewDeleteKeyValueClusterV2InternalServerError() *DeleteKeyValueClusterV2InternalServerError

NewDeleteKeyValueClusterV2InternalServerError creates a DeleteKeyValueClusterV2InternalServerError with default headers values

func (*DeleteKeyValueClusterV2InternalServerError) Error

func (*DeleteKeyValueClusterV2InternalServerError) GetPayload

func (*DeleteKeyValueClusterV2InternalServerError) ToJSONString

type DeleteKeyValueClusterV2NotFound

type DeleteKeyValueClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteKeyValueClusterV2NotFound handles this case with default header values.

Not Found

func NewDeleteKeyValueClusterV2NotFound

func NewDeleteKeyValueClusterV2NotFound() *DeleteKeyValueClusterV2NotFound

NewDeleteKeyValueClusterV2NotFound creates a DeleteKeyValueClusterV2NotFound with default headers values

func (*DeleteKeyValueClusterV2NotFound) Error

func (*DeleteKeyValueClusterV2NotFound) GetPayload

func (*DeleteKeyValueClusterV2NotFound) ToJSONString

func (o *DeleteKeyValueClusterV2NotFound) ToJSONString() string

type DeleteKeyValueClusterV2OK

type DeleteKeyValueClusterV2OK struct {
	Payload *csmclientmodels.ApimodelKeyValueResourceResponse
}

DeleteKeyValueClusterV2OK handles this case with default header values.

OK

func NewDeleteKeyValueClusterV2OK

func NewDeleteKeyValueClusterV2OK() *DeleteKeyValueClusterV2OK

NewDeleteKeyValueClusterV2OK creates a DeleteKeyValueClusterV2OK with default headers values

func (*DeleteKeyValueClusterV2OK) Error

func (o *DeleteKeyValueClusterV2OK) Error() string

func (*DeleteKeyValueClusterV2OK) GetPayload

func (*DeleteKeyValueClusterV2OK) ToJSONString

func (o *DeleteKeyValueClusterV2OK) ToJSONString() string

type DeleteKeyValueClusterV2Params

type DeleteKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Studio Name

	*/
	Namespace string
	/*ResourceID
	  Resource ID

	*/
	ResourceID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

DeleteKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the delete key value cluster v2 operation typically these are written to a http.Request

func NewDeleteKeyValueClusterV2Params

func NewDeleteKeyValueClusterV2Params() *DeleteKeyValueClusterV2Params

NewDeleteKeyValueClusterV2Params creates a new DeleteKeyValueClusterV2Params object with the default values initialized.

func NewDeleteKeyValueClusterV2ParamsWithContext

func NewDeleteKeyValueClusterV2ParamsWithContext(ctx context.Context) *DeleteKeyValueClusterV2Params

NewDeleteKeyValueClusterV2ParamsWithContext creates a new DeleteKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewDeleteKeyValueClusterV2ParamsWithHTTPClient

func NewDeleteKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *DeleteKeyValueClusterV2Params

NewDeleteKeyValueClusterV2ParamsWithHTTPClient creates a new DeleteKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteKeyValueClusterV2ParamsWithTimeout

func NewDeleteKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *DeleteKeyValueClusterV2Params

NewDeleteKeyValueClusterV2ParamsWithTimeout creates a new DeleteKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteKeyValueClusterV2Params) SetAuthInfoWriter

func (o *DeleteKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) SetContext

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

SetContext adds the context to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) SetFlightId

func (o *DeleteKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*DeleteKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) SetHTTPClientTransport

func (o *DeleteKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) SetNamespace

func (o *DeleteKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) SetResourceID

func (o *DeleteKeyValueClusterV2Params) SetResourceID(resourceID string)

SetResourceID adds the resourceId to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) WithContext

WithContext adds the context to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) WithNamespace

WithNamespace adds the namespace to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) WithResourceID

WithResourceID adds the resourceID to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the delete key value cluster v2 params

func (*DeleteKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKeyValueClusterV2Reader

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

DeleteKeyValueClusterV2Reader is a Reader for the DeleteKeyValueClusterV2 structure.

func (*DeleteKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteKeyValueClusterV2Unauthorized

type DeleteKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteKeyValueClusterV2Unauthorized

func NewDeleteKeyValueClusterV2Unauthorized() *DeleteKeyValueClusterV2Unauthorized

NewDeleteKeyValueClusterV2Unauthorized creates a DeleteKeyValueClusterV2Unauthorized with default headers values

func (*DeleteKeyValueClusterV2Unauthorized) Error

func (*DeleteKeyValueClusterV2Unauthorized) GetPayload

func (*DeleteKeyValueClusterV2Unauthorized) ToJSONString

func (o *DeleteKeyValueClusterV2Unauthorized) ToJSONString() string

type GetIntegrationAppKeyValueClusterV2BadRequest

type GetIntegrationAppKeyValueClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetIntegrationAppKeyValueClusterV2BadRequest handles this case with default header values.

Bad Request

func NewGetIntegrationAppKeyValueClusterV2BadRequest

func NewGetIntegrationAppKeyValueClusterV2BadRequest() *GetIntegrationAppKeyValueClusterV2BadRequest

NewGetIntegrationAppKeyValueClusterV2BadRequest creates a GetIntegrationAppKeyValueClusterV2BadRequest with default headers values

func (*GetIntegrationAppKeyValueClusterV2BadRequest) Error

func (*GetIntegrationAppKeyValueClusterV2BadRequest) GetPayload

func (*GetIntegrationAppKeyValueClusterV2BadRequest) ToJSONString

type GetIntegrationAppKeyValueClusterV2Forbidden

type GetIntegrationAppKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetIntegrationAppKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewGetIntegrationAppKeyValueClusterV2Forbidden

func NewGetIntegrationAppKeyValueClusterV2Forbidden() *GetIntegrationAppKeyValueClusterV2Forbidden

NewGetIntegrationAppKeyValueClusterV2Forbidden creates a GetIntegrationAppKeyValueClusterV2Forbidden with default headers values

func (*GetIntegrationAppKeyValueClusterV2Forbidden) Error

func (*GetIntegrationAppKeyValueClusterV2Forbidden) GetPayload

func (*GetIntegrationAppKeyValueClusterV2Forbidden) ToJSONString

type GetIntegrationAppKeyValueClusterV2InternalServerError

type GetIntegrationAppKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetIntegrationAppKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetIntegrationAppKeyValueClusterV2InternalServerError

func NewGetIntegrationAppKeyValueClusterV2InternalServerError() *GetIntegrationAppKeyValueClusterV2InternalServerError

NewGetIntegrationAppKeyValueClusterV2InternalServerError creates a GetIntegrationAppKeyValueClusterV2InternalServerError with default headers values

func (*GetIntegrationAppKeyValueClusterV2InternalServerError) Error

func (*GetIntegrationAppKeyValueClusterV2InternalServerError) GetPayload

func (*GetIntegrationAppKeyValueClusterV2InternalServerError) ToJSONString

type GetIntegrationAppKeyValueClusterV2NotFound

type GetIntegrationAppKeyValueClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetIntegrationAppKeyValueClusterV2NotFound handles this case with default header values.

Not Found

func NewGetIntegrationAppKeyValueClusterV2NotFound

func NewGetIntegrationAppKeyValueClusterV2NotFound() *GetIntegrationAppKeyValueClusterV2NotFound

NewGetIntegrationAppKeyValueClusterV2NotFound creates a GetIntegrationAppKeyValueClusterV2NotFound with default headers values

func (*GetIntegrationAppKeyValueClusterV2NotFound) Error

func (*GetIntegrationAppKeyValueClusterV2NotFound) GetPayload

func (*GetIntegrationAppKeyValueClusterV2NotFound) ToJSONString

type GetIntegrationAppKeyValueClusterV2OK

type GetIntegrationAppKeyValueClusterV2OK struct {
	Payload *csmclientmodels.ApimodelGetIntegrationAppKeyValueResponse
}

GetIntegrationAppKeyValueClusterV2OK handles this case with default header values.

OK

func NewGetIntegrationAppKeyValueClusterV2OK

func NewGetIntegrationAppKeyValueClusterV2OK() *GetIntegrationAppKeyValueClusterV2OK

NewGetIntegrationAppKeyValueClusterV2OK creates a GetIntegrationAppKeyValueClusterV2OK with default headers values

func (*GetIntegrationAppKeyValueClusterV2OK) Error

func (*GetIntegrationAppKeyValueClusterV2OK) GetPayload

func (*GetIntegrationAppKeyValueClusterV2OK) ToJSONString

func (o *GetIntegrationAppKeyValueClusterV2OK) ToJSONString() string

type GetIntegrationAppKeyValueClusterV2Params

type GetIntegrationAppKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Name

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetIntegrationAppKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the get integration app key value cluster v2 operation typically these are written to a http.Request

func NewGetIntegrationAppKeyValueClusterV2Params

func NewGetIntegrationAppKeyValueClusterV2Params() *GetIntegrationAppKeyValueClusterV2Params

NewGetIntegrationAppKeyValueClusterV2Params creates a new GetIntegrationAppKeyValueClusterV2Params object with the default values initialized.

func NewGetIntegrationAppKeyValueClusterV2ParamsWithContext

func NewGetIntegrationAppKeyValueClusterV2ParamsWithContext(ctx context.Context) *GetIntegrationAppKeyValueClusterV2Params

NewGetIntegrationAppKeyValueClusterV2ParamsWithContext creates a new GetIntegrationAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetIntegrationAppKeyValueClusterV2ParamsWithHTTPClient

func NewGetIntegrationAppKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *GetIntegrationAppKeyValueClusterV2Params

NewGetIntegrationAppKeyValueClusterV2ParamsWithHTTPClient creates a new GetIntegrationAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetIntegrationAppKeyValueClusterV2ParamsWithTimeout

func NewGetIntegrationAppKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *GetIntegrationAppKeyValueClusterV2Params

NewGetIntegrationAppKeyValueClusterV2ParamsWithTimeout creates a new GetIntegrationAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetIntegrationAppKeyValueClusterV2Params) SetApp

SetApp adds the app to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) SetAuthInfoWriter

func (o *GetIntegrationAppKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) SetContext

SetContext adds the context to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) SetFlightId

func (o *GetIntegrationAppKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetIntegrationAppKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) SetHTTPClientTransport

func (o *GetIntegrationAppKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) SetNamespace

func (o *GetIntegrationAppKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) SetTimeout

SetTimeout adds the timeout to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) WithApp

WithApp adds the app to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) WithContext

WithContext adds the context to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) WithNamespace

WithNamespace adds the namespace to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the get integration app key value cluster v2 params

func (*GetIntegrationAppKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIntegrationAppKeyValueClusterV2Reader

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

GetIntegrationAppKeyValueClusterV2Reader is a Reader for the GetIntegrationAppKeyValueClusterV2 structure.

func (*GetIntegrationAppKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIntegrationAppKeyValueClusterV2Unauthorized

type GetIntegrationAppKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetIntegrationAppKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetIntegrationAppKeyValueClusterV2Unauthorized

func NewGetIntegrationAppKeyValueClusterV2Unauthorized() *GetIntegrationAppKeyValueClusterV2Unauthorized

NewGetIntegrationAppKeyValueClusterV2Unauthorized creates a GetIntegrationAppKeyValueClusterV2Unauthorized with default headers values

func (*GetIntegrationAppKeyValueClusterV2Unauthorized) Error

func (*GetIntegrationAppKeyValueClusterV2Unauthorized) GetPayload

func (*GetIntegrationAppKeyValueClusterV2Unauthorized) ToJSONString

type GetKeyValueClusterLimitConfigV2BadRequest

type GetKeyValueClusterLimitConfigV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterLimitConfigV2BadRequest handles this case with default header values.

Bad Request

func NewGetKeyValueClusterLimitConfigV2BadRequest

func NewGetKeyValueClusterLimitConfigV2BadRequest() *GetKeyValueClusterLimitConfigV2BadRequest

NewGetKeyValueClusterLimitConfigV2BadRequest creates a GetKeyValueClusterLimitConfigV2BadRequest with default headers values

func (*GetKeyValueClusterLimitConfigV2BadRequest) Error

func (*GetKeyValueClusterLimitConfigV2BadRequest) GetPayload

func (*GetKeyValueClusterLimitConfigV2BadRequest) ToJSONString

type GetKeyValueClusterLimitConfigV2Forbidden

type GetKeyValueClusterLimitConfigV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterLimitConfigV2Forbidden handles this case with default header values.

Forbidden

func NewGetKeyValueClusterLimitConfigV2Forbidden

func NewGetKeyValueClusterLimitConfigV2Forbidden() *GetKeyValueClusterLimitConfigV2Forbidden

NewGetKeyValueClusterLimitConfigV2Forbidden creates a GetKeyValueClusterLimitConfigV2Forbidden with default headers values

func (*GetKeyValueClusterLimitConfigV2Forbidden) Error

func (*GetKeyValueClusterLimitConfigV2Forbidden) GetPayload

func (*GetKeyValueClusterLimitConfigV2Forbidden) ToJSONString

type GetKeyValueClusterLimitConfigV2InternalServerError

type GetKeyValueClusterLimitConfigV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterLimitConfigV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetKeyValueClusterLimitConfigV2InternalServerError

func NewGetKeyValueClusterLimitConfigV2InternalServerError() *GetKeyValueClusterLimitConfigV2InternalServerError

NewGetKeyValueClusterLimitConfigV2InternalServerError creates a GetKeyValueClusterLimitConfigV2InternalServerError with default headers values

func (*GetKeyValueClusterLimitConfigV2InternalServerError) Error

func (*GetKeyValueClusterLimitConfigV2InternalServerError) GetPayload

func (*GetKeyValueClusterLimitConfigV2InternalServerError) ToJSONString

type GetKeyValueClusterLimitConfigV2OK

type GetKeyValueClusterLimitConfigV2OK struct {
	Payload *csmclientmodels.DomainKeyValueClusterConfig
}

GetKeyValueClusterLimitConfigV2OK handles this case with default header values.

OK

func NewGetKeyValueClusterLimitConfigV2OK

func NewGetKeyValueClusterLimitConfigV2OK() *GetKeyValueClusterLimitConfigV2OK

NewGetKeyValueClusterLimitConfigV2OK creates a GetKeyValueClusterLimitConfigV2OK with default headers values

func (*GetKeyValueClusterLimitConfigV2OK) Error

func (*GetKeyValueClusterLimitConfigV2OK) GetPayload

func (*GetKeyValueClusterLimitConfigV2OK) ToJSONString

func (o *GetKeyValueClusterLimitConfigV2OK) ToJSONString() string

type GetKeyValueClusterLimitConfigV2Params

type GetKeyValueClusterLimitConfigV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Studio Name

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetKeyValueClusterLimitConfigV2Params contains all the parameters to send to the API endpoint for the get key value cluster limit config v2 operation typically these are written to a http.Request

func NewGetKeyValueClusterLimitConfigV2Params

func NewGetKeyValueClusterLimitConfigV2Params() *GetKeyValueClusterLimitConfigV2Params

NewGetKeyValueClusterLimitConfigV2Params creates a new GetKeyValueClusterLimitConfigV2Params object with the default values initialized.

func NewGetKeyValueClusterLimitConfigV2ParamsWithContext

func NewGetKeyValueClusterLimitConfigV2ParamsWithContext(ctx context.Context) *GetKeyValueClusterLimitConfigV2Params

NewGetKeyValueClusterLimitConfigV2ParamsWithContext creates a new GetKeyValueClusterLimitConfigV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetKeyValueClusterLimitConfigV2ParamsWithHTTPClient

func NewGetKeyValueClusterLimitConfigV2ParamsWithHTTPClient(client *http.Client) *GetKeyValueClusterLimitConfigV2Params

NewGetKeyValueClusterLimitConfigV2ParamsWithHTTPClient creates a new GetKeyValueClusterLimitConfigV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetKeyValueClusterLimitConfigV2ParamsWithTimeout

func NewGetKeyValueClusterLimitConfigV2ParamsWithTimeout(timeout time.Duration) *GetKeyValueClusterLimitConfigV2Params

NewGetKeyValueClusterLimitConfigV2ParamsWithTimeout creates a new GetKeyValueClusterLimitConfigV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetKeyValueClusterLimitConfigV2Params) SetAuthInfoWriter

func (o *GetKeyValueClusterLimitConfigV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) SetContext

SetContext adds the context to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) SetFlightId

func (o *GetKeyValueClusterLimitConfigV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetKeyValueClusterLimitConfigV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) SetHTTPClientTransport

func (o *GetKeyValueClusterLimitConfigV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) SetNamespace

func (o *GetKeyValueClusterLimitConfigV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) SetTimeout

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

SetTimeout adds the timeout to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) WithContext

WithContext adds the context to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) WithNamespace

WithNamespace adds the namespace to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) WithTimeout

WithTimeout adds the timeout to the get key value cluster limit config v2 params

func (*GetKeyValueClusterLimitConfigV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKeyValueClusterLimitConfigV2Reader

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

GetKeyValueClusterLimitConfigV2Reader is a Reader for the GetKeyValueClusterLimitConfigV2 structure.

func (*GetKeyValueClusterLimitConfigV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKeyValueClusterLimitConfigV2Unauthorized

type GetKeyValueClusterLimitConfigV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterLimitConfigV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetKeyValueClusterLimitConfigV2Unauthorized

func NewGetKeyValueClusterLimitConfigV2Unauthorized() *GetKeyValueClusterLimitConfigV2Unauthorized

NewGetKeyValueClusterLimitConfigV2Unauthorized creates a GetKeyValueClusterLimitConfigV2Unauthorized with default headers values

func (*GetKeyValueClusterLimitConfigV2Unauthorized) Error

func (*GetKeyValueClusterLimitConfigV2Unauthorized) GetPayload

func (*GetKeyValueClusterLimitConfigV2Unauthorized) ToJSONString

type GetKeyValueClusterV2BadRequest

type GetKeyValueClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterV2BadRequest handles this case with default header values.

Bad Request

func NewGetKeyValueClusterV2BadRequest

func NewGetKeyValueClusterV2BadRequest() *GetKeyValueClusterV2BadRequest

NewGetKeyValueClusterV2BadRequest creates a GetKeyValueClusterV2BadRequest with default headers values

func (*GetKeyValueClusterV2BadRequest) Error

func (*GetKeyValueClusterV2BadRequest) GetPayload

func (*GetKeyValueClusterV2BadRequest) ToJSONString

func (o *GetKeyValueClusterV2BadRequest) ToJSONString() string

type GetKeyValueClusterV2Forbidden

type GetKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewGetKeyValueClusterV2Forbidden

func NewGetKeyValueClusterV2Forbidden() *GetKeyValueClusterV2Forbidden

NewGetKeyValueClusterV2Forbidden creates a GetKeyValueClusterV2Forbidden with default headers values

func (*GetKeyValueClusterV2Forbidden) Error

func (*GetKeyValueClusterV2Forbidden) GetPayload

func (*GetKeyValueClusterV2Forbidden) ToJSONString

func (o *GetKeyValueClusterV2Forbidden) ToJSONString() string

type GetKeyValueClusterV2InternalServerError

type GetKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetKeyValueClusterV2InternalServerError

func NewGetKeyValueClusterV2InternalServerError() *GetKeyValueClusterV2InternalServerError

NewGetKeyValueClusterV2InternalServerError creates a GetKeyValueClusterV2InternalServerError with default headers values

func (*GetKeyValueClusterV2InternalServerError) Error

func (*GetKeyValueClusterV2InternalServerError) GetPayload

func (*GetKeyValueClusterV2InternalServerError) ToJSONString

type GetKeyValueClusterV2NotFound

type GetKeyValueClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterV2NotFound handles this case with default header values.

Not Found

func NewGetKeyValueClusterV2NotFound

func NewGetKeyValueClusterV2NotFound() *GetKeyValueClusterV2NotFound

NewGetKeyValueClusterV2NotFound creates a GetKeyValueClusterV2NotFound with default headers values

func (*GetKeyValueClusterV2NotFound) Error

func (*GetKeyValueClusterV2NotFound) GetPayload

func (*GetKeyValueClusterV2NotFound) ToJSONString

func (o *GetKeyValueClusterV2NotFound) ToJSONString() string

type GetKeyValueClusterV2OK

type GetKeyValueClusterV2OK struct {
	Payload *csmclientmodels.ApimodelKeyValueResourceResponse
}

GetKeyValueClusterV2OK handles this case with default header values.

OK

func NewGetKeyValueClusterV2OK

func NewGetKeyValueClusterV2OK() *GetKeyValueClusterV2OK

NewGetKeyValueClusterV2OK creates a GetKeyValueClusterV2OK with default headers values

func (*GetKeyValueClusterV2OK) Error

func (o *GetKeyValueClusterV2OK) Error() string

func (*GetKeyValueClusterV2OK) GetPayload

func (*GetKeyValueClusterV2OK) ToJSONString

func (o *GetKeyValueClusterV2OK) ToJSONString() string

type GetKeyValueClusterV2Params

type GetKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Studio Name

	*/
	Namespace string
	/*ResourceID
	  Resource ID

	*/
	ResourceID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the get key value cluster v2 operation typically these are written to a http.Request

func NewGetKeyValueClusterV2Params

func NewGetKeyValueClusterV2Params() *GetKeyValueClusterV2Params

NewGetKeyValueClusterV2Params creates a new GetKeyValueClusterV2Params object with the default values initialized.

func NewGetKeyValueClusterV2ParamsWithContext

func NewGetKeyValueClusterV2ParamsWithContext(ctx context.Context) *GetKeyValueClusterV2Params

NewGetKeyValueClusterV2ParamsWithContext creates a new GetKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetKeyValueClusterV2ParamsWithHTTPClient

func NewGetKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *GetKeyValueClusterV2Params

NewGetKeyValueClusterV2ParamsWithHTTPClient creates a new GetKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetKeyValueClusterV2ParamsWithTimeout

func NewGetKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *GetKeyValueClusterV2Params

NewGetKeyValueClusterV2ParamsWithTimeout creates a new GetKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetKeyValueClusterV2Params) SetAuthInfoWriter

func (o *GetKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) SetContext

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

SetContext adds the context to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) SetFlightId

func (o *GetKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) SetHTTPClientTransport

func (o *GetKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) SetNamespace

func (o *GetKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) SetResourceID

func (o *GetKeyValueClusterV2Params) SetResourceID(resourceID string)

SetResourceID adds the resourceId to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) WithContext

WithContext adds the context to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) WithNamespace

func (o *GetKeyValueClusterV2Params) WithNamespace(namespace string) *GetKeyValueClusterV2Params

WithNamespace adds the namespace to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) WithResourceID

func (o *GetKeyValueClusterV2Params) WithResourceID(resourceID string) *GetKeyValueClusterV2Params

WithResourceID adds the resourceID to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the get key value cluster v2 params

func (*GetKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKeyValueClusterV2Reader

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

GetKeyValueClusterV2Reader is a Reader for the GetKeyValueClusterV2 structure.

func (*GetKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKeyValueClusterV2Unauthorized

type GetKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetKeyValueClusterV2Unauthorized

func NewGetKeyValueClusterV2Unauthorized() *GetKeyValueClusterV2Unauthorized

NewGetKeyValueClusterV2Unauthorized creates a GetKeyValueClusterV2Unauthorized with default headers values

func (*GetKeyValueClusterV2Unauthorized) Error

func (*GetKeyValueClusterV2Unauthorized) GetPayload

func (*GetKeyValueClusterV2Unauthorized) ToJSONString

func (o *GetKeyValueClusterV2Unauthorized) ToJSONString() string

type GetListIntegratedAppKeyValueClusterV2Forbidden

type GetListIntegratedAppKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListIntegratedAppKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewGetListIntegratedAppKeyValueClusterV2Forbidden

func NewGetListIntegratedAppKeyValueClusterV2Forbidden() *GetListIntegratedAppKeyValueClusterV2Forbidden

NewGetListIntegratedAppKeyValueClusterV2Forbidden creates a GetListIntegratedAppKeyValueClusterV2Forbidden with default headers values

func (*GetListIntegratedAppKeyValueClusterV2Forbidden) Error

func (*GetListIntegratedAppKeyValueClusterV2Forbidden) GetPayload

func (*GetListIntegratedAppKeyValueClusterV2Forbidden) ToJSONString

type GetListIntegratedAppKeyValueClusterV2InternalServerError

type GetListIntegratedAppKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListIntegratedAppKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetListIntegratedAppKeyValueClusterV2InternalServerError

func NewGetListIntegratedAppKeyValueClusterV2InternalServerError() *GetListIntegratedAppKeyValueClusterV2InternalServerError

NewGetListIntegratedAppKeyValueClusterV2InternalServerError creates a GetListIntegratedAppKeyValueClusterV2InternalServerError with default headers values

func (*GetListIntegratedAppKeyValueClusterV2InternalServerError) Error

func (*GetListIntegratedAppKeyValueClusterV2InternalServerError) GetPayload

func (*GetListIntegratedAppKeyValueClusterV2InternalServerError) ToJSONString

type GetListIntegratedAppKeyValueClusterV2NotFound

type GetListIntegratedAppKeyValueClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListIntegratedAppKeyValueClusterV2NotFound handles this case with default header values.

Not Found

func NewGetListIntegratedAppKeyValueClusterV2NotFound

func NewGetListIntegratedAppKeyValueClusterV2NotFound() *GetListIntegratedAppKeyValueClusterV2NotFound

NewGetListIntegratedAppKeyValueClusterV2NotFound creates a GetListIntegratedAppKeyValueClusterV2NotFound with default headers values

func (*GetListIntegratedAppKeyValueClusterV2NotFound) Error

func (*GetListIntegratedAppKeyValueClusterV2NotFound) GetPayload

func (*GetListIntegratedAppKeyValueClusterV2NotFound) ToJSONString

type GetListIntegratedAppKeyValueClusterV2OK

type GetListIntegratedAppKeyValueClusterV2OK struct {
	Payload *csmclientmodels.ApimodelListIntegratedAppsKeyValueResponse
}

GetListIntegratedAppKeyValueClusterV2OK handles this case with default header values.

OK

func NewGetListIntegratedAppKeyValueClusterV2OK

func NewGetListIntegratedAppKeyValueClusterV2OK() *GetListIntegratedAppKeyValueClusterV2OK

NewGetListIntegratedAppKeyValueClusterV2OK creates a GetListIntegratedAppKeyValueClusterV2OK with default headers values

func (*GetListIntegratedAppKeyValueClusterV2OK) Error

func (*GetListIntegratedAppKeyValueClusterV2OK) GetPayload

func (*GetListIntegratedAppKeyValueClusterV2OK) ToJSONString

type GetListIntegratedAppKeyValueClusterV2Params

type GetListIntegratedAppKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Studio Name

	*/
	Namespace string
	/*ResourceID
	  Resource ID

	*/
	ResourceID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetListIntegratedAppKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the get list integrated app key value cluster v2 operation typically these are written to a http.Request

func NewGetListIntegratedAppKeyValueClusterV2Params

func NewGetListIntegratedAppKeyValueClusterV2Params() *GetListIntegratedAppKeyValueClusterV2Params

NewGetListIntegratedAppKeyValueClusterV2Params creates a new GetListIntegratedAppKeyValueClusterV2Params object with the default values initialized.

func NewGetListIntegratedAppKeyValueClusterV2ParamsWithContext

func NewGetListIntegratedAppKeyValueClusterV2ParamsWithContext(ctx context.Context) *GetListIntegratedAppKeyValueClusterV2Params

NewGetListIntegratedAppKeyValueClusterV2ParamsWithContext creates a new GetListIntegratedAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewGetListIntegratedAppKeyValueClusterV2ParamsWithHTTPClient

func NewGetListIntegratedAppKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *GetListIntegratedAppKeyValueClusterV2Params

NewGetListIntegratedAppKeyValueClusterV2ParamsWithHTTPClient creates a new GetListIntegratedAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetListIntegratedAppKeyValueClusterV2ParamsWithTimeout

func NewGetListIntegratedAppKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *GetListIntegratedAppKeyValueClusterV2Params

NewGetListIntegratedAppKeyValueClusterV2ParamsWithTimeout creates a new GetListIntegratedAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*GetListIntegratedAppKeyValueClusterV2Params) SetAuthInfoWriter

func (o *GetListIntegratedAppKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) SetContext

SetContext adds the context to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) SetFlightId

func (o *GetListIntegratedAppKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetListIntegratedAppKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) SetHTTPClientTransport

func (o *GetListIntegratedAppKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) SetNamespace

func (o *GetListIntegratedAppKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) SetResourceID

func (o *GetListIntegratedAppKeyValueClusterV2Params) SetResourceID(resourceID string)

SetResourceID adds the resourceId to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) SetTimeout

SetTimeout adds the timeout to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) WithContext

WithContext adds the context to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) WithNamespace

WithNamespace adds the namespace to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) WithResourceID

WithResourceID adds the resourceID to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the get list integrated app key value cluster v2 params

func (*GetListIntegratedAppKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetListIntegratedAppKeyValueClusterV2Reader

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

GetListIntegratedAppKeyValueClusterV2Reader is a Reader for the GetListIntegratedAppKeyValueClusterV2 structure.

func (*GetListIntegratedAppKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetListIntegratedAppKeyValueClusterV2Unauthorized

type GetListIntegratedAppKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetListIntegratedAppKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetListIntegratedAppKeyValueClusterV2Unauthorized

func NewGetListIntegratedAppKeyValueClusterV2Unauthorized() *GetListIntegratedAppKeyValueClusterV2Unauthorized

NewGetListIntegratedAppKeyValueClusterV2Unauthorized creates a GetListIntegratedAppKeyValueClusterV2Unauthorized with default headers values

func (*GetListIntegratedAppKeyValueClusterV2Unauthorized) Error

func (*GetListIntegratedAppKeyValueClusterV2Unauthorized) GetPayload

func (*GetListIntegratedAppKeyValueClusterV2Unauthorized) ToJSONString

type IntegrateAppKeyValueClusterV2BadRequest

type IntegrateAppKeyValueClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

IntegrateAppKeyValueClusterV2BadRequest handles this case with default header values.

Bad Request

func NewIntegrateAppKeyValueClusterV2BadRequest

func NewIntegrateAppKeyValueClusterV2BadRequest() *IntegrateAppKeyValueClusterV2BadRequest

NewIntegrateAppKeyValueClusterV2BadRequest creates a IntegrateAppKeyValueClusterV2BadRequest with default headers values

func (*IntegrateAppKeyValueClusterV2BadRequest) Error

func (*IntegrateAppKeyValueClusterV2BadRequest) GetPayload

func (*IntegrateAppKeyValueClusterV2BadRequest) ToJSONString

type IntegrateAppKeyValueClusterV2Conflict

type IntegrateAppKeyValueClusterV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

IntegrateAppKeyValueClusterV2Conflict handles this case with default header values.

Conflict

func NewIntegrateAppKeyValueClusterV2Conflict

func NewIntegrateAppKeyValueClusterV2Conflict() *IntegrateAppKeyValueClusterV2Conflict

NewIntegrateAppKeyValueClusterV2Conflict creates a IntegrateAppKeyValueClusterV2Conflict with default headers values

func (*IntegrateAppKeyValueClusterV2Conflict) Error

func (*IntegrateAppKeyValueClusterV2Conflict) GetPayload

func (*IntegrateAppKeyValueClusterV2Conflict) ToJSONString

type IntegrateAppKeyValueClusterV2Forbidden

type IntegrateAppKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

IntegrateAppKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewIntegrateAppKeyValueClusterV2Forbidden

func NewIntegrateAppKeyValueClusterV2Forbidden() *IntegrateAppKeyValueClusterV2Forbidden

NewIntegrateAppKeyValueClusterV2Forbidden creates a IntegrateAppKeyValueClusterV2Forbidden with default headers values

func (*IntegrateAppKeyValueClusterV2Forbidden) Error

func (*IntegrateAppKeyValueClusterV2Forbidden) GetPayload

func (*IntegrateAppKeyValueClusterV2Forbidden) ToJSONString

type IntegrateAppKeyValueClusterV2InternalServerError

type IntegrateAppKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

IntegrateAppKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewIntegrateAppKeyValueClusterV2InternalServerError

func NewIntegrateAppKeyValueClusterV2InternalServerError() *IntegrateAppKeyValueClusterV2InternalServerError

NewIntegrateAppKeyValueClusterV2InternalServerError creates a IntegrateAppKeyValueClusterV2InternalServerError with default headers values

func (*IntegrateAppKeyValueClusterV2InternalServerError) Error

func (*IntegrateAppKeyValueClusterV2InternalServerError) GetPayload

func (*IntegrateAppKeyValueClusterV2InternalServerError) ToJSONString

type IntegrateAppKeyValueClusterV2NotFound

type IntegrateAppKeyValueClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

IntegrateAppKeyValueClusterV2NotFound handles this case with default header values.

Not Found

func NewIntegrateAppKeyValueClusterV2NotFound

func NewIntegrateAppKeyValueClusterV2NotFound() *IntegrateAppKeyValueClusterV2NotFound

NewIntegrateAppKeyValueClusterV2NotFound creates a IntegrateAppKeyValueClusterV2NotFound with default headers values

func (*IntegrateAppKeyValueClusterV2NotFound) Error

func (*IntegrateAppKeyValueClusterV2NotFound) GetPayload

func (*IntegrateAppKeyValueClusterV2NotFound) ToJSONString

type IntegrateAppKeyValueClusterV2OK

type IntegrateAppKeyValueClusterV2OK struct {
	Payload *csmclientmodels.ApimodelIntegrateAppKeyValueResponse
}

IntegrateAppKeyValueClusterV2OK handles this case with default header values.

OK

func NewIntegrateAppKeyValueClusterV2OK

func NewIntegrateAppKeyValueClusterV2OK() *IntegrateAppKeyValueClusterV2OK

NewIntegrateAppKeyValueClusterV2OK creates a IntegrateAppKeyValueClusterV2OK with default headers values

func (*IntegrateAppKeyValueClusterV2OK) Error

func (*IntegrateAppKeyValueClusterV2OK) GetPayload

func (*IntegrateAppKeyValueClusterV2OK) ToJSONString

func (o *IntegrateAppKeyValueClusterV2OK) ToJSONString() string

type IntegrateAppKeyValueClusterV2Params

type IntegrateAppKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelIntegrateAppKeyValueRequest
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Name

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

IntegrateAppKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the integrate app key value cluster v2 operation typically these are written to a http.Request

func NewIntegrateAppKeyValueClusterV2Params

func NewIntegrateAppKeyValueClusterV2Params() *IntegrateAppKeyValueClusterV2Params

NewIntegrateAppKeyValueClusterV2Params creates a new IntegrateAppKeyValueClusterV2Params object with the default values initialized.

func NewIntegrateAppKeyValueClusterV2ParamsWithContext

func NewIntegrateAppKeyValueClusterV2ParamsWithContext(ctx context.Context) *IntegrateAppKeyValueClusterV2Params

NewIntegrateAppKeyValueClusterV2ParamsWithContext creates a new IntegrateAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewIntegrateAppKeyValueClusterV2ParamsWithHTTPClient

func NewIntegrateAppKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *IntegrateAppKeyValueClusterV2Params

NewIntegrateAppKeyValueClusterV2ParamsWithHTTPClient creates a new IntegrateAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewIntegrateAppKeyValueClusterV2ParamsWithTimeout

func NewIntegrateAppKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *IntegrateAppKeyValueClusterV2Params

NewIntegrateAppKeyValueClusterV2ParamsWithTimeout creates a new IntegrateAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*IntegrateAppKeyValueClusterV2Params) SetApp

SetApp adds the app to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) SetAuthInfoWriter

func (o *IntegrateAppKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) SetBody

SetBody adds the body to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) SetContext

SetContext adds the context to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) SetFlightId

func (o *IntegrateAppKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*IntegrateAppKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) SetHTTPClientTransport

func (o *IntegrateAppKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) SetNamespace

func (o *IntegrateAppKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) WithApp

WithApp adds the app to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) WithBody

WithBody adds the body to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) WithContext

WithContext adds the context to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) WithNamespace

WithNamespace adds the namespace to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the integrate app key value cluster v2 params

func (*IntegrateAppKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type IntegrateAppKeyValueClusterV2Reader

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

IntegrateAppKeyValueClusterV2Reader is a Reader for the IntegrateAppKeyValueClusterV2 structure.

func (*IntegrateAppKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IntegrateAppKeyValueClusterV2Unauthorized

type IntegrateAppKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

IntegrateAppKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewIntegrateAppKeyValueClusterV2Unauthorized

func NewIntegrateAppKeyValueClusterV2Unauthorized() *IntegrateAppKeyValueClusterV2Unauthorized

NewIntegrateAppKeyValueClusterV2Unauthorized creates a IntegrateAppKeyValueClusterV2Unauthorized with default headers values

func (*IntegrateAppKeyValueClusterV2Unauthorized) Error

func (*IntegrateAppKeyValueClusterV2Unauthorized) GetPayload

func (*IntegrateAppKeyValueClusterV2Unauthorized) ToJSONString

type ListKeyValueClusterV2BadRequest

type ListKeyValueClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

ListKeyValueClusterV2BadRequest handles this case with default header values.

Bad Request

func NewListKeyValueClusterV2BadRequest

func NewListKeyValueClusterV2BadRequest() *ListKeyValueClusterV2BadRequest

NewListKeyValueClusterV2BadRequest creates a ListKeyValueClusterV2BadRequest with default headers values

func (*ListKeyValueClusterV2BadRequest) Error

func (*ListKeyValueClusterV2BadRequest) GetPayload

func (*ListKeyValueClusterV2BadRequest) ToJSONString

func (o *ListKeyValueClusterV2BadRequest) ToJSONString() string

type ListKeyValueClusterV2Forbidden

type ListKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

ListKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewListKeyValueClusterV2Forbidden

func NewListKeyValueClusterV2Forbidden() *ListKeyValueClusterV2Forbidden

NewListKeyValueClusterV2Forbidden creates a ListKeyValueClusterV2Forbidden with default headers values

func (*ListKeyValueClusterV2Forbidden) Error

func (*ListKeyValueClusterV2Forbidden) GetPayload

func (*ListKeyValueClusterV2Forbidden) ToJSONString

func (o *ListKeyValueClusterV2Forbidden) ToJSONString() string

type ListKeyValueClusterV2InternalServerError

type ListKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

ListKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewListKeyValueClusterV2InternalServerError

func NewListKeyValueClusterV2InternalServerError() *ListKeyValueClusterV2InternalServerError

NewListKeyValueClusterV2InternalServerError creates a ListKeyValueClusterV2InternalServerError with default headers values

func (*ListKeyValueClusterV2InternalServerError) Error

func (*ListKeyValueClusterV2InternalServerError) GetPayload

func (*ListKeyValueClusterV2InternalServerError) ToJSONString

type ListKeyValueClusterV2OK

type ListKeyValueClusterV2OK struct {
	Payload *csmclientmodels.ApimodelKeyValueResourceListResponse
}

ListKeyValueClusterV2OK handles this case with default header values.

OK

func NewListKeyValueClusterV2OK

func NewListKeyValueClusterV2OK() *ListKeyValueClusterV2OK

NewListKeyValueClusterV2OK creates a ListKeyValueClusterV2OK with default headers values

func (*ListKeyValueClusterV2OK) Error

func (o *ListKeyValueClusterV2OK) Error() string

func (*ListKeyValueClusterV2OK) GetPayload

func (*ListKeyValueClusterV2OK) ToJSONString

func (o *ListKeyValueClusterV2OK) ToJSONString() string

type ListKeyValueClusterV2Params

type ListKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Studio Name

	*/
	Namespace string
	/*Refresh
	  Refresh status from provider

	*/
	Refresh *bool

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

ListKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the list key value cluster v2 operation typically these are written to a http.Request

func NewListKeyValueClusterV2Params

func NewListKeyValueClusterV2Params() *ListKeyValueClusterV2Params

NewListKeyValueClusterV2Params creates a new ListKeyValueClusterV2Params object with the default values initialized.

func NewListKeyValueClusterV2ParamsWithContext

func NewListKeyValueClusterV2ParamsWithContext(ctx context.Context) *ListKeyValueClusterV2Params

NewListKeyValueClusterV2ParamsWithContext creates a new ListKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewListKeyValueClusterV2ParamsWithHTTPClient

func NewListKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *ListKeyValueClusterV2Params

NewListKeyValueClusterV2ParamsWithHTTPClient creates a new ListKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListKeyValueClusterV2ParamsWithTimeout

func NewListKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *ListKeyValueClusterV2Params

NewListKeyValueClusterV2ParamsWithTimeout creates a new ListKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*ListKeyValueClusterV2Params) SetAuthInfoWriter

func (o *ListKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) SetContext

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

SetContext adds the context to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) SetFlightId

func (o *ListKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ListKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) SetHTTPClientTransport

func (o *ListKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) SetNamespace

func (o *ListKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) SetRefresh

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

SetRefresh adds the refresh to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) WithContext

WithContext adds the context to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) WithNamespace

func (o *ListKeyValueClusterV2Params) WithNamespace(namespace string) *ListKeyValueClusterV2Params

WithNamespace adds the namespace to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) WithRefresh

WithRefresh adds the refresh to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the list key value cluster v2 params

func (*ListKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListKeyValueClusterV2Reader

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

ListKeyValueClusterV2Reader is a Reader for the ListKeyValueClusterV2 structure.

func (*ListKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListKeyValueClusterV2Unauthorized

type ListKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

ListKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewListKeyValueClusterV2Unauthorized

func NewListKeyValueClusterV2Unauthorized() *ListKeyValueClusterV2Unauthorized

NewListKeyValueClusterV2Unauthorized creates a ListKeyValueClusterV2Unauthorized with default headers values

func (*ListKeyValueClusterV2Unauthorized) Error

func (*ListKeyValueClusterV2Unauthorized) GetPayload

func (*ListKeyValueClusterV2Unauthorized) ToJSONString

func (o *ListKeyValueClusterV2Unauthorized) ToJSONString() string

type RemoveIntegrationAppKeyValueClusterV2BadRequest

type RemoveIntegrationAppKeyValueClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

RemoveIntegrationAppKeyValueClusterV2BadRequest handles this case with default header values.

Bad Request

func NewRemoveIntegrationAppKeyValueClusterV2BadRequest

func NewRemoveIntegrationAppKeyValueClusterV2BadRequest() *RemoveIntegrationAppKeyValueClusterV2BadRequest

NewRemoveIntegrationAppKeyValueClusterV2BadRequest creates a RemoveIntegrationAppKeyValueClusterV2BadRequest with default headers values

func (*RemoveIntegrationAppKeyValueClusterV2BadRequest) Error

func (*RemoveIntegrationAppKeyValueClusterV2BadRequest) GetPayload

func (*RemoveIntegrationAppKeyValueClusterV2BadRequest) ToJSONString

type RemoveIntegrationAppKeyValueClusterV2Forbidden

type RemoveIntegrationAppKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

RemoveIntegrationAppKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewRemoveIntegrationAppKeyValueClusterV2Forbidden

func NewRemoveIntegrationAppKeyValueClusterV2Forbidden() *RemoveIntegrationAppKeyValueClusterV2Forbidden

NewRemoveIntegrationAppKeyValueClusterV2Forbidden creates a RemoveIntegrationAppKeyValueClusterV2Forbidden with default headers values

func (*RemoveIntegrationAppKeyValueClusterV2Forbidden) Error

func (*RemoveIntegrationAppKeyValueClusterV2Forbidden) GetPayload

func (*RemoveIntegrationAppKeyValueClusterV2Forbidden) ToJSONString

type RemoveIntegrationAppKeyValueClusterV2InternalServerError

type RemoveIntegrationAppKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

RemoveIntegrationAppKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewRemoveIntegrationAppKeyValueClusterV2InternalServerError

func NewRemoveIntegrationAppKeyValueClusterV2InternalServerError() *RemoveIntegrationAppKeyValueClusterV2InternalServerError

NewRemoveIntegrationAppKeyValueClusterV2InternalServerError creates a RemoveIntegrationAppKeyValueClusterV2InternalServerError with default headers values

func (*RemoveIntegrationAppKeyValueClusterV2InternalServerError) Error

func (*RemoveIntegrationAppKeyValueClusterV2InternalServerError) GetPayload

func (*RemoveIntegrationAppKeyValueClusterV2InternalServerError) ToJSONString

type RemoveIntegrationAppKeyValueClusterV2NoContent

type RemoveIntegrationAppKeyValueClusterV2NoContent struct {
}

RemoveIntegrationAppKeyValueClusterV2NoContent handles this case with default header values.

No Content

func NewRemoveIntegrationAppKeyValueClusterV2NoContent

func NewRemoveIntegrationAppKeyValueClusterV2NoContent() *RemoveIntegrationAppKeyValueClusterV2NoContent

NewRemoveIntegrationAppKeyValueClusterV2NoContent creates a RemoveIntegrationAppKeyValueClusterV2NoContent with default headers values

func (*RemoveIntegrationAppKeyValueClusterV2NoContent) Error

type RemoveIntegrationAppKeyValueClusterV2NotFound

type RemoveIntegrationAppKeyValueClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

RemoveIntegrationAppKeyValueClusterV2NotFound handles this case with default header values.

Not Found

func NewRemoveIntegrationAppKeyValueClusterV2NotFound

func NewRemoveIntegrationAppKeyValueClusterV2NotFound() *RemoveIntegrationAppKeyValueClusterV2NotFound

NewRemoveIntegrationAppKeyValueClusterV2NotFound creates a RemoveIntegrationAppKeyValueClusterV2NotFound with default headers values

func (*RemoveIntegrationAppKeyValueClusterV2NotFound) Error

func (*RemoveIntegrationAppKeyValueClusterV2NotFound) GetPayload

func (*RemoveIntegrationAppKeyValueClusterV2NotFound) ToJSONString

type RemoveIntegrationAppKeyValueClusterV2Params

type RemoveIntegrationAppKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Name

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

RemoveIntegrationAppKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the remove integration app key value cluster v2 operation typically these are written to a http.Request

func NewRemoveIntegrationAppKeyValueClusterV2Params

func NewRemoveIntegrationAppKeyValueClusterV2Params() *RemoveIntegrationAppKeyValueClusterV2Params

NewRemoveIntegrationAppKeyValueClusterV2Params creates a new RemoveIntegrationAppKeyValueClusterV2Params object with the default values initialized.

func NewRemoveIntegrationAppKeyValueClusterV2ParamsWithContext

func NewRemoveIntegrationAppKeyValueClusterV2ParamsWithContext(ctx context.Context) *RemoveIntegrationAppKeyValueClusterV2Params

NewRemoveIntegrationAppKeyValueClusterV2ParamsWithContext creates a new RemoveIntegrationAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewRemoveIntegrationAppKeyValueClusterV2ParamsWithHTTPClient

func NewRemoveIntegrationAppKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *RemoveIntegrationAppKeyValueClusterV2Params

NewRemoveIntegrationAppKeyValueClusterV2ParamsWithHTTPClient creates a new RemoveIntegrationAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRemoveIntegrationAppKeyValueClusterV2ParamsWithTimeout

func NewRemoveIntegrationAppKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *RemoveIntegrationAppKeyValueClusterV2Params

NewRemoveIntegrationAppKeyValueClusterV2ParamsWithTimeout creates a new RemoveIntegrationAppKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*RemoveIntegrationAppKeyValueClusterV2Params) SetApp

SetApp adds the app to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) SetAuthInfoWriter

func (o *RemoveIntegrationAppKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) SetContext

SetContext adds the context to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) SetFlightId

func (o *RemoveIntegrationAppKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*RemoveIntegrationAppKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) SetHTTPClientTransport

func (o *RemoveIntegrationAppKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) SetNamespace

func (o *RemoveIntegrationAppKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) SetTimeout

SetTimeout adds the timeout to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) WithApp

WithApp adds the app to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) WithContext

WithContext adds the context to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) WithNamespace

WithNamespace adds the namespace to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the remove integration app key value cluster v2 params

func (*RemoveIntegrationAppKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveIntegrationAppKeyValueClusterV2Reader

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

RemoveIntegrationAppKeyValueClusterV2Reader is a Reader for the RemoveIntegrationAppKeyValueClusterV2 structure.

func (*RemoveIntegrationAppKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveIntegrationAppKeyValueClusterV2Unauthorized

type RemoveIntegrationAppKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

RemoveIntegrationAppKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewRemoveIntegrationAppKeyValueClusterV2Unauthorized

func NewRemoveIntegrationAppKeyValueClusterV2Unauthorized() *RemoveIntegrationAppKeyValueClusterV2Unauthorized

NewRemoveIntegrationAppKeyValueClusterV2Unauthorized creates a RemoveIntegrationAppKeyValueClusterV2Unauthorized with default headers values

func (*RemoveIntegrationAppKeyValueClusterV2Unauthorized) Error

func (*RemoveIntegrationAppKeyValueClusterV2Unauthorized) GetPayload

func (*RemoveIntegrationAppKeyValueClusterV2Unauthorized) ToJSONString

type UpdateKeyValueClusterV2BadRequest

type UpdateKeyValueClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateKeyValueClusterV2BadRequest handles this case with default header values.

Bad Request

func NewUpdateKeyValueClusterV2BadRequest

func NewUpdateKeyValueClusterV2BadRequest() *UpdateKeyValueClusterV2BadRequest

NewUpdateKeyValueClusterV2BadRequest creates a UpdateKeyValueClusterV2BadRequest with default headers values

func (*UpdateKeyValueClusterV2BadRequest) Error

func (*UpdateKeyValueClusterV2BadRequest) GetPayload

func (*UpdateKeyValueClusterV2BadRequest) ToJSONString

func (o *UpdateKeyValueClusterV2BadRequest) ToJSONString() string

type UpdateKeyValueClusterV2Forbidden

type UpdateKeyValueClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateKeyValueClusterV2Forbidden handles this case with default header values.

Forbidden

func NewUpdateKeyValueClusterV2Forbidden

func NewUpdateKeyValueClusterV2Forbidden() *UpdateKeyValueClusterV2Forbidden

NewUpdateKeyValueClusterV2Forbidden creates a UpdateKeyValueClusterV2Forbidden with default headers values

func (*UpdateKeyValueClusterV2Forbidden) Error

func (*UpdateKeyValueClusterV2Forbidden) GetPayload

func (*UpdateKeyValueClusterV2Forbidden) ToJSONString

func (o *UpdateKeyValueClusterV2Forbidden) ToJSONString() string

type UpdateKeyValueClusterV2InternalServerError

type UpdateKeyValueClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateKeyValueClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateKeyValueClusterV2InternalServerError

func NewUpdateKeyValueClusterV2InternalServerError() *UpdateKeyValueClusterV2InternalServerError

NewUpdateKeyValueClusterV2InternalServerError creates a UpdateKeyValueClusterV2InternalServerError with default headers values

func (*UpdateKeyValueClusterV2InternalServerError) Error

func (*UpdateKeyValueClusterV2InternalServerError) GetPayload

func (*UpdateKeyValueClusterV2InternalServerError) ToJSONString

type UpdateKeyValueClusterV2NotFound

type UpdateKeyValueClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateKeyValueClusterV2NotFound handles this case with default header values.

Not Found

func NewUpdateKeyValueClusterV2NotFound

func NewUpdateKeyValueClusterV2NotFound() *UpdateKeyValueClusterV2NotFound

NewUpdateKeyValueClusterV2NotFound creates a UpdateKeyValueClusterV2NotFound with default headers values

func (*UpdateKeyValueClusterV2NotFound) Error

func (*UpdateKeyValueClusterV2NotFound) GetPayload

func (*UpdateKeyValueClusterV2NotFound) ToJSONString

func (o *UpdateKeyValueClusterV2NotFound) ToJSONString() string

type UpdateKeyValueClusterV2OK

type UpdateKeyValueClusterV2OK struct {
	Payload *csmclientmodels.ApimodelKeyValueResourceResponse
}

UpdateKeyValueClusterV2OK handles this case with default header values.

OK

func NewUpdateKeyValueClusterV2OK

func NewUpdateKeyValueClusterV2OK() *UpdateKeyValueClusterV2OK

NewUpdateKeyValueClusterV2OK creates a UpdateKeyValueClusterV2OK with default headers values

func (*UpdateKeyValueClusterV2OK) Error

func (o *UpdateKeyValueClusterV2OK) Error() string

func (*UpdateKeyValueClusterV2OK) GetPayload

func (*UpdateKeyValueClusterV2OK) ToJSONString

func (o *UpdateKeyValueClusterV2OK) ToJSONString() string

type UpdateKeyValueClusterV2Params

type UpdateKeyValueClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.DomainKeyValueUpdateConfiguration
	/*Namespace
	  Studio Name

	*/
	Namespace string
	/*ResourceID
	  Resource ID

	*/
	ResourceID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

UpdateKeyValueClusterV2Params contains all the parameters to send to the API endpoint for the update key value cluster v2 operation typically these are written to a http.Request

func NewUpdateKeyValueClusterV2Params

func NewUpdateKeyValueClusterV2Params() *UpdateKeyValueClusterV2Params

NewUpdateKeyValueClusterV2Params creates a new UpdateKeyValueClusterV2Params object with the default values initialized.

func NewUpdateKeyValueClusterV2ParamsWithContext

func NewUpdateKeyValueClusterV2ParamsWithContext(ctx context.Context) *UpdateKeyValueClusterV2Params

NewUpdateKeyValueClusterV2ParamsWithContext creates a new UpdateKeyValueClusterV2Params object with the default values initialized, and the ability to set a context for a request

func NewUpdateKeyValueClusterV2ParamsWithHTTPClient

func NewUpdateKeyValueClusterV2ParamsWithHTTPClient(client *http.Client) *UpdateKeyValueClusterV2Params

NewUpdateKeyValueClusterV2ParamsWithHTTPClient creates a new UpdateKeyValueClusterV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateKeyValueClusterV2ParamsWithTimeout

func NewUpdateKeyValueClusterV2ParamsWithTimeout(timeout time.Duration) *UpdateKeyValueClusterV2Params

NewUpdateKeyValueClusterV2ParamsWithTimeout creates a new UpdateKeyValueClusterV2Params object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateKeyValueClusterV2Params) SetAuthInfoWriter

func (o *UpdateKeyValueClusterV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) SetBody

SetBody adds the body to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) SetContext

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

SetContext adds the context to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) SetFlightId

func (o *UpdateKeyValueClusterV2Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*UpdateKeyValueClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) SetHTTPClientTransport

func (o *UpdateKeyValueClusterV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) SetNamespace

func (o *UpdateKeyValueClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) SetResourceID

func (o *UpdateKeyValueClusterV2Params) SetResourceID(resourceID string)

SetResourceID adds the resourceId to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) WithBody

WithBody adds the body to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) WithContext

WithContext adds the context to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) WithNamespace

WithNamespace adds the namespace to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) WithResourceID

WithResourceID adds the resourceID to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) WithTimeout

WithTimeout adds the timeout to the update key value cluster v2 params

func (*UpdateKeyValueClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKeyValueClusterV2Reader

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

UpdateKeyValueClusterV2Reader is a Reader for the UpdateKeyValueClusterV2 structure.

func (*UpdateKeyValueClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateKeyValueClusterV2Unauthorized

type UpdateKeyValueClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateKeyValueClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateKeyValueClusterV2Unauthorized

func NewUpdateKeyValueClusterV2Unauthorized() *UpdateKeyValueClusterV2Unauthorized

NewUpdateKeyValueClusterV2Unauthorized creates a UpdateKeyValueClusterV2Unauthorized with default headers values

func (*UpdateKeyValueClusterV2Unauthorized) Error

func (*UpdateKeyValueClusterV2Unauthorized) GetPayload

func (*UpdateKeyValueClusterV2Unauthorized) ToJSONString

func (o *UpdateKeyValueClusterV2Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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