cloud_tower_application

package
v2.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: ISC Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for cloud tower application API

func (*Client) DeleteCloudTowerApplicationPackage

func (a *Client) DeleteCloudTowerApplicationPackage(params *DeleteCloudTowerApplicationPackageParams, opts ...ClientOption) (*DeleteCloudTowerApplicationPackageOK, error)

DeleteCloudTowerApplicationPackage delete cloud tower application package API

func (*Client) DeployCloudTowerApplication

func (a *Client) DeployCloudTowerApplication(params *DeployCloudTowerApplicationParams, opts ...ClientOption) (*DeployCloudTowerApplicationOK, error)

DeployCloudTowerApplication deploy cloud tower application API

func (*Client) GetCloudTowerApplications

func (a *Client) GetCloudTowerApplications(params *GetCloudTowerApplicationsParams, opts ...ClientOption) (*GetCloudTowerApplicationsOK, error)

GetCloudTowerApplications get cloud tower applications API

func (*Client) GetCloudTowerApplicationsConnection

func (a *Client) GetCloudTowerApplicationsConnection(params *GetCloudTowerApplicationsConnectionParams, opts ...ClientOption) (*GetCloudTowerApplicationsConnectionOK, error)

GetCloudTowerApplicationsConnection get cloud tower applications connection API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UninstallCloudTowerApplication

func (a *Client) UninstallCloudTowerApplication(params *UninstallCloudTowerApplicationParams, opts ...ClientOption) (*UninstallCloudTowerApplicationOK, error)

UninstallCloudTowerApplication uninstall cloud tower application API

func (*Client) UpgradeCloudTowerApplication

func (a *Client) UpgradeCloudTowerApplication(params *UpgradeCloudTowerApplicationParams, opts ...ClientOption) (*UpgradeCloudTowerApplicationOK, error)

UpgradeCloudTowerApplication upgrade cloud tower application API

func (*Client) UploadCloudTowerApplicationPackage

func (a *Client) UploadCloudTowerApplicationPackage(params *UploadCloudTowerApplicationPackageParams, opts ...ClientOption) (*UploadCloudTowerApplicationPackageOK, error)

UploadCloudTowerApplicationPackage upload cloud tower application package API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteCloudTowerApplicationPackage(params *DeleteCloudTowerApplicationPackageParams, opts ...ClientOption) (*DeleteCloudTowerApplicationPackageOK, error)

	DeployCloudTowerApplication(params *DeployCloudTowerApplicationParams, opts ...ClientOption) (*DeployCloudTowerApplicationOK, error)

	GetCloudTowerApplications(params *GetCloudTowerApplicationsParams, opts ...ClientOption) (*GetCloudTowerApplicationsOK, error)

	GetCloudTowerApplicationsConnection(params *GetCloudTowerApplicationsConnectionParams, opts ...ClientOption) (*GetCloudTowerApplicationsConnectionOK, error)

	UninstallCloudTowerApplication(params *UninstallCloudTowerApplicationParams, opts ...ClientOption) (*UninstallCloudTowerApplicationOK, error)

	UpgradeCloudTowerApplication(params *UpgradeCloudTowerApplicationParams, opts ...ClientOption) (*UpgradeCloudTowerApplicationOK, error)

	UploadCloudTowerApplicationPackage(params *UploadCloudTowerApplicationPackageParams, opts ...ClientOption) (*UploadCloudTowerApplicationPackageOK, 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 cloud tower application API client.

type DeleteCloudTowerApplicationPackageBadRequest

type DeleteCloudTowerApplicationPackageBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteCloudTowerApplicationPackageBadRequest describes a response with status code 400, with default header values.

Bad request

func NewDeleteCloudTowerApplicationPackageBadRequest

func NewDeleteCloudTowerApplicationPackageBadRequest() *DeleteCloudTowerApplicationPackageBadRequest

NewDeleteCloudTowerApplicationPackageBadRequest creates a DeleteCloudTowerApplicationPackageBadRequest with default headers values

func (*DeleteCloudTowerApplicationPackageBadRequest) Error

func (*DeleteCloudTowerApplicationPackageBadRequest) GetPayload

type DeleteCloudTowerApplicationPackageInternalServerError

type DeleteCloudTowerApplicationPackageInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteCloudTowerApplicationPackageInternalServerError describes a response with status code 500, with default header values.

Server error

func NewDeleteCloudTowerApplicationPackageInternalServerError

func NewDeleteCloudTowerApplicationPackageInternalServerError() *DeleteCloudTowerApplicationPackageInternalServerError

NewDeleteCloudTowerApplicationPackageInternalServerError creates a DeleteCloudTowerApplicationPackageInternalServerError with default headers values

func (*DeleteCloudTowerApplicationPackageInternalServerError) Error

func (*DeleteCloudTowerApplicationPackageInternalServerError) GetPayload

type DeleteCloudTowerApplicationPackageNotFound

type DeleteCloudTowerApplicationPackageNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteCloudTowerApplicationPackageNotFound describes a response with status code 404, with default header values.

Not found

func NewDeleteCloudTowerApplicationPackageNotFound

func NewDeleteCloudTowerApplicationPackageNotFound() *DeleteCloudTowerApplicationPackageNotFound

NewDeleteCloudTowerApplicationPackageNotFound creates a DeleteCloudTowerApplicationPackageNotFound with default headers values

func (*DeleteCloudTowerApplicationPackageNotFound) Error

func (*DeleteCloudTowerApplicationPackageNotFound) GetPayload

type DeleteCloudTowerApplicationPackageOK

type DeleteCloudTowerApplicationPackageOK struct {
	XTowerRequestID string

	Payload []*models.DeleteCloudTowerApplicationPackage
}
DeleteCloudTowerApplicationPackageOK describes a response with status code 200, with default header values.

DeleteCloudTowerApplicationPackageOK delete cloud tower application package o k

func NewDeleteCloudTowerApplicationPackageOK

func NewDeleteCloudTowerApplicationPackageOK() *DeleteCloudTowerApplicationPackageOK

NewDeleteCloudTowerApplicationPackageOK creates a DeleteCloudTowerApplicationPackageOK with default headers values

func (*DeleteCloudTowerApplicationPackageOK) Error

func (*DeleteCloudTowerApplicationPackageOK) GetPayload

type DeleteCloudTowerApplicationPackageParams

type DeleteCloudTowerApplicationPackageParams struct {

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

	// RequestBody.
	RequestBody *models.DeleteCloudTowerApplicationPackageParams

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

DeleteCloudTowerApplicationPackageParams contains all the parameters to send to the API endpoint

for the delete cloud tower application package operation.

Typically these are written to a http.Request.

func NewDeleteCloudTowerApplicationPackageParams

func NewDeleteCloudTowerApplicationPackageParams() *DeleteCloudTowerApplicationPackageParams

NewDeleteCloudTowerApplicationPackageParams creates a new DeleteCloudTowerApplicationPackageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteCloudTowerApplicationPackageParamsWithContext

func NewDeleteCloudTowerApplicationPackageParamsWithContext(ctx context.Context) *DeleteCloudTowerApplicationPackageParams

NewDeleteCloudTowerApplicationPackageParamsWithContext creates a new DeleteCloudTowerApplicationPackageParams object with the ability to set a context for a request.

func NewDeleteCloudTowerApplicationPackageParamsWithHTTPClient

func NewDeleteCloudTowerApplicationPackageParamsWithHTTPClient(client *http.Client) *DeleteCloudTowerApplicationPackageParams

NewDeleteCloudTowerApplicationPackageParamsWithHTTPClient creates a new DeleteCloudTowerApplicationPackageParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCloudTowerApplicationPackageParamsWithTimeout

func NewDeleteCloudTowerApplicationPackageParamsWithTimeout(timeout time.Duration) *DeleteCloudTowerApplicationPackageParams

NewDeleteCloudTowerApplicationPackageParamsWithTimeout creates a new DeleteCloudTowerApplicationPackageParams object with the ability to set a timeout on a request.

func (*DeleteCloudTowerApplicationPackageParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) SetContext

SetContext adds the context to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) SetDefaults

SetDefaults hydrates default values in the delete cloud tower application package params (not the query body).

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

func (*DeleteCloudTowerApplicationPackageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) SetRequestBody

SetRequestBody adds the requestBody to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) SetTimeout

SetTimeout adds the timeout to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) WithContext

WithContext adds the context to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) WithDefaults

WithDefaults hydrates default values in the delete cloud tower application package params (not the query body).

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

func (*DeleteCloudTowerApplicationPackageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) WithRequestBody

WithRequestBody adds the requestBody to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) WithTimeout

WithTimeout adds the timeout to the delete cloud tower application package params

func (*DeleteCloudTowerApplicationPackageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCloudTowerApplicationPackageReader

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

DeleteCloudTowerApplicationPackageReader is a Reader for the DeleteCloudTowerApplicationPackage structure.

func (*DeleteCloudTowerApplicationPackageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeployCloudTowerApplicationBadRequest

type DeployCloudTowerApplicationBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeployCloudTowerApplicationBadRequest describes a response with status code 400, with default header values.

Bad request

func NewDeployCloudTowerApplicationBadRequest

func NewDeployCloudTowerApplicationBadRequest() *DeployCloudTowerApplicationBadRequest

NewDeployCloudTowerApplicationBadRequest creates a DeployCloudTowerApplicationBadRequest with default headers values

func (*DeployCloudTowerApplicationBadRequest) Error

func (*DeployCloudTowerApplicationBadRequest) GetPayload

type DeployCloudTowerApplicationInternalServerError

type DeployCloudTowerApplicationInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeployCloudTowerApplicationInternalServerError describes a response with status code 500, with default header values.

Server error

func NewDeployCloudTowerApplicationInternalServerError

func NewDeployCloudTowerApplicationInternalServerError() *DeployCloudTowerApplicationInternalServerError

NewDeployCloudTowerApplicationInternalServerError creates a DeployCloudTowerApplicationInternalServerError with default headers values

func (*DeployCloudTowerApplicationInternalServerError) Error

func (*DeployCloudTowerApplicationInternalServerError) GetPayload

type DeployCloudTowerApplicationNotFound

type DeployCloudTowerApplicationNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeployCloudTowerApplicationNotFound describes a response with status code 404, with default header values.

Not found

func NewDeployCloudTowerApplicationNotFound

func NewDeployCloudTowerApplicationNotFound() *DeployCloudTowerApplicationNotFound

NewDeployCloudTowerApplicationNotFound creates a DeployCloudTowerApplicationNotFound with default headers values

func (*DeployCloudTowerApplicationNotFound) Error

func (*DeployCloudTowerApplicationNotFound) GetPayload

type DeployCloudTowerApplicationOK

type DeployCloudTowerApplicationOK struct {
	XTowerRequestID string

	Payload *models.CloudTowerApplication
}
DeployCloudTowerApplicationOK describes a response with status code 200, with default header values.

DeployCloudTowerApplicationOK deploy cloud tower application o k

func NewDeployCloudTowerApplicationOK

func NewDeployCloudTowerApplicationOK() *DeployCloudTowerApplicationOK

NewDeployCloudTowerApplicationOK creates a DeployCloudTowerApplicationOK with default headers values

func (*DeployCloudTowerApplicationOK) Error

func (*DeployCloudTowerApplicationOK) GetPayload

type DeployCloudTowerApplicationParams

type DeployCloudTowerApplicationParams struct {

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

	// RequestBody.
	RequestBody *models.DeployCloudTowerApplicationParams

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

DeployCloudTowerApplicationParams contains all the parameters to send to the API endpoint

for the deploy cloud tower application operation.

Typically these are written to a http.Request.

func NewDeployCloudTowerApplicationParams

func NewDeployCloudTowerApplicationParams() *DeployCloudTowerApplicationParams

NewDeployCloudTowerApplicationParams creates a new DeployCloudTowerApplicationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeployCloudTowerApplicationParamsWithContext

func NewDeployCloudTowerApplicationParamsWithContext(ctx context.Context) *DeployCloudTowerApplicationParams

NewDeployCloudTowerApplicationParamsWithContext creates a new DeployCloudTowerApplicationParams object with the ability to set a context for a request.

func NewDeployCloudTowerApplicationParamsWithHTTPClient

func NewDeployCloudTowerApplicationParamsWithHTTPClient(client *http.Client) *DeployCloudTowerApplicationParams

NewDeployCloudTowerApplicationParamsWithHTTPClient creates a new DeployCloudTowerApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewDeployCloudTowerApplicationParamsWithTimeout

func NewDeployCloudTowerApplicationParamsWithTimeout(timeout time.Duration) *DeployCloudTowerApplicationParams

NewDeployCloudTowerApplicationParamsWithTimeout creates a new DeployCloudTowerApplicationParams object with the ability to set a timeout on a request.

func (*DeployCloudTowerApplicationParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) SetContext

SetContext adds the context to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) SetDefaults

func (o *DeployCloudTowerApplicationParams) SetDefaults()

SetDefaults hydrates default values in the deploy cloud tower application params (not the query body).

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

func (*DeployCloudTowerApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) SetRequestBody

SetRequestBody adds the requestBody to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) WithContentLanguage

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

WithContentLanguage adds the contentLanguage to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) WithContext

WithContext adds the context to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) WithDefaults

WithDefaults hydrates default values in the deploy cloud tower application params (not the query body).

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

func (*DeployCloudTowerApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) WithRequestBody

WithRequestBody adds the requestBody to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) WithTimeout

WithTimeout adds the timeout to the deploy cloud tower application params

func (*DeployCloudTowerApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeployCloudTowerApplicationReader

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

DeployCloudTowerApplicationReader is a Reader for the DeployCloudTowerApplication structure.

func (*DeployCloudTowerApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCloudTowerApplicationsBadRequest

type GetCloudTowerApplicationsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetCloudTowerApplicationsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetCloudTowerApplicationsBadRequest

func NewGetCloudTowerApplicationsBadRequest() *GetCloudTowerApplicationsBadRequest

NewGetCloudTowerApplicationsBadRequest creates a GetCloudTowerApplicationsBadRequest with default headers values

func (*GetCloudTowerApplicationsBadRequest) Error

func (*GetCloudTowerApplicationsBadRequest) GetPayload

type GetCloudTowerApplicationsConnectionBadRequest

type GetCloudTowerApplicationsConnectionBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetCloudTowerApplicationsConnectionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetCloudTowerApplicationsConnectionBadRequest

func NewGetCloudTowerApplicationsConnectionBadRequest() *GetCloudTowerApplicationsConnectionBadRequest

NewGetCloudTowerApplicationsConnectionBadRequest creates a GetCloudTowerApplicationsConnectionBadRequest with default headers values

func (*GetCloudTowerApplicationsConnectionBadRequest) Error

func (*GetCloudTowerApplicationsConnectionBadRequest) GetPayload

type GetCloudTowerApplicationsConnectionInternalServerError

type GetCloudTowerApplicationsConnectionInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetCloudTowerApplicationsConnectionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetCloudTowerApplicationsConnectionInternalServerError

func NewGetCloudTowerApplicationsConnectionInternalServerError() *GetCloudTowerApplicationsConnectionInternalServerError

NewGetCloudTowerApplicationsConnectionInternalServerError creates a GetCloudTowerApplicationsConnectionInternalServerError with default headers values

func (*GetCloudTowerApplicationsConnectionInternalServerError) Error

func (*GetCloudTowerApplicationsConnectionInternalServerError) GetPayload

type GetCloudTowerApplicationsConnectionNotFound

type GetCloudTowerApplicationsConnectionNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetCloudTowerApplicationsConnectionNotFound describes a response with status code 404, with default header values.

Not found

func NewGetCloudTowerApplicationsConnectionNotFound

func NewGetCloudTowerApplicationsConnectionNotFound() *GetCloudTowerApplicationsConnectionNotFound

NewGetCloudTowerApplicationsConnectionNotFound creates a GetCloudTowerApplicationsConnectionNotFound with default headers values

func (*GetCloudTowerApplicationsConnectionNotFound) Error

func (*GetCloudTowerApplicationsConnectionNotFound) GetPayload

type GetCloudTowerApplicationsConnectionOK

type GetCloudTowerApplicationsConnectionOK struct {
	XTowerRequestID string

	Payload *models.CloudTowerApplicationConnection
}
GetCloudTowerApplicationsConnectionOK describes a response with status code 200, with default header values.

GetCloudTowerApplicationsConnectionOK get cloud tower applications connection o k

func NewGetCloudTowerApplicationsConnectionOK

func NewGetCloudTowerApplicationsConnectionOK() *GetCloudTowerApplicationsConnectionOK

NewGetCloudTowerApplicationsConnectionOK creates a GetCloudTowerApplicationsConnectionOK with default headers values

func (*GetCloudTowerApplicationsConnectionOK) Error

func (*GetCloudTowerApplicationsConnectionOK) GetPayload

type GetCloudTowerApplicationsConnectionParams

type GetCloudTowerApplicationsConnectionParams struct {

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

	// RequestBody.
	RequestBody *models.GetCloudTowerApplicationsConnectionRequestBody

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

GetCloudTowerApplicationsConnectionParams contains all the parameters to send to the API endpoint

for the get cloud tower applications connection operation.

Typically these are written to a http.Request.

func NewGetCloudTowerApplicationsConnectionParams

func NewGetCloudTowerApplicationsConnectionParams() *GetCloudTowerApplicationsConnectionParams

NewGetCloudTowerApplicationsConnectionParams creates a new GetCloudTowerApplicationsConnectionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCloudTowerApplicationsConnectionParamsWithContext

func NewGetCloudTowerApplicationsConnectionParamsWithContext(ctx context.Context) *GetCloudTowerApplicationsConnectionParams

NewGetCloudTowerApplicationsConnectionParamsWithContext creates a new GetCloudTowerApplicationsConnectionParams object with the ability to set a context for a request.

func NewGetCloudTowerApplicationsConnectionParamsWithHTTPClient

func NewGetCloudTowerApplicationsConnectionParamsWithHTTPClient(client *http.Client) *GetCloudTowerApplicationsConnectionParams

NewGetCloudTowerApplicationsConnectionParamsWithHTTPClient creates a new GetCloudTowerApplicationsConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudTowerApplicationsConnectionParamsWithTimeout

func NewGetCloudTowerApplicationsConnectionParamsWithTimeout(timeout time.Duration) *GetCloudTowerApplicationsConnectionParams

NewGetCloudTowerApplicationsConnectionParamsWithTimeout creates a new GetCloudTowerApplicationsConnectionParams object with the ability to set a timeout on a request.

func (*GetCloudTowerApplicationsConnectionParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) SetContext

SetContext adds the context to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) SetDefaults

SetDefaults hydrates default values in the get cloud tower applications connection params (not the query body).

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

func (*GetCloudTowerApplicationsConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) SetRequestBody

SetRequestBody adds the requestBody to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) SetTimeout

SetTimeout adds the timeout to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) WithContext

WithContext adds the context to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) WithDefaults

WithDefaults hydrates default values in the get cloud tower applications connection params (not the query body).

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

func (*GetCloudTowerApplicationsConnectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) WithRequestBody

WithRequestBody adds the requestBody to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) WithTimeout

WithTimeout adds the timeout to the get cloud tower applications connection params

func (*GetCloudTowerApplicationsConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudTowerApplicationsConnectionReader

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

GetCloudTowerApplicationsConnectionReader is a Reader for the GetCloudTowerApplicationsConnection structure.

func (*GetCloudTowerApplicationsConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCloudTowerApplicationsInternalServerError

type GetCloudTowerApplicationsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetCloudTowerApplicationsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetCloudTowerApplicationsInternalServerError

func NewGetCloudTowerApplicationsInternalServerError() *GetCloudTowerApplicationsInternalServerError

NewGetCloudTowerApplicationsInternalServerError creates a GetCloudTowerApplicationsInternalServerError with default headers values

func (*GetCloudTowerApplicationsInternalServerError) Error

func (*GetCloudTowerApplicationsInternalServerError) GetPayload

type GetCloudTowerApplicationsNotFound

type GetCloudTowerApplicationsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetCloudTowerApplicationsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetCloudTowerApplicationsNotFound

func NewGetCloudTowerApplicationsNotFound() *GetCloudTowerApplicationsNotFound

NewGetCloudTowerApplicationsNotFound creates a GetCloudTowerApplicationsNotFound with default headers values

func (*GetCloudTowerApplicationsNotFound) Error

func (*GetCloudTowerApplicationsNotFound) GetPayload

type GetCloudTowerApplicationsOK

type GetCloudTowerApplicationsOK struct {
	XTowerRequestID string

	Payload []*models.CloudTowerApplication
}
GetCloudTowerApplicationsOK describes a response with status code 200, with default header values.

GetCloudTowerApplicationsOK get cloud tower applications o k

func NewGetCloudTowerApplicationsOK

func NewGetCloudTowerApplicationsOK() *GetCloudTowerApplicationsOK

NewGetCloudTowerApplicationsOK creates a GetCloudTowerApplicationsOK with default headers values

func (*GetCloudTowerApplicationsOK) Error

func (*GetCloudTowerApplicationsOK) GetPayload

type GetCloudTowerApplicationsParams

type GetCloudTowerApplicationsParams struct {

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

	// RequestBody.
	RequestBody *models.GetCloudTowerApplicationsRequestBody

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

GetCloudTowerApplicationsParams contains all the parameters to send to the API endpoint

for the get cloud tower applications operation.

Typically these are written to a http.Request.

func NewGetCloudTowerApplicationsParams

func NewGetCloudTowerApplicationsParams() *GetCloudTowerApplicationsParams

NewGetCloudTowerApplicationsParams creates a new GetCloudTowerApplicationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCloudTowerApplicationsParamsWithContext

func NewGetCloudTowerApplicationsParamsWithContext(ctx context.Context) *GetCloudTowerApplicationsParams

NewGetCloudTowerApplicationsParamsWithContext creates a new GetCloudTowerApplicationsParams object with the ability to set a context for a request.

func NewGetCloudTowerApplicationsParamsWithHTTPClient

func NewGetCloudTowerApplicationsParamsWithHTTPClient(client *http.Client) *GetCloudTowerApplicationsParams

NewGetCloudTowerApplicationsParamsWithHTTPClient creates a new GetCloudTowerApplicationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudTowerApplicationsParamsWithTimeout

func NewGetCloudTowerApplicationsParamsWithTimeout(timeout time.Duration) *GetCloudTowerApplicationsParams

NewGetCloudTowerApplicationsParamsWithTimeout creates a new GetCloudTowerApplicationsParams object with the ability to set a timeout on a request.

func (*GetCloudTowerApplicationsParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) SetContext

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

SetContext adds the context to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) SetDefaults

func (o *GetCloudTowerApplicationsParams) SetDefaults()

SetDefaults hydrates default values in the get cloud tower applications params (not the query body).

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

func (*GetCloudTowerApplicationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) SetRequestBody

SetRequestBody adds the requestBody to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) SetTimeout

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

SetTimeout adds the timeout to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) WithContentLanguage

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

WithContentLanguage adds the contentLanguage to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) WithContext

WithContext adds the context to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) WithDefaults

WithDefaults hydrates default values in the get cloud tower applications params (not the query body).

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

func (*GetCloudTowerApplicationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) WithRequestBody

WithRequestBody adds the requestBody to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) WithTimeout

WithTimeout adds the timeout to the get cloud tower applications params

func (*GetCloudTowerApplicationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudTowerApplicationsReader

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

GetCloudTowerApplicationsReader is a Reader for the GetCloudTowerApplications structure.

func (*GetCloudTowerApplicationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UninstallCloudTowerApplicationBadRequest

type UninstallCloudTowerApplicationBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UninstallCloudTowerApplicationBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUninstallCloudTowerApplicationBadRequest

func NewUninstallCloudTowerApplicationBadRequest() *UninstallCloudTowerApplicationBadRequest

NewUninstallCloudTowerApplicationBadRequest creates a UninstallCloudTowerApplicationBadRequest with default headers values

func (*UninstallCloudTowerApplicationBadRequest) Error

func (*UninstallCloudTowerApplicationBadRequest) GetPayload

type UninstallCloudTowerApplicationInternalServerError

type UninstallCloudTowerApplicationInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UninstallCloudTowerApplicationInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUninstallCloudTowerApplicationInternalServerError

func NewUninstallCloudTowerApplicationInternalServerError() *UninstallCloudTowerApplicationInternalServerError

NewUninstallCloudTowerApplicationInternalServerError creates a UninstallCloudTowerApplicationInternalServerError with default headers values

func (*UninstallCloudTowerApplicationInternalServerError) Error

func (*UninstallCloudTowerApplicationInternalServerError) GetPayload

type UninstallCloudTowerApplicationNotFound

type UninstallCloudTowerApplicationNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UninstallCloudTowerApplicationNotFound describes a response with status code 404, with default header values.

Not found

func NewUninstallCloudTowerApplicationNotFound

func NewUninstallCloudTowerApplicationNotFound() *UninstallCloudTowerApplicationNotFound

NewUninstallCloudTowerApplicationNotFound creates a UninstallCloudTowerApplicationNotFound with default headers values

func (*UninstallCloudTowerApplicationNotFound) Error

func (*UninstallCloudTowerApplicationNotFound) GetPayload

type UninstallCloudTowerApplicationOK

type UninstallCloudTowerApplicationOK struct {
	XTowerRequestID string

	Payload []*models.CloudTowerApplication
}
UninstallCloudTowerApplicationOK describes a response with status code 200, with default header values.

UninstallCloudTowerApplicationOK uninstall cloud tower application o k

func NewUninstallCloudTowerApplicationOK

func NewUninstallCloudTowerApplicationOK() *UninstallCloudTowerApplicationOK

NewUninstallCloudTowerApplicationOK creates a UninstallCloudTowerApplicationOK with default headers values

func (*UninstallCloudTowerApplicationOK) Error

func (*UninstallCloudTowerApplicationOK) GetPayload

type UninstallCloudTowerApplicationParams

type UninstallCloudTowerApplicationParams struct {

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

	// RequestBody.
	RequestBody *models.UninstallCloudTowerApplicationParams

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

UninstallCloudTowerApplicationParams contains all the parameters to send to the API endpoint

for the uninstall cloud tower application operation.

Typically these are written to a http.Request.

func NewUninstallCloudTowerApplicationParams

func NewUninstallCloudTowerApplicationParams() *UninstallCloudTowerApplicationParams

NewUninstallCloudTowerApplicationParams creates a new UninstallCloudTowerApplicationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUninstallCloudTowerApplicationParamsWithContext

func NewUninstallCloudTowerApplicationParamsWithContext(ctx context.Context) *UninstallCloudTowerApplicationParams

NewUninstallCloudTowerApplicationParamsWithContext creates a new UninstallCloudTowerApplicationParams object with the ability to set a context for a request.

func NewUninstallCloudTowerApplicationParamsWithHTTPClient

func NewUninstallCloudTowerApplicationParamsWithHTTPClient(client *http.Client) *UninstallCloudTowerApplicationParams

NewUninstallCloudTowerApplicationParamsWithHTTPClient creates a new UninstallCloudTowerApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewUninstallCloudTowerApplicationParamsWithTimeout

func NewUninstallCloudTowerApplicationParamsWithTimeout(timeout time.Duration) *UninstallCloudTowerApplicationParams

NewUninstallCloudTowerApplicationParamsWithTimeout creates a new UninstallCloudTowerApplicationParams object with the ability to set a timeout on a request.

func (*UninstallCloudTowerApplicationParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) SetContext

SetContext adds the context to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) SetDefaults

func (o *UninstallCloudTowerApplicationParams) SetDefaults()

SetDefaults hydrates default values in the uninstall cloud tower application params (not the query body).

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

func (*UninstallCloudTowerApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) SetRequestBody

SetRequestBody adds the requestBody to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) WithContentLanguage

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

WithContentLanguage adds the contentLanguage to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) WithContext

WithContext adds the context to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) WithDefaults

WithDefaults hydrates default values in the uninstall cloud tower application params (not the query body).

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

func (*UninstallCloudTowerApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) WithRequestBody

WithRequestBody adds the requestBody to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) WithTimeout

WithTimeout adds the timeout to the uninstall cloud tower application params

func (*UninstallCloudTowerApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UninstallCloudTowerApplicationReader

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

UninstallCloudTowerApplicationReader is a Reader for the UninstallCloudTowerApplication structure.

func (*UninstallCloudTowerApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpgradeCloudTowerApplicationBadRequest

type UpgradeCloudTowerApplicationBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpgradeCloudTowerApplicationBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUpgradeCloudTowerApplicationBadRequest

func NewUpgradeCloudTowerApplicationBadRequest() *UpgradeCloudTowerApplicationBadRequest

NewUpgradeCloudTowerApplicationBadRequest creates a UpgradeCloudTowerApplicationBadRequest with default headers values

func (*UpgradeCloudTowerApplicationBadRequest) Error

func (*UpgradeCloudTowerApplicationBadRequest) GetPayload

type UpgradeCloudTowerApplicationInternalServerError

type UpgradeCloudTowerApplicationInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpgradeCloudTowerApplicationInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpgradeCloudTowerApplicationInternalServerError

func NewUpgradeCloudTowerApplicationInternalServerError() *UpgradeCloudTowerApplicationInternalServerError

NewUpgradeCloudTowerApplicationInternalServerError creates a UpgradeCloudTowerApplicationInternalServerError with default headers values

func (*UpgradeCloudTowerApplicationInternalServerError) Error

func (*UpgradeCloudTowerApplicationInternalServerError) GetPayload

type UpgradeCloudTowerApplicationNotFound

type UpgradeCloudTowerApplicationNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpgradeCloudTowerApplicationNotFound describes a response with status code 404, with default header values.

Not found

func NewUpgradeCloudTowerApplicationNotFound

func NewUpgradeCloudTowerApplicationNotFound() *UpgradeCloudTowerApplicationNotFound

NewUpgradeCloudTowerApplicationNotFound creates a UpgradeCloudTowerApplicationNotFound with default headers values

func (*UpgradeCloudTowerApplicationNotFound) Error

func (*UpgradeCloudTowerApplicationNotFound) GetPayload

type UpgradeCloudTowerApplicationOK

type UpgradeCloudTowerApplicationOK struct {
	XTowerRequestID string

	Payload *models.CloudTowerApplication
}
UpgradeCloudTowerApplicationOK describes a response with status code 200, with default header values.

UpgradeCloudTowerApplicationOK upgrade cloud tower application o k

func NewUpgradeCloudTowerApplicationOK

func NewUpgradeCloudTowerApplicationOK() *UpgradeCloudTowerApplicationOK

NewUpgradeCloudTowerApplicationOK creates a UpgradeCloudTowerApplicationOK with default headers values

func (*UpgradeCloudTowerApplicationOK) Error

func (*UpgradeCloudTowerApplicationOK) GetPayload

type UpgradeCloudTowerApplicationParams

type UpgradeCloudTowerApplicationParams struct {

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

	// RequestBody.
	RequestBody *models.UpgradeCloudTowerApplicationParams

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

UpgradeCloudTowerApplicationParams contains all the parameters to send to the API endpoint

for the upgrade cloud tower application operation.

Typically these are written to a http.Request.

func NewUpgradeCloudTowerApplicationParams

func NewUpgradeCloudTowerApplicationParams() *UpgradeCloudTowerApplicationParams

NewUpgradeCloudTowerApplicationParams creates a new UpgradeCloudTowerApplicationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpgradeCloudTowerApplicationParamsWithContext

func NewUpgradeCloudTowerApplicationParamsWithContext(ctx context.Context) *UpgradeCloudTowerApplicationParams

NewUpgradeCloudTowerApplicationParamsWithContext creates a new UpgradeCloudTowerApplicationParams object with the ability to set a context for a request.

func NewUpgradeCloudTowerApplicationParamsWithHTTPClient

func NewUpgradeCloudTowerApplicationParamsWithHTTPClient(client *http.Client) *UpgradeCloudTowerApplicationParams

NewUpgradeCloudTowerApplicationParamsWithHTTPClient creates a new UpgradeCloudTowerApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewUpgradeCloudTowerApplicationParamsWithTimeout

func NewUpgradeCloudTowerApplicationParamsWithTimeout(timeout time.Duration) *UpgradeCloudTowerApplicationParams

NewUpgradeCloudTowerApplicationParamsWithTimeout creates a new UpgradeCloudTowerApplicationParams object with the ability to set a timeout on a request.

func (*UpgradeCloudTowerApplicationParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) SetContext

SetContext adds the context to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) SetDefaults

func (o *UpgradeCloudTowerApplicationParams) SetDefaults()

SetDefaults hydrates default values in the upgrade cloud tower application params (not the query body).

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

func (*UpgradeCloudTowerApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) SetRequestBody

SetRequestBody adds the requestBody to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) WithContentLanguage

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

WithContentLanguage adds the contentLanguage to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) WithContext

WithContext adds the context to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) WithDefaults

WithDefaults hydrates default values in the upgrade cloud tower application params (not the query body).

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

func (*UpgradeCloudTowerApplicationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) WithRequestBody

WithRequestBody adds the requestBody to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) WithTimeout

WithTimeout adds the timeout to the upgrade cloud tower application params

func (*UpgradeCloudTowerApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpgradeCloudTowerApplicationReader

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

UpgradeCloudTowerApplicationReader is a Reader for the UpgradeCloudTowerApplication structure.

func (*UpgradeCloudTowerApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadCloudTowerApplicationPackageBadRequest

type UploadCloudTowerApplicationPackageBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UploadCloudTowerApplicationPackageBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUploadCloudTowerApplicationPackageBadRequest

func NewUploadCloudTowerApplicationPackageBadRequest() *UploadCloudTowerApplicationPackageBadRequest

NewUploadCloudTowerApplicationPackageBadRequest creates a UploadCloudTowerApplicationPackageBadRequest with default headers values

func (*UploadCloudTowerApplicationPackageBadRequest) Error

func (*UploadCloudTowerApplicationPackageBadRequest) GetPayload

type UploadCloudTowerApplicationPackageInternalServerError

type UploadCloudTowerApplicationPackageInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UploadCloudTowerApplicationPackageInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUploadCloudTowerApplicationPackageInternalServerError

func NewUploadCloudTowerApplicationPackageInternalServerError() *UploadCloudTowerApplicationPackageInternalServerError

NewUploadCloudTowerApplicationPackageInternalServerError creates a UploadCloudTowerApplicationPackageInternalServerError with default headers values

func (*UploadCloudTowerApplicationPackageInternalServerError) Error

func (*UploadCloudTowerApplicationPackageInternalServerError) GetPayload

type UploadCloudTowerApplicationPackageNotFound

type UploadCloudTowerApplicationPackageNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UploadCloudTowerApplicationPackageNotFound describes a response with status code 404, with default header values.

Not found

func NewUploadCloudTowerApplicationPackageNotFound

func NewUploadCloudTowerApplicationPackageNotFound() *UploadCloudTowerApplicationPackageNotFound

NewUploadCloudTowerApplicationPackageNotFound creates a UploadCloudTowerApplicationPackageNotFound with default headers values

func (*UploadCloudTowerApplicationPackageNotFound) Error

func (*UploadCloudTowerApplicationPackageNotFound) GetPayload

type UploadCloudTowerApplicationPackageOK

type UploadCloudTowerApplicationPackageOK struct {
	XTowerRequestID string

	Payload []*models.UploadTask
}
UploadCloudTowerApplicationPackageOK describes a response with status code 200, with default header values.

UploadCloudTowerApplicationPackageOK upload cloud tower application package o k

func NewUploadCloudTowerApplicationPackageOK

func NewUploadCloudTowerApplicationPackageOK() *UploadCloudTowerApplicationPackageOK

NewUploadCloudTowerApplicationPackageOK creates a UploadCloudTowerApplicationPackageOK with default headers values

func (*UploadCloudTowerApplicationPackageOK) Error

func (*UploadCloudTowerApplicationPackageOK) GetPayload

type UploadCloudTowerApplicationPackageParams

type UploadCloudTowerApplicationPackageParams struct {

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

	// File.
	File runtime.NamedReadCloser

	// Name.
	Name *string

	// Size.
	Size *string

	// SizeUnit.
	SizeUnit *string

	// UploadTaskID.
	UploadTaskID *string

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

UploadCloudTowerApplicationPackageParams contains all the parameters to send to the API endpoint

for the upload cloud tower application package operation.

Typically these are written to a http.Request.

func NewUploadCloudTowerApplicationPackageParams

func NewUploadCloudTowerApplicationPackageParams() *UploadCloudTowerApplicationPackageParams

NewUploadCloudTowerApplicationPackageParams creates a new UploadCloudTowerApplicationPackageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUploadCloudTowerApplicationPackageParamsWithContext

func NewUploadCloudTowerApplicationPackageParamsWithContext(ctx context.Context) *UploadCloudTowerApplicationPackageParams

NewUploadCloudTowerApplicationPackageParamsWithContext creates a new UploadCloudTowerApplicationPackageParams object with the ability to set a context for a request.

func NewUploadCloudTowerApplicationPackageParamsWithHTTPClient

func NewUploadCloudTowerApplicationPackageParamsWithHTTPClient(client *http.Client) *UploadCloudTowerApplicationPackageParams

NewUploadCloudTowerApplicationPackageParamsWithHTTPClient creates a new UploadCloudTowerApplicationPackageParams object with the ability to set a custom HTTPClient for a request.

func NewUploadCloudTowerApplicationPackageParamsWithTimeout

func NewUploadCloudTowerApplicationPackageParamsWithTimeout(timeout time.Duration) *UploadCloudTowerApplicationPackageParams

NewUploadCloudTowerApplicationPackageParamsWithTimeout creates a new UploadCloudTowerApplicationPackageParams object with the ability to set a timeout on a request.

func (*UploadCloudTowerApplicationPackageParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) SetContext

SetContext adds the context to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) SetDefaults

SetDefaults hydrates default values in the upload cloud tower application package params (not the query body).

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

func (*UploadCloudTowerApplicationPackageParams) SetFile

SetFile adds the file to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) SetName

SetName adds the name to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) SetSize

SetSize adds the size to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) SetSizeUnit

func (o *UploadCloudTowerApplicationPackageParams) SetSizeUnit(sizeUnit *string)

SetSizeUnit adds the sizeUnit to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) SetTimeout

SetTimeout adds the timeout to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) SetUploadTaskID

func (o *UploadCloudTowerApplicationPackageParams) SetUploadTaskID(uploadTaskID *string)

SetUploadTaskID adds the uploadTaskId to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithContext

WithContext adds the context to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithDefaults

WithDefaults hydrates default values in the upload cloud tower application package params (not the query body).

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

func (*UploadCloudTowerApplicationPackageParams) WithFile

WithFile adds the file to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithName

WithName adds the name to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithSize

WithSize adds the size to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithSizeUnit

WithSizeUnit adds the sizeUnit to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithTimeout

WithTimeout adds the timeout to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WithUploadTaskID

WithUploadTaskID adds the uploadTaskID to the upload cloud tower application package params

func (*UploadCloudTowerApplicationPackageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadCloudTowerApplicationPackageReader

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

UploadCloudTowerApplicationPackageReader is a Reader for the UploadCloudTowerApplicationPackage structure.

func (*UploadCloudTowerApplicationPackageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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