Documentation
¶
Index ¶
- type AgentVersionsBadRequest
- func (o *AgentVersionsBadRequest) Code() int
- func (o *AgentVersionsBadRequest) Error() string
- func (o *AgentVersionsBadRequest) IsClientError() bool
- func (o *AgentVersionsBadRequest) IsCode(code int) bool
- func (o *AgentVersionsBadRequest) IsRedirect() bool
- func (o *AgentVersionsBadRequest) IsServerError() bool
- func (o *AgentVersionsBadRequest) IsSuccess() bool
- func (o *AgentVersionsBadRequest) String() string
- type AgentVersionsInternalServerError
- func (o *AgentVersionsInternalServerError) Code() int
- func (o *AgentVersionsInternalServerError) Error() string
- func (o *AgentVersionsInternalServerError) IsClientError() bool
- func (o *AgentVersionsInternalServerError) IsCode(code int) bool
- func (o *AgentVersionsInternalServerError) IsRedirect() bool
- func (o *AgentVersionsInternalServerError) IsServerError() bool
- func (o *AgentVersionsInternalServerError) IsSuccess() bool
- func (o *AgentVersionsInternalServerError) String() string
- type AgentVersionsOK
- func (o *AgentVersionsOK) Code() int
- func (o *AgentVersionsOK) Error() string
- func (o *AgentVersionsOK) GetPayload() []string
- func (o *AgentVersionsOK) IsClientError() bool
- func (o *AgentVersionsOK) IsCode(code int) bool
- func (o *AgentVersionsOK) IsRedirect() bool
- func (o *AgentVersionsOK) IsServerError() bool
- func (o *AgentVersionsOK) IsSuccess() bool
- func (o *AgentVersionsOK) String() string
- type AgentVersionsParams
- func (o *AgentVersionsParams) SetContext(ctx context.Context)
- func (o *AgentVersionsParams) SetDefaults()
- func (o *AgentVersionsParams) SetHTTPClient(client *http.Client)
- func (o *AgentVersionsParams) SetTimeout(timeout time.Duration)
- func (o *AgentVersionsParams) WithContext(ctx context.Context) *AgentVersionsParams
- func (o *AgentVersionsParams) WithDefaults() *AgentVersionsParams
- func (o *AgentVersionsParams) WithHTTPClient(client *http.Client) *AgentVersionsParams
- func (o *AgentVersionsParams) WithTimeout(timeout time.Duration) *AgentVersionsParams
- func (o *AgentVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AgentVersionsReader
- type Client
- func (a *Client) AgentVersions(params *AgentVersionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AgentVersionsOK, error)
- func (a *Client) EdgeUpdatePreviousVersions(params *EdgeUpdatePreviousVersionsParams, ...) (*EdgeUpdatePreviousVersionsOK, error)
- func (a *Client) EdgeUpdateScheduleActiveSchedulesList(params *EdgeUpdateScheduleActiveSchedulesListParams, ...) (*EdgeUpdateScheduleActiveSchedulesListOK, error)
- func (a *Client) EdgeUpdateScheduleCreate(params *EdgeUpdateScheduleCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeUpdateScheduleCreateOK, error)
- func (a *Client) EdgeUpdateScheduleDelete(params *EdgeUpdateScheduleDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeUpdateScheduleDeleteNoContent, error)
- func (a *Client) EdgeUpdateScheduleInspect(params *EdgeUpdateScheduleInspectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeUpdateScheduleInspectOK, error)
- func (a *Client) EdgeUpdateScheduleList(params *EdgeUpdateScheduleListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeUpdateScheduleListOK, error)
- func (a *Client) EdgeUpdateScheduleUpdate(params *EdgeUpdateScheduleUpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*EdgeUpdateScheduleUpdateNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type EdgeUpdatePreviousVersionsBadRequest
- func (o *EdgeUpdatePreviousVersionsBadRequest) Code() int
- func (o *EdgeUpdatePreviousVersionsBadRequest) Error() string
- func (o *EdgeUpdatePreviousVersionsBadRequest) IsClientError() bool
- func (o *EdgeUpdatePreviousVersionsBadRequest) IsCode(code int) bool
- func (o *EdgeUpdatePreviousVersionsBadRequest) IsRedirect() bool
- func (o *EdgeUpdatePreviousVersionsBadRequest) IsServerError() bool
- func (o *EdgeUpdatePreviousVersionsBadRequest) IsSuccess() bool
- func (o *EdgeUpdatePreviousVersionsBadRequest) String() string
- type EdgeUpdatePreviousVersionsInternalServerError
- func (o *EdgeUpdatePreviousVersionsInternalServerError) Code() int
- func (o *EdgeUpdatePreviousVersionsInternalServerError) Error() string
- func (o *EdgeUpdatePreviousVersionsInternalServerError) IsClientError() bool
- func (o *EdgeUpdatePreviousVersionsInternalServerError) IsCode(code int) bool
- func (o *EdgeUpdatePreviousVersionsInternalServerError) IsRedirect() bool
- func (o *EdgeUpdatePreviousVersionsInternalServerError) IsServerError() bool
- func (o *EdgeUpdatePreviousVersionsInternalServerError) IsSuccess() bool
- func (o *EdgeUpdatePreviousVersionsInternalServerError) String() string
- type EdgeUpdatePreviousVersionsOK
- func (o *EdgeUpdatePreviousVersionsOK) Code() int
- func (o *EdgeUpdatePreviousVersionsOK) Error() string
- func (o *EdgeUpdatePreviousVersionsOK) GetPayload() map[string]string
- func (o *EdgeUpdatePreviousVersionsOK) IsClientError() bool
- func (o *EdgeUpdatePreviousVersionsOK) IsCode(code int) bool
- func (o *EdgeUpdatePreviousVersionsOK) IsRedirect() bool
- func (o *EdgeUpdatePreviousVersionsOK) IsServerError() bool
- func (o *EdgeUpdatePreviousVersionsOK) IsSuccess() bool
- func (o *EdgeUpdatePreviousVersionsOK) String() string
- type EdgeUpdatePreviousVersionsParams
- func NewEdgeUpdatePreviousVersionsParams() *EdgeUpdatePreviousVersionsParams
- func NewEdgeUpdatePreviousVersionsParamsWithContext(ctx context.Context) *EdgeUpdatePreviousVersionsParams
- func NewEdgeUpdatePreviousVersionsParamsWithHTTPClient(client *http.Client) *EdgeUpdatePreviousVersionsParams
- func NewEdgeUpdatePreviousVersionsParamsWithTimeout(timeout time.Duration) *EdgeUpdatePreviousVersionsParams
- func (o *EdgeUpdatePreviousVersionsParams) SetContext(ctx context.Context)
- func (o *EdgeUpdatePreviousVersionsParams) SetDefaults()
- func (o *EdgeUpdatePreviousVersionsParams) SetEdgeGroupIds(edgeGroupIds []int64)
- func (o *EdgeUpdatePreviousVersionsParams) SetEnvironmentIds(environmentIds []int64)
- func (o *EdgeUpdatePreviousVersionsParams) SetHTTPClient(client *http.Client)
- func (o *EdgeUpdatePreviousVersionsParams) SetTimeout(timeout time.Duration)
- func (o *EdgeUpdatePreviousVersionsParams) WithContext(ctx context.Context) *EdgeUpdatePreviousVersionsParams
- func (o *EdgeUpdatePreviousVersionsParams) WithDefaults() *EdgeUpdatePreviousVersionsParams
- func (o *EdgeUpdatePreviousVersionsParams) WithEdgeGroupIds(edgeGroupIds []int64) *EdgeUpdatePreviousVersionsParams
- func (o *EdgeUpdatePreviousVersionsParams) WithEnvironmentIds(environmentIds []int64) *EdgeUpdatePreviousVersionsParams
- func (o *EdgeUpdatePreviousVersionsParams) WithHTTPClient(client *http.Client) *EdgeUpdatePreviousVersionsParams
- func (o *EdgeUpdatePreviousVersionsParams) WithTimeout(timeout time.Duration) *EdgeUpdatePreviousVersionsParams
- func (o *EdgeUpdatePreviousVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeUpdatePreviousVersionsReader
- type EdgeUpdateScheduleActiveSchedulesListInternalServerError
- func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) Code() int
- func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) Error() string
- func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsClientError() bool
- func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsCode(code int) bool
- func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsRedirect() bool
- func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsServerError() bool
- func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsSuccess() bool
- func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) String() string
- type EdgeUpdateScheduleActiveSchedulesListOK
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) Code() int
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) Error() string
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) GetPayload() []*models.TypesEndpointUpdateScheduleRelation
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsClientError() bool
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsCode(code int) bool
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsRedirect() bool
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsServerError() bool
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsSuccess() bool
- func (o *EdgeUpdateScheduleActiveSchedulesListOK) String() string
- type EdgeUpdateScheduleActiveSchedulesListParams
- func NewEdgeUpdateScheduleActiveSchedulesListParams() *EdgeUpdateScheduleActiveSchedulesListParams
- func NewEdgeUpdateScheduleActiveSchedulesListParamsWithContext(ctx context.Context) *EdgeUpdateScheduleActiveSchedulesListParams
- func NewEdgeUpdateScheduleActiveSchedulesListParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleActiveSchedulesListParams
- func NewEdgeUpdateScheduleActiveSchedulesListParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleActiveSchedulesListParams
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetBody(body *models.EdgeupdateschedulesActiveSchedulePayload)
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetContext(ctx context.Context)
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetDefaults()
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetHTTPClient(client *http.Client)
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetTimeout(timeout time.Duration)
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithBody(body *models.EdgeupdateschedulesActiveSchedulePayload) *EdgeUpdateScheduleActiveSchedulesListParams
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithContext(ctx context.Context) *EdgeUpdateScheduleActiveSchedulesListParams
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithDefaults() *EdgeUpdateScheduleActiveSchedulesListParams
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleActiveSchedulesListParams
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleActiveSchedulesListParams
- func (o *EdgeUpdateScheduleActiveSchedulesListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeUpdateScheduleActiveSchedulesListReader
- type EdgeUpdateScheduleCreateBadRequest
- func (o *EdgeUpdateScheduleCreateBadRequest) Code() int
- func (o *EdgeUpdateScheduleCreateBadRequest) Error() string
- func (o *EdgeUpdateScheduleCreateBadRequest) IsClientError() bool
- func (o *EdgeUpdateScheduleCreateBadRequest) IsCode(code int) bool
- func (o *EdgeUpdateScheduleCreateBadRequest) IsRedirect() bool
- func (o *EdgeUpdateScheduleCreateBadRequest) IsServerError() bool
- func (o *EdgeUpdateScheduleCreateBadRequest) IsSuccess() bool
- func (o *EdgeUpdateScheduleCreateBadRequest) String() string
- type EdgeUpdateScheduleCreateConflict
- func (o *EdgeUpdateScheduleCreateConflict) Code() int
- func (o *EdgeUpdateScheduleCreateConflict) Error() string
- func (o *EdgeUpdateScheduleCreateConflict) IsClientError() bool
- func (o *EdgeUpdateScheduleCreateConflict) IsCode(code int) bool
- func (o *EdgeUpdateScheduleCreateConflict) IsRedirect() bool
- func (o *EdgeUpdateScheduleCreateConflict) IsServerError() bool
- func (o *EdgeUpdateScheduleCreateConflict) IsSuccess() bool
- func (o *EdgeUpdateScheduleCreateConflict) String() string
- type EdgeUpdateScheduleCreateForbidden
- func (o *EdgeUpdateScheduleCreateForbidden) Code() int
- func (o *EdgeUpdateScheduleCreateForbidden) Error() string
- func (o *EdgeUpdateScheduleCreateForbidden) IsClientError() bool
- func (o *EdgeUpdateScheduleCreateForbidden) IsCode(code int) bool
- func (o *EdgeUpdateScheduleCreateForbidden) IsRedirect() bool
- func (o *EdgeUpdateScheduleCreateForbidden) IsServerError() bool
- func (o *EdgeUpdateScheduleCreateForbidden) IsSuccess() bool
- func (o *EdgeUpdateScheduleCreateForbidden) String() string
- type EdgeUpdateScheduleCreateInternalServerError
- func (o *EdgeUpdateScheduleCreateInternalServerError) Code() int
- func (o *EdgeUpdateScheduleCreateInternalServerError) Error() string
- func (o *EdgeUpdateScheduleCreateInternalServerError) IsClientError() bool
- func (o *EdgeUpdateScheduleCreateInternalServerError) IsCode(code int) bool
- func (o *EdgeUpdateScheduleCreateInternalServerError) IsRedirect() bool
- func (o *EdgeUpdateScheduleCreateInternalServerError) IsServerError() bool
- func (o *EdgeUpdateScheduleCreateInternalServerError) IsSuccess() bool
- func (o *EdgeUpdateScheduleCreateInternalServerError) String() string
- type EdgeUpdateScheduleCreateOK
- func (o *EdgeUpdateScheduleCreateOK) Code() int
- func (o *EdgeUpdateScheduleCreateOK) Error() string
- func (o *EdgeUpdateScheduleCreateOK) GetPayload() *models.TypesUpdateSchedule
- func (o *EdgeUpdateScheduleCreateOK) IsClientError() bool
- func (o *EdgeUpdateScheduleCreateOK) IsCode(code int) bool
- func (o *EdgeUpdateScheduleCreateOK) IsRedirect() bool
- func (o *EdgeUpdateScheduleCreateOK) IsServerError() bool
- func (o *EdgeUpdateScheduleCreateOK) IsSuccess() bool
- func (o *EdgeUpdateScheduleCreateOK) String() string
- type EdgeUpdateScheduleCreateParams
- func NewEdgeUpdateScheduleCreateParams() *EdgeUpdateScheduleCreateParams
- func NewEdgeUpdateScheduleCreateParamsWithContext(ctx context.Context) *EdgeUpdateScheduleCreateParams
- func NewEdgeUpdateScheduleCreateParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleCreateParams
- func NewEdgeUpdateScheduleCreateParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleCreateParams
- func (o *EdgeUpdateScheduleCreateParams) SetBody(body *models.EdgeupdateschedulesCreatePayload)
- func (o *EdgeUpdateScheduleCreateParams) SetContext(ctx context.Context)
- func (o *EdgeUpdateScheduleCreateParams) SetDefaults()
- func (o *EdgeUpdateScheduleCreateParams) SetHTTPClient(client *http.Client)
- func (o *EdgeUpdateScheduleCreateParams) SetTimeout(timeout time.Duration)
- func (o *EdgeUpdateScheduleCreateParams) WithBody(body *models.EdgeupdateschedulesCreatePayload) *EdgeUpdateScheduleCreateParams
- func (o *EdgeUpdateScheduleCreateParams) WithContext(ctx context.Context) *EdgeUpdateScheduleCreateParams
- func (o *EdgeUpdateScheduleCreateParams) WithDefaults() *EdgeUpdateScheduleCreateParams
- func (o *EdgeUpdateScheduleCreateParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleCreateParams
- func (o *EdgeUpdateScheduleCreateParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleCreateParams
- func (o *EdgeUpdateScheduleCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeUpdateScheduleCreateReader
- type EdgeUpdateScheduleDeleteInternalServerError
- func (o *EdgeUpdateScheduleDeleteInternalServerError) Code() int
- func (o *EdgeUpdateScheduleDeleteInternalServerError) Error() string
- func (o *EdgeUpdateScheduleDeleteInternalServerError) IsClientError() bool
- func (o *EdgeUpdateScheduleDeleteInternalServerError) IsCode(code int) bool
- func (o *EdgeUpdateScheduleDeleteInternalServerError) IsRedirect() bool
- func (o *EdgeUpdateScheduleDeleteInternalServerError) IsServerError() bool
- func (o *EdgeUpdateScheduleDeleteInternalServerError) IsSuccess() bool
- func (o *EdgeUpdateScheduleDeleteInternalServerError) String() string
- type EdgeUpdateScheduleDeleteNoContent
- func (o *EdgeUpdateScheduleDeleteNoContent) Code() int
- func (o *EdgeUpdateScheduleDeleteNoContent) Error() string
- func (o *EdgeUpdateScheduleDeleteNoContent) IsClientError() bool
- func (o *EdgeUpdateScheduleDeleteNoContent) IsCode(code int) bool
- func (o *EdgeUpdateScheduleDeleteNoContent) IsRedirect() bool
- func (o *EdgeUpdateScheduleDeleteNoContent) IsServerError() bool
- func (o *EdgeUpdateScheduleDeleteNoContent) IsSuccess() bool
- func (o *EdgeUpdateScheduleDeleteNoContent) String() string
- type EdgeUpdateScheduleDeleteParams
- func NewEdgeUpdateScheduleDeleteParams() *EdgeUpdateScheduleDeleteParams
- func NewEdgeUpdateScheduleDeleteParamsWithContext(ctx context.Context) *EdgeUpdateScheduleDeleteParams
- func NewEdgeUpdateScheduleDeleteParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleDeleteParams
- func NewEdgeUpdateScheduleDeleteParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleDeleteParams
- func (o *EdgeUpdateScheduleDeleteParams) SetContext(ctx context.Context)
- func (o *EdgeUpdateScheduleDeleteParams) SetDefaults()
- func (o *EdgeUpdateScheduleDeleteParams) SetHTTPClient(client *http.Client)
- func (o *EdgeUpdateScheduleDeleteParams) SetID(id int64)
- func (o *EdgeUpdateScheduleDeleteParams) SetTimeout(timeout time.Duration)
- func (o *EdgeUpdateScheduleDeleteParams) WithContext(ctx context.Context) *EdgeUpdateScheduleDeleteParams
- func (o *EdgeUpdateScheduleDeleteParams) WithDefaults() *EdgeUpdateScheduleDeleteParams
- func (o *EdgeUpdateScheduleDeleteParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleDeleteParams
- func (o *EdgeUpdateScheduleDeleteParams) WithID(id int64) *EdgeUpdateScheduleDeleteParams
- func (o *EdgeUpdateScheduleDeleteParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleDeleteParams
- func (o *EdgeUpdateScheduleDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeUpdateScheduleDeleteReader
- type EdgeUpdateScheduleInspectInternalServerError
- func (o *EdgeUpdateScheduleInspectInternalServerError) Code() int
- func (o *EdgeUpdateScheduleInspectInternalServerError) Error() string
- func (o *EdgeUpdateScheduleInspectInternalServerError) IsClientError() bool
- func (o *EdgeUpdateScheduleInspectInternalServerError) IsCode(code int) bool
- func (o *EdgeUpdateScheduleInspectInternalServerError) IsRedirect() bool
- func (o *EdgeUpdateScheduleInspectInternalServerError) IsServerError() bool
- func (o *EdgeUpdateScheduleInspectInternalServerError) IsSuccess() bool
- func (o *EdgeUpdateScheduleInspectInternalServerError) String() string
- type EdgeUpdateScheduleInspectOK
- func (o *EdgeUpdateScheduleInspectOK) Code() int
- func (o *EdgeUpdateScheduleInspectOK) Error() string
- func (o *EdgeUpdateScheduleInspectOK) GetPayload() *models.EdgeupdateschedulesInspectResponse
- func (o *EdgeUpdateScheduleInspectOK) IsClientError() bool
- func (o *EdgeUpdateScheduleInspectOK) IsCode(code int) bool
- func (o *EdgeUpdateScheduleInspectOK) IsRedirect() bool
- func (o *EdgeUpdateScheduleInspectOK) IsServerError() bool
- func (o *EdgeUpdateScheduleInspectOK) IsSuccess() bool
- func (o *EdgeUpdateScheduleInspectOK) String() string
- type EdgeUpdateScheduleInspectParams
- func NewEdgeUpdateScheduleInspectParams() *EdgeUpdateScheduleInspectParams
- func NewEdgeUpdateScheduleInspectParamsWithContext(ctx context.Context) *EdgeUpdateScheduleInspectParams
- func NewEdgeUpdateScheduleInspectParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleInspectParams
- func NewEdgeUpdateScheduleInspectParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleInspectParams
- func (o *EdgeUpdateScheduleInspectParams) SetContext(ctx context.Context)
- func (o *EdgeUpdateScheduleInspectParams) SetDefaults()
- func (o *EdgeUpdateScheduleInspectParams) SetHTTPClient(client *http.Client)
- func (o *EdgeUpdateScheduleInspectParams) SetID(id int64)
- func (o *EdgeUpdateScheduleInspectParams) SetTimeout(timeout time.Duration)
- func (o *EdgeUpdateScheduleInspectParams) WithContext(ctx context.Context) *EdgeUpdateScheduleInspectParams
- func (o *EdgeUpdateScheduleInspectParams) WithDefaults() *EdgeUpdateScheduleInspectParams
- func (o *EdgeUpdateScheduleInspectParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleInspectParams
- func (o *EdgeUpdateScheduleInspectParams) WithID(id int64) *EdgeUpdateScheduleInspectParams
- func (o *EdgeUpdateScheduleInspectParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleInspectParams
- func (o *EdgeUpdateScheduleInspectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeUpdateScheduleInspectReader
- type EdgeUpdateScheduleListInternalServerError
- func (o *EdgeUpdateScheduleListInternalServerError) Code() int
- func (o *EdgeUpdateScheduleListInternalServerError) Error() string
- func (o *EdgeUpdateScheduleListInternalServerError) IsClientError() bool
- func (o *EdgeUpdateScheduleListInternalServerError) IsCode(code int) bool
- func (o *EdgeUpdateScheduleListInternalServerError) IsRedirect() bool
- func (o *EdgeUpdateScheduleListInternalServerError) IsServerError() bool
- func (o *EdgeUpdateScheduleListInternalServerError) IsSuccess() bool
- func (o *EdgeUpdateScheduleListInternalServerError) String() string
- type EdgeUpdateScheduleListOK
- func (o *EdgeUpdateScheduleListOK) Code() int
- func (o *EdgeUpdateScheduleListOK) Error() string
- func (o *EdgeUpdateScheduleListOK) GetPayload() []*models.EdgeupdateschedulesDecoratedUpdateSchedule
- func (o *EdgeUpdateScheduleListOK) IsClientError() bool
- func (o *EdgeUpdateScheduleListOK) IsCode(code int) bool
- func (o *EdgeUpdateScheduleListOK) IsRedirect() bool
- func (o *EdgeUpdateScheduleListOK) IsServerError() bool
- func (o *EdgeUpdateScheduleListOK) IsSuccess() bool
- func (o *EdgeUpdateScheduleListOK) String() string
- type EdgeUpdateScheduleListParams
- func NewEdgeUpdateScheduleListParams() *EdgeUpdateScheduleListParams
- func NewEdgeUpdateScheduleListParamsWithContext(ctx context.Context) *EdgeUpdateScheduleListParams
- func NewEdgeUpdateScheduleListParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleListParams
- func NewEdgeUpdateScheduleListParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleListParams
- func (o *EdgeUpdateScheduleListParams) SetContext(ctx context.Context)
- func (o *EdgeUpdateScheduleListParams) SetDefaults()
- func (o *EdgeUpdateScheduleListParams) SetHTTPClient(client *http.Client)
- func (o *EdgeUpdateScheduleListParams) SetIncludeEdgeStacks(includeEdgeStacks *bool)
- func (o *EdgeUpdateScheduleListParams) SetTimeout(timeout time.Duration)
- func (o *EdgeUpdateScheduleListParams) WithContext(ctx context.Context) *EdgeUpdateScheduleListParams
- func (o *EdgeUpdateScheduleListParams) WithDefaults() *EdgeUpdateScheduleListParams
- func (o *EdgeUpdateScheduleListParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleListParams
- func (o *EdgeUpdateScheduleListParams) WithIncludeEdgeStacks(includeEdgeStacks *bool) *EdgeUpdateScheduleListParams
- func (o *EdgeUpdateScheduleListParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleListParams
- func (o *EdgeUpdateScheduleListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeUpdateScheduleListReader
- type EdgeUpdateScheduleUpdateBadRequest
- func (o *EdgeUpdateScheduleUpdateBadRequest) Code() int
- func (o *EdgeUpdateScheduleUpdateBadRequest) Error() string
- func (o *EdgeUpdateScheduleUpdateBadRequest) IsClientError() bool
- func (o *EdgeUpdateScheduleUpdateBadRequest) IsCode(code int) bool
- func (o *EdgeUpdateScheduleUpdateBadRequest) IsRedirect() bool
- func (o *EdgeUpdateScheduleUpdateBadRequest) IsServerError() bool
- func (o *EdgeUpdateScheduleUpdateBadRequest) IsSuccess() bool
- func (o *EdgeUpdateScheduleUpdateBadRequest) String() string
- type EdgeUpdateScheduleUpdateConflict
- func (o *EdgeUpdateScheduleUpdateConflict) Code() int
- func (o *EdgeUpdateScheduleUpdateConflict) Error() string
- func (o *EdgeUpdateScheduleUpdateConflict) IsClientError() bool
- func (o *EdgeUpdateScheduleUpdateConflict) IsCode(code int) bool
- func (o *EdgeUpdateScheduleUpdateConflict) IsRedirect() bool
- func (o *EdgeUpdateScheduleUpdateConflict) IsServerError() bool
- func (o *EdgeUpdateScheduleUpdateConflict) IsSuccess() bool
- func (o *EdgeUpdateScheduleUpdateConflict) String() string
- type EdgeUpdateScheduleUpdateForbidden
- func (o *EdgeUpdateScheduleUpdateForbidden) Code() int
- func (o *EdgeUpdateScheduleUpdateForbidden) Error() string
- func (o *EdgeUpdateScheduleUpdateForbidden) IsClientError() bool
- func (o *EdgeUpdateScheduleUpdateForbidden) IsCode(code int) bool
- func (o *EdgeUpdateScheduleUpdateForbidden) IsRedirect() bool
- func (o *EdgeUpdateScheduleUpdateForbidden) IsServerError() bool
- func (o *EdgeUpdateScheduleUpdateForbidden) IsSuccess() bool
- func (o *EdgeUpdateScheduleUpdateForbidden) String() string
- type EdgeUpdateScheduleUpdateInternalServerError
- func (o *EdgeUpdateScheduleUpdateInternalServerError) Code() int
- func (o *EdgeUpdateScheduleUpdateInternalServerError) Error() string
- func (o *EdgeUpdateScheduleUpdateInternalServerError) IsClientError() bool
- func (o *EdgeUpdateScheduleUpdateInternalServerError) IsCode(code int) bool
- func (o *EdgeUpdateScheduleUpdateInternalServerError) IsRedirect() bool
- func (o *EdgeUpdateScheduleUpdateInternalServerError) IsServerError() bool
- func (o *EdgeUpdateScheduleUpdateInternalServerError) IsSuccess() bool
- func (o *EdgeUpdateScheduleUpdateInternalServerError) String() string
- type EdgeUpdateScheduleUpdateNoContent
- func (o *EdgeUpdateScheduleUpdateNoContent) Code() int
- func (o *EdgeUpdateScheduleUpdateNoContent) Error() string
- func (o *EdgeUpdateScheduleUpdateNoContent) GetPayload() *models.TypesUpdateSchedule
- func (o *EdgeUpdateScheduleUpdateNoContent) IsClientError() bool
- func (o *EdgeUpdateScheduleUpdateNoContent) IsCode(code int) bool
- func (o *EdgeUpdateScheduleUpdateNoContent) IsRedirect() bool
- func (o *EdgeUpdateScheduleUpdateNoContent) IsServerError() bool
- func (o *EdgeUpdateScheduleUpdateNoContent) IsSuccess() bool
- func (o *EdgeUpdateScheduleUpdateNoContent) String() string
- type EdgeUpdateScheduleUpdateNotFound
- func (o *EdgeUpdateScheduleUpdateNotFound) Code() int
- func (o *EdgeUpdateScheduleUpdateNotFound) Error() string
- func (o *EdgeUpdateScheduleUpdateNotFound) IsClientError() bool
- func (o *EdgeUpdateScheduleUpdateNotFound) IsCode(code int) bool
- func (o *EdgeUpdateScheduleUpdateNotFound) IsRedirect() bool
- func (o *EdgeUpdateScheduleUpdateNotFound) IsServerError() bool
- func (o *EdgeUpdateScheduleUpdateNotFound) IsSuccess() bool
- func (o *EdgeUpdateScheduleUpdateNotFound) String() string
- type EdgeUpdateScheduleUpdateParams
- func NewEdgeUpdateScheduleUpdateParams() *EdgeUpdateScheduleUpdateParams
- func NewEdgeUpdateScheduleUpdateParamsWithContext(ctx context.Context) *EdgeUpdateScheduleUpdateParams
- func NewEdgeUpdateScheduleUpdateParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleUpdateParams
- func NewEdgeUpdateScheduleUpdateParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleUpdateParams
- func (o *EdgeUpdateScheduleUpdateParams) SetBody(body *models.EdgeupdateschedulesUpdatePayload)
- func (o *EdgeUpdateScheduleUpdateParams) SetContext(ctx context.Context)
- func (o *EdgeUpdateScheduleUpdateParams) SetDefaults()
- func (o *EdgeUpdateScheduleUpdateParams) SetHTTPClient(client *http.Client)
- func (o *EdgeUpdateScheduleUpdateParams) SetID(id int64)
- func (o *EdgeUpdateScheduleUpdateParams) SetTimeout(timeout time.Duration)
- func (o *EdgeUpdateScheduleUpdateParams) WithBody(body *models.EdgeupdateschedulesUpdatePayload) *EdgeUpdateScheduleUpdateParams
- func (o *EdgeUpdateScheduleUpdateParams) WithContext(ctx context.Context) *EdgeUpdateScheduleUpdateParams
- func (o *EdgeUpdateScheduleUpdateParams) WithDefaults() *EdgeUpdateScheduleUpdateParams
- func (o *EdgeUpdateScheduleUpdateParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleUpdateParams
- func (o *EdgeUpdateScheduleUpdateParams) WithID(id int64) *EdgeUpdateScheduleUpdateParams
- func (o *EdgeUpdateScheduleUpdateParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleUpdateParams
- func (o *EdgeUpdateScheduleUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EdgeUpdateScheduleUpdateReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentVersionsBadRequest ¶
type AgentVersionsBadRequest struct {
}
AgentVersionsBadRequest describes a response with status code 400, with default header values.
Invalid request
func NewAgentVersionsBadRequest ¶
func NewAgentVersionsBadRequest() *AgentVersionsBadRequest
NewAgentVersionsBadRequest creates a AgentVersionsBadRequest with default headers values
func (*AgentVersionsBadRequest) Code ¶
func (o *AgentVersionsBadRequest) Code() int
Code gets the status code for the agent versions bad request response
func (*AgentVersionsBadRequest) Error ¶
func (o *AgentVersionsBadRequest) Error() string
func (*AgentVersionsBadRequest) IsClientError ¶
func (o *AgentVersionsBadRequest) IsClientError() bool
IsClientError returns true when this agent versions bad request response has a 4xx status code
func (*AgentVersionsBadRequest) IsCode ¶
func (o *AgentVersionsBadRequest) IsCode(code int) bool
IsCode returns true when this agent versions bad request response a status code equal to that given
func (*AgentVersionsBadRequest) IsRedirect ¶
func (o *AgentVersionsBadRequest) IsRedirect() bool
IsRedirect returns true when this agent versions bad request response has a 3xx status code
func (*AgentVersionsBadRequest) IsServerError ¶
func (o *AgentVersionsBadRequest) IsServerError() bool
IsServerError returns true when this agent versions bad request response has a 5xx status code
func (*AgentVersionsBadRequest) IsSuccess ¶
func (o *AgentVersionsBadRequest) IsSuccess() bool
IsSuccess returns true when this agent versions bad request response has a 2xx status code
func (*AgentVersionsBadRequest) String ¶
func (o *AgentVersionsBadRequest) String() string
type AgentVersionsInternalServerError ¶
type AgentVersionsInternalServerError struct {
}
AgentVersionsInternalServerError describes a response with status code 500, with default header values.
Server error
func NewAgentVersionsInternalServerError ¶
func NewAgentVersionsInternalServerError() *AgentVersionsInternalServerError
NewAgentVersionsInternalServerError creates a AgentVersionsInternalServerError with default headers values
func (*AgentVersionsInternalServerError) Code ¶
func (o *AgentVersionsInternalServerError) Code() int
Code gets the status code for the agent versions internal server error response
func (*AgentVersionsInternalServerError) Error ¶
func (o *AgentVersionsInternalServerError) Error() string
func (*AgentVersionsInternalServerError) IsClientError ¶
func (o *AgentVersionsInternalServerError) IsClientError() bool
IsClientError returns true when this agent versions internal server error response has a 4xx status code
func (*AgentVersionsInternalServerError) IsCode ¶
func (o *AgentVersionsInternalServerError) IsCode(code int) bool
IsCode returns true when this agent versions internal server error response a status code equal to that given
func (*AgentVersionsInternalServerError) IsRedirect ¶
func (o *AgentVersionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this agent versions internal server error response has a 3xx status code
func (*AgentVersionsInternalServerError) IsServerError ¶
func (o *AgentVersionsInternalServerError) IsServerError() bool
IsServerError returns true when this agent versions internal server error response has a 5xx status code
func (*AgentVersionsInternalServerError) IsSuccess ¶
func (o *AgentVersionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this agent versions internal server error response has a 2xx status code
func (*AgentVersionsInternalServerError) String ¶
func (o *AgentVersionsInternalServerError) String() string
type AgentVersionsOK ¶
type AgentVersionsOK struct {
Payload []string
}
AgentVersionsOK describes a response with status code 200, with default header values.
OK
func NewAgentVersionsOK ¶
func NewAgentVersionsOK() *AgentVersionsOK
NewAgentVersionsOK creates a AgentVersionsOK with default headers values
func (*AgentVersionsOK) Code ¶
func (o *AgentVersionsOK) Code() int
Code gets the status code for the agent versions o k response
func (*AgentVersionsOK) Error ¶
func (o *AgentVersionsOK) Error() string
func (*AgentVersionsOK) GetPayload ¶
func (o *AgentVersionsOK) GetPayload() []string
func (*AgentVersionsOK) IsClientError ¶
func (o *AgentVersionsOK) IsClientError() bool
IsClientError returns true when this agent versions o k response has a 4xx status code
func (*AgentVersionsOK) IsCode ¶
func (o *AgentVersionsOK) IsCode(code int) bool
IsCode returns true when this agent versions o k response a status code equal to that given
func (*AgentVersionsOK) IsRedirect ¶
func (o *AgentVersionsOK) IsRedirect() bool
IsRedirect returns true when this agent versions o k response has a 3xx status code
func (*AgentVersionsOK) IsServerError ¶
func (o *AgentVersionsOK) IsServerError() bool
IsServerError returns true when this agent versions o k response has a 5xx status code
func (*AgentVersionsOK) IsSuccess ¶
func (o *AgentVersionsOK) IsSuccess() bool
IsSuccess returns true when this agent versions o k response has a 2xx status code
func (*AgentVersionsOK) String ¶
func (o *AgentVersionsOK) String() string
type AgentVersionsParams ¶
type AgentVersionsParams struct {
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
AgentVersionsParams contains all the parameters to send to the API endpoint
for the agent versions operation. Typically these are written to a http.Request.
func NewAgentVersionsParams ¶
func NewAgentVersionsParams() *AgentVersionsParams
NewAgentVersionsParams creates a new AgentVersionsParams 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 NewAgentVersionsParamsWithContext ¶
func NewAgentVersionsParamsWithContext(ctx context.Context) *AgentVersionsParams
NewAgentVersionsParamsWithContext creates a new AgentVersionsParams object with the ability to set a context for a request.
func NewAgentVersionsParamsWithHTTPClient ¶
func NewAgentVersionsParamsWithHTTPClient(client *http.Client) *AgentVersionsParams
NewAgentVersionsParamsWithHTTPClient creates a new AgentVersionsParams object with the ability to set a custom HTTPClient for a request.
func NewAgentVersionsParamsWithTimeout ¶
func NewAgentVersionsParamsWithTimeout(timeout time.Duration) *AgentVersionsParams
NewAgentVersionsParamsWithTimeout creates a new AgentVersionsParams object with the ability to set a timeout on a request.
func (*AgentVersionsParams) SetContext ¶
func (o *AgentVersionsParams) SetContext(ctx context.Context)
SetContext adds the context to the agent versions params
func (*AgentVersionsParams) SetDefaults ¶
func (o *AgentVersionsParams) SetDefaults()
SetDefaults hydrates default values in the agent versions params (not the query body).
All values with no default are reset to their zero value.
func (*AgentVersionsParams) SetHTTPClient ¶
func (o *AgentVersionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the agent versions params
func (*AgentVersionsParams) SetTimeout ¶
func (o *AgentVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the agent versions params
func (*AgentVersionsParams) WithContext ¶
func (o *AgentVersionsParams) WithContext(ctx context.Context) *AgentVersionsParams
WithContext adds the context to the agent versions params
func (*AgentVersionsParams) WithDefaults ¶
func (o *AgentVersionsParams) WithDefaults() *AgentVersionsParams
WithDefaults hydrates default values in the agent versions params (not the query body).
All values with no default are reset to their zero value.
func (*AgentVersionsParams) WithHTTPClient ¶
func (o *AgentVersionsParams) WithHTTPClient(client *http.Client) *AgentVersionsParams
WithHTTPClient adds the HTTPClient to the agent versions params
func (*AgentVersionsParams) WithTimeout ¶
func (o *AgentVersionsParams) WithTimeout(timeout time.Duration) *AgentVersionsParams
WithTimeout adds the timeout to the agent versions params
func (*AgentVersionsParams) WriteToRequest ¶
func (o *AgentVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AgentVersionsReader ¶
type AgentVersionsReader struct {
// contains filtered or unexported fields
}
AgentVersionsReader is a Reader for the AgentVersions structure.
func (*AgentVersionsReader) ReadResponse ¶
func (o *AgentVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for edge update schedules API
func (*Client) AgentVersions ¶
func (a *Client) AgentVersions(params *AgentVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AgentVersionsOK, error)
AgentVersions fetches the supported versions of the agent to update rollback
**Access policy**: authenticated
func (*Client) EdgeUpdatePreviousVersions ¶
func (a *Client) EdgeUpdatePreviousVersions(params *EdgeUpdatePreviousVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdatePreviousVersionsOK, error)
EdgeUpdatePreviousVersions fetches the previous versions of updated agents
**Access policy**: administrator
func (*Client) EdgeUpdateScheduleActiveSchedulesList ¶
func (a *Client) EdgeUpdateScheduleActiveSchedulesList(params *EdgeUpdateScheduleActiveSchedulesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleActiveSchedulesListOK, error)
EdgeUpdateScheduleActiveSchedulesList fetches the list of active edge update schedules
**Access policy**: administrator
func (*Client) EdgeUpdateScheduleCreate ¶
func (a *Client) EdgeUpdateScheduleCreate(params *EdgeUpdateScheduleCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleCreateOK, error)
EdgeUpdateScheduleCreate creates a scheduled remote update procedure for edge agents Creates a scheduled remote update process that will update or rollback the Edge agents in the specified Edge groups.
**Access policy**: Administrator only.
func (*Client) EdgeUpdateScheduleDelete ¶
func (a *Client) EdgeUpdateScheduleDelete(params *EdgeUpdateScheduleDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleDeleteNoContent, error)
EdgeUpdateScheduleDelete deletes an edge update schedule
**Access policy**: administrator
func (*Client) EdgeUpdateScheduleInspect ¶
func (a *Client) EdgeUpdateScheduleInspect(params *EdgeUpdateScheduleInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleInspectOK, error)
EdgeUpdateScheduleInspect returns the edge update schedule with the given ID
**Access policy**: administrator
func (*Client) EdgeUpdateScheduleList ¶
func (a *Client) EdgeUpdateScheduleList(params *EdgeUpdateScheduleListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleListOK, error)
EdgeUpdateScheduleList fetches the list of edge update schedules
**Access policy**: administrator
func (*Client) EdgeUpdateScheduleUpdate ¶
func (a *Client) EdgeUpdateScheduleUpdate(params *EdgeUpdateScheduleUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleUpdateNoContent, error)
EdgeUpdateScheduleUpdate updates a scheduled remote update procedure for edge agents Creates a scheduled remote update process that will update or rollback the Edge agents in the specified Edge groups.
**Access policy**: Administrator only.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface {
AgentVersions(params *AgentVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AgentVersionsOK, error)
EdgeUpdatePreviousVersions(params *EdgeUpdatePreviousVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdatePreviousVersionsOK, error)
EdgeUpdateScheduleActiveSchedulesList(params *EdgeUpdateScheduleActiveSchedulesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleActiveSchedulesListOK, error)
EdgeUpdateScheduleCreate(params *EdgeUpdateScheduleCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleCreateOK, error)
EdgeUpdateScheduleDelete(params *EdgeUpdateScheduleDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleDeleteNoContent, error)
EdgeUpdateScheduleInspect(params *EdgeUpdateScheduleInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleInspectOK, error)
EdgeUpdateScheduleList(params *EdgeUpdateScheduleListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleListOK, error)
EdgeUpdateScheduleUpdate(params *EdgeUpdateScheduleUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeUpdateScheduleUpdateNoContent, 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 edge update schedules API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new edge update schedules API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new edge update schedules 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 EdgeUpdatePreviousVersionsBadRequest ¶
type EdgeUpdatePreviousVersionsBadRequest struct {
}
EdgeUpdatePreviousVersionsBadRequest describes a response with status code 400, with default header values.
Invalid request
func NewEdgeUpdatePreviousVersionsBadRequest ¶
func NewEdgeUpdatePreviousVersionsBadRequest() *EdgeUpdatePreviousVersionsBadRequest
NewEdgeUpdatePreviousVersionsBadRequest creates a EdgeUpdatePreviousVersionsBadRequest with default headers values
func (*EdgeUpdatePreviousVersionsBadRequest) Code ¶
func (o *EdgeUpdatePreviousVersionsBadRequest) Code() int
Code gets the status code for the edge update previous versions bad request response
func (*EdgeUpdatePreviousVersionsBadRequest) Error ¶
func (o *EdgeUpdatePreviousVersionsBadRequest) Error() string
func (*EdgeUpdatePreviousVersionsBadRequest) IsClientError ¶
func (o *EdgeUpdatePreviousVersionsBadRequest) IsClientError() bool
IsClientError returns true when this edge update previous versions bad request response has a 4xx status code
func (*EdgeUpdatePreviousVersionsBadRequest) IsCode ¶
func (o *EdgeUpdatePreviousVersionsBadRequest) IsCode(code int) bool
IsCode returns true when this edge update previous versions bad request response a status code equal to that given
func (*EdgeUpdatePreviousVersionsBadRequest) IsRedirect ¶
func (o *EdgeUpdatePreviousVersionsBadRequest) IsRedirect() bool
IsRedirect returns true when this edge update previous versions bad request response has a 3xx status code
func (*EdgeUpdatePreviousVersionsBadRequest) IsServerError ¶
func (o *EdgeUpdatePreviousVersionsBadRequest) IsServerError() bool
IsServerError returns true when this edge update previous versions bad request response has a 5xx status code
func (*EdgeUpdatePreviousVersionsBadRequest) IsSuccess ¶
func (o *EdgeUpdatePreviousVersionsBadRequest) IsSuccess() bool
IsSuccess returns true when this edge update previous versions bad request response has a 2xx status code
func (*EdgeUpdatePreviousVersionsBadRequest) String ¶
func (o *EdgeUpdatePreviousVersionsBadRequest) String() string
type EdgeUpdatePreviousVersionsInternalServerError ¶
type EdgeUpdatePreviousVersionsInternalServerError struct {
}
EdgeUpdatePreviousVersionsInternalServerError describes a response with status code 500, with default header values.
Server error
func NewEdgeUpdatePreviousVersionsInternalServerError ¶
func NewEdgeUpdatePreviousVersionsInternalServerError() *EdgeUpdatePreviousVersionsInternalServerError
NewEdgeUpdatePreviousVersionsInternalServerError creates a EdgeUpdatePreviousVersionsInternalServerError with default headers values
func (*EdgeUpdatePreviousVersionsInternalServerError) Code ¶
func (o *EdgeUpdatePreviousVersionsInternalServerError) Code() int
Code gets the status code for the edge update previous versions internal server error response
func (*EdgeUpdatePreviousVersionsInternalServerError) Error ¶
func (o *EdgeUpdatePreviousVersionsInternalServerError) Error() string
func (*EdgeUpdatePreviousVersionsInternalServerError) IsClientError ¶
func (o *EdgeUpdatePreviousVersionsInternalServerError) IsClientError() bool
IsClientError returns true when this edge update previous versions internal server error response has a 4xx status code
func (*EdgeUpdatePreviousVersionsInternalServerError) IsCode ¶
func (o *EdgeUpdatePreviousVersionsInternalServerError) IsCode(code int) bool
IsCode returns true when this edge update previous versions internal server error response a status code equal to that given
func (*EdgeUpdatePreviousVersionsInternalServerError) IsRedirect ¶
func (o *EdgeUpdatePreviousVersionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge update previous versions internal server error response has a 3xx status code
func (*EdgeUpdatePreviousVersionsInternalServerError) IsServerError ¶
func (o *EdgeUpdatePreviousVersionsInternalServerError) IsServerError() bool
IsServerError returns true when this edge update previous versions internal server error response has a 5xx status code
func (*EdgeUpdatePreviousVersionsInternalServerError) IsSuccess ¶
func (o *EdgeUpdatePreviousVersionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge update previous versions internal server error response has a 2xx status code
func (*EdgeUpdatePreviousVersionsInternalServerError) String ¶
func (o *EdgeUpdatePreviousVersionsInternalServerError) String() string
type EdgeUpdatePreviousVersionsOK ¶
EdgeUpdatePreviousVersionsOK describes a response with status code 200, with default header values.
OK
func NewEdgeUpdatePreviousVersionsOK ¶
func NewEdgeUpdatePreviousVersionsOK() *EdgeUpdatePreviousVersionsOK
NewEdgeUpdatePreviousVersionsOK creates a EdgeUpdatePreviousVersionsOK with default headers values
func (*EdgeUpdatePreviousVersionsOK) Code ¶
func (o *EdgeUpdatePreviousVersionsOK) Code() int
Code gets the status code for the edge update previous versions o k response
func (*EdgeUpdatePreviousVersionsOK) Error ¶
func (o *EdgeUpdatePreviousVersionsOK) Error() string
func (*EdgeUpdatePreviousVersionsOK) GetPayload ¶
func (o *EdgeUpdatePreviousVersionsOK) GetPayload() map[string]string
func (*EdgeUpdatePreviousVersionsOK) IsClientError ¶
func (o *EdgeUpdatePreviousVersionsOK) IsClientError() bool
IsClientError returns true when this edge update previous versions o k response has a 4xx status code
func (*EdgeUpdatePreviousVersionsOK) IsCode ¶
func (o *EdgeUpdatePreviousVersionsOK) IsCode(code int) bool
IsCode returns true when this edge update previous versions o k response a status code equal to that given
func (*EdgeUpdatePreviousVersionsOK) IsRedirect ¶
func (o *EdgeUpdatePreviousVersionsOK) IsRedirect() bool
IsRedirect returns true when this edge update previous versions o k response has a 3xx status code
func (*EdgeUpdatePreviousVersionsOK) IsServerError ¶
func (o *EdgeUpdatePreviousVersionsOK) IsServerError() bool
IsServerError returns true when this edge update previous versions o k response has a 5xx status code
func (*EdgeUpdatePreviousVersionsOK) IsSuccess ¶
func (o *EdgeUpdatePreviousVersionsOK) IsSuccess() bool
IsSuccess returns true when this edge update previous versions o k response has a 2xx status code
func (*EdgeUpdatePreviousVersionsOK) String ¶
func (o *EdgeUpdatePreviousVersionsOK) String() string
type EdgeUpdatePreviousVersionsParams ¶
type EdgeUpdatePreviousVersionsParams struct {
/* EdgeGroupIds.
Edge Group IDs
*/
EdgeGroupIds []int64
/* EnvironmentIds.
Environment IDs
*/
EnvironmentIds []int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeUpdatePreviousVersionsParams contains all the parameters to send to the API endpoint
for the edge update previous versions operation. Typically these are written to a http.Request.
func NewEdgeUpdatePreviousVersionsParams ¶
func NewEdgeUpdatePreviousVersionsParams() *EdgeUpdatePreviousVersionsParams
NewEdgeUpdatePreviousVersionsParams creates a new EdgeUpdatePreviousVersionsParams 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 NewEdgeUpdatePreviousVersionsParamsWithContext ¶
func NewEdgeUpdatePreviousVersionsParamsWithContext(ctx context.Context) *EdgeUpdatePreviousVersionsParams
NewEdgeUpdatePreviousVersionsParamsWithContext creates a new EdgeUpdatePreviousVersionsParams object with the ability to set a context for a request.
func NewEdgeUpdatePreviousVersionsParamsWithHTTPClient ¶
func NewEdgeUpdatePreviousVersionsParamsWithHTTPClient(client *http.Client) *EdgeUpdatePreviousVersionsParams
NewEdgeUpdatePreviousVersionsParamsWithHTTPClient creates a new EdgeUpdatePreviousVersionsParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeUpdatePreviousVersionsParamsWithTimeout ¶
func NewEdgeUpdatePreviousVersionsParamsWithTimeout(timeout time.Duration) *EdgeUpdatePreviousVersionsParams
NewEdgeUpdatePreviousVersionsParamsWithTimeout creates a new EdgeUpdatePreviousVersionsParams object with the ability to set a timeout on a request.
func (*EdgeUpdatePreviousVersionsParams) SetContext ¶
func (o *EdgeUpdatePreviousVersionsParams) SetContext(ctx context.Context)
SetContext adds the context to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) SetDefaults ¶
func (o *EdgeUpdatePreviousVersionsParams) SetDefaults()
SetDefaults hydrates default values in the edge update previous versions params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdatePreviousVersionsParams) SetEdgeGroupIds ¶
func (o *EdgeUpdatePreviousVersionsParams) SetEdgeGroupIds(edgeGroupIds []int64)
SetEdgeGroupIds adds the edgeGroupIds to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) SetEnvironmentIds ¶
func (o *EdgeUpdatePreviousVersionsParams) SetEnvironmentIds(environmentIds []int64)
SetEnvironmentIds adds the environmentIds to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) SetHTTPClient ¶
func (o *EdgeUpdatePreviousVersionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) SetTimeout ¶
func (o *EdgeUpdatePreviousVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) WithContext ¶
func (o *EdgeUpdatePreviousVersionsParams) WithContext(ctx context.Context) *EdgeUpdatePreviousVersionsParams
WithContext adds the context to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) WithDefaults ¶
func (o *EdgeUpdatePreviousVersionsParams) WithDefaults() *EdgeUpdatePreviousVersionsParams
WithDefaults hydrates default values in the edge update previous versions params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdatePreviousVersionsParams) WithEdgeGroupIds ¶
func (o *EdgeUpdatePreviousVersionsParams) WithEdgeGroupIds(edgeGroupIds []int64) *EdgeUpdatePreviousVersionsParams
WithEdgeGroupIds adds the edgeGroupIds to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) WithEnvironmentIds ¶
func (o *EdgeUpdatePreviousVersionsParams) WithEnvironmentIds(environmentIds []int64) *EdgeUpdatePreviousVersionsParams
WithEnvironmentIds adds the environmentIds to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) WithHTTPClient ¶
func (o *EdgeUpdatePreviousVersionsParams) WithHTTPClient(client *http.Client) *EdgeUpdatePreviousVersionsParams
WithHTTPClient adds the HTTPClient to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) WithTimeout ¶
func (o *EdgeUpdatePreviousVersionsParams) WithTimeout(timeout time.Duration) *EdgeUpdatePreviousVersionsParams
WithTimeout adds the timeout to the edge update previous versions params
func (*EdgeUpdatePreviousVersionsParams) WriteToRequest ¶
func (o *EdgeUpdatePreviousVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeUpdatePreviousVersionsReader ¶
type EdgeUpdatePreviousVersionsReader struct {
// contains filtered or unexported fields
}
EdgeUpdatePreviousVersionsReader is a Reader for the EdgeUpdatePreviousVersions structure.
func (*EdgeUpdatePreviousVersionsReader) ReadResponse ¶
func (o *EdgeUpdatePreviousVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeUpdateScheduleActiveSchedulesListInternalServerError ¶
type EdgeUpdateScheduleActiveSchedulesListInternalServerError struct {
}
EdgeUpdateScheduleActiveSchedulesListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeUpdateScheduleActiveSchedulesListInternalServerError ¶
func NewEdgeUpdateScheduleActiveSchedulesListInternalServerError() *EdgeUpdateScheduleActiveSchedulesListInternalServerError
NewEdgeUpdateScheduleActiveSchedulesListInternalServerError creates a EdgeUpdateScheduleActiveSchedulesListInternalServerError with default headers values
func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) Code ¶
func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) Code() int
Code gets the status code for the edge update schedule active schedules list internal server error response
func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) Error ¶
func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) Error() string
func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsClientError ¶
func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsClientError() bool
IsClientError returns true when this edge update schedule active schedules list internal server error response has a 4xx status code
func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsCode ¶
func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsCode(code int) bool
IsCode returns true when this edge update schedule active schedules list internal server error response a status code equal to that given
func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsRedirect ¶
func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge update schedule active schedules list internal server error response has a 3xx status code
func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsServerError ¶
func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsServerError() bool
IsServerError returns true when this edge update schedule active schedules list internal server error response has a 5xx status code
func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsSuccess ¶
func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge update schedule active schedules list internal server error response has a 2xx status code
func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) String ¶
func (o *EdgeUpdateScheduleActiveSchedulesListInternalServerError) String() string
type EdgeUpdateScheduleActiveSchedulesListOK ¶
type EdgeUpdateScheduleActiveSchedulesListOK struct {
Payload []*models.TypesEndpointUpdateScheduleRelation
}
EdgeUpdateScheduleActiveSchedulesListOK describes a response with status code 200, with default header values.
OK
func NewEdgeUpdateScheduleActiveSchedulesListOK ¶
func NewEdgeUpdateScheduleActiveSchedulesListOK() *EdgeUpdateScheduleActiveSchedulesListOK
NewEdgeUpdateScheduleActiveSchedulesListOK creates a EdgeUpdateScheduleActiveSchedulesListOK with default headers values
func (*EdgeUpdateScheduleActiveSchedulesListOK) Code ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) Code() int
Code gets the status code for the edge update schedule active schedules list o k response
func (*EdgeUpdateScheduleActiveSchedulesListOK) Error ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) Error() string
func (*EdgeUpdateScheduleActiveSchedulesListOK) GetPayload ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) GetPayload() []*models.TypesEndpointUpdateScheduleRelation
func (*EdgeUpdateScheduleActiveSchedulesListOK) IsClientError ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsClientError() bool
IsClientError returns true when this edge update schedule active schedules list o k response has a 4xx status code
func (*EdgeUpdateScheduleActiveSchedulesListOK) IsCode ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsCode(code int) bool
IsCode returns true when this edge update schedule active schedules list o k response a status code equal to that given
func (*EdgeUpdateScheduleActiveSchedulesListOK) IsRedirect ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsRedirect() bool
IsRedirect returns true when this edge update schedule active schedules list o k response has a 3xx status code
func (*EdgeUpdateScheduleActiveSchedulesListOK) IsServerError ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsServerError() bool
IsServerError returns true when this edge update schedule active schedules list o k response has a 5xx status code
func (*EdgeUpdateScheduleActiveSchedulesListOK) IsSuccess ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) IsSuccess() bool
IsSuccess returns true when this edge update schedule active schedules list o k response has a 2xx status code
func (*EdgeUpdateScheduleActiveSchedulesListOK) String ¶
func (o *EdgeUpdateScheduleActiveSchedulesListOK) String() string
type EdgeUpdateScheduleActiveSchedulesListParams ¶
type EdgeUpdateScheduleActiveSchedulesListParams struct {
/* Body.
Active schedule query
*/
Body *models.EdgeupdateschedulesActiveSchedulePayload
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeUpdateScheduleActiveSchedulesListParams contains all the parameters to send to the API endpoint
for the edge update schedule active schedules list operation. Typically these are written to a http.Request.
func NewEdgeUpdateScheduleActiveSchedulesListParams ¶
func NewEdgeUpdateScheduleActiveSchedulesListParams() *EdgeUpdateScheduleActiveSchedulesListParams
NewEdgeUpdateScheduleActiveSchedulesListParams creates a new EdgeUpdateScheduleActiveSchedulesListParams 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 NewEdgeUpdateScheduleActiveSchedulesListParamsWithContext ¶
func NewEdgeUpdateScheduleActiveSchedulesListParamsWithContext(ctx context.Context) *EdgeUpdateScheduleActiveSchedulesListParams
NewEdgeUpdateScheduleActiveSchedulesListParamsWithContext creates a new EdgeUpdateScheduleActiveSchedulesListParams object with the ability to set a context for a request.
func NewEdgeUpdateScheduleActiveSchedulesListParamsWithHTTPClient ¶
func NewEdgeUpdateScheduleActiveSchedulesListParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleActiveSchedulesListParams
NewEdgeUpdateScheduleActiveSchedulesListParamsWithHTTPClient creates a new EdgeUpdateScheduleActiveSchedulesListParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeUpdateScheduleActiveSchedulesListParamsWithTimeout ¶
func NewEdgeUpdateScheduleActiveSchedulesListParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleActiveSchedulesListParams
NewEdgeUpdateScheduleActiveSchedulesListParamsWithTimeout creates a new EdgeUpdateScheduleActiveSchedulesListParams object with the ability to set a timeout on a request.
func (*EdgeUpdateScheduleActiveSchedulesListParams) SetBody ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetBody(body *models.EdgeupdateschedulesActiveSchedulePayload)
SetBody adds the body to the edge update schedule active schedules list params
func (*EdgeUpdateScheduleActiveSchedulesListParams) SetContext ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetContext(ctx context.Context)
SetContext adds the context to the edge update schedule active schedules list params
func (*EdgeUpdateScheduleActiveSchedulesListParams) SetDefaults ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetDefaults()
SetDefaults hydrates default values in the edge update schedule active schedules list params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleActiveSchedulesListParams) SetHTTPClient ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge update schedule active schedules list params
func (*EdgeUpdateScheduleActiveSchedulesListParams) SetTimeout ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge update schedule active schedules list params
func (*EdgeUpdateScheduleActiveSchedulesListParams) WithBody ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithBody(body *models.EdgeupdateschedulesActiveSchedulePayload) *EdgeUpdateScheduleActiveSchedulesListParams
WithBody adds the body to the edge update schedule active schedules list params
func (*EdgeUpdateScheduleActiveSchedulesListParams) WithContext ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithContext(ctx context.Context) *EdgeUpdateScheduleActiveSchedulesListParams
WithContext adds the context to the edge update schedule active schedules list params
func (*EdgeUpdateScheduleActiveSchedulesListParams) WithDefaults ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithDefaults() *EdgeUpdateScheduleActiveSchedulesListParams
WithDefaults hydrates default values in the edge update schedule active schedules list params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleActiveSchedulesListParams) WithHTTPClient ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleActiveSchedulesListParams
WithHTTPClient adds the HTTPClient to the edge update schedule active schedules list params
func (*EdgeUpdateScheduleActiveSchedulesListParams) WithTimeout ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleActiveSchedulesListParams
WithTimeout adds the timeout to the edge update schedule active schedules list params
func (*EdgeUpdateScheduleActiveSchedulesListParams) WriteToRequest ¶
func (o *EdgeUpdateScheduleActiveSchedulesListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeUpdateScheduleActiveSchedulesListReader ¶
type EdgeUpdateScheduleActiveSchedulesListReader struct {
// contains filtered or unexported fields
}
EdgeUpdateScheduleActiveSchedulesListReader is a Reader for the EdgeUpdateScheduleActiveSchedulesList structure.
func (*EdgeUpdateScheduleActiveSchedulesListReader) ReadResponse ¶
func (o *EdgeUpdateScheduleActiveSchedulesListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeUpdateScheduleCreateBadRequest ¶
type EdgeUpdateScheduleCreateBadRequest struct {
}
EdgeUpdateScheduleCreateBadRequest describes a response with status code 400, with default header values.
Invalid request payload, such as missing required fields or fields not meeting validation criteria.
func NewEdgeUpdateScheduleCreateBadRequest ¶
func NewEdgeUpdateScheduleCreateBadRequest() *EdgeUpdateScheduleCreateBadRequest
NewEdgeUpdateScheduleCreateBadRequest creates a EdgeUpdateScheduleCreateBadRequest with default headers values
func (*EdgeUpdateScheduleCreateBadRequest) Code ¶
func (o *EdgeUpdateScheduleCreateBadRequest) Code() int
Code gets the status code for the edge update schedule create bad request response
func (*EdgeUpdateScheduleCreateBadRequest) Error ¶
func (o *EdgeUpdateScheduleCreateBadRequest) Error() string
func (*EdgeUpdateScheduleCreateBadRequest) IsClientError ¶
func (o *EdgeUpdateScheduleCreateBadRequest) IsClientError() bool
IsClientError returns true when this edge update schedule create bad request response has a 4xx status code
func (*EdgeUpdateScheduleCreateBadRequest) IsCode ¶
func (o *EdgeUpdateScheduleCreateBadRequest) IsCode(code int) bool
IsCode returns true when this edge update schedule create bad request response a status code equal to that given
func (*EdgeUpdateScheduleCreateBadRequest) IsRedirect ¶
func (o *EdgeUpdateScheduleCreateBadRequest) IsRedirect() bool
IsRedirect returns true when this edge update schedule create bad request response has a 3xx status code
func (*EdgeUpdateScheduleCreateBadRequest) IsServerError ¶
func (o *EdgeUpdateScheduleCreateBadRequest) IsServerError() bool
IsServerError returns true when this edge update schedule create bad request response has a 5xx status code
func (*EdgeUpdateScheduleCreateBadRequest) IsSuccess ¶
func (o *EdgeUpdateScheduleCreateBadRequest) IsSuccess() bool
IsSuccess returns true when this edge update schedule create bad request response has a 2xx status code
func (*EdgeUpdateScheduleCreateBadRequest) String ¶
func (o *EdgeUpdateScheduleCreateBadRequest) String() string
type EdgeUpdateScheduleCreateConflict ¶
type EdgeUpdateScheduleCreateConflict struct {
}
EdgeUpdateScheduleCreateConflict describes a response with status code 409, with default header values.
Edge update schedule name already in use.
func NewEdgeUpdateScheduleCreateConflict ¶
func NewEdgeUpdateScheduleCreateConflict() *EdgeUpdateScheduleCreateConflict
NewEdgeUpdateScheduleCreateConflict creates a EdgeUpdateScheduleCreateConflict with default headers values
func (*EdgeUpdateScheduleCreateConflict) Code ¶
func (o *EdgeUpdateScheduleCreateConflict) Code() int
Code gets the status code for the edge update schedule create conflict response
func (*EdgeUpdateScheduleCreateConflict) Error ¶
func (o *EdgeUpdateScheduleCreateConflict) Error() string
func (*EdgeUpdateScheduleCreateConflict) IsClientError ¶
func (o *EdgeUpdateScheduleCreateConflict) IsClientError() bool
IsClientError returns true when this edge update schedule create conflict response has a 4xx status code
func (*EdgeUpdateScheduleCreateConflict) IsCode ¶
func (o *EdgeUpdateScheduleCreateConflict) IsCode(code int) bool
IsCode returns true when this edge update schedule create conflict response a status code equal to that given
func (*EdgeUpdateScheduleCreateConflict) IsRedirect ¶
func (o *EdgeUpdateScheduleCreateConflict) IsRedirect() bool
IsRedirect returns true when this edge update schedule create conflict response has a 3xx status code
func (*EdgeUpdateScheduleCreateConflict) IsServerError ¶
func (o *EdgeUpdateScheduleCreateConflict) IsServerError() bool
IsServerError returns true when this edge update schedule create conflict response has a 5xx status code
func (*EdgeUpdateScheduleCreateConflict) IsSuccess ¶
func (o *EdgeUpdateScheduleCreateConflict) IsSuccess() bool
IsSuccess returns true when this edge update schedule create conflict response has a 2xx status code
func (*EdgeUpdateScheduleCreateConflict) String ¶
func (o *EdgeUpdateScheduleCreateConflict) String() string
type EdgeUpdateScheduleCreateForbidden ¶
type EdgeUpdateScheduleCreateForbidden struct {
}
EdgeUpdateScheduleCreateForbidden describes a response with status code 403, with default header values.
Unauthorized access or operation not allowed.
func NewEdgeUpdateScheduleCreateForbidden ¶
func NewEdgeUpdateScheduleCreateForbidden() *EdgeUpdateScheduleCreateForbidden
NewEdgeUpdateScheduleCreateForbidden creates a EdgeUpdateScheduleCreateForbidden with default headers values
func (*EdgeUpdateScheduleCreateForbidden) Code ¶
func (o *EdgeUpdateScheduleCreateForbidden) Code() int
Code gets the status code for the edge update schedule create forbidden response
func (*EdgeUpdateScheduleCreateForbidden) Error ¶
func (o *EdgeUpdateScheduleCreateForbidden) Error() string
func (*EdgeUpdateScheduleCreateForbidden) IsClientError ¶
func (o *EdgeUpdateScheduleCreateForbidden) IsClientError() bool
IsClientError returns true when this edge update schedule create forbidden response has a 4xx status code
func (*EdgeUpdateScheduleCreateForbidden) IsCode ¶
func (o *EdgeUpdateScheduleCreateForbidden) IsCode(code int) bool
IsCode returns true when this edge update schedule create forbidden response a status code equal to that given
func (*EdgeUpdateScheduleCreateForbidden) IsRedirect ¶
func (o *EdgeUpdateScheduleCreateForbidden) IsRedirect() bool
IsRedirect returns true when this edge update schedule create forbidden response has a 3xx status code
func (*EdgeUpdateScheduleCreateForbidden) IsServerError ¶
func (o *EdgeUpdateScheduleCreateForbidden) IsServerError() bool
IsServerError returns true when this edge update schedule create forbidden response has a 5xx status code
func (*EdgeUpdateScheduleCreateForbidden) IsSuccess ¶
func (o *EdgeUpdateScheduleCreateForbidden) IsSuccess() bool
IsSuccess returns true when this edge update schedule create forbidden response has a 2xx status code
func (*EdgeUpdateScheduleCreateForbidden) String ¶
func (o *EdgeUpdateScheduleCreateForbidden) String() string
type EdgeUpdateScheduleCreateInternalServerError ¶
type EdgeUpdateScheduleCreateInternalServerError struct {
}
EdgeUpdateScheduleCreateInternalServerError describes a response with status code 500, with default header values.
Server error occurred while attempting to create the remote update procedure.
func NewEdgeUpdateScheduleCreateInternalServerError ¶
func NewEdgeUpdateScheduleCreateInternalServerError() *EdgeUpdateScheduleCreateInternalServerError
NewEdgeUpdateScheduleCreateInternalServerError creates a EdgeUpdateScheduleCreateInternalServerError with default headers values
func (*EdgeUpdateScheduleCreateInternalServerError) Code ¶
func (o *EdgeUpdateScheduleCreateInternalServerError) Code() int
Code gets the status code for the edge update schedule create internal server error response
func (*EdgeUpdateScheduleCreateInternalServerError) Error ¶
func (o *EdgeUpdateScheduleCreateInternalServerError) Error() string
func (*EdgeUpdateScheduleCreateInternalServerError) IsClientError ¶
func (o *EdgeUpdateScheduleCreateInternalServerError) IsClientError() bool
IsClientError returns true when this edge update schedule create internal server error response has a 4xx status code
func (*EdgeUpdateScheduleCreateInternalServerError) IsCode ¶
func (o *EdgeUpdateScheduleCreateInternalServerError) IsCode(code int) bool
IsCode returns true when this edge update schedule create internal server error response a status code equal to that given
func (*EdgeUpdateScheduleCreateInternalServerError) IsRedirect ¶
func (o *EdgeUpdateScheduleCreateInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge update schedule create internal server error response has a 3xx status code
func (*EdgeUpdateScheduleCreateInternalServerError) IsServerError ¶
func (o *EdgeUpdateScheduleCreateInternalServerError) IsServerError() bool
IsServerError returns true when this edge update schedule create internal server error response has a 5xx status code
func (*EdgeUpdateScheduleCreateInternalServerError) IsSuccess ¶
func (o *EdgeUpdateScheduleCreateInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge update schedule create internal server error response has a 2xx status code
func (*EdgeUpdateScheduleCreateInternalServerError) String ¶
func (o *EdgeUpdateScheduleCreateInternalServerError) String() string
type EdgeUpdateScheduleCreateOK ¶
type EdgeUpdateScheduleCreateOK struct {
Payload *models.TypesUpdateSchedule
}
EdgeUpdateScheduleCreateOK describes a response with status code 200, with default header values.
Remote update procedure successfully created
func NewEdgeUpdateScheduleCreateOK ¶
func NewEdgeUpdateScheduleCreateOK() *EdgeUpdateScheduleCreateOK
NewEdgeUpdateScheduleCreateOK creates a EdgeUpdateScheduleCreateOK with default headers values
func (*EdgeUpdateScheduleCreateOK) Code ¶
func (o *EdgeUpdateScheduleCreateOK) Code() int
Code gets the status code for the edge update schedule create o k response
func (*EdgeUpdateScheduleCreateOK) Error ¶
func (o *EdgeUpdateScheduleCreateOK) Error() string
func (*EdgeUpdateScheduleCreateOK) GetPayload ¶
func (o *EdgeUpdateScheduleCreateOK) GetPayload() *models.TypesUpdateSchedule
func (*EdgeUpdateScheduleCreateOK) IsClientError ¶
func (o *EdgeUpdateScheduleCreateOK) IsClientError() bool
IsClientError returns true when this edge update schedule create o k response has a 4xx status code
func (*EdgeUpdateScheduleCreateOK) IsCode ¶
func (o *EdgeUpdateScheduleCreateOK) IsCode(code int) bool
IsCode returns true when this edge update schedule create o k response a status code equal to that given
func (*EdgeUpdateScheduleCreateOK) IsRedirect ¶
func (o *EdgeUpdateScheduleCreateOK) IsRedirect() bool
IsRedirect returns true when this edge update schedule create o k response has a 3xx status code
func (*EdgeUpdateScheduleCreateOK) IsServerError ¶
func (o *EdgeUpdateScheduleCreateOK) IsServerError() bool
IsServerError returns true when this edge update schedule create o k response has a 5xx status code
func (*EdgeUpdateScheduleCreateOK) IsSuccess ¶
func (o *EdgeUpdateScheduleCreateOK) IsSuccess() bool
IsSuccess returns true when this edge update schedule create o k response has a 2xx status code
func (*EdgeUpdateScheduleCreateOK) String ¶
func (o *EdgeUpdateScheduleCreateOK) String() string
type EdgeUpdateScheduleCreateParams ¶
type EdgeUpdateScheduleCreateParams struct {
/* Body.
Schedule details
*/
Body *models.EdgeupdateschedulesCreatePayload
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeUpdateScheduleCreateParams contains all the parameters to send to the API endpoint
for the edge update schedule create operation. Typically these are written to a http.Request.
func NewEdgeUpdateScheduleCreateParams ¶
func NewEdgeUpdateScheduleCreateParams() *EdgeUpdateScheduleCreateParams
NewEdgeUpdateScheduleCreateParams creates a new EdgeUpdateScheduleCreateParams 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 NewEdgeUpdateScheduleCreateParamsWithContext ¶
func NewEdgeUpdateScheduleCreateParamsWithContext(ctx context.Context) *EdgeUpdateScheduleCreateParams
NewEdgeUpdateScheduleCreateParamsWithContext creates a new EdgeUpdateScheduleCreateParams object with the ability to set a context for a request.
func NewEdgeUpdateScheduleCreateParamsWithHTTPClient ¶
func NewEdgeUpdateScheduleCreateParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleCreateParams
NewEdgeUpdateScheduleCreateParamsWithHTTPClient creates a new EdgeUpdateScheduleCreateParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeUpdateScheduleCreateParamsWithTimeout ¶
func NewEdgeUpdateScheduleCreateParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleCreateParams
NewEdgeUpdateScheduleCreateParamsWithTimeout creates a new EdgeUpdateScheduleCreateParams object with the ability to set a timeout on a request.
func (*EdgeUpdateScheduleCreateParams) SetBody ¶
func (o *EdgeUpdateScheduleCreateParams) SetBody(body *models.EdgeupdateschedulesCreatePayload)
SetBody adds the body to the edge update schedule create params
func (*EdgeUpdateScheduleCreateParams) SetContext ¶
func (o *EdgeUpdateScheduleCreateParams) SetContext(ctx context.Context)
SetContext adds the context to the edge update schedule create params
func (*EdgeUpdateScheduleCreateParams) SetDefaults ¶
func (o *EdgeUpdateScheduleCreateParams) SetDefaults()
SetDefaults hydrates default values in the edge update schedule create params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleCreateParams) SetHTTPClient ¶
func (o *EdgeUpdateScheduleCreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge update schedule create params
func (*EdgeUpdateScheduleCreateParams) SetTimeout ¶
func (o *EdgeUpdateScheduleCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge update schedule create params
func (*EdgeUpdateScheduleCreateParams) WithBody ¶
func (o *EdgeUpdateScheduleCreateParams) WithBody(body *models.EdgeupdateschedulesCreatePayload) *EdgeUpdateScheduleCreateParams
WithBody adds the body to the edge update schedule create params
func (*EdgeUpdateScheduleCreateParams) WithContext ¶
func (o *EdgeUpdateScheduleCreateParams) WithContext(ctx context.Context) *EdgeUpdateScheduleCreateParams
WithContext adds the context to the edge update schedule create params
func (*EdgeUpdateScheduleCreateParams) WithDefaults ¶
func (o *EdgeUpdateScheduleCreateParams) WithDefaults() *EdgeUpdateScheduleCreateParams
WithDefaults hydrates default values in the edge update schedule create params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleCreateParams) WithHTTPClient ¶
func (o *EdgeUpdateScheduleCreateParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleCreateParams
WithHTTPClient adds the HTTPClient to the edge update schedule create params
func (*EdgeUpdateScheduleCreateParams) WithTimeout ¶
func (o *EdgeUpdateScheduleCreateParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleCreateParams
WithTimeout adds the timeout to the edge update schedule create params
func (*EdgeUpdateScheduleCreateParams) WriteToRequest ¶
func (o *EdgeUpdateScheduleCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeUpdateScheduleCreateReader ¶
type EdgeUpdateScheduleCreateReader struct {
// contains filtered or unexported fields
}
EdgeUpdateScheduleCreateReader is a Reader for the EdgeUpdateScheduleCreate structure.
func (*EdgeUpdateScheduleCreateReader) ReadResponse ¶
func (o *EdgeUpdateScheduleCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeUpdateScheduleDeleteInternalServerError ¶
type EdgeUpdateScheduleDeleteInternalServerError struct {
}
EdgeUpdateScheduleDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeUpdateScheduleDeleteInternalServerError ¶
func NewEdgeUpdateScheduleDeleteInternalServerError() *EdgeUpdateScheduleDeleteInternalServerError
NewEdgeUpdateScheduleDeleteInternalServerError creates a EdgeUpdateScheduleDeleteInternalServerError with default headers values
func (*EdgeUpdateScheduleDeleteInternalServerError) Code ¶
func (o *EdgeUpdateScheduleDeleteInternalServerError) Code() int
Code gets the status code for the edge update schedule delete internal server error response
func (*EdgeUpdateScheduleDeleteInternalServerError) Error ¶
func (o *EdgeUpdateScheduleDeleteInternalServerError) Error() string
func (*EdgeUpdateScheduleDeleteInternalServerError) IsClientError ¶
func (o *EdgeUpdateScheduleDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this edge update schedule delete internal server error response has a 4xx status code
func (*EdgeUpdateScheduleDeleteInternalServerError) IsCode ¶
func (o *EdgeUpdateScheduleDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this edge update schedule delete internal server error response a status code equal to that given
func (*EdgeUpdateScheduleDeleteInternalServerError) IsRedirect ¶
func (o *EdgeUpdateScheduleDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge update schedule delete internal server error response has a 3xx status code
func (*EdgeUpdateScheduleDeleteInternalServerError) IsServerError ¶
func (o *EdgeUpdateScheduleDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this edge update schedule delete internal server error response has a 5xx status code
func (*EdgeUpdateScheduleDeleteInternalServerError) IsSuccess ¶
func (o *EdgeUpdateScheduleDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge update schedule delete internal server error response has a 2xx status code
func (*EdgeUpdateScheduleDeleteInternalServerError) String ¶
func (o *EdgeUpdateScheduleDeleteInternalServerError) String() string
type EdgeUpdateScheduleDeleteNoContent ¶
type EdgeUpdateScheduleDeleteNoContent struct {
}
EdgeUpdateScheduleDeleteNoContent describes a response with status code 204, with default header values.
No Content
func NewEdgeUpdateScheduleDeleteNoContent ¶
func NewEdgeUpdateScheduleDeleteNoContent() *EdgeUpdateScheduleDeleteNoContent
NewEdgeUpdateScheduleDeleteNoContent creates a EdgeUpdateScheduleDeleteNoContent with default headers values
func (*EdgeUpdateScheduleDeleteNoContent) Code ¶
func (o *EdgeUpdateScheduleDeleteNoContent) Code() int
Code gets the status code for the edge update schedule delete no content response
func (*EdgeUpdateScheduleDeleteNoContent) Error ¶
func (o *EdgeUpdateScheduleDeleteNoContent) Error() string
func (*EdgeUpdateScheduleDeleteNoContent) IsClientError ¶
func (o *EdgeUpdateScheduleDeleteNoContent) IsClientError() bool
IsClientError returns true when this edge update schedule delete no content response has a 4xx status code
func (*EdgeUpdateScheduleDeleteNoContent) IsCode ¶
func (o *EdgeUpdateScheduleDeleteNoContent) IsCode(code int) bool
IsCode returns true when this edge update schedule delete no content response a status code equal to that given
func (*EdgeUpdateScheduleDeleteNoContent) IsRedirect ¶
func (o *EdgeUpdateScheduleDeleteNoContent) IsRedirect() bool
IsRedirect returns true when this edge update schedule delete no content response has a 3xx status code
func (*EdgeUpdateScheduleDeleteNoContent) IsServerError ¶
func (o *EdgeUpdateScheduleDeleteNoContent) IsServerError() bool
IsServerError returns true when this edge update schedule delete no content response has a 5xx status code
func (*EdgeUpdateScheduleDeleteNoContent) IsSuccess ¶
func (o *EdgeUpdateScheduleDeleteNoContent) IsSuccess() bool
IsSuccess returns true when this edge update schedule delete no content response has a 2xx status code
func (*EdgeUpdateScheduleDeleteNoContent) String ¶
func (o *EdgeUpdateScheduleDeleteNoContent) String() string
type EdgeUpdateScheduleDeleteParams ¶
type EdgeUpdateScheduleDeleteParams struct {
/* ID.
EdgeUpdate Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeUpdateScheduleDeleteParams contains all the parameters to send to the API endpoint
for the edge update schedule delete operation. Typically these are written to a http.Request.
func NewEdgeUpdateScheduleDeleteParams ¶
func NewEdgeUpdateScheduleDeleteParams() *EdgeUpdateScheduleDeleteParams
NewEdgeUpdateScheduleDeleteParams creates a new EdgeUpdateScheduleDeleteParams 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 NewEdgeUpdateScheduleDeleteParamsWithContext ¶
func NewEdgeUpdateScheduleDeleteParamsWithContext(ctx context.Context) *EdgeUpdateScheduleDeleteParams
NewEdgeUpdateScheduleDeleteParamsWithContext creates a new EdgeUpdateScheduleDeleteParams object with the ability to set a context for a request.
func NewEdgeUpdateScheduleDeleteParamsWithHTTPClient ¶
func NewEdgeUpdateScheduleDeleteParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleDeleteParams
NewEdgeUpdateScheduleDeleteParamsWithHTTPClient creates a new EdgeUpdateScheduleDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeUpdateScheduleDeleteParamsWithTimeout ¶
func NewEdgeUpdateScheduleDeleteParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleDeleteParams
NewEdgeUpdateScheduleDeleteParamsWithTimeout creates a new EdgeUpdateScheduleDeleteParams object with the ability to set a timeout on a request.
func (*EdgeUpdateScheduleDeleteParams) SetContext ¶
func (o *EdgeUpdateScheduleDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the edge update schedule delete params
func (*EdgeUpdateScheduleDeleteParams) SetDefaults ¶
func (o *EdgeUpdateScheduleDeleteParams) SetDefaults()
SetDefaults hydrates default values in the edge update schedule delete params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleDeleteParams) SetHTTPClient ¶
func (o *EdgeUpdateScheduleDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge update schedule delete params
func (*EdgeUpdateScheduleDeleteParams) SetID ¶
func (o *EdgeUpdateScheduleDeleteParams) SetID(id int64)
SetID adds the id to the edge update schedule delete params
func (*EdgeUpdateScheduleDeleteParams) SetTimeout ¶
func (o *EdgeUpdateScheduleDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge update schedule delete params
func (*EdgeUpdateScheduleDeleteParams) WithContext ¶
func (o *EdgeUpdateScheduleDeleteParams) WithContext(ctx context.Context) *EdgeUpdateScheduleDeleteParams
WithContext adds the context to the edge update schedule delete params
func (*EdgeUpdateScheduleDeleteParams) WithDefaults ¶
func (o *EdgeUpdateScheduleDeleteParams) WithDefaults() *EdgeUpdateScheduleDeleteParams
WithDefaults hydrates default values in the edge update schedule delete params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleDeleteParams) WithHTTPClient ¶
func (o *EdgeUpdateScheduleDeleteParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleDeleteParams
WithHTTPClient adds the HTTPClient to the edge update schedule delete params
func (*EdgeUpdateScheduleDeleteParams) WithID ¶
func (o *EdgeUpdateScheduleDeleteParams) WithID(id int64) *EdgeUpdateScheduleDeleteParams
WithID adds the id to the edge update schedule delete params
func (*EdgeUpdateScheduleDeleteParams) WithTimeout ¶
func (o *EdgeUpdateScheduleDeleteParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleDeleteParams
WithTimeout adds the timeout to the edge update schedule delete params
func (*EdgeUpdateScheduleDeleteParams) WriteToRequest ¶
func (o *EdgeUpdateScheduleDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeUpdateScheduleDeleteReader ¶
type EdgeUpdateScheduleDeleteReader struct {
// contains filtered or unexported fields
}
EdgeUpdateScheduleDeleteReader is a Reader for the EdgeUpdateScheduleDelete structure.
func (*EdgeUpdateScheduleDeleteReader) ReadResponse ¶
func (o *EdgeUpdateScheduleDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeUpdateScheduleInspectInternalServerError ¶
type EdgeUpdateScheduleInspectInternalServerError struct {
}
EdgeUpdateScheduleInspectInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeUpdateScheduleInspectInternalServerError ¶
func NewEdgeUpdateScheduleInspectInternalServerError() *EdgeUpdateScheduleInspectInternalServerError
NewEdgeUpdateScheduleInspectInternalServerError creates a EdgeUpdateScheduleInspectInternalServerError with default headers values
func (*EdgeUpdateScheduleInspectInternalServerError) Code ¶
func (o *EdgeUpdateScheduleInspectInternalServerError) Code() int
Code gets the status code for the edge update schedule inspect internal server error response
func (*EdgeUpdateScheduleInspectInternalServerError) Error ¶
func (o *EdgeUpdateScheduleInspectInternalServerError) Error() string
func (*EdgeUpdateScheduleInspectInternalServerError) IsClientError ¶
func (o *EdgeUpdateScheduleInspectInternalServerError) IsClientError() bool
IsClientError returns true when this edge update schedule inspect internal server error response has a 4xx status code
func (*EdgeUpdateScheduleInspectInternalServerError) IsCode ¶
func (o *EdgeUpdateScheduleInspectInternalServerError) IsCode(code int) bool
IsCode returns true when this edge update schedule inspect internal server error response a status code equal to that given
func (*EdgeUpdateScheduleInspectInternalServerError) IsRedirect ¶
func (o *EdgeUpdateScheduleInspectInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge update schedule inspect internal server error response has a 3xx status code
func (*EdgeUpdateScheduleInspectInternalServerError) IsServerError ¶
func (o *EdgeUpdateScheduleInspectInternalServerError) IsServerError() bool
IsServerError returns true when this edge update schedule inspect internal server error response has a 5xx status code
func (*EdgeUpdateScheduleInspectInternalServerError) IsSuccess ¶
func (o *EdgeUpdateScheduleInspectInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge update schedule inspect internal server error response has a 2xx status code
func (*EdgeUpdateScheduleInspectInternalServerError) String ¶
func (o *EdgeUpdateScheduleInspectInternalServerError) String() string
type EdgeUpdateScheduleInspectOK ¶
type EdgeUpdateScheduleInspectOK struct {
Payload *models.EdgeupdateschedulesInspectResponse
}
EdgeUpdateScheduleInspectOK describes a response with status code 200, with default header values.
OK
func NewEdgeUpdateScheduleInspectOK ¶
func NewEdgeUpdateScheduleInspectOK() *EdgeUpdateScheduleInspectOK
NewEdgeUpdateScheduleInspectOK creates a EdgeUpdateScheduleInspectOK with default headers values
func (*EdgeUpdateScheduleInspectOK) Code ¶
func (o *EdgeUpdateScheduleInspectOK) Code() int
Code gets the status code for the edge update schedule inspect o k response
func (*EdgeUpdateScheduleInspectOK) Error ¶
func (o *EdgeUpdateScheduleInspectOK) Error() string
func (*EdgeUpdateScheduleInspectOK) GetPayload ¶
func (o *EdgeUpdateScheduleInspectOK) GetPayload() *models.EdgeupdateschedulesInspectResponse
func (*EdgeUpdateScheduleInspectOK) IsClientError ¶
func (o *EdgeUpdateScheduleInspectOK) IsClientError() bool
IsClientError returns true when this edge update schedule inspect o k response has a 4xx status code
func (*EdgeUpdateScheduleInspectOK) IsCode ¶
func (o *EdgeUpdateScheduleInspectOK) IsCode(code int) bool
IsCode returns true when this edge update schedule inspect o k response a status code equal to that given
func (*EdgeUpdateScheduleInspectOK) IsRedirect ¶
func (o *EdgeUpdateScheduleInspectOK) IsRedirect() bool
IsRedirect returns true when this edge update schedule inspect o k response has a 3xx status code
func (*EdgeUpdateScheduleInspectOK) IsServerError ¶
func (o *EdgeUpdateScheduleInspectOK) IsServerError() bool
IsServerError returns true when this edge update schedule inspect o k response has a 5xx status code
func (*EdgeUpdateScheduleInspectOK) IsSuccess ¶
func (o *EdgeUpdateScheduleInspectOK) IsSuccess() bool
IsSuccess returns true when this edge update schedule inspect o k response has a 2xx status code
func (*EdgeUpdateScheduleInspectOK) String ¶
func (o *EdgeUpdateScheduleInspectOK) String() string
type EdgeUpdateScheduleInspectParams ¶
type EdgeUpdateScheduleInspectParams struct {
/* ID.
EdgeUpdate Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeUpdateScheduleInspectParams contains all the parameters to send to the API endpoint
for the edge update schedule inspect operation. Typically these are written to a http.Request.
func NewEdgeUpdateScheduleInspectParams ¶
func NewEdgeUpdateScheduleInspectParams() *EdgeUpdateScheduleInspectParams
NewEdgeUpdateScheduleInspectParams creates a new EdgeUpdateScheduleInspectParams 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 NewEdgeUpdateScheduleInspectParamsWithContext ¶
func NewEdgeUpdateScheduleInspectParamsWithContext(ctx context.Context) *EdgeUpdateScheduleInspectParams
NewEdgeUpdateScheduleInspectParamsWithContext creates a new EdgeUpdateScheduleInspectParams object with the ability to set a context for a request.
func NewEdgeUpdateScheduleInspectParamsWithHTTPClient ¶
func NewEdgeUpdateScheduleInspectParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleInspectParams
NewEdgeUpdateScheduleInspectParamsWithHTTPClient creates a new EdgeUpdateScheduleInspectParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeUpdateScheduleInspectParamsWithTimeout ¶
func NewEdgeUpdateScheduleInspectParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleInspectParams
NewEdgeUpdateScheduleInspectParamsWithTimeout creates a new EdgeUpdateScheduleInspectParams object with the ability to set a timeout on a request.
func (*EdgeUpdateScheduleInspectParams) SetContext ¶
func (o *EdgeUpdateScheduleInspectParams) SetContext(ctx context.Context)
SetContext adds the context to the edge update schedule inspect params
func (*EdgeUpdateScheduleInspectParams) SetDefaults ¶
func (o *EdgeUpdateScheduleInspectParams) SetDefaults()
SetDefaults hydrates default values in the edge update schedule inspect params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleInspectParams) SetHTTPClient ¶
func (o *EdgeUpdateScheduleInspectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge update schedule inspect params
func (*EdgeUpdateScheduleInspectParams) SetID ¶
func (o *EdgeUpdateScheduleInspectParams) SetID(id int64)
SetID adds the id to the edge update schedule inspect params
func (*EdgeUpdateScheduleInspectParams) SetTimeout ¶
func (o *EdgeUpdateScheduleInspectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge update schedule inspect params
func (*EdgeUpdateScheduleInspectParams) WithContext ¶
func (o *EdgeUpdateScheduleInspectParams) WithContext(ctx context.Context) *EdgeUpdateScheduleInspectParams
WithContext adds the context to the edge update schedule inspect params
func (*EdgeUpdateScheduleInspectParams) WithDefaults ¶
func (o *EdgeUpdateScheduleInspectParams) WithDefaults() *EdgeUpdateScheduleInspectParams
WithDefaults hydrates default values in the edge update schedule inspect params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleInspectParams) WithHTTPClient ¶
func (o *EdgeUpdateScheduleInspectParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleInspectParams
WithHTTPClient adds the HTTPClient to the edge update schedule inspect params
func (*EdgeUpdateScheduleInspectParams) WithID ¶
func (o *EdgeUpdateScheduleInspectParams) WithID(id int64) *EdgeUpdateScheduleInspectParams
WithID adds the id to the edge update schedule inspect params
func (*EdgeUpdateScheduleInspectParams) WithTimeout ¶
func (o *EdgeUpdateScheduleInspectParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleInspectParams
WithTimeout adds the timeout to the edge update schedule inspect params
func (*EdgeUpdateScheduleInspectParams) WriteToRequest ¶
func (o *EdgeUpdateScheduleInspectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeUpdateScheduleInspectReader ¶
type EdgeUpdateScheduleInspectReader struct {
// contains filtered or unexported fields
}
EdgeUpdateScheduleInspectReader is a Reader for the EdgeUpdateScheduleInspect structure.
func (*EdgeUpdateScheduleInspectReader) ReadResponse ¶
func (o *EdgeUpdateScheduleInspectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeUpdateScheduleListInternalServerError ¶
type EdgeUpdateScheduleListInternalServerError struct {
}
EdgeUpdateScheduleListInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewEdgeUpdateScheduleListInternalServerError ¶
func NewEdgeUpdateScheduleListInternalServerError() *EdgeUpdateScheduleListInternalServerError
NewEdgeUpdateScheduleListInternalServerError creates a EdgeUpdateScheduleListInternalServerError with default headers values
func (*EdgeUpdateScheduleListInternalServerError) Code ¶
func (o *EdgeUpdateScheduleListInternalServerError) Code() int
Code gets the status code for the edge update schedule list internal server error response
func (*EdgeUpdateScheduleListInternalServerError) Error ¶
func (o *EdgeUpdateScheduleListInternalServerError) Error() string
func (*EdgeUpdateScheduleListInternalServerError) IsClientError ¶
func (o *EdgeUpdateScheduleListInternalServerError) IsClientError() bool
IsClientError returns true when this edge update schedule list internal server error response has a 4xx status code
func (*EdgeUpdateScheduleListInternalServerError) IsCode ¶
func (o *EdgeUpdateScheduleListInternalServerError) IsCode(code int) bool
IsCode returns true when this edge update schedule list internal server error response a status code equal to that given
func (*EdgeUpdateScheduleListInternalServerError) IsRedirect ¶
func (o *EdgeUpdateScheduleListInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge update schedule list internal server error response has a 3xx status code
func (*EdgeUpdateScheduleListInternalServerError) IsServerError ¶
func (o *EdgeUpdateScheduleListInternalServerError) IsServerError() bool
IsServerError returns true when this edge update schedule list internal server error response has a 5xx status code
func (*EdgeUpdateScheduleListInternalServerError) IsSuccess ¶
func (o *EdgeUpdateScheduleListInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge update schedule list internal server error response has a 2xx status code
func (*EdgeUpdateScheduleListInternalServerError) String ¶
func (o *EdgeUpdateScheduleListInternalServerError) String() string
type EdgeUpdateScheduleListOK ¶
type EdgeUpdateScheduleListOK struct {
Payload []*models.EdgeupdateschedulesDecoratedUpdateSchedule
}
EdgeUpdateScheduleListOK describes a response with status code 200, with default header values.
OK
func NewEdgeUpdateScheduleListOK ¶
func NewEdgeUpdateScheduleListOK() *EdgeUpdateScheduleListOK
NewEdgeUpdateScheduleListOK creates a EdgeUpdateScheduleListOK with default headers values
func (*EdgeUpdateScheduleListOK) Code ¶
func (o *EdgeUpdateScheduleListOK) Code() int
Code gets the status code for the edge update schedule list o k response
func (*EdgeUpdateScheduleListOK) Error ¶
func (o *EdgeUpdateScheduleListOK) Error() string
func (*EdgeUpdateScheduleListOK) GetPayload ¶
func (o *EdgeUpdateScheduleListOK) GetPayload() []*models.EdgeupdateschedulesDecoratedUpdateSchedule
func (*EdgeUpdateScheduleListOK) IsClientError ¶
func (o *EdgeUpdateScheduleListOK) IsClientError() bool
IsClientError returns true when this edge update schedule list o k response has a 4xx status code
func (*EdgeUpdateScheduleListOK) IsCode ¶
func (o *EdgeUpdateScheduleListOK) IsCode(code int) bool
IsCode returns true when this edge update schedule list o k response a status code equal to that given
func (*EdgeUpdateScheduleListOK) IsRedirect ¶
func (o *EdgeUpdateScheduleListOK) IsRedirect() bool
IsRedirect returns true when this edge update schedule list o k response has a 3xx status code
func (*EdgeUpdateScheduleListOK) IsServerError ¶
func (o *EdgeUpdateScheduleListOK) IsServerError() bool
IsServerError returns true when this edge update schedule list o k response has a 5xx status code
func (*EdgeUpdateScheduleListOK) IsSuccess ¶
func (o *EdgeUpdateScheduleListOK) IsSuccess() bool
IsSuccess returns true when this edge update schedule list o k response has a 2xx status code
func (*EdgeUpdateScheduleListOK) String ¶
func (o *EdgeUpdateScheduleListOK) String() string
type EdgeUpdateScheduleListParams ¶
type EdgeUpdateScheduleListParams struct {
/* IncludeEdgeStacks.
Include Edge Stacks in the response
*/
IncludeEdgeStacks *bool
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeUpdateScheduleListParams contains all the parameters to send to the API endpoint
for the edge update schedule list operation. Typically these are written to a http.Request.
func NewEdgeUpdateScheduleListParams ¶
func NewEdgeUpdateScheduleListParams() *EdgeUpdateScheduleListParams
NewEdgeUpdateScheduleListParams creates a new EdgeUpdateScheduleListParams 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 NewEdgeUpdateScheduleListParamsWithContext ¶
func NewEdgeUpdateScheduleListParamsWithContext(ctx context.Context) *EdgeUpdateScheduleListParams
NewEdgeUpdateScheduleListParamsWithContext creates a new EdgeUpdateScheduleListParams object with the ability to set a context for a request.
func NewEdgeUpdateScheduleListParamsWithHTTPClient ¶
func NewEdgeUpdateScheduleListParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleListParams
NewEdgeUpdateScheduleListParamsWithHTTPClient creates a new EdgeUpdateScheduleListParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeUpdateScheduleListParamsWithTimeout ¶
func NewEdgeUpdateScheduleListParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleListParams
NewEdgeUpdateScheduleListParamsWithTimeout creates a new EdgeUpdateScheduleListParams object with the ability to set a timeout on a request.
func (*EdgeUpdateScheduleListParams) SetContext ¶
func (o *EdgeUpdateScheduleListParams) SetContext(ctx context.Context)
SetContext adds the context to the edge update schedule list params
func (*EdgeUpdateScheduleListParams) SetDefaults ¶
func (o *EdgeUpdateScheduleListParams) SetDefaults()
SetDefaults hydrates default values in the edge update schedule list params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleListParams) SetHTTPClient ¶
func (o *EdgeUpdateScheduleListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge update schedule list params
func (*EdgeUpdateScheduleListParams) SetIncludeEdgeStacks ¶
func (o *EdgeUpdateScheduleListParams) SetIncludeEdgeStacks(includeEdgeStacks *bool)
SetIncludeEdgeStacks adds the includeEdgeStacks to the edge update schedule list params
func (*EdgeUpdateScheduleListParams) SetTimeout ¶
func (o *EdgeUpdateScheduleListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge update schedule list params
func (*EdgeUpdateScheduleListParams) WithContext ¶
func (o *EdgeUpdateScheduleListParams) WithContext(ctx context.Context) *EdgeUpdateScheduleListParams
WithContext adds the context to the edge update schedule list params
func (*EdgeUpdateScheduleListParams) WithDefaults ¶
func (o *EdgeUpdateScheduleListParams) WithDefaults() *EdgeUpdateScheduleListParams
WithDefaults hydrates default values in the edge update schedule list params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleListParams) WithHTTPClient ¶
func (o *EdgeUpdateScheduleListParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleListParams
WithHTTPClient adds the HTTPClient to the edge update schedule list params
func (*EdgeUpdateScheduleListParams) WithIncludeEdgeStacks ¶
func (o *EdgeUpdateScheduleListParams) WithIncludeEdgeStacks(includeEdgeStacks *bool) *EdgeUpdateScheduleListParams
WithIncludeEdgeStacks adds the includeEdgeStacks to the edge update schedule list params
func (*EdgeUpdateScheduleListParams) WithTimeout ¶
func (o *EdgeUpdateScheduleListParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleListParams
WithTimeout adds the timeout to the edge update schedule list params
func (*EdgeUpdateScheduleListParams) WriteToRequest ¶
func (o *EdgeUpdateScheduleListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeUpdateScheduleListReader ¶
type EdgeUpdateScheduleListReader struct {
// contains filtered or unexported fields
}
EdgeUpdateScheduleListReader is a Reader for the EdgeUpdateScheduleList structure.
func (*EdgeUpdateScheduleListReader) ReadResponse ¶
func (o *EdgeUpdateScheduleListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EdgeUpdateScheduleUpdateBadRequest ¶
type EdgeUpdateScheduleUpdateBadRequest struct {
}
EdgeUpdateScheduleUpdateBadRequest describes a response with status code 400, with default header values.
Invalid request payload, such as missing required fields or fields not meeting validation criteria.
func NewEdgeUpdateScheduleUpdateBadRequest ¶
func NewEdgeUpdateScheduleUpdateBadRequest() *EdgeUpdateScheduleUpdateBadRequest
NewEdgeUpdateScheduleUpdateBadRequest creates a EdgeUpdateScheduleUpdateBadRequest with default headers values
func (*EdgeUpdateScheduleUpdateBadRequest) Code ¶
func (o *EdgeUpdateScheduleUpdateBadRequest) Code() int
Code gets the status code for the edge update schedule update bad request response
func (*EdgeUpdateScheduleUpdateBadRequest) Error ¶
func (o *EdgeUpdateScheduleUpdateBadRequest) Error() string
func (*EdgeUpdateScheduleUpdateBadRequest) IsClientError ¶
func (o *EdgeUpdateScheduleUpdateBadRequest) IsClientError() bool
IsClientError returns true when this edge update schedule update bad request response has a 4xx status code
func (*EdgeUpdateScheduleUpdateBadRequest) IsCode ¶
func (o *EdgeUpdateScheduleUpdateBadRequest) IsCode(code int) bool
IsCode returns true when this edge update schedule update bad request response a status code equal to that given
func (*EdgeUpdateScheduleUpdateBadRequest) IsRedirect ¶
func (o *EdgeUpdateScheduleUpdateBadRequest) IsRedirect() bool
IsRedirect returns true when this edge update schedule update bad request response has a 3xx status code
func (*EdgeUpdateScheduleUpdateBadRequest) IsServerError ¶
func (o *EdgeUpdateScheduleUpdateBadRequest) IsServerError() bool
IsServerError returns true when this edge update schedule update bad request response has a 5xx status code
func (*EdgeUpdateScheduleUpdateBadRequest) IsSuccess ¶
func (o *EdgeUpdateScheduleUpdateBadRequest) IsSuccess() bool
IsSuccess returns true when this edge update schedule update bad request response has a 2xx status code
func (*EdgeUpdateScheduleUpdateBadRequest) String ¶
func (o *EdgeUpdateScheduleUpdateBadRequest) String() string
type EdgeUpdateScheduleUpdateConflict ¶
type EdgeUpdateScheduleUpdateConflict struct {
}
EdgeUpdateScheduleUpdateConflict describes a response with status code 409, with default header values.
Edge update schedule name already in use.
func NewEdgeUpdateScheduleUpdateConflict ¶
func NewEdgeUpdateScheduleUpdateConflict() *EdgeUpdateScheduleUpdateConflict
NewEdgeUpdateScheduleUpdateConflict creates a EdgeUpdateScheduleUpdateConflict with default headers values
func (*EdgeUpdateScheduleUpdateConflict) Code ¶
func (o *EdgeUpdateScheduleUpdateConflict) Code() int
Code gets the status code for the edge update schedule update conflict response
func (*EdgeUpdateScheduleUpdateConflict) Error ¶
func (o *EdgeUpdateScheduleUpdateConflict) Error() string
func (*EdgeUpdateScheduleUpdateConflict) IsClientError ¶
func (o *EdgeUpdateScheduleUpdateConflict) IsClientError() bool
IsClientError returns true when this edge update schedule update conflict response has a 4xx status code
func (*EdgeUpdateScheduleUpdateConflict) IsCode ¶
func (o *EdgeUpdateScheduleUpdateConflict) IsCode(code int) bool
IsCode returns true when this edge update schedule update conflict response a status code equal to that given
func (*EdgeUpdateScheduleUpdateConflict) IsRedirect ¶
func (o *EdgeUpdateScheduleUpdateConflict) IsRedirect() bool
IsRedirect returns true when this edge update schedule update conflict response has a 3xx status code
func (*EdgeUpdateScheduleUpdateConflict) IsServerError ¶
func (o *EdgeUpdateScheduleUpdateConflict) IsServerError() bool
IsServerError returns true when this edge update schedule update conflict response has a 5xx status code
func (*EdgeUpdateScheduleUpdateConflict) IsSuccess ¶
func (o *EdgeUpdateScheduleUpdateConflict) IsSuccess() bool
IsSuccess returns true when this edge update schedule update conflict response has a 2xx status code
func (*EdgeUpdateScheduleUpdateConflict) String ¶
func (o *EdgeUpdateScheduleUpdateConflict) String() string
type EdgeUpdateScheduleUpdateForbidden ¶
type EdgeUpdateScheduleUpdateForbidden struct {
}
EdgeUpdateScheduleUpdateForbidden describes a response with status code 403, with default header values.
Unauthorized access or operation not allowed.
func NewEdgeUpdateScheduleUpdateForbidden ¶
func NewEdgeUpdateScheduleUpdateForbidden() *EdgeUpdateScheduleUpdateForbidden
NewEdgeUpdateScheduleUpdateForbidden creates a EdgeUpdateScheduleUpdateForbidden with default headers values
func (*EdgeUpdateScheduleUpdateForbidden) Code ¶
func (o *EdgeUpdateScheduleUpdateForbidden) Code() int
Code gets the status code for the edge update schedule update forbidden response
func (*EdgeUpdateScheduleUpdateForbidden) Error ¶
func (o *EdgeUpdateScheduleUpdateForbidden) Error() string
func (*EdgeUpdateScheduleUpdateForbidden) IsClientError ¶
func (o *EdgeUpdateScheduleUpdateForbidden) IsClientError() bool
IsClientError returns true when this edge update schedule update forbidden response has a 4xx status code
func (*EdgeUpdateScheduleUpdateForbidden) IsCode ¶
func (o *EdgeUpdateScheduleUpdateForbidden) IsCode(code int) bool
IsCode returns true when this edge update schedule update forbidden response a status code equal to that given
func (*EdgeUpdateScheduleUpdateForbidden) IsRedirect ¶
func (o *EdgeUpdateScheduleUpdateForbidden) IsRedirect() bool
IsRedirect returns true when this edge update schedule update forbidden response has a 3xx status code
func (*EdgeUpdateScheduleUpdateForbidden) IsServerError ¶
func (o *EdgeUpdateScheduleUpdateForbidden) IsServerError() bool
IsServerError returns true when this edge update schedule update forbidden response has a 5xx status code
func (*EdgeUpdateScheduleUpdateForbidden) IsSuccess ¶
func (o *EdgeUpdateScheduleUpdateForbidden) IsSuccess() bool
IsSuccess returns true when this edge update schedule update forbidden response has a 2xx status code
func (*EdgeUpdateScheduleUpdateForbidden) String ¶
func (o *EdgeUpdateScheduleUpdateForbidden) String() string
type EdgeUpdateScheduleUpdateInternalServerError ¶
type EdgeUpdateScheduleUpdateInternalServerError struct {
}
EdgeUpdateScheduleUpdateInternalServerError describes a response with status code 500, with default header values.
Server error occurred while attempting to update the remote update procedure.
func NewEdgeUpdateScheduleUpdateInternalServerError ¶
func NewEdgeUpdateScheduleUpdateInternalServerError() *EdgeUpdateScheduleUpdateInternalServerError
NewEdgeUpdateScheduleUpdateInternalServerError creates a EdgeUpdateScheduleUpdateInternalServerError with default headers values
func (*EdgeUpdateScheduleUpdateInternalServerError) Code ¶
func (o *EdgeUpdateScheduleUpdateInternalServerError) Code() int
Code gets the status code for the edge update schedule update internal server error response
func (*EdgeUpdateScheduleUpdateInternalServerError) Error ¶
func (o *EdgeUpdateScheduleUpdateInternalServerError) Error() string
func (*EdgeUpdateScheduleUpdateInternalServerError) IsClientError ¶
func (o *EdgeUpdateScheduleUpdateInternalServerError) IsClientError() bool
IsClientError returns true when this edge update schedule update internal server error response has a 4xx status code
func (*EdgeUpdateScheduleUpdateInternalServerError) IsCode ¶
func (o *EdgeUpdateScheduleUpdateInternalServerError) IsCode(code int) bool
IsCode returns true when this edge update schedule update internal server error response a status code equal to that given
func (*EdgeUpdateScheduleUpdateInternalServerError) IsRedirect ¶
func (o *EdgeUpdateScheduleUpdateInternalServerError) IsRedirect() bool
IsRedirect returns true when this edge update schedule update internal server error response has a 3xx status code
func (*EdgeUpdateScheduleUpdateInternalServerError) IsServerError ¶
func (o *EdgeUpdateScheduleUpdateInternalServerError) IsServerError() bool
IsServerError returns true when this edge update schedule update internal server error response has a 5xx status code
func (*EdgeUpdateScheduleUpdateInternalServerError) IsSuccess ¶
func (o *EdgeUpdateScheduleUpdateInternalServerError) IsSuccess() bool
IsSuccess returns true when this edge update schedule update internal server error response has a 2xx status code
func (*EdgeUpdateScheduleUpdateInternalServerError) String ¶
func (o *EdgeUpdateScheduleUpdateInternalServerError) String() string
type EdgeUpdateScheduleUpdateNoContent ¶
type EdgeUpdateScheduleUpdateNoContent struct {
Payload *models.TypesUpdateSchedule
}
EdgeUpdateScheduleUpdateNoContent describes a response with status code 204, with default header values.
Remote update procedure successfully updated
func NewEdgeUpdateScheduleUpdateNoContent ¶
func NewEdgeUpdateScheduleUpdateNoContent() *EdgeUpdateScheduleUpdateNoContent
NewEdgeUpdateScheduleUpdateNoContent creates a EdgeUpdateScheduleUpdateNoContent with default headers values
func (*EdgeUpdateScheduleUpdateNoContent) Code ¶
func (o *EdgeUpdateScheduleUpdateNoContent) Code() int
Code gets the status code for the edge update schedule update no content response
func (*EdgeUpdateScheduleUpdateNoContent) Error ¶
func (o *EdgeUpdateScheduleUpdateNoContent) Error() string
func (*EdgeUpdateScheduleUpdateNoContent) GetPayload ¶
func (o *EdgeUpdateScheduleUpdateNoContent) GetPayload() *models.TypesUpdateSchedule
func (*EdgeUpdateScheduleUpdateNoContent) IsClientError ¶
func (o *EdgeUpdateScheduleUpdateNoContent) IsClientError() bool
IsClientError returns true when this edge update schedule update no content response has a 4xx status code
func (*EdgeUpdateScheduleUpdateNoContent) IsCode ¶
func (o *EdgeUpdateScheduleUpdateNoContent) IsCode(code int) bool
IsCode returns true when this edge update schedule update no content response a status code equal to that given
func (*EdgeUpdateScheduleUpdateNoContent) IsRedirect ¶
func (o *EdgeUpdateScheduleUpdateNoContent) IsRedirect() bool
IsRedirect returns true when this edge update schedule update no content response has a 3xx status code
func (*EdgeUpdateScheduleUpdateNoContent) IsServerError ¶
func (o *EdgeUpdateScheduleUpdateNoContent) IsServerError() bool
IsServerError returns true when this edge update schedule update no content response has a 5xx status code
func (*EdgeUpdateScheduleUpdateNoContent) IsSuccess ¶
func (o *EdgeUpdateScheduleUpdateNoContent) IsSuccess() bool
IsSuccess returns true when this edge update schedule update no content response has a 2xx status code
func (*EdgeUpdateScheduleUpdateNoContent) String ¶
func (o *EdgeUpdateScheduleUpdateNoContent) String() string
type EdgeUpdateScheduleUpdateNotFound ¶
type EdgeUpdateScheduleUpdateNotFound struct {
}
EdgeUpdateScheduleUpdateNotFound describes a response with status code 404, with default header values.
Unable to find an Edge Update with the specified identifier inside the database
func NewEdgeUpdateScheduleUpdateNotFound ¶
func NewEdgeUpdateScheduleUpdateNotFound() *EdgeUpdateScheduleUpdateNotFound
NewEdgeUpdateScheduleUpdateNotFound creates a EdgeUpdateScheduleUpdateNotFound with default headers values
func (*EdgeUpdateScheduleUpdateNotFound) Code ¶
func (o *EdgeUpdateScheduleUpdateNotFound) Code() int
Code gets the status code for the edge update schedule update not found response
func (*EdgeUpdateScheduleUpdateNotFound) Error ¶
func (o *EdgeUpdateScheduleUpdateNotFound) Error() string
func (*EdgeUpdateScheduleUpdateNotFound) IsClientError ¶
func (o *EdgeUpdateScheduleUpdateNotFound) IsClientError() bool
IsClientError returns true when this edge update schedule update not found response has a 4xx status code
func (*EdgeUpdateScheduleUpdateNotFound) IsCode ¶
func (o *EdgeUpdateScheduleUpdateNotFound) IsCode(code int) bool
IsCode returns true when this edge update schedule update not found response a status code equal to that given
func (*EdgeUpdateScheduleUpdateNotFound) IsRedirect ¶
func (o *EdgeUpdateScheduleUpdateNotFound) IsRedirect() bool
IsRedirect returns true when this edge update schedule update not found response has a 3xx status code
func (*EdgeUpdateScheduleUpdateNotFound) IsServerError ¶
func (o *EdgeUpdateScheduleUpdateNotFound) IsServerError() bool
IsServerError returns true when this edge update schedule update not found response has a 5xx status code
func (*EdgeUpdateScheduleUpdateNotFound) IsSuccess ¶
func (o *EdgeUpdateScheduleUpdateNotFound) IsSuccess() bool
IsSuccess returns true when this edge update schedule update not found response has a 2xx status code
func (*EdgeUpdateScheduleUpdateNotFound) String ¶
func (o *EdgeUpdateScheduleUpdateNotFound) String() string
type EdgeUpdateScheduleUpdateParams ¶
type EdgeUpdateScheduleUpdateParams struct {
/* Body.
Schedule details
*/
Body *models.EdgeupdateschedulesUpdatePayload
/* ID.
EdgeUpdate Id
*/
ID int64
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
EdgeUpdateScheduleUpdateParams contains all the parameters to send to the API endpoint
for the edge update schedule update operation. Typically these are written to a http.Request.
func NewEdgeUpdateScheduleUpdateParams ¶
func NewEdgeUpdateScheduleUpdateParams() *EdgeUpdateScheduleUpdateParams
NewEdgeUpdateScheduleUpdateParams creates a new EdgeUpdateScheduleUpdateParams 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 NewEdgeUpdateScheduleUpdateParamsWithContext ¶
func NewEdgeUpdateScheduleUpdateParamsWithContext(ctx context.Context) *EdgeUpdateScheduleUpdateParams
NewEdgeUpdateScheduleUpdateParamsWithContext creates a new EdgeUpdateScheduleUpdateParams object with the ability to set a context for a request.
func NewEdgeUpdateScheduleUpdateParamsWithHTTPClient ¶
func NewEdgeUpdateScheduleUpdateParamsWithHTTPClient(client *http.Client) *EdgeUpdateScheduleUpdateParams
NewEdgeUpdateScheduleUpdateParamsWithHTTPClient creates a new EdgeUpdateScheduleUpdateParams object with the ability to set a custom HTTPClient for a request.
func NewEdgeUpdateScheduleUpdateParamsWithTimeout ¶
func NewEdgeUpdateScheduleUpdateParamsWithTimeout(timeout time.Duration) *EdgeUpdateScheduleUpdateParams
NewEdgeUpdateScheduleUpdateParamsWithTimeout creates a new EdgeUpdateScheduleUpdateParams object with the ability to set a timeout on a request.
func (*EdgeUpdateScheduleUpdateParams) SetBody ¶
func (o *EdgeUpdateScheduleUpdateParams) SetBody(body *models.EdgeupdateschedulesUpdatePayload)
SetBody adds the body to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) SetContext ¶
func (o *EdgeUpdateScheduleUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) SetDefaults ¶
func (o *EdgeUpdateScheduleUpdateParams) SetDefaults()
SetDefaults hydrates default values in the edge update schedule update params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleUpdateParams) SetHTTPClient ¶
func (o *EdgeUpdateScheduleUpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) SetID ¶
func (o *EdgeUpdateScheduleUpdateParams) SetID(id int64)
SetID adds the id to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) SetTimeout ¶
func (o *EdgeUpdateScheduleUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) WithBody ¶
func (o *EdgeUpdateScheduleUpdateParams) WithBody(body *models.EdgeupdateschedulesUpdatePayload) *EdgeUpdateScheduleUpdateParams
WithBody adds the body to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) WithContext ¶
func (o *EdgeUpdateScheduleUpdateParams) WithContext(ctx context.Context) *EdgeUpdateScheduleUpdateParams
WithContext adds the context to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) WithDefaults ¶
func (o *EdgeUpdateScheduleUpdateParams) WithDefaults() *EdgeUpdateScheduleUpdateParams
WithDefaults hydrates default values in the edge update schedule update params (not the query body).
All values with no default are reset to their zero value.
func (*EdgeUpdateScheduleUpdateParams) WithHTTPClient ¶
func (o *EdgeUpdateScheduleUpdateParams) WithHTTPClient(client *http.Client) *EdgeUpdateScheduleUpdateParams
WithHTTPClient adds the HTTPClient to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) WithID ¶
func (o *EdgeUpdateScheduleUpdateParams) WithID(id int64) *EdgeUpdateScheduleUpdateParams
WithID adds the id to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) WithTimeout ¶
func (o *EdgeUpdateScheduleUpdateParams) WithTimeout(timeout time.Duration) *EdgeUpdateScheduleUpdateParams
WithTimeout adds the timeout to the edge update schedule update params
func (*EdgeUpdateScheduleUpdateParams) WriteToRequest ¶
func (o *EdgeUpdateScheduleUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EdgeUpdateScheduleUpdateReader ¶
type EdgeUpdateScheduleUpdateReader struct {
// contains filtered or unexported fields
}
EdgeUpdateScheduleUpdateReader is a Reader for the EdgeUpdateScheduleUpdate structure.
func (*EdgeUpdateScheduleUpdateReader) ReadResponse ¶
func (o *EdgeUpdateScheduleUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- agent_versions_parameters.go
- agent_versions_responses.go
- edge_update_previous_versions_parameters.go
- edge_update_previous_versions_responses.go
- edge_update_schedule_active_schedules_list_parameters.go
- edge_update_schedule_active_schedules_list_responses.go
- edge_update_schedule_create_parameters.go
- edge_update_schedule_create_responses.go
- edge_update_schedule_delete_parameters.go
- edge_update_schedule_delete_responses.go
- edge_update_schedule_inspect_parameters.go
- edge_update_schedule_inspect_responses.go
- edge_update_schedule_list_parameters.go
- edge_update_schedule_list_responses.go
- edge_update_schedule_update_parameters.go
- edge_update_schedule_update_responses.go
- edge_update_schedules_client.go