edge_update_schedules

package
v2.31.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

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

Code gets the status code for the agent versions internal server error response

func (*AgentVersionsInternalServerError) Error

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

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

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

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

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

Code gets the status code for the edge update previous versions bad request response

func (*EdgeUpdatePreviousVersionsBadRequest) Error

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

IsCode returns true when this edge update previous versions bad request response a status code equal to that given

func (*EdgeUpdatePreviousVersionsBadRequest) IsRedirect

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

IsSuccess returns true when this edge update previous versions bad request response has a 2xx status code

func (*EdgeUpdatePreviousVersionsBadRequest) 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

Code gets the status code for the edge update previous versions internal server error response

func (*EdgeUpdatePreviousVersionsInternalServerError) Error

func (*EdgeUpdatePreviousVersionsInternalServerError) IsClientError

IsClientError returns true when this edge update previous versions internal server error response has a 4xx status code

func (*EdgeUpdatePreviousVersionsInternalServerError) IsCode

IsCode returns true when this edge update previous versions internal server error response a status code equal to that given

func (*EdgeUpdatePreviousVersionsInternalServerError) IsRedirect

IsRedirect returns true when this edge update previous versions internal server error response has a 3xx status code

func (*EdgeUpdatePreviousVersionsInternalServerError) IsServerError

IsServerError returns true when this edge update previous versions internal server error response has a 5xx status code

func (*EdgeUpdatePreviousVersionsInternalServerError) IsSuccess

IsSuccess returns true when this edge update previous versions internal server error response has a 2xx status code

func (*EdgeUpdatePreviousVersionsInternalServerError) String

type EdgeUpdatePreviousVersionsOK

type EdgeUpdatePreviousVersionsOK struct {
	Payload map[string]string
}

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

Code gets the status code for the edge update previous versions o k response

func (*EdgeUpdatePreviousVersionsOK) Error

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

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

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

WithContext adds the context to the edge update previous versions params

func (*EdgeUpdatePreviousVersionsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge update previous versions params

func (*EdgeUpdatePreviousVersionsParams) WithTimeout

WithTimeout adds the timeout to the edge update previous versions params

func (*EdgeUpdatePreviousVersionsParams) WriteToRequest

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

Code gets the status code for the edge update schedule active schedules list internal server error response

func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) Error

func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsClientError

IsClientError returns true when this edge update schedule active schedules list internal server error response has a 4xx status code

func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsCode

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

IsRedirect returns true when this edge update schedule active schedules list internal server error response has a 3xx status code

func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsServerError

IsServerError returns true when this edge update schedule active schedules list internal server error response has a 5xx status code

func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) IsSuccess

IsSuccess returns true when this edge update schedule active schedules list internal server error response has a 2xx status code

func (*EdgeUpdateScheduleActiveSchedulesListInternalServerError) 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

Code gets the status code for the edge update schedule active schedules list o k response

func (*EdgeUpdateScheduleActiveSchedulesListOK) Error

func (*EdgeUpdateScheduleActiveSchedulesListOK) GetPayload

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

IsCode returns true when this edge update schedule active schedules list o k response a status code equal to that given

func (*EdgeUpdateScheduleActiveSchedulesListOK) IsRedirect

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

IsSuccess returns true when this edge update schedule active schedules list o k response has a 2xx status code

func (*EdgeUpdateScheduleActiveSchedulesListOK) 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

SetBody adds the body to the edge update schedule active schedules list params

func (*EdgeUpdateScheduleActiveSchedulesListParams) SetContext

SetContext adds the context to the edge update schedule active schedules list params

func (*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

SetTimeout adds the timeout to the edge update schedule active schedules list params

func (*EdgeUpdateScheduleActiveSchedulesListParams) WithBody

WithBody adds the body to the edge update schedule active schedules list params

func (*EdgeUpdateScheduleActiveSchedulesListParams) WithContext

WithContext adds the context to the edge update schedule active schedules list params

func (*EdgeUpdateScheduleActiveSchedulesListParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge update schedule active schedules list params

func (*EdgeUpdateScheduleActiveSchedulesListParams) WithTimeout

WithTimeout adds the timeout to the edge update schedule active schedules list params

func (*EdgeUpdateScheduleActiveSchedulesListParams) WriteToRequest

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

Code gets the status code for the edge update schedule create bad request response

func (*EdgeUpdateScheduleCreateBadRequest) Error

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

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

IsSuccess returns true when this edge update schedule create bad request response has a 2xx status code

func (*EdgeUpdateScheduleCreateBadRequest) 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

Code gets the status code for the edge update schedule create conflict response

func (*EdgeUpdateScheduleCreateConflict) Error

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

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

Code gets the status code for the edge update schedule create forbidden response

func (*EdgeUpdateScheduleCreateForbidden) Error

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

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

Code gets the status code for the edge update schedule create internal server error response

func (*EdgeUpdateScheduleCreateInternalServerError) Error

func (*EdgeUpdateScheduleCreateInternalServerError) IsClientError

IsClientError returns true when this edge update schedule create internal server error response has a 4xx status code

func (*EdgeUpdateScheduleCreateInternalServerError) IsCode

IsCode returns true when this edge update schedule create internal server error response a status code equal to that given

func (*EdgeUpdateScheduleCreateInternalServerError) IsRedirect

IsRedirect returns true when this edge update schedule create internal server error response has a 3xx status code

func (*EdgeUpdateScheduleCreateInternalServerError) IsServerError

IsServerError returns true when this edge update schedule create internal server error response has a 5xx status code

func (*EdgeUpdateScheduleCreateInternalServerError) IsSuccess

IsSuccess returns true when this edge update schedule create internal server error response has a 2xx status code

func (*EdgeUpdateScheduleCreateInternalServerError) 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 (*EdgeUpdateScheduleCreateOK) GetPayload

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

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

WithBody adds the body to the edge update schedule create params

func (*EdgeUpdateScheduleCreateParams) WithContext

WithContext adds the context to the edge update schedule create params

func (*EdgeUpdateScheduleCreateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge update schedule create params

func (*EdgeUpdateScheduleCreateParams) WithTimeout

WithTimeout adds the timeout to the edge update schedule create params

func (*EdgeUpdateScheduleCreateParams) WriteToRequest

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

Code gets the status code for the edge update schedule delete internal server error response

func (*EdgeUpdateScheduleDeleteInternalServerError) Error

func (*EdgeUpdateScheduleDeleteInternalServerError) IsClientError

IsClientError returns true when this edge update schedule delete internal server error response has a 4xx status code

func (*EdgeUpdateScheduleDeleteInternalServerError) IsCode

IsCode returns true when this edge update schedule delete internal server error response a status code equal to that given

func (*EdgeUpdateScheduleDeleteInternalServerError) IsRedirect

IsRedirect returns true when this edge update schedule delete internal server error response has a 3xx status code

func (*EdgeUpdateScheduleDeleteInternalServerError) IsServerError

IsServerError returns true when this edge update schedule delete internal server error response has a 5xx status code

func (*EdgeUpdateScheduleDeleteInternalServerError) IsSuccess

IsSuccess returns true when this edge update schedule delete internal server error response has a 2xx status code

func (*EdgeUpdateScheduleDeleteInternalServerError) 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

Code gets the status code for the edge update schedule delete no content response

func (*EdgeUpdateScheduleDeleteNoContent) Error

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

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

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

WithContext adds the context to the edge update schedule delete params

func (*EdgeUpdateScheduleDeleteParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge update schedule delete params

func (*EdgeUpdateScheduleDeleteParams) WithID

WithID adds the id to the edge update schedule delete params

func (*EdgeUpdateScheduleDeleteParams) WithTimeout

WithTimeout adds the timeout to the edge update schedule delete params

func (*EdgeUpdateScheduleDeleteParams) WriteToRequest

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

Code gets the status code for the edge update schedule inspect internal server error response

func (*EdgeUpdateScheduleInspectInternalServerError) Error

func (*EdgeUpdateScheduleInspectInternalServerError) IsClientError

IsClientError returns true when this edge update schedule inspect internal server error response has a 4xx status code

func (*EdgeUpdateScheduleInspectInternalServerError) IsCode

IsCode returns true when this edge update schedule inspect internal server error response a status code equal to that given

func (*EdgeUpdateScheduleInspectInternalServerError) IsRedirect

IsRedirect returns true when this edge update schedule inspect internal server error response has a 3xx status code

func (*EdgeUpdateScheduleInspectInternalServerError) IsServerError

IsServerError returns true when this edge update schedule inspect internal server error response has a 5xx status code

func (*EdgeUpdateScheduleInspectInternalServerError) IsSuccess

IsSuccess returns true when this edge update schedule inspect internal server error response has a 2xx status code

func (*EdgeUpdateScheduleInspectInternalServerError) 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 (*EdgeUpdateScheduleInspectOK) GetPayload

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

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

WithContext adds the context to the edge update schedule inspect params

func (*EdgeUpdateScheduleInspectParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge update schedule inspect params

func (*EdgeUpdateScheduleInspectParams) WithID

WithID adds the id to the edge update schedule inspect params

func (*EdgeUpdateScheduleInspectParams) WithTimeout

WithTimeout adds the timeout to the edge update schedule inspect params

func (*EdgeUpdateScheduleInspectParams) WriteToRequest

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

Code gets the status code for the edge update schedule list internal server error response

func (*EdgeUpdateScheduleListInternalServerError) Error

func (*EdgeUpdateScheduleListInternalServerError) IsClientError

IsClientError returns true when this edge update schedule list internal server error response has a 4xx status code

func (*EdgeUpdateScheduleListInternalServerError) IsCode

IsCode returns true when this edge update schedule list internal server error response a status code equal to that given

func (*EdgeUpdateScheduleListInternalServerError) IsRedirect

IsRedirect returns true when this edge update schedule list internal server error response has a 3xx status code

func (*EdgeUpdateScheduleListInternalServerError) IsServerError

IsServerError returns true when this edge update schedule list internal server error response has a 5xx status code

func (*EdgeUpdateScheduleListInternalServerError) IsSuccess

IsSuccess returns true when this edge update schedule list internal server error response has a 2xx status code

func (*EdgeUpdateScheduleListInternalServerError) 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 (*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

WithContext adds the context to the edge update schedule list params

func (*EdgeUpdateScheduleListParams) WithDefaults

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

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

WithTimeout adds the timeout to the edge update schedule list params

func (*EdgeUpdateScheduleListParams) WriteToRequest

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

Code gets the status code for the edge update schedule update bad request response

func (*EdgeUpdateScheduleUpdateBadRequest) Error

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

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

IsSuccess returns true when this edge update schedule update bad request response has a 2xx status code

func (*EdgeUpdateScheduleUpdateBadRequest) 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

Code gets the status code for the edge update schedule update conflict response

func (*EdgeUpdateScheduleUpdateConflict) Error

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

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

Code gets the status code for the edge update schedule update forbidden response

func (*EdgeUpdateScheduleUpdateForbidden) Error

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

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

Code gets the status code for the edge update schedule update internal server error response

func (*EdgeUpdateScheduleUpdateInternalServerError) Error

func (*EdgeUpdateScheduleUpdateInternalServerError) IsClientError

IsClientError returns true when this edge update schedule update internal server error response has a 4xx status code

func (*EdgeUpdateScheduleUpdateInternalServerError) IsCode

IsCode returns true when this edge update schedule update internal server error response a status code equal to that given

func (*EdgeUpdateScheduleUpdateInternalServerError) IsRedirect

IsRedirect returns true when this edge update schedule update internal server error response has a 3xx status code

func (*EdgeUpdateScheduleUpdateInternalServerError) IsServerError

IsServerError returns true when this edge update schedule update internal server error response has a 5xx status code

func (*EdgeUpdateScheduleUpdateInternalServerError) IsSuccess

IsSuccess returns true when this edge update schedule update internal server error response has a 2xx status code

func (*EdgeUpdateScheduleUpdateInternalServerError) 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

Code gets the status code for the edge update schedule update no content response

func (*EdgeUpdateScheduleUpdateNoContent) Error

func (*EdgeUpdateScheduleUpdateNoContent) GetPayload

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

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

Code gets the status code for the edge update schedule update not found response

func (*EdgeUpdateScheduleUpdateNotFound) Error

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

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

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

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

WithBody adds the body to the edge update schedule update params

func (*EdgeUpdateScheduleUpdateParams) WithContext

WithContext adds the context to the edge update schedule update params

func (*EdgeUpdateScheduleUpdateParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the edge update schedule update params

func (*EdgeUpdateScheduleUpdateParams) WithID

WithID adds the id to the edge update schedule update params

func (*EdgeUpdateScheduleUpdateParams) WithTimeout

WithTimeout adds the timeout to the edge update schedule update params

func (*EdgeUpdateScheduleUpdateParams) WriteToRequest

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL