node

package
v2.2.7 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for edge node configuration API

func (*Client) Activate

Activate activates edge node

Activate an edge node. If already in active state no action is taken.

func (*Client) Create

Create creates edge node

Create an edge node record.

func (*Client) Deactivate

Deactivate deactivates edge node

Deactivate an edge node. If already in inactive state no action is taken.

func (*Client) Delete

Delete deletes edge node

Delete an edge node record.

func (*Client) EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNode

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNode retries baseos upgrade on the edge node

Retry baseos upgrade on the edge node.

func (*Client) EdgeNodeConfigurationGetDeviceInterfaceTags

EdgeNodeConfigurationGetDeviceInterfaceTags queries device interface tags

Device Interface tags LIST API is to fetch the interfaces tags attached to a device.

func (*Client) EdgeNodeConfigurationGetEdgeNodeAttestation

EdgeNodeConfigurationGetEdgeNodeAttestation gets edge node p c r attestation

Get the PCR attestation of an edge node record if present.

func (*Client) EdgeNodeConfigurationGetEdgeNodeBySerial

EdgeNodeConfigurationGetEdgeNodeBySerial gets edge node by serial number

Get the configuration (without security details) of an edge node record.

func (*Client) EdgeNodeConfigurationGetEdgeNodeOnboarding

EdgeNodeConfigurationGetEdgeNodeOnboarding gets edge node onboarding certificate

Get the onboarding certificate of an edge node record if present, only valid for edge nodes that have not been onboarded.

func (*Client) EdgeNodeConfigurationGetEdgeviewClientScript

EdgeNodeConfigurationGetEdgeviewClientScript gets edgeview client script of the edge node

Get edgeview client script of the edge node after edgeview is started.

func (*Client) EdgeNodeConfigurationOffboard

func (a *Client) EdgeNodeConfigurationOffboard(params *EdgeNodeConfigurationOffboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationOffboardOK, error)

EdgeNodeConfigurationOffboard offoards the edge ndoe

The API is used for offbaording the device from the enterprise

func (*Client) EdgeNodeConfigurationPreparePowerOff

func (a *Client) EdgeNodeConfigurationPreparePowerOff(params *EdgeNodeConfigurationPreparePowerOffParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationPreparePowerOffOK, error)

EdgeNodeConfigurationPreparePowerOff shutdowns applications on edge node

Shutdown application instance on edge node in preparation for power off and equipment movement.

func (*Client) EdgeNodeConfigurationReboot

func (a *Client) EdgeNodeConfigurationReboot(params *EdgeNodeConfigurationRebootParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationRebootOK, error)

EdgeNodeConfigurationReboot reboots edge node

Reboot an edge node remotely. This operation triggers reboot event. Please check bla-bla for device reboot status.

func (*Client) EdgeNodeConfigurationStartDebugEdgeNode

EdgeNodeConfigurationStartDebugEdgeNode starts debug mode on the edge node

Start debug mode on the edge node.

func (*Client) EdgeNodeConfigurationStartEdgeviewEdgeNode

EdgeNodeConfigurationStartEdgeviewEdgeNode starts edgeview on the edge node

Start edgeview on the edge node.

func (*Client) EdgeNodeConfigurationStopDebugEdgeNode

EdgeNodeConfigurationStopDebugEdgeNode stops debug mode on the edge node

Stop debug mode on the edge node.

func (*Client) EdgeNodeConfigurationStopEdgeviewEdgeNode

EdgeNodeConfigurationStopEdgeviewEdgeNode stops edgeview on the edge node

Stop edgeview on the edge node.

func (*Client) EdgeNodeConfigurationUpdateEdgeNodeBaseOS3

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3 updates e v e image on edge node

Update EVE image on edge node, if edge node is already running the latest EVE image no action is taken.

func (*Client) GetByID

GetByID gets edge node

Get the configuration (without security details) of an edge node record.

func (*Client) GetByName

GetByName gets edge node by name

Get the configuration (without security details) of an edge node record.

func (*Client) GetEdgeNodes

GetEdgeNodes queries edge nodes

Query the edge node records.

func (*Client) PublishBaseOSParams

PublishBaseOSParams updates e v e image on edge node

Update EVE image on edge node, if edge node is already running the latest EVE image no action is taken.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) Update

Update updates edge node

Update an edge node record. The usual pattern to update an edge node record is to retrieve the record and update with the modified values in a new body to update the edge node record.

func (*Client) UpdateBaseOS

UpdateBaseOS updates e v e image on edge node

Update EVE image on edge node, if edge node is already running the latest EVE image no action is taken.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	Activate(params *EdgeNodeConfigurationActivateEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationActivateEdgeNodeOK, error)

	EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNode(params *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK, error)

	Create(params *EdgeNodeConfigurationCreateEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationCreateEdgeNodeOK, error)

	Deactivate(params *EdgeNodeConfigurationDeActivateEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationDeActivateEdgeNodeOK, error)

	Delete(params *EdgeNodeConfigurationDeleteEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationDeleteEdgeNodeOK, error)

	EdgeNodeConfigurationGetDeviceInterfaceTags(params *EdgeNodeConfigurationGetDeviceInterfaceTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK, error)

	GetByID(params *EdgeNodeConfigurationGetEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationGetEdgeNodeOK, error)

	EdgeNodeConfigurationGetEdgeNodeAttestation(params *EdgeNodeConfigurationGetEdgeNodeAttestationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationGetEdgeNodeAttestationOK, error)

	GetByName(params *EdgeNodeConfigurationGetEdgeNodeByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationGetEdgeNodeByNameOK, error)

	EdgeNodeConfigurationGetEdgeNodeBySerial(params *EdgeNodeConfigurationGetEdgeNodeBySerialParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationGetEdgeNodeBySerialOK, error)

	EdgeNodeConfigurationGetEdgeNodeOnboarding(params *EdgeNodeConfigurationGetEdgeNodeOnboardingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK, error)

	EdgeNodeConfigurationGetEdgeviewClientScript(params *EdgeNodeConfigurationGetEdgeviewClientScriptParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationGetEdgeviewClientScriptOK, error)

	EdgeNodeConfigurationOffboard(params *EdgeNodeConfigurationOffboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationOffboardOK, error)

	EdgeNodeConfigurationPreparePowerOff(params *EdgeNodeConfigurationPreparePowerOffParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationPreparePowerOffOK, error)

	GetEdgeNodes(params *GetAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationQueryEdgeNodesOK, error)

	EdgeNodeConfigurationReboot(params *EdgeNodeConfigurationRebootParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationRebootOK, error)

	EdgeNodeConfigurationStartDebugEdgeNode(params *EdgeNodeConfigurationStartDebugEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationStartDebugEdgeNodeOK, error)

	EdgeNodeConfigurationStartEdgeviewEdgeNode(params *EdgeNodeConfigurationStartEdgeviewEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK, error)

	EdgeNodeConfigurationStopDebugEdgeNode(params *EdgeNodeConfigurationStopDebugEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationStopDebugEdgeNodeOK, error)

	EdgeNodeConfigurationStopEdgeviewEdgeNode(params *EdgeNodeConfigurationStopEdgeviewEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK, error)

	Update(params *EdgeNodeConfigurationUpdateEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationUpdateEdgeNodeOK, error)

	UpdateBaseOS(params *EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK, error)

	PublishBaseOSParams(params *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK, error)

	EdgeNodeConfigurationUpdateEdgeNodeBaseOS3(params *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK, 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 node configuration API client.

type EdgeNodeConfigurationActivateEdgeNodeConflict

type EdgeNodeConfigurationActivateEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationActivateEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationActivateEdgeNodeConflict

func NewEdgeNodeConfigurationActivateEdgeNodeConflict() *EdgeNodeConfigurationActivateEdgeNodeConflict

NewEdgeNodeConfigurationActivateEdgeNodeConflict creates a EdgeNodeConfigurationActivateEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) Error

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration activate edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration activate edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration activate edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration activate edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration activate edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) String

type EdgeNodeConfigurationActivateEdgeNodeDefault

type EdgeNodeConfigurationActivateEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationActivateEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationActivateEdgeNodeDefault

func NewEdgeNodeConfigurationActivateEdgeNodeDefault(code int) *EdgeNodeConfigurationActivateEdgeNodeDefault

NewEdgeNodeConfigurationActivateEdgeNodeDefault creates a EdgeNodeConfigurationActivateEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) Code

Code gets the status code for the edge node configuration activate edge node default response

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) Error

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration activate edge node default response has a 4xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration activate edge node default response a status code equal to that given

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration activate edge node default response has a 3xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration activate edge node default response has a 5xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration activate edge node default response has a 2xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) String

type EdgeNodeConfigurationActivateEdgeNodeForbidden

type EdgeNodeConfigurationActivateEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationActivateEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationActivateEdgeNodeForbidden

func NewEdgeNodeConfigurationActivateEdgeNodeForbidden() *EdgeNodeConfigurationActivateEdgeNodeForbidden

NewEdgeNodeConfigurationActivateEdgeNodeForbidden creates a EdgeNodeConfigurationActivateEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration activate edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration activate edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration activate edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration activate edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration activate edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) String

type EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout

type EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationActivateEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationActivateEdgeNodeGatewayTimeout() *EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationActivateEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration activate edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration activate edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration activate edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration activate edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration activate edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationActivateEdgeNodeInternalServerError

type EdgeNodeConfigurationActivateEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationActivateEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationActivateEdgeNodeInternalServerError

func NewEdgeNodeConfigurationActivateEdgeNodeInternalServerError() *EdgeNodeConfigurationActivateEdgeNodeInternalServerError

NewEdgeNodeConfigurationActivateEdgeNodeInternalServerError creates a EdgeNodeConfigurationActivateEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsClientError

IsClientError returns true when this edge node configuration activate edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsCode

IsCode returns true when this edge node configuration activate edge node internal server error response a status code equal to that given

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration activate edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsServerError

IsServerError returns true when this edge node configuration activate edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration activate edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) String

type EdgeNodeConfigurationActivateEdgeNodeNotFound

type EdgeNodeConfigurationActivateEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationActivateEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationActivateEdgeNodeNotFound

func NewEdgeNodeConfigurationActivateEdgeNodeNotFound() *EdgeNodeConfigurationActivateEdgeNodeNotFound

NewEdgeNodeConfigurationActivateEdgeNodeNotFound creates a EdgeNodeConfigurationActivateEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration activate edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration activate edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration activate edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration activate edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration activate edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) String

type EdgeNodeConfigurationActivateEdgeNodeOK

type EdgeNodeConfigurationActivateEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationActivateEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationActivateEdgeNodeOK

func NewEdgeNodeConfigurationActivateEdgeNodeOK() *EdgeNodeConfigurationActivateEdgeNodeOK

NewEdgeNodeConfigurationActivateEdgeNodeOK creates a EdgeNodeConfigurationActivateEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeOK) Error

func (*EdgeNodeConfigurationActivateEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationActivateEdgeNodeOK) IsClientError

func (o *EdgeNodeConfigurationActivateEdgeNodeOK) IsClientError() bool

IsClientError returns true when this edge node configuration activate edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration activate edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationActivateEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration activate edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeOK) IsServerError

func (o *EdgeNodeConfigurationActivateEdgeNodeOK) IsServerError() bool

IsServerError returns true when this edge node configuration activate edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration activate edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeOK) String

type EdgeNodeConfigurationActivateEdgeNodeParams

type EdgeNodeConfigurationActivateEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationActivateEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration activate edge node operation.

Typically these are written to a http.Request.

func ActivationParams

ActivationParams creates a new EdgeNodeConfigurationActivateEdgeNodeParams 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 NewEdgeNodeConfigurationActivateEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationActivateEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationActivateEdgeNodeParams

NewEdgeNodeConfigurationActivateEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationActivateEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationActivateEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationActivateEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationActivateEdgeNodeParams

NewEdgeNodeConfigurationActivateEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationActivateEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationActivateEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationActivateEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationActivateEdgeNodeParams

NewEdgeNodeConfigurationActivateEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationActivateEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration activate edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetHTTPClient

func (o *EdgeNodeConfigurationActivateEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetID

SetID adds the id to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationActivateEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration activate edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithID

WithID adds the id to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration activate edge node params

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationActivateEdgeNodeReader

type EdgeNodeConfigurationActivateEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationActivateEdgeNodeReader is a Reader for the EdgeNodeConfigurationActivateEdgeNode structure.

func (*EdgeNodeConfigurationActivateEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationActivateEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationActivateEdgeNodeUnauthorized

type EdgeNodeConfigurationActivateEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationActivateEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationActivateEdgeNodeUnauthorized

func NewEdgeNodeConfigurationActivateEdgeNodeUnauthorized() *EdgeNodeConfigurationActivateEdgeNodeUnauthorized

NewEdgeNodeConfigurationActivateEdgeNodeUnauthorized creates a EdgeNodeConfigurationActivateEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration activate edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration activate edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration activate edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration activate edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration activate edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) String

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) Error

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration base os upgrade retry edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration base os upgrade retry edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration base os upgrade retry edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration base os upgrade retry edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration base os upgrade retry edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) String

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault(code int) *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) Code

Code gets the status code for the edge node configuration base os upgrade retry edge node default response

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) Error

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration base os upgrade retry edge node default response has a 4xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration base os upgrade retry edge node default response a status code equal to that given

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration base os upgrade retry edge node default response has a 3xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration base os upgrade retry edge node default response has a 5xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration base os upgrade retry edge node default response has a 2xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) String

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration base os upgrade retry edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration base os upgrade retry edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration base os upgrade retry edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration base os upgrade retry edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration base os upgrade retry edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) String

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration base os upgrade retry edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration base os upgrade retry edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration base os upgrade retry edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration base os upgrade retry edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration base os upgrade retry edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) IsClientError

IsClientError returns true when this edge node configuration base os upgrade retry edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) IsCode

IsCode returns true when this edge node configuration base os upgrade retry edge node internal server error response a status code equal to that given

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration base os upgrade retry edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) IsServerError

IsServerError returns true when this edge node configuration base os upgrade retry edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration base os upgrade retry edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) String

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration base os upgrade retry edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration base os upgrade retry edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration base os upgrade retry edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration base os upgrade retry edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration base os upgrade retry edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) String

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) Error

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) IsClientError

IsClientError returns true when this edge node configuration base os upgrade retry edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration base os upgrade retry edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration base os upgrade retry edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) IsServerError

IsServerError returns true when this edge node configuration base os upgrade retry edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration base os upgrade retry edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) String

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration base os upgrade retry edge node operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams creates a new EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams 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 NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration base os upgrade retry edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetID

SetID adds the id to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration base os upgrade retry edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithID

WithID adds the id to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration base os upgrade retry edge node params

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeReader

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeReader is a Reader for the EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNode structure.

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration base os upgrade retry edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration base os upgrade retry edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration base os upgrade retry edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration base os upgrade retry edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration base os upgrade retry edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) String

type EdgeNodeConfigurationCreateEdgeNodeBadRequest

type EdgeNodeConfigurationCreateEdgeNodeBadRequest struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationCreateEdgeNodeBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewEdgeNodeConfigurationCreateEdgeNodeBadRequest

func NewEdgeNodeConfigurationCreateEdgeNodeBadRequest() *EdgeNodeConfigurationCreateEdgeNodeBadRequest

NewEdgeNodeConfigurationCreateEdgeNodeBadRequest creates a EdgeNodeConfigurationCreateEdgeNodeBadRequest with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) Error

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) GetPayload

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsClientError

IsClientError returns true when this edge node configuration create edge node bad request response has a 4xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsCode

IsCode returns true when this edge node configuration create edge node bad request response a status code equal to that given

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsRedirect

IsRedirect returns true when this edge node configuration create edge node bad request response has a 3xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsServerError

IsServerError returns true when this edge node configuration create edge node bad request response has a 5xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsSuccess

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

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) String

type EdgeNodeConfigurationCreateEdgeNodeConflict

type EdgeNodeConfigurationCreateEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationCreateEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this edge node record will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationCreateEdgeNodeConflict

func NewEdgeNodeConfigurationCreateEdgeNodeConflict() *EdgeNodeConfigurationCreateEdgeNodeConflict

NewEdgeNodeConfigurationCreateEdgeNodeConflict creates a EdgeNodeConfigurationCreateEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) Error

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration create edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration create edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration create edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration create edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration create edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) String

type EdgeNodeConfigurationCreateEdgeNodeDefault

type EdgeNodeConfigurationCreateEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationCreateEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationCreateEdgeNodeDefault

func NewEdgeNodeConfigurationCreateEdgeNodeDefault(code int) *EdgeNodeConfigurationCreateEdgeNodeDefault

NewEdgeNodeConfigurationCreateEdgeNodeDefault creates a EdgeNodeConfigurationCreateEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) Code

Code gets the status code for the edge node configuration create edge node default response

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) Error

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration create edge node default response has a 4xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration create edge node default response a status code equal to that given

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration create edge node default response has a 3xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration create edge node default response has a 5xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration create edge node default response has a 2xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) String

type EdgeNodeConfigurationCreateEdgeNodeForbidden

type EdgeNodeConfigurationCreateEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationCreateEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationCreateEdgeNodeForbidden

func NewEdgeNodeConfigurationCreateEdgeNodeForbidden() *EdgeNodeConfigurationCreateEdgeNodeForbidden

NewEdgeNodeConfigurationCreateEdgeNodeForbidden creates a EdgeNodeConfigurationCreateEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration create edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration create edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration create edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration create edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration create edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) String

type EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout

type EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationCreateEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationCreateEdgeNodeGatewayTimeout() *EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationCreateEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration create edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration create edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration create edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration create edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration create edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationCreateEdgeNodeInternalServerError

type EdgeNodeConfigurationCreateEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationCreateEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationCreateEdgeNodeInternalServerError

func NewEdgeNodeConfigurationCreateEdgeNodeInternalServerError() *EdgeNodeConfigurationCreateEdgeNodeInternalServerError

NewEdgeNodeConfigurationCreateEdgeNodeInternalServerError creates a EdgeNodeConfigurationCreateEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsClientError

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsCode

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsRedirect

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsServerError

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsSuccess

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) String

type EdgeNodeConfigurationCreateEdgeNodeOK

type EdgeNodeConfigurationCreateEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationCreateEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationCreateEdgeNodeOK

func NewEdgeNodeConfigurationCreateEdgeNodeOK() *EdgeNodeConfigurationCreateEdgeNodeOK

NewEdgeNodeConfigurationCreateEdgeNodeOK creates a EdgeNodeConfigurationCreateEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeOK) Error

func (*EdgeNodeConfigurationCreateEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationCreateEdgeNodeOK) IsClientError

func (o *EdgeNodeConfigurationCreateEdgeNodeOK) IsClientError() bool

IsClientError returns true when this edge node configuration create edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration create edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationCreateEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration create edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeOK) IsServerError

func (o *EdgeNodeConfigurationCreateEdgeNodeOK) IsServerError() bool

IsServerError returns true when this edge node configuration create edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration create edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeOK) String

type EdgeNodeConfigurationCreateEdgeNodeParams

type EdgeNodeConfigurationCreateEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *models.Node

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationCreateEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration create edge node operation.

Typically these are written to a http.Request.

func CreateParams

CreateParams creates a new EdgeNodeConfigurationCreateEdgeNodeParams 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 NewEdgeNodeConfigurationCreateEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationCreateEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationCreateEdgeNodeParams

NewEdgeNodeConfigurationCreateEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationCreateEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationCreateEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationCreateEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationCreateEdgeNodeParams

NewEdgeNodeConfigurationCreateEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationCreateEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationCreateEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationCreateEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationCreateEdgeNodeParams

NewEdgeNodeConfigurationCreateEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationCreateEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetBody

SetBody adds the body to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration create edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetHTTPClient

func (o *EdgeNodeConfigurationCreateEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationCreateEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithBody

WithBody adds the body to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration create edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration create edge node params

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationCreateEdgeNodeReader

type EdgeNodeConfigurationCreateEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationCreateEdgeNodeReader is a Reader for the EdgeNodeConfigurationCreateEdgeNode structure.

func (*EdgeNodeConfigurationCreateEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationCreateEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationCreateEdgeNodeUnauthorized

type EdgeNodeConfigurationCreateEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationCreateEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationCreateEdgeNodeUnauthorized

func NewEdgeNodeConfigurationCreateEdgeNodeUnauthorized() *EdgeNodeConfigurationCreateEdgeNodeUnauthorized

NewEdgeNodeConfigurationCreateEdgeNodeUnauthorized creates a EdgeNodeConfigurationCreateEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration create edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration create edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration create edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration create edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration create edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) String

type EdgeNodeConfigurationDeActivateEdgeNodeConflict

type EdgeNodeConfigurationDeActivateEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeActivateEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationDeActivateEdgeNodeConflict

func NewEdgeNodeConfigurationDeActivateEdgeNodeConflict() *EdgeNodeConfigurationDeActivateEdgeNodeConflict

NewEdgeNodeConfigurationDeActivateEdgeNodeConflict creates a EdgeNodeConfigurationDeActivateEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) Error

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration de activate edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration de activate edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration de activate edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration de activate edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration de activate edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) String

type EdgeNodeConfigurationDeActivateEdgeNodeDefault

type EdgeNodeConfigurationDeActivateEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationDeActivateEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationDeActivateEdgeNodeDefault

func NewEdgeNodeConfigurationDeActivateEdgeNodeDefault(code int) *EdgeNodeConfigurationDeActivateEdgeNodeDefault

NewEdgeNodeConfigurationDeActivateEdgeNodeDefault creates a EdgeNodeConfigurationDeActivateEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) Code

Code gets the status code for the edge node configuration de activate edge node default response

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) Error

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration de activate edge node default response has a 4xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration de activate edge node default response a status code equal to that given

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration de activate edge node default response has a 3xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration de activate edge node default response has a 5xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration de activate edge node default response has a 2xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) String

type EdgeNodeConfigurationDeActivateEdgeNodeForbidden

type EdgeNodeConfigurationDeActivateEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeActivateEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationDeActivateEdgeNodeForbidden

func NewEdgeNodeConfigurationDeActivateEdgeNodeForbidden() *EdgeNodeConfigurationDeActivateEdgeNodeForbidden

NewEdgeNodeConfigurationDeActivateEdgeNodeForbidden creates a EdgeNodeConfigurationDeActivateEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration de activate edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration de activate edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration de activate edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration de activate edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration de activate edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) String

type EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout

type EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout() *EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration de activate edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration de activate edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration de activate edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration de activate edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration de activate edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError

type EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationDeActivateEdgeNodeInternalServerError

func NewEdgeNodeConfigurationDeActivateEdgeNodeInternalServerError() *EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError

NewEdgeNodeConfigurationDeActivateEdgeNodeInternalServerError creates a EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsClientError

IsClientError returns true when this edge node configuration de activate edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsCode

IsCode returns true when this edge node configuration de activate edge node internal server error response a status code equal to that given

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration de activate edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsServerError

IsServerError returns true when this edge node configuration de activate edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration de activate edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) String

type EdgeNodeConfigurationDeActivateEdgeNodeNotFound

type EdgeNodeConfigurationDeActivateEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeActivateEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationDeActivateEdgeNodeNotFound

func NewEdgeNodeConfigurationDeActivateEdgeNodeNotFound() *EdgeNodeConfigurationDeActivateEdgeNodeNotFound

NewEdgeNodeConfigurationDeActivateEdgeNodeNotFound creates a EdgeNodeConfigurationDeActivateEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration de activate edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration de activate edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration de activate edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration de activate edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration de activate edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) String

type EdgeNodeConfigurationDeActivateEdgeNodeOK

type EdgeNodeConfigurationDeActivateEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeActivateEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationDeActivateEdgeNodeOK

func NewEdgeNodeConfigurationDeActivateEdgeNodeOK() *EdgeNodeConfigurationDeActivateEdgeNodeOK

NewEdgeNodeConfigurationDeActivateEdgeNodeOK creates a EdgeNodeConfigurationDeActivateEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) Error

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsClientError

IsClientError returns true when this edge node configuration de activate edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration de activate edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration de activate edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsServerError

IsServerError returns true when this edge node configuration de activate edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration de activate edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) String

type EdgeNodeConfigurationDeActivateEdgeNodeParams

type EdgeNodeConfigurationDeActivateEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationDeActivateEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration de activate edge node operation.

Typically these are written to a http.Request.

func DeactivationParams

DeactivationParams creates a new EdgeNodeConfigurationDeActivateEdgeNodeParams 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 NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationDeActivateEdgeNodeParams

NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationDeActivateEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationDeActivateEdgeNodeParams

NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationDeActivateEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationDeActivateEdgeNodeParams

NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationDeActivateEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration de activate edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetHTTPClient

func (o *EdgeNodeConfigurationDeActivateEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetID

SetID adds the id to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationDeActivateEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration de activate edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithID

WithID adds the id to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration de activate edge node params

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationDeActivateEdgeNodeReader

type EdgeNodeConfigurationDeActivateEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationDeActivateEdgeNodeReader is a Reader for the EdgeNodeConfigurationDeActivateEdgeNode structure.

func (*EdgeNodeConfigurationDeActivateEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationDeActivateEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized

type EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationDeActivateEdgeNodeUnauthorized

func NewEdgeNodeConfigurationDeActivateEdgeNodeUnauthorized() *EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized

NewEdgeNodeConfigurationDeActivateEdgeNodeUnauthorized creates a EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration de activate edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration de activate edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration de activate edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration de activate edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration de activate edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) String

type EdgeNodeConfigurationDeleteEdgeNodeDefault

type EdgeNodeConfigurationDeleteEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationDeleteEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationDeleteEdgeNodeDefault

func NewEdgeNodeConfigurationDeleteEdgeNodeDefault(code int) *EdgeNodeConfigurationDeleteEdgeNodeDefault

NewEdgeNodeConfigurationDeleteEdgeNodeDefault creates a EdgeNodeConfigurationDeleteEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) Code

Code gets the status code for the edge node configuration delete edge node default response

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) Error

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration delete edge node default response has a 4xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration delete edge node default response a status code equal to that given

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration delete edge node default response has a 3xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration delete edge node default response has a 5xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration delete edge node default response has a 2xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) String

type EdgeNodeConfigurationDeleteEdgeNodeForbidden

type EdgeNodeConfigurationDeleteEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeleteEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationDeleteEdgeNodeForbidden

func NewEdgeNodeConfigurationDeleteEdgeNodeForbidden() *EdgeNodeConfigurationDeleteEdgeNodeForbidden

NewEdgeNodeConfigurationDeleteEdgeNodeForbidden creates a EdgeNodeConfigurationDeleteEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration delete edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration delete edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration delete edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration delete edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration delete edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) String

type EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout

type EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout() *EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration delete edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration delete edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration delete edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration delete edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration delete edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationDeleteEdgeNodeInternalServerError

type EdgeNodeConfigurationDeleteEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeleteEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationDeleteEdgeNodeInternalServerError

func NewEdgeNodeConfigurationDeleteEdgeNodeInternalServerError() *EdgeNodeConfigurationDeleteEdgeNodeInternalServerError

NewEdgeNodeConfigurationDeleteEdgeNodeInternalServerError creates a EdgeNodeConfigurationDeleteEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsClientError

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsCode

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsRedirect

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsServerError

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsSuccess

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) String

type EdgeNodeConfigurationDeleteEdgeNodeNotFound

type EdgeNodeConfigurationDeleteEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeleteEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationDeleteEdgeNodeNotFound

func NewEdgeNodeConfigurationDeleteEdgeNodeNotFound() *EdgeNodeConfigurationDeleteEdgeNodeNotFound

NewEdgeNodeConfigurationDeleteEdgeNodeNotFound creates a EdgeNodeConfigurationDeleteEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration delete edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration delete edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration delete edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration delete edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration delete edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) String

type EdgeNodeConfigurationDeleteEdgeNodeOK

type EdgeNodeConfigurationDeleteEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeleteEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationDeleteEdgeNodeOK

func NewEdgeNodeConfigurationDeleteEdgeNodeOK() *EdgeNodeConfigurationDeleteEdgeNodeOK

NewEdgeNodeConfigurationDeleteEdgeNodeOK creates a EdgeNodeConfigurationDeleteEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) Error

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) IsClientError

func (o *EdgeNodeConfigurationDeleteEdgeNodeOK) IsClientError() bool

IsClientError returns true when this edge node configuration delete edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration delete edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration delete edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) IsServerError

func (o *EdgeNodeConfigurationDeleteEdgeNodeOK) IsServerError() bool

IsServerError returns true when this edge node configuration delete edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration delete edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) String

type EdgeNodeConfigurationDeleteEdgeNodeParams

type EdgeNodeConfigurationDeleteEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationDeleteEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration delete edge node operation.

Typically these are written to a http.Request.

func DeleteParams

DeleteParams creates a new EdgeNodeConfigurationDeleteEdgeNodeParams 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 NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationDeleteEdgeNodeParams

NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationDeleteEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationDeleteEdgeNodeParams

NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationDeleteEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationDeleteEdgeNodeParams

NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationDeleteEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration delete edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetHTTPClient

func (o *EdgeNodeConfigurationDeleteEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetID

SetID adds the id to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationDeleteEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration delete edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithID

WithID adds the id to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration delete edge node params

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationDeleteEdgeNodeReader

type EdgeNodeConfigurationDeleteEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationDeleteEdgeNodeReader is a Reader for the EdgeNodeConfigurationDeleteEdgeNode structure.

func (*EdgeNodeConfigurationDeleteEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationDeleteEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationDeleteEdgeNodeUnauthorized

type EdgeNodeConfigurationDeleteEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationDeleteEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationDeleteEdgeNodeUnauthorized

func NewEdgeNodeConfigurationDeleteEdgeNodeUnauthorized() *EdgeNodeConfigurationDeleteEdgeNodeUnauthorized

NewEdgeNodeConfigurationDeleteEdgeNodeUnauthorized creates a EdgeNodeConfigurationDeleteEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration delete edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration delete edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration delete edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration delete edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration delete edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) String

type EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest

type EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest() *EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest

NewEdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest creates a EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) Error

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) GetPayload

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsClientError

IsClientError returns true when this edge node configuration get device interface tags bad request response has a 4xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsCode

IsCode returns true when this edge node configuration get device interface tags bad request response a status code equal to that given

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsRedirect

IsRedirect returns true when this edge node configuration get device interface tags bad request response has a 3xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsServerError

IsServerError returns true when this edge node configuration get device interface tags bad request response has a 5xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsSuccess

IsSuccess returns true when this edge node configuration get device interface tags bad request response has a 2xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) String

type EdgeNodeConfigurationGetDeviceInterfaceTagsDefault

type EdgeNodeConfigurationGetDeviceInterfaceTagsDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetDeviceInterfaceTagsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsDefault

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsDefault(code int) *EdgeNodeConfigurationGetDeviceInterfaceTagsDefault

NewEdgeNodeConfigurationGetDeviceInterfaceTagsDefault creates a EdgeNodeConfigurationGetDeviceInterfaceTagsDefault with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) Code

Code gets the status code for the edge node configuration get device interface tags default response

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) Error

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) GetPayload

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsClientError

IsClientError returns true when this edge node configuration get device interface tags default response has a 4xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsCode

IsCode returns true when this edge node configuration get device interface tags default response a status code equal to that given

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsRedirect

IsRedirect returns true when this edge node configuration get device interface tags default response has a 3xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsServerError

IsServerError returns true when this edge node configuration get device interface tags default response has a 5xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsSuccess

IsSuccess returns true when this edge node configuration get device interface tags default response has a 2xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) String

type EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden

type EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsForbidden

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsForbidden() *EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden

NewEdgeNodeConfigurationGetDeviceInterfaceTagsForbidden creates a EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) Error

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) GetPayload

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsClientError

IsClientError returns true when this edge node configuration get device interface tags forbidden response has a 4xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsCode

IsCode returns true when this edge node configuration get device interface tags forbidden response a status code equal to that given

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsRedirect

IsRedirect returns true when this edge node configuration get device interface tags forbidden response has a 3xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsServerError

IsServerError returns true when this edge node configuration get device interface tags forbidden response has a 5xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsSuccess

IsSuccess returns true when this edge node configuration get device interface tags forbidden response has a 2xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) String

type EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout

type EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout() *EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout

NewEdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout creates a EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) Error

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration get device interface tags gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsCode

IsCode returns true when this edge node configuration get device interface tags gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration get device interface tags gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration get device interface tags gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration get device interface tags gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) String

type EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError

type EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError() *EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError

NewEdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError creates a EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) Error

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) GetPayload

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsClientError

IsClientError returns true when this edge node configuration get device interface tags internal server error response has a 4xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsCode

IsCode returns true when this edge node configuration get device interface tags internal server error response a status code equal to that given

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration get device interface tags internal server error response has a 3xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsServerError

IsServerError returns true when this edge node configuration get device interface tags internal server error response has a 5xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration get device interface tags internal server error response has a 2xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) String

type EdgeNodeConfigurationGetDeviceInterfaceTagsOK

type EdgeNodeConfigurationGetDeviceInterfaceTagsOK struct {
	Payload *models.ObjectTagsList
}

EdgeNodeConfigurationGetDeviceInterfaceTagsOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsOK

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsOK() *EdgeNodeConfigurationGetDeviceInterfaceTagsOK

NewEdgeNodeConfigurationGetDeviceInterfaceTagsOK creates a EdgeNodeConfigurationGetDeviceInterfaceTagsOK with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) Error

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) GetPayload

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsClientError

IsClientError returns true when this edge node configuration get device interface tags o k response has a 4xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsCode

IsCode returns true when this edge node configuration get device interface tags o k response a status code equal to that given

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsRedirect

IsRedirect returns true when this edge node configuration get device interface tags o k response has a 3xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsServerError

IsServerError returns true when this edge node configuration get device interface tags o k response has a 5xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsSuccess

IsSuccess returns true when this edge node configuration get device interface tags o k response has a 2xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) String

type EdgeNodeConfigurationGetDeviceInterfaceTagsParams

type EdgeNodeConfigurationGetDeviceInterfaceTagsParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* FilterObjID.

	   Object Id which tags are associated.
	*/
	FilterObjID *string

	/* FilterObjName.

	   Object name which tags are associated.
	*/
	FilterObjName *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy []string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetDeviceInterfaceTagsParams contains all the parameters to send to the API endpoint

for the edge node configuration get device interface tags operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParams

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParams() *EdgeNodeConfigurationGetDeviceInterfaceTagsParams

NewEdgeNodeConfigurationGetDeviceInterfaceTagsParams creates a new EdgeNodeConfigurationGetDeviceInterfaceTagsParams 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 NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithContext

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetDeviceInterfaceTagsParams

NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithContext creates a new EdgeNodeConfigurationGetDeviceInterfaceTagsParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithHTTPClient

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationGetDeviceInterfaceTagsParams

NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithHTTPClient creates a new EdgeNodeConfigurationGetDeviceInterfaceTagsParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithTimeout

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationGetDeviceInterfaceTagsParams

NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithTimeout creates a new EdgeNodeConfigurationGetDeviceInterfaceTagsParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetContext

SetContext adds the context to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration get device interface tags params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetFilterObjID

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetFilterObjID(filterObjID *string)

SetFilterObjID adds the filterObjId to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetFilterObjName

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetFilterObjName(filterObjName *string)

SetFilterObjName adds the filterObjName to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextOrderBy

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextOrderBy(nextOrderBy []string)

SetNextOrderBy adds the nextOrderBy to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageNum

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageSize

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageToken

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextTotalPages

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetXRequestID

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithContext

WithContext adds the context to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration get device interface tags params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithFilterObjID

WithFilterObjID adds the filterObjID to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithFilterObjName

WithFilterObjName adds the filterObjName to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration get device interface tags params

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetDeviceInterfaceTagsReader

type EdgeNodeConfigurationGetDeviceInterfaceTagsReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetDeviceInterfaceTagsReader is a Reader for the EdgeNodeConfigurationGetDeviceInterfaceTags structure.

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsReader) ReadResponse

func (o *EdgeNodeConfigurationGetDeviceInterfaceTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized

type EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized() *EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized

NewEdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized creates a EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) Error

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) GetPayload

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsClientError

IsClientError returns true when this edge node configuration get device interface tags unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsCode

IsCode returns true when this edge node configuration get device interface tags unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration get device interface tags unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsServerError

IsServerError returns true when this edge node configuration get device interface tags unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration get device interface tags unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) String

type EdgeNodeConfigurationGetEdgeNodeAttestationDefault

type EdgeNodeConfigurationGetEdgeNodeAttestationDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeAttestationDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationDefault

func NewEdgeNodeConfigurationGetEdgeNodeAttestationDefault(code int) *EdgeNodeConfigurationGetEdgeNodeAttestationDefault

NewEdgeNodeConfigurationGetEdgeNodeAttestationDefault creates a EdgeNodeConfigurationGetEdgeNodeAttestationDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) Code

Code gets the status code for the edge node configuration get edge node attestation default response

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) Error

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsClientError

IsClientError returns true when this edge node configuration get edge node attestation default response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsCode

IsCode returns true when this edge node configuration get edge node attestation default response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsRedirect

IsRedirect returns true when this edge node configuration get edge node attestation default response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsServerError

IsServerError returns true when this edge node configuration get edge node attestation default response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsSuccess

IsSuccess returns true when this edge node configuration get edge node attestation default response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) String

type EdgeNodeConfigurationGetEdgeNodeAttestationForbidden

type EdgeNodeConfigurationGetEdgeNodeAttestationForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeAttestationForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationForbidden

func NewEdgeNodeConfigurationGetEdgeNodeAttestationForbidden() *EdgeNodeConfigurationGetEdgeNodeAttestationForbidden

NewEdgeNodeConfigurationGetEdgeNodeAttestationForbidden creates a EdgeNodeConfigurationGetEdgeNodeAttestationForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) Error

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsClientError

IsClientError returns true when this edge node configuration get edge node attestation forbidden response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsCode

IsCode returns true when this edge node configuration get edge node attestation forbidden response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsRedirect

IsRedirect returns true when this edge node configuration get edge node attestation forbidden response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsServerError

IsServerError returns true when this edge node configuration get edge node attestation forbidden response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsSuccess

IsSuccess returns true when this edge node configuration get edge node attestation forbidden response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) String

type EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout

type EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout

func NewEdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) Error

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration get edge node attestation gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsCode

IsCode returns true when this edge node configuration get edge node attestation gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration get edge node attestation gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration get edge node attestation gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration get edge node attestation gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) String

type EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError

type EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError

func NewEdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError() *EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) Error

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsClientError

IsClientError returns true when this edge node configuration get edge node attestation internal server error response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsCode

IsCode returns true when this edge node configuration get edge node attestation internal server error response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration get edge node attestation internal server error response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsServerError

IsServerError returns true when this edge node configuration get edge node attestation internal server error response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration get edge node attestation internal server error response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) String

type EdgeNodeConfigurationGetEdgeNodeAttestationNotFound

type EdgeNodeConfigurationGetEdgeNodeAttestationNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeAttestationNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationNotFound

func NewEdgeNodeConfigurationGetEdgeNodeAttestationNotFound() *EdgeNodeConfigurationGetEdgeNodeAttestationNotFound

NewEdgeNodeConfigurationGetEdgeNodeAttestationNotFound creates a EdgeNodeConfigurationGetEdgeNodeAttestationNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) Error

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsClientError

IsClientError returns true when this edge node configuration get edge node attestation not found response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsCode

IsCode returns true when this edge node configuration get edge node attestation not found response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsRedirect

IsRedirect returns true when this edge node configuration get edge node attestation not found response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsServerError

IsServerError returns true when this edge node configuration get edge node attestation not found response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsSuccess

IsSuccess returns true when this edge node configuration get edge node attestation not found response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) String

type EdgeNodeConfigurationGetEdgeNodeAttestationOK

type EdgeNodeConfigurationGetEdgeNodeAttestationOK struct {
	Payload *models.Node
}

EdgeNodeConfigurationGetEdgeNodeAttestationOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationOK

func NewEdgeNodeConfigurationGetEdgeNodeAttestationOK() *EdgeNodeConfigurationGetEdgeNodeAttestationOK

NewEdgeNodeConfigurationGetEdgeNodeAttestationOK creates a EdgeNodeConfigurationGetEdgeNodeAttestationOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) Error

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsClientError

IsClientError returns true when this edge node configuration get edge node attestation o k response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsCode

IsCode returns true when this edge node configuration get edge node attestation o k response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsRedirect

IsRedirect returns true when this edge node configuration get edge node attestation o k response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsServerError

IsServerError returns true when this edge node configuration get edge node attestation o k response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsSuccess

IsSuccess returns true when this edge node configuration get edge node attestation o k response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) String

type EdgeNodeConfigurationGetEdgeNodeAttestationParams

type EdgeNodeConfigurationGetEdgeNodeAttestationParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeAttestationParams contains all the parameters to send to the API endpoint

for the edge node configuration get edge node attestation operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParams

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParams() *EdgeNodeConfigurationGetEdgeNodeAttestationParams

NewEdgeNodeConfigurationGetEdgeNodeAttestationParams creates a new EdgeNodeConfigurationGetEdgeNodeAttestationParams 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 NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithContext

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeAttestationParams

NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithContext creates a new EdgeNodeConfigurationGetEdgeNodeAttestationParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithHTTPClient

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationGetEdgeNodeAttestationParams

NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithHTTPClient creates a new EdgeNodeConfigurationGetEdgeNodeAttestationParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithTimeout

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationGetEdgeNodeAttestationParams

NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithTimeout creates a new EdgeNodeConfigurationGetEdgeNodeAttestationParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetContext

SetContext adds the context to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration get edge node attestation params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetID

SetID adds the id to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetXRequestID

func (o *EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithContext

WithContext adds the context to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration get edge node attestation params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithID

WithID adds the id to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration get edge node attestation params

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeAttestationReader

type EdgeNodeConfigurationGetEdgeNodeAttestationReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeAttestationReader is a Reader for the EdgeNodeConfigurationGetEdgeNodeAttestation structure.

func (*EdgeNodeConfigurationGetEdgeNodeAttestationReader) ReadResponse

func (o *EdgeNodeConfigurationGetEdgeNodeAttestationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized

type EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized

func NewEdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized() *EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) Error

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsClientError

IsClientError returns true when this edge node configuration get edge node attestation unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsCode

IsCode returns true when this edge node configuration get edge node attestation unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration get edge node attestation unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsServerError

IsServerError returns true when this edge node configuration get edge node attestation unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration get edge node attestation unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) String

type EdgeNodeConfigurationGetEdgeNodeByNameDefault

type EdgeNodeConfigurationGetEdgeNodeByNameDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeByNameDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationGetEdgeNodeByNameDefault

func NewEdgeNodeConfigurationGetEdgeNodeByNameDefault(code int) *EdgeNodeConfigurationGetEdgeNodeByNameDefault

NewEdgeNodeConfigurationGetEdgeNodeByNameDefault creates a EdgeNodeConfigurationGetEdgeNodeByNameDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) Code

Code gets the status code for the edge node configuration get edge node by name default response

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) Error

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsClientError

IsClientError returns true when this edge node configuration get edge node by name default response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsCode

IsCode returns true when this edge node configuration get edge node by name default response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by name default response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsServerError

IsServerError returns true when this edge node configuration get edge node by name default response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by name default response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) String

type EdgeNodeConfigurationGetEdgeNodeByNameForbidden

type EdgeNodeConfigurationGetEdgeNodeByNameForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationGetEdgeNodeByNameForbidden

func NewEdgeNodeConfigurationGetEdgeNodeByNameForbidden() *EdgeNodeConfigurationGetEdgeNodeByNameForbidden

NewEdgeNodeConfigurationGetEdgeNodeByNameForbidden creates a EdgeNodeConfigurationGetEdgeNodeByNameForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) Error

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsClientError

IsClientError returns true when this edge node configuration get edge node by name forbidden response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsCode

IsCode returns true when this edge node configuration get edge node by name forbidden response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by name forbidden response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsServerError

IsServerError returns true when this edge node configuration get edge node by name forbidden response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by name forbidden response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) String

type EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout

type EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout

func NewEdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) Error

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration get edge node by name gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsCode

IsCode returns true when this edge node configuration get edge node by name gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by name gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration get edge node by name gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by name gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) String

type EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError

type EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationGetEdgeNodeByNameInternalServerError

func NewEdgeNodeConfigurationGetEdgeNodeByNameInternalServerError() *EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeByNameInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) Error

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) IsClientError

IsClientError returns true when this edge node configuration get edge node by name internal server error response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) IsCode

IsCode returns true when this edge node configuration get edge node by name internal server error response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by name internal server error response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) IsServerError

IsServerError returns true when this edge node configuration get edge node by name internal server error response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by name internal server error response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) String

type EdgeNodeConfigurationGetEdgeNodeByNameNotFound

type EdgeNodeConfigurationGetEdgeNodeByNameNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationGetEdgeNodeByNameNotFound

func NewEdgeNodeConfigurationGetEdgeNodeByNameNotFound() *EdgeNodeConfigurationGetEdgeNodeByNameNotFound

NewEdgeNodeConfigurationGetEdgeNodeByNameNotFound creates a EdgeNodeConfigurationGetEdgeNodeByNameNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) Error

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsClientError

IsClientError returns true when this edge node configuration get edge node by name not found response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsCode

IsCode returns true when this edge node configuration get edge node by name not found response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by name not found response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsServerError

IsServerError returns true when this edge node configuration get edge node by name not found response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by name not found response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) String

type EdgeNodeConfigurationGetEdgeNodeByNameOK

type EdgeNodeConfigurationGetEdgeNodeByNameOK struct {
	Payload *models.Node
}

EdgeNodeConfigurationGetEdgeNodeByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeByNameOK

func NewEdgeNodeConfigurationGetEdgeNodeByNameOK() *EdgeNodeConfigurationGetEdgeNodeByNameOK

NewEdgeNodeConfigurationGetEdgeNodeByNameOK creates a EdgeNodeConfigurationGetEdgeNodeByNameOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) Error

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsClientError

IsClientError returns true when this edge node configuration get edge node by name o k response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsCode

IsCode returns true when this edge node configuration get edge node by name o k response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by name o k response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsServerError

IsServerError returns true when this edge node configuration get edge node by name o k response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by name o k response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) String

type EdgeNodeConfigurationGetEdgeNodeByNameParams

type EdgeNodeConfigurationGetEdgeNodeByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Name.

	   user defined device name for a device
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeByNameParams contains all the parameters to send to the API endpoint

for the edge node configuration get edge node by name operation.

Typically these are written to a http.Request.

func GetByNameParams

GetByNameParams creates a new EdgeNodeConfigurationGetEdgeNodeByNameParams 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 NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithContext

func NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeByNameParams

NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithContext creates a new EdgeNodeConfigurationGetEdgeNodeByNameParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithHTTPClient

func NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationGetEdgeNodeByNameParams

NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithHTTPClient creates a new EdgeNodeConfigurationGetEdgeNodeByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithTimeout

func NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationGetEdgeNodeByNameParams

NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithTimeout creates a new EdgeNodeConfigurationGetEdgeNodeByNameParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetContext

SetContext adds the context to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration get edge node by name params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetHTTPClient

func (o *EdgeNodeConfigurationGetEdgeNodeByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetName

SetName adds the name to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetXRequestID

func (o *EdgeNodeConfigurationGetEdgeNodeByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithContext

WithContext adds the context to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration get edge node by name params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithName

WithName adds the name to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration get edge node by name params

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeByNameReader

type EdgeNodeConfigurationGetEdgeNodeByNameReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeByNameReader is a Reader for the EdgeNodeConfigurationGetEdgeNodeByName structure.

func (*EdgeNodeConfigurationGetEdgeNodeByNameReader) ReadResponse

func (o *EdgeNodeConfigurationGetEdgeNodeByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized

type EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationGetEdgeNodeByNameUnauthorized

func NewEdgeNodeConfigurationGetEdgeNodeByNameUnauthorized() *EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeByNameUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) Error

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsClientError

IsClientError returns true when this edge node configuration get edge node by name unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsCode

IsCode returns true when this edge node configuration get edge node by name unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by name unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsServerError

IsServerError returns true when this edge node configuration get edge node by name unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by name unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) String

type EdgeNodeConfigurationGetEdgeNodeBySerialDefault

type EdgeNodeConfigurationGetEdgeNodeBySerialDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeBySerialDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialDefault

func NewEdgeNodeConfigurationGetEdgeNodeBySerialDefault(code int) *EdgeNodeConfigurationGetEdgeNodeBySerialDefault

NewEdgeNodeConfigurationGetEdgeNodeBySerialDefault creates a EdgeNodeConfigurationGetEdgeNodeBySerialDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) Code

Code gets the status code for the edge node configuration get edge node by serial default response

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) Error

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsClientError

IsClientError returns true when this edge node configuration get edge node by serial default response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsCode

IsCode returns true when this edge node configuration get edge node by serial default response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by serial default response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsServerError

IsServerError returns true when this edge node configuration get edge node by serial default response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by serial default response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) String

type EdgeNodeConfigurationGetEdgeNodeBySerialForbidden

type EdgeNodeConfigurationGetEdgeNodeBySerialForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeBySerialForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialForbidden

func NewEdgeNodeConfigurationGetEdgeNodeBySerialForbidden() *EdgeNodeConfigurationGetEdgeNodeBySerialForbidden

NewEdgeNodeConfigurationGetEdgeNodeBySerialForbidden creates a EdgeNodeConfigurationGetEdgeNodeBySerialForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) Error

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsClientError

IsClientError returns true when this edge node configuration get edge node by serial forbidden response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsCode

IsCode returns true when this edge node configuration get edge node by serial forbidden response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by serial forbidden response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsServerError

IsServerError returns true when this edge node configuration get edge node by serial forbidden response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by serial forbidden response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) String

type EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout

type EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout

func NewEdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) Error

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration get edge node by serial gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsCode

IsCode returns true when this edge node configuration get edge node by serial gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by serial gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration get edge node by serial gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by serial gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) String

type EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError

type EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError

func NewEdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError() *EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) Error

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) IsClientError

IsClientError returns true when this edge node configuration get edge node by serial internal server error response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) IsCode

IsCode returns true when this edge node configuration get edge node by serial internal server error response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by serial internal server error response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) IsServerError

IsServerError returns true when this edge node configuration get edge node by serial internal server error response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by serial internal server error response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) String

type EdgeNodeConfigurationGetEdgeNodeBySerialNotFound

type EdgeNodeConfigurationGetEdgeNodeBySerialNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeBySerialNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialNotFound

func NewEdgeNodeConfigurationGetEdgeNodeBySerialNotFound() *EdgeNodeConfigurationGetEdgeNodeBySerialNotFound

NewEdgeNodeConfigurationGetEdgeNodeBySerialNotFound creates a EdgeNodeConfigurationGetEdgeNodeBySerialNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) Error

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsClientError

IsClientError returns true when this edge node configuration get edge node by serial not found response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsCode

IsCode returns true when this edge node configuration get edge node by serial not found response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by serial not found response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsServerError

IsServerError returns true when this edge node configuration get edge node by serial not found response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by serial not found response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) String

type EdgeNodeConfigurationGetEdgeNodeBySerialOK

type EdgeNodeConfigurationGetEdgeNodeBySerialOK struct {
	Payload *models.Node
}

EdgeNodeConfigurationGetEdgeNodeBySerialOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialOK

func NewEdgeNodeConfigurationGetEdgeNodeBySerialOK() *EdgeNodeConfigurationGetEdgeNodeBySerialOK

NewEdgeNodeConfigurationGetEdgeNodeBySerialOK creates a EdgeNodeConfigurationGetEdgeNodeBySerialOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) Error

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsClientError

IsClientError returns true when this edge node configuration get edge node by serial o k response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsCode

IsCode returns true when this edge node configuration get edge node by serial o k response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by serial o k response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsServerError

IsServerError returns true when this edge node configuration get edge node by serial o k response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by serial o k response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) String

type EdgeNodeConfigurationGetEdgeNodeBySerialParams

type EdgeNodeConfigurationGetEdgeNodeBySerialParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Serialno.

	   unique identity number of the device
	*/
	Serialno string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeBySerialParams contains all the parameters to send to the API endpoint

for the edge node configuration get edge node by serial operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParams

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParams() *EdgeNodeConfigurationGetEdgeNodeBySerialParams

NewEdgeNodeConfigurationGetEdgeNodeBySerialParams creates a new EdgeNodeConfigurationGetEdgeNodeBySerialParams 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 NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithContext

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeBySerialParams

NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithContext creates a new EdgeNodeConfigurationGetEdgeNodeBySerialParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithHTTPClient

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationGetEdgeNodeBySerialParams

NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithHTTPClient creates a new EdgeNodeConfigurationGetEdgeNodeBySerialParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithTimeout

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationGetEdgeNodeBySerialParams

NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithTimeout creates a new EdgeNodeConfigurationGetEdgeNodeBySerialParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetContext

SetContext adds the context to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration get edge node by serial params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetSerialno

func (o *EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetSerialno(serialno string)

SetSerialno adds the serialno to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetXRequestID

func (o *EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithContext

WithContext adds the context to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration get edge node by serial params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithSerialno

WithSerialno adds the serialno to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration get edge node by serial params

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeBySerialReader

type EdgeNodeConfigurationGetEdgeNodeBySerialReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeBySerialReader is a Reader for the EdgeNodeConfigurationGetEdgeNodeBySerial structure.

func (*EdgeNodeConfigurationGetEdgeNodeBySerialReader) ReadResponse

func (o *EdgeNodeConfigurationGetEdgeNodeBySerialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized

type EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized

func NewEdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized() *EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) Error

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsClientError

IsClientError returns true when this edge node configuration get edge node by serial unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsCode

IsCode returns true when this edge node configuration get edge node by serial unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration get edge node by serial unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsServerError

IsServerError returns true when this edge node configuration get edge node by serial unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration get edge node by serial unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) String

type EdgeNodeConfigurationGetEdgeNodeDefault

type EdgeNodeConfigurationGetEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationGetEdgeNodeDefault

func NewEdgeNodeConfigurationGetEdgeNodeDefault(code int) *EdgeNodeConfigurationGetEdgeNodeDefault

NewEdgeNodeConfigurationGetEdgeNodeDefault creates a EdgeNodeConfigurationGetEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeDefault) Code

Code gets the status code for the edge node configuration get edge node default response

func (*EdgeNodeConfigurationGetEdgeNodeDefault) Error

func (*EdgeNodeConfigurationGetEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeDefault) IsClientError

func (o *EdgeNodeConfigurationGetEdgeNodeDefault) IsClientError() bool

IsClientError returns true when this edge node configuration get edge node default response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration get edge node default response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration get edge node default response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeDefault) IsServerError

func (o *EdgeNodeConfigurationGetEdgeNodeDefault) IsServerError() bool

IsServerError returns true when this edge node configuration get edge node default response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration get edge node default response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeDefault) String

type EdgeNodeConfigurationGetEdgeNodeForbidden

type EdgeNodeConfigurationGetEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationGetEdgeNodeForbidden

func NewEdgeNodeConfigurationGetEdgeNodeForbidden() *EdgeNodeConfigurationGetEdgeNodeForbidden

NewEdgeNodeConfigurationGetEdgeNodeForbidden creates a EdgeNodeConfigurationGetEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration get edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration get edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration get edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration get edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration get edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) String

type EdgeNodeConfigurationGetEdgeNodeGatewayTimeout

type EdgeNodeConfigurationGetEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationGetEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationGetEdgeNodeGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration get edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration get edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration get edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration get edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration get edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationGetEdgeNodeInternalServerError

type EdgeNodeConfigurationGetEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationGetEdgeNodeInternalServerError

func NewEdgeNodeConfigurationGetEdgeNodeInternalServerError() *EdgeNodeConfigurationGetEdgeNodeInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsClientError

IsClientError returns true when this edge node configuration get edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsCode

IsCode returns true when this edge node configuration get edge node internal server error response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration get edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsServerError

IsServerError returns true when this edge node configuration get edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration get edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) String

type EdgeNodeConfigurationGetEdgeNodeOK

type EdgeNodeConfigurationGetEdgeNodeOK struct {
	Payload *models.Node
}

EdgeNodeConfigurationGetEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeOK

func NewEdgeNodeConfigurationGetEdgeNodeOK() *EdgeNodeConfigurationGetEdgeNodeOK

NewEdgeNodeConfigurationGetEdgeNodeOK creates a EdgeNodeConfigurationGetEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOK) Error

func (*EdgeNodeConfigurationGetEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeOK) IsClientError

func (o *EdgeNodeConfigurationGetEdgeNodeOK) IsClientError() bool

IsClientError returns true when this edge node configuration get edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration get edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeOK) IsRedirect

func (o *EdgeNodeConfigurationGetEdgeNodeOK) IsRedirect() bool

IsRedirect returns true when this edge node configuration get edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOK) IsServerError

func (o *EdgeNodeConfigurationGetEdgeNodeOK) IsServerError() bool

IsServerError returns true when this edge node configuration get edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration get edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOK) String

type EdgeNodeConfigurationGetEdgeNodeOnboardingDefault

type EdgeNodeConfigurationGetEdgeNodeOnboardingDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeOnboardingDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingDefault

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingDefault(code int) *EdgeNodeConfigurationGetEdgeNodeOnboardingDefault

NewEdgeNodeConfigurationGetEdgeNodeOnboardingDefault creates a EdgeNodeConfigurationGetEdgeNodeOnboardingDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) Code

Code gets the status code for the edge node configuration get edge node onboarding default response

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) Error

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsClientError

IsClientError returns true when this edge node configuration get edge node onboarding default response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsCode

IsCode returns true when this edge node configuration get edge node onboarding default response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsRedirect

IsRedirect returns true when this edge node configuration get edge node onboarding default response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsServerError

IsServerError returns true when this edge node configuration get edge node onboarding default response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsSuccess

IsSuccess returns true when this edge node configuration get edge node onboarding default response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) String

type EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden

type EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingForbidden

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingForbidden() *EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden

NewEdgeNodeConfigurationGetEdgeNodeOnboardingForbidden creates a EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) Error

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsClientError

IsClientError returns true when this edge node configuration get edge node onboarding forbidden response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsCode

IsCode returns true when this edge node configuration get edge node onboarding forbidden response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsRedirect

IsRedirect returns true when this edge node configuration get edge node onboarding forbidden response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsServerError

IsServerError returns true when this edge node configuration get edge node onboarding forbidden response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsSuccess

IsSuccess returns true when this edge node configuration get edge node onboarding forbidden response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) String

type EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout

type EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) Error

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration get edge node onboarding gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsCode

IsCode returns true when this edge node configuration get edge node onboarding gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration get edge node onboarding gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration get edge node onboarding gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration get edge node onboarding gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) String

type EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError

type EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError() *EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) Error

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsClientError

IsClientError returns true when this edge node configuration get edge node onboarding internal server error response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsCode

IsCode returns true when this edge node configuration get edge node onboarding internal server error response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration get edge node onboarding internal server error response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsServerError

IsServerError returns true when this edge node configuration get edge node onboarding internal server error response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration get edge node onboarding internal server error response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) String

type EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound

type EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingNotFound

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingNotFound() *EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound

NewEdgeNodeConfigurationGetEdgeNodeOnboardingNotFound creates a EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) Error

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsClientError

IsClientError returns true when this edge node configuration get edge node onboarding not found response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsCode

IsCode returns true when this edge node configuration get edge node onboarding not found response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsRedirect

IsRedirect returns true when this edge node configuration get edge node onboarding not found response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsServerError

IsServerError returns true when this edge node configuration get edge node onboarding not found response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsSuccess

IsSuccess returns true when this edge node configuration get edge node onboarding not found response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) String

type EdgeNodeConfigurationGetEdgeNodeOnboardingOK

type EdgeNodeConfigurationGetEdgeNodeOnboardingOK struct {
	Payload *models.Node
}

EdgeNodeConfigurationGetEdgeNodeOnboardingOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingOK

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingOK() *EdgeNodeConfigurationGetEdgeNodeOnboardingOK

NewEdgeNodeConfigurationGetEdgeNodeOnboardingOK creates a EdgeNodeConfigurationGetEdgeNodeOnboardingOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) Error

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsClientError

IsClientError returns true when this edge node configuration get edge node onboarding o k response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsCode

IsCode returns true when this edge node configuration get edge node onboarding o k response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsRedirect

IsRedirect returns true when this edge node configuration get edge node onboarding o k response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsServerError

IsServerError returns true when this edge node configuration get edge node onboarding o k response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsSuccess

IsSuccess returns true when this edge node configuration get edge node onboarding o k response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) String

type EdgeNodeConfigurationGetEdgeNodeOnboardingParams

type EdgeNodeConfigurationGetEdgeNodeOnboardingParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeOnboardingParams contains all the parameters to send to the API endpoint

for the edge node configuration get edge node onboarding operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParams

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParams() *EdgeNodeConfigurationGetEdgeNodeOnboardingParams

NewEdgeNodeConfigurationGetEdgeNodeOnboardingParams creates a new EdgeNodeConfigurationGetEdgeNodeOnboardingParams 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 NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithContext

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeOnboardingParams

NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithContext creates a new EdgeNodeConfigurationGetEdgeNodeOnboardingParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithHTTPClient

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationGetEdgeNodeOnboardingParams

NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithHTTPClient creates a new EdgeNodeConfigurationGetEdgeNodeOnboardingParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithTimeout

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationGetEdgeNodeOnboardingParams

NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithTimeout creates a new EdgeNodeConfigurationGetEdgeNodeOnboardingParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetContext

SetContext adds the context to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration get edge node onboarding params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetID

SetID adds the id to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetXRequestID

func (o *EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithContext

WithContext adds the context to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration get edge node onboarding params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithID

WithID adds the id to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration get edge node onboarding params

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeOnboardingReader

type EdgeNodeConfigurationGetEdgeNodeOnboardingReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeOnboardingReader is a Reader for the EdgeNodeConfigurationGetEdgeNodeOnboarding structure.

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingReader) ReadResponse

func (o *EdgeNodeConfigurationGetEdgeNodeOnboardingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized

type EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized() *EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) Error

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsClientError

IsClientError returns true when this edge node configuration get edge node onboarding unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsCode

IsCode returns true when this edge node configuration get edge node onboarding unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration get edge node onboarding unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsServerError

IsServerError returns true when this edge node configuration get edge node onboarding unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration get edge node onboarding unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) String

type EdgeNodeConfigurationGetEdgeNodeParams

type EdgeNodeConfigurationGetEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration get edge node operation.

Typically these are written to a http.Request.

func GetByIDParams

GetByIDParams creates a new EdgeNodeConfigurationGetEdgeNodeParams 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 NewEdgeNodeConfigurationGetEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationGetEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeParams

NewEdgeNodeConfigurationGetEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationGetEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationGetEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationGetEdgeNodeParams

NewEdgeNodeConfigurationGetEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationGetEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationGetEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationGetEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationGetEdgeNodeParams

NewEdgeNodeConfigurationGetEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationGetEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetDefaults

func (o *EdgeNodeConfigurationGetEdgeNodeParams) SetDefaults()

SetDefaults hydrates default values in the edge node configuration get edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetHTTPClient

func (o *EdgeNodeConfigurationGetEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetID

SetID adds the id to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetTimeout

func (o *EdgeNodeConfigurationGetEdgeNodeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationGetEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration get edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithID

WithID adds the id to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration get edge node params

func (*EdgeNodeConfigurationGetEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeReader

type EdgeNodeConfigurationGetEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeNodeReader is a Reader for the EdgeNodeConfigurationGetEdgeNode structure.

func (*EdgeNodeConfigurationGetEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationGetEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeUnauthorized

type EdgeNodeConfigurationGetEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationGetEdgeNodeUnauthorized

func NewEdgeNodeConfigurationGetEdgeNodeUnauthorized() *EdgeNodeConfigurationGetEdgeNodeUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration get edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration get edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration get edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration get edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration get edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) String

type EdgeNodeConfigurationGetEdgeviewClientScriptDefault

type EdgeNodeConfigurationGetEdgeviewClientScriptDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeviewClientScriptDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptDefault

func NewEdgeNodeConfigurationGetEdgeviewClientScriptDefault(code int) *EdgeNodeConfigurationGetEdgeviewClientScriptDefault

NewEdgeNodeConfigurationGetEdgeviewClientScriptDefault creates a EdgeNodeConfigurationGetEdgeviewClientScriptDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) Code

Code gets the status code for the edge node configuration get edgeview client script default response

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) Error

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) GetPayload

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsClientError

IsClientError returns true when this edge node configuration get edgeview client script default response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsCode

IsCode returns true when this edge node configuration get edgeview client script default response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsRedirect

IsRedirect returns true when this edge node configuration get edgeview client script default response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsServerError

IsServerError returns true when this edge node configuration get edgeview client script default response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsSuccess

IsSuccess returns true when this edge node configuration get edgeview client script default response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) String

type EdgeNodeConfigurationGetEdgeviewClientScriptForbidden

type EdgeNodeConfigurationGetEdgeviewClientScriptForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeviewClientScriptForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptForbidden

func NewEdgeNodeConfigurationGetEdgeviewClientScriptForbidden() *EdgeNodeConfigurationGetEdgeviewClientScriptForbidden

NewEdgeNodeConfigurationGetEdgeviewClientScriptForbidden creates a EdgeNodeConfigurationGetEdgeviewClientScriptForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) Error

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) GetPayload

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsClientError

IsClientError returns true when this edge node configuration get edgeview client script forbidden response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsCode

IsCode returns true when this edge node configuration get edgeview client script forbidden response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsRedirect

IsRedirect returns true when this edge node configuration get edgeview client script forbidden response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsServerError

IsServerError returns true when this edge node configuration get edgeview client script forbidden response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsSuccess

IsSuccess returns true when this edge node configuration get edgeview client script forbidden response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) String

type EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout

type EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout

func NewEdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout() *EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout

NewEdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout creates a EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) Error

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration get edgeview client script gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsCode

IsCode returns true when this edge node configuration get edgeview client script gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration get edgeview client script gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration get edgeview client script gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration get edgeview client script gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) String

type EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError

type EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError

func NewEdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError() *EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError

NewEdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError creates a EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) Error

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) GetPayload

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsClientError

IsClientError returns true when this edge node configuration get edgeview client script internal server error response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsCode

IsCode returns true when this edge node configuration get edgeview client script internal server error response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration get edgeview client script internal server error response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsServerError

IsServerError returns true when this edge node configuration get edgeview client script internal server error response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration get edgeview client script internal server error response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) String

type EdgeNodeConfigurationGetEdgeviewClientScriptNotFound

type EdgeNodeConfigurationGetEdgeviewClientScriptNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeviewClientScriptNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptNotFound

func NewEdgeNodeConfigurationGetEdgeviewClientScriptNotFound() *EdgeNodeConfigurationGetEdgeviewClientScriptNotFound

NewEdgeNodeConfigurationGetEdgeviewClientScriptNotFound creates a EdgeNodeConfigurationGetEdgeviewClientScriptNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) Error

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) GetPayload

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsClientError

IsClientError returns true when this edge node configuration get edgeview client script not found response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsCode

IsCode returns true when this edge node configuration get edgeview client script not found response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsRedirect

IsRedirect returns true when this edge node configuration get edgeview client script not found response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsServerError

IsServerError returns true when this edge node configuration get edgeview client script not found response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsSuccess

IsSuccess returns true when this edge node configuration get edgeview client script not found response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) String

type EdgeNodeConfigurationGetEdgeviewClientScriptOK

type EdgeNodeConfigurationGetEdgeviewClientScriptOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeviewClientScriptOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptOK

func NewEdgeNodeConfigurationGetEdgeviewClientScriptOK() *EdgeNodeConfigurationGetEdgeviewClientScriptOK

NewEdgeNodeConfigurationGetEdgeviewClientScriptOK creates a EdgeNodeConfigurationGetEdgeviewClientScriptOK with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) Error

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) GetPayload

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsClientError

IsClientError returns true when this edge node configuration get edgeview client script o k response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsCode

IsCode returns true when this edge node configuration get edgeview client script o k response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsRedirect

IsRedirect returns true when this edge node configuration get edgeview client script o k response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsServerError

IsServerError returns true when this edge node configuration get edgeview client script o k response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsSuccess

IsSuccess returns true when this edge node configuration get edgeview client script o k response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) String

type EdgeNodeConfigurationGetEdgeviewClientScriptParams

type EdgeNodeConfigurationGetEdgeviewClientScriptParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeviewClientScriptParams contains all the parameters to send to the API endpoint

for the edge node configuration get edgeview client script operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParams

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParams() *EdgeNodeConfigurationGetEdgeviewClientScriptParams

NewEdgeNodeConfigurationGetEdgeviewClientScriptParams creates a new EdgeNodeConfigurationGetEdgeviewClientScriptParams 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 NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithContext

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeviewClientScriptParams

NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithContext creates a new EdgeNodeConfigurationGetEdgeviewClientScriptParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithHTTPClient

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationGetEdgeviewClientScriptParams

NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithHTTPClient creates a new EdgeNodeConfigurationGetEdgeviewClientScriptParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithTimeout

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationGetEdgeviewClientScriptParams

NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithTimeout creates a new EdgeNodeConfigurationGetEdgeviewClientScriptParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetContext

SetContext adds the context to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration get edgeview client script params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetID

SetID adds the id to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetXRequestID

func (o *EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithContext

WithContext adds the context to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration get edgeview client script params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithID

WithID adds the id to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeviewClientScriptReader

type EdgeNodeConfigurationGetEdgeviewClientScriptReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationGetEdgeviewClientScriptReader is a Reader for the EdgeNodeConfigurationGetEdgeviewClientScript structure.

func (*EdgeNodeConfigurationGetEdgeviewClientScriptReader) ReadResponse

func (o *EdgeNodeConfigurationGetEdgeviewClientScriptReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized

type EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized

func NewEdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized() *EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized

NewEdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized creates a EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) Error

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) GetPayload

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsClientError

IsClientError returns true when this edge node configuration get edgeview client script unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsCode

IsCode returns true when this edge node configuration get edgeview client script unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration get edgeview client script unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsServerError

IsServerError returns true when this edge node configuration get edgeview client script unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration get edgeview client script unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) String

type EdgeNodeConfigurationOffboardDefault

type EdgeNodeConfigurationOffboardDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationOffboardDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationOffboardDefault

func NewEdgeNodeConfigurationOffboardDefault(code int) *EdgeNodeConfigurationOffboardDefault

NewEdgeNodeConfigurationOffboardDefault creates a EdgeNodeConfigurationOffboardDefault with default headers values

func (*EdgeNodeConfigurationOffboardDefault) Code

Code gets the status code for the edge node configuration offboard default response

func (*EdgeNodeConfigurationOffboardDefault) Error

func (*EdgeNodeConfigurationOffboardDefault) GetPayload

func (*EdgeNodeConfigurationOffboardDefault) IsClientError

func (o *EdgeNodeConfigurationOffboardDefault) IsClientError() bool

IsClientError returns true when this edge node configuration offboard default response has a 4xx status code

func (*EdgeNodeConfigurationOffboardDefault) IsCode

IsCode returns true when this edge node configuration offboard default response a status code equal to that given

func (*EdgeNodeConfigurationOffboardDefault) IsRedirect

IsRedirect returns true when this edge node configuration offboard default response has a 3xx status code

func (*EdgeNodeConfigurationOffboardDefault) IsServerError

func (o *EdgeNodeConfigurationOffboardDefault) IsServerError() bool

IsServerError returns true when this edge node configuration offboard default response has a 5xx status code

func (*EdgeNodeConfigurationOffboardDefault) IsSuccess

IsSuccess returns true when this edge node configuration offboard default response has a 2xx status code

func (*EdgeNodeConfigurationOffboardDefault) String

type EdgeNodeConfigurationOffboardForbidden

type EdgeNodeConfigurationOffboardForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationOffboardForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationOffboardForbidden

func NewEdgeNodeConfigurationOffboardForbidden() *EdgeNodeConfigurationOffboardForbidden

NewEdgeNodeConfigurationOffboardForbidden creates a EdgeNodeConfigurationOffboardForbidden with default headers values

func (*EdgeNodeConfigurationOffboardForbidden) Error

func (*EdgeNodeConfigurationOffboardForbidden) GetPayload

func (*EdgeNodeConfigurationOffboardForbidden) IsClientError

func (o *EdgeNodeConfigurationOffboardForbidden) IsClientError() bool

IsClientError returns true when this edge node configuration offboard forbidden response has a 4xx status code

func (*EdgeNodeConfigurationOffboardForbidden) IsCode

IsCode returns true when this edge node configuration offboard forbidden response a status code equal to that given

func (*EdgeNodeConfigurationOffboardForbidden) IsRedirect

IsRedirect returns true when this edge node configuration offboard forbidden response has a 3xx status code

func (*EdgeNodeConfigurationOffboardForbidden) IsServerError

func (o *EdgeNodeConfigurationOffboardForbidden) IsServerError() bool

IsServerError returns true when this edge node configuration offboard forbidden response has a 5xx status code

func (*EdgeNodeConfigurationOffboardForbidden) IsSuccess

IsSuccess returns true when this edge node configuration offboard forbidden response has a 2xx status code

func (*EdgeNodeConfigurationOffboardForbidden) String

type EdgeNodeConfigurationOffboardGatewayTimeout

type EdgeNodeConfigurationOffboardGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationOffboardGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationOffboardGatewayTimeout

func NewEdgeNodeConfigurationOffboardGatewayTimeout() *EdgeNodeConfigurationOffboardGatewayTimeout

NewEdgeNodeConfigurationOffboardGatewayTimeout creates a EdgeNodeConfigurationOffboardGatewayTimeout with default headers values

func (*EdgeNodeConfigurationOffboardGatewayTimeout) Error

func (*EdgeNodeConfigurationOffboardGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration offboard gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsCode

IsCode returns true when this edge node configuration offboard gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration offboard gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration offboard gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration offboard gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationOffboardGatewayTimeout) String

type EdgeNodeConfigurationOffboardInternalServerError

type EdgeNodeConfigurationOffboardInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationOffboardInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationOffboardInternalServerError

func NewEdgeNodeConfigurationOffboardInternalServerError() *EdgeNodeConfigurationOffboardInternalServerError

NewEdgeNodeConfigurationOffboardInternalServerError creates a EdgeNodeConfigurationOffboardInternalServerError with default headers values

func (*EdgeNodeConfigurationOffboardInternalServerError) Error

func (*EdgeNodeConfigurationOffboardInternalServerError) GetPayload

func (*EdgeNodeConfigurationOffboardInternalServerError) IsClientError

IsClientError returns true when this edge node configuration offboard internal server error response has a 4xx status code

func (*EdgeNodeConfigurationOffboardInternalServerError) IsCode

IsCode returns true when this edge node configuration offboard internal server error response a status code equal to that given

func (*EdgeNodeConfigurationOffboardInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration offboard internal server error response has a 3xx status code

func (*EdgeNodeConfigurationOffboardInternalServerError) IsServerError

IsServerError returns true when this edge node configuration offboard internal server error response has a 5xx status code

func (*EdgeNodeConfigurationOffboardInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration offboard internal server error response has a 2xx status code

func (*EdgeNodeConfigurationOffboardInternalServerError) String

type EdgeNodeConfigurationOffboardNotFound

type EdgeNodeConfigurationOffboardNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationOffboardNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationOffboardNotFound

func NewEdgeNodeConfigurationOffboardNotFound() *EdgeNodeConfigurationOffboardNotFound

NewEdgeNodeConfigurationOffboardNotFound creates a EdgeNodeConfigurationOffboardNotFound with default headers values

func (*EdgeNodeConfigurationOffboardNotFound) Error

func (*EdgeNodeConfigurationOffboardNotFound) GetPayload

func (*EdgeNodeConfigurationOffboardNotFound) IsClientError

func (o *EdgeNodeConfigurationOffboardNotFound) IsClientError() bool

IsClientError returns true when this edge node configuration offboard not found response has a 4xx status code

func (*EdgeNodeConfigurationOffboardNotFound) IsCode

IsCode returns true when this edge node configuration offboard not found response a status code equal to that given

func (*EdgeNodeConfigurationOffboardNotFound) IsRedirect

IsRedirect returns true when this edge node configuration offboard not found response has a 3xx status code

func (*EdgeNodeConfigurationOffboardNotFound) IsServerError

func (o *EdgeNodeConfigurationOffboardNotFound) IsServerError() bool

IsServerError returns true when this edge node configuration offboard not found response has a 5xx status code

func (*EdgeNodeConfigurationOffboardNotFound) IsSuccess

IsSuccess returns true when this edge node configuration offboard not found response has a 2xx status code

func (*EdgeNodeConfigurationOffboardNotFound) String

type EdgeNodeConfigurationOffboardOK

type EdgeNodeConfigurationOffboardOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationOffboardOK describes a response with status code 200, with default header values.

Success. The API gateway offboarded the edge-node successfully..

func NewEdgeNodeConfigurationOffboardOK

func NewEdgeNodeConfigurationOffboardOK() *EdgeNodeConfigurationOffboardOK

NewEdgeNodeConfigurationOffboardOK creates a EdgeNodeConfigurationOffboardOK with default headers values

func (*EdgeNodeConfigurationOffboardOK) Error

func (*EdgeNodeConfigurationOffboardOK) GetPayload

func (*EdgeNodeConfigurationOffboardOK) IsClientError

func (o *EdgeNodeConfigurationOffboardOK) IsClientError() bool

IsClientError returns true when this edge node configuration offboard o k response has a 4xx status code

func (*EdgeNodeConfigurationOffboardOK) IsCode

func (o *EdgeNodeConfigurationOffboardOK) IsCode(code int) bool

IsCode returns true when this edge node configuration offboard o k response a status code equal to that given

func (*EdgeNodeConfigurationOffboardOK) IsRedirect

func (o *EdgeNodeConfigurationOffboardOK) IsRedirect() bool

IsRedirect returns true when this edge node configuration offboard o k response has a 3xx status code

func (*EdgeNodeConfigurationOffboardOK) IsServerError

func (o *EdgeNodeConfigurationOffboardOK) IsServerError() bool

IsServerError returns true when this edge node configuration offboard o k response has a 5xx status code

func (*EdgeNodeConfigurationOffboardOK) IsSuccess

func (o *EdgeNodeConfigurationOffboardOK) IsSuccess() bool

IsSuccess returns true when this edge node configuration offboard o k response has a 2xx status code

func (*EdgeNodeConfigurationOffboardOK) String

type EdgeNodeConfigurationOffboardParams

type EdgeNodeConfigurationOffboardParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationOffboardParams contains all the parameters to send to the API endpoint

for the edge node configuration offboard operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationOffboardParams

func NewEdgeNodeConfigurationOffboardParams() *EdgeNodeConfigurationOffboardParams

NewEdgeNodeConfigurationOffboardParams creates a new EdgeNodeConfigurationOffboardParams 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 NewEdgeNodeConfigurationOffboardParamsWithContext

func NewEdgeNodeConfigurationOffboardParamsWithContext(ctx context.Context) *EdgeNodeConfigurationOffboardParams

NewEdgeNodeConfigurationOffboardParamsWithContext creates a new EdgeNodeConfigurationOffboardParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationOffboardParamsWithHTTPClient

func NewEdgeNodeConfigurationOffboardParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationOffboardParams

NewEdgeNodeConfigurationOffboardParamsWithHTTPClient creates a new EdgeNodeConfigurationOffboardParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationOffboardParamsWithTimeout

func NewEdgeNodeConfigurationOffboardParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationOffboardParams

NewEdgeNodeConfigurationOffboardParamsWithTimeout creates a new EdgeNodeConfigurationOffboardParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationOffboardParams) SetContext

SetContext adds the context to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) SetDefaults

func (o *EdgeNodeConfigurationOffboardParams) SetDefaults()

SetDefaults hydrates default values in the edge node configuration offboard params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationOffboardParams) SetHTTPClient

func (o *EdgeNodeConfigurationOffboardParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) SetID

SetID adds the id to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) SetTimeout

func (o *EdgeNodeConfigurationOffboardParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) SetXRequestID

func (o *EdgeNodeConfigurationOffboardParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithContext

WithContext adds the context to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration offboard params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationOffboardParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithID

WithID adds the id to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationOffboardReader

type EdgeNodeConfigurationOffboardReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationOffboardReader is a Reader for the EdgeNodeConfigurationOffboard structure.

func (*EdgeNodeConfigurationOffboardReader) ReadResponse

func (o *EdgeNodeConfigurationOffboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationOffboardUnauthorized

type EdgeNodeConfigurationOffboardUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationOffboardUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationOffboardUnauthorized

func NewEdgeNodeConfigurationOffboardUnauthorized() *EdgeNodeConfigurationOffboardUnauthorized

NewEdgeNodeConfigurationOffboardUnauthorized creates a EdgeNodeConfigurationOffboardUnauthorized with default headers values

func (*EdgeNodeConfigurationOffboardUnauthorized) Error

func (*EdgeNodeConfigurationOffboardUnauthorized) GetPayload

func (*EdgeNodeConfigurationOffboardUnauthorized) IsClientError

IsClientError returns true when this edge node configuration offboard unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationOffboardUnauthorized) IsCode

IsCode returns true when this edge node configuration offboard unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationOffboardUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration offboard unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationOffboardUnauthorized) IsServerError

IsServerError returns true when this edge node configuration offboard unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationOffboardUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration offboard unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationOffboardUnauthorized) String

type EdgeNodeConfigurationPreparePowerOffConflict

type EdgeNodeConfigurationPreparePowerOffConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationPreparePowerOffConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationPreparePowerOffConflict

func NewEdgeNodeConfigurationPreparePowerOffConflict() *EdgeNodeConfigurationPreparePowerOffConflict

NewEdgeNodeConfigurationPreparePowerOffConflict creates a EdgeNodeConfigurationPreparePowerOffConflict with default headers values

func (*EdgeNodeConfigurationPreparePowerOffConflict) Error

func (*EdgeNodeConfigurationPreparePowerOffConflict) GetPayload

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsClientError

IsClientError returns true when this edge node configuration prepare power off conflict response has a 4xx status code

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsCode

IsCode returns true when this edge node configuration prepare power off conflict response a status code equal to that given

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsRedirect

IsRedirect returns true when this edge node configuration prepare power off conflict response has a 3xx status code

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsServerError

IsServerError returns true when this edge node configuration prepare power off conflict response has a 5xx status code

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsSuccess

IsSuccess returns true when this edge node configuration prepare power off conflict response has a 2xx status code

func (*EdgeNodeConfigurationPreparePowerOffConflict) String

type EdgeNodeConfigurationPreparePowerOffDefault

type EdgeNodeConfigurationPreparePowerOffDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationPreparePowerOffDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationPreparePowerOffDefault

func NewEdgeNodeConfigurationPreparePowerOffDefault(code int) *EdgeNodeConfigurationPreparePowerOffDefault

NewEdgeNodeConfigurationPreparePowerOffDefault creates a EdgeNodeConfigurationPreparePowerOffDefault with default headers values

func (*EdgeNodeConfigurationPreparePowerOffDefault) Code

Code gets the status code for the edge node configuration prepare power off default response

func (*EdgeNodeConfigurationPreparePowerOffDefault) Error

func (*EdgeNodeConfigurationPreparePowerOffDefault) GetPayload

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsClientError

IsClientError returns true when this edge node configuration prepare power off default response has a 4xx status code

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsCode

IsCode returns true when this edge node configuration prepare power off default response a status code equal to that given

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsRedirect

IsRedirect returns true when this edge node configuration prepare power off default response has a 3xx status code

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsServerError

IsServerError returns true when this edge node configuration prepare power off default response has a 5xx status code

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsSuccess

IsSuccess returns true when this edge node configuration prepare power off default response has a 2xx status code

func (*EdgeNodeConfigurationPreparePowerOffDefault) String

type EdgeNodeConfigurationPreparePowerOffForbidden

type EdgeNodeConfigurationPreparePowerOffForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationPreparePowerOffForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationPreparePowerOffForbidden

func NewEdgeNodeConfigurationPreparePowerOffForbidden() *EdgeNodeConfigurationPreparePowerOffForbidden

NewEdgeNodeConfigurationPreparePowerOffForbidden creates a EdgeNodeConfigurationPreparePowerOffForbidden with default headers values

func (*EdgeNodeConfigurationPreparePowerOffForbidden) Error

func (*EdgeNodeConfigurationPreparePowerOffForbidden) GetPayload

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsClientError

IsClientError returns true when this edge node configuration prepare power off forbidden response has a 4xx status code

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsCode

IsCode returns true when this edge node configuration prepare power off forbidden response a status code equal to that given

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsRedirect

IsRedirect returns true when this edge node configuration prepare power off forbidden response has a 3xx status code

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsServerError

IsServerError returns true when this edge node configuration prepare power off forbidden response has a 5xx status code

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsSuccess

IsSuccess returns true when this edge node configuration prepare power off forbidden response has a 2xx status code

func (*EdgeNodeConfigurationPreparePowerOffForbidden) String

type EdgeNodeConfigurationPreparePowerOffGatewayTimeout

type EdgeNodeConfigurationPreparePowerOffGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationPreparePowerOffGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationPreparePowerOffGatewayTimeout

func NewEdgeNodeConfigurationPreparePowerOffGatewayTimeout() *EdgeNodeConfigurationPreparePowerOffGatewayTimeout

NewEdgeNodeConfigurationPreparePowerOffGatewayTimeout creates a EdgeNodeConfigurationPreparePowerOffGatewayTimeout with default headers values

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) Error

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration prepare power off gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsCode

IsCode returns true when this edge node configuration prepare power off gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration prepare power off gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration prepare power off gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration prepare power off gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) String

type EdgeNodeConfigurationPreparePowerOffInternalServerError

type EdgeNodeConfigurationPreparePowerOffInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationPreparePowerOffInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationPreparePowerOffInternalServerError

func NewEdgeNodeConfigurationPreparePowerOffInternalServerError() *EdgeNodeConfigurationPreparePowerOffInternalServerError

NewEdgeNodeConfigurationPreparePowerOffInternalServerError creates a EdgeNodeConfigurationPreparePowerOffInternalServerError with default headers values

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) Error

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) GetPayload

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsClientError

IsClientError returns true when this edge node configuration prepare power off internal server error response has a 4xx status code

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsCode

IsCode returns true when this edge node configuration prepare power off internal server error response a status code equal to that given

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration prepare power off internal server error response has a 3xx status code

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsServerError

IsServerError returns true when this edge node configuration prepare power off internal server error response has a 5xx status code

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration prepare power off internal server error response has a 2xx status code

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) String

type EdgeNodeConfigurationPreparePowerOffNotFound

type EdgeNodeConfigurationPreparePowerOffNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationPreparePowerOffNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationPreparePowerOffNotFound

func NewEdgeNodeConfigurationPreparePowerOffNotFound() *EdgeNodeConfigurationPreparePowerOffNotFound

NewEdgeNodeConfigurationPreparePowerOffNotFound creates a EdgeNodeConfigurationPreparePowerOffNotFound with default headers values

func (*EdgeNodeConfigurationPreparePowerOffNotFound) Error

func (*EdgeNodeConfigurationPreparePowerOffNotFound) GetPayload

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsClientError

IsClientError returns true when this edge node configuration prepare power off not found response has a 4xx status code

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsCode

IsCode returns true when this edge node configuration prepare power off not found response a status code equal to that given

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsRedirect

IsRedirect returns true when this edge node configuration prepare power off not found response has a 3xx status code

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsServerError

IsServerError returns true when this edge node configuration prepare power off not found response has a 5xx status code

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsSuccess

IsSuccess returns true when this edge node configuration prepare power off not found response has a 2xx status code

func (*EdgeNodeConfigurationPreparePowerOffNotFound) String

type EdgeNodeConfigurationPreparePowerOffOK

type EdgeNodeConfigurationPreparePowerOffOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationPreparePowerOffOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationPreparePowerOffOK

func NewEdgeNodeConfigurationPreparePowerOffOK() *EdgeNodeConfigurationPreparePowerOffOK

NewEdgeNodeConfigurationPreparePowerOffOK creates a EdgeNodeConfigurationPreparePowerOffOK with default headers values

func (*EdgeNodeConfigurationPreparePowerOffOK) Error

func (*EdgeNodeConfigurationPreparePowerOffOK) GetPayload

func (*EdgeNodeConfigurationPreparePowerOffOK) IsClientError

func (o *EdgeNodeConfigurationPreparePowerOffOK) IsClientError() bool

IsClientError returns true when this edge node configuration prepare power off o k response has a 4xx status code

func (*EdgeNodeConfigurationPreparePowerOffOK) IsCode

IsCode returns true when this edge node configuration prepare power off o k response a status code equal to that given

func (*EdgeNodeConfigurationPreparePowerOffOK) IsRedirect

IsRedirect returns true when this edge node configuration prepare power off o k response has a 3xx status code

func (*EdgeNodeConfigurationPreparePowerOffOK) IsServerError

func (o *EdgeNodeConfigurationPreparePowerOffOK) IsServerError() bool

IsServerError returns true when this edge node configuration prepare power off o k response has a 5xx status code

func (*EdgeNodeConfigurationPreparePowerOffOK) IsSuccess

IsSuccess returns true when this edge node configuration prepare power off o k response has a 2xx status code

func (*EdgeNodeConfigurationPreparePowerOffOK) String

type EdgeNodeConfigurationPreparePowerOffParams

type EdgeNodeConfigurationPreparePowerOffParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationPreparePowerOffParams contains all the parameters to send to the API endpoint

for the edge node configuration prepare power off operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationPreparePowerOffParams

func NewEdgeNodeConfigurationPreparePowerOffParams() *EdgeNodeConfigurationPreparePowerOffParams

NewEdgeNodeConfigurationPreparePowerOffParams creates a new EdgeNodeConfigurationPreparePowerOffParams 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 NewEdgeNodeConfigurationPreparePowerOffParamsWithContext

func NewEdgeNodeConfigurationPreparePowerOffParamsWithContext(ctx context.Context) *EdgeNodeConfigurationPreparePowerOffParams

NewEdgeNodeConfigurationPreparePowerOffParamsWithContext creates a new EdgeNodeConfigurationPreparePowerOffParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationPreparePowerOffParamsWithHTTPClient

func NewEdgeNodeConfigurationPreparePowerOffParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationPreparePowerOffParams

NewEdgeNodeConfigurationPreparePowerOffParamsWithHTTPClient creates a new EdgeNodeConfigurationPreparePowerOffParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationPreparePowerOffParamsWithTimeout

func NewEdgeNodeConfigurationPreparePowerOffParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationPreparePowerOffParams

NewEdgeNodeConfigurationPreparePowerOffParamsWithTimeout creates a new EdgeNodeConfigurationPreparePowerOffParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationPreparePowerOffParams) SetContext

SetContext adds the context to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration prepare power off params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationPreparePowerOffParams) SetHTTPClient

func (o *EdgeNodeConfigurationPreparePowerOffParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) SetID

SetID adds the id to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) SetXRequestID

func (o *EdgeNodeConfigurationPreparePowerOffParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithContext

WithContext adds the context to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration prepare power off params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationPreparePowerOffParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithID

WithID adds the id to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationPreparePowerOffReader

type EdgeNodeConfigurationPreparePowerOffReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationPreparePowerOffReader is a Reader for the EdgeNodeConfigurationPreparePowerOff structure.

func (*EdgeNodeConfigurationPreparePowerOffReader) ReadResponse

func (o *EdgeNodeConfigurationPreparePowerOffReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationPreparePowerOffUnauthorized

type EdgeNodeConfigurationPreparePowerOffUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationPreparePowerOffUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationPreparePowerOffUnauthorized

func NewEdgeNodeConfigurationPreparePowerOffUnauthorized() *EdgeNodeConfigurationPreparePowerOffUnauthorized

NewEdgeNodeConfigurationPreparePowerOffUnauthorized creates a EdgeNodeConfigurationPreparePowerOffUnauthorized with default headers values

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) Error

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) GetPayload

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsClientError

IsClientError returns true when this edge node configuration prepare power off unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsCode

IsCode returns true when this edge node configuration prepare power off unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration prepare power off unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsServerError

IsServerError returns true when this edge node configuration prepare power off unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration prepare power off unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) String

type EdgeNodeConfigurationQueryEdgeNodesBadRequest

type EdgeNodeConfigurationQueryEdgeNodesBadRequest struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationQueryEdgeNodesBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewEdgeNodeConfigurationQueryEdgeNodesBadRequest

func NewEdgeNodeConfigurationQueryEdgeNodesBadRequest() *EdgeNodeConfigurationQueryEdgeNodesBadRequest

NewEdgeNodeConfigurationQueryEdgeNodesBadRequest creates a EdgeNodeConfigurationQueryEdgeNodesBadRequest with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) Error

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) GetPayload

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsClientError

IsClientError returns true when this edge node configuration query edge nodes bad request response has a 4xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsCode

IsCode returns true when this edge node configuration query edge nodes bad request response a status code equal to that given

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsRedirect

IsRedirect returns true when this edge node configuration query edge nodes bad request response has a 3xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsServerError

IsServerError returns true when this edge node configuration query edge nodes bad request response has a 5xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsSuccess

IsSuccess returns true when this edge node configuration query edge nodes bad request response has a 2xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) String

type EdgeNodeConfigurationQueryEdgeNodesDefault

type EdgeNodeConfigurationQueryEdgeNodesDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationQueryEdgeNodesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationQueryEdgeNodesDefault

func NewEdgeNodeConfigurationQueryEdgeNodesDefault(code int) *EdgeNodeConfigurationQueryEdgeNodesDefault

NewEdgeNodeConfigurationQueryEdgeNodesDefault creates a EdgeNodeConfigurationQueryEdgeNodesDefault with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) Code

Code gets the status code for the edge node configuration query edge nodes default response

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) Error

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) GetPayload

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsClientError

IsClientError returns true when this edge node configuration query edge nodes default response has a 4xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsCode

IsCode returns true when this edge node configuration query edge nodes default response a status code equal to that given

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsRedirect

IsRedirect returns true when this edge node configuration query edge nodes default response has a 3xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsServerError

IsServerError returns true when this edge node configuration query edge nodes default response has a 5xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsSuccess

IsSuccess returns true when this edge node configuration query edge nodes default response has a 2xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) String

type EdgeNodeConfigurationQueryEdgeNodesForbidden

type EdgeNodeConfigurationQueryEdgeNodesForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationQueryEdgeNodesForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationQueryEdgeNodesForbidden

func NewEdgeNodeConfigurationQueryEdgeNodesForbidden() *EdgeNodeConfigurationQueryEdgeNodesForbidden

NewEdgeNodeConfigurationQueryEdgeNodesForbidden creates a EdgeNodeConfigurationQueryEdgeNodesForbidden with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) Error

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) GetPayload

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsClientError

IsClientError returns true when this edge node configuration query edge nodes forbidden response has a 4xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsCode

IsCode returns true when this edge node configuration query edge nodes forbidden response a status code equal to that given

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsRedirect

IsRedirect returns true when this edge node configuration query edge nodes forbidden response has a 3xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsServerError

IsServerError returns true when this edge node configuration query edge nodes forbidden response has a 5xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsSuccess

IsSuccess returns true when this edge node configuration query edge nodes forbidden response has a 2xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) String

type EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout

type EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationQueryEdgeNodesGatewayTimeout

func NewEdgeNodeConfigurationQueryEdgeNodesGatewayTimeout() *EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout

NewEdgeNodeConfigurationQueryEdgeNodesGatewayTimeout creates a EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) Error

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration query edge nodes gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsCode

IsCode returns true when this edge node configuration query edge nodes gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration query edge nodes gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration query edge nodes gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration query edge nodes gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) String

type EdgeNodeConfigurationQueryEdgeNodesInternalServerError

type EdgeNodeConfigurationQueryEdgeNodesInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationQueryEdgeNodesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationQueryEdgeNodesInternalServerError

func NewEdgeNodeConfigurationQueryEdgeNodesInternalServerError() *EdgeNodeConfigurationQueryEdgeNodesInternalServerError

NewEdgeNodeConfigurationQueryEdgeNodesInternalServerError creates a EdgeNodeConfigurationQueryEdgeNodesInternalServerError with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) Error

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) GetPayload

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsClientError

IsClientError returns true when this edge node configuration query edge nodes internal server error response has a 4xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsCode

IsCode returns true when this edge node configuration query edge nodes internal server error response a status code equal to that given

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration query edge nodes internal server error response has a 3xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsServerError

IsServerError returns true when this edge node configuration query edge nodes internal server error response has a 5xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration query edge nodes internal server error response has a 2xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) String

type EdgeNodeConfigurationQueryEdgeNodesOK

type EdgeNodeConfigurationQueryEdgeNodesOK struct {
	Payload *models.DeviceConfigList
}

EdgeNodeConfigurationQueryEdgeNodesOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationQueryEdgeNodesOK

func NewEdgeNodeConfigurationQueryEdgeNodesOK() *EdgeNodeConfigurationQueryEdgeNodesOK

NewEdgeNodeConfigurationQueryEdgeNodesOK creates a EdgeNodeConfigurationQueryEdgeNodesOK with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesOK) Error

func (*EdgeNodeConfigurationQueryEdgeNodesOK) GetPayload

func (*EdgeNodeConfigurationQueryEdgeNodesOK) IsClientError

func (o *EdgeNodeConfigurationQueryEdgeNodesOK) IsClientError() bool

IsClientError returns true when this edge node configuration query edge nodes o k response has a 4xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesOK) IsCode

IsCode returns true when this edge node configuration query edge nodes o k response a status code equal to that given

func (*EdgeNodeConfigurationQueryEdgeNodesOK) IsRedirect

IsRedirect returns true when this edge node configuration query edge nodes o k response has a 3xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesOK) IsServerError

func (o *EdgeNodeConfigurationQueryEdgeNodesOK) IsServerError() bool

IsServerError returns true when this edge node configuration query edge nodes o k response has a 5xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesOK) IsSuccess

IsSuccess returns true when this edge node configuration query edge nodes o k response has a 2xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesOK) String

type EdgeNodeConfigurationQueryEdgeNodesReader

type EdgeNodeConfigurationQueryEdgeNodesReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationQueryEdgeNodesReader is a Reader for the EdgeNodeConfigurationQueryEdgeNodes structure.

func (*EdgeNodeConfigurationQueryEdgeNodesReader) ReadResponse

func (o *EdgeNodeConfigurationQueryEdgeNodesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationQueryEdgeNodesUnauthorized

type EdgeNodeConfigurationQueryEdgeNodesUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationQueryEdgeNodesUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationQueryEdgeNodesUnauthorized

func NewEdgeNodeConfigurationQueryEdgeNodesUnauthorized() *EdgeNodeConfigurationQueryEdgeNodesUnauthorized

NewEdgeNodeConfigurationQueryEdgeNodesUnauthorized creates a EdgeNodeConfigurationQueryEdgeNodesUnauthorized with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) Error

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) GetPayload

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsClientError

IsClientError returns true when this edge node configuration query edge nodes unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsCode

IsCode returns true when this edge node configuration query edge nodes unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration query edge nodes unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsServerError

IsServerError returns true when this edge node configuration query edge nodes unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration query edge nodes unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) String

type EdgeNodeConfigurationRebootConflict

type EdgeNodeConfigurationRebootConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationRebootConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationRebootConflict

func NewEdgeNodeConfigurationRebootConflict() *EdgeNodeConfigurationRebootConflict

NewEdgeNodeConfigurationRebootConflict creates a EdgeNodeConfigurationRebootConflict with default headers values

func (*EdgeNodeConfigurationRebootConflict) Error

func (*EdgeNodeConfigurationRebootConflict) GetPayload

func (*EdgeNodeConfigurationRebootConflict) IsClientError

func (o *EdgeNodeConfigurationRebootConflict) IsClientError() bool

IsClientError returns true when this edge node configuration reboot conflict response has a 4xx status code

func (*EdgeNodeConfigurationRebootConflict) IsCode

IsCode returns true when this edge node configuration reboot conflict response a status code equal to that given

func (*EdgeNodeConfigurationRebootConflict) IsRedirect

func (o *EdgeNodeConfigurationRebootConflict) IsRedirect() bool

IsRedirect returns true when this edge node configuration reboot conflict response has a 3xx status code

func (*EdgeNodeConfigurationRebootConflict) IsServerError

func (o *EdgeNodeConfigurationRebootConflict) IsServerError() bool

IsServerError returns true when this edge node configuration reboot conflict response has a 5xx status code

func (*EdgeNodeConfigurationRebootConflict) IsSuccess

IsSuccess returns true when this edge node configuration reboot conflict response has a 2xx status code

func (*EdgeNodeConfigurationRebootConflict) String

type EdgeNodeConfigurationRebootDefault

type EdgeNodeConfigurationRebootDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationRebootDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationRebootDefault

func NewEdgeNodeConfigurationRebootDefault(code int) *EdgeNodeConfigurationRebootDefault

NewEdgeNodeConfigurationRebootDefault creates a EdgeNodeConfigurationRebootDefault with default headers values

func (*EdgeNodeConfigurationRebootDefault) Code

Code gets the status code for the edge node configuration reboot default response

func (*EdgeNodeConfigurationRebootDefault) Error

func (*EdgeNodeConfigurationRebootDefault) GetPayload

func (*EdgeNodeConfigurationRebootDefault) IsClientError

func (o *EdgeNodeConfigurationRebootDefault) IsClientError() bool

IsClientError returns true when this edge node configuration reboot default response has a 4xx status code

func (*EdgeNodeConfigurationRebootDefault) IsCode

IsCode returns true when this edge node configuration reboot default response a status code equal to that given

func (*EdgeNodeConfigurationRebootDefault) IsRedirect

func (o *EdgeNodeConfigurationRebootDefault) IsRedirect() bool

IsRedirect returns true when this edge node configuration reboot default response has a 3xx status code

func (*EdgeNodeConfigurationRebootDefault) IsServerError

func (o *EdgeNodeConfigurationRebootDefault) IsServerError() bool

IsServerError returns true when this edge node configuration reboot default response has a 5xx status code

func (*EdgeNodeConfigurationRebootDefault) IsSuccess

IsSuccess returns true when this edge node configuration reboot default response has a 2xx status code

func (*EdgeNodeConfigurationRebootDefault) String

type EdgeNodeConfigurationRebootForbidden

type EdgeNodeConfigurationRebootForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationRebootForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationRebootForbidden

func NewEdgeNodeConfigurationRebootForbidden() *EdgeNodeConfigurationRebootForbidden

NewEdgeNodeConfigurationRebootForbidden creates a EdgeNodeConfigurationRebootForbidden with default headers values

func (*EdgeNodeConfigurationRebootForbidden) Error

func (*EdgeNodeConfigurationRebootForbidden) GetPayload

func (*EdgeNodeConfigurationRebootForbidden) IsClientError

func (o *EdgeNodeConfigurationRebootForbidden) IsClientError() bool

IsClientError returns true when this edge node configuration reboot forbidden response has a 4xx status code

func (*EdgeNodeConfigurationRebootForbidden) IsCode

IsCode returns true when this edge node configuration reboot forbidden response a status code equal to that given

func (*EdgeNodeConfigurationRebootForbidden) IsRedirect

IsRedirect returns true when this edge node configuration reboot forbidden response has a 3xx status code

func (*EdgeNodeConfigurationRebootForbidden) IsServerError

func (o *EdgeNodeConfigurationRebootForbidden) IsServerError() bool

IsServerError returns true when this edge node configuration reboot forbidden response has a 5xx status code

func (*EdgeNodeConfigurationRebootForbidden) IsSuccess

IsSuccess returns true when this edge node configuration reboot forbidden response has a 2xx status code

func (*EdgeNodeConfigurationRebootForbidden) String

type EdgeNodeConfigurationRebootGatewayTimeout

type EdgeNodeConfigurationRebootGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationRebootGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationRebootGatewayTimeout

func NewEdgeNodeConfigurationRebootGatewayTimeout() *EdgeNodeConfigurationRebootGatewayTimeout

NewEdgeNodeConfigurationRebootGatewayTimeout creates a EdgeNodeConfigurationRebootGatewayTimeout with default headers values

func (*EdgeNodeConfigurationRebootGatewayTimeout) Error

func (*EdgeNodeConfigurationRebootGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration reboot gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsCode

IsCode returns true when this edge node configuration reboot gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration reboot gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration reboot gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration reboot gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationRebootGatewayTimeout) String

type EdgeNodeConfigurationRebootInternalServerError

type EdgeNodeConfigurationRebootInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationRebootInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationRebootInternalServerError

func NewEdgeNodeConfigurationRebootInternalServerError() *EdgeNodeConfigurationRebootInternalServerError

NewEdgeNodeConfigurationRebootInternalServerError creates a EdgeNodeConfigurationRebootInternalServerError with default headers values

func (*EdgeNodeConfigurationRebootInternalServerError) Error

func (*EdgeNodeConfigurationRebootInternalServerError) GetPayload

func (*EdgeNodeConfigurationRebootInternalServerError) IsClientError

IsClientError returns true when this edge node configuration reboot internal server error response has a 4xx status code

func (*EdgeNodeConfigurationRebootInternalServerError) IsCode

IsCode returns true when this edge node configuration reboot internal server error response a status code equal to that given

func (*EdgeNodeConfigurationRebootInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration reboot internal server error response has a 3xx status code

func (*EdgeNodeConfigurationRebootInternalServerError) IsServerError

IsServerError returns true when this edge node configuration reboot internal server error response has a 5xx status code

func (*EdgeNodeConfigurationRebootInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration reboot internal server error response has a 2xx status code

func (*EdgeNodeConfigurationRebootInternalServerError) String

type EdgeNodeConfigurationRebootNotFound

type EdgeNodeConfigurationRebootNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationRebootNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationRebootNotFound

func NewEdgeNodeConfigurationRebootNotFound() *EdgeNodeConfigurationRebootNotFound

NewEdgeNodeConfigurationRebootNotFound creates a EdgeNodeConfigurationRebootNotFound with default headers values

func (*EdgeNodeConfigurationRebootNotFound) Error

func (*EdgeNodeConfigurationRebootNotFound) GetPayload

func (*EdgeNodeConfigurationRebootNotFound) IsClientError

func (o *EdgeNodeConfigurationRebootNotFound) IsClientError() bool

IsClientError returns true when this edge node configuration reboot not found response has a 4xx status code

func (*EdgeNodeConfigurationRebootNotFound) IsCode

IsCode returns true when this edge node configuration reboot not found response a status code equal to that given

func (*EdgeNodeConfigurationRebootNotFound) IsRedirect

func (o *EdgeNodeConfigurationRebootNotFound) IsRedirect() bool

IsRedirect returns true when this edge node configuration reboot not found response has a 3xx status code

func (*EdgeNodeConfigurationRebootNotFound) IsServerError

func (o *EdgeNodeConfigurationRebootNotFound) IsServerError() bool

IsServerError returns true when this edge node configuration reboot not found response has a 5xx status code

func (*EdgeNodeConfigurationRebootNotFound) IsSuccess

IsSuccess returns true when this edge node configuration reboot not found response has a 2xx status code

func (*EdgeNodeConfigurationRebootNotFound) String

type EdgeNodeConfigurationRebootOK

type EdgeNodeConfigurationRebootOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationRebootOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationRebootOK

func NewEdgeNodeConfigurationRebootOK() *EdgeNodeConfigurationRebootOK

NewEdgeNodeConfigurationRebootOK creates a EdgeNodeConfigurationRebootOK with default headers values

func (*EdgeNodeConfigurationRebootOK) Error

func (*EdgeNodeConfigurationRebootOK) GetPayload

func (*EdgeNodeConfigurationRebootOK) IsClientError

func (o *EdgeNodeConfigurationRebootOK) IsClientError() bool

IsClientError returns true when this edge node configuration reboot o k response has a 4xx status code

func (*EdgeNodeConfigurationRebootOK) IsCode

func (o *EdgeNodeConfigurationRebootOK) IsCode(code int) bool

IsCode returns true when this edge node configuration reboot o k response a status code equal to that given

func (*EdgeNodeConfigurationRebootOK) IsRedirect

func (o *EdgeNodeConfigurationRebootOK) IsRedirect() bool

IsRedirect returns true when this edge node configuration reboot o k response has a 3xx status code

func (*EdgeNodeConfigurationRebootOK) IsServerError

func (o *EdgeNodeConfigurationRebootOK) IsServerError() bool

IsServerError returns true when this edge node configuration reboot o k response has a 5xx status code

func (*EdgeNodeConfigurationRebootOK) IsSuccess

func (o *EdgeNodeConfigurationRebootOK) IsSuccess() bool

IsSuccess returns true when this edge node configuration reboot o k response has a 2xx status code

func (*EdgeNodeConfigurationRebootOK) String

type EdgeNodeConfigurationRebootParams

type EdgeNodeConfigurationRebootParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationRebootParams contains all the parameters to send to the API endpoint

for the edge node configuration reboot operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationRebootParams

func NewEdgeNodeConfigurationRebootParams() *EdgeNodeConfigurationRebootParams

NewEdgeNodeConfigurationRebootParams creates a new EdgeNodeConfigurationRebootParams 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 NewEdgeNodeConfigurationRebootParamsWithContext

func NewEdgeNodeConfigurationRebootParamsWithContext(ctx context.Context) *EdgeNodeConfigurationRebootParams

NewEdgeNodeConfigurationRebootParamsWithContext creates a new EdgeNodeConfigurationRebootParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationRebootParamsWithHTTPClient

func NewEdgeNodeConfigurationRebootParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationRebootParams

NewEdgeNodeConfigurationRebootParamsWithHTTPClient creates a new EdgeNodeConfigurationRebootParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationRebootParamsWithTimeout

func NewEdgeNodeConfigurationRebootParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationRebootParams

NewEdgeNodeConfigurationRebootParamsWithTimeout creates a new EdgeNodeConfigurationRebootParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationRebootParams) SetContext

SetContext adds the context to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) SetDefaults

func (o *EdgeNodeConfigurationRebootParams) SetDefaults()

SetDefaults hydrates default values in the edge node configuration reboot params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationRebootParams) SetHTTPClient

func (o *EdgeNodeConfigurationRebootParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) SetID

SetID adds the id to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) SetTimeout

func (o *EdgeNodeConfigurationRebootParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) SetXRequestID

func (o *EdgeNodeConfigurationRebootParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithContext

WithContext adds the context to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration reboot params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationRebootParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithID

WithID adds the id to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationRebootReader

type EdgeNodeConfigurationRebootReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationRebootReader is a Reader for the EdgeNodeConfigurationReboot structure.

func (*EdgeNodeConfigurationRebootReader) ReadResponse

func (o *EdgeNodeConfigurationRebootReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationRebootUnauthorized

type EdgeNodeConfigurationRebootUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationRebootUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationRebootUnauthorized

func NewEdgeNodeConfigurationRebootUnauthorized() *EdgeNodeConfigurationRebootUnauthorized

NewEdgeNodeConfigurationRebootUnauthorized creates a EdgeNodeConfigurationRebootUnauthorized with default headers values

func (*EdgeNodeConfigurationRebootUnauthorized) Error

func (*EdgeNodeConfigurationRebootUnauthorized) GetPayload

func (*EdgeNodeConfigurationRebootUnauthorized) IsClientError

func (o *EdgeNodeConfigurationRebootUnauthorized) IsClientError() bool

IsClientError returns true when this edge node configuration reboot unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationRebootUnauthorized) IsCode

IsCode returns true when this edge node configuration reboot unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationRebootUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration reboot unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationRebootUnauthorized) IsServerError

func (o *EdgeNodeConfigurationRebootUnauthorized) IsServerError() bool

IsServerError returns true when this edge node configuration reboot unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationRebootUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration reboot unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationRebootUnauthorized) String

type EdgeNodeConfigurationStartDebugEdgeNodeBody

type EdgeNodeConfigurationStartDebugEdgeNodeBody struct {

	// debug knob flag
	DebugKnob bool `json:"debugKnob,omitempty"`

	// debug knob expiry status flag
	Expired bool `json:"expired,omitempty"`

	// debug expiry time in minutes
	Expiry string `json:"expiry,omitempty"`
}

EdgeNodeConfigurationStartDebugEdgeNodeBody Device debug knob configuration // // Device debug knob configuration request payload holds the device debug mode properties swagger:model EdgeNodeConfigurationStartDebugEdgeNodeBody

func (*EdgeNodeConfigurationStartDebugEdgeNodeBody) ContextValidate

ContextValidate validates this edge node configuration start debug edge node body based on context it is used

func (*EdgeNodeConfigurationStartDebugEdgeNodeBody) MarshalBinary

func (o *EdgeNodeConfigurationStartDebugEdgeNodeBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EdgeNodeConfigurationStartDebugEdgeNodeBody) UnmarshalBinary

func (o *EdgeNodeConfigurationStartDebugEdgeNodeBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EdgeNodeConfigurationStartDebugEdgeNodeBody) Validate

Validate validates this edge node configuration start debug edge node body

type EdgeNodeConfigurationStartDebugEdgeNodeConflict

type EdgeNodeConfigurationStartDebugEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartDebugEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationStartDebugEdgeNodeConflict

func NewEdgeNodeConfigurationStartDebugEdgeNodeConflict() *EdgeNodeConfigurationStartDebugEdgeNodeConflict

NewEdgeNodeConfigurationStartDebugEdgeNodeConflict creates a EdgeNodeConfigurationStartDebugEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) Error

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration start debug edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration start debug edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration start debug edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration start debug edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration start debug edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) String

type EdgeNodeConfigurationStartDebugEdgeNodeDefault

type EdgeNodeConfigurationStartDebugEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStartDebugEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationStartDebugEdgeNodeDefault

func NewEdgeNodeConfigurationStartDebugEdgeNodeDefault(code int) *EdgeNodeConfigurationStartDebugEdgeNodeDefault

NewEdgeNodeConfigurationStartDebugEdgeNodeDefault creates a EdgeNodeConfigurationStartDebugEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) Code

Code gets the status code for the edge node configuration start debug edge node default response

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) Error

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration start debug edge node default response has a 4xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration start debug edge node default response a status code equal to that given

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration start debug edge node default response has a 3xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration start debug edge node default response has a 5xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration start debug edge node default response has a 2xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) String

type EdgeNodeConfigurationStartDebugEdgeNodeForbidden

type EdgeNodeConfigurationStartDebugEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartDebugEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationStartDebugEdgeNodeForbidden

func NewEdgeNodeConfigurationStartDebugEdgeNodeForbidden() *EdgeNodeConfigurationStartDebugEdgeNodeForbidden

NewEdgeNodeConfigurationStartDebugEdgeNodeForbidden creates a EdgeNodeConfigurationStartDebugEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration start debug edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration start debug edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration start debug edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration start debug edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration start debug edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) String

type EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout

type EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout() *EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration start debug edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration start debug edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration start debug edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration start debug edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration start debug edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError

type EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationStartDebugEdgeNodeInternalServerError

func NewEdgeNodeConfigurationStartDebugEdgeNodeInternalServerError() *EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError

NewEdgeNodeConfigurationStartDebugEdgeNodeInternalServerError creates a EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsClientError

IsClientError returns true when this edge node configuration start debug edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsCode

IsCode returns true when this edge node configuration start debug edge node internal server error response a status code equal to that given

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration start debug edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsServerError

IsServerError returns true when this edge node configuration start debug edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration start debug edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) String

type EdgeNodeConfigurationStartDebugEdgeNodeNotFound

type EdgeNodeConfigurationStartDebugEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartDebugEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationStartDebugEdgeNodeNotFound

func NewEdgeNodeConfigurationStartDebugEdgeNodeNotFound() *EdgeNodeConfigurationStartDebugEdgeNodeNotFound

NewEdgeNodeConfigurationStartDebugEdgeNodeNotFound creates a EdgeNodeConfigurationStartDebugEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration start debug edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration start debug edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration start debug edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration start debug edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration start debug edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) String

type EdgeNodeConfigurationStartDebugEdgeNodeOK

type EdgeNodeConfigurationStartDebugEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartDebugEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationStartDebugEdgeNodeOK

func NewEdgeNodeConfigurationStartDebugEdgeNodeOK() *EdgeNodeConfigurationStartDebugEdgeNodeOK

NewEdgeNodeConfigurationStartDebugEdgeNodeOK creates a EdgeNodeConfigurationStartDebugEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) Error

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsClientError

IsClientError returns true when this edge node configuration start debug edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration start debug edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration start debug edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsServerError

IsServerError returns true when this edge node configuration start debug edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration start debug edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) String

type EdgeNodeConfigurationStartDebugEdgeNodeParams

type EdgeNodeConfigurationStartDebugEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body EdgeNodeConfigurationStartDebugEdgeNodeBody

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStartDebugEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration start debug edge node operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationStartDebugEdgeNodeParams

func NewEdgeNodeConfigurationStartDebugEdgeNodeParams() *EdgeNodeConfigurationStartDebugEdgeNodeParams

NewEdgeNodeConfigurationStartDebugEdgeNodeParams creates a new EdgeNodeConfigurationStartDebugEdgeNodeParams 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 NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationStartDebugEdgeNodeParams

NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationStartDebugEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationStartDebugEdgeNodeParams

NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationStartDebugEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationStartDebugEdgeNodeParams

NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationStartDebugEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetBody

SetBody adds the body to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration start debug edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetHTTPClient

func (o *EdgeNodeConfigurationStartDebugEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetID

SetID adds the id to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationStartDebugEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithBody

WithBody adds the body to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration start debug edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithID

WithID adds the id to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationStartDebugEdgeNodeReader

type EdgeNodeConfigurationStartDebugEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStartDebugEdgeNodeReader is a Reader for the EdgeNodeConfigurationStartDebugEdgeNode structure.

func (*EdgeNodeConfigurationStartDebugEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationStartDebugEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized

type EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationStartDebugEdgeNodeUnauthorized

func NewEdgeNodeConfigurationStartDebugEdgeNodeUnauthorized() *EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized

NewEdgeNodeConfigurationStartDebugEdgeNodeUnauthorized creates a EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration start debug edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration start debug edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration start debug edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration start debug edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration start debug edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) String

type EdgeNodeConfigurationStartEdgeviewEdgeNodeBody

type EdgeNodeConfigurationStartEdgeviewEdgeNodeBody struct {

	// debug knob flag
	DebugKnob bool `json:"debugKnob,omitempty"`

	// debug knob expiry status flag
	Expired bool `json:"expired,omitempty"`

	// debug expiry time in minutes
	Expiry string `json:"expiry,omitempty"`
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeBody Device debug knob configuration // // Device debug knob configuration request payload holds the device debug mode properties swagger:model EdgeNodeConfigurationStartEdgeviewEdgeNodeBody

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeBody) ContextValidate

ContextValidate validates this edge node configuration start edgeview edge node body based on context it is used

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeBody) MarshalBinary

MarshalBinary interface implementation

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeBody) Validate

Validate validates this edge node configuration start edgeview edge node body

type EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict

type EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeConflict

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeConflict() *EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeConflict creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) Error

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration start edgeview edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration start edgeview edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration start edgeview edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration start edgeview edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration start edgeview edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) String

type EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault

type EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeDefault

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeDefault(code int) *EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeDefault creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) Code

Code gets the status code for the edge node configuration start edgeview edge node default response

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) Error

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration start edgeview edge node default response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration start edgeview edge node default response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration start edgeview edge node default response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration start edgeview edge node default response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration start edgeview edge node default response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) String

type EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden

type EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden() *EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration start edgeview edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration start edgeview edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration start edgeview edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration start edgeview edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration start edgeview edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) String

type EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout

type EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout() *EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration start edgeview edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration start edgeview edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration start edgeview edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration start edgeview edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration start edgeview edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError

type EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError() *EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsClientError

IsClientError returns true when this edge node configuration start edgeview edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsCode

IsCode returns true when this edge node configuration start edgeview edge node internal server error response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration start edgeview edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsServerError

IsServerError returns true when this edge node configuration start edgeview edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration start edgeview edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) String

type EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound

type EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound() *EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration start edgeview edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration start edgeview edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration start edgeview edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration start edgeview edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration start edgeview edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) String

type EdgeNodeConfigurationStartEdgeviewEdgeNodeOK

type EdgeNodeConfigurationStartEdgeviewEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeOK

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeOK() *EdgeNodeConfigurationStartEdgeviewEdgeNodeOK

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeOK creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) Error

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsClientError

IsClientError returns true when this edge node configuration start edgeview edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration start edgeview edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration start edgeview edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsServerError

IsServerError returns true when this edge node configuration start edgeview edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration start edgeview edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) String

type EdgeNodeConfigurationStartEdgeviewEdgeNodeParams

type EdgeNodeConfigurationStartEdgeviewEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body EdgeNodeConfigurationStartEdgeviewEdgeNodeBody

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration start edgeview edge node operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParams

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParams() *EdgeNodeConfigurationStartEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParams creates a new EdgeNodeConfigurationStartEdgeviewEdgeNodeParams 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 NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationStartEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationStartEdgeviewEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationStartEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationStartEdgeviewEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationStartEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationStartEdgeviewEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetBody

SetBody adds the body to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration start edgeview edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetID

SetID adds the id to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithBody

WithBody adds the body to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration start edgeview edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithID

WithID adds the id to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationStartEdgeviewEdgeNodeReader

type EdgeNodeConfigurationStartEdgeviewEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeReader is a Reader for the EdgeNodeConfigurationStartEdgeviewEdgeNode structure.

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationStartEdgeviewEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized

type EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized() *EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration start edgeview edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration start edgeview edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration start edgeview edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration start edgeview edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration start edgeview edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) String

type EdgeNodeConfigurationStopDebugEdgeNodeConflict

type EdgeNodeConfigurationStopDebugEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopDebugEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationStopDebugEdgeNodeConflict

func NewEdgeNodeConfigurationStopDebugEdgeNodeConflict() *EdgeNodeConfigurationStopDebugEdgeNodeConflict

NewEdgeNodeConfigurationStopDebugEdgeNodeConflict creates a EdgeNodeConfigurationStopDebugEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) Error

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration stop debug edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration stop debug edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration stop debug edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration stop debug edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration stop debug edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) String

type EdgeNodeConfigurationStopDebugEdgeNodeDefault

type EdgeNodeConfigurationStopDebugEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStopDebugEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationStopDebugEdgeNodeDefault

func NewEdgeNodeConfigurationStopDebugEdgeNodeDefault(code int) *EdgeNodeConfigurationStopDebugEdgeNodeDefault

NewEdgeNodeConfigurationStopDebugEdgeNodeDefault creates a EdgeNodeConfigurationStopDebugEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) Code

Code gets the status code for the edge node configuration stop debug edge node default response

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) Error

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration stop debug edge node default response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration stop debug edge node default response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration stop debug edge node default response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration stop debug edge node default response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration stop debug edge node default response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) String

type EdgeNodeConfigurationStopDebugEdgeNodeForbidden

type EdgeNodeConfigurationStopDebugEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopDebugEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationStopDebugEdgeNodeForbidden

func NewEdgeNodeConfigurationStopDebugEdgeNodeForbidden() *EdgeNodeConfigurationStopDebugEdgeNodeForbidden

NewEdgeNodeConfigurationStopDebugEdgeNodeForbidden creates a EdgeNodeConfigurationStopDebugEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration stop debug edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration stop debug edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration stop debug edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration stop debug edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration stop debug edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) String

type EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout

type EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout() *EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration stop debug edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration stop debug edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration stop debug edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration stop debug edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration stop debug edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError

type EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationStopDebugEdgeNodeInternalServerError

func NewEdgeNodeConfigurationStopDebugEdgeNodeInternalServerError() *EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError

NewEdgeNodeConfigurationStopDebugEdgeNodeInternalServerError creates a EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsClientError

IsClientError returns true when this edge node configuration stop debug edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsCode

IsCode returns true when this edge node configuration stop debug edge node internal server error response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration stop debug edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsServerError

IsServerError returns true when this edge node configuration stop debug edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration stop debug edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) String

type EdgeNodeConfigurationStopDebugEdgeNodeNotFound

type EdgeNodeConfigurationStopDebugEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopDebugEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationStopDebugEdgeNodeNotFound

func NewEdgeNodeConfigurationStopDebugEdgeNodeNotFound() *EdgeNodeConfigurationStopDebugEdgeNodeNotFound

NewEdgeNodeConfigurationStopDebugEdgeNodeNotFound creates a EdgeNodeConfigurationStopDebugEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration stop debug edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration stop debug edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration stop debug edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration stop debug edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration stop debug edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) String

type EdgeNodeConfigurationStopDebugEdgeNodeOK

type EdgeNodeConfigurationStopDebugEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopDebugEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationStopDebugEdgeNodeOK

func NewEdgeNodeConfigurationStopDebugEdgeNodeOK() *EdgeNodeConfigurationStopDebugEdgeNodeOK

NewEdgeNodeConfigurationStopDebugEdgeNodeOK creates a EdgeNodeConfigurationStopDebugEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) Error

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsClientError

IsClientError returns true when this edge node configuration stop debug edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration stop debug edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration stop debug edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsServerError

IsServerError returns true when this edge node configuration stop debug edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration stop debug edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) String

type EdgeNodeConfigurationStopDebugEdgeNodeParams

type EdgeNodeConfigurationStopDebugEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStopDebugEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration stop debug edge node operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationStopDebugEdgeNodeParams

func NewEdgeNodeConfigurationStopDebugEdgeNodeParams() *EdgeNodeConfigurationStopDebugEdgeNodeParams

NewEdgeNodeConfigurationStopDebugEdgeNodeParams creates a new EdgeNodeConfigurationStopDebugEdgeNodeParams 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 NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationStopDebugEdgeNodeParams

NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationStopDebugEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationStopDebugEdgeNodeParams

NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationStopDebugEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationStopDebugEdgeNodeParams

NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationStopDebugEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration stop debug edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetHTTPClient

func (o *EdgeNodeConfigurationStopDebugEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetID

SetID adds the id to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationStopDebugEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration stop debug edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithID

WithID adds the id to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationStopDebugEdgeNodeReader

type EdgeNodeConfigurationStopDebugEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStopDebugEdgeNodeReader is a Reader for the EdgeNodeConfigurationStopDebugEdgeNode structure.

func (*EdgeNodeConfigurationStopDebugEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationStopDebugEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized

type EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationStopDebugEdgeNodeUnauthorized

func NewEdgeNodeConfigurationStopDebugEdgeNodeUnauthorized() *EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized

NewEdgeNodeConfigurationStopDebugEdgeNodeUnauthorized creates a EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration stop debug edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration stop debug edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration stop debug edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration stop debug edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration stop debug edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) String

type EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict

type EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeConflict

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeConflict() *EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeConflict creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) Error

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration stop edgeview edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration stop edgeview edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration stop edgeview edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration stop edgeview edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration stop edgeview edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) String

type EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault

type EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeDefault

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeDefault(code int) *EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeDefault creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) Code

Code gets the status code for the edge node configuration stop edgeview edge node default response

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) Error

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration stop edgeview edge node default response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration stop edgeview edge node default response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration stop edgeview edge node default response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration stop edgeview edge node default response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration stop edgeview edge node default response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) String

type EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden

type EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden() *EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration stop edgeview edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration stop edgeview edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration stop edgeview edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration stop edgeview edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration stop edgeview edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) String

type EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout

type EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout() *EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration stop edgeview edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration stop edgeview edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration stop edgeview edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration stop edgeview edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration stop edgeview edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError

type EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError() *EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsClientError

IsClientError returns true when this edge node configuration stop edgeview edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsCode

IsCode returns true when this edge node configuration stop edgeview edge node internal server error response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration stop edgeview edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsServerError

IsServerError returns true when this edge node configuration stop edgeview edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration stop edgeview edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) String

type EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound

type EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound() *EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration stop edgeview edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration stop edgeview edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration stop edgeview edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration stop edgeview edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration stop edgeview edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) String

type EdgeNodeConfigurationStopEdgeviewEdgeNodeOK

type EdgeNodeConfigurationStopEdgeviewEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeOK

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeOK() *EdgeNodeConfigurationStopEdgeviewEdgeNodeOK

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeOK creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) Error

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsClientError

IsClientError returns true when this edge node configuration stop edgeview edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration stop edgeview edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration stop edgeview edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsServerError

IsServerError returns true when this edge node configuration stop edgeview edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration stop edgeview edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) String

type EdgeNodeConfigurationStopEdgeviewEdgeNodeParams

type EdgeNodeConfigurationStopEdgeviewEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration stop edgeview edge node operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParams

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParams() *EdgeNodeConfigurationStopEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParams creates a new EdgeNodeConfigurationStopEdgeviewEdgeNodeParams 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 NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationStopEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationStopEdgeviewEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationStopEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationStopEdgeviewEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationStopEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationStopEdgeviewEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration stop edgeview edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetID

SetID adds the id to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration stop edgeview edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithID

WithID adds the id to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationStopEdgeviewEdgeNodeReader

type EdgeNodeConfigurationStopEdgeviewEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeReader is a Reader for the EdgeNodeConfigurationStopEdgeviewEdgeNode structure.

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationStopEdgeviewEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized

type EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized() *EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration stop edgeview edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration stop edgeview edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration stop edgeview edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration stop edgeview edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration stop edgeview edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s2 conflict response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsCode

IsCode returns true when this edge node configuration update edge node base o s2 conflict response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s2 conflict response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s2 conflict response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s2 conflict response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default(code int) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) Code

Code gets the status code for the edge node configuration update edge node base o s2 default response

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s2 default response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsCode

IsCode returns true when this edge node configuration update edge node base o s2 default response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s2 default response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s2 default response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s2 default response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s2 forbidden response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsCode

IsCode returns true when this edge node configuration update edge node base o s2 forbidden response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s2 forbidden response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s2 forbidden response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s2 forbidden response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s2 gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) IsCode

IsCode returns true when this edge node configuration update edge node base o s2 gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s2 gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s2 gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s2 gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s2 internal server error response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) IsCode

IsCode returns true when this edge node configuration update edge node base o s2 internal server error response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s2 internal server error response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s2 internal server error response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s2 internal server error response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s2 not found response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) IsCode

IsCode returns true when this edge node configuration update edge node base o s2 not found response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s2 not found response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s2 not found response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s2 not found response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s2 o k response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) IsCode

IsCode returns true when this edge node configuration update edge node base o s2 o k response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s2 o k response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s2 o k response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s2 o k response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params contains all the parameters to send to the API endpoint

for the edge node configuration update edge node base o s2 operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithContext

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithContext(ctx context.Context) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithContext creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params object with the ability to set a context for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithHTTPClient

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithHTTPClient creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithTimeout

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithTimeout creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params object with the ability to set a timeout on a request.

func PublishBaseOSParams

PublishBaseOSParams creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params 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 (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetContext

SetContext adds the context to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetDefaults

SetDefaults hydrates default values in the edge node configuration update edge node base o s2 params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetID

SetID adds the id to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetTimeout

SetTimeout adds the timeout to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetXRequestID

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithContext

WithContext adds the context to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithDefaults

WithDefaults hydrates default values in the edge node configuration update edge node base o s2 params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithID

WithID adds the id to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithTimeout

WithTimeout adds the timeout to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader is a Reader for the EdgeNodeConfigurationUpdateEdgeNodeBaseOS2 structure.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader) ReadResponse

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s2 unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsCode

IsCode returns true when this edge node configuration update edge node base o s2 unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s2 unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s2 unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s2 unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s3 conflict response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsCode

IsCode returns true when this edge node configuration update edge node base o s3 conflict response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s3 conflict response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s3 conflict response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s3 conflict response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default(code int) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) Code

Code gets the status code for the edge node configuration update edge node base o s3 default response

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s3 default response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsCode

IsCode returns true when this edge node configuration update edge node base o s3 default response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s3 default response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s3 default response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s3 default response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s3 forbidden response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsCode

IsCode returns true when this edge node configuration update edge node base o s3 forbidden response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s3 forbidden response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s3 forbidden response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s3 forbidden response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s3 gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) IsCode

IsCode returns true when this edge node configuration update edge node base o s3 gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s3 gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s3 gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s3 gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s3 internal server error response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) IsCode

IsCode returns true when this edge node configuration update edge node base o s3 internal server error response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s3 internal server error response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s3 internal server error response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s3 internal server error response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s3 not found response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) IsCode

IsCode returns true when this edge node configuration update edge node base o s3 not found response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s3 not found response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s3 not found response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s3 not found response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s3 o k response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) IsCode

IsCode returns true when this edge node configuration update edge node base o s3 o k response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s3 o k response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s3 o k response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s3 o k response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params contains all the parameters to send to the API endpoint

for the edge node configuration update edge node base o s3 operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params 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 NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithContext

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithContext(ctx context.Context) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithContext creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params object with the ability to set a context for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithHTTPClient

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithHTTPClient creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithTimeout

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithTimeout creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetContext

SetContext adds the context to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetDefaults

SetDefaults hydrates default values in the edge node configuration update edge node base o s3 params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetID

SetID adds the id to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetTimeout

SetTimeout adds the timeout to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetXRequestID

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithContext

WithContext adds the context to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithDefaults

WithDefaults hydrates default values in the edge node configuration update edge node base o s3 params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithID

WithID adds the id to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithTimeout

WithTimeout adds the timeout to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader is a Reader for the EdgeNodeConfigurationUpdateEdgeNodeBaseOS3 structure.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader) ReadResponse

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s3 unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsCode

IsCode returns true when this edge node configuration update edge node base o s3 unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s3 unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s3 unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s3 unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s conflict response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsCode

IsCode returns true when this edge node configuration update edge node base o s conflict response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s conflict response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s conflict response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s conflict response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault(code int) *EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) Code

Code gets the status code for the edge node configuration update edge node base o s default response

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s default response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsCode

IsCode returns true when this edge node configuration update edge node base o s default response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s default response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s default response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s default response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s forbidden response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsCode

IsCode returns true when this edge node configuration update edge node base o s forbidden response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s forbidden response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s forbidden response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s forbidden response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) IsCode

IsCode returns true when this edge node configuration update edge node base o s gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s internal server error response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) IsCode

IsCode returns true when this edge node configuration update edge node base o s internal server error response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s internal server error response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s internal server error response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s internal server error response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s not found response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) IsCode

IsCode returns true when this edge node configuration update edge node base o s not found response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s not found response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s not found response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s not found response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSOK

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSOK() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSOK creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s o k response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) IsCode

IsCode returns true when this edge node configuration update edge node base o s o k response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s o k response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s o k response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s o k response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) String

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams contains all the parameters to send to the API endpoint

for the edge node configuration update edge node base o s operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithContext

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithContext(ctx context.Context) *EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithContext creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithHTTPClient

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithHTTPClient creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithTimeout

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithTimeout creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams object with the ability to set a timeout on a request.

func UpdateBaseOSParams

UpdateBaseOSParams creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams 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 (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetContext

SetContext adds the context to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration update edge node base o s params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetID

SetID adds the id to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetXRequestID

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithContext

WithContext adds the context to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration update edge node base o s params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithID

WithID adds the id to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader is a Reader for the EdgeNodeConfigurationUpdateEdgeNodeBaseOS structure.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader) ReadResponse

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsClientError

IsClientError returns true when this edge node configuration update edge node base o s unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsCode

IsCode returns true when this edge node configuration update edge node base o s unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration update edge node base o s unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsServerError

IsServerError returns true when this edge node configuration update edge node base o s unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration update edge node base o s unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) String

type EdgeNodeConfigurationUpdateEdgeNodeConflict

type EdgeNodeConfigurationUpdateEdgeNodeConflict struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeConflict describes a response with status code 409, with default header values.

Conflict. The API gateway did not process the request because this operation will conflict with an already existing edge node record.

func NewEdgeNodeConfigurationUpdateEdgeNodeConflict

func NewEdgeNodeConfigurationUpdateEdgeNodeConflict() *EdgeNodeConfigurationUpdateEdgeNodeConflict

NewEdgeNodeConfigurationUpdateEdgeNodeConflict creates a EdgeNodeConfigurationUpdateEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsClientError

IsClientError returns true when this edge node configuration update edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsCode

IsCode returns true when this edge node configuration update edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsRedirect

IsRedirect returns true when this edge node configuration update edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsServerError

IsServerError returns true when this edge node configuration update edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsSuccess

IsSuccess returns true when this edge node configuration update edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) String

type EdgeNodeConfigurationUpdateEdgeNodeDefault

type EdgeNodeConfigurationUpdateEdgeNodeDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEdgeNodeConfigurationUpdateEdgeNodeDefault

func NewEdgeNodeConfigurationUpdateEdgeNodeDefault(code int) *EdgeNodeConfigurationUpdateEdgeNodeDefault

NewEdgeNodeConfigurationUpdateEdgeNodeDefault creates a EdgeNodeConfigurationUpdateEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) Code

Code gets the status code for the edge node configuration update edge node default response

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsClientError

IsClientError returns true when this edge node configuration update edge node default response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsCode

IsCode returns true when this edge node configuration update edge node default response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsRedirect

IsRedirect returns true when this edge node configuration update edge node default response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsServerError

IsServerError returns true when this edge node configuration update edge node default response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsSuccess

IsSuccess returns true when this edge node configuration update edge node default response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) String

type EdgeNodeConfigurationUpdateEdgeNodeForbidden

type EdgeNodeConfigurationUpdateEdgeNodeForbidden struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewEdgeNodeConfigurationUpdateEdgeNodeForbidden

func NewEdgeNodeConfigurationUpdateEdgeNodeForbidden() *EdgeNodeConfigurationUpdateEdgeNodeForbidden

NewEdgeNodeConfigurationUpdateEdgeNodeForbidden creates a EdgeNodeConfigurationUpdateEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsClientError

IsClientError returns true when this edge node configuration update edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsCode

IsCode returns true when this edge node configuration update edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsRedirect

IsRedirect returns true when this edge node configuration update edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsServerError

IsServerError returns true when this edge node configuration update edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsSuccess

IsSuccess returns true when this edge node configuration update edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) String

type EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout

type EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewEdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout

func NewEdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout() *EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsClientError

IsClientError returns true when this edge node configuration update edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsCode

IsCode returns true when this edge node configuration update edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsRedirect

IsRedirect returns true when this edge node configuration update edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsServerError

IsServerError returns true when this edge node configuration update edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsSuccess

IsSuccess returns true when this edge node configuration update edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) String

type EdgeNodeConfigurationUpdateEdgeNodeInternalServerError

type EdgeNodeConfigurationUpdateEdgeNodeInternalServerError struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewEdgeNodeConfigurationUpdateEdgeNodeInternalServerError

func NewEdgeNodeConfigurationUpdateEdgeNodeInternalServerError() *EdgeNodeConfigurationUpdateEdgeNodeInternalServerError

NewEdgeNodeConfigurationUpdateEdgeNodeInternalServerError creates a EdgeNodeConfigurationUpdateEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsClientError

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

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsCode

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

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsRedirect

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

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsServerError

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

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsSuccess

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

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) String

type EdgeNodeConfigurationUpdateEdgeNodeNotFound

type EdgeNodeConfigurationUpdateEdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationUpdateEdgeNodeNotFound

func NewEdgeNodeConfigurationUpdateEdgeNodeNotFound() *EdgeNodeConfigurationUpdateEdgeNodeNotFound

NewEdgeNodeConfigurationUpdateEdgeNodeNotFound creates a EdgeNodeConfigurationUpdateEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsClientError

IsClientError returns true when this edge node configuration update edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsCode

IsCode returns true when this edge node configuration update edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsRedirect

IsRedirect returns true when this edge node configuration update edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsServerError

IsServerError returns true when this edge node configuration update edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsSuccess

IsSuccess returns true when this edge node configuration update edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) String

type EdgeNodeConfigurationUpdateEdgeNodeOK

type EdgeNodeConfigurationUpdateEdgeNodeOK struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationUpdateEdgeNodeOK

func NewEdgeNodeConfigurationUpdateEdgeNodeOK() *EdgeNodeConfigurationUpdateEdgeNodeOK

NewEdgeNodeConfigurationUpdateEdgeNodeOK creates a EdgeNodeConfigurationUpdateEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) IsClientError

func (o *EdgeNodeConfigurationUpdateEdgeNodeOK) IsClientError() bool

IsClientError returns true when this edge node configuration update edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) IsCode

IsCode returns true when this edge node configuration update edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) IsRedirect

IsRedirect returns true when this edge node configuration update edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) IsServerError

func (o *EdgeNodeConfigurationUpdateEdgeNodeOK) IsServerError() bool

IsServerError returns true when this edge node configuration update edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) IsSuccess

IsSuccess returns true when this edge node configuration update edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) String

type EdgeNodeConfigurationUpdateEdgeNodeParams

type EdgeNodeConfigurationUpdateEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *models.Node

	/* ID.

	   system generated unique id for a device
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeParams contains all the parameters to send to the API endpoint

for the edge node configuration update edge node operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithContext

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationUpdateEdgeNodeParams

NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationUpdateEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithHTTPClient

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationUpdateEdgeNodeParams

NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithHTTPClient creates a new EdgeNodeConfigurationUpdateEdgeNodeParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithTimeout

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationUpdateEdgeNodeParams

NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationUpdateEdgeNodeParams object with the ability to set a timeout on a request.

func UpdateParams

UpdateParams creates a new EdgeNodeConfigurationUpdateEdgeNodeParams 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 (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetBody

SetBody adds the body to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetContext

SetContext adds the context to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetDefaults

SetDefaults hydrates default values in the edge node configuration update edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetHTTPClient

func (o *EdgeNodeConfigurationUpdateEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetID

SetID adds the id to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetTimeout

SetTimeout adds the timeout to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetXRequestID

func (o *EdgeNodeConfigurationUpdateEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithBody

WithBody adds the body to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithContext

WithContext adds the context to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithDefaults

WithDefaults hydrates default values in the edge node configuration update edge node params (not the query body).

All values with no default are reset to their zero value.

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithID

WithID adds the id to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithTimeout

WithTimeout adds the timeout to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithXRequestID

WithXRequestID adds the xRequestID to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationUpdateEdgeNodeReader

type EdgeNodeConfigurationUpdateEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeReader is a Reader for the EdgeNodeConfigurationUpdateEdgeNode structure.

func (*EdgeNodeConfigurationUpdateEdgeNodeReader) ReadResponse

func (o *EdgeNodeConfigurationUpdateEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationUpdateEdgeNodeUnauthorized

type EdgeNodeConfigurationUpdateEdgeNodeUnauthorized struct {
	Payload *models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewEdgeNodeConfigurationUpdateEdgeNodeUnauthorized

func NewEdgeNodeConfigurationUpdateEdgeNodeUnauthorized() *EdgeNodeConfigurationUpdateEdgeNodeUnauthorized

NewEdgeNodeConfigurationUpdateEdgeNodeUnauthorized creates a EdgeNodeConfigurationUpdateEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) Error

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) GetPayload

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsClientError

IsClientError returns true when this edge node configuration update edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsCode

IsCode returns true when this edge node configuration update edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsRedirect

IsRedirect returns true when this edge node configuration update edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsServerError

IsServerError returns true when this edge node configuration update edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsSuccess

IsSuccess returns true when this edge node configuration update edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) String

type EdgeNodeNotFound

type EdgeNodeNotFound struct {
	Payload *models.ZsrvResponse
}

EdgeNodeNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewEdgeNodeConfigurationGetEdgeNodeNotFound

func NewEdgeNodeConfigurationGetEdgeNodeNotFound() *EdgeNodeNotFound

NewEdgeNodeConfigurationGetEdgeNodeNotFound creates a EdgeNodeConfigurationGetEdgeNodeNotFound with default headers values

func (*EdgeNodeNotFound) Error

func (o *EdgeNodeNotFound) Error() string

func (*EdgeNodeNotFound) GetPayload

func (o *EdgeNodeNotFound) GetPayload() *models.ZsrvResponse

func (*EdgeNodeNotFound) IsClientError

func (o *EdgeNodeNotFound) IsClientError() bool

IsClientError returns true when this edge node configuration get edge node not found response has a 4xx status code

func (*EdgeNodeNotFound) IsCode

func (o *EdgeNodeNotFound) IsCode(code int) bool

IsCode returns true when this edge node configuration get edge node not found response a status code equal to that given

func (*EdgeNodeNotFound) IsRedirect

func (o *EdgeNodeNotFound) IsRedirect() bool

IsRedirect returns true when this edge node configuration get edge node not found response has a 3xx status code

func (*EdgeNodeNotFound) IsServerError

func (o *EdgeNodeNotFound) IsServerError() bool

IsServerError returns true when this edge node configuration get edge node not found response has a 5xx status code

func (*EdgeNodeNotFound) IsSuccess

func (o *EdgeNodeNotFound) IsSuccess() bool

IsSuccess returns true when this edge node configuration get edge node not found response has a 2xx status code

func (*EdgeNodeNotFound) String

func (o *EdgeNodeNotFound) String() string

type GetAllParams

type GetAllParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Fields.

	   Fields to select: id, name, title, description, tags, utype, projectId, serialno, adminState, modelId, clusterID, baseImage, interfaces, debugKnob
	*/
	Fields []string

	/* Summary.

	   Summary flag
	*/
	Summary *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAllParams contains all the parameters to send to the API endpoint

for the edge node configuration query edge nodes operation.

Typically these are written to a http.Request.

func NewEdgeNodeConfigurationQueryEdgeNodesParams

func NewEdgeNodeConfigurationQueryEdgeNodesParams() *GetAllParams

NewEdgeNodeConfigurationQueryEdgeNodesParams creates a new EdgeNodeConfigurationQueryEdgeNodesParams 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 NewEdgeNodeConfigurationQueryEdgeNodesParamsWithContext

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithContext(ctx context.Context) *GetAllParams

NewEdgeNodeConfigurationQueryEdgeNodesParamsWithContext creates a new EdgeNodeConfigurationQueryEdgeNodesParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithHTTPClient

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithHTTPClient(client *http.Client) *GetAllParams

NewEdgeNodeConfigurationQueryEdgeNodesParamsWithHTTPClient creates a new EdgeNodeConfigurationQueryEdgeNodesParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithTimeout

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithTimeout(timeout time.Duration) *GetAllParams

NewEdgeNodeConfigurationQueryEdgeNodesParamsWithTimeout creates a new EdgeNodeConfigurationQueryEdgeNodesParams object with the ability to set a timeout on a request.

func (*GetAllParams) SetContext

func (o *GetAllParams) SetContext(ctx context.Context)

SetContext adds the context to the edge node configuration query edge nodes params

func (*GetAllParams) SetDefaults

func (o *GetAllParams) SetDefaults()

SetDefaults hydrates default values in the edge node configuration query edge nodes params (not the query body).

All values with no default are reset to their zero value.

func (*GetAllParams) SetFields

func (o *GetAllParams) SetFields(fields []string)

SetFields adds the fields to the edge node configuration query edge nodes params

func (*GetAllParams) SetHTTPClient

func (o *GetAllParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration query edge nodes params

func (*GetAllParams) SetSummary

func (o *GetAllParams) SetSummary(summary *bool)

SetSummary adds the summary to the edge node configuration query edge nodes params

func (*GetAllParams) SetTimeout

func (o *GetAllParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the edge node configuration query edge nodes params

func (*GetAllParams) SetXRequestID

func (o *GetAllParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration query edge nodes params

func (*GetAllParams) WithContext

func (o *GetAllParams) WithContext(ctx context.Context) *GetAllParams

WithContext adds the context to the edge node configuration query edge nodes params

func (*GetAllParams) WithDefaults

func (o *GetAllParams) WithDefaults() *GetAllParams

WithDefaults hydrates default values in the edge node configuration query edge nodes params (not the query body).

All values with no default are reset to their zero value.

func (*GetAllParams) WithFields

func (o *GetAllParams) WithFields(fields []string) *GetAllParams

WithFields adds the fields to the edge node configuration query edge nodes params

func (*GetAllParams) WithHTTPClient

func (o *GetAllParams) WithHTTPClient(client *http.Client) *GetAllParams

WithHTTPClient adds the HTTPClient to the edge node configuration query edge nodes params

func (*GetAllParams) WithSummary

func (o *GetAllParams) WithSummary(summary *bool) *GetAllParams

WithSummary adds the summary to the edge node configuration query edge nodes params

func (*GetAllParams) WithTimeout

func (o *GetAllParams) WithTimeout(timeout time.Duration) *GetAllParams

WithTimeout adds the timeout to the edge node configuration query edge nodes params

func (*GetAllParams) WithXRequestID

func (o *GetAllParams) WithXRequestID(xRequestID *string) *GetAllParams

WithXRequestID adds the xRequestID to the edge node configuration query edge nodes params

func (*GetAllParams) WriteToRequest

func (o *GetAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

Jump to

Keyboard shortcuts

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