Documentation ¶
Index ¶
- type Client
- type ClientOption
- type ClientService
- type ServiceBrokerHardwareplatformsGetInternalServerError
- type ServiceBrokerHardwareplatformsGetOK
- type ServiceBrokerHardwareplatformsGetParams
- func NewServiceBrokerHardwareplatformsGetParams() *ServiceBrokerHardwareplatformsGetParams
- func NewServiceBrokerHardwareplatformsGetParamsWithContext(ctx context.Context) *ServiceBrokerHardwareplatformsGetParams
- func NewServiceBrokerHardwareplatformsGetParamsWithHTTPClient(client *http.Client) *ServiceBrokerHardwareplatformsGetParams
- func NewServiceBrokerHardwareplatformsGetParamsWithTimeout(timeout time.Duration) *ServiceBrokerHardwareplatformsGetParams
- func (o *ServiceBrokerHardwareplatformsGetParams) SetContext(ctx context.Context)
- func (o *ServiceBrokerHardwareplatformsGetParams) SetDefaults()
- func (o *ServiceBrokerHardwareplatformsGetParams) SetHTTPClient(client *http.Client)
- func (o *ServiceBrokerHardwareplatformsGetParams) SetRegionZone(regionZone *string)
- func (o *ServiceBrokerHardwareplatformsGetParams) SetTimeout(timeout time.Duration)
- func (o *ServiceBrokerHardwareplatformsGetParams) WithContext(ctx context.Context) *ServiceBrokerHardwareplatformsGetParams
- func (o *ServiceBrokerHardwareplatformsGetParams) WithDefaults() *ServiceBrokerHardwareplatformsGetParams
- func (o *ServiceBrokerHardwareplatformsGetParams) WithHTTPClient(client *http.Client) *ServiceBrokerHardwareplatformsGetParams
- func (o *ServiceBrokerHardwareplatformsGetParams) WithRegionZone(regionZone *string) *ServiceBrokerHardwareplatformsGetParams
- func (o *ServiceBrokerHardwareplatformsGetParams) WithTimeout(timeout time.Duration) *ServiceBrokerHardwareplatformsGetParams
- func (o *ServiceBrokerHardwareplatformsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceBrokerHardwareplatformsGetReader
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 is the option for 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.
type ServiceBrokerHardwareplatformsGetInternalServerError ¶
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) Error ¶
func (o *ServiceBrokerHardwareplatformsGetInternalServerError) Error() string
func (*ServiceBrokerHardwareplatformsGetInternalServerError) GetPayload ¶ added in v1.1.0
func (o *ServiceBrokerHardwareplatformsGetInternalServerError) GetPayload() *models.Error
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) Error ¶
func (o *ServiceBrokerHardwareplatformsGetOK) Error() string
func (*ServiceBrokerHardwareplatformsGetOK) GetPayload ¶ added in v1.1.0
func (o *ServiceBrokerHardwareplatformsGetOK) GetPayload() models.HardwarePlatforms
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 ¶
func (o *ServiceBrokerHardwareplatformsGetParams) SetContext(ctx context.Context)
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 ¶
func (o *ServiceBrokerHardwareplatformsGetParams) WithContext(ctx context.Context) *ServiceBrokerHardwareplatformsGetParams
WithContext adds the context to the service broker hardwareplatforms get params
func (*ServiceBrokerHardwareplatformsGetParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceBrokerHardwareplatformsGetParams) WithDefaults() *ServiceBrokerHardwareplatformsGetParams
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 ¶
func (o *ServiceBrokerHardwareplatformsGetParams) WithHTTPClient(client *http.Client) *ServiceBrokerHardwareplatformsGetParams
WithHTTPClient adds the HTTPClient to the service broker hardwareplatforms get params
func (*ServiceBrokerHardwareplatformsGetParams) WithRegionZone ¶
func (o *ServiceBrokerHardwareplatformsGetParams) WithRegionZone(regionZone *string) *ServiceBrokerHardwareplatformsGetParams
WithRegionZone adds the regionZone to the service broker hardwareplatforms get params
func (*ServiceBrokerHardwareplatformsGetParams) WithTimeout ¶
func (o *ServiceBrokerHardwareplatformsGetParams) WithTimeout(timeout time.Duration) *ServiceBrokerHardwareplatformsGetParams
WithTimeout adds the timeout to the service broker hardwareplatforms get params
func (*ServiceBrokerHardwareplatformsGetParams) WriteToRequest ¶
func (o *ServiceBrokerHardwareplatformsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.