Documentation ¶
Index ¶
- type Client
- func (a *Client) ServiceBindingBinding(params *ServiceBindingBindingParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ServiceBindingBindingOK, *ServiceBindingBindingCreated, ...)
- func (a *Client) ServiceBindingGet(params *ServiceBindingGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ServiceBindingGetOK, error)
- func (a *Client) ServiceBindingLastOperationGet(params *ServiceBindingLastOperationGetParams, ...) (*ServiceBindingLastOperationGetOK, error)
- func (a *Client) ServiceBindingUnbinding(params *ServiceBindingUnbindingParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ServiceBindingUnbindingOK, *ServiceBindingUnbindingAccepted, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ServiceBindingBindingAccepted
- func (o *ServiceBindingBindingAccepted) Code() int
- func (o *ServiceBindingBindingAccepted) Error() string
- func (o *ServiceBindingBindingAccepted) GetPayload() *models.AsyncOperation
- func (o *ServiceBindingBindingAccepted) IsClientError() bool
- func (o *ServiceBindingBindingAccepted) IsCode(code int) bool
- func (o *ServiceBindingBindingAccepted) IsRedirect() bool
- func (o *ServiceBindingBindingAccepted) IsServerError() bool
- func (o *ServiceBindingBindingAccepted) IsSuccess() bool
- func (o *ServiceBindingBindingAccepted) String() string
- type ServiceBindingBindingBadRequest
- func (o *ServiceBindingBindingBadRequest) Code() int
- func (o *ServiceBindingBindingBadRequest) Error() string
- func (o *ServiceBindingBindingBadRequest) GetPayload() *models.Error
- func (o *ServiceBindingBindingBadRequest) IsClientError() bool
- func (o *ServiceBindingBindingBadRequest) IsCode(code int) bool
- func (o *ServiceBindingBindingBadRequest) IsRedirect() bool
- func (o *ServiceBindingBindingBadRequest) IsServerError() bool
- func (o *ServiceBindingBindingBadRequest) IsSuccess() bool
- func (o *ServiceBindingBindingBadRequest) String() string
- type ServiceBindingBindingConflict
- func (o *ServiceBindingBindingConflict) Code() int
- func (o *ServiceBindingBindingConflict) Error() string
- func (o *ServiceBindingBindingConflict) GetPayload() *models.Error
- func (o *ServiceBindingBindingConflict) IsClientError() bool
- func (o *ServiceBindingBindingConflict) IsCode(code int) bool
- func (o *ServiceBindingBindingConflict) IsRedirect() bool
- func (o *ServiceBindingBindingConflict) IsServerError() bool
- func (o *ServiceBindingBindingConflict) IsSuccess() bool
- func (o *ServiceBindingBindingConflict) String() string
- type ServiceBindingBindingCreated
- func (o *ServiceBindingBindingCreated) Code() int
- func (o *ServiceBindingBindingCreated) Error() string
- func (o *ServiceBindingBindingCreated) GetPayload() *models.ServiceBinding
- func (o *ServiceBindingBindingCreated) IsClientError() bool
- func (o *ServiceBindingBindingCreated) IsCode(code int) bool
- func (o *ServiceBindingBindingCreated) IsRedirect() bool
- func (o *ServiceBindingBindingCreated) IsServerError() bool
- func (o *ServiceBindingBindingCreated) IsSuccess() bool
- func (o *ServiceBindingBindingCreated) String() string
- type ServiceBindingBindingForbidden
- func (o *ServiceBindingBindingForbidden) Code() int
- func (o *ServiceBindingBindingForbidden) Error() string
- func (o *ServiceBindingBindingForbidden) GetPayload() *models.Error
- func (o *ServiceBindingBindingForbidden) IsClientError() bool
- func (o *ServiceBindingBindingForbidden) IsCode(code int) bool
- func (o *ServiceBindingBindingForbidden) IsRedirect() bool
- func (o *ServiceBindingBindingForbidden) IsServerError() bool
- func (o *ServiceBindingBindingForbidden) IsSuccess() bool
- func (o *ServiceBindingBindingForbidden) String() string
- type ServiceBindingBindingNotFound
- func (o *ServiceBindingBindingNotFound) Code() int
- func (o *ServiceBindingBindingNotFound) Error() string
- func (o *ServiceBindingBindingNotFound) GetPayload() *models.Error
- func (o *ServiceBindingBindingNotFound) IsClientError() bool
- func (o *ServiceBindingBindingNotFound) IsCode(code int) bool
- func (o *ServiceBindingBindingNotFound) IsRedirect() bool
- func (o *ServiceBindingBindingNotFound) IsServerError() bool
- func (o *ServiceBindingBindingNotFound) IsSuccess() bool
- func (o *ServiceBindingBindingNotFound) String() string
- type ServiceBindingBindingOK
- func (o *ServiceBindingBindingOK) Code() int
- func (o *ServiceBindingBindingOK) Error() string
- func (o *ServiceBindingBindingOK) GetPayload() *models.ServiceBinding
- func (o *ServiceBindingBindingOK) IsClientError() bool
- func (o *ServiceBindingBindingOK) IsCode(code int) bool
- func (o *ServiceBindingBindingOK) IsRedirect() bool
- func (o *ServiceBindingBindingOK) IsServerError() bool
- func (o *ServiceBindingBindingOK) IsSuccess() bool
- func (o *ServiceBindingBindingOK) String() string
- type ServiceBindingBindingParams
- func NewServiceBindingBindingParams() *ServiceBindingBindingParams
- func NewServiceBindingBindingParamsWithContext(ctx context.Context) *ServiceBindingBindingParams
- func NewServiceBindingBindingParamsWithHTTPClient(client *http.Client) *ServiceBindingBindingParams
- func NewServiceBindingBindingParamsWithTimeout(timeout time.Duration) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) SetAcceptsIncomplete(acceptsIncomplete *bool)
- func (o *ServiceBindingBindingParams) SetBindingID(bindingID string)
- func (o *ServiceBindingBindingParams) SetBody(body *models.ServiceBindingRequest)
- func (o *ServiceBindingBindingParams) SetContext(ctx context.Context)
- func (o *ServiceBindingBindingParams) SetDefaults()
- func (o *ServiceBindingBindingParams) SetHTTPClient(client *http.Client)
- func (o *ServiceBindingBindingParams) SetInstanceID(instanceID string)
- func (o *ServiceBindingBindingParams) SetTimeout(timeout time.Duration)
- func (o *ServiceBindingBindingParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
- func (o *ServiceBindingBindingParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceBindingBindingParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithBindingID(bindingID string) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithBody(body *models.ServiceBindingRequest) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithContext(ctx context.Context) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithDefaults() *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithHTTPClient(client *http.Client) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithInstanceID(instanceID string) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithTimeout(timeout time.Duration) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceBindingBindingParams
- func (o *ServiceBindingBindingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceBindingBindingReader
- type ServiceBindingBindingUnauthorized
- func (o *ServiceBindingBindingUnauthorized) Code() int
- func (o *ServiceBindingBindingUnauthorized) Error() string
- func (o *ServiceBindingBindingUnauthorized) GetPayload() *models.Error
- func (o *ServiceBindingBindingUnauthorized) IsClientError() bool
- func (o *ServiceBindingBindingUnauthorized) IsCode(code int) bool
- func (o *ServiceBindingBindingUnauthorized) IsRedirect() bool
- func (o *ServiceBindingBindingUnauthorized) IsServerError() bool
- func (o *ServiceBindingBindingUnauthorized) IsSuccess() bool
- func (o *ServiceBindingBindingUnauthorized) String() string
- type ServiceBindingBindingUnprocessableEntity
- func (o *ServiceBindingBindingUnprocessableEntity) Code() int
- func (o *ServiceBindingBindingUnprocessableEntity) Error() string
- func (o *ServiceBindingBindingUnprocessableEntity) GetPayload() *models.Error
- func (o *ServiceBindingBindingUnprocessableEntity) IsClientError() bool
- func (o *ServiceBindingBindingUnprocessableEntity) IsCode(code int) bool
- func (o *ServiceBindingBindingUnprocessableEntity) IsRedirect() bool
- func (o *ServiceBindingBindingUnprocessableEntity) IsServerError() bool
- func (o *ServiceBindingBindingUnprocessableEntity) IsSuccess() bool
- func (o *ServiceBindingBindingUnprocessableEntity) String() string
- type ServiceBindingGetBadRequest
- func (o *ServiceBindingGetBadRequest) Code() int
- func (o *ServiceBindingGetBadRequest) Error() string
- func (o *ServiceBindingGetBadRequest) GetPayload() *models.Error
- func (o *ServiceBindingGetBadRequest) IsClientError() bool
- func (o *ServiceBindingGetBadRequest) IsCode(code int) bool
- func (o *ServiceBindingGetBadRequest) IsRedirect() bool
- func (o *ServiceBindingGetBadRequest) IsServerError() bool
- func (o *ServiceBindingGetBadRequest) IsSuccess() bool
- func (o *ServiceBindingGetBadRequest) String() string
- type ServiceBindingGetForbidden
- func (o *ServiceBindingGetForbidden) Code() int
- func (o *ServiceBindingGetForbidden) Error() string
- func (o *ServiceBindingGetForbidden) GetPayload() *models.Error
- func (o *ServiceBindingGetForbidden) IsClientError() bool
- func (o *ServiceBindingGetForbidden) IsCode(code int) bool
- func (o *ServiceBindingGetForbidden) IsRedirect() bool
- func (o *ServiceBindingGetForbidden) IsServerError() bool
- func (o *ServiceBindingGetForbidden) IsSuccess() bool
- func (o *ServiceBindingGetForbidden) String() string
- type ServiceBindingGetNotFound
- func (o *ServiceBindingGetNotFound) Code() int
- func (o *ServiceBindingGetNotFound) Error() string
- func (o *ServiceBindingGetNotFound) GetPayload() *models.Error
- func (o *ServiceBindingGetNotFound) IsClientError() bool
- func (o *ServiceBindingGetNotFound) IsCode(code int) bool
- func (o *ServiceBindingGetNotFound) IsRedirect() bool
- func (o *ServiceBindingGetNotFound) IsServerError() bool
- func (o *ServiceBindingGetNotFound) IsSuccess() bool
- func (o *ServiceBindingGetNotFound) String() string
- type ServiceBindingGetOK
- func (o *ServiceBindingGetOK) Code() int
- func (o *ServiceBindingGetOK) Error() string
- func (o *ServiceBindingGetOK) GetPayload() *models.ServiceBindingResource
- func (o *ServiceBindingGetOK) IsClientError() bool
- func (o *ServiceBindingGetOK) IsCode(code int) bool
- func (o *ServiceBindingGetOK) IsRedirect() bool
- func (o *ServiceBindingGetOK) IsServerError() bool
- func (o *ServiceBindingGetOK) IsSuccess() bool
- func (o *ServiceBindingGetOK) String() string
- type ServiceBindingGetParams
- func NewServiceBindingGetParams() *ServiceBindingGetParams
- func NewServiceBindingGetParamsWithContext(ctx context.Context) *ServiceBindingGetParams
- func NewServiceBindingGetParamsWithHTTPClient(client *http.Client) *ServiceBindingGetParams
- func NewServiceBindingGetParamsWithTimeout(timeout time.Duration) *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) SetBindingID(bindingID string)
- func (o *ServiceBindingGetParams) SetContext(ctx context.Context)
- func (o *ServiceBindingGetParams) SetDefaults()
- func (o *ServiceBindingGetParams) SetHTTPClient(client *http.Client)
- func (o *ServiceBindingGetParams) SetInstanceID(instanceID string)
- func (o *ServiceBindingGetParams) SetTimeout(timeout time.Duration)
- func (o *ServiceBindingGetParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
- func (o *ServiceBindingGetParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceBindingGetParams) WithBindingID(bindingID string) *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) WithContext(ctx context.Context) *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) WithDefaults() *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) WithHTTPClient(client *http.Client) *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) WithInstanceID(instanceID string) *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) WithTimeout(timeout time.Duration) *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceBindingGetParams
- func (o *ServiceBindingGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceBindingGetReader
- type ServiceBindingGetUnauthorized
- func (o *ServiceBindingGetUnauthorized) Code() int
- func (o *ServiceBindingGetUnauthorized) Error() string
- func (o *ServiceBindingGetUnauthorized) GetPayload() *models.Error
- func (o *ServiceBindingGetUnauthorized) IsClientError() bool
- func (o *ServiceBindingGetUnauthorized) IsCode(code int) bool
- func (o *ServiceBindingGetUnauthorized) IsRedirect() bool
- func (o *ServiceBindingGetUnauthorized) IsServerError() bool
- func (o *ServiceBindingGetUnauthorized) IsSuccess() bool
- func (o *ServiceBindingGetUnauthorized) String() string
- type ServiceBindingLastOperationGetBadRequest
- func (o *ServiceBindingLastOperationGetBadRequest) Code() int
- func (o *ServiceBindingLastOperationGetBadRequest) Error() string
- func (o *ServiceBindingLastOperationGetBadRequest) GetPayload() *models.Error
- func (o *ServiceBindingLastOperationGetBadRequest) IsClientError() bool
- func (o *ServiceBindingLastOperationGetBadRequest) IsCode(code int) bool
- func (o *ServiceBindingLastOperationGetBadRequest) IsRedirect() bool
- func (o *ServiceBindingLastOperationGetBadRequest) IsServerError() bool
- func (o *ServiceBindingLastOperationGetBadRequest) IsSuccess() bool
- func (o *ServiceBindingLastOperationGetBadRequest) String() string
- type ServiceBindingLastOperationGetForbidden
- func (o *ServiceBindingLastOperationGetForbidden) Code() int
- func (o *ServiceBindingLastOperationGetForbidden) Error() string
- func (o *ServiceBindingLastOperationGetForbidden) GetPayload() *models.Error
- func (o *ServiceBindingLastOperationGetForbidden) IsClientError() bool
- func (o *ServiceBindingLastOperationGetForbidden) IsCode(code int) bool
- func (o *ServiceBindingLastOperationGetForbidden) IsRedirect() bool
- func (o *ServiceBindingLastOperationGetForbidden) IsServerError() bool
- func (o *ServiceBindingLastOperationGetForbidden) IsSuccess() bool
- func (o *ServiceBindingLastOperationGetForbidden) String() string
- type ServiceBindingLastOperationGetGone
- func (o *ServiceBindingLastOperationGetGone) Code() int
- func (o *ServiceBindingLastOperationGetGone) Error() string
- func (o *ServiceBindingLastOperationGetGone) GetPayload() *models.Error
- func (o *ServiceBindingLastOperationGetGone) IsClientError() bool
- func (o *ServiceBindingLastOperationGetGone) IsCode(code int) bool
- func (o *ServiceBindingLastOperationGetGone) IsRedirect() bool
- func (o *ServiceBindingLastOperationGetGone) IsServerError() bool
- func (o *ServiceBindingLastOperationGetGone) IsSuccess() bool
- func (o *ServiceBindingLastOperationGetGone) String() string
- type ServiceBindingLastOperationGetNotFound
- func (o *ServiceBindingLastOperationGetNotFound) Code() int
- func (o *ServiceBindingLastOperationGetNotFound) Error() string
- func (o *ServiceBindingLastOperationGetNotFound) GetPayload() *models.Error
- func (o *ServiceBindingLastOperationGetNotFound) IsClientError() bool
- func (o *ServiceBindingLastOperationGetNotFound) IsCode(code int) bool
- func (o *ServiceBindingLastOperationGetNotFound) IsRedirect() bool
- func (o *ServiceBindingLastOperationGetNotFound) IsServerError() bool
- func (o *ServiceBindingLastOperationGetNotFound) IsSuccess() bool
- func (o *ServiceBindingLastOperationGetNotFound) String() string
- type ServiceBindingLastOperationGetOK
- func (o *ServiceBindingLastOperationGetOK) Code() int
- func (o *ServiceBindingLastOperationGetOK) Error() string
- func (o *ServiceBindingLastOperationGetOK) GetPayload() *models.LastOperationResource
- func (o *ServiceBindingLastOperationGetOK) IsClientError() bool
- func (o *ServiceBindingLastOperationGetOK) IsCode(code int) bool
- func (o *ServiceBindingLastOperationGetOK) IsRedirect() bool
- func (o *ServiceBindingLastOperationGetOK) IsServerError() bool
- func (o *ServiceBindingLastOperationGetOK) IsSuccess() bool
- func (o *ServiceBindingLastOperationGetOK) String() string
- type ServiceBindingLastOperationGetParams
- func NewServiceBindingLastOperationGetParams() *ServiceBindingLastOperationGetParams
- func NewServiceBindingLastOperationGetParamsWithContext(ctx context.Context) *ServiceBindingLastOperationGetParams
- func NewServiceBindingLastOperationGetParamsWithHTTPClient(client *http.Client) *ServiceBindingLastOperationGetParams
- func NewServiceBindingLastOperationGetParamsWithTimeout(timeout time.Duration) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) SetBindingID(bindingID string)
- func (o *ServiceBindingLastOperationGetParams) SetContext(ctx context.Context)
- func (o *ServiceBindingLastOperationGetParams) SetDefaults()
- func (o *ServiceBindingLastOperationGetParams) SetHTTPClient(client *http.Client)
- func (o *ServiceBindingLastOperationGetParams) SetInstanceID(instanceID string)
- func (o *ServiceBindingLastOperationGetParams) SetOperation(operation *string)
- func (o *ServiceBindingLastOperationGetParams) SetPlanID(planID *string)
- func (o *ServiceBindingLastOperationGetParams) SetServiceID(serviceID *string)
- func (o *ServiceBindingLastOperationGetParams) SetTimeout(timeout time.Duration)
- func (o *ServiceBindingLastOperationGetParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceBindingLastOperationGetParams) WithBindingID(bindingID string) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithContext(ctx context.Context) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithDefaults() *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithHTTPClient(client *http.Client) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithInstanceID(instanceID string) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithOperation(operation *string) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithPlanID(planID *string) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithServiceID(serviceID *string) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithTimeout(timeout time.Duration) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceBindingLastOperationGetParams
- func (o *ServiceBindingLastOperationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceBindingLastOperationGetReader
- type ServiceBindingLastOperationGetUnauthorized
- func (o *ServiceBindingLastOperationGetUnauthorized) Code() int
- func (o *ServiceBindingLastOperationGetUnauthorized) Error() string
- func (o *ServiceBindingLastOperationGetUnauthorized) GetPayload() *models.Error
- func (o *ServiceBindingLastOperationGetUnauthorized) IsClientError() bool
- func (o *ServiceBindingLastOperationGetUnauthorized) IsCode(code int) bool
- func (o *ServiceBindingLastOperationGetUnauthorized) IsRedirect() bool
- func (o *ServiceBindingLastOperationGetUnauthorized) IsServerError() bool
- func (o *ServiceBindingLastOperationGetUnauthorized) IsSuccess() bool
- func (o *ServiceBindingLastOperationGetUnauthorized) String() string
- type ServiceBindingUnbindingAccepted
- func (o *ServiceBindingUnbindingAccepted) Code() int
- func (o *ServiceBindingUnbindingAccepted) Error() string
- func (o *ServiceBindingUnbindingAccepted) GetPayload() *models.AsyncOperation
- func (o *ServiceBindingUnbindingAccepted) IsClientError() bool
- func (o *ServiceBindingUnbindingAccepted) IsCode(code int) bool
- func (o *ServiceBindingUnbindingAccepted) IsRedirect() bool
- func (o *ServiceBindingUnbindingAccepted) IsServerError() bool
- func (o *ServiceBindingUnbindingAccepted) IsSuccess() bool
- func (o *ServiceBindingUnbindingAccepted) String() string
- type ServiceBindingUnbindingBadRequest
- func (o *ServiceBindingUnbindingBadRequest) Code() int
- func (o *ServiceBindingUnbindingBadRequest) Error() string
- func (o *ServiceBindingUnbindingBadRequest) GetPayload() *models.Error
- func (o *ServiceBindingUnbindingBadRequest) IsClientError() bool
- func (o *ServiceBindingUnbindingBadRequest) IsCode(code int) bool
- func (o *ServiceBindingUnbindingBadRequest) IsRedirect() bool
- func (o *ServiceBindingUnbindingBadRequest) IsServerError() bool
- func (o *ServiceBindingUnbindingBadRequest) IsSuccess() bool
- func (o *ServiceBindingUnbindingBadRequest) String() string
- type ServiceBindingUnbindingForbidden
- func (o *ServiceBindingUnbindingForbidden) Code() int
- func (o *ServiceBindingUnbindingForbidden) Error() string
- func (o *ServiceBindingUnbindingForbidden) GetPayload() *models.Error
- func (o *ServiceBindingUnbindingForbidden) IsClientError() bool
- func (o *ServiceBindingUnbindingForbidden) IsCode(code int) bool
- func (o *ServiceBindingUnbindingForbidden) IsRedirect() bool
- func (o *ServiceBindingUnbindingForbidden) IsServerError() bool
- func (o *ServiceBindingUnbindingForbidden) IsSuccess() bool
- func (o *ServiceBindingUnbindingForbidden) String() string
- type ServiceBindingUnbindingGone
- func (o *ServiceBindingUnbindingGone) Code() int
- func (o *ServiceBindingUnbindingGone) Error() string
- func (o *ServiceBindingUnbindingGone) GetPayload() *models.Error
- func (o *ServiceBindingUnbindingGone) IsClientError() bool
- func (o *ServiceBindingUnbindingGone) IsCode(code int) bool
- func (o *ServiceBindingUnbindingGone) IsRedirect() bool
- func (o *ServiceBindingUnbindingGone) IsServerError() bool
- func (o *ServiceBindingUnbindingGone) IsSuccess() bool
- func (o *ServiceBindingUnbindingGone) String() string
- type ServiceBindingUnbindingNotFound
- func (o *ServiceBindingUnbindingNotFound) Code() int
- func (o *ServiceBindingUnbindingNotFound) Error() string
- func (o *ServiceBindingUnbindingNotFound) GetPayload() *models.Error
- func (o *ServiceBindingUnbindingNotFound) IsClientError() bool
- func (o *ServiceBindingUnbindingNotFound) IsCode(code int) bool
- func (o *ServiceBindingUnbindingNotFound) IsRedirect() bool
- func (o *ServiceBindingUnbindingNotFound) IsServerError() bool
- func (o *ServiceBindingUnbindingNotFound) IsSuccess() bool
- func (o *ServiceBindingUnbindingNotFound) String() string
- type ServiceBindingUnbindingOK
- func (o *ServiceBindingUnbindingOK) Code() int
- func (o *ServiceBindingUnbindingOK) Error() string
- func (o *ServiceBindingUnbindingOK) GetPayload() models.Object
- func (o *ServiceBindingUnbindingOK) IsClientError() bool
- func (o *ServiceBindingUnbindingOK) IsCode(code int) bool
- func (o *ServiceBindingUnbindingOK) IsRedirect() bool
- func (o *ServiceBindingUnbindingOK) IsServerError() bool
- func (o *ServiceBindingUnbindingOK) IsSuccess() bool
- func (o *ServiceBindingUnbindingOK) String() string
- type ServiceBindingUnbindingParams
- func NewServiceBindingUnbindingParams() *ServiceBindingUnbindingParams
- func NewServiceBindingUnbindingParamsWithContext(ctx context.Context) *ServiceBindingUnbindingParams
- func NewServiceBindingUnbindingParamsWithHTTPClient(client *http.Client) *ServiceBindingUnbindingParams
- func NewServiceBindingUnbindingParamsWithTimeout(timeout time.Duration) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) SetAcceptsIncomplete(acceptsIncomplete *bool)
- func (o *ServiceBindingUnbindingParams) SetBindingID(bindingID string)
- func (o *ServiceBindingUnbindingParams) SetContext(ctx context.Context)
- func (o *ServiceBindingUnbindingParams) SetDefaults()
- func (o *ServiceBindingUnbindingParams) SetHTTPClient(client *http.Client)
- func (o *ServiceBindingUnbindingParams) SetInstanceID(instanceID string)
- func (o *ServiceBindingUnbindingParams) SetPlanID(planID string)
- func (o *ServiceBindingUnbindingParams) SetServiceID(serviceID string)
- func (o *ServiceBindingUnbindingParams) SetTimeout(timeout time.Duration)
- func (o *ServiceBindingUnbindingParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
- func (o *ServiceBindingUnbindingParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceBindingUnbindingParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithBindingID(bindingID string) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithContext(ctx context.Context) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithDefaults() *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithHTTPClient(client *http.Client) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithInstanceID(instanceID string) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithPlanID(planID string) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithServiceID(serviceID string) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithTimeout(timeout time.Duration) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceBindingUnbindingParams
- func (o *ServiceBindingUnbindingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceBindingUnbindingReader
- type ServiceBindingUnbindingUnauthorized
- func (o *ServiceBindingUnbindingUnauthorized) Code() int
- func (o *ServiceBindingUnbindingUnauthorized) Error() string
- func (o *ServiceBindingUnbindingUnauthorized) GetPayload() *models.Error
- func (o *ServiceBindingUnbindingUnauthorized) IsClientError() bool
- func (o *ServiceBindingUnbindingUnauthorized) IsCode(code int) bool
- func (o *ServiceBindingUnbindingUnauthorized) IsRedirect() bool
- func (o *ServiceBindingUnbindingUnauthorized) IsServerError() bool
- func (o *ServiceBindingUnbindingUnauthorized) IsSuccess() bool
- func (o *ServiceBindingUnbindingUnauthorized) String() string
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 ¶
func (a *Client) ServiceBindingBinding(params *ServiceBindingBindingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceBindingBindingOK, *ServiceBindingBindingCreated, *ServiceBindingBindingAccepted, error)
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 ¶
func (a *Client) ServiceBindingUnbinding(params *ServiceBindingUnbindingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceBindingUnbindingOK, *ServiceBindingUnbindingAccepted, error)
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
type ClientService interface { ServiceBindingBinding(params *ServiceBindingBindingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceBindingBindingOK, *ServiceBindingBindingCreated, *ServiceBindingBindingAccepted, error) ServiceBindingGet(params *ServiceBindingGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceBindingGetOK, error) ServiceBindingLastOperationGet(params *ServiceBindingLastOperationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceBindingLastOperationGetOK, error) ServiceBindingUnbinding(params *ServiceBindingUnbindingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceBindingUnbindingOK, *ServiceBindingUnbindingAccepted, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new 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
func (o *ServiceBindingBindingAccepted) Code() int
Code gets the status code for the service binding binding accepted response
func (*ServiceBindingBindingAccepted) Error ¶
func (o *ServiceBindingBindingAccepted) Error() string
func (*ServiceBindingBindingAccepted) GetPayload ¶ added in v1.1.0
func (o *ServiceBindingBindingAccepted) GetPayload() *models.AsyncOperation
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
func (o *ServiceBindingBindingAccepted) String() string
type ServiceBindingBindingBadRequest ¶
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
func (o *ServiceBindingBindingBadRequest) Code() int
Code gets the status code for the service binding binding bad request response
func (*ServiceBindingBindingBadRequest) Error ¶
func (o *ServiceBindingBindingBadRequest) Error() string
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
func (o *ServiceBindingBindingBadRequest) String() string
type ServiceBindingBindingConflict ¶
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
func (o *ServiceBindingBindingConflict) Code() int
Code gets the status code for the service binding binding conflict response
func (*ServiceBindingBindingConflict) Error ¶
func (o *ServiceBindingBindingConflict) Error() string
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
func (o *ServiceBindingBindingConflict) String() 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 ¶ added in v1.2.4
func (o *ServiceBindingBindingCreated) Code() int
Code gets the status code for the service binding binding created response
func (*ServiceBindingBindingCreated) Error ¶
func (o *ServiceBindingBindingCreated) Error() string
func (*ServiceBindingBindingCreated) GetPayload ¶ added in v1.1.0
func (o *ServiceBindingBindingCreated) GetPayload() *models.ServiceBinding
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
func (o *ServiceBindingBindingCreated) String() string
type ServiceBindingBindingForbidden ¶ added in v1.4.2
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
func (o *ServiceBindingBindingForbidden) Code() int
Code gets the status code for the service binding binding forbidden response
func (*ServiceBindingBindingForbidden) Error ¶ added in v1.4.2
func (o *ServiceBindingBindingForbidden) Error() string
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
func (o *ServiceBindingBindingForbidden) String() string
type ServiceBindingBindingNotFound ¶ added in v1.4.2
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
func (o *ServiceBindingBindingNotFound) Code() int
Code gets the status code for the service binding binding not found response
func (*ServiceBindingBindingNotFound) Error ¶ added in v1.4.2
func (o *ServiceBindingBindingNotFound) Error() string
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
func (o *ServiceBindingBindingNotFound) String() 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 ¶ 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 (o *ServiceBindingBindingOK) GetPayload() *models.ServiceBinding
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 ¶
func (o *ServiceBindingBindingParams) SetBody(body *models.ServiceBindingRequest)
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 ¶
func (o *ServiceBindingBindingParams) WithBody(body *models.ServiceBindingRequest) *ServiceBindingBindingParams
WithBody adds the body to the service binding binding params
func (*ServiceBindingBindingParams) WithContext ¶
func (o *ServiceBindingBindingParams) WithContext(ctx context.Context) *ServiceBindingBindingParams
WithContext adds the context to the service binding binding params
func (*ServiceBindingBindingParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceBindingBindingParams) WithDefaults() *ServiceBindingBindingParams
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 ¶
func (o *ServiceBindingBindingParams) WithHTTPClient(client *http.Client) *ServiceBindingBindingParams
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 ¶
func (o *ServiceBindingBindingParams) WithTimeout(timeout time.Duration) *ServiceBindingBindingParams
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 ¶
func (o *ServiceBindingBindingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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
func (o *ServiceBindingBindingUnauthorized) Code() int
Code gets the status code for the service binding binding unauthorized response
func (*ServiceBindingBindingUnauthorized) Error ¶ added in v1.4.2
func (o *ServiceBindingBindingUnauthorized) Error() string
func (*ServiceBindingBindingUnauthorized) GetPayload ¶ added in v1.4.2
func (o *ServiceBindingBindingUnauthorized) GetPayload() *models.Error
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
func (o *ServiceBindingBindingUnauthorized) String() string
type ServiceBindingBindingUnprocessableEntity ¶
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
func (o *ServiceBindingBindingUnprocessableEntity) Code() int
Code gets the status code for the service binding binding unprocessable entity response
func (*ServiceBindingBindingUnprocessableEntity) Error ¶
func (o *ServiceBindingBindingUnprocessableEntity) Error() string
func (*ServiceBindingBindingUnprocessableEntity) GetPayload ¶ added in v1.1.0
func (o *ServiceBindingBindingUnprocessableEntity) GetPayload() *models.Error
func (*ServiceBindingBindingUnprocessableEntity) IsClientError ¶ added in v1.2.2
func (o *ServiceBindingBindingUnprocessableEntity) IsClientError() bool
IsClientError returns true when this service binding binding unprocessable entity response has a 4xx status code
func (*ServiceBindingBindingUnprocessableEntity) IsCode ¶ added in v1.2.2
func (o *ServiceBindingBindingUnprocessableEntity) IsCode(code int) bool
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
func (o *ServiceBindingBindingUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this service binding binding unprocessable entity response has a 3xx status code
func (*ServiceBindingBindingUnprocessableEntity) IsServerError ¶ added in v1.2.2
func (o *ServiceBindingBindingUnprocessableEntity) IsServerError() bool
IsServerError returns true when this service binding binding unprocessable entity response has a 5xx status code
func (*ServiceBindingBindingUnprocessableEntity) IsSuccess ¶ added in v1.2.2
func (o *ServiceBindingBindingUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this service binding binding unprocessable entity response has a 2xx status code
func (*ServiceBindingBindingUnprocessableEntity) String ¶ added in v1.2.2
func (o *ServiceBindingBindingUnprocessableEntity) String() string
type ServiceBindingGetBadRequest ¶ added in v1.4.2
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 (o *ServiceBindingGetBadRequest) Error() string
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
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 (o *ServiceBindingGetForbidden) Error() string
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 ¶
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 (o *ServiceBindingGetOK) GetPayload() *models.ServiceBindingResource
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 ¶
func (o *ServiceBindingGetParams) WithContext(ctx context.Context) *ServiceBindingGetParams
WithContext adds the context to the service binding get params
func (*ServiceBindingGetParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceBindingGetParams) WithDefaults() *ServiceBindingGetParams
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 ¶
func (o *ServiceBindingGetParams) WithTimeout(timeout time.Duration) *ServiceBindingGetParams
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 ¶
func (o *ServiceBindingGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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
func (o *ServiceBindingGetUnauthorized) Code() int
Code gets the status code for the service binding get unauthorized response
func (*ServiceBindingGetUnauthorized) Error ¶ added in v1.4.2
func (o *ServiceBindingGetUnauthorized) Error() string
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
func (o *ServiceBindingGetUnauthorized) String() string
type ServiceBindingLastOperationGetBadRequest ¶
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
func (o *ServiceBindingLastOperationGetBadRequest) Code() int
Code gets the status code for the service binding last operation get bad request response
func (*ServiceBindingLastOperationGetBadRequest) Error ¶
func (o *ServiceBindingLastOperationGetBadRequest) Error() string
func (*ServiceBindingLastOperationGetBadRequest) GetPayload ¶ added in v1.1.0
func (o *ServiceBindingLastOperationGetBadRequest) GetPayload() *models.Error
func (*ServiceBindingLastOperationGetBadRequest) IsClientError ¶ added in v1.2.2
func (o *ServiceBindingLastOperationGetBadRequest) IsClientError() bool
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
func (o *ServiceBindingLastOperationGetBadRequest) IsCode(code int) bool
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
func (o *ServiceBindingLastOperationGetBadRequest) IsRedirect() bool
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
func (o *ServiceBindingLastOperationGetBadRequest) IsServerError() bool
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
func (o *ServiceBindingLastOperationGetBadRequest) IsSuccess() bool
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
func (o *ServiceBindingLastOperationGetBadRequest) String() string
type ServiceBindingLastOperationGetForbidden ¶ added in v1.4.2
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
func (o *ServiceBindingLastOperationGetForbidden) Code() int
Code gets the status code for the service binding last operation get forbidden response
func (*ServiceBindingLastOperationGetForbidden) Error ¶ added in v1.4.2
func (o *ServiceBindingLastOperationGetForbidden) Error() string
func (*ServiceBindingLastOperationGetForbidden) GetPayload ¶ added in v1.4.2
func (o *ServiceBindingLastOperationGetForbidden) GetPayload() *models.Error
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
func (o *ServiceBindingLastOperationGetForbidden) IsCode(code int) bool
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
func (o *ServiceBindingLastOperationGetForbidden) IsRedirect() bool
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
func (o *ServiceBindingLastOperationGetForbidden) IsSuccess() bool
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
func (o *ServiceBindingLastOperationGetForbidden) String() string
type ServiceBindingLastOperationGetGone ¶
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
func (o *ServiceBindingLastOperationGetGone) Code() int
Code gets the status code for the service binding last operation get gone response
func (*ServiceBindingLastOperationGetGone) Error ¶
func (o *ServiceBindingLastOperationGetGone) Error() string
func (*ServiceBindingLastOperationGetGone) GetPayload ¶ added in v1.1.0
func (o *ServiceBindingLastOperationGetGone) GetPayload() *models.Error
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
func (o *ServiceBindingLastOperationGetGone) IsCode(code int) bool
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
func (o *ServiceBindingLastOperationGetGone) IsSuccess() bool
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
func (o *ServiceBindingLastOperationGetGone) String() string
type ServiceBindingLastOperationGetNotFound ¶ added in v1.4.2
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
func (o *ServiceBindingLastOperationGetNotFound) Code() int
Code gets the status code for the service binding last operation get not found response
func (*ServiceBindingLastOperationGetNotFound) Error ¶ added in v1.4.2
func (o *ServiceBindingLastOperationGetNotFound) Error() string
func (*ServiceBindingLastOperationGetNotFound) GetPayload ¶ added in v1.4.2
func (o *ServiceBindingLastOperationGetNotFound) GetPayload() *models.Error
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
func (o *ServiceBindingLastOperationGetNotFound) IsCode(code int) bool
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
func (o *ServiceBindingLastOperationGetNotFound) IsRedirect() bool
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
func (o *ServiceBindingLastOperationGetNotFound) IsSuccess() bool
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
func (o *ServiceBindingLastOperationGetNotFound) String() 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 ¶ added in v1.2.4
func (o *ServiceBindingLastOperationGetOK) Code() int
Code gets the status code for the service binding last operation get o k response
func (*ServiceBindingLastOperationGetOK) Error ¶
func (o *ServiceBindingLastOperationGetOK) Error() string
func (*ServiceBindingLastOperationGetOK) GetPayload ¶ added in v1.1.0
func (o *ServiceBindingLastOperationGetOK) GetPayload() *models.LastOperationResource
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
func (o *ServiceBindingLastOperationGetOK) String() 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 ¶
func (o *ServiceBindingLastOperationGetParams) SetContext(ctx context.Context)
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 ¶
func (o *ServiceBindingLastOperationGetParams) WithBindingID(bindingID string) *ServiceBindingLastOperationGetParams
WithBindingID adds the bindingID to the service binding last operation get params
func (*ServiceBindingLastOperationGetParams) WithContext ¶
func (o *ServiceBindingLastOperationGetParams) WithContext(ctx context.Context) *ServiceBindingLastOperationGetParams
WithContext adds the context to the service binding last operation get params
func (*ServiceBindingLastOperationGetParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceBindingLastOperationGetParams) WithDefaults() *ServiceBindingLastOperationGetParams
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 ¶
func (o *ServiceBindingLastOperationGetParams) WithHTTPClient(client *http.Client) *ServiceBindingLastOperationGetParams
WithHTTPClient adds the HTTPClient to the service binding last operation get params
func (*ServiceBindingLastOperationGetParams) WithInstanceID ¶
func (o *ServiceBindingLastOperationGetParams) WithInstanceID(instanceID string) *ServiceBindingLastOperationGetParams
WithInstanceID adds the instanceID to the service binding last operation get params
func (*ServiceBindingLastOperationGetParams) WithOperation ¶
func (o *ServiceBindingLastOperationGetParams) WithOperation(operation *string) *ServiceBindingLastOperationGetParams
WithOperation adds the operation to the service binding last operation get params
func (*ServiceBindingLastOperationGetParams) WithPlanID ¶
func (o *ServiceBindingLastOperationGetParams) WithPlanID(planID *string) *ServiceBindingLastOperationGetParams
WithPlanID adds the planID to the service binding last operation get params
func (*ServiceBindingLastOperationGetParams) WithServiceID ¶
func (o *ServiceBindingLastOperationGetParams) WithServiceID(serviceID *string) *ServiceBindingLastOperationGetParams
WithServiceID adds the serviceID to the service binding last operation get params
func (*ServiceBindingLastOperationGetParams) WithTimeout ¶
func (o *ServiceBindingLastOperationGetParams) WithTimeout(timeout time.Duration) *ServiceBindingLastOperationGetParams
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 ¶
func (o *ServiceBindingLastOperationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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
func (o *ServiceBindingLastOperationGetUnauthorized) Code() int
Code gets the status code for the service binding last operation get unauthorized response
func (*ServiceBindingLastOperationGetUnauthorized) Error ¶ added in v1.4.2
func (o *ServiceBindingLastOperationGetUnauthorized) Error() string
func (*ServiceBindingLastOperationGetUnauthorized) GetPayload ¶ added in v1.4.2
func (o *ServiceBindingLastOperationGetUnauthorized) GetPayload() *models.Error
func (*ServiceBindingLastOperationGetUnauthorized) IsClientError ¶ added in v1.4.2
func (o *ServiceBindingLastOperationGetUnauthorized) IsClientError() bool
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
func (o *ServiceBindingLastOperationGetUnauthorized) IsCode(code int) bool
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
func (o *ServiceBindingLastOperationGetUnauthorized) IsRedirect() bool
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
func (o *ServiceBindingLastOperationGetUnauthorized) IsServerError() bool
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
func (o *ServiceBindingLastOperationGetUnauthorized) IsSuccess() bool
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
func (o *ServiceBindingLastOperationGetUnauthorized) String() string
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
func (o *ServiceBindingUnbindingAccepted) Code() int
Code gets the status code for the service binding unbinding accepted response
func (*ServiceBindingUnbindingAccepted) Error ¶
func (o *ServiceBindingUnbindingAccepted) Error() string
func (*ServiceBindingUnbindingAccepted) GetPayload ¶ added in v1.1.0
func (o *ServiceBindingUnbindingAccepted) GetPayload() *models.AsyncOperation
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
func (o *ServiceBindingUnbindingAccepted) String() string
type ServiceBindingUnbindingBadRequest ¶
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
func (o *ServiceBindingUnbindingBadRequest) Code() int
Code gets the status code for the service binding unbinding bad request response
func (*ServiceBindingUnbindingBadRequest) Error ¶
func (o *ServiceBindingUnbindingBadRequest) Error() string
func (*ServiceBindingUnbindingBadRequest) GetPayload ¶ added in v1.1.0
func (o *ServiceBindingUnbindingBadRequest) GetPayload() *models.Error
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
func (o *ServiceBindingUnbindingBadRequest) String() string
type ServiceBindingUnbindingForbidden ¶ added in v1.4.2
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
func (o *ServiceBindingUnbindingForbidden) Code() int
Code gets the status code for the service binding unbinding forbidden response
func (*ServiceBindingUnbindingForbidden) Error ¶ added in v1.4.2
func (o *ServiceBindingUnbindingForbidden) Error() string
func (*ServiceBindingUnbindingForbidden) GetPayload ¶ added in v1.4.2
func (o *ServiceBindingUnbindingForbidden) GetPayload() *models.Error
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
func (o *ServiceBindingUnbindingForbidden) String() string
type ServiceBindingUnbindingGone ¶
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 (o *ServiceBindingUnbindingGone) Error() string
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
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
func (o *ServiceBindingUnbindingNotFound) Code() int
Code gets the status code for the service binding unbinding not found response
func (*ServiceBindingUnbindingNotFound) Error ¶ added in v1.4.2
func (o *ServiceBindingUnbindingNotFound) Error() string
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
func (o *ServiceBindingUnbindingNotFound) String() string
type ServiceBindingUnbindingOK ¶
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 ¶
func (o *ServiceBindingUnbindingParams) WithBindingID(bindingID string) *ServiceBindingUnbindingParams
WithBindingID adds the bindingID to the service binding unbinding params
func (*ServiceBindingUnbindingParams) WithContext ¶
func (o *ServiceBindingUnbindingParams) WithContext(ctx context.Context) *ServiceBindingUnbindingParams
WithContext adds the context to the service binding unbinding params
func (*ServiceBindingUnbindingParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceBindingUnbindingParams) WithDefaults() *ServiceBindingUnbindingParams
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 ¶
func (o *ServiceBindingUnbindingParams) WithHTTPClient(client *http.Client) *ServiceBindingUnbindingParams
WithHTTPClient adds the HTTPClient to the service binding unbinding params
func (*ServiceBindingUnbindingParams) WithInstanceID ¶
func (o *ServiceBindingUnbindingParams) WithInstanceID(instanceID string) *ServiceBindingUnbindingParams
WithInstanceID adds the instanceID to the service binding unbinding params
func (*ServiceBindingUnbindingParams) WithPlanID ¶
func (o *ServiceBindingUnbindingParams) WithPlanID(planID string) *ServiceBindingUnbindingParams
WithPlanID adds the planID to the service binding unbinding params
func (*ServiceBindingUnbindingParams) WithServiceID ¶
func (o *ServiceBindingUnbindingParams) WithServiceID(serviceID string) *ServiceBindingUnbindingParams
WithServiceID adds the serviceID to the service binding unbinding params
func (*ServiceBindingUnbindingParams) WithTimeout ¶
func (o *ServiceBindingUnbindingParams) WithTimeout(timeout time.Duration) *ServiceBindingUnbindingParams
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 ¶
func (o *ServiceBindingUnbindingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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
func (o *ServiceBindingUnbindingUnauthorized) Code() int
Code gets the status code for the service binding unbinding unauthorized response
func (*ServiceBindingUnbindingUnauthorized) Error ¶ added in v1.4.2
func (o *ServiceBindingUnbindingUnauthorized) Error() string
func (*ServiceBindingUnbindingUnauthorized) GetPayload ¶ added in v1.4.2
func (o *ServiceBindingUnbindingUnauthorized) GetPayload() *models.Error
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
func (o *ServiceBindingUnbindingUnauthorized) IsCode(code int) bool
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
func (o *ServiceBindingUnbindingUnauthorized) IsSuccess() bool
IsSuccess returns true when this service binding unbinding unauthorized response has a 2xx status code
func (*ServiceBindingUnbindingUnauthorized) String ¶ added in v1.4.2
func (o *ServiceBindingUnbindingUnauthorized) String() string
Source Files ¶
- service_binding_binding_parameters.go
- service_binding_binding_responses.go
- service_binding_get_parameters.go
- service_binding_get_responses.go
- service_binding_last_operation_get_parameters.go
- service_binding_last_operation_get_responses.go
- service_binding_unbinding_parameters.go
- service_binding_unbinding_responses.go
- service_bindings_client.go