service_bindings

package
v1.8.0-beta12 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2024 License: Apache-2.0 Imports: 12 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 added in v1.1.0

type ClientOption func(*runtime.ClientOperation)

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

type ClientService added in v1.1.0

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.

func NewClientWithBasicAuth added in v1.7.0

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

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

func NewClientWithBearerToken added in v1.7.0

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

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

type 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 added in v1.2.4

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

func (*ServiceBindingBindingAccepted) Error

func (*ServiceBindingBindingAccepted) GetPayload added in v1.1.0

func (*ServiceBindingBindingAccepted) IsClientError added in v1.2.2

func (o *ServiceBindingBindingAccepted) IsClientError() bool

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

func (*ServiceBindingBindingAccepted) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingBindingAccepted) IsRedirect() bool

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

func (*ServiceBindingBindingAccepted) IsServerError added in v1.2.2

func (o *ServiceBindingBindingAccepted) IsServerError() bool

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

func (*ServiceBindingBindingAccepted) IsSuccess added in v1.2.2

func (o *ServiceBindingBindingAccepted) IsSuccess() bool

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

func (*ServiceBindingBindingAccepted) String added in v1.2.2

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 added in v1.2.4

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

func (*ServiceBindingBindingBadRequest) Error

func (*ServiceBindingBindingBadRequest) GetPayload added in v1.1.0

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

func (*ServiceBindingBindingBadRequest) IsClientError added in v1.2.2

func (o *ServiceBindingBindingBadRequest) IsClientError() bool

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

func (*ServiceBindingBindingBadRequest) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingBindingBadRequest) IsRedirect() bool

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

func (*ServiceBindingBindingBadRequest) IsServerError added in v1.2.2

func (o *ServiceBindingBindingBadRequest) IsServerError() bool

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

func (*ServiceBindingBindingBadRequest) IsSuccess added in v1.2.2

func (o *ServiceBindingBindingBadRequest) IsSuccess() bool

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

func (*ServiceBindingBindingBadRequest) String added in v1.2.2

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 added in v1.2.4

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

func (*ServiceBindingBindingConflict) Error

func (*ServiceBindingBindingConflict) GetPayload added in v1.1.0

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

func (*ServiceBindingBindingConflict) IsClientError added in v1.2.2

func (o *ServiceBindingBindingConflict) IsClientError() bool

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

func (*ServiceBindingBindingConflict) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingBindingConflict) IsRedirect() bool

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

func (*ServiceBindingBindingConflict) IsServerError added in v1.2.2

func (o *ServiceBindingBindingConflict) IsServerError() bool

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

func (*ServiceBindingBindingConflict) IsSuccess added in v1.2.2

func (o *ServiceBindingBindingConflict) IsSuccess() bool

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

func (*ServiceBindingBindingConflict) String added in v1.2.2

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 added in v1.2.4

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

func (*ServiceBindingBindingCreated) Error

func (*ServiceBindingBindingCreated) GetPayload added in v1.1.0

func (*ServiceBindingBindingCreated) IsClientError added in v1.2.2

func (o *ServiceBindingBindingCreated) IsClientError() bool

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

func (*ServiceBindingBindingCreated) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingBindingCreated) IsRedirect() bool

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

func (*ServiceBindingBindingCreated) IsServerError added in v1.2.2

func (o *ServiceBindingBindingCreated) IsServerError() bool

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

func (*ServiceBindingBindingCreated) IsSuccess added in v1.2.2

func (o *ServiceBindingBindingCreated) IsSuccess() bool

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

func (*ServiceBindingBindingCreated) String added in v1.2.2

type ServiceBindingBindingForbidden added in v1.4.2

type ServiceBindingBindingForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewServiceBindingBindingForbidden added in v1.4.2

func NewServiceBindingBindingForbidden() *ServiceBindingBindingForbidden

NewServiceBindingBindingForbidden creates a ServiceBindingBindingForbidden with default headers values

func (*ServiceBindingBindingForbidden) Code added in v1.4.2

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

func (*ServiceBindingBindingForbidden) Error added in v1.4.2

func (*ServiceBindingBindingForbidden) GetPayload added in v1.4.2

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

func (*ServiceBindingBindingForbidden) IsClientError added in v1.4.2

func (o *ServiceBindingBindingForbidden) IsClientError() bool

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

func (*ServiceBindingBindingForbidden) IsCode added in v1.4.2

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

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

func (*ServiceBindingBindingForbidden) IsRedirect added in v1.4.2

func (o *ServiceBindingBindingForbidden) IsRedirect() bool

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

func (*ServiceBindingBindingForbidden) IsServerError added in v1.4.2

func (o *ServiceBindingBindingForbidden) IsServerError() bool

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

func (*ServiceBindingBindingForbidden) IsSuccess added in v1.4.2

func (o *ServiceBindingBindingForbidden) IsSuccess() bool

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

func (*ServiceBindingBindingForbidden) String added in v1.4.2

type ServiceBindingBindingNotFound added in v1.4.2

type ServiceBindingBindingNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewServiceBindingBindingNotFound added in v1.4.2

func NewServiceBindingBindingNotFound() *ServiceBindingBindingNotFound

NewServiceBindingBindingNotFound creates a ServiceBindingBindingNotFound with default headers values

func (*ServiceBindingBindingNotFound) Code added in v1.4.2

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

func (*ServiceBindingBindingNotFound) Error added in v1.4.2

func (*ServiceBindingBindingNotFound) GetPayload added in v1.4.2

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

func (*ServiceBindingBindingNotFound) IsClientError added in v1.4.2

func (o *ServiceBindingBindingNotFound) IsClientError() bool

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

func (*ServiceBindingBindingNotFound) IsCode added in v1.4.2

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

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

func (*ServiceBindingBindingNotFound) IsRedirect added in v1.4.2

func (o *ServiceBindingBindingNotFound) IsRedirect() bool

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

func (*ServiceBindingBindingNotFound) IsServerError added in v1.4.2

func (o *ServiceBindingBindingNotFound) IsServerError() bool

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

func (*ServiceBindingBindingNotFound) IsSuccess added in v1.4.2

func (o *ServiceBindingBindingNotFound) IsSuccess() bool

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

func (*ServiceBindingBindingNotFound) String added in v1.4.2

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 added in v1.2.4

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 added in v1.1.0

func (*ServiceBindingBindingOK) IsClientError added in v1.2.2

func (o *ServiceBindingBindingOK) IsClientError() bool

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

func (*ServiceBindingBindingOK) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingBindingOK) IsRedirect() bool

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

func (*ServiceBindingBindingOK) IsServerError added in v1.2.2

func (o *ServiceBindingBindingOK) IsServerError() bool

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

func (*ServiceBindingBindingOK) IsSuccess added in v1.2.2

func (o *ServiceBindingBindingOK) IsSuccess() bool

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

func (*ServiceBindingBindingOK) String added in v1.2.2

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 added in v1.1.0

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 added in v1.1.0

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 ServiceBindingBindingUnauthorized added in v1.4.2

type ServiceBindingBindingUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewServiceBindingBindingUnauthorized added in v1.4.2

func NewServiceBindingBindingUnauthorized() *ServiceBindingBindingUnauthorized

NewServiceBindingBindingUnauthorized creates a ServiceBindingBindingUnauthorized with default headers values

func (*ServiceBindingBindingUnauthorized) Code added in v1.4.2

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

func (*ServiceBindingBindingUnauthorized) Error added in v1.4.2

func (*ServiceBindingBindingUnauthorized) GetPayload added in v1.4.2

func (*ServiceBindingBindingUnauthorized) IsClientError added in v1.4.2

func (o *ServiceBindingBindingUnauthorized) IsClientError() bool

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

func (*ServiceBindingBindingUnauthorized) IsCode added in v1.4.2

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

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

func (*ServiceBindingBindingUnauthorized) IsRedirect added in v1.4.2

func (o *ServiceBindingBindingUnauthorized) IsRedirect() bool

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

func (*ServiceBindingBindingUnauthorized) IsServerError added in v1.4.2

func (o *ServiceBindingBindingUnauthorized) IsServerError() bool

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

func (*ServiceBindingBindingUnauthorized) IsSuccess added in v1.4.2

func (o *ServiceBindingBindingUnauthorized) IsSuccess() bool

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

func (*ServiceBindingBindingUnauthorized) String added in v1.4.2

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 added in v1.2.4

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

func (*ServiceBindingBindingUnprocessableEntity) Error

func (*ServiceBindingBindingUnprocessableEntity) GetPayload added in v1.1.0

func (*ServiceBindingBindingUnprocessableEntity) IsClientError added in v1.2.2

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

func (*ServiceBindingBindingUnprocessableEntity) IsCode added in v1.2.2

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

func (*ServiceBindingBindingUnprocessableEntity) IsRedirect added in v1.2.2

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

func (*ServiceBindingBindingUnprocessableEntity) IsServerError added in v1.2.2

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

func (*ServiceBindingBindingUnprocessableEntity) IsSuccess added in v1.2.2

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

func (*ServiceBindingBindingUnprocessableEntity) String added in v1.2.2

type ServiceBindingGetBadRequest added in v1.4.2

type ServiceBindingGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewServiceBindingGetBadRequest added in v1.4.2

func NewServiceBindingGetBadRequest() *ServiceBindingGetBadRequest

NewServiceBindingGetBadRequest creates a ServiceBindingGetBadRequest with default headers values

func (*ServiceBindingGetBadRequest) Code added in v1.4.2

func (o *ServiceBindingGetBadRequest) Code() int

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

func (*ServiceBindingGetBadRequest) Error added in v1.4.2

func (*ServiceBindingGetBadRequest) GetPayload added in v1.4.2

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

func (*ServiceBindingGetBadRequest) IsClientError added in v1.4.2

func (o *ServiceBindingGetBadRequest) IsClientError() bool

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

func (*ServiceBindingGetBadRequest) IsCode added in v1.4.2

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

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

func (*ServiceBindingGetBadRequest) IsRedirect added in v1.4.2

func (o *ServiceBindingGetBadRequest) IsRedirect() bool

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

func (*ServiceBindingGetBadRequest) IsServerError added in v1.4.2

func (o *ServiceBindingGetBadRequest) IsServerError() bool

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

func (*ServiceBindingGetBadRequest) IsSuccess added in v1.4.2

func (o *ServiceBindingGetBadRequest) IsSuccess() bool

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

func (*ServiceBindingGetBadRequest) String added in v1.4.2

func (o *ServiceBindingGetBadRequest) String() string

type ServiceBindingGetForbidden added in v1.4.2

type ServiceBindingGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewServiceBindingGetForbidden added in v1.4.2

func NewServiceBindingGetForbidden() *ServiceBindingGetForbidden

NewServiceBindingGetForbidden creates a ServiceBindingGetForbidden with default headers values

func (*ServiceBindingGetForbidden) Code added in v1.4.2

func (o *ServiceBindingGetForbidden) Code() int

Code gets the status code for the service binding get forbidden response

func (*ServiceBindingGetForbidden) Error added in v1.4.2

func (*ServiceBindingGetForbidden) GetPayload added in v1.4.2

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

func (*ServiceBindingGetForbidden) IsClientError added in v1.4.2

func (o *ServiceBindingGetForbidden) IsClientError() bool

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

func (*ServiceBindingGetForbidden) IsCode added in v1.4.2

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

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

func (*ServiceBindingGetForbidden) IsRedirect added in v1.4.2

func (o *ServiceBindingGetForbidden) IsRedirect() bool

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

func (*ServiceBindingGetForbidden) IsServerError added in v1.4.2

func (o *ServiceBindingGetForbidden) IsServerError() bool

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

func (*ServiceBindingGetForbidden) IsSuccess added in v1.4.2

func (o *ServiceBindingGetForbidden) IsSuccess() bool

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

func (*ServiceBindingGetForbidden) String added in v1.4.2

func (o *ServiceBindingGetForbidden) String() 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 added in v1.2.4

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 added in v1.1.0

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

func (*ServiceBindingGetNotFound) IsClientError added in v1.2.2

func (o *ServiceBindingGetNotFound) IsClientError() bool

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

func (*ServiceBindingGetNotFound) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingGetNotFound) IsRedirect() bool

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

func (*ServiceBindingGetNotFound) IsServerError added in v1.2.2

func (o *ServiceBindingGetNotFound) IsServerError() bool

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

func (*ServiceBindingGetNotFound) IsSuccess added in v1.2.2

func (o *ServiceBindingGetNotFound) IsSuccess() bool

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

func (*ServiceBindingGetNotFound) String added in v1.2.2

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 added in v1.2.4

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 added in v1.1.0

func (*ServiceBindingGetOK) IsClientError added in v1.2.2

func (o *ServiceBindingGetOK) IsClientError() bool

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

func (*ServiceBindingGetOK) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingGetOK) IsRedirect() bool

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

func (*ServiceBindingGetOK) IsServerError added in v1.2.2

func (o *ServiceBindingGetOK) IsServerError() bool

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

func (*ServiceBindingGetOK) IsSuccess added in v1.2.2

func (o *ServiceBindingGetOK) IsSuccess() bool

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

func (*ServiceBindingGetOK) String added in v1.2.2

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 added in v1.1.0

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 added in v1.1.0

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 ServiceBindingGetUnauthorized added in v1.4.2

type ServiceBindingGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewServiceBindingGetUnauthorized added in v1.4.2

func NewServiceBindingGetUnauthorized() *ServiceBindingGetUnauthorized

NewServiceBindingGetUnauthorized creates a ServiceBindingGetUnauthorized with default headers values

func (*ServiceBindingGetUnauthorized) Code added in v1.4.2

Code gets the status code for the service binding get unauthorized response

func (*ServiceBindingGetUnauthorized) Error added in v1.4.2

func (*ServiceBindingGetUnauthorized) GetPayload added in v1.4.2

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

func (*ServiceBindingGetUnauthorized) IsClientError added in v1.4.2

func (o *ServiceBindingGetUnauthorized) IsClientError() bool

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

func (*ServiceBindingGetUnauthorized) IsCode added in v1.4.2

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

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

func (*ServiceBindingGetUnauthorized) IsRedirect added in v1.4.2

func (o *ServiceBindingGetUnauthorized) IsRedirect() bool

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

func (*ServiceBindingGetUnauthorized) IsServerError added in v1.4.2

func (o *ServiceBindingGetUnauthorized) IsServerError() bool

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

func (*ServiceBindingGetUnauthorized) IsSuccess added in v1.4.2

func (o *ServiceBindingGetUnauthorized) IsSuccess() bool

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

func (*ServiceBindingGetUnauthorized) String added in v1.4.2

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 added in v1.2.4

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

func (*ServiceBindingLastOperationGetBadRequest) Error

func (*ServiceBindingLastOperationGetBadRequest) GetPayload added in v1.1.0

func (*ServiceBindingLastOperationGetBadRequest) IsClientError added in v1.2.2

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

func (*ServiceBindingLastOperationGetBadRequest) IsCode added in v1.2.2

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

func (*ServiceBindingLastOperationGetBadRequest) IsRedirect added in v1.2.2

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

func (*ServiceBindingLastOperationGetBadRequest) IsServerError added in v1.2.2

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

func (*ServiceBindingLastOperationGetBadRequest) IsSuccess added in v1.2.2

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

func (*ServiceBindingLastOperationGetBadRequest) String added in v1.2.2

type ServiceBindingLastOperationGetForbidden added in v1.4.2

type ServiceBindingLastOperationGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewServiceBindingLastOperationGetForbidden added in v1.4.2

func NewServiceBindingLastOperationGetForbidden() *ServiceBindingLastOperationGetForbidden

NewServiceBindingLastOperationGetForbidden creates a ServiceBindingLastOperationGetForbidden with default headers values

func (*ServiceBindingLastOperationGetForbidden) Code added in v1.4.2

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

func (*ServiceBindingLastOperationGetForbidden) Error added in v1.4.2

func (*ServiceBindingLastOperationGetForbidden) GetPayload added in v1.4.2

func (*ServiceBindingLastOperationGetForbidden) IsClientError added in v1.4.2

func (o *ServiceBindingLastOperationGetForbidden) IsClientError() bool

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

func (*ServiceBindingLastOperationGetForbidden) IsCode added in v1.4.2

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

func (*ServiceBindingLastOperationGetForbidden) IsRedirect added in v1.4.2

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

func (*ServiceBindingLastOperationGetForbidden) IsServerError added in v1.4.2

func (o *ServiceBindingLastOperationGetForbidden) IsServerError() bool

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

func (*ServiceBindingLastOperationGetForbidden) IsSuccess added in v1.4.2

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

func (*ServiceBindingLastOperationGetForbidden) String added in v1.4.2

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 added in v1.2.4

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

func (*ServiceBindingLastOperationGetGone) Error

func (*ServiceBindingLastOperationGetGone) GetPayload added in v1.1.0

func (*ServiceBindingLastOperationGetGone) IsClientError added in v1.2.2

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 added in v1.2.2

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

func (*ServiceBindingLastOperationGetGone) IsRedirect added in v1.2.2

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 added in v1.2.2

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 added in v1.2.2

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

func (*ServiceBindingLastOperationGetGone) String added in v1.2.2

type ServiceBindingLastOperationGetNotFound added in v1.4.2

type ServiceBindingLastOperationGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewServiceBindingLastOperationGetNotFound added in v1.4.2

func NewServiceBindingLastOperationGetNotFound() *ServiceBindingLastOperationGetNotFound

NewServiceBindingLastOperationGetNotFound creates a ServiceBindingLastOperationGetNotFound with default headers values

func (*ServiceBindingLastOperationGetNotFound) Code added in v1.4.2

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

func (*ServiceBindingLastOperationGetNotFound) Error added in v1.4.2

func (*ServiceBindingLastOperationGetNotFound) GetPayload added in v1.4.2

func (*ServiceBindingLastOperationGetNotFound) IsClientError added in v1.4.2

func (o *ServiceBindingLastOperationGetNotFound) IsClientError() bool

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

func (*ServiceBindingLastOperationGetNotFound) IsCode added in v1.4.2

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

func (*ServiceBindingLastOperationGetNotFound) IsRedirect added in v1.4.2

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

func (*ServiceBindingLastOperationGetNotFound) IsServerError added in v1.4.2

func (o *ServiceBindingLastOperationGetNotFound) IsServerError() bool

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

func (*ServiceBindingLastOperationGetNotFound) IsSuccess added in v1.4.2

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

func (*ServiceBindingLastOperationGetNotFound) String added in v1.4.2

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 added in v1.2.4

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

func (*ServiceBindingLastOperationGetOK) Error

func (*ServiceBindingLastOperationGetOK) GetPayload added in v1.1.0

func (*ServiceBindingLastOperationGetOK) IsClientError added in v1.2.2

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.2.2

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 added in v1.1.0

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 added in v1.1.0

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 ServiceBindingLastOperationGetUnauthorized added in v1.4.2

type ServiceBindingLastOperationGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewServiceBindingLastOperationGetUnauthorized added in v1.4.2

func NewServiceBindingLastOperationGetUnauthorized() *ServiceBindingLastOperationGetUnauthorized

NewServiceBindingLastOperationGetUnauthorized creates a ServiceBindingLastOperationGetUnauthorized with default headers values

func (*ServiceBindingLastOperationGetUnauthorized) Code added in v1.4.2

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

func (*ServiceBindingLastOperationGetUnauthorized) Error added in v1.4.2

func (*ServiceBindingLastOperationGetUnauthorized) GetPayload added in v1.4.2

func (*ServiceBindingLastOperationGetUnauthorized) IsClientError added in v1.4.2

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

func (*ServiceBindingLastOperationGetUnauthorized) IsCode added in v1.4.2

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

func (*ServiceBindingLastOperationGetUnauthorized) IsRedirect added in v1.4.2

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

func (*ServiceBindingLastOperationGetUnauthorized) IsServerError added in v1.4.2

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

func (*ServiceBindingLastOperationGetUnauthorized) IsSuccess added in v1.4.2

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

func (*ServiceBindingLastOperationGetUnauthorized) String added in v1.4.2

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 added in v1.2.4

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

func (*ServiceBindingUnbindingAccepted) Error

func (*ServiceBindingUnbindingAccepted) GetPayload added in v1.1.0

func (*ServiceBindingUnbindingAccepted) IsClientError added in v1.2.2

func (o *ServiceBindingUnbindingAccepted) IsClientError() bool

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

func (*ServiceBindingUnbindingAccepted) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingUnbindingAccepted) IsRedirect() bool

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

func (*ServiceBindingUnbindingAccepted) IsServerError added in v1.2.2

func (o *ServiceBindingUnbindingAccepted) IsServerError() bool

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

func (*ServiceBindingUnbindingAccepted) IsSuccess added in v1.2.2

func (o *ServiceBindingUnbindingAccepted) IsSuccess() bool

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

func (*ServiceBindingUnbindingAccepted) String added in v1.2.2

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 added in v1.2.4

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

func (*ServiceBindingUnbindingBadRequest) Error

func (*ServiceBindingUnbindingBadRequest) GetPayload added in v1.1.0

func (*ServiceBindingUnbindingBadRequest) IsClientError added in v1.2.2

func (o *ServiceBindingUnbindingBadRequest) IsClientError() bool

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

func (*ServiceBindingUnbindingBadRequest) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingUnbindingBadRequest) IsRedirect() bool

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

func (*ServiceBindingUnbindingBadRequest) IsServerError added in v1.2.2

func (o *ServiceBindingUnbindingBadRequest) IsServerError() bool

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

func (*ServiceBindingUnbindingBadRequest) IsSuccess added in v1.2.2

func (o *ServiceBindingUnbindingBadRequest) IsSuccess() bool

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

func (*ServiceBindingUnbindingBadRequest) String added in v1.2.2

type ServiceBindingUnbindingForbidden added in v1.4.2

type ServiceBindingUnbindingForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewServiceBindingUnbindingForbidden added in v1.4.2

func NewServiceBindingUnbindingForbidden() *ServiceBindingUnbindingForbidden

NewServiceBindingUnbindingForbidden creates a ServiceBindingUnbindingForbidden with default headers values

func (*ServiceBindingUnbindingForbidden) Code added in v1.4.2

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

func (*ServiceBindingUnbindingForbidden) Error added in v1.4.2

func (*ServiceBindingUnbindingForbidden) GetPayload added in v1.4.2

func (*ServiceBindingUnbindingForbidden) IsClientError added in v1.4.2

func (o *ServiceBindingUnbindingForbidden) IsClientError() bool

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

func (*ServiceBindingUnbindingForbidden) IsCode added in v1.4.2

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

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

func (*ServiceBindingUnbindingForbidden) IsRedirect added in v1.4.2

func (o *ServiceBindingUnbindingForbidden) IsRedirect() bool

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

func (*ServiceBindingUnbindingForbidden) IsServerError added in v1.4.2

func (o *ServiceBindingUnbindingForbidden) IsServerError() bool

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

func (*ServiceBindingUnbindingForbidden) IsSuccess added in v1.4.2

func (o *ServiceBindingUnbindingForbidden) IsSuccess() bool

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

func (*ServiceBindingUnbindingForbidden) String added in v1.4.2

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 added in v1.2.4

func (o *ServiceBindingUnbindingGone) Code() int

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

func (*ServiceBindingUnbindingGone) Error

func (*ServiceBindingUnbindingGone) GetPayload added in v1.1.0

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

func (*ServiceBindingUnbindingGone) IsClientError added in v1.2.2

func (o *ServiceBindingUnbindingGone) IsClientError() bool

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

func (*ServiceBindingUnbindingGone) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingUnbindingGone) IsRedirect() bool

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

func (*ServiceBindingUnbindingGone) IsServerError added in v1.2.2

func (o *ServiceBindingUnbindingGone) IsServerError() bool

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

func (*ServiceBindingUnbindingGone) IsSuccess added in v1.2.2

func (o *ServiceBindingUnbindingGone) IsSuccess() bool

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

func (*ServiceBindingUnbindingGone) String added in v1.2.2

func (o *ServiceBindingUnbindingGone) String() string

type ServiceBindingUnbindingNotFound added in v1.4.2

type ServiceBindingUnbindingNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewServiceBindingUnbindingNotFound added in v1.4.2

func NewServiceBindingUnbindingNotFound() *ServiceBindingUnbindingNotFound

NewServiceBindingUnbindingNotFound creates a ServiceBindingUnbindingNotFound with default headers values

func (*ServiceBindingUnbindingNotFound) Code added in v1.4.2

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

func (*ServiceBindingUnbindingNotFound) Error added in v1.4.2

func (*ServiceBindingUnbindingNotFound) GetPayload added in v1.4.2

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

func (*ServiceBindingUnbindingNotFound) IsClientError added in v1.4.2

func (o *ServiceBindingUnbindingNotFound) IsClientError() bool

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

func (*ServiceBindingUnbindingNotFound) IsCode added in v1.4.2

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

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

func (*ServiceBindingUnbindingNotFound) IsRedirect added in v1.4.2

func (o *ServiceBindingUnbindingNotFound) IsRedirect() bool

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

func (*ServiceBindingUnbindingNotFound) IsServerError added in v1.4.2

func (o *ServiceBindingUnbindingNotFound) IsServerError() bool

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

func (*ServiceBindingUnbindingNotFound) IsSuccess added in v1.4.2

func (o *ServiceBindingUnbindingNotFound) IsSuccess() bool

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

func (*ServiceBindingUnbindingNotFound) String added in v1.4.2

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 added in v1.2.4

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 added in v1.1.0

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

func (*ServiceBindingUnbindingOK) IsClientError added in v1.2.2

func (o *ServiceBindingUnbindingOK) IsClientError() bool

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

func (*ServiceBindingUnbindingOK) IsCode added in v1.2.2

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 added in v1.2.2

func (o *ServiceBindingUnbindingOK) IsRedirect() bool

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

func (*ServiceBindingUnbindingOK) IsServerError added in v1.2.2

func (o *ServiceBindingUnbindingOK) IsServerError() bool

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

func (*ServiceBindingUnbindingOK) IsSuccess added in v1.2.2

func (o *ServiceBindingUnbindingOK) IsSuccess() bool

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

func (*ServiceBindingUnbindingOK) String added in v1.2.2

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 added in v1.1.0

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 added in v1.1.0

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.

type ServiceBindingUnbindingUnauthorized added in v1.4.2

type ServiceBindingUnbindingUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewServiceBindingUnbindingUnauthorized added in v1.4.2

func NewServiceBindingUnbindingUnauthorized() *ServiceBindingUnbindingUnauthorized

NewServiceBindingUnbindingUnauthorized creates a ServiceBindingUnbindingUnauthorized with default headers values

func (*ServiceBindingUnbindingUnauthorized) Code added in v1.4.2

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

func (*ServiceBindingUnbindingUnauthorized) Error added in v1.4.2

func (*ServiceBindingUnbindingUnauthorized) GetPayload added in v1.4.2

func (*ServiceBindingUnbindingUnauthorized) IsClientError added in v1.4.2

func (o *ServiceBindingUnbindingUnauthorized) IsClientError() bool

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

func (*ServiceBindingUnbindingUnauthorized) IsCode added in v1.4.2

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

func (*ServiceBindingUnbindingUnauthorized) IsRedirect added in v1.4.2

func (o *ServiceBindingUnbindingUnauthorized) IsRedirect() bool

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

func (*ServiceBindingUnbindingUnauthorized) IsServerError added in v1.4.2

func (o *ServiceBindingUnbindingUnauthorized) IsServerError() bool

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

func (*ServiceBindingUnbindingUnauthorized) IsSuccess added in v1.4.2

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

func (*ServiceBindingUnbindingUnauthorized) String added in v1.4.2

Jump to

Keyboard shortcuts

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