Documentation ¶
Index ¶
- type Client
- func (a *Client) ServiceInstanceDeprovision(params *ServiceInstanceDeprovisionParams, ...) (*ServiceInstanceDeprovisionOK, *ServiceInstanceDeprovisionAccepted, error)
- func (a *Client) ServiceInstanceGet(params *ServiceInstanceGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ServiceInstanceGetOK, error)
- func (a *Client) ServiceInstanceLastOperationGet(params *ServiceInstanceLastOperationGetParams, ...) (*ServiceInstanceLastOperationGetOK, error)
- func (a *Client) ServiceInstanceProvision(params *ServiceInstanceProvisionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ServiceInstanceProvisionOK, *ServiceInstanceProvisionCreated, ...)
- func (a *Client) ServiceInstanceUpdate(params *ServiceInstanceUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ServiceInstanceUpdateOK, *ServiceInstanceUpdateAccepted, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ServiceInstanceDeprovisionAccepted
- func (o *ServiceInstanceDeprovisionAccepted) Code() int
- func (o *ServiceInstanceDeprovisionAccepted) Error() string
- func (o *ServiceInstanceDeprovisionAccepted) GetPayload() *models.AsyncOperation
- func (o *ServiceInstanceDeprovisionAccepted) IsClientError() bool
- func (o *ServiceInstanceDeprovisionAccepted) IsCode(code int) bool
- func (o *ServiceInstanceDeprovisionAccepted) IsRedirect() bool
- func (o *ServiceInstanceDeprovisionAccepted) IsServerError() bool
- func (o *ServiceInstanceDeprovisionAccepted) IsSuccess() bool
- func (o *ServiceInstanceDeprovisionAccepted) String() string
- type ServiceInstanceDeprovisionBadRequest
- func (o *ServiceInstanceDeprovisionBadRequest) Code() int
- func (o *ServiceInstanceDeprovisionBadRequest) Error() string
- func (o *ServiceInstanceDeprovisionBadRequest) GetPayload() *models.Error
- func (o *ServiceInstanceDeprovisionBadRequest) IsClientError() bool
- func (o *ServiceInstanceDeprovisionBadRequest) IsCode(code int) bool
- func (o *ServiceInstanceDeprovisionBadRequest) IsRedirect() bool
- func (o *ServiceInstanceDeprovisionBadRequest) IsServerError() bool
- func (o *ServiceInstanceDeprovisionBadRequest) IsSuccess() bool
- func (o *ServiceInstanceDeprovisionBadRequest) String() string
- type ServiceInstanceDeprovisionForbidden
- func (o *ServiceInstanceDeprovisionForbidden) Code() int
- func (o *ServiceInstanceDeprovisionForbidden) Error() string
- func (o *ServiceInstanceDeprovisionForbidden) GetPayload() *models.Error
- func (o *ServiceInstanceDeprovisionForbidden) IsClientError() bool
- func (o *ServiceInstanceDeprovisionForbidden) IsCode(code int) bool
- func (o *ServiceInstanceDeprovisionForbidden) IsRedirect() bool
- func (o *ServiceInstanceDeprovisionForbidden) IsServerError() bool
- func (o *ServiceInstanceDeprovisionForbidden) IsSuccess() bool
- func (o *ServiceInstanceDeprovisionForbidden) String() string
- type ServiceInstanceDeprovisionGone
- func (o *ServiceInstanceDeprovisionGone) Code() int
- func (o *ServiceInstanceDeprovisionGone) Error() string
- func (o *ServiceInstanceDeprovisionGone) GetPayload() *models.Error
- func (o *ServiceInstanceDeprovisionGone) IsClientError() bool
- func (o *ServiceInstanceDeprovisionGone) IsCode(code int) bool
- func (o *ServiceInstanceDeprovisionGone) IsRedirect() bool
- func (o *ServiceInstanceDeprovisionGone) IsServerError() bool
- func (o *ServiceInstanceDeprovisionGone) IsSuccess() bool
- func (o *ServiceInstanceDeprovisionGone) String() string
- type ServiceInstanceDeprovisionNotFound
- func (o *ServiceInstanceDeprovisionNotFound) Code() int
- func (o *ServiceInstanceDeprovisionNotFound) Error() string
- func (o *ServiceInstanceDeprovisionNotFound) GetPayload() *models.Error
- func (o *ServiceInstanceDeprovisionNotFound) IsClientError() bool
- func (o *ServiceInstanceDeprovisionNotFound) IsCode(code int) bool
- func (o *ServiceInstanceDeprovisionNotFound) IsRedirect() bool
- func (o *ServiceInstanceDeprovisionNotFound) IsServerError() bool
- func (o *ServiceInstanceDeprovisionNotFound) IsSuccess() bool
- func (o *ServiceInstanceDeprovisionNotFound) String() string
- type ServiceInstanceDeprovisionOK
- func (o *ServiceInstanceDeprovisionOK) Code() int
- func (o *ServiceInstanceDeprovisionOK) Error() string
- func (o *ServiceInstanceDeprovisionOK) GetPayload() models.Object
- func (o *ServiceInstanceDeprovisionOK) IsClientError() bool
- func (o *ServiceInstanceDeprovisionOK) IsCode(code int) bool
- func (o *ServiceInstanceDeprovisionOK) IsRedirect() bool
- func (o *ServiceInstanceDeprovisionOK) IsServerError() bool
- func (o *ServiceInstanceDeprovisionOK) IsSuccess() bool
- func (o *ServiceInstanceDeprovisionOK) String() string
- type ServiceInstanceDeprovisionParams
- func NewServiceInstanceDeprovisionParams() *ServiceInstanceDeprovisionParams
- func NewServiceInstanceDeprovisionParamsWithContext(ctx context.Context) *ServiceInstanceDeprovisionParams
- func NewServiceInstanceDeprovisionParamsWithHTTPClient(client *http.Client) *ServiceInstanceDeprovisionParams
- func NewServiceInstanceDeprovisionParamsWithTimeout(timeout time.Duration) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) SetAcceptsIncomplete(acceptsIncomplete *bool)
- func (o *ServiceInstanceDeprovisionParams) SetContext(ctx context.Context)
- func (o *ServiceInstanceDeprovisionParams) SetDefaults()
- func (o *ServiceInstanceDeprovisionParams) SetHTTPClient(client *http.Client)
- func (o *ServiceInstanceDeprovisionParams) SetInstanceID(instanceID string)
- func (o *ServiceInstanceDeprovisionParams) SetPlanID(planID string)
- func (o *ServiceInstanceDeprovisionParams) SetServiceID(serviceID string)
- func (o *ServiceInstanceDeprovisionParams) SetTimeout(timeout time.Duration)
- func (o *ServiceInstanceDeprovisionParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
- func (o *ServiceInstanceDeprovisionParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceInstanceDeprovisionParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithContext(ctx context.Context) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithDefaults() *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithHTTPClient(client *http.Client) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithInstanceID(instanceID string) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithPlanID(planID string) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithServiceID(serviceID string) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithTimeout(timeout time.Duration) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceDeprovisionParams
- func (o *ServiceInstanceDeprovisionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceInstanceDeprovisionReader
- type ServiceInstanceDeprovisionUnauthorized
- func (o *ServiceInstanceDeprovisionUnauthorized) Code() int
- func (o *ServiceInstanceDeprovisionUnauthorized) Error() string
- func (o *ServiceInstanceDeprovisionUnauthorized) GetPayload() *models.Error
- func (o *ServiceInstanceDeprovisionUnauthorized) IsClientError() bool
- func (o *ServiceInstanceDeprovisionUnauthorized) IsCode(code int) bool
- func (o *ServiceInstanceDeprovisionUnauthorized) IsRedirect() bool
- func (o *ServiceInstanceDeprovisionUnauthorized) IsServerError() bool
- func (o *ServiceInstanceDeprovisionUnauthorized) IsSuccess() bool
- func (o *ServiceInstanceDeprovisionUnauthorized) String() string
- type ServiceInstanceDeprovisionUnprocessableEntity
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) Code() int
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) Error() string
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) GetPayload() *models.Error
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsClientError() bool
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsCode(code int) bool
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsRedirect() bool
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsServerError() bool
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsSuccess() bool
- func (o *ServiceInstanceDeprovisionUnprocessableEntity) String() string
- type ServiceInstanceGetBadRequest
- func (o *ServiceInstanceGetBadRequest) Code() int
- func (o *ServiceInstanceGetBadRequest) Error() string
- func (o *ServiceInstanceGetBadRequest) GetPayload() *models.Error
- func (o *ServiceInstanceGetBadRequest) IsClientError() bool
- func (o *ServiceInstanceGetBadRequest) IsCode(code int) bool
- func (o *ServiceInstanceGetBadRequest) IsRedirect() bool
- func (o *ServiceInstanceGetBadRequest) IsServerError() bool
- func (o *ServiceInstanceGetBadRequest) IsSuccess() bool
- func (o *ServiceInstanceGetBadRequest) String() string
- type ServiceInstanceGetForbidden
- func (o *ServiceInstanceGetForbidden) Code() int
- func (o *ServiceInstanceGetForbidden) Error() string
- func (o *ServiceInstanceGetForbidden) GetPayload() *models.Error
- func (o *ServiceInstanceGetForbidden) IsClientError() bool
- func (o *ServiceInstanceGetForbidden) IsCode(code int) bool
- func (o *ServiceInstanceGetForbidden) IsRedirect() bool
- func (o *ServiceInstanceGetForbidden) IsServerError() bool
- func (o *ServiceInstanceGetForbidden) IsSuccess() bool
- func (o *ServiceInstanceGetForbidden) String() string
- type ServiceInstanceGetNotFound
- func (o *ServiceInstanceGetNotFound) Code() int
- func (o *ServiceInstanceGetNotFound) Error() string
- func (o *ServiceInstanceGetNotFound) GetPayload() *models.Error
- func (o *ServiceInstanceGetNotFound) IsClientError() bool
- func (o *ServiceInstanceGetNotFound) IsCode(code int) bool
- func (o *ServiceInstanceGetNotFound) IsRedirect() bool
- func (o *ServiceInstanceGetNotFound) IsServerError() bool
- func (o *ServiceInstanceGetNotFound) IsSuccess() bool
- func (o *ServiceInstanceGetNotFound) String() string
- type ServiceInstanceGetOK
- func (o *ServiceInstanceGetOK) Code() int
- func (o *ServiceInstanceGetOK) Error() string
- func (o *ServiceInstanceGetOK) GetPayload() *models.ServiceInstanceResource
- func (o *ServiceInstanceGetOK) IsClientError() bool
- func (o *ServiceInstanceGetOK) IsCode(code int) bool
- func (o *ServiceInstanceGetOK) IsRedirect() bool
- func (o *ServiceInstanceGetOK) IsServerError() bool
- func (o *ServiceInstanceGetOK) IsSuccess() bool
- func (o *ServiceInstanceGetOK) String() string
- type ServiceInstanceGetParams
- func NewServiceInstanceGetParams() *ServiceInstanceGetParams
- func NewServiceInstanceGetParamsWithContext(ctx context.Context) *ServiceInstanceGetParams
- func NewServiceInstanceGetParamsWithHTTPClient(client *http.Client) *ServiceInstanceGetParams
- func NewServiceInstanceGetParamsWithTimeout(timeout time.Duration) *ServiceInstanceGetParams
- func (o *ServiceInstanceGetParams) SetContext(ctx context.Context)
- func (o *ServiceInstanceGetParams) SetDefaults()
- func (o *ServiceInstanceGetParams) SetHTTPClient(client *http.Client)
- func (o *ServiceInstanceGetParams) SetInstanceID(instanceID string)
- func (o *ServiceInstanceGetParams) SetTimeout(timeout time.Duration)
- func (o *ServiceInstanceGetParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
- func (o *ServiceInstanceGetParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceInstanceGetParams) WithContext(ctx context.Context) *ServiceInstanceGetParams
- func (o *ServiceInstanceGetParams) WithDefaults() *ServiceInstanceGetParams
- func (o *ServiceInstanceGetParams) WithHTTPClient(client *http.Client) *ServiceInstanceGetParams
- func (o *ServiceInstanceGetParams) WithInstanceID(instanceID string) *ServiceInstanceGetParams
- func (o *ServiceInstanceGetParams) WithTimeout(timeout time.Duration) *ServiceInstanceGetParams
- func (o *ServiceInstanceGetParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceInstanceGetParams
- func (o *ServiceInstanceGetParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceGetParams
- func (o *ServiceInstanceGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceInstanceGetReader
- type ServiceInstanceGetUnauthorized
- func (o *ServiceInstanceGetUnauthorized) Code() int
- func (o *ServiceInstanceGetUnauthorized) Error() string
- func (o *ServiceInstanceGetUnauthorized) GetPayload() *models.Error
- func (o *ServiceInstanceGetUnauthorized) IsClientError() bool
- func (o *ServiceInstanceGetUnauthorized) IsCode(code int) bool
- func (o *ServiceInstanceGetUnauthorized) IsRedirect() bool
- func (o *ServiceInstanceGetUnauthorized) IsServerError() bool
- func (o *ServiceInstanceGetUnauthorized) IsSuccess() bool
- func (o *ServiceInstanceGetUnauthorized) String() string
- type ServiceInstanceLastOperationGetBadRequest
- func (o *ServiceInstanceLastOperationGetBadRequest) Code() int
- func (o *ServiceInstanceLastOperationGetBadRequest) Error() string
- func (o *ServiceInstanceLastOperationGetBadRequest) GetPayload() *models.Error
- func (o *ServiceInstanceLastOperationGetBadRequest) IsClientError() bool
- func (o *ServiceInstanceLastOperationGetBadRequest) IsCode(code int) bool
- func (o *ServiceInstanceLastOperationGetBadRequest) IsRedirect() bool
- func (o *ServiceInstanceLastOperationGetBadRequest) IsServerError() bool
- func (o *ServiceInstanceLastOperationGetBadRequest) IsSuccess() bool
- func (o *ServiceInstanceLastOperationGetBadRequest) String() string
- type ServiceInstanceLastOperationGetForbidden
- func (o *ServiceInstanceLastOperationGetForbidden) Code() int
- func (o *ServiceInstanceLastOperationGetForbidden) Error() string
- func (o *ServiceInstanceLastOperationGetForbidden) GetPayload() *models.Error
- func (o *ServiceInstanceLastOperationGetForbidden) IsClientError() bool
- func (o *ServiceInstanceLastOperationGetForbidden) IsCode(code int) bool
- func (o *ServiceInstanceLastOperationGetForbidden) IsRedirect() bool
- func (o *ServiceInstanceLastOperationGetForbidden) IsServerError() bool
- func (o *ServiceInstanceLastOperationGetForbidden) IsSuccess() bool
- func (o *ServiceInstanceLastOperationGetForbidden) String() string
- type ServiceInstanceLastOperationGetGone
- func (o *ServiceInstanceLastOperationGetGone) Code() int
- func (o *ServiceInstanceLastOperationGetGone) Error() string
- func (o *ServiceInstanceLastOperationGetGone) GetPayload() *models.Error
- func (o *ServiceInstanceLastOperationGetGone) IsClientError() bool
- func (o *ServiceInstanceLastOperationGetGone) IsCode(code int) bool
- func (o *ServiceInstanceLastOperationGetGone) IsRedirect() bool
- func (o *ServiceInstanceLastOperationGetGone) IsServerError() bool
- func (o *ServiceInstanceLastOperationGetGone) IsSuccess() bool
- func (o *ServiceInstanceLastOperationGetGone) String() string
- type ServiceInstanceLastOperationGetNotFound
- func (o *ServiceInstanceLastOperationGetNotFound) Code() int
- func (o *ServiceInstanceLastOperationGetNotFound) Error() string
- func (o *ServiceInstanceLastOperationGetNotFound) GetPayload() *models.Error
- func (o *ServiceInstanceLastOperationGetNotFound) IsClientError() bool
- func (o *ServiceInstanceLastOperationGetNotFound) IsCode(code int) bool
- func (o *ServiceInstanceLastOperationGetNotFound) IsRedirect() bool
- func (o *ServiceInstanceLastOperationGetNotFound) IsServerError() bool
- func (o *ServiceInstanceLastOperationGetNotFound) IsSuccess() bool
- func (o *ServiceInstanceLastOperationGetNotFound) String() string
- type ServiceInstanceLastOperationGetOK
- func (o *ServiceInstanceLastOperationGetOK) Code() int
- func (o *ServiceInstanceLastOperationGetOK) Error() string
- func (o *ServiceInstanceLastOperationGetOK) GetPayload() *models.LastOperationResource
- func (o *ServiceInstanceLastOperationGetOK) IsClientError() bool
- func (o *ServiceInstanceLastOperationGetOK) IsCode(code int) bool
- func (o *ServiceInstanceLastOperationGetOK) IsRedirect() bool
- func (o *ServiceInstanceLastOperationGetOK) IsServerError() bool
- func (o *ServiceInstanceLastOperationGetOK) IsSuccess() bool
- func (o *ServiceInstanceLastOperationGetOK) String() string
- type ServiceInstanceLastOperationGetParams
- func NewServiceInstanceLastOperationGetParams() *ServiceInstanceLastOperationGetParams
- func NewServiceInstanceLastOperationGetParamsWithContext(ctx context.Context) *ServiceInstanceLastOperationGetParams
- func NewServiceInstanceLastOperationGetParamsWithHTTPClient(client *http.Client) *ServiceInstanceLastOperationGetParams
- func NewServiceInstanceLastOperationGetParamsWithTimeout(timeout time.Duration) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) SetContext(ctx context.Context)
- func (o *ServiceInstanceLastOperationGetParams) SetDefaults()
- func (o *ServiceInstanceLastOperationGetParams) SetHTTPClient(client *http.Client)
- func (o *ServiceInstanceLastOperationGetParams) SetInstanceID(instanceID string)
- func (o *ServiceInstanceLastOperationGetParams) SetOperation(operation *string)
- func (o *ServiceInstanceLastOperationGetParams) SetPlanID(planID *string)
- func (o *ServiceInstanceLastOperationGetParams) SetServiceID(serviceID *string)
- func (o *ServiceInstanceLastOperationGetParams) SetTimeout(timeout time.Duration)
- func (o *ServiceInstanceLastOperationGetParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceInstanceLastOperationGetParams) WithContext(ctx context.Context) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WithDefaults() *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WithHTTPClient(client *http.Client) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WithInstanceID(instanceID string) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WithOperation(operation *string) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WithPlanID(planID *string) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WithServiceID(serviceID *string) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WithTimeout(timeout time.Duration) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceLastOperationGetParams
- func (o *ServiceInstanceLastOperationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceInstanceLastOperationGetReader
- type ServiceInstanceLastOperationGetUnauthorized
- func (o *ServiceInstanceLastOperationGetUnauthorized) Code() int
- func (o *ServiceInstanceLastOperationGetUnauthorized) Error() string
- func (o *ServiceInstanceLastOperationGetUnauthorized) GetPayload() *models.Error
- func (o *ServiceInstanceLastOperationGetUnauthorized) IsClientError() bool
- func (o *ServiceInstanceLastOperationGetUnauthorized) IsCode(code int) bool
- func (o *ServiceInstanceLastOperationGetUnauthorized) IsRedirect() bool
- func (o *ServiceInstanceLastOperationGetUnauthorized) IsServerError() bool
- func (o *ServiceInstanceLastOperationGetUnauthorized) IsSuccess() bool
- func (o *ServiceInstanceLastOperationGetUnauthorized) String() string
- type ServiceInstanceProvisionAccepted
- func (o *ServiceInstanceProvisionAccepted) Code() int
- func (o *ServiceInstanceProvisionAccepted) Error() string
- func (o *ServiceInstanceProvisionAccepted) GetPayload() *models.ServiceInstanceAsyncOperation
- func (o *ServiceInstanceProvisionAccepted) IsClientError() bool
- func (o *ServiceInstanceProvisionAccepted) IsCode(code int) bool
- func (o *ServiceInstanceProvisionAccepted) IsRedirect() bool
- func (o *ServiceInstanceProvisionAccepted) IsServerError() bool
- func (o *ServiceInstanceProvisionAccepted) IsSuccess() bool
- func (o *ServiceInstanceProvisionAccepted) String() string
- type ServiceInstanceProvisionBadRequest
- func (o *ServiceInstanceProvisionBadRequest) Code() int
- func (o *ServiceInstanceProvisionBadRequest) Error() string
- func (o *ServiceInstanceProvisionBadRequest) GetPayload() *models.Error
- func (o *ServiceInstanceProvisionBadRequest) IsClientError() bool
- func (o *ServiceInstanceProvisionBadRequest) IsCode(code int) bool
- func (o *ServiceInstanceProvisionBadRequest) IsRedirect() bool
- func (o *ServiceInstanceProvisionBadRequest) IsServerError() bool
- func (o *ServiceInstanceProvisionBadRequest) IsSuccess() bool
- func (o *ServiceInstanceProvisionBadRequest) String() string
- type ServiceInstanceProvisionConflict
- func (o *ServiceInstanceProvisionConflict) Code() int
- func (o *ServiceInstanceProvisionConflict) Error() string
- func (o *ServiceInstanceProvisionConflict) GetPayload() *models.Error
- func (o *ServiceInstanceProvisionConflict) IsClientError() bool
- func (o *ServiceInstanceProvisionConflict) IsCode(code int) bool
- func (o *ServiceInstanceProvisionConflict) IsRedirect() bool
- func (o *ServiceInstanceProvisionConflict) IsServerError() bool
- func (o *ServiceInstanceProvisionConflict) IsSuccess() bool
- func (o *ServiceInstanceProvisionConflict) String() string
- type ServiceInstanceProvisionCreated
- func (o *ServiceInstanceProvisionCreated) Code() int
- func (o *ServiceInstanceProvisionCreated) Error() string
- func (o *ServiceInstanceProvisionCreated) GetPayload() *models.ServiceInstanceProvision
- func (o *ServiceInstanceProvisionCreated) IsClientError() bool
- func (o *ServiceInstanceProvisionCreated) IsCode(code int) bool
- func (o *ServiceInstanceProvisionCreated) IsRedirect() bool
- func (o *ServiceInstanceProvisionCreated) IsServerError() bool
- func (o *ServiceInstanceProvisionCreated) IsSuccess() bool
- func (o *ServiceInstanceProvisionCreated) String() string
- type ServiceInstanceProvisionForbidden
- func (o *ServiceInstanceProvisionForbidden) Code() int
- func (o *ServiceInstanceProvisionForbidden) Error() string
- func (o *ServiceInstanceProvisionForbidden) GetPayload() *models.Error
- func (o *ServiceInstanceProvisionForbidden) IsClientError() bool
- func (o *ServiceInstanceProvisionForbidden) IsCode(code int) bool
- func (o *ServiceInstanceProvisionForbidden) IsRedirect() bool
- func (o *ServiceInstanceProvisionForbidden) IsServerError() bool
- func (o *ServiceInstanceProvisionForbidden) IsSuccess() bool
- func (o *ServiceInstanceProvisionForbidden) String() string
- type ServiceInstanceProvisionNotFound
- func (o *ServiceInstanceProvisionNotFound) Code() int
- func (o *ServiceInstanceProvisionNotFound) Error() string
- func (o *ServiceInstanceProvisionNotFound) GetPayload() *models.Error
- func (o *ServiceInstanceProvisionNotFound) IsClientError() bool
- func (o *ServiceInstanceProvisionNotFound) IsCode(code int) bool
- func (o *ServiceInstanceProvisionNotFound) IsRedirect() bool
- func (o *ServiceInstanceProvisionNotFound) IsServerError() bool
- func (o *ServiceInstanceProvisionNotFound) IsSuccess() bool
- func (o *ServiceInstanceProvisionNotFound) String() string
- type ServiceInstanceProvisionOK
- func (o *ServiceInstanceProvisionOK) Code() int
- func (o *ServiceInstanceProvisionOK) Error() string
- func (o *ServiceInstanceProvisionOK) GetPayload() *models.ServiceInstanceProvision
- func (o *ServiceInstanceProvisionOK) IsClientError() bool
- func (o *ServiceInstanceProvisionOK) IsCode(code int) bool
- func (o *ServiceInstanceProvisionOK) IsRedirect() bool
- func (o *ServiceInstanceProvisionOK) IsServerError() bool
- func (o *ServiceInstanceProvisionOK) IsSuccess() bool
- func (o *ServiceInstanceProvisionOK) String() string
- type ServiceInstanceProvisionParams
- func NewServiceInstanceProvisionParams() *ServiceInstanceProvisionParams
- func NewServiceInstanceProvisionParamsWithContext(ctx context.Context) *ServiceInstanceProvisionParams
- func NewServiceInstanceProvisionParamsWithHTTPClient(client *http.Client) *ServiceInstanceProvisionParams
- func NewServiceInstanceProvisionParamsWithTimeout(timeout time.Duration) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) SetAcceptsIncomplete(acceptsIncomplete *bool)
- func (o *ServiceInstanceProvisionParams) SetBody(body *models.ServiceInstanceProvisionRequest)
- func (o *ServiceInstanceProvisionParams) SetContext(ctx context.Context)
- func (o *ServiceInstanceProvisionParams) SetDefaults()
- func (o *ServiceInstanceProvisionParams) SetHTTPClient(client *http.Client)
- func (o *ServiceInstanceProvisionParams) SetInstanceID(instanceID string)
- func (o *ServiceInstanceProvisionParams) SetTimeout(timeout time.Duration)
- func (o *ServiceInstanceProvisionParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
- func (o *ServiceInstanceProvisionParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceInstanceProvisionParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WithBody(body *models.ServiceInstanceProvisionRequest) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WithContext(ctx context.Context) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WithDefaults() *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WithHTTPClient(client *http.Client) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WithInstanceID(instanceID string) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WithTimeout(timeout time.Duration) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceProvisionParams
- func (o *ServiceInstanceProvisionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceInstanceProvisionReader
- type ServiceInstanceProvisionUnauthorized
- func (o *ServiceInstanceProvisionUnauthorized) Code() int
- func (o *ServiceInstanceProvisionUnauthorized) Error() string
- func (o *ServiceInstanceProvisionUnauthorized) GetPayload() *models.Error
- func (o *ServiceInstanceProvisionUnauthorized) IsClientError() bool
- func (o *ServiceInstanceProvisionUnauthorized) IsCode(code int) bool
- func (o *ServiceInstanceProvisionUnauthorized) IsRedirect() bool
- func (o *ServiceInstanceProvisionUnauthorized) IsServerError() bool
- func (o *ServiceInstanceProvisionUnauthorized) IsSuccess() bool
- func (o *ServiceInstanceProvisionUnauthorized) String() string
- type ServiceInstanceProvisionUnprocessableEntity
- func (o *ServiceInstanceProvisionUnprocessableEntity) Code() int
- func (o *ServiceInstanceProvisionUnprocessableEntity) Error() string
- func (o *ServiceInstanceProvisionUnprocessableEntity) GetPayload() *models.Error
- func (o *ServiceInstanceProvisionUnprocessableEntity) IsClientError() bool
- func (o *ServiceInstanceProvisionUnprocessableEntity) IsCode(code int) bool
- func (o *ServiceInstanceProvisionUnprocessableEntity) IsRedirect() bool
- func (o *ServiceInstanceProvisionUnprocessableEntity) IsServerError() bool
- func (o *ServiceInstanceProvisionUnprocessableEntity) IsSuccess() bool
- func (o *ServiceInstanceProvisionUnprocessableEntity) String() string
- type ServiceInstanceUpdateAccepted
- func (o *ServiceInstanceUpdateAccepted) Code() int
- func (o *ServiceInstanceUpdateAccepted) Error() string
- func (o *ServiceInstanceUpdateAccepted) GetPayload() *models.ServiceInstanceAsyncOperation
- func (o *ServiceInstanceUpdateAccepted) IsClientError() bool
- func (o *ServiceInstanceUpdateAccepted) IsCode(code int) bool
- func (o *ServiceInstanceUpdateAccepted) IsRedirect() bool
- func (o *ServiceInstanceUpdateAccepted) IsServerError() bool
- func (o *ServiceInstanceUpdateAccepted) IsSuccess() bool
- func (o *ServiceInstanceUpdateAccepted) String() string
- type ServiceInstanceUpdateBadRequest
- func (o *ServiceInstanceUpdateBadRequest) Code() int
- func (o *ServiceInstanceUpdateBadRequest) Error() string
- func (o *ServiceInstanceUpdateBadRequest) GetPayload() *models.Error
- func (o *ServiceInstanceUpdateBadRequest) IsClientError() bool
- func (o *ServiceInstanceUpdateBadRequest) IsCode(code int) bool
- func (o *ServiceInstanceUpdateBadRequest) IsRedirect() bool
- func (o *ServiceInstanceUpdateBadRequest) IsServerError() bool
- func (o *ServiceInstanceUpdateBadRequest) IsSuccess() bool
- func (o *ServiceInstanceUpdateBadRequest) String() string
- type ServiceInstanceUpdateForbidden
- func (o *ServiceInstanceUpdateForbidden) Code() int
- func (o *ServiceInstanceUpdateForbidden) Error() string
- func (o *ServiceInstanceUpdateForbidden) GetPayload() *models.Error
- func (o *ServiceInstanceUpdateForbidden) IsClientError() bool
- func (o *ServiceInstanceUpdateForbidden) IsCode(code int) bool
- func (o *ServiceInstanceUpdateForbidden) IsRedirect() bool
- func (o *ServiceInstanceUpdateForbidden) IsServerError() bool
- func (o *ServiceInstanceUpdateForbidden) IsSuccess() bool
- func (o *ServiceInstanceUpdateForbidden) String() string
- type ServiceInstanceUpdateNotFound
- func (o *ServiceInstanceUpdateNotFound) Code() int
- func (o *ServiceInstanceUpdateNotFound) Error() string
- func (o *ServiceInstanceUpdateNotFound) GetPayload() *models.Error
- func (o *ServiceInstanceUpdateNotFound) IsClientError() bool
- func (o *ServiceInstanceUpdateNotFound) IsCode(code int) bool
- func (o *ServiceInstanceUpdateNotFound) IsRedirect() bool
- func (o *ServiceInstanceUpdateNotFound) IsServerError() bool
- func (o *ServiceInstanceUpdateNotFound) IsSuccess() bool
- func (o *ServiceInstanceUpdateNotFound) String() string
- type ServiceInstanceUpdateOK
- func (o *ServiceInstanceUpdateOK) Code() int
- func (o *ServiceInstanceUpdateOK) Error() string
- func (o *ServiceInstanceUpdateOK) GetPayload() models.Object
- func (o *ServiceInstanceUpdateOK) IsClientError() bool
- func (o *ServiceInstanceUpdateOK) IsCode(code int) bool
- func (o *ServiceInstanceUpdateOK) IsRedirect() bool
- func (o *ServiceInstanceUpdateOK) IsServerError() bool
- func (o *ServiceInstanceUpdateOK) IsSuccess() bool
- func (o *ServiceInstanceUpdateOK) String() string
- type ServiceInstanceUpdateParams
- func NewServiceInstanceUpdateParams() *ServiceInstanceUpdateParams
- func NewServiceInstanceUpdateParamsWithContext(ctx context.Context) *ServiceInstanceUpdateParams
- func NewServiceInstanceUpdateParamsWithHTTPClient(client *http.Client) *ServiceInstanceUpdateParams
- func NewServiceInstanceUpdateParamsWithTimeout(timeout time.Duration) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) SetAcceptsIncomplete(acceptsIncomplete *bool)
- func (o *ServiceInstanceUpdateParams) SetBody(body *models.ServiceInstanceUpdateRequest)
- func (o *ServiceInstanceUpdateParams) SetContext(ctx context.Context)
- func (o *ServiceInstanceUpdateParams) SetDefaults()
- func (o *ServiceInstanceUpdateParams) SetHTTPClient(client *http.Client)
- func (o *ServiceInstanceUpdateParams) SetInstanceID(instanceID string)
- func (o *ServiceInstanceUpdateParams) SetTimeout(timeout time.Duration)
- func (o *ServiceInstanceUpdateParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
- func (o *ServiceInstanceUpdateParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
- func (o *ServiceInstanceUpdateParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WithBody(body *models.ServiceInstanceUpdateRequest) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WithContext(ctx context.Context) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WithDefaults() *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WithHTTPClient(client *http.Client) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WithInstanceID(instanceID string) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WithTimeout(timeout time.Duration) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceUpdateParams
- func (o *ServiceInstanceUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServiceInstanceUpdateReader
- type ServiceInstanceUpdateUnauthorized
- func (o *ServiceInstanceUpdateUnauthorized) Code() int
- func (o *ServiceInstanceUpdateUnauthorized) Error() string
- func (o *ServiceInstanceUpdateUnauthorized) GetPayload() *models.Error
- func (o *ServiceInstanceUpdateUnauthorized) IsClientError() bool
- func (o *ServiceInstanceUpdateUnauthorized) IsCode(code int) bool
- func (o *ServiceInstanceUpdateUnauthorized) IsRedirect() bool
- func (o *ServiceInstanceUpdateUnauthorized) IsServerError() bool
- func (o *ServiceInstanceUpdateUnauthorized) IsSuccess() bool
- func (o *ServiceInstanceUpdateUnauthorized) String() string
- type ServiceInstanceUpdateUnprocessableEntity
- func (o *ServiceInstanceUpdateUnprocessableEntity) Code() int
- func (o *ServiceInstanceUpdateUnprocessableEntity) Error() string
- func (o *ServiceInstanceUpdateUnprocessableEntity) GetPayload() *models.Error
- func (o *ServiceInstanceUpdateUnprocessableEntity) IsClientError() bool
- func (o *ServiceInstanceUpdateUnprocessableEntity) IsCode(code int) bool
- func (o *ServiceInstanceUpdateUnprocessableEntity) IsRedirect() bool
- func (o *ServiceInstanceUpdateUnprocessableEntity) IsServerError() bool
- func (o *ServiceInstanceUpdateUnprocessableEntity) IsSuccess() bool
- func (o *ServiceInstanceUpdateUnprocessableEntity) 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 instances API
func (*Client) ServiceInstanceDeprovision ¶
func (a *Client) ServiceInstanceDeprovision(params *ServiceInstanceDeprovisionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceDeprovisionOK, *ServiceInstanceDeprovisionAccepted, error)
ServiceInstanceDeprovision deprovisions a service instance
func (*Client) ServiceInstanceGet ¶
func (a *Client) ServiceInstanceGet(params *ServiceInstanceGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceGetOK, error)
ServiceInstanceGet gets a service instance
func (*Client) ServiceInstanceLastOperationGet ¶
func (a *Client) ServiceInstanceLastOperationGet(params *ServiceInstanceLastOperationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceLastOperationGetOK, error)
ServiceInstanceLastOperationGet lasts requested operation state for service instance
func (*Client) ServiceInstanceProvision ¶
func (a *Client) ServiceInstanceProvision(params *ServiceInstanceProvisionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceProvisionOK, *ServiceInstanceProvisionCreated, *ServiceInstanceProvisionAccepted, error)
ServiceInstanceProvision provisions a service instance
func (*Client) ServiceInstanceUpdate ¶
func (a *Client) ServiceInstanceUpdate(params *ServiceInstanceUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceUpdateOK, *ServiceInstanceUpdateAccepted, error)
ServiceInstanceUpdate updates a service instance
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶ added in v1.1.0
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶ added in v1.1.0
type ClientService interface { ServiceInstanceDeprovision(params *ServiceInstanceDeprovisionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceDeprovisionOK, *ServiceInstanceDeprovisionAccepted, error) ServiceInstanceGet(params *ServiceInstanceGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceGetOK, error) ServiceInstanceLastOperationGet(params *ServiceInstanceLastOperationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceLastOperationGetOK, error) ServiceInstanceProvision(params *ServiceInstanceProvisionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceProvisionOK, *ServiceInstanceProvisionCreated, *ServiceInstanceProvisionAccepted, error) ServiceInstanceUpdate(params *ServiceInstanceUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ServiceInstanceUpdateOK, *ServiceInstanceUpdateAccepted, 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 instances API client.
func NewClientWithBasicAuth ¶ added in v1.7.0
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new service instances 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 instances 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 ServiceInstanceDeprovisionAccepted ¶
type ServiceInstanceDeprovisionAccepted struct {
Payload *models.AsyncOperation
}
ServiceInstanceDeprovisionAccepted describes a response with status code 202, with default header values.
Accepted
func NewServiceInstanceDeprovisionAccepted ¶
func NewServiceInstanceDeprovisionAccepted() *ServiceInstanceDeprovisionAccepted
NewServiceInstanceDeprovisionAccepted creates a ServiceInstanceDeprovisionAccepted with default headers values
func (*ServiceInstanceDeprovisionAccepted) Code ¶ added in v1.2.4
func (o *ServiceInstanceDeprovisionAccepted) Code() int
Code gets the status code for the service instance deprovision accepted response
func (*ServiceInstanceDeprovisionAccepted) Error ¶
func (o *ServiceInstanceDeprovisionAccepted) Error() string
func (*ServiceInstanceDeprovisionAccepted) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceDeprovisionAccepted) GetPayload() *models.AsyncOperation
func (*ServiceInstanceDeprovisionAccepted) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionAccepted) IsClientError() bool
IsClientError returns true when this service instance deprovision accepted response has a 4xx status code
func (*ServiceInstanceDeprovisionAccepted) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionAccepted) IsCode(code int) bool
IsCode returns true when this service instance deprovision accepted response a status code equal to that given
func (*ServiceInstanceDeprovisionAccepted) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionAccepted) IsRedirect() bool
IsRedirect returns true when this service instance deprovision accepted response has a 3xx status code
func (*ServiceInstanceDeprovisionAccepted) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionAccepted) IsServerError() bool
IsServerError returns true when this service instance deprovision accepted response has a 5xx status code
func (*ServiceInstanceDeprovisionAccepted) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionAccepted) IsSuccess() bool
IsSuccess returns true when this service instance deprovision accepted response has a 2xx status code
func (*ServiceInstanceDeprovisionAccepted) String ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionAccepted) String() string
type ServiceInstanceDeprovisionBadRequest ¶
ServiceInstanceDeprovisionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewServiceInstanceDeprovisionBadRequest ¶
func NewServiceInstanceDeprovisionBadRequest() *ServiceInstanceDeprovisionBadRequest
NewServiceInstanceDeprovisionBadRequest creates a ServiceInstanceDeprovisionBadRequest with default headers values
func (*ServiceInstanceDeprovisionBadRequest) Code ¶ added in v1.2.4
func (o *ServiceInstanceDeprovisionBadRequest) Code() int
Code gets the status code for the service instance deprovision bad request response
func (*ServiceInstanceDeprovisionBadRequest) Error ¶
func (o *ServiceInstanceDeprovisionBadRequest) Error() string
func (*ServiceInstanceDeprovisionBadRequest) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceDeprovisionBadRequest) GetPayload() *models.Error
func (*ServiceInstanceDeprovisionBadRequest) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionBadRequest) IsClientError() bool
IsClientError returns true when this service instance deprovision bad request response has a 4xx status code
func (*ServiceInstanceDeprovisionBadRequest) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionBadRequest) IsCode(code int) bool
IsCode returns true when this service instance deprovision bad request response a status code equal to that given
func (*ServiceInstanceDeprovisionBadRequest) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionBadRequest) IsRedirect() bool
IsRedirect returns true when this service instance deprovision bad request response has a 3xx status code
func (*ServiceInstanceDeprovisionBadRequest) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionBadRequest) IsServerError() bool
IsServerError returns true when this service instance deprovision bad request response has a 5xx status code
func (*ServiceInstanceDeprovisionBadRequest) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionBadRequest) IsSuccess() bool
IsSuccess returns true when this service instance deprovision bad request response has a 2xx status code
func (*ServiceInstanceDeprovisionBadRequest) String ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionBadRequest) String() string
type ServiceInstanceDeprovisionForbidden ¶ added in v1.4.2
ServiceInstanceDeprovisionForbidden describes a response with status code 403, with default header values.
Forbidden
func NewServiceInstanceDeprovisionForbidden ¶ added in v1.4.2
func NewServiceInstanceDeprovisionForbidden() *ServiceInstanceDeprovisionForbidden
NewServiceInstanceDeprovisionForbidden creates a ServiceInstanceDeprovisionForbidden with default headers values
func (*ServiceInstanceDeprovisionForbidden) Code ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) Code() int
Code gets the status code for the service instance deprovision forbidden response
func (*ServiceInstanceDeprovisionForbidden) Error ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) Error() string
func (*ServiceInstanceDeprovisionForbidden) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) GetPayload() *models.Error
func (*ServiceInstanceDeprovisionForbidden) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) IsClientError() bool
IsClientError returns true when this service instance deprovision forbidden response has a 4xx status code
func (*ServiceInstanceDeprovisionForbidden) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) IsCode(code int) bool
IsCode returns true when this service instance deprovision forbidden response a status code equal to that given
func (*ServiceInstanceDeprovisionForbidden) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) IsRedirect() bool
IsRedirect returns true when this service instance deprovision forbidden response has a 3xx status code
func (*ServiceInstanceDeprovisionForbidden) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) IsServerError() bool
IsServerError returns true when this service instance deprovision forbidden response has a 5xx status code
func (*ServiceInstanceDeprovisionForbidden) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) IsSuccess() bool
IsSuccess returns true when this service instance deprovision forbidden response has a 2xx status code
func (*ServiceInstanceDeprovisionForbidden) String ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionForbidden) String() string
type ServiceInstanceDeprovisionGone ¶
ServiceInstanceDeprovisionGone describes a response with status code 410, with default header values.
Gone
func NewServiceInstanceDeprovisionGone ¶
func NewServiceInstanceDeprovisionGone() *ServiceInstanceDeprovisionGone
NewServiceInstanceDeprovisionGone creates a ServiceInstanceDeprovisionGone with default headers values
func (*ServiceInstanceDeprovisionGone) Code ¶ added in v1.2.4
func (o *ServiceInstanceDeprovisionGone) Code() int
Code gets the status code for the service instance deprovision gone response
func (*ServiceInstanceDeprovisionGone) Error ¶
func (o *ServiceInstanceDeprovisionGone) Error() string
func (*ServiceInstanceDeprovisionGone) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceDeprovisionGone) GetPayload() *models.Error
func (*ServiceInstanceDeprovisionGone) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionGone) IsClientError() bool
IsClientError returns true when this service instance deprovision gone response has a 4xx status code
func (*ServiceInstanceDeprovisionGone) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionGone) IsCode(code int) bool
IsCode returns true when this service instance deprovision gone response a status code equal to that given
func (*ServiceInstanceDeprovisionGone) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionGone) IsRedirect() bool
IsRedirect returns true when this service instance deprovision gone response has a 3xx status code
func (*ServiceInstanceDeprovisionGone) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionGone) IsServerError() bool
IsServerError returns true when this service instance deprovision gone response has a 5xx status code
func (*ServiceInstanceDeprovisionGone) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionGone) IsSuccess() bool
IsSuccess returns true when this service instance deprovision gone response has a 2xx status code
func (*ServiceInstanceDeprovisionGone) String ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionGone) String() string
type ServiceInstanceDeprovisionNotFound ¶ added in v1.4.2
ServiceInstanceDeprovisionNotFound describes a response with status code 404, with default header values.
Not Found
func NewServiceInstanceDeprovisionNotFound ¶ added in v1.4.2
func NewServiceInstanceDeprovisionNotFound() *ServiceInstanceDeprovisionNotFound
NewServiceInstanceDeprovisionNotFound creates a ServiceInstanceDeprovisionNotFound with default headers values
func (*ServiceInstanceDeprovisionNotFound) Code ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) Code() int
Code gets the status code for the service instance deprovision not found response
func (*ServiceInstanceDeprovisionNotFound) Error ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) Error() string
func (*ServiceInstanceDeprovisionNotFound) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) GetPayload() *models.Error
func (*ServiceInstanceDeprovisionNotFound) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) IsClientError() bool
IsClientError returns true when this service instance deprovision not found response has a 4xx status code
func (*ServiceInstanceDeprovisionNotFound) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) IsCode(code int) bool
IsCode returns true when this service instance deprovision not found response a status code equal to that given
func (*ServiceInstanceDeprovisionNotFound) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) IsRedirect() bool
IsRedirect returns true when this service instance deprovision not found response has a 3xx status code
func (*ServiceInstanceDeprovisionNotFound) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) IsServerError() bool
IsServerError returns true when this service instance deprovision not found response has a 5xx status code
func (*ServiceInstanceDeprovisionNotFound) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) IsSuccess() bool
IsSuccess returns true when this service instance deprovision not found response has a 2xx status code
func (*ServiceInstanceDeprovisionNotFound) String ¶ added in v1.4.2
func (o *ServiceInstanceDeprovisionNotFound) String() string
type ServiceInstanceDeprovisionOK ¶
ServiceInstanceDeprovisionOK describes a response with status code 200, with default header values.
OK
func NewServiceInstanceDeprovisionOK ¶
func NewServiceInstanceDeprovisionOK() *ServiceInstanceDeprovisionOK
NewServiceInstanceDeprovisionOK creates a ServiceInstanceDeprovisionOK with default headers values
func (*ServiceInstanceDeprovisionOK) Code ¶ added in v1.2.4
func (o *ServiceInstanceDeprovisionOK) Code() int
Code gets the status code for the service instance deprovision o k response
func (*ServiceInstanceDeprovisionOK) Error ¶
func (o *ServiceInstanceDeprovisionOK) Error() string
func (*ServiceInstanceDeprovisionOK) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceDeprovisionOK) GetPayload() models.Object
func (*ServiceInstanceDeprovisionOK) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionOK) IsClientError() bool
IsClientError returns true when this service instance deprovision o k response has a 4xx status code
func (*ServiceInstanceDeprovisionOK) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionOK) IsCode(code int) bool
IsCode returns true when this service instance deprovision o k response a status code equal to that given
func (*ServiceInstanceDeprovisionOK) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionOK) IsRedirect() bool
IsRedirect returns true when this service instance deprovision o k response has a 3xx status code
func (*ServiceInstanceDeprovisionOK) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionOK) IsServerError() bool
IsServerError returns true when this service instance deprovision o k response has a 5xx status code
func (*ServiceInstanceDeprovisionOK) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionOK) IsSuccess() bool
IsSuccess returns true when this service instance deprovision o k response has a 2xx status code
func (*ServiceInstanceDeprovisionOK) String ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionOK) String() string
type ServiceInstanceDeprovisionParams ¶
type ServiceInstanceDeprovisionParams 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 /* 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 }
ServiceInstanceDeprovisionParams contains all the parameters to send to the API endpoint
for the service instance deprovision operation. Typically these are written to a http.Request.
func NewServiceInstanceDeprovisionParams ¶
func NewServiceInstanceDeprovisionParams() *ServiceInstanceDeprovisionParams
NewServiceInstanceDeprovisionParams creates a new ServiceInstanceDeprovisionParams 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 NewServiceInstanceDeprovisionParamsWithContext ¶
func NewServiceInstanceDeprovisionParamsWithContext(ctx context.Context) *ServiceInstanceDeprovisionParams
NewServiceInstanceDeprovisionParamsWithContext creates a new ServiceInstanceDeprovisionParams object with the ability to set a context for a request.
func NewServiceInstanceDeprovisionParamsWithHTTPClient ¶
func NewServiceInstanceDeprovisionParamsWithHTTPClient(client *http.Client) *ServiceInstanceDeprovisionParams
NewServiceInstanceDeprovisionParamsWithHTTPClient creates a new ServiceInstanceDeprovisionParams object with the ability to set a custom HTTPClient for a request.
func NewServiceInstanceDeprovisionParamsWithTimeout ¶
func NewServiceInstanceDeprovisionParamsWithTimeout(timeout time.Duration) *ServiceInstanceDeprovisionParams
NewServiceInstanceDeprovisionParamsWithTimeout creates a new ServiceInstanceDeprovisionParams object with the ability to set a timeout on a request.
func (*ServiceInstanceDeprovisionParams) SetAcceptsIncomplete ¶
func (o *ServiceInstanceDeprovisionParams) SetAcceptsIncomplete(acceptsIncomplete *bool)
SetAcceptsIncomplete adds the acceptsIncomplete to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) SetContext ¶
func (o *ServiceInstanceDeprovisionParams) SetContext(ctx context.Context)
SetContext adds the context to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) SetDefaults ¶ added in v1.1.0
func (o *ServiceInstanceDeprovisionParams) SetDefaults()
SetDefaults hydrates default values in the service instance deprovision params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceDeprovisionParams) SetHTTPClient ¶
func (o *ServiceInstanceDeprovisionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) SetInstanceID ¶
func (o *ServiceInstanceDeprovisionParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) SetPlanID ¶
func (o *ServiceInstanceDeprovisionParams) SetPlanID(planID string)
SetPlanID adds the planId to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) SetServiceID ¶
func (o *ServiceInstanceDeprovisionParams) SetServiceID(serviceID string)
SetServiceID adds the serviceId to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) SetTimeout ¶
func (o *ServiceInstanceDeprovisionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) SetXBrokerAPIOriginatingIdentity ¶
func (o *ServiceInstanceDeprovisionParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
SetXBrokerAPIOriginatingIdentity adds the xBrokerApiOriginatingIdentity to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) SetXBrokerAPIVersion ¶
func (o *ServiceInstanceDeprovisionParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
SetXBrokerAPIVersion adds the xBrokerApiVersion to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithAcceptsIncomplete ¶
func (o *ServiceInstanceDeprovisionParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceInstanceDeprovisionParams
WithAcceptsIncomplete adds the acceptsIncomplete to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithContext ¶
func (o *ServiceInstanceDeprovisionParams) WithContext(ctx context.Context) *ServiceInstanceDeprovisionParams
WithContext adds the context to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceInstanceDeprovisionParams) WithDefaults() *ServiceInstanceDeprovisionParams
WithDefaults hydrates default values in the service instance deprovision params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceDeprovisionParams) WithHTTPClient ¶
func (o *ServiceInstanceDeprovisionParams) WithHTTPClient(client *http.Client) *ServiceInstanceDeprovisionParams
WithHTTPClient adds the HTTPClient to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithInstanceID ¶
func (o *ServiceInstanceDeprovisionParams) WithInstanceID(instanceID string) *ServiceInstanceDeprovisionParams
WithInstanceID adds the instanceID to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithPlanID ¶
func (o *ServiceInstanceDeprovisionParams) WithPlanID(planID string) *ServiceInstanceDeprovisionParams
WithPlanID adds the planID to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithServiceID ¶
func (o *ServiceInstanceDeprovisionParams) WithServiceID(serviceID string) *ServiceInstanceDeprovisionParams
WithServiceID adds the serviceID to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithTimeout ¶
func (o *ServiceInstanceDeprovisionParams) WithTimeout(timeout time.Duration) *ServiceInstanceDeprovisionParams
WithTimeout adds the timeout to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithXBrokerAPIOriginatingIdentity ¶
func (o *ServiceInstanceDeprovisionParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceInstanceDeprovisionParams
WithXBrokerAPIOriginatingIdentity adds the xBrokerAPIOriginatingIdentity to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WithXBrokerAPIVersion ¶
func (o *ServiceInstanceDeprovisionParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceDeprovisionParams
WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service instance deprovision params
func (*ServiceInstanceDeprovisionParams) WriteToRequest ¶
func (o *ServiceInstanceDeprovisionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServiceInstanceDeprovisionReader ¶
type ServiceInstanceDeprovisionReader struct {
// contains filtered or unexported fields
}
ServiceInstanceDeprovisionReader is a Reader for the ServiceInstanceDeprovision structure.
func (*ServiceInstanceDeprovisionReader) ReadResponse ¶
func (o *ServiceInstanceDeprovisionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServiceInstanceDeprovisionUnauthorized ¶ added in v1.2.0
type ServiceInstanceDeprovisionUnauthorized struct {
}ServiceInstanceDeprovisionUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewServiceInstanceDeprovisionUnauthorized ¶ added in v1.2.0
func NewServiceInstanceDeprovisionUnauthorized() *ServiceInstanceDeprovisionUnauthorized
NewServiceInstanceDeprovisionUnauthorized creates a ServiceInstanceDeprovisionUnauthorized with default headers values
func (*ServiceInstanceDeprovisionUnauthorized) Code ¶ added in v1.2.4
func (o *ServiceInstanceDeprovisionUnauthorized) Code() int
Code gets the status code for the service instance deprovision unauthorized response
func (*ServiceInstanceDeprovisionUnauthorized) Error ¶ added in v1.2.0
func (o *ServiceInstanceDeprovisionUnauthorized) Error() string
func (*ServiceInstanceDeprovisionUnauthorized) GetPayload ¶ added in v1.2.0
func (o *ServiceInstanceDeprovisionUnauthorized) GetPayload() *models.Error
func (*ServiceInstanceDeprovisionUnauthorized) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnauthorized) IsClientError() bool
IsClientError returns true when this service instance deprovision unauthorized response has a 4xx status code
func (*ServiceInstanceDeprovisionUnauthorized) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnauthorized) IsCode(code int) bool
IsCode returns true when this service instance deprovision unauthorized response a status code equal to that given
func (*ServiceInstanceDeprovisionUnauthorized) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnauthorized) IsRedirect() bool
IsRedirect returns true when this service instance deprovision unauthorized response has a 3xx status code
func (*ServiceInstanceDeprovisionUnauthorized) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnauthorized) IsServerError() bool
IsServerError returns true when this service instance deprovision unauthorized response has a 5xx status code
func (*ServiceInstanceDeprovisionUnauthorized) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnauthorized) IsSuccess() bool
IsSuccess returns true when this service instance deprovision unauthorized response has a 2xx status code
func (*ServiceInstanceDeprovisionUnauthorized) String ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnauthorized) String() string
type ServiceInstanceDeprovisionUnprocessableEntity ¶
ServiceInstanceDeprovisionUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Entity
func NewServiceInstanceDeprovisionUnprocessableEntity ¶
func NewServiceInstanceDeprovisionUnprocessableEntity() *ServiceInstanceDeprovisionUnprocessableEntity
NewServiceInstanceDeprovisionUnprocessableEntity creates a ServiceInstanceDeprovisionUnprocessableEntity with default headers values
func (*ServiceInstanceDeprovisionUnprocessableEntity) Code ¶ added in v1.2.4
func (o *ServiceInstanceDeprovisionUnprocessableEntity) Code() int
Code gets the status code for the service instance deprovision unprocessable entity response
func (*ServiceInstanceDeprovisionUnprocessableEntity) Error ¶
func (o *ServiceInstanceDeprovisionUnprocessableEntity) Error() string
func (*ServiceInstanceDeprovisionUnprocessableEntity) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceDeprovisionUnprocessableEntity) GetPayload() *models.Error
func (*ServiceInstanceDeprovisionUnprocessableEntity) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsClientError() bool
IsClientError returns true when this service instance deprovision unprocessable entity response has a 4xx status code
func (*ServiceInstanceDeprovisionUnprocessableEntity) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this service instance deprovision unprocessable entity response a status code equal to that given
func (*ServiceInstanceDeprovisionUnprocessableEntity) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this service instance deprovision unprocessable entity response has a 3xx status code
func (*ServiceInstanceDeprovisionUnprocessableEntity) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsServerError() bool
IsServerError returns true when this service instance deprovision unprocessable entity response has a 5xx status code
func (*ServiceInstanceDeprovisionUnprocessableEntity) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this service instance deprovision unprocessable entity response has a 2xx status code
func (*ServiceInstanceDeprovisionUnprocessableEntity) String ¶ added in v1.2.2
func (o *ServiceInstanceDeprovisionUnprocessableEntity) String() string
type ServiceInstanceGetBadRequest ¶ added in v1.4.2
ServiceInstanceGetBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewServiceInstanceGetBadRequest ¶ added in v1.4.2
func NewServiceInstanceGetBadRequest() *ServiceInstanceGetBadRequest
NewServiceInstanceGetBadRequest creates a ServiceInstanceGetBadRequest with default headers values
func (*ServiceInstanceGetBadRequest) Code ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) Code() int
Code gets the status code for the service instance get bad request response
func (*ServiceInstanceGetBadRequest) Error ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) Error() string
func (*ServiceInstanceGetBadRequest) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) GetPayload() *models.Error
func (*ServiceInstanceGetBadRequest) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) IsClientError() bool
IsClientError returns true when this service instance get bad request response has a 4xx status code
func (*ServiceInstanceGetBadRequest) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) IsCode(code int) bool
IsCode returns true when this service instance get bad request response a status code equal to that given
func (*ServiceInstanceGetBadRequest) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) IsRedirect() bool
IsRedirect returns true when this service instance get bad request response has a 3xx status code
func (*ServiceInstanceGetBadRequest) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) IsServerError() bool
IsServerError returns true when this service instance get bad request response has a 5xx status code
func (*ServiceInstanceGetBadRequest) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) IsSuccess() bool
IsSuccess returns true when this service instance get bad request response has a 2xx status code
func (*ServiceInstanceGetBadRequest) String ¶ added in v1.4.2
func (o *ServiceInstanceGetBadRequest) String() string
type ServiceInstanceGetForbidden ¶ added in v1.4.2
ServiceInstanceGetForbidden describes a response with status code 403, with default header values.
Forbidden
func NewServiceInstanceGetForbidden ¶ added in v1.4.2
func NewServiceInstanceGetForbidden() *ServiceInstanceGetForbidden
NewServiceInstanceGetForbidden creates a ServiceInstanceGetForbidden with default headers values
func (*ServiceInstanceGetForbidden) Code ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) Code() int
Code gets the status code for the service instance get forbidden response
func (*ServiceInstanceGetForbidden) Error ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) Error() string
func (*ServiceInstanceGetForbidden) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) GetPayload() *models.Error
func (*ServiceInstanceGetForbidden) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) IsClientError() bool
IsClientError returns true when this service instance get forbidden response has a 4xx status code
func (*ServiceInstanceGetForbidden) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) IsCode(code int) bool
IsCode returns true when this service instance get forbidden response a status code equal to that given
func (*ServiceInstanceGetForbidden) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) IsRedirect() bool
IsRedirect returns true when this service instance get forbidden response has a 3xx status code
func (*ServiceInstanceGetForbidden) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) IsServerError() bool
IsServerError returns true when this service instance get forbidden response has a 5xx status code
func (*ServiceInstanceGetForbidden) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) IsSuccess() bool
IsSuccess returns true when this service instance get forbidden response has a 2xx status code
func (*ServiceInstanceGetForbidden) String ¶ added in v1.4.2
func (o *ServiceInstanceGetForbidden) String() string
type ServiceInstanceGetNotFound ¶
ServiceInstanceGetNotFound describes a response with status code 404, with default header values.
Not Found
func NewServiceInstanceGetNotFound ¶
func NewServiceInstanceGetNotFound() *ServiceInstanceGetNotFound
NewServiceInstanceGetNotFound creates a ServiceInstanceGetNotFound with default headers values
func (*ServiceInstanceGetNotFound) Code ¶ added in v1.2.4
func (o *ServiceInstanceGetNotFound) Code() int
Code gets the status code for the service instance get not found response
func (*ServiceInstanceGetNotFound) Error ¶
func (o *ServiceInstanceGetNotFound) Error() string
func (*ServiceInstanceGetNotFound) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceGetNotFound) GetPayload() *models.Error
func (*ServiceInstanceGetNotFound) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceGetNotFound) IsClientError() bool
IsClientError returns true when this service instance get not found response has a 4xx status code
func (*ServiceInstanceGetNotFound) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceGetNotFound) IsCode(code int) bool
IsCode returns true when this service instance get not found response a status code equal to that given
func (*ServiceInstanceGetNotFound) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceGetNotFound) IsRedirect() bool
IsRedirect returns true when this service instance get not found response has a 3xx status code
func (*ServiceInstanceGetNotFound) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceGetNotFound) IsServerError() bool
IsServerError returns true when this service instance get not found response has a 5xx status code
func (*ServiceInstanceGetNotFound) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceGetNotFound) IsSuccess() bool
IsSuccess returns true when this service instance get not found response has a 2xx status code
func (*ServiceInstanceGetNotFound) String ¶ added in v1.2.2
func (o *ServiceInstanceGetNotFound) String() string
type ServiceInstanceGetOK ¶
type ServiceInstanceGetOK struct {
Payload *models.ServiceInstanceResource
}
ServiceInstanceGetOK describes a response with status code 200, with default header values.
OK
func NewServiceInstanceGetOK ¶
func NewServiceInstanceGetOK() *ServiceInstanceGetOK
NewServiceInstanceGetOK creates a ServiceInstanceGetOK with default headers values
func (*ServiceInstanceGetOK) Code ¶ added in v1.2.4
func (o *ServiceInstanceGetOK) Code() int
Code gets the status code for the service instance get o k response
func (*ServiceInstanceGetOK) Error ¶
func (o *ServiceInstanceGetOK) Error() string
func (*ServiceInstanceGetOK) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceGetOK) GetPayload() *models.ServiceInstanceResource
func (*ServiceInstanceGetOK) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceGetOK) IsClientError() bool
IsClientError returns true when this service instance get o k response has a 4xx status code
func (*ServiceInstanceGetOK) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceGetOK) IsCode(code int) bool
IsCode returns true when this service instance get o k response a status code equal to that given
func (*ServiceInstanceGetOK) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceGetOK) IsRedirect() bool
IsRedirect returns true when this service instance get o k response has a 3xx status code
func (*ServiceInstanceGetOK) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceGetOK) IsServerError() bool
IsServerError returns true when this service instance get o k response has a 5xx status code
func (*ServiceInstanceGetOK) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceGetOK) IsSuccess() bool
IsSuccess returns true when this service instance get o k response has a 2xx status code
func (*ServiceInstanceGetOK) String ¶ added in v1.2.2
func (o *ServiceInstanceGetOK) String() string
type ServiceInstanceGetParams ¶
type ServiceInstanceGetParams 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 /* InstanceID. instance id of instance to provision */ InstanceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServiceInstanceGetParams contains all the parameters to send to the API endpoint
for the service instance get operation. Typically these are written to a http.Request.
func NewServiceInstanceGetParams ¶
func NewServiceInstanceGetParams() *ServiceInstanceGetParams
NewServiceInstanceGetParams creates a new ServiceInstanceGetParams 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 NewServiceInstanceGetParamsWithContext ¶
func NewServiceInstanceGetParamsWithContext(ctx context.Context) *ServiceInstanceGetParams
NewServiceInstanceGetParamsWithContext creates a new ServiceInstanceGetParams object with the ability to set a context for a request.
func NewServiceInstanceGetParamsWithHTTPClient ¶
func NewServiceInstanceGetParamsWithHTTPClient(client *http.Client) *ServiceInstanceGetParams
NewServiceInstanceGetParamsWithHTTPClient creates a new ServiceInstanceGetParams object with the ability to set a custom HTTPClient for a request.
func NewServiceInstanceGetParamsWithTimeout ¶
func NewServiceInstanceGetParamsWithTimeout(timeout time.Duration) *ServiceInstanceGetParams
NewServiceInstanceGetParamsWithTimeout creates a new ServiceInstanceGetParams object with the ability to set a timeout on a request.
func (*ServiceInstanceGetParams) SetContext ¶
func (o *ServiceInstanceGetParams) SetContext(ctx context.Context)
SetContext adds the context to the service instance get params
func (*ServiceInstanceGetParams) SetDefaults ¶ added in v1.1.0
func (o *ServiceInstanceGetParams) SetDefaults()
SetDefaults hydrates default values in the service instance get params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceGetParams) SetHTTPClient ¶
func (o *ServiceInstanceGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the service instance get params
func (*ServiceInstanceGetParams) SetInstanceID ¶
func (o *ServiceInstanceGetParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the service instance get params
func (*ServiceInstanceGetParams) SetTimeout ¶
func (o *ServiceInstanceGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the service instance get params
func (*ServiceInstanceGetParams) SetXBrokerAPIOriginatingIdentity ¶
func (o *ServiceInstanceGetParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
SetXBrokerAPIOriginatingIdentity adds the xBrokerApiOriginatingIdentity to the service instance get params
func (*ServiceInstanceGetParams) SetXBrokerAPIVersion ¶
func (o *ServiceInstanceGetParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
SetXBrokerAPIVersion adds the xBrokerApiVersion to the service instance get params
func (*ServiceInstanceGetParams) WithContext ¶
func (o *ServiceInstanceGetParams) WithContext(ctx context.Context) *ServiceInstanceGetParams
WithContext adds the context to the service instance get params
func (*ServiceInstanceGetParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceInstanceGetParams) WithDefaults() *ServiceInstanceGetParams
WithDefaults hydrates default values in the service instance get params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceGetParams) WithHTTPClient ¶
func (o *ServiceInstanceGetParams) WithHTTPClient(client *http.Client) *ServiceInstanceGetParams
WithHTTPClient adds the HTTPClient to the service instance get params
func (*ServiceInstanceGetParams) WithInstanceID ¶
func (o *ServiceInstanceGetParams) WithInstanceID(instanceID string) *ServiceInstanceGetParams
WithInstanceID adds the instanceID to the service instance get params
func (*ServiceInstanceGetParams) WithTimeout ¶
func (o *ServiceInstanceGetParams) WithTimeout(timeout time.Duration) *ServiceInstanceGetParams
WithTimeout adds the timeout to the service instance get params
func (*ServiceInstanceGetParams) WithXBrokerAPIOriginatingIdentity ¶
func (o *ServiceInstanceGetParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceInstanceGetParams
WithXBrokerAPIOriginatingIdentity adds the xBrokerAPIOriginatingIdentity to the service instance get params
func (*ServiceInstanceGetParams) WithXBrokerAPIVersion ¶
func (o *ServiceInstanceGetParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceGetParams
WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service instance get params
func (*ServiceInstanceGetParams) WriteToRequest ¶
func (o *ServiceInstanceGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServiceInstanceGetReader ¶
type ServiceInstanceGetReader struct {
// contains filtered or unexported fields
}
ServiceInstanceGetReader is a Reader for the ServiceInstanceGet structure.
func (*ServiceInstanceGetReader) ReadResponse ¶
func (o *ServiceInstanceGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServiceInstanceGetUnauthorized ¶ added in v1.4.2
type ServiceInstanceGetUnauthorized struct {
}ServiceInstanceGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewServiceInstanceGetUnauthorized ¶ added in v1.4.2
func NewServiceInstanceGetUnauthorized() *ServiceInstanceGetUnauthorized
NewServiceInstanceGetUnauthorized creates a ServiceInstanceGetUnauthorized with default headers values
func (*ServiceInstanceGetUnauthorized) Code ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) Code() int
Code gets the status code for the service instance get unauthorized response
func (*ServiceInstanceGetUnauthorized) Error ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) Error() string
func (*ServiceInstanceGetUnauthorized) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) GetPayload() *models.Error
func (*ServiceInstanceGetUnauthorized) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) IsClientError() bool
IsClientError returns true when this service instance get unauthorized response has a 4xx status code
func (*ServiceInstanceGetUnauthorized) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) IsCode(code int) bool
IsCode returns true when this service instance get unauthorized response a status code equal to that given
func (*ServiceInstanceGetUnauthorized) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this service instance get unauthorized response has a 3xx status code
func (*ServiceInstanceGetUnauthorized) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) IsServerError() bool
IsServerError returns true when this service instance get unauthorized response has a 5xx status code
func (*ServiceInstanceGetUnauthorized) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this service instance get unauthorized response has a 2xx status code
func (*ServiceInstanceGetUnauthorized) String ¶ added in v1.4.2
func (o *ServiceInstanceGetUnauthorized) String() string
type ServiceInstanceLastOperationGetBadRequest ¶
ServiceInstanceLastOperationGetBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewServiceInstanceLastOperationGetBadRequest ¶
func NewServiceInstanceLastOperationGetBadRequest() *ServiceInstanceLastOperationGetBadRequest
NewServiceInstanceLastOperationGetBadRequest creates a ServiceInstanceLastOperationGetBadRequest with default headers values
func (*ServiceInstanceLastOperationGetBadRequest) Code ¶ added in v1.2.4
func (o *ServiceInstanceLastOperationGetBadRequest) Code() int
Code gets the status code for the service instance last operation get bad request response
func (*ServiceInstanceLastOperationGetBadRequest) Error ¶
func (o *ServiceInstanceLastOperationGetBadRequest) Error() string
func (*ServiceInstanceLastOperationGetBadRequest) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceLastOperationGetBadRequest) GetPayload() *models.Error
func (*ServiceInstanceLastOperationGetBadRequest) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetBadRequest) IsClientError() bool
IsClientError returns true when this service instance last operation get bad request response has a 4xx status code
func (*ServiceInstanceLastOperationGetBadRequest) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetBadRequest) IsCode(code int) bool
IsCode returns true when this service instance last operation get bad request response a status code equal to that given
func (*ServiceInstanceLastOperationGetBadRequest) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetBadRequest) IsRedirect() bool
IsRedirect returns true when this service instance last operation get bad request response has a 3xx status code
func (*ServiceInstanceLastOperationGetBadRequest) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetBadRequest) IsServerError() bool
IsServerError returns true when this service instance last operation get bad request response has a 5xx status code
func (*ServiceInstanceLastOperationGetBadRequest) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetBadRequest) IsSuccess() bool
IsSuccess returns true when this service instance last operation get bad request response has a 2xx status code
func (*ServiceInstanceLastOperationGetBadRequest) String ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetBadRequest) String() string
type ServiceInstanceLastOperationGetForbidden ¶ added in v1.4.2
ServiceInstanceLastOperationGetForbidden describes a response with status code 403, with default header values.
Forbidden
func NewServiceInstanceLastOperationGetForbidden ¶ added in v1.4.2
func NewServiceInstanceLastOperationGetForbidden() *ServiceInstanceLastOperationGetForbidden
NewServiceInstanceLastOperationGetForbidden creates a ServiceInstanceLastOperationGetForbidden with default headers values
func (*ServiceInstanceLastOperationGetForbidden) Code ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) Code() int
Code gets the status code for the service instance last operation get forbidden response
func (*ServiceInstanceLastOperationGetForbidden) Error ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) Error() string
func (*ServiceInstanceLastOperationGetForbidden) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) GetPayload() *models.Error
func (*ServiceInstanceLastOperationGetForbidden) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) IsClientError() bool
IsClientError returns true when this service instance last operation get forbidden response has a 4xx status code
func (*ServiceInstanceLastOperationGetForbidden) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) IsCode(code int) bool
IsCode returns true when this service instance last operation get forbidden response a status code equal to that given
func (*ServiceInstanceLastOperationGetForbidden) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) IsRedirect() bool
IsRedirect returns true when this service instance last operation get forbidden response has a 3xx status code
func (*ServiceInstanceLastOperationGetForbidden) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) IsServerError() bool
IsServerError returns true when this service instance last operation get forbidden response has a 5xx status code
func (*ServiceInstanceLastOperationGetForbidden) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) IsSuccess() bool
IsSuccess returns true when this service instance last operation get forbidden response has a 2xx status code
func (*ServiceInstanceLastOperationGetForbidden) String ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetForbidden) String() string
type ServiceInstanceLastOperationGetGone ¶
ServiceInstanceLastOperationGetGone describes a response with status code 410, with default header values.
Gone
func NewServiceInstanceLastOperationGetGone ¶
func NewServiceInstanceLastOperationGetGone() *ServiceInstanceLastOperationGetGone
NewServiceInstanceLastOperationGetGone creates a ServiceInstanceLastOperationGetGone with default headers values
func (*ServiceInstanceLastOperationGetGone) Code ¶ added in v1.2.4
func (o *ServiceInstanceLastOperationGetGone) Code() int
Code gets the status code for the service instance last operation get gone response
func (*ServiceInstanceLastOperationGetGone) Error ¶
func (o *ServiceInstanceLastOperationGetGone) Error() string
func (*ServiceInstanceLastOperationGetGone) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceLastOperationGetGone) GetPayload() *models.Error
func (*ServiceInstanceLastOperationGetGone) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetGone) IsClientError() bool
IsClientError returns true when this service instance last operation get gone response has a 4xx status code
func (*ServiceInstanceLastOperationGetGone) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetGone) IsCode(code int) bool
IsCode returns true when this service instance last operation get gone response a status code equal to that given
func (*ServiceInstanceLastOperationGetGone) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetGone) IsRedirect() bool
IsRedirect returns true when this service instance last operation get gone response has a 3xx status code
func (*ServiceInstanceLastOperationGetGone) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetGone) IsServerError() bool
IsServerError returns true when this service instance last operation get gone response has a 5xx status code
func (*ServiceInstanceLastOperationGetGone) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetGone) IsSuccess() bool
IsSuccess returns true when this service instance last operation get gone response has a 2xx status code
func (*ServiceInstanceLastOperationGetGone) String ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetGone) String() string
type ServiceInstanceLastOperationGetNotFound ¶ added in v1.4.2
ServiceInstanceLastOperationGetNotFound describes a response with status code 404, with default header values.
Not Found
func NewServiceInstanceLastOperationGetNotFound ¶ added in v1.4.2
func NewServiceInstanceLastOperationGetNotFound() *ServiceInstanceLastOperationGetNotFound
NewServiceInstanceLastOperationGetNotFound creates a ServiceInstanceLastOperationGetNotFound with default headers values
func (*ServiceInstanceLastOperationGetNotFound) Code ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) Code() int
Code gets the status code for the service instance last operation get not found response
func (*ServiceInstanceLastOperationGetNotFound) Error ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) Error() string
func (*ServiceInstanceLastOperationGetNotFound) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) GetPayload() *models.Error
func (*ServiceInstanceLastOperationGetNotFound) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) IsClientError() bool
IsClientError returns true when this service instance last operation get not found response has a 4xx status code
func (*ServiceInstanceLastOperationGetNotFound) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) IsCode(code int) bool
IsCode returns true when this service instance last operation get not found response a status code equal to that given
func (*ServiceInstanceLastOperationGetNotFound) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) IsRedirect() bool
IsRedirect returns true when this service instance last operation get not found response has a 3xx status code
func (*ServiceInstanceLastOperationGetNotFound) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) IsServerError() bool
IsServerError returns true when this service instance last operation get not found response has a 5xx status code
func (*ServiceInstanceLastOperationGetNotFound) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) IsSuccess() bool
IsSuccess returns true when this service instance last operation get not found response has a 2xx status code
func (*ServiceInstanceLastOperationGetNotFound) String ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetNotFound) String() string
type ServiceInstanceLastOperationGetOK ¶
type ServiceInstanceLastOperationGetOK struct {
Payload *models.LastOperationResource
}
ServiceInstanceLastOperationGetOK describes a response with status code 200, with default header values.
OK
func NewServiceInstanceLastOperationGetOK ¶
func NewServiceInstanceLastOperationGetOK() *ServiceInstanceLastOperationGetOK
NewServiceInstanceLastOperationGetOK creates a ServiceInstanceLastOperationGetOK with default headers values
func (*ServiceInstanceLastOperationGetOK) Code ¶ added in v1.2.4
func (o *ServiceInstanceLastOperationGetOK) Code() int
Code gets the status code for the service instance last operation get o k response
func (*ServiceInstanceLastOperationGetOK) Error ¶
func (o *ServiceInstanceLastOperationGetOK) Error() string
func (*ServiceInstanceLastOperationGetOK) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceLastOperationGetOK) GetPayload() *models.LastOperationResource
func (*ServiceInstanceLastOperationGetOK) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetOK) IsClientError() bool
IsClientError returns true when this service instance last operation get o k response has a 4xx status code
func (*ServiceInstanceLastOperationGetOK) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetOK) IsCode(code int) bool
IsCode returns true when this service instance last operation get o k response a status code equal to that given
func (*ServiceInstanceLastOperationGetOK) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetOK) IsRedirect() bool
IsRedirect returns true when this service instance last operation get o k response has a 3xx status code
func (*ServiceInstanceLastOperationGetOK) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetOK) IsServerError() bool
IsServerError returns true when this service instance last operation get o k response has a 5xx status code
func (*ServiceInstanceLastOperationGetOK) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetOK) IsSuccess() bool
IsSuccess returns true when this service instance last operation get o k response has a 2xx status code
func (*ServiceInstanceLastOperationGetOK) String ¶ added in v1.2.2
func (o *ServiceInstanceLastOperationGetOK) String() string
type ServiceInstanceLastOperationGetParams ¶
type ServiceInstanceLastOperationGetParams struct { /* XBrokerAPIVersion. version number of the Service Broker API that the Platform will use */ XBrokerAPIVersion 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 }
ServiceInstanceLastOperationGetParams contains all the parameters to send to the API endpoint
for the service instance last operation get operation. Typically these are written to a http.Request.
func NewServiceInstanceLastOperationGetParams ¶
func NewServiceInstanceLastOperationGetParams() *ServiceInstanceLastOperationGetParams
NewServiceInstanceLastOperationGetParams creates a new ServiceInstanceLastOperationGetParams 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 NewServiceInstanceLastOperationGetParamsWithContext ¶
func NewServiceInstanceLastOperationGetParamsWithContext(ctx context.Context) *ServiceInstanceLastOperationGetParams
NewServiceInstanceLastOperationGetParamsWithContext creates a new ServiceInstanceLastOperationGetParams object with the ability to set a context for a request.
func NewServiceInstanceLastOperationGetParamsWithHTTPClient ¶
func NewServiceInstanceLastOperationGetParamsWithHTTPClient(client *http.Client) *ServiceInstanceLastOperationGetParams
NewServiceInstanceLastOperationGetParamsWithHTTPClient creates a new ServiceInstanceLastOperationGetParams object with the ability to set a custom HTTPClient for a request.
func NewServiceInstanceLastOperationGetParamsWithTimeout ¶
func NewServiceInstanceLastOperationGetParamsWithTimeout(timeout time.Duration) *ServiceInstanceLastOperationGetParams
NewServiceInstanceLastOperationGetParamsWithTimeout creates a new ServiceInstanceLastOperationGetParams object with the ability to set a timeout on a request.
func (*ServiceInstanceLastOperationGetParams) SetContext ¶
func (o *ServiceInstanceLastOperationGetParams) SetContext(ctx context.Context)
SetContext adds the context to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) SetDefaults ¶ added in v1.1.0
func (o *ServiceInstanceLastOperationGetParams) SetDefaults()
SetDefaults hydrates default values in the service instance last operation get params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceLastOperationGetParams) SetHTTPClient ¶
func (o *ServiceInstanceLastOperationGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) SetInstanceID ¶
func (o *ServiceInstanceLastOperationGetParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) SetOperation ¶
func (o *ServiceInstanceLastOperationGetParams) SetOperation(operation *string)
SetOperation adds the operation to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) SetPlanID ¶
func (o *ServiceInstanceLastOperationGetParams) SetPlanID(planID *string)
SetPlanID adds the planId to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) SetServiceID ¶
func (o *ServiceInstanceLastOperationGetParams) SetServiceID(serviceID *string)
SetServiceID adds the serviceId to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) SetTimeout ¶
func (o *ServiceInstanceLastOperationGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) SetXBrokerAPIVersion ¶
func (o *ServiceInstanceLastOperationGetParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
SetXBrokerAPIVersion adds the xBrokerApiVersion to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WithContext ¶
func (o *ServiceInstanceLastOperationGetParams) WithContext(ctx context.Context) *ServiceInstanceLastOperationGetParams
WithContext adds the context to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceInstanceLastOperationGetParams) WithDefaults() *ServiceInstanceLastOperationGetParams
WithDefaults hydrates default values in the service instance last operation get params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceLastOperationGetParams) WithHTTPClient ¶
func (o *ServiceInstanceLastOperationGetParams) WithHTTPClient(client *http.Client) *ServiceInstanceLastOperationGetParams
WithHTTPClient adds the HTTPClient to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WithInstanceID ¶
func (o *ServiceInstanceLastOperationGetParams) WithInstanceID(instanceID string) *ServiceInstanceLastOperationGetParams
WithInstanceID adds the instanceID to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WithOperation ¶
func (o *ServiceInstanceLastOperationGetParams) WithOperation(operation *string) *ServiceInstanceLastOperationGetParams
WithOperation adds the operation to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WithPlanID ¶
func (o *ServiceInstanceLastOperationGetParams) WithPlanID(planID *string) *ServiceInstanceLastOperationGetParams
WithPlanID adds the planID to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WithServiceID ¶
func (o *ServiceInstanceLastOperationGetParams) WithServiceID(serviceID *string) *ServiceInstanceLastOperationGetParams
WithServiceID adds the serviceID to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WithTimeout ¶
func (o *ServiceInstanceLastOperationGetParams) WithTimeout(timeout time.Duration) *ServiceInstanceLastOperationGetParams
WithTimeout adds the timeout to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WithXBrokerAPIVersion ¶
func (o *ServiceInstanceLastOperationGetParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceLastOperationGetParams
WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service instance last operation get params
func (*ServiceInstanceLastOperationGetParams) WriteToRequest ¶
func (o *ServiceInstanceLastOperationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServiceInstanceLastOperationGetReader ¶
type ServiceInstanceLastOperationGetReader struct {
// contains filtered or unexported fields
}
ServiceInstanceLastOperationGetReader is a Reader for the ServiceInstanceLastOperationGet structure.
func (*ServiceInstanceLastOperationGetReader) ReadResponse ¶
func (o *ServiceInstanceLastOperationGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServiceInstanceLastOperationGetUnauthorized ¶ added in v1.4.2
type ServiceInstanceLastOperationGetUnauthorized struct {
}ServiceInstanceLastOperationGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewServiceInstanceLastOperationGetUnauthorized ¶ added in v1.4.2
func NewServiceInstanceLastOperationGetUnauthorized() *ServiceInstanceLastOperationGetUnauthorized
NewServiceInstanceLastOperationGetUnauthorized creates a ServiceInstanceLastOperationGetUnauthorized with default headers values
func (*ServiceInstanceLastOperationGetUnauthorized) Code ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) Code() int
Code gets the status code for the service instance last operation get unauthorized response
func (*ServiceInstanceLastOperationGetUnauthorized) Error ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) Error() string
func (*ServiceInstanceLastOperationGetUnauthorized) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) GetPayload() *models.Error
func (*ServiceInstanceLastOperationGetUnauthorized) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) IsClientError() bool
IsClientError returns true when this service instance last operation get unauthorized response has a 4xx status code
func (*ServiceInstanceLastOperationGetUnauthorized) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) IsCode(code int) bool
IsCode returns true when this service instance last operation get unauthorized response a status code equal to that given
func (*ServiceInstanceLastOperationGetUnauthorized) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this service instance last operation get unauthorized response has a 3xx status code
func (*ServiceInstanceLastOperationGetUnauthorized) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) IsServerError() bool
IsServerError returns true when this service instance last operation get unauthorized response has a 5xx status code
func (*ServiceInstanceLastOperationGetUnauthorized) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this service instance last operation get unauthorized response has a 2xx status code
func (*ServiceInstanceLastOperationGetUnauthorized) String ¶ added in v1.4.2
func (o *ServiceInstanceLastOperationGetUnauthorized) String() string
type ServiceInstanceProvisionAccepted ¶
type ServiceInstanceProvisionAccepted struct {
Payload *models.ServiceInstanceAsyncOperation
}
ServiceInstanceProvisionAccepted describes a response with status code 202, with default header values.
Accepted
func NewServiceInstanceProvisionAccepted ¶
func NewServiceInstanceProvisionAccepted() *ServiceInstanceProvisionAccepted
NewServiceInstanceProvisionAccepted creates a ServiceInstanceProvisionAccepted with default headers values
func (*ServiceInstanceProvisionAccepted) Code ¶ added in v1.2.4
func (o *ServiceInstanceProvisionAccepted) Code() int
Code gets the status code for the service instance provision accepted response
func (*ServiceInstanceProvisionAccepted) Error ¶
func (o *ServiceInstanceProvisionAccepted) Error() string
func (*ServiceInstanceProvisionAccepted) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceProvisionAccepted) GetPayload() *models.ServiceInstanceAsyncOperation
func (*ServiceInstanceProvisionAccepted) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionAccepted) IsClientError() bool
IsClientError returns true when this service instance provision accepted response has a 4xx status code
func (*ServiceInstanceProvisionAccepted) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceProvisionAccepted) IsCode(code int) bool
IsCode returns true when this service instance provision accepted response a status code equal to that given
func (*ServiceInstanceProvisionAccepted) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceProvisionAccepted) IsRedirect() bool
IsRedirect returns true when this service instance provision accepted response has a 3xx status code
func (*ServiceInstanceProvisionAccepted) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionAccepted) IsServerError() bool
IsServerError returns true when this service instance provision accepted response has a 5xx status code
func (*ServiceInstanceProvisionAccepted) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceProvisionAccepted) IsSuccess() bool
IsSuccess returns true when this service instance provision accepted response has a 2xx status code
func (*ServiceInstanceProvisionAccepted) String ¶ added in v1.2.2
func (o *ServiceInstanceProvisionAccepted) String() string
type ServiceInstanceProvisionBadRequest ¶
ServiceInstanceProvisionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewServiceInstanceProvisionBadRequest ¶
func NewServiceInstanceProvisionBadRequest() *ServiceInstanceProvisionBadRequest
NewServiceInstanceProvisionBadRequest creates a ServiceInstanceProvisionBadRequest with default headers values
func (*ServiceInstanceProvisionBadRequest) Code ¶ added in v1.2.4
func (o *ServiceInstanceProvisionBadRequest) Code() int
Code gets the status code for the service instance provision bad request response
func (*ServiceInstanceProvisionBadRequest) Error ¶
func (o *ServiceInstanceProvisionBadRequest) Error() string
func (*ServiceInstanceProvisionBadRequest) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceProvisionBadRequest) GetPayload() *models.Error
func (*ServiceInstanceProvisionBadRequest) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionBadRequest) IsClientError() bool
IsClientError returns true when this service instance provision bad request response has a 4xx status code
func (*ServiceInstanceProvisionBadRequest) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceProvisionBadRequest) IsCode(code int) bool
IsCode returns true when this service instance provision bad request response a status code equal to that given
func (*ServiceInstanceProvisionBadRequest) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceProvisionBadRequest) IsRedirect() bool
IsRedirect returns true when this service instance provision bad request response has a 3xx status code
func (*ServiceInstanceProvisionBadRequest) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionBadRequest) IsServerError() bool
IsServerError returns true when this service instance provision bad request response has a 5xx status code
func (*ServiceInstanceProvisionBadRequest) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceProvisionBadRequest) IsSuccess() bool
IsSuccess returns true when this service instance provision bad request response has a 2xx status code
func (*ServiceInstanceProvisionBadRequest) String ¶ added in v1.2.2
func (o *ServiceInstanceProvisionBadRequest) String() string
type ServiceInstanceProvisionConflict ¶
ServiceInstanceProvisionConflict describes a response with status code 409, with default header values.
Conflict
func NewServiceInstanceProvisionConflict ¶
func NewServiceInstanceProvisionConflict() *ServiceInstanceProvisionConflict
NewServiceInstanceProvisionConflict creates a ServiceInstanceProvisionConflict with default headers values
func (*ServiceInstanceProvisionConflict) Code ¶ added in v1.2.4
func (o *ServiceInstanceProvisionConflict) Code() int
Code gets the status code for the service instance provision conflict response
func (*ServiceInstanceProvisionConflict) Error ¶
func (o *ServiceInstanceProvisionConflict) Error() string
func (*ServiceInstanceProvisionConflict) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceProvisionConflict) GetPayload() *models.Error
func (*ServiceInstanceProvisionConflict) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionConflict) IsClientError() bool
IsClientError returns true when this service instance provision conflict response has a 4xx status code
func (*ServiceInstanceProvisionConflict) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceProvisionConflict) IsCode(code int) bool
IsCode returns true when this service instance provision conflict response a status code equal to that given
func (*ServiceInstanceProvisionConflict) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceProvisionConflict) IsRedirect() bool
IsRedirect returns true when this service instance provision conflict response has a 3xx status code
func (*ServiceInstanceProvisionConflict) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionConflict) IsServerError() bool
IsServerError returns true when this service instance provision conflict response has a 5xx status code
func (*ServiceInstanceProvisionConflict) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceProvisionConflict) IsSuccess() bool
IsSuccess returns true when this service instance provision conflict response has a 2xx status code
func (*ServiceInstanceProvisionConflict) String ¶ added in v1.2.2
func (o *ServiceInstanceProvisionConflict) String() string
type ServiceInstanceProvisionCreated ¶
type ServiceInstanceProvisionCreated struct {
Payload *models.ServiceInstanceProvision
}
ServiceInstanceProvisionCreated describes a response with status code 201, with default header values.
Created
func NewServiceInstanceProvisionCreated ¶
func NewServiceInstanceProvisionCreated() *ServiceInstanceProvisionCreated
NewServiceInstanceProvisionCreated creates a ServiceInstanceProvisionCreated with default headers values
func (*ServiceInstanceProvisionCreated) Code ¶ added in v1.2.4
func (o *ServiceInstanceProvisionCreated) Code() int
Code gets the status code for the service instance provision created response
func (*ServiceInstanceProvisionCreated) Error ¶
func (o *ServiceInstanceProvisionCreated) Error() string
func (*ServiceInstanceProvisionCreated) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceProvisionCreated) GetPayload() *models.ServiceInstanceProvision
func (*ServiceInstanceProvisionCreated) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionCreated) IsClientError() bool
IsClientError returns true when this service instance provision created response has a 4xx status code
func (*ServiceInstanceProvisionCreated) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceProvisionCreated) IsCode(code int) bool
IsCode returns true when this service instance provision created response a status code equal to that given
func (*ServiceInstanceProvisionCreated) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceProvisionCreated) IsRedirect() bool
IsRedirect returns true when this service instance provision created response has a 3xx status code
func (*ServiceInstanceProvisionCreated) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionCreated) IsServerError() bool
IsServerError returns true when this service instance provision created response has a 5xx status code
func (*ServiceInstanceProvisionCreated) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceProvisionCreated) IsSuccess() bool
IsSuccess returns true when this service instance provision created response has a 2xx status code
func (*ServiceInstanceProvisionCreated) String ¶ added in v1.2.2
func (o *ServiceInstanceProvisionCreated) String() string
type ServiceInstanceProvisionForbidden ¶ added in v1.4.2
ServiceInstanceProvisionForbidden describes a response with status code 403, with default header values.
Forbidden
func NewServiceInstanceProvisionForbidden ¶ added in v1.4.2
func NewServiceInstanceProvisionForbidden() *ServiceInstanceProvisionForbidden
NewServiceInstanceProvisionForbidden creates a ServiceInstanceProvisionForbidden with default headers values
func (*ServiceInstanceProvisionForbidden) Code ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) Code() int
Code gets the status code for the service instance provision forbidden response
func (*ServiceInstanceProvisionForbidden) Error ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) Error() string
func (*ServiceInstanceProvisionForbidden) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) GetPayload() *models.Error
func (*ServiceInstanceProvisionForbidden) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) IsClientError() bool
IsClientError returns true when this service instance provision forbidden response has a 4xx status code
func (*ServiceInstanceProvisionForbidden) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) IsCode(code int) bool
IsCode returns true when this service instance provision forbidden response a status code equal to that given
func (*ServiceInstanceProvisionForbidden) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) IsRedirect() bool
IsRedirect returns true when this service instance provision forbidden response has a 3xx status code
func (*ServiceInstanceProvisionForbidden) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) IsServerError() bool
IsServerError returns true when this service instance provision forbidden response has a 5xx status code
func (*ServiceInstanceProvisionForbidden) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) IsSuccess() bool
IsSuccess returns true when this service instance provision forbidden response has a 2xx status code
func (*ServiceInstanceProvisionForbidden) String ¶ added in v1.4.2
func (o *ServiceInstanceProvisionForbidden) String() string
type ServiceInstanceProvisionNotFound ¶ added in v1.4.2
ServiceInstanceProvisionNotFound describes a response with status code 404, with default header values.
Not Found
func NewServiceInstanceProvisionNotFound ¶ added in v1.4.2
func NewServiceInstanceProvisionNotFound() *ServiceInstanceProvisionNotFound
NewServiceInstanceProvisionNotFound creates a ServiceInstanceProvisionNotFound with default headers values
func (*ServiceInstanceProvisionNotFound) Code ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) Code() int
Code gets the status code for the service instance provision not found response
func (*ServiceInstanceProvisionNotFound) Error ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) Error() string
func (*ServiceInstanceProvisionNotFound) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) GetPayload() *models.Error
func (*ServiceInstanceProvisionNotFound) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) IsClientError() bool
IsClientError returns true when this service instance provision not found response has a 4xx status code
func (*ServiceInstanceProvisionNotFound) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) IsCode(code int) bool
IsCode returns true when this service instance provision not found response a status code equal to that given
func (*ServiceInstanceProvisionNotFound) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) IsRedirect() bool
IsRedirect returns true when this service instance provision not found response has a 3xx status code
func (*ServiceInstanceProvisionNotFound) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) IsServerError() bool
IsServerError returns true when this service instance provision not found response has a 5xx status code
func (*ServiceInstanceProvisionNotFound) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) IsSuccess() bool
IsSuccess returns true when this service instance provision not found response has a 2xx status code
func (*ServiceInstanceProvisionNotFound) String ¶ added in v1.4.2
func (o *ServiceInstanceProvisionNotFound) String() string
type ServiceInstanceProvisionOK ¶
type ServiceInstanceProvisionOK struct {
Payload *models.ServiceInstanceProvision
}
ServiceInstanceProvisionOK describes a response with status code 200, with default header values.
OK
func NewServiceInstanceProvisionOK ¶
func NewServiceInstanceProvisionOK() *ServiceInstanceProvisionOK
NewServiceInstanceProvisionOK creates a ServiceInstanceProvisionOK with default headers values
func (*ServiceInstanceProvisionOK) Code ¶ added in v1.2.4
func (o *ServiceInstanceProvisionOK) Code() int
Code gets the status code for the service instance provision o k response
func (*ServiceInstanceProvisionOK) Error ¶
func (o *ServiceInstanceProvisionOK) Error() string
func (*ServiceInstanceProvisionOK) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceProvisionOK) GetPayload() *models.ServiceInstanceProvision
func (*ServiceInstanceProvisionOK) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionOK) IsClientError() bool
IsClientError returns true when this service instance provision o k response has a 4xx status code
func (*ServiceInstanceProvisionOK) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceProvisionOK) IsCode(code int) bool
IsCode returns true when this service instance provision o k response a status code equal to that given
func (*ServiceInstanceProvisionOK) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceProvisionOK) IsRedirect() bool
IsRedirect returns true when this service instance provision o k response has a 3xx status code
func (*ServiceInstanceProvisionOK) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionOK) IsServerError() bool
IsServerError returns true when this service instance provision o k response has a 5xx status code
func (*ServiceInstanceProvisionOK) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceProvisionOK) IsSuccess() bool
IsSuccess returns true when this service instance provision o k response has a 2xx status code
func (*ServiceInstanceProvisionOK) String ¶ added in v1.2.2
func (o *ServiceInstanceProvisionOK) String() string
type ServiceInstanceProvisionParams ¶
type ServiceInstanceProvisionParams 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 /* Body. parameters for the requested service instance provision */ Body *models.ServiceInstanceProvisionRequest /* InstanceID. instance id of instance to provision */ InstanceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServiceInstanceProvisionParams contains all the parameters to send to the API endpoint
for the service instance provision operation. Typically these are written to a http.Request.
func NewServiceInstanceProvisionParams ¶
func NewServiceInstanceProvisionParams() *ServiceInstanceProvisionParams
NewServiceInstanceProvisionParams creates a new ServiceInstanceProvisionParams 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 NewServiceInstanceProvisionParamsWithContext ¶
func NewServiceInstanceProvisionParamsWithContext(ctx context.Context) *ServiceInstanceProvisionParams
NewServiceInstanceProvisionParamsWithContext creates a new ServiceInstanceProvisionParams object with the ability to set a context for a request.
func NewServiceInstanceProvisionParamsWithHTTPClient ¶
func NewServiceInstanceProvisionParamsWithHTTPClient(client *http.Client) *ServiceInstanceProvisionParams
NewServiceInstanceProvisionParamsWithHTTPClient creates a new ServiceInstanceProvisionParams object with the ability to set a custom HTTPClient for a request.
func NewServiceInstanceProvisionParamsWithTimeout ¶
func NewServiceInstanceProvisionParamsWithTimeout(timeout time.Duration) *ServiceInstanceProvisionParams
NewServiceInstanceProvisionParamsWithTimeout creates a new ServiceInstanceProvisionParams object with the ability to set a timeout on a request.
func (*ServiceInstanceProvisionParams) SetAcceptsIncomplete ¶
func (o *ServiceInstanceProvisionParams) SetAcceptsIncomplete(acceptsIncomplete *bool)
SetAcceptsIncomplete adds the acceptsIncomplete to the service instance provision params
func (*ServiceInstanceProvisionParams) SetBody ¶
func (o *ServiceInstanceProvisionParams) SetBody(body *models.ServiceInstanceProvisionRequest)
SetBody adds the body to the service instance provision params
func (*ServiceInstanceProvisionParams) SetContext ¶
func (o *ServiceInstanceProvisionParams) SetContext(ctx context.Context)
SetContext adds the context to the service instance provision params
func (*ServiceInstanceProvisionParams) SetDefaults ¶ added in v1.1.0
func (o *ServiceInstanceProvisionParams) SetDefaults()
SetDefaults hydrates default values in the service instance provision params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceProvisionParams) SetHTTPClient ¶
func (o *ServiceInstanceProvisionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the service instance provision params
func (*ServiceInstanceProvisionParams) SetInstanceID ¶
func (o *ServiceInstanceProvisionParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the service instance provision params
func (*ServiceInstanceProvisionParams) SetTimeout ¶
func (o *ServiceInstanceProvisionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the service instance provision params
func (*ServiceInstanceProvisionParams) SetXBrokerAPIOriginatingIdentity ¶
func (o *ServiceInstanceProvisionParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
SetXBrokerAPIOriginatingIdentity adds the xBrokerApiOriginatingIdentity to the service instance provision params
func (*ServiceInstanceProvisionParams) SetXBrokerAPIVersion ¶
func (o *ServiceInstanceProvisionParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
SetXBrokerAPIVersion adds the xBrokerApiVersion to the service instance provision params
func (*ServiceInstanceProvisionParams) WithAcceptsIncomplete ¶
func (o *ServiceInstanceProvisionParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceInstanceProvisionParams
WithAcceptsIncomplete adds the acceptsIncomplete to the service instance provision params
func (*ServiceInstanceProvisionParams) WithBody ¶
func (o *ServiceInstanceProvisionParams) WithBody(body *models.ServiceInstanceProvisionRequest) *ServiceInstanceProvisionParams
WithBody adds the body to the service instance provision params
func (*ServiceInstanceProvisionParams) WithContext ¶
func (o *ServiceInstanceProvisionParams) WithContext(ctx context.Context) *ServiceInstanceProvisionParams
WithContext adds the context to the service instance provision params
func (*ServiceInstanceProvisionParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceInstanceProvisionParams) WithDefaults() *ServiceInstanceProvisionParams
WithDefaults hydrates default values in the service instance provision params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceProvisionParams) WithHTTPClient ¶
func (o *ServiceInstanceProvisionParams) WithHTTPClient(client *http.Client) *ServiceInstanceProvisionParams
WithHTTPClient adds the HTTPClient to the service instance provision params
func (*ServiceInstanceProvisionParams) WithInstanceID ¶
func (o *ServiceInstanceProvisionParams) WithInstanceID(instanceID string) *ServiceInstanceProvisionParams
WithInstanceID adds the instanceID to the service instance provision params
func (*ServiceInstanceProvisionParams) WithTimeout ¶
func (o *ServiceInstanceProvisionParams) WithTimeout(timeout time.Duration) *ServiceInstanceProvisionParams
WithTimeout adds the timeout to the service instance provision params
func (*ServiceInstanceProvisionParams) WithXBrokerAPIOriginatingIdentity ¶
func (o *ServiceInstanceProvisionParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceInstanceProvisionParams
WithXBrokerAPIOriginatingIdentity adds the xBrokerAPIOriginatingIdentity to the service instance provision params
func (*ServiceInstanceProvisionParams) WithXBrokerAPIVersion ¶
func (o *ServiceInstanceProvisionParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceProvisionParams
WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service instance provision params
func (*ServiceInstanceProvisionParams) WriteToRequest ¶
func (o *ServiceInstanceProvisionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServiceInstanceProvisionReader ¶
type ServiceInstanceProvisionReader struct {
// contains filtered or unexported fields
}
ServiceInstanceProvisionReader is a Reader for the ServiceInstanceProvision structure.
func (*ServiceInstanceProvisionReader) ReadResponse ¶
func (o *ServiceInstanceProvisionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServiceInstanceProvisionUnauthorized ¶ added in v1.4.2
type ServiceInstanceProvisionUnauthorized struct {
}ServiceInstanceProvisionUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewServiceInstanceProvisionUnauthorized ¶ added in v1.4.2
func NewServiceInstanceProvisionUnauthorized() *ServiceInstanceProvisionUnauthorized
NewServiceInstanceProvisionUnauthorized creates a ServiceInstanceProvisionUnauthorized with default headers values
func (*ServiceInstanceProvisionUnauthorized) Code ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) Code() int
Code gets the status code for the service instance provision unauthorized response
func (*ServiceInstanceProvisionUnauthorized) Error ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) Error() string
func (*ServiceInstanceProvisionUnauthorized) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) GetPayload() *models.Error
func (*ServiceInstanceProvisionUnauthorized) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) IsClientError() bool
IsClientError returns true when this service instance provision unauthorized response has a 4xx status code
func (*ServiceInstanceProvisionUnauthorized) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) IsCode(code int) bool
IsCode returns true when this service instance provision unauthorized response a status code equal to that given
func (*ServiceInstanceProvisionUnauthorized) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) IsRedirect() bool
IsRedirect returns true when this service instance provision unauthorized response has a 3xx status code
func (*ServiceInstanceProvisionUnauthorized) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) IsServerError() bool
IsServerError returns true when this service instance provision unauthorized response has a 5xx status code
func (*ServiceInstanceProvisionUnauthorized) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) IsSuccess() bool
IsSuccess returns true when this service instance provision unauthorized response has a 2xx status code
func (*ServiceInstanceProvisionUnauthorized) String ¶ added in v1.4.2
func (o *ServiceInstanceProvisionUnauthorized) String() string
type ServiceInstanceProvisionUnprocessableEntity ¶
ServiceInstanceProvisionUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Entity
func NewServiceInstanceProvisionUnprocessableEntity ¶
func NewServiceInstanceProvisionUnprocessableEntity() *ServiceInstanceProvisionUnprocessableEntity
NewServiceInstanceProvisionUnprocessableEntity creates a ServiceInstanceProvisionUnprocessableEntity with default headers values
func (*ServiceInstanceProvisionUnprocessableEntity) Code ¶ added in v1.2.4
func (o *ServiceInstanceProvisionUnprocessableEntity) Code() int
Code gets the status code for the service instance provision unprocessable entity response
func (*ServiceInstanceProvisionUnprocessableEntity) Error ¶
func (o *ServiceInstanceProvisionUnprocessableEntity) Error() string
func (*ServiceInstanceProvisionUnprocessableEntity) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceProvisionUnprocessableEntity) GetPayload() *models.Error
func (*ServiceInstanceProvisionUnprocessableEntity) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionUnprocessableEntity) IsClientError() bool
IsClientError returns true when this service instance provision unprocessable entity response has a 4xx status code
func (*ServiceInstanceProvisionUnprocessableEntity) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceProvisionUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this service instance provision unprocessable entity response a status code equal to that given
func (*ServiceInstanceProvisionUnprocessableEntity) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceProvisionUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this service instance provision unprocessable entity response has a 3xx status code
func (*ServiceInstanceProvisionUnprocessableEntity) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceProvisionUnprocessableEntity) IsServerError() bool
IsServerError returns true when this service instance provision unprocessable entity response has a 5xx status code
func (*ServiceInstanceProvisionUnprocessableEntity) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceProvisionUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this service instance provision unprocessable entity response has a 2xx status code
func (*ServiceInstanceProvisionUnprocessableEntity) String ¶ added in v1.2.2
func (o *ServiceInstanceProvisionUnprocessableEntity) String() string
type ServiceInstanceUpdateAccepted ¶
type ServiceInstanceUpdateAccepted struct {
Payload *models.ServiceInstanceAsyncOperation
}
ServiceInstanceUpdateAccepted describes a response with status code 202, with default header values.
Accepted
func NewServiceInstanceUpdateAccepted ¶
func NewServiceInstanceUpdateAccepted() *ServiceInstanceUpdateAccepted
NewServiceInstanceUpdateAccepted creates a ServiceInstanceUpdateAccepted with default headers values
func (*ServiceInstanceUpdateAccepted) Code ¶ added in v1.2.4
func (o *ServiceInstanceUpdateAccepted) Code() int
Code gets the status code for the service instance update accepted response
func (*ServiceInstanceUpdateAccepted) Error ¶
func (o *ServiceInstanceUpdateAccepted) Error() string
func (*ServiceInstanceUpdateAccepted) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceUpdateAccepted) GetPayload() *models.ServiceInstanceAsyncOperation
func (*ServiceInstanceUpdateAccepted) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceUpdateAccepted) IsClientError() bool
IsClientError returns true when this service instance update accepted response has a 4xx status code
func (*ServiceInstanceUpdateAccepted) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceUpdateAccepted) IsCode(code int) bool
IsCode returns true when this service instance update accepted response a status code equal to that given
func (*ServiceInstanceUpdateAccepted) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceUpdateAccepted) IsRedirect() bool
IsRedirect returns true when this service instance update accepted response has a 3xx status code
func (*ServiceInstanceUpdateAccepted) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceUpdateAccepted) IsServerError() bool
IsServerError returns true when this service instance update accepted response has a 5xx status code
func (*ServiceInstanceUpdateAccepted) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceUpdateAccepted) IsSuccess() bool
IsSuccess returns true when this service instance update accepted response has a 2xx status code
func (*ServiceInstanceUpdateAccepted) String ¶ added in v1.2.2
func (o *ServiceInstanceUpdateAccepted) String() string
type ServiceInstanceUpdateBadRequest ¶
ServiceInstanceUpdateBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewServiceInstanceUpdateBadRequest ¶
func NewServiceInstanceUpdateBadRequest() *ServiceInstanceUpdateBadRequest
NewServiceInstanceUpdateBadRequest creates a ServiceInstanceUpdateBadRequest with default headers values
func (*ServiceInstanceUpdateBadRequest) Code ¶ added in v1.2.4
func (o *ServiceInstanceUpdateBadRequest) Code() int
Code gets the status code for the service instance update bad request response
func (*ServiceInstanceUpdateBadRequest) Error ¶
func (o *ServiceInstanceUpdateBadRequest) Error() string
func (*ServiceInstanceUpdateBadRequest) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceUpdateBadRequest) GetPayload() *models.Error
func (*ServiceInstanceUpdateBadRequest) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceUpdateBadRequest) IsClientError() bool
IsClientError returns true when this service instance update bad request response has a 4xx status code
func (*ServiceInstanceUpdateBadRequest) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this service instance update bad request response a status code equal to that given
func (*ServiceInstanceUpdateBadRequest) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this service instance update bad request response has a 3xx status code
func (*ServiceInstanceUpdateBadRequest) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceUpdateBadRequest) IsServerError() bool
IsServerError returns true when this service instance update bad request response has a 5xx status code
func (*ServiceInstanceUpdateBadRequest) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this service instance update bad request response has a 2xx status code
func (*ServiceInstanceUpdateBadRequest) String ¶ added in v1.2.2
func (o *ServiceInstanceUpdateBadRequest) String() string
type ServiceInstanceUpdateForbidden ¶ added in v1.4.2
ServiceInstanceUpdateForbidden describes a response with status code 403, with default header values.
Forbidden
func NewServiceInstanceUpdateForbidden ¶ added in v1.4.2
func NewServiceInstanceUpdateForbidden() *ServiceInstanceUpdateForbidden
NewServiceInstanceUpdateForbidden creates a ServiceInstanceUpdateForbidden with default headers values
func (*ServiceInstanceUpdateForbidden) Code ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) Code() int
Code gets the status code for the service instance update forbidden response
func (*ServiceInstanceUpdateForbidden) Error ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) Error() string
func (*ServiceInstanceUpdateForbidden) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) GetPayload() *models.Error
func (*ServiceInstanceUpdateForbidden) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) IsClientError() bool
IsClientError returns true when this service instance update forbidden response has a 4xx status code
func (*ServiceInstanceUpdateForbidden) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) IsCode(code int) bool
IsCode returns true when this service instance update forbidden response a status code equal to that given
func (*ServiceInstanceUpdateForbidden) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) IsRedirect() bool
IsRedirect returns true when this service instance update forbidden response has a 3xx status code
func (*ServiceInstanceUpdateForbidden) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) IsServerError() bool
IsServerError returns true when this service instance update forbidden response has a 5xx status code
func (*ServiceInstanceUpdateForbidden) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) IsSuccess() bool
IsSuccess returns true when this service instance update forbidden response has a 2xx status code
func (*ServiceInstanceUpdateForbidden) String ¶ added in v1.4.2
func (o *ServiceInstanceUpdateForbidden) String() string
type ServiceInstanceUpdateNotFound ¶ added in v1.4.2
ServiceInstanceUpdateNotFound describes a response with status code 404, with default header values.
Not Found
func NewServiceInstanceUpdateNotFound ¶ added in v1.4.2
func NewServiceInstanceUpdateNotFound() *ServiceInstanceUpdateNotFound
NewServiceInstanceUpdateNotFound creates a ServiceInstanceUpdateNotFound with default headers values
func (*ServiceInstanceUpdateNotFound) Code ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) Code() int
Code gets the status code for the service instance update not found response
func (*ServiceInstanceUpdateNotFound) Error ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) Error() string
func (*ServiceInstanceUpdateNotFound) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) GetPayload() *models.Error
func (*ServiceInstanceUpdateNotFound) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) IsClientError() bool
IsClientError returns true when this service instance update not found response has a 4xx status code
func (*ServiceInstanceUpdateNotFound) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) IsCode(code int) bool
IsCode returns true when this service instance update not found response a status code equal to that given
func (*ServiceInstanceUpdateNotFound) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this service instance update not found response has a 3xx status code
func (*ServiceInstanceUpdateNotFound) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) IsServerError() bool
IsServerError returns true when this service instance update not found response has a 5xx status code
func (*ServiceInstanceUpdateNotFound) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this service instance update not found response has a 2xx status code
func (*ServiceInstanceUpdateNotFound) String ¶ added in v1.4.2
func (o *ServiceInstanceUpdateNotFound) String() string
type ServiceInstanceUpdateOK ¶
ServiceInstanceUpdateOK describes a response with status code 200, with default header values.
OK
func NewServiceInstanceUpdateOK ¶
func NewServiceInstanceUpdateOK() *ServiceInstanceUpdateOK
NewServiceInstanceUpdateOK creates a ServiceInstanceUpdateOK with default headers values
func (*ServiceInstanceUpdateOK) Code ¶ added in v1.2.4
func (o *ServiceInstanceUpdateOK) Code() int
Code gets the status code for the service instance update o k response
func (*ServiceInstanceUpdateOK) Error ¶
func (o *ServiceInstanceUpdateOK) Error() string
func (*ServiceInstanceUpdateOK) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceUpdateOK) GetPayload() models.Object
func (*ServiceInstanceUpdateOK) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceUpdateOK) IsClientError() bool
IsClientError returns true when this service instance update o k response has a 4xx status code
func (*ServiceInstanceUpdateOK) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceUpdateOK) IsCode(code int) bool
IsCode returns true when this service instance update o k response a status code equal to that given
func (*ServiceInstanceUpdateOK) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceUpdateOK) IsRedirect() bool
IsRedirect returns true when this service instance update o k response has a 3xx status code
func (*ServiceInstanceUpdateOK) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceUpdateOK) IsServerError() bool
IsServerError returns true when this service instance update o k response has a 5xx status code
func (*ServiceInstanceUpdateOK) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceUpdateOK) IsSuccess() bool
IsSuccess returns true when this service instance update o k response has a 2xx status code
func (*ServiceInstanceUpdateOK) String ¶ added in v1.2.2
func (o *ServiceInstanceUpdateOK) String() string
type ServiceInstanceUpdateParams ¶
type ServiceInstanceUpdateParams 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 /* Body. parameters for the requested service instance update */ Body *models.ServiceInstanceUpdateRequest /* InstanceID. instance id of instance to provision */ InstanceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServiceInstanceUpdateParams contains all the parameters to send to the API endpoint
for the service instance update operation. Typically these are written to a http.Request.
func NewServiceInstanceUpdateParams ¶
func NewServiceInstanceUpdateParams() *ServiceInstanceUpdateParams
NewServiceInstanceUpdateParams creates a new ServiceInstanceUpdateParams 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 NewServiceInstanceUpdateParamsWithContext ¶
func NewServiceInstanceUpdateParamsWithContext(ctx context.Context) *ServiceInstanceUpdateParams
NewServiceInstanceUpdateParamsWithContext creates a new ServiceInstanceUpdateParams object with the ability to set a context for a request.
func NewServiceInstanceUpdateParamsWithHTTPClient ¶
func NewServiceInstanceUpdateParamsWithHTTPClient(client *http.Client) *ServiceInstanceUpdateParams
NewServiceInstanceUpdateParamsWithHTTPClient creates a new ServiceInstanceUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewServiceInstanceUpdateParamsWithTimeout ¶
func NewServiceInstanceUpdateParamsWithTimeout(timeout time.Duration) *ServiceInstanceUpdateParams
NewServiceInstanceUpdateParamsWithTimeout creates a new ServiceInstanceUpdateParams object with the ability to set a timeout on a request.
func (*ServiceInstanceUpdateParams) SetAcceptsIncomplete ¶
func (o *ServiceInstanceUpdateParams) SetAcceptsIncomplete(acceptsIncomplete *bool)
SetAcceptsIncomplete adds the acceptsIncomplete to the service instance update params
func (*ServiceInstanceUpdateParams) SetBody ¶
func (o *ServiceInstanceUpdateParams) SetBody(body *models.ServiceInstanceUpdateRequest)
SetBody adds the body to the service instance update params
func (*ServiceInstanceUpdateParams) SetContext ¶
func (o *ServiceInstanceUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the service instance update params
func (*ServiceInstanceUpdateParams) SetDefaults ¶ added in v1.1.0
func (o *ServiceInstanceUpdateParams) SetDefaults()
SetDefaults hydrates default values in the service instance update params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceUpdateParams) SetHTTPClient ¶
func (o *ServiceInstanceUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the service instance update params
func (*ServiceInstanceUpdateParams) SetInstanceID ¶
func (o *ServiceInstanceUpdateParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the service instance update params
func (*ServiceInstanceUpdateParams) SetTimeout ¶
func (o *ServiceInstanceUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the service instance update params
func (*ServiceInstanceUpdateParams) SetXBrokerAPIOriginatingIdentity ¶
func (o *ServiceInstanceUpdateParams) SetXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string)
SetXBrokerAPIOriginatingIdentity adds the xBrokerApiOriginatingIdentity to the service instance update params
func (*ServiceInstanceUpdateParams) SetXBrokerAPIVersion ¶
func (o *ServiceInstanceUpdateParams) SetXBrokerAPIVersion(xBrokerAPIVersion string)
SetXBrokerAPIVersion adds the xBrokerApiVersion to the service instance update params
func (*ServiceInstanceUpdateParams) WithAcceptsIncomplete ¶
func (o *ServiceInstanceUpdateParams) WithAcceptsIncomplete(acceptsIncomplete *bool) *ServiceInstanceUpdateParams
WithAcceptsIncomplete adds the acceptsIncomplete to the service instance update params
func (*ServiceInstanceUpdateParams) WithBody ¶
func (o *ServiceInstanceUpdateParams) WithBody(body *models.ServiceInstanceUpdateRequest) *ServiceInstanceUpdateParams
WithBody adds the body to the service instance update params
func (*ServiceInstanceUpdateParams) WithContext ¶
func (o *ServiceInstanceUpdateParams) WithContext(ctx context.Context) *ServiceInstanceUpdateParams
WithContext adds the context to the service instance update params
func (*ServiceInstanceUpdateParams) WithDefaults ¶ added in v1.1.0
func (o *ServiceInstanceUpdateParams) WithDefaults() *ServiceInstanceUpdateParams
WithDefaults hydrates default values in the service instance update params (not the query body).
All values with no default are reset to their zero value.
func (*ServiceInstanceUpdateParams) WithHTTPClient ¶
func (o *ServiceInstanceUpdateParams) WithHTTPClient(client *http.Client) *ServiceInstanceUpdateParams
WithHTTPClient adds the HTTPClient to the service instance update params
func (*ServiceInstanceUpdateParams) WithInstanceID ¶
func (o *ServiceInstanceUpdateParams) WithInstanceID(instanceID string) *ServiceInstanceUpdateParams
WithInstanceID adds the instanceID to the service instance update params
func (*ServiceInstanceUpdateParams) WithTimeout ¶
func (o *ServiceInstanceUpdateParams) WithTimeout(timeout time.Duration) *ServiceInstanceUpdateParams
WithTimeout adds the timeout to the service instance update params
func (*ServiceInstanceUpdateParams) WithXBrokerAPIOriginatingIdentity ¶
func (o *ServiceInstanceUpdateParams) WithXBrokerAPIOriginatingIdentity(xBrokerAPIOriginatingIdentity *string) *ServiceInstanceUpdateParams
WithXBrokerAPIOriginatingIdentity adds the xBrokerAPIOriginatingIdentity to the service instance update params
func (*ServiceInstanceUpdateParams) WithXBrokerAPIVersion ¶
func (o *ServiceInstanceUpdateParams) WithXBrokerAPIVersion(xBrokerAPIVersion string) *ServiceInstanceUpdateParams
WithXBrokerAPIVersion adds the xBrokerAPIVersion to the service instance update params
func (*ServiceInstanceUpdateParams) WriteToRequest ¶
func (o *ServiceInstanceUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServiceInstanceUpdateReader ¶
type ServiceInstanceUpdateReader struct {
// contains filtered or unexported fields
}
ServiceInstanceUpdateReader is a Reader for the ServiceInstanceUpdate structure.
func (*ServiceInstanceUpdateReader) ReadResponse ¶
func (o *ServiceInstanceUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServiceInstanceUpdateUnauthorized ¶ added in v1.4.2
type ServiceInstanceUpdateUnauthorized struct {
}ServiceInstanceUpdateUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewServiceInstanceUpdateUnauthorized ¶ added in v1.4.2
func NewServiceInstanceUpdateUnauthorized() *ServiceInstanceUpdateUnauthorized
NewServiceInstanceUpdateUnauthorized creates a ServiceInstanceUpdateUnauthorized with default headers values
func (*ServiceInstanceUpdateUnauthorized) Code ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) Code() int
Code gets the status code for the service instance update unauthorized response
func (*ServiceInstanceUpdateUnauthorized) Error ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) Error() string
func (*ServiceInstanceUpdateUnauthorized) GetPayload ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) GetPayload() *models.Error
func (*ServiceInstanceUpdateUnauthorized) IsClientError ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) IsClientError() bool
IsClientError returns true when this service instance update unauthorized response has a 4xx status code
func (*ServiceInstanceUpdateUnauthorized) IsCode ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) IsCode(code int) bool
IsCode returns true when this service instance update unauthorized response a status code equal to that given
func (*ServiceInstanceUpdateUnauthorized) IsRedirect ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) IsRedirect() bool
IsRedirect returns true when this service instance update unauthorized response has a 3xx status code
func (*ServiceInstanceUpdateUnauthorized) IsServerError ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) IsServerError() bool
IsServerError returns true when this service instance update unauthorized response has a 5xx status code
func (*ServiceInstanceUpdateUnauthorized) IsSuccess ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) IsSuccess() bool
IsSuccess returns true when this service instance update unauthorized response has a 2xx status code
func (*ServiceInstanceUpdateUnauthorized) String ¶ added in v1.4.2
func (o *ServiceInstanceUpdateUnauthorized) String() string
type ServiceInstanceUpdateUnprocessableEntity ¶
ServiceInstanceUpdateUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewServiceInstanceUpdateUnprocessableEntity ¶
func NewServiceInstanceUpdateUnprocessableEntity() *ServiceInstanceUpdateUnprocessableEntity
NewServiceInstanceUpdateUnprocessableEntity creates a ServiceInstanceUpdateUnprocessableEntity with default headers values
func (*ServiceInstanceUpdateUnprocessableEntity) Code ¶ added in v1.2.4
func (o *ServiceInstanceUpdateUnprocessableEntity) Code() int
Code gets the status code for the service instance update unprocessable entity response
func (*ServiceInstanceUpdateUnprocessableEntity) Error ¶
func (o *ServiceInstanceUpdateUnprocessableEntity) Error() string
func (*ServiceInstanceUpdateUnprocessableEntity) GetPayload ¶ added in v1.1.0
func (o *ServiceInstanceUpdateUnprocessableEntity) GetPayload() *models.Error
func (*ServiceInstanceUpdateUnprocessableEntity) IsClientError ¶ added in v1.2.2
func (o *ServiceInstanceUpdateUnprocessableEntity) IsClientError() bool
IsClientError returns true when this service instance update unprocessable entity response has a 4xx status code
func (*ServiceInstanceUpdateUnprocessableEntity) IsCode ¶ added in v1.2.2
func (o *ServiceInstanceUpdateUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this service instance update unprocessable entity response a status code equal to that given
func (*ServiceInstanceUpdateUnprocessableEntity) IsRedirect ¶ added in v1.2.2
func (o *ServiceInstanceUpdateUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this service instance update unprocessable entity response has a 3xx status code
func (*ServiceInstanceUpdateUnprocessableEntity) IsServerError ¶ added in v1.2.2
func (o *ServiceInstanceUpdateUnprocessableEntity) IsServerError() bool
IsServerError returns true when this service instance update unprocessable entity response has a 5xx status code
func (*ServiceInstanceUpdateUnprocessableEntity) IsSuccess ¶ added in v1.2.2
func (o *ServiceInstanceUpdateUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this service instance update unprocessable entity response has a 2xx status code
func (*ServiceInstanceUpdateUnprocessableEntity) String ¶ added in v1.2.2
func (o *ServiceInstanceUpdateUnprocessableEntity) String() string
Source Files ¶
- service_instance_deprovision_parameters.go
- service_instance_deprovision_responses.go
- service_instance_get_parameters.go
- service_instance_get_responses.go
- service_instance_last_operation_get_parameters.go
- service_instance_last_operation_get_responses.go
- service_instance_provision_parameters.go
- service_instance_provision_responses.go
- service_instance_update_parameters.go
- service_instance_update_responses.go
- service_instances_client.go