Documentation ¶
Index ¶
- func WithAcceptApplicationJSON(r *runtime.ClientOperation)
- func WithAcceptApplicationOctetStream(r *runtime.ClientOperation)
- type BindGroupToServiceBadRequest
- func (o *BindGroupToServiceBadRequest) Code() int
- func (o *BindGroupToServiceBadRequest) Error() string
- func (o *BindGroupToServiceBadRequest) GetPayload() *models.Error
- func (o *BindGroupToServiceBadRequest) IsClientError() bool
- func (o *BindGroupToServiceBadRequest) IsCode(code int) bool
- func (o *BindGroupToServiceBadRequest) IsRedirect() bool
- func (o *BindGroupToServiceBadRequest) IsServerError() bool
- func (o *BindGroupToServiceBadRequest) IsSuccess() bool
- func (o *BindGroupToServiceBadRequest) String() string
- type BindGroupToServiceForbidden
- func (o *BindGroupToServiceForbidden) Code() int
- func (o *BindGroupToServiceForbidden) Error() string
- func (o *BindGroupToServiceForbidden) GetPayload() *models.Error
- func (o *BindGroupToServiceForbidden) IsClientError() bool
- func (o *BindGroupToServiceForbidden) IsCode(code int) bool
- func (o *BindGroupToServiceForbidden) IsRedirect() bool
- func (o *BindGroupToServiceForbidden) IsServerError() bool
- func (o *BindGroupToServiceForbidden) IsSuccess() bool
- func (o *BindGroupToServiceForbidden) String() string
- type BindGroupToServiceNotFound
- func (o *BindGroupToServiceNotFound) Code() int
- func (o *BindGroupToServiceNotFound) Error() string
- func (o *BindGroupToServiceNotFound) GetPayload() *models.Error
- func (o *BindGroupToServiceNotFound) IsClientError() bool
- func (o *BindGroupToServiceNotFound) IsCode(code int) bool
- func (o *BindGroupToServiceNotFound) IsRedirect() bool
- func (o *BindGroupToServiceNotFound) IsServerError() bool
- func (o *BindGroupToServiceNotFound) IsSuccess() bool
- func (o *BindGroupToServiceNotFound) String() string
- type BindGroupToServiceOK
- func (o *BindGroupToServiceOK) Code() int
- func (o *BindGroupToServiceOK) Error() string
- func (o *BindGroupToServiceOK) GetPayload() *models.RemoveServiceConfigurationResult
- func (o *BindGroupToServiceOK) IsClientError() bool
- func (o *BindGroupToServiceOK) IsCode(code int) bool
- func (o *BindGroupToServiceOK) IsRedirect() bool
- func (o *BindGroupToServiceOK) IsServerError() bool
- func (o *BindGroupToServiceOK) IsSuccess() bool
- func (o *BindGroupToServiceOK) String() string
- type BindGroupToServiceParams
- func NewBindGroupToServiceParams() *BindGroupToServiceParams
- func NewBindGroupToServiceParamsWithContext(ctx context.Context) *BindGroupToServiceParams
- func NewBindGroupToServiceParamsWithHTTPClient(client *http.Client) *BindGroupToServiceParams
- func NewBindGroupToServiceParamsWithTimeout(timeout time.Duration) *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) SetAPIGroup(aPIGroup string)
- func (o *BindGroupToServiceParams) SetBindGroupToServiceRequest(bindGroupToServiceRequest *models.BindGroupToServiceRequest)
- func (o *BindGroupToServiceParams) SetContext(ctx context.Context)
- func (o *BindGroupToServiceParams) SetDefaults()
- func (o *BindGroupToServiceParams) SetGw(gw string)
- func (o *BindGroupToServiceParams) SetHTTPClient(client *http.Client)
- func (o *BindGroupToServiceParams) SetIfMatch(ifMatch *string)
- func (o *BindGroupToServiceParams) SetTimeout(timeout time.Duration)
- func (o *BindGroupToServiceParams) WithAPIGroup(aPIGroup string) *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) WithBindGroupToServiceRequest(bindGroupToServiceRequest *models.BindGroupToServiceRequest) *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) WithContext(ctx context.Context) *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) WithDefaults() *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) WithGw(gw string) *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) WithHTTPClient(client *http.Client) *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) WithIfMatch(ifMatch *string) *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) WithTimeout(timeout time.Duration) *BindGroupToServiceParams
- func (o *BindGroupToServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BindGroupToServiceReader
- type BindGroupToServiceTooManyRequests
- func (o *BindGroupToServiceTooManyRequests) Code() int
- func (o *BindGroupToServiceTooManyRequests) Error() string
- func (o *BindGroupToServiceTooManyRequests) GetPayload() *models.Error
- func (o *BindGroupToServiceTooManyRequests) IsClientError() bool
- func (o *BindGroupToServiceTooManyRequests) IsCode(code int) bool
- func (o *BindGroupToServiceTooManyRequests) IsRedirect() bool
- func (o *BindGroupToServiceTooManyRequests) IsServerError() bool
- func (o *BindGroupToServiceTooManyRequests) IsSuccess() bool
- func (o *BindGroupToServiceTooManyRequests) String() string
- type BindGroupToServiceUnauthorized
- func (o *BindGroupToServiceUnauthorized) Code() int
- func (o *BindGroupToServiceUnauthorized) Error() string
- func (o *BindGroupToServiceUnauthorized) GetPayload() *models.Error
- func (o *BindGroupToServiceUnauthorized) IsClientError() bool
- func (o *BindGroupToServiceUnauthorized) IsCode(code int) bool
- func (o *BindGroupToServiceUnauthorized) IsRedirect() bool
- func (o *BindGroupToServiceUnauthorized) IsServerError() bool
- func (o *BindGroupToServiceUnauthorized) IsSuccess() bool
- func (o *BindGroupToServiceUnauthorized) String() string
- type BindGroupToServiceUnprocessableEntity
- func (o *BindGroupToServiceUnprocessableEntity) Code() int
- func (o *BindGroupToServiceUnprocessableEntity) Error() string
- func (o *BindGroupToServiceUnprocessableEntity) GetPayload() *models.Error
- func (o *BindGroupToServiceUnprocessableEntity) IsClientError() bool
- func (o *BindGroupToServiceUnprocessableEntity) IsCode(code int) bool
- func (o *BindGroupToServiceUnprocessableEntity) IsRedirect() bool
- func (o *BindGroupToServiceUnprocessableEntity) IsServerError() bool
- func (o *BindGroupToServiceUnprocessableEntity) IsSuccess() bool
- func (o *BindGroupToServiceUnprocessableEntity) String() string
- type Client
- func (a *Client) BindGroupToService(params *BindGroupToServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*BindGroupToServiceOK, error)
- func (a *Client) CreateGateway(params *CreateGatewayParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateGatewayCreated, error)
- func (a *Client) DeleteGateway(params *DeleteGatewayParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteGatewayNoContent, error)
- func (a *Client) GetGateway(params *GetGatewayParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetGatewayOK, error)
- func (a *Client) GetGatewayPackage(params *GetGatewayPackageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetGatewayPackageOK, error)
- func (a *Client) ListGatewayAPIGroups(params *ListGatewayAPIGroupsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListGatewayAPIGroupsOK, error)
- func (a *Client) ListGateways(params *ListGatewaysParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListGatewaysOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UnbindGroupFromService(params *UnbindGroupFromServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UnbindGroupFromServiceOK, error)
- func (a *Client) UpdateGateway(params *UpdateGatewayParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateGatewayOK, error)
- type ClientOption
- type ClientService
- type CreateGatewayConflict
- func (o *CreateGatewayConflict) Code() int
- func (o *CreateGatewayConflict) Error() string
- func (o *CreateGatewayConflict) GetPayload() *models.Error
- func (o *CreateGatewayConflict) IsClientError() bool
- func (o *CreateGatewayConflict) IsCode(code int) bool
- func (o *CreateGatewayConflict) IsRedirect() bool
- func (o *CreateGatewayConflict) IsServerError() bool
- func (o *CreateGatewayConflict) IsSuccess() bool
- func (o *CreateGatewayConflict) String() string
- type CreateGatewayCreated
- func (o *CreateGatewayCreated) Code() int
- func (o *CreateGatewayCreated) Error() string
- func (o *CreateGatewayCreated) GetPayload() *models.GatewayWithClient
- func (o *CreateGatewayCreated) IsClientError() bool
- func (o *CreateGatewayCreated) IsCode(code int) bool
- func (o *CreateGatewayCreated) IsRedirect() bool
- func (o *CreateGatewayCreated) IsServerError() bool
- func (o *CreateGatewayCreated) IsSuccess() bool
- func (o *CreateGatewayCreated) String() string
- type CreateGatewayForbidden
- func (o *CreateGatewayForbidden) Code() int
- func (o *CreateGatewayForbidden) Error() string
- func (o *CreateGatewayForbidden) GetPayload() *models.Error
- func (o *CreateGatewayForbidden) IsClientError() bool
- func (o *CreateGatewayForbidden) IsCode(code int) bool
- func (o *CreateGatewayForbidden) IsRedirect() bool
- func (o *CreateGatewayForbidden) IsServerError() bool
- func (o *CreateGatewayForbidden) IsSuccess() bool
- func (o *CreateGatewayForbidden) String() string
- type CreateGatewayNotFound
- func (o *CreateGatewayNotFound) Code() int
- func (o *CreateGatewayNotFound) Error() string
- func (o *CreateGatewayNotFound) GetPayload() *models.Error
- func (o *CreateGatewayNotFound) IsClientError() bool
- func (o *CreateGatewayNotFound) IsCode(code int) bool
- func (o *CreateGatewayNotFound) IsRedirect() bool
- func (o *CreateGatewayNotFound) IsServerError() bool
- func (o *CreateGatewayNotFound) IsSuccess() bool
- func (o *CreateGatewayNotFound) String() string
- type CreateGatewayParams
- func (o *CreateGatewayParams) SetContext(ctx context.Context)
- func (o *CreateGatewayParams) SetDefaults()
- func (o *CreateGatewayParams) SetGateway(gateway *models.CreateGatewayRequest)
- func (o *CreateGatewayParams) SetHTTPClient(client *http.Client)
- func (o *CreateGatewayParams) SetIfMatch(ifMatch *string)
- func (o *CreateGatewayParams) SetTimeout(timeout time.Duration)
- func (o *CreateGatewayParams) WithContext(ctx context.Context) *CreateGatewayParams
- func (o *CreateGatewayParams) WithDefaults() *CreateGatewayParams
- func (o *CreateGatewayParams) WithGateway(gateway *models.CreateGatewayRequest) *CreateGatewayParams
- func (o *CreateGatewayParams) WithHTTPClient(client *http.Client) *CreateGatewayParams
- func (o *CreateGatewayParams) WithIfMatch(ifMatch *string) *CreateGatewayParams
- func (o *CreateGatewayParams) WithTimeout(timeout time.Duration) *CreateGatewayParams
- func (o *CreateGatewayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateGatewayReader
- type CreateGatewayTooManyRequests
- func (o *CreateGatewayTooManyRequests) Code() int
- func (o *CreateGatewayTooManyRequests) Error() string
- func (o *CreateGatewayTooManyRequests) GetPayload() *models.Error
- func (o *CreateGatewayTooManyRequests) IsClientError() bool
- func (o *CreateGatewayTooManyRequests) IsCode(code int) bool
- func (o *CreateGatewayTooManyRequests) IsRedirect() bool
- func (o *CreateGatewayTooManyRequests) IsServerError() bool
- func (o *CreateGatewayTooManyRequests) IsSuccess() bool
- func (o *CreateGatewayTooManyRequests) String() string
- type CreateGatewayUnauthorized
- func (o *CreateGatewayUnauthorized) Code() int
- func (o *CreateGatewayUnauthorized) Error() string
- func (o *CreateGatewayUnauthorized) GetPayload() *models.Error
- func (o *CreateGatewayUnauthorized) IsClientError() bool
- func (o *CreateGatewayUnauthorized) IsCode(code int) bool
- func (o *CreateGatewayUnauthorized) IsRedirect() bool
- func (o *CreateGatewayUnauthorized) IsServerError() bool
- func (o *CreateGatewayUnauthorized) IsSuccess() bool
- func (o *CreateGatewayUnauthorized) String() string
- type CreateGatewayUnprocessableEntity
- func (o *CreateGatewayUnprocessableEntity) Code() int
- func (o *CreateGatewayUnprocessableEntity) Error() string
- func (o *CreateGatewayUnprocessableEntity) GetPayload() *models.Error
- func (o *CreateGatewayUnprocessableEntity) IsClientError() bool
- func (o *CreateGatewayUnprocessableEntity) IsCode(code int) bool
- func (o *CreateGatewayUnprocessableEntity) IsRedirect() bool
- func (o *CreateGatewayUnprocessableEntity) IsServerError() bool
- func (o *CreateGatewayUnprocessableEntity) IsSuccess() bool
- func (o *CreateGatewayUnprocessableEntity) String() string
- type DeleteGatewayForbidden
- func (o *DeleteGatewayForbidden) Code() int
- func (o *DeleteGatewayForbidden) Error() string
- func (o *DeleteGatewayForbidden) GetPayload() *models.Error
- func (o *DeleteGatewayForbidden) IsClientError() bool
- func (o *DeleteGatewayForbidden) IsCode(code int) bool
- func (o *DeleteGatewayForbidden) IsRedirect() bool
- func (o *DeleteGatewayForbidden) IsServerError() bool
- func (o *DeleteGatewayForbidden) IsSuccess() bool
- func (o *DeleteGatewayForbidden) String() string
- type DeleteGatewayNoContent
- func (o *DeleteGatewayNoContent) Code() int
- func (o *DeleteGatewayNoContent) Error() string
- func (o *DeleteGatewayNoContent) IsClientError() bool
- func (o *DeleteGatewayNoContent) IsCode(code int) bool
- func (o *DeleteGatewayNoContent) IsRedirect() bool
- func (o *DeleteGatewayNoContent) IsServerError() bool
- func (o *DeleteGatewayNoContent) IsSuccess() bool
- func (o *DeleteGatewayNoContent) String() string
- type DeleteGatewayNotFound
- func (o *DeleteGatewayNotFound) Code() int
- func (o *DeleteGatewayNotFound) Error() string
- func (o *DeleteGatewayNotFound) GetPayload() *models.Error
- func (o *DeleteGatewayNotFound) IsClientError() bool
- func (o *DeleteGatewayNotFound) IsCode(code int) bool
- func (o *DeleteGatewayNotFound) IsRedirect() bool
- func (o *DeleteGatewayNotFound) IsServerError() bool
- func (o *DeleteGatewayNotFound) IsSuccess() bool
- func (o *DeleteGatewayNotFound) String() string
- type DeleteGatewayParams
- func (o *DeleteGatewayParams) SetContext(ctx context.Context)
- func (o *DeleteGatewayParams) SetDefaults()
- func (o *DeleteGatewayParams) SetGw(gw string)
- func (o *DeleteGatewayParams) SetHTTPClient(client *http.Client)
- func (o *DeleteGatewayParams) SetIfMatch(ifMatch *string)
- func (o *DeleteGatewayParams) SetTimeout(timeout time.Duration)
- func (o *DeleteGatewayParams) WithContext(ctx context.Context) *DeleteGatewayParams
- func (o *DeleteGatewayParams) WithDefaults() *DeleteGatewayParams
- func (o *DeleteGatewayParams) WithGw(gw string) *DeleteGatewayParams
- func (o *DeleteGatewayParams) WithHTTPClient(client *http.Client) *DeleteGatewayParams
- func (o *DeleteGatewayParams) WithIfMatch(ifMatch *string) *DeleteGatewayParams
- func (o *DeleteGatewayParams) WithTimeout(timeout time.Duration) *DeleteGatewayParams
- func (o *DeleteGatewayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteGatewayReader
- type DeleteGatewayTooManyRequests
- func (o *DeleteGatewayTooManyRequests) Code() int
- func (o *DeleteGatewayTooManyRequests) Error() string
- func (o *DeleteGatewayTooManyRequests) GetPayload() *models.Error
- func (o *DeleteGatewayTooManyRequests) IsClientError() bool
- func (o *DeleteGatewayTooManyRequests) IsCode(code int) bool
- func (o *DeleteGatewayTooManyRequests) IsRedirect() bool
- func (o *DeleteGatewayTooManyRequests) IsServerError() bool
- func (o *DeleteGatewayTooManyRequests) IsSuccess() bool
- func (o *DeleteGatewayTooManyRequests) String() string
- type DeleteGatewayUnauthorized
- func (o *DeleteGatewayUnauthorized) Code() int
- func (o *DeleteGatewayUnauthorized) Error() string
- func (o *DeleteGatewayUnauthorized) GetPayload() *models.Error
- func (o *DeleteGatewayUnauthorized) IsClientError() bool
- func (o *DeleteGatewayUnauthorized) IsCode(code int) bool
- func (o *DeleteGatewayUnauthorized) IsRedirect() bool
- func (o *DeleteGatewayUnauthorized) IsServerError() bool
- func (o *DeleteGatewayUnauthorized) IsSuccess() bool
- func (o *DeleteGatewayUnauthorized) String() string
- type GetGatewayForbidden
- func (o *GetGatewayForbidden) Code() int
- func (o *GetGatewayForbidden) Error() string
- func (o *GetGatewayForbidden) GetPayload() *models.Error
- func (o *GetGatewayForbidden) IsClientError() bool
- func (o *GetGatewayForbidden) IsCode(code int) bool
- func (o *GetGatewayForbidden) IsRedirect() bool
- func (o *GetGatewayForbidden) IsServerError() bool
- func (o *GetGatewayForbidden) IsSuccess() bool
- func (o *GetGatewayForbidden) String() string
- type GetGatewayNotFound
- func (o *GetGatewayNotFound) Code() int
- func (o *GetGatewayNotFound) Error() string
- func (o *GetGatewayNotFound) GetPayload() *models.Error
- func (o *GetGatewayNotFound) IsClientError() bool
- func (o *GetGatewayNotFound) IsCode(code int) bool
- func (o *GetGatewayNotFound) IsRedirect() bool
- func (o *GetGatewayNotFound) IsServerError() bool
- func (o *GetGatewayNotFound) IsSuccess() bool
- func (o *GetGatewayNotFound) String() string
- type GetGatewayOK
- func (o *GetGatewayOK) Code() int
- func (o *GetGatewayOK) Error() string
- func (o *GetGatewayOK) GetPayload() *models.GatewayWithClient
- func (o *GetGatewayOK) IsClientError() bool
- func (o *GetGatewayOK) IsCode(code int) bool
- func (o *GetGatewayOK) IsRedirect() bool
- func (o *GetGatewayOK) IsServerError() bool
- func (o *GetGatewayOK) IsSuccess() bool
- func (o *GetGatewayOK) String() string
- type GetGatewayPackageBadRequest
- func (o *GetGatewayPackageBadRequest) Code() int
- func (o *GetGatewayPackageBadRequest) Error() string
- func (o *GetGatewayPackageBadRequest) GetPayload() *models.Error
- func (o *GetGatewayPackageBadRequest) IsClientError() bool
- func (o *GetGatewayPackageBadRequest) IsCode(code int) bool
- func (o *GetGatewayPackageBadRequest) IsRedirect() bool
- func (o *GetGatewayPackageBadRequest) IsServerError() bool
- func (o *GetGatewayPackageBadRequest) IsSuccess() bool
- func (o *GetGatewayPackageBadRequest) String() string
- type GetGatewayPackageForbidden
- func (o *GetGatewayPackageForbidden) Code() int
- func (o *GetGatewayPackageForbidden) Error() string
- func (o *GetGatewayPackageForbidden) GetPayload() *models.Error
- func (o *GetGatewayPackageForbidden) IsClientError() bool
- func (o *GetGatewayPackageForbidden) IsCode(code int) bool
- func (o *GetGatewayPackageForbidden) IsRedirect() bool
- func (o *GetGatewayPackageForbidden) IsServerError() bool
- func (o *GetGatewayPackageForbidden) IsSuccess() bool
- func (o *GetGatewayPackageForbidden) String() string
- type GetGatewayPackageNotFound
- func (o *GetGatewayPackageNotFound) Code() int
- func (o *GetGatewayPackageNotFound) Error() string
- func (o *GetGatewayPackageNotFound) GetPayload() *models.Error
- func (o *GetGatewayPackageNotFound) IsClientError() bool
- func (o *GetGatewayPackageNotFound) IsCode(code int) bool
- func (o *GetGatewayPackageNotFound) IsRedirect() bool
- func (o *GetGatewayPackageNotFound) IsServerError() bool
- func (o *GetGatewayPackageNotFound) IsSuccess() bool
- func (o *GetGatewayPackageNotFound) String() string
- type GetGatewayPackageOK
- func (o *GetGatewayPackageOK) Code() int
- func (o *GetGatewayPackageOK) Error() string
- func (o *GetGatewayPackageOK) GetPayload() io.Writer
- func (o *GetGatewayPackageOK) IsClientError() bool
- func (o *GetGatewayPackageOK) IsCode(code int) bool
- func (o *GetGatewayPackageOK) IsRedirect() bool
- func (o *GetGatewayPackageOK) IsServerError() bool
- func (o *GetGatewayPackageOK) IsSuccess() bool
- func (o *GetGatewayPackageOK) String() string
- type GetGatewayPackageParams
- func NewGetGatewayPackageParams() *GetGatewayPackageParams
- func NewGetGatewayPackageParamsWithContext(ctx context.Context) *GetGatewayPackageParams
- func NewGetGatewayPackageParamsWithHTTPClient(client *http.Client) *GetGatewayPackageParams
- func NewGetGatewayPackageParamsWithTimeout(timeout time.Duration) *GetGatewayPackageParams
- func (o *GetGatewayPackageParams) SetContext(ctx context.Context)
- func (o *GetGatewayPackageParams) SetDefaults()
- func (o *GetGatewayPackageParams) SetGw(gw string)
- func (o *GetGatewayPackageParams) SetHTTPClient(client *http.Client)
- func (o *GetGatewayPackageParams) SetIfMatch(ifMatch *string)
- func (o *GetGatewayPackageParams) SetTimeout(timeout time.Duration)
- func (o *GetGatewayPackageParams) WithContext(ctx context.Context) *GetGatewayPackageParams
- func (o *GetGatewayPackageParams) WithDefaults() *GetGatewayPackageParams
- func (o *GetGatewayPackageParams) WithGw(gw string) *GetGatewayPackageParams
- func (o *GetGatewayPackageParams) WithHTTPClient(client *http.Client) *GetGatewayPackageParams
- func (o *GetGatewayPackageParams) WithIfMatch(ifMatch *string) *GetGatewayPackageParams
- func (o *GetGatewayPackageParams) WithTimeout(timeout time.Duration) *GetGatewayPackageParams
- func (o *GetGatewayPackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGatewayPackageReader
- type GetGatewayPackageTooManyRequests
- func (o *GetGatewayPackageTooManyRequests) Code() int
- func (o *GetGatewayPackageTooManyRequests) Error() string
- func (o *GetGatewayPackageTooManyRequests) GetPayload() *models.Error
- func (o *GetGatewayPackageTooManyRequests) IsClientError() bool
- func (o *GetGatewayPackageTooManyRequests) IsCode(code int) bool
- func (o *GetGatewayPackageTooManyRequests) IsRedirect() bool
- func (o *GetGatewayPackageTooManyRequests) IsServerError() bool
- func (o *GetGatewayPackageTooManyRequests) IsSuccess() bool
- func (o *GetGatewayPackageTooManyRequests) String() string
- type GetGatewayPackageUnauthorized
- func (o *GetGatewayPackageUnauthorized) Code() int
- func (o *GetGatewayPackageUnauthorized) Error() string
- func (o *GetGatewayPackageUnauthorized) GetPayload() *models.Error
- func (o *GetGatewayPackageUnauthorized) IsClientError() bool
- func (o *GetGatewayPackageUnauthorized) IsCode(code int) bool
- func (o *GetGatewayPackageUnauthorized) IsRedirect() bool
- func (o *GetGatewayPackageUnauthorized) IsServerError() bool
- func (o *GetGatewayPackageUnauthorized) IsSuccess() bool
- func (o *GetGatewayPackageUnauthorized) String() string
- type GetGatewayParams
- func (o *GetGatewayParams) SetContext(ctx context.Context)
- func (o *GetGatewayParams) SetDefaults()
- func (o *GetGatewayParams) SetGw(gw string)
- func (o *GetGatewayParams) SetHTTPClient(client *http.Client)
- func (o *GetGatewayParams) SetIfMatch(ifMatch *string)
- func (o *GetGatewayParams) SetTimeout(timeout time.Duration)
- func (o *GetGatewayParams) WithContext(ctx context.Context) *GetGatewayParams
- func (o *GetGatewayParams) WithDefaults() *GetGatewayParams
- func (o *GetGatewayParams) WithGw(gw string) *GetGatewayParams
- func (o *GetGatewayParams) WithHTTPClient(client *http.Client) *GetGatewayParams
- func (o *GetGatewayParams) WithIfMatch(ifMatch *string) *GetGatewayParams
- func (o *GetGatewayParams) WithTimeout(timeout time.Duration) *GetGatewayParams
- func (o *GetGatewayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGatewayReader
- type GetGatewayTooManyRequests
- func (o *GetGatewayTooManyRequests) Code() int
- func (o *GetGatewayTooManyRequests) Error() string
- func (o *GetGatewayTooManyRequests) GetPayload() *models.Error
- func (o *GetGatewayTooManyRequests) IsClientError() bool
- func (o *GetGatewayTooManyRequests) IsCode(code int) bool
- func (o *GetGatewayTooManyRequests) IsRedirect() bool
- func (o *GetGatewayTooManyRequests) IsServerError() bool
- func (o *GetGatewayTooManyRequests) IsSuccess() bool
- func (o *GetGatewayTooManyRequests) String() string
- type GetGatewayUnauthorized
- func (o *GetGatewayUnauthorized) Code() int
- func (o *GetGatewayUnauthorized) Error() string
- func (o *GetGatewayUnauthorized) GetPayload() *models.Error
- func (o *GetGatewayUnauthorized) IsClientError() bool
- func (o *GetGatewayUnauthorized) IsCode(code int) bool
- func (o *GetGatewayUnauthorized) IsRedirect() bool
- func (o *GetGatewayUnauthorized) IsServerError() bool
- func (o *GetGatewayUnauthorized) IsSuccess() bool
- func (o *GetGatewayUnauthorized) String() string
- type ListGatewayAPIGroupsForbidden
- func (o *ListGatewayAPIGroupsForbidden) Code() int
- func (o *ListGatewayAPIGroupsForbidden) Error() string
- func (o *ListGatewayAPIGroupsForbidden) GetPayload() *models.Error
- func (o *ListGatewayAPIGroupsForbidden) IsClientError() bool
- func (o *ListGatewayAPIGroupsForbidden) IsCode(code int) bool
- func (o *ListGatewayAPIGroupsForbidden) IsRedirect() bool
- func (o *ListGatewayAPIGroupsForbidden) IsServerError() bool
- func (o *ListGatewayAPIGroupsForbidden) IsSuccess() bool
- func (o *ListGatewayAPIGroupsForbidden) String() string
- type ListGatewayAPIGroupsOK
- func (o *ListGatewayAPIGroupsOK) Code() int
- func (o *ListGatewayAPIGroupsOK) Error() string
- func (o *ListGatewayAPIGroupsOK) GetPayload() *models.GatewayAPIGroups
- func (o *ListGatewayAPIGroupsOK) IsClientError() bool
- func (o *ListGatewayAPIGroupsOK) IsCode(code int) bool
- func (o *ListGatewayAPIGroupsOK) IsRedirect() bool
- func (o *ListGatewayAPIGroupsOK) IsServerError() bool
- func (o *ListGatewayAPIGroupsOK) IsSuccess() bool
- func (o *ListGatewayAPIGroupsOK) String() string
- type ListGatewayAPIGroupsParams
- func NewListGatewayAPIGroupsParams() *ListGatewayAPIGroupsParams
- func NewListGatewayAPIGroupsParamsWithContext(ctx context.Context) *ListGatewayAPIGroupsParams
- func NewListGatewayAPIGroupsParamsWithHTTPClient(client *http.Client) *ListGatewayAPIGroupsParams
- func NewListGatewayAPIGroupsParamsWithTimeout(timeout time.Duration) *ListGatewayAPIGroupsParams
- func (o *ListGatewayAPIGroupsParams) SetContext(ctx context.Context)
- func (o *ListGatewayAPIGroupsParams) SetDefaults()
- func (o *ListGatewayAPIGroupsParams) SetGw(gw string)
- func (o *ListGatewayAPIGroupsParams) SetHTTPClient(client *http.Client)
- func (o *ListGatewayAPIGroupsParams) SetIfMatch(ifMatch *string)
- func (o *ListGatewayAPIGroupsParams) SetTimeout(timeout time.Duration)
- func (o *ListGatewayAPIGroupsParams) WithContext(ctx context.Context) *ListGatewayAPIGroupsParams
- func (o *ListGatewayAPIGroupsParams) WithDefaults() *ListGatewayAPIGroupsParams
- func (o *ListGatewayAPIGroupsParams) WithGw(gw string) *ListGatewayAPIGroupsParams
- func (o *ListGatewayAPIGroupsParams) WithHTTPClient(client *http.Client) *ListGatewayAPIGroupsParams
- func (o *ListGatewayAPIGroupsParams) WithIfMatch(ifMatch *string) *ListGatewayAPIGroupsParams
- func (o *ListGatewayAPIGroupsParams) WithTimeout(timeout time.Duration) *ListGatewayAPIGroupsParams
- func (o *ListGatewayAPIGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListGatewayAPIGroupsReader
- type ListGatewayAPIGroupsTooManyRequests
- func (o *ListGatewayAPIGroupsTooManyRequests) Code() int
- func (o *ListGatewayAPIGroupsTooManyRequests) Error() string
- func (o *ListGatewayAPIGroupsTooManyRequests) GetPayload() *models.Error
- func (o *ListGatewayAPIGroupsTooManyRequests) IsClientError() bool
- func (o *ListGatewayAPIGroupsTooManyRequests) IsCode(code int) bool
- func (o *ListGatewayAPIGroupsTooManyRequests) IsRedirect() bool
- func (o *ListGatewayAPIGroupsTooManyRequests) IsServerError() bool
- func (o *ListGatewayAPIGroupsTooManyRequests) IsSuccess() bool
- func (o *ListGatewayAPIGroupsTooManyRequests) String() string
- type ListGatewayAPIGroupsUnauthorized
- func (o *ListGatewayAPIGroupsUnauthorized) Code() int
- func (o *ListGatewayAPIGroupsUnauthorized) Error() string
- func (o *ListGatewayAPIGroupsUnauthorized) GetPayload() *models.Error
- func (o *ListGatewayAPIGroupsUnauthorized) IsClientError() bool
- func (o *ListGatewayAPIGroupsUnauthorized) IsCode(code int) bool
- func (o *ListGatewayAPIGroupsUnauthorized) IsRedirect() bool
- func (o *ListGatewayAPIGroupsUnauthorized) IsServerError() bool
- func (o *ListGatewayAPIGroupsUnauthorized) IsSuccess() bool
- func (o *ListGatewayAPIGroupsUnauthorized) String() string
- type ListGatewaysForbidden
- func (o *ListGatewaysForbidden) Code() int
- func (o *ListGatewaysForbidden) Error() string
- func (o *ListGatewaysForbidden) GetPayload() *models.Error
- func (o *ListGatewaysForbidden) IsClientError() bool
- func (o *ListGatewaysForbidden) IsCode(code int) bool
- func (o *ListGatewaysForbidden) IsRedirect() bool
- func (o *ListGatewaysForbidden) IsServerError() bool
- func (o *ListGatewaysForbidden) IsSuccess() bool
- func (o *ListGatewaysForbidden) String() string
- type ListGatewaysOK
- func (o *ListGatewaysOK) Code() int
- func (o *ListGatewaysOK) Error() string
- func (o *ListGatewaysOK) GetPayload() *models.Gateways
- func (o *ListGatewaysOK) IsClientError() bool
- func (o *ListGatewaysOK) IsCode(code int) bool
- func (o *ListGatewaysOK) IsRedirect() bool
- func (o *ListGatewaysOK) IsServerError() bool
- func (o *ListGatewaysOK) IsSuccess() bool
- func (o *ListGatewaysOK) String() string
- type ListGatewaysParams
- func (o *ListGatewaysParams) SetContext(ctx context.Context)
- func (o *ListGatewaysParams) SetDefaults()
- func (o *ListGatewaysParams) SetHTTPClient(client *http.Client)
- func (o *ListGatewaysParams) SetIfMatch(ifMatch *string)
- func (o *ListGatewaysParams) SetTimeout(timeout time.Duration)
- func (o *ListGatewaysParams) SetWid(wid string)
- func (o *ListGatewaysParams) WithContext(ctx context.Context) *ListGatewaysParams
- func (o *ListGatewaysParams) WithDefaults() *ListGatewaysParams
- func (o *ListGatewaysParams) WithHTTPClient(client *http.Client) *ListGatewaysParams
- func (o *ListGatewaysParams) WithIfMatch(ifMatch *string) *ListGatewaysParams
- func (o *ListGatewaysParams) WithTimeout(timeout time.Duration) *ListGatewaysParams
- func (o *ListGatewaysParams) WithWid(wid string) *ListGatewaysParams
- func (o *ListGatewaysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListGatewaysReader
- type ListGatewaysTooManyRequests
- func (o *ListGatewaysTooManyRequests) Code() int
- func (o *ListGatewaysTooManyRequests) Error() string
- func (o *ListGatewaysTooManyRequests) GetPayload() *models.Error
- func (o *ListGatewaysTooManyRequests) IsClientError() bool
- func (o *ListGatewaysTooManyRequests) IsCode(code int) bool
- func (o *ListGatewaysTooManyRequests) IsRedirect() bool
- func (o *ListGatewaysTooManyRequests) IsServerError() bool
- func (o *ListGatewaysTooManyRequests) IsSuccess() bool
- func (o *ListGatewaysTooManyRequests) String() string
- type ListGatewaysUnauthorized
- func (o *ListGatewaysUnauthorized) Code() int
- func (o *ListGatewaysUnauthorized) Error() string
- func (o *ListGatewaysUnauthorized) GetPayload() *models.Error
- func (o *ListGatewaysUnauthorized) IsClientError() bool
- func (o *ListGatewaysUnauthorized) IsCode(code int) bool
- func (o *ListGatewaysUnauthorized) IsRedirect() bool
- func (o *ListGatewaysUnauthorized) IsServerError() bool
- func (o *ListGatewaysUnauthorized) IsSuccess() bool
- func (o *ListGatewaysUnauthorized) String() string
- type UnbindGroupFromServiceBadRequest
- func (o *UnbindGroupFromServiceBadRequest) Code() int
- func (o *UnbindGroupFromServiceBadRequest) Error() string
- func (o *UnbindGroupFromServiceBadRequest) GetPayload() *models.Error
- func (o *UnbindGroupFromServiceBadRequest) IsClientError() bool
- func (o *UnbindGroupFromServiceBadRequest) IsCode(code int) bool
- func (o *UnbindGroupFromServiceBadRequest) IsRedirect() bool
- func (o *UnbindGroupFromServiceBadRequest) IsServerError() bool
- func (o *UnbindGroupFromServiceBadRequest) IsSuccess() bool
- func (o *UnbindGroupFromServiceBadRequest) String() string
- type UnbindGroupFromServiceForbidden
- func (o *UnbindGroupFromServiceForbidden) Code() int
- func (o *UnbindGroupFromServiceForbidden) Error() string
- func (o *UnbindGroupFromServiceForbidden) GetPayload() *models.Error
- func (o *UnbindGroupFromServiceForbidden) IsClientError() bool
- func (o *UnbindGroupFromServiceForbidden) IsCode(code int) bool
- func (o *UnbindGroupFromServiceForbidden) IsRedirect() bool
- func (o *UnbindGroupFromServiceForbidden) IsServerError() bool
- func (o *UnbindGroupFromServiceForbidden) IsSuccess() bool
- func (o *UnbindGroupFromServiceForbidden) String() string
- type UnbindGroupFromServiceNotFound
- func (o *UnbindGroupFromServiceNotFound) Code() int
- func (o *UnbindGroupFromServiceNotFound) Error() string
- func (o *UnbindGroupFromServiceNotFound) GetPayload() *models.Error
- func (o *UnbindGroupFromServiceNotFound) IsClientError() bool
- func (o *UnbindGroupFromServiceNotFound) IsCode(code int) bool
- func (o *UnbindGroupFromServiceNotFound) IsRedirect() bool
- func (o *UnbindGroupFromServiceNotFound) IsServerError() bool
- func (o *UnbindGroupFromServiceNotFound) IsSuccess() bool
- func (o *UnbindGroupFromServiceNotFound) String() string
- type UnbindGroupFromServiceOK
- func (o *UnbindGroupFromServiceOK) Code() int
- func (o *UnbindGroupFromServiceOK) Error() string
- func (o *UnbindGroupFromServiceOK) GetPayload() *models.RemoveServiceConfigurationResult
- func (o *UnbindGroupFromServiceOK) IsClientError() bool
- func (o *UnbindGroupFromServiceOK) IsCode(code int) bool
- func (o *UnbindGroupFromServiceOK) IsRedirect() bool
- func (o *UnbindGroupFromServiceOK) IsServerError() bool
- func (o *UnbindGroupFromServiceOK) IsSuccess() bool
- func (o *UnbindGroupFromServiceOK) String() string
- type UnbindGroupFromServiceParams
- func NewUnbindGroupFromServiceParams() *UnbindGroupFromServiceParams
- func NewUnbindGroupFromServiceParamsWithContext(ctx context.Context) *UnbindGroupFromServiceParams
- func NewUnbindGroupFromServiceParamsWithHTTPClient(client *http.Client) *UnbindGroupFromServiceParams
- func NewUnbindGroupFromServiceParamsWithTimeout(timeout time.Duration) *UnbindGroupFromServiceParams
- func (o *UnbindGroupFromServiceParams) SetAPIGroup(aPIGroup string)
- func (o *UnbindGroupFromServiceParams) SetContext(ctx context.Context)
- func (o *UnbindGroupFromServiceParams) SetDefaults()
- func (o *UnbindGroupFromServiceParams) SetGw(gw string)
- func (o *UnbindGroupFromServiceParams) SetHTTPClient(client *http.Client)
- func (o *UnbindGroupFromServiceParams) SetIfMatch(ifMatch *string)
- func (o *UnbindGroupFromServiceParams) SetTimeout(timeout time.Duration)
- func (o *UnbindGroupFromServiceParams) WithAPIGroup(aPIGroup string) *UnbindGroupFromServiceParams
- func (o *UnbindGroupFromServiceParams) WithContext(ctx context.Context) *UnbindGroupFromServiceParams
- func (o *UnbindGroupFromServiceParams) WithDefaults() *UnbindGroupFromServiceParams
- func (o *UnbindGroupFromServiceParams) WithGw(gw string) *UnbindGroupFromServiceParams
- func (o *UnbindGroupFromServiceParams) WithHTTPClient(client *http.Client) *UnbindGroupFromServiceParams
- func (o *UnbindGroupFromServiceParams) WithIfMatch(ifMatch *string) *UnbindGroupFromServiceParams
- func (o *UnbindGroupFromServiceParams) WithTimeout(timeout time.Duration) *UnbindGroupFromServiceParams
- func (o *UnbindGroupFromServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnbindGroupFromServiceReader
- type UnbindGroupFromServiceTooManyRequests
- func (o *UnbindGroupFromServiceTooManyRequests) Code() int
- func (o *UnbindGroupFromServiceTooManyRequests) Error() string
- func (o *UnbindGroupFromServiceTooManyRequests) GetPayload() *models.Error
- func (o *UnbindGroupFromServiceTooManyRequests) IsClientError() bool
- func (o *UnbindGroupFromServiceTooManyRequests) IsCode(code int) bool
- func (o *UnbindGroupFromServiceTooManyRequests) IsRedirect() bool
- func (o *UnbindGroupFromServiceTooManyRequests) IsServerError() bool
- func (o *UnbindGroupFromServiceTooManyRequests) IsSuccess() bool
- func (o *UnbindGroupFromServiceTooManyRequests) String() string
- type UnbindGroupFromServiceUnauthorized
- func (o *UnbindGroupFromServiceUnauthorized) Code() int
- func (o *UnbindGroupFromServiceUnauthorized) Error() string
- func (o *UnbindGroupFromServiceUnauthorized) GetPayload() *models.Error
- func (o *UnbindGroupFromServiceUnauthorized) IsClientError() bool
- func (o *UnbindGroupFromServiceUnauthorized) IsCode(code int) bool
- func (o *UnbindGroupFromServiceUnauthorized) IsRedirect() bool
- func (o *UnbindGroupFromServiceUnauthorized) IsServerError() bool
- func (o *UnbindGroupFromServiceUnauthorized) IsSuccess() bool
- func (o *UnbindGroupFromServiceUnauthorized) String() string
- type UnbindGroupFromServiceUnprocessableEntity
- func (o *UnbindGroupFromServiceUnprocessableEntity) Code() int
- func (o *UnbindGroupFromServiceUnprocessableEntity) Error() string
- func (o *UnbindGroupFromServiceUnprocessableEntity) GetPayload() *models.Error
- func (o *UnbindGroupFromServiceUnprocessableEntity) IsClientError() bool
- func (o *UnbindGroupFromServiceUnprocessableEntity) IsCode(code int) bool
- func (o *UnbindGroupFromServiceUnprocessableEntity) IsRedirect() bool
- func (o *UnbindGroupFromServiceUnprocessableEntity) IsServerError() bool
- func (o *UnbindGroupFromServiceUnprocessableEntity) IsSuccess() bool
- func (o *UnbindGroupFromServiceUnprocessableEntity) String() string
- type UpdateGatewayBadRequest
- func (o *UpdateGatewayBadRequest) Code() int
- func (o *UpdateGatewayBadRequest) Error() string
- func (o *UpdateGatewayBadRequest) GetPayload() *models.Error
- func (o *UpdateGatewayBadRequest) IsClientError() bool
- func (o *UpdateGatewayBadRequest) IsCode(code int) bool
- func (o *UpdateGatewayBadRequest) IsRedirect() bool
- func (o *UpdateGatewayBadRequest) IsServerError() bool
- func (o *UpdateGatewayBadRequest) IsSuccess() bool
- func (o *UpdateGatewayBadRequest) String() string
- type UpdateGatewayForbidden
- func (o *UpdateGatewayForbidden) Code() int
- func (o *UpdateGatewayForbidden) Error() string
- func (o *UpdateGatewayForbidden) GetPayload() *models.Error
- func (o *UpdateGatewayForbidden) IsClientError() bool
- func (o *UpdateGatewayForbidden) IsCode(code int) bool
- func (o *UpdateGatewayForbidden) IsRedirect() bool
- func (o *UpdateGatewayForbidden) IsServerError() bool
- func (o *UpdateGatewayForbidden) IsSuccess() bool
- func (o *UpdateGatewayForbidden) String() string
- type UpdateGatewayNotFound
- func (o *UpdateGatewayNotFound) Code() int
- func (o *UpdateGatewayNotFound) Error() string
- func (o *UpdateGatewayNotFound) GetPayload() *models.Error
- func (o *UpdateGatewayNotFound) IsClientError() bool
- func (o *UpdateGatewayNotFound) IsCode(code int) bool
- func (o *UpdateGatewayNotFound) IsRedirect() bool
- func (o *UpdateGatewayNotFound) IsServerError() bool
- func (o *UpdateGatewayNotFound) IsSuccess() bool
- func (o *UpdateGatewayNotFound) String() string
- type UpdateGatewayOK
- func (o *UpdateGatewayOK) Code() int
- func (o *UpdateGatewayOK) Error() string
- func (o *UpdateGatewayOK) GetPayload() *models.Gateway
- func (o *UpdateGatewayOK) IsClientError() bool
- func (o *UpdateGatewayOK) IsCode(code int) bool
- func (o *UpdateGatewayOK) IsRedirect() bool
- func (o *UpdateGatewayOK) IsServerError() bool
- func (o *UpdateGatewayOK) IsSuccess() bool
- func (o *UpdateGatewayOK) String() string
- type UpdateGatewayParams
- func (o *UpdateGatewayParams) SetContext(ctx context.Context)
- func (o *UpdateGatewayParams) SetDefaults()
- func (o *UpdateGatewayParams) SetGw(gw string)
- func (o *UpdateGatewayParams) SetHTTPClient(client *http.Client)
- func (o *UpdateGatewayParams) SetIfMatch(ifMatch *string)
- func (o *UpdateGatewayParams) SetTimeout(timeout time.Duration)
- func (o *UpdateGatewayParams) SetUpdateGatewayBody(updateGatewayBody *models.UpdateGatewayRequest)
- func (o *UpdateGatewayParams) WithContext(ctx context.Context) *UpdateGatewayParams
- func (o *UpdateGatewayParams) WithDefaults() *UpdateGatewayParams
- func (o *UpdateGatewayParams) WithGw(gw string) *UpdateGatewayParams
- func (o *UpdateGatewayParams) WithHTTPClient(client *http.Client) *UpdateGatewayParams
- func (o *UpdateGatewayParams) WithIfMatch(ifMatch *string) *UpdateGatewayParams
- func (o *UpdateGatewayParams) WithTimeout(timeout time.Duration) *UpdateGatewayParams
- func (o *UpdateGatewayParams) WithUpdateGatewayBody(updateGatewayBody *models.UpdateGatewayRequest) *UpdateGatewayParams
- func (o *UpdateGatewayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateGatewayReader
- type UpdateGatewayTooManyRequests
- func (o *UpdateGatewayTooManyRequests) Code() int
- func (o *UpdateGatewayTooManyRequests) Error() string
- func (o *UpdateGatewayTooManyRequests) GetPayload() *models.Error
- func (o *UpdateGatewayTooManyRequests) IsClientError() bool
- func (o *UpdateGatewayTooManyRequests) IsCode(code int) bool
- func (o *UpdateGatewayTooManyRequests) IsRedirect() bool
- func (o *UpdateGatewayTooManyRequests) IsServerError() bool
- func (o *UpdateGatewayTooManyRequests) IsSuccess() bool
- func (o *UpdateGatewayTooManyRequests) String() string
- type UpdateGatewayUnauthorized
- func (o *UpdateGatewayUnauthorized) Code() int
- func (o *UpdateGatewayUnauthorized) Error() string
- func (o *UpdateGatewayUnauthorized) GetPayload() *models.Error
- func (o *UpdateGatewayUnauthorized) IsClientError() bool
- func (o *UpdateGatewayUnauthorized) IsCode(code int) bool
- func (o *UpdateGatewayUnauthorized) IsRedirect() bool
- func (o *UpdateGatewayUnauthorized) IsServerError() bool
- func (o *UpdateGatewayUnauthorized) IsSuccess() bool
- func (o *UpdateGatewayUnauthorized) String() string
- type UpdateGatewayUnprocessableEntity
- func (o *UpdateGatewayUnprocessableEntity) Code() int
- func (o *UpdateGatewayUnprocessableEntity) Error() string
- func (o *UpdateGatewayUnprocessableEntity) GetPayload() *models.Error
- func (o *UpdateGatewayUnprocessableEntity) IsClientError() bool
- func (o *UpdateGatewayUnprocessableEntity) IsCode(code int) bool
- func (o *UpdateGatewayUnprocessableEntity) IsRedirect() bool
- func (o *UpdateGatewayUnprocessableEntity) IsServerError() bool
- func (o *UpdateGatewayUnprocessableEntity) IsSuccess() bool
- func (o *UpdateGatewayUnprocessableEntity) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithAcceptApplicationJSON ¶
func WithAcceptApplicationJSON(r *runtime.ClientOperation)
WithAcceptApplicationJSON sets the Accept header to "application/json".
func WithAcceptApplicationOctetStream ¶
func WithAcceptApplicationOctetStream(r *runtime.ClientOperation)
WithAcceptApplicationOctetStream sets the Accept header to "application/octet-stream".
Types ¶
type BindGroupToServiceBadRequest ¶
BindGroupToServiceBadRequest describes a response with status code 400, with default header values.
Bad request
func NewBindGroupToServiceBadRequest ¶
func NewBindGroupToServiceBadRequest() *BindGroupToServiceBadRequest
NewBindGroupToServiceBadRequest creates a BindGroupToServiceBadRequest with default headers values
func (*BindGroupToServiceBadRequest) Code ¶
func (o *BindGroupToServiceBadRequest) Code() int
Code gets the status code for the bind group to service bad request response
func (*BindGroupToServiceBadRequest) Error ¶
func (o *BindGroupToServiceBadRequest) Error() string
func (*BindGroupToServiceBadRequest) GetPayload ¶
func (o *BindGroupToServiceBadRequest) GetPayload() *models.Error
func (*BindGroupToServiceBadRequest) IsClientError ¶
func (o *BindGroupToServiceBadRequest) IsClientError() bool
IsClientError returns true when this bind group to service bad request response has a 4xx status code
func (*BindGroupToServiceBadRequest) IsCode ¶
func (o *BindGroupToServiceBadRequest) IsCode(code int) bool
IsCode returns true when this bind group to service bad request response a status code equal to that given
func (*BindGroupToServiceBadRequest) IsRedirect ¶
func (o *BindGroupToServiceBadRequest) IsRedirect() bool
IsRedirect returns true when this bind group to service bad request response has a 3xx status code
func (*BindGroupToServiceBadRequest) IsServerError ¶
func (o *BindGroupToServiceBadRequest) IsServerError() bool
IsServerError returns true when this bind group to service bad request response has a 5xx status code
func (*BindGroupToServiceBadRequest) IsSuccess ¶
func (o *BindGroupToServiceBadRequest) IsSuccess() bool
IsSuccess returns true when this bind group to service bad request response has a 2xx status code
func (*BindGroupToServiceBadRequest) String ¶
func (o *BindGroupToServiceBadRequest) String() string
type BindGroupToServiceForbidden ¶
BindGroupToServiceForbidden describes a response with status code 403, with default header values.
Forbidden
func NewBindGroupToServiceForbidden ¶
func NewBindGroupToServiceForbidden() *BindGroupToServiceForbidden
NewBindGroupToServiceForbidden creates a BindGroupToServiceForbidden with default headers values
func (*BindGroupToServiceForbidden) Code ¶
func (o *BindGroupToServiceForbidden) Code() int
Code gets the status code for the bind group to service forbidden response
func (*BindGroupToServiceForbidden) Error ¶
func (o *BindGroupToServiceForbidden) Error() string
func (*BindGroupToServiceForbidden) GetPayload ¶
func (o *BindGroupToServiceForbidden) GetPayload() *models.Error
func (*BindGroupToServiceForbidden) IsClientError ¶
func (o *BindGroupToServiceForbidden) IsClientError() bool
IsClientError returns true when this bind group to service forbidden response has a 4xx status code
func (*BindGroupToServiceForbidden) IsCode ¶
func (o *BindGroupToServiceForbidden) IsCode(code int) bool
IsCode returns true when this bind group to service forbidden response a status code equal to that given
func (*BindGroupToServiceForbidden) IsRedirect ¶
func (o *BindGroupToServiceForbidden) IsRedirect() bool
IsRedirect returns true when this bind group to service forbidden response has a 3xx status code
func (*BindGroupToServiceForbidden) IsServerError ¶
func (o *BindGroupToServiceForbidden) IsServerError() bool
IsServerError returns true when this bind group to service forbidden response has a 5xx status code
func (*BindGroupToServiceForbidden) IsSuccess ¶
func (o *BindGroupToServiceForbidden) IsSuccess() bool
IsSuccess returns true when this bind group to service forbidden response has a 2xx status code
func (*BindGroupToServiceForbidden) String ¶
func (o *BindGroupToServiceForbidden) String() string
type BindGroupToServiceNotFound ¶
BindGroupToServiceNotFound describes a response with status code 404, with default header values.
Not found
func NewBindGroupToServiceNotFound ¶
func NewBindGroupToServiceNotFound() *BindGroupToServiceNotFound
NewBindGroupToServiceNotFound creates a BindGroupToServiceNotFound with default headers values
func (*BindGroupToServiceNotFound) Code ¶
func (o *BindGroupToServiceNotFound) Code() int
Code gets the status code for the bind group to service not found response
func (*BindGroupToServiceNotFound) Error ¶
func (o *BindGroupToServiceNotFound) Error() string
func (*BindGroupToServiceNotFound) GetPayload ¶
func (o *BindGroupToServiceNotFound) GetPayload() *models.Error
func (*BindGroupToServiceNotFound) IsClientError ¶
func (o *BindGroupToServiceNotFound) IsClientError() bool
IsClientError returns true when this bind group to service not found response has a 4xx status code
func (*BindGroupToServiceNotFound) IsCode ¶
func (o *BindGroupToServiceNotFound) IsCode(code int) bool
IsCode returns true when this bind group to service not found response a status code equal to that given
func (*BindGroupToServiceNotFound) IsRedirect ¶
func (o *BindGroupToServiceNotFound) IsRedirect() bool
IsRedirect returns true when this bind group to service not found response has a 3xx status code
func (*BindGroupToServiceNotFound) IsServerError ¶
func (o *BindGroupToServiceNotFound) IsServerError() bool
IsServerError returns true when this bind group to service not found response has a 5xx status code
func (*BindGroupToServiceNotFound) IsSuccess ¶
func (o *BindGroupToServiceNotFound) IsSuccess() bool
IsSuccess returns true when this bind group to service not found response has a 2xx status code
func (*BindGroupToServiceNotFound) String ¶
func (o *BindGroupToServiceNotFound) String() string
type BindGroupToServiceOK ¶
type BindGroupToServiceOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.RemoveServiceConfigurationResult }
BindGroupToServiceOK describes a response with status code 200, with default header values.
Bind group to service response
func NewBindGroupToServiceOK ¶
func NewBindGroupToServiceOK() *BindGroupToServiceOK
NewBindGroupToServiceOK creates a BindGroupToServiceOK with default headers values
func (*BindGroupToServiceOK) Code ¶
func (o *BindGroupToServiceOK) Code() int
Code gets the status code for the bind group to service o k response
func (*BindGroupToServiceOK) Error ¶
func (o *BindGroupToServiceOK) Error() string
func (*BindGroupToServiceOK) GetPayload ¶
func (o *BindGroupToServiceOK) GetPayload() *models.RemoveServiceConfigurationResult
func (*BindGroupToServiceOK) IsClientError ¶
func (o *BindGroupToServiceOK) IsClientError() bool
IsClientError returns true when this bind group to service o k response has a 4xx status code
func (*BindGroupToServiceOK) IsCode ¶
func (o *BindGroupToServiceOK) IsCode(code int) bool
IsCode returns true when this bind group to service o k response a status code equal to that given
func (*BindGroupToServiceOK) IsRedirect ¶
func (o *BindGroupToServiceOK) IsRedirect() bool
IsRedirect returns true when this bind group to service o k response has a 3xx status code
func (*BindGroupToServiceOK) IsServerError ¶
func (o *BindGroupToServiceOK) IsServerError() bool
IsServerError returns true when this bind group to service o k response has a 5xx status code
func (*BindGroupToServiceOK) IsSuccess ¶
func (o *BindGroupToServiceOK) IsSuccess() bool
IsSuccess returns true when this bind group to service o k response has a 2xx status code
func (*BindGroupToServiceOK) String ¶
func (o *BindGroupToServiceOK) String() string
type BindGroupToServiceParams ¶
type BindGroupToServiceParams struct { // BindGroupToServiceRequest. BindGroupToServiceRequest *models.BindGroupToServiceRequest // APIGroup. APIGroup string // Gw. Gw string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
BindGroupToServiceParams contains all the parameters to send to the API endpoint
for the bind group to service operation. Typically these are written to a http.Request.
func NewBindGroupToServiceParams ¶
func NewBindGroupToServiceParams() *BindGroupToServiceParams
NewBindGroupToServiceParams creates a new BindGroupToServiceParams 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 NewBindGroupToServiceParamsWithContext ¶
func NewBindGroupToServiceParamsWithContext(ctx context.Context) *BindGroupToServiceParams
NewBindGroupToServiceParamsWithContext creates a new BindGroupToServiceParams object with the ability to set a context for a request.
func NewBindGroupToServiceParamsWithHTTPClient ¶
func NewBindGroupToServiceParamsWithHTTPClient(client *http.Client) *BindGroupToServiceParams
NewBindGroupToServiceParamsWithHTTPClient creates a new BindGroupToServiceParams object with the ability to set a custom HTTPClient for a request.
func NewBindGroupToServiceParamsWithTimeout ¶
func NewBindGroupToServiceParamsWithTimeout(timeout time.Duration) *BindGroupToServiceParams
NewBindGroupToServiceParamsWithTimeout creates a new BindGroupToServiceParams object with the ability to set a timeout on a request.
func (*BindGroupToServiceParams) SetAPIGroup ¶
func (o *BindGroupToServiceParams) SetAPIGroup(aPIGroup string)
SetAPIGroup adds the apiGroup to the bind group to service params
func (*BindGroupToServiceParams) SetBindGroupToServiceRequest ¶
func (o *BindGroupToServiceParams) SetBindGroupToServiceRequest(bindGroupToServiceRequest *models.BindGroupToServiceRequest)
SetBindGroupToServiceRequest adds the bindGroupToServiceRequest to the bind group to service params
func (*BindGroupToServiceParams) SetContext ¶
func (o *BindGroupToServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the bind group to service params
func (*BindGroupToServiceParams) SetDefaults ¶
func (o *BindGroupToServiceParams) SetDefaults()
SetDefaults hydrates default values in the bind group to service params (not the query body).
All values with no default are reset to their zero value.
func (*BindGroupToServiceParams) SetGw ¶
func (o *BindGroupToServiceParams) SetGw(gw string)
SetGw adds the gw to the bind group to service params
func (*BindGroupToServiceParams) SetHTTPClient ¶
func (o *BindGroupToServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the bind group to service params
func (*BindGroupToServiceParams) SetIfMatch ¶
func (o *BindGroupToServiceParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the bind group to service params
func (*BindGroupToServiceParams) SetTimeout ¶
func (o *BindGroupToServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the bind group to service params
func (*BindGroupToServiceParams) WithAPIGroup ¶
func (o *BindGroupToServiceParams) WithAPIGroup(aPIGroup string) *BindGroupToServiceParams
WithAPIGroup adds the aPIGroup to the bind group to service params
func (*BindGroupToServiceParams) WithBindGroupToServiceRequest ¶
func (o *BindGroupToServiceParams) WithBindGroupToServiceRequest(bindGroupToServiceRequest *models.BindGroupToServiceRequest) *BindGroupToServiceParams
WithBindGroupToServiceRequest adds the bindGroupToServiceRequest to the bind group to service params
func (*BindGroupToServiceParams) WithContext ¶
func (o *BindGroupToServiceParams) WithContext(ctx context.Context) *BindGroupToServiceParams
WithContext adds the context to the bind group to service params
func (*BindGroupToServiceParams) WithDefaults ¶
func (o *BindGroupToServiceParams) WithDefaults() *BindGroupToServiceParams
WithDefaults hydrates default values in the bind group to service params (not the query body).
All values with no default are reset to their zero value.
func (*BindGroupToServiceParams) WithGw ¶
func (o *BindGroupToServiceParams) WithGw(gw string) *BindGroupToServiceParams
WithGw adds the gw to the bind group to service params
func (*BindGroupToServiceParams) WithHTTPClient ¶
func (o *BindGroupToServiceParams) WithHTTPClient(client *http.Client) *BindGroupToServiceParams
WithHTTPClient adds the HTTPClient to the bind group to service params
func (*BindGroupToServiceParams) WithIfMatch ¶
func (o *BindGroupToServiceParams) WithIfMatch(ifMatch *string) *BindGroupToServiceParams
WithIfMatch adds the ifMatch to the bind group to service params
func (*BindGroupToServiceParams) WithTimeout ¶
func (o *BindGroupToServiceParams) WithTimeout(timeout time.Duration) *BindGroupToServiceParams
WithTimeout adds the timeout to the bind group to service params
func (*BindGroupToServiceParams) WriteToRequest ¶
func (o *BindGroupToServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BindGroupToServiceReader ¶
type BindGroupToServiceReader struct {
// contains filtered or unexported fields
}
BindGroupToServiceReader is a Reader for the BindGroupToService structure.
func (*BindGroupToServiceReader) ReadResponse ¶
func (o *BindGroupToServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BindGroupToServiceTooManyRequests ¶
BindGroupToServiceTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewBindGroupToServiceTooManyRequests ¶
func NewBindGroupToServiceTooManyRequests() *BindGroupToServiceTooManyRequests
NewBindGroupToServiceTooManyRequests creates a BindGroupToServiceTooManyRequests with default headers values
func (*BindGroupToServiceTooManyRequests) Code ¶
func (o *BindGroupToServiceTooManyRequests) Code() int
Code gets the status code for the bind group to service too many requests response
func (*BindGroupToServiceTooManyRequests) Error ¶
func (o *BindGroupToServiceTooManyRequests) Error() string
func (*BindGroupToServiceTooManyRequests) GetPayload ¶
func (o *BindGroupToServiceTooManyRequests) GetPayload() *models.Error
func (*BindGroupToServiceTooManyRequests) IsClientError ¶
func (o *BindGroupToServiceTooManyRequests) IsClientError() bool
IsClientError returns true when this bind group to service too many requests response has a 4xx status code
func (*BindGroupToServiceTooManyRequests) IsCode ¶
func (o *BindGroupToServiceTooManyRequests) IsCode(code int) bool
IsCode returns true when this bind group to service too many requests response a status code equal to that given
func (*BindGroupToServiceTooManyRequests) IsRedirect ¶
func (o *BindGroupToServiceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this bind group to service too many requests response has a 3xx status code
func (*BindGroupToServiceTooManyRequests) IsServerError ¶
func (o *BindGroupToServiceTooManyRequests) IsServerError() bool
IsServerError returns true when this bind group to service too many requests response has a 5xx status code
func (*BindGroupToServiceTooManyRequests) IsSuccess ¶
func (o *BindGroupToServiceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this bind group to service too many requests response has a 2xx status code
func (*BindGroupToServiceTooManyRequests) String ¶
func (o *BindGroupToServiceTooManyRequests) String() string
type BindGroupToServiceUnauthorized ¶
type BindGroupToServiceUnauthorized struct {
}BindGroupToServiceUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewBindGroupToServiceUnauthorized ¶
func NewBindGroupToServiceUnauthorized() *BindGroupToServiceUnauthorized
NewBindGroupToServiceUnauthorized creates a BindGroupToServiceUnauthorized with default headers values
func (*BindGroupToServiceUnauthorized) Code ¶
func (o *BindGroupToServiceUnauthorized) Code() int
Code gets the status code for the bind group to service unauthorized response
func (*BindGroupToServiceUnauthorized) Error ¶
func (o *BindGroupToServiceUnauthorized) Error() string
func (*BindGroupToServiceUnauthorized) GetPayload ¶
func (o *BindGroupToServiceUnauthorized) GetPayload() *models.Error
func (*BindGroupToServiceUnauthorized) IsClientError ¶
func (o *BindGroupToServiceUnauthorized) IsClientError() bool
IsClientError returns true when this bind group to service unauthorized response has a 4xx status code
func (*BindGroupToServiceUnauthorized) IsCode ¶
func (o *BindGroupToServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this bind group to service unauthorized response a status code equal to that given
func (*BindGroupToServiceUnauthorized) IsRedirect ¶
func (o *BindGroupToServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this bind group to service unauthorized response has a 3xx status code
func (*BindGroupToServiceUnauthorized) IsServerError ¶
func (o *BindGroupToServiceUnauthorized) IsServerError() bool
IsServerError returns true when this bind group to service unauthorized response has a 5xx status code
func (*BindGroupToServiceUnauthorized) IsSuccess ¶
func (o *BindGroupToServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this bind group to service unauthorized response has a 2xx status code
func (*BindGroupToServiceUnauthorized) String ¶
func (o *BindGroupToServiceUnauthorized) String() string
type BindGroupToServiceUnprocessableEntity ¶
BindGroupToServiceUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewBindGroupToServiceUnprocessableEntity ¶
func NewBindGroupToServiceUnprocessableEntity() *BindGroupToServiceUnprocessableEntity
NewBindGroupToServiceUnprocessableEntity creates a BindGroupToServiceUnprocessableEntity with default headers values
func (*BindGroupToServiceUnprocessableEntity) Code ¶
func (o *BindGroupToServiceUnprocessableEntity) Code() int
Code gets the status code for the bind group to service unprocessable entity response
func (*BindGroupToServiceUnprocessableEntity) Error ¶
func (o *BindGroupToServiceUnprocessableEntity) Error() string
func (*BindGroupToServiceUnprocessableEntity) GetPayload ¶
func (o *BindGroupToServiceUnprocessableEntity) GetPayload() *models.Error
func (*BindGroupToServiceUnprocessableEntity) IsClientError ¶
func (o *BindGroupToServiceUnprocessableEntity) IsClientError() bool
IsClientError returns true when this bind group to service unprocessable entity response has a 4xx status code
func (*BindGroupToServiceUnprocessableEntity) IsCode ¶
func (o *BindGroupToServiceUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this bind group to service unprocessable entity response a status code equal to that given
func (*BindGroupToServiceUnprocessableEntity) IsRedirect ¶
func (o *BindGroupToServiceUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this bind group to service unprocessable entity response has a 3xx status code
func (*BindGroupToServiceUnprocessableEntity) IsServerError ¶
func (o *BindGroupToServiceUnprocessableEntity) IsServerError() bool
IsServerError returns true when this bind group to service unprocessable entity response has a 5xx status code
func (*BindGroupToServiceUnprocessableEntity) IsSuccess ¶
func (o *BindGroupToServiceUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this bind group to service unprocessable entity response has a 2xx status code
func (*BindGroupToServiceUnprocessableEntity) String ¶
func (o *BindGroupToServiceUnprocessableEntity) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for gateways API
func (*Client) BindGroupToService ¶
func (a *Client) BindGroupToService(params *BindGroupToServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BindGroupToServiceOK, error)
BindGroupToService binds a group to a service It unbinds service first, if it is already connected to an api group.
It removes specification from a service, if it has specification imported already.
It removes any APIs added manually to a service, if it contains any.
func (*Client) CreateGateway ¶
func (a *Client) CreateGateway(params *CreateGatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGatewayCreated, error)
CreateGateway creates gateway
Create gateway.
func (*Client) DeleteGateway ¶
func (a *Client) DeleteGateway(params *DeleteGatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteGatewayNoContent, error)
DeleteGateway deletes gateway
This removes configuration for all services connected to this gateway.
func (*Client) GetGateway ¶
func (a *Client) GetGateway(params *GetGatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGatewayOK, error)
GetGateway gets gateway
Get gateway.
func (*Client) GetGatewayPackage ¶
func (a *Client) GetGatewayPackage(params *GetGatewayPackageParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer, opts ...ClientOption) (*GetGatewayPackageOK, error)
GetGatewayPackage gets package for a gateway
Get package for a gateway.
func (*Client) ListGatewayAPIGroups ¶
func (a *Client) ListGatewayAPIGroups(params *ListGatewayAPIGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListGatewayAPIGroupsOK, error)
ListGatewayAPIGroups lists gateway api groups
List gateway api groups.
func (*Client) ListGateways ¶
func (a *Client) ListGateways(params *ListGatewaysParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListGatewaysOK, error)
ListGateways lists gateways
List gateways.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UnbindGroupFromService ¶
func (a *Client) UnbindGroupFromService(params *UnbindGroupFromServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnbindGroupFromServiceOK, error)
UnbindGroupFromService unbinds a group from a service Remove all apis and policies.
If policy is used by another service it will not be removed.
If service is connected to a gateway, it will be disconnected.
If a gateway api group is connected to this service, it will be disconnected.
func (*Client) UpdateGateway ¶
func (a *Client) UpdateGateway(params *UpdateGatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateGatewayOK, error)
UpdateGateway updates gateway
Update gateway.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
func WithAccept ¶
func WithAccept(mime string) ClientOption
WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.
You may use this option to set arbitrary extensions to your MIME media type.
type ClientService ¶
type ClientService interface { BindGroupToService(params *BindGroupToServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BindGroupToServiceOK, error) CreateGateway(params *CreateGatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGatewayCreated, error) DeleteGateway(params *DeleteGatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteGatewayNoContent, error) GetGateway(params *GetGatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetGatewayOK, error) GetGatewayPackage(params *GetGatewayPackageParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer, opts ...ClientOption) (*GetGatewayPackageOK, error) ListGatewayAPIGroups(params *ListGatewayAPIGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListGatewayAPIGroupsOK, error) ListGateways(params *ListGatewaysParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListGatewaysOK, error) UnbindGroupFromService(params *UnbindGroupFromServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnbindGroupFromServiceOK, error) UpdateGateway(params *UpdateGatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateGatewayOK, 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 gateways API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new gateways 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 ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new gateways 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 CreateGatewayConflict ¶
CreateGatewayConflict describes a response with status code 409, with default header values.
Conflict
func NewCreateGatewayConflict ¶
func NewCreateGatewayConflict() *CreateGatewayConflict
NewCreateGatewayConflict creates a CreateGatewayConflict with default headers values
func (*CreateGatewayConflict) Code ¶
func (o *CreateGatewayConflict) Code() int
Code gets the status code for the create gateway conflict response
func (*CreateGatewayConflict) Error ¶
func (o *CreateGatewayConflict) Error() string
func (*CreateGatewayConflict) GetPayload ¶
func (o *CreateGatewayConflict) GetPayload() *models.Error
func (*CreateGatewayConflict) IsClientError ¶
func (o *CreateGatewayConflict) IsClientError() bool
IsClientError returns true when this create gateway conflict response has a 4xx status code
func (*CreateGatewayConflict) IsCode ¶
func (o *CreateGatewayConflict) IsCode(code int) bool
IsCode returns true when this create gateway conflict response a status code equal to that given
func (*CreateGatewayConflict) IsRedirect ¶
func (o *CreateGatewayConflict) IsRedirect() bool
IsRedirect returns true when this create gateway conflict response has a 3xx status code
func (*CreateGatewayConflict) IsServerError ¶
func (o *CreateGatewayConflict) IsServerError() bool
IsServerError returns true when this create gateway conflict response has a 5xx status code
func (*CreateGatewayConflict) IsSuccess ¶
func (o *CreateGatewayConflict) IsSuccess() bool
IsSuccess returns true when this create gateway conflict response has a 2xx status code
func (*CreateGatewayConflict) String ¶
func (o *CreateGatewayConflict) String() string
type CreateGatewayCreated ¶
type CreateGatewayCreated struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.GatewayWithClient }
CreateGatewayCreated describes a response with status code 201, with default header values.
Gateway with client
func NewCreateGatewayCreated ¶
func NewCreateGatewayCreated() *CreateGatewayCreated
NewCreateGatewayCreated creates a CreateGatewayCreated with default headers values
func (*CreateGatewayCreated) Code ¶
func (o *CreateGatewayCreated) Code() int
Code gets the status code for the create gateway created response
func (*CreateGatewayCreated) Error ¶
func (o *CreateGatewayCreated) Error() string
func (*CreateGatewayCreated) GetPayload ¶
func (o *CreateGatewayCreated) GetPayload() *models.GatewayWithClient
func (*CreateGatewayCreated) IsClientError ¶
func (o *CreateGatewayCreated) IsClientError() bool
IsClientError returns true when this create gateway created response has a 4xx status code
func (*CreateGatewayCreated) IsCode ¶
func (o *CreateGatewayCreated) IsCode(code int) bool
IsCode returns true when this create gateway created response a status code equal to that given
func (*CreateGatewayCreated) IsRedirect ¶
func (o *CreateGatewayCreated) IsRedirect() bool
IsRedirect returns true when this create gateway created response has a 3xx status code
func (*CreateGatewayCreated) IsServerError ¶
func (o *CreateGatewayCreated) IsServerError() bool
IsServerError returns true when this create gateway created response has a 5xx status code
func (*CreateGatewayCreated) IsSuccess ¶
func (o *CreateGatewayCreated) IsSuccess() bool
IsSuccess returns true when this create gateway created response has a 2xx status code
func (*CreateGatewayCreated) String ¶
func (o *CreateGatewayCreated) String() string
type CreateGatewayForbidden ¶
CreateGatewayForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateGatewayForbidden ¶
func NewCreateGatewayForbidden() *CreateGatewayForbidden
NewCreateGatewayForbidden creates a CreateGatewayForbidden with default headers values
func (*CreateGatewayForbidden) Code ¶
func (o *CreateGatewayForbidden) Code() int
Code gets the status code for the create gateway forbidden response
func (*CreateGatewayForbidden) Error ¶
func (o *CreateGatewayForbidden) Error() string
func (*CreateGatewayForbidden) GetPayload ¶
func (o *CreateGatewayForbidden) GetPayload() *models.Error
func (*CreateGatewayForbidden) IsClientError ¶
func (o *CreateGatewayForbidden) IsClientError() bool
IsClientError returns true when this create gateway forbidden response has a 4xx status code
func (*CreateGatewayForbidden) IsCode ¶
func (o *CreateGatewayForbidden) IsCode(code int) bool
IsCode returns true when this create gateway forbidden response a status code equal to that given
func (*CreateGatewayForbidden) IsRedirect ¶
func (o *CreateGatewayForbidden) IsRedirect() bool
IsRedirect returns true when this create gateway forbidden response has a 3xx status code
func (*CreateGatewayForbidden) IsServerError ¶
func (o *CreateGatewayForbidden) IsServerError() bool
IsServerError returns true when this create gateway forbidden response has a 5xx status code
func (*CreateGatewayForbidden) IsSuccess ¶
func (o *CreateGatewayForbidden) IsSuccess() bool
IsSuccess returns true when this create gateway forbidden response has a 2xx status code
func (*CreateGatewayForbidden) String ¶
func (o *CreateGatewayForbidden) String() string
type CreateGatewayNotFound ¶
CreateGatewayNotFound describes a response with status code 404, with default header values.
Not found
func NewCreateGatewayNotFound ¶
func NewCreateGatewayNotFound() *CreateGatewayNotFound
NewCreateGatewayNotFound creates a CreateGatewayNotFound with default headers values
func (*CreateGatewayNotFound) Code ¶
func (o *CreateGatewayNotFound) Code() int
Code gets the status code for the create gateway not found response
func (*CreateGatewayNotFound) Error ¶
func (o *CreateGatewayNotFound) Error() string
func (*CreateGatewayNotFound) GetPayload ¶
func (o *CreateGatewayNotFound) GetPayload() *models.Error
func (*CreateGatewayNotFound) IsClientError ¶
func (o *CreateGatewayNotFound) IsClientError() bool
IsClientError returns true when this create gateway not found response has a 4xx status code
func (*CreateGatewayNotFound) IsCode ¶
func (o *CreateGatewayNotFound) IsCode(code int) bool
IsCode returns true when this create gateway not found response a status code equal to that given
func (*CreateGatewayNotFound) IsRedirect ¶
func (o *CreateGatewayNotFound) IsRedirect() bool
IsRedirect returns true when this create gateway not found response has a 3xx status code
func (*CreateGatewayNotFound) IsServerError ¶
func (o *CreateGatewayNotFound) IsServerError() bool
IsServerError returns true when this create gateway not found response has a 5xx status code
func (*CreateGatewayNotFound) IsSuccess ¶
func (o *CreateGatewayNotFound) IsSuccess() bool
IsSuccess returns true when this create gateway not found response has a 2xx status code
func (*CreateGatewayNotFound) String ¶
func (o *CreateGatewayNotFound) String() string
type CreateGatewayParams ¶
type CreateGatewayParams struct { // Gateway. Gateway *models.CreateGatewayRequest /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateGatewayParams contains all the parameters to send to the API endpoint
for the create gateway operation. Typically these are written to a http.Request.
func NewCreateGatewayParams ¶
func NewCreateGatewayParams() *CreateGatewayParams
NewCreateGatewayParams creates a new CreateGatewayParams 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 NewCreateGatewayParamsWithContext ¶
func NewCreateGatewayParamsWithContext(ctx context.Context) *CreateGatewayParams
NewCreateGatewayParamsWithContext creates a new CreateGatewayParams object with the ability to set a context for a request.
func NewCreateGatewayParamsWithHTTPClient ¶
func NewCreateGatewayParamsWithHTTPClient(client *http.Client) *CreateGatewayParams
NewCreateGatewayParamsWithHTTPClient creates a new CreateGatewayParams object with the ability to set a custom HTTPClient for a request.
func NewCreateGatewayParamsWithTimeout ¶
func NewCreateGatewayParamsWithTimeout(timeout time.Duration) *CreateGatewayParams
NewCreateGatewayParamsWithTimeout creates a new CreateGatewayParams object with the ability to set a timeout on a request.
func (*CreateGatewayParams) SetContext ¶
func (o *CreateGatewayParams) SetContext(ctx context.Context)
SetContext adds the context to the create gateway params
func (*CreateGatewayParams) SetDefaults ¶
func (o *CreateGatewayParams) SetDefaults()
SetDefaults hydrates default values in the create gateway params (not the query body).
All values with no default are reset to their zero value.
func (*CreateGatewayParams) SetGateway ¶
func (o *CreateGatewayParams) SetGateway(gateway *models.CreateGatewayRequest)
SetGateway adds the gateway to the create gateway params
func (*CreateGatewayParams) SetHTTPClient ¶
func (o *CreateGatewayParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create gateway params
func (*CreateGatewayParams) SetIfMatch ¶
func (o *CreateGatewayParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the create gateway params
func (*CreateGatewayParams) SetTimeout ¶
func (o *CreateGatewayParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create gateway params
func (*CreateGatewayParams) WithContext ¶
func (o *CreateGatewayParams) WithContext(ctx context.Context) *CreateGatewayParams
WithContext adds the context to the create gateway params
func (*CreateGatewayParams) WithDefaults ¶
func (o *CreateGatewayParams) WithDefaults() *CreateGatewayParams
WithDefaults hydrates default values in the create gateway params (not the query body).
All values with no default are reset to their zero value.
func (*CreateGatewayParams) WithGateway ¶
func (o *CreateGatewayParams) WithGateway(gateway *models.CreateGatewayRequest) *CreateGatewayParams
WithGateway adds the gateway to the create gateway params
func (*CreateGatewayParams) WithHTTPClient ¶
func (o *CreateGatewayParams) WithHTTPClient(client *http.Client) *CreateGatewayParams
WithHTTPClient adds the HTTPClient to the create gateway params
func (*CreateGatewayParams) WithIfMatch ¶
func (o *CreateGatewayParams) WithIfMatch(ifMatch *string) *CreateGatewayParams
WithIfMatch adds the ifMatch to the create gateway params
func (*CreateGatewayParams) WithTimeout ¶
func (o *CreateGatewayParams) WithTimeout(timeout time.Duration) *CreateGatewayParams
WithTimeout adds the timeout to the create gateway params
func (*CreateGatewayParams) WriteToRequest ¶
func (o *CreateGatewayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateGatewayReader ¶
type CreateGatewayReader struct {
// contains filtered or unexported fields
}
CreateGatewayReader is a Reader for the CreateGateway structure.
func (*CreateGatewayReader) ReadResponse ¶
func (o *CreateGatewayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateGatewayTooManyRequests ¶
CreateGatewayTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewCreateGatewayTooManyRequests ¶
func NewCreateGatewayTooManyRequests() *CreateGatewayTooManyRequests
NewCreateGatewayTooManyRequests creates a CreateGatewayTooManyRequests with default headers values
func (*CreateGatewayTooManyRequests) Code ¶
func (o *CreateGatewayTooManyRequests) Code() int
Code gets the status code for the create gateway too many requests response
func (*CreateGatewayTooManyRequests) Error ¶
func (o *CreateGatewayTooManyRequests) Error() string
func (*CreateGatewayTooManyRequests) GetPayload ¶
func (o *CreateGatewayTooManyRequests) GetPayload() *models.Error
func (*CreateGatewayTooManyRequests) IsClientError ¶
func (o *CreateGatewayTooManyRequests) IsClientError() bool
IsClientError returns true when this create gateway too many requests response has a 4xx status code
func (*CreateGatewayTooManyRequests) IsCode ¶
func (o *CreateGatewayTooManyRequests) IsCode(code int) bool
IsCode returns true when this create gateway too many requests response a status code equal to that given
func (*CreateGatewayTooManyRequests) IsRedirect ¶
func (o *CreateGatewayTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create gateway too many requests response has a 3xx status code
func (*CreateGatewayTooManyRequests) IsServerError ¶
func (o *CreateGatewayTooManyRequests) IsServerError() bool
IsServerError returns true when this create gateway too many requests response has a 5xx status code
func (*CreateGatewayTooManyRequests) IsSuccess ¶
func (o *CreateGatewayTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create gateway too many requests response has a 2xx status code
func (*CreateGatewayTooManyRequests) String ¶
func (o *CreateGatewayTooManyRequests) String() string
type CreateGatewayUnauthorized ¶
type CreateGatewayUnauthorized struct {
}CreateGatewayUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateGatewayUnauthorized ¶
func NewCreateGatewayUnauthorized() *CreateGatewayUnauthorized
NewCreateGatewayUnauthorized creates a CreateGatewayUnauthorized with default headers values
func (*CreateGatewayUnauthorized) Code ¶
func (o *CreateGatewayUnauthorized) Code() int
Code gets the status code for the create gateway unauthorized response
func (*CreateGatewayUnauthorized) Error ¶
func (o *CreateGatewayUnauthorized) Error() string
func (*CreateGatewayUnauthorized) GetPayload ¶
func (o *CreateGatewayUnauthorized) GetPayload() *models.Error
func (*CreateGatewayUnauthorized) IsClientError ¶
func (o *CreateGatewayUnauthorized) IsClientError() bool
IsClientError returns true when this create gateway unauthorized response has a 4xx status code
func (*CreateGatewayUnauthorized) IsCode ¶
func (o *CreateGatewayUnauthorized) IsCode(code int) bool
IsCode returns true when this create gateway unauthorized response a status code equal to that given
func (*CreateGatewayUnauthorized) IsRedirect ¶
func (o *CreateGatewayUnauthorized) IsRedirect() bool
IsRedirect returns true when this create gateway unauthorized response has a 3xx status code
func (*CreateGatewayUnauthorized) IsServerError ¶
func (o *CreateGatewayUnauthorized) IsServerError() bool
IsServerError returns true when this create gateway unauthorized response has a 5xx status code
func (*CreateGatewayUnauthorized) IsSuccess ¶
func (o *CreateGatewayUnauthorized) IsSuccess() bool
IsSuccess returns true when this create gateway unauthorized response has a 2xx status code
func (*CreateGatewayUnauthorized) String ¶
func (o *CreateGatewayUnauthorized) String() string
type CreateGatewayUnprocessableEntity ¶
CreateGatewayUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewCreateGatewayUnprocessableEntity ¶
func NewCreateGatewayUnprocessableEntity() *CreateGatewayUnprocessableEntity
NewCreateGatewayUnprocessableEntity creates a CreateGatewayUnprocessableEntity with default headers values
func (*CreateGatewayUnprocessableEntity) Code ¶
func (o *CreateGatewayUnprocessableEntity) Code() int
Code gets the status code for the create gateway unprocessable entity response
func (*CreateGatewayUnprocessableEntity) Error ¶
func (o *CreateGatewayUnprocessableEntity) Error() string
func (*CreateGatewayUnprocessableEntity) GetPayload ¶
func (o *CreateGatewayUnprocessableEntity) GetPayload() *models.Error
func (*CreateGatewayUnprocessableEntity) IsClientError ¶
func (o *CreateGatewayUnprocessableEntity) IsClientError() bool
IsClientError returns true when this create gateway unprocessable entity response has a 4xx status code
func (*CreateGatewayUnprocessableEntity) IsCode ¶
func (o *CreateGatewayUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create gateway unprocessable entity response a status code equal to that given
func (*CreateGatewayUnprocessableEntity) IsRedirect ¶
func (o *CreateGatewayUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create gateway unprocessable entity response has a 3xx status code
func (*CreateGatewayUnprocessableEntity) IsServerError ¶
func (o *CreateGatewayUnprocessableEntity) IsServerError() bool
IsServerError returns true when this create gateway unprocessable entity response has a 5xx status code
func (*CreateGatewayUnprocessableEntity) IsSuccess ¶
func (o *CreateGatewayUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create gateway unprocessable entity response has a 2xx status code
func (*CreateGatewayUnprocessableEntity) String ¶
func (o *CreateGatewayUnprocessableEntity) String() string
type DeleteGatewayForbidden ¶
DeleteGatewayForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteGatewayForbidden ¶
func NewDeleteGatewayForbidden() *DeleteGatewayForbidden
NewDeleteGatewayForbidden creates a DeleteGatewayForbidden with default headers values
func (*DeleteGatewayForbidden) Code ¶
func (o *DeleteGatewayForbidden) Code() int
Code gets the status code for the delete gateway forbidden response
func (*DeleteGatewayForbidden) Error ¶
func (o *DeleteGatewayForbidden) Error() string
func (*DeleteGatewayForbidden) GetPayload ¶
func (o *DeleteGatewayForbidden) GetPayload() *models.Error
func (*DeleteGatewayForbidden) IsClientError ¶
func (o *DeleteGatewayForbidden) IsClientError() bool
IsClientError returns true when this delete gateway forbidden response has a 4xx status code
func (*DeleteGatewayForbidden) IsCode ¶
func (o *DeleteGatewayForbidden) IsCode(code int) bool
IsCode returns true when this delete gateway forbidden response a status code equal to that given
func (*DeleteGatewayForbidden) IsRedirect ¶
func (o *DeleteGatewayForbidden) IsRedirect() bool
IsRedirect returns true when this delete gateway forbidden response has a 3xx status code
func (*DeleteGatewayForbidden) IsServerError ¶
func (o *DeleteGatewayForbidden) IsServerError() bool
IsServerError returns true when this delete gateway forbidden response has a 5xx status code
func (*DeleteGatewayForbidden) IsSuccess ¶
func (o *DeleteGatewayForbidden) IsSuccess() bool
IsSuccess returns true when this delete gateway forbidden response has a 2xx status code
func (*DeleteGatewayForbidden) String ¶
func (o *DeleteGatewayForbidden) String() string
type DeleteGatewayNoContent ¶
type DeleteGatewayNoContent struct { }
DeleteGatewayNoContent describes a response with status code 204, with default header values.
Gateway has been deleted
func NewDeleteGatewayNoContent ¶
func NewDeleteGatewayNoContent() *DeleteGatewayNoContent
NewDeleteGatewayNoContent creates a DeleteGatewayNoContent with default headers values
func (*DeleteGatewayNoContent) Code ¶
func (o *DeleteGatewayNoContent) Code() int
Code gets the status code for the delete gateway no content response
func (*DeleteGatewayNoContent) Error ¶
func (o *DeleteGatewayNoContent) Error() string
func (*DeleteGatewayNoContent) IsClientError ¶
func (o *DeleteGatewayNoContent) IsClientError() bool
IsClientError returns true when this delete gateway no content response has a 4xx status code
func (*DeleteGatewayNoContent) IsCode ¶
func (o *DeleteGatewayNoContent) IsCode(code int) bool
IsCode returns true when this delete gateway no content response a status code equal to that given
func (*DeleteGatewayNoContent) IsRedirect ¶
func (o *DeleteGatewayNoContent) IsRedirect() bool
IsRedirect returns true when this delete gateway no content response has a 3xx status code
func (*DeleteGatewayNoContent) IsServerError ¶
func (o *DeleteGatewayNoContent) IsServerError() bool
IsServerError returns true when this delete gateway no content response has a 5xx status code
func (*DeleteGatewayNoContent) IsSuccess ¶
func (o *DeleteGatewayNoContent) IsSuccess() bool
IsSuccess returns true when this delete gateway no content response has a 2xx status code
func (*DeleteGatewayNoContent) String ¶
func (o *DeleteGatewayNoContent) String() string
type DeleteGatewayNotFound ¶
DeleteGatewayNotFound describes a response with status code 404, with default header values.
Not found
func NewDeleteGatewayNotFound ¶
func NewDeleteGatewayNotFound() *DeleteGatewayNotFound
NewDeleteGatewayNotFound creates a DeleteGatewayNotFound with default headers values
func (*DeleteGatewayNotFound) Code ¶
func (o *DeleteGatewayNotFound) Code() int
Code gets the status code for the delete gateway not found response
func (*DeleteGatewayNotFound) Error ¶
func (o *DeleteGatewayNotFound) Error() string
func (*DeleteGatewayNotFound) GetPayload ¶
func (o *DeleteGatewayNotFound) GetPayload() *models.Error
func (*DeleteGatewayNotFound) IsClientError ¶
func (o *DeleteGatewayNotFound) IsClientError() bool
IsClientError returns true when this delete gateway not found response has a 4xx status code
func (*DeleteGatewayNotFound) IsCode ¶
func (o *DeleteGatewayNotFound) IsCode(code int) bool
IsCode returns true when this delete gateway not found response a status code equal to that given
func (*DeleteGatewayNotFound) IsRedirect ¶
func (o *DeleteGatewayNotFound) IsRedirect() bool
IsRedirect returns true when this delete gateway not found response has a 3xx status code
func (*DeleteGatewayNotFound) IsServerError ¶
func (o *DeleteGatewayNotFound) IsServerError() bool
IsServerError returns true when this delete gateway not found response has a 5xx status code
func (*DeleteGatewayNotFound) IsSuccess ¶
func (o *DeleteGatewayNotFound) IsSuccess() bool
IsSuccess returns true when this delete gateway not found response has a 2xx status code
func (*DeleteGatewayNotFound) String ¶
func (o *DeleteGatewayNotFound) String() string
type DeleteGatewayParams ¶
type DeleteGatewayParams struct { // Gw. Gw string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteGatewayParams contains all the parameters to send to the API endpoint
for the delete gateway operation. Typically these are written to a http.Request.
func NewDeleteGatewayParams ¶
func NewDeleteGatewayParams() *DeleteGatewayParams
NewDeleteGatewayParams creates a new DeleteGatewayParams 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 NewDeleteGatewayParamsWithContext ¶
func NewDeleteGatewayParamsWithContext(ctx context.Context) *DeleteGatewayParams
NewDeleteGatewayParamsWithContext creates a new DeleteGatewayParams object with the ability to set a context for a request.
func NewDeleteGatewayParamsWithHTTPClient ¶
func NewDeleteGatewayParamsWithHTTPClient(client *http.Client) *DeleteGatewayParams
NewDeleteGatewayParamsWithHTTPClient creates a new DeleteGatewayParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteGatewayParamsWithTimeout ¶
func NewDeleteGatewayParamsWithTimeout(timeout time.Duration) *DeleteGatewayParams
NewDeleteGatewayParamsWithTimeout creates a new DeleteGatewayParams object with the ability to set a timeout on a request.
func (*DeleteGatewayParams) SetContext ¶
func (o *DeleteGatewayParams) SetContext(ctx context.Context)
SetContext adds the context to the delete gateway params
func (*DeleteGatewayParams) SetDefaults ¶
func (o *DeleteGatewayParams) SetDefaults()
SetDefaults hydrates default values in the delete gateway params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteGatewayParams) SetGw ¶
func (o *DeleteGatewayParams) SetGw(gw string)
SetGw adds the gw to the delete gateway params
func (*DeleteGatewayParams) SetHTTPClient ¶
func (o *DeleteGatewayParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete gateway params
func (*DeleteGatewayParams) SetIfMatch ¶
func (o *DeleteGatewayParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the delete gateway params
func (*DeleteGatewayParams) SetTimeout ¶
func (o *DeleteGatewayParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete gateway params
func (*DeleteGatewayParams) WithContext ¶
func (o *DeleteGatewayParams) WithContext(ctx context.Context) *DeleteGatewayParams
WithContext adds the context to the delete gateway params
func (*DeleteGatewayParams) WithDefaults ¶
func (o *DeleteGatewayParams) WithDefaults() *DeleteGatewayParams
WithDefaults hydrates default values in the delete gateway params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteGatewayParams) WithGw ¶
func (o *DeleteGatewayParams) WithGw(gw string) *DeleteGatewayParams
WithGw adds the gw to the delete gateway params
func (*DeleteGatewayParams) WithHTTPClient ¶
func (o *DeleteGatewayParams) WithHTTPClient(client *http.Client) *DeleteGatewayParams
WithHTTPClient adds the HTTPClient to the delete gateway params
func (*DeleteGatewayParams) WithIfMatch ¶
func (o *DeleteGatewayParams) WithIfMatch(ifMatch *string) *DeleteGatewayParams
WithIfMatch adds the ifMatch to the delete gateway params
func (*DeleteGatewayParams) WithTimeout ¶
func (o *DeleteGatewayParams) WithTimeout(timeout time.Duration) *DeleteGatewayParams
WithTimeout adds the timeout to the delete gateway params
func (*DeleteGatewayParams) WriteToRequest ¶
func (o *DeleteGatewayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteGatewayReader ¶
type DeleteGatewayReader struct {
// contains filtered or unexported fields
}
DeleteGatewayReader is a Reader for the DeleteGateway structure.
func (*DeleteGatewayReader) ReadResponse ¶
func (o *DeleteGatewayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteGatewayTooManyRequests ¶
DeleteGatewayTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewDeleteGatewayTooManyRequests ¶
func NewDeleteGatewayTooManyRequests() *DeleteGatewayTooManyRequests
NewDeleteGatewayTooManyRequests creates a DeleteGatewayTooManyRequests with default headers values
func (*DeleteGatewayTooManyRequests) Code ¶
func (o *DeleteGatewayTooManyRequests) Code() int
Code gets the status code for the delete gateway too many requests response
func (*DeleteGatewayTooManyRequests) Error ¶
func (o *DeleteGatewayTooManyRequests) Error() string
func (*DeleteGatewayTooManyRequests) GetPayload ¶
func (o *DeleteGatewayTooManyRequests) GetPayload() *models.Error
func (*DeleteGatewayTooManyRequests) IsClientError ¶
func (o *DeleteGatewayTooManyRequests) IsClientError() bool
IsClientError returns true when this delete gateway too many requests response has a 4xx status code
func (*DeleteGatewayTooManyRequests) IsCode ¶
func (o *DeleteGatewayTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete gateway too many requests response a status code equal to that given
func (*DeleteGatewayTooManyRequests) IsRedirect ¶
func (o *DeleteGatewayTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete gateway too many requests response has a 3xx status code
func (*DeleteGatewayTooManyRequests) IsServerError ¶
func (o *DeleteGatewayTooManyRequests) IsServerError() bool
IsServerError returns true when this delete gateway too many requests response has a 5xx status code
func (*DeleteGatewayTooManyRequests) IsSuccess ¶
func (o *DeleteGatewayTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete gateway too many requests response has a 2xx status code
func (*DeleteGatewayTooManyRequests) String ¶
func (o *DeleteGatewayTooManyRequests) String() string
type DeleteGatewayUnauthorized ¶
type DeleteGatewayUnauthorized struct {
}DeleteGatewayUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewDeleteGatewayUnauthorized ¶
func NewDeleteGatewayUnauthorized() *DeleteGatewayUnauthorized
NewDeleteGatewayUnauthorized creates a DeleteGatewayUnauthorized with default headers values
func (*DeleteGatewayUnauthorized) Code ¶
func (o *DeleteGatewayUnauthorized) Code() int
Code gets the status code for the delete gateway unauthorized response
func (*DeleteGatewayUnauthorized) Error ¶
func (o *DeleteGatewayUnauthorized) Error() string
func (*DeleteGatewayUnauthorized) GetPayload ¶
func (o *DeleteGatewayUnauthorized) GetPayload() *models.Error
func (*DeleteGatewayUnauthorized) IsClientError ¶
func (o *DeleteGatewayUnauthorized) IsClientError() bool
IsClientError returns true when this delete gateway unauthorized response has a 4xx status code
func (*DeleteGatewayUnauthorized) IsCode ¶
func (o *DeleteGatewayUnauthorized) IsCode(code int) bool
IsCode returns true when this delete gateway unauthorized response a status code equal to that given
func (*DeleteGatewayUnauthorized) IsRedirect ¶
func (o *DeleteGatewayUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete gateway unauthorized response has a 3xx status code
func (*DeleteGatewayUnauthorized) IsServerError ¶
func (o *DeleteGatewayUnauthorized) IsServerError() bool
IsServerError returns true when this delete gateway unauthorized response has a 5xx status code
func (*DeleteGatewayUnauthorized) IsSuccess ¶
func (o *DeleteGatewayUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete gateway unauthorized response has a 2xx status code
func (*DeleteGatewayUnauthorized) String ¶
func (o *DeleteGatewayUnauthorized) String() string
type GetGatewayForbidden ¶
GetGatewayForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetGatewayForbidden ¶
func NewGetGatewayForbidden() *GetGatewayForbidden
NewGetGatewayForbidden creates a GetGatewayForbidden with default headers values
func (*GetGatewayForbidden) Code ¶
func (o *GetGatewayForbidden) Code() int
Code gets the status code for the get gateway forbidden response
func (*GetGatewayForbidden) Error ¶
func (o *GetGatewayForbidden) Error() string
func (*GetGatewayForbidden) GetPayload ¶
func (o *GetGatewayForbidden) GetPayload() *models.Error
func (*GetGatewayForbidden) IsClientError ¶
func (o *GetGatewayForbidden) IsClientError() bool
IsClientError returns true when this get gateway forbidden response has a 4xx status code
func (*GetGatewayForbidden) IsCode ¶
func (o *GetGatewayForbidden) IsCode(code int) bool
IsCode returns true when this get gateway forbidden response a status code equal to that given
func (*GetGatewayForbidden) IsRedirect ¶
func (o *GetGatewayForbidden) IsRedirect() bool
IsRedirect returns true when this get gateway forbidden response has a 3xx status code
func (*GetGatewayForbidden) IsServerError ¶
func (o *GetGatewayForbidden) IsServerError() bool
IsServerError returns true when this get gateway forbidden response has a 5xx status code
func (*GetGatewayForbidden) IsSuccess ¶
func (o *GetGatewayForbidden) IsSuccess() bool
IsSuccess returns true when this get gateway forbidden response has a 2xx status code
func (*GetGatewayForbidden) String ¶
func (o *GetGatewayForbidden) String() string
type GetGatewayNotFound ¶
GetGatewayNotFound describes a response with status code 404, with default header values.
Not found
func NewGetGatewayNotFound ¶
func NewGetGatewayNotFound() *GetGatewayNotFound
NewGetGatewayNotFound creates a GetGatewayNotFound with default headers values
func (*GetGatewayNotFound) Code ¶
func (o *GetGatewayNotFound) Code() int
Code gets the status code for the get gateway not found response
func (*GetGatewayNotFound) Error ¶
func (o *GetGatewayNotFound) Error() string
func (*GetGatewayNotFound) GetPayload ¶
func (o *GetGatewayNotFound) GetPayload() *models.Error
func (*GetGatewayNotFound) IsClientError ¶
func (o *GetGatewayNotFound) IsClientError() bool
IsClientError returns true when this get gateway not found response has a 4xx status code
func (*GetGatewayNotFound) IsCode ¶
func (o *GetGatewayNotFound) IsCode(code int) bool
IsCode returns true when this get gateway not found response a status code equal to that given
func (*GetGatewayNotFound) IsRedirect ¶
func (o *GetGatewayNotFound) IsRedirect() bool
IsRedirect returns true when this get gateway not found response has a 3xx status code
func (*GetGatewayNotFound) IsServerError ¶
func (o *GetGatewayNotFound) IsServerError() bool
IsServerError returns true when this get gateway not found response has a 5xx status code
func (*GetGatewayNotFound) IsSuccess ¶
func (o *GetGatewayNotFound) IsSuccess() bool
IsSuccess returns true when this get gateway not found response has a 2xx status code
func (*GetGatewayNotFound) String ¶
func (o *GetGatewayNotFound) String() string
type GetGatewayOK ¶
type GetGatewayOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.GatewayWithClient }
GetGatewayOK describes a response with status code 200, with default header values.
Gateway with client
func NewGetGatewayOK ¶
func NewGetGatewayOK() *GetGatewayOK
NewGetGatewayOK creates a GetGatewayOK with default headers values
func (*GetGatewayOK) Code ¶
func (o *GetGatewayOK) Code() int
Code gets the status code for the get gateway o k response
func (*GetGatewayOK) Error ¶
func (o *GetGatewayOK) Error() string
func (*GetGatewayOK) GetPayload ¶
func (o *GetGatewayOK) GetPayload() *models.GatewayWithClient
func (*GetGatewayOK) IsClientError ¶
func (o *GetGatewayOK) IsClientError() bool
IsClientError returns true when this get gateway o k response has a 4xx status code
func (*GetGatewayOK) IsCode ¶
func (o *GetGatewayOK) IsCode(code int) bool
IsCode returns true when this get gateway o k response a status code equal to that given
func (*GetGatewayOK) IsRedirect ¶
func (o *GetGatewayOK) IsRedirect() bool
IsRedirect returns true when this get gateway o k response has a 3xx status code
func (*GetGatewayOK) IsServerError ¶
func (o *GetGatewayOK) IsServerError() bool
IsServerError returns true when this get gateway o k response has a 5xx status code
func (*GetGatewayOK) IsSuccess ¶
func (o *GetGatewayOK) IsSuccess() bool
IsSuccess returns true when this get gateway o k response has a 2xx status code
func (*GetGatewayOK) String ¶
func (o *GetGatewayOK) String() string
type GetGatewayPackageBadRequest ¶
GetGatewayPackageBadRequest describes a response with status code 400, with default header values.
Bad request
func NewGetGatewayPackageBadRequest ¶
func NewGetGatewayPackageBadRequest() *GetGatewayPackageBadRequest
NewGetGatewayPackageBadRequest creates a GetGatewayPackageBadRequest with default headers values
func (*GetGatewayPackageBadRequest) Code ¶
func (o *GetGatewayPackageBadRequest) Code() int
Code gets the status code for the get gateway package bad request response
func (*GetGatewayPackageBadRequest) Error ¶
func (o *GetGatewayPackageBadRequest) Error() string
func (*GetGatewayPackageBadRequest) GetPayload ¶
func (o *GetGatewayPackageBadRequest) GetPayload() *models.Error
func (*GetGatewayPackageBadRequest) IsClientError ¶
func (o *GetGatewayPackageBadRequest) IsClientError() bool
IsClientError returns true when this get gateway package bad request response has a 4xx status code
func (*GetGatewayPackageBadRequest) IsCode ¶
func (o *GetGatewayPackageBadRequest) IsCode(code int) bool
IsCode returns true when this get gateway package bad request response a status code equal to that given
func (*GetGatewayPackageBadRequest) IsRedirect ¶
func (o *GetGatewayPackageBadRequest) IsRedirect() bool
IsRedirect returns true when this get gateway package bad request response has a 3xx status code
func (*GetGatewayPackageBadRequest) IsServerError ¶
func (o *GetGatewayPackageBadRequest) IsServerError() bool
IsServerError returns true when this get gateway package bad request response has a 5xx status code
func (*GetGatewayPackageBadRequest) IsSuccess ¶
func (o *GetGatewayPackageBadRequest) IsSuccess() bool
IsSuccess returns true when this get gateway package bad request response has a 2xx status code
func (*GetGatewayPackageBadRequest) String ¶
func (o *GetGatewayPackageBadRequest) String() string
type GetGatewayPackageForbidden ¶
GetGatewayPackageForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetGatewayPackageForbidden ¶
func NewGetGatewayPackageForbidden() *GetGatewayPackageForbidden
NewGetGatewayPackageForbidden creates a GetGatewayPackageForbidden with default headers values
func (*GetGatewayPackageForbidden) Code ¶
func (o *GetGatewayPackageForbidden) Code() int
Code gets the status code for the get gateway package forbidden response
func (*GetGatewayPackageForbidden) Error ¶
func (o *GetGatewayPackageForbidden) Error() string
func (*GetGatewayPackageForbidden) GetPayload ¶
func (o *GetGatewayPackageForbidden) GetPayload() *models.Error
func (*GetGatewayPackageForbidden) IsClientError ¶
func (o *GetGatewayPackageForbidden) IsClientError() bool
IsClientError returns true when this get gateway package forbidden response has a 4xx status code
func (*GetGatewayPackageForbidden) IsCode ¶
func (o *GetGatewayPackageForbidden) IsCode(code int) bool
IsCode returns true when this get gateway package forbidden response a status code equal to that given
func (*GetGatewayPackageForbidden) IsRedirect ¶
func (o *GetGatewayPackageForbidden) IsRedirect() bool
IsRedirect returns true when this get gateway package forbidden response has a 3xx status code
func (*GetGatewayPackageForbidden) IsServerError ¶
func (o *GetGatewayPackageForbidden) IsServerError() bool
IsServerError returns true when this get gateway package forbidden response has a 5xx status code
func (*GetGatewayPackageForbidden) IsSuccess ¶
func (o *GetGatewayPackageForbidden) IsSuccess() bool
IsSuccess returns true when this get gateway package forbidden response has a 2xx status code
func (*GetGatewayPackageForbidden) String ¶
func (o *GetGatewayPackageForbidden) String() string
type GetGatewayPackageNotFound ¶
GetGatewayPackageNotFound describes a response with status code 404, with default header values.
Not found
func NewGetGatewayPackageNotFound ¶
func NewGetGatewayPackageNotFound() *GetGatewayPackageNotFound
NewGetGatewayPackageNotFound creates a GetGatewayPackageNotFound with default headers values
func (*GetGatewayPackageNotFound) Code ¶
func (o *GetGatewayPackageNotFound) Code() int
Code gets the status code for the get gateway package not found response
func (*GetGatewayPackageNotFound) Error ¶
func (o *GetGatewayPackageNotFound) Error() string
func (*GetGatewayPackageNotFound) GetPayload ¶
func (o *GetGatewayPackageNotFound) GetPayload() *models.Error
func (*GetGatewayPackageNotFound) IsClientError ¶
func (o *GetGatewayPackageNotFound) IsClientError() bool
IsClientError returns true when this get gateway package not found response has a 4xx status code
func (*GetGatewayPackageNotFound) IsCode ¶
func (o *GetGatewayPackageNotFound) IsCode(code int) bool
IsCode returns true when this get gateway package not found response a status code equal to that given
func (*GetGatewayPackageNotFound) IsRedirect ¶
func (o *GetGatewayPackageNotFound) IsRedirect() bool
IsRedirect returns true when this get gateway package not found response has a 3xx status code
func (*GetGatewayPackageNotFound) IsServerError ¶
func (o *GetGatewayPackageNotFound) IsServerError() bool
IsServerError returns true when this get gateway package not found response has a 5xx status code
func (*GetGatewayPackageNotFound) IsSuccess ¶
func (o *GetGatewayPackageNotFound) IsSuccess() bool
IsSuccess returns true when this get gateway package not found response has a 2xx status code
func (*GetGatewayPackageNotFound) String ¶
func (o *GetGatewayPackageNotFound) String() string
type GetGatewayPackageOK ¶
type GetGatewayPackageOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload io.Writer }
GetGatewayPackageOK describes a response with status code 200, with default header values.
Gateway package
func NewGetGatewayPackageOK ¶
func NewGetGatewayPackageOK(writer io.Writer) *GetGatewayPackageOK
NewGetGatewayPackageOK creates a GetGatewayPackageOK with default headers values
func (*GetGatewayPackageOK) Code ¶
func (o *GetGatewayPackageOK) Code() int
Code gets the status code for the get gateway package o k response
func (*GetGatewayPackageOK) Error ¶
func (o *GetGatewayPackageOK) Error() string
func (*GetGatewayPackageOK) GetPayload ¶
func (o *GetGatewayPackageOK) GetPayload() io.Writer
func (*GetGatewayPackageOK) IsClientError ¶
func (o *GetGatewayPackageOK) IsClientError() bool
IsClientError returns true when this get gateway package o k response has a 4xx status code
func (*GetGatewayPackageOK) IsCode ¶
func (o *GetGatewayPackageOK) IsCode(code int) bool
IsCode returns true when this get gateway package o k response a status code equal to that given
func (*GetGatewayPackageOK) IsRedirect ¶
func (o *GetGatewayPackageOK) IsRedirect() bool
IsRedirect returns true when this get gateway package o k response has a 3xx status code
func (*GetGatewayPackageOK) IsServerError ¶
func (o *GetGatewayPackageOK) IsServerError() bool
IsServerError returns true when this get gateway package o k response has a 5xx status code
func (*GetGatewayPackageOK) IsSuccess ¶
func (o *GetGatewayPackageOK) IsSuccess() bool
IsSuccess returns true when this get gateway package o k response has a 2xx status code
func (*GetGatewayPackageOK) String ¶
func (o *GetGatewayPackageOK) String() string
type GetGatewayPackageParams ¶
type GetGatewayPackageParams struct { /* Gw. Gateway id Default: "default" */ Gw string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetGatewayPackageParams contains all the parameters to send to the API endpoint
for the get gateway package operation. Typically these are written to a http.Request.
func NewGetGatewayPackageParams ¶
func NewGetGatewayPackageParams() *GetGatewayPackageParams
NewGetGatewayPackageParams creates a new GetGatewayPackageParams 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 NewGetGatewayPackageParamsWithContext ¶
func NewGetGatewayPackageParamsWithContext(ctx context.Context) *GetGatewayPackageParams
NewGetGatewayPackageParamsWithContext creates a new GetGatewayPackageParams object with the ability to set a context for a request.
func NewGetGatewayPackageParamsWithHTTPClient ¶
func NewGetGatewayPackageParamsWithHTTPClient(client *http.Client) *GetGatewayPackageParams
NewGetGatewayPackageParamsWithHTTPClient creates a new GetGatewayPackageParams object with the ability to set a custom HTTPClient for a request.
func NewGetGatewayPackageParamsWithTimeout ¶
func NewGetGatewayPackageParamsWithTimeout(timeout time.Duration) *GetGatewayPackageParams
NewGetGatewayPackageParamsWithTimeout creates a new GetGatewayPackageParams object with the ability to set a timeout on a request.
func (*GetGatewayPackageParams) SetContext ¶
func (o *GetGatewayPackageParams) SetContext(ctx context.Context)
SetContext adds the context to the get gateway package params
func (*GetGatewayPackageParams) SetDefaults ¶
func (o *GetGatewayPackageParams) SetDefaults()
SetDefaults hydrates default values in the get gateway package params (not the query body).
All values with no default are reset to their zero value.
func (*GetGatewayPackageParams) SetGw ¶
func (o *GetGatewayPackageParams) SetGw(gw string)
SetGw adds the gw to the get gateway package params
func (*GetGatewayPackageParams) SetHTTPClient ¶
func (o *GetGatewayPackageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get gateway package params
func (*GetGatewayPackageParams) SetIfMatch ¶
func (o *GetGatewayPackageParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the get gateway package params
func (*GetGatewayPackageParams) SetTimeout ¶
func (o *GetGatewayPackageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get gateway package params
func (*GetGatewayPackageParams) WithContext ¶
func (o *GetGatewayPackageParams) WithContext(ctx context.Context) *GetGatewayPackageParams
WithContext adds the context to the get gateway package params
func (*GetGatewayPackageParams) WithDefaults ¶
func (o *GetGatewayPackageParams) WithDefaults() *GetGatewayPackageParams
WithDefaults hydrates default values in the get gateway package params (not the query body).
All values with no default are reset to their zero value.
func (*GetGatewayPackageParams) WithGw ¶
func (o *GetGatewayPackageParams) WithGw(gw string) *GetGatewayPackageParams
WithGw adds the gw to the get gateway package params
func (*GetGatewayPackageParams) WithHTTPClient ¶
func (o *GetGatewayPackageParams) WithHTTPClient(client *http.Client) *GetGatewayPackageParams
WithHTTPClient adds the HTTPClient to the get gateway package params
func (*GetGatewayPackageParams) WithIfMatch ¶
func (o *GetGatewayPackageParams) WithIfMatch(ifMatch *string) *GetGatewayPackageParams
WithIfMatch adds the ifMatch to the get gateway package params
func (*GetGatewayPackageParams) WithTimeout ¶
func (o *GetGatewayPackageParams) WithTimeout(timeout time.Duration) *GetGatewayPackageParams
WithTimeout adds the timeout to the get gateway package params
func (*GetGatewayPackageParams) WriteToRequest ¶
func (o *GetGatewayPackageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGatewayPackageReader ¶
type GetGatewayPackageReader struct {
// contains filtered or unexported fields
}
GetGatewayPackageReader is a Reader for the GetGatewayPackage structure.
func (*GetGatewayPackageReader) ReadResponse ¶
func (o *GetGatewayPackageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGatewayPackageTooManyRequests ¶
GetGatewayPackageTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewGetGatewayPackageTooManyRequests ¶
func NewGetGatewayPackageTooManyRequests() *GetGatewayPackageTooManyRequests
NewGetGatewayPackageTooManyRequests creates a GetGatewayPackageTooManyRequests with default headers values
func (*GetGatewayPackageTooManyRequests) Code ¶
func (o *GetGatewayPackageTooManyRequests) Code() int
Code gets the status code for the get gateway package too many requests response
func (*GetGatewayPackageTooManyRequests) Error ¶
func (o *GetGatewayPackageTooManyRequests) Error() string
func (*GetGatewayPackageTooManyRequests) GetPayload ¶
func (o *GetGatewayPackageTooManyRequests) GetPayload() *models.Error
func (*GetGatewayPackageTooManyRequests) IsClientError ¶
func (o *GetGatewayPackageTooManyRequests) IsClientError() bool
IsClientError returns true when this get gateway package too many requests response has a 4xx status code
func (*GetGatewayPackageTooManyRequests) IsCode ¶
func (o *GetGatewayPackageTooManyRequests) IsCode(code int) bool
IsCode returns true when this get gateway package too many requests response a status code equal to that given
func (*GetGatewayPackageTooManyRequests) IsRedirect ¶
func (o *GetGatewayPackageTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get gateway package too many requests response has a 3xx status code
func (*GetGatewayPackageTooManyRequests) IsServerError ¶
func (o *GetGatewayPackageTooManyRequests) IsServerError() bool
IsServerError returns true when this get gateway package too many requests response has a 5xx status code
func (*GetGatewayPackageTooManyRequests) IsSuccess ¶
func (o *GetGatewayPackageTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get gateway package too many requests response has a 2xx status code
func (*GetGatewayPackageTooManyRequests) String ¶
func (o *GetGatewayPackageTooManyRequests) String() string
type GetGatewayPackageUnauthorized ¶
type GetGatewayPackageUnauthorized struct {
}GetGatewayPackageUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetGatewayPackageUnauthorized ¶
func NewGetGatewayPackageUnauthorized() *GetGatewayPackageUnauthorized
NewGetGatewayPackageUnauthorized creates a GetGatewayPackageUnauthorized with default headers values
func (*GetGatewayPackageUnauthorized) Code ¶
func (o *GetGatewayPackageUnauthorized) Code() int
Code gets the status code for the get gateway package unauthorized response
func (*GetGatewayPackageUnauthorized) Error ¶
func (o *GetGatewayPackageUnauthorized) Error() string
func (*GetGatewayPackageUnauthorized) GetPayload ¶
func (o *GetGatewayPackageUnauthorized) GetPayload() *models.Error
func (*GetGatewayPackageUnauthorized) IsClientError ¶
func (o *GetGatewayPackageUnauthorized) IsClientError() bool
IsClientError returns true when this get gateway package unauthorized response has a 4xx status code
func (*GetGatewayPackageUnauthorized) IsCode ¶
func (o *GetGatewayPackageUnauthorized) IsCode(code int) bool
IsCode returns true when this get gateway package unauthorized response a status code equal to that given
func (*GetGatewayPackageUnauthorized) IsRedirect ¶
func (o *GetGatewayPackageUnauthorized) IsRedirect() bool
IsRedirect returns true when this get gateway package unauthorized response has a 3xx status code
func (*GetGatewayPackageUnauthorized) IsServerError ¶
func (o *GetGatewayPackageUnauthorized) IsServerError() bool
IsServerError returns true when this get gateway package unauthorized response has a 5xx status code
func (*GetGatewayPackageUnauthorized) IsSuccess ¶
func (o *GetGatewayPackageUnauthorized) IsSuccess() bool
IsSuccess returns true when this get gateway package unauthorized response has a 2xx status code
func (*GetGatewayPackageUnauthorized) String ¶
func (o *GetGatewayPackageUnauthorized) String() string
type GetGatewayParams ¶
type GetGatewayParams struct { /* Gw. Gateway id Default: "default" */ Gw string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetGatewayParams contains all the parameters to send to the API endpoint
for the get gateway operation. Typically these are written to a http.Request.
func NewGetGatewayParams ¶
func NewGetGatewayParams() *GetGatewayParams
NewGetGatewayParams creates a new GetGatewayParams 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 NewGetGatewayParamsWithContext ¶
func NewGetGatewayParamsWithContext(ctx context.Context) *GetGatewayParams
NewGetGatewayParamsWithContext creates a new GetGatewayParams object with the ability to set a context for a request.
func NewGetGatewayParamsWithHTTPClient ¶
func NewGetGatewayParamsWithHTTPClient(client *http.Client) *GetGatewayParams
NewGetGatewayParamsWithHTTPClient creates a new GetGatewayParams object with the ability to set a custom HTTPClient for a request.
func NewGetGatewayParamsWithTimeout ¶
func NewGetGatewayParamsWithTimeout(timeout time.Duration) *GetGatewayParams
NewGetGatewayParamsWithTimeout creates a new GetGatewayParams object with the ability to set a timeout on a request.
func (*GetGatewayParams) SetContext ¶
func (o *GetGatewayParams) SetContext(ctx context.Context)
SetContext adds the context to the get gateway params
func (*GetGatewayParams) SetDefaults ¶
func (o *GetGatewayParams) SetDefaults()
SetDefaults hydrates default values in the get gateway params (not the query body).
All values with no default are reset to their zero value.
func (*GetGatewayParams) SetGw ¶
func (o *GetGatewayParams) SetGw(gw string)
SetGw adds the gw to the get gateway params
func (*GetGatewayParams) SetHTTPClient ¶
func (o *GetGatewayParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get gateway params
func (*GetGatewayParams) SetIfMatch ¶
func (o *GetGatewayParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the get gateway params
func (*GetGatewayParams) SetTimeout ¶
func (o *GetGatewayParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get gateway params
func (*GetGatewayParams) WithContext ¶
func (o *GetGatewayParams) WithContext(ctx context.Context) *GetGatewayParams
WithContext adds the context to the get gateway params
func (*GetGatewayParams) WithDefaults ¶
func (o *GetGatewayParams) WithDefaults() *GetGatewayParams
WithDefaults hydrates default values in the get gateway params (not the query body).
All values with no default are reset to their zero value.
func (*GetGatewayParams) WithGw ¶
func (o *GetGatewayParams) WithGw(gw string) *GetGatewayParams
WithGw adds the gw to the get gateway params
func (*GetGatewayParams) WithHTTPClient ¶
func (o *GetGatewayParams) WithHTTPClient(client *http.Client) *GetGatewayParams
WithHTTPClient adds the HTTPClient to the get gateway params
func (*GetGatewayParams) WithIfMatch ¶
func (o *GetGatewayParams) WithIfMatch(ifMatch *string) *GetGatewayParams
WithIfMatch adds the ifMatch to the get gateway params
func (*GetGatewayParams) WithTimeout ¶
func (o *GetGatewayParams) WithTimeout(timeout time.Duration) *GetGatewayParams
WithTimeout adds the timeout to the get gateway params
func (*GetGatewayParams) WriteToRequest ¶
func (o *GetGatewayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGatewayReader ¶
type GetGatewayReader struct {
// contains filtered or unexported fields
}
GetGatewayReader is a Reader for the GetGateway structure.
func (*GetGatewayReader) ReadResponse ¶
func (o *GetGatewayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGatewayTooManyRequests ¶
GetGatewayTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewGetGatewayTooManyRequests ¶
func NewGetGatewayTooManyRequests() *GetGatewayTooManyRequests
NewGetGatewayTooManyRequests creates a GetGatewayTooManyRequests with default headers values
func (*GetGatewayTooManyRequests) Code ¶
func (o *GetGatewayTooManyRequests) Code() int
Code gets the status code for the get gateway too many requests response
func (*GetGatewayTooManyRequests) Error ¶
func (o *GetGatewayTooManyRequests) Error() string
func (*GetGatewayTooManyRequests) GetPayload ¶
func (o *GetGatewayTooManyRequests) GetPayload() *models.Error
func (*GetGatewayTooManyRequests) IsClientError ¶
func (o *GetGatewayTooManyRequests) IsClientError() bool
IsClientError returns true when this get gateway too many requests response has a 4xx status code
func (*GetGatewayTooManyRequests) IsCode ¶
func (o *GetGatewayTooManyRequests) IsCode(code int) bool
IsCode returns true when this get gateway too many requests response a status code equal to that given
func (*GetGatewayTooManyRequests) IsRedirect ¶
func (o *GetGatewayTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get gateway too many requests response has a 3xx status code
func (*GetGatewayTooManyRequests) IsServerError ¶
func (o *GetGatewayTooManyRequests) IsServerError() bool
IsServerError returns true when this get gateway too many requests response has a 5xx status code
func (*GetGatewayTooManyRequests) IsSuccess ¶
func (o *GetGatewayTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get gateway too many requests response has a 2xx status code
func (*GetGatewayTooManyRequests) String ¶
func (o *GetGatewayTooManyRequests) String() string
type GetGatewayUnauthorized ¶
type GetGatewayUnauthorized struct {
}GetGatewayUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetGatewayUnauthorized ¶
func NewGetGatewayUnauthorized() *GetGatewayUnauthorized
NewGetGatewayUnauthorized creates a GetGatewayUnauthorized with default headers values
func (*GetGatewayUnauthorized) Code ¶
func (o *GetGatewayUnauthorized) Code() int
Code gets the status code for the get gateway unauthorized response
func (*GetGatewayUnauthorized) Error ¶
func (o *GetGatewayUnauthorized) Error() string
func (*GetGatewayUnauthorized) GetPayload ¶
func (o *GetGatewayUnauthorized) GetPayload() *models.Error
func (*GetGatewayUnauthorized) IsClientError ¶
func (o *GetGatewayUnauthorized) IsClientError() bool
IsClientError returns true when this get gateway unauthorized response has a 4xx status code
func (*GetGatewayUnauthorized) IsCode ¶
func (o *GetGatewayUnauthorized) IsCode(code int) bool
IsCode returns true when this get gateway unauthorized response a status code equal to that given
func (*GetGatewayUnauthorized) IsRedirect ¶
func (o *GetGatewayUnauthorized) IsRedirect() bool
IsRedirect returns true when this get gateway unauthorized response has a 3xx status code
func (*GetGatewayUnauthorized) IsServerError ¶
func (o *GetGatewayUnauthorized) IsServerError() bool
IsServerError returns true when this get gateway unauthorized response has a 5xx status code
func (*GetGatewayUnauthorized) IsSuccess ¶
func (o *GetGatewayUnauthorized) IsSuccess() bool
IsSuccess returns true when this get gateway unauthorized response has a 2xx status code
func (*GetGatewayUnauthorized) String ¶
func (o *GetGatewayUnauthorized) String() string
type ListGatewayAPIGroupsForbidden ¶
ListGatewayAPIGroupsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewListGatewayAPIGroupsForbidden ¶
func NewListGatewayAPIGroupsForbidden() *ListGatewayAPIGroupsForbidden
NewListGatewayAPIGroupsForbidden creates a ListGatewayAPIGroupsForbidden with default headers values
func (*ListGatewayAPIGroupsForbidden) Code ¶
func (o *ListGatewayAPIGroupsForbidden) Code() int
Code gets the status code for the list gateway Api groups forbidden response
func (*ListGatewayAPIGroupsForbidden) Error ¶
func (o *ListGatewayAPIGroupsForbidden) Error() string
func (*ListGatewayAPIGroupsForbidden) GetPayload ¶
func (o *ListGatewayAPIGroupsForbidden) GetPayload() *models.Error
func (*ListGatewayAPIGroupsForbidden) IsClientError ¶
func (o *ListGatewayAPIGroupsForbidden) IsClientError() bool
IsClientError returns true when this list gateway Api groups forbidden response has a 4xx status code
func (*ListGatewayAPIGroupsForbidden) IsCode ¶
func (o *ListGatewayAPIGroupsForbidden) IsCode(code int) bool
IsCode returns true when this list gateway Api groups forbidden response a status code equal to that given
func (*ListGatewayAPIGroupsForbidden) IsRedirect ¶
func (o *ListGatewayAPIGroupsForbidden) IsRedirect() bool
IsRedirect returns true when this list gateway Api groups forbidden response has a 3xx status code
func (*ListGatewayAPIGroupsForbidden) IsServerError ¶
func (o *ListGatewayAPIGroupsForbidden) IsServerError() bool
IsServerError returns true when this list gateway Api groups forbidden response has a 5xx status code
func (*ListGatewayAPIGroupsForbidden) IsSuccess ¶
func (o *ListGatewayAPIGroupsForbidden) IsSuccess() bool
IsSuccess returns true when this list gateway Api groups forbidden response has a 2xx status code
func (*ListGatewayAPIGroupsForbidden) String ¶
func (o *ListGatewayAPIGroupsForbidden) String() string
type ListGatewayAPIGroupsOK ¶
type ListGatewayAPIGroupsOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.GatewayAPIGroups }
ListGatewayAPIGroupsOK describes a response with status code 200, with default header values.
Gateway API groups
func NewListGatewayAPIGroupsOK ¶
func NewListGatewayAPIGroupsOK() *ListGatewayAPIGroupsOK
NewListGatewayAPIGroupsOK creates a ListGatewayAPIGroupsOK with default headers values
func (*ListGatewayAPIGroupsOK) Code ¶
func (o *ListGatewayAPIGroupsOK) Code() int
Code gets the status code for the list gateway Api groups o k response
func (*ListGatewayAPIGroupsOK) Error ¶
func (o *ListGatewayAPIGroupsOK) Error() string
func (*ListGatewayAPIGroupsOK) GetPayload ¶
func (o *ListGatewayAPIGroupsOK) GetPayload() *models.GatewayAPIGroups
func (*ListGatewayAPIGroupsOK) IsClientError ¶
func (o *ListGatewayAPIGroupsOK) IsClientError() bool
IsClientError returns true when this list gateway Api groups o k response has a 4xx status code
func (*ListGatewayAPIGroupsOK) IsCode ¶
func (o *ListGatewayAPIGroupsOK) IsCode(code int) bool
IsCode returns true when this list gateway Api groups o k response a status code equal to that given
func (*ListGatewayAPIGroupsOK) IsRedirect ¶
func (o *ListGatewayAPIGroupsOK) IsRedirect() bool
IsRedirect returns true when this list gateway Api groups o k response has a 3xx status code
func (*ListGatewayAPIGroupsOK) IsServerError ¶
func (o *ListGatewayAPIGroupsOK) IsServerError() bool
IsServerError returns true when this list gateway Api groups o k response has a 5xx status code
func (*ListGatewayAPIGroupsOK) IsSuccess ¶
func (o *ListGatewayAPIGroupsOK) IsSuccess() bool
IsSuccess returns true when this list gateway Api groups o k response has a 2xx status code
func (*ListGatewayAPIGroupsOK) String ¶
func (o *ListGatewayAPIGroupsOK) String() string
type ListGatewayAPIGroupsParams ¶
type ListGatewayAPIGroupsParams struct { /* Gw. Gateway id */ Gw string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListGatewayAPIGroupsParams contains all the parameters to send to the API endpoint
for the list gateway API groups operation. Typically these are written to a http.Request.
func NewListGatewayAPIGroupsParams ¶
func NewListGatewayAPIGroupsParams() *ListGatewayAPIGroupsParams
NewListGatewayAPIGroupsParams creates a new ListGatewayAPIGroupsParams 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 NewListGatewayAPIGroupsParamsWithContext ¶
func NewListGatewayAPIGroupsParamsWithContext(ctx context.Context) *ListGatewayAPIGroupsParams
NewListGatewayAPIGroupsParamsWithContext creates a new ListGatewayAPIGroupsParams object with the ability to set a context for a request.
func NewListGatewayAPIGroupsParamsWithHTTPClient ¶
func NewListGatewayAPIGroupsParamsWithHTTPClient(client *http.Client) *ListGatewayAPIGroupsParams
NewListGatewayAPIGroupsParamsWithHTTPClient creates a new ListGatewayAPIGroupsParams object with the ability to set a custom HTTPClient for a request.
func NewListGatewayAPIGroupsParamsWithTimeout ¶
func NewListGatewayAPIGroupsParamsWithTimeout(timeout time.Duration) *ListGatewayAPIGroupsParams
NewListGatewayAPIGroupsParamsWithTimeout creates a new ListGatewayAPIGroupsParams object with the ability to set a timeout on a request.
func (*ListGatewayAPIGroupsParams) SetContext ¶
func (o *ListGatewayAPIGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) SetDefaults ¶
func (o *ListGatewayAPIGroupsParams) SetDefaults()
SetDefaults hydrates default values in the list gateway API groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListGatewayAPIGroupsParams) SetGw ¶
func (o *ListGatewayAPIGroupsParams) SetGw(gw string)
SetGw adds the gw to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) SetHTTPClient ¶
func (o *ListGatewayAPIGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) SetIfMatch ¶
func (o *ListGatewayAPIGroupsParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) SetTimeout ¶
func (o *ListGatewayAPIGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) WithContext ¶
func (o *ListGatewayAPIGroupsParams) WithContext(ctx context.Context) *ListGatewayAPIGroupsParams
WithContext adds the context to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) WithDefaults ¶
func (o *ListGatewayAPIGroupsParams) WithDefaults() *ListGatewayAPIGroupsParams
WithDefaults hydrates default values in the list gateway API groups params (not the query body).
All values with no default are reset to their zero value.
func (*ListGatewayAPIGroupsParams) WithGw ¶
func (o *ListGatewayAPIGroupsParams) WithGw(gw string) *ListGatewayAPIGroupsParams
WithGw adds the gw to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) WithHTTPClient ¶
func (o *ListGatewayAPIGroupsParams) WithHTTPClient(client *http.Client) *ListGatewayAPIGroupsParams
WithHTTPClient adds the HTTPClient to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) WithIfMatch ¶
func (o *ListGatewayAPIGroupsParams) WithIfMatch(ifMatch *string) *ListGatewayAPIGroupsParams
WithIfMatch adds the ifMatch to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) WithTimeout ¶
func (o *ListGatewayAPIGroupsParams) WithTimeout(timeout time.Duration) *ListGatewayAPIGroupsParams
WithTimeout adds the timeout to the list gateway API groups params
func (*ListGatewayAPIGroupsParams) WriteToRequest ¶
func (o *ListGatewayAPIGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListGatewayAPIGroupsReader ¶
type ListGatewayAPIGroupsReader struct {
// contains filtered or unexported fields
}
ListGatewayAPIGroupsReader is a Reader for the ListGatewayAPIGroups structure.
func (*ListGatewayAPIGroupsReader) ReadResponse ¶
func (o *ListGatewayAPIGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListGatewayAPIGroupsTooManyRequests ¶
ListGatewayAPIGroupsTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewListGatewayAPIGroupsTooManyRequests ¶
func NewListGatewayAPIGroupsTooManyRequests() *ListGatewayAPIGroupsTooManyRequests
NewListGatewayAPIGroupsTooManyRequests creates a ListGatewayAPIGroupsTooManyRequests with default headers values
func (*ListGatewayAPIGroupsTooManyRequests) Code ¶
func (o *ListGatewayAPIGroupsTooManyRequests) Code() int
Code gets the status code for the list gateway Api groups too many requests response
func (*ListGatewayAPIGroupsTooManyRequests) Error ¶
func (o *ListGatewayAPIGroupsTooManyRequests) Error() string
func (*ListGatewayAPIGroupsTooManyRequests) GetPayload ¶
func (o *ListGatewayAPIGroupsTooManyRequests) GetPayload() *models.Error
func (*ListGatewayAPIGroupsTooManyRequests) IsClientError ¶
func (o *ListGatewayAPIGroupsTooManyRequests) IsClientError() bool
IsClientError returns true when this list gateway Api groups too many requests response has a 4xx status code
func (*ListGatewayAPIGroupsTooManyRequests) IsCode ¶
func (o *ListGatewayAPIGroupsTooManyRequests) IsCode(code int) bool
IsCode returns true when this list gateway Api groups too many requests response a status code equal to that given
func (*ListGatewayAPIGroupsTooManyRequests) IsRedirect ¶
func (o *ListGatewayAPIGroupsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list gateway Api groups too many requests response has a 3xx status code
func (*ListGatewayAPIGroupsTooManyRequests) IsServerError ¶
func (o *ListGatewayAPIGroupsTooManyRequests) IsServerError() bool
IsServerError returns true when this list gateway Api groups too many requests response has a 5xx status code
func (*ListGatewayAPIGroupsTooManyRequests) IsSuccess ¶
func (o *ListGatewayAPIGroupsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list gateway Api groups too many requests response has a 2xx status code
func (*ListGatewayAPIGroupsTooManyRequests) String ¶
func (o *ListGatewayAPIGroupsTooManyRequests) String() string
type ListGatewayAPIGroupsUnauthorized ¶
type ListGatewayAPIGroupsUnauthorized struct {
}ListGatewayAPIGroupsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewListGatewayAPIGroupsUnauthorized ¶
func NewListGatewayAPIGroupsUnauthorized() *ListGatewayAPIGroupsUnauthorized
NewListGatewayAPIGroupsUnauthorized creates a ListGatewayAPIGroupsUnauthorized with default headers values
func (*ListGatewayAPIGroupsUnauthorized) Code ¶
func (o *ListGatewayAPIGroupsUnauthorized) Code() int
Code gets the status code for the list gateway Api groups unauthorized response
func (*ListGatewayAPIGroupsUnauthorized) Error ¶
func (o *ListGatewayAPIGroupsUnauthorized) Error() string
func (*ListGatewayAPIGroupsUnauthorized) GetPayload ¶
func (o *ListGatewayAPIGroupsUnauthorized) GetPayload() *models.Error
func (*ListGatewayAPIGroupsUnauthorized) IsClientError ¶
func (o *ListGatewayAPIGroupsUnauthorized) IsClientError() bool
IsClientError returns true when this list gateway Api groups unauthorized response has a 4xx status code
func (*ListGatewayAPIGroupsUnauthorized) IsCode ¶
func (o *ListGatewayAPIGroupsUnauthorized) IsCode(code int) bool
IsCode returns true when this list gateway Api groups unauthorized response a status code equal to that given
func (*ListGatewayAPIGroupsUnauthorized) IsRedirect ¶
func (o *ListGatewayAPIGroupsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list gateway Api groups unauthorized response has a 3xx status code
func (*ListGatewayAPIGroupsUnauthorized) IsServerError ¶
func (o *ListGatewayAPIGroupsUnauthorized) IsServerError() bool
IsServerError returns true when this list gateway Api groups unauthorized response has a 5xx status code
func (*ListGatewayAPIGroupsUnauthorized) IsSuccess ¶
func (o *ListGatewayAPIGroupsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list gateway Api groups unauthorized response has a 2xx status code
func (*ListGatewayAPIGroupsUnauthorized) String ¶
func (o *ListGatewayAPIGroupsUnauthorized) String() string
type ListGatewaysForbidden ¶
ListGatewaysForbidden describes a response with status code 403, with default header values.
Forbidden
func NewListGatewaysForbidden ¶
func NewListGatewaysForbidden() *ListGatewaysForbidden
NewListGatewaysForbidden creates a ListGatewaysForbidden with default headers values
func (*ListGatewaysForbidden) Code ¶
func (o *ListGatewaysForbidden) Code() int
Code gets the status code for the list gateways forbidden response
func (*ListGatewaysForbidden) Error ¶
func (o *ListGatewaysForbidden) Error() string
func (*ListGatewaysForbidden) GetPayload ¶
func (o *ListGatewaysForbidden) GetPayload() *models.Error
func (*ListGatewaysForbidden) IsClientError ¶
func (o *ListGatewaysForbidden) IsClientError() bool
IsClientError returns true when this list gateways forbidden response has a 4xx status code
func (*ListGatewaysForbidden) IsCode ¶
func (o *ListGatewaysForbidden) IsCode(code int) bool
IsCode returns true when this list gateways forbidden response a status code equal to that given
func (*ListGatewaysForbidden) IsRedirect ¶
func (o *ListGatewaysForbidden) IsRedirect() bool
IsRedirect returns true when this list gateways forbidden response has a 3xx status code
func (*ListGatewaysForbidden) IsServerError ¶
func (o *ListGatewaysForbidden) IsServerError() bool
IsServerError returns true when this list gateways forbidden response has a 5xx status code
func (*ListGatewaysForbidden) IsSuccess ¶
func (o *ListGatewaysForbidden) IsSuccess() bool
IsSuccess returns true when this list gateways forbidden response has a 2xx status code
func (*ListGatewaysForbidden) String ¶
func (o *ListGatewaysForbidden) String() string
type ListGatewaysOK ¶
type ListGatewaysOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.Gateways }
ListGatewaysOK describes a response with status code 200, with default header values.
Gateways
func NewListGatewaysOK ¶
func NewListGatewaysOK() *ListGatewaysOK
NewListGatewaysOK creates a ListGatewaysOK with default headers values
func (*ListGatewaysOK) Code ¶
func (o *ListGatewaysOK) Code() int
Code gets the status code for the list gateways o k response
func (*ListGatewaysOK) Error ¶
func (o *ListGatewaysOK) Error() string
func (*ListGatewaysOK) GetPayload ¶
func (o *ListGatewaysOK) GetPayload() *models.Gateways
func (*ListGatewaysOK) IsClientError ¶
func (o *ListGatewaysOK) IsClientError() bool
IsClientError returns true when this list gateways o k response has a 4xx status code
func (*ListGatewaysOK) IsCode ¶
func (o *ListGatewaysOK) IsCode(code int) bool
IsCode returns true when this list gateways o k response a status code equal to that given
func (*ListGatewaysOK) IsRedirect ¶
func (o *ListGatewaysOK) IsRedirect() bool
IsRedirect returns true when this list gateways o k response has a 3xx status code
func (*ListGatewaysOK) IsServerError ¶
func (o *ListGatewaysOK) IsServerError() bool
IsServerError returns true when this list gateways o k response has a 5xx status code
func (*ListGatewaysOK) IsSuccess ¶
func (o *ListGatewaysOK) IsSuccess() bool
IsSuccess returns true when this list gateways o k response has a 2xx status code
func (*ListGatewaysOK) String ¶
func (o *ListGatewaysOK) String() string
type ListGatewaysParams ¶
type ListGatewaysParams struct { /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string /* Wid. Authorization server id Default: "default" */ Wid string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListGatewaysParams contains all the parameters to send to the API endpoint
for the list gateways operation. Typically these are written to a http.Request.
func NewListGatewaysParams ¶
func NewListGatewaysParams() *ListGatewaysParams
NewListGatewaysParams creates a new ListGatewaysParams 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 NewListGatewaysParamsWithContext ¶
func NewListGatewaysParamsWithContext(ctx context.Context) *ListGatewaysParams
NewListGatewaysParamsWithContext creates a new ListGatewaysParams object with the ability to set a context for a request.
func NewListGatewaysParamsWithHTTPClient ¶
func NewListGatewaysParamsWithHTTPClient(client *http.Client) *ListGatewaysParams
NewListGatewaysParamsWithHTTPClient creates a new ListGatewaysParams object with the ability to set a custom HTTPClient for a request.
func NewListGatewaysParamsWithTimeout ¶
func NewListGatewaysParamsWithTimeout(timeout time.Duration) *ListGatewaysParams
NewListGatewaysParamsWithTimeout creates a new ListGatewaysParams object with the ability to set a timeout on a request.
func (*ListGatewaysParams) SetContext ¶
func (o *ListGatewaysParams) SetContext(ctx context.Context)
SetContext adds the context to the list gateways params
func (*ListGatewaysParams) SetDefaults ¶
func (o *ListGatewaysParams) SetDefaults()
SetDefaults hydrates default values in the list gateways params (not the query body).
All values with no default are reset to their zero value.
func (*ListGatewaysParams) SetHTTPClient ¶
func (o *ListGatewaysParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list gateways params
func (*ListGatewaysParams) SetIfMatch ¶
func (o *ListGatewaysParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the list gateways params
func (*ListGatewaysParams) SetTimeout ¶
func (o *ListGatewaysParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list gateways params
func (*ListGatewaysParams) SetWid ¶
func (o *ListGatewaysParams) SetWid(wid string)
SetWid adds the wid to the list gateways params
func (*ListGatewaysParams) WithContext ¶
func (o *ListGatewaysParams) WithContext(ctx context.Context) *ListGatewaysParams
WithContext adds the context to the list gateways params
func (*ListGatewaysParams) WithDefaults ¶
func (o *ListGatewaysParams) WithDefaults() *ListGatewaysParams
WithDefaults hydrates default values in the list gateways params (not the query body).
All values with no default are reset to their zero value.
func (*ListGatewaysParams) WithHTTPClient ¶
func (o *ListGatewaysParams) WithHTTPClient(client *http.Client) *ListGatewaysParams
WithHTTPClient adds the HTTPClient to the list gateways params
func (*ListGatewaysParams) WithIfMatch ¶
func (o *ListGatewaysParams) WithIfMatch(ifMatch *string) *ListGatewaysParams
WithIfMatch adds the ifMatch to the list gateways params
func (*ListGatewaysParams) WithTimeout ¶
func (o *ListGatewaysParams) WithTimeout(timeout time.Duration) *ListGatewaysParams
WithTimeout adds the timeout to the list gateways params
func (*ListGatewaysParams) WithWid ¶
func (o *ListGatewaysParams) WithWid(wid string) *ListGatewaysParams
WithWid adds the wid to the list gateways params
func (*ListGatewaysParams) WriteToRequest ¶
func (o *ListGatewaysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListGatewaysReader ¶
type ListGatewaysReader struct {
// contains filtered or unexported fields
}
ListGatewaysReader is a Reader for the ListGateways structure.
func (*ListGatewaysReader) ReadResponse ¶
func (o *ListGatewaysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListGatewaysTooManyRequests ¶
ListGatewaysTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewListGatewaysTooManyRequests ¶
func NewListGatewaysTooManyRequests() *ListGatewaysTooManyRequests
NewListGatewaysTooManyRequests creates a ListGatewaysTooManyRequests with default headers values
func (*ListGatewaysTooManyRequests) Code ¶
func (o *ListGatewaysTooManyRequests) Code() int
Code gets the status code for the list gateways too many requests response
func (*ListGatewaysTooManyRequests) Error ¶
func (o *ListGatewaysTooManyRequests) Error() string
func (*ListGatewaysTooManyRequests) GetPayload ¶
func (o *ListGatewaysTooManyRequests) GetPayload() *models.Error
func (*ListGatewaysTooManyRequests) IsClientError ¶
func (o *ListGatewaysTooManyRequests) IsClientError() bool
IsClientError returns true when this list gateways too many requests response has a 4xx status code
func (*ListGatewaysTooManyRequests) IsCode ¶
func (o *ListGatewaysTooManyRequests) IsCode(code int) bool
IsCode returns true when this list gateways too many requests response a status code equal to that given
func (*ListGatewaysTooManyRequests) IsRedirect ¶
func (o *ListGatewaysTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list gateways too many requests response has a 3xx status code
func (*ListGatewaysTooManyRequests) IsServerError ¶
func (o *ListGatewaysTooManyRequests) IsServerError() bool
IsServerError returns true when this list gateways too many requests response has a 5xx status code
func (*ListGatewaysTooManyRequests) IsSuccess ¶
func (o *ListGatewaysTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list gateways too many requests response has a 2xx status code
func (*ListGatewaysTooManyRequests) String ¶
func (o *ListGatewaysTooManyRequests) String() string
type ListGatewaysUnauthorized ¶
type ListGatewaysUnauthorized struct {
}ListGatewaysUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewListGatewaysUnauthorized ¶
func NewListGatewaysUnauthorized() *ListGatewaysUnauthorized
NewListGatewaysUnauthorized creates a ListGatewaysUnauthorized with default headers values
func (*ListGatewaysUnauthorized) Code ¶
func (o *ListGatewaysUnauthorized) Code() int
Code gets the status code for the list gateways unauthorized response
func (*ListGatewaysUnauthorized) Error ¶
func (o *ListGatewaysUnauthorized) Error() string
func (*ListGatewaysUnauthorized) GetPayload ¶
func (o *ListGatewaysUnauthorized) GetPayload() *models.Error
func (*ListGatewaysUnauthorized) IsClientError ¶
func (o *ListGatewaysUnauthorized) IsClientError() bool
IsClientError returns true when this list gateways unauthorized response has a 4xx status code
func (*ListGatewaysUnauthorized) IsCode ¶
func (o *ListGatewaysUnauthorized) IsCode(code int) bool
IsCode returns true when this list gateways unauthorized response a status code equal to that given
func (*ListGatewaysUnauthorized) IsRedirect ¶
func (o *ListGatewaysUnauthorized) IsRedirect() bool
IsRedirect returns true when this list gateways unauthorized response has a 3xx status code
func (*ListGatewaysUnauthorized) IsServerError ¶
func (o *ListGatewaysUnauthorized) IsServerError() bool
IsServerError returns true when this list gateways unauthorized response has a 5xx status code
func (*ListGatewaysUnauthorized) IsSuccess ¶
func (o *ListGatewaysUnauthorized) IsSuccess() bool
IsSuccess returns true when this list gateways unauthorized response has a 2xx status code
func (*ListGatewaysUnauthorized) String ¶
func (o *ListGatewaysUnauthorized) String() string
type UnbindGroupFromServiceBadRequest ¶
UnbindGroupFromServiceBadRequest describes a response with status code 400, with default header values.
Bad request
func NewUnbindGroupFromServiceBadRequest ¶
func NewUnbindGroupFromServiceBadRequest() *UnbindGroupFromServiceBadRequest
NewUnbindGroupFromServiceBadRequest creates a UnbindGroupFromServiceBadRequest with default headers values
func (*UnbindGroupFromServiceBadRequest) Code ¶
func (o *UnbindGroupFromServiceBadRequest) Code() int
Code gets the status code for the unbind group from service bad request response
func (*UnbindGroupFromServiceBadRequest) Error ¶
func (o *UnbindGroupFromServiceBadRequest) Error() string
func (*UnbindGroupFromServiceBadRequest) GetPayload ¶
func (o *UnbindGroupFromServiceBadRequest) GetPayload() *models.Error
func (*UnbindGroupFromServiceBadRequest) IsClientError ¶
func (o *UnbindGroupFromServiceBadRequest) IsClientError() bool
IsClientError returns true when this unbind group from service bad request response has a 4xx status code
func (*UnbindGroupFromServiceBadRequest) IsCode ¶
func (o *UnbindGroupFromServiceBadRequest) IsCode(code int) bool
IsCode returns true when this unbind group from service bad request response a status code equal to that given
func (*UnbindGroupFromServiceBadRequest) IsRedirect ¶
func (o *UnbindGroupFromServiceBadRequest) IsRedirect() bool
IsRedirect returns true when this unbind group from service bad request response has a 3xx status code
func (*UnbindGroupFromServiceBadRequest) IsServerError ¶
func (o *UnbindGroupFromServiceBadRequest) IsServerError() bool
IsServerError returns true when this unbind group from service bad request response has a 5xx status code
func (*UnbindGroupFromServiceBadRequest) IsSuccess ¶
func (o *UnbindGroupFromServiceBadRequest) IsSuccess() bool
IsSuccess returns true when this unbind group from service bad request response has a 2xx status code
func (*UnbindGroupFromServiceBadRequest) String ¶
func (o *UnbindGroupFromServiceBadRequest) String() string
type UnbindGroupFromServiceForbidden ¶
UnbindGroupFromServiceForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUnbindGroupFromServiceForbidden ¶
func NewUnbindGroupFromServiceForbidden() *UnbindGroupFromServiceForbidden
NewUnbindGroupFromServiceForbidden creates a UnbindGroupFromServiceForbidden with default headers values
func (*UnbindGroupFromServiceForbidden) Code ¶
func (o *UnbindGroupFromServiceForbidden) Code() int
Code gets the status code for the unbind group from service forbidden response
func (*UnbindGroupFromServiceForbidden) Error ¶
func (o *UnbindGroupFromServiceForbidden) Error() string
func (*UnbindGroupFromServiceForbidden) GetPayload ¶
func (o *UnbindGroupFromServiceForbidden) GetPayload() *models.Error
func (*UnbindGroupFromServiceForbidden) IsClientError ¶
func (o *UnbindGroupFromServiceForbidden) IsClientError() bool
IsClientError returns true when this unbind group from service forbidden response has a 4xx status code
func (*UnbindGroupFromServiceForbidden) IsCode ¶
func (o *UnbindGroupFromServiceForbidden) IsCode(code int) bool
IsCode returns true when this unbind group from service forbidden response a status code equal to that given
func (*UnbindGroupFromServiceForbidden) IsRedirect ¶
func (o *UnbindGroupFromServiceForbidden) IsRedirect() bool
IsRedirect returns true when this unbind group from service forbidden response has a 3xx status code
func (*UnbindGroupFromServiceForbidden) IsServerError ¶
func (o *UnbindGroupFromServiceForbidden) IsServerError() bool
IsServerError returns true when this unbind group from service forbidden response has a 5xx status code
func (*UnbindGroupFromServiceForbidden) IsSuccess ¶
func (o *UnbindGroupFromServiceForbidden) IsSuccess() bool
IsSuccess returns true when this unbind group from service forbidden response has a 2xx status code
func (*UnbindGroupFromServiceForbidden) String ¶
func (o *UnbindGroupFromServiceForbidden) String() string
type UnbindGroupFromServiceNotFound ¶
UnbindGroupFromServiceNotFound describes a response with status code 404, with default header values.
Not found
func NewUnbindGroupFromServiceNotFound ¶
func NewUnbindGroupFromServiceNotFound() *UnbindGroupFromServiceNotFound
NewUnbindGroupFromServiceNotFound creates a UnbindGroupFromServiceNotFound with default headers values
func (*UnbindGroupFromServiceNotFound) Code ¶
func (o *UnbindGroupFromServiceNotFound) Code() int
Code gets the status code for the unbind group from service not found response
func (*UnbindGroupFromServiceNotFound) Error ¶
func (o *UnbindGroupFromServiceNotFound) Error() string
func (*UnbindGroupFromServiceNotFound) GetPayload ¶
func (o *UnbindGroupFromServiceNotFound) GetPayload() *models.Error
func (*UnbindGroupFromServiceNotFound) IsClientError ¶
func (o *UnbindGroupFromServiceNotFound) IsClientError() bool
IsClientError returns true when this unbind group from service not found response has a 4xx status code
func (*UnbindGroupFromServiceNotFound) IsCode ¶
func (o *UnbindGroupFromServiceNotFound) IsCode(code int) bool
IsCode returns true when this unbind group from service not found response a status code equal to that given
func (*UnbindGroupFromServiceNotFound) IsRedirect ¶
func (o *UnbindGroupFromServiceNotFound) IsRedirect() bool
IsRedirect returns true when this unbind group from service not found response has a 3xx status code
func (*UnbindGroupFromServiceNotFound) IsServerError ¶
func (o *UnbindGroupFromServiceNotFound) IsServerError() bool
IsServerError returns true when this unbind group from service not found response has a 5xx status code
func (*UnbindGroupFromServiceNotFound) IsSuccess ¶
func (o *UnbindGroupFromServiceNotFound) IsSuccess() bool
IsSuccess returns true when this unbind group from service not found response has a 2xx status code
func (*UnbindGroupFromServiceNotFound) String ¶
func (o *UnbindGroupFromServiceNotFound) String() string
type UnbindGroupFromServiceOK ¶
type UnbindGroupFromServiceOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.RemoveServiceConfigurationResult }
UnbindGroupFromServiceOK describes a response with status code 200, with default header values.
Unbind group from service response
func NewUnbindGroupFromServiceOK ¶
func NewUnbindGroupFromServiceOK() *UnbindGroupFromServiceOK
NewUnbindGroupFromServiceOK creates a UnbindGroupFromServiceOK with default headers values
func (*UnbindGroupFromServiceOK) Code ¶
func (o *UnbindGroupFromServiceOK) Code() int
Code gets the status code for the unbind group from service o k response
func (*UnbindGroupFromServiceOK) Error ¶
func (o *UnbindGroupFromServiceOK) Error() string
func (*UnbindGroupFromServiceOK) GetPayload ¶
func (o *UnbindGroupFromServiceOK) GetPayload() *models.RemoveServiceConfigurationResult
func (*UnbindGroupFromServiceOK) IsClientError ¶
func (o *UnbindGroupFromServiceOK) IsClientError() bool
IsClientError returns true when this unbind group from service o k response has a 4xx status code
func (*UnbindGroupFromServiceOK) IsCode ¶
func (o *UnbindGroupFromServiceOK) IsCode(code int) bool
IsCode returns true when this unbind group from service o k response a status code equal to that given
func (*UnbindGroupFromServiceOK) IsRedirect ¶
func (o *UnbindGroupFromServiceOK) IsRedirect() bool
IsRedirect returns true when this unbind group from service o k response has a 3xx status code
func (*UnbindGroupFromServiceOK) IsServerError ¶
func (o *UnbindGroupFromServiceOK) IsServerError() bool
IsServerError returns true when this unbind group from service o k response has a 5xx status code
func (*UnbindGroupFromServiceOK) IsSuccess ¶
func (o *UnbindGroupFromServiceOK) IsSuccess() bool
IsSuccess returns true when this unbind group from service o k response has a 2xx status code
func (*UnbindGroupFromServiceOK) String ¶
func (o *UnbindGroupFromServiceOK) String() string
type UnbindGroupFromServiceParams ¶
type UnbindGroupFromServiceParams struct { // APIGroup. APIGroup string // Gw. Gw string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UnbindGroupFromServiceParams contains all the parameters to send to the API endpoint
for the unbind group from service operation. Typically these are written to a http.Request.
func NewUnbindGroupFromServiceParams ¶
func NewUnbindGroupFromServiceParams() *UnbindGroupFromServiceParams
NewUnbindGroupFromServiceParams creates a new UnbindGroupFromServiceParams 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 NewUnbindGroupFromServiceParamsWithContext ¶
func NewUnbindGroupFromServiceParamsWithContext(ctx context.Context) *UnbindGroupFromServiceParams
NewUnbindGroupFromServiceParamsWithContext creates a new UnbindGroupFromServiceParams object with the ability to set a context for a request.
func NewUnbindGroupFromServiceParamsWithHTTPClient ¶
func NewUnbindGroupFromServiceParamsWithHTTPClient(client *http.Client) *UnbindGroupFromServiceParams
NewUnbindGroupFromServiceParamsWithHTTPClient creates a new UnbindGroupFromServiceParams object with the ability to set a custom HTTPClient for a request.
func NewUnbindGroupFromServiceParamsWithTimeout ¶
func NewUnbindGroupFromServiceParamsWithTimeout(timeout time.Duration) *UnbindGroupFromServiceParams
NewUnbindGroupFromServiceParamsWithTimeout creates a new UnbindGroupFromServiceParams object with the ability to set a timeout on a request.
func (*UnbindGroupFromServiceParams) SetAPIGroup ¶
func (o *UnbindGroupFromServiceParams) SetAPIGroup(aPIGroup string)
SetAPIGroup adds the apiGroup to the unbind group from service params
func (*UnbindGroupFromServiceParams) SetContext ¶
func (o *UnbindGroupFromServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the unbind group from service params
func (*UnbindGroupFromServiceParams) SetDefaults ¶
func (o *UnbindGroupFromServiceParams) SetDefaults()
SetDefaults hydrates default values in the unbind group from service params (not the query body).
All values with no default are reset to their zero value.
func (*UnbindGroupFromServiceParams) SetGw ¶
func (o *UnbindGroupFromServiceParams) SetGw(gw string)
SetGw adds the gw to the unbind group from service params
func (*UnbindGroupFromServiceParams) SetHTTPClient ¶
func (o *UnbindGroupFromServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unbind group from service params
func (*UnbindGroupFromServiceParams) SetIfMatch ¶
func (o *UnbindGroupFromServiceParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the unbind group from service params
func (*UnbindGroupFromServiceParams) SetTimeout ¶
func (o *UnbindGroupFromServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unbind group from service params
func (*UnbindGroupFromServiceParams) WithAPIGroup ¶
func (o *UnbindGroupFromServiceParams) WithAPIGroup(aPIGroup string) *UnbindGroupFromServiceParams
WithAPIGroup adds the aPIGroup to the unbind group from service params
func (*UnbindGroupFromServiceParams) WithContext ¶
func (o *UnbindGroupFromServiceParams) WithContext(ctx context.Context) *UnbindGroupFromServiceParams
WithContext adds the context to the unbind group from service params
func (*UnbindGroupFromServiceParams) WithDefaults ¶
func (o *UnbindGroupFromServiceParams) WithDefaults() *UnbindGroupFromServiceParams
WithDefaults hydrates default values in the unbind group from service params (not the query body).
All values with no default are reset to their zero value.
func (*UnbindGroupFromServiceParams) WithGw ¶
func (o *UnbindGroupFromServiceParams) WithGw(gw string) *UnbindGroupFromServiceParams
WithGw adds the gw to the unbind group from service params
func (*UnbindGroupFromServiceParams) WithHTTPClient ¶
func (o *UnbindGroupFromServiceParams) WithHTTPClient(client *http.Client) *UnbindGroupFromServiceParams
WithHTTPClient adds the HTTPClient to the unbind group from service params
func (*UnbindGroupFromServiceParams) WithIfMatch ¶
func (o *UnbindGroupFromServiceParams) WithIfMatch(ifMatch *string) *UnbindGroupFromServiceParams
WithIfMatch adds the ifMatch to the unbind group from service params
func (*UnbindGroupFromServiceParams) WithTimeout ¶
func (o *UnbindGroupFromServiceParams) WithTimeout(timeout time.Duration) *UnbindGroupFromServiceParams
WithTimeout adds the timeout to the unbind group from service params
func (*UnbindGroupFromServiceParams) WriteToRequest ¶
func (o *UnbindGroupFromServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnbindGroupFromServiceReader ¶
type UnbindGroupFromServiceReader struct {
// contains filtered or unexported fields
}
UnbindGroupFromServiceReader is a Reader for the UnbindGroupFromService structure.
func (*UnbindGroupFromServiceReader) ReadResponse ¶
func (o *UnbindGroupFromServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnbindGroupFromServiceTooManyRequests ¶
UnbindGroupFromServiceTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewUnbindGroupFromServiceTooManyRequests ¶
func NewUnbindGroupFromServiceTooManyRequests() *UnbindGroupFromServiceTooManyRequests
NewUnbindGroupFromServiceTooManyRequests creates a UnbindGroupFromServiceTooManyRequests with default headers values
func (*UnbindGroupFromServiceTooManyRequests) Code ¶
func (o *UnbindGroupFromServiceTooManyRequests) Code() int
Code gets the status code for the unbind group from service too many requests response
func (*UnbindGroupFromServiceTooManyRequests) Error ¶
func (o *UnbindGroupFromServiceTooManyRequests) Error() string
func (*UnbindGroupFromServiceTooManyRequests) GetPayload ¶
func (o *UnbindGroupFromServiceTooManyRequests) GetPayload() *models.Error
func (*UnbindGroupFromServiceTooManyRequests) IsClientError ¶
func (o *UnbindGroupFromServiceTooManyRequests) IsClientError() bool
IsClientError returns true when this unbind group from service too many requests response has a 4xx status code
func (*UnbindGroupFromServiceTooManyRequests) IsCode ¶
func (o *UnbindGroupFromServiceTooManyRequests) IsCode(code int) bool
IsCode returns true when this unbind group from service too many requests response a status code equal to that given
func (*UnbindGroupFromServiceTooManyRequests) IsRedirect ¶
func (o *UnbindGroupFromServiceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this unbind group from service too many requests response has a 3xx status code
func (*UnbindGroupFromServiceTooManyRequests) IsServerError ¶
func (o *UnbindGroupFromServiceTooManyRequests) IsServerError() bool
IsServerError returns true when this unbind group from service too many requests response has a 5xx status code
func (*UnbindGroupFromServiceTooManyRequests) IsSuccess ¶
func (o *UnbindGroupFromServiceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this unbind group from service too many requests response has a 2xx status code
func (*UnbindGroupFromServiceTooManyRequests) String ¶
func (o *UnbindGroupFromServiceTooManyRequests) String() string
type UnbindGroupFromServiceUnauthorized ¶
type UnbindGroupFromServiceUnauthorized struct {
}UnbindGroupFromServiceUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewUnbindGroupFromServiceUnauthorized ¶
func NewUnbindGroupFromServiceUnauthorized() *UnbindGroupFromServiceUnauthorized
NewUnbindGroupFromServiceUnauthorized creates a UnbindGroupFromServiceUnauthorized with default headers values
func (*UnbindGroupFromServiceUnauthorized) Code ¶
func (o *UnbindGroupFromServiceUnauthorized) Code() int
Code gets the status code for the unbind group from service unauthorized response
func (*UnbindGroupFromServiceUnauthorized) Error ¶
func (o *UnbindGroupFromServiceUnauthorized) Error() string
func (*UnbindGroupFromServiceUnauthorized) GetPayload ¶
func (o *UnbindGroupFromServiceUnauthorized) GetPayload() *models.Error
func (*UnbindGroupFromServiceUnauthorized) IsClientError ¶
func (o *UnbindGroupFromServiceUnauthorized) IsClientError() bool
IsClientError returns true when this unbind group from service unauthorized response has a 4xx status code
func (*UnbindGroupFromServiceUnauthorized) IsCode ¶
func (o *UnbindGroupFromServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this unbind group from service unauthorized response a status code equal to that given
func (*UnbindGroupFromServiceUnauthorized) IsRedirect ¶
func (o *UnbindGroupFromServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this unbind group from service unauthorized response has a 3xx status code
func (*UnbindGroupFromServiceUnauthorized) IsServerError ¶
func (o *UnbindGroupFromServiceUnauthorized) IsServerError() bool
IsServerError returns true when this unbind group from service unauthorized response has a 5xx status code
func (*UnbindGroupFromServiceUnauthorized) IsSuccess ¶
func (o *UnbindGroupFromServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this unbind group from service unauthorized response has a 2xx status code
func (*UnbindGroupFromServiceUnauthorized) String ¶
func (o *UnbindGroupFromServiceUnauthorized) String() string
type UnbindGroupFromServiceUnprocessableEntity ¶
UnbindGroupFromServiceUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewUnbindGroupFromServiceUnprocessableEntity ¶
func NewUnbindGroupFromServiceUnprocessableEntity() *UnbindGroupFromServiceUnprocessableEntity
NewUnbindGroupFromServiceUnprocessableEntity creates a UnbindGroupFromServiceUnprocessableEntity with default headers values
func (*UnbindGroupFromServiceUnprocessableEntity) Code ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) Code() int
Code gets the status code for the unbind group from service unprocessable entity response
func (*UnbindGroupFromServiceUnprocessableEntity) Error ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) Error() string
func (*UnbindGroupFromServiceUnprocessableEntity) GetPayload ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) GetPayload() *models.Error
func (*UnbindGroupFromServiceUnprocessableEntity) IsClientError ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) IsClientError() bool
IsClientError returns true when this unbind group from service unprocessable entity response has a 4xx status code
func (*UnbindGroupFromServiceUnprocessableEntity) IsCode ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this unbind group from service unprocessable entity response a status code equal to that given
func (*UnbindGroupFromServiceUnprocessableEntity) IsRedirect ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this unbind group from service unprocessable entity response has a 3xx status code
func (*UnbindGroupFromServiceUnprocessableEntity) IsServerError ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) IsServerError() bool
IsServerError returns true when this unbind group from service unprocessable entity response has a 5xx status code
func (*UnbindGroupFromServiceUnprocessableEntity) IsSuccess ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this unbind group from service unprocessable entity response has a 2xx status code
func (*UnbindGroupFromServiceUnprocessableEntity) String ¶
func (o *UnbindGroupFromServiceUnprocessableEntity) String() string
type UpdateGatewayBadRequest ¶
UpdateGatewayBadRequest describes a response with status code 400, with default header values.
Bad request
func NewUpdateGatewayBadRequest ¶
func NewUpdateGatewayBadRequest() *UpdateGatewayBadRequest
NewUpdateGatewayBadRequest creates a UpdateGatewayBadRequest with default headers values
func (*UpdateGatewayBadRequest) Code ¶
func (o *UpdateGatewayBadRequest) Code() int
Code gets the status code for the update gateway bad request response
func (*UpdateGatewayBadRequest) Error ¶
func (o *UpdateGatewayBadRequest) Error() string
func (*UpdateGatewayBadRequest) GetPayload ¶
func (o *UpdateGatewayBadRequest) GetPayload() *models.Error
func (*UpdateGatewayBadRequest) IsClientError ¶
func (o *UpdateGatewayBadRequest) IsClientError() bool
IsClientError returns true when this update gateway bad request response has a 4xx status code
func (*UpdateGatewayBadRequest) IsCode ¶
func (o *UpdateGatewayBadRequest) IsCode(code int) bool
IsCode returns true when this update gateway bad request response a status code equal to that given
func (*UpdateGatewayBadRequest) IsRedirect ¶
func (o *UpdateGatewayBadRequest) IsRedirect() bool
IsRedirect returns true when this update gateway bad request response has a 3xx status code
func (*UpdateGatewayBadRequest) IsServerError ¶
func (o *UpdateGatewayBadRequest) IsServerError() bool
IsServerError returns true when this update gateway bad request response has a 5xx status code
func (*UpdateGatewayBadRequest) IsSuccess ¶
func (o *UpdateGatewayBadRequest) IsSuccess() bool
IsSuccess returns true when this update gateway bad request response has a 2xx status code
func (*UpdateGatewayBadRequest) String ¶
func (o *UpdateGatewayBadRequest) String() string
type UpdateGatewayForbidden ¶
UpdateGatewayForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateGatewayForbidden ¶
func NewUpdateGatewayForbidden() *UpdateGatewayForbidden
NewUpdateGatewayForbidden creates a UpdateGatewayForbidden with default headers values
func (*UpdateGatewayForbidden) Code ¶
func (o *UpdateGatewayForbidden) Code() int
Code gets the status code for the update gateway forbidden response
func (*UpdateGatewayForbidden) Error ¶
func (o *UpdateGatewayForbidden) Error() string
func (*UpdateGatewayForbidden) GetPayload ¶
func (o *UpdateGatewayForbidden) GetPayload() *models.Error
func (*UpdateGatewayForbidden) IsClientError ¶
func (o *UpdateGatewayForbidden) IsClientError() bool
IsClientError returns true when this update gateway forbidden response has a 4xx status code
func (*UpdateGatewayForbidden) IsCode ¶
func (o *UpdateGatewayForbidden) IsCode(code int) bool
IsCode returns true when this update gateway forbidden response a status code equal to that given
func (*UpdateGatewayForbidden) IsRedirect ¶
func (o *UpdateGatewayForbidden) IsRedirect() bool
IsRedirect returns true when this update gateway forbidden response has a 3xx status code
func (*UpdateGatewayForbidden) IsServerError ¶
func (o *UpdateGatewayForbidden) IsServerError() bool
IsServerError returns true when this update gateway forbidden response has a 5xx status code
func (*UpdateGatewayForbidden) IsSuccess ¶
func (o *UpdateGatewayForbidden) IsSuccess() bool
IsSuccess returns true when this update gateway forbidden response has a 2xx status code
func (*UpdateGatewayForbidden) String ¶
func (o *UpdateGatewayForbidden) String() string
type UpdateGatewayNotFound ¶
UpdateGatewayNotFound describes a response with status code 404, with default header values.
Not found
func NewUpdateGatewayNotFound ¶
func NewUpdateGatewayNotFound() *UpdateGatewayNotFound
NewUpdateGatewayNotFound creates a UpdateGatewayNotFound with default headers values
func (*UpdateGatewayNotFound) Code ¶
func (o *UpdateGatewayNotFound) Code() int
Code gets the status code for the update gateway not found response
func (*UpdateGatewayNotFound) Error ¶
func (o *UpdateGatewayNotFound) Error() string
func (*UpdateGatewayNotFound) GetPayload ¶
func (o *UpdateGatewayNotFound) GetPayload() *models.Error
func (*UpdateGatewayNotFound) IsClientError ¶
func (o *UpdateGatewayNotFound) IsClientError() bool
IsClientError returns true when this update gateway not found response has a 4xx status code
func (*UpdateGatewayNotFound) IsCode ¶
func (o *UpdateGatewayNotFound) IsCode(code int) bool
IsCode returns true when this update gateway not found response a status code equal to that given
func (*UpdateGatewayNotFound) IsRedirect ¶
func (o *UpdateGatewayNotFound) IsRedirect() bool
IsRedirect returns true when this update gateway not found response has a 3xx status code
func (*UpdateGatewayNotFound) IsServerError ¶
func (o *UpdateGatewayNotFound) IsServerError() bool
IsServerError returns true when this update gateway not found response has a 5xx status code
func (*UpdateGatewayNotFound) IsSuccess ¶
func (o *UpdateGatewayNotFound) IsSuccess() bool
IsSuccess returns true when this update gateway not found response has a 2xx status code
func (*UpdateGatewayNotFound) String ¶
func (o *UpdateGatewayNotFound) String() string
type UpdateGatewayOK ¶
type UpdateGatewayOK struct { /* The ETag HTTP header is an identifier for a specific version of a resource in:header Format: etag */ Etag string Payload *models.Gateway }
UpdateGatewayOK describes a response with status code 200, with default header values.
Gateway
func NewUpdateGatewayOK ¶
func NewUpdateGatewayOK() *UpdateGatewayOK
NewUpdateGatewayOK creates a UpdateGatewayOK with default headers values
func (*UpdateGatewayOK) Code ¶
func (o *UpdateGatewayOK) Code() int
Code gets the status code for the update gateway o k response
func (*UpdateGatewayOK) Error ¶
func (o *UpdateGatewayOK) Error() string
func (*UpdateGatewayOK) GetPayload ¶
func (o *UpdateGatewayOK) GetPayload() *models.Gateway
func (*UpdateGatewayOK) IsClientError ¶
func (o *UpdateGatewayOK) IsClientError() bool
IsClientError returns true when this update gateway o k response has a 4xx status code
func (*UpdateGatewayOK) IsCode ¶
func (o *UpdateGatewayOK) IsCode(code int) bool
IsCode returns true when this update gateway o k response a status code equal to that given
func (*UpdateGatewayOK) IsRedirect ¶
func (o *UpdateGatewayOK) IsRedirect() bool
IsRedirect returns true when this update gateway o k response has a 3xx status code
func (*UpdateGatewayOK) IsServerError ¶
func (o *UpdateGatewayOK) IsServerError() bool
IsServerError returns true when this update gateway o k response has a 5xx status code
func (*UpdateGatewayOK) IsSuccess ¶
func (o *UpdateGatewayOK) IsSuccess() bool
IsSuccess returns true when this update gateway o k response has a 2xx status code
func (*UpdateGatewayOK) String ¶
func (o *UpdateGatewayOK) String() string
type UpdateGatewayParams ¶
type UpdateGatewayParams struct { // UpdateGatewayBody. UpdateGatewayBody *models.UpdateGatewayRequest // Gw. Gw string /* IfMatch. A server will only return requested resources if the resource matches one of the listed ETag value Format: etag */ IfMatch *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateGatewayParams contains all the parameters to send to the API endpoint
for the update gateway operation. Typically these are written to a http.Request.
func NewUpdateGatewayParams ¶
func NewUpdateGatewayParams() *UpdateGatewayParams
NewUpdateGatewayParams creates a new UpdateGatewayParams 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 NewUpdateGatewayParamsWithContext ¶
func NewUpdateGatewayParamsWithContext(ctx context.Context) *UpdateGatewayParams
NewUpdateGatewayParamsWithContext creates a new UpdateGatewayParams object with the ability to set a context for a request.
func NewUpdateGatewayParamsWithHTTPClient ¶
func NewUpdateGatewayParamsWithHTTPClient(client *http.Client) *UpdateGatewayParams
NewUpdateGatewayParamsWithHTTPClient creates a new UpdateGatewayParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateGatewayParamsWithTimeout ¶
func NewUpdateGatewayParamsWithTimeout(timeout time.Duration) *UpdateGatewayParams
NewUpdateGatewayParamsWithTimeout creates a new UpdateGatewayParams object with the ability to set a timeout on a request.
func (*UpdateGatewayParams) SetContext ¶
func (o *UpdateGatewayParams) SetContext(ctx context.Context)
SetContext adds the context to the update gateway params
func (*UpdateGatewayParams) SetDefaults ¶
func (o *UpdateGatewayParams) SetDefaults()
SetDefaults hydrates default values in the update gateway params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateGatewayParams) SetGw ¶
func (o *UpdateGatewayParams) SetGw(gw string)
SetGw adds the gw to the update gateway params
func (*UpdateGatewayParams) SetHTTPClient ¶
func (o *UpdateGatewayParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update gateway params
func (*UpdateGatewayParams) SetIfMatch ¶
func (o *UpdateGatewayParams) SetIfMatch(ifMatch *string)
SetIfMatch adds the ifMatch to the update gateway params
func (*UpdateGatewayParams) SetTimeout ¶
func (o *UpdateGatewayParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update gateway params
func (*UpdateGatewayParams) SetUpdateGatewayBody ¶
func (o *UpdateGatewayParams) SetUpdateGatewayBody(updateGatewayBody *models.UpdateGatewayRequest)
SetUpdateGatewayBody adds the updateGatewayBody to the update gateway params
func (*UpdateGatewayParams) WithContext ¶
func (o *UpdateGatewayParams) WithContext(ctx context.Context) *UpdateGatewayParams
WithContext adds the context to the update gateway params
func (*UpdateGatewayParams) WithDefaults ¶
func (o *UpdateGatewayParams) WithDefaults() *UpdateGatewayParams
WithDefaults hydrates default values in the update gateway params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateGatewayParams) WithGw ¶
func (o *UpdateGatewayParams) WithGw(gw string) *UpdateGatewayParams
WithGw adds the gw to the update gateway params
func (*UpdateGatewayParams) WithHTTPClient ¶
func (o *UpdateGatewayParams) WithHTTPClient(client *http.Client) *UpdateGatewayParams
WithHTTPClient adds the HTTPClient to the update gateway params
func (*UpdateGatewayParams) WithIfMatch ¶
func (o *UpdateGatewayParams) WithIfMatch(ifMatch *string) *UpdateGatewayParams
WithIfMatch adds the ifMatch to the update gateway params
func (*UpdateGatewayParams) WithTimeout ¶
func (o *UpdateGatewayParams) WithTimeout(timeout time.Duration) *UpdateGatewayParams
WithTimeout adds the timeout to the update gateway params
func (*UpdateGatewayParams) WithUpdateGatewayBody ¶
func (o *UpdateGatewayParams) WithUpdateGatewayBody(updateGatewayBody *models.UpdateGatewayRequest) *UpdateGatewayParams
WithUpdateGatewayBody adds the updateGatewayBody to the update gateway params
func (*UpdateGatewayParams) WriteToRequest ¶
func (o *UpdateGatewayParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateGatewayReader ¶
type UpdateGatewayReader struct {
// contains filtered or unexported fields
}
UpdateGatewayReader is a Reader for the UpdateGateway structure.
func (*UpdateGatewayReader) ReadResponse ¶
func (o *UpdateGatewayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateGatewayTooManyRequests ¶
UpdateGatewayTooManyRequests describes a response with status code 429, with default header values.
Too many requests
func NewUpdateGatewayTooManyRequests ¶
func NewUpdateGatewayTooManyRequests() *UpdateGatewayTooManyRequests
NewUpdateGatewayTooManyRequests creates a UpdateGatewayTooManyRequests with default headers values
func (*UpdateGatewayTooManyRequests) Code ¶
func (o *UpdateGatewayTooManyRequests) Code() int
Code gets the status code for the update gateway too many requests response
func (*UpdateGatewayTooManyRequests) Error ¶
func (o *UpdateGatewayTooManyRequests) Error() string
func (*UpdateGatewayTooManyRequests) GetPayload ¶
func (o *UpdateGatewayTooManyRequests) GetPayload() *models.Error
func (*UpdateGatewayTooManyRequests) IsClientError ¶
func (o *UpdateGatewayTooManyRequests) IsClientError() bool
IsClientError returns true when this update gateway too many requests response has a 4xx status code
func (*UpdateGatewayTooManyRequests) IsCode ¶
func (o *UpdateGatewayTooManyRequests) IsCode(code int) bool
IsCode returns true when this update gateway too many requests response a status code equal to that given
func (*UpdateGatewayTooManyRequests) IsRedirect ¶
func (o *UpdateGatewayTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update gateway too many requests response has a 3xx status code
func (*UpdateGatewayTooManyRequests) IsServerError ¶
func (o *UpdateGatewayTooManyRequests) IsServerError() bool
IsServerError returns true when this update gateway too many requests response has a 5xx status code
func (*UpdateGatewayTooManyRequests) IsSuccess ¶
func (o *UpdateGatewayTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update gateway too many requests response has a 2xx status code
func (*UpdateGatewayTooManyRequests) String ¶
func (o *UpdateGatewayTooManyRequests) String() string
type UpdateGatewayUnauthorized ¶
type UpdateGatewayUnauthorized struct {
}UpdateGatewayUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewUpdateGatewayUnauthorized ¶
func NewUpdateGatewayUnauthorized() *UpdateGatewayUnauthorized
NewUpdateGatewayUnauthorized creates a UpdateGatewayUnauthorized with default headers values
func (*UpdateGatewayUnauthorized) Code ¶
func (o *UpdateGatewayUnauthorized) Code() int
Code gets the status code for the update gateway unauthorized response
func (*UpdateGatewayUnauthorized) Error ¶
func (o *UpdateGatewayUnauthorized) Error() string
func (*UpdateGatewayUnauthorized) GetPayload ¶
func (o *UpdateGatewayUnauthorized) GetPayload() *models.Error
func (*UpdateGatewayUnauthorized) IsClientError ¶
func (o *UpdateGatewayUnauthorized) IsClientError() bool
IsClientError returns true when this update gateway unauthorized response has a 4xx status code
func (*UpdateGatewayUnauthorized) IsCode ¶
func (o *UpdateGatewayUnauthorized) IsCode(code int) bool
IsCode returns true when this update gateway unauthorized response a status code equal to that given
func (*UpdateGatewayUnauthorized) IsRedirect ¶
func (o *UpdateGatewayUnauthorized) IsRedirect() bool
IsRedirect returns true when this update gateway unauthorized response has a 3xx status code
func (*UpdateGatewayUnauthorized) IsServerError ¶
func (o *UpdateGatewayUnauthorized) IsServerError() bool
IsServerError returns true when this update gateway unauthorized response has a 5xx status code
func (*UpdateGatewayUnauthorized) IsSuccess ¶
func (o *UpdateGatewayUnauthorized) IsSuccess() bool
IsSuccess returns true when this update gateway unauthorized response has a 2xx status code
func (*UpdateGatewayUnauthorized) String ¶
func (o *UpdateGatewayUnauthorized) String() string
type UpdateGatewayUnprocessableEntity ¶
UpdateGatewayUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable entity
func NewUpdateGatewayUnprocessableEntity ¶
func NewUpdateGatewayUnprocessableEntity() *UpdateGatewayUnprocessableEntity
NewUpdateGatewayUnprocessableEntity creates a UpdateGatewayUnprocessableEntity with default headers values
func (*UpdateGatewayUnprocessableEntity) Code ¶
func (o *UpdateGatewayUnprocessableEntity) Code() int
Code gets the status code for the update gateway unprocessable entity response
func (*UpdateGatewayUnprocessableEntity) Error ¶
func (o *UpdateGatewayUnprocessableEntity) Error() string
func (*UpdateGatewayUnprocessableEntity) GetPayload ¶
func (o *UpdateGatewayUnprocessableEntity) GetPayload() *models.Error
func (*UpdateGatewayUnprocessableEntity) IsClientError ¶
func (o *UpdateGatewayUnprocessableEntity) IsClientError() bool
IsClientError returns true when this update gateway unprocessable entity response has a 4xx status code
func (*UpdateGatewayUnprocessableEntity) IsCode ¶
func (o *UpdateGatewayUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this update gateway unprocessable entity response a status code equal to that given
func (*UpdateGatewayUnprocessableEntity) IsRedirect ¶
func (o *UpdateGatewayUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this update gateway unprocessable entity response has a 3xx status code
func (*UpdateGatewayUnprocessableEntity) IsServerError ¶
func (o *UpdateGatewayUnprocessableEntity) IsServerError() bool
IsServerError returns true when this update gateway unprocessable entity response has a 5xx status code
func (*UpdateGatewayUnprocessableEntity) IsSuccess ¶
func (o *UpdateGatewayUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this update gateway unprocessable entity response has a 2xx status code
func (*UpdateGatewayUnprocessableEntity) String ¶
func (o *UpdateGatewayUnprocessableEntity) String() string
Source Files ¶
- bind_group_to_service_parameters.go
- bind_group_to_service_responses.go
- create_gateway_parameters.go
- create_gateway_responses.go
- delete_gateway_parameters.go
- delete_gateway_responses.go
- gateways_client.go
- get_gateway_package_parameters.go
- get_gateway_package_responses.go
- get_gateway_parameters.go
- get_gateway_responses.go
- list_gateway_api_groups_parameters.go
- list_gateway_api_groups_responses.go
- list_gateways_parameters.go
- list_gateways_responses.go
- unbind_group_from_service_parameters.go
- unbind_group_from_service_responses.go
- update_gateway_parameters.go
- update_gateway_responses.go