cloud_tower_application_package

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 package API

func (*Client) GetCloudTowerApplicationPackages

func (a *Client) GetCloudTowerApplicationPackages(params *GetCloudTowerApplicationPackagesParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesOK, error)

GetCloudTowerApplicationPackages get cloud tower application packages API

func (*Client) GetCloudTowerApplicationPackagesConnection

func (a *Client) GetCloudTowerApplicationPackagesConnection(params *GetCloudTowerApplicationPackagesConnectionParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesConnectionOK, error)

GetCloudTowerApplicationPackagesConnection get cloud tower application packages connection API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetCloudTowerApplicationPackages(params *GetCloudTowerApplicationPackagesParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesOK, error)

	GetCloudTowerApplicationPackagesConnection(params *GetCloudTowerApplicationPackagesConnectionParams, opts ...ClientOption) (*GetCloudTowerApplicationPackagesConnectionOK, 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 package API client.

type GetCloudTowerApplicationPackagesBadRequest

type GetCloudTowerApplicationPackagesBadRequest struct {
	XTowerRequestID string

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

Bad request

func NewGetCloudTowerApplicationPackagesBadRequest

func NewGetCloudTowerApplicationPackagesBadRequest() *GetCloudTowerApplicationPackagesBadRequest

NewGetCloudTowerApplicationPackagesBadRequest creates a GetCloudTowerApplicationPackagesBadRequest with default headers values

func (*GetCloudTowerApplicationPackagesBadRequest) Error

func (*GetCloudTowerApplicationPackagesBadRequest) GetPayload

type GetCloudTowerApplicationPackagesConnectionBadRequest

type GetCloudTowerApplicationPackagesConnectionBadRequest struct {
	XTowerRequestID string

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

Bad request

func NewGetCloudTowerApplicationPackagesConnectionBadRequest

func NewGetCloudTowerApplicationPackagesConnectionBadRequest() *GetCloudTowerApplicationPackagesConnectionBadRequest

NewGetCloudTowerApplicationPackagesConnectionBadRequest creates a GetCloudTowerApplicationPackagesConnectionBadRequest with default headers values

func (*GetCloudTowerApplicationPackagesConnectionBadRequest) Error

func (*GetCloudTowerApplicationPackagesConnectionBadRequest) GetPayload

type GetCloudTowerApplicationPackagesConnectionInternalServerError

type GetCloudTowerApplicationPackagesConnectionInternalServerError struct {
	XTowerRequestID string

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

Server error

func NewGetCloudTowerApplicationPackagesConnectionInternalServerError

func NewGetCloudTowerApplicationPackagesConnectionInternalServerError() *GetCloudTowerApplicationPackagesConnectionInternalServerError

NewGetCloudTowerApplicationPackagesConnectionInternalServerError creates a GetCloudTowerApplicationPackagesConnectionInternalServerError with default headers values

func (*GetCloudTowerApplicationPackagesConnectionInternalServerError) Error

func (*GetCloudTowerApplicationPackagesConnectionInternalServerError) GetPayload

type GetCloudTowerApplicationPackagesConnectionNotFound

type GetCloudTowerApplicationPackagesConnectionNotFound struct {
	XTowerRequestID string

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

Not found

func NewGetCloudTowerApplicationPackagesConnectionNotFound

func NewGetCloudTowerApplicationPackagesConnectionNotFound() *GetCloudTowerApplicationPackagesConnectionNotFound

NewGetCloudTowerApplicationPackagesConnectionNotFound creates a GetCloudTowerApplicationPackagesConnectionNotFound with default headers values

func (*GetCloudTowerApplicationPackagesConnectionNotFound) Error

func (*GetCloudTowerApplicationPackagesConnectionNotFound) GetPayload

type GetCloudTowerApplicationPackagesConnectionOK

type GetCloudTowerApplicationPackagesConnectionOK struct {
	XTowerRequestID string

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

GetCloudTowerApplicationPackagesConnectionOK get cloud tower application packages connection o k

func NewGetCloudTowerApplicationPackagesConnectionOK

func NewGetCloudTowerApplicationPackagesConnectionOK() *GetCloudTowerApplicationPackagesConnectionOK

NewGetCloudTowerApplicationPackagesConnectionOK creates a GetCloudTowerApplicationPackagesConnectionOK with default headers values

func (*GetCloudTowerApplicationPackagesConnectionOK) Error

func (*GetCloudTowerApplicationPackagesConnectionOK) GetPayload

type GetCloudTowerApplicationPackagesConnectionParams

type GetCloudTowerApplicationPackagesConnectionParams struct {

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

	// RequestBody.
	RequestBody *models.GetCloudTowerApplicationPackagesConnectionRequestBody

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

GetCloudTowerApplicationPackagesConnectionParams contains all the parameters to send to the API endpoint

for the get cloud tower application packages connection operation.

Typically these are written to a http.Request.

func NewGetCloudTowerApplicationPackagesConnectionParams

func NewGetCloudTowerApplicationPackagesConnectionParams() *GetCloudTowerApplicationPackagesConnectionParams

NewGetCloudTowerApplicationPackagesConnectionParams creates a new GetCloudTowerApplicationPackagesConnectionParams 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 NewGetCloudTowerApplicationPackagesConnectionParamsWithContext

func NewGetCloudTowerApplicationPackagesConnectionParamsWithContext(ctx context.Context) *GetCloudTowerApplicationPackagesConnectionParams

NewGetCloudTowerApplicationPackagesConnectionParamsWithContext creates a new GetCloudTowerApplicationPackagesConnectionParams object with the ability to set a context for a request.

func NewGetCloudTowerApplicationPackagesConnectionParamsWithHTTPClient

func NewGetCloudTowerApplicationPackagesConnectionParamsWithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesConnectionParams

NewGetCloudTowerApplicationPackagesConnectionParamsWithHTTPClient creates a new GetCloudTowerApplicationPackagesConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudTowerApplicationPackagesConnectionParamsWithTimeout

func NewGetCloudTowerApplicationPackagesConnectionParamsWithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesConnectionParams

NewGetCloudTowerApplicationPackagesConnectionParamsWithTimeout creates a new GetCloudTowerApplicationPackagesConnectionParams object with the ability to set a timeout on a request.

func (*GetCloudTowerApplicationPackagesConnectionParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) SetContext

SetContext adds the context to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) SetDefaults

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

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

func (*GetCloudTowerApplicationPackagesConnectionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) SetRequestBody

SetRequestBody adds the requestBody to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) SetTimeout

SetTimeout adds the timeout to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) WithContext

WithContext adds the context to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) WithDefaults

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

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

func (*GetCloudTowerApplicationPackagesConnectionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) WithRequestBody

WithRequestBody adds the requestBody to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) WithTimeout

WithTimeout adds the timeout to the get cloud tower application packages connection params

func (*GetCloudTowerApplicationPackagesConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudTowerApplicationPackagesConnectionReader

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

GetCloudTowerApplicationPackagesConnectionReader is a Reader for the GetCloudTowerApplicationPackagesConnection structure.

func (*GetCloudTowerApplicationPackagesConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCloudTowerApplicationPackagesInternalServerError

type GetCloudTowerApplicationPackagesInternalServerError struct {
	XTowerRequestID string

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

Server error

func NewGetCloudTowerApplicationPackagesInternalServerError

func NewGetCloudTowerApplicationPackagesInternalServerError() *GetCloudTowerApplicationPackagesInternalServerError

NewGetCloudTowerApplicationPackagesInternalServerError creates a GetCloudTowerApplicationPackagesInternalServerError with default headers values

func (*GetCloudTowerApplicationPackagesInternalServerError) Error

func (*GetCloudTowerApplicationPackagesInternalServerError) GetPayload

type GetCloudTowerApplicationPackagesNotFound

type GetCloudTowerApplicationPackagesNotFound struct {
	XTowerRequestID string

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

Not found

func NewGetCloudTowerApplicationPackagesNotFound

func NewGetCloudTowerApplicationPackagesNotFound() *GetCloudTowerApplicationPackagesNotFound

NewGetCloudTowerApplicationPackagesNotFound creates a GetCloudTowerApplicationPackagesNotFound with default headers values

func (*GetCloudTowerApplicationPackagesNotFound) Error

func (*GetCloudTowerApplicationPackagesNotFound) GetPayload

type GetCloudTowerApplicationPackagesOK

type GetCloudTowerApplicationPackagesOK struct {
	XTowerRequestID string

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

GetCloudTowerApplicationPackagesOK get cloud tower application packages o k

func NewGetCloudTowerApplicationPackagesOK

func NewGetCloudTowerApplicationPackagesOK() *GetCloudTowerApplicationPackagesOK

NewGetCloudTowerApplicationPackagesOK creates a GetCloudTowerApplicationPackagesOK with default headers values

func (*GetCloudTowerApplicationPackagesOK) Error

func (*GetCloudTowerApplicationPackagesOK) GetPayload

type GetCloudTowerApplicationPackagesParams

type GetCloudTowerApplicationPackagesParams struct {

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

	// RequestBody.
	RequestBody *models.GetCloudTowerApplicationPackagesRequestBody

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

GetCloudTowerApplicationPackagesParams contains all the parameters to send to the API endpoint

for the get cloud tower application packages operation.

Typically these are written to a http.Request.

func NewGetCloudTowerApplicationPackagesParams

func NewGetCloudTowerApplicationPackagesParams() *GetCloudTowerApplicationPackagesParams

NewGetCloudTowerApplicationPackagesParams creates a new GetCloudTowerApplicationPackagesParams 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 NewGetCloudTowerApplicationPackagesParamsWithContext

func NewGetCloudTowerApplicationPackagesParamsWithContext(ctx context.Context) *GetCloudTowerApplicationPackagesParams

NewGetCloudTowerApplicationPackagesParamsWithContext creates a new GetCloudTowerApplicationPackagesParams object with the ability to set a context for a request.

func NewGetCloudTowerApplicationPackagesParamsWithHTTPClient

func NewGetCloudTowerApplicationPackagesParamsWithHTTPClient(client *http.Client) *GetCloudTowerApplicationPackagesParams

NewGetCloudTowerApplicationPackagesParamsWithHTTPClient creates a new GetCloudTowerApplicationPackagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudTowerApplicationPackagesParamsWithTimeout

func NewGetCloudTowerApplicationPackagesParamsWithTimeout(timeout time.Duration) *GetCloudTowerApplicationPackagesParams

NewGetCloudTowerApplicationPackagesParamsWithTimeout creates a new GetCloudTowerApplicationPackagesParams object with the ability to set a timeout on a request.

func (*GetCloudTowerApplicationPackagesParams) SetContentLanguage

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

SetContentLanguage adds the contentLanguage to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) SetContext

SetContext adds the context to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) SetDefaults

func (o *GetCloudTowerApplicationPackagesParams) SetDefaults()

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

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

func (*GetCloudTowerApplicationPackagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) SetRequestBody

SetRequestBody adds the requestBody to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) SetTimeout

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

SetTimeout adds the timeout to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) WithContentLanguage

WithContentLanguage adds the contentLanguage to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) WithContext

WithContext adds the context to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) WithDefaults

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

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

func (*GetCloudTowerApplicationPackagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) WithRequestBody

WithRequestBody adds the requestBody to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) WithTimeout

WithTimeout adds the timeout to the get cloud tower application packages params

func (*GetCloudTowerApplicationPackagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudTowerApplicationPackagesReader

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

GetCloudTowerApplicationPackagesReader is a Reader for the GetCloudTowerApplicationPackages structure.

func (*GetCloudTowerApplicationPackagesReader) ReadResponse

func (o *GetCloudTowerApplicationPackagesReader) 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