Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateService(params *CreateServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateServiceCreated, error)
- func (a *Client) DeleteService(params *DeleteServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteServiceOK, error)
- func (a *Client) DetailService(params *DetailServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DetailServiceOK, error)
- func (a *Client) ListServiceConfig(params *ListServiceConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListServiceConfigOK, error)
- func (a *Client) ListServiceEdgeRouters(params *ListServiceEdgeRoutersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListServiceEdgeRoutersOK, error)
- func (a *Client) ListServiceIdentities(params *ListServiceIdentitiesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListServiceIdentitiesOK, error)
- func (a *Client) ListServiceServiceEdgeRouterPolicies(params *ListServiceServiceEdgeRouterPoliciesParams, ...) (*ListServiceServiceEdgeRouterPoliciesOK, error)
- func (a *Client) ListServiceServicePolicies(params *ListServiceServicePoliciesParams, ...) (*ListServiceServicePoliciesOK, error)
- func (a *Client) ListServiceTerminators(params *ListServiceTerminatorsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListServiceTerminatorsOK, error)
- func (a *Client) ListServices(params *ListServicesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListServicesOK, error)
- func (a *Client) PatchService(params *PatchServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchServiceOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateService(params *UpdateServiceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateServiceOK, error)
- type ClientOption
- type ClientService
- type CreateServiceBadRequest
- func (o *CreateServiceBadRequest) Code() int
- func (o *CreateServiceBadRequest) Error() string
- func (o *CreateServiceBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *CreateServiceBadRequest) IsClientError() bool
- func (o *CreateServiceBadRequest) IsCode(code int) bool
- func (o *CreateServiceBadRequest) IsRedirect() bool
- func (o *CreateServiceBadRequest) IsServerError() bool
- func (o *CreateServiceBadRequest) IsSuccess() bool
- func (o *CreateServiceBadRequest) String() string
- type CreateServiceCreated
- func (o *CreateServiceCreated) Code() int
- func (o *CreateServiceCreated) Error() string
- func (o *CreateServiceCreated) GetPayload() *rest_model.CreateEnvelope
- func (o *CreateServiceCreated) IsClientError() bool
- func (o *CreateServiceCreated) IsCode(code int) bool
- func (o *CreateServiceCreated) IsRedirect() bool
- func (o *CreateServiceCreated) IsServerError() bool
- func (o *CreateServiceCreated) IsSuccess() bool
- func (o *CreateServiceCreated) String() string
- type CreateServiceParams
- func (o *CreateServiceParams) SetContext(ctx context.Context)
- func (o *CreateServiceParams) SetDefaults()
- func (o *CreateServiceParams) SetHTTPClient(client *http.Client)
- func (o *CreateServiceParams) SetService(service *rest_model.ServiceCreate)
- func (o *CreateServiceParams) SetTimeout(timeout time.Duration)
- func (o *CreateServiceParams) WithContext(ctx context.Context) *CreateServiceParams
- func (o *CreateServiceParams) WithDefaults() *CreateServiceParams
- func (o *CreateServiceParams) WithHTTPClient(client *http.Client) *CreateServiceParams
- func (o *CreateServiceParams) WithService(service *rest_model.ServiceCreate) *CreateServiceParams
- func (o *CreateServiceParams) WithTimeout(timeout time.Duration) *CreateServiceParams
- func (o *CreateServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateServiceReader
- type CreateServiceServiceUnavailable
- func (o *CreateServiceServiceUnavailable) Code() int
- func (o *CreateServiceServiceUnavailable) Error() string
- func (o *CreateServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *CreateServiceServiceUnavailable) IsClientError() bool
- func (o *CreateServiceServiceUnavailable) IsCode(code int) bool
- func (o *CreateServiceServiceUnavailable) IsRedirect() bool
- func (o *CreateServiceServiceUnavailable) IsServerError() bool
- func (o *CreateServiceServiceUnavailable) IsSuccess() bool
- func (o *CreateServiceServiceUnavailable) String() string
- type CreateServiceTooManyRequests
- func (o *CreateServiceTooManyRequests) Code() int
- func (o *CreateServiceTooManyRequests) Error() string
- func (o *CreateServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *CreateServiceTooManyRequests) IsClientError() bool
- func (o *CreateServiceTooManyRequests) IsCode(code int) bool
- func (o *CreateServiceTooManyRequests) IsRedirect() bool
- func (o *CreateServiceTooManyRequests) IsServerError() bool
- func (o *CreateServiceTooManyRequests) IsSuccess() bool
- func (o *CreateServiceTooManyRequests) String() string
- type CreateServiceUnauthorized
- func (o *CreateServiceUnauthorized) Code() int
- func (o *CreateServiceUnauthorized) Error() string
- func (o *CreateServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *CreateServiceUnauthorized) IsClientError() bool
- func (o *CreateServiceUnauthorized) IsCode(code int) bool
- func (o *CreateServiceUnauthorized) IsRedirect() bool
- func (o *CreateServiceUnauthorized) IsServerError() bool
- func (o *CreateServiceUnauthorized) IsSuccess() bool
- func (o *CreateServiceUnauthorized) String() string
- type DeleteServiceBadRequest
- func (o *DeleteServiceBadRequest) Code() int
- func (o *DeleteServiceBadRequest) Error() string
- func (o *DeleteServiceBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DeleteServiceBadRequest) IsClientError() bool
- func (o *DeleteServiceBadRequest) IsCode(code int) bool
- func (o *DeleteServiceBadRequest) IsRedirect() bool
- func (o *DeleteServiceBadRequest) IsServerError() bool
- func (o *DeleteServiceBadRequest) IsSuccess() bool
- func (o *DeleteServiceBadRequest) String() string
- type DeleteServiceConflict
- func (o *DeleteServiceConflict) Code() int
- func (o *DeleteServiceConflict) Error() string
- func (o *DeleteServiceConflict) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DeleteServiceConflict) IsClientError() bool
- func (o *DeleteServiceConflict) IsCode(code int) bool
- func (o *DeleteServiceConflict) IsRedirect() bool
- func (o *DeleteServiceConflict) IsServerError() bool
- func (o *DeleteServiceConflict) IsSuccess() bool
- func (o *DeleteServiceConflict) String() string
- type DeleteServiceNotFound
- func (o *DeleteServiceNotFound) Code() int
- func (o *DeleteServiceNotFound) Error() string
- func (o *DeleteServiceNotFound) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DeleteServiceNotFound) IsClientError() bool
- func (o *DeleteServiceNotFound) IsCode(code int) bool
- func (o *DeleteServiceNotFound) IsRedirect() bool
- func (o *DeleteServiceNotFound) IsServerError() bool
- func (o *DeleteServiceNotFound) IsSuccess() bool
- func (o *DeleteServiceNotFound) String() string
- type DeleteServiceOK
- func (o *DeleteServiceOK) Code() int
- func (o *DeleteServiceOK) Error() string
- func (o *DeleteServiceOK) GetPayload() *rest_model.Empty
- func (o *DeleteServiceOK) IsClientError() bool
- func (o *DeleteServiceOK) IsCode(code int) bool
- func (o *DeleteServiceOK) IsRedirect() bool
- func (o *DeleteServiceOK) IsServerError() bool
- func (o *DeleteServiceOK) IsSuccess() bool
- func (o *DeleteServiceOK) String() string
- type DeleteServiceParams
- func (o *DeleteServiceParams) SetContext(ctx context.Context)
- func (o *DeleteServiceParams) SetDefaults()
- func (o *DeleteServiceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteServiceParams) SetID(id string)
- func (o *DeleteServiceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteServiceParams) WithContext(ctx context.Context) *DeleteServiceParams
- func (o *DeleteServiceParams) WithDefaults() *DeleteServiceParams
- func (o *DeleteServiceParams) WithHTTPClient(client *http.Client) *DeleteServiceParams
- func (o *DeleteServiceParams) WithID(id string) *DeleteServiceParams
- func (o *DeleteServiceParams) WithTimeout(timeout time.Duration) *DeleteServiceParams
- func (o *DeleteServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteServiceReader
- type DeleteServiceServiceUnavailable
- func (o *DeleteServiceServiceUnavailable) Code() int
- func (o *DeleteServiceServiceUnavailable) Error() string
- func (o *DeleteServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DeleteServiceServiceUnavailable) IsClientError() bool
- func (o *DeleteServiceServiceUnavailable) IsCode(code int) bool
- func (o *DeleteServiceServiceUnavailable) IsRedirect() bool
- func (o *DeleteServiceServiceUnavailable) IsServerError() bool
- func (o *DeleteServiceServiceUnavailable) IsSuccess() bool
- func (o *DeleteServiceServiceUnavailable) String() string
- type DeleteServiceTooManyRequests
- func (o *DeleteServiceTooManyRequests) Code() int
- func (o *DeleteServiceTooManyRequests) Error() string
- func (o *DeleteServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DeleteServiceTooManyRequests) IsClientError() bool
- func (o *DeleteServiceTooManyRequests) IsCode(code int) bool
- func (o *DeleteServiceTooManyRequests) IsRedirect() bool
- func (o *DeleteServiceTooManyRequests) IsServerError() bool
- func (o *DeleteServiceTooManyRequests) IsSuccess() bool
- func (o *DeleteServiceTooManyRequests) String() string
- type DeleteServiceUnauthorized
- func (o *DeleteServiceUnauthorized) Code() int
- func (o *DeleteServiceUnauthorized) Error() string
- func (o *DeleteServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DeleteServiceUnauthorized) IsClientError() bool
- func (o *DeleteServiceUnauthorized) IsCode(code int) bool
- func (o *DeleteServiceUnauthorized) IsRedirect() bool
- func (o *DeleteServiceUnauthorized) IsServerError() bool
- func (o *DeleteServiceUnauthorized) IsSuccess() bool
- func (o *DeleteServiceUnauthorized) String() string
- type DetailServiceNotFound
- func (o *DetailServiceNotFound) Code() int
- func (o *DetailServiceNotFound) Error() string
- func (o *DetailServiceNotFound) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DetailServiceNotFound) IsClientError() bool
- func (o *DetailServiceNotFound) IsCode(code int) bool
- func (o *DetailServiceNotFound) IsRedirect() bool
- func (o *DetailServiceNotFound) IsServerError() bool
- func (o *DetailServiceNotFound) IsSuccess() bool
- func (o *DetailServiceNotFound) String() string
- type DetailServiceOK
- func (o *DetailServiceOK) Code() int
- func (o *DetailServiceOK) Error() string
- func (o *DetailServiceOK) GetPayload() *rest_model.DetailServiceEnvelope
- func (o *DetailServiceOK) IsClientError() bool
- func (o *DetailServiceOK) IsCode(code int) bool
- func (o *DetailServiceOK) IsRedirect() bool
- func (o *DetailServiceOK) IsServerError() bool
- func (o *DetailServiceOK) IsSuccess() bool
- func (o *DetailServiceOK) String() string
- type DetailServiceParams
- func (o *DetailServiceParams) SetContext(ctx context.Context)
- func (o *DetailServiceParams) SetDefaults()
- func (o *DetailServiceParams) SetHTTPClient(client *http.Client)
- func (o *DetailServiceParams) SetID(id string)
- func (o *DetailServiceParams) SetTimeout(timeout time.Duration)
- func (o *DetailServiceParams) WithContext(ctx context.Context) *DetailServiceParams
- func (o *DetailServiceParams) WithDefaults() *DetailServiceParams
- func (o *DetailServiceParams) WithHTTPClient(client *http.Client) *DetailServiceParams
- func (o *DetailServiceParams) WithID(id string) *DetailServiceParams
- func (o *DetailServiceParams) WithTimeout(timeout time.Duration) *DetailServiceParams
- func (o *DetailServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DetailServiceReader
- type DetailServiceServiceUnavailable
- func (o *DetailServiceServiceUnavailable) Code() int
- func (o *DetailServiceServiceUnavailable) Error() string
- func (o *DetailServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DetailServiceServiceUnavailable) IsClientError() bool
- func (o *DetailServiceServiceUnavailable) IsCode(code int) bool
- func (o *DetailServiceServiceUnavailable) IsRedirect() bool
- func (o *DetailServiceServiceUnavailable) IsServerError() bool
- func (o *DetailServiceServiceUnavailable) IsSuccess() bool
- func (o *DetailServiceServiceUnavailable) String() string
- type DetailServiceTooManyRequests
- func (o *DetailServiceTooManyRequests) Code() int
- func (o *DetailServiceTooManyRequests) Error() string
- func (o *DetailServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DetailServiceTooManyRequests) IsClientError() bool
- func (o *DetailServiceTooManyRequests) IsCode(code int) bool
- func (o *DetailServiceTooManyRequests) IsRedirect() bool
- func (o *DetailServiceTooManyRequests) IsServerError() bool
- func (o *DetailServiceTooManyRequests) IsSuccess() bool
- func (o *DetailServiceTooManyRequests) String() string
- type DetailServiceUnauthorized
- func (o *DetailServiceUnauthorized) Code() int
- func (o *DetailServiceUnauthorized) Error() string
- func (o *DetailServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *DetailServiceUnauthorized) IsClientError() bool
- func (o *DetailServiceUnauthorized) IsCode(code int) bool
- func (o *DetailServiceUnauthorized) IsRedirect() bool
- func (o *DetailServiceUnauthorized) IsServerError() bool
- func (o *DetailServiceUnauthorized) IsSuccess() bool
- func (o *DetailServiceUnauthorized) String() string
- type ListServiceConfigBadRequest
- func (o *ListServiceConfigBadRequest) Code() int
- func (o *ListServiceConfigBadRequest) Error() string
- func (o *ListServiceConfigBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceConfigBadRequest) IsClientError() bool
- func (o *ListServiceConfigBadRequest) IsCode(code int) bool
- func (o *ListServiceConfigBadRequest) IsRedirect() bool
- func (o *ListServiceConfigBadRequest) IsServerError() bool
- func (o *ListServiceConfigBadRequest) IsSuccess() bool
- func (o *ListServiceConfigBadRequest) String() string
- type ListServiceConfigOK
- func (o *ListServiceConfigOK) Code() int
- func (o *ListServiceConfigOK) Error() string
- func (o *ListServiceConfigOK) GetPayload() *rest_model.ListConfigsEnvelope
- func (o *ListServiceConfigOK) IsClientError() bool
- func (o *ListServiceConfigOK) IsCode(code int) bool
- func (o *ListServiceConfigOK) IsRedirect() bool
- func (o *ListServiceConfigOK) IsServerError() bool
- func (o *ListServiceConfigOK) IsSuccess() bool
- func (o *ListServiceConfigOK) String() string
- type ListServiceConfigParams
- func NewListServiceConfigParams() *ListServiceConfigParams
- func NewListServiceConfigParamsWithContext(ctx context.Context) *ListServiceConfigParams
- func NewListServiceConfigParamsWithHTTPClient(client *http.Client) *ListServiceConfigParams
- func NewListServiceConfigParamsWithTimeout(timeout time.Duration) *ListServiceConfigParams
- func (o *ListServiceConfigParams) SetContext(ctx context.Context)
- func (o *ListServiceConfigParams) SetDefaults()
- func (o *ListServiceConfigParams) SetFilter(filter *string)
- func (o *ListServiceConfigParams) SetHTTPClient(client *http.Client)
- func (o *ListServiceConfigParams) SetID(id string)
- func (o *ListServiceConfigParams) SetLimit(limit *int64)
- func (o *ListServiceConfigParams) SetOffset(offset *int64)
- func (o *ListServiceConfigParams) SetTimeout(timeout time.Duration)
- func (o *ListServiceConfigParams) WithContext(ctx context.Context) *ListServiceConfigParams
- func (o *ListServiceConfigParams) WithDefaults() *ListServiceConfigParams
- func (o *ListServiceConfigParams) WithFilter(filter *string) *ListServiceConfigParams
- func (o *ListServiceConfigParams) WithHTTPClient(client *http.Client) *ListServiceConfigParams
- func (o *ListServiceConfigParams) WithID(id string) *ListServiceConfigParams
- func (o *ListServiceConfigParams) WithLimit(limit *int64) *ListServiceConfigParams
- func (o *ListServiceConfigParams) WithOffset(offset *int64) *ListServiceConfigParams
- func (o *ListServiceConfigParams) WithTimeout(timeout time.Duration) *ListServiceConfigParams
- func (o *ListServiceConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServiceConfigReader
- type ListServiceConfigServiceUnavailable
- func (o *ListServiceConfigServiceUnavailable) Code() int
- func (o *ListServiceConfigServiceUnavailable) Error() string
- func (o *ListServiceConfigServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceConfigServiceUnavailable) IsClientError() bool
- func (o *ListServiceConfigServiceUnavailable) IsCode(code int) bool
- func (o *ListServiceConfigServiceUnavailable) IsRedirect() bool
- func (o *ListServiceConfigServiceUnavailable) IsServerError() bool
- func (o *ListServiceConfigServiceUnavailable) IsSuccess() bool
- func (o *ListServiceConfigServiceUnavailable) String() string
- type ListServiceConfigTooManyRequests
- func (o *ListServiceConfigTooManyRequests) Code() int
- func (o *ListServiceConfigTooManyRequests) Error() string
- func (o *ListServiceConfigTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceConfigTooManyRequests) IsClientError() bool
- func (o *ListServiceConfigTooManyRequests) IsCode(code int) bool
- func (o *ListServiceConfigTooManyRequests) IsRedirect() bool
- func (o *ListServiceConfigTooManyRequests) IsServerError() bool
- func (o *ListServiceConfigTooManyRequests) IsSuccess() bool
- func (o *ListServiceConfigTooManyRequests) String() string
- type ListServiceConfigUnauthorized
- func (o *ListServiceConfigUnauthorized) Code() int
- func (o *ListServiceConfigUnauthorized) Error() string
- func (o *ListServiceConfigUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceConfigUnauthorized) IsClientError() bool
- func (o *ListServiceConfigUnauthorized) IsCode(code int) bool
- func (o *ListServiceConfigUnauthorized) IsRedirect() bool
- func (o *ListServiceConfigUnauthorized) IsServerError() bool
- func (o *ListServiceConfigUnauthorized) IsSuccess() bool
- func (o *ListServiceConfigUnauthorized) String() string
- type ListServiceEdgeRoutersBadRequest
- func (o *ListServiceEdgeRoutersBadRequest) Code() int
- func (o *ListServiceEdgeRoutersBadRequest) Error() string
- func (o *ListServiceEdgeRoutersBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceEdgeRoutersBadRequest) IsClientError() bool
- func (o *ListServiceEdgeRoutersBadRequest) IsCode(code int) bool
- func (o *ListServiceEdgeRoutersBadRequest) IsRedirect() bool
- func (o *ListServiceEdgeRoutersBadRequest) IsServerError() bool
- func (o *ListServiceEdgeRoutersBadRequest) IsSuccess() bool
- func (o *ListServiceEdgeRoutersBadRequest) String() string
- type ListServiceEdgeRoutersOK
- func (o *ListServiceEdgeRoutersOK) Code() int
- func (o *ListServiceEdgeRoutersOK) Error() string
- func (o *ListServiceEdgeRoutersOK) GetPayload() *rest_model.ListEdgeRoutersEnvelope
- func (o *ListServiceEdgeRoutersOK) IsClientError() bool
- func (o *ListServiceEdgeRoutersOK) IsCode(code int) bool
- func (o *ListServiceEdgeRoutersOK) IsRedirect() bool
- func (o *ListServiceEdgeRoutersOK) IsServerError() bool
- func (o *ListServiceEdgeRoutersOK) IsSuccess() bool
- func (o *ListServiceEdgeRoutersOK) String() string
- type ListServiceEdgeRoutersParams
- func NewListServiceEdgeRoutersParams() *ListServiceEdgeRoutersParams
- func NewListServiceEdgeRoutersParamsWithContext(ctx context.Context) *ListServiceEdgeRoutersParams
- func NewListServiceEdgeRoutersParamsWithHTTPClient(client *http.Client) *ListServiceEdgeRoutersParams
- func NewListServiceEdgeRoutersParamsWithTimeout(timeout time.Duration) *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) SetContext(ctx context.Context)
- func (o *ListServiceEdgeRoutersParams) SetDefaults()
- func (o *ListServiceEdgeRoutersParams) SetFilter(filter *string)
- func (o *ListServiceEdgeRoutersParams) SetHTTPClient(client *http.Client)
- func (o *ListServiceEdgeRoutersParams) SetID(id string)
- func (o *ListServiceEdgeRoutersParams) SetLimit(limit *int64)
- func (o *ListServiceEdgeRoutersParams) SetOffset(offset *int64)
- func (o *ListServiceEdgeRoutersParams) SetTimeout(timeout time.Duration)
- func (o *ListServiceEdgeRoutersParams) WithContext(ctx context.Context) *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) WithDefaults() *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) WithFilter(filter *string) *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) WithHTTPClient(client *http.Client) *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) WithID(id string) *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) WithLimit(limit *int64) *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) WithOffset(offset *int64) *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) WithTimeout(timeout time.Duration) *ListServiceEdgeRoutersParams
- func (o *ListServiceEdgeRoutersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServiceEdgeRoutersReader
- type ListServiceEdgeRoutersServiceUnavailable
- func (o *ListServiceEdgeRoutersServiceUnavailable) Code() int
- func (o *ListServiceEdgeRoutersServiceUnavailable) Error() string
- func (o *ListServiceEdgeRoutersServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceEdgeRoutersServiceUnavailable) IsClientError() bool
- func (o *ListServiceEdgeRoutersServiceUnavailable) IsCode(code int) bool
- func (o *ListServiceEdgeRoutersServiceUnavailable) IsRedirect() bool
- func (o *ListServiceEdgeRoutersServiceUnavailable) IsServerError() bool
- func (o *ListServiceEdgeRoutersServiceUnavailable) IsSuccess() bool
- func (o *ListServiceEdgeRoutersServiceUnavailable) String() string
- type ListServiceEdgeRoutersTooManyRequests
- func (o *ListServiceEdgeRoutersTooManyRequests) Code() int
- func (o *ListServiceEdgeRoutersTooManyRequests) Error() string
- func (o *ListServiceEdgeRoutersTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceEdgeRoutersTooManyRequests) IsClientError() bool
- func (o *ListServiceEdgeRoutersTooManyRequests) IsCode(code int) bool
- func (o *ListServiceEdgeRoutersTooManyRequests) IsRedirect() bool
- func (o *ListServiceEdgeRoutersTooManyRequests) IsServerError() bool
- func (o *ListServiceEdgeRoutersTooManyRequests) IsSuccess() bool
- func (o *ListServiceEdgeRoutersTooManyRequests) String() string
- type ListServiceEdgeRoutersUnauthorized
- func (o *ListServiceEdgeRoutersUnauthorized) Code() int
- func (o *ListServiceEdgeRoutersUnauthorized) Error() string
- func (o *ListServiceEdgeRoutersUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceEdgeRoutersUnauthorized) IsClientError() bool
- func (o *ListServiceEdgeRoutersUnauthorized) IsCode(code int) bool
- func (o *ListServiceEdgeRoutersUnauthorized) IsRedirect() bool
- func (o *ListServiceEdgeRoutersUnauthorized) IsServerError() bool
- func (o *ListServiceEdgeRoutersUnauthorized) IsSuccess() bool
- func (o *ListServiceEdgeRoutersUnauthorized) String() string
- type ListServiceIdentitiesBadRequest
- func (o *ListServiceIdentitiesBadRequest) Code() int
- func (o *ListServiceIdentitiesBadRequest) Error() string
- func (o *ListServiceIdentitiesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceIdentitiesBadRequest) IsClientError() bool
- func (o *ListServiceIdentitiesBadRequest) IsCode(code int) bool
- func (o *ListServiceIdentitiesBadRequest) IsRedirect() bool
- func (o *ListServiceIdentitiesBadRequest) IsServerError() bool
- func (o *ListServiceIdentitiesBadRequest) IsSuccess() bool
- func (o *ListServiceIdentitiesBadRequest) String() string
- type ListServiceIdentitiesOK
- func (o *ListServiceIdentitiesOK) Code() int
- func (o *ListServiceIdentitiesOK) Error() string
- func (o *ListServiceIdentitiesOK) GetPayload() *rest_model.ListIdentitiesEnvelope
- func (o *ListServiceIdentitiesOK) IsClientError() bool
- func (o *ListServiceIdentitiesOK) IsCode(code int) bool
- func (o *ListServiceIdentitiesOK) IsRedirect() bool
- func (o *ListServiceIdentitiesOK) IsServerError() bool
- func (o *ListServiceIdentitiesOK) IsSuccess() bool
- func (o *ListServiceIdentitiesOK) String() string
- type ListServiceIdentitiesParams
- func NewListServiceIdentitiesParams() *ListServiceIdentitiesParams
- func NewListServiceIdentitiesParamsWithContext(ctx context.Context) *ListServiceIdentitiesParams
- func NewListServiceIdentitiesParamsWithHTTPClient(client *http.Client) *ListServiceIdentitiesParams
- func NewListServiceIdentitiesParamsWithTimeout(timeout time.Duration) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) SetContext(ctx context.Context)
- func (o *ListServiceIdentitiesParams) SetDefaults()
- func (o *ListServiceIdentitiesParams) SetFilter(filter *string)
- func (o *ListServiceIdentitiesParams) SetHTTPClient(client *http.Client)
- func (o *ListServiceIdentitiesParams) SetID(id string)
- func (o *ListServiceIdentitiesParams) SetLimit(limit *int64)
- func (o *ListServiceIdentitiesParams) SetOffset(offset *int64)
- func (o *ListServiceIdentitiesParams) SetPolicyType(policyType *string)
- func (o *ListServiceIdentitiesParams) SetTimeout(timeout time.Duration)
- func (o *ListServiceIdentitiesParams) WithContext(ctx context.Context) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WithDefaults() *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WithFilter(filter *string) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WithHTTPClient(client *http.Client) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WithID(id string) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WithLimit(limit *int64) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WithOffset(offset *int64) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WithPolicyType(policyType *string) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WithTimeout(timeout time.Duration) *ListServiceIdentitiesParams
- func (o *ListServiceIdentitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServiceIdentitiesReader
- type ListServiceIdentitiesServiceUnavailable
- func (o *ListServiceIdentitiesServiceUnavailable) Code() int
- func (o *ListServiceIdentitiesServiceUnavailable) Error() string
- func (o *ListServiceIdentitiesServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceIdentitiesServiceUnavailable) IsClientError() bool
- func (o *ListServiceIdentitiesServiceUnavailable) IsCode(code int) bool
- func (o *ListServiceIdentitiesServiceUnavailable) IsRedirect() bool
- func (o *ListServiceIdentitiesServiceUnavailable) IsServerError() bool
- func (o *ListServiceIdentitiesServiceUnavailable) IsSuccess() bool
- func (o *ListServiceIdentitiesServiceUnavailable) String() string
- type ListServiceIdentitiesTooManyRequests
- func (o *ListServiceIdentitiesTooManyRequests) Code() int
- func (o *ListServiceIdentitiesTooManyRequests) Error() string
- func (o *ListServiceIdentitiesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceIdentitiesTooManyRequests) IsClientError() bool
- func (o *ListServiceIdentitiesTooManyRequests) IsCode(code int) bool
- func (o *ListServiceIdentitiesTooManyRequests) IsRedirect() bool
- func (o *ListServiceIdentitiesTooManyRequests) IsServerError() bool
- func (o *ListServiceIdentitiesTooManyRequests) IsSuccess() bool
- func (o *ListServiceIdentitiesTooManyRequests) String() string
- type ListServiceIdentitiesUnauthorized
- func (o *ListServiceIdentitiesUnauthorized) Code() int
- func (o *ListServiceIdentitiesUnauthorized) Error() string
- func (o *ListServiceIdentitiesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceIdentitiesUnauthorized) IsClientError() bool
- func (o *ListServiceIdentitiesUnauthorized) IsCode(code int) bool
- func (o *ListServiceIdentitiesUnauthorized) IsRedirect() bool
- func (o *ListServiceIdentitiesUnauthorized) IsServerError() bool
- func (o *ListServiceIdentitiesUnauthorized) IsSuccess() bool
- func (o *ListServiceIdentitiesUnauthorized) String() string
- type ListServiceServiceEdgeRouterPoliciesBadRequest
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) Code() int
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) Error() string
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsClientError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsCode(code int) bool
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsRedirect() bool
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsServerError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsSuccess() bool
- func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) String() string
- type ListServiceServiceEdgeRouterPoliciesOK
- func (o *ListServiceServiceEdgeRouterPoliciesOK) Code() int
- func (o *ListServiceServiceEdgeRouterPoliciesOK) Error() string
- func (o *ListServiceServiceEdgeRouterPoliciesOK) GetPayload() *rest_model.ListServiceEdgeRouterPoliciesEnvelope
- func (o *ListServiceServiceEdgeRouterPoliciesOK) IsClientError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesOK) IsCode(code int) bool
- func (o *ListServiceServiceEdgeRouterPoliciesOK) IsRedirect() bool
- func (o *ListServiceServiceEdgeRouterPoliciesOK) IsServerError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesOK) IsSuccess() bool
- func (o *ListServiceServiceEdgeRouterPoliciesOK) String() string
- type ListServiceServiceEdgeRouterPoliciesParams
- func NewListServiceServiceEdgeRouterPoliciesParams() *ListServiceServiceEdgeRouterPoliciesParams
- func NewListServiceServiceEdgeRouterPoliciesParamsWithContext(ctx context.Context) *ListServiceServiceEdgeRouterPoliciesParams
- func NewListServiceServiceEdgeRouterPoliciesParamsWithHTTPClient(client *http.Client) *ListServiceServiceEdgeRouterPoliciesParams
- func NewListServiceServiceEdgeRouterPoliciesParamsWithTimeout(timeout time.Duration) *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) SetContext(ctx context.Context)
- func (o *ListServiceServiceEdgeRouterPoliciesParams) SetDefaults()
- func (o *ListServiceServiceEdgeRouterPoliciesParams) SetFilter(filter *string)
- func (o *ListServiceServiceEdgeRouterPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *ListServiceServiceEdgeRouterPoliciesParams) SetID(id string)
- func (o *ListServiceServiceEdgeRouterPoliciesParams) SetLimit(limit *int64)
- func (o *ListServiceServiceEdgeRouterPoliciesParams) SetOffset(offset *int64)
- func (o *ListServiceServiceEdgeRouterPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WithContext(ctx context.Context) *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WithDefaults() *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WithFilter(filter *string) *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WithHTTPClient(client *http.Client) *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WithID(id string) *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WithLimit(limit *int64) *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WithOffset(offset *int64) *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WithTimeout(timeout time.Duration) *ListServiceServiceEdgeRouterPoliciesParams
- func (o *ListServiceServiceEdgeRouterPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServiceServiceEdgeRouterPoliciesReader
- type ListServiceServiceEdgeRouterPoliciesServiceUnavailable
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) Code() int
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) Error() string
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsClientError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsCode(code int) bool
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsRedirect() bool
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsServerError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsSuccess() bool
- func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) String() string
- type ListServiceServiceEdgeRouterPoliciesTooManyRequests
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) Code() int
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) Error() string
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsClientError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsCode(code int) bool
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsRedirect() bool
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsServerError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsSuccess() bool
- func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) String() string
- type ListServiceServiceEdgeRouterPoliciesUnauthorized
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) Code() int
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) Error() string
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsClientError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsCode(code int) bool
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsRedirect() bool
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsServerError() bool
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsSuccess() bool
- func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) String() string
- type ListServiceServicePoliciesBadRequest
- func (o *ListServiceServicePoliciesBadRequest) Code() int
- func (o *ListServiceServicePoliciesBadRequest) Error() string
- func (o *ListServiceServicePoliciesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceServicePoliciesBadRequest) IsClientError() bool
- func (o *ListServiceServicePoliciesBadRequest) IsCode(code int) bool
- func (o *ListServiceServicePoliciesBadRequest) IsRedirect() bool
- func (o *ListServiceServicePoliciesBadRequest) IsServerError() bool
- func (o *ListServiceServicePoliciesBadRequest) IsSuccess() bool
- func (o *ListServiceServicePoliciesBadRequest) String() string
- type ListServiceServicePoliciesOK
- func (o *ListServiceServicePoliciesOK) Code() int
- func (o *ListServiceServicePoliciesOK) Error() string
- func (o *ListServiceServicePoliciesOK) GetPayload() *rest_model.ListServicePoliciesEnvelope
- func (o *ListServiceServicePoliciesOK) IsClientError() bool
- func (o *ListServiceServicePoliciesOK) IsCode(code int) bool
- func (o *ListServiceServicePoliciesOK) IsRedirect() bool
- func (o *ListServiceServicePoliciesOK) IsServerError() bool
- func (o *ListServiceServicePoliciesOK) IsSuccess() bool
- func (o *ListServiceServicePoliciesOK) String() string
- type ListServiceServicePoliciesParams
- func NewListServiceServicePoliciesParams() *ListServiceServicePoliciesParams
- func NewListServiceServicePoliciesParamsWithContext(ctx context.Context) *ListServiceServicePoliciesParams
- func NewListServiceServicePoliciesParamsWithHTTPClient(client *http.Client) *ListServiceServicePoliciesParams
- func NewListServiceServicePoliciesParamsWithTimeout(timeout time.Duration) *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) SetContext(ctx context.Context)
- func (o *ListServiceServicePoliciesParams) SetDefaults()
- func (o *ListServiceServicePoliciesParams) SetFilter(filter *string)
- func (o *ListServiceServicePoliciesParams) SetHTTPClient(client *http.Client)
- func (o *ListServiceServicePoliciesParams) SetID(id string)
- func (o *ListServiceServicePoliciesParams) SetLimit(limit *int64)
- func (o *ListServiceServicePoliciesParams) SetOffset(offset *int64)
- func (o *ListServiceServicePoliciesParams) SetTimeout(timeout time.Duration)
- func (o *ListServiceServicePoliciesParams) WithContext(ctx context.Context) *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) WithDefaults() *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) WithFilter(filter *string) *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) WithHTTPClient(client *http.Client) *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) WithID(id string) *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) WithLimit(limit *int64) *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) WithOffset(offset *int64) *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) WithTimeout(timeout time.Duration) *ListServiceServicePoliciesParams
- func (o *ListServiceServicePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServiceServicePoliciesReader
- type ListServiceServicePoliciesServiceUnavailable
- func (o *ListServiceServicePoliciesServiceUnavailable) Code() int
- func (o *ListServiceServicePoliciesServiceUnavailable) Error() string
- func (o *ListServiceServicePoliciesServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceServicePoliciesServiceUnavailable) IsClientError() bool
- func (o *ListServiceServicePoliciesServiceUnavailable) IsCode(code int) bool
- func (o *ListServiceServicePoliciesServiceUnavailable) IsRedirect() bool
- func (o *ListServiceServicePoliciesServiceUnavailable) IsServerError() bool
- func (o *ListServiceServicePoliciesServiceUnavailable) IsSuccess() bool
- func (o *ListServiceServicePoliciesServiceUnavailable) String() string
- type ListServiceServicePoliciesTooManyRequests
- func (o *ListServiceServicePoliciesTooManyRequests) Code() int
- func (o *ListServiceServicePoliciesTooManyRequests) Error() string
- func (o *ListServiceServicePoliciesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceServicePoliciesTooManyRequests) IsClientError() bool
- func (o *ListServiceServicePoliciesTooManyRequests) IsCode(code int) bool
- func (o *ListServiceServicePoliciesTooManyRequests) IsRedirect() bool
- func (o *ListServiceServicePoliciesTooManyRequests) IsServerError() bool
- func (o *ListServiceServicePoliciesTooManyRequests) IsSuccess() bool
- func (o *ListServiceServicePoliciesTooManyRequests) String() string
- type ListServiceServicePoliciesUnauthorized
- func (o *ListServiceServicePoliciesUnauthorized) Code() int
- func (o *ListServiceServicePoliciesUnauthorized) Error() string
- func (o *ListServiceServicePoliciesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceServicePoliciesUnauthorized) IsClientError() bool
- func (o *ListServiceServicePoliciesUnauthorized) IsCode(code int) bool
- func (o *ListServiceServicePoliciesUnauthorized) IsRedirect() bool
- func (o *ListServiceServicePoliciesUnauthorized) IsServerError() bool
- func (o *ListServiceServicePoliciesUnauthorized) IsSuccess() bool
- func (o *ListServiceServicePoliciesUnauthorized) String() string
- type ListServiceTerminatorsBadRequest
- func (o *ListServiceTerminatorsBadRequest) Code() int
- func (o *ListServiceTerminatorsBadRequest) Error() string
- func (o *ListServiceTerminatorsBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceTerminatorsBadRequest) IsClientError() bool
- func (o *ListServiceTerminatorsBadRequest) IsCode(code int) bool
- func (o *ListServiceTerminatorsBadRequest) IsRedirect() bool
- func (o *ListServiceTerminatorsBadRequest) IsServerError() bool
- func (o *ListServiceTerminatorsBadRequest) IsSuccess() bool
- func (o *ListServiceTerminatorsBadRequest) String() string
- type ListServiceTerminatorsOK
- func (o *ListServiceTerminatorsOK) Code() int
- func (o *ListServiceTerminatorsOK) Error() string
- func (o *ListServiceTerminatorsOK) GetPayload() *rest_model.ListTerminatorsEnvelope
- func (o *ListServiceTerminatorsOK) IsClientError() bool
- func (o *ListServiceTerminatorsOK) IsCode(code int) bool
- func (o *ListServiceTerminatorsOK) IsRedirect() bool
- func (o *ListServiceTerminatorsOK) IsServerError() bool
- func (o *ListServiceTerminatorsOK) IsSuccess() bool
- func (o *ListServiceTerminatorsOK) String() string
- type ListServiceTerminatorsParams
- func NewListServiceTerminatorsParams() *ListServiceTerminatorsParams
- func NewListServiceTerminatorsParamsWithContext(ctx context.Context) *ListServiceTerminatorsParams
- func NewListServiceTerminatorsParamsWithHTTPClient(client *http.Client) *ListServiceTerminatorsParams
- func NewListServiceTerminatorsParamsWithTimeout(timeout time.Duration) *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) SetContext(ctx context.Context)
- func (o *ListServiceTerminatorsParams) SetDefaults()
- func (o *ListServiceTerminatorsParams) SetFilter(filter *string)
- func (o *ListServiceTerminatorsParams) SetHTTPClient(client *http.Client)
- func (o *ListServiceTerminatorsParams) SetID(id string)
- func (o *ListServiceTerminatorsParams) SetLimit(limit *int64)
- func (o *ListServiceTerminatorsParams) SetOffset(offset *int64)
- func (o *ListServiceTerminatorsParams) SetTimeout(timeout time.Duration)
- func (o *ListServiceTerminatorsParams) WithContext(ctx context.Context) *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) WithDefaults() *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) WithFilter(filter *string) *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) WithHTTPClient(client *http.Client) *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) WithID(id string) *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) WithLimit(limit *int64) *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) WithOffset(offset *int64) *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) WithTimeout(timeout time.Duration) *ListServiceTerminatorsParams
- func (o *ListServiceTerminatorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServiceTerminatorsReader
- type ListServiceTerminatorsServiceUnavailable
- func (o *ListServiceTerminatorsServiceUnavailable) Code() int
- func (o *ListServiceTerminatorsServiceUnavailable) Error() string
- func (o *ListServiceTerminatorsServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceTerminatorsServiceUnavailable) IsClientError() bool
- func (o *ListServiceTerminatorsServiceUnavailable) IsCode(code int) bool
- func (o *ListServiceTerminatorsServiceUnavailable) IsRedirect() bool
- func (o *ListServiceTerminatorsServiceUnavailable) IsServerError() bool
- func (o *ListServiceTerminatorsServiceUnavailable) IsSuccess() bool
- func (o *ListServiceTerminatorsServiceUnavailable) String() string
- type ListServiceTerminatorsTooManyRequests
- func (o *ListServiceTerminatorsTooManyRequests) Code() int
- func (o *ListServiceTerminatorsTooManyRequests) Error() string
- func (o *ListServiceTerminatorsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceTerminatorsTooManyRequests) IsClientError() bool
- func (o *ListServiceTerminatorsTooManyRequests) IsCode(code int) bool
- func (o *ListServiceTerminatorsTooManyRequests) IsRedirect() bool
- func (o *ListServiceTerminatorsTooManyRequests) IsServerError() bool
- func (o *ListServiceTerminatorsTooManyRequests) IsSuccess() bool
- func (o *ListServiceTerminatorsTooManyRequests) String() string
- type ListServiceTerminatorsUnauthorized
- func (o *ListServiceTerminatorsUnauthorized) Code() int
- func (o *ListServiceTerminatorsUnauthorized) Error() string
- func (o *ListServiceTerminatorsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServiceTerminatorsUnauthorized) IsClientError() bool
- func (o *ListServiceTerminatorsUnauthorized) IsCode(code int) bool
- func (o *ListServiceTerminatorsUnauthorized) IsRedirect() bool
- func (o *ListServiceTerminatorsUnauthorized) IsServerError() bool
- func (o *ListServiceTerminatorsUnauthorized) IsSuccess() bool
- func (o *ListServiceTerminatorsUnauthorized) String() string
- type ListServicesBadRequest
- func (o *ListServicesBadRequest) Code() int
- func (o *ListServicesBadRequest) Error() string
- func (o *ListServicesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServicesBadRequest) IsClientError() bool
- func (o *ListServicesBadRequest) IsCode(code int) bool
- func (o *ListServicesBadRequest) IsRedirect() bool
- func (o *ListServicesBadRequest) IsServerError() bool
- func (o *ListServicesBadRequest) IsSuccess() bool
- func (o *ListServicesBadRequest) String() string
- type ListServicesOK
- func (o *ListServicesOK) Code() int
- func (o *ListServicesOK) Error() string
- func (o *ListServicesOK) GetPayload() *rest_model.ListServicesEnvelope
- func (o *ListServicesOK) IsClientError() bool
- func (o *ListServicesOK) IsCode(code int) bool
- func (o *ListServicesOK) IsRedirect() bool
- func (o *ListServicesOK) IsServerError() bool
- func (o *ListServicesOK) IsSuccess() bool
- func (o *ListServicesOK) String() string
- type ListServicesParams
- func (o *ListServicesParams) SetConfigTypes(configTypes []string)
- func (o *ListServicesParams) SetContext(ctx context.Context)
- func (o *ListServicesParams) SetDefaults()
- func (o *ListServicesParams) SetFilter(filter *string)
- func (o *ListServicesParams) SetHTTPClient(client *http.Client)
- func (o *ListServicesParams) SetLimit(limit *int64)
- func (o *ListServicesParams) SetOffset(offset *int64)
- func (o *ListServicesParams) SetRoleFilter(roleFilter []string)
- func (o *ListServicesParams) SetRoleSemantic(roleSemantic *string)
- func (o *ListServicesParams) SetTimeout(timeout time.Duration)
- func (o *ListServicesParams) WithConfigTypes(configTypes []string) *ListServicesParams
- func (o *ListServicesParams) WithContext(ctx context.Context) *ListServicesParams
- func (o *ListServicesParams) WithDefaults() *ListServicesParams
- func (o *ListServicesParams) WithFilter(filter *string) *ListServicesParams
- func (o *ListServicesParams) WithHTTPClient(client *http.Client) *ListServicesParams
- func (o *ListServicesParams) WithLimit(limit *int64) *ListServicesParams
- func (o *ListServicesParams) WithOffset(offset *int64) *ListServicesParams
- func (o *ListServicesParams) WithRoleFilter(roleFilter []string) *ListServicesParams
- func (o *ListServicesParams) WithRoleSemantic(roleSemantic *string) *ListServicesParams
- func (o *ListServicesParams) WithTimeout(timeout time.Duration) *ListServicesParams
- func (o *ListServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServicesReader
- type ListServicesServiceUnavailable
- func (o *ListServicesServiceUnavailable) Code() int
- func (o *ListServicesServiceUnavailable) Error() string
- func (o *ListServicesServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServicesServiceUnavailable) IsClientError() bool
- func (o *ListServicesServiceUnavailable) IsCode(code int) bool
- func (o *ListServicesServiceUnavailable) IsRedirect() bool
- func (o *ListServicesServiceUnavailable) IsServerError() bool
- func (o *ListServicesServiceUnavailable) IsSuccess() bool
- func (o *ListServicesServiceUnavailable) String() string
- type ListServicesTooManyRequests
- func (o *ListServicesTooManyRequests) Code() int
- func (o *ListServicesTooManyRequests) Error() string
- func (o *ListServicesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServicesTooManyRequests) IsClientError() bool
- func (o *ListServicesTooManyRequests) IsCode(code int) bool
- func (o *ListServicesTooManyRequests) IsRedirect() bool
- func (o *ListServicesTooManyRequests) IsServerError() bool
- func (o *ListServicesTooManyRequests) IsSuccess() bool
- func (o *ListServicesTooManyRequests) String() string
- type ListServicesUnauthorized
- func (o *ListServicesUnauthorized) Code() int
- func (o *ListServicesUnauthorized) Error() string
- func (o *ListServicesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *ListServicesUnauthorized) IsClientError() bool
- func (o *ListServicesUnauthorized) IsCode(code int) bool
- func (o *ListServicesUnauthorized) IsRedirect() bool
- func (o *ListServicesUnauthorized) IsServerError() bool
- func (o *ListServicesUnauthorized) IsSuccess() bool
- func (o *ListServicesUnauthorized) String() string
- type PatchServiceBadRequest
- func (o *PatchServiceBadRequest) Code() int
- func (o *PatchServiceBadRequest) Error() string
- func (o *PatchServiceBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *PatchServiceBadRequest) IsClientError() bool
- func (o *PatchServiceBadRequest) IsCode(code int) bool
- func (o *PatchServiceBadRequest) IsRedirect() bool
- func (o *PatchServiceBadRequest) IsServerError() bool
- func (o *PatchServiceBadRequest) IsSuccess() bool
- func (o *PatchServiceBadRequest) String() string
- type PatchServiceNotFound
- func (o *PatchServiceNotFound) Code() int
- func (o *PatchServiceNotFound) Error() string
- func (o *PatchServiceNotFound) GetPayload() *rest_model.APIErrorEnvelope
- func (o *PatchServiceNotFound) IsClientError() bool
- func (o *PatchServiceNotFound) IsCode(code int) bool
- func (o *PatchServiceNotFound) IsRedirect() bool
- func (o *PatchServiceNotFound) IsServerError() bool
- func (o *PatchServiceNotFound) IsSuccess() bool
- func (o *PatchServiceNotFound) String() string
- type PatchServiceOK
- func (o *PatchServiceOK) Code() int
- func (o *PatchServiceOK) Error() string
- func (o *PatchServiceOK) GetPayload() *rest_model.Empty
- func (o *PatchServiceOK) IsClientError() bool
- func (o *PatchServiceOK) IsCode(code int) bool
- func (o *PatchServiceOK) IsRedirect() bool
- func (o *PatchServiceOK) IsServerError() bool
- func (o *PatchServiceOK) IsSuccess() bool
- func (o *PatchServiceOK) String() string
- type PatchServiceParams
- func (o *PatchServiceParams) SetContext(ctx context.Context)
- func (o *PatchServiceParams) SetDefaults()
- func (o *PatchServiceParams) SetHTTPClient(client *http.Client)
- func (o *PatchServiceParams) SetID(id string)
- func (o *PatchServiceParams) SetService(service *rest_model.ServicePatch)
- func (o *PatchServiceParams) SetTimeout(timeout time.Duration)
- func (o *PatchServiceParams) WithContext(ctx context.Context) *PatchServiceParams
- func (o *PatchServiceParams) WithDefaults() *PatchServiceParams
- func (o *PatchServiceParams) WithHTTPClient(client *http.Client) *PatchServiceParams
- func (o *PatchServiceParams) WithID(id string) *PatchServiceParams
- func (o *PatchServiceParams) WithService(service *rest_model.ServicePatch) *PatchServiceParams
- func (o *PatchServiceParams) WithTimeout(timeout time.Duration) *PatchServiceParams
- func (o *PatchServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchServiceReader
- type PatchServiceServiceUnavailable
- func (o *PatchServiceServiceUnavailable) Code() int
- func (o *PatchServiceServiceUnavailable) Error() string
- func (o *PatchServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *PatchServiceServiceUnavailable) IsClientError() bool
- func (o *PatchServiceServiceUnavailable) IsCode(code int) bool
- func (o *PatchServiceServiceUnavailable) IsRedirect() bool
- func (o *PatchServiceServiceUnavailable) IsServerError() bool
- func (o *PatchServiceServiceUnavailable) IsSuccess() bool
- func (o *PatchServiceServiceUnavailable) String() string
- type PatchServiceTooManyRequests
- func (o *PatchServiceTooManyRequests) Code() int
- func (o *PatchServiceTooManyRequests) Error() string
- func (o *PatchServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *PatchServiceTooManyRequests) IsClientError() bool
- func (o *PatchServiceTooManyRequests) IsCode(code int) bool
- func (o *PatchServiceTooManyRequests) IsRedirect() bool
- func (o *PatchServiceTooManyRequests) IsServerError() bool
- func (o *PatchServiceTooManyRequests) IsSuccess() bool
- func (o *PatchServiceTooManyRequests) String() string
- type PatchServiceUnauthorized
- func (o *PatchServiceUnauthorized) Code() int
- func (o *PatchServiceUnauthorized) Error() string
- func (o *PatchServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *PatchServiceUnauthorized) IsClientError() bool
- func (o *PatchServiceUnauthorized) IsCode(code int) bool
- func (o *PatchServiceUnauthorized) IsRedirect() bool
- func (o *PatchServiceUnauthorized) IsServerError() bool
- func (o *PatchServiceUnauthorized) IsSuccess() bool
- func (o *PatchServiceUnauthorized) String() string
- type UpdateServiceBadRequest
- func (o *UpdateServiceBadRequest) Code() int
- func (o *UpdateServiceBadRequest) Error() string
- func (o *UpdateServiceBadRequest) GetPayload() *rest_model.APIErrorEnvelope
- func (o *UpdateServiceBadRequest) IsClientError() bool
- func (o *UpdateServiceBadRequest) IsCode(code int) bool
- func (o *UpdateServiceBadRequest) IsRedirect() bool
- func (o *UpdateServiceBadRequest) IsServerError() bool
- func (o *UpdateServiceBadRequest) IsSuccess() bool
- func (o *UpdateServiceBadRequest) String() string
- type UpdateServiceNotFound
- func (o *UpdateServiceNotFound) Code() int
- func (o *UpdateServiceNotFound) Error() string
- func (o *UpdateServiceNotFound) GetPayload() *rest_model.APIErrorEnvelope
- func (o *UpdateServiceNotFound) IsClientError() bool
- func (o *UpdateServiceNotFound) IsCode(code int) bool
- func (o *UpdateServiceNotFound) IsRedirect() bool
- func (o *UpdateServiceNotFound) IsServerError() bool
- func (o *UpdateServiceNotFound) IsSuccess() bool
- func (o *UpdateServiceNotFound) String() string
- type UpdateServiceOK
- func (o *UpdateServiceOK) Code() int
- func (o *UpdateServiceOK) Error() string
- func (o *UpdateServiceOK) GetPayload() *rest_model.Empty
- func (o *UpdateServiceOK) IsClientError() bool
- func (o *UpdateServiceOK) IsCode(code int) bool
- func (o *UpdateServiceOK) IsRedirect() bool
- func (o *UpdateServiceOK) IsServerError() bool
- func (o *UpdateServiceOK) IsSuccess() bool
- func (o *UpdateServiceOK) String() string
- type UpdateServiceParams
- func (o *UpdateServiceParams) SetContext(ctx context.Context)
- func (o *UpdateServiceParams) SetDefaults()
- func (o *UpdateServiceParams) SetHTTPClient(client *http.Client)
- func (o *UpdateServiceParams) SetID(id string)
- func (o *UpdateServiceParams) SetService(service *rest_model.ServiceUpdate)
- func (o *UpdateServiceParams) SetTimeout(timeout time.Duration)
- func (o *UpdateServiceParams) WithContext(ctx context.Context) *UpdateServiceParams
- func (o *UpdateServiceParams) WithDefaults() *UpdateServiceParams
- func (o *UpdateServiceParams) WithHTTPClient(client *http.Client) *UpdateServiceParams
- func (o *UpdateServiceParams) WithID(id string) *UpdateServiceParams
- func (o *UpdateServiceParams) WithService(service *rest_model.ServiceUpdate) *UpdateServiceParams
- func (o *UpdateServiceParams) WithTimeout(timeout time.Duration) *UpdateServiceParams
- func (o *UpdateServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateServiceReader
- type UpdateServiceServiceUnavailable
- func (o *UpdateServiceServiceUnavailable) Code() int
- func (o *UpdateServiceServiceUnavailable) Error() string
- func (o *UpdateServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
- func (o *UpdateServiceServiceUnavailable) IsClientError() bool
- func (o *UpdateServiceServiceUnavailable) IsCode(code int) bool
- func (o *UpdateServiceServiceUnavailable) IsRedirect() bool
- func (o *UpdateServiceServiceUnavailable) IsServerError() bool
- func (o *UpdateServiceServiceUnavailable) IsSuccess() bool
- func (o *UpdateServiceServiceUnavailable) String() string
- type UpdateServiceTooManyRequests
- func (o *UpdateServiceTooManyRequests) Code() int
- func (o *UpdateServiceTooManyRequests) Error() string
- func (o *UpdateServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
- func (o *UpdateServiceTooManyRequests) IsClientError() bool
- func (o *UpdateServiceTooManyRequests) IsCode(code int) bool
- func (o *UpdateServiceTooManyRequests) IsRedirect() bool
- func (o *UpdateServiceTooManyRequests) IsServerError() bool
- func (o *UpdateServiceTooManyRequests) IsSuccess() bool
- func (o *UpdateServiceTooManyRequests) String() string
- type UpdateServiceUnauthorized
- func (o *UpdateServiceUnauthorized) Code() int
- func (o *UpdateServiceUnauthorized) Error() string
- func (o *UpdateServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
- func (o *UpdateServiceUnauthorized) IsClientError() bool
- func (o *UpdateServiceUnauthorized) IsCode(code int) bool
- func (o *UpdateServiceUnauthorized) IsRedirect() bool
- func (o *UpdateServiceUnauthorized) IsServerError() bool
- func (o *UpdateServiceUnauthorized) IsSuccess() bool
- func (o *UpdateServiceUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for service API
func (*Client) CreateService ¶
func (a *Client) CreateService(params *CreateServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateServiceCreated, error)
CreateService creates a services resource
Create a services resource. Requires admin access.
func (*Client) DeleteService ¶
func (a *Client) DeleteService(params *DeleteServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteServiceOK, error)
DeleteService deletes a service
Delete a service by id. Requires admin access.
func (*Client) DetailService ¶
func (a *Client) DetailService(params *DetailServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DetailServiceOK, error)
DetailService retrieves a single service
Retrieves a single service by id. Requires admin access.
func (*Client) ListServiceConfig ¶
func (a *Client) ListServiceConfig(params *ListServiceConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceConfigOK, error)
ListServiceConfig lists configs associated to a specific service
Retrieves a list of config resources associated to a specific service; supports filtering, sorting, and pagination. Requires admin access.
func (*Client) ListServiceEdgeRouters ¶
func (a *Client) ListServiceEdgeRouters(params *ListServiceEdgeRoutersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceEdgeRoutersOK, error)
ListServiceEdgeRouters lists accessible edge routers
Retrieves a list of edge-routers that may be used to access the given service. Supports filtering, sorting, and pagination. Requires admin access.
func (*Client) ListServiceIdentities ¶
func (a *Client) ListServiceIdentities(params *ListServiceIdentitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceIdentitiesOK, error)
ListServiceIdentities lists identities with access
Retrieves a list of identities that have access to this service. Supports filtering, sorting, and pagination. Requires admin access.
func (*Client) ListServiceServiceEdgeRouterPolicies ¶
func (a *Client) ListServiceServiceEdgeRouterPolicies(params *ListServiceServiceEdgeRouterPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceServiceEdgeRouterPoliciesOK, error)
ListServiceServiceEdgeRouterPolicies lists service edge router policies that affect a specific service
Retrieves a list of service edge router policy resources that affect a specific service; supports filtering, sorting, and pagination. Requires admin access.
func (*Client) ListServiceServicePolicies ¶
func (a *Client) ListServiceServicePolicies(params *ListServiceServicePoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceServicePoliciesOK, error)
ListServiceServicePolicies lists service policies that affect a specific service
Retrieves a list of service policy resources that affect specific service; supports filtering, sorting, and pagination. Requires admin access.
func (*Client) ListServiceTerminators ¶
func (a *Client) ListServiceTerminators(params *ListServiceTerminatorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceTerminatorsOK, error)
ListServiceTerminators lists of terminators assigned to a service
Retrieves a list of terminator resources that are assigned specific service; supports filtering, sorting, and pagination.
func (*Client) ListServices ¶
func (a *Client) ListServices(params *ListServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServicesOK, error)
ListServices lists services
Retrieves a list of config resources; supports filtering, sorting, and pagination. Requires admin access.
func (*Client) PatchService ¶
func (a *Client) PatchService(params *PatchServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchServiceOK, error)
PatchService updates the supplied fields on a service
Update the supplied fields on a service. Requires admin access.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateService ¶
func (a *Client) UpdateService(params *UpdateServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateServiceOK, error)
UpdateService updates all fields on a service
Update all fields on a service by id. Requires admin access.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface {
CreateService(params *CreateServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateServiceCreated, error)
DeleteService(params *DeleteServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteServiceOK, error)
DetailService(params *DetailServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DetailServiceOK, error)
ListServiceConfig(params *ListServiceConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceConfigOK, error)
ListServiceEdgeRouters(params *ListServiceEdgeRoutersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceEdgeRoutersOK, error)
ListServiceIdentities(params *ListServiceIdentitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceIdentitiesOK, error)
ListServiceServiceEdgeRouterPolicies(params *ListServiceServiceEdgeRouterPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceServiceEdgeRouterPoliciesOK, error)
ListServiceServicePolicies(params *ListServiceServicePoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceServicePoliciesOK, error)
ListServiceTerminators(params *ListServiceTerminatorsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServiceTerminatorsOK, error)
ListServices(params *ListServicesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServicesOK, error)
PatchService(params *PatchServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchServiceOK, error)
UpdateService(params *UpdateServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateServiceOK, error)
SetTransport(transport runtime.ClientTransport)
}
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new service API client.
func NewClientWithBasicAuth ¶ added in v0.26.53
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new service API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶ added in v0.26.53
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new service 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 CreateServiceBadRequest ¶
type CreateServiceBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
CreateServiceBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewCreateServiceBadRequest ¶
func NewCreateServiceBadRequest() *CreateServiceBadRequest
NewCreateServiceBadRequest creates a CreateServiceBadRequest with default headers values
func (*CreateServiceBadRequest) Code ¶ added in v0.26.53
func (o *CreateServiceBadRequest) Code() int
Code gets the status code for the create service bad request response
func (*CreateServiceBadRequest) Error ¶
func (o *CreateServiceBadRequest) Error() string
func (*CreateServiceBadRequest) GetPayload ¶
func (o *CreateServiceBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*CreateServiceBadRequest) IsClientError ¶ added in v0.26.53
func (o *CreateServiceBadRequest) IsClientError() bool
IsClientError returns true when this create service bad request response has a 4xx status code
func (*CreateServiceBadRequest) IsCode ¶ added in v0.26.53
func (o *CreateServiceBadRequest) IsCode(code int) bool
IsCode returns true when this create service bad request response a status code equal to that given
func (*CreateServiceBadRequest) IsRedirect ¶ added in v0.26.53
func (o *CreateServiceBadRequest) IsRedirect() bool
IsRedirect returns true when this create service bad request response has a 3xx status code
func (*CreateServiceBadRequest) IsServerError ¶ added in v0.26.53
func (o *CreateServiceBadRequest) IsServerError() bool
IsServerError returns true when this create service bad request response has a 5xx status code
func (*CreateServiceBadRequest) IsSuccess ¶ added in v0.26.53
func (o *CreateServiceBadRequest) IsSuccess() bool
IsSuccess returns true when this create service bad request response has a 2xx status code
func (*CreateServiceBadRequest) String ¶ added in v0.26.53
func (o *CreateServiceBadRequest) String() string
type CreateServiceCreated ¶
type CreateServiceCreated struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.CreateEnvelope
}
CreateServiceCreated describes a response with status code 201, with default header values.
The create request was successful and the resource has been added at the following location
func NewCreateServiceCreated ¶
func NewCreateServiceCreated() *CreateServiceCreated
NewCreateServiceCreated creates a CreateServiceCreated with default headers values
func (*CreateServiceCreated) Code ¶ added in v0.26.53
func (o *CreateServiceCreated) Code() int
Code gets the status code for the create service created response
func (*CreateServiceCreated) Error ¶
func (o *CreateServiceCreated) Error() string
func (*CreateServiceCreated) GetPayload ¶
func (o *CreateServiceCreated) GetPayload() *rest_model.CreateEnvelope
func (*CreateServiceCreated) IsClientError ¶ added in v0.26.53
func (o *CreateServiceCreated) IsClientError() bool
IsClientError returns true when this create service created response has a 4xx status code
func (*CreateServiceCreated) IsCode ¶ added in v0.26.53
func (o *CreateServiceCreated) IsCode(code int) bool
IsCode returns true when this create service created response a status code equal to that given
func (*CreateServiceCreated) IsRedirect ¶ added in v0.26.53
func (o *CreateServiceCreated) IsRedirect() bool
IsRedirect returns true when this create service created response has a 3xx status code
func (*CreateServiceCreated) IsServerError ¶ added in v0.26.53
func (o *CreateServiceCreated) IsServerError() bool
IsServerError returns true when this create service created response has a 5xx status code
func (*CreateServiceCreated) IsSuccess ¶ added in v0.26.53
func (o *CreateServiceCreated) IsSuccess() bool
IsSuccess returns true when this create service created response has a 2xx status code
func (*CreateServiceCreated) String ¶ added in v0.26.53
func (o *CreateServiceCreated) String() string
type CreateServiceParams ¶
type CreateServiceParams struct {
/* Service.
A service to create
*/
Service *rest_model.ServiceCreate
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateServiceParams contains all the parameters to send to the API endpoint
for the create service operation. Typically these are written to a http.Request.
func NewCreateServiceParams ¶
func NewCreateServiceParams() *CreateServiceParams
NewCreateServiceParams creates a new CreateServiceParams 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 NewCreateServiceParamsWithContext ¶
func NewCreateServiceParamsWithContext(ctx context.Context) *CreateServiceParams
NewCreateServiceParamsWithContext creates a new CreateServiceParams object with the ability to set a context for a request.
func NewCreateServiceParamsWithHTTPClient ¶
func NewCreateServiceParamsWithHTTPClient(client *http.Client) *CreateServiceParams
NewCreateServiceParamsWithHTTPClient creates a new CreateServiceParams object with the ability to set a custom HTTPClient for a request.
func NewCreateServiceParamsWithTimeout ¶
func NewCreateServiceParamsWithTimeout(timeout time.Duration) *CreateServiceParams
NewCreateServiceParamsWithTimeout creates a new CreateServiceParams object with the ability to set a timeout on a request.
func (*CreateServiceParams) SetContext ¶
func (o *CreateServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the create service params
func (*CreateServiceParams) SetDefaults ¶
func (o *CreateServiceParams) SetDefaults()
SetDefaults hydrates default values in the create service params (not the query body).
All values with no default are reset to their zero value.
func (*CreateServiceParams) SetHTTPClient ¶
func (o *CreateServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create service params
func (*CreateServiceParams) SetService ¶
func (o *CreateServiceParams) SetService(service *rest_model.ServiceCreate)
SetService adds the service to the create service params
func (*CreateServiceParams) SetTimeout ¶
func (o *CreateServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create service params
func (*CreateServiceParams) WithContext ¶
func (o *CreateServiceParams) WithContext(ctx context.Context) *CreateServiceParams
WithContext adds the context to the create service params
func (*CreateServiceParams) WithDefaults ¶
func (o *CreateServiceParams) WithDefaults() *CreateServiceParams
WithDefaults hydrates default values in the create service params (not the query body).
All values with no default are reset to their zero value.
func (*CreateServiceParams) WithHTTPClient ¶
func (o *CreateServiceParams) WithHTTPClient(client *http.Client) *CreateServiceParams
WithHTTPClient adds the HTTPClient to the create service params
func (*CreateServiceParams) WithService ¶
func (o *CreateServiceParams) WithService(service *rest_model.ServiceCreate) *CreateServiceParams
WithService adds the service to the create service params
func (*CreateServiceParams) WithTimeout ¶
func (o *CreateServiceParams) WithTimeout(timeout time.Duration) *CreateServiceParams
WithTimeout adds the timeout to the create service params
func (*CreateServiceParams) WriteToRequest ¶
func (o *CreateServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateServiceReader ¶
type CreateServiceReader struct {
// contains filtered or unexported fields
}
CreateServiceReader is a Reader for the CreateService structure.
func (*CreateServiceReader) ReadResponse ¶
func (o *CreateServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type CreateServiceServiceUnavailable ¶ added in v0.26.36
type CreateServiceServiceUnavailable struct {
WWWAuthenticate []string
}
CreateServiceServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewCreateServiceServiceUnavailable ¶ added in v0.26.36
func NewCreateServiceServiceUnavailable() *CreateServiceServiceUnavailable
NewCreateServiceServiceUnavailable creates a CreateServiceServiceUnavailable with default headers values
func (*CreateServiceServiceUnavailable) Code ¶ added in v0.26.53
func (o *CreateServiceServiceUnavailable) Code() int
Code gets the status code for the create service service unavailable response
func (*CreateServiceServiceUnavailable) Error ¶ added in v0.26.36
func (o *CreateServiceServiceUnavailable) Error() string
func (*CreateServiceServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *CreateServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*CreateServiceServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *CreateServiceServiceUnavailable) IsClientError() bool
IsClientError returns true when this create service service unavailable response has a 4xx status code
func (*CreateServiceServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *CreateServiceServiceUnavailable) IsCode(code int) bool
IsCode returns true when this create service service unavailable response a status code equal to that given
func (*CreateServiceServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *CreateServiceServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this create service service unavailable response has a 3xx status code
func (*CreateServiceServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *CreateServiceServiceUnavailable) IsServerError() bool
IsServerError returns true when this create service service unavailable response has a 5xx status code
func (*CreateServiceServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *CreateServiceServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this create service service unavailable response has a 2xx status code
func (*CreateServiceServiceUnavailable) String ¶ added in v0.26.53
func (o *CreateServiceServiceUnavailable) String() string
type CreateServiceTooManyRequests ¶ added in v0.26.0
type CreateServiceTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
CreateServiceTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewCreateServiceTooManyRequests ¶ added in v0.26.0
func NewCreateServiceTooManyRequests() *CreateServiceTooManyRequests
NewCreateServiceTooManyRequests creates a CreateServiceTooManyRequests with default headers values
func (*CreateServiceTooManyRequests) Code ¶ added in v0.26.53
func (o *CreateServiceTooManyRequests) Code() int
Code gets the status code for the create service too many requests response
func (*CreateServiceTooManyRequests) Error ¶ added in v0.26.0
func (o *CreateServiceTooManyRequests) Error() string
func (*CreateServiceTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *CreateServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*CreateServiceTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *CreateServiceTooManyRequests) IsClientError() bool
IsClientError returns true when this create service too many requests response has a 4xx status code
func (*CreateServiceTooManyRequests) IsCode ¶ added in v0.26.53
func (o *CreateServiceTooManyRequests) IsCode(code int) bool
IsCode returns true when this create service too many requests response a status code equal to that given
func (*CreateServiceTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *CreateServiceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create service too many requests response has a 3xx status code
func (*CreateServiceTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *CreateServiceTooManyRequests) IsServerError() bool
IsServerError returns true when this create service too many requests response has a 5xx status code
func (*CreateServiceTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *CreateServiceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create service too many requests response has a 2xx status code
func (*CreateServiceTooManyRequests) String ¶ added in v0.26.53
func (o *CreateServiceTooManyRequests) String() string
type CreateServiceUnauthorized ¶
type CreateServiceUnauthorized struct {
WWWAuthenticate []string
}
CreateServiceUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewCreateServiceUnauthorized ¶
func NewCreateServiceUnauthorized() *CreateServiceUnauthorized
NewCreateServiceUnauthorized creates a CreateServiceUnauthorized with default headers values
func (*CreateServiceUnauthorized) Code ¶ added in v0.26.53
func (o *CreateServiceUnauthorized) Code() int
Code gets the status code for the create service unauthorized response
func (*CreateServiceUnauthorized) Error ¶
func (o *CreateServiceUnauthorized) Error() string
func (*CreateServiceUnauthorized) GetPayload ¶
func (o *CreateServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*CreateServiceUnauthorized) IsClientError ¶ added in v0.26.53
func (o *CreateServiceUnauthorized) IsClientError() bool
IsClientError returns true when this create service unauthorized response has a 4xx status code
func (*CreateServiceUnauthorized) IsCode ¶ added in v0.26.53
func (o *CreateServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this create service unauthorized response a status code equal to that given
func (*CreateServiceUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *CreateServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this create service unauthorized response has a 3xx status code
func (*CreateServiceUnauthorized) IsServerError ¶ added in v0.26.53
func (o *CreateServiceUnauthorized) IsServerError() bool
IsServerError returns true when this create service unauthorized response has a 5xx status code
func (*CreateServiceUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *CreateServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this create service unauthorized response has a 2xx status code
func (*CreateServiceUnauthorized) String ¶ added in v0.26.53
func (o *CreateServiceUnauthorized) String() string
type DeleteServiceBadRequest ¶
type DeleteServiceBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
DeleteServiceBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewDeleteServiceBadRequest ¶
func NewDeleteServiceBadRequest() *DeleteServiceBadRequest
NewDeleteServiceBadRequest creates a DeleteServiceBadRequest with default headers values
func (*DeleteServiceBadRequest) Code ¶ added in v0.26.53
func (o *DeleteServiceBadRequest) Code() int
Code gets the status code for the delete service bad request response
func (*DeleteServiceBadRequest) Error ¶
func (o *DeleteServiceBadRequest) Error() string
func (*DeleteServiceBadRequest) GetPayload ¶
func (o *DeleteServiceBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*DeleteServiceBadRequest) IsClientError ¶ added in v0.26.53
func (o *DeleteServiceBadRequest) IsClientError() bool
IsClientError returns true when this delete service bad request response has a 4xx status code
func (*DeleteServiceBadRequest) IsCode ¶ added in v0.26.53
func (o *DeleteServiceBadRequest) IsCode(code int) bool
IsCode returns true when this delete service bad request response a status code equal to that given
func (*DeleteServiceBadRequest) IsRedirect ¶ added in v0.26.53
func (o *DeleteServiceBadRequest) IsRedirect() bool
IsRedirect returns true when this delete service bad request response has a 3xx status code
func (*DeleteServiceBadRequest) IsServerError ¶ added in v0.26.53
func (o *DeleteServiceBadRequest) IsServerError() bool
IsServerError returns true when this delete service bad request response has a 5xx status code
func (*DeleteServiceBadRequest) IsSuccess ¶ added in v0.26.53
func (o *DeleteServiceBadRequest) IsSuccess() bool
IsSuccess returns true when this delete service bad request response has a 2xx status code
func (*DeleteServiceBadRequest) String ¶ added in v0.26.53
func (o *DeleteServiceBadRequest) String() string
type DeleteServiceConflict ¶
type DeleteServiceConflict struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
DeleteServiceConflict describes a response with status code 409, with default header values.
The resource requested to be removed/altered cannot be as it is referenced by another object.
func NewDeleteServiceConflict ¶
func NewDeleteServiceConflict() *DeleteServiceConflict
NewDeleteServiceConflict creates a DeleteServiceConflict with default headers values
func (*DeleteServiceConflict) Code ¶ added in v0.26.53
func (o *DeleteServiceConflict) Code() int
Code gets the status code for the delete service conflict response
func (*DeleteServiceConflict) Error ¶
func (o *DeleteServiceConflict) Error() string
func (*DeleteServiceConflict) GetPayload ¶
func (o *DeleteServiceConflict) GetPayload() *rest_model.APIErrorEnvelope
func (*DeleteServiceConflict) IsClientError ¶ added in v0.26.53
func (o *DeleteServiceConflict) IsClientError() bool
IsClientError returns true when this delete service conflict response has a 4xx status code
func (*DeleteServiceConflict) IsCode ¶ added in v0.26.53
func (o *DeleteServiceConflict) IsCode(code int) bool
IsCode returns true when this delete service conflict response a status code equal to that given
func (*DeleteServiceConflict) IsRedirect ¶ added in v0.26.53
func (o *DeleteServiceConflict) IsRedirect() bool
IsRedirect returns true when this delete service conflict response has a 3xx status code
func (*DeleteServiceConflict) IsServerError ¶ added in v0.26.53
func (o *DeleteServiceConflict) IsServerError() bool
IsServerError returns true when this delete service conflict response has a 5xx status code
func (*DeleteServiceConflict) IsSuccess ¶ added in v0.26.53
func (o *DeleteServiceConflict) IsSuccess() bool
IsSuccess returns true when this delete service conflict response has a 2xx status code
func (*DeleteServiceConflict) String ¶ added in v0.26.53
func (o *DeleteServiceConflict) String() string
type DeleteServiceNotFound ¶ added in v0.26.36
type DeleteServiceNotFound struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
DeleteServiceNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewDeleteServiceNotFound ¶ added in v0.26.36
func NewDeleteServiceNotFound() *DeleteServiceNotFound
NewDeleteServiceNotFound creates a DeleteServiceNotFound with default headers values
func (*DeleteServiceNotFound) Code ¶ added in v0.26.53
func (o *DeleteServiceNotFound) Code() int
Code gets the status code for the delete service not found response
func (*DeleteServiceNotFound) Error ¶ added in v0.26.36
func (o *DeleteServiceNotFound) Error() string
func (*DeleteServiceNotFound) GetPayload ¶ added in v0.26.36
func (o *DeleteServiceNotFound) GetPayload() *rest_model.APIErrorEnvelope
func (*DeleteServiceNotFound) IsClientError ¶ added in v0.26.53
func (o *DeleteServiceNotFound) IsClientError() bool
IsClientError returns true when this delete service not found response has a 4xx status code
func (*DeleteServiceNotFound) IsCode ¶ added in v0.26.53
func (o *DeleteServiceNotFound) IsCode(code int) bool
IsCode returns true when this delete service not found response a status code equal to that given
func (*DeleteServiceNotFound) IsRedirect ¶ added in v0.26.53
func (o *DeleteServiceNotFound) IsRedirect() bool
IsRedirect returns true when this delete service not found response has a 3xx status code
func (*DeleteServiceNotFound) IsServerError ¶ added in v0.26.53
func (o *DeleteServiceNotFound) IsServerError() bool
IsServerError returns true when this delete service not found response has a 5xx status code
func (*DeleteServiceNotFound) IsSuccess ¶ added in v0.26.53
func (o *DeleteServiceNotFound) IsSuccess() bool
IsSuccess returns true when this delete service not found response has a 2xx status code
func (*DeleteServiceNotFound) String ¶ added in v0.26.53
func (o *DeleteServiceNotFound) String() string
type DeleteServiceOK ¶
type DeleteServiceOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.Empty
}
DeleteServiceOK describes a response with status code 200, with default header values.
The delete request was successful and the resource has been removed
func NewDeleteServiceOK ¶
func NewDeleteServiceOK() *DeleteServiceOK
NewDeleteServiceOK creates a DeleteServiceOK with default headers values
func (*DeleteServiceOK) Code ¶ added in v0.26.53
func (o *DeleteServiceOK) Code() int
Code gets the status code for the delete service o k response
func (*DeleteServiceOK) Error ¶
func (o *DeleteServiceOK) Error() string
func (*DeleteServiceOK) GetPayload ¶
func (o *DeleteServiceOK) GetPayload() *rest_model.Empty
func (*DeleteServiceOK) IsClientError ¶ added in v0.26.53
func (o *DeleteServiceOK) IsClientError() bool
IsClientError returns true when this delete service o k response has a 4xx status code
func (*DeleteServiceOK) IsCode ¶ added in v0.26.53
func (o *DeleteServiceOK) IsCode(code int) bool
IsCode returns true when this delete service o k response a status code equal to that given
func (*DeleteServiceOK) IsRedirect ¶ added in v0.26.53
func (o *DeleteServiceOK) IsRedirect() bool
IsRedirect returns true when this delete service o k response has a 3xx status code
func (*DeleteServiceOK) IsServerError ¶ added in v0.26.53
func (o *DeleteServiceOK) IsServerError() bool
IsServerError returns true when this delete service o k response has a 5xx status code
func (*DeleteServiceOK) IsSuccess ¶ added in v0.26.53
func (o *DeleteServiceOK) IsSuccess() bool
IsSuccess returns true when this delete service o k response has a 2xx status code
func (*DeleteServiceOK) String ¶ added in v0.26.53
func (o *DeleteServiceOK) String() string
type DeleteServiceParams ¶
type DeleteServiceParams struct {
/* ID.
The id of the requested resource
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteServiceParams contains all the parameters to send to the API endpoint
for the delete service operation. Typically these are written to a http.Request.
func NewDeleteServiceParams ¶
func NewDeleteServiceParams() *DeleteServiceParams
NewDeleteServiceParams creates a new DeleteServiceParams 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 NewDeleteServiceParamsWithContext ¶
func NewDeleteServiceParamsWithContext(ctx context.Context) *DeleteServiceParams
NewDeleteServiceParamsWithContext creates a new DeleteServiceParams object with the ability to set a context for a request.
func NewDeleteServiceParamsWithHTTPClient ¶
func NewDeleteServiceParamsWithHTTPClient(client *http.Client) *DeleteServiceParams
NewDeleteServiceParamsWithHTTPClient creates a new DeleteServiceParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteServiceParamsWithTimeout ¶
func NewDeleteServiceParamsWithTimeout(timeout time.Duration) *DeleteServiceParams
NewDeleteServiceParamsWithTimeout creates a new DeleteServiceParams object with the ability to set a timeout on a request.
func (*DeleteServiceParams) SetContext ¶
func (o *DeleteServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete service params
func (*DeleteServiceParams) SetDefaults ¶
func (o *DeleteServiceParams) SetDefaults()
SetDefaults hydrates default values in the delete service params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteServiceParams) SetHTTPClient ¶
func (o *DeleteServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete service params
func (*DeleteServiceParams) SetID ¶
func (o *DeleteServiceParams) SetID(id string)
SetID adds the id to the delete service params
func (*DeleteServiceParams) SetTimeout ¶
func (o *DeleteServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete service params
func (*DeleteServiceParams) WithContext ¶
func (o *DeleteServiceParams) WithContext(ctx context.Context) *DeleteServiceParams
WithContext adds the context to the delete service params
func (*DeleteServiceParams) WithDefaults ¶
func (o *DeleteServiceParams) WithDefaults() *DeleteServiceParams
WithDefaults hydrates default values in the delete service params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteServiceParams) WithHTTPClient ¶
func (o *DeleteServiceParams) WithHTTPClient(client *http.Client) *DeleteServiceParams
WithHTTPClient adds the HTTPClient to the delete service params
func (*DeleteServiceParams) WithID ¶
func (o *DeleteServiceParams) WithID(id string) *DeleteServiceParams
WithID adds the id to the delete service params
func (*DeleteServiceParams) WithTimeout ¶
func (o *DeleteServiceParams) WithTimeout(timeout time.Duration) *DeleteServiceParams
WithTimeout adds the timeout to the delete service params
func (*DeleteServiceParams) WriteToRequest ¶
func (o *DeleteServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteServiceReader ¶
type DeleteServiceReader struct {
// contains filtered or unexported fields
}
DeleteServiceReader is a Reader for the DeleteService structure.
func (*DeleteServiceReader) ReadResponse ¶
func (o *DeleteServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DeleteServiceServiceUnavailable ¶ added in v0.26.36
type DeleteServiceServiceUnavailable struct {
WWWAuthenticate []string
}
DeleteServiceServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewDeleteServiceServiceUnavailable ¶ added in v0.26.36
func NewDeleteServiceServiceUnavailable() *DeleteServiceServiceUnavailable
NewDeleteServiceServiceUnavailable creates a DeleteServiceServiceUnavailable with default headers values
func (*DeleteServiceServiceUnavailable) Code ¶ added in v0.26.53
func (o *DeleteServiceServiceUnavailable) Code() int
Code gets the status code for the delete service service unavailable response
func (*DeleteServiceServiceUnavailable) Error ¶ added in v0.26.36
func (o *DeleteServiceServiceUnavailable) Error() string
func (*DeleteServiceServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *DeleteServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*DeleteServiceServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *DeleteServiceServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete service service unavailable response has a 4xx status code
func (*DeleteServiceServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *DeleteServiceServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete service service unavailable response a status code equal to that given
func (*DeleteServiceServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *DeleteServiceServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete service service unavailable response has a 3xx status code
func (*DeleteServiceServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *DeleteServiceServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete service service unavailable response has a 5xx status code
func (*DeleteServiceServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *DeleteServiceServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete service service unavailable response has a 2xx status code
func (*DeleteServiceServiceUnavailable) String ¶ added in v0.26.53
func (o *DeleteServiceServiceUnavailable) String() string
type DeleteServiceTooManyRequests ¶ added in v0.26.0
type DeleteServiceTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
DeleteServiceTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewDeleteServiceTooManyRequests ¶ added in v0.26.0
func NewDeleteServiceTooManyRequests() *DeleteServiceTooManyRequests
NewDeleteServiceTooManyRequests creates a DeleteServiceTooManyRequests with default headers values
func (*DeleteServiceTooManyRequests) Code ¶ added in v0.26.53
func (o *DeleteServiceTooManyRequests) Code() int
Code gets the status code for the delete service too many requests response
func (*DeleteServiceTooManyRequests) Error ¶ added in v0.26.0
func (o *DeleteServiceTooManyRequests) Error() string
func (*DeleteServiceTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DeleteServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*DeleteServiceTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *DeleteServiceTooManyRequests) IsClientError() bool
IsClientError returns true when this delete service too many requests response has a 4xx status code
func (*DeleteServiceTooManyRequests) IsCode ¶ added in v0.26.53
func (o *DeleteServiceTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete service too many requests response a status code equal to that given
func (*DeleteServiceTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *DeleteServiceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete service too many requests response has a 3xx status code
func (*DeleteServiceTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *DeleteServiceTooManyRequests) IsServerError() bool
IsServerError returns true when this delete service too many requests response has a 5xx status code
func (*DeleteServiceTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *DeleteServiceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete service too many requests response has a 2xx status code
func (*DeleteServiceTooManyRequests) String ¶ added in v0.26.53
func (o *DeleteServiceTooManyRequests) String() string
type DeleteServiceUnauthorized ¶
type DeleteServiceUnauthorized struct {
WWWAuthenticate []string
}
DeleteServiceUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewDeleteServiceUnauthorized ¶
func NewDeleteServiceUnauthorized() *DeleteServiceUnauthorized
NewDeleteServiceUnauthorized creates a DeleteServiceUnauthorized with default headers values
func (*DeleteServiceUnauthorized) Code ¶ added in v0.26.53
func (o *DeleteServiceUnauthorized) Code() int
Code gets the status code for the delete service unauthorized response
func (*DeleteServiceUnauthorized) Error ¶
func (o *DeleteServiceUnauthorized) Error() string
func (*DeleteServiceUnauthorized) GetPayload ¶
func (o *DeleteServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*DeleteServiceUnauthorized) IsClientError ¶ added in v0.26.53
func (o *DeleteServiceUnauthorized) IsClientError() bool
IsClientError returns true when this delete service unauthorized response has a 4xx status code
func (*DeleteServiceUnauthorized) IsCode ¶ added in v0.26.53
func (o *DeleteServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this delete service unauthorized response a status code equal to that given
func (*DeleteServiceUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *DeleteServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete service unauthorized response has a 3xx status code
func (*DeleteServiceUnauthorized) IsServerError ¶ added in v0.26.53
func (o *DeleteServiceUnauthorized) IsServerError() bool
IsServerError returns true when this delete service unauthorized response has a 5xx status code
func (*DeleteServiceUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *DeleteServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete service unauthorized response has a 2xx status code
func (*DeleteServiceUnauthorized) String ¶ added in v0.26.53
func (o *DeleteServiceUnauthorized) String() string
type DetailServiceNotFound ¶
type DetailServiceNotFound struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
DetailServiceNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewDetailServiceNotFound ¶
func NewDetailServiceNotFound() *DetailServiceNotFound
NewDetailServiceNotFound creates a DetailServiceNotFound with default headers values
func (*DetailServiceNotFound) Code ¶ added in v0.26.53
func (o *DetailServiceNotFound) Code() int
Code gets the status code for the detail service not found response
func (*DetailServiceNotFound) Error ¶
func (o *DetailServiceNotFound) Error() string
func (*DetailServiceNotFound) GetPayload ¶
func (o *DetailServiceNotFound) GetPayload() *rest_model.APIErrorEnvelope
func (*DetailServiceNotFound) IsClientError ¶ added in v0.26.53
func (o *DetailServiceNotFound) IsClientError() bool
IsClientError returns true when this detail service not found response has a 4xx status code
func (*DetailServiceNotFound) IsCode ¶ added in v0.26.53
func (o *DetailServiceNotFound) IsCode(code int) bool
IsCode returns true when this detail service not found response a status code equal to that given
func (*DetailServiceNotFound) IsRedirect ¶ added in v0.26.53
func (o *DetailServiceNotFound) IsRedirect() bool
IsRedirect returns true when this detail service not found response has a 3xx status code
func (*DetailServiceNotFound) IsServerError ¶ added in v0.26.53
func (o *DetailServiceNotFound) IsServerError() bool
IsServerError returns true when this detail service not found response has a 5xx status code
func (*DetailServiceNotFound) IsSuccess ¶ added in v0.26.53
func (o *DetailServiceNotFound) IsSuccess() bool
IsSuccess returns true when this detail service not found response has a 2xx status code
func (*DetailServiceNotFound) String ¶ added in v0.26.53
func (o *DetailServiceNotFound) String() string
type DetailServiceOK ¶
type DetailServiceOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.DetailServiceEnvelope
}
DetailServiceOK describes a response with status code 200, with default header values.
A single service
func NewDetailServiceOK ¶
func NewDetailServiceOK() *DetailServiceOK
NewDetailServiceOK creates a DetailServiceOK with default headers values
func (*DetailServiceOK) Code ¶ added in v0.26.53
func (o *DetailServiceOK) Code() int
Code gets the status code for the detail service o k response
func (*DetailServiceOK) Error ¶
func (o *DetailServiceOK) Error() string
func (*DetailServiceOK) GetPayload ¶
func (o *DetailServiceOK) GetPayload() *rest_model.DetailServiceEnvelope
func (*DetailServiceOK) IsClientError ¶ added in v0.26.53
func (o *DetailServiceOK) IsClientError() bool
IsClientError returns true when this detail service o k response has a 4xx status code
func (*DetailServiceOK) IsCode ¶ added in v0.26.53
func (o *DetailServiceOK) IsCode(code int) bool
IsCode returns true when this detail service o k response a status code equal to that given
func (*DetailServiceOK) IsRedirect ¶ added in v0.26.53
func (o *DetailServiceOK) IsRedirect() bool
IsRedirect returns true when this detail service o k response has a 3xx status code
func (*DetailServiceOK) IsServerError ¶ added in v0.26.53
func (o *DetailServiceOK) IsServerError() bool
IsServerError returns true when this detail service o k response has a 5xx status code
func (*DetailServiceOK) IsSuccess ¶ added in v0.26.53
func (o *DetailServiceOK) IsSuccess() bool
IsSuccess returns true when this detail service o k response has a 2xx status code
func (*DetailServiceOK) String ¶ added in v0.26.53
func (o *DetailServiceOK) String() string
type DetailServiceParams ¶
type DetailServiceParams struct {
/* ID.
The id of the requested resource
*/
ID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DetailServiceParams contains all the parameters to send to the API endpoint
for the detail service operation. Typically these are written to a http.Request.
func NewDetailServiceParams ¶
func NewDetailServiceParams() *DetailServiceParams
NewDetailServiceParams creates a new DetailServiceParams 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 NewDetailServiceParamsWithContext ¶
func NewDetailServiceParamsWithContext(ctx context.Context) *DetailServiceParams
NewDetailServiceParamsWithContext creates a new DetailServiceParams object with the ability to set a context for a request.
func NewDetailServiceParamsWithHTTPClient ¶
func NewDetailServiceParamsWithHTTPClient(client *http.Client) *DetailServiceParams
NewDetailServiceParamsWithHTTPClient creates a new DetailServiceParams object with the ability to set a custom HTTPClient for a request.
func NewDetailServiceParamsWithTimeout ¶
func NewDetailServiceParamsWithTimeout(timeout time.Duration) *DetailServiceParams
NewDetailServiceParamsWithTimeout creates a new DetailServiceParams object with the ability to set a timeout on a request.
func (*DetailServiceParams) SetContext ¶
func (o *DetailServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the detail service params
func (*DetailServiceParams) SetDefaults ¶
func (o *DetailServiceParams) SetDefaults()
SetDefaults hydrates default values in the detail service params (not the query body).
All values with no default are reset to their zero value.
func (*DetailServiceParams) SetHTTPClient ¶
func (o *DetailServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the detail service params
func (*DetailServiceParams) SetID ¶
func (o *DetailServiceParams) SetID(id string)
SetID adds the id to the detail service params
func (*DetailServiceParams) SetTimeout ¶
func (o *DetailServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the detail service params
func (*DetailServiceParams) WithContext ¶
func (o *DetailServiceParams) WithContext(ctx context.Context) *DetailServiceParams
WithContext adds the context to the detail service params
func (*DetailServiceParams) WithDefaults ¶
func (o *DetailServiceParams) WithDefaults() *DetailServiceParams
WithDefaults hydrates default values in the detail service params (not the query body).
All values with no default are reset to their zero value.
func (*DetailServiceParams) WithHTTPClient ¶
func (o *DetailServiceParams) WithHTTPClient(client *http.Client) *DetailServiceParams
WithHTTPClient adds the HTTPClient to the detail service params
func (*DetailServiceParams) WithID ¶
func (o *DetailServiceParams) WithID(id string) *DetailServiceParams
WithID adds the id to the detail service params
func (*DetailServiceParams) WithTimeout ¶
func (o *DetailServiceParams) WithTimeout(timeout time.Duration) *DetailServiceParams
WithTimeout adds the timeout to the detail service params
func (*DetailServiceParams) WriteToRequest ¶
func (o *DetailServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DetailServiceReader ¶
type DetailServiceReader struct {
// contains filtered or unexported fields
}
DetailServiceReader is a Reader for the DetailService structure.
func (*DetailServiceReader) ReadResponse ¶
func (o *DetailServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type DetailServiceServiceUnavailable ¶ added in v0.26.36
type DetailServiceServiceUnavailable struct {
WWWAuthenticate []string
}
DetailServiceServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewDetailServiceServiceUnavailable ¶ added in v0.26.36
func NewDetailServiceServiceUnavailable() *DetailServiceServiceUnavailable
NewDetailServiceServiceUnavailable creates a DetailServiceServiceUnavailable with default headers values
func (*DetailServiceServiceUnavailable) Code ¶ added in v0.26.53
func (o *DetailServiceServiceUnavailable) Code() int
Code gets the status code for the detail service service unavailable response
func (*DetailServiceServiceUnavailable) Error ¶ added in v0.26.36
func (o *DetailServiceServiceUnavailable) Error() string
func (*DetailServiceServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *DetailServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*DetailServiceServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *DetailServiceServiceUnavailable) IsClientError() bool
IsClientError returns true when this detail service service unavailable response has a 4xx status code
func (*DetailServiceServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *DetailServiceServiceUnavailable) IsCode(code int) bool
IsCode returns true when this detail service service unavailable response a status code equal to that given
func (*DetailServiceServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *DetailServiceServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this detail service service unavailable response has a 3xx status code
func (*DetailServiceServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *DetailServiceServiceUnavailable) IsServerError() bool
IsServerError returns true when this detail service service unavailable response has a 5xx status code
func (*DetailServiceServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *DetailServiceServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this detail service service unavailable response has a 2xx status code
func (*DetailServiceServiceUnavailable) String ¶ added in v0.26.53
func (o *DetailServiceServiceUnavailable) String() string
type DetailServiceTooManyRequests ¶ added in v0.26.0
type DetailServiceTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
DetailServiceTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewDetailServiceTooManyRequests ¶ added in v0.26.0
func NewDetailServiceTooManyRequests() *DetailServiceTooManyRequests
NewDetailServiceTooManyRequests creates a DetailServiceTooManyRequests with default headers values
func (*DetailServiceTooManyRequests) Code ¶ added in v0.26.53
func (o *DetailServiceTooManyRequests) Code() int
Code gets the status code for the detail service too many requests response
func (*DetailServiceTooManyRequests) Error ¶ added in v0.26.0
func (o *DetailServiceTooManyRequests) Error() string
func (*DetailServiceTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *DetailServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*DetailServiceTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *DetailServiceTooManyRequests) IsClientError() bool
IsClientError returns true when this detail service too many requests response has a 4xx status code
func (*DetailServiceTooManyRequests) IsCode ¶ added in v0.26.53
func (o *DetailServiceTooManyRequests) IsCode(code int) bool
IsCode returns true when this detail service too many requests response a status code equal to that given
func (*DetailServiceTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *DetailServiceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this detail service too many requests response has a 3xx status code
func (*DetailServiceTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *DetailServiceTooManyRequests) IsServerError() bool
IsServerError returns true when this detail service too many requests response has a 5xx status code
func (*DetailServiceTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *DetailServiceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this detail service too many requests response has a 2xx status code
func (*DetailServiceTooManyRequests) String ¶ added in v0.26.53
func (o *DetailServiceTooManyRequests) String() string
type DetailServiceUnauthorized ¶
type DetailServiceUnauthorized struct {
WWWAuthenticate []string
}
DetailServiceUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewDetailServiceUnauthorized ¶
func NewDetailServiceUnauthorized() *DetailServiceUnauthorized
NewDetailServiceUnauthorized creates a DetailServiceUnauthorized with default headers values
func (*DetailServiceUnauthorized) Code ¶ added in v0.26.53
func (o *DetailServiceUnauthorized) Code() int
Code gets the status code for the detail service unauthorized response
func (*DetailServiceUnauthorized) Error ¶
func (o *DetailServiceUnauthorized) Error() string
func (*DetailServiceUnauthorized) GetPayload ¶
func (o *DetailServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*DetailServiceUnauthorized) IsClientError ¶ added in v0.26.53
func (o *DetailServiceUnauthorized) IsClientError() bool
IsClientError returns true when this detail service unauthorized response has a 4xx status code
func (*DetailServiceUnauthorized) IsCode ¶ added in v0.26.53
func (o *DetailServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this detail service unauthorized response a status code equal to that given
func (*DetailServiceUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *DetailServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this detail service unauthorized response has a 3xx status code
func (*DetailServiceUnauthorized) IsServerError ¶ added in v0.26.53
func (o *DetailServiceUnauthorized) IsServerError() bool
IsServerError returns true when this detail service unauthorized response has a 5xx status code
func (*DetailServiceUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *DetailServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this detail service unauthorized response has a 2xx status code
func (*DetailServiceUnauthorized) String ¶ added in v0.26.53
func (o *DetailServiceUnauthorized) String() string
type ListServiceConfigBadRequest ¶
type ListServiceConfigBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceConfigBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewListServiceConfigBadRequest ¶
func NewListServiceConfigBadRequest() *ListServiceConfigBadRequest
NewListServiceConfigBadRequest creates a ListServiceConfigBadRequest with default headers values
func (*ListServiceConfigBadRequest) Code ¶ added in v0.26.53
func (o *ListServiceConfigBadRequest) Code() int
Code gets the status code for the list service config bad request response
func (*ListServiceConfigBadRequest) Error ¶
func (o *ListServiceConfigBadRequest) Error() string
func (*ListServiceConfigBadRequest) GetPayload ¶
func (o *ListServiceConfigBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceConfigBadRequest) IsClientError ¶ added in v0.26.53
func (o *ListServiceConfigBadRequest) IsClientError() bool
IsClientError returns true when this list service config bad request response has a 4xx status code
func (*ListServiceConfigBadRequest) IsCode ¶ added in v0.26.53
func (o *ListServiceConfigBadRequest) IsCode(code int) bool
IsCode returns true when this list service config bad request response a status code equal to that given
func (*ListServiceConfigBadRequest) IsRedirect ¶ added in v0.26.53
func (o *ListServiceConfigBadRequest) IsRedirect() bool
IsRedirect returns true when this list service config bad request response has a 3xx status code
func (*ListServiceConfigBadRequest) IsServerError ¶ added in v0.26.53
func (o *ListServiceConfigBadRequest) IsServerError() bool
IsServerError returns true when this list service config bad request response has a 5xx status code
func (*ListServiceConfigBadRequest) IsSuccess ¶ added in v0.26.53
func (o *ListServiceConfigBadRequest) IsSuccess() bool
IsSuccess returns true when this list service config bad request response has a 2xx status code
func (*ListServiceConfigBadRequest) String ¶ added in v0.26.53
func (o *ListServiceConfigBadRequest) String() string
type ListServiceConfigOK ¶
type ListServiceConfigOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.ListConfigsEnvelope
}
ListServiceConfigOK describes a response with status code 200, with default header values.
A list of configs
func NewListServiceConfigOK ¶
func NewListServiceConfigOK() *ListServiceConfigOK
NewListServiceConfigOK creates a ListServiceConfigOK with default headers values
func (*ListServiceConfigOK) Code ¶ added in v0.26.53
func (o *ListServiceConfigOK) Code() int
Code gets the status code for the list service config o k response
func (*ListServiceConfigOK) Error ¶
func (o *ListServiceConfigOK) Error() string
func (*ListServiceConfigOK) GetPayload ¶
func (o *ListServiceConfigOK) GetPayload() *rest_model.ListConfigsEnvelope
func (*ListServiceConfigOK) IsClientError ¶ added in v0.26.53
func (o *ListServiceConfigOK) IsClientError() bool
IsClientError returns true when this list service config o k response has a 4xx status code
func (*ListServiceConfigOK) IsCode ¶ added in v0.26.53
func (o *ListServiceConfigOK) IsCode(code int) bool
IsCode returns true when this list service config o k response a status code equal to that given
func (*ListServiceConfigOK) IsRedirect ¶ added in v0.26.53
func (o *ListServiceConfigOK) IsRedirect() bool
IsRedirect returns true when this list service config o k response has a 3xx status code
func (*ListServiceConfigOK) IsServerError ¶ added in v0.26.53
func (o *ListServiceConfigOK) IsServerError() bool
IsServerError returns true when this list service config o k response has a 5xx status code
func (*ListServiceConfigOK) IsSuccess ¶ added in v0.26.53
func (o *ListServiceConfigOK) IsSuccess() bool
IsSuccess returns true when this list service config o k response has a 2xx status code
func (*ListServiceConfigOK) String ¶ added in v0.26.53
func (o *ListServiceConfigOK) String() string
type ListServiceConfigParams ¶
type ListServiceConfigParams struct {
// Filter.
Filter *string
/* ID.
The id of the requested resource
*/
ID string
// Limit.
Limit *int64
// Offset.
Offset *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListServiceConfigParams contains all the parameters to send to the API endpoint
for the list service config operation. Typically these are written to a http.Request.
func NewListServiceConfigParams ¶
func NewListServiceConfigParams() *ListServiceConfigParams
NewListServiceConfigParams creates a new ListServiceConfigParams 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 NewListServiceConfigParamsWithContext ¶
func NewListServiceConfigParamsWithContext(ctx context.Context) *ListServiceConfigParams
NewListServiceConfigParamsWithContext creates a new ListServiceConfigParams object with the ability to set a context for a request.
func NewListServiceConfigParamsWithHTTPClient ¶
func NewListServiceConfigParamsWithHTTPClient(client *http.Client) *ListServiceConfigParams
NewListServiceConfigParamsWithHTTPClient creates a new ListServiceConfigParams object with the ability to set a custom HTTPClient for a request.
func NewListServiceConfigParamsWithTimeout ¶
func NewListServiceConfigParamsWithTimeout(timeout time.Duration) *ListServiceConfigParams
NewListServiceConfigParamsWithTimeout creates a new ListServiceConfigParams object with the ability to set a timeout on a request.
func (*ListServiceConfigParams) SetContext ¶
func (o *ListServiceConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the list service config params
func (*ListServiceConfigParams) SetDefaults ¶
func (o *ListServiceConfigParams) SetDefaults()
SetDefaults hydrates default values in the list service config params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceConfigParams) SetFilter ¶
func (o *ListServiceConfigParams) SetFilter(filter *string)
SetFilter adds the filter to the list service config params
func (*ListServiceConfigParams) SetHTTPClient ¶
func (o *ListServiceConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list service config params
func (*ListServiceConfigParams) SetID ¶
func (o *ListServiceConfigParams) SetID(id string)
SetID adds the id to the list service config params
func (*ListServiceConfigParams) SetLimit ¶
func (o *ListServiceConfigParams) SetLimit(limit *int64)
SetLimit adds the limit to the list service config params
func (*ListServiceConfigParams) SetOffset ¶
func (o *ListServiceConfigParams) SetOffset(offset *int64)
SetOffset adds the offset to the list service config params
func (*ListServiceConfigParams) SetTimeout ¶
func (o *ListServiceConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list service config params
func (*ListServiceConfigParams) WithContext ¶
func (o *ListServiceConfigParams) WithContext(ctx context.Context) *ListServiceConfigParams
WithContext adds the context to the list service config params
func (*ListServiceConfigParams) WithDefaults ¶
func (o *ListServiceConfigParams) WithDefaults() *ListServiceConfigParams
WithDefaults hydrates default values in the list service config params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceConfigParams) WithFilter ¶
func (o *ListServiceConfigParams) WithFilter(filter *string) *ListServiceConfigParams
WithFilter adds the filter to the list service config params
func (*ListServiceConfigParams) WithHTTPClient ¶
func (o *ListServiceConfigParams) WithHTTPClient(client *http.Client) *ListServiceConfigParams
WithHTTPClient adds the HTTPClient to the list service config params
func (*ListServiceConfigParams) WithID ¶
func (o *ListServiceConfigParams) WithID(id string) *ListServiceConfigParams
WithID adds the id to the list service config params
func (*ListServiceConfigParams) WithLimit ¶
func (o *ListServiceConfigParams) WithLimit(limit *int64) *ListServiceConfigParams
WithLimit adds the limit to the list service config params
func (*ListServiceConfigParams) WithOffset ¶
func (o *ListServiceConfigParams) WithOffset(offset *int64) *ListServiceConfigParams
WithOffset adds the offset to the list service config params
func (*ListServiceConfigParams) WithTimeout ¶
func (o *ListServiceConfigParams) WithTimeout(timeout time.Duration) *ListServiceConfigParams
WithTimeout adds the timeout to the list service config params
func (*ListServiceConfigParams) WriteToRequest ¶
func (o *ListServiceConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServiceConfigReader ¶
type ListServiceConfigReader struct {
// contains filtered or unexported fields
}
ListServiceConfigReader is a Reader for the ListServiceConfig structure.
func (*ListServiceConfigReader) ReadResponse ¶
func (o *ListServiceConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListServiceConfigServiceUnavailable ¶ added in v0.26.36
type ListServiceConfigServiceUnavailable struct {
WWWAuthenticate []string
}
ListServiceConfigServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewListServiceConfigServiceUnavailable ¶ added in v0.26.36
func NewListServiceConfigServiceUnavailable() *ListServiceConfigServiceUnavailable
NewListServiceConfigServiceUnavailable creates a ListServiceConfigServiceUnavailable with default headers values
func (*ListServiceConfigServiceUnavailable) Code ¶ added in v0.26.53
func (o *ListServiceConfigServiceUnavailable) Code() int
Code gets the status code for the list service config service unavailable response
func (*ListServiceConfigServiceUnavailable) Error ¶ added in v0.26.36
func (o *ListServiceConfigServiceUnavailable) Error() string
func (*ListServiceConfigServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ListServiceConfigServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceConfigServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *ListServiceConfigServiceUnavailable) IsClientError() bool
IsClientError returns true when this list service config service unavailable response has a 4xx status code
func (*ListServiceConfigServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *ListServiceConfigServiceUnavailable) IsCode(code int) bool
IsCode returns true when this list service config service unavailable response a status code equal to that given
func (*ListServiceConfigServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *ListServiceConfigServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this list service config service unavailable response has a 3xx status code
func (*ListServiceConfigServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *ListServiceConfigServiceUnavailable) IsServerError() bool
IsServerError returns true when this list service config service unavailable response has a 5xx status code
func (*ListServiceConfigServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *ListServiceConfigServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this list service config service unavailable response has a 2xx status code
func (*ListServiceConfigServiceUnavailable) String ¶ added in v0.26.53
func (o *ListServiceConfigServiceUnavailable) String() string
type ListServiceConfigTooManyRequests ¶ added in v0.26.0
type ListServiceConfigTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceConfigTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListServiceConfigTooManyRequests ¶ added in v0.26.0
func NewListServiceConfigTooManyRequests() *ListServiceConfigTooManyRequests
NewListServiceConfigTooManyRequests creates a ListServiceConfigTooManyRequests with default headers values
func (*ListServiceConfigTooManyRequests) Code ¶ added in v0.26.53
func (o *ListServiceConfigTooManyRequests) Code() int
Code gets the status code for the list service config too many requests response
func (*ListServiceConfigTooManyRequests) Error ¶ added in v0.26.0
func (o *ListServiceConfigTooManyRequests) Error() string
func (*ListServiceConfigTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListServiceConfigTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceConfigTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *ListServiceConfigTooManyRequests) IsClientError() bool
IsClientError returns true when this list service config too many requests response has a 4xx status code
func (*ListServiceConfigTooManyRequests) IsCode ¶ added in v0.26.53
func (o *ListServiceConfigTooManyRequests) IsCode(code int) bool
IsCode returns true when this list service config too many requests response a status code equal to that given
func (*ListServiceConfigTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *ListServiceConfigTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list service config too many requests response has a 3xx status code
func (*ListServiceConfigTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *ListServiceConfigTooManyRequests) IsServerError() bool
IsServerError returns true when this list service config too many requests response has a 5xx status code
func (*ListServiceConfigTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *ListServiceConfigTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list service config too many requests response has a 2xx status code
func (*ListServiceConfigTooManyRequests) String ¶ added in v0.26.53
func (o *ListServiceConfigTooManyRequests) String() string
type ListServiceConfigUnauthorized ¶
type ListServiceConfigUnauthorized struct {
WWWAuthenticate []string
}
ListServiceConfigUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewListServiceConfigUnauthorized ¶
func NewListServiceConfigUnauthorized() *ListServiceConfigUnauthorized
NewListServiceConfigUnauthorized creates a ListServiceConfigUnauthorized with default headers values
func (*ListServiceConfigUnauthorized) Code ¶ added in v0.26.53
func (o *ListServiceConfigUnauthorized) Code() int
Code gets the status code for the list service config unauthorized response
func (*ListServiceConfigUnauthorized) Error ¶
func (o *ListServiceConfigUnauthorized) Error() string
func (*ListServiceConfigUnauthorized) GetPayload ¶
func (o *ListServiceConfigUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceConfigUnauthorized) IsClientError ¶ added in v0.26.53
func (o *ListServiceConfigUnauthorized) IsClientError() bool
IsClientError returns true when this list service config unauthorized response has a 4xx status code
func (*ListServiceConfigUnauthorized) IsCode ¶ added in v0.26.53
func (o *ListServiceConfigUnauthorized) IsCode(code int) bool
IsCode returns true when this list service config unauthorized response a status code equal to that given
func (*ListServiceConfigUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *ListServiceConfigUnauthorized) IsRedirect() bool
IsRedirect returns true when this list service config unauthorized response has a 3xx status code
func (*ListServiceConfigUnauthorized) IsServerError ¶ added in v0.26.53
func (o *ListServiceConfigUnauthorized) IsServerError() bool
IsServerError returns true when this list service config unauthorized response has a 5xx status code
func (*ListServiceConfigUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *ListServiceConfigUnauthorized) IsSuccess() bool
IsSuccess returns true when this list service config unauthorized response has a 2xx status code
func (*ListServiceConfigUnauthorized) String ¶ added in v0.26.53
func (o *ListServiceConfigUnauthorized) String() string
type ListServiceEdgeRoutersBadRequest ¶
type ListServiceEdgeRoutersBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceEdgeRoutersBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewListServiceEdgeRoutersBadRequest ¶
func NewListServiceEdgeRoutersBadRequest() *ListServiceEdgeRoutersBadRequest
NewListServiceEdgeRoutersBadRequest creates a ListServiceEdgeRoutersBadRequest with default headers values
func (*ListServiceEdgeRoutersBadRequest) Code ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersBadRequest) Code() int
Code gets the status code for the list service edge routers bad request response
func (*ListServiceEdgeRoutersBadRequest) Error ¶
func (o *ListServiceEdgeRoutersBadRequest) Error() string
func (*ListServiceEdgeRoutersBadRequest) GetPayload ¶
func (o *ListServiceEdgeRoutersBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceEdgeRoutersBadRequest) IsClientError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersBadRequest) IsClientError() bool
IsClientError returns true when this list service edge routers bad request response has a 4xx status code
func (*ListServiceEdgeRoutersBadRequest) IsCode ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersBadRequest) IsCode(code int) bool
IsCode returns true when this list service edge routers bad request response a status code equal to that given
func (*ListServiceEdgeRoutersBadRequest) IsRedirect ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersBadRequest) IsRedirect() bool
IsRedirect returns true when this list service edge routers bad request response has a 3xx status code
func (*ListServiceEdgeRoutersBadRequest) IsServerError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersBadRequest) IsServerError() bool
IsServerError returns true when this list service edge routers bad request response has a 5xx status code
func (*ListServiceEdgeRoutersBadRequest) IsSuccess ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersBadRequest) IsSuccess() bool
IsSuccess returns true when this list service edge routers bad request response has a 2xx status code
func (*ListServiceEdgeRoutersBadRequest) String ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersBadRequest) String() string
type ListServiceEdgeRoutersOK ¶
type ListServiceEdgeRoutersOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.ListEdgeRoutersEnvelope
}
ListServiceEdgeRoutersOK describes a response with status code 200, with default header values.
A list of edge routers
func NewListServiceEdgeRoutersOK ¶
func NewListServiceEdgeRoutersOK() *ListServiceEdgeRoutersOK
NewListServiceEdgeRoutersOK creates a ListServiceEdgeRoutersOK with default headers values
func (*ListServiceEdgeRoutersOK) Code ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersOK) Code() int
Code gets the status code for the list service edge routers o k response
func (*ListServiceEdgeRoutersOK) Error ¶
func (o *ListServiceEdgeRoutersOK) Error() string
func (*ListServiceEdgeRoutersOK) GetPayload ¶
func (o *ListServiceEdgeRoutersOK) GetPayload() *rest_model.ListEdgeRoutersEnvelope
func (*ListServiceEdgeRoutersOK) IsClientError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersOK) IsClientError() bool
IsClientError returns true when this list service edge routers o k response has a 4xx status code
func (*ListServiceEdgeRoutersOK) IsCode ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersOK) IsCode(code int) bool
IsCode returns true when this list service edge routers o k response a status code equal to that given
func (*ListServiceEdgeRoutersOK) IsRedirect ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersOK) IsRedirect() bool
IsRedirect returns true when this list service edge routers o k response has a 3xx status code
func (*ListServiceEdgeRoutersOK) IsServerError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersOK) IsServerError() bool
IsServerError returns true when this list service edge routers o k response has a 5xx status code
func (*ListServiceEdgeRoutersOK) IsSuccess ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersOK) IsSuccess() bool
IsSuccess returns true when this list service edge routers o k response has a 2xx status code
func (*ListServiceEdgeRoutersOK) String ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersOK) String() string
type ListServiceEdgeRoutersParams ¶
type ListServiceEdgeRoutersParams struct {
// Filter.
Filter *string
/* ID.
The id of the requested resource
*/
ID string
// Limit.
Limit *int64
// Offset.
Offset *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListServiceEdgeRoutersParams contains all the parameters to send to the API endpoint
for the list service edge routers operation. Typically these are written to a http.Request.
func NewListServiceEdgeRoutersParams ¶
func NewListServiceEdgeRoutersParams() *ListServiceEdgeRoutersParams
NewListServiceEdgeRoutersParams creates a new ListServiceEdgeRoutersParams 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 NewListServiceEdgeRoutersParamsWithContext ¶
func NewListServiceEdgeRoutersParamsWithContext(ctx context.Context) *ListServiceEdgeRoutersParams
NewListServiceEdgeRoutersParamsWithContext creates a new ListServiceEdgeRoutersParams object with the ability to set a context for a request.
func NewListServiceEdgeRoutersParamsWithHTTPClient ¶
func NewListServiceEdgeRoutersParamsWithHTTPClient(client *http.Client) *ListServiceEdgeRoutersParams
NewListServiceEdgeRoutersParamsWithHTTPClient creates a new ListServiceEdgeRoutersParams object with the ability to set a custom HTTPClient for a request.
func NewListServiceEdgeRoutersParamsWithTimeout ¶
func NewListServiceEdgeRoutersParamsWithTimeout(timeout time.Duration) *ListServiceEdgeRoutersParams
NewListServiceEdgeRoutersParamsWithTimeout creates a new ListServiceEdgeRoutersParams object with the ability to set a timeout on a request.
func (*ListServiceEdgeRoutersParams) SetContext ¶
func (o *ListServiceEdgeRoutersParams) SetContext(ctx context.Context)
SetContext adds the context to the list service edge routers params
func (*ListServiceEdgeRoutersParams) SetDefaults ¶
func (o *ListServiceEdgeRoutersParams) SetDefaults()
SetDefaults hydrates default values in the list service edge routers params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceEdgeRoutersParams) SetFilter ¶
func (o *ListServiceEdgeRoutersParams) SetFilter(filter *string)
SetFilter adds the filter to the list service edge routers params
func (*ListServiceEdgeRoutersParams) SetHTTPClient ¶
func (o *ListServiceEdgeRoutersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list service edge routers params
func (*ListServiceEdgeRoutersParams) SetID ¶
func (o *ListServiceEdgeRoutersParams) SetID(id string)
SetID adds the id to the list service edge routers params
func (*ListServiceEdgeRoutersParams) SetLimit ¶
func (o *ListServiceEdgeRoutersParams) SetLimit(limit *int64)
SetLimit adds the limit to the list service edge routers params
func (*ListServiceEdgeRoutersParams) SetOffset ¶
func (o *ListServiceEdgeRoutersParams) SetOffset(offset *int64)
SetOffset adds the offset to the list service edge routers params
func (*ListServiceEdgeRoutersParams) SetTimeout ¶
func (o *ListServiceEdgeRoutersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list service edge routers params
func (*ListServiceEdgeRoutersParams) WithContext ¶
func (o *ListServiceEdgeRoutersParams) WithContext(ctx context.Context) *ListServiceEdgeRoutersParams
WithContext adds the context to the list service edge routers params
func (*ListServiceEdgeRoutersParams) WithDefaults ¶
func (o *ListServiceEdgeRoutersParams) WithDefaults() *ListServiceEdgeRoutersParams
WithDefaults hydrates default values in the list service edge routers params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceEdgeRoutersParams) WithFilter ¶
func (o *ListServiceEdgeRoutersParams) WithFilter(filter *string) *ListServiceEdgeRoutersParams
WithFilter adds the filter to the list service edge routers params
func (*ListServiceEdgeRoutersParams) WithHTTPClient ¶
func (o *ListServiceEdgeRoutersParams) WithHTTPClient(client *http.Client) *ListServiceEdgeRoutersParams
WithHTTPClient adds the HTTPClient to the list service edge routers params
func (*ListServiceEdgeRoutersParams) WithID ¶
func (o *ListServiceEdgeRoutersParams) WithID(id string) *ListServiceEdgeRoutersParams
WithID adds the id to the list service edge routers params
func (*ListServiceEdgeRoutersParams) WithLimit ¶
func (o *ListServiceEdgeRoutersParams) WithLimit(limit *int64) *ListServiceEdgeRoutersParams
WithLimit adds the limit to the list service edge routers params
func (*ListServiceEdgeRoutersParams) WithOffset ¶
func (o *ListServiceEdgeRoutersParams) WithOffset(offset *int64) *ListServiceEdgeRoutersParams
WithOffset adds the offset to the list service edge routers params
func (*ListServiceEdgeRoutersParams) WithTimeout ¶
func (o *ListServiceEdgeRoutersParams) WithTimeout(timeout time.Duration) *ListServiceEdgeRoutersParams
WithTimeout adds the timeout to the list service edge routers params
func (*ListServiceEdgeRoutersParams) WriteToRequest ¶
func (o *ListServiceEdgeRoutersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServiceEdgeRoutersReader ¶
type ListServiceEdgeRoutersReader struct {
// contains filtered or unexported fields
}
ListServiceEdgeRoutersReader is a Reader for the ListServiceEdgeRouters structure.
func (*ListServiceEdgeRoutersReader) ReadResponse ¶
func (o *ListServiceEdgeRoutersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListServiceEdgeRoutersServiceUnavailable ¶ added in v0.26.36
type ListServiceEdgeRoutersServiceUnavailable struct {
WWWAuthenticate []string
}
ListServiceEdgeRoutersServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewListServiceEdgeRoutersServiceUnavailable ¶ added in v0.26.36
func NewListServiceEdgeRoutersServiceUnavailable() *ListServiceEdgeRoutersServiceUnavailable
NewListServiceEdgeRoutersServiceUnavailable creates a ListServiceEdgeRoutersServiceUnavailable with default headers values
func (*ListServiceEdgeRoutersServiceUnavailable) Code ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersServiceUnavailable) Code() int
Code gets the status code for the list service edge routers service unavailable response
func (*ListServiceEdgeRoutersServiceUnavailable) Error ¶ added in v0.26.36
func (o *ListServiceEdgeRoutersServiceUnavailable) Error() string
func (*ListServiceEdgeRoutersServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ListServiceEdgeRoutersServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceEdgeRoutersServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersServiceUnavailable) IsClientError() bool
IsClientError returns true when this list service edge routers service unavailable response has a 4xx status code
func (*ListServiceEdgeRoutersServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this list service edge routers service unavailable response a status code equal to that given
func (*ListServiceEdgeRoutersServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this list service edge routers service unavailable response has a 3xx status code
func (*ListServiceEdgeRoutersServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersServiceUnavailable) IsServerError() bool
IsServerError returns true when this list service edge routers service unavailable response has a 5xx status code
func (*ListServiceEdgeRoutersServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this list service edge routers service unavailable response has a 2xx status code
func (*ListServiceEdgeRoutersServiceUnavailable) String ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersServiceUnavailable) String() string
type ListServiceEdgeRoutersTooManyRequests ¶ added in v0.26.0
type ListServiceEdgeRoutersTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceEdgeRoutersTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListServiceEdgeRoutersTooManyRequests ¶ added in v0.26.0
func NewListServiceEdgeRoutersTooManyRequests() *ListServiceEdgeRoutersTooManyRequests
NewListServiceEdgeRoutersTooManyRequests creates a ListServiceEdgeRoutersTooManyRequests with default headers values
func (*ListServiceEdgeRoutersTooManyRequests) Code ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersTooManyRequests) Code() int
Code gets the status code for the list service edge routers too many requests response
func (*ListServiceEdgeRoutersTooManyRequests) Error ¶ added in v0.26.0
func (o *ListServiceEdgeRoutersTooManyRequests) Error() string
func (*ListServiceEdgeRoutersTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListServiceEdgeRoutersTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceEdgeRoutersTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersTooManyRequests) IsClientError() bool
IsClientError returns true when this list service edge routers too many requests response has a 4xx status code
func (*ListServiceEdgeRoutersTooManyRequests) IsCode ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersTooManyRequests) IsCode(code int) bool
IsCode returns true when this list service edge routers too many requests response a status code equal to that given
func (*ListServiceEdgeRoutersTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list service edge routers too many requests response has a 3xx status code
func (*ListServiceEdgeRoutersTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersTooManyRequests) IsServerError() bool
IsServerError returns true when this list service edge routers too many requests response has a 5xx status code
func (*ListServiceEdgeRoutersTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list service edge routers too many requests response has a 2xx status code
func (*ListServiceEdgeRoutersTooManyRequests) String ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersTooManyRequests) String() string
type ListServiceEdgeRoutersUnauthorized ¶
type ListServiceEdgeRoutersUnauthorized struct {
WWWAuthenticate []string
}
ListServiceEdgeRoutersUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewListServiceEdgeRoutersUnauthorized ¶
func NewListServiceEdgeRoutersUnauthorized() *ListServiceEdgeRoutersUnauthorized
NewListServiceEdgeRoutersUnauthorized creates a ListServiceEdgeRoutersUnauthorized with default headers values
func (*ListServiceEdgeRoutersUnauthorized) Code ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersUnauthorized) Code() int
Code gets the status code for the list service edge routers unauthorized response
func (*ListServiceEdgeRoutersUnauthorized) Error ¶
func (o *ListServiceEdgeRoutersUnauthorized) Error() string
func (*ListServiceEdgeRoutersUnauthorized) GetPayload ¶
func (o *ListServiceEdgeRoutersUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceEdgeRoutersUnauthorized) IsClientError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersUnauthorized) IsClientError() bool
IsClientError returns true when this list service edge routers unauthorized response has a 4xx status code
func (*ListServiceEdgeRoutersUnauthorized) IsCode ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersUnauthorized) IsCode(code int) bool
IsCode returns true when this list service edge routers unauthorized response a status code equal to that given
func (*ListServiceEdgeRoutersUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersUnauthorized) IsRedirect() bool
IsRedirect returns true when this list service edge routers unauthorized response has a 3xx status code
func (*ListServiceEdgeRoutersUnauthorized) IsServerError ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersUnauthorized) IsServerError() bool
IsServerError returns true when this list service edge routers unauthorized response has a 5xx status code
func (*ListServiceEdgeRoutersUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersUnauthorized) IsSuccess() bool
IsSuccess returns true when this list service edge routers unauthorized response has a 2xx status code
func (*ListServiceEdgeRoutersUnauthorized) String ¶ added in v0.26.53
func (o *ListServiceEdgeRoutersUnauthorized) String() string
type ListServiceIdentitiesBadRequest ¶
type ListServiceIdentitiesBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceIdentitiesBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewListServiceIdentitiesBadRequest ¶
func NewListServiceIdentitiesBadRequest() *ListServiceIdentitiesBadRequest
NewListServiceIdentitiesBadRequest creates a ListServiceIdentitiesBadRequest with default headers values
func (*ListServiceIdentitiesBadRequest) Code ¶ added in v0.26.53
func (o *ListServiceIdentitiesBadRequest) Code() int
Code gets the status code for the list service identities bad request response
func (*ListServiceIdentitiesBadRequest) Error ¶
func (o *ListServiceIdentitiesBadRequest) Error() string
func (*ListServiceIdentitiesBadRequest) GetPayload ¶
func (o *ListServiceIdentitiesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceIdentitiesBadRequest) IsClientError ¶ added in v0.26.53
func (o *ListServiceIdentitiesBadRequest) IsClientError() bool
IsClientError returns true when this list service identities bad request response has a 4xx status code
func (*ListServiceIdentitiesBadRequest) IsCode ¶ added in v0.26.53
func (o *ListServiceIdentitiesBadRequest) IsCode(code int) bool
IsCode returns true when this list service identities bad request response a status code equal to that given
func (*ListServiceIdentitiesBadRequest) IsRedirect ¶ added in v0.26.53
func (o *ListServiceIdentitiesBadRequest) IsRedirect() bool
IsRedirect returns true when this list service identities bad request response has a 3xx status code
func (*ListServiceIdentitiesBadRequest) IsServerError ¶ added in v0.26.53
func (o *ListServiceIdentitiesBadRequest) IsServerError() bool
IsServerError returns true when this list service identities bad request response has a 5xx status code
func (*ListServiceIdentitiesBadRequest) IsSuccess ¶ added in v0.26.53
func (o *ListServiceIdentitiesBadRequest) IsSuccess() bool
IsSuccess returns true when this list service identities bad request response has a 2xx status code
func (*ListServiceIdentitiesBadRequest) String ¶ added in v0.26.53
func (o *ListServiceIdentitiesBadRequest) String() string
type ListServiceIdentitiesOK ¶
type ListServiceIdentitiesOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.ListIdentitiesEnvelope
}
ListServiceIdentitiesOK describes a response with status code 200, with default header values.
A list of identities
func NewListServiceIdentitiesOK ¶
func NewListServiceIdentitiesOK() *ListServiceIdentitiesOK
NewListServiceIdentitiesOK creates a ListServiceIdentitiesOK with default headers values
func (*ListServiceIdentitiesOK) Code ¶ added in v0.26.53
func (o *ListServiceIdentitiesOK) Code() int
Code gets the status code for the list service identities o k response
func (*ListServiceIdentitiesOK) Error ¶
func (o *ListServiceIdentitiesOK) Error() string
func (*ListServiceIdentitiesOK) GetPayload ¶
func (o *ListServiceIdentitiesOK) GetPayload() *rest_model.ListIdentitiesEnvelope
func (*ListServiceIdentitiesOK) IsClientError ¶ added in v0.26.53
func (o *ListServiceIdentitiesOK) IsClientError() bool
IsClientError returns true when this list service identities o k response has a 4xx status code
func (*ListServiceIdentitiesOK) IsCode ¶ added in v0.26.53
func (o *ListServiceIdentitiesOK) IsCode(code int) bool
IsCode returns true when this list service identities o k response a status code equal to that given
func (*ListServiceIdentitiesOK) IsRedirect ¶ added in v0.26.53
func (o *ListServiceIdentitiesOK) IsRedirect() bool
IsRedirect returns true when this list service identities o k response has a 3xx status code
func (*ListServiceIdentitiesOK) IsServerError ¶ added in v0.26.53
func (o *ListServiceIdentitiesOK) IsServerError() bool
IsServerError returns true when this list service identities o k response has a 5xx status code
func (*ListServiceIdentitiesOK) IsSuccess ¶ added in v0.26.53
func (o *ListServiceIdentitiesOK) IsSuccess() bool
IsSuccess returns true when this list service identities o k response has a 2xx status code
func (*ListServiceIdentitiesOK) String ¶ added in v0.26.53
func (o *ListServiceIdentitiesOK) String() string
type ListServiceIdentitiesParams ¶
type ListServiceIdentitiesParams struct {
// Filter.
Filter *string
/* ID.
The id of the requested resource
*/
ID string
// Limit.
Limit *int64
// Offset.
Offset *int64
// PolicyType.
PolicyType *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListServiceIdentitiesParams contains all the parameters to send to the API endpoint
for the list service identities operation. Typically these are written to a http.Request.
func NewListServiceIdentitiesParams ¶
func NewListServiceIdentitiesParams() *ListServiceIdentitiesParams
NewListServiceIdentitiesParams creates a new ListServiceIdentitiesParams 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 NewListServiceIdentitiesParamsWithContext ¶
func NewListServiceIdentitiesParamsWithContext(ctx context.Context) *ListServiceIdentitiesParams
NewListServiceIdentitiesParamsWithContext creates a new ListServiceIdentitiesParams object with the ability to set a context for a request.
func NewListServiceIdentitiesParamsWithHTTPClient ¶
func NewListServiceIdentitiesParamsWithHTTPClient(client *http.Client) *ListServiceIdentitiesParams
NewListServiceIdentitiesParamsWithHTTPClient creates a new ListServiceIdentitiesParams object with the ability to set a custom HTTPClient for a request.
func NewListServiceIdentitiesParamsWithTimeout ¶
func NewListServiceIdentitiesParamsWithTimeout(timeout time.Duration) *ListServiceIdentitiesParams
NewListServiceIdentitiesParamsWithTimeout creates a new ListServiceIdentitiesParams object with the ability to set a timeout on a request.
func (*ListServiceIdentitiesParams) SetContext ¶
func (o *ListServiceIdentitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the list service identities params
func (*ListServiceIdentitiesParams) SetDefaults ¶
func (o *ListServiceIdentitiesParams) SetDefaults()
SetDefaults hydrates default values in the list service identities params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceIdentitiesParams) SetFilter ¶
func (o *ListServiceIdentitiesParams) SetFilter(filter *string)
SetFilter adds the filter to the list service identities params
func (*ListServiceIdentitiesParams) SetHTTPClient ¶
func (o *ListServiceIdentitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list service identities params
func (*ListServiceIdentitiesParams) SetID ¶
func (o *ListServiceIdentitiesParams) SetID(id string)
SetID adds the id to the list service identities params
func (*ListServiceIdentitiesParams) SetLimit ¶
func (o *ListServiceIdentitiesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list service identities params
func (*ListServiceIdentitiesParams) SetOffset ¶
func (o *ListServiceIdentitiesParams) SetOffset(offset *int64)
SetOffset adds the offset to the list service identities params
func (*ListServiceIdentitiesParams) SetPolicyType ¶ added in v0.26.12
func (o *ListServiceIdentitiesParams) SetPolicyType(policyType *string)
SetPolicyType adds the policyType to the list service identities params
func (*ListServiceIdentitiesParams) SetTimeout ¶
func (o *ListServiceIdentitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list service identities params
func (*ListServiceIdentitiesParams) WithContext ¶
func (o *ListServiceIdentitiesParams) WithContext(ctx context.Context) *ListServiceIdentitiesParams
WithContext adds the context to the list service identities params
func (*ListServiceIdentitiesParams) WithDefaults ¶
func (o *ListServiceIdentitiesParams) WithDefaults() *ListServiceIdentitiesParams
WithDefaults hydrates default values in the list service identities params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceIdentitiesParams) WithFilter ¶
func (o *ListServiceIdentitiesParams) WithFilter(filter *string) *ListServiceIdentitiesParams
WithFilter adds the filter to the list service identities params
func (*ListServiceIdentitiesParams) WithHTTPClient ¶
func (o *ListServiceIdentitiesParams) WithHTTPClient(client *http.Client) *ListServiceIdentitiesParams
WithHTTPClient adds the HTTPClient to the list service identities params
func (*ListServiceIdentitiesParams) WithID ¶
func (o *ListServiceIdentitiesParams) WithID(id string) *ListServiceIdentitiesParams
WithID adds the id to the list service identities params
func (*ListServiceIdentitiesParams) WithLimit ¶
func (o *ListServiceIdentitiesParams) WithLimit(limit *int64) *ListServiceIdentitiesParams
WithLimit adds the limit to the list service identities params
func (*ListServiceIdentitiesParams) WithOffset ¶
func (o *ListServiceIdentitiesParams) WithOffset(offset *int64) *ListServiceIdentitiesParams
WithOffset adds the offset to the list service identities params
func (*ListServiceIdentitiesParams) WithPolicyType ¶ added in v0.26.12
func (o *ListServiceIdentitiesParams) WithPolicyType(policyType *string) *ListServiceIdentitiesParams
WithPolicyType adds the policyType to the list service identities params
func (*ListServiceIdentitiesParams) WithTimeout ¶
func (o *ListServiceIdentitiesParams) WithTimeout(timeout time.Duration) *ListServiceIdentitiesParams
WithTimeout adds the timeout to the list service identities params
func (*ListServiceIdentitiesParams) WriteToRequest ¶
func (o *ListServiceIdentitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServiceIdentitiesReader ¶
type ListServiceIdentitiesReader struct {
// contains filtered or unexported fields
}
ListServiceIdentitiesReader is a Reader for the ListServiceIdentities structure.
func (*ListServiceIdentitiesReader) ReadResponse ¶
func (o *ListServiceIdentitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListServiceIdentitiesServiceUnavailable ¶ added in v0.26.36
type ListServiceIdentitiesServiceUnavailable struct {
WWWAuthenticate []string
}
ListServiceIdentitiesServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewListServiceIdentitiesServiceUnavailable ¶ added in v0.26.36
func NewListServiceIdentitiesServiceUnavailable() *ListServiceIdentitiesServiceUnavailable
NewListServiceIdentitiesServiceUnavailable creates a ListServiceIdentitiesServiceUnavailable with default headers values
func (*ListServiceIdentitiesServiceUnavailable) Code ¶ added in v0.26.53
func (o *ListServiceIdentitiesServiceUnavailable) Code() int
Code gets the status code for the list service identities service unavailable response
func (*ListServiceIdentitiesServiceUnavailable) Error ¶ added in v0.26.36
func (o *ListServiceIdentitiesServiceUnavailable) Error() string
func (*ListServiceIdentitiesServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ListServiceIdentitiesServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceIdentitiesServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *ListServiceIdentitiesServiceUnavailable) IsClientError() bool
IsClientError returns true when this list service identities service unavailable response has a 4xx status code
func (*ListServiceIdentitiesServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *ListServiceIdentitiesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this list service identities service unavailable response a status code equal to that given
func (*ListServiceIdentitiesServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *ListServiceIdentitiesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this list service identities service unavailable response has a 3xx status code
func (*ListServiceIdentitiesServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *ListServiceIdentitiesServiceUnavailable) IsServerError() bool
IsServerError returns true when this list service identities service unavailable response has a 5xx status code
func (*ListServiceIdentitiesServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *ListServiceIdentitiesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this list service identities service unavailable response has a 2xx status code
func (*ListServiceIdentitiesServiceUnavailable) String ¶ added in v0.26.53
func (o *ListServiceIdentitiesServiceUnavailable) String() string
type ListServiceIdentitiesTooManyRequests ¶ added in v0.26.0
type ListServiceIdentitiesTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceIdentitiesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListServiceIdentitiesTooManyRequests ¶ added in v0.26.0
func NewListServiceIdentitiesTooManyRequests() *ListServiceIdentitiesTooManyRequests
NewListServiceIdentitiesTooManyRequests creates a ListServiceIdentitiesTooManyRequests with default headers values
func (*ListServiceIdentitiesTooManyRequests) Code ¶ added in v0.26.53
func (o *ListServiceIdentitiesTooManyRequests) Code() int
Code gets the status code for the list service identities too many requests response
func (*ListServiceIdentitiesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListServiceIdentitiesTooManyRequests) Error() string
func (*ListServiceIdentitiesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListServiceIdentitiesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceIdentitiesTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *ListServiceIdentitiesTooManyRequests) IsClientError() bool
IsClientError returns true when this list service identities too many requests response has a 4xx status code
func (*ListServiceIdentitiesTooManyRequests) IsCode ¶ added in v0.26.53
func (o *ListServiceIdentitiesTooManyRequests) IsCode(code int) bool
IsCode returns true when this list service identities too many requests response a status code equal to that given
func (*ListServiceIdentitiesTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *ListServiceIdentitiesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list service identities too many requests response has a 3xx status code
func (*ListServiceIdentitiesTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *ListServiceIdentitiesTooManyRequests) IsServerError() bool
IsServerError returns true when this list service identities too many requests response has a 5xx status code
func (*ListServiceIdentitiesTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *ListServiceIdentitiesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list service identities too many requests response has a 2xx status code
func (*ListServiceIdentitiesTooManyRequests) String ¶ added in v0.26.53
func (o *ListServiceIdentitiesTooManyRequests) String() string
type ListServiceIdentitiesUnauthorized ¶
type ListServiceIdentitiesUnauthorized struct {
WWWAuthenticate []string
}
ListServiceIdentitiesUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewListServiceIdentitiesUnauthorized ¶
func NewListServiceIdentitiesUnauthorized() *ListServiceIdentitiesUnauthorized
NewListServiceIdentitiesUnauthorized creates a ListServiceIdentitiesUnauthorized with default headers values
func (*ListServiceIdentitiesUnauthorized) Code ¶ added in v0.26.53
func (o *ListServiceIdentitiesUnauthorized) Code() int
Code gets the status code for the list service identities unauthorized response
func (*ListServiceIdentitiesUnauthorized) Error ¶
func (o *ListServiceIdentitiesUnauthorized) Error() string
func (*ListServiceIdentitiesUnauthorized) GetPayload ¶
func (o *ListServiceIdentitiesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceIdentitiesUnauthorized) IsClientError ¶ added in v0.26.53
func (o *ListServiceIdentitiesUnauthorized) IsClientError() bool
IsClientError returns true when this list service identities unauthorized response has a 4xx status code
func (*ListServiceIdentitiesUnauthorized) IsCode ¶ added in v0.26.53
func (o *ListServiceIdentitiesUnauthorized) IsCode(code int) bool
IsCode returns true when this list service identities unauthorized response a status code equal to that given
func (*ListServiceIdentitiesUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *ListServiceIdentitiesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list service identities unauthorized response has a 3xx status code
func (*ListServiceIdentitiesUnauthorized) IsServerError ¶ added in v0.26.53
func (o *ListServiceIdentitiesUnauthorized) IsServerError() bool
IsServerError returns true when this list service identities unauthorized response has a 5xx status code
func (*ListServiceIdentitiesUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *ListServiceIdentitiesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list service identities unauthorized response has a 2xx status code
func (*ListServiceIdentitiesUnauthorized) String ¶ added in v0.26.53
func (o *ListServiceIdentitiesUnauthorized) String() string
type ListServiceServiceEdgeRouterPoliciesBadRequest ¶
type ListServiceServiceEdgeRouterPoliciesBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceServiceEdgeRouterPoliciesBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewListServiceServiceEdgeRouterPoliciesBadRequest ¶
func NewListServiceServiceEdgeRouterPoliciesBadRequest() *ListServiceServiceEdgeRouterPoliciesBadRequest
NewListServiceServiceEdgeRouterPoliciesBadRequest creates a ListServiceServiceEdgeRouterPoliciesBadRequest with default headers values
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) Code ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) Code() int
Code gets the status code for the list service service edge router policies bad request response
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) Error ¶
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) Error() string
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) GetPayload ¶
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) IsClientError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsClientError() bool
IsClientError returns true when this list service service edge router policies bad request response has a 4xx status code
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) IsCode ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this list service service edge router policies bad request response a status code equal to that given
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsRedirect() bool
IsRedirect returns true when this list service service edge router policies bad request response has a 3xx status code
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) IsServerError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsServerError() bool
IsServerError returns true when this list service service edge router policies bad request response has a 5xx status code
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this list service service edge router policies bad request response has a 2xx status code
func (*ListServiceServiceEdgeRouterPoliciesBadRequest) String ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesBadRequest) String() string
type ListServiceServiceEdgeRouterPoliciesOK ¶
type ListServiceServiceEdgeRouterPoliciesOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.ListServiceEdgeRouterPoliciesEnvelope
}
ListServiceServiceEdgeRouterPoliciesOK describes a response with status code 200, with default header values.
A list of service edge router policies
func NewListServiceServiceEdgeRouterPoliciesOK ¶
func NewListServiceServiceEdgeRouterPoliciesOK() *ListServiceServiceEdgeRouterPoliciesOK
NewListServiceServiceEdgeRouterPoliciesOK creates a ListServiceServiceEdgeRouterPoliciesOK with default headers values
func (*ListServiceServiceEdgeRouterPoliciesOK) Code ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesOK) Code() int
Code gets the status code for the list service service edge router policies o k response
func (*ListServiceServiceEdgeRouterPoliciesOK) Error ¶
func (o *ListServiceServiceEdgeRouterPoliciesOK) Error() string
func (*ListServiceServiceEdgeRouterPoliciesOK) GetPayload ¶
func (o *ListServiceServiceEdgeRouterPoliciesOK) GetPayload() *rest_model.ListServiceEdgeRouterPoliciesEnvelope
func (*ListServiceServiceEdgeRouterPoliciesOK) IsClientError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesOK) IsClientError() bool
IsClientError returns true when this list service service edge router policies o k response has a 4xx status code
func (*ListServiceServiceEdgeRouterPoliciesOK) IsCode ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesOK) IsCode(code int) bool
IsCode returns true when this list service service edge router policies o k response a status code equal to that given
func (*ListServiceServiceEdgeRouterPoliciesOK) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesOK) IsRedirect() bool
IsRedirect returns true when this list service service edge router policies o k response has a 3xx status code
func (*ListServiceServiceEdgeRouterPoliciesOK) IsServerError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesOK) IsServerError() bool
IsServerError returns true when this list service service edge router policies o k response has a 5xx status code
func (*ListServiceServiceEdgeRouterPoliciesOK) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesOK) IsSuccess() bool
IsSuccess returns true when this list service service edge router policies o k response has a 2xx status code
func (*ListServiceServiceEdgeRouterPoliciesOK) String ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesOK) String() string
type ListServiceServiceEdgeRouterPoliciesParams ¶
type ListServiceServiceEdgeRouterPoliciesParams struct {
// Filter.
Filter *string
/* ID.
The id of the requested resource
*/
ID string
// Limit.
Limit *int64
// Offset.
Offset *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListServiceServiceEdgeRouterPoliciesParams contains all the parameters to send to the API endpoint
for the list service service edge router policies operation. Typically these are written to a http.Request.
func NewListServiceServiceEdgeRouterPoliciesParams ¶
func NewListServiceServiceEdgeRouterPoliciesParams() *ListServiceServiceEdgeRouterPoliciesParams
NewListServiceServiceEdgeRouterPoliciesParams creates a new ListServiceServiceEdgeRouterPoliciesParams 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 NewListServiceServiceEdgeRouterPoliciesParamsWithContext ¶
func NewListServiceServiceEdgeRouterPoliciesParamsWithContext(ctx context.Context) *ListServiceServiceEdgeRouterPoliciesParams
NewListServiceServiceEdgeRouterPoliciesParamsWithContext creates a new ListServiceServiceEdgeRouterPoliciesParams object with the ability to set a context for a request.
func NewListServiceServiceEdgeRouterPoliciesParamsWithHTTPClient ¶
func NewListServiceServiceEdgeRouterPoliciesParamsWithHTTPClient(client *http.Client) *ListServiceServiceEdgeRouterPoliciesParams
NewListServiceServiceEdgeRouterPoliciesParamsWithHTTPClient creates a new ListServiceServiceEdgeRouterPoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewListServiceServiceEdgeRouterPoliciesParamsWithTimeout ¶
func NewListServiceServiceEdgeRouterPoliciesParamsWithTimeout(timeout time.Duration) *ListServiceServiceEdgeRouterPoliciesParams
NewListServiceServiceEdgeRouterPoliciesParamsWithTimeout creates a new ListServiceServiceEdgeRouterPoliciesParams object with the ability to set a timeout on a request.
func (*ListServiceServiceEdgeRouterPoliciesParams) SetContext ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) SetDefaults ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) SetDefaults()
SetDefaults hydrates default values in the list service service edge router policies params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceServiceEdgeRouterPoliciesParams) SetFilter ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) SetFilter(filter *string)
SetFilter adds the filter to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) SetHTTPClient ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) SetID ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) SetID(id string)
SetID adds the id to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) SetLimit ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) SetOffset ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) SetOffset(offset *int64)
SetOffset adds the offset to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) SetTimeout ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) WithContext ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WithContext(ctx context.Context) *ListServiceServiceEdgeRouterPoliciesParams
WithContext adds the context to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) WithDefaults ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WithDefaults() *ListServiceServiceEdgeRouterPoliciesParams
WithDefaults hydrates default values in the list service service edge router policies params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceServiceEdgeRouterPoliciesParams) WithFilter ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WithFilter(filter *string) *ListServiceServiceEdgeRouterPoliciesParams
WithFilter adds the filter to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) WithHTTPClient ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WithHTTPClient(client *http.Client) *ListServiceServiceEdgeRouterPoliciesParams
WithHTTPClient adds the HTTPClient to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) WithID ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WithID(id string) *ListServiceServiceEdgeRouterPoliciesParams
WithID adds the id to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) WithLimit ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WithLimit(limit *int64) *ListServiceServiceEdgeRouterPoliciesParams
WithLimit adds the limit to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) WithOffset ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WithOffset(offset *int64) *ListServiceServiceEdgeRouterPoliciesParams
WithOffset adds the offset to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) WithTimeout ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WithTimeout(timeout time.Duration) *ListServiceServiceEdgeRouterPoliciesParams
WithTimeout adds the timeout to the list service service edge router policies params
func (*ListServiceServiceEdgeRouterPoliciesParams) WriteToRequest ¶
func (o *ListServiceServiceEdgeRouterPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServiceServiceEdgeRouterPoliciesReader ¶
type ListServiceServiceEdgeRouterPoliciesReader struct {
// contains filtered or unexported fields
}
ListServiceServiceEdgeRouterPoliciesReader is a Reader for the ListServiceServiceEdgeRouterPolicies structure.
func (*ListServiceServiceEdgeRouterPoliciesReader) ReadResponse ¶
func (o *ListServiceServiceEdgeRouterPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListServiceServiceEdgeRouterPoliciesServiceUnavailable ¶ added in v0.26.36
type ListServiceServiceEdgeRouterPoliciesServiceUnavailable struct {
WWWAuthenticate []string
}
ListServiceServiceEdgeRouterPoliciesServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewListServiceServiceEdgeRouterPoliciesServiceUnavailable ¶ added in v0.26.36
func NewListServiceServiceEdgeRouterPoliciesServiceUnavailable() *ListServiceServiceEdgeRouterPoliciesServiceUnavailable
NewListServiceServiceEdgeRouterPoliciesServiceUnavailable creates a ListServiceServiceEdgeRouterPoliciesServiceUnavailable with default headers values
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) Code ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) Code() int
Code gets the status code for the list service service edge router policies service unavailable response
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) Error ¶ added in v0.26.36
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) Error() string
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsClientError() bool
IsClientError returns true when this list service service edge router policies service unavailable response has a 4xx status code
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this list service service edge router policies service unavailable response a status code equal to that given
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this list service service edge router policies service unavailable response has a 3xx status code
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsServerError() bool
IsServerError returns true when this list service service edge router policies service unavailable response has a 5xx status code
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this list service service edge router policies service unavailable response has a 2xx status code
func (*ListServiceServiceEdgeRouterPoliciesServiceUnavailable) String ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesServiceUnavailable) String() string
type ListServiceServiceEdgeRouterPoliciesTooManyRequests ¶ added in v0.26.0
type ListServiceServiceEdgeRouterPoliciesTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceServiceEdgeRouterPoliciesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListServiceServiceEdgeRouterPoliciesTooManyRequests ¶ added in v0.26.0
func NewListServiceServiceEdgeRouterPoliciesTooManyRequests() *ListServiceServiceEdgeRouterPoliciesTooManyRequests
NewListServiceServiceEdgeRouterPoliciesTooManyRequests creates a ListServiceServiceEdgeRouterPoliciesTooManyRequests with default headers values
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) Code ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) Code() int
Code gets the status code for the list service service edge router policies too many requests response
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) Error() string
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this list service service edge router policies too many requests response has a 4xx status code
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsCode ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this list service service edge router policies too many requests response a status code equal to that given
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list service service edge router policies too many requests response has a 3xx status code
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this list service service edge router policies too many requests response has a 5xx status code
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list service service edge router policies too many requests response has a 2xx status code
func (*ListServiceServiceEdgeRouterPoliciesTooManyRequests) String ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesTooManyRequests) String() string
type ListServiceServiceEdgeRouterPoliciesUnauthorized ¶
type ListServiceServiceEdgeRouterPoliciesUnauthorized struct {
WWWAuthenticate []string
}
ListServiceServiceEdgeRouterPoliciesUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewListServiceServiceEdgeRouterPoliciesUnauthorized ¶
func NewListServiceServiceEdgeRouterPoliciesUnauthorized() *ListServiceServiceEdgeRouterPoliciesUnauthorized
NewListServiceServiceEdgeRouterPoliciesUnauthorized creates a ListServiceServiceEdgeRouterPoliciesUnauthorized with default headers values
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) Code ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) Code() int
Code gets the status code for the list service service edge router policies unauthorized response
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) Error ¶
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) Error() string
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) GetPayload ¶
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) IsClientError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsClientError() bool
IsClientError returns true when this list service service edge router policies unauthorized response has a 4xx status code
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) IsCode ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsCode(code int) bool
IsCode returns true when this list service service edge router policies unauthorized response a status code equal to that given
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list service service edge router policies unauthorized response has a 3xx status code
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) IsServerError ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsServerError() bool
IsServerError returns true when this list service service edge router policies unauthorized response has a 5xx status code
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list service service edge router policies unauthorized response has a 2xx status code
func (*ListServiceServiceEdgeRouterPoliciesUnauthorized) String ¶ added in v0.26.53
func (o *ListServiceServiceEdgeRouterPoliciesUnauthorized) String() string
type ListServiceServicePoliciesBadRequest ¶
type ListServiceServicePoliciesBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceServicePoliciesBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewListServiceServicePoliciesBadRequest ¶
func NewListServiceServicePoliciesBadRequest() *ListServiceServicePoliciesBadRequest
NewListServiceServicePoliciesBadRequest creates a ListServiceServicePoliciesBadRequest with default headers values
func (*ListServiceServicePoliciesBadRequest) Code ¶ added in v0.26.53
func (o *ListServiceServicePoliciesBadRequest) Code() int
Code gets the status code for the list service service policies bad request response
func (*ListServiceServicePoliciesBadRequest) Error ¶
func (o *ListServiceServicePoliciesBadRequest) Error() string
func (*ListServiceServicePoliciesBadRequest) GetPayload ¶
func (o *ListServiceServicePoliciesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceServicePoliciesBadRequest) IsClientError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesBadRequest) IsClientError() bool
IsClientError returns true when this list service service policies bad request response has a 4xx status code
func (*ListServiceServicePoliciesBadRequest) IsCode ¶ added in v0.26.53
func (o *ListServiceServicePoliciesBadRequest) IsCode(code int) bool
IsCode returns true when this list service service policies bad request response a status code equal to that given
func (*ListServiceServicePoliciesBadRequest) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServicePoliciesBadRequest) IsRedirect() bool
IsRedirect returns true when this list service service policies bad request response has a 3xx status code
func (*ListServiceServicePoliciesBadRequest) IsServerError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesBadRequest) IsServerError() bool
IsServerError returns true when this list service service policies bad request response has a 5xx status code
func (*ListServiceServicePoliciesBadRequest) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServicePoliciesBadRequest) IsSuccess() bool
IsSuccess returns true when this list service service policies bad request response has a 2xx status code
func (*ListServiceServicePoliciesBadRequest) String ¶ added in v0.26.53
func (o *ListServiceServicePoliciesBadRequest) String() string
type ListServiceServicePoliciesOK ¶
type ListServiceServicePoliciesOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.ListServicePoliciesEnvelope
}
ListServiceServicePoliciesOK describes a response with status code 200, with default header values.
A list of service policies
func NewListServiceServicePoliciesOK ¶
func NewListServiceServicePoliciesOK() *ListServiceServicePoliciesOK
NewListServiceServicePoliciesOK creates a ListServiceServicePoliciesOK with default headers values
func (*ListServiceServicePoliciesOK) Code ¶ added in v0.26.53
func (o *ListServiceServicePoliciesOK) Code() int
Code gets the status code for the list service service policies o k response
func (*ListServiceServicePoliciesOK) Error ¶
func (o *ListServiceServicePoliciesOK) Error() string
func (*ListServiceServicePoliciesOK) GetPayload ¶
func (o *ListServiceServicePoliciesOK) GetPayload() *rest_model.ListServicePoliciesEnvelope
func (*ListServiceServicePoliciesOK) IsClientError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesOK) IsClientError() bool
IsClientError returns true when this list service service policies o k response has a 4xx status code
func (*ListServiceServicePoliciesOK) IsCode ¶ added in v0.26.53
func (o *ListServiceServicePoliciesOK) IsCode(code int) bool
IsCode returns true when this list service service policies o k response a status code equal to that given
func (*ListServiceServicePoliciesOK) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServicePoliciesOK) IsRedirect() bool
IsRedirect returns true when this list service service policies o k response has a 3xx status code
func (*ListServiceServicePoliciesOK) IsServerError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesOK) IsServerError() bool
IsServerError returns true when this list service service policies o k response has a 5xx status code
func (*ListServiceServicePoliciesOK) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServicePoliciesOK) IsSuccess() bool
IsSuccess returns true when this list service service policies o k response has a 2xx status code
func (*ListServiceServicePoliciesOK) String ¶ added in v0.26.53
func (o *ListServiceServicePoliciesOK) String() string
type ListServiceServicePoliciesParams ¶
type ListServiceServicePoliciesParams struct {
// Filter.
Filter *string
/* ID.
The id of the requested resource
*/
ID string
// Limit.
Limit *int64
// Offset.
Offset *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListServiceServicePoliciesParams contains all the parameters to send to the API endpoint
for the list service service policies operation. Typically these are written to a http.Request.
func NewListServiceServicePoliciesParams ¶
func NewListServiceServicePoliciesParams() *ListServiceServicePoliciesParams
NewListServiceServicePoliciesParams creates a new ListServiceServicePoliciesParams 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 NewListServiceServicePoliciesParamsWithContext ¶
func NewListServiceServicePoliciesParamsWithContext(ctx context.Context) *ListServiceServicePoliciesParams
NewListServiceServicePoliciesParamsWithContext creates a new ListServiceServicePoliciesParams object with the ability to set a context for a request.
func NewListServiceServicePoliciesParamsWithHTTPClient ¶
func NewListServiceServicePoliciesParamsWithHTTPClient(client *http.Client) *ListServiceServicePoliciesParams
NewListServiceServicePoliciesParamsWithHTTPClient creates a new ListServiceServicePoliciesParams object with the ability to set a custom HTTPClient for a request.
func NewListServiceServicePoliciesParamsWithTimeout ¶
func NewListServiceServicePoliciesParamsWithTimeout(timeout time.Duration) *ListServiceServicePoliciesParams
NewListServiceServicePoliciesParamsWithTimeout creates a new ListServiceServicePoliciesParams object with the ability to set a timeout on a request.
func (*ListServiceServicePoliciesParams) SetContext ¶
func (o *ListServiceServicePoliciesParams) SetContext(ctx context.Context)
SetContext adds the context to the list service service policies params
func (*ListServiceServicePoliciesParams) SetDefaults ¶
func (o *ListServiceServicePoliciesParams) SetDefaults()
SetDefaults hydrates default values in the list service service policies params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceServicePoliciesParams) SetFilter ¶
func (o *ListServiceServicePoliciesParams) SetFilter(filter *string)
SetFilter adds the filter to the list service service policies params
func (*ListServiceServicePoliciesParams) SetHTTPClient ¶
func (o *ListServiceServicePoliciesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list service service policies params
func (*ListServiceServicePoliciesParams) SetID ¶
func (o *ListServiceServicePoliciesParams) SetID(id string)
SetID adds the id to the list service service policies params
func (*ListServiceServicePoliciesParams) SetLimit ¶
func (o *ListServiceServicePoliciesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list service service policies params
func (*ListServiceServicePoliciesParams) SetOffset ¶
func (o *ListServiceServicePoliciesParams) SetOffset(offset *int64)
SetOffset adds the offset to the list service service policies params
func (*ListServiceServicePoliciesParams) SetTimeout ¶
func (o *ListServiceServicePoliciesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list service service policies params
func (*ListServiceServicePoliciesParams) WithContext ¶
func (o *ListServiceServicePoliciesParams) WithContext(ctx context.Context) *ListServiceServicePoliciesParams
WithContext adds the context to the list service service policies params
func (*ListServiceServicePoliciesParams) WithDefaults ¶
func (o *ListServiceServicePoliciesParams) WithDefaults() *ListServiceServicePoliciesParams
WithDefaults hydrates default values in the list service service policies params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceServicePoliciesParams) WithFilter ¶
func (o *ListServiceServicePoliciesParams) WithFilter(filter *string) *ListServiceServicePoliciesParams
WithFilter adds the filter to the list service service policies params
func (*ListServiceServicePoliciesParams) WithHTTPClient ¶
func (o *ListServiceServicePoliciesParams) WithHTTPClient(client *http.Client) *ListServiceServicePoliciesParams
WithHTTPClient adds the HTTPClient to the list service service policies params
func (*ListServiceServicePoliciesParams) WithID ¶
func (o *ListServiceServicePoliciesParams) WithID(id string) *ListServiceServicePoliciesParams
WithID adds the id to the list service service policies params
func (*ListServiceServicePoliciesParams) WithLimit ¶
func (o *ListServiceServicePoliciesParams) WithLimit(limit *int64) *ListServiceServicePoliciesParams
WithLimit adds the limit to the list service service policies params
func (*ListServiceServicePoliciesParams) WithOffset ¶
func (o *ListServiceServicePoliciesParams) WithOffset(offset *int64) *ListServiceServicePoliciesParams
WithOffset adds the offset to the list service service policies params
func (*ListServiceServicePoliciesParams) WithTimeout ¶
func (o *ListServiceServicePoliciesParams) WithTimeout(timeout time.Duration) *ListServiceServicePoliciesParams
WithTimeout adds the timeout to the list service service policies params
func (*ListServiceServicePoliciesParams) WriteToRequest ¶
func (o *ListServiceServicePoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServiceServicePoliciesReader ¶
type ListServiceServicePoliciesReader struct {
// contains filtered or unexported fields
}
ListServiceServicePoliciesReader is a Reader for the ListServiceServicePolicies structure.
func (*ListServiceServicePoliciesReader) ReadResponse ¶
func (o *ListServiceServicePoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListServiceServicePoliciesServiceUnavailable ¶ added in v0.26.36
type ListServiceServicePoliciesServiceUnavailable struct {
WWWAuthenticate []string
}
ListServiceServicePoliciesServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewListServiceServicePoliciesServiceUnavailable ¶ added in v0.26.36
func NewListServiceServicePoliciesServiceUnavailable() *ListServiceServicePoliciesServiceUnavailable
NewListServiceServicePoliciesServiceUnavailable creates a ListServiceServicePoliciesServiceUnavailable with default headers values
func (*ListServiceServicePoliciesServiceUnavailable) Code ¶ added in v0.26.53
func (o *ListServiceServicePoliciesServiceUnavailable) Code() int
Code gets the status code for the list service service policies service unavailable response
func (*ListServiceServicePoliciesServiceUnavailable) Error ¶ added in v0.26.36
func (o *ListServiceServicePoliciesServiceUnavailable) Error() string
func (*ListServiceServicePoliciesServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ListServiceServicePoliciesServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceServicePoliciesServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesServiceUnavailable) IsClientError() bool
IsClientError returns true when this list service service policies service unavailable response has a 4xx status code
func (*ListServiceServicePoliciesServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *ListServiceServicePoliciesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this list service service policies service unavailable response a status code equal to that given
func (*ListServiceServicePoliciesServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServicePoliciesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this list service service policies service unavailable response has a 3xx status code
func (*ListServiceServicePoliciesServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesServiceUnavailable) IsServerError() bool
IsServerError returns true when this list service service policies service unavailable response has a 5xx status code
func (*ListServiceServicePoliciesServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServicePoliciesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this list service service policies service unavailable response has a 2xx status code
func (*ListServiceServicePoliciesServiceUnavailable) String ¶ added in v0.26.53
func (o *ListServiceServicePoliciesServiceUnavailable) String() string
type ListServiceServicePoliciesTooManyRequests ¶ added in v0.26.0
type ListServiceServicePoliciesTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceServicePoliciesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListServiceServicePoliciesTooManyRequests ¶ added in v0.26.0
func NewListServiceServicePoliciesTooManyRequests() *ListServiceServicePoliciesTooManyRequests
NewListServiceServicePoliciesTooManyRequests creates a ListServiceServicePoliciesTooManyRequests with default headers values
func (*ListServiceServicePoliciesTooManyRequests) Code ¶ added in v0.26.53
func (o *ListServiceServicePoliciesTooManyRequests) Code() int
Code gets the status code for the list service service policies too many requests response
func (*ListServiceServicePoliciesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListServiceServicePoliciesTooManyRequests) Error() string
func (*ListServiceServicePoliciesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListServiceServicePoliciesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceServicePoliciesTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesTooManyRequests) IsClientError() bool
IsClientError returns true when this list service service policies too many requests response has a 4xx status code
func (*ListServiceServicePoliciesTooManyRequests) IsCode ¶ added in v0.26.53
func (o *ListServiceServicePoliciesTooManyRequests) IsCode(code int) bool
IsCode returns true when this list service service policies too many requests response a status code equal to that given
func (*ListServiceServicePoliciesTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServicePoliciesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list service service policies too many requests response has a 3xx status code
func (*ListServiceServicePoliciesTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesTooManyRequests) IsServerError() bool
IsServerError returns true when this list service service policies too many requests response has a 5xx status code
func (*ListServiceServicePoliciesTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServicePoliciesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list service service policies too many requests response has a 2xx status code
func (*ListServiceServicePoliciesTooManyRequests) String ¶ added in v0.26.53
func (o *ListServiceServicePoliciesTooManyRequests) String() string
type ListServiceServicePoliciesUnauthorized ¶
type ListServiceServicePoliciesUnauthorized struct {
WWWAuthenticate []string
}
ListServiceServicePoliciesUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewListServiceServicePoliciesUnauthorized ¶
func NewListServiceServicePoliciesUnauthorized() *ListServiceServicePoliciesUnauthorized
NewListServiceServicePoliciesUnauthorized creates a ListServiceServicePoliciesUnauthorized with default headers values
func (*ListServiceServicePoliciesUnauthorized) Code ¶ added in v0.26.53
func (o *ListServiceServicePoliciesUnauthorized) Code() int
Code gets the status code for the list service service policies unauthorized response
func (*ListServiceServicePoliciesUnauthorized) Error ¶
func (o *ListServiceServicePoliciesUnauthorized) Error() string
func (*ListServiceServicePoliciesUnauthorized) GetPayload ¶
func (o *ListServiceServicePoliciesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceServicePoliciesUnauthorized) IsClientError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesUnauthorized) IsClientError() bool
IsClientError returns true when this list service service policies unauthorized response has a 4xx status code
func (*ListServiceServicePoliciesUnauthorized) IsCode ¶ added in v0.26.53
func (o *ListServiceServicePoliciesUnauthorized) IsCode(code int) bool
IsCode returns true when this list service service policies unauthorized response a status code equal to that given
func (*ListServiceServicePoliciesUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *ListServiceServicePoliciesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list service service policies unauthorized response has a 3xx status code
func (*ListServiceServicePoliciesUnauthorized) IsServerError ¶ added in v0.26.53
func (o *ListServiceServicePoliciesUnauthorized) IsServerError() bool
IsServerError returns true when this list service service policies unauthorized response has a 5xx status code
func (*ListServiceServicePoliciesUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *ListServiceServicePoliciesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list service service policies unauthorized response has a 2xx status code
func (*ListServiceServicePoliciesUnauthorized) String ¶ added in v0.26.53
func (o *ListServiceServicePoliciesUnauthorized) String() string
type ListServiceTerminatorsBadRequest ¶
type ListServiceTerminatorsBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceTerminatorsBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewListServiceTerminatorsBadRequest ¶
func NewListServiceTerminatorsBadRequest() *ListServiceTerminatorsBadRequest
NewListServiceTerminatorsBadRequest creates a ListServiceTerminatorsBadRequest with default headers values
func (*ListServiceTerminatorsBadRequest) Code ¶ added in v0.26.53
func (o *ListServiceTerminatorsBadRequest) Code() int
Code gets the status code for the list service terminators bad request response
func (*ListServiceTerminatorsBadRequest) Error ¶
func (o *ListServiceTerminatorsBadRequest) Error() string
func (*ListServiceTerminatorsBadRequest) GetPayload ¶
func (o *ListServiceTerminatorsBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceTerminatorsBadRequest) IsClientError ¶ added in v0.26.53
func (o *ListServiceTerminatorsBadRequest) IsClientError() bool
IsClientError returns true when this list service terminators bad request response has a 4xx status code
func (*ListServiceTerminatorsBadRequest) IsCode ¶ added in v0.26.53
func (o *ListServiceTerminatorsBadRequest) IsCode(code int) bool
IsCode returns true when this list service terminators bad request response a status code equal to that given
func (*ListServiceTerminatorsBadRequest) IsRedirect ¶ added in v0.26.53
func (o *ListServiceTerminatorsBadRequest) IsRedirect() bool
IsRedirect returns true when this list service terminators bad request response has a 3xx status code
func (*ListServiceTerminatorsBadRequest) IsServerError ¶ added in v0.26.53
func (o *ListServiceTerminatorsBadRequest) IsServerError() bool
IsServerError returns true when this list service terminators bad request response has a 5xx status code
func (*ListServiceTerminatorsBadRequest) IsSuccess ¶ added in v0.26.53
func (o *ListServiceTerminatorsBadRequest) IsSuccess() bool
IsSuccess returns true when this list service terminators bad request response has a 2xx status code
func (*ListServiceTerminatorsBadRequest) String ¶ added in v0.26.53
func (o *ListServiceTerminatorsBadRequest) String() string
type ListServiceTerminatorsOK ¶
type ListServiceTerminatorsOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.ListTerminatorsEnvelope
}
ListServiceTerminatorsOK describes a response with status code 200, with default header values.
A list of terminators
func NewListServiceTerminatorsOK ¶
func NewListServiceTerminatorsOK() *ListServiceTerminatorsOK
NewListServiceTerminatorsOK creates a ListServiceTerminatorsOK with default headers values
func (*ListServiceTerminatorsOK) Code ¶ added in v0.26.53
func (o *ListServiceTerminatorsOK) Code() int
Code gets the status code for the list service terminators o k response
func (*ListServiceTerminatorsOK) Error ¶
func (o *ListServiceTerminatorsOK) Error() string
func (*ListServiceTerminatorsOK) GetPayload ¶
func (o *ListServiceTerminatorsOK) GetPayload() *rest_model.ListTerminatorsEnvelope
func (*ListServiceTerminatorsOK) IsClientError ¶ added in v0.26.53
func (o *ListServiceTerminatorsOK) IsClientError() bool
IsClientError returns true when this list service terminators o k response has a 4xx status code
func (*ListServiceTerminatorsOK) IsCode ¶ added in v0.26.53
func (o *ListServiceTerminatorsOK) IsCode(code int) bool
IsCode returns true when this list service terminators o k response a status code equal to that given
func (*ListServiceTerminatorsOK) IsRedirect ¶ added in v0.26.53
func (o *ListServiceTerminatorsOK) IsRedirect() bool
IsRedirect returns true when this list service terminators o k response has a 3xx status code
func (*ListServiceTerminatorsOK) IsServerError ¶ added in v0.26.53
func (o *ListServiceTerminatorsOK) IsServerError() bool
IsServerError returns true when this list service terminators o k response has a 5xx status code
func (*ListServiceTerminatorsOK) IsSuccess ¶ added in v0.26.53
func (o *ListServiceTerminatorsOK) IsSuccess() bool
IsSuccess returns true when this list service terminators o k response has a 2xx status code
func (*ListServiceTerminatorsOK) String ¶ added in v0.26.53
func (o *ListServiceTerminatorsOK) String() string
type ListServiceTerminatorsParams ¶
type ListServiceTerminatorsParams struct {
// Filter.
Filter *string
/* ID.
The id of the requested resource
*/
ID string
// Limit.
Limit *int64
// Offset.
Offset *int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListServiceTerminatorsParams contains all the parameters to send to the API endpoint
for the list service terminators operation. Typically these are written to a http.Request.
func NewListServiceTerminatorsParams ¶
func NewListServiceTerminatorsParams() *ListServiceTerminatorsParams
NewListServiceTerminatorsParams creates a new ListServiceTerminatorsParams 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 NewListServiceTerminatorsParamsWithContext ¶
func NewListServiceTerminatorsParamsWithContext(ctx context.Context) *ListServiceTerminatorsParams
NewListServiceTerminatorsParamsWithContext creates a new ListServiceTerminatorsParams object with the ability to set a context for a request.
func NewListServiceTerminatorsParamsWithHTTPClient ¶
func NewListServiceTerminatorsParamsWithHTTPClient(client *http.Client) *ListServiceTerminatorsParams
NewListServiceTerminatorsParamsWithHTTPClient creates a new ListServiceTerminatorsParams object with the ability to set a custom HTTPClient for a request.
func NewListServiceTerminatorsParamsWithTimeout ¶
func NewListServiceTerminatorsParamsWithTimeout(timeout time.Duration) *ListServiceTerminatorsParams
NewListServiceTerminatorsParamsWithTimeout creates a new ListServiceTerminatorsParams object with the ability to set a timeout on a request.
func (*ListServiceTerminatorsParams) SetContext ¶
func (o *ListServiceTerminatorsParams) SetContext(ctx context.Context)
SetContext adds the context to the list service terminators params
func (*ListServiceTerminatorsParams) SetDefaults ¶
func (o *ListServiceTerminatorsParams) SetDefaults()
SetDefaults hydrates default values in the list service terminators params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceTerminatorsParams) SetFilter ¶
func (o *ListServiceTerminatorsParams) SetFilter(filter *string)
SetFilter adds the filter to the list service terminators params
func (*ListServiceTerminatorsParams) SetHTTPClient ¶
func (o *ListServiceTerminatorsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list service terminators params
func (*ListServiceTerminatorsParams) SetID ¶
func (o *ListServiceTerminatorsParams) SetID(id string)
SetID adds the id to the list service terminators params
func (*ListServiceTerminatorsParams) SetLimit ¶
func (o *ListServiceTerminatorsParams) SetLimit(limit *int64)
SetLimit adds the limit to the list service terminators params
func (*ListServiceTerminatorsParams) SetOffset ¶
func (o *ListServiceTerminatorsParams) SetOffset(offset *int64)
SetOffset adds the offset to the list service terminators params
func (*ListServiceTerminatorsParams) SetTimeout ¶
func (o *ListServiceTerminatorsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list service terminators params
func (*ListServiceTerminatorsParams) WithContext ¶
func (o *ListServiceTerminatorsParams) WithContext(ctx context.Context) *ListServiceTerminatorsParams
WithContext adds the context to the list service terminators params
func (*ListServiceTerminatorsParams) WithDefaults ¶
func (o *ListServiceTerminatorsParams) WithDefaults() *ListServiceTerminatorsParams
WithDefaults hydrates default values in the list service terminators params (not the query body).
All values with no default are reset to their zero value.
func (*ListServiceTerminatorsParams) WithFilter ¶
func (o *ListServiceTerminatorsParams) WithFilter(filter *string) *ListServiceTerminatorsParams
WithFilter adds the filter to the list service terminators params
func (*ListServiceTerminatorsParams) WithHTTPClient ¶
func (o *ListServiceTerminatorsParams) WithHTTPClient(client *http.Client) *ListServiceTerminatorsParams
WithHTTPClient adds the HTTPClient to the list service terminators params
func (*ListServiceTerminatorsParams) WithID ¶
func (o *ListServiceTerminatorsParams) WithID(id string) *ListServiceTerminatorsParams
WithID adds the id to the list service terminators params
func (*ListServiceTerminatorsParams) WithLimit ¶
func (o *ListServiceTerminatorsParams) WithLimit(limit *int64) *ListServiceTerminatorsParams
WithLimit adds the limit to the list service terminators params
func (*ListServiceTerminatorsParams) WithOffset ¶
func (o *ListServiceTerminatorsParams) WithOffset(offset *int64) *ListServiceTerminatorsParams
WithOffset adds the offset to the list service terminators params
func (*ListServiceTerminatorsParams) WithTimeout ¶
func (o *ListServiceTerminatorsParams) WithTimeout(timeout time.Duration) *ListServiceTerminatorsParams
WithTimeout adds the timeout to the list service terminators params
func (*ListServiceTerminatorsParams) WriteToRequest ¶
func (o *ListServiceTerminatorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServiceTerminatorsReader ¶
type ListServiceTerminatorsReader struct {
// contains filtered or unexported fields
}
ListServiceTerminatorsReader is a Reader for the ListServiceTerminators structure.
func (*ListServiceTerminatorsReader) ReadResponse ¶
func (o *ListServiceTerminatorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListServiceTerminatorsServiceUnavailable ¶ added in v0.26.36
type ListServiceTerminatorsServiceUnavailable struct {
WWWAuthenticate []string
}
ListServiceTerminatorsServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewListServiceTerminatorsServiceUnavailable ¶ added in v0.26.36
func NewListServiceTerminatorsServiceUnavailable() *ListServiceTerminatorsServiceUnavailable
NewListServiceTerminatorsServiceUnavailable creates a ListServiceTerminatorsServiceUnavailable with default headers values
func (*ListServiceTerminatorsServiceUnavailable) Code ¶ added in v0.26.53
func (o *ListServiceTerminatorsServiceUnavailable) Code() int
Code gets the status code for the list service terminators service unavailable response
func (*ListServiceTerminatorsServiceUnavailable) Error ¶ added in v0.26.36
func (o *ListServiceTerminatorsServiceUnavailable) Error() string
func (*ListServiceTerminatorsServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ListServiceTerminatorsServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceTerminatorsServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *ListServiceTerminatorsServiceUnavailable) IsClientError() bool
IsClientError returns true when this list service terminators service unavailable response has a 4xx status code
func (*ListServiceTerminatorsServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *ListServiceTerminatorsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this list service terminators service unavailable response a status code equal to that given
func (*ListServiceTerminatorsServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *ListServiceTerminatorsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this list service terminators service unavailable response has a 3xx status code
func (*ListServiceTerminatorsServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *ListServiceTerminatorsServiceUnavailable) IsServerError() bool
IsServerError returns true when this list service terminators service unavailable response has a 5xx status code
func (*ListServiceTerminatorsServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *ListServiceTerminatorsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this list service terminators service unavailable response has a 2xx status code
func (*ListServiceTerminatorsServiceUnavailable) String ¶ added in v0.26.53
func (o *ListServiceTerminatorsServiceUnavailable) String() string
type ListServiceTerminatorsTooManyRequests ¶ added in v0.26.0
type ListServiceTerminatorsTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServiceTerminatorsTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListServiceTerminatorsTooManyRequests ¶ added in v0.26.0
func NewListServiceTerminatorsTooManyRequests() *ListServiceTerminatorsTooManyRequests
NewListServiceTerminatorsTooManyRequests creates a ListServiceTerminatorsTooManyRequests with default headers values
func (*ListServiceTerminatorsTooManyRequests) Code ¶ added in v0.26.53
func (o *ListServiceTerminatorsTooManyRequests) Code() int
Code gets the status code for the list service terminators too many requests response
func (*ListServiceTerminatorsTooManyRequests) Error ¶ added in v0.26.0
func (o *ListServiceTerminatorsTooManyRequests) Error() string
func (*ListServiceTerminatorsTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListServiceTerminatorsTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceTerminatorsTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *ListServiceTerminatorsTooManyRequests) IsClientError() bool
IsClientError returns true when this list service terminators too many requests response has a 4xx status code
func (*ListServiceTerminatorsTooManyRequests) IsCode ¶ added in v0.26.53
func (o *ListServiceTerminatorsTooManyRequests) IsCode(code int) bool
IsCode returns true when this list service terminators too many requests response a status code equal to that given
func (*ListServiceTerminatorsTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *ListServiceTerminatorsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list service terminators too many requests response has a 3xx status code
func (*ListServiceTerminatorsTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *ListServiceTerminatorsTooManyRequests) IsServerError() bool
IsServerError returns true when this list service terminators too many requests response has a 5xx status code
func (*ListServiceTerminatorsTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *ListServiceTerminatorsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list service terminators too many requests response has a 2xx status code
func (*ListServiceTerminatorsTooManyRequests) String ¶ added in v0.26.53
func (o *ListServiceTerminatorsTooManyRequests) String() string
type ListServiceTerminatorsUnauthorized ¶
type ListServiceTerminatorsUnauthorized struct {
WWWAuthenticate []string
}
ListServiceTerminatorsUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewListServiceTerminatorsUnauthorized ¶
func NewListServiceTerminatorsUnauthorized() *ListServiceTerminatorsUnauthorized
NewListServiceTerminatorsUnauthorized creates a ListServiceTerminatorsUnauthorized with default headers values
func (*ListServiceTerminatorsUnauthorized) Code ¶ added in v0.26.53
func (o *ListServiceTerminatorsUnauthorized) Code() int
Code gets the status code for the list service terminators unauthorized response
func (*ListServiceTerminatorsUnauthorized) Error ¶
func (o *ListServiceTerminatorsUnauthorized) Error() string
func (*ListServiceTerminatorsUnauthorized) GetPayload ¶
func (o *ListServiceTerminatorsUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServiceTerminatorsUnauthorized) IsClientError ¶ added in v0.26.53
func (o *ListServiceTerminatorsUnauthorized) IsClientError() bool
IsClientError returns true when this list service terminators unauthorized response has a 4xx status code
func (*ListServiceTerminatorsUnauthorized) IsCode ¶ added in v0.26.53
func (o *ListServiceTerminatorsUnauthorized) IsCode(code int) bool
IsCode returns true when this list service terminators unauthorized response a status code equal to that given
func (*ListServiceTerminatorsUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *ListServiceTerminatorsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list service terminators unauthorized response has a 3xx status code
func (*ListServiceTerminatorsUnauthorized) IsServerError ¶ added in v0.26.53
func (o *ListServiceTerminatorsUnauthorized) IsServerError() bool
IsServerError returns true when this list service terminators unauthorized response has a 5xx status code
func (*ListServiceTerminatorsUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *ListServiceTerminatorsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list service terminators unauthorized response has a 2xx status code
func (*ListServiceTerminatorsUnauthorized) String ¶ added in v0.26.53
func (o *ListServiceTerminatorsUnauthorized) String() string
type ListServicesBadRequest ¶
type ListServicesBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServicesBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewListServicesBadRequest ¶
func NewListServicesBadRequest() *ListServicesBadRequest
NewListServicesBadRequest creates a ListServicesBadRequest with default headers values
func (*ListServicesBadRequest) Code ¶ added in v0.26.53
func (o *ListServicesBadRequest) Code() int
Code gets the status code for the list services bad request response
func (*ListServicesBadRequest) Error ¶
func (o *ListServicesBadRequest) Error() string
func (*ListServicesBadRequest) GetPayload ¶
func (o *ListServicesBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServicesBadRequest) IsClientError ¶ added in v0.26.53
func (o *ListServicesBadRequest) IsClientError() bool
IsClientError returns true when this list services bad request response has a 4xx status code
func (*ListServicesBadRequest) IsCode ¶ added in v0.26.53
func (o *ListServicesBadRequest) IsCode(code int) bool
IsCode returns true when this list services bad request response a status code equal to that given
func (*ListServicesBadRequest) IsRedirect ¶ added in v0.26.53
func (o *ListServicesBadRequest) IsRedirect() bool
IsRedirect returns true when this list services bad request response has a 3xx status code
func (*ListServicesBadRequest) IsServerError ¶ added in v0.26.53
func (o *ListServicesBadRequest) IsServerError() bool
IsServerError returns true when this list services bad request response has a 5xx status code
func (*ListServicesBadRequest) IsSuccess ¶ added in v0.26.53
func (o *ListServicesBadRequest) IsSuccess() bool
IsSuccess returns true when this list services bad request response has a 2xx status code
func (*ListServicesBadRequest) String ¶ added in v0.26.53
func (o *ListServicesBadRequest) String() string
type ListServicesOK ¶
type ListServicesOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.ListServicesEnvelope
}
ListServicesOK describes a response with status code 200, with default header values.
A list of services
func NewListServicesOK ¶
func NewListServicesOK() *ListServicesOK
NewListServicesOK creates a ListServicesOK with default headers values
func (*ListServicesOK) Code ¶ added in v0.26.53
func (o *ListServicesOK) Code() int
Code gets the status code for the list services o k response
func (*ListServicesOK) Error ¶
func (o *ListServicesOK) Error() string
func (*ListServicesOK) GetPayload ¶
func (o *ListServicesOK) GetPayload() *rest_model.ListServicesEnvelope
func (*ListServicesOK) IsClientError ¶ added in v0.26.53
func (o *ListServicesOK) IsClientError() bool
IsClientError returns true when this list services o k response has a 4xx status code
func (*ListServicesOK) IsCode ¶ added in v0.26.53
func (o *ListServicesOK) IsCode(code int) bool
IsCode returns true when this list services o k response a status code equal to that given
func (*ListServicesOK) IsRedirect ¶ added in v0.26.53
func (o *ListServicesOK) IsRedirect() bool
IsRedirect returns true when this list services o k response has a 3xx status code
func (*ListServicesOK) IsServerError ¶ added in v0.26.53
func (o *ListServicesOK) IsServerError() bool
IsServerError returns true when this list services o k response has a 5xx status code
func (*ListServicesOK) IsSuccess ¶ added in v0.26.53
func (o *ListServicesOK) IsSuccess() bool
IsSuccess returns true when this list services o k response has a 2xx status code
func (*ListServicesOK) String ¶ added in v0.26.53
func (o *ListServicesOK) String() string
type ListServicesParams ¶
type ListServicesParams struct {
// ConfigTypes.
ConfigTypes []string
// Filter.
Filter *string
// Limit.
Limit *int64
// Offset.
Offset *int64
// RoleFilter.
RoleFilter []string
// RoleSemantic.
RoleSemantic *string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ListServicesParams contains all the parameters to send to the API endpoint
for the list services operation. Typically these are written to a http.Request.
func NewListServicesParams ¶
func NewListServicesParams() *ListServicesParams
NewListServicesParams creates a new ListServicesParams 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 NewListServicesParamsWithContext ¶
func NewListServicesParamsWithContext(ctx context.Context) *ListServicesParams
NewListServicesParamsWithContext creates a new ListServicesParams object with the ability to set a context for a request.
func NewListServicesParamsWithHTTPClient ¶
func NewListServicesParamsWithHTTPClient(client *http.Client) *ListServicesParams
NewListServicesParamsWithHTTPClient creates a new ListServicesParams object with the ability to set a custom HTTPClient for a request.
func NewListServicesParamsWithTimeout ¶
func NewListServicesParamsWithTimeout(timeout time.Duration) *ListServicesParams
NewListServicesParamsWithTimeout creates a new ListServicesParams object with the ability to set a timeout on a request.
func (*ListServicesParams) SetConfigTypes ¶ added in v0.26.17
func (o *ListServicesParams) SetConfigTypes(configTypes []string)
SetConfigTypes adds the configTypes to the list services params
func (*ListServicesParams) SetContext ¶
func (o *ListServicesParams) SetContext(ctx context.Context)
SetContext adds the context to the list services params
func (*ListServicesParams) SetDefaults ¶
func (o *ListServicesParams) SetDefaults()
SetDefaults hydrates default values in the list services params (not the query body).
All values with no default are reset to their zero value.
func (*ListServicesParams) SetFilter ¶
func (o *ListServicesParams) SetFilter(filter *string)
SetFilter adds the filter to the list services params
func (*ListServicesParams) SetHTTPClient ¶
func (o *ListServicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list services params
func (*ListServicesParams) SetLimit ¶
func (o *ListServicesParams) SetLimit(limit *int64)
SetLimit adds the limit to the list services params
func (*ListServicesParams) SetOffset ¶
func (o *ListServicesParams) SetOffset(offset *int64)
SetOffset adds the offset to the list services params
func (*ListServicesParams) SetRoleFilter ¶
func (o *ListServicesParams) SetRoleFilter(roleFilter []string)
SetRoleFilter adds the roleFilter to the list services params
func (*ListServicesParams) SetRoleSemantic ¶
func (o *ListServicesParams) SetRoleSemantic(roleSemantic *string)
SetRoleSemantic adds the roleSemantic to the list services params
func (*ListServicesParams) SetTimeout ¶
func (o *ListServicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list services params
func (*ListServicesParams) WithConfigTypes ¶ added in v0.26.17
func (o *ListServicesParams) WithConfigTypes(configTypes []string) *ListServicesParams
WithConfigTypes adds the configTypes to the list services params
func (*ListServicesParams) WithContext ¶
func (o *ListServicesParams) WithContext(ctx context.Context) *ListServicesParams
WithContext adds the context to the list services params
func (*ListServicesParams) WithDefaults ¶
func (o *ListServicesParams) WithDefaults() *ListServicesParams
WithDefaults hydrates default values in the list services params (not the query body).
All values with no default are reset to their zero value.
func (*ListServicesParams) WithFilter ¶
func (o *ListServicesParams) WithFilter(filter *string) *ListServicesParams
WithFilter adds the filter to the list services params
func (*ListServicesParams) WithHTTPClient ¶
func (o *ListServicesParams) WithHTTPClient(client *http.Client) *ListServicesParams
WithHTTPClient adds the HTTPClient to the list services params
func (*ListServicesParams) WithLimit ¶
func (o *ListServicesParams) WithLimit(limit *int64) *ListServicesParams
WithLimit adds the limit to the list services params
func (*ListServicesParams) WithOffset ¶
func (o *ListServicesParams) WithOffset(offset *int64) *ListServicesParams
WithOffset adds the offset to the list services params
func (*ListServicesParams) WithRoleFilter ¶
func (o *ListServicesParams) WithRoleFilter(roleFilter []string) *ListServicesParams
WithRoleFilter adds the roleFilter to the list services params
func (*ListServicesParams) WithRoleSemantic ¶
func (o *ListServicesParams) WithRoleSemantic(roleSemantic *string) *ListServicesParams
WithRoleSemantic adds the roleSemantic to the list services params
func (*ListServicesParams) WithTimeout ¶
func (o *ListServicesParams) WithTimeout(timeout time.Duration) *ListServicesParams
WithTimeout adds the timeout to the list services params
func (*ListServicesParams) WriteToRequest ¶
func (o *ListServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServicesReader ¶
type ListServicesReader struct {
// contains filtered or unexported fields
}
ListServicesReader is a Reader for the ListServices structure.
func (*ListServicesReader) ReadResponse ¶
func (o *ListServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type ListServicesServiceUnavailable ¶ added in v0.26.36
type ListServicesServiceUnavailable struct {
WWWAuthenticate []string
}
ListServicesServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewListServicesServiceUnavailable ¶ added in v0.26.36
func NewListServicesServiceUnavailable() *ListServicesServiceUnavailable
NewListServicesServiceUnavailable creates a ListServicesServiceUnavailable with default headers values
func (*ListServicesServiceUnavailable) Code ¶ added in v0.26.53
func (o *ListServicesServiceUnavailable) Code() int
Code gets the status code for the list services service unavailable response
func (*ListServicesServiceUnavailable) Error ¶ added in v0.26.36
func (o *ListServicesServiceUnavailable) Error() string
func (*ListServicesServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *ListServicesServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServicesServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *ListServicesServiceUnavailable) IsClientError() bool
IsClientError returns true when this list services service unavailable response has a 4xx status code
func (*ListServicesServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *ListServicesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this list services service unavailable response a status code equal to that given
func (*ListServicesServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *ListServicesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this list services service unavailable response has a 3xx status code
func (*ListServicesServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *ListServicesServiceUnavailable) IsServerError() bool
IsServerError returns true when this list services service unavailable response has a 5xx status code
func (*ListServicesServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *ListServicesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this list services service unavailable response has a 2xx status code
func (*ListServicesServiceUnavailable) String ¶ added in v0.26.53
func (o *ListServicesServiceUnavailable) String() string
type ListServicesTooManyRequests ¶ added in v0.26.0
type ListServicesTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
ListServicesTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewListServicesTooManyRequests ¶ added in v0.26.0
func NewListServicesTooManyRequests() *ListServicesTooManyRequests
NewListServicesTooManyRequests creates a ListServicesTooManyRequests with default headers values
func (*ListServicesTooManyRequests) Code ¶ added in v0.26.53
func (o *ListServicesTooManyRequests) Code() int
Code gets the status code for the list services too many requests response
func (*ListServicesTooManyRequests) Error ¶ added in v0.26.0
func (o *ListServicesTooManyRequests) Error() string
func (*ListServicesTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *ListServicesTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServicesTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *ListServicesTooManyRequests) IsClientError() bool
IsClientError returns true when this list services too many requests response has a 4xx status code
func (*ListServicesTooManyRequests) IsCode ¶ added in v0.26.53
func (o *ListServicesTooManyRequests) IsCode(code int) bool
IsCode returns true when this list services too many requests response a status code equal to that given
func (*ListServicesTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *ListServicesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this list services too many requests response has a 3xx status code
func (*ListServicesTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *ListServicesTooManyRequests) IsServerError() bool
IsServerError returns true when this list services too many requests response has a 5xx status code
func (*ListServicesTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *ListServicesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this list services too many requests response has a 2xx status code
func (*ListServicesTooManyRequests) String ¶ added in v0.26.53
func (o *ListServicesTooManyRequests) String() string
type ListServicesUnauthorized ¶
type ListServicesUnauthorized struct {
WWWAuthenticate []string
}
ListServicesUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewListServicesUnauthorized ¶
func NewListServicesUnauthorized() *ListServicesUnauthorized
NewListServicesUnauthorized creates a ListServicesUnauthorized with default headers values
func (*ListServicesUnauthorized) Code ¶ added in v0.26.53
func (o *ListServicesUnauthorized) Code() int
Code gets the status code for the list services unauthorized response
func (*ListServicesUnauthorized) Error ¶
func (o *ListServicesUnauthorized) Error() string
func (*ListServicesUnauthorized) GetPayload ¶
func (o *ListServicesUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*ListServicesUnauthorized) IsClientError ¶ added in v0.26.53
func (o *ListServicesUnauthorized) IsClientError() bool
IsClientError returns true when this list services unauthorized response has a 4xx status code
func (*ListServicesUnauthorized) IsCode ¶ added in v0.26.53
func (o *ListServicesUnauthorized) IsCode(code int) bool
IsCode returns true when this list services unauthorized response a status code equal to that given
func (*ListServicesUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *ListServicesUnauthorized) IsRedirect() bool
IsRedirect returns true when this list services unauthorized response has a 3xx status code
func (*ListServicesUnauthorized) IsServerError ¶ added in v0.26.53
func (o *ListServicesUnauthorized) IsServerError() bool
IsServerError returns true when this list services unauthorized response has a 5xx status code
func (*ListServicesUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *ListServicesUnauthorized) IsSuccess() bool
IsSuccess returns true when this list services unauthorized response has a 2xx status code
func (*ListServicesUnauthorized) String ¶ added in v0.26.53
func (o *ListServicesUnauthorized) String() string
type PatchServiceBadRequest ¶
type PatchServiceBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
PatchServiceBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewPatchServiceBadRequest ¶
func NewPatchServiceBadRequest() *PatchServiceBadRequest
NewPatchServiceBadRequest creates a PatchServiceBadRequest with default headers values
func (*PatchServiceBadRequest) Code ¶ added in v0.26.53
func (o *PatchServiceBadRequest) Code() int
Code gets the status code for the patch service bad request response
func (*PatchServiceBadRequest) Error ¶
func (o *PatchServiceBadRequest) Error() string
func (*PatchServiceBadRequest) GetPayload ¶
func (o *PatchServiceBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*PatchServiceBadRequest) IsClientError ¶ added in v0.26.53
func (o *PatchServiceBadRequest) IsClientError() bool
IsClientError returns true when this patch service bad request response has a 4xx status code
func (*PatchServiceBadRequest) IsCode ¶ added in v0.26.53
func (o *PatchServiceBadRequest) IsCode(code int) bool
IsCode returns true when this patch service bad request response a status code equal to that given
func (*PatchServiceBadRequest) IsRedirect ¶ added in v0.26.53
func (o *PatchServiceBadRequest) IsRedirect() bool
IsRedirect returns true when this patch service bad request response has a 3xx status code
func (*PatchServiceBadRequest) IsServerError ¶ added in v0.26.53
func (o *PatchServiceBadRequest) IsServerError() bool
IsServerError returns true when this patch service bad request response has a 5xx status code
func (*PatchServiceBadRequest) IsSuccess ¶ added in v0.26.53
func (o *PatchServiceBadRequest) IsSuccess() bool
IsSuccess returns true when this patch service bad request response has a 2xx status code
func (*PatchServiceBadRequest) String ¶ added in v0.26.53
func (o *PatchServiceBadRequest) String() string
type PatchServiceNotFound ¶
type PatchServiceNotFound struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
PatchServiceNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewPatchServiceNotFound ¶
func NewPatchServiceNotFound() *PatchServiceNotFound
NewPatchServiceNotFound creates a PatchServiceNotFound with default headers values
func (*PatchServiceNotFound) Code ¶ added in v0.26.53
func (o *PatchServiceNotFound) Code() int
Code gets the status code for the patch service not found response
func (*PatchServiceNotFound) Error ¶
func (o *PatchServiceNotFound) Error() string
func (*PatchServiceNotFound) GetPayload ¶
func (o *PatchServiceNotFound) GetPayload() *rest_model.APIErrorEnvelope
func (*PatchServiceNotFound) IsClientError ¶ added in v0.26.53
func (o *PatchServiceNotFound) IsClientError() bool
IsClientError returns true when this patch service not found response has a 4xx status code
func (*PatchServiceNotFound) IsCode ¶ added in v0.26.53
func (o *PatchServiceNotFound) IsCode(code int) bool
IsCode returns true when this patch service not found response a status code equal to that given
func (*PatchServiceNotFound) IsRedirect ¶ added in v0.26.53
func (o *PatchServiceNotFound) IsRedirect() bool
IsRedirect returns true when this patch service not found response has a 3xx status code
func (*PatchServiceNotFound) IsServerError ¶ added in v0.26.53
func (o *PatchServiceNotFound) IsServerError() bool
IsServerError returns true when this patch service not found response has a 5xx status code
func (*PatchServiceNotFound) IsSuccess ¶ added in v0.26.53
func (o *PatchServiceNotFound) IsSuccess() bool
IsSuccess returns true when this patch service not found response has a 2xx status code
func (*PatchServiceNotFound) String ¶ added in v0.26.53
func (o *PatchServiceNotFound) String() string
type PatchServiceOK ¶
type PatchServiceOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.Empty
}
PatchServiceOK describes a response with status code 200, with default header values.
The patch request was successful and the resource has been altered
func NewPatchServiceOK ¶
func NewPatchServiceOK() *PatchServiceOK
NewPatchServiceOK creates a PatchServiceOK with default headers values
func (*PatchServiceOK) Code ¶ added in v0.26.53
func (o *PatchServiceOK) Code() int
Code gets the status code for the patch service o k response
func (*PatchServiceOK) Error ¶
func (o *PatchServiceOK) Error() string
func (*PatchServiceOK) GetPayload ¶
func (o *PatchServiceOK) GetPayload() *rest_model.Empty
func (*PatchServiceOK) IsClientError ¶ added in v0.26.53
func (o *PatchServiceOK) IsClientError() bool
IsClientError returns true when this patch service o k response has a 4xx status code
func (*PatchServiceOK) IsCode ¶ added in v0.26.53
func (o *PatchServiceOK) IsCode(code int) bool
IsCode returns true when this patch service o k response a status code equal to that given
func (*PatchServiceOK) IsRedirect ¶ added in v0.26.53
func (o *PatchServiceOK) IsRedirect() bool
IsRedirect returns true when this patch service o k response has a 3xx status code
func (*PatchServiceOK) IsServerError ¶ added in v0.26.53
func (o *PatchServiceOK) IsServerError() bool
IsServerError returns true when this patch service o k response has a 5xx status code
func (*PatchServiceOK) IsSuccess ¶ added in v0.26.53
func (o *PatchServiceOK) IsSuccess() bool
IsSuccess returns true when this patch service o k response has a 2xx status code
func (*PatchServiceOK) String ¶ added in v0.26.53
func (o *PatchServiceOK) String() string
type PatchServiceParams ¶
type PatchServiceParams struct {
/* ID.
The id of the requested resource
*/
ID string
/* Service.
A service patch object
*/
Service *rest_model.ServicePatch
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
PatchServiceParams contains all the parameters to send to the API endpoint
for the patch service operation. Typically these are written to a http.Request.
func NewPatchServiceParams ¶
func NewPatchServiceParams() *PatchServiceParams
NewPatchServiceParams creates a new PatchServiceParams 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 NewPatchServiceParamsWithContext ¶
func NewPatchServiceParamsWithContext(ctx context.Context) *PatchServiceParams
NewPatchServiceParamsWithContext creates a new PatchServiceParams object with the ability to set a context for a request.
func NewPatchServiceParamsWithHTTPClient ¶
func NewPatchServiceParamsWithHTTPClient(client *http.Client) *PatchServiceParams
NewPatchServiceParamsWithHTTPClient creates a new PatchServiceParams object with the ability to set a custom HTTPClient for a request.
func NewPatchServiceParamsWithTimeout ¶
func NewPatchServiceParamsWithTimeout(timeout time.Duration) *PatchServiceParams
NewPatchServiceParamsWithTimeout creates a new PatchServiceParams object with the ability to set a timeout on a request.
func (*PatchServiceParams) SetContext ¶
func (o *PatchServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the patch service params
func (*PatchServiceParams) SetDefaults ¶
func (o *PatchServiceParams) SetDefaults()
SetDefaults hydrates default values in the patch service params (not the query body).
All values with no default are reset to their zero value.
func (*PatchServiceParams) SetHTTPClient ¶
func (o *PatchServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch service params
func (*PatchServiceParams) SetID ¶
func (o *PatchServiceParams) SetID(id string)
SetID adds the id to the patch service params
func (*PatchServiceParams) SetService ¶
func (o *PatchServiceParams) SetService(service *rest_model.ServicePatch)
SetService adds the service to the patch service params
func (*PatchServiceParams) SetTimeout ¶
func (o *PatchServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch service params
func (*PatchServiceParams) WithContext ¶
func (o *PatchServiceParams) WithContext(ctx context.Context) *PatchServiceParams
WithContext adds the context to the patch service params
func (*PatchServiceParams) WithDefaults ¶
func (o *PatchServiceParams) WithDefaults() *PatchServiceParams
WithDefaults hydrates default values in the patch service params (not the query body).
All values with no default are reset to their zero value.
func (*PatchServiceParams) WithHTTPClient ¶
func (o *PatchServiceParams) WithHTTPClient(client *http.Client) *PatchServiceParams
WithHTTPClient adds the HTTPClient to the patch service params
func (*PatchServiceParams) WithID ¶
func (o *PatchServiceParams) WithID(id string) *PatchServiceParams
WithID adds the id to the patch service params
func (*PatchServiceParams) WithService ¶
func (o *PatchServiceParams) WithService(service *rest_model.ServicePatch) *PatchServiceParams
WithService adds the service to the patch service params
func (*PatchServiceParams) WithTimeout ¶
func (o *PatchServiceParams) WithTimeout(timeout time.Duration) *PatchServiceParams
WithTimeout adds the timeout to the patch service params
func (*PatchServiceParams) WriteToRequest ¶
func (o *PatchServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchServiceReader ¶
type PatchServiceReader struct {
// contains filtered or unexported fields
}
PatchServiceReader is a Reader for the PatchService structure.
func (*PatchServiceReader) ReadResponse ¶
func (o *PatchServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type PatchServiceServiceUnavailable ¶ added in v0.26.36
type PatchServiceServiceUnavailable struct {
WWWAuthenticate []string
}
PatchServiceServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewPatchServiceServiceUnavailable ¶ added in v0.26.36
func NewPatchServiceServiceUnavailable() *PatchServiceServiceUnavailable
NewPatchServiceServiceUnavailable creates a PatchServiceServiceUnavailable with default headers values
func (*PatchServiceServiceUnavailable) Code ¶ added in v0.26.53
func (o *PatchServiceServiceUnavailable) Code() int
Code gets the status code for the patch service service unavailable response
func (*PatchServiceServiceUnavailable) Error ¶ added in v0.26.36
func (o *PatchServiceServiceUnavailable) Error() string
func (*PatchServiceServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *PatchServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*PatchServiceServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *PatchServiceServiceUnavailable) IsClientError() bool
IsClientError returns true when this patch service service unavailable response has a 4xx status code
func (*PatchServiceServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *PatchServiceServiceUnavailable) IsCode(code int) bool
IsCode returns true when this patch service service unavailable response a status code equal to that given
func (*PatchServiceServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *PatchServiceServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this patch service service unavailable response has a 3xx status code
func (*PatchServiceServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *PatchServiceServiceUnavailable) IsServerError() bool
IsServerError returns true when this patch service service unavailable response has a 5xx status code
func (*PatchServiceServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *PatchServiceServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this patch service service unavailable response has a 2xx status code
func (*PatchServiceServiceUnavailable) String ¶ added in v0.26.53
func (o *PatchServiceServiceUnavailable) String() string
type PatchServiceTooManyRequests ¶ added in v0.26.0
type PatchServiceTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
PatchServiceTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewPatchServiceTooManyRequests ¶ added in v0.26.0
func NewPatchServiceTooManyRequests() *PatchServiceTooManyRequests
NewPatchServiceTooManyRequests creates a PatchServiceTooManyRequests with default headers values
func (*PatchServiceTooManyRequests) Code ¶ added in v0.26.53
func (o *PatchServiceTooManyRequests) Code() int
Code gets the status code for the patch service too many requests response
func (*PatchServiceTooManyRequests) Error ¶ added in v0.26.0
func (o *PatchServiceTooManyRequests) Error() string
func (*PatchServiceTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *PatchServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*PatchServiceTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *PatchServiceTooManyRequests) IsClientError() bool
IsClientError returns true when this patch service too many requests response has a 4xx status code
func (*PatchServiceTooManyRequests) IsCode ¶ added in v0.26.53
func (o *PatchServiceTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch service too many requests response a status code equal to that given
func (*PatchServiceTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *PatchServiceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch service too many requests response has a 3xx status code
func (*PatchServiceTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *PatchServiceTooManyRequests) IsServerError() bool
IsServerError returns true when this patch service too many requests response has a 5xx status code
func (*PatchServiceTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *PatchServiceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch service too many requests response has a 2xx status code
func (*PatchServiceTooManyRequests) String ¶ added in v0.26.53
func (o *PatchServiceTooManyRequests) String() string
type PatchServiceUnauthorized ¶
type PatchServiceUnauthorized struct {
WWWAuthenticate []string
}
PatchServiceUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewPatchServiceUnauthorized ¶
func NewPatchServiceUnauthorized() *PatchServiceUnauthorized
NewPatchServiceUnauthorized creates a PatchServiceUnauthorized with default headers values
func (*PatchServiceUnauthorized) Code ¶ added in v0.26.53
func (o *PatchServiceUnauthorized) Code() int
Code gets the status code for the patch service unauthorized response
func (*PatchServiceUnauthorized) Error ¶
func (o *PatchServiceUnauthorized) Error() string
func (*PatchServiceUnauthorized) GetPayload ¶
func (o *PatchServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*PatchServiceUnauthorized) IsClientError ¶ added in v0.26.53
func (o *PatchServiceUnauthorized) IsClientError() bool
IsClientError returns true when this patch service unauthorized response has a 4xx status code
func (*PatchServiceUnauthorized) IsCode ¶ added in v0.26.53
func (o *PatchServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this patch service unauthorized response a status code equal to that given
func (*PatchServiceUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *PatchServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch service unauthorized response has a 3xx status code
func (*PatchServiceUnauthorized) IsServerError ¶ added in v0.26.53
func (o *PatchServiceUnauthorized) IsServerError() bool
IsServerError returns true when this patch service unauthorized response has a 5xx status code
func (*PatchServiceUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *PatchServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch service unauthorized response has a 2xx status code
func (*PatchServiceUnauthorized) String ¶ added in v0.26.53
func (o *PatchServiceUnauthorized) String() string
type UpdateServiceBadRequest ¶
type UpdateServiceBadRequest struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
UpdateServiceBadRequest describes a response with status code 400, with default header values.
The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
func NewUpdateServiceBadRequest ¶
func NewUpdateServiceBadRequest() *UpdateServiceBadRequest
NewUpdateServiceBadRequest creates a UpdateServiceBadRequest with default headers values
func (*UpdateServiceBadRequest) Code ¶ added in v0.26.53
func (o *UpdateServiceBadRequest) Code() int
Code gets the status code for the update service bad request response
func (*UpdateServiceBadRequest) Error ¶
func (o *UpdateServiceBadRequest) Error() string
func (*UpdateServiceBadRequest) GetPayload ¶
func (o *UpdateServiceBadRequest) GetPayload() *rest_model.APIErrorEnvelope
func (*UpdateServiceBadRequest) IsClientError ¶ added in v0.26.53
func (o *UpdateServiceBadRequest) IsClientError() bool
IsClientError returns true when this update service bad request response has a 4xx status code
func (*UpdateServiceBadRequest) IsCode ¶ added in v0.26.53
func (o *UpdateServiceBadRequest) IsCode(code int) bool
IsCode returns true when this update service bad request response a status code equal to that given
func (*UpdateServiceBadRequest) IsRedirect ¶ added in v0.26.53
func (o *UpdateServiceBadRequest) IsRedirect() bool
IsRedirect returns true when this update service bad request response has a 3xx status code
func (*UpdateServiceBadRequest) IsServerError ¶ added in v0.26.53
func (o *UpdateServiceBadRequest) IsServerError() bool
IsServerError returns true when this update service bad request response has a 5xx status code
func (*UpdateServiceBadRequest) IsSuccess ¶ added in v0.26.53
func (o *UpdateServiceBadRequest) IsSuccess() bool
IsSuccess returns true when this update service bad request response has a 2xx status code
func (*UpdateServiceBadRequest) String ¶ added in v0.26.53
func (o *UpdateServiceBadRequest) String() string
type UpdateServiceNotFound ¶
type UpdateServiceNotFound struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
UpdateServiceNotFound describes a response with status code 404, with default header values.
The requested resource does not exist
func NewUpdateServiceNotFound ¶
func NewUpdateServiceNotFound() *UpdateServiceNotFound
NewUpdateServiceNotFound creates a UpdateServiceNotFound with default headers values
func (*UpdateServiceNotFound) Code ¶ added in v0.26.53
func (o *UpdateServiceNotFound) Code() int
Code gets the status code for the update service not found response
func (*UpdateServiceNotFound) Error ¶
func (o *UpdateServiceNotFound) Error() string
func (*UpdateServiceNotFound) GetPayload ¶
func (o *UpdateServiceNotFound) GetPayload() *rest_model.APIErrorEnvelope
func (*UpdateServiceNotFound) IsClientError ¶ added in v0.26.53
func (o *UpdateServiceNotFound) IsClientError() bool
IsClientError returns true when this update service not found response has a 4xx status code
func (*UpdateServiceNotFound) IsCode ¶ added in v0.26.53
func (o *UpdateServiceNotFound) IsCode(code int) bool
IsCode returns true when this update service not found response a status code equal to that given
func (*UpdateServiceNotFound) IsRedirect ¶ added in v0.26.53
func (o *UpdateServiceNotFound) IsRedirect() bool
IsRedirect returns true when this update service not found response has a 3xx status code
func (*UpdateServiceNotFound) IsServerError ¶ added in v0.26.53
func (o *UpdateServiceNotFound) IsServerError() bool
IsServerError returns true when this update service not found response has a 5xx status code
func (*UpdateServiceNotFound) IsSuccess ¶ added in v0.26.53
func (o *UpdateServiceNotFound) IsSuccess() bool
IsSuccess returns true when this update service not found response has a 2xx status code
func (*UpdateServiceNotFound) String ¶ added in v0.26.53
func (o *UpdateServiceNotFound) String() string
type UpdateServiceOK ¶
type UpdateServiceOK struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.Empty
}
UpdateServiceOK describes a response with status code 200, with default header values.
The update request was successful and the resource has been altered
func NewUpdateServiceOK ¶
func NewUpdateServiceOK() *UpdateServiceOK
NewUpdateServiceOK creates a UpdateServiceOK with default headers values
func (*UpdateServiceOK) Code ¶ added in v0.26.53
func (o *UpdateServiceOK) Code() int
Code gets the status code for the update service o k response
func (*UpdateServiceOK) Error ¶
func (o *UpdateServiceOK) Error() string
func (*UpdateServiceOK) GetPayload ¶
func (o *UpdateServiceOK) GetPayload() *rest_model.Empty
func (*UpdateServiceOK) IsClientError ¶ added in v0.26.53
func (o *UpdateServiceOK) IsClientError() bool
IsClientError returns true when this update service o k response has a 4xx status code
func (*UpdateServiceOK) IsCode ¶ added in v0.26.53
func (o *UpdateServiceOK) IsCode(code int) bool
IsCode returns true when this update service o k response a status code equal to that given
func (*UpdateServiceOK) IsRedirect ¶ added in v0.26.53
func (o *UpdateServiceOK) IsRedirect() bool
IsRedirect returns true when this update service o k response has a 3xx status code
func (*UpdateServiceOK) IsServerError ¶ added in v0.26.53
func (o *UpdateServiceOK) IsServerError() bool
IsServerError returns true when this update service o k response has a 5xx status code
func (*UpdateServiceOK) IsSuccess ¶ added in v0.26.53
func (o *UpdateServiceOK) IsSuccess() bool
IsSuccess returns true when this update service o k response has a 2xx status code
func (*UpdateServiceOK) String ¶ added in v0.26.53
func (o *UpdateServiceOK) String() string
type UpdateServiceParams ¶
type UpdateServiceParams struct {
/* ID.
The id of the requested resource
*/
ID string
/* Service.
A service update object
*/
Service *rest_model.ServiceUpdate
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
UpdateServiceParams contains all the parameters to send to the API endpoint
for the update service operation. Typically these are written to a http.Request.
func NewUpdateServiceParams ¶
func NewUpdateServiceParams() *UpdateServiceParams
NewUpdateServiceParams creates a new UpdateServiceParams 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 NewUpdateServiceParamsWithContext ¶
func NewUpdateServiceParamsWithContext(ctx context.Context) *UpdateServiceParams
NewUpdateServiceParamsWithContext creates a new UpdateServiceParams object with the ability to set a context for a request.
func NewUpdateServiceParamsWithHTTPClient ¶
func NewUpdateServiceParamsWithHTTPClient(client *http.Client) *UpdateServiceParams
NewUpdateServiceParamsWithHTTPClient creates a new UpdateServiceParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateServiceParamsWithTimeout ¶
func NewUpdateServiceParamsWithTimeout(timeout time.Duration) *UpdateServiceParams
NewUpdateServiceParamsWithTimeout creates a new UpdateServiceParams object with the ability to set a timeout on a request.
func (*UpdateServiceParams) SetContext ¶
func (o *UpdateServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the update service params
func (*UpdateServiceParams) SetDefaults ¶
func (o *UpdateServiceParams) SetDefaults()
SetDefaults hydrates default values in the update service params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateServiceParams) SetHTTPClient ¶
func (o *UpdateServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update service params
func (*UpdateServiceParams) SetID ¶
func (o *UpdateServiceParams) SetID(id string)
SetID adds the id to the update service params
func (*UpdateServiceParams) SetService ¶
func (o *UpdateServiceParams) SetService(service *rest_model.ServiceUpdate)
SetService adds the service to the update service params
func (*UpdateServiceParams) SetTimeout ¶
func (o *UpdateServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update service params
func (*UpdateServiceParams) WithContext ¶
func (o *UpdateServiceParams) WithContext(ctx context.Context) *UpdateServiceParams
WithContext adds the context to the update service params
func (*UpdateServiceParams) WithDefaults ¶
func (o *UpdateServiceParams) WithDefaults() *UpdateServiceParams
WithDefaults hydrates default values in the update service params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateServiceParams) WithHTTPClient ¶
func (o *UpdateServiceParams) WithHTTPClient(client *http.Client) *UpdateServiceParams
WithHTTPClient adds the HTTPClient to the update service params
func (*UpdateServiceParams) WithID ¶
func (o *UpdateServiceParams) WithID(id string) *UpdateServiceParams
WithID adds the id to the update service params
func (*UpdateServiceParams) WithService ¶
func (o *UpdateServiceParams) WithService(service *rest_model.ServiceUpdate) *UpdateServiceParams
WithService adds the service to the update service params
func (*UpdateServiceParams) WithTimeout ¶
func (o *UpdateServiceParams) WithTimeout(timeout time.Duration) *UpdateServiceParams
WithTimeout adds the timeout to the update service params
func (*UpdateServiceParams) WriteToRequest ¶
func (o *UpdateServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateServiceReader ¶
type UpdateServiceReader struct {
// contains filtered or unexported fields
}
UpdateServiceReader is a Reader for the UpdateService structure.
func (*UpdateServiceReader) ReadResponse ¶
func (o *UpdateServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
type UpdateServiceServiceUnavailable ¶ added in v0.26.36
type UpdateServiceServiceUnavailable struct {
WWWAuthenticate []string
}
UpdateServiceServiceUnavailable describes a response with status code 503, with default header values.
The request could not be completed due to the server being busy or in a temporarily bad state
func NewUpdateServiceServiceUnavailable ¶ added in v0.26.36
func NewUpdateServiceServiceUnavailable() *UpdateServiceServiceUnavailable
NewUpdateServiceServiceUnavailable creates a UpdateServiceServiceUnavailable with default headers values
func (*UpdateServiceServiceUnavailable) Code ¶ added in v0.26.53
func (o *UpdateServiceServiceUnavailable) Code() int
Code gets the status code for the update service service unavailable response
func (*UpdateServiceServiceUnavailable) Error ¶ added in v0.26.36
func (o *UpdateServiceServiceUnavailable) Error() string
func (*UpdateServiceServiceUnavailable) GetPayload ¶ added in v0.26.36
func (o *UpdateServiceServiceUnavailable) GetPayload() *rest_model.APIErrorEnvelope
func (*UpdateServiceServiceUnavailable) IsClientError ¶ added in v0.26.53
func (o *UpdateServiceServiceUnavailable) IsClientError() bool
IsClientError returns true when this update service service unavailable response has a 4xx status code
func (*UpdateServiceServiceUnavailable) IsCode ¶ added in v0.26.53
func (o *UpdateServiceServiceUnavailable) IsCode(code int) bool
IsCode returns true when this update service service unavailable response a status code equal to that given
func (*UpdateServiceServiceUnavailable) IsRedirect ¶ added in v0.26.53
func (o *UpdateServiceServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this update service service unavailable response has a 3xx status code
func (*UpdateServiceServiceUnavailable) IsServerError ¶ added in v0.26.53
func (o *UpdateServiceServiceUnavailable) IsServerError() bool
IsServerError returns true when this update service service unavailable response has a 5xx status code
func (*UpdateServiceServiceUnavailable) IsSuccess ¶ added in v0.26.53
func (o *UpdateServiceServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this update service service unavailable response has a 2xx status code
func (*UpdateServiceServiceUnavailable) String ¶ added in v0.26.53
func (o *UpdateServiceServiceUnavailable) String() string
type UpdateServiceTooManyRequests ¶ added in v0.26.0
type UpdateServiceTooManyRequests struct {
/* Denotes different type of security token related information
*/
WWWAuthenticate []string
Payload *rest_model.APIErrorEnvelope
}
UpdateServiceTooManyRequests describes a response with status code 429, with default header values.
The resource requested is rate limited and the rate limit has been exceeded
func NewUpdateServiceTooManyRequests ¶ added in v0.26.0
func NewUpdateServiceTooManyRequests() *UpdateServiceTooManyRequests
NewUpdateServiceTooManyRequests creates a UpdateServiceTooManyRequests with default headers values
func (*UpdateServiceTooManyRequests) Code ¶ added in v0.26.53
func (o *UpdateServiceTooManyRequests) Code() int
Code gets the status code for the update service too many requests response
func (*UpdateServiceTooManyRequests) Error ¶ added in v0.26.0
func (o *UpdateServiceTooManyRequests) Error() string
func (*UpdateServiceTooManyRequests) GetPayload ¶ added in v0.26.0
func (o *UpdateServiceTooManyRequests) GetPayload() *rest_model.APIErrorEnvelope
func (*UpdateServiceTooManyRequests) IsClientError ¶ added in v0.26.53
func (o *UpdateServiceTooManyRequests) IsClientError() bool
IsClientError returns true when this update service too many requests response has a 4xx status code
func (*UpdateServiceTooManyRequests) IsCode ¶ added in v0.26.53
func (o *UpdateServiceTooManyRequests) IsCode(code int) bool
IsCode returns true when this update service too many requests response a status code equal to that given
func (*UpdateServiceTooManyRequests) IsRedirect ¶ added in v0.26.53
func (o *UpdateServiceTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update service too many requests response has a 3xx status code
func (*UpdateServiceTooManyRequests) IsServerError ¶ added in v0.26.53
func (o *UpdateServiceTooManyRequests) IsServerError() bool
IsServerError returns true when this update service too many requests response has a 5xx status code
func (*UpdateServiceTooManyRequests) IsSuccess ¶ added in v0.26.53
func (o *UpdateServiceTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update service too many requests response has a 2xx status code
func (*UpdateServiceTooManyRequests) String ¶ added in v0.26.53
func (o *UpdateServiceTooManyRequests) String() string
type UpdateServiceUnauthorized ¶
type UpdateServiceUnauthorized struct {
WWWAuthenticate []string
}
UpdateServiceUnauthorized describes a response with status code 401, with default header values.
The supplied session does not have the correct access rights to request this resource
func NewUpdateServiceUnauthorized ¶
func NewUpdateServiceUnauthorized() *UpdateServiceUnauthorized
NewUpdateServiceUnauthorized creates a UpdateServiceUnauthorized with default headers values
func (*UpdateServiceUnauthorized) Code ¶ added in v0.26.53
func (o *UpdateServiceUnauthorized) Code() int
Code gets the status code for the update service unauthorized response
func (*UpdateServiceUnauthorized) Error ¶
func (o *UpdateServiceUnauthorized) Error() string
func (*UpdateServiceUnauthorized) GetPayload ¶
func (o *UpdateServiceUnauthorized) GetPayload() *rest_model.APIErrorEnvelope
func (*UpdateServiceUnauthorized) IsClientError ¶ added in v0.26.53
func (o *UpdateServiceUnauthorized) IsClientError() bool
IsClientError returns true when this update service unauthorized response has a 4xx status code
func (*UpdateServiceUnauthorized) IsCode ¶ added in v0.26.53
func (o *UpdateServiceUnauthorized) IsCode(code int) bool
IsCode returns true when this update service unauthorized response a status code equal to that given
func (*UpdateServiceUnauthorized) IsRedirect ¶ added in v0.26.53
func (o *UpdateServiceUnauthorized) IsRedirect() bool
IsRedirect returns true when this update service unauthorized response has a 3xx status code
func (*UpdateServiceUnauthorized) IsServerError ¶ added in v0.26.53
func (o *UpdateServiceUnauthorized) IsServerError() bool
IsServerError returns true when this update service unauthorized response has a 5xx status code
func (*UpdateServiceUnauthorized) IsSuccess ¶ added in v0.26.53
func (o *UpdateServiceUnauthorized) IsSuccess() bool
IsSuccess returns true when this update service unauthorized response has a 2xx status code
func (*UpdateServiceUnauthorized) String ¶ added in v0.26.53
func (o *UpdateServiceUnauthorized) String() string
Source Files
¶
- create_service_parameters.go
- create_service_responses.go
- delete_service_parameters.go
- delete_service_responses.go
- detail_service_parameters.go
- detail_service_responses.go
- list_service_config_parameters.go
- list_service_config_responses.go
- list_service_edge_routers_parameters.go
- list_service_edge_routers_responses.go
- list_service_identities_parameters.go
- list_service_identities_responses.go
- list_service_service_edge_router_policies_parameters.go
- list_service_service_edge_router_policies_responses.go
- list_service_service_policies_parameters.go
- list_service_service_policies_responses.go
- list_service_terminators_parameters.go
- list_service_terminators_responses.go
- list_services_parameters.go
- list_services_responses.go
- patch_service_parameters.go
- patch_service_responses.go
- service_client.go
- update_service_parameters.go
- update_service_responses.go