managed_resources

package
v0.84.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 License: MIT Imports: 15 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 API

func (*Client) CreateNoSQLClusterV2 deprecated

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

CreateNoSQLClusterV2 creates nosql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:CLUSTERS [CREATE]`

Provision NoSQL database cluster and instances that can be used by extend apps in game namespace within the studio. Only one NoSQL resource can be created for one studio/publisher namespace.

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

func (*Client) CreateNoSQLClusterV2Short

func (a *Client) CreateNoSQLClusterV2Short(params *CreateNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLClusterV2OK, error)

CreateNoSQLClusterV2Short creates nosql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:CLUSTERS [CREATE]`

Provision NoSQL database cluster and instances that can be used by extend apps in game namespace within the studio. Only one NoSQL resource can be created for one studio/publisher namespace.

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

func (*Client) CreateNoSQLDatabaseCredentialV2 deprecated

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

CreateNoSQLDatabaseCredentialV2 creates a new database credential for the customer Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:DATABASECREDENTIALS [CREATE]`

Creates a new database credential for the customer. This will soft-delete the old credential and create a new one.

func (*Client) CreateNoSQLDatabaseCredentialV2Short

func (a *Client) CreateNoSQLDatabaseCredentialV2Short(params *CreateNoSQLDatabaseCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLDatabaseCredentialV2OK, error)

CreateNoSQLDatabaseCredentialV2Short creates a new database credential for the customer Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:DATABASECREDENTIALS [CREATE]`

Creates a new database credential for the customer. This will soft-delete the old credential and create a new one.

func (*Client) CreateNoSQLDatabaseV2 deprecated

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

CreateNoSQLDatabaseV2 creates nosql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:DATABASES [CREATE]`

Creates a NoSQL database along with its credentials associated with given extend app. The database will be created in the provisioned NoSQL cluster.

func (*Client) CreateNoSQLDatabaseV2Short

func (a *Client) CreateNoSQLDatabaseV2Short(params *CreateNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLDatabaseV2OK, error)

CreateNoSQLDatabaseV2Short creates nosql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:DATABASES [CREATE]`

Creates a NoSQL database along with its credentials associated with given extend app. The database will be created in the provisioned NoSQL cluster.

func (*Client) DeleteNoSQLClusterV2 deprecated

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

DeleteNoSQLClusterV2 delete nosql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:CLUSTERS [DELETE]`

You can only delete the cluster when its status is "available".

Deleting the cluster will: - Remove NoSQL integration. - Remove all the data from the NoSQL - Remove all the credentials, including the Extend App�s credentials.

func (*Client) DeleteNoSQLClusterV2Short

func (a *Client) DeleteNoSQLClusterV2Short(params *DeleteNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteNoSQLClusterV2OK, error)

DeleteNoSQLClusterV2Short delete nosql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:CLUSTERS [DELETE]`

You can only delete the cluster when its status is "available".

Deleting the cluster will: - Remove NoSQL integration. - Remove all the data from the NoSQL - Remove all the credentials, including the Extend App�s credentials.

func (*Client) DeleteNoSQLDatabaseV2 deprecated

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

DeleteNoSQLDatabaseV2 deletes nosql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:DATABASES [DELETE]`

Deletes a NoSQL database and its credentials associated with given extend app and game namespace. The database will be removed from the provisioned NoSQL cluster.

func (*Client) DeleteNoSQLDatabaseV2Short

func (a *Client) DeleteNoSQLDatabaseV2Short(params *DeleteNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteNoSQLDatabaseV2OK, error)

DeleteNoSQLDatabaseV2Short deletes nosql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:DATABASES [DELETE]`

Deletes a NoSQL database and its credentials associated with given extend app and game namespace. The database will be removed from the provisioned NoSQL cluster.

func (*Client) GetNoSQLAccessTunnelV2 deprecated

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

GetNoSQLAccessTunnelV2 get nosql access tunnel Returns the NoSQL access tunnel information for a specified game namespace

func (*Client) GetNoSQLAccessTunnelV2Short

func (a *Client) GetNoSQLAccessTunnelV2Short(params *GetNoSQLAccessTunnelV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLAccessTunnelV2OK, error)

GetNoSQLAccessTunnelV2Short get nosql access tunnel Returns the NoSQL access tunnel information for a specified game namespace

func (*Client) GetNoSQLClusterV2 deprecated

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

GetNoSQLClusterV2 get nosql cluster information Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:CLUSTERS [READ]`

Get NoSQL cluster information returns the NoSQL cluster related information by given studio/publisher namespace.

`status` field - indicates the NoSQL cluster status: - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max DCU). - `deleting` : The cluster is in the process of being deleted and is not accessible. - `failed` : The cluster failed to provision or is in an error state and not accessible. - `stopped` : The cluster is stopped and not accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `creating` : The cluster or instance is being created and is not yet accessible. - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `starting` : The cluster is transitioning from stopped to running, or is rebooting.

func (*Client) GetNoSQLClusterV2Short

func (a *Client) GetNoSQLClusterV2Short(params *GetNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLClusterV2OK, error)

GetNoSQLClusterV2Short get nosql cluster information Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:CLUSTERS [READ]`

Get NoSQL cluster information returns the NoSQL cluster related information by given studio/publisher namespace.

`status` field - indicates the NoSQL cluster status: - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max DCU). - `deleting` : The cluster is in the process of being deleted and is not accessible. - `failed` : The cluster failed to provision or is in an error state and not accessible. - `stopped` : The cluster is stopped and not accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `creating` : The cluster or instance is being created and is not yet accessible. - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `starting` : The cluster is transitioning from stopped to running, or is rebooting.

func (*Client) GetNoSQLDatabaseV2 deprecated

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

GetNoSQLDatabaseV2 get nosql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:DATABASES [READ]`

Get a NoSQL database information returns the NoSQL database related information by given game namespace and app name.

`resourceStatus` field - indicates the NoSQL cluster status: - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max DCU). - `deleting` : The cluster is in the process of being deleted and is not accessible. - `failed` : The cluster failed to provision or is in an error state and not accessible. - `stopped` : The cluster is stopped and not accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `creating` : The cluster or instance is being created and is not yet accessible. - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `starting` : The cluster is transitioning from stopped to running, or is rebooting.

func (*Client) GetNoSQLDatabaseV2Short

func (a *Client) GetNoSQLDatabaseV2Short(params *GetNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLDatabaseV2OK, error)

GetNoSQLDatabaseV2Short get nosql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:DATABASES [READ]`

Get a NoSQL database information returns the NoSQL database related information by given game namespace and app name.

`resourceStatus` field - indicates the NoSQL cluster status: - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max DCU). - `deleting` : The cluster is in the process of being deleted and is not accessible. - `failed` : The cluster failed to provision or is in an error state and not accessible. - `stopped` : The cluster is stopped and not accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `creating` : The cluster or instance is being created and is not yet accessible. - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `starting` : The cluster is transitioning from stopped to running, or is rebooting.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNoSQLClusterV2 deprecated

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

UpdateNoSQLClusterV2 update nosql cluster configurations Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:CLUSTERS [UPDATE]`

Update NoSQL cluster configurations such as min/max DCU (Database Capacity Units) for the NoSQL cluster in the given studio/publisher namespace. The cluster must be in an available state to allow configuration updates.

Configuration update process may take some time to complete, you can check the updated status from the `status` field of the resource response.

func (*Client) UpdateNoSQLClusterV2Short

func (a *Client) UpdateNoSQLClusterV2Short(params *UpdateNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateNoSQLClusterV2OK, error)

UpdateNoSQLClusterV2Short update nosql cluster configurations Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:NOSQL:CLUSTERS [UPDATE]`

Update NoSQL cluster configurations such as min/max DCU (Database Capacity Units) for the NoSQL cluster in the given studio/publisher namespace. The cluster must be in an available state to allow configuration updates.

Configuration update process may take some time to complete, you can check the updated status from the `status` field of the resource response.

type ClientService

type ClientService interface {
	CreateNoSQLDatabaseCredentialV2(params *CreateNoSQLDatabaseCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLDatabaseCredentialV2OK, *CreateNoSQLDatabaseCredentialV2BadRequest, *CreateNoSQLDatabaseCredentialV2Unauthorized, *CreateNoSQLDatabaseCredentialV2Forbidden, *CreateNoSQLDatabaseCredentialV2NotFound, *CreateNoSQLDatabaseCredentialV2Conflict, *CreateNoSQLDatabaseCredentialV2InternalServerError, *CreateNoSQLDatabaseCredentialV2ServiceUnavailable, error)
	CreateNoSQLDatabaseCredentialV2Short(params *CreateNoSQLDatabaseCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLDatabaseCredentialV2OK, error)
	GetNoSQLDatabaseV2(params *GetNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLDatabaseV2OK, *GetNoSQLDatabaseV2Unauthorized, *GetNoSQLDatabaseV2Forbidden, *GetNoSQLDatabaseV2NotFound, *GetNoSQLDatabaseV2InternalServerError, error)
	GetNoSQLDatabaseV2Short(params *GetNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLDatabaseV2OK, error)
	CreateNoSQLDatabaseV2(params *CreateNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLDatabaseV2OK, *CreateNoSQLDatabaseV2BadRequest, *CreateNoSQLDatabaseV2Unauthorized, *CreateNoSQLDatabaseV2Forbidden, *CreateNoSQLDatabaseV2NotFound, *CreateNoSQLDatabaseV2Conflict, *CreateNoSQLDatabaseV2InternalServerError, *CreateNoSQLDatabaseV2ServiceUnavailable, error)
	CreateNoSQLDatabaseV2Short(params *CreateNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLDatabaseV2OK, error)
	DeleteNoSQLDatabaseV2(params *DeleteNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteNoSQLDatabaseV2OK, *DeleteNoSQLDatabaseV2BadRequest, *DeleteNoSQLDatabaseV2Unauthorized, *DeleteNoSQLDatabaseV2Forbidden, *DeleteNoSQLDatabaseV2NotFound, *DeleteNoSQLDatabaseV2InternalServerError, *DeleteNoSQLDatabaseV2ServiceUnavailable, error)
	DeleteNoSQLDatabaseV2Short(params *DeleteNoSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteNoSQLDatabaseV2OK, error)
	GetNoSQLClusterV2(params *GetNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLClusterV2OK, *GetNoSQLClusterV2BadRequest, *GetNoSQLClusterV2Unauthorized, *GetNoSQLClusterV2Forbidden, *GetNoSQLClusterV2NotFound, *GetNoSQLClusterV2InternalServerError, error)
	GetNoSQLClusterV2Short(params *GetNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLClusterV2OK, error)
	UpdateNoSQLClusterV2(params *UpdateNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateNoSQLClusterV2OK, *UpdateNoSQLClusterV2BadRequest, *UpdateNoSQLClusterV2Unauthorized, *UpdateNoSQLClusterV2Forbidden, *UpdateNoSQLClusterV2NotFound, *UpdateNoSQLClusterV2InternalServerError, *UpdateNoSQLClusterV2ServiceUnavailable, error)
	UpdateNoSQLClusterV2Short(params *UpdateNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateNoSQLClusterV2OK, error)
	CreateNoSQLClusterV2(params *CreateNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLClusterV2OK, *CreateNoSQLClusterV2BadRequest, *CreateNoSQLClusterV2Unauthorized, *CreateNoSQLClusterV2Forbidden, *CreateNoSQLClusterV2Conflict, *CreateNoSQLClusterV2InternalServerError, error)
	CreateNoSQLClusterV2Short(params *CreateNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateNoSQLClusterV2OK, error)
	DeleteNoSQLClusterV2(params *DeleteNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteNoSQLClusterV2OK, *DeleteNoSQLClusterV2Unauthorized, *DeleteNoSQLClusterV2Forbidden, *DeleteNoSQLClusterV2NotFound, *DeleteNoSQLClusterV2Conflict, *DeleteNoSQLClusterV2InternalServerError, error)
	DeleteNoSQLClusterV2Short(params *DeleteNoSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteNoSQLClusterV2OK, error)
	GetNoSQLAccessTunnelV2(params *GetNoSQLAccessTunnelV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLAccessTunnelV2OK, *GetNoSQLAccessTunnelV2Unauthorized, *GetNoSQLAccessTunnelV2NotFound, *GetNoSQLAccessTunnelV2InternalServerError, *GetNoSQLAccessTunnelV2ServiceUnavailable, error)
	GetNoSQLAccessTunnelV2Short(params *GetNoSQLAccessTunnelV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetNoSQLAccessTunnelV2OK, 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 API client.

type CreateNoSQLClusterV2BadRequest

type CreateNoSQLClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLClusterV2BadRequest handles this case with default header values.

Bad Request

func NewCreateNoSQLClusterV2BadRequest

func NewCreateNoSQLClusterV2BadRequest() *CreateNoSQLClusterV2BadRequest

NewCreateNoSQLClusterV2BadRequest creates a CreateNoSQLClusterV2BadRequest with default headers values

func (*CreateNoSQLClusterV2BadRequest) Error

func (*CreateNoSQLClusterV2BadRequest) GetPayload

func (*CreateNoSQLClusterV2BadRequest) ToJSONString

func (o *CreateNoSQLClusterV2BadRequest) ToJSONString() string

type CreateNoSQLClusterV2Conflict

type CreateNoSQLClusterV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLClusterV2Conflict handles this case with default header values.

Conflict

func NewCreateNoSQLClusterV2Conflict

func NewCreateNoSQLClusterV2Conflict() *CreateNoSQLClusterV2Conflict

NewCreateNoSQLClusterV2Conflict creates a CreateNoSQLClusterV2Conflict with default headers values

func (*CreateNoSQLClusterV2Conflict) Error

func (*CreateNoSQLClusterV2Conflict) GetPayload

func (*CreateNoSQLClusterV2Conflict) ToJSONString

func (o *CreateNoSQLClusterV2Conflict) ToJSONString() string

type CreateNoSQLClusterV2Forbidden

type CreateNoSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewCreateNoSQLClusterV2Forbidden

func NewCreateNoSQLClusterV2Forbidden() *CreateNoSQLClusterV2Forbidden

NewCreateNoSQLClusterV2Forbidden creates a CreateNoSQLClusterV2Forbidden with default headers values

func (*CreateNoSQLClusterV2Forbidden) Error

func (*CreateNoSQLClusterV2Forbidden) GetPayload

func (*CreateNoSQLClusterV2Forbidden) ToJSONString

func (o *CreateNoSQLClusterV2Forbidden) ToJSONString() string

type CreateNoSQLClusterV2InternalServerError

type CreateNoSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateNoSQLClusterV2InternalServerError

func NewCreateNoSQLClusterV2InternalServerError() *CreateNoSQLClusterV2InternalServerError

NewCreateNoSQLClusterV2InternalServerError creates a CreateNoSQLClusterV2InternalServerError with default headers values

func (*CreateNoSQLClusterV2InternalServerError) Error

func (*CreateNoSQLClusterV2InternalServerError) GetPayload

func (*CreateNoSQLClusterV2InternalServerError) ToJSONString

type CreateNoSQLClusterV2OK

type CreateNoSQLClusterV2OK struct {
	Payload *csmclientmodels.ApimodelNoSQLResourceResponse
}

CreateNoSQLClusterV2OK handles this case with default header values.

OK

func NewCreateNoSQLClusterV2OK

func NewCreateNoSQLClusterV2OK() *CreateNoSQLClusterV2OK

NewCreateNoSQLClusterV2OK creates a CreateNoSQLClusterV2OK with default headers values

func (*CreateNoSQLClusterV2OK) Error

func (o *CreateNoSQLClusterV2OK) Error() string

func (*CreateNoSQLClusterV2OK) GetPayload

func (*CreateNoSQLClusterV2OK) ToJSONString

func (o *CreateNoSQLClusterV2OK) ToJSONString() string

type CreateNoSQLClusterV2Params

type CreateNoSQLClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.NosqlresourceNoSQLResourceConfiguration
	/*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
}

CreateNoSQLClusterV2Params contains all the parameters to send to the API endpoint for the create no sql cluster v2 operation typically these are written to a http.Request

func NewCreateNoSQLClusterV2Params

func NewCreateNoSQLClusterV2Params() *CreateNoSQLClusterV2Params

NewCreateNoSQLClusterV2Params creates a new CreateNoSQLClusterV2Params object with the default values initialized.

func NewCreateNoSQLClusterV2ParamsWithContext

func NewCreateNoSQLClusterV2ParamsWithContext(ctx context.Context) *CreateNoSQLClusterV2Params

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

func NewCreateNoSQLClusterV2ParamsWithHTTPClient

func NewCreateNoSQLClusterV2ParamsWithHTTPClient(client *http.Client) *CreateNoSQLClusterV2Params

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

func NewCreateNoSQLClusterV2ParamsWithTimeout

func NewCreateNoSQLClusterV2ParamsWithTimeout(timeout time.Duration) *CreateNoSQLClusterV2Params

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

func (*CreateNoSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) SetBody

SetBody adds the body to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) SetContext

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

SetContext adds the context to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) SetFlightId

func (o *CreateNoSQLClusterV2Params) SetFlightId(flightId string)

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

func (*CreateNoSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) SetNamespace

func (o *CreateNoSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) WithBody

WithBody adds the body to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) WithContext

WithContext adds the context to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the create no sql cluster v2 params

func (*CreateNoSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNoSQLClusterV2Reader

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

CreateNoSQLClusterV2Reader is a Reader for the CreateNoSQLClusterV2 structure.

func (*CreateNoSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateNoSQLClusterV2Unauthorized

type CreateNoSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateNoSQLClusterV2Unauthorized

func NewCreateNoSQLClusterV2Unauthorized() *CreateNoSQLClusterV2Unauthorized

NewCreateNoSQLClusterV2Unauthorized creates a CreateNoSQLClusterV2Unauthorized with default headers values

func (*CreateNoSQLClusterV2Unauthorized) Error

func (*CreateNoSQLClusterV2Unauthorized) GetPayload

func (*CreateNoSQLClusterV2Unauthorized) ToJSONString

func (o *CreateNoSQLClusterV2Unauthorized) ToJSONString() string

type CreateNoSQLDatabaseCredentialV2BadRequest

type CreateNoSQLDatabaseCredentialV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseCredentialV2BadRequest handles this case with default header values.

Bad Request

func NewCreateNoSQLDatabaseCredentialV2BadRequest

func NewCreateNoSQLDatabaseCredentialV2BadRequest() *CreateNoSQLDatabaseCredentialV2BadRequest

NewCreateNoSQLDatabaseCredentialV2BadRequest creates a CreateNoSQLDatabaseCredentialV2BadRequest with default headers values

func (*CreateNoSQLDatabaseCredentialV2BadRequest) Error

func (*CreateNoSQLDatabaseCredentialV2BadRequest) GetPayload

func (*CreateNoSQLDatabaseCredentialV2BadRequest) ToJSONString

type CreateNoSQLDatabaseCredentialV2Conflict

type CreateNoSQLDatabaseCredentialV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseCredentialV2Conflict handles this case with default header values.

Conflict

func NewCreateNoSQLDatabaseCredentialV2Conflict

func NewCreateNoSQLDatabaseCredentialV2Conflict() *CreateNoSQLDatabaseCredentialV2Conflict

NewCreateNoSQLDatabaseCredentialV2Conflict creates a CreateNoSQLDatabaseCredentialV2Conflict with default headers values

func (*CreateNoSQLDatabaseCredentialV2Conflict) Error

func (*CreateNoSQLDatabaseCredentialV2Conflict) GetPayload

func (*CreateNoSQLDatabaseCredentialV2Conflict) ToJSONString

type CreateNoSQLDatabaseCredentialV2Forbidden

type CreateNoSQLDatabaseCredentialV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseCredentialV2Forbidden handles this case with default header values.

Forbidden

func NewCreateNoSQLDatabaseCredentialV2Forbidden

func NewCreateNoSQLDatabaseCredentialV2Forbidden() *CreateNoSQLDatabaseCredentialV2Forbidden

NewCreateNoSQLDatabaseCredentialV2Forbidden creates a CreateNoSQLDatabaseCredentialV2Forbidden with default headers values

func (*CreateNoSQLDatabaseCredentialV2Forbidden) Error

func (*CreateNoSQLDatabaseCredentialV2Forbidden) GetPayload

func (*CreateNoSQLDatabaseCredentialV2Forbidden) ToJSONString

type CreateNoSQLDatabaseCredentialV2InternalServerError

type CreateNoSQLDatabaseCredentialV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseCredentialV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateNoSQLDatabaseCredentialV2InternalServerError

func NewCreateNoSQLDatabaseCredentialV2InternalServerError() *CreateNoSQLDatabaseCredentialV2InternalServerError

NewCreateNoSQLDatabaseCredentialV2InternalServerError creates a CreateNoSQLDatabaseCredentialV2InternalServerError with default headers values

func (*CreateNoSQLDatabaseCredentialV2InternalServerError) Error

func (*CreateNoSQLDatabaseCredentialV2InternalServerError) GetPayload

func (*CreateNoSQLDatabaseCredentialV2InternalServerError) ToJSONString

type CreateNoSQLDatabaseCredentialV2NotFound

type CreateNoSQLDatabaseCredentialV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseCredentialV2NotFound handles this case with default header values.

Not Found

func NewCreateNoSQLDatabaseCredentialV2NotFound

func NewCreateNoSQLDatabaseCredentialV2NotFound() *CreateNoSQLDatabaseCredentialV2NotFound

NewCreateNoSQLDatabaseCredentialV2NotFound creates a CreateNoSQLDatabaseCredentialV2NotFound with default headers values

func (*CreateNoSQLDatabaseCredentialV2NotFound) Error

func (*CreateNoSQLDatabaseCredentialV2NotFound) GetPayload

func (*CreateNoSQLDatabaseCredentialV2NotFound) ToJSONString

type CreateNoSQLDatabaseCredentialV2OK

type CreateNoSQLDatabaseCredentialV2OK struct {
	Payload *csmclientmodels.ApimodelNoSQLDatabaseCredentialResponse
}

CreateNoSQLDatabaseCredentialV2OK handles this case with default header values.

OK

func NewCreateNoSQLDatabaseCredentialV2OK

func NewCreateNoSQLDatabaseCredentialV2OK() *CreateNoSQLDatabaseCredentialV2OK

NewCreateNoSQLDatabaseCredentialV2OK creates a CreateNoSQLDatabaseCredentialV2OK with default headers values

func (*CreateNoSQLDatabaseCredentialV2OK) Error

func (*CreateNoSQLDatabaseCredentialV2OK) GetPayload

func (*CreateNoSQLDatabaseCredentialV2OK) ToJSONString

func (o *CreateNoSQLDatabaseCredentialV2OK) ToJSONString() string

type CreateNoSQLDatabaseCredentialV2Params

type CreateNoSQLDatabaseCredentialV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelCreateNoSQLDatabaseCredentialRequest
	/*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
}

CreateNoSQLDatabaseCredentialV2Params contains all the parameters to send to the API endpoint for the create no sql database credential v2 operation typically these are written to a http.Request

func NewCreateNoSQLDatabaseCredentialV2Params

func NewCreateNoSQLDatabaseCredentialV2Params() *CreateNoSQLDatabaseCredentialV2Params

NewCreateNoSQLDatabaseCredentialV2Params creates a new CreateNoSQLDatabaseCredentialV2Params object with the default values initialized.

func NewCreateNoSQLDatabaseCredentialV2ParamsWithContext

func NewCreateNoSQLDatabaseCredentialV2ParamsWithContext(ctx context.Context) *CreateNoSQLDatabaseCredentialV2Params

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

func NewCreateNoSQLDatabaseCredentialV2ParamsWithHTTPClient

func NewCreateNoSQLDatabaseCredentialV2ParamsWithHTTPClient(client *http.Client) *CreateNoSQLDatabaseCredentialV2Params

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

func NewCreateNoSQLDatabaseCredentialV2ParamsWithTimeout

func NewCreateNoSQLDatabaseCredentialV2ParamsWithTimeout(timeout time.Duration) *CreateNoSQLDatabaseCredentialV2Params

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

func (*CreateNoSQLDatabaseCredentialV2Params) SetApp

SetApp adds the app to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) SetBody

SetBody adds the body to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) SetContext

SetContext adds the context to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) SetFlightId

func (o *CreateNoSQLDatabaseCredentialV2Params) SetFlightId(flightId string)

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

func (*CreateNoSQLDatabaseCredentialV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) SetNamespace

func (o *CreateNoSQLDatabaseCredentialV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) SetTimeout

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

SetTimeout adds the timeout to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) WithApp

WithApp adds the app to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) WithBody

WithBody adds the body to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) WithContext

WithContext adds the context to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) WithNamespace

WithNamespace adds the namespace to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) WithTimeout

WithTimeout adds the timeout to the create no sql database credential v2 params

func (*CreateNoSQLDatabaseCredentialV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNoSQLDatabaseCredentialV2Reader

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

CreateNoSQLDatabaseCredentialV2Reader is a Reader for the CreateNoSQLDatabaseCredentialV2 structure.

func (*CreateNoSQLDatabaseCredentialV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateNoSQLDatabaseCredentialV2ServiceUnavailable

type CreateNoSQLDatabaseCredentialV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseCredentialV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewCreateNoSQLDatabaseCredentialV2ServiceUnavailable

func NewCreateNoSQLDatabaseCredentialV2ServiceUnavailable() *CreateNoSQLDatabaseCredentialV2ServiceUnavailable

NewCreateNoSQLDatabaseCredentialV2ServiceUnavailable creates a CreateNoSQLDatabaseCredentialV2ServiceUnavailable with default headers values

func (*CreateNoSQLDatabaseCredentialV2ServiceUnavailable) Error

func (*CreateNoSQLDatabaseCredentialV2ServiceUnavailable) GetPayload

func (*CreateNoSQLDatabaseCredentialV2ServiceUnavailable) ToJSONString

type CreateNoSQLDatabaseCredentialV2Unauthorized

type CreateNoSQLDatabaseCredentialV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseCredentialV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateNoSQLDatabaseCredentialV2Unauthorized

func NewCreateNoSQLDatabaseCredentialV2Unauthorized() *CreateNoSQLDatabaseCredentialV2Unauthorized

NewCreateNoSQLDatabaseCredentialV2Unauthorized creates a CreateNoSQLDatabaseCredentialV2Unauthorized with default headers values

func (*CreateNoSQLDatabaseCredentialV2Unauthorized) Error

func (*CreateNoSQLDatabaseCredentialV2Unauthorized) GetPayload

func (*CreateNoSQLDatabaseCredentialV2Unauthorized) ToJSONString

type CreateNoSQLDatabaseV2BadRequest

type CreateNoSQLDatabaseV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseV2BadRequest handles this case with default header values.

Bad Request

func NewCreateNoSQLDatabaseV2BadRequest

func NewCreateNoSQLDatabaseV2BadRequest() *CreateNoSQLDatabaseV2BadRequest

NewCreateNoSQLDatabaseV2BadRequest creates a CreateNoSQLDatabaseV2BadRequest with default headers values

func (*CreateNoSQLDatabaseV2BadRequest) Error

func (*CreateNoSQLDatabaseV2BadRequest) GetPayload

func (*CreateNoSQLDatabaseV2BadRequest) ToJSONString

func (o *CreateNoSQLDatabaseV2BadRequest) ToJSONString() string

type CreateNoSQLDatabaseV2Conflict

type CreateNoSQLDatabaseV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseV2Conflict handles this case with default header values.

Conflict

func NewCreateNoSQLDatabaseV2Conflict

func NewCreateNoSQLDatabaseV2Conflict() *CreateNoSQLDatabaseV2Conflict

NewCreateNoSQLDatabaseV2Conflict creates a CreateNoSQLDatabaseV2Conflict with default headers values

func (*CreateNoSQLDatabaseV2Conflict) Error

func (*CreateNoSQLDatabaseV2Conflict) GetPayload

func (*CreateNoSQLDatabaseV2Conflict) ToJSONString

func (o *CreateNoSQLDatabaseV2Conflict) ToJSONString() string

type CreateNoSQLDatabaseV2Forbidden

type CreateNoSQLDatabaseV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseV2Forbidden handles this case with default header values.

Forbidden

func NewCreateNoSQLDatabaseV2Forbidden

func NewCreateNoSQLDatabaseV2Forbidden() *CreateNoSQLDatabaseV2Forbidden

NewCreateNoSQLDatabaseV2Forbidden creates a CreateNoSQLDatabaseV2Forbidden with default headers values

func (*CreateNoSQLDatabaseV2Forbidden) Error

func (*CreateNoSQLDatabaseV2Forbidden) GetPayload

func (*CreateNoSQLDatabaseV2Forbidden) ToJSONString

func (o *CreateNoSQLDatabaseV2Forbidden) ToJSONString() string

type CreateNoSQLDatabaseV2InternalServerError

type CreateNoSQLDatabaseV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateNoSQLDatabaseV2InternalServerError

func NewCreateNoSQLDatabaseV2InternalServerError() *CreateNoSQLDatabaseV2InternalServerError

NewCreateNoSQLDatabaseV2InternalServerError creates a CreateNoSQLDatabaseV2InternalServerError with default headers values

func (*CreateNoSQLDatabaseV2InternalServerError) Error

func (*CreateNoSQLDatabaseV2InternalServerError) GetPayload

func (*CreateNoSQLDatabaseV2InternalServerError) ToJSONString

type CreateNoSQLDatabaseV2NotFound

type CreateNoSQLDatabaseV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseV2NotFound handles this case with default header values.

Not Found

func NewCreateNoSQLDatabaseV2NotFound

func NewCreateNoSQLDatabaseV2NotFound() *CreateNoSQLDatabaseV2NotFound

NewCreateNoSQLDatabaseV2NotFound creates a CreateNoSQLDatabaseV2NotFound with default headers values

func (*CreateNoSQLDatabaseV2NotFound) Error

func (*CreateNoSQLDatabaseV2NotFound) GetPayload

func (*CreateNoSQLDatabaseV2NotFound) ToJSONString

func (o *CreateNoSQLDatabaseV2NotFound) ToJSONString() string

type CreateNoSQLDatabaseV2OK

type CreateNoSQLDatabaseV2OK struct {
	Payload *csmclientmodels.ApimodelNoSQLDatabaseResponse
}

CreateNoSQLDatabaseV2OK handles this case with default header values.

OK

func NewCreateNoSQLDatabaseV2OK

func NewCreateNoSQLDatabaseV2OK() *CreateNoSQLDatabaseV2OK

NewCreateNoSQLDatabaseV2OK creates a CreateNoSQLDatabaseV2OK with default headers values

func (*CreateNoSQLDatabaseV2OK) Error

func (o *CreateNoSQLDatabaseV2OK) Error() string

func (*CreateNoSQLDatabaseV2OK) GetPayload

func (*CreateNoSQLDatabaseV2OK) ToJSONString

func (o *CreateNoSQLDatabaseV2OK) ToJSONString() string

type CreateNoSQLDatabaseV2Params

type CreateNoSQLDatabaseV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelCreateNoSQLAppDatabaseRequest
	/*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
}

CreateNoSQLDatabaseV2Params contains all the parameters to send to the API endpoint for the create no sql database v2 operation typically these are written to a http.Request

func NewCreateNoSQLDatabaseV2Params

func NewCreateNoSQLDatabaseV2Params() *CreateNoSQLDatabaseV2Params

NewCreateNoSQLDatabaseV2Params creates a new CreateNoSQLDatabaseV2Params object with the default values initialized.

func NewCreateNoSQLDatabaseV2ParamsWithContext

func NewCreateNoSQLDatabaseV2ParamsWithContext(ctx context.Context) *CreateNoSQLDatabaseV2Params

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

func NewCreateNoSQLDatabaseV2ParamsWithHTTPClient

func NewCreateNoSQLDatabaseV2ParamsWithHTTPClient(client *http.Client) *CreateNoSQLDatabaseV2Params

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

func NewCreateNoSQLDatabaseV2ParamsWithTimeout

func NewCreateNoSQLDatabaseV2ParamsWithTimeout(timeout time.Duration) *CreateNoSQLDatabaseV2Params

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

func (*CreateNoSQLDatabaseV2Params) SetApp

func (o *CreateNoSQLDatabaseV2Params) SetApp(app string)

SetApp adds the app to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) SetBody

SetBody adds the body to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) SetContext

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

SetContext adds the context to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) SetFlightId

func (o *CreateNoSQLDatabaseV2Params) SetFlightId(flightId string)

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

func (*CreateNoSQLDatabaseV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) SetNamespace

func (o *CreateNoSQLDatabaseV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) SetTimeout

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

SetTimeout adds the timeout to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) WithApp

WithApp adds the app to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) WithBody

WithBody adds the body to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) WithContext

WithContext adds the context to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) WithNamespace

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

WithNamespace adds the namespace to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) WithTimeout

WithTimeout adds the timeout to the create no sql database v2 params

func (*CreateNoSQLDatabaseV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNoSQLDatabaseV2Reader

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

CreateNoSQLDatabaseV2Reader is a Reader for the CreateNoSQLDatabaseV2 structure.

func (*CreateNoSQLDatabaseV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateNoSQLDatabaseV2ServiceUnavailable

type CreateNoSQLDatabaseV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewCreateNoSQLDatabaseV2ServiceUnavailable

func NewCreateNoSQLDatabaseV2ServiceUnavailable() *CreateNoSQLDatabaseV2ServiceUnavailable

NewCreateNoSQLDatabaseV2ServiceUnavailable creates a CreateNoSQLDatabaseV2ServiceUnavailable with default headers values

func (*CreateNoSQLDatabaseV2ServiceUnavailable) Error

func (*CreateNoSQLDatabaseV2ServiceUnavailable) GetPayload

func (*CreateNoSQLDatabaseV2ServiceUnavailable) ToJSONString

type CreateNoSQLDatabaseV2Unauthorized

type CreateNoSQLDatabaseV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateNoSQLDatabaseV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateNoSQLDatabaseV2Unauthorized

func NewCreateNoSQLDatabaseV2Unauthorized() *CreateNoSQLDatabaseV2Unauthorized

NewCreateNoSQLDatabaseV2Unauthorized creates a CreateNoSQLDatabaseV2Unauthorized with default headers values

func (*CreateNoSQLDatabaseV2Unauthorized) Error

func (*CreateNoSQLDatabaseV2Unauthorized) GetPayload

func (*CreateNoSQLDatabaseV2Unauthorized) ToJSONString

func (o *CreateNoSQLDatabaseV2Unauthorized) ToJSONString() string

type DeleteNoSQLClusterV2Conflict

type DeleteNoSQLClusterV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLClusterV2Conflict handles this case with default header values.

Conflict

func NewDeleteNoSQLClusterV2Conflict

func NewDeleteNoSQLClusterV2Conflict() *DeleteNoSQLClusterV2Conflict

NewDeleteNoSQLClusterV2Conflict creates a DeleteNoSQLClusterV2Conflict with default headers values

func (*DeleteNoSQLClusterV2Conflict) Error

func (*DeleteNoSQLClusterV2Conflict) GetPayload

func (*DeleteNoSQLClusterV2Conflict) ToJSONString

func (o *DeleteNoSQLClusterV2Conflict) ToJSONString() string

type DeleteNoSQLClusterV2Forbidden

type DeleteNoSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewDeleteNoSQLClusterV2Forbidden

func NewDeleteNoSQLClusterV2Forbidden() *DeleteNoSQLClusterV2Forbidden

NewDeleteNoSQLClusterV2Forbidden creates a DeleteNoSQLClusterV2Forbidden with default headers values

func (*DeleteNoSQLClusterV2Forbidden) Error

func (*DeleteNoSQLClusterV2Forbidden) GetPayload

func (*DeleteNoSQLClusterV2Forbidden) ToJSONString

func (o *DeleteNoSQLClusterV2Forbidden) ToJSONString() string

type DeleteNoSQLClusterV2InternalServerError

type DeleteNoSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteNoSQLClusterV2InternalServerError

func NewDeleteNoSQLClusterV2InternalServerError() *DeleteNoSQLClusterV2InternalServerError

NewDeleteNoSQLClusterV2InternalServerError creates a DeleteNoSQLClusterV2InternalServerError with default headers values

func (*DeleteNoSQLClusterV2InternalServerError) Error

func (*DeleteNoSQLClusterV2InternalServerError) GetPayload

func (*DeleteNoSQLClusterV2InternalServerError) ToJSONString

type DeleteNoSQLClusterV2NotFound

type DeleteNoSQLClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLClusterV2NotFound handles this case with default header values.

Not Found

func NewDeleteNoSQLClusterV2NotFound

func NewDeleteNoSQLClusterV2NotFound() *DeleteNoSQLClusterV2NotFound

NewDeleteNoSQLClusterV2NotFound creates a DeleteNoSQLClusterV2NotFound with default headers values

func (*DeleteNoSQLClusterV2NotFound) Error

func (*DeleteNoSQLClusterV2NotFound) GetPayload

func (*DeleteNoSQLClusterV2NotFound) ToJSONString

func (o *DeleteNoSQLClusterV2NotFound) ToJSONString() string

type DeleteNoSQLClusterV2OK

type DeleteNoSQLClusterV2OK struct {
	Payload *csmclientmodels.ApimodelDeleteNoSQLResourceResponse
}

DeleteNoSQLClusterV2OK handles this case with default header values.

OK

func NewDeleteNoSQLClusterV2OK

func NewDeleteNoSQLClusterV2OK() *DeleteNoSQLClusterV2OK

NewDeleteNoSQLClusterV2OK creates a DeleteNoSQLClusterV2OK with default headers values

func (*DeleteNoSQLClusterV2OK) Error

func (o *DeleteNoSQLClusterV2OK) Error() string

func (*DeleteNoSQLClusterV2OK) GetPayload

func (*DeleteNoSQLClusterV2OK) ToJSONString

func (o *DeleteNoSQLClusterV2OK) ToJSONString() string

type DeleteNoSQLClusterV2Params

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

DeleteNoSQLClusterV2Params contains all the parameters to send to the API endpoint for the delete no sql cluster v2 operation typically these are written to a http.Request

func NewDeleteNoSQLClusterV2Params

func NewDeleteNoSQLClusterV2Params() *DeleteNoSQLClusterV2Params

NewDeleteNoSQLClusterV2Params creates a new DeleteNoSQLClusterV2Params object with the default values initialized.

func NewDeleteNoSQLClusterV2ParamsWithContext

func NewDeleteNoSQLClusterV2ParamsWithContext(ctx context.Context) *DeleteNoSQLClusterV2Params

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

func NewDeleteNoSQLClusterV2ParamsWithHTTPClient

func NewDeleteNoSQLClusterV2ParamsWithHTTPClient(client *http.Client) *DeleteNoSQLClusterV2Params

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

func NewDeleteNoSQLClusterV2ParamsWithTimeout

func NewDeleteNoSQLClusterV2ParamsWithTimeout(timeout time.Duration) *DeleteNoSQLClusterV2Params

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

func (*DeleteNoSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) SetContext

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

SetContext adds the context to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) SetFlightId

func (o *DeleteNoSQLClusterV2Params) SetFlightId(flightId string)

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

func (*DeleteNoSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) SetNamespace

func (o *DeleteNoSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) WithContext

WithContext adds the context to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the delete no sql cluster v2 params

func (*DeleteNoSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNoSQLClusterV2Reader

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

DeleteNoSQLClusterV2Reader is a Reader for the DeleteNoSQLClusterV2 structure.

func (*DeleteNoSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteNoSQLClusterV2Unauthorized

type DeleteNoSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteNoSQLClusterV2Unauthorized

func NewDeleteNoSQLClusterV2Unauthorized() *DeleteNoSQLClusterV2Unauthorized

NewDeleteNoSQLClusterV2Unauthorized creates a DeleteNoSQLClusterV2Unauthorized with default headers values

func (*DeleteNoSQLClusterV2Unauthorized) Error

func (*DeleteNoSQLClusterV2Unauthorized) GetPayload

func (*DeleteNoSQLClusterV2Unauthorized) ToJSONString

func (o *DeleteNoSQLClusterV2Unauthorized) ToJSONString() string

type DeleteNoSQLDatabaseV2BadRequest

type DeleteNoSQLDatabaseV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLDatabaseV2BadRequest handles this case with default header values.

Bad Request

func NewDeleteNoSQLDatabaseV2BadRequest

func NewDeleteNoSQLDatabaseV2BadRequest() *DeleteNoSQLDatabaseV2BadRequest

NewDeleteNoSQLDatabaseV2BadRequest creates a DeleteNoSQLDatabaseV2BadRequest with default headers values

func (*DeleteNoSQLDatabaseV2BadRequest) Error

func (*DeleteNoSQLDatabaseV2BadRequest) GetPayload

func (*DeleteNoSQLDatabaseV2BadRequest) ToJSONString

func (o *DeleteNoSQLDatabaseV2BadRequest) ToJSONString() string

type DeleteNoSQLDatabaseV2Forbidden

type DeleteNoSQLDatabaseV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLDatabaseV2Forbidden handles this case with default header values.

Forbidden

func NewDeleteNoSQLDatabaseV2Forbidden

func NewDeleteNoSQLDatabaseV2Forbidden() *DeleteNoSQLDatabaseV2Forbidden

NewDeleteNoSQLDatabaseV2Forbidden creates a DeleteNoSQLDatabaseV2Forbidden with default headers values

func (*DeleteNoSQLDatabaseV2Forbidden) Error

func (*DeleteNoSQLDatabaseV2Forbidden) GetPayload

func (*DeleteNoSQLDatabaseV2Forbidden) ToJSONString

func (o *DeleteNoSQLDatabaseV2Forbidden) ToJSONString() string

type DeleteNoSQLDatabaseV2InternalServerError

type DeleteNoSQLDatabaseV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLDatabaseV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteNoSQLDatabaseV2InternalServerError

func NewDeleteNoSQLDatabaseV2InternalServerError() *DeleteNoSQLDatabaseV2InternalServerError

NewDeleteNoSQLDatabaseV2InternalServerError creates a DeleteNoSQLDatabaseV2InternalServerError with default headers values

func (*DeleteNoSQLDatabaseV2InternalServerError) Error

func (*DeleteNoSQLDatabaseV2InternalServerError) GetPayload

func (*DeleteNoSQLDatabaseV2InternalServerError) ToJSONString

type DeleteNoSQLDatabaseV2NotFound

type DeleteNoSQLDatabaseV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLDatabaseV2NotFound handles this case with default header values.

Not Found

func NewDeleteNoSQLDatabaseV2NotFound

func NewDeleteNoSQLDatabaseV2NotFound() *DeleteNoSQLDatabaseV2NotFound

NewDeleteNoSQLDatabaseV2NotFound creates a DeleteNoSQLDatabaseV2NotFound with default headers values

func (*DeleteNoSQLDatabaseV2NotFound) Error

func (*DeleteNoSQLDatabaseV2NotFound) GetPayload

func (*DeleteNoSQLDatabaseV2NotFound) ToJSONString

func (o *DeleteNoSQLDatabaseV2NotFound) ToJSONString() string

type DeleteNoSQLDatabaseV2OK

type DeleteNoSQLDatabaseV2OK struct {
	Payload *csmclientmodels.ApimodelNoSQLDatabaseDeleteResponse
}

DeleteNoSQLDatabaseV2OK handles this case with default header values.

OK

func NewDeleteNoSQLDatabaseV2OK

func NewDeleteNoSQLDatabaseV2OK() *DeleteNoSQLDatabaseV2OK

NewDeleteNoSQLDatabaseV2OK creates a DeleteNoSQLDatabaseV2OK with default headers values

func (*DeleteNoSQLDatabaseV2OK) Error

func (o *DeleteNoSQLDatabaseV2OK) Error() string

func (*DeleteNoSQLDatabaseV2OK) GetPayload

func (*DeleteNoSQLDatabaseV2OK) ToJSONString

func (o *DeleteNoSQLDatabaseV2OK) ToJSONString() string

type DeleteNoSQLDatabaseV2Params

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

DeleteNoSQLDatabaseV2Params contains all the parameters to send to the API endpoint for the delete no sql database v2 operation typically these are written to a http.Request

func NewDeleteNoSQLDatabaseV2Params

func NewDeleteNoSQLDatabaseV2Params() *DeleteNoSQLDatabaseV2Params

NewDeleteNoSQLDatabaseV2Params creates a new DeleteNoSQLDatabaseV2Params object with the default values initialized.

func NewDeleteNoSQLDatabaseV2ParamsWithContext

func NewDeleteNoSQLDatabaseV2ParamsWithContext(ctx context.Context) *DeleteNoSQLDatabaseV2Params

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

func NewDeleteNoSQLDatabaseV2ParamsWithHTTPClient

func NewDeleteNoSQLDatabaseV2ParamsWithHTTPClient(client *http.Client) *DeleteNoSQLDatabaseV2Params

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

func NewDeleteNoSQLDatabaseV2ParamsWithTimeout

func NewDeleteNoSQLDatabaseV2ParamsWithTimeout(timeout time.Duration) *DeleteNoSQLDatabaseV2Params

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

func (*DeleteNoSQLDatabaseV2Params) SetApp

func (o *DeleteNoSQLDatabaseV2Params) SetApp(app string)

SetApp adds the app to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) SetContext

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

SetContext adds the context to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) SetFlightId

func (o *DeleteNoSQLDatabaseV2Params) SetFlightId(flightId string)

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

func (*DeleteNoSQLDatabaseV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) SetNamespace

func (o *DeleteNoSQLDatabaseV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) WithApp

WithApp adds the app to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) WithContext

WithContext adds the context to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) WithNamespace

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

WithNamespace adds the namespace to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) WithTimeout

WithTimeout adds the timeout to the delete no sql database v2 params

func (*DeleteNoSQLDatabaseV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNoSQLDatabaseV2Reader

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

DeleteNoSQLDatabaseV2Reader is a Reader for the DeleteNoSQLDatabaseV2 structure.

func (*DeleteNoSQLDatabaseV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteNoSQLDatabaseV2ServiceUnavailable

type DeleteNoSQLDatabaseV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLDatabaseV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewDeleteNoSQLDatabaseV2ServiceUnavailable

func NewDeleteNoSQLDatabaseV2ServiceUnavailable() *DeleteNoSQLDatabaseV2ServiceUnavailable

NewDeleteNoSQLDatabaseV2ServiceUnavailable creates a DeleteNoSQLDatabaseV2ServiceUnavailable with default headers values

func (*DeleteNoSQLDatabaseV2ServiceUnavailable) Error

func (*DeleteNoSQLDatabaseV2ServiceUnavailable) GetPayload

func (*DeleteNoSQLDatabaseV2ServiceUnavailable) ToJSONString

type DeleteNoSQLDatabaseV2Unauthorized

type DeleteNoSQLDatabaseV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteNoSQLDatabaseV2Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteNoSQLDatabaseV2Unauthorized

func NewDeleteNoSQLDatabaseV2Unauthorized() *DeleteNoSQLDatabaseV2Unauthorized

NewDeleteNoSQLDatabaseV2Unauthorized creates a DeleteNoSQLDatabaseV2Unauthorized with default headers values

func (*DeleteNoSQLDatabaseV2Unauthorized) Error

func (*DeleteNoSQLDatabaseV2Unauthorized) GetPayload

func (*DeleteNoSQLDatabaseV2Unauthorized) ToJSONString

func (o *DeleteNoSQLDatabaseV2Unauthorized) ToJSONString() string

type GetNoSQLAccessTunnelV2InternalServerError

type GetNoSQLAccessTunnelV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLAccessTunnelV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetNoSQLAccessTunnelV2InternalServerError

func NewGetNoSQLAccessTunnelV2InternalServerError() *GetNoSQLAccessTunnelV2InternalServerError

NewGetNoSQLAccessTunnelV2InternalServerError creates a GetNoSQLAccessTunnelV2InternalServerError with default headers values

func (*GetNoSQLAccessTunnelV2InternalServerError) Error

func (*GetNoSQLAccessTunnelV2InternalServerError) GetPayload

func (*GetNoSQLAccessTunnelV2InternalServerError) ToJSONString

type GetNoSQLAccessTunnelV2NotFound

type GetNoSQLAccessTunnelV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLAccessTunnelV2NotFound handles this case with default header values.

Not Found

func NewGetNoSQLAccessTunnelV2NotFound

func NewGetNoSQLAccessTunnelV2NotFound() *GetNoSQLAccessTunnelV2NotFound

NewGetNoSQLAccessTunnelV2NotFound creates a GetNoSQLAccessTunnelV2NotFound with default headers values

func (*GetNoSQLAccessTunnelV2NotFound) Error

func (*GetNoSQLAccessTunnelV2NotFound) GetPayload

func (*GetNoSQLAccessTunnelV2NotFound) ToJSONString

func (o *GetNoSQLAccessTunnelV2NotFound) ToJSONString() string

type GetNoSQLAccessTunnelV2OK

type GetNoSQLAccessTunnelV2OK struct {
	Payload *csmclientmodels.ApimodelTunnelInfoResponse
}

GetNoSQLAccessTunnelV2OK handles this case with default header values.

OK

func NewGetNoSQLAccessTunnelV2OK

func NewGetNoSQLAccessTunnelV2OK() *GetNoSQLAccessTunnelV2OK

NewGetNoSQLAccessTunnelV2OK creates a GetNoSQLAccessTunnelV2OK with default headers values

func (*GetNoSQLAccessTunnelV2OK) Error

func (o *GetNoSQLAccessTunnelV2OK) Error() string

func (*GetNoSQLAccessTunnelV2OK) GetPayload

func (*GetNoSQLAccessTunnelV2OK) ToJSONString

func (o *GetNoSQLAccessTunnelV2OK) ToJSONString() string

type GetNoSQLAccessTunnelV2Params

type GetNoSQLAccessTunnelV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*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
}

GetNoSQLAccessTunnelV2Params contains all the parameters to send to the API endpoint for the get no sql access tunnel v2 operation typically these are written to a http.Request

func NewGetNoSQLAccessTunnelV2Params

func NewGetNoSQLAccessTunnelV2Params() *GetNoSQLAccessTunnelV2Params

NewGetNoSQLAccessTunnelV2Params creates a new GetNoSQLAccessTunnelV2Params object with the default values initialized.

func NewGetNoSQLAccessTunnelV2ParamsWithContext

func NewGetNoSQLAccessTunnelV2ParamsWithContext(ctx context.Context) *GetNoSQLAccessTunnelV2Params

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

func NewGetNoSQLAccessTunnelV2ParamsWithHTTPClient

func NewGetNoSQLAccessTunnelV2ParamsWithHTTPClient(client *http.Client) *GetNoSQLAccessTunnelV2Params

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

func NewGetNoSQLAccessTunnelV2ParamsWithTimeout

func NewGetNoSQLAccessTunnelV2ParamsWithTimeout(timeout time.Duration) *GetNoSQLAccessTunnelV2Params

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

func (*GetNoSQLAccessTunnelV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) SetContext

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

SetContext adds the context to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) SetFlightId

func (o *GetNoSQLAccessTunnelV2Params) SetFlightId(flightId string)

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

func (*GetNoSQLAccessTunnelV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) SetNamespace

func (o *GetNoSQLAccessTunnelV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) SetTimeout

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

SetTimeout adds the timeout to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) WithContext

WithContext adds the context to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) WithNamespace

WithNamespace adds the namespace to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) WithTimeout

WithTimeout adds the timeout to the get no sql access tunnel v2 params

func (*GetNoSQLAccessTunnelV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNoSQLAccessTunnelV2Reader

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

GetNoSQLAccessTunnelV2Reader is a Reader for the GetNoSQLAccessTunnelV2 structure.

func (*GetNoSQLAccessTunnelV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNoSQLAccessTunnelV2ServiceUnavailable

type GetNoSQLAccessTunnelV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLAccessTunnelV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewGetNoSQLAccessTunnelV2ServiceUnavailable

func NewGetNoSQLAccessTunnelV2ServiceUnavailable() *GetNoSQLAccessTunnelV2ServiceUnavailable

NewGetNoSQLAccessTunnelV2ServiceUnavailable creates a GetNoSQLAccessTunnelV2ServiceUnavailable with default headers values

func (*GetNoSQLAccessTunnelV2ServiceUnavailable) Error

func (*GetNoSQLAccessTunnelV2ServiceUnavailable) GetPayload

func (*GetNoSQLAccessTunnelV2ServiceUnavailable) ToJSONString

type GetNoSQLAccessTunnelV2Unauthorized

type GetNoSQLAccessTunnelV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLAccessTunnelV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetNoSQLAccessTunnelV2Unauthorized

func NewGetNoSQLAccessTunnelV2Unauthorized() *GetNoSQLAccessTunnelV2Unauthorized

NewGetNoSQLAccessTunnelV2Unauthorized creates a GetNoSQLAccessTunnelV2Unauthorized with default headers values

func (*GetNoSQLAccessTunnelV2Unauthorized) Error

func (*GetNoSQLAccessTunnelV2Unauthorized) GetPayload

func (*GetNoSQLAccessTunnelV2Unauthorized) ToJSONString

func (o *GetNoSQLAccessTunnelV2Unauthorized) ToJSONString() string

type GetNoSQLClusterV2BadRequest

type GetNoSQLClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLClusterV2BadRequest handles this case with default header values.

Bad Request

func NewGetNoSQLClusterV2BadRequest

func NewGetNoSQLClusterV2BadRequest() *GetNoSQLClusterV2BadRequest

NewGetNoSQLClusterV2BadRequest creates a GetNoSQLClusterV2BadRequest with default headers values

func (*GetNoSQLClusterV2BadRequest) Error

func (*GetNoSQLClusterV2BadRequest) GetPayload

func (*GetNoSQLClusterV2BadRequest) ToJSONString

func (o *GetNoSQLClusterV2BadRequest) ToJSONString() string

type GetNoSQLClusterV2Forbidden

type GetNoSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewGetNoSQLClusterV2Forbidden

func NewGetNoSQLClusterV2Forbidden() *GetNoSQLClusterV2Forbidden

NewGetNoSQLClusterV2Forbidden creates a GetNoSQLClusterV2Forbidden with default headers values

func (*GetNoSQLClusterV2Forbidden) Error

func (*GetNoSQLClusterV2Forbidden) GetPayload

func (*GetNoSQLClusterV2Forbidden) ToJSONString

func (o *GetNoSQLClusterV2Forbidden) ToJSONString() string

type GetNoSQLClusterV2InternalServerError

type GetNoSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetNoSQLClusterV2InternalServerError

func NewGetNoSQLClusterV2InternalServerError() *GetNoSQLClusterV2InternalServerError

NewGetNoSQLClusterV2InternalServerError creates a GetNoSQLClusterV2InternalServerError with default headers values

func (*GetNoSQLClusterV2InternalServerError) Error

func (*GetNoSQLClusterV2InternalServerError) GetPayload

func (*GetNoSQLClusterV2InternalServerError) ToJSONString

func (o *GetNoSQLClusterV2InternalServerError) ToJSONString() string

type GetNoSQLClusterV2NotFound

type GetNoSQLClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLClusterV2NotFound handles this case with default header values.

Not Found

func NewGetNoSQLClusterV2NotFound

func NewGetNoSQLClusterV2NotFound() *GetNoSQLClusterV2NotFound

NewGetNoSQLClusterV2NotFound creates a GetNoSQLClusterV2NotFound with default headers values

func (*GetNoSQLClusterV2NotFound) Error

func (o *GetNoSQLClusterV2NotFound) Error() string

func (*GetNoSQLClusterV2NotFound) GetPayload

func (*GetNoSQLClusterV2NotFound) ToJSONString

func (o *GetNoSQLClusterV2NotFound) ToJSONString() string

type GetNoSQLClusterV2OK

type GetNoSQLClusterV2OK struct {
	Payload *csmclientmodels.ApimodelNoSQLResourceResponse
}

GetNoSQLClusterV2OK handles this case with default header values.

OK

func NewGetNoSQLClusterV2OK

func NewGetNoSQLClusterV2OK() *GetNoSQLClusterV2OK

NewGetNoSQLClusterV2OK creates a GetNoSQLClusterV2OK with default headers values

func (*GetNoSQLClusterV2OK) Error

func (o *GetNoSQLClusterV2OK) Error() string

func (*GetNoSQLClusterV2OK) GetPayload

func (*GetNoSQLClusterV2OK) ToJSONString

func (o *GetNoSQLClusterV2OK) ToJSONString() string

type GetNoSQLClusterV2Params

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

GetNoSQLClusterV2Params contains all the parameters to send to the API endpoint for the get no sql cluster v2 operation typically these are written to a http.Request

func NewGetNoSQLClusterV2Params

func NewGetNoSQLClusterV2Params() *GetNoSQLClusterV2Params

NewGetNoSQLClusterV2Params creates a new GetNoSQLClusterV2Params object with the default values initialized.

func NewGetNoSQLClusterV2ParamsWithContext

func NewGetNoSQLClusterV2ParamsWithContext(ctx context.Context) *GetNoSQLClusterV2Params

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

func NewGetNoSQLClusterV2ParamsWithHTTPClient

func NewGetNoSQLClusterV2ParamsWithHTTPClient(client *http.Client) *GetNoSQLClusterV2Params

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

func NewGetNoSQLClusterV2ParamsWithTimeout

func NewGetNoSQLClusterV2ParamsWithTimeout(timeout time.Duration) *GetNoSQLClusterV2Params

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

func (*GetNoSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) SetContext

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

SetContext adds the context to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) SetFlightId

func (o *GetNoSQLClusterV2Params) SetFlightId(flightId string)

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

func (*GetNoSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) SetNamespace

func (o *GetNoSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) WithContext

WithContext adds the context to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the get no sql cluster v2 params

func (*GetNoSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNoSQLClusterV2Reader

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

GetNoSQLClusterV2Reader is a Reader for the GetNoSQLClusterV2 structure.

func (*GetNoSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNoSQLClusterV2Unauthorized

type GetNoSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetNoSQLClusterV2Unauthorized

func NewGetNoSQLClusterV2Unauthorized() *GetNoSQLClusterV2Unauthorized

NewGetNoSQLClusterV2Unauthorized creates a GetNoSQLClusterV2Unauthorized with default headers values

func (*GetNoSQLClusterV2Unauthorized) Error

func (*GetNoSQLClusterV2Unauthorized) GetPayload

func (*GetNoSQLClusterV2Unauthorized) ToJSONString

func (o *GetNoSQLClusterV2Unauthorized) ToJSONString() string

type GetNoSQLDatabaseV2Forbidden

type GetNoSQLDatabaseV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLDatabaseV2Forbidden handles this case with default header values.

Forbidden

func NewGetNoSQLDatabaseV2Forbidden

func NewGetNoSQLDatabaseV2Forbidden() *GetNoSQLDatabaseV2Forbidden

NewGetNoSQLDatabaseV2Forbidden creates a GetNoSQLDatabaseV2Forbidden with default headers values

func (*GetNoSQLDatabaseV2Forbidden) Error

func (*GetNoSQLDatabaseV2Forbidden) GetPayload

func (*GetNoSQLDatabaseV2Forbidden) ToJSONString

func (o *GetNoSQLDatabaseV2Forbidden) ToJSONString() string

type GetNoSQLDatabaseV2InternalServerError

type GetNoSQLDatabaseV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLDatabaseV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetNoSQLDatabaseV2InternalServerError

func NewGetNoSQLDatabaseV2InternalServerError() *GetNoSQLDatabaseV2InternalServerError

NewGetNoSQLDatabaseV2InternalServerError creates a GetNoSQLDatabaseV2InternalServerError with default headers values

func (*GetNoSQLDatabaseV2InternalServerError) Error

func (*GetNoSQLDatabaseV2InternalServerError) GetPayload

func (*GetNoSQLDatabaseV2InternalServerError) ToJSONString

type GetNoSQLDatabaseV2NotFound

type GetNoSQLDatabaseV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLDatabaseV2NotFound handles this case with default header values.

Not Found

func NewGetNoSQLDatabaseV2NotFound

func NewGetNoSQLDatabaseV2NotFound() *GetNoSQLDatabaseV2NotFound

NewGetNoSQLDatabaseV2NotFound creates a GetNoSQLDatabaseV2NotFound with default headers values

func (*GetNoSQLDatabaseV2NotFound) Error

func (*GetNoSQLDatabaseV2NotFound) GetPayload

func (*GetNoSQLDatabaseV2NotFound) ToJSONString

func (o *GetNoSQLDatabaseV2NotFound) ToJSONString() string

type GetNoSQLDatabaseV2OK

type GetNoSQLDatabaseV2OK struct {
	Payload *csmclientmodels.ApimodelNoSQLDatabaseResponse
}

GetNoSQLDatabaseV2OK handles this case with default header values.

OK

func NewGetNoSQLDatabaseV2OK

func NewGetNoSQLDatabaseV2OK() *GetNoSQLDatabaseV2OK

NewGetNoSQLDatabaseV2OK creates a GetNoSQLDatabaseV2OK with default headers values

func (*GetNoSQLDatabaseV2OK) Error

func (o *GetNoSQLDatabaseV2OK) Error() string

func (*GetNoSQLDatabaseV2OK) GetPayload

func (*GetNoSQLDatabaseV2OK) ToJSONString

func (o *GetNoSQLDatabaseV2OK) ToJSONString() string

type GetNoSQLDatabaseV2Params

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

GetNoSQLDatabaseV2Params contains all the parameters to send to the API endpoint for the get no sql database v2 operation typically these are written to a http.Request

func NewGetNoSQLDatabaseV2Params

func NewGetNoSQLDatabaseV2Params() *GetNoSQLDatabaseV2Params

NewGetNoSQLDatabaseV2Params creates a new GetNoSQLDatabaseV2Params object with the default values initialized.

func NewGetNoSQLDatabaseV2ParamsWithContext

func NewGetNoSQLDatabaseV2ParamsWithContext(ctx context.Context) *GetNoSQLDatabaseV2Params

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

func NewGetNoSQLDatabaseV2ParamsWithHTTPClient

func NewGetNoSQLDatabaseV2ParamsWithHTTPClient(client *http.Client) *GetNoSQLDatabaseV2Params

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

func NewGetNoSQLDatabaseV2ParamsWithTimeout

func NewGetNoSQLDatabaseV2ParamsWithTimeout(timeout time.Duration) *GetNoSQLDatabaseV2Params

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

func (*GetNoSQLDatabaseV2Params) SetApp

func (o *GetNoSQLDatabaseV2Params) SetApp(app string)

SetApp adds the app to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) SetContext

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

SetContext adds the context to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) SetFlightId

func (o *GetNoSQLDatabaseV2Params) SetFlightId(flightId string)

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

func (*GetNoSQLDatabaseV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) SetNamespace

func (o *GetNoSQLDatabaseV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) SetTimeout

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

SetTimeout adds the timeout to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) WithApp

WithApp adds the app to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) WithContext

WithContext adds the context to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) WithNamespace

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

WithNamespace adds the namespace to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) WithTimeout

WithTimeout adds the timeout to the get no sql database v2 params

func (*GetNoSQLDatabaseV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNoSQLDatabaseV2Reader

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

GetNoSQLDatabaseV2Reader is a Reader for the GetNoSQLDatabaseV2 structure.

func (*GetNoSQLDatabaseV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNoSQLDatabaseV2Unauthorized

type GetNoSQLDatabaseV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetNoSQLDatabaseV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetNoSQLDatabaseV2Unauthorized

func NewGetNoSQLDatabaseV2Unauthorized() *GetNoSQLDatabaseV2Unauthorized

NewGetNoSQLDatabaseV2Unauthorized creates a GetNoSQLDatabaseV2Unauthorized with default headers values

func (*GetNoSQLDatabaseV2Unauthorized) Error

func (*GetNoSQLDatabaseV2Unauthorized) GetPayload

func (*GetNoSQLDatabaseV2Unauthorized) ToJSONString

func (o *GetNoSQLDatabaseV2Unauthorized) ToJSONString() string

type UpdateNoSQLClusterV2BadRequest

type UpdateNoSQLClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateNoSQLClusterV2BadRequest handles this case with default header values.

Bad Request

func NewUpdateNoSQLClusterV2BadRequest

func NewUpdateNoSQLClusterV2BadRequest() *UpdateNoSQLClusterV2BadRequest

NewUpdateNoSQLClusterV2BadRequest creates a UpdateNoSQLClusterV2BadRequest with default headers values

func (*UpdateNoSQLClusterV2BadRequest) Error

func (*UpdateNoSQLClusterV2BadRequest) GetPayload

func (*UpdateNoSQLClusterV2BadRequest) ToJSONString

func (o *UpdateNoSQLClusterV2BadRequest) ToJSONString() string

type UpdateNoSQLClusterV2Forbidden

type UpdateNoSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateNoSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewUpdateNoSQLClusterV2Forbidden

func NewUpdateNoSQLClusterV2Forbidden() *UpdateNoSQLClusterV2Forbidden

NewUpdateNoSQLClusterV2Forbidden creates a UpdateNoSQLClusterV2Forbidden with default headers values

func (*UpdateNoSQLClusterV2Forbidden) Error

func (*UpdateNoSQLClusterV2Forbidden) GetPayload

func (*UpdateNoSQLClusterV2Forbidden) ToJSONString

func (o *UpdateNoSQLClusterV2Forbidden) ToJSONString() string

type UpdateNoSQLClusterV2InternalServerError

type UpdateNoSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateNoSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateNoSQLClusterV2InternalServerError

func NewUpdateNoSQLClusterV2InternalServerError() *UpdateNoSQLClusterV2InternalServerError

NewUpdateNoSQLClusterV2InternalServerError creates a UpdateNoSQLClusterV2InternalServerError with default headers values

func (*UpdateNoSQLClusterV2InternalServerError) Error

func (*UpdateNoSQLClusterV2InternalServerError) GetPayload

func (*UpdateNoSQLClusterV2InternalServerError) ToJSONString

type UpdateNoSQLClusterV2NotFound

type UpdateNoSQLClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateNoSQLClusterV2NotFound handles this case with default header values.

Not Found

func NewUpdateNoSQLClusterV2NotFound

func NewUpdateNoSQLClusterV2NotFound() *UpdateNoSQLClusterV2NotFound

NewUpdateNoSQLClusterV2NotFound creates a UpdateNoSQLClusterV2NotFound with default headers values

func (*UpdateNoSQLClusterV2NotFound) Error

func (*UpdateNoSQLClusterV2NotFound) GetPayload

func (*UpdateNoSQLClusterV2NotFound) ToJSONString

func (o *UpdateNoSQLClusterV2NotFound) ToJSONString() string

type UpdateNoSQLClusterV2OK

type UpdateNoSQLClusterV2OK struct {
	Payload *csmclientmodels.ApimodelNoSQLResourceResponse
}

UpdateNoSQLClusterV2OK handles this case with default header values.

OK

func NewUpdateNoSQLClusterV2OK

func NewUpdateNoSQLClusterV2OK() *UpdateNoSQLClusterV2OK

NewUpdateNoSQLClusterV2OK creates a UpdateNoSQLClusterV2OK with default headers values

func (*UpdateNoSQLClusterV2OK) Error

func (o *UpdateNoSQLClusterV2OK) Error() string

func (*UpdateNoSQLClusterV2OK) GetPayload

func (*UpdateNoSQLClusterV2OK) ToJSONString

func (o *UpdateNoSQLClusterV2OK) ToJSONString() string

type UpdateNoSQLClusterV2Params

type UpdateNoSQLClusterV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.NosqlresourceNoSQLResourceConfiguration
	/*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
}

UpdateNoSQLClusterV2Params contains all the parameters to send to the API endpoint for the update no sql cluster v2 operation typically these are written to a http.Request

func NewUpdateNoSQLClusterV2Params

func NewUpdateNoSQLClusterV2Params() *UpdateNoSQLClusterV2Params

NewUpdateNoSQLClusterV2Params creates a new UpdateNoSQLClusterV2Params object with the default values initialized.

func NewUpdateNoSQLClusterV2ParamsWithContext

func NewUpdateNoSQLClusterV2ParamsWithContext(ctx context.Context) *UpdateNoSQLClusterV2Params

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

func NewUpdateNoSQLClusterV2ParamsWithHTTPClient

func NewUpdateNoSQLClusterV2ParamsWithHTTPClient(client *http.Client) *UpdateNoSQLClusterV2Params

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

func NewUpdateNoSQLClusterV2ParamsWithTimeout

func NewUpdateNoSQLClusterV2ParamsWithTimeout(timeout time.Duration) *UpdateNoSQLClusterV2Params

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

func (*UpdateNoSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) SetBody

SetBody adds the body to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) SetContext

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

SetContext adds the context to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) SetFlightId

func (o *UpdateNoSQLClusterV2Params) SetFlightId(flightId string)

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

func (*UpdateNoSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) SetNamespace

func (o *UpdateNoSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) WithBody

WithBody adds the body to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) WithContext

WithContext adds the context to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the update no sql cluster v2 params

func (*UpdateNoSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNoSQLClusterV2Reader

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

UpdateNoSQLClusterV2Reader is a Reader for the UpdateNoSQLClusterV2 structure.

func (*UpdateNoSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNoSQLClusterV2ServiceUnavailable

type UpdateNoSQLClusterV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateNoSQLClusterV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewUpdateNoSQLClusterV2ServiceUnavailable

func NewUpdateNoSQLClusterV2ServiceUnavailable() *UpdateNoSQLClusterV2ServiceUnavailable

NewUpdateNoSQLClusterV2ServiceUnavailable creates a UpdateNoSQLClusterV2ServiceUnavailable with default headers values

func (*UpdateNoSQLClusterV2ServiceUnavailable) Error

func (*UpdateNoSQLClusterV2ServiceUnavailable) GetPayload

func (*UpdateNoSQLClusterV2ServiceUnavailable) ToJSONString

type UpdateNoSQLClusterV2Unauthorized

type UpdateNoSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateNoSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateNoSQLClusterV2Unauthorized

func NewUpdateNoSQLClusterV2Unauthorized() *UpdateNoSQLClusterV2Unauthorized

NewUpdateNoSQLClusterV2Unauthorized creates a UpdateNoSQLClusterV2Unauthorized with default headers values

func (*UpdateNoSQLClusterV2Unauthorized) Error

func (*UpdateNoSQLClusterV2Unauthorized) GetPayload

func (*UpdateNoSQLClusterV2Unauthorized) ToJSONString

func (o *UpdateNoSQLClusterV2Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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