hardware_platforms

package
v1.8.0-beta8 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: Apache-2.0 Imports: 11 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 hardware platforms API

func (*Client) ServiceBrokerHardwareplatformsGet

func (a *Client) ServiceBrokerHardwareplatformsGet(params *ServiceBrokerHardwareplatformsGetParams, opts ...ClientOption) (*ServiceBrokerHardwareplatformsGetOK, error)

ServiceBrokerHardwareplatformsGet availables hardware statistics and limits

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v1.1.0

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService added in v1.1.0

type ClientService interface {
	ServiceBrokerHardwareplatformsGet(params *ServiceBrokerHardwareplatformsGetParams, opts ...ClientOption) (*ServiceBrokerHardwareplatformsGetOK, 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 hardware platforms API client.

func NewClientWithBasicAuth added in v1.7.0

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new hardware platforms API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken added in v1.7.0

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new hardware platforms API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type ServiceBrokerHardwareplatformsGetBadRequest added in v1.4.2

type ServiceBrokerHardwareplatformsGetBadRequest struct {
	Payload *models.Error
}

ServiceBrokerHardwareplatformsGetBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewServiceBrokerHardwareplatformsGetBadRequest added in v1.4.2

func NewServiceBrokerHardwareplatformsGetBadRequest() *ServiceBrokerHardwareplatformsGetBadRequest

NewServiceBrokerHardwareplatformsGetBadRequest creates a ServiceBrokerHardwareplatformsGetBadRequest with default headers values

func (*ServiceBrokerHardwareplatformsGetBadRequest) Code added in v1.4.2

Code gets the status code for the service broker hardwareplatforms get bad request response

func (*ServiceBrokerHardwareplatformsGetBadRequest) Error added in v1.4.2

func (*ServiceBrokerHardwareplatformsGetBadRequest) GetPayload added in v1.4.2

func (*ServiceBrokerHardwareplatformsGetBadRequest) IsClientError added in v1.4.2

IsClientError returns true when this service broker hardwareplatforms get bad request response has a 4xx status code

func (*ServiceBrokerHardwareplatformsGetBadRequest) IsCode added in v1.4.2

IsCode returns true when this service broker hardwareplatforms get bad request response a status code equal to that given

func (*ServiceBrokerHardwareplatformsGetBadRequest) IsRedirect added in v1.4.2

IsRedirect returns true when this service broker hardwareplatforms get bad request response has a 3xx status code

func (*ServiceBrokerHardwareplatformsGetBadRequest) IsServerError added in v1.4.2

IsServerError returns true when this service broker hardwareplatforms get bad request response has a 5xx status code

func (*ServiceBrokerHardwareplatformsGetBadRequest) IsSuccess added in v1.4.2

IsSuccess returns true when this service broker hardwareplatforms get bad request response has a 2xx status code

func (*ServiceBrokerHardwareplatformsGetBadRequest) String added in v1.4.2

type ServiceBrokerHardwareplatformsGetForbidden added in v1.4.2

type ServiceBrokerHardwareplatformsGetForbidden struct {
	Payload *models.Error
}

ServiceBrokerHardwareplatformsGetForbidden describes a response with status code 403, with default header values.

Forbidden

func NewServiceBrokerHardwareplatformsGetForbidden added in v1.4.2

func NewServiceBrokerHardwareplatformsGetForbidden() *ServiceBrokerHardwareplatformsGetForbidden

NewServiceBrokerHardwareplatformsGetForbidden creates a ServiceBrokerHardwareplatformsGetForbidden with default headers values

func (*ServiceBrokerHardwareplatformsGetForbidden) Code added in v1.4.2

Code gets the status code for the service broker hardwareplatforms get forbidden response

func (*ServiceBrokerHardwareplatformsGetForbidden) Error added in v1.4.2

func (*ServiceBrokerHardwareplatformsGetForbidden) GetPayload added in v1.4.2

func (*ServiceBrokerHardwareplatformsGetForbidden) IsClientError added in v1.4.2

IsClientError returns true when this service broker hardwareplatforms get forbidden response has a 4xx status code

func (*ServiceBrokerHardwareplatformsGetForbidden) IsCode added in v1.4.2

IsCode returns true when this service broker hardwareplatforms get forbidden response a status code equal to that given

func (*ServiceBrokerHardwareplatformsGetForbidden) IsRedirect added in v1.4.2

IsRedirect returns true when this service broker hardwareplatforms get forbidden response has a 3xx status code

func (*ServiceBrokerHardwareplatformsGetForbidden) IsServerError added in v1.4.2

IsServerError returns true when this service broker hardwareplatforms get forbidden response has a 5xx status code

func (*ServiceBrokerHardwareplatformsGetForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this service broker hardwareplatforms get forbidden response has a 2xx status code

func (*ServiceBrokerHardwareplatformsGetForbidden) String added in v1.4.2

type ServiceBrokerHardwareplatformsGetInternalServerError

type ServiceBrokerHardwareplatformsGetInternalServerError struct {
	Payload *models.Error
}

ServiceBrokerHardwareplatformsGetInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewServiceBrokerHardwareplatformsGetInternalServerError

func NewServiceBrokerHardwareplatformsGetInternalServerError() *ServiceBrokerHardwareplatformsGetInternalServerError

NewServiceBrokerHardwareplatformsGetInternalServerError creates a ServiceBrokerHardwareplatformsGetInternalServerError with default headers values

func (*ServiceBrokerHardwareplatformsGetInternalServerError) Code added in v1.2.4

Code gets the status code for the service broker hardwareplatforms get internal server error response

func (*ServiceBrokerHardwareplatformsGetInternalServerError) Error

func (*ServiceBrokerHardwareplatformsGetInternalServerError) GetPayload added in v1.1.0

func (*ServiceBrokerHardwareplatformsGetInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this service broker hardwareplatforms get internal server error response has a 4xx status code

func (*ServiceBrokerHardwareplatformsGetInternalServerError) IsCode added in v1.2.2

IsCode returns true when this service broker hardwareplatforms get internal server error response a status code equal to that given

func (*ServiceBrokerHardwareplatformsGetInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this service broker hardwareplatforms get internal server error response has a 3xx status code

func (*ServiceBrokerHardwareplatformsGetInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this service broker hardwareplatforms get internal server error response has a 5xx status code

func (*ServiceBrokerHardwareplatformsGetInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this service broker hardwareplatforms get internal server error response has a 2xx status code

func (*ServiceBrokerHardwareplatformsGetInternalServerError) String added in v1.2.2

type ServiceBrokerHardwareplatformsGetNotFound added in v1.4.2

type ServiceBrokerHardwareplatformsGetNotFound struct {
	Payload *models.Error
}

ServiceBrokerHardwareplatformsGetNotFound describes a response with status code 404, with default header values.

Not Found

func NewServiceBrokerHardwareplatformsGetNotFound added in v1.4.2

func NewServiceBrokerHardwareplatformsGetNotFound() *ServiceBrokerHardwareplatformsGetNotFound

NewServiceBrokerHardwareplatformsGetNotFound creates a ServiceBrokerHardwareplatformsGetNotFound with default headers values

func (*ServiceBrokerHardwareplatformsGetNotFound) Code added in v1.4.2

Code gets the status code for the service broker hardwareplatforms get not found response

func (*ServiceBrokerHardwareplatformsGetNotFound) Error added in v1.4.2

func (*ServiceBrokerHardwareplatformsGetNotFound) GetPayload added in v1.4.2

func (*ServiceBrokerHardwareplatformsGetNotFound) IsClientError added in v1.4.2

IsClientError returns true when this service broker hardwareplatforms get not found response has a 4xx status code

func (*ServiceBrokerHardwareplatformsGetNotFound) IsCode added in v1.4.2

IsCode returns true when this service broker hardwareplatforms get not found response a status code equal to that given

func (*ServiceBrokerHardwareplatformsGetNotFound) IsRedirect added in v1.4.2

IsRedirect returns true when this service broker hardwareplatforms get not found response has a 3xx status code

func (*ServiceBrokerHardwareplatformsGetNotFound) IsServerError added in v1.4.2

IsServerError returns true when this service broker hardwareplatforms get not found response has a 5xx status code

func (*ServiceBrokerHardwareplatformsGetNotFound) IsSuccess added in v1.4.2

IsSuccess returns true when this service broker hardwareplatforms get not found response has a 2xx status code

func (*ServiceBrokerHardwareplatformsGetNotFound) String added in v1.4.2

type ServiceBrokerHardwareplatformsGetOK

type ServiceBrokerHardwareplatformsGetOK struct {
	Payload models.HardwarePlatforms
}

ServiceBrokerHardwareplatformsGetOK describes a response with status code 200, with default header values.

OK

func NewServiceBrokerHardwareplatformsGetOK

func NewServiceBrokerHardwareplatformsGetOK() *ServiceBrokerHardwareplatformsGetOK

NewServiceBrokerHardwareplatformsGetOK creates a ServiceBrokerHardwareplatformsGetOK with default headers values

func (*ServiceBrokerHardwareplatformsGetOK) Code added in v1.2.4

Code gets the status code for the service broker hardwareplatforms get o k response

func (*ServiceBrokerHardwareplatformsGetOK) Error

func (*ServiceBrokerHardwareplatformsGetOK) GetPayload added in v1.1.0

func (*ServiceBrokerHardwareplatformsGetOK) IsClientError added in v1.2.2

func (o *ServiceBrokerHardwareplatformsGetOK) IsClientError() bool

IsClientError returns true when this service broker hardwareplatforms get o k response has a 4xx status code

func (*ServiceBrokerHardwareplatformsGetOK) IsCode added in v1.2.2

IsCode returns true when this service broker hardwareplatforms get o k response a status code equal to that given

func (*ServiceBrokerHardwareplatformsGetOK) IsRedirect added in v1.2.2

func (o *ServiceBrokerHardwareplatformsGetOK) IsRedirect() bool

IsRedirect returns true when this service broker hardwareplatforms get o k response has a 3xx status code

func (*ServiceBrokerHardwareplatformsGetOK) IsServerError added in v1.2.2

func (o *ServiceBrokerHardwareplatformsGetOK) IsServerError() bool

IsServerError returns true when this service broker hardwareplatforms get o k response has a 5xx status code

func (*ServiceBrokerHardwareplatformsGetOK) IsSuccess added in v1.2.2

IsSuccess returns true when this service broker hardwareplatforms get o k response has a 2xx status code

func (*ServiceBrokerHardwareplatformsGetOK) String added in v1.2.2

type ServiceBrokerHardwareplatformsGetParams

type ServiceBrokerHardwareplatformsGetParams struct {

	/* RegionZone.

	   The region zone of the cloud instance
	*/
	RegionZone *string

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

ServiceBrokerHardwareplatformsGetParams contains all the parameters to send to the API endpoint

for the service broker hardwareplatforms get operation.

Typically these are written to a http.Request.

func NewServiceBrokerHardwareplatformsGetParams

func NewServiceBrokerHardwareplatformsGetParams() *ServiceBrokerHardwareplatformsGetParams

NewServiceBrokerHardwareplatformsGetParams creates a new ServiceBrokerHardwareplatformsGetParams 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 NewServiceBrokerHardwareplatformsGetParamsWithContext

func NewServiceBrokerHardwareplatformsGetParamsWithContext(ctx context.Context) *ServiceBrokerHardwareplatformsGetParams

NewServiceBrokerHardwareplatformsGetParamsWithContext creates a new ServiceBrokerHardwareplatformsGetParams object with the ability to set a context for a request.

func NewServiceBrokerHardwareplatformsGetParamsWithHTTPClient

func NewServiceBrokerHardwareplatformsGetParamsWithHTTPClient(client *http.Client) *ServiceBrokerHardwareplatformsGetParams

NewServiceBrokerHardwareplatformsGetParamsWithHTTPClient creates a new ServiceBrokerHardwareplatformsGetParams object with the ability to set a custom HTTPClient for a request.

func NewServiceBrokerHardwareplatformsGetParamsWithTimeout

func NewServiceBrokerHardwareplatformsGetParamsWithTimeout(timeout time.Duration) *ServiceBrokerHardwareplatformsGetParams

NewServiceBrokerHardwareplatformsGetParamsWithTimeout creates a new ServiceBrokerHardwareplatformsGetParams object with the ability to set a timeout on a request.

func (*ServiceBrokerHardwareplatformsGetParams) SetContext

SetContext adds the context to the service broker hardwareplatforms get params

func (*ServiceBrokerHardwareplatformsGetParams) SetDefaults added in v1.1.0

func (o *ServiceBrokerHardwareplatformsGetParams) SetDefaults()

SetDefaults hydrates default values in the service broker hardwareplatforms get params (not the query body).

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

func (*ServiceBrokerHardwareplatformsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the service broker hardwareplatforms get params

func (*ServiceBrokerHardwareplatformsGetParams) SetRegionZone

func (o *ServiceBrokerHardwareplatformsGetParams) SetRegionZone(regionZone *string)

SetRegionZone adds the regionZone to the service broker hardwareplatforms get params

func (*ServiceBrokerHardwareplatformsGetParams) SetTimeout

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

SetTimeout adds the timeout to the service broker hardwareplatforms get params

func (*ServiceBrokerHardwareplatformsGetParams) WithContext

WithContext adds the context to the service broker hardwareplatforms get params

func (*ServiceBrokerHardwareplatformsGetParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the service broker hardwareplatforms get params (not the query body).

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

func (*ServiceBrokerHardwareplatformsGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the service broker hardwareplatforms get params

func (*ServiceBrokerHardwareplatformsGetParams) WithRegionZone

WithRegionZone adds the regionZone to the service broker hardwareplatforms get params

func (*ServiceBrokerHardwareplatformsGetParams) WithTimeout

WithTimeout adds the timeout to the service broker hardwareplatforms get params

func (*ServiceBrokerHardwareplatformsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServiceBrokerHardwareplatformsGetReader

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

ServiceBrokerHardwareplatformsGetReader is a Reader for the ServiceBrokerHardwareplatformsGet structure.

func (*ServiceBrokerHardwareplatformsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServiceBrokerHardwareplatformsGetUnauthorized added in v1.4.2

type ServiceBrokerHardwareplatformsGetUnauthorized struct {
	Payload *models.Error
}

ServiceBrokerHardwareplatformsGetUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewServiceBrokerHardwareplatformsGetUnauthorized added in v1.4.2

func NewServiceBrokerHardwareplatformsGetUnauthorized() *ServiceBrokerHardwareplatformsGetUnauthorized

NewServiceBrokerHardwareplatformsGetUnauthorized creates a ServiceBrokerHardwareplatformsGetUnauthorized with default headers values

func (*ServiceBrokerHardwareplatformsGetUnauthorized) Code added in v1.4.2

Code gets the status code for the service broker hardwareplatforms get unauthorized response

func (*ServiceBrokerHardwareplatformsGetUnauthorized) Error added in v1.4.2

func (*ServiceBrokerHardwareplatformsGetUnauthorized) GetPayload added in v1.4.2

func (*ServiceBrokerHardwareplatformsGetUnauthorized) IsClientError added in v1.4.2

IsClientError returns true when this service broker hardwareplatforms get unauthorized response has a 4xx status code

func (*ServiceBrokerHardwareplatformsGetUnauthorized) IsCode added in v1.4.2

IsCode returns true when this service broker hardwareplatforms get unauthorized response a status code equal to that given

func (*ServiceBrokerHardwareplatformsGetUnauthorized) IsRedirect added in v1.4.2

IsRedirect returns true when this service broker hardwareplatforms get unauthorized response has a 3xx status code

func (*ServiceBrokerHardwareplatformsGetUnauthorized) IsServerError added in v1.4.2

IsServerError returns true when this service broker hardwareplatforms get unauthorized response has a 5xx status code

func (*ServiceBrokerHardwareplatformsGetUnauthorized) IsSuccess added in v1.4.2

IsSuccess returns true when this service broker hardwareplatforms get unauthorized response has a 2xx status code

func (*ServiceBrokerHardwareplatformsGetUnauthorized) String added in v1.4.2

Jump to

Keyboard shortcuts

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