service_bindings

package
v0.0.0-...-32f6bd3 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 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 service bindings API

func (*Client) ServiceBindingBinding

ServiceBindingBinding generations of a service binding

func (*Client) ServiceBindingGet

func (a *Client) ServiceBindingGet(params *ServiceBindingGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceBindingGetOK, error)

ServiceBindingGet gets a service binding

func (*Client) ServiceBindingLastOperationGet

func (a *Client) ServiceBindingLastOperationGet(params *ServiceBindingLastOperationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceBindingLastOperationGetOK, error)

ServiceBindingLastOperationGet lasts requested operation state for service binding

func (*Client) ServiceBindingUnbinding

ServiceBindingUnbinding deprovisions of a service binding

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

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new service bindings API client.

type ServiceBindingBindingAccepted

type ServiceBindingBindingAccepted struct {
	Payload *models.AsyncOperation
}

ServiceBindingBindingAccepted describes a response with status code 202, with default header values.

Accepted

func NewServiceBindingBindingAccepted

func NewServiceBindingBindingAccepted() *ServiceBindingBindingAccepted

NewServiceBindingBindingAccepted creates a ServiceBindingBindingAccepted with default headers values

func (*ServiceBindingBindingAccepted) Code

Code gets the status code for the service binding binding accepted response

func (*ServiceBindingBindingAccepted) Error

func (*ServiceBindingBindingAccepted) GetPayload

func (*ServiceBindingBindingAccepted) IsClientError

func (o *ServiceBindingBindingAccepted) IsClientError() bool

IsClientError returns true when this service binding binding accepted response has a 4xx status code

func (*ServiceBindingBindingAccepted) IsCode

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

IsCode returns true when this service binding binding accepted response a status code equal to that given

func (*ServiceBindingBindingAccepted) IsRedirect

func (o *ServiceBindingBindingAccepted) IsRedirect() bool

IsRedirect returns true when this service binding binding accepted response has a 3xx status code

func (*ServiceBindingBindingAccepted) IsServerError

func (o *ServiceBindingBindingAccepted) IsServerError() bool

IsServerError returns true when this service binding binding accepted response has a 5xx status code

func (*ServiceBindingBindingAccepted) IsSuccess

func (o *ServiceBindingBindingAccepted) IsSuccess() bool

IsSuccess returns true when this service binding binding accepted response has a 2xx status code

func (*ServiceBindingBindingAccepted) String

type ServiceBindingBindingBadRequest

type ServiceBindingBindingBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewServiceBindingBindingBadRequest

func NewServiceBindingBindingBadRequest() *ServiceBindingBindingBadRequest

NewServiceBindingBindingBadRequest creates a ServiceBindingBindingBadRequest with default headers values

func (*ServiceBindingBindingBadRequest) Code

Code gets the status code for the service binding binding bad request response

func (*ServiceBindingBindingBadRequest) Error

func (*ServiceBindingBindingBadRequest) GetPayload

func (o *ServiceBindingBindingBadRequest) GetPayload() *models.Error

func (*ServiceBindingBindingBadRequest) IsClientError

func (o *ServiceBindingBindingBadRequest) IsClientError() bool

IsClientError returns true when this service binding binding bad request response has a 4xx status code

func (*ServiceBindingBindingBadRequest) IsCode

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

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

func (*ServiceBindingBindingBadRequest) IsRedirect

func (o *ServiceBindingBindingBadRequest) IsRedirect() bool

IsRedirect returns true when this service binding binding bad request response has a 3xx status code

func (*ServiceBindingBindingBadRequest) IsServerError

func (o *ServiceBindingBindingBadRequest) IsServerError() bool

IsServerError returns true when this service binding binding bad request response has a 5xx status code

func (*ServiceBindingBindingBadRequest) IsSuccess

func (o *ServiceBindingBindingBadRequest) IsSuccess() bool

IsSuccess returns true when this service binding binding bad request response has a 2xx status code

func (*ServiceBindingBindingBadRequest) String

type ServiceBindingBindingConflict

type ServiceBindingBindingConflict struct {
	Payload *models.Error
}

ServiceBindingBindingConflict describes a response with status code 409, with default header values.

Conflict

func NewServiceBindingBindingConflict

func NewServiceBindingBindingConflict() *ServiceBindingBindingConflict

NewServiceBindingBindingConflict creates a ServiceBindingBindingConflict with default headers values

func (*ServiceBindingBindingConflict) Code

Code gets the status code for the service binding binding conflict response

func (*ServiceBindingBindingConflict) Error

func (*ServiceBindingBindingConflict) GetPayload

func (o *ServiceBindingBindingConflict) GetPayload() *models.Error

func (*ServiceBindingBindingConflict) IsClientError

func (o *ServiceBindingBindingConflict) IsClientError() bool

IsClientError returns true when this service binding binding conflict response has a 4xx status code

func (*ServiceBindingBindingConflict) IsCode

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

IsCode returns true when this service binding binding conflict response a status code equal to that given

func (*ServiceBindingBindingConflict) IsRedirect

func (o *ServiceBindingBindingConflict) IsRedirect() bool

IsRedirect returns true when this service binding binding conflict response has a 3xx status code

func (*ServiceBindingBindingConflict) IsServerError

func (o *ServiceBindingBindingConflict) IsServerError() bool

IsServerError returns true when this service binding binding conflict response has a 5xx status code

func (*ServiceBindingBindingConflict) IsSuccess

func (o *ServiceBindingBindingConflict) IsSuccess() bool

IsSuccess returns true when this service binding binding conflict response has a 2xx status code

func (*ServiceBindingBindingConflict) String

type ServiceBindingBindingCreated

type ServiceBindingBindingCreated struct {
	Payload *models.ServiceBinding
}

ServiceBindingBindingCreated describes a response with status code 201, with default header values.

Created

func NewServiceBindingBindingCreated

func NewServiceBindingBindingCreated() *ServiceBindingBindingCreated

NewServiceBindingBindingCreated creates a ServiceBindingBindingCreated with default headers values

func (*ServiceBindingBindingCreated) Code

Code gets the status code for the service binding binding created response

func (*ServiceBindingBindingCreated) Error

func (*ServiceBindingBindingCreated) GetPayload

func (*ServiceBindingBindingCreated) IsClientError

func (o *ServiceBindingBindingCreated) IsClientError() bool

IsClientError returns true when this service binding binding created response has a 4xx status code

func (*ServiceBindingBindingCreated) IsCode

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

IsCode returns true when this service binding binding created response a status code equal to that given

func (*ServiceBindingBindingCreated) IsRedirect

func (o *ServiceBindingBindingCreated) IsRedirect() bool

IsRedirect returns true when this service binding binding created response has a 3xx status code

func (*ServiceBindingBindingCreated) IsServerError

func (o *ServiceBindingBindingCreated) IsServerError() bool

IsServerError returns true when this service binding binding created response has a 5xx status code

func (*ServiceBindingBindingCreated) IsSuccess

func (o *ServiceBindingBindingCreated) IsSuccess() bool

IsSuccess returns true when this service binding binding created response has a 2xx status code

func (*ServiceBindingBindingCreated) String

type ServiceBindingBindingOK

type ServiceBindingBindingOK struct {
	Payload *models.ServiceBinding
}

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

OK

func NewServiceBindingBindingOK

func NewServiceBindingBindingOK() *ServiceBindingBindingOK

NewServiceBindingBindingOK creates a ServiceBindingBindingOK with default headers values

func (*ServiceBindingBindingOK) Code

func (o *ServiceBindingBindingOK) Code() int

Code gets the status code for the service binding binding o k response

func (*ServiceBindingBindingOK) Error

func (o *ServiceBindingBindingOK) Error() string

func (*ServiceBindingBindingOK) GetPayload

func (*ServiceBindingBindingOK) IsClientError

func (o *ServiceBindingBindingOK) IsClientError() bool

IsClientError returns true when this service binding binding o k response has a 4xx status code

func (*ServiceBindingBindingOK) IsCode

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

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

func (*ServiceBindingBindingOK) IsRedirect

func (o *ServiceBindingBindingOK) IsRedirect() bool

IsRedirect returns true when this service binding binding o k response has a 3xx status code

func (*ServiceBindingBindingOK) IsServerError

func (o *ServiceBindingBindingOK) IsServerError() bool

IsServerError returns true when this service binding binding o k response has a 5xx status code

func (*ServiceBindingBindingOK) IsSuccess

func (o *ServiceBindingBindingOK) IsSuccess() bool

IsSuccess returns true when this service binding binding o k response has a 2xx status code

func (*ServiceBindingBindingOK) String

func (o *ServiceBindingBindingOK) String() string

type ServiceBindingBindingParams

type ServiceBindingBindingParams struct {

	/* XBrokerAPIOriginatingIdentity.

	   identity of the user that initiated the request from the Platform
	*/
	XBrokerAPIOriginatingIdentity *string

	/* XBrokerAPIVersion.

	   version number of the Service Broker API that the Platform will use
	*/
	XBrokerAPIVersion string

	/* AcceptsIncomplete.

	   asynchronous operations supported
	*/
	AcceptsIncomplete *bool

	/* BindingID.

	   binding id of binding to create
	*/
	BindingID string

	/* Body.

	   parameters for the requested service binding
	*/
	Body *models.ServiceBindingRequest

	/* InstanceID.

	   instance id of instance to provision
	*/
	InstanceID string

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

ServiceBindingBindingParams contains all the parameters to send to the API endpoint

for the service binding binding operation.

Typically these are written to a http.Request.

func NewServiceBindingBindingParams

func NewServiceBindingBindingParams() *ServiceBindingBindingParams

NewServiceBindingBindingParams creates a new ServiceBindingBindingParams 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 NewServiceBindingBindingParamsWithContext

func NewServiceBindingBindingParamsWithContext(ctx context.Context) *ServiceBindingBindingParams

NewServiceBindingBindingParamsWithContext creates a new ServiceBindingBindingParams object with the ability to set a context for a request.

func NewServiceBindingBindingParamsWithHTTPClient

func NewServiceBindingBindingParamsWithHTTPClient(client *http.Client) *ServiceBindingBindingParams

NewServiceBindingBindingParamsWithHTTPClient creates a new ServiceBindingBindingParams object with the ability to set a custom HTTPClient for a request.

func NewServiceBindingBindingParamsWithTimeout

func NewServiceBindingBindingParamsWithTimeout(timeout time.Duration) *ServiceBindingBindingParams

NewServiceBindingBindingParamsWithTimeout creates a new ServiceBindingBindingParams object with the ability to set a timeout on a request.

func (*ServiceBindingBindingParams) SetAcceptsIncomplete

func (o *ServiceBindingBindingParams) SetAcceptsIncomplete(acceptsIncomplete *bool)

SetAcceptsIncomplete adds the acceptsIncomplete to the service binding binding params

func (*ServiceBindingBindingParams) SetBindingID

func (o *ServiceBindingBindingParams) SetBindingID(bindingID string)

SetBindingID adds the bindingId to the service binding binding params

func (*ServiceBindingBindingParams) SetBody

SetBody adds the body to the service binding binding params

func (*ServiceBindingBindingParams) SetContext

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

SetContext adds the context to the service binding binding params

func (*ServiceBindingBindingParams) SetDefaults

func (o *ServiceBindingBindingParams) SetDefaults()

SetDefaults hydrates default values in the service binding binding params (not the query body).

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

func (*ServiceBindingBindingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the service binding binding params

func (*ServiceBindingBindingParams) SetInstanceID

func (o *ServiceBindingBindingParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the service binding binding params

func (*ServiceBindingBindingParams) SetTimeout

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

SetTimeout adds the timeout to the service binding binding params

func (*ServiceBindingBindingParams) SetXBrokerAPIOriginatingIdentity

func (o *ServiceBindingBindingParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)

SetXBrokerAPIOriginatingIdentity adds the xBrokerApiOriginatingIdentity to the service binding binding params

func (*ServiceBindingBindingParams) SetXBrokerAPIVersion

func (o *ServiceBindingBindingParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)

SetXBrokerAPIVersion adds the xBrokerApiVersion to the service binding binding params

func (*ServiceBindingBindingParams) WithAcceptsIncomplete

func (o *ServiceBindingBindingParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceBindingBindingParams

WithAcceptsIncomplete adds the acceptsIncomplete to the service binding binding params

func (*ServiceBindingBindingParams) WithBindingID

func (o *ServiceBindingBindingParams) WithBindingID(bindingID string) *ServiceBindingBindingParams

WithBindingID adds the bindingID to the service binding binding params

func (*ServiceBindingBindingParams) WithBody

WithBody adds the body to the service binding binding params

func (*ServiceBindingBindingParams) WithContext

WithContext adds the context to the service binding binding params

func (*ServiceBindingBindingParams) WithDefaults

WithDefaults hydrates default values in the service binding binding params (not the query body).

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

func (*ServiceBindingBindingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the service binding binding params

func (*ServiceBindingBindingParams) WithInstanceID

func (o *ServiceBindingBindingParams) WithInstanceID(instanceID string) *ServiceBindingBindingParams

WithInstanceID adds the instanceID to the service binding binding params

func (*ServiceBindingBindingParams) WithTimeout

WithTimeout adds the timeout to the service binding binding params

func (*ServiceBindingBindingParams) WithXBrokerAPIOriginatingIdentity

func (o *ServiceBindingBindingParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceBindingBindingParams

WithXBrokerAPIOriginatingIdentity adds the xBrokerAPIOriginatingIdentity to the service binding binding params

func (*ServiceBindingBindingParams) WithXBrokerAPIVersion

func (o *ServiceBindingBindingParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceBindingBindingParams

WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service binding binding params

func (*ServiceBindingBindingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServiceBindingBindingReader

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

ServiceBindingBindingReader is a Reader for the ServiceBindingBinding structure.

func (*ServiceBindingBindingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServiceBindingBindingUnprocessableEntity

type ServiceBindingBindingUnprocessableEntity struct {
	Payload *models.Error
}

ServiceBindingBindingUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewServiceBindingBindingUnprocessableEntity

func NewServiceBindingBindingUnprocessableEntity() *ServiceBindingBindingUnprocessableEntity

NewServiceBindingBindingUnprocessableEntity creates a ServiceBindingBindingUnprocessableEntity with default headers values

func (*ServiceBindingBindingUnprocessableEntity) Code

Code gets the status code for the service binding binding unprocessable entity response

func (*ServiceBindingBindingUnprocessableEntity) Error

func (*ServiceBindingBindingUnprocessableEntity) GetPayload

func (*ServiceBindingBindingUnprocessableEntity) IsClientError

IsClientError returns true when this service binding binding unprocessable entity response has a 4xx status code

func (*ServiceBindingBindingUnprocessableEntity) IsCode

IsCode returns true when this service binding binding unprocessable entity response a status code equal to that given

func (*ServiceBindingBindingUnprocessableEntity) IsRedirect

IsRedirect returns true when this service binding binding unprocessable entity response has a 3xx status code

func (*ServiceBindingBindingUnprocessableEntity) IsServerError

IsServerError returns true when this service binding binding unprocessable entity response has a 5xx status code

func (*ServiceBindingBindingUnprocessableEntity) IsSuccess

IsSuccess returns true when this service binding binding unprocessable entity response has a 2xx status code

func (*ServiceBindingBindingUnprocessableEntity) String

type ServiceBindingGetNotFound

type ServiceBindingGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewServiceBindingGetNotFound

func NewServiceBindingGetNotFound() *ServiceBindingGetNotFound

NewServiceBindingGetNotFound creates a ServiceBindingGetNotFound with default headers values

func (*ServiceBindingGetNotFound) Code

func (o *ServiceBindingGetNotFound) Code() int

Code gets the status code for the service binding get not found response

func (*ServiceBindingGetNotFound) Error

func (o *ServiceBindingGetNotFound) Error() string

func (*ServiceBindingGetNotFound) GetPayload

func (o *ServiceBindingGetNotFound) GetPayload() *models.Error

func (*ServiceBindingGetNotFound) IsClientError

func (o *ServiceBindingGetNotFound) IsClientError() bool

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

func (*ServiceBindingGetNotFound) IsCode

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

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

func (*ServiceBindingGetNotFound) IsRedirect

func (o *ServiceBindingGetNotFound) IsRedirect() bool

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

func (*ServiceBindingGetNotFound) IsServerError

func (o *ServiceBindingGetNotFound) IsServerError() bool

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

func (*ServiceBindingGetNotFound) IsSuccess

func (o *ServiceBindingGetNotFound) IsSuccess() bool

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

func (*ServiceBindingGetNotFound) String

func (o *ServiceBindingGetNotFound) String() string

type ServiceBindingGetOK

type ServiceBindingGetOK struct {
	Payload *models.ServiceBindingResource
}

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

OK

func NewServiceBindingGetOK

func NewServiceBindingGetOK() *ServiceBindingGetOK

NewServiceBindingGetOK creates a ServiceBindingGetOK with default headers values

func (*ServiceBindingGetOK) Code

func (o *ServiceBindingGetOK) Code() int

Code gets the status code for the service binding get o k response

func (*ServiceBindingGetOK) Error

func (o *ServiceBindingGetOK) Error() string

func (*ServiceBindingGetOK) GetPayload

func (*ServiceBindingGetOK) IsClientError

func (o *ServiceBindingGetOK) IsClientError() bool

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

func (*ServiceBindingGetOK) IsCode

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

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

func (*ServiceBindingGetOK) IsRedirect

func (o *ServiceBindingGetOK) IsRedirect() bool

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

func (*ServiceBindingGetOK) IsServerError

func (o *ServiceBindingGetOK) IsServerError() bool

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

func (*ServiceBindingGetOK) IsSuccess

func (o *ServiceBindingGetOK) IsSuccess() bool

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

func (*ServiceBindingGetOK) String

func (o *ServiceBindingGetOK) String() string

type ServiceBindingGetParams

type ServiceBindingGetParams struct {

	/* XBrokerAPIOriginatingIdentity.

	   identity of the user that initiated the request from the Platform
	*/
	XBrokerAPIOriginatingIdentity *string

	/* XBrokerAPIVersion.

	   version number of the Service Broker API that the Platform will use
	*/
	XBrokerAPIVersion string

	/* BindingID.

	   binding id of binding to create
	*/
	BindingID string

	/* InstanceID.

	   instance id of instance to provision
	*/
	InstanceID string

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

ServiceBindingGetParams contains all the parameters to send to the API endpoint

for the service binding get operation.

Typically these are written to a http.Request.

func NewServiceBindingGetParams

func NewServiceBindingGetParams() *ServiceBindingGetParams

NewServiceBindingGetParams creates a new ServiceBindingGetParams 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 NewServiceBindingGetParamsWithContext

func NewServiceBindingGetParamsWithContext(ctx context.Context) *ServiceBindingGetParams

NewServiceBindingGetParamsWithContext creates a new ServiceBindingGetParams object with the ability to set a context for a request.

func NewServiceBindingGetParamsWithHTTPClient

func NewServiceBindingGetParamsWithHTTPClient(client *http.Client) *ServiceBindingGetParams

NewServiceBindingGetParamsWithHTTPClient creates a new ServiceBindingGetParams object with the ability to set a custom HTTPClient for a request.

func NewServiceBindingGetParamsWithTimeout

func NewServiceBindingGetParamsWithTimeout(timeout time.Duration) *ServiceBindingGetParams

NewServiceBindingGetParamsWithTimeout creates a new ServiceBindingGetParams object with the ability to set a timeout on a request.

func (*ServiceBindingGetParams) SetBindingID

func (o *ServiceBindingGetParams) SetBindingID(bindingID string)

SetBindingID adds the bindingId to the service binding get params

func (*ServiceBindingGetParams) SetContext

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

SetContext adds the context to the service binding get params

func (*ServiceBindingGetParams) SetDefaults

func (o *ServiceBindingGetParams) SetDefaults()

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

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

func (*ServiceBindingGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the service binding get params

func (*ServiceBindingGetParams) SetInstanceID

func (o *ServiceBindingGetParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the service binding get params

func (*ServiceBindingGetParams) SetTimeout

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

SetTimeout adds the timeout to the service binding get params

func (*ServiceBindingGetParams) SetXBrokerAPIOriginatingIdentity

func (o *ServiceBindingGetParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)

SetXBrokerAPIOriginatingIdentity adds the xBrokerApiOriginatingIdentity to the service binding get params

func (*ServiceBindingGetParams) SetXBrokerAPIVersion

func (o *ServiceBindingGetParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)

SetXBrokerAPIVersion adds the xBrokerApiVersion to the service binding get params

func (*ServiceBindingGetParams) WithBindingID

func (o *ServiceBindingGetParams) WithBindingID(bindingID string) *ServiceBindingGetParams

WithBindingID adds the bindingID to the service binding get params

func (*ServiceBindingGetParams) WithContext

WithContext adds the context to the service binding get params

func (*ServiceBindingGetParams) WithDefaults

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

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

func (*ServiceBindingGetParams) WithHTTPClient

func (o *ServiceBindingGetParams) WithHTTPClient(client *http.Client) *ServiceBindingGetParams

WithHTTPClient adds the HTTPClient to the service binding get params

func (*ServiceBindingGetParams) WithInstanceID

func (o *ServiceBindingGetParams) WithInstanceID(instanceID string) *ServiceBindingGetParams

WithInstanceID adds the instanceID to the service binding get params

func (*ServiceBindingGetParams) WithTimeout

WithTimeout adds the timeout to the service binding get params

func (*ServiceBindingGetParams) WithXBrokerAPIOriginatingIdentity

func (o *ServiceBindingGetParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceBindingGetParams

WithXBrokerAPIOriginatingIdentity adds the xBrokerAPIOriginatingIdentity to the service binding get params

func (*ServiceBindingGetParams) WithXBrokerAPIVersion

func (o *ServiceBindingGetParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceBindingGetParams

WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service binding get params

func (*ServiceBindingGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServiceBindingGetReader

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

ServiceBindingGetReader is a Reader for the ServiceBindingGet structure.

func (*ServiceBindingGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServiceBindingLastOperationGetBadRequest

type ServiceBindingLastOperationGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewServiceBindingLastOperationGetBadRequest

func NewServiceBindingLastOperationGetBadRequest() *ServiceBindingLastOperationGetBadRequest

NewServiceBindingLastOperationGetBadRequest creates a ServiceBindingLastOperationGetBadRequest with default headers values

func (*ServiceBindingLastOperationGetBadRequest) Code

Code gets the status code for the service binding last operation get bad request response

func (*ServiceBindingLastOperationGetBadRequest) Error

func (*ServiceBindingLastOperationGetBadRequest) GetPayload

func (*ServiceBindingLastOperationGetBadRequest) IsClientError

IsClientError returns true when this service binding last operation get bad request response has a 4xx status code

func (*ServiceBindingLastOperationGetBadRequest) IsCode

IsCode returns true when this service binding last operation get bad request response a status code equal to that given

func (*ServiceBindingLastOperationGetBadRequest) IsRedirect

IsRedirect returns true when this service binding last operation get bad request response has a 3xx status code

func (*ServiceBindingLastOperationGetBadRequest) IsServerError

IsServerError returns true when this service binding last operation get bad request response has a 5xx status code

func (*ServiceBindingLastOperationGetBadRequest) IsSuccess

IsSuccess returns true when this service binding last operation get bad request response has a 2xx status code

func (*ServiceBindingLastOperationGetBadRequest) String

type ServiceBindingLastOperationGetGone

type ServiceBindingLastOperationGetGone struct {
	Payload *models.Error
}

ServiceBindingLastOperationGetGone describes a response with status code 410, with default header values.

Gone

func NewServiceBindingLastOperationGetGone

func NewServiceBindingLastOperationGetGone() *ServiceBindingLastOperationGetGone

NewServiceBindingLastOperationGetGone creates a ServiceBindingLastOperationGetGone with default headers values

func (*ServiceBindingLastOperationGetGone) Code

Code gets the status code for the service binding last operation get gone response

func (*ServiceBindingLastOperationGetGone) Error

func (*ServiceBindingLastOperationGetGone) GetPayload

func (*ServiceBindingLastOperationGetGone) IsClientError

func (o *ServiceBindingLastOperationGetGone) IsClientError() bool

IsClientError returns true when this service binding last operation get gone response has a 4xx status code

func (*ServiceBindingLastOperationGetGone) IsCode

IsCode returns true when this service binding last operation get gone response a status code equal to that given

func (*ServiceBindingLastOperationGetGone) IsRedirect

func (o *ServiceBindingLastOperationGetGone) IsRedirect() bool

IsRedirect returns true when this service binding last operation get gone response has a 3xx status code

func (*ServiceBindingLastOperationGetGone) IsServerError

func (o *ServiceBindingLastOperationGetGone) IsServerError() bool

IsServerError returns true when this service binding last operation get gone response has a 5xx status code

func (*ServiceBindingLastOperationGetGone) IsSuccess

IsSuccess returns true when this service binding last operation get gone response has a 2xx status code

func (*ServiceBindingLastOperationGetGone) String

type ServiceBindingLastOperationGetOK

type ServiceBindingLastOperationGetOK struct {
	Payload *models.LastOperationResource
}

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

OK

func NewServiceBindingLastOperationGetOK

func NewServiceBindingLastOperationGetOK() *ServiceBindingLastOperationGetOK

NewServiceBindingLastOperationGetOK creates a ServiceBindingLastOperationGetOK with default headers values

func (*ServiceBindingLastOperationGetOK) Code

Code gets the status code for the service binding last operation get o k response

func (*ServiceBindingLastOperationGetOK) Error

func (*ServiceBindingLastOperationGetOK) GetPayload

func (*ServiceBindingLastOperationGetOK) IsClientError

func (o *ServiceBindingLastOperationGetOK) IsClientError() bool

IsClientError returns true when this service binding last operation get o k response has a 4xx status code

func (*ServiceBindingLastOperationGetOK) IsCode

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

IsCode returns true when this service binding last operation get o k response a status code equal to that given

func (*ServiceBindingLastOperationGetOK) IsRedirect

func (o *ServiceBindingLastOperationGetOK) IsRedirect() bool

IsRedirect returns true when this service binding last operation get o k response has a 3xx status code

func (*ServiceBindingLastOperationGetOK) IsServerError

func (o *ServiceBindingLastOperationGetOK) IsServerError() bool

IsServerError returns true when this service binding last operation get o k response has a 5xx status code

func (*ServiceBindingLastOperationGetOK) IsSuccess

func (o *ServiceBindingLastOperationGetOK) IsSuccess() bool

IsSuccess returns true when this service binding last operation get o k response has a 2xx status code

func (*ServiceBindingLastOperationGetOK) String

type ServiceBindingLastOperationGetParams

type ServiceBindingLastOperationGetParams struct {

	/* XBrokerAPIVersion.

	   version number of the Service Broker API that the Platform will use
	*/
	XBrokerAPIVersion string

	/* BindingID.

	   binding id of binding to create
	*/
	BindingID string

	/* InstanceID.

	   instance id of instance to provision
	*/
	InstanceID string

	/* Operation.

	   a provided identifier for the operation
	*/
	Operation *string

	/* PlanID.

	   id of the plan associated with the instance
	*/
	PlanID *string

	/* ServiceID.

	   id of the service associated with the instance
	*/
	ServiceID *string

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

ServiceBindingLastOperationGetParams contains all the parameters to send to the API endpoint

for the service binding last operation get operation.

Typically these are written to a http.Request.

func NewServiceBindingLastOperationGetParams

func NewServiceBindingLastOperationGetParams() *ServiceBindingLastOperationGetParams

NewServiceBindingLastOperationGetParams creates a new ServiceBindingLastOperationGetParams 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 NewServiceBindingLastOperationGetParamsWithContext

func NewServiceBindingLastOperationGetParamsWithContext(ctx context.Context) *ServiceBindingLastOperationGetParams

NewServiceBindingLastOperationGetParamsWithContext creates a new ServiceBindingLastOperationGetParams object with the ability to set a context for a request.

func NewServiceBindingLastOperationGetParamsWithHTTPClient

func NewServiceBindingLastOperationGetParamsWithHTTPClient(client *http.Client) *ServiceBindingLastOperationGetParams

NewServiceBindingLastOperationGetParamsWithHTTPClient creates a new ServiceBindingLastOperationGetParams object with the ability to set a custom HTTPClient for a request.

func NewServiceBindingLastOperationGetParamsWithTimeout

func NewServiceBindingLastOperationGetParamsWithTimeout(timeout time.Duration) *ServiceBindingLastOperationGetParams

NewServiceBindingLastOperationGetParamsWithTimeout creates a new ServiceBindingLastOperationGetParams object with the ability to set a timeout on a request.

func (*ServiceBindingLastOperationGetParams) SetBindingID

func (o *ServiceBindingLastOperationGetParams) SetBindingID(bindingID string)

SetBindingID adds the bindingId to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) SetContext

SetContext adds the context to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) SetDefaults

func (o *ServiceBindingLastOperationGetParams) SetDefaults()

SetDefaults hydrates default values in the service binding last operation get params (not the query body).

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

func (*ServiceBindingLastOperationGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) SetInstanceID

func (o *ServiceBindingLastOperationGetParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) SetOperation

func (o *ServiceBindingLastOperationGetParams) SetOperation(operation *string)

SetOperation adds the operation to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) SetPlanID

func (o *ServiceBindingLastOperationGetParams) SetPlanID(planID *string)

SetPlanID adds the planId to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) SetServiceID

func (o *ServiceBindingLastOperationGetParams) SetServiceID(serviceID *string)

SetServiceID adds the serviceId to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) SetTimeout

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

SetTimeout adds the timeout to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) SetXBrokerAPIVersion

func (o *ServiceBindingLastOperationGetParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)

SetXBrokerAPIVersion adds the xBrokerApiVersion to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithBindingID

WithBindingID adds the bindingID to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithContext

WithContext adds the context to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithDefaults

WithDefaults hydrates default values in the service binding last operation get params (not the query body).

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

func (*ServiceBindingLastOperationGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithInstanceID

WithInstanceID adds the instanceID to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithOperation

WithOperation adds the operation to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithPlanID

WithPlanID adds the planID to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithServiceID

WithServiceID adds the serviceID to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithTimeout

WithTimeout adds the timeout to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WithXBrokerAPIVersion

func (o *ServiceBindingLastOperationGetParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceBindingLastOperationGetParams

WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service binding last operation get params

func (*ServiceBindingLastOperationGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServiceBindingLastOperationGetReader

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

ServiceBindingLastOperationGetReader is a Reader for the ServiceBindingLastOperationGet structure.

func (*ServiceBindingLastOperationGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServiceBindingUnbindingAccepted

type ServiceBindingUnbindingAccepted struct {
	Payload *models.AsyncOperation
}

ServiceBindingUnbindingAccepted describes a response with status code 202, with default header values.

Accepted

func NewServiceBindingUnbindingAccepted

func NewServiceBindingUnbindingAccepted() *ServiceBindingUnbindingAccepted

NewServiceBindingUnbindingAccepted creates a ServiceBindingUnbindingAccepted with default headers values

func (*ServiceBindingUnbindingAccepted) Code

Code gets the status code for the service binding unbinding accepted response

func (*ServiceBindingUnbindingAccepted) Error

func (*ServiceBindingUnbindingAccepted) GetPayload

func (*ServiceBindingUnbindingAccepted) IsClientError

func (o *ServiceBindingUnbindingAccepted) IsClientError() bool

IsClientError returns true when this service binding unbinding accepted response has a 4xx status code

func (*ServiceBindingUnbindingAccepted) IsCode

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

IsCode returns true when this service binding unbinding accepted response a status code equal to that given

func (*ServiceBindingUnbindingAccepted) IsRedirect

func (o *ServiceBindingUnbindingAccepted) IsRedirect() bool

IsRedirect returns true when this service binding unbinding accepted response has a 3xx status code

func (*ServiceBindingUnbindingAccepted) IsServerError

func (o *ServiceBindingUnbindingAccepted) IsServerError() bool

IsServerError returns true when this service binding unbinding accepted response has a 5xx status code

func (*ServiceBindingUnbindingAccepted) IsSuccess

func (o *ServiceBindingUnbindingAccepted) IsSuccess() bool

IsSuccess returns true when this service binding unbinding accepted response has a 2xx status code

func (*ServiceBindingUnbindingAccepted) String

type ServiceBindingUnbindingBadRequest

type ServiceBindingUnbindingBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewServiceBindingUnbindingBadRequest

func NewServiceBindingUnbindingBadRequest() *ServiceBindingUnbindingBadRequest

NewServiceBindingUnbindingBadRequest creates a ServiceBindingUnbindingBadRequest with default headers values

func (*ServiceBindingUnbindingBadRequest) Code

Code gets the status code for the service binding unbinding bad request response

func (*ServiceBindingUnbindingBadRequest) Error

func (*ServiceBindingUnbindingBadRequest) GetPayload

func (*ServiceBindingUnbindingBadRequest) IsClientError

func (o *ServiceBindingUnbindingBadRequest) IsClientError() bool

IsClientError returns true when this service binding unbinding bad request response has a 4xx status code

func (*ServiceBindingUnbindingBadRequest) IsCode

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

IsCode returns true when this service binding unbinding bad request response a status code equal to that given

func (*ServiceBindingUnbindingBadRequest) IsRedirect

func (o *ServiceBindingUnbindingBadRequest) IsRedirect() bool

IsRedirect returns true when this service binding unbinding bad request response has a 3xx status code

func (*ServiceBindingUnbindingBadRequest) IsServerError

func (o *ServiceBindingUnbindingBadRequest) IsServerError() bool

IsServerError returns true when this service binding unbinding bad request response has a 5xx status code

func (*ServiceBindingUnbindingBadRequest) IsSuccess

func (o *ServiceBindingUnbindingBadRequest) IsSuccess() bool

IsSuccess returns true when this service binding unbinding bad request response has a 2xx status code

func (*ServiceBindingUnbindingBadRequest) String

type ServiceBindingUnbindingGone

type ServiceBindingUnbindingGone struct {
	Payload *models.Error
}

ServiceBindingUnbindingGone describes a response with status code 410, with default header values.

Gone

func NewServiceBindingUnbindingGone

func NewServiceBindingUnbindingGone() *ServiceBindingUnbindingGone

NewServiceBindingUnbindingGone creates a ServiceBindingUnbindingGone with default headers values

func (*ServiceBindingUnbindingGone) Code

func (o *ServiceBindingUnbindingGone) Code() int

Code gets the status code for the service binding unbinding gone response

func (*ServiceBindingUnbindingGone) Error

func (*ServiceBindingUnbindingGone) GetPayload

func (o *ServiceBindingUnbindingGone) GetPayload() *models.Error

func (*ServiceBindingUnbindingGone) IsClientError

func (o *ServiceBindingUnbindingGone) IsClientError() bool

IsClientError returns true when this service binding unbinding gone response has a 4xx status code

func (*ServiceBindingUnbindingGone) IsCode

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

IsCode returns true when this service binding unbinding gone response a status code equal to that given

func (*ServiceBindingUnbindingGone) IsRedirect

func (o *ServiceBindingUnbindingGone) IsRedirect() bool

IsRedirect returns true when this service binding unbinding gone response has a 3xx status code

func (*ServiceBindingUnbindingGone) IsServerError

func (o *ServiceBindingUnbindingGone) IsServerError() bool

IsServerError returns true when this service binding unbinding gone response has a 5xx status code

func (*ServiceBindingUnbindingGone) IsSuccess

func (o *ServiceBindingUnbindingGone) IsSuccess() bool

IsSuccess returns true when this service binding unbinding gone response has a 2xx status code

func (*ServiceBindingUnbindingGone) String

func (o *ServiceBindingUnbindingGone) String() string

type ServiceBindingUnbindingOK

type ServiceBindingUnbindingOK struct {
	Payload models.Object
}

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

OK

func NewServiceBindingUnbindingOK

func NewServiceBindingUnbindingOK() *ServiceBindingUnbindingOK

NewServiceBindingUnbindingOK creates a ServiceBindingUnbindingOK with default headers values

func (*ServiceBindingUnbindingOK) Code

func (o *ServiceBindingUnbindingOK) Code() int

Code gets the status code for the service binding unbinding o k response

func (*ServiceBindingUnbindingOK) Error

func (o *ServiceBindingUnbindingOK) Error() string

func (*ServiceBindingUnbindingOK) GetPayload

func (o *ServiceBindingUnbindingOK) GetPayload() models.Object

func (*ServiceBindingUnbindingOK) IsClientError

func (o *ServiceBindingUnbindingOK) IsClientError() bool

IsClientError returns true when this service binding unbinding o k response has a 4xx status code

func (*ServiceBindingUnbindingOK) IsCode

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

IsCode returns true when this service binding unbinding o k response a status code equal to that given

func (*ServiceBindingUnbindingOK) IsRedirect

func (o *ServiceBindingUnbindingOK) IsRedirect() bool

IsRedirect returns true when this service binding unbinding o k response has a 3xx status code

func (*ServiceBindingUnbindingOK) IsServerError

func (o *ServiceBindingUnbindingOK) IsServerError() bool

IsServerError returns true when this service binding unbinding o k response has a 5xx status code

func (*ServiceBindingUnbindingOK) IsSuccess

func (o *ServiceBindingUnbindingOK) IsSuccess() bool

IsSuccess returns true when this service binding unbinding o k response has a 2xx status code

func (*ServiceBindingUnbindingOK) String

func (o *ServiceBindingUnbindingOK) String() string

type ServiceBindingUnbindingParams

type ServiceBindingUnbindingParams struct {

	/* XBrokerAPIOriginatingIdentity.

	   identity of the user that initiated the request from the Platform
	*/
	XBrokerAPIOriginatingIdentity *string

	/* XBrokerAPIVersion.

	   version number of the Service Broker API that the Platform will use
	*/
	XBrokerAPIVersion string

	/* AcceptsIncomplete.

	   asynchronous operations supported
	*/
	AcceptsIncomplete *bool

	/* BindingID.

	   binding id of binding to create
	*/
	BindingID string

	/* InstanceID.

	   instance id of instance to provision
	*/
	InstanceID string

	/* PlanID.

	   id of the plan associated with the instance being deleted
	*/
	PlanID string

	/* ServiceID.

	   id of the service associated with the instance being deleted
	*/
	ServiceID string

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

ServiceBindingUnbindingParams contains all the parameters to send to the API endpoint

for the service binding unbinding operation.

Typically these are written to a http.Request.

func NewServiceBindingUnbindingParams

func NewServiceBindingUnbindingParams() *ServiceBindingUnbindingParams

NewServiceBindingUnbindingParams creates a new ServiceBindingUnbindingParams 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 NewServiceBindingUnbindingParamsWithContext

func NewServiceBindingUnbindingParamsWithContext(ctx context.Context) *ServiceBindingUnbindingParams

NewServiceBindingUnbindingParamsWithContext creates a new ServiceBindingUnbindingParams object with the ability to set a context for a request.

func NewServiceBindingUnbindingParamsWithHTTPClient

func NewServiceBindingUnbindingParamsWithHTTPClient(client *http.Client) *ServiceBindingUnbindingParams

NewServiceBindingUnbindingParamsWithHTTPClient creates a new ServiceBindingUnbindingParams object with the ability to set a custom HTTPClient for a request.

func NewServiceBindingUnbindingParamsWithTimeout

func NewServiceBindingUnbindingParamsWithTimeout(timeout time.Duration) *ServiceBindingUnbindingParams

NewServiceBindingUnbindingParamsWithTimeout creates a new ServiceBindingUnbindingParams object with the ability to set a timeout on a request.

func (*ServiceBindingUnbindingParams) SetAcceptsIncomplete

func (o *ServiceBindingUnbindingParams) SetAcceptsIncomplete(acceptsIncomplete *bool)

SetAcceptsIncomplete adds the acceptsIncomplete to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetBindingID

func (o *ServiceBindingUnbindingParams) SetBindingID(bindingID string)

SetBindingID adds the bindingId to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetContext

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

SetContext adds the context to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetDefaults

func (o *ServiceBindingUnbindingParams) SetDefaults()

SetDefaults hydrates default values in the service binding unbinding params (not the query body).

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

func (*ServiceBindingUnbindingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetInstanceID

func (o *ServiceBindingUnbindingParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetPlanID

func (o *ServiceBindingUnbindingParams) SetPlanID(planID string)

SetPlanID adds the planId to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetServiceID

func (o *ServiceBindingUnbindingParams) SetServiceID(serviceID string)

SetServiceID adds the serviceId to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetTimeout

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

SetTimeout adds the timeout to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetXBrokerAPIOriginatingIdentity

func (o *ServiceBindingUnbindingParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)

SetXBrokerAPIOriginatingIdentity adds the xBrokerApiOriginatingIdentity to the service binding unbinding params

func (*ServiceBindingUnbindingParams) SetXBrokerAPIVersion

func (o *ServiceBindingUnbindingParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)

SetXBrokerAPIVersion adds the xBrokerApiVersion to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithAcceptsIncomplete

func (o *ServiceBindingUnbindingParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceBindingUnbindingParams

WithAcceptsIncomplete adds the acceptsIncomplete to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithBindingID

WithBindingID adds the bindingID to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithContext

WithContext adds the context to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithDefaults

WithDefaults hydrates default values in the service binding unbinding params (not the query body).

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

func (*ServiceBindingUnbindingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithInstanceID

WithInstanceID adds the instanceID to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithPlanID

WithPlanID adds the planID to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithServiceID

WithServiceID adds the serviceID to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithTimeout

WithTimeout adds the timeout to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithXBrokerAPIOriginatingIdentity

func (o *ServiceBindingUnbindingParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceBindingUnbindingParams

WithXBrokerAPIOriginatingIdentity adds the xBrokerAPIOriginatingIdentity to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WithXBrokerAPIVersion

func (o *ServiceBindingUnbindingParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceBindingUnbindingParams

WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service binding unbinding params

func (*ServiceBindingUnbindingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServiceBindingUnbindingReader

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

ServiceBindingUnbindingReader is a Reader for the ServiceBindingUnbinding structure.

func (*ServiceBindingUnbindingReader) ReadResponse

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