managed_resources_sql

package
v0.88.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for managed resources sql API

func (*Client) CreateSQLClusterV2 deprecated

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

CreateSQLClusterV2 creates sql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [CREATE]`

Provision SQL database cluster and instances that can be used by extend apps in game namespace within the studio. Only one SQL 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) CreateSQLClusterV2Short

func (a *Client) CreateSQLClusterV2Short(params *CreateSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLClusterV2OK, error)

CreateSQLClusterV2Short creates sql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [CREATE]`

Provision SQL database cluster and instances that can be used by extend apps in game namespace within the studio. Only one SQL 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) CreateSQLDatabaseCredentialV2 deprecated

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

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

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

func (*Client) CreateSQLDatabaseCredentialV2Short

func (a *Client) CreateSQLDatabaseCredentialV2Short(params *CreateSQLDatabaseCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLDatabaseCredentialV2OK, error)

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

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

func (*Client) CreateSQLDatabaseV2 deprecated

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

CreateSQLDatabaseV2 creates sql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:DATABASES [CREATE]`

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

func (*Client) CreateSQLDatabaseV2Short

func (a *Client) CreateSQLDatabaseV2Short(params *CreateSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLDatabaseV2OK, error)

CreateSQLDatabaseV2Short creates sql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:DATABASES [CREATE]`

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

func (*Client) DeleteSQLClusterV2 deprecated

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

DeleteSQLClusterV2 delete sql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [DELETE]`

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

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

func (*Client) DeleteSQLClusterV2Short

func (a *Client) DeleteSQLClusterV2Short(params *DeleteSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSQLClusterV2OK, error)

DeleteSQLClusterV2Short delete sql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [DELETE]`

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

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

func (*Client) DeleteSQLDatabaseV2 deprecated

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

DeleteSQLDatabaseV2 deletes sql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:DATABASES [DELETE]`

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

func (*Client) DeleteSQLDatabaseV2Short

func (a *Client) DeleteSQLDatabaseV2Short(params *DeleteSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSQLDatabaseV2OK, error)

DeleteSQLDatabaseV2Short deletes sql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:DATABASES [DELETE]`

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

func (*Client) GetSQLAppListV2 deprecated

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

GetSQLAppListV2 get list of extend app using sql Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [READ]`

Get List of Extend App using SQL database by given studio/publisher namespace and the SQL cluster resourceId. - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max ACU). - `creating` : The cluster or instance is being created and is not yet accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `configuring-replica` : The cluster is configuring replica instances for multi-AZ deployment. - `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. - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `stopped` : The cluster is stopped and not accessible. - `starting` : The cluster is transitioning from stopped to running, or is rebooting.

func (*Client) GetSQLAppListV2Short

func (a *Client) GetSQLAppListV2Short(params *GetSQLAppListV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLAppListV2OK, error)

GetSQLAppListV2Short get list of extend app using sql Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [READ]`

Get List of Extend App using SQL database by given studio/publisher namespace and the SQL cluster resourceId. - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max ACU). - `creating` : The cluster or instance is being created and is not yet accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `configuring-replica` : The cluster is configuring replica instances for multi-AZ deployment. - `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. - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `stopped` : The cluster is stopped and not accessible. - `starting` : The cluster is transitioning from stopped to running, or is rebooting.

func (*Client) GetSQLClusterV2 deprecated

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

GetSQLClusterV2 get sql cluster information Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [READ]`

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

`status` field - indicates the SQL cluster status: - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `stopped` : The cluster is stopped and not accessible. - `starting` : The cluster is transitioning from stopped to running, or is rebooting. - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max ACU). - `creating` : The cluster or instance is being created and is not yet accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `configuring-replica` : The cluster is configuring replica instances for multi-AZ deployment. - `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.

func (*Client) GetSQLClusterV2Short

func (a *Client) GetSQLClusterV2Short(params *GetSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLClusterV2OK, error)

GetSQLClusterV2Short get sql cluster information Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [READ]`

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

`status` field - indicates the SQL cluster status: - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `stopped` : The cluster is stopped and not accessible. - `starting` : The cluster is transitioning from stopped to running, or is rebooting. - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max ACU). - `creating` : The cluster or instance is being created and is not yet accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `configuring-replica` : The cluster is configuring replica instances for multi-AZ deployment. - `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.

func (*Client) GetSQLDatabaseV2 deprecated

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

GetSQLDatabaseV2 get sql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:DATABASES [READ]`

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

`resourceStatus` field - indicates the SQL cluster status: - `starting` : The cluster is transitioning from stopped to running, or is rebooting. - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max ACU). - `creating` : The cluster or instance is being created and is not yet accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `configuring-replica` : The cluster is configuring replica instances for multi-AZ deployment. - `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. - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `stopped` : The cluster is stopped and not accessible.

func (*Client) GetSQLDatabaseV2Short

func (a *Client) GetSQLDatabaseV2Short(params *GetSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLDatabaseV2OK, error)

GetSQLDatabaseV2Short get sql database for extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:DATABASES [READ]`

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

`resourceStatus` field - indicates the SQL cluster status: - `starting` : The cluster is transitioning from stopped to running, or is rebooting. - `available` : The cluster is accessible. - `updating` : The cluster is being modified and is not yet accessible (e.g., updating min/max ACU). - `creating` : The cluster or instance is being created and is not yet accessible. - `maintenance` : The cluster is undergoing maintenance operations and is not accessible. - `unknown` : The cluster status is not recognized - `configuring-replica` : The cluster is configuring replica instances for multi-AZ deployment. - `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. - `stopping` : The cluster is in the process of stopping and will soon become inaccessible. - `stopped` : The cluster is stopped and not accessible.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StartSQLClusterV2 deprecated

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

StartSQLClusterV2 start sql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [UPDATE]`

Start SQL cluster. You can only start the cluster when its status is "stopped".

Cluster starting process may take some time to complete.

func (*Client) StartSQLClusterV2Short

func (a *Client) StartSQLClusterV2Short(params *StartSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*StartSQLClusterV2NoContent, error)

StartSQLClusterV2Short start sql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [UPDATE]`

Start SQL cluster. You can only start the cluster when its status is "stopped".

Cluster starting process may take some time to complete.

func (*Client) StopSQLClusterV2 deprecated

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

StopSQLClusterV2 stop sql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [UPDATE]`

Stop SQL cluster. You can only start the cluster when its status is "available".

Cluster stopping process may take some time to complete.

func (*Client) StopSQLClusterV2Short

func (a *Client) StopSQLClusterV2Short(params *StopSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*StopSQLClusterV2NoContent, error)

StopSQLClusterV2Short stop sql cluster Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [UPDATE]`

Stop SQL cluster. You can only start the cluster when its status is "available".

Cluster stopping process may take some time to complete.

func (*Client) UpdateSQLClusterV2 deprecated

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

UpdateSQLClusterV2 update sql cluster configurations Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [UPDATE]`

Update SQL cluster configurations such as min/max ACU (AuroraDB Capacity Units) for the SQL 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) UpdateSQLClusterV2Short

func (a *Client) UpdateSQLClusterV2Short(params *UpdateSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSQLClusterV2OK, error)

UpdateSQLClusterV2Short update sql cluster configurations Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SQL:CLUSTERS [UPDATE]`

Update SQL cluster configurations such as min/max ACU (AuroraDB Capacity Units) for the SQL 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 {
	CreateSQLDatabaseCredentialV2(params *CreateSQLDatabaseCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLDatabaseCredentialV2OK, *CreateSQLDatabaseCredentialV2BadRequest, *CreateSQLDatabaseCredentialV2Unauthorized, *CreateSQLDatabaseCredentialV2Forbidden, *CreateSQLDatabaseCredentialV2NotFound, *CreateSQLDatabaseCredentialV2Conflict, *CreateSQLDatabaseCredentialV2InternalServerError, *CreateSQLDatabaseCredentialV2ServiceUnavailable, error)
	CreateSQLDatabaseCredentialV2Short(params *CreateSQLDatabaseCredentialV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLDatabaseCredentialV2OK, error)
	GetSQLDatabaseV2(params *GetSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLDatabaseV2OK, *GetSQLDatabaseV2Unauthorized, *GetSQLDatabaseV2Forbidden, *GetSQLDatabaseV2NotFound, *GetSQLDatabaseV2InternalServerError, error)
	GetSQLDatabaseV2Short(params *GetSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLDatabaseV2OK, error)
	CreateSQLDatabaseV2(params *CreateSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLDatabaseV2OK, *CreateSQLDatabaseV2BadRequest, *CreateSQLDatabaseV2Unauthorized, *CreateSQLDatabaseV2Forbidden, *CreateSQLDatabaseV2NotFound, *CreateSQLDatabaseV2Conflict, *CreateSQLDatabaseV2InternalServerError, *CreateSQLDatabaseV2ServiceUnavailable, error)
	CreateSQLDatabaseV2Short(params *CreateSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLDatabaseV2OK, error)
	DeleteSQLDatabaseV2(params *DeleteSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSQLDatabaseV2OK, *DeleteSQLDatabaseV2BadRequest, *DeleteSQLDatabaseV2Unauthorized, *DeleteSQLDatabaseV2Forbidden, *DeleteSQLDatabaseV2NotFound, *DeleteSQLDatabaseV2InternalServerError, *DeleteSQLDatabaseV2ServiceUnavailable, error)
	DeleteSQLDatabaseV2Short(params *DeleteSQLDatabaseV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSQLDatabaseV2OK, error)
	GetSQLClusterV2(params *GetSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLClusterV2OK, *GetSQLClusterV2BadRequest, *GetSQLClusterV2Unauthorized, *GetSQLClusterV2Forbidden, *GetSQLClusterV2NotFound, *GetSQLClusterV2InternalServerError, error)
	GetSQLClusterV2Short(params *GetSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLClusterV2OK, error)
	UpdateSQLClusterV2(params *UpdateSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSQLClusterV2OK, *UpdateSQLClusterV2BadRequest, *UpdateSQLClusterV2Unauthorized, *UpdateSQLClusterV2Forbidden, *UpdateSQLClusterV2NotFound, *UpdateSQLClusterV2InternalServerError, *UpdateSQLClusterV2ServiceUnavailable, error)
	UpdateSQLClusterV2Short(params *UpdateSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSQLClusterV2OK, error)
	CreateSQLClusterV2(params *CreateSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLClusterV2OK, *CreateSQLClusterV2BadRequest, *CreateSQLClusterV2Unauthorized, *CreateSQLClusterV2Forbidden, *CreateSQLClusterV2Conflict, *CreateSQLClusterV2InternalServerError, error)
	CreateSQLClusterV2Short(params *CreateSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateSQLClusterV2OK, error)
	DeleteSQLClusterV2(params *DeleteSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSQLClusterV2OK, *DeleteSQLClusterV2Unauthorized, *DeleteSQLClusterV2Forbidden, *DeleteSQLClusterV2NotFound, *DeleteSQLClusterV2Conflict, *DeleteSQLClusterV2InternalServerError, error)
	DeleteSQLClusterV2Short(params *DeleteSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSQLClusterV2OK, error)
	StartSQLClusterV2(params *StartSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*StartSQLClusterV2NoContent, *StartSQLClusterV2BadRequest, *StartSQLClusterV2Unauthorized, *StartSQLClusterV2Forbidden, *StartSQLClusterV2NotFound, *StartSQLClusterV2InternalServerError, *StartSQLClusterV2ServiceUnavailable, error)
	StartSQLClusterV2Short(params *StartSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*StartSQLClusterV2NoContent, error)
	StopSQLClusterV2(params *StopSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*StopSQLClusterV2NoContent, *StopSQLClusterV2BadRequest, *StopSQLClusterV2Unauthorized, *StopSQLClusterV2Forbidden, *StopSQLClusterV2NotFound, *StopSQLClusterV2InternalServerError, *StopSQLClusterV2ServiceUnavailable, error)
	StopSQLClusterV2Short(params *StopSQLClusterV2Params, authInfo runtime.ClientAuthInfoWriter) (*StopSQLClusterV2NoContent, error)
	GetSQLAppListV2(params *GetSQLAppListV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLAppListV2OK, *GetSQLAppListV2BadRequest, *GetSQLAppListV2Unauthorized, *GetSQLAppListV2Forbidden, *GetSQLAppListV2InternalServerError, error)
	GetSQLAppListV2Short(params *GetSQLAppListV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetSQLAppListV2OK, 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 sql API client.

type CreateSQLClusterV2BadRequest

type CreateSQLClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLClusterV2BadRequest handles this case with default header values.

Bad Request

func NewCreateSQLClusterV2BadRequest

func NewCreateSQLClusterV2BadRequest() *CreateSQLClusterV2BadRequest

NewCreateSQLClusterV2BadRequest creates a CreateSQLClusterV2BadRequest with default headers values

func (*CreateSQLClusterV2BadRequest) Error

func (*CreateSQLClusterV2BadRequest) GetPayload

func (*CreateSQLClusterV2BadRequest) ToJSONString

func (o *CreateSQLClusterV2BadRequest) ToJSONString() string

type CreateSQLClusterV2Conflict

type CreateSQLClusterV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLClusterV2Conflict handles this case with default header values.

Conflict

func NewCreateSQLClusterV2Conflict

func NewCreateSQLClusterV2Conflict() *CreateSQLClusterV2Conflict

NewCreateSQLClusterV2Conflict creates a CreateSQLClusterV2Conflict with default headers values

func (*CreateSQLClusterV2Conflict) Error

func (*CreateSQLClusterV2Conflict) GetPayload

func (*CreateSQLClusterV2Conflict) ToJSONString

func (o *CreateSQLClusterV2Conflict) ToJSONString() string

type CreateSQLClusterV2Forbidden

type CreateSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewCreateSQLClusterV2Forbidden

func NewCreateSQLClusterV2Forbidden() *CreateSQLClusterV2Forbidden

NewCreateSQLClusterV2Forbidden creates a CreateSQLClusterV2Forbidden with default headers values

func (*CreateSQLClusterV2Forbidden) Error

func (*CreateSQLClusterV2Forbidden) GetPayload

func (*CreateSQLClusterV2Forbidden) ToJSONString

func (o *CreateSQLClusterV2Forbidden) ToJSONString() string

type CreateSQLClusterV2InternalServerError

type CreateSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateSQLClusterV2InternalServerError

func NewCreateSQLClusterV2InternalServerError() *CreateSQLClusterV2InternalServerError

NewCreateSQLClusterV2InternalServerError creates a CreateSQLClusterV2InternalServerError with default headers values

func (*CreateSQLClusterV2InternalServerError) Error

func (*CreateSQLClusterV2InternalServerError) GetPayload

func (*CreateSQLClusterV2InternalServerError) ToJSONString

type CreateSQLClusterV2OK

type CreateSQLClusterV2OK struct {
	Payload *csmclientmodels.ApimodelSQLResourceResponse
}

CreateSQLClusterV2OK handles this case with default header values.

OK

func NewCreateSQLClusterV2OK

func NewCreateSQLClusterV2OK() *CreateSQLClusterV2OK

NewCreateSQLClusterV2OK creates a CreateSQLClusterV2OK with default headers values

func (*CreateSQLClusterV2OK) Error

func (o *CreateSQLClusterV2OK) Error() string

func (*CreateSQLClusterV2OK) GetPayload

func (*CreateSQLClusterV2OK) ToJSONString

func (o *CreateSQLClusterV2OK) ToJSONString() string

type CreateSQLClusterV2Params

type CreateSQLClusterV2Params struct {

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

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

func NewCreateSQLClusterV2Params

func NewCreateSQLClusterV2Params() *CreateSQLClusterV2Params

NewCreateSQLClusterV2Params creates a new CreateSQLClusterV2Params object with the default values initialized.

func NewCreateSQLClusterV2ParamsWithContext

func NewCreateSQLClusterV2ParamsWithContext(ctx context.Context) *CreateSQLClusterV2Params

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

func NewCreateSQLClusterV2ParamsWithHTTPClient

func NewCreateSQLClusterV2ParamsWithHTTPClient(client *http.Client) *CreateSQLClusterV2Params

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

func NewCreateSQLClusterV2ParamsWithTimeout

func NewCreateSQLClusterV2ParamsWithTimeout(timeout time.Duration) *CreateSQLClusterV2Params

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

func (*CreateSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) SetBody

SetBody adds the body to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) SetContext

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

SetContext adds the context to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) SetFlightId

func (o *CreateSQLClusterV2Params) SetFlightId(flightId string)

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

func (*CreateSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) SetHTTPClientTransport

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

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

func (*CreateSQLClusterV2Params) SetNamespace

func (o *CreateSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) WithBody

WithBody adds the body to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) WithContext

WithContext adds the context to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the create sql cluster v2 params

func (*CreateSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSQLClusterV2Reader

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

CreateSQLClusterV2Reader is a Reader for the CreateSQLClusterV2 structure.

func (*CreateSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSQLClusterV2Unauthorized

type CreateSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateSQLClusterV2Unauthorized

func NewCreateSQLClusterV2Unauthorized() *CreateSQLClusterV2Unauthorized

NewCreateSQLClusterV2Unauthorized creates a CreateSQLClusterV2Unauthorized with default headers values

func (*CreateSQLClusterV2Unauthorized) Error

func (*CreateSQLClusterV2Unauthorized) GetPayload

func (*CreateSQLClusterV2Unauthorized) ToJSONString

func (o *CreateSQLClusterV2Unauthorized) ToJSONString() string

type CreateSQLDatabaseCredentialV2BadRequest

type CreateSQLDatabaseCredentialV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseCredentialV2BadRequest handles this case with default header values.

Bad Request

func NewCreateSQLDatabaseCredentialV2BadRequest

func NewCreateSQLDatabaseCredentialV2BadRequest() *CreateSQLDatabaseCredentialV2BadRequest

NewCreateSQLDatabaseCredentialV2BadRequest creates a CreateSQLDatabaseCredentialV2BadRequest with default headers values

func (*CreateSQLDatabaseCredentialV2BadRequest) Error

func (*CreateSQLDatabaseCredentialV2BadRequest) GetPayload

func (*CreateSQLDatabaseCredentialV2BadRequest) ToJSONString

type CreateSQLDatabaseCredentialV2Conflict

type CreateSQLDatabaseCredentialV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseCredentialV2Conflict handles this case with default header values.

Conflict

func NewCreateSQLDatabaseCredentialV2Conflict

func NewCreateSQLDatabaseCredentialV2Conflict() *CreateSQLDatabaseCredentialV2Conflict

NewCreateSQLDatabaseCredentialV2Conflict creates a CreateSQLDatabaseCredentialV2Conflict with default headers values

func (*CreateSQLDatabaseCredentialV2Conflict) Error

func (*CreateSQLDatabaseCredentialV2Conflict) GetPayload

func (*CreateSQLDatabaseCredentialV2Conflict) ToJSONString

type CreateSQLDatabaseCredentialV2Forbidden

type CreateSQLDatabaseCredentialV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseCredentialV2Forbidden handles this case with default header values.

Forbidden

func NewCreateSQLDatabaseCredentialV2Forbidden

func NewCreateSQLDatabaseCredentialV2Forbidden() *CreateSQLDatabaseCredentialV2Forbidden

NewCreateSQLDatabaseCredentialV2Forbidden creates a CreateSQLDatabaseCredentialV2Forbidden with default headers values

func (*CreateSQLDatabaseCredentialV2Forbidden) Error

func (*CreateSQLDatabaseCredentialV2Forbidden) GetPayload

func (*CreateSQLDatabaseCredentialV2Forbidden) ToJSONString

type CreateSQLDatabaseCredentialV2InternalServerError

type CreateSQLDatabaseCredentialV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseCredentialV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateSQLDatabaseCredentialV2InternalServerError

func NewCreateSQLDatabaseCredentialV2InternalServerError() *CreateSQLDatabaseCredentialV2InternalServerError

NewCreateSQLDatabaseCredentialV2InternalServerError creates a CreateSQLDatabaseCredentialV2InternalServerError with default headers values

func (*CreateSQLDatabaseCredentialV2InternalServerError) Error

func (*CreateSQLDatabaseCredentialV2InternalServerError) GetPayload

func (*CreateSQLDatabaseCredentialV2InternalServerError) ToJSONString

type CreateSQLDatabaseCredentialV2NotFound

type CreateSQLDatabaseCredentialV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseCredentialV2NotFound handles this case with default header values.

Not Found

func NewCreateSQLDatabaseCredentialV2NotFound

func NewCreateSQLDatabaseCredentialV2NotFound() *CreateSQLDatabaseCredentialV2NotFound

NewCreateSQLDatabaseCredentialV2NotFound creates a CreateSQLDatabaseCredentialV2NotFound with default headers values

func (*CreateSQLDatabaseCredentialV2NotFound) Error

func (*CreateSQLDatabaseCredentialV2NotFound) GetPayload

func (*CreateSQLDatabaseCredentialV2NotFound) ToJSONString

type CreateSQLDatabaseCredentialV2OK

type CreateSQLDatabaseCredentialV2OK struct {
	Payload *csmclientmodels.ApimodelSQLDatabaseCredentialResponse
}

CreateSQLDatabaseCredentialV2OK handles this case with default header values.

OK

func NewCreateSQLDatabaseCredentialV2OK

func NewCreateSQLDatabaseCredentialV2OK() *CreateSQLDatabaseCredentialV2OK

NewCreateSQLDatabaseCredentialV2OK creates a CreateSQLDatabaseCredentialV2OK with default headers values

func (*CreateSQLDatabaseCredentialV2OK) Error

func (*CreateSQLDatabaseCredentialV2OK) GetPayload

func (*CreateSQLDatabaseCredentialV2OK) ToJSONString

func (o *CreateSQLDatabaseCredentialV2OK) ToJSONString() string

type CreateSQLDatabaseCredentialV2Params

type CreateSQLDatabaseCredentialV2Params struct {

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

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

func NewCreateSQLDatabaseCredentialV2Params

func NewCreateSQLDatabaseCredentialV2Params() *CreateSQLDatabaseCredentialV2Params

NewCreateSQLDatabaseCredentialV2Params creates a new CreateSQLDatabaseCredentialV2Params object with the default values initialized.

func NewCreateSQLDatabaseCredentialV2ParamsWithContext

func NewCreateSQLDatabaseCredentialV2ParamsWithContext(ctx context.Context) *CreateSQLDatabaseCredentialV2Params

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

func NewCreateSQLDatabaseCredentialV2ParamsWithHTTPClient

func NewCreateSQLDatabaseCredentialV2ParamsWithHTTPClient(client *http.Client) *CreateSQLDatabaseCredentialV2Params

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

func NewCreateSQLDatabaseCredentialV2ParamsWithTimeout

func NewCreateSQLDatabaseCredentialV2ParamsWithTimeout(timeout time.Duration) *CreateSQLDatabaseCredentialV2Params

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

func (*CreateSQLDatabaseCredentialV2Params) SetApp

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

func (*CreateSQLDatabaseCredentialV2Params) SetAuthInfoWriter

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

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

func (*CreateSQLDatabaseCredentialV2Params) SetBody

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

func (*CreateSQLDatabaseCredentialV2Params) SetContext

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

func (*CreateSQLDatabaseCredentialV2Params) SetFlightId

func (o *CreateSQLDatabaseCredentialV2Params) SetFlightId(flightId string)

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

func (*CreateSQLDatabaseCredentialV2Params) SetHTTPClient

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

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

func (*CreateSQLDatabaseCredentialV2Params) SetHTTPClientTransport

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

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

func (*CreateSQLDatabaseCredentialV2Params) SetNamespace

func (o *CreateSQLDatabaseCredentialV2Params) SetNamespace(namespace string)

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

func (*CreateSQLDatabaseCredentialV2Params) SetTimeout

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

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

func (*CreateSQLDatabaseCredentialV2Params) WithApp

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

func (*CreateSQLDatabaseCredentialV2Params) WithBody

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

func (*CreateSQLDatabaseCredentialV2Params) WithContext

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

func (*CreateSQLDatabaseCredentialV2Params) WithHTTPClient

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

func (*CreateSQLDatabaseCredentialV2Params) WithNamespace

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

func (*CreateSQLDatabaseCredentialV2Params) WithTimeout

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

func (*CreateSQLDatabaseCredentialV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSQLDatabaseCredentialV2Reader

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

CreateSQLDatabaseCredentialV2Reader is a Reader for the CreateSQLDatabaseCredentialV2 structure.

func (*CreateSQLDatabaseCredentialV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSQLDatabaseCredentialV2ServiceUnavailable

type CreateSQLDatabaseCredentialV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseCredentialV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewCreateSQLDatabaseCredentialV2ServiceUnavailable

func NewCreateSQLDatabaseCredentialV2ServiceUnavailable() *CreateSQLDatabaseCredentialV2ServiceUnavailable

NewCreateSQLDatabaseCredentialV2ServiceUnavailable creates a CreateSQLDatabaseCredentialV2ServiceUnavailable with default headers values

func (*CreateSQLDatabaseCredentialV2ServiceUnavailable) Error

func (*CreateSQLDatabaseCredentialV2ServiceUnavailable) GetPayload

func (*CreateSQLDatabaseCredentialV2ServiceUnavailable) ToJSONString

type CreateSQLDatabaseCredentialV2Unauthorized

type CreateSQLDatabaseCredentialV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseCredentialV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateSQLDatabaseCredentialV2Unauthorized

func NewCreateSQLDatabaseCredentialV2Unauthorized() *CreateSQLDatabaseCredentialV2Unauthorized

NewCreateSQLDatabaseCredentialV2Unauthorized creates a CreateSQLDatabaseCredentialV2Unauthorized with default headers values

func (*CreateSQLDatabaseCredentialV2Unauthorized) Error

func (*CreateSQLDatabaseCredentialV2Unauthorized) GetPayload

func (*CreateSQLDatabaseCredentialV2Unauthorized) ToJSONString

type CreateSQLDatabaseV2BadRequest

type CreateSQLDatabaseV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseV2BadRequest handles this case with default header values.

Bad Request

func NewCreateSQLDatabaseV2BadRequest

func NewCreateSQLDatabaseV2BadRequest() *CreateSQLDatabaseV2BadRequest

NewCreateSQLDatabaseV2BadRequest creates a CreateSQLDatabaseV2BadRequest with default headers values

func (*CreateSQLDatabaseV2BadRequest) Error

func (*CreateSQLDatabaseV2BadRequest) GetPayload

func (*CreateSQLDatabaseV2BadRequest) ToJSONString

func (o *CreateSQLDatabaseV2BadRequest) ToJSONString() string

type CreateSQLDatabaseV2Conflict

type CreateSQLDatabaseV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseV2Conflict handles this case with default header values.

Conflict

func NewCreateSQLDatabaseV2Conflict

func NewCreateSQLDatabaseV2Conflict() *CreateSQLDatabaseV2Conflict

NewCreateSQLDatabaseV2Conflict creates a CreateSQLDatabaseV2Conflict with default headers values

func (*CreateSQLDatabaseV2Conflict) Error

func (*CreateSQLDatabaseV2Conflict) GetPayload

func (*CreateSQLDatabaseV2Conflict) ToJSONString

func (o *CreateSQLDatabaseV2Conflict) ToJSONString() string

type CreateSQLDatabaseV2Forbidden

type CreateSQLDatabaseV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseV2Forbidden handles this case with default header values.

Forbidden

func NewCreateSQLDatabaseV2Forbidden

func NewCreateSQLDatabaseV2Forbidden() *CreateSQLDatabaseV2Forbidden

NewCreateSQLDatabaseV2Forbidden creates a CreateSQLDatabaseV2Forbidden with default headers values

func (*CreateSQLDatabaseV2Forbidden) Error

func (*CreateSQLDatabaseV2Forbidden) GetPayload

func (*CreateSQLDatabaseV2Forbidden) ToJSONString

func (o *CreateSQLDatabaseV2Forbidden) ToJSONString() string

type CreateSQLDatabaseV2InternalServerError

type CreateSQLDatabaseV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateSQLDatabaseV2InternalServerError

func NewCreateSQLDatabaseV2InternalServerError() *CreateSQLDatabaseV2InternalServerError

NewCreateSQLDatabaseV2InternalServerError creates a CreateSQLDatabaseV2InternalServerError with default headers values

func (*CreateSQLDatabaseV2InternalServerError) Error

func (*CreateSQLDatabaseV2InternalServerError) GetPayload

func (*CreateSQLDatabaseV2InternalServerError) ToJSONString

type CreateSQLDatabaseV2NotFound

type CreateSQLDatabaseV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseV2NotFound handles this case with default header values.

Not Found

func NewCreateSQLDatabaseV2NotFound

func NewCreateSQLDatabaseV2NotFound() *CreateSQLDatabaseV2NotFound

NewCreateSQLDatabaseV2NotFound creates a CreateSQLDatabaseV2NotFound with default headers values

func (*CreateSQLDatabaseV2NotFound) Error

func (*CreateSQLDatabaseV2NotFound) GetPayload

func (*CreateSQLDatabaseV2NotFound) ToJSONString

func (o *CreateSQLDatabaseV2NotFound) ToJSONString() string

type CreateSQLDatabaseV2OK

type CreateSQLDatabaseV2OK struct {
	Payload *csmclientmodels.ApimodelSQLDatabaseResponse
}

CreateSQLDatabaseV2OK handles this case with default header values.

OK

func NewCreateSQLDatabaseV2OK

func NewCreateSQLDatabaseV2OK() *CreateSQLDatabaseV2OK

NewCreateSQLDatabaseV2OK creates a CreateSQLDatabaseV2OK with default headers values

func (*CreateSQLDatabaseV2OK) Error

func (o *CreateSQLDatabaseV2OK) Error() string

func (*CreateSQLDatabaseV2OK) GetPayload

func (*CreateSQLDatabaseV2OK) ToJSONString

func (o *CreateSQLDatabaseV2OK) ToJSONString() string

type CreateSQLDatabaseV2Params

type CreateSQLDatabaseV2Params struct {

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

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

func NewCreateSQLDatabaseV2Params

func NewCreateSQLDatabaseV2Params() *CreateSQLDatabaseV2Params

NewCreateSQLDatabaseV2Params creates a new CreateSQLDatabaseV2Params object with the default values initialized.

func NewCreateSQLDatabaseV2ParamsWithContext

func NewCreateSQLDatabaseV2ParamsWithContext(ctx context.Context) *CreateSQLDatabaseV2Params

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

func NewCreateSQLDatabaseV2ParamsWithHTTPClient

func NewCreateSQLDatabaseV2ParamsWithHTTPClient(client *http.Client) *CreateSQLDatabaseV2Params

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

func NewCreateSQLDatabaseV2ParamsWithTimeout

func NewCreateSQLDatabaseV2ParamsWithTimeout(timeout time.Duration) *CreateSQLDatabaseV2Params

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

func (*CreateSQLDatabaseV2Params) SetApp

func (o *CreateSQLDatabaseV2Params) SetApp(app string)

SetApp adds the app to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) SetBody

SetBody adds the body to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) SetContext

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

SetContext adds the context to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) SetFlightId

func (o *CreateSQLDatabaseV2Params) SetFlightId(flightId string)

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

func (*CreateSQLDatabaseV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) SetHTTPClientTransport

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

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

func (*CreateSQLDatabaseV2Params) SetNamespace

func (o *CreateSQLDatabaseV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) SetTimeout

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

SetTimeout adds the timeout to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) WithApp

WithApp adds the app to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) WithBody

WithBody adds the body to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) WithContext

WithContext adds the context to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) WithNamespace

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

WithNamespace adds the namespace to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) WithTimeout

WithTimeout adds the timeout to the create sql database v2 params

func (*CreateSQLDatabaseV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSQLDatabaseV2Reader

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

CreateSQLDatabaseV2Reader is a Reader for the CreateSQLDatabaseV2 structure.

func (*CreateSQLDatabaseV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSQLDatabaseV2ServiceUnavailable

type CreateSQLDatabaseV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewCreateSQLDatabaseV2ServiceUnavailable

func NewCreateSQLDatabaseV2ServiceUnavailable() *CreateSQLDatabaseV2ServiceUnavailable

NewCreateSQLDatabaseV2ServiceUnavailable creates a CreateSQLDatabaseV2ServiceUnavailable with default headers values

func (*CreateSQLDatabaseV2ServiceUnavailable) Error

func (*CreateSQLDatabaseV2ServiceUnavailable) GetPayload

func (*CreateSQLDatabaseV2ServiceUnavailable) ToJSONString

type CreateSQLDatabaseV2Unauthorized

type CreateSQLDatabaseV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateSQLDatabaseV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateSQLDatabaseV2Unauthorized

func NewCreateSQLDatabaseV2Unauthorized() *CreateSQLDatabaseV2Unauthorized

NewCreateSQLDatabaseV2Unauthorized creates a CreateSQLDatabaseV2Unauthorized with default headers values

func (*CreateSQLDatabaseV2Unauthorized) Error

func (*CreateSQLDatabaseV2Unauthorized) GetPayload

func (*CreateSQLDatabaseV2Unauthorized) ToJSONString

func (o *CreateSQLDatabaseV2Unauthorized) ToJSONString() string

type DeleteSQLClusterV2Conflict

type DeleteSQLClusterV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLClusterV2Conflict handles this case with default header values.

Conflict

func NewDeleteSQLClusterV2Conflict

func NewDeleteSQLClusterV2Conflict() *DeleteSQLClusterV2Conflict

NewDeleteSQLClusterV2Conflict creates a DeleteSQLClusterV2Conflict with default headers values

func (*DeleteSQLClusterV2Conflict) Error

func (*DeleteSQLClusterV2Conflict) GetPayload

func (*DeleteSQLClusterV2Conflict) ToJSONString

func (o *DeleteSQLClusterV2Conflict) ToJSONString() string

type DeleteSQLClusterV2Forbidden

type DeleteSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewDeleteSQLClusterV2Forbidden

func NewDeleteSQLClusterV2Forbidden() *DeleteSQLClusterV2Forbidden

NewDeleteSQLClusterV2Forbidden creates a DeleteSQLClusterV2Forbidden with default headers values

func (*DeleteSQLClusterV2Forbidden) Error

func (*DeleteSQLClusterV2Forbidden) GetPayload

func (*DeleteSQLClusterV2Forbidden) ToJSONString

func (o *DeleteSQLClusterV2Forbidden) ToJSONString() string

type DeleteSQLClusterV2InternalServerError

type DeleteSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteSQLClusterV2InternalServerError

func NewDeleteSQLClusterV2InternalServerError() *DeleteSQLClusterV2InternalServerError

NewDeleteSQLClusterV2InternalServerError creates a DeleteSQLClusterV2InternalServerError with default headers values

func (*DeleteSQLClusterV2InternalServerError) Error

func (*DeleteSQLClusterV2InternalServerError) GetPayload

func (*DeleteSQLClusterV2InternalServerError) ToJSONString

type DeleteSQLClusterV2NotFound

type DeleteSQLClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLClusterV2NotFound handles this case with default header values.

Not Found

func NewDeleteSQLClusterV2NotFound

func NewDeleteSQLClusterV2NotFound() *DeleteSQLClusterV2NotFound

NewDeleteSQLClusterV2NotFound creates a DeleteSQLClusterV2NotFound with default headers values

func (*DeleteSQLClusterV2NotFound) Error

func (*DeleteSQLClusterV2NotFound) GetPayload

func (*DeleteSQLClusterV2NotFound) ToJSONString

func (o *DeleteSQLClusterV2NotFound) ToJSONString() string

type DeleteSQLClusterV2OK

type DeleteSQLClusterV2OK struct {
	Payload *csmclientmodels.ApimodelDeleteSQLResourceResponse
}

DeleteSQLClusterV2OK handles this case with default header values.

OK

func NewDeleteSQLClusterV2OK

func NewDeleteSQLClusterV2OK() *DeleteSQLClusterV2OK

NewDeleteSQLClusterV2OK creates a DeleteSQLClusterV2OK with default headers values

func (*DeleteSQLClusterV2OK) Error

func (o *DeleteSQLClusterV2OK) Error() string

func (*DeleteSQLClusterV2OK) GetPayload

func (*DeleteSQLClusterV2OK) ToJSONString

func (o *DeleteSQLClusterV2OK) ToJSONString() string

type DeleteSQLClusterV2Params

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

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

func NewDeleteSQLClusterV2Params

func NewDeleteSQLClusterV2Params() *DeleteSQLClusterV2Params

NewDeleteSQLClusterV2Params creates a new DeleteSQLClusterV2Params object with the default values initialized.

func NewDeleteSQLClusterV2ParamsWithContext

func NewDeleteSQLClusterV2ParamsWithContext(ctx context.Context) *DeleteSQLClusterV2Params

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

func NewDeleteSQLClusterV2ParamsWithHTTPClient

func NewDeleteSQLClusterV2ParamsWithHTTPClient(client *http.Client) *DeleteSQLClusterV2Params

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

func NewDeleteSQLClusterV2ParamsWithTimeout

func NewDeleteSQLClusterV2ParamsWithTimeout(timeout time.Duration) *DeleteSQLClusterV2Params

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

func (*DeleteSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) SetContext

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

SetContext adds the context to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) SetFlightId

func (o *DeleteSQLClusterV2Params) SetFlightId(flightId string)

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

func (*DeleteSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) SetHTTPClientTransport

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

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

func (*DeleteSQLClusterV2Params) SetNamespace

func (o *DeleteSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) WithContext

WithContext adds the context to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the delete sql cluster v2 params

func (*DeleteSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSQLClusterV2Reader

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

DeleteSQLClusterV2Reader is a Reader for the DeleteSQLClusterV2 structure.

func (*DeleteSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSQLClusterV2Unauthorized

type DeleteSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteSQLClusterV2Unauthorized

func NewDeleteSQLClusterV2Unauthorized() *DeleteSQLClusterV2Unauthorized

NewDeleteSQLClusterV2Unauthorized creates a DeleteSQLClusterV2Unauthorized with default headers values

func (*DeleteSQLClusterV2Unauthorized) Error

func (*DeleteSQLClusterV2Unauthorized) GetPayload

func (*DeleteSQLClusterV2Unauthorized) ToJSONString

func (o *DeleteSQLClusterV2Unauthorized) ToJSONString() string

type DeleteSQLDatabaseV2BadRequest

type DeleteSQLDatabaseV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLDatabaseV2BadRequest handles this case with default header values.

Bad Request

func NewDeleteSQLDatabaseV2BadRequest

func NewDeleteSQLDatabaseV2BadRequest() *DeleteSQLDatabaseV2BadRequest

NewDeleteSQLDatabaseV2BadRequest creates a DeleteSQLDatabaseV2BadRequest with default headers values

func (*DeleteSQLDatabaseV2BadRequest) Error

func (*DeleteSQLDatabaseV2BadRequest) GetPayload

func (*DeleteSQLDatabaseV2BadRequest) ToJSONString

func (o *DeleteSQLDatabaseV2BadRequest) ToJSONString() string

type DeleteSQLDatabaseV2Forbidden

type DeleteSQLDatabaseV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLDatabaseV2Forbidden handles this case with default header values.

Forbidden

func NewDeleteSQLDatabaseV2Forbidden

func NewDeleteSQLDatabaseV2Forbidden() *DeleteSQLDatabaseV2Forbidden

NewDeleteSQLDatabaseV2Forbidden creates a DeleteSQLDatabaseV2Forbidden with default headers values

func (*DeleteSQLDatabaseV2Forbidden) Error

func (*DeleteSQLDatabaseV2Forbidden) GetPayload

func (*DeleteSQLDatabaseV2Forbidden) ToJSONString

func (o *DeleteSQLDatabaseV2Forbidden) ToJSONString() string

type DeleteSQLDatabaseV2InternalServerError

type DeleteSQLDatabaseV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLDatabaseV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteSQLDatabaseV2InternalServerError

func NewDeleteSQLDatabaseV2InternalServerError() *DeleteSQLDatabaseV2InternalServerError

NewDeleteSQLDatabaseV2InternalServerError creates a DeleteSQLDatabaseV2InternalServerError with default headers values

func (*DeleteSQLDatabaseV2InternalServerError) Error

func (*DeleteSQLDatabaseV2InternalServerError) GetPayload

func (*DeleteSQLDatabaseV2InternalServerError) ToJSONString

type DeleteSQLDatabaseV2NotFound

type DeleteSQLDatabaseV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLDatabaseV2NotFound handles this case with default header values.

Not Found

func NewDeleteSQLDatabaseV2NotFound

func NewDeleteSQLDatabaseV2NotFound() *DeleteSQLDatabaseV2NotFound

NewDeleteSQLDatabaseV2NotFound creates a DeleteSQLDatabaseV2NotFound with default headers values

func (*DeleteSQLDatabaseV2NotFound) Error

func (*DeleteSQLDatabaseV2NotFound) GetPayload

func (*DeleteSQLDatabaseV2NotFound) ToJSONString

func (o *DeleteSQLDatabaseV2NotFound) ToJSONString() string

type DeleteSQLDatabaseV2OK

type DeleteSQLDatabaseV2OK struct {
	Payload *csmclientmodels.ApimodelSQLDatabaseDeleteResponse
}

DeleteSQLDatabaseV2OK handles this case with default header values.

OK

func NewDeleteSQLDatabaseV2OK

func NewDeleteSQLDatabaseV2OK() *DeleteSQLDatabaseV2OK

NewDeleteSQLDatabaseV2OK creates a DeleteSQLDatabaseV2OK with default headers values

func (*DeleteSQLDatabaseV2OK) Error

func (o *DeleteSQLDatabaseV2OK) Error() string

func (*DeleteSQLDatabaseV2OK) GetPayload

func (*DeleteSQLDatabaseV2OK) ToJSONString

func (o *DeleteSQLDatabaseV2OK) ToJSONString() string

type DeleteSQLDatabaseV2Params

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

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

func NewDeleteSQLDatabaseV2Params

func NewDeleteSQLDatabaseV2Params() *DeleteSQLDatabaseV2Params

NewDeleteSQLDatabaseV2Params creates a new DeleteSQLDatabaseV2Params object with the default values initialized.

func NewDeleteSQLDatabaseV2ParamsWithContext

func NewDeleteSQLDatabaseV2ParamsWithContext(ctx context.Context) *DeleteSQLDatabaseV2Params

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

func NewDeleteSQLDatabaseV2ParamsWithHTTPClient

func NewDeleteSQLDatabaseV2ParamsWithHTTPClient(client *http.Client) *DeleteSQLDatabaseV2Params

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

func NewDeleteSQLDatabaseV2ParamsWithTimeout

func NewDeleteSQLDatabaseV2ParamsWithTimeout(timeout time.Duration) *DeleteSQLDatabaseV2Params

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

func (*DeleteSQLDatabaseV2Params) SetApp

func (o *DeleteSQLDatabaseV2Params) SetApp(app string)

SetApp adds the app to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) SetContext

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

SetContext adds the context to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) SetFlightId

func (o *DeleteSQLDatabaseV2Params) SetFlightId(flightId string)

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

func (*DeleteSQLDatabaseV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) SetHTTPClientTransport

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

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

func (*DeleteSQLDatabaseV2Params) SetNamespace

func (o *DeleteSQLDatabaseV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) WithApp

WithApp adds the app to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) WithContext

WithContext adds the context to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) WithNamespace

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

WithNamespace adds the namespace to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) WithTimeout

WithTimeout adds the timeout to the delete sql database v2 params

func (*DeleteSQLDatabaseV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSQLDatabaseV2Reader

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

DeleteSQLDatabaseV2Reader is a Reader for the DeleteSQLDatabaseV2 structure.

func (*DeleteSQLDatabaseV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSQLDatabaseV2ServiceUnavailable

type DeleteSQLDatabaseV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLDatabaseV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewDeleteSQLDatabaseV2ServiceUnavailable

func NewDeleteSQLDatabaseV2ServiceUnavailable() *DeleteSQLDatabaseV2ServiceUnavailable

NewDeleteSQLDatabaseV2ServiceUnavailable creates a DeleteSQLDatabaseV2ServiceUnavailable with default headers values

func (*DeleteSQLDatabaseV2ServiceUnavailable) Error

func (*DeleteSQLDatabaseV2ServiceUnavailable) GetPayload

func (*DeleteSQLDatabaseV2ServiceUnavailable) ToJSONString

type DeleteSQLDatabaseV2Unauthorized

type DeleteSQLDatabaseV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteSQLDatabaseV2Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteSQLDatabaseV2Unauthorized

func NewDeleteSQLDatabaseV2Unauthorized() *DeleteSQLDatabaseV2Unauthorized

NewDeleteSQLDatabaseV2Unauthorized creates a DeleteSQLDatabaseV2Unauthorized with default headers values

func (*DeleteSQLDatabaseV2Unauthorized) Error

func (*DeleteSQLDatabaseV2Unauthorized) GetPayload

func (*DeleteSQLDatabaseV2Unauthorized) ToJSONString

func (o *DeleteSQLDatabaseV2Unauthorized) ToJSONString() string

type GetSQLAppListV2BadRequest

type GetSQLAppListV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLAppListV2BadRequest handles this case with default header values.

Bad Request

func NewGetSQLAppListV2BadRequest

func NewGetSQLAppListV2BadRequest() *GetSQLAppListV2BadRequest

NewGetSQLAppListV2BadRequest creates a GetSQLAppListV2BadRequest with default headers values

func (*GetSQLAppListV2BadRequest) Error

func (o *GetSQLAppListV2BadRequest) Error() string

func (*GetSQLAppListV2BadRequest) GetPayload

func (*GetSQLAppListV2BadRequest) ToJSONString

func (o *GetSQLAppListV2BadRequest) ToJSONString() string

type GetSQLAppListV2Forbidden

type GetSQLAppListV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLAppListV2Forbidden handles this case with default header values.

Forbidden

func NewGetSQLAppListV2Forbidden

func NewGetSQLAppListV2Forbidden() *GetSQLAppListV2Forbidden

NewGetSQLAppListV2Forbidden creates a GetSQLAppListV2Forbidden with default headers values

func (*GetSQLAppListV2Forbidden) Error

func (o *GetSQLAppListV2Forbidden) Error() string

func (*GetSQLAppListV2Forbidden) GetPayload

func (*GetSQLAppListV2Forbidden) ToJSONString

func (o *GetSQLAppListV2Forbidden) ToJSONString() string

type GetSQLAppListV2InternalServerError

type GetSQLAppListV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLAppListV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetSQLAppListV2InternalServerError

func NewGetSQLAppListV2InternalServerError() *GetSQLAppListV2InternalServerError

NewGetSQLAppListV2InternalServerError creates a GetSQLAppListV2InternalServerError with default headers values

func (*GetSQLAppListV2InternalServerError) Error

func (*GetSQLAppListV2InternalServerError) GetPayload

func (*GetSQLAppListV2InternalServerError) ToJSONString

func (o *GetSQLAppListV2InternalServerError) ToJSONString() string

type GetSQLAppListV2OK

type GetSQLAppListV2OK struct {
	Payload *csmclientmodels.ApimodelSQLAppListResponse
}

GetSQLAppListV2OK handles this case with default header values.

OK

func NewGetSQLAppListV2OK

func NewGetSQLAppListV2OK() *GetSQLAppListV2OK

NewGetSQLAppListV2OK creates a GetSQLAppListV2OK with default headers values

func (*GetSQLAppListV2OK) Error

func (o *GetSQLAppListV2OK) Error() string

func (*GetSQLAppListV2OK) GetPayload

func (*GetSQLAppListV2OK) ToJSONString

func (o *GetSQLAppListV2OK) ToJSONString() string

type GetSQLAppListV2Params

type GetSQLAppListV2Params struct {

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

	*/
	Namespace string
	/*ResourceID
	  Resource ID

	*/
	ResourceID string
	/*AppName
	  App Name

	*/
	AppName *string
	/*GameNamespace
	  Game Name

	*/
	GameNamespace *string
	/*Limit
	  Limit for pagination

	*/
	Limit *int64
	/*Offset
	  Offset for pagination

	*/
	Offset *int64

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

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

GetSQLAppListV2Params contains all the parameters to send to the API endpoint for the get sql app list v2 operation typically these are written to a http.Request

func NewGetSQLAppListV2Params

func NewGetSQLAppListV2Params() *GetSQLAppListV2Params

NewGetSQLAppListV2Params creates a new GetSQLAppListV2Params object with the default values initialized.

func NewGetSQLAppListV2ParamsWithContext

func NewGetSQLAppListV2ParamsWithContext(ctx context.Context) *GetSQLAppListV2Params

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

func NewGetSQLAppListV2ParamsWithHTTPClient

func NewGetSQLAppListV2ParamsWithHTTPClient(client *http.Client) *GetSQLAppListV2Params

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

func NewGetSQLAppListV2ParamsWithTimeout

func NewGetSQLAppListV2ParamsWithTimeout(timeout time.Duration) *GetSQLAppListV2Params

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

func (*GetSQLAppListV2Params) SetAppName

func (o *GetSQLAppListV2Params) SetAppName(appName *string)

SetAppName adds the appName to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetContext

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

SetContext adds the context to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetFlightId

func (o *GetSQLAppListV2Params) SetFlightId(flightId string)

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

func (*GetSQLAppListV2Params) SetGameNamespace

func (o *GetSQLAppListV2Params) SetGameNamespace(gameNamespace *string)

SetGameNamespace adds the gameNamespace to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetLimit

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

SetLimit adds the limit to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetNamespace

func (o *GetSQLAppListV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetOffset

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

SetOffset adds the offset to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetResourceID

func (o *GetSQLAppListV2Params) SetResourceID(resourceID string)

SetResourceID adds the resourceId to the get sql app list v2 params

func (*GetSQLAppListV2Params) SetTimeout

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

SetTimeout adds the timeout to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithAppName

func (o *GetSQLAppListV2Params) WithAppName(appName *string) *GetSQLAppListV2Params

WithAppName adds the appName to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithContext

WithContext adds the context to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithGameNamespace

func (o *GetSQLAppListV2Params) WithGameNamespace(gameNamespace *string) *GetSQLAppListV2Params

WithGameNamespace adds the gameNamespace to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithLimit

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

WithLimit adds the limit to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithNamespace

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

WithNamespace adds the namespace to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithOffset

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

WithOffset adds the offset to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithResourceID

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

WithResourceID adds the resourceID to the get sql app list v2 params

func (*GetSQLAppListV2Params) WithTimeout

func (o *GetSQLAppListV2Params) WithTimeout(timeout time.Duration) *GetSQLAppListV2Params

WithTimeout adds the timeout to the get sql app list v2 params

func (*GetSQLAppListV2Params) WriteToRequest

func (o *GetSQLAppListV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSQLAppListV2Reader

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

GetSQLAppListV2Reader is a Reader for the GetSQLAppListV2 structure.

func (*GetSQLAppListV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSQLAppListV2Unauthorized

type GetSQLAppListV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLAppListV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetSQLAppListV2Unauthorized

func NewGetSQLAppListV2Unauthorized() *GetSQLAppListV2Unauthorized

NewGetSQLAppListV2Unauthorized creates a GetSQLAppListV2Unauthorized with default headers values

func (*GetSQLAppListV2Unauthorized) Error

func (*GetSQLAppListV2Unauthorized) GetPayload

func (*GetSQLAppListV2Unauthorized) ToJSONString

func (o *GetSQLAppListV2Unauthorized) ToJSONString() string

type GetSQLClusterV2BadRequest

type GetSQLClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLClusterV2BadRequest handles this case with default header values.

Bad Request

func NewGetSQLClusterV2BadRequest

func NewGetSQLClusterV2BadRequest() *GetSQLClusterV2BadRequest

NewGetSQLClusterV2BadRequest creates a GetSQLClusterV2BadRequest with default headers values

func (*GetSQLClusterV2BadRequest) Error

func (o *GetSQLClusterV2BadRequest) Error() string

func (*GetSQLClusterV2BadRequest) GetPayload

func (*GetSQLClusterV2BadRequest) ToJSONString

func (o *GetSQLClusterV2BadRequest) ToJSONString() string

type GetSQLClusterV2Forbidden

type GetSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewGetSQLClusterV2Forbidden

func NewGetSQLClusterV2Forbidden() *GetSQLClusterV2Forbidden

NewGetSQLClusterV2Forbidden creates a GetSQLClusterV2Forbidden with default headers values

func (*GetSQLClusterV2Forbidden) Error

func (o *GetSQLClusterV2Forbidden) Error() string

func (*GetSQLClusterV2Forbidden) GetPayload

func (*GetSQLClusterV2Forbidden) ToJSONString

func (o *GetSQLClusterV2Forbidden) ToJSONString() string

type GetSQLClusterV2InternalServerError

type GetSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetSQLClusterV2InternalServerError

func NewGetSQLClusterV2InternalServerError() *GetSQLClusterV2InternalServerError

NewGetSQLClusterV2InternalServerError creates a GetSQLClusterV2InternalServerError with default headers values

func (*GetSQLClusterV2InternalServerError) Error

func (*GetSQLClusterV2InternalServerError) GetPayload

func (*GetSQLClusterV2InternalServerError) ToJSONString

func (o *GetSQLClusterV2InternalServerError) ToJSONString() string

type GetSQLClusterV2NotFound

type GetSQLClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLClusterV2NotFound handles this case with default header values.

Not Found

func NewGetSQLClusterV2NotFound

func NewGetSQLClusterV2NotFound() *GetSQLClusterV2NotFound

NewGetSQLClusterV2NotFound creates a GetSQLClusterV2NotFound with default headers values

func (*GetSQLClusterV2NotFound) Error

func (o *GetSQLClusterV2NotFound) Error() string

func (*GetSQLClusterV2NotFound) GetPayload

func (*GetSQLClusterV2NotFound) ToJSONString

func (o *GetSQLClusterV2NotFound) ToJSONString() string

type GetSQLClusterV2OK

type GetSQLClusterV2OK struct {
	Payload *csmclientmodels.ApimodelSQLResourceResponse
}

GetSQLClusterV2OK handles this case with default header values.

OK

func NewGetSQLClusterV2OK

func NewGetSQLClusterV2OK() *GetSQLClusterV2OK

NewGetSQLClusterV2OK creates a GetSQLClusterV2OK with default headers values

func (*GetSQLClusterV2OK) Error

func (o *GetSQLClusterV2OK) Error() string

func (*GetSQLClusterV2OK) GetPayload

func (*GetSQLClusterV2OK) ToJSONString

func (o *GetSQLClusterV2OK) ToJSONString() string

type GetSQLClusterV2Params

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

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

func NewGetSQLClusterV2Params

func NewGetSQLClusterV2Params() *GetSQLClusterV2Params

NewGetSQLClusterV2Params creates a new GetSQLClusterV2Params object with the default values initialized.

func NewGetSQLClusterV2ParamsWithContext

func NewGetSQLClusterV2ParamsWithContext(ctx context.Context) *GetSQLClusterV2Params

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

func NewGetSQLClusterV2ParamsWithHTTPClient

func NewGetSQLClusterV2ParamsWithHTTPClient(client *http.Client) *GetSQLClusterV2Params

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

func NewGetSQLClusterV2ParamsWithTimeout

func NewGetSQLClusterV2ParamsWithTimeout(timeout time.Duration) *GetSQLClusterV2Params

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

func (*GetSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get sql cluster v2 params

func (*GetSQLClusterV2Params) SetContext

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

SetContext adds the context to the get sql cluster v2 params

func (*GetSQLClusterV2Params) SetFlightId

func (o *GetSQLClusterV2Params) SetFlightId(flightId string)

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

func (*GetSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sql cluster v2 params

func (*GetSQLClusterV2Params) SetHTTPClientTransport

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

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

func (*GetSQLClusterV2Params) SetNamespace

func (o *GetSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get sql cluster v2 params

func (*GetSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the get sql cluster v2 params

func (*GetSQLClusterV2Params) WithContext

WithContext adds the context to the get sql cluster v2 params

func (*GetSQLClusterV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get sql cluster v2 params

func (*GetSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the get sql cluster v2 params

func (*GetSQLClusterV2Params) WithTimeout

func (o *GetSQLClusterV2Params) WithTimeout(timeout time.Duration) *GetSQLClusterV2Params

WithTimeout adds the timeout to the get sql cluster v2 params

func (*GetSQLClusterV2Params) WriteToRequest

func (o *GetSQLClusterV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSQLClusterV2Reader

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

GetSQLClusterV2Reader is a Reader for the GetSQLClusterV2 structure.

func (*GetSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSQLClusterV2Unauthorized

type GetSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetSQLClusterV2Unauthorized

func NewGetSQLClusterV2Unauthorized() *GetSQLClusterV2Unauthorized

NewGetSQLClusterV2Unauthorized creates a GetSQLClusterV2Unauthorized with default headers values

func (*GetSQLClusterV2Unauthorized) Error

func (*GetSQLClusterV2Unauthorized) GetPayload

func (*GetSQLClusterV2Unauthorized) ToJSONString

func (o *GetSQLClusterV2Unauthorized) ToJSONString() string

type GetSQLDatabaseV2Forbidden

type GetSQLDatabaseV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLDatabaseV2Forbidden handles this case with default header values.

Forbidden

func NewGetSQLDatabaseV2Forbidden

func NewGetSQLDatabaseV2Forbidden() *GetSQLDatabaseV2Forbidden

NewGetSQLDatabaseV2Forbidden creates a GetSQLDatabaseV2Forbidden with default headers values

func (*GetSQLDatabaseV2Forbidden) Error

func (o *GetSQLDatabaseV2Forbidden) Error() string

func (*GetSQLDatabaseV2Forbidden) GetPayload

func (*GetSQLDatabaseV2Forbidden) ToJSONString

func (o *GetSQLDatabaseV2Forbidden) ToJSONString() string

type GetSQLDatabaseV2InternalServerError

type GetSQLDatabaseV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLDatabaseV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetSQLDatabaseV2InternalServerError

func NewGetSQLDatabaseV2InternalServerError() *GetSQLDatabaseV2InternalServerError

NewGetSQLDatabaseV2InternalServerError creates a GetSQLDatabaseV2InternalServerError with default headers values

func (*GetSQLDatabaseV2InternalServerError) Error

func (*GetSQLDatabaseV2InternalServerError) GetPayload

func (*GetSQLDatabaseV2InternalServerError) ToJSONString

func (o *GetSQLDatabaseV2InternalServerError) ToJSONString() string

type GetSQLDatabaseV2NotFound

type GetSQLDatabaseV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLDatabaseV2NotFound handles this case with default header values.

Not Found

func NewGetSQLDatabaseV2NotFound

func NewGetSQLDatabaseV2NotFound() *GetSQLDatabaseV2NotFound

NewGetSQLDatabaseV2NotFound creates a GetSQLDatabaseV2NotFound with default headers values

func (*GetSQLDatabaseV2NotFound) Error

func (o *GetSQLDatabaseV2NotFound) Error() string

func (*GetSQLDatabaseV2NotFound) GetPayload

func (*GetSQLDatabaseV2NotFound) ToJSONString

func (o *GetSQLDatabaseV2NotFound) ToJSONString() string

type GetSQLDatabaseV2OK

type GetSQLDatabaseV2OK struct {
	Payload *csmclientmodels.ApimodelSQLDatabaseResponse
}

GetSQLDatabaseV2OK handles this case with default header values.

OK

func NewGetSQLDatabaseV2OK

func NewGetSQLDatabaseV2OK() *GetSQLDatabaseV2OK

NewGetSQLDatabaseV2OK creates a GetSQLDatabaseV2OK with default headers values

func (*GetSQLDatabaseV2OK) Error

func (o *GetSQLDatabaseV2OK) Error() string

func (*GetSQLDatabaseV2OK) GetPayload

func (*GetSQLDatabaseV2OK) ToJSONString

func (o *GetSQLDatabaseV2OK) ToJSONString() string

type GetSQLDatabaseV2Params

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

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

func NewGetSQLDatabaseV2Params

func NewGetSQLDatabaseV2Params() *GetSQLDatabaseV2Params

NewGetSQLDatabaseV2Params creates a new GetSQLDatabaseV2Params object with the default values initialized.

func NewGetSQLDatabaseV2ParamsWithContext

func NewGetSQLDatabaseV2ParamsWithContext(ctx context.Context) *GetSQLDatabaseV2Params

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

func NewGetSQLDatabaseV2ParamsWithHTTPClient

func NewGetSQLDatabaseV2ParamsWithHTTPClient(client *http.Client) *GetSQLDatabaseV2Params

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

func NewGetSQLDatabaseV2ParamsWithTimeout

func NewGetSQLDatabaseV2ParamsWithTimeout(timeout time.Duration) *GetSQLDatabaseV2Params

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

func (*GetSQLDatabaseV2Params) SetApp

func (o *GetSQLDatabaseV2Params) SetApp(app string)

SetApp adds the app to the get sql database v2 params

func (*GetSQLDatabaseV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get sql database v2 params

func (*GetSQLDatabaseV2Params) SetContext

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

SetContext adds the context to the get sql database v2 params

func (*GetSQLDatabaseV2Params) SetFlightId

func (o *GetSQLDatabaseV2Params) SetFlightId(flightId string)

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

func (*GetSQLDatabaseV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sql database v2 params

func (*GetSQLDatabaseV2Params) SetHTTPClientTransport

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

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

func (*GetSQLDatabaseV2Params) SetNamespace

func (o *GetSQLDatabaseV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get sql database v2 params

func (*GetSQLDatabaseV2Params) SetTimeout

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

SetTimeout adds the timeout to the get sql database v2 params

func (*GetSQLDatabaseV2Params) WithApp

WithApp adds the app to the get sql database v2 params

func (*GetSQLDatabaseV2Params) WithContext

WithContext adds the context to the get sql database v2 params

func (*GetSQLDatabaseV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get sql database v2 params

func (*GetSQLDatabaseV2Params) WithNamespace

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

WithNamespace adds the namespace to the get sql database v2 params

func (*GetSQLDatabaseV2Params) WithTimeout

WithTimeout adds the timeout to the get sql database v2 params

func (*GetSQLDatabaseV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSQLDatabaseV2Reader

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

GetSQLDatabaseV2Reader is a Reader for the GetSQLDatabaseV2 structure.

func (*GetSQLDatabaseV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSQLDatabaseV2Unauthorized

type GetSQLDatabaseV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetSQLDatabaseV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetSQLDatabaseV2Unauthorized

func NewGetSQLDatabaseV2Unauthorized() *GetSQLDatabaseV2Unauthorized

NewGetSQLDatabaseV2Unauthorized creates a GetSQLDatabaseV2Unauthorized with default headers values

func (*GetSQLDatabaseV2Unauthorized) Error

func (*GetSQLDatabaseV2Unauthorized) GetPayload

func (*GetSQLDatabaseV2Unauthorized) ToJSONString

func (o *GetSQLDatabaseV2Unauthorized) ToJSONString() string

type StartSQLClusterV2BadRequest

type StartSQLClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartSQLClusterV2BadRequest handles this case with default header values.

Bad Request

func NewStartSQLClusterV2BadRequest

func NewStartSQLClusterV2BadRequest() *StartSQLClusterV2BadRequest

NewStartSQLClusterV2BadRequest creates a StartSQLClusterV2BadRequest with default headers values

func (*StartSQLClusterV2BadRequest) Error

func (*StartSQLClusterV2BadRequest) GetPayload

func (*StartSQLClusterV2BadRequest) ToJSONString

func (o *StartSQLClusterV2BadRequest) ToJSONString() string

type StartSQLClusterV2Forbidden

type StartSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewStartSQLClusterV2Forbidden

func NewStartSQLClusterV2Forbidden() *StartSQLClusterV2Forbidden

NewStartSQLClusterV2Forbidden creates a StartSQLClusterV2Forbidden with default headers values

func (*StartSQLClusterV2Forbidden) Error

func (*StartSQLClusterV2Forbidden) GetPayload

func (*StartSQLClusterV2Forbidden) ToJSONString

func (o *StartSQLClusterV2Forbidden) ToJSONString() string

type StartSQLClusterV2InternalServerError

type StartSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewStartSQLClusterV2InternalServerError

func NewStartSQLClusterV2InternalServerError() *StartSQLClusterV2InternalServerError

NewStartSQLClusterV2InternalServerError creates a StartSQLClusterV2InternalServerError with default headers values

func (*StartSQLClusterV2InternalServerError) Error

func (*StartSQLClusterV2InternalServerError) GetPayload

func (*StartSQLClusterV2InternalServerError) ToJSONString

func (o *StartSQLClusterV2InternalServerError) ToJSONString() string

type StartSQLClusterV2NoContent

type StartSQLClusterV2NoContent struct {
}

StartSQLClusterV2NoContent handles this case with default header values.

No Content

func NewStartSQLClusterV2NoContent

func NewStartSQLClusterV2NoContent() *StartSQLClusterV2NoContent

NewStartSQLClusterV2NoContent creates a StartSQLClusterV2NoContent with default headers values

func (*StartSQLClusterV2NoContent) Error

type StartSQLClusterV2NotFound

type StartSQLClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartSQLClusterV2NotFound handles this case with default header values.

Not Found

func NewStartSQLClusterV2NotFound

func NewStartSQLClusterV2NotFound() *StartSQLClusterV2NotFound

NewStartSQLClusterV2NotFound creates a StartSQLClusterV2NotFound with default headers values

func (*StartSQLClusterV2NotFound) Error

func (o *StartSQLClusterV2NotFound) Error() string

func (*StartSQLClusterV2NotFound) GetPayload

func (*StartSQLClusterV2NotFound) ToJSONString

func (o *StartSQLClusterV2NotFound) ToJSONString() string

type StartSQLClusterV2Params

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

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

func NewStartSQLClusterV2Params

func NewStartSQLClusterV2Params() *StartSQLClusterV2Params

NewStartSQLClusterV2Params creates a new StartSQLClusterV2Params object with the default values initialized.

func NewStartSQLClusterV2ParamsWithContext

func NewStartSQLClusterV2ParamsWithContext(ctx context.Context) *StartSQLClusterV2Params

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

func NewStartSQLClusterV2ParamsWithHTTPClient

func NewStartSQLClusterV2ParamsWithHTTPClient(client *http.Client) *StartSQLClusterV2Params

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

func NewStartSQLClusterV2ParamsWithTimeout

func NewStartSQLClusterV2ParamsWithTimeout(timeout time.Duration) *StartSQLClusterV2Params

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

func (*StartSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the start sql cluster v2 params

func (*StartSQLClusterV2Params) SetContext

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

SetContext adds the context to the start sql cluster v2 params

func (*StartSQLClusterV2Params) SetFlightId

func (o *StartSQLClusterV2Params) SetFlightId(flightId string)

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

func (*StartSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start sql cluster v2 params

func (*StartSQLClusterV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the start sql cluster v2 params

func (*StartSQLClusterV2Params) SetNamespace

func (o *StartSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the start sql cluster v2 params

func (*StartSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the start sql cluster v2 params

func (*StartSQLClusterV2Params) WithContext

WithContext adds the context to the start sql cluster v2 params

func (*StartSQLClusterV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the start sql cluster v2 params

func (*StartSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the start sql cluster v2 params

func (*StartSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the start sql cluster v2 params

func (*StartSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartSQLClusterV2Reader

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

StartSQLClusterV2Reader is a Reader for the StartSQLClusterV2 structure.

func (*StartSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartSQLClusterV2ServiceUnavailable

type StartSQLClusterV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartSQLClusterV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewStartSQLClusterV2ServiceUnavailable

func NewStartSQLClusterV2ServiceUnavailable() *StartSQLClusterV2ServiceUnavailable

NewStartSQLClusterV2ServiceUnavailable creates a StartSQLClusterV2ServiceUnavailable with default headers values

func (*StartSQLClusterV2ServiceUnavailable) Error

func (*StartSQLClusterV2ServiceUnavailable) GetPayload

func (*StartSQLClusterV2ServiceUnavailable) ToJSONString

func (o *StartSQLClusterV2ServiceUnavailable) ToJSONString() string

type StartSQLClusterV2Unauthorized

type StartSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewStartSQLClusterV2Unauthorized

func NewStartSQLClusterV2Unauthorized() *StartSQLClusterV2Unauthorized

NewStartSQLClusterV2Unauthorized creates a StartSQLClusterV2Unauthorized with default headers values

func (*StartSQLClusterV2Unauthorized) Error

func (*StartSQLClusterV2Unauthorized) GetPayload

func (*StartSQLClusterV2Unauthorized) ToJSONString

func (o *StartSQLClusterV2Unauthorized) ToJSONString() string

type StopSQLClusterV2BadRequest

type StopSQLClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopSQLClusterV2BadRequest handles this case with default header values.

Bad Request

func NewStopSQLClusterV2BadRequest

func NewStopSQLClusterV2BadRequest() *StopSQLClusterV2BadRequest

NewStopSQLClusterV2BadRequest creates a StopSQLClusterV2BadRequest with default headers values

func (*StopSQLClusterV2BadRequest) Error

func (*StopSQLClusterV2BadRequest) GetPayload

func (*StopSQLClusterV2BadRequest) ToJSONString

func (o *StopSQLClusterV2BadRequest) ToJSONString() string

type StopSQLClusterV2Forbidden

type StopSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewStopSQLClusterV2Forbidden

func NewStopSQLClusterV2Forbidden() *StopSQLClusterV2Forbidden

NewStopSQLClusterV2Forbidden creates a StopSQLClusterV2Forbidden with default headers values

func (*StopSQLClusterV2Forbidden) Error

func (o *StopSQLClusterV2Forbidden) Error() string

func (*StopSQLClusterV2Forbidden) GetPayload

func (*StopSQLClusterV2Forbidden) ToJSONString

func (o *StopSQLClusterV2Forbidden) ToJSONString() string

type StopSQLClusterV2InternalServerError

type StopSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewStopSQLClusterV2InternalServerError

func NewStopSQLClusterV2InternalServerError() *StopSQLClusterV2InternalServerError

NewStopSQLClusterV2InternalServerError creates a StopSQLClusterV2InternalServerError with default headers values

func (*StopSQLClusterV2InternalServerError) Error

func (*StopSQLClusterV2InternalServerError) GetPayload

func (*StopSQLClusterV2InternalServerError) ToJSONString

func (o *StopSQLClusterV2InternalServerError) ToJSONString() string

type StopSQLClusterV2NoContent

type StopSQLClusterV2NoContent struct {
}

StopSQLClusterV2NoContent handles this case with default header values.

No Content

func NewStopSQLClusterV2NoContent

func NewStopSQLClusterV2NoContent() *StopSQLClusterV2NoContent

NewStopSQLClusterV2NoContent creates a StopSQLClusterV2NoContent with default headers values

func (*StopSQLClusterV2NoContent) Error

func (o *StopSQLClusterV2NoContent) Error() string

type StopSQLClusterV2NotFound

type StopSQLClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopSQLClusterV2NotFound handles this case with default header values.

Not Found

func NewStopSQLClusterV2NotFound

func NewStopSQLClusterV2NotFound() *StopSQLClusterV2NotFound

NewStopSQLClusterV2NotFound creates a StopSQLClusterV2NotFound with default headers values

func (*StopSQLClusterV2NotFound) Error

func (o *StopSQLClusterV2NotFound) Error() string

func (*StopSQLClusterV2NotFound) GetPayload

func (*StopSQLClusterV2NotFound) ToJSONString

func (o *StopSQLClusterV2NotFound) ToJSONString() string

type StopSQLClusterV2Params

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

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

func NewStopSQLClusterV2Params

func NewStopSQLClusterV2Params() *StopSQLClusterV2Params

NewStopSQLClusterV2Params creates a new StopSQLClusterV2Params object with the default values initialized.

func NewStopSQLClusterV2ParamsWithContext

func NewStopSQLClusterV2ParamsWithContext(ctx context.Context) *StopSQLClusterV2Params

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

func NewStopSQLClusterV2ParamsWithHTTPClient

func NewStopSQLClusterV2ParamsWithHTTPClient(client *http.Client) *StopSQLClusterV2Params

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

func NewStopSQLClusterV2ParamsWithTimeout

func NewStopSQLClusterV2ParamsWithTimeout(timeout time.Duration) *StopSQLClusterV2Params

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

func (*StopSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) SetContext

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

SetContext adds the context to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) SetFlightId

func (o *StopSQLClusterV2Params) SetFlightId(flightId string)

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

func (*StopSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) SetNamespace

func (o *StopSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) WithContext

WithContext adds the context to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the stop sql cluster v2 params

func (*StopSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopSQLClusterV2Reader

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

StopSQLClusterV2Reader is a Reader for the StopSQLClusterV2 structure.

func (*StopSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopSQLClusterV2ServiceUnavailable

type StopSQLClusterV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopSQLClusterV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewStopSQLClusterV2ServiceUnavailable

func NewStopSQLClusterV2ServiceUnavailable() *StopSQLClusterV2ServiceUnavailable

NewStopSQLClusterV2ServiceUnavailable creates a StopSQLClusterV2ServiceUnavailable with default headers values

func (*StopSQLClusterV2ServiceUnavailable) Error

func (*StopSQLClusterV2ServiceUnavailable) GetPayload

func (*StopSQLClusterV2ServiceUnavailable) ToJSONString

func (o *StopSQLClusterV2ServiceUnavailable) ToJSONString() string

type StopSQLClusterV2Unauthorized

type StopSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewStopSQLClusterV2Unauthorized

func NewStopSQLClusterV2Unauthorized() *StopSQLClusterV2Unauthorized

NewStopSQLClusterV2Unauthorized creates a StopSQLClusterV2Unauthorized with default headers values

func (*StopSQLClusterV2Unauthorized) Error

func (*StopSQLClusterV2Unauthorized) GetPayload

func (*StopSQLClusterV2Unauthorized) ToJSONString

func (o *StopSQLClusterV2Unauthorized) ToJSONString() string

type UpdateSQLClusterV2BadRequest

type UpdateSQLClusterV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSQLClusterV2BadRequest handles this case with default header values.

Bad Request

func NewUpdateSQLClusterV2BadRequest

func NewUpdateSQLClusterV2BadRequest() *UpdateSQLClusterV2BadRequest

NewUpdateSQLClusterV2BadRequest creates a UpdateSQLClusterV2BadRequest with default headers values

func (*UpdateSQLClusterV2BadRequest) Error

func (*UpdateSQLClusterV2BadRequest) GetPayload

func (*UpdateSQLClusterV2BadRequest) ToJSONString

func (o *UpdateSQLClusterV2BadRequest) ToJSONString() string

type UpdateSQLClusterV2Forbidden

type UpdateSQLClusterV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSQLClusterV2Forbidden handles this case with default header values.

Forbidden

func NewUpdateSQLClusterV2Forbidden

func NewUpdateSQLClusterV2Forbidden() *UpdateSQLClusterV2Forbidden

NewUpdateSQLClusterV2Forbidden creates a UpdateSQLClusterV2Forbidden with default headers values

func (*UpdateSQLClusterV2Forbidden) Error

func (*UpdateSQLClusterV2Forbidden) GetPayload

func (*UpdateSQLClusterV2Forbidden) ToJSONString

func (o *UpdateSQLClusterV2Forbidden) ToJSONString() string

type UpdateSQLClusterV2InternalServerError

type UpdateSQLClusterV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSQLClusterV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateSQLClusterV2InternalServerError

func NewUpdateSQLClusterV2InternalServerError() *UpdateSQLClusterV2InternalServerError

NewUpdateSQLClusterV2InternalServerError creates a UpdateSQLClusterV2InternalServerError with default headers values

func (*UpdateSQLClusterV2InternalServerError) Error

func (*UpdateSQLClusterV2InternalServerError) GetPayload

func (*UpdateSQLClusterV2InternalServerError) ToJSONString

type UpdateSQLClusterV2NotFound

type UpdateSQLClusterV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSQLClusterV2NotFound handles this case with default header values.

Not Found

func NewUpdateSQLClusterV2NotFound

func NewUpdateSQLClusterV2NotFound() *UpdateSQLClusterV2NotFound

NewUpdateSQLClusterV2NotFound creates a UpdateSQLClusterV2NotFound with default headers values

func (*UpdateSQLClusterV2NotFound) Error

func (*UpdateSQLClusterV2NotFound) GetPayload

func (*UpdateSQLClusterV2NotFound) ToJSONString

func (o *UpdateSQLClusterV2NotFound) ToJSONString() string

type UpdateSQLClusterV2OK

type UpdateSQLClusterV2OK struct {
	Payload *csmclientmodels.ApimodelSQLResourceResponse
}

UpdateSQLClusterV2OK handles this case with default header values.

OK

func NewUpdateSQLClusterV2OK

func NewUpdateSQLClusterV2OK() *UpdateSQLClusterV2OK

NewUpdateSQLClusterV2OK creates a UpdateSQLClusterV2OK with default headers values

func (*UpdateSQLClusterV2OK) Error

func (o *UpdateSQLClusterV2OK) Error() string

func (*UpdateSQLClusterV2OK) GetPayload

func (*UpdateSQLClusterV2OK) ToJSONString

func (o *UpdateSQLClusterV2OK) ToJSONString() string

type UpdateSQLClusterV2Params

type UpdateSQLClusterV2Params struct {

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

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

func NewUpdateSQLClusterV2Params

func NewUpdateSQLClusterV2Params() *UpdateSQLClusterV2Params

NewUpdateSQLClusterV2Params creates a new UpdateSQLClusterV2Params object with the default values initialized.

func NewUpdateSQLClusterV2ParamsWithContext

func NewUpdateSQLClusterV2ParamsWithContext(ctx context.Context) *UpdateSQLClusterV2Params

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

func NewUpdateSQLClusterV2ParamsWithHTTPClient

func NewUpdateSQLClusterV2ParamsWithHTTPClient(client *http.Client) *UpdateSQLClusterV2Params

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

func NewUpdateSQLClusterV2ParamsWithTimeout

func NewUpdateSQLClusterV2ParamsWithTimeout(timeout time.Duration) *UpdateSQLClusterV2Params

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

func (*UpdateSQLClusterV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) SetBody

SetBody adds the body to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) SetContext

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

SetContext adds the context to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) SetFlightId

func (o *UpdateSQLClusterV2Params) SetFlightId(flightId string)

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

func (*UpdateSQLClusterV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) SetHTTPClientTransport

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

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

func (*UpdateSQLClusterV2Params) SetNamespace

func (o *UpdateSQLClusterV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) SetTimeout

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

SetTimeout adds the timeout to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) WithBody

WithBody adds the body to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) WithContext

WithContext adds the context to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) WithNamespace

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

WithNamespace adds the namespace to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) WithTimeout

WithTimeout adds the timeout to the update sql cluster v2 params

func (*UpdateSQLClusterV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSQLClusterV2Reader

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

UpdateSQLClusterV2Reader is a Reader for the UpdateSQLClusterV2 structure.

func (*UpdateSQLClusterV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSQLClusterV2ServiceUnavailable

type UpdateSQLClusterV2ServiceUnavailable struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSQLClusterV2ServiceUnavailable handles this case with default header values.

Service Unavailable

func NewUpdateSQLClusterV2ServiceUnavailable

func NewUpdateSQLClusterV2ServiceUnavailable() *UpdateSQLClusterV2ServiceUnavailable

NewUpdateSQLClusterV2ServiceUnavailable creates a UpdateSQLClusterV2ServiceUnavailable with default headers values

func (*UpdateSQLClusterV2ServiceUnavailable) Error

func (*UpdateSQLClusterV2ServiceUnavailable) GetPayload

func (*UpdateSQLClusterV2ServiceUnavailable) ToJSONString

func (o *UpdateSQLClusterV2ServiceUnavailable) ToJSONString() string

type UpdateSQLClusterV2Unauthorized

type UpdateSQLClusterV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateSQLClusterV2Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateSQLClusterV2Unauthorized

func NewUpdateSQLClusterV2Unauthorized() *UpdateSQLClusterV2Unauthorized

NewUpdateSQLClusterV2Unauthorized creates a UpdateSQLClusterV2Unauthorized with default headers values

func (*UpdateSQLClusterV2Unauthorized) Error

func (*UpdateSQLClusterV2Unauthorized) GetPayload

func (*UpdateSQLClusterV2Unauthorized) ToJSONString

func (o *UpdateSQLClusterV2Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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