bluemix_service_instances

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BluemixServiceInstanceGetBadRequest

type BluemixServiceInstanceGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewBluemixServiceInstanceGetBadRequest

func NewBluemixServiceInstanceGetBadRequest() *BluemixServiceInstanceGetBadRequest

NewBluemixServiceInstanceGetBadRequest creates a BluemixServiceInstanceGetBadRequest with default headers values

func (*BluemixServiceInstanceGetBadRequest) Code added in v1.2.4

Code gets the status code for the bluemix service instance get bad request response

func (*BluemixServiceInstanceGetBadRequest) Error

func (*BluemixServiceInstanceGetBadRequest) GetPayload added in v1.1.0

func (*BluemixServiceInstanceGetBadRequest) IsClientError added in v1.2.2

func (o *BluemixServiceInstanceGetBadRequest) IsClientError() bool

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

func (*BluemixServiceInstanceGetBadRequest) IsCode added in v1.2.2

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

func (*BluemixServiceInstanceGetBadRequest) IsRedirect added in v1.2.2

func (o *BluemixServiceInstanceGetBadRequest) IsRedirect() bool

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

func (*BluemixServiceInstanceGetBadRequest) IsServerError added in v1.2.2

func (o *BluemixServiceInstanceGetBadRequest) IsServerError() bool

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

func (*BluemixServiceInstanceGetBadRequest) IsSuccess added in v1.2.2

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

func (*BluemixServiceInstanceGetBadRequest) String added in v1.2.2

type BluemixServiceInstanceGetForbidden added in v1.4.2

type BluemixServiceInstanceGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewBluemixServiceInstanceGetForbidden added in v1.4.2

func NewBluemixServiceInstanceGetForbidden() *BluemixServiceInstanceGetForbidden

NewBluemixServiceInstanceGetForbidden creates a BluemixServiceInstanceGetForbidden with default headers values

func (*BluemixServiceInstanceGetForbidden) Code added in v1.4.2

Code gets the status code for the bluemix service instance get forbidden response

func (*BluemixServiceInstanceGetForbidden) Error added in v1.4.2

func (*BluemixServiceInstanceGetForbidden) GetPayload added in v1.4.2

func (*BluemixServiceInstanceGetForbidden) IsClientError added in v1.4.2

func (o *BluemixServiceInstanceGetForbidden) IsClientError() bool

IsClientError returns true when this bluemix service instance get forbidden response has a 4xx status code

func (*BluemixServiceInstanceGetForbidden) IsCode added in v1.4.2

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

func (*BluemixServiceInstanceGetForbidden) IsRedirect added in v1.4.2

func (o *BluemixServiceInstanceGetForbidden) IsRedirect() bool

IsRedirect returns true when this bluemix service instance get forbidden response has a 3xx status code

func (*BluemixServiceInstanceGetForbidden) IsServerError added in v1.4.2

func (o *BluemixServiceInstanceGetForbidden) IsServerError() bool

IsServerError returns true when this bluemix service instance get forbidden response has a 5xx status code

func (*BluemixServiceInstanceGetForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this bluemix service instance get forbidden response has a 2xx status code

func (*BluemixServiceInstanceGetForbidden) String added in v1.4.2

type BluemixServiceInstanceGetNotFound added in v1.4.2

type BluemixServiceInstanceGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewBluemixServiceInstanceGetNotFound added in v1.4.2

func NewBluemixServiceInstanceGetNotFound() *BluemixServiceInstanceGetNotFound

NewBluemixServiceInstanceGetNotFound creates a BluemixServiceInstanceGetNotFound with default headers values

func (*BluemixServiceInstanceGetNotFound) Code added in v1.4.2

Code gets the status code for the bluemix service instance get not found response

func (*BluemixServiceInstanceGetNotFound) Error added in v1.4.2

func (*BluemixServiceInstanceGetNotFound) GetPayload added in v1.4.2

func (*BluemixServiceInstanceGetNotFound) IsClientError added in v1.4.2

func (o *BluemixServiceInstanceGetNotFound) IsClientError() bool

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

func (*BluemixServiceInstanceGetNotFound) IsCode added in v1.4.2

func (o *BluemixServiceInstanceGetNotFound) IsCode(code int) bool

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

func (*BluemixServiceInstanceGetNotFound) IsRedirect added in v1.4.2

func (o *BluemixServiceInstanceGetNotFound) IsRedirect() bool

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

func (*BluemixServiceInstanceGetNotFound) IsServerError added in v1.4.2

func (o *BluemixServiceInstanceGetNotFound) IsServerError() bool

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

func (*BluemixServiceInstanceGetNotFound) IsSuccess added in v1.4.2

func (o *BluemixServiceInstanceGetNotFound) IsSuccess() bool

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

func (*BluemixServiceInstanceGetNotFound) String added in v1.4.2

type BluemixServiceInstanceGetOK

type BluemixServiceInstanceGetOK struct {
	Payload *models.ServiceInstance
}

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

OK

func NewBluemixServiceInstanceGetOK

func NewBluemixServiceInstanceGetOK() *BluemixServiceInstanceGetOK

NewBluemixServiceInstanceGetOK creates a BluemixServiceInstanceGetOK with default headers values

func (*BluemixServiceInstanceGetOK) Code added in v1.2.4

func (o *BluemixServiceInstanceGetOK) Code() int

Code gets the status code for the bluemix service instance get o k response

func (*BluemixServiceInstanceGetOK) Error

func (*BluemixServiceInstanceGetOK) GetPayload added in v1.1.0

func (*BluemixServiceInstanceGetOK) IsClientError added in v1.2.2

func (o *BluemixServiceInstanceGetOK) IsClientError() bool

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

func (*BluemixServiceInstanceGetOK) IsCode added in v1.2.2

func (o *BluemixServiceInstanceGetOK) IsCode(code int) bool

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

func (*BluemixServiceInstanceGetOK) IsRedirect added in v1.2.2

func (o *BluemixServiceInstanceGetOK) IsRedirect() bool

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

func (*BluemixServiceInstanceGetOK) IsServerError added in v1.2.2

func (o *BluemixServiceInstanceGetOK) IsServerError() bool

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

func (*BluemixServiceInstanceGetOK) IsSuccess added in v1.2.2

func (o *BluemixServiceInstanceGetOK) IsSuccess() bool

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

func (*BluemixServiceInstanceGetOK) String added in v1.2.2

func (o *BluemixServiceInstanceGetOK) String() string

type BluemixServiceInstanceGetParams

type BluemixServiceInstanceGetParams struct {

	/* InstanceID.

	   instance id of instance to provision
	*/
	InstanceID string

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

BluemixServiceInstanceGetParams contains all the parameters to send to the API endpoint

for the bluemix service instance get operation.

Typically these are written to a http.Request.

func NewBluemixServiceInstanceGetParams

func NewBluemixServiceInstanceGetParams() *BluemixServiceInstanceGetParams

NewBluemixServiceInstanceGetParams creates a new BluemixServiceInstanceGetParams 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 NewBluemixServiceInstanceGetParamsWithContext

func NewBluemixServiceInstanceGetParamsWithContext(ctx context.Context) *BluemixServiceInstanceGetParams

NewBluemixServiceInstanceGetParamsWithContext creates a new BluemixServiceInstanceGetParams object with the ability to set a context for a request.

func NewBluemixServiceInstanceGetParamsWithHTTPClient

func NewBluemixServiceInstanceGetParamsWithHTTPClient(client *http.Client) *BluemixServiceInstanceGetParams

NewBluemixServiceInstanceGetParamsWithHTTPClient creates a new BluemixServiceInstanceGetParams object with the ability to set a custom HTTPClient for a request.

func NewBluemixServiceInstanceGetParamsWithTimeout

func NewBluemixServiceInstanceGetParamsWithTimeout(timeout time.Duration) *BluemixServiceInstanceGetParams

NewBluemixServiceInstanceGetParamsWithTimeout creates a new BluemixServiceInstanceGetParams object with the ability to set a timeout on a request.

func (*BluemixServiceInstanceGetParams) SetContext

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

SetContext adds the context to the bluemix service instance get params

func (*BluemixServiceInstanceGetParams) SetDefaults added in v1.1.0

func (o *BluemixServiceInstanceGetParams) SetDefaults()

SetDefaults hydrates default values in the bluemix service instance get params (not the query body).

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

func (*BluemixServiceInstanceGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bluemix service instance get params

func (*BluemixServiceInstanceGetParams) SetInstanceID

func (o *BluemixServiceInstanceGetParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the bluemix service instance get params

func (*BluemixServiceInstanceGetParams) SetTimeout

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

SetTimeout adds the timeout to the bluemix service instance get params

func (*BluemixServiceInstanceGetParams) WithContext

WithContext adds the context to the bluemix service instance get params

func (*BluemixServiceInstanceGetParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the bluemix service instance get params (not the query body).

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

func (*BluemixServiceInstanceGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bluemix service instance get params

func (*BluemixServiceInstanceGetParams) WithInstanceID

WithInstanceID adds the instanceID to the bluemix service instance get params

func (*BluemixServiceInstanceGetParams) WithTimeout

WithTimeout adds the timeout to the bluemix service instance get params

func (*BluemixServiceInstanceGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BluemixServiceInstanceGetReader

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

BluemixServiceInstanceGetReader is a Reader for the BluemixServiceInstanceGet structure.

func (*BluemixServiceInstanceGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BluemixServiceInstanceGetUnauthorized added in v1.4.2

type BluemixServiceInstanceGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewBluemixServiceInstanceGetUnauthorized added in v1.4.2

func NewBluemixServiceInstanceGetUnauthorized() *BluemixServiceInstanceGetUnauthorized

NewBluemixServiceInstanceGetUnauthorized creates a BluemixServiceInstanceGetUnauthorized with default headers values

func (*BluemixServiceInstanceGetUnauthorized) Code added in v1.4.2

Code gets the status code for the bluemix service instance get unauthorized response

func (*BluemixServiceInstanceGetUnauthorized) Error added in v1.4.2

func (*BluemixServiceInstanceGetUnauthorized) GetPayload added in v1.4.2

func (*BluemixServiceInstanceGetUnauthorized) IsClientError added in v1.4.2

func (o *BluemixServiceInstanceGetUnauthorized) IsClientError() bool

IsClientError returns true when this bluemix service instance get unauthorized response has a 4xx status code

func (*BluemixServiceInstanceGetUnauthorized) IsCode added in v1.4.2

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

func (*BluemixServiceInstanceGetUnauthorized) IsRedirect added in v1.4.2

IsRedirect returns true when this bluemix service instance get unauthorized response has a 3xx status code

func (*BluemixServiceInstanceGetUnauthorized) IsServerError added in v1.4.2

func (o *BluemixServiceInstanceGetUnauthorized) IsServerError() bool

IsServerError returns true when this bluemix service instance get unauthorized response has a 5xx status code

func (*BluemixServiceInstanceGetUnauthorized) IsSuccess added in v1.4.2

IsSuccess returns true when this bluemix service instance get unauthorized response has a 2xx status code

func (*BluemixServiceInstanceGetUnauthorized) String added in v1.4.2

type BluemixServiceInstancePutBadRequest

type BluemixServiceInstancePutBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewBluemixServiceInstancePutBadRequest

func NewBluemixServiceInstancePutBadRequest() *BluemixServiceInstancePutBadRequest

NewBluemixServiceInstancePutBadRequest creates a BluemixServiceInstancePutBadRequest with default headers values

func (*BluemixServiceInstancePutBadRequest) Code added in v1.2.4

Code gets the status code for the bluemix service instance put bad request response

func (*BluemixServiceInstancePutBadRequest) Error

func (*BluemixServiceInstancePutBadRequest) GetPayload added in v1.1.0

func (*BluemixServiceInstancePutBadRequest) IsClientError added in v1.2.2

func (o *BluemixServiceInstancePutBadRequest) IsClientError() bool

IsClientError returns true when this bluemix service instance put bad request response has a 4xx status code

func (*BluemixServiceInstancePutBadRequest) IsCode added in v1.2.2

IsCode returns true when this bluemix service instance put bad request response a status code equal to that given

func (*BluemixServiceInstancePutBadRequest) IsRedirect added in v1.2.2

func (o *BluemixServiceInstancePutBadRequest) IsRedirect() bool

IsRedirect returns true when this bluemix service instance put bad request response has a 3xx status code

func (*BluemixServiceInstancePutBadRequest) IsServerError added in v1.2.2

func (o *BluemixServiceInstancePutBadRequest) IsServerError() bool

IsServerError returns true when this bluemix service instance put bad request response has a 5xx status code

func (*BluemixServiceInstancePutBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this bluemix service instance put bad request response has a 2xx status code

func (*BluemixServiceInstancePutBadRequest) String added in v1.2.2

type BluemixServiceInstancePutForbidden added in v1.4.2

type BluemixServiceInstancePutForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewBluemixServiceInstancePutForbidden added in v1.4.2

func NewBluemixServiceInstancePutForbidden() *BluemixServiceInstancePutForbidden

NewBluemixServiceInstancePutForbidden creates a BluemixServiceInstancePutForbidden with default headers values

func (*BluemixServiceInstancePutForbidden) Code added in v1.4.2

Code gets the status code for the bluemix service instance put forbidden response

func (*BluemixServiceInstancePutForbidden) Error added in v1.4.2

func (*BluemixServiceInstancePutForbidden) GetPayload added in v1.4.2

func (*BluemixServiceInstancePutForbidden) IsClientError added in v1.4.2

func (o *BluemixServiceInstancePutForbidden) IsClientError() bool

IsClientError returns true when this bluemix service instance put forbidden response has a 4xx status code

func (*BluemixServiceInstancePutForbidden) IsCode added in v1.4.2

IsCode returns true when this bluemix service instance put forbidden response a status code equal to that given

func (*BluemixServiceInstancePutForbidden) IsRedirect added in v1.4.2

func (o *BluemixServiceInstancePutForbidden) IsRedirect() bool

IsRedirect returns true when this bluemix service instance put forbidden response has a 3xx status code

func (*BluemixServiceInstancePutForbidden) IsServerError added in v1.4.2

func (o *BluemixServiceInstancePutForbidden) IsServerError() bool

IsServerError returns true when this bluemix service instance put forbidden response has a 5xx status code

func (*BluemixServiceInstancePutForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this bluemix service instance put forbidden response has a 2xx status code

func (*BluemixServiceInstancePutForbidden) String added in v1.4.2

type BluemixServiceInstancePutNotFound added in v1.4.2

type BluemixServiceInstancePutNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewBluemixServiceInstancePutNotFound added in v1.4.2

func NewBluemixServiceInstancePutNotFound() *BluemixServiceInstancePutNotFound

NewBluemixServiceInstancePutNotFound creates a BluemixServiceInstancePutNotFound with default headers values

func (*BluemixServiceInstancePutNotFound) Code added in v1.4.2

Code gets the status code for the bluemix service instance put not found response

func (*BluemixServiceInstancePutNotFound) Error added in v1.4.2

func (*BluemixServiceInstancePutNotFound) GetPayload added in v1.4.2

func (*BluemixServiceInstancePutNotFound) IsClientError added in v1.4.2

func (o *BluemixServiceInstancePutNotFound) IsClientError() bool

IsClientError returns true when this bluemix service instance put not found response has a 4xx status code

func (*BluemixServiceInstancePutNotFound) IsCode added in v1.4.2

func (o *BluemixServiceInstancePutNotFound) IsCode(code int) bool

IsCode returns true when this bluemix service instance put not found response a status code equal to that given

func (*BluemixServiceInstancePutNotFound) IsRedirect added in v1.4.2

func (o *BluemixServiceInstancePutNotFound) IsRedirect() bool

IsRedirect returns true when this bluemix service instance put not found response has a 3xx status code

func (*BluemixServiceInstancePutNotFound) IsServerError added in v1.4.2

func (o *BluemixServiceInstancePutNotFound) IsServerError() bool

IsServerError returns true when this bluemix service instance put not found response has a 5xx status code

func (*BluemixServiceInstancePutNotFound) IsSuccess added in v1.4.2

func (o *BluemixServiceInstancePutNotFound) IsSuccess() bool

IsSuccess returns true when this bluemix service instance put not found response has a 2xx status code

func (*BluemixServiceInstancePutNotFound) String added in v1.4.2

type BluemixServiceInstancePutOK

type BluemixServiceInstancePutOK struct {
	Payload *models.ServiceInstance
}

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

OK

func NewBluemixServiceInstancePutOK

func NewBluemixServiceInstancePutOK() *BluemixServiceInstancePutOK

NewBluemixServiceInstancePutOK creates a BluemixServiceInstancePutOK with default headers values

func (*BluemixServiceInstancePutOK) Code added in v1.2.4

func (o *BluemixServiceInstancePutOK) Code() int

Code gets the status code for the bluemix service instance put o k response

func (*BluemixServiceInstancePutOK) Error

func (*BluemixServiceInstancePutOK) GetPayload added in v1.1.0

func (*BluemixServiceInstancePutOK) IsClientError added in v1.2.2

func (o *BluemixServiceInstancePutOK) IsClientError() bool

IsClientError returns true when this bluemix service instance put o k response has a 4xx status code

func (*BluemixServiceInstancePutOK) IsCode added in v1.2.2

func (o *BluemixServiceInstancePutOK) IsCode(code int) bool

IsCode returns true when this bluemix service instance put o k response a status code equal to that given

func (*BluemixServiceInstancePutOK) IsRedirect added in v1.2.2

func (o *BluemixServiceInstancePutOK) IsRedirect() bool

IsRedirect returns true when this bluemix service instance put o k response has a 3xx status code

func (*BluemixServiceInstancePutOK) IsServerError added in v1.2.2

func (o *BluemixServiceInstancePutOK) IsServerError() bool

IsServerError returns true when this bluemix service instance put o k response has a 5xx status code

func (*BluemixServiceInstancePutOK) IsSuccess added in v1.2.2

func (o *BluemixServiceInstancePutOK) IsSuccess() bool

IsSuccess returns true when this bluemix service instance put o k response has a 2xx status code

func (*BluemixServiceInstancePutOK) String added in v1.2.2

func (o *BluemixServiceInstancePutOK) String() string

type BluemixServiceInstancePutParams

type BluemixServiceInstancePutParams struct {

	/* Body.

	   parameters for the requested state of a provisioned service
	*/
	Body *models.ServiceInstanceRequest

	/* InstanceID.

	   instance id of instance to provision
	*/
	InstanceID string

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

BluemixServiceInstancePutParams contains all the parameters to send to the API endpoint

for the bluemix service instance put operation.

Typically these are written to a http.Request.

func NewBluemixServiceInstancePutParams

func NewBluemixServiceInstancePutParams() *BluemixServiceInstancePutParams

NewBluemixServiceInstancePutParams creates a new BluemixServiceInstancePutParams 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 NewBluemixServiceInstancePutParamsWithContext

func NewBluemixServiceInstancePutParamsWithContext(ctx context.Context) *BluemixServiceInstancePutParams

NewBluemixServiceInstancePutParamsWithContext creates a new BluemixServiceInstancePutParams object with the ability to set a context for a request.

func NewBluemixServiceInstancePutParamsWithHTTPClient

func NewBluemixServiceInstancePutParamsWithHTTPClient(client *http.Client) *BluemixServiceInstancePutParams

NewBluemixServiceInstancePutParamsWithHTTPClient creates a new BluemixServiceInstancePutParams object with the ability to set a custom HTTPClient for a request.

func NewBluemixServiceInstancePutParamsWithTimeout

func NewBluemixServiceInstancePutParamsWithTimeout(timeout time.Duration) *BluemixServiceInstancePutParams

NewBluemixServiceInstancePutParamsWithTimeout creates a new BluemixServiceInstancePutParams object with the ability to set a timeout on a request.

func (*BluemixServiceInstancePutParams) SetBody

SetBody adds the body to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) SetContext

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

SetContext adds the context to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) SetDefaults added in v1.1.0

func (o *BluemixServiceInstancePutParams) SetDefaults()

SetDefaults hydrates default values in the bluemix service instance put params (not the query body).

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

func (*BluemixServiceInstancePutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) SetInstanceID

func (o *BluemixServiceInstancePutParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) SetTimeout

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

SetTimeout adds the timeout to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) WithBody

WithBody adds the body to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) WithContext

WithContext adds the context to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the bluemix service instance put params (not the query body).

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

func (*BluemixServiceInstancePutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) WithInstanceID

WithInstanceID adds the instanceID to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) WithTimeout

WithTimeout adds the timeout to the bluemix service instance put params

func (*BluemixServiceInstancePutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BluemixServiceInstancePutReader

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

BluemixServiceInstancePutReader is a Reader for the BluemixServiceInstancePut structure.

func (*BluemixServiceInstancePutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BluemixServiceInstancePutUnauthorized added in v1.4.2

type BluemixServiceInstancePutUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewBluemixServiceInstancePutUnauthorized added in v1.4.2

func NewBluemixServiceInstancePutUnauthorized() *BluemixServiceInstancePutUnauthorized

NewBluemixServiceInstancePutUnauthorized creates a BluemixServiceInstancePutUnauthorized with default headers values

func (*BluemixServiceInstancePutUnauthorized) Code added in v1.4.2

Code gets the status code for the bluemix service instance put unauthorized response

func (*BluemixServiceInstancePutUnauthorized) Error added in v1.4.2

func (*BluemixServiceInstancePutUnauthorized) GetPayload added in v1.4.2

func (*BluemixServiceInstancePutUnauthorized) IsClientError added in v1.4.2

func (o *BluemixServiceInstancePutUnauthorized) IsClientError() bool

IsClientError returns true when this bluemix service instance put unauthorized response has a 4xx status code

func (*BluemixServiceInstancePutUnauthorized) IsCode added in v1.4.2

IsCode returns true when this bluemix service instance put unauthorized response a status code equal to that given

func (*BluemixServiceInstancePutUnauthorized) IsRedirect added in v1.4.2

IsRedirect returns true when this bluemix service instance put unauthorized response has a 3xx status code

func (*BluemixServiceInstancePutUnauthorized) IsServerError added in v1.4.2

func (o *BluemixServiceInstancePutUnauthorized) IsServerError() bool

IsServerError returns true when this bluemix service instance put unauthorized response has a 5xx status code

func (*BluemixServiceInstancePutUnauthorized) IsSuccess added in v1.4.2

IsSuccess returns true when this bluemix service instance put unauthorized response has a 2xx status code

func (*BluemixServiceInstancePutUnauthorized) String added in v1.4.2

type Client

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

Client for bluemix service instances API

func (*Client) BluemixServiceInstanceGet

func (a *Client) BluemixServiceInstanceGet(params *BluemixServiceInstanceGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BluemixServiceInstanceGetOK, error)

BluemixServiceInstanceGet gets the current state information associated with the service instance

func (*Client) BluemixServiceInstancePut

func (a *Client) BluemixServiceInstancePut(params *BluemixServiceInstancePutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BluemixServiceInstancePutOK, error)

BluemixServiceInstancePut updates disable or enable the state of a provisioned service instance

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 {
	BluemixServiceInstanceGet(params *BluemixServiceInstanceGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BluemixServiceInstanceGetOK, error)

	BluemixServiceInstancePut(params *BluemixServiceInstancePutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BluemixServiceInstancePutOK, 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 bluemix service instances API client.

Jump to

Keyboard shortcuts

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