edge_node_configuration

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 13 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) EdgeNodeConfigurationActivateEdgeNode added in v1.0.2

func (a *Client) EdgeNodeConfigurationActivateEdgeNode(params *EdgeNodeConfigurationActivateEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationActivateEdgeNodeOK, error)

EdgeNodeConfigurationActivateEdgeNode activates edge node

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

func (*Client) EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNode added in v1.0.2

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNode retries baseos upgrade on the edge node

Retry baseos upgrade on the edge node.

func (*Client) EdgeNodeConfigurationCreateEdgeNode added in v1.0.2

func (a *Client) EdgeNodeConfigurationCreateEdgeNode(params *EdgeNodeConfigurationCreateEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationCreateEdgeNodeOK, error)

EdgeNodeConfigurationCreateEdgeNode creates edge node

Create an edge node record.

func (*Client) EdgeNodeConfigurationDeActivateEdgeNode added in v1.0.2

EdgeNodeConfigurationDeActivateEdgeNode deactivates edge node

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

func (*Client) EdgeNodeConfigurationDeleteEdgeNode added in v1.0.2

func (a *Client) EdgeNodeConfigurationDeleteEdgeNode(params *EdgeNodeConfigurationDeleteEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationDeleteEdgeNodeOK, error)

EdgeNodeConfigurationDeleteEdgeNode deletes edge node

Delete an edge node record.

func (*Client) EdgeNodeConfigurationGetDeviceInterfaceTags added in v1.0.2

EdgeNodeConfigurationGetDeviceInterfaceTags queries device interface tags

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

func (*Client) EdgeNodeConfigurationGetEdgeNode added in v1.0.2

func (a *Client) EdgeNodeConfigurationGetEdgeNode(params *EdgeNodeConfigurationGetEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationGetEdgeNodeOK, error)

EdgeNodeConfigurationGetEdgeNode gets edge node

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

func (*Client) EdgeNodeConfigurationGetEdgeNodeAttestation added in v1.0.2

EdgeNodeConfigurationGetEdgeNodeAttestation gets edge node p c r attestation

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

func (*Client) EdgeNodeConfigurationGetEdgeNodeByName added in v1.0.2

EdgeNodeConfigurationGetEdgeNodeByName gets edge node by name

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

func (*Client) EdgeNodeConfigurationGetEdgeNodeBySerial added in v1.0.2

EdgeNodeConfigurationGetEdgeNodeBySerial gets edge node by serial number

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

func (*Client) EdgeNodeConfigurationGetEdgeNodeOnboarding added in v1.0.2

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 added in v1.0.2

EdgeNodeConfigurationGetEdgeviewClientScript gets edgeview client script of the edge node

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

func (*Client) EdgeNodeConfigurationOffboard added in v1.0.2

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 added in v1.0.2

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) EdgeNodeConfigurationQueryEdgeNodes added in v1.0.2

func (a *Client) EdgeNodeConfigurationQueryEdgeNodes(params *EdgeNodeConfigurationQueryEdgeNodesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationQueryEdgeNodesOK, error)

EdgeNodeConfigurationQueryEdgeNodes queries edge nodes

Query the edge node records.

func (*Client) EdgeNodeConfigurationReboot added in v1.0.2

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 added in v1.0.2

EdgeNodeConfigurationStartDebugEdgeNode starts debug mode on the edge node

Start debug mode on the edge node.

func (*Client) EdgeNodeConfigurationStartEdgeviewEdgeNode added in v1.0.2

EdgeNodeConfigurationStartEdgeviewEdgeNode starts edgeview on the edge node

Start edgeview on the edge node.

func (*Client) EdgeNodeConfigurationStopDebugEdgeNode added in v1.0.2

EdgeNodeConfigurationStopDebugEdgeNode stops debug mode on the edge node

Stop debug mode on the edge node.

func (*Client) EdgeNodeConfigurationStopEdgeviewEdgeNode added in v1.0.2

EdgeNodeConfigurationStopEdgeviewEdgeNode stops edgeview on the edge node

Stop edgeview on the edge node.

func (*Client) EdgeNodeConfigurationUpdateEdgeNode added in v1.0.2

func (a *Client) EdgeNodeConfigurationUpdateEdgeNode(params *EdgeNodeConfigurationUpdateEdgeNodeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNodeConfigurationUpdateEdgeNodeOK, error)

EdgeNodeConfigurationUpdateEdgeNode 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) EdgeNodeConfigurationUpdateEdgeNodeBaseOS added in v1.0.2

EdgeNodeConfigurationUpdateEdgeNodeBaseOS 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) EdgeNodeConfigurationUpdateEdgeNodeBaseOS2 added in v1.0.2

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2 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) EdgeNodeConfigurationUpdateEdgeNodeBaseOS3 added in v1.0.2

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) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

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

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

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

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

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

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

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

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

	EdgeNodeConfigurationGetEdgeNodeByName(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)

	EdgeNodeConfigurationQueryEdgeNodes(params *EdgeNodeConfigurationQueryEdgeNodesParams, 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)

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

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

	EdgeNodeConfigurationUpdateEdgeNodeBaseOS2(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 added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeConflict() *EdgeNodeConfigurationActivateEdgeNodeConflict

NewEdgeNodeConfigurationActivateEdgeNodeConflict creates a EdgeNodeConfigurationActivateEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeDefault(code int) *EdgeNodeConfigurationActivateEdgeNodeDefault

NewEdgeNodeConfigurationActivateEdgeNodeDefault creates a EdgeNodeConfigurationActivateEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeForbidden() *EdgeNodeConfigurationActivateEdgeNodeForbidden

NewEdgeNodeConfigurationActivateEdgeNodeForbidden creates a EdgeNodeConfigurationActivateEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeGatewayTimeout() *EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationActivateEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeInternalServerError() *EdgeNodeConfigurationActivateEdgeNodeInternalServerError

NewEdgeNodeConfigurationActivateEdgeNodeInternalServerError creates a EdgeNodeConfigurationActivateEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeNotFound() *EdgeNodeConfigurationActivateEdgeNodeNotFound

NewEdgeNodeConfigurationActivateEdgeNodeNotFound creates a EdgeNodeConfigurationActivateEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationActivateEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeOK() *EdgeNodeConfigurationActivateEdgeNodeOK

NewEdgeNodeConfigurationActivateEdgeNodeOK creates a EdgeNodeConfigurationActivateEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeOK) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeOK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeParams added in v1.0.2

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 NewEdgeNodeConfigurationActivateEdgeNodeParams added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeParams() *EdgeNodeConfigurationActivateEdgeNodeParams

NewEdgeNodeConfigurationActivateEdgeNodeParams 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 added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationActivateEdgeNodeParams

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

func NewEdgeNodeConfigurationActivateEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetID added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithID added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationActivateEdgeNodeReader added in v1.0.2

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

EdgeNodeConfigurationActivateEdgeNodeReader is a Reader for the EdgeNodeConfigurationActivateEdgeNode structure.

func (*EdgeNodeConfigurationActivateEdgeNodeReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationActivateEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationActivateEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationActivateEdgeNodeUnauthorized() *EdgeNodeConfigurationActivateEdgeNodeUnauthorized

NewEdgeNodeConfigurationActivateEdgeNodeUnauthorized creates a EdgeNodeConfigurationActivateEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationActivateEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault(code int) *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeInternalServerError) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeNotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams

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

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetID added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) SetXRequestID added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithID added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeReader added in v1.0.2

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

EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeReader is a Reader for the EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNode structure.

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized() *EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized

NewEdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized creates a EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationBaseOsUpgradeRetryEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeBadRequest added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeBadRequest() *EdgeNodeConfigurationCreateEdgeNodeBadRequest

NewEdgeNodeConfigurationCreateEdgeNodeBadRequest creates a EdgeNodeConfigurationCreateEdgeNodeBadRequest with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) Error added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeBadRequest) String added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeConflict added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeConflict() *EdgeNodeConfigurationCreateEdgeNodeConflict

NewEdgeNodeConfigurationCreateEdgeNodeConflict creates a EdgeNodeConfigurationCreateEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeDefault(code int) *EdgeNodeConfigurationCreateEdgeNodeDefault

NewEdgeNodeConfigurationCreateEdgeNodeDefault creates a EdgeNodeConfigurationCreateEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeForbidden() *EdgeNodeConfigurationCreateEdgeNodeForbidden

NewEdgeNodeConfigurationCreateEdgeNodeForbidden creates a EdgeNodeConfigurationCreateEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeGatewayTimeout() *EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationCreateEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeInternalServerError() *EdgeNodeConfigurationCreateEdgeNodeInternalServerError

NewEdgeNodeConfigurationCreateEdgeNodeInternalServerError creates a EdgeNodeConfigurationCreateEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationCreateEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeOK() *EdgeNodeConfigurationCreateEdgeNodeOK

NewEdgeNodeConfigurationCreateEdgeNodeOK creates a EdgeNodeConfigurationCreateEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeOK) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeOK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeParams added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.DeviceConfig

	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 NewEdgeNodeConfigurationCreateEdgeNodeParams added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeParams() *EdgeNodeConfigurationCreateEdgeNodeParams

NewEdgeNodeConfigurationCreateEdgeNodeParams 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 added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationCreateEdgeNodeParams

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

func NewEdgeNodeConfigurationCreateEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetContext added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithBody added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationCreateEdgeNodeReader added in v1.0.2

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

EdgeNodeConfigurationCreateEdgeNodeReader is a Reader for the EdgeNodeConfigurationCreateEdgeNode structure.

func (*EdgeNodeConfigurationCreateEdgeNodeReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationCreateEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationCreateEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationCreateEdgeNodeUnauthorized() *EdgeNodeConfigurationCreateEdgeNodeUnauthorized

NewEdgeNodeConfigurationCreateEdgeNodeUnauthorized creates a EdgeNodeConfigurationCreateEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationCreateEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeConflict added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeConflict() *EdgeNodeConfigurationDeActivateEdgeNodeConflict

NewEdgeNodeConfigurationDeActivateEdgeNodeConflict creates a EdgeNodeConfigurationDeActivateEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeDefault(code int) *EdgeNodeConfigurationDeActivateEdgeNodeDefault

NewEdgeNodeConfigurationDeActivateEdgeNodeDefault creates a EdgeNodeConfigurationDeActivateEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeForbidden() *EdgeNodeConfigurationDeActivateEdgeNodeForbidden

NewEdgeNodeConfigurationDeActivateEdgeNodeForbidden creates a EdgeNodeConfigurationDeActivateEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout() *EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeInternalServerError() *EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError

NewEdgeNodeConfigurationDeActivateEdgeNodeInternalServerError creates a EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeNotFound() *EdgeNodeConfigurationDeActivateEdgeNodeNotFound

NewEdgeNodeConfigurationDeActivateEdgeNodeNotFound creates a EdgeNodeConfigurationDeActivateEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationDeActivateEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeOK() *EdgeNodeConfigurationDeActivateEdgeNodeOK

NewEdgeNodeConfigurationDeActivateEdgeNodeOK creates a EdgeNodeConfigurationDeActivateEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeParams added in v1.0.2

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 NewEdgeNodeConfigurationDeActivateEdgeNodeParams added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeParams() *EdgeNodeConfigurationDeActivateEdgeNodeParams

NewEdgeNodeConfigurationDeActivateEdgeNodeParams 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 added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationDeActivateEdgeNodeParams

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

func NewEdgeNodeConfigurationDeActivateEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetID added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithID added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationDeActivateEdgeNodeReader added in v1.0.2

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

EdgeNodeConfigurationDeActivateEdgeNodeReader is a Reader for the EdgeNodeConfigurationDeActivateEdgeNode structure.

func (*EdgeNodeConfigurationDeActivateEdgeNodeReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeActivateEdgeNodeUnauthorized() *EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized

NewEdgeNodeConfigurationDeActivateEdgeNodeUnauthorized creates a EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeActivateEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeDefault(code int) *EdgeNodeConfigurationDeleteEdgeNodeDefault

NewEdgeNodeConfigurationDeleteEdgeNodeDefault creates a EdgeNodeConfigurationDeleteEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeForbidden() *EdgeNodeConfigurationDeleteEdgeNodeForbidden

NewEdgeNodeConfigurationDeleteEdgeNodeForbidden creates a EdgeNodeConfigurationDeleteEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout() *EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeInternalServerError() *EdgeNodeConfigurationDeleteEdgeNodeInternalServerError

NewEdgeNodeConfigurationDeleteEdgeNodeInternalServerError creates a EdgeNodeConfigurationDeleteEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeNotFound() *EdgeNodeConfigurationDeleteEdgeNodeNotFound

NewEdgeNodeConfigurationDeleteEdgeNodeNotFound creates a EdgeNodeConfigurationDeleteEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationDeleteEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeOK() *EdgeNodeConfigurationDeleteEdgeNodeOK

NewEdgeNodeConfigurationDeleteEdgeNodeOK creates a EdgeNodeConfigurationDeleteEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeParams added in v1.0.2

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 NewEdgeNodeConfigurationDeleteEdgeNodeParams added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeParams() *EdgeNodeConfigurationDeleteEdgeNodeParams

NewEdgeNodeConfigurationDeleteEdgeNodeParams 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 added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationDeleteEdgeNodeParams

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

func NewEdgeNodeConfigurationDeleteEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetID added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithID added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationDeleteEdgeNodeReader added in v1.0.2

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

EdgeNodeConfigurationDeleteEdgeNodeReader is a Reader for the EdgeNodeConfigurationDeleteEdgeNode structure.

func (*EdgeNodeConfigurationDeleteEdgeNodeReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationDeleteEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationDeleteEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationDeleteEdgeNodeUnauthorized() *EdgeNodeConfigurationDeleteEdgeNodeUnauthorized

NewEdgeNodeConfigurationDeleteEdgeNodeUnauthorized creates a EdgeNodeConfigurationDeleteEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationDeleteEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest() *EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest

NewEdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest creates a EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) Error added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsBadRequest) String added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsDefault added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsDefault(code int) *EdgeNodeConfigurationGetDeviceInterfaceTagsDefault

NewEdgeNodeConfigurationGetDeviceInterfaceTagsDefault creates a EdgeNodeConfigurationGetDeviceInterfaceTagsDefault with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsDefault) String added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsForbidden() *EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden

NewEdgeNodeConfigurationGetDeviceInterfaceTagsForbidden creates a EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsForbidden) String added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout() *EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout

NewEdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout creates a EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError() *EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError

NewEdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError creates a EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsOK added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsOK struct {
	Payload *swagger_models.ObjectTagsList
}

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

A successful response.

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsOK added in v1.0.2

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsOK() *EdgeNodeConfigurationGetDeviceInterfaceTagsOK

NewEdgeNodeConfigurationGetDeviceInterfaceTagsOK creates a EdgeNodeConfigurationGetDeviceInterfaceTagsOK with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) Error added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsOK) String added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetDeviceInterfaceTagsParams

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

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetFilterObjName added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextOrderBy added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageNum added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageSize added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextPageToken added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetNextTotalPages added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithFilterObjName added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextOrderBy added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextPageNum added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextPageSize added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextPageToken added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithNextTotalPages added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetDeviceInterfaceTagsReader added in v1.0.2

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

EdgeNodeConfigurationGetDeviceInterfaceTagsReader is a Reader for the EdgeNodeConfigurationGetDeviceInterfaceTags structure.

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized added in v1.0.2

type EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized() *EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized

NewEdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized creates a EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized with default headers values

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetDeviceInterfaceTagsUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationDefault added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeAttestationDefault(code int) *EdgeNodeConfigurationGetEdgeNodeAttestationDefault

NewEdgeNodeConfigurationGetEdgeNodeAttestationDefault creates a EdgeNodeConfigurationGetEdgeNodeAttestationDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationDefault) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationForbidden added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeAttestationForbidden() *EdgeNodeConfigurationGetEdgeNodeAttestationForbidden

NewEdgeNodeConfigurationGetEdgeNodeAttestationForbidden creates a EdgeNodeConfigurationGetEdgeNodeAttestationForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationForbidden) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError() *EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationNotFound added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeAttestationNotFound() *EdgeNodeConfigurationGetEdgeNodeAttestationNotFound

NewEdgeNodeConfigurationGetEdgeNodeAttestationNotFound creates a EdgeNodeConfigurationGetEdgeNodeAttestationNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationNotFound) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationOK added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationOK struct {
	Payload *swagger_models.DeviceConfig
}

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

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeAttestationOK added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeAttestationOK() *EdgeNodeConfigurationGetEdgeNodeAttestationOK

NewEdgeNodeConfigurationGetEdgeNodeAttestationOK creates a EdgeNodeConfigurationGetEdgeNodeAttestationOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationOK) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeAttestationParams

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

func NewEdgeNodeConfigurationGetEdgeNodeAttestationParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeAttestationReader added in v1.0.2

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

EdgeNodeConfigurationGetEdgeNodeAttestationReader is a Reader for the EdgeNodeConfigurationGetEdgeNodeAttestation structure.

func (*EdgeNodeConfigurationGetEdgeNodeAttestationReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized() *EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeAttestationUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameDefault added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameDefault(code int) *EdgeNodeConfigurationGetEdgeNodeByNameDefault

NewEdgeNodeConfigurationGetEdgeNodeByNameDefault creates a EdgeNodeConfigurationGetEdgeNodeByNameDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameDefault) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameForbidden added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameForbidden() *EdgeNodeConfigurationGetEdgeNodeByNameForbidden

NewEdgeNodeConfigurationGetEdgeNodeByNameForbidden creates a EdgeNodeConfigurationGetEdgeNodeByNameForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameForbidden) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameInternalServerError() *EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeByNameInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameInternalServerError) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameNotFound added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameNotFound() *EdgeNodeConfigurationGetEdgeNodeByNameNotFound

NewEdgeNodeConfigurationGetEdgeNodeByNameNotFound creates a EdgeNodeConfigurationGetEdgeNodeByNameNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameNotFound) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameOK added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameOK struct {
	Payload *swagger_models.DeviceConfig
}

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

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeByNameOK added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameOK() *EdgeNodeConfigurationGetEdgeNodeByNameOK

NewEdgeNodeConfigurationGetEdgeNodeByNameOK creates a EdgeNodeConfigurationGetEdgeNodeByNameOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameOK) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameParams added in v1.0.2

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 NewEdgeNodeConfigurationGetEdgeNodeByNameParams added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameParams() *EdgeNodeConfigurationGetEdgeNodeByNameParams

NewEdgeNodeConfigurationGetEdgeNodeByNameParams 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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeByNameParams

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

func NewEdgeNodeConfigurationGetEdgeNodeByNameParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithName added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeByNameReader added in v1.0.2

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

EdgeNodeConfigurationGetEdgeNodeByNameReader is a Reader for the EdgeNodeConfigurationGetEdgeNodeByName structure.

func (*EdgeNodeConfigurationGetEdgeNodeByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeByNameUnauthorized() *EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeByNameUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeByNameUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialDefault added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeBySerialDefault(code int) *EdgeNodeConfigurationGetEdgeNodeBySerialDefault

NewEdgeNodeConfigurationGetEdgeNodeBySerialDefault creates a EdgeNodeConfigurationGetEdgeNodeBySerialDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialDefault) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialForbidden added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeBySerialForbidden() *EdgeNodeConfigurationGetEdgeNodeBySerialForbidden

NewEdgeNodeConfigurationGetEdgeNodeBySerialForbidden creates a EdgeNodeConfigurationGetEdgeNodeBySerialForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialForbidden) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError() *EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialInternalServerError) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialNotFound added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeBySerialNotFound() *EdgeNodeConfigurationGetEdgeNodeBySerialNotFound

NewEdgeNodeConfigurationGetEdgeNodeBySerialNotFound creates a EdgeNodeConfigurationGetEdgeNodeBySerialNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialNotFound) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialOK added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialOK struct {
	Payload *swagger_models.DeviceConfig
}

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

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeBySerialOK added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeBySerialOK() *EdgeNodeConfigurationGetEdgeNodeBySerialOK

NewEdgeNodeConfigurationGetEdgeNodeBySerialOK creates a EdgeNodeConfigurationGetEdgeNodeBySerialOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialOK) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeBySerialParams

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

func NewEdgeNodeConfigurationGetEdgeNodeBySerialParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetSerialno added in v1.0.2

func (o *EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetSerialno(serialno string)

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithSerialno added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeBySerialReader added in v1.0.2

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

EdgeNodeConfigurationGetEdgeNodeBySerialReader is a Reader for the EdgeNodeConfigurationGetEdgeNodeBySerial structure.

func (*EdgeNodeConfigurationGetEdgeNodeBySerialReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized() *EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeBySerialUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeDefault(code int) *EdgeNodeConfigurationGetEdgeNodeDefault

NewEdgeNodeConfigurationGetEdgeNodeDefault creates a EdgeNodeConfigurationGetEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeDefault) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeDefault) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeForbidden() *EdgeNodeConfigurationGetEdgeNodeForbidden

NewEdgeNodeConfigurationGetEdgeNodeForbidden creates a EdgeNodeConfigurationGetEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeInternalServerError() *EdgeNodeConfigurationGetEdgeNodeInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeNodeConfigurationGetEdgeNodeNotFound 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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeNotFound() *EdgeNodeConfigurationGetEdgeNodeNotFound

NewEdgeNodeConfigurationGetEdgeNodeNotFound creates a EdgeNodeConfigurationGetEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeNotFound) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOK struct {
	Payload *swagger_models.DeviceConfig
}

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

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOK() *EdgeNodeConfigurationGetEdgeNodeOK

NewEdgeNodeConfigurationGetEdgeNodeOK creates a EdgeNodeConfigurationGetEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOK) IsRedirect added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingDefault added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingDefault(code int) *EdgeNodeConfigurationGetEdgeNodeOnboardingDefault

NewEdgeNodeConfigurationGetEdgeNodeOnboardingDefault creates a EdgeNodeConfigurationGetEdgeNodeOnboardingDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingDefault) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingForbidden() *EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden

NewEdgeNodeConfigurationGetEdgeNodeOnboardingForbidden creates a EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingForbidden) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout() *EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout

NewEdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout creates a EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError() *EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError

NewEdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError creates a EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingNotFound() *EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound

NewEdgeNodeConfigurationGetEdgeNodeOnboardingNotFound creates a EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingNotFound) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingOK added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingOK struct {
	Payload *swagger_models.DeviceConfig
}

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

A successful response.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingOK added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingOK() *EdgeNodeConfigurationGetEdgeNodeOnboardingOK

NewEdgeNodeConfigurationGetEdgeNodeOnboardingOK creates a EdgeNodeConfigurationGetEdgeNodeOnboardingOK with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingOK) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeOnboardingParams

NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithContext creates a new EdgeNodeConfigurationGetEdgeNodeOnboardingParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeOnboardingReader added in v1.0.2

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

EdgeNodeConfigurationGetEdgeNodeOnboardingReader is a Reader for the EdgeNodeConfigurationGetEdgeNodeOnboarding structure.

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized() *EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeOnboardingUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeParams added in v1.0.2

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 NewEdgeNodeConfigurationGetEdgeNodeParams added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeParams() *EdgeNodeConfigurationGetEdgeNodeParams

NewEdgeNodeConfigurationGetEdgeNodeParams 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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeNodeParams

NewEdgeNodeConfigurationGetEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationGetEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetTimeout added in v1.0.2

func (o *EdgeNodeConfigurationGetEdgeNodeParams) SetTimeout(timeout time.Duration)

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithContext added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithTimeout added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) WithXRequestID added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeNodeReader added in v1.0.2

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

EdgeNodeConfigurationGetEdgeNodeReader is a Reader for the EdgeNodeConfigurationGetEdgeNode structure.

func (*EdgeNodeConfigurationGetEdgeNodeReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationGetEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeNodeUnauthorized() *EdgeNodeConfigurationGetEdgeNodeUnauthorized

NewEdgeNodeConfigurationGetEdgeNodeUnauthorized creates a EdgeNodeConfigurationGetEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptDefault added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeviewClientScriptDefault(code int) *EdgeNodeConfigurationGetEdgeviewClientScriptDefault

NewEdgeNodeConfigurationGetEdgeviewClientScriptDefault creates a EdgeNodeConfigurationGetEdgeviewClientScriptDefault with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptDefault) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptForbidden added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeviewClientScriptForbidden() *EdgeNodeConfigurationGetEdgeviewClientScriptForbidden

NewEdgeNodeConfigurationGetEdgeviewClientScriptForbidden creates a EdgeNodeConfigurationGetEdgeviewClientScriptForbidden with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptForbidden) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout() *EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout

NewEdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout creates a EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError() *EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError

NewEdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError creates a EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptNotFound added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeviewClientScriptNotFound() *EdgeNodeConfigurationGetEdgeviewClientScriptNotFound

NewEdgeNodeConfigurationGetEdgeviewClientScriptNotFound creates a EdgeNodeConfigurationGetEdgeviewClientScriptNotFound with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptNotFound) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptOK added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptOK added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeviewClientScriptOK() *EdgeNodeConfigurationGetEdgeviewClientScriptOK

NewEdgeNodeConfigurationGetEdgeviewClientScriptOK creates a EdgeNodeConfigurationGetEdgeviewClientScriptOK with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptOK) String added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithContext(ctx context.Context) *EdgeNodeConfigurationGetEdgeviewClientScriptParams

NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithContext creates a new EdgeNodeConfigurationGetEdgeviewClientScriptParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationGetEdgeviewClientScriptParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetDefaults added in v1.0.2

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 added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration get edgeview client script params

func (*EdgeNodeConfigurationGetEdgeviewClientScriptParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationGetEdgeviewClientScriptReader added in v1.0.2

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

EdgeNodeConfigurationGetEdgeviewClientScriptReader is a Reader for the EdgeNodeConfigurationGetEdgeviewClientScript structure.

func (*EdgeNodeConfigurationGetEdgeviewClientScriptReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized added in v1.0.2

type EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized() *EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized

NewEdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized creates a EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized with default headers values

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationGetEdgeviewClientScriptUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationOffboardDefault added in v1.0.2

type EdgeNodeConfigurationOffboardDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationOffboardDefault(code int) *EdgeNodeConfigurationOffboardDefault

NewEdgeNodeConfigurationOffboardDefault creates a EdgeNodeConfigurationOffboardDefault with default headers values

func (*EdgeNodeConfigurationOffboardDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationOffboardDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationOffboardDefault) IsClientError added in v1.0.2

func (o *EdgeNodeConfigurationOffboardDefault) IsClientError() bool

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

func (*EdgeNodeConfigurationOffboardDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardDefault) IsServerError added in v1.0.2

func (o *EdgeNodeConfigurationOffboardDefault) IsServerError() bool

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

func (*EdgeNodeConfigurationOffboardDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardDefault) String added in v1.0.2

type EdgeNodeConfigurationOffboardForbidden added in v1.0.2

type EdgeNodeConfigurationOffboardForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationOffboardForbidden() *EdgeNodeConfigurationOffboardForbidden

NewEdgeNodeConfigurationOffboardForbidden creates a EdgeNodeConfigurationOffboardForbidden with default headers values

func (*EdgeNodeConfigurationOffboardForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationOffboardForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationOffboardForbidden) IsClientError added in v1.0.2

func (o *EdgeNodeConfigurationOffboardForbidden) IsClientError() bool

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

func (*EdgeNodeConfigurationOffboardForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardForbidden) IsServerError added in v1.0.2

func (o *EdgeNodeConfigurationOffboardForbidden) IsServerError() bool

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

func (*EdgeNodeConfigurationOffboardForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardForbidden) String added in v1.0.2

type EdgeNodeConfigurationOffboardGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationOffboardGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationOffboardGatewayTimeout() *EdgeNodeConfigurationOffboardGatewayTimeout

NewEdgeNodeConfigurationOffboardGatewayTimeout creates a EdgeNodeConfigurationOffboardGatewayTimeout with default headers values

func (*EdgeNodeConfigurationOffboardGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationOffboardGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationOffboardInternalServerError added in v1.0.2

type EdgeNodeConfigurationOffboardInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationOffboardInternalServerError() *EdgeNodeConfigurationOffboardInternalServerError

NewEdgeNodeConfigurationOffboardInternalServerError creates a EdgeNodeConfigurationOffboardInternalServerError with default headers values

func (*EdgeNodeConfigurationOffboardInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationOffboardInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationOffboardInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationOffboardNotFound added in v1.0.2

type EdgeNodeConfigurationOffboardNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationOffboardNotFound() *EdgeNodeConfigurationOffboardNotFound

NewEdgeNodeConfigurationOffboardNotFound creates a EdgeNodeConfigurationOffboardNotFound with default headers values

func (*EdgeNodeConfigurationOffboardNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationOffboardNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationOffboardNotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardNotFound) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardNotFound) String added in v1.0.2

type EdgeNodeConfigurationOffboardOK added in v1.0.2

type EdgeNodeConfigurationOffboardOK struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationOffboardOK() *EdgeNodeConfigurationOffboardOK

NewEdgeNodeConfigurationOffboardOK creates a EdgeNodeConfigurationOffboardOK with default headers values

func (*EdgeNodeConfigurationOffboardOK) Error added in v1.0.2

func (*EdgeNodeConfigurationOffboardOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationOffboardOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationOffboardParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationOffboardParamsWithContext(ctx context.Context) *EdgeNodeConfigurationOffboardParams

NewEdgeNodeConfigurationOffboardParamsWithContext creates a new EdgeNodeConfigurationOffboardParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationOffboardParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) SetTimeout added in v1.0.2

func (o *EdgeNodeConfigurationOffboardParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration offboard params

func (*EdgeNodeConfigurationOffboardParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationOffboardReader added in v1.0.2

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

EdgeNodeConfigurationOffboardReader is a Reader for the EdgeNodeConfigurationOffboard structure.

func (*EdgeNodeConfigurationOffboardReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationOffboardUnauthorized added in v1.0.2

type EdgeNodeConfigurationOffboardUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationOffboardUnauthorized() *EdgeNodeConfigurationOffboardUnauthorized

NewEdgeNodeConfigurationOffboardUnauthorized creates a EdgeNodeConfigurationOffboardUnauthorized with default headers values

func (*EdgeNodeConfigurationOffboardUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationOffboardUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationOffboardUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationOffboardUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffConflict added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffConflict() *EdgeNodeConfigurationPreparePowerOffConflict

NewEdgeNodeConfigurationPreparePowerOffConflict creates a EdgeNodeConfigurationPreparePowerOffConflict with default headers values

func (*EdgeNodeConfigurationPreparePowerOffConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffConflict) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffConflict) String added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffDefault added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffDefault(code int) *EdgeNodeConfigurationPreparePowerOffDefault

NewEdgeNodeConfigurationPreparePowerOffDefault creates a EdgeNodeConfigurationPreparePowerOffDefault with default headers values

func (*EdgeNodeConfigurationPreparePowerOffDefault) Code added in v1.0.2

Code gets the status code for the edge node configuration prepare power off default response

func (*EdgeNodeConfigurationPreparePowerOffDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffDefault) String added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffForbidden added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffForbidden() *EdgeNodeConfigurationPreparePowerOffForbidden

NewEdgeNodeConfigurationPreparePowerOffForbidden creates a EdgeNodeConfigurationPreparePowerOffForbidden with default headers values

func (*EdgeNodeConfigurationPreparePowerOffForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffForbidden) String added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffGatewayTimeout() *EdgeNodeConfigurationPreparePowerOffGatewayTimeout

NewEdgeNodeConfigurationPreparePowerOffGatewayTimeout creates a EdgeNodeConfigurationPreparePowerOffGatewayTimeout with default headers values

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffInternalServerError added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffInternalServerError() *EdgeNodeConfigurationPreparePowerOffInternalServerError

NewEdgeNodeConfigurationPreparePowerOffInternalServerError creates a EdgeNodeConfigurationPreparePowerOffInternalServerError with default headers values

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffNotFound added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffNotFound() *EdgeNodeConfigurationPreparePowerOffNotFound

NewEdgeNodeConfigurationPreparePowerOffNotFound creates a EdgeNodeConfigurationPreparePowerOffNotFound with default headers values

func (*EdgeNodeConfigurationPreparePowerOffNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffNotFound) String added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffOK added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationPreparePowerOffOK added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffOK() *EdgeNodeConfigurationPreparePowerOffOK

NewEdgeNodeConfigurationPreparePowerOffOK creates a EdgeNodeConfigurationPreparePowerOffOK with default headers values

func (*EdgeNodeConfigurationPreparePowerOffOK) Error added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffOK) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffOK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffOK) String added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffParamsWithContext(ctx context.Context) *EdgeNodeConfigurationPreparePowerOffParams

NewEdgeNodeConfigurationPreparePowerOffParamsWithContext creates a new EdgeNodeConfigurationPreparePowerOffParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationPreparePowerOffParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration prepare power off params

func (*EdgeNodeConfigurationPreparePowerOffParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationPreparePowerOffReader added in v1.0.2

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

EdgeNodeConfigurationPreparePowerOffReader is a Reader for the EdgeNodeConfigurationPreparePowerOff structure.

func (*EdgeNodeConfigurationPreparePowerOffReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationPreparePowerOffUnauthorized added in v1.0.2

type EdgeNodeConfigurationPreparePowerOffUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationPreparePowerOffUnauthorized() *EdgeNodeConfigurationPreparePowerOffUnauthorized

NewEdgeNodeConfigurationPreparePowerOffUnauthorized creates a EdgeNodeConfigurationPreparePowerOffUnauthorized with default headers values

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationPreparePowerOffUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesBadRequest added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesBadRequest struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesBadRequest() *EdgeNodeConfigurationQueryEdgeNodesBadRequest

NewEdgeNodeConfigurationQueryEdgeNodesBadRequest creates a EdgeNodeConfigurationQueryEdgeNodesBadRequest with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) Error added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesBadRequest) String added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesDefault added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesDefault(code int) *EdgeNodeConfigurationQueryEdgeNodesDefault

NewEdgeNodeConfigurationQueryEdgeNodesDefault creates a EdgeNodeConfigurationQueryEdgeNodesDefault with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) Code added in v1.0.2

Code gets the status code for the edge node configuration query edge nodes default response

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesDefault) String added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesForbidden added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesForbidden() *EdgeNodeConfigurationQueryEdgeNodesForbidden

NewEdgeNodeConfigurationQueryEdgeNodesForbidden creates a EdgeNodeConfigurationQueryEdgeNodesForbidden with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesForbidden) String added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesGatewayTimeout() *EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout

NewEdgeNodeConfigurationQueryEdgeNodesGatewayTimeout creates a EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesInternalServerError added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesInternalServerError() *EdgeNodeConfigurationQueryEdgeNodesInternalServerError

NewEdgeNodeConfigurationQueryEdgeNodesInternalServerError creates a EdgeNodeConfigurationQueryEdgeNodesInternalServerError with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesOK added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesOK struct {
	Payload *swagger_models.DeviceConfigList
}

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

A successful response.

func NewEdgeNodeConfigurationQueryEdgeNodesOK added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesOK() *EdgeNodeConfigurationQueryEdgeNodesOK

NewEdgeNodeConfigurationQueryEdgeNodesOK creates a EdgeNodeConfigurationQueryEdgeNodesOK with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesOK) Error added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesOK) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesOK) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesOK) IsServerError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesOK) String added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesParams added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesParams 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
}

EdgeNodeConfigurationQueryEdgeNodesParams 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 added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesParams() *EdgeNodeConfigurationQueryEdgeNodesParams

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 added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithContext(ctx context.Context) *EdgeNodeConfigurationQueryEdgeNodesParams

NewEdgeNodeConfigurationQueryEdgeNodesParamsWithContext creates a new EdgeNodeConfigurationQueryEdgeNodesParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithHTTPClient added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithHTTPClient(client *http.Client) *EdgeNodeConfigurationQueryEdgeNodesParams

NewEdgeNodeConfigurationQueryEdgeNodesParamsWithHTTPClient creates a new EdgeNodeConfigurationQueryEdgeNodesParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithTimeout added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationQueryEdgeNodesParams

NewEdgeNodeConfigurationQueryEdgeNodesParamsWithTimeout creates a new EdgeNodeConfigurationQueryEdgeNodesParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationQueryEdgeNodesParams) SetContext added in v1.0.2

SetContext adds the context to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) SetDefaults added in v1.0.2

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 (*EdgeNodeConfigurationQueryEdgeNodesParams) SetFields added in v1.0.2

func (o *EdgeNodeConfigurationQueryEdgeNodesParams) SetFields(fields []string)

SetFields adds the fields to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) SetSummary added in v1.0.2

func (o *EdgeNodeConfigurationQueryEdgeNodesParams) SetSummary(summary *bool)

SetSummary adds the summary to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) WithDefaults added in v1.0.2

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 (*EdgeNodeConfigurationQueryEdgeNodesParams) WithFields added in v1.0.2

WithFields adds the fields to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration query edge nodes params

func (*EdgeNodeConfigurationQueryEdgeNodesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationQueryEdgeNodesReader added in v1.0.2

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

EdgeNodeConfigurationQueryEdgeNodesReader is a Reader for the EdgeNodeConfigurationQueryEdgeNodes structure.

func (*EdgeNodeConfigurationQueryEdgeNodesReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationQueryEdgeNodesUnauthorized added in v1.0.2

type EdgeNodeConfigurationQueryEdgeNodesUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationQueryEdgeNodesUnauthorized() *EdgeNodeConfigurationQueryEdgeNodesUnauthorized

NewEdgeNodeConfigurationQueryEdgeNodesUnauthorized creates a EdgeNodeConfigurationQueryEdgeNodesUnauthorized with default headers values

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationQueryEdgeNodesUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationRebootConflict added in v1.0.2

type EdgeNodeConfigurationRebootConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationRebootConflict() *EdgeNodeConfigurationRebootConflict

NewEdgeNodeConfigurationRebootConflict creates a EdgeNodeConfigurationRebootConflict with default headers values

func (*EdgeNodeConfigurationRebootConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationRebootConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationRebootConflict) IsClientError added in v1.0.2

func (o *EdgeNodeConfigurationRebootConflict) IsClientError() bool

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

func (*EdgeNodeConfigurationRebootConflict) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationRebootConflict) IsRedirect added in v1.0.2

func (o *EdgeNodeConfigurationRebootConflict) IsRedirect() bool

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

func (*EdgeNodeConfigurationRebootConflict) IsServerError added in v1.0.2

func (o *EdgeNodeConfigurationRebootConflict) IsServerError() bool

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

func (*EdgeNodeConfigurationRebootConflict) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationRebootConflict) String added in v1.0.2

type EdgeNodeConfigurationRebootDefault added in v1.0.2

type EdgeNodeConfigurationRebootDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationRebootDefault(code int) *EdgeNodeConfigurationRebootDefault

NewEdgeNodeConfigurationRebootDefault creates a EdgeNodeConfigurationRebootDefault with default headers values

func (*EdgeNodeConfigurationRebootDefault) Code added in v1.0.2

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

func (*EdgeNodeConfigurationRebootDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationRebootDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationRebootDefault) IsClientError added in v1.0.2

func (o *EdgeNodeConfigurationRebootDefault) IsClientError() bool

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

func (*EdgeNodeConfigurationRebootDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationRebootDefault) IsRedirect added in v1.0.2

func (o *EdgeNodeConfigurationRebootDefault) IsRedirect() bool

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

func (*EdgeNodeConfigurationRebootDefault) IsServerError added in v1.0.2

func (o *EdgeNodeConfigurationRebootDefault) IsServerError() bool

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

func (*EdgeNodeConfigurationRebootDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationRebootDefault) String added in v1.0.2

type EdgeNodeConfigurationRebootForbidden added in v1.0.2

type EdgeNodeConfigurationRebootForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationRebootForbidden() *EdgeNodeConfigurationRebootForbidden

NewEdgeNodeConfigurationRebootForbidden creates a EdgeNodeConfigurationRebootForbidden with default headers values

func (*EdgeNodeConfigurationRebootForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationRebootForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationRebootForbidden) IsClientError added in v1.0.2

func (o *EdgeNodeConfigurationRebootForbidden) IsClientError() bool

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

func (*EdgeNodeConfigurationRebootForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationRebootForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationRebootForbidden) IsServerError added in v1.0.2

func (o *EdgeNodeConfigurationRebootForbidden) IsServerError() bool

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

func (*EdgeNodeConfigurationRebootForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationRebootForbidden) String added in v1.0.2

type EdgeNodeConfigurationRebootGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationRebootGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationRebootGatewayTimeout() *EdgeNodeConfigurationRebootGatewayTimeout

NewEdgeNodeConfigurationRebootGatewayTimeout creates a EdgeNodeConfigurationRebootGatewayTimeout with default headers values

func (*EdgeNodeConfigurationRebootGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationRebootGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationRebootGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationRebootGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationRebootInternalServerError added in v1.0.2

type EdgeNodeConfigurationRebootInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationRebootInternalServerError() *EdgeNodeConfigurationRebootInternalServerError

NewEdgeNodeConfigurationRebootInternalServerError creates a EdgeNodeConfigurationRebootInternalServerError with default headers values

func (*EdgeNodeConfigurationRebootInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationRebootInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationRebootInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationRebootInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationRebootInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationRebootInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationRebootInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationRebootInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationRebootNotFound added in v1.0.2

type EdgeNodeConfigurationRebootNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationRebootNotFound() *EdgeNodeConfigurationRebootNotFound

NewEdgeNodeConfigurationRebootNotFound creates a EdgeNodeConfigurationRebootNotFound with default headers values

func (*EdgeNodeConfigurationRebootNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationRebootNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationRebootNotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationRebootNotFound) IsRedirect added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationRebootNotFound) String added in v1.0.2

type EdgeNodeConfigurationRebootOK added in v1.0.2

type EdgeNodeConfigurationRebootOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationRebootOK added in v1.0.2

func NewEdgeNodeConfigurationRebootOK() *EdgeNodeConfigurationRebootOK

NewEdgeNodeConfigurationRebootOK creates a EdgeNodeConfigurationRebootOK with default headers values

func (*EdgeNodeConfigurationRebootOK) Error added in v1.0.2

func (*EdgeNodeConfigurationRebootOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationRebootOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationRebootParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationRebootParamsWithContext(ctx context.Context) *EdgeNodeConfigurationRebootParams

NewEdgeNodeConfigurationRebootParamsWithContext creates a new EdgeNodeConfigurationRebootParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationRebootParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) SetTimeout added in v1.0.2

func (o *EdgeNodeConfigurationRebootParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration reboot params

func (*EdgeNodeConfigurationRebootParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationRebootReader added in v1.0.2

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

EdgeNodeConfigurationRebootReader is a Reader for the EdgeNodeConfigurationReboot structure.

func (*EdgeNodeConfigurationRebootReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationRebootUnauthorized added in v1.0.2

type EdgeNodeConfigurationRebootUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationRebootUnauthorized() *EdgeNodeConfigurationRebootUnauthorized

NewEdgeNodeConfigurationRebootUnauthorized creates a EdgeNodeConfigurationRebootUnauthorized with default headers values

func (*EdgeNodeConfigurationRebootUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationRebootUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationRebootUnauthorized) IsClientError added in v1.0.2

func (o *EdgeNodeConfigurationRebootUnauthorized) IsClientError() bool

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

func (*EdgeNodeConfigurationRebootUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationRebootUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationRebootUnauthorized) IsServerError added in v1.0.2

func (o *EdgeNodeConfigurationRebootUnauthorized) IsServerError() bool

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

func (*EdgeNodeConfigurationRebootUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationRebootUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeBody added in v1.0.2

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 added in v1.0.2

ContextValidate validates this edge node configuration start debug edge node body based on context it is used

func (*EdgeNodeConfigurationStartDebugEdgeNodeBody) MarshalBinary added in v1.0.2

func (o *EdgeNodeConfigurationStartDebugEdgeNodeBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EdgeNodeConfigurationStartDebugEdgeNodeBody) UnmarshalBinary added in v1.0.2

func (o *EdgeNodeConfigurationStartDebugEdgeNodeBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EdgeNodeConfigurationStartDebugEdgeNodeBody) Validate added in v1.0.2

Validate validates this edge node configuration start debug edge node body

type EdgeNodeConfigurationStartDebugEdgeNodeConflict added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeConflict() *EdgeNodeConfigurationStartDebugEdgeNodeConflict

NewEdgeNodeConfigurationStartDebugEdgeNodeConflict creates a EdgeNodeConfigurationStartDebugEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeDefault(code int) *EdgeNodeConfigurationStartDebugEdgeNodeDefault

NewEdgeNodeConfigurationStartDebugEdgeNodeDefault creates a EdgeNodeConfigurationStartDebugEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) Code added in v1.0.2

Code gets the status code for the edge node configuration start debug edge node default response

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeForbidden() *EdgeNodeConfigurationStartDebugEdgeNodeForbidden

NewEdgeNodeConfigurationStartDebugEdgeNodeForbidden creates a EdgeNodeConfigurationStartDebugEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout() *EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeInternalServerError() *EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError

NewEdgeNodeConfigurationStartDebugEdgeNodeInternalServerError creates a EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeNotFound() *EdgeNodeConfigurationStartDebugEdgeNodeNotFound

NewEdgeNodeConfigurationStartDebugEdgeNodeNotFound creates a EdgeNodeConfigurationStartDebugEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationStartDebugEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeOK() *EdgeNodeConfigurationStartDebugEdgeNodeOK

NewEdgeNodeConfigurationStartDebugEdgeNodeOK creates a EdgeNodeConfigurationStartDebugEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationStartDebugEdgeNodeParams

NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationStartDebugEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationStartDebugEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetBody adds the body to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetContext added in v1.0.2

SetContext adds the context to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithBody added in v1.0.2

WithBody adds the body to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration start debug edge node params

func (*EdgeNodeConfigurationStartDebugEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationStartDebugEdgeNodeReader added in v1.0.2

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

EdgeNodeConfigurationStartDebugEdgeNodeReader is a Reader for the EdgeNodeConfigurationStartDebugEdgeNode structure.

func (*EdgeNodeConfigurationStartDebugEdgeNodeReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartDebugEdgeNodeUnauthorized() *EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized

NewEdgeNodeConfigurationStartDebugEdgeNodeUnauthorized creates a EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartDebugEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeBody added in v1.0.2

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 added in v1.0.2

ContextValidate validates this edge node configuration start edgeview edge node body based on context it is used

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeBody) MarshalBinary added in v1.0.2

MarshalBinary interface implementation

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeBody) UnmarshalBinary added in v1.0.2

UnmarshalBinary interface implementation

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeBody) Validate added in v1.0.2

Validate validates this edge node configuration start edgeview edge node body

type EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeConflict() *EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeConflict creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeDefault(code int) *EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeDefault creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) Code added in v1.0.2

Code gets the status code for the edge node configuration start edgeview edge node default response

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden() *EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsCode added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout() *EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError() *EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound() *EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsCode added in v1.0.2

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 added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsServerError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeOK() *EdgeNodeConfigurationStartEdgeviewEdgeNodeOK

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeOK creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsClientError added in v1.0.2

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

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration start edgeview edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration start edgeview edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration start edgeview edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationStartEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationStartEdgeviewEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetBody adds the body to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetContext added in v1.0.2

SetContext adds the context to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetXRequestID added in v1.0.2

func (o *EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithBody added in v1.0.2

WithBody adds the body to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration start edgeview edge node params

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationStartEdgeviewEdgeNodeReader added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStartEdgeviewEdgeNodeReader is a Reader for the EdgeNodeConfigurationStartEdgeviewEdgeNode structure.

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeReader) ReadResponse added in v1.0.2

func (o *EdgeNodeConfigurationStartEdgeviewEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized() *EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized

NewEdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized creates a EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration start edgeview edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge node configuration start edgeview edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration start edgeview edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration start edgeview edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration start edgeview edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationStartEdgeviewEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeConflict added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeConflict() *EdgeNodeConfigurationStopDebugEdgeNodeConflict

NewEdgeNodeConfigurationStopDebugEdgeNodeConflict creates a EdgeNodeConfigurationStopDebugEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop debug edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsCode added in v1.0.2

IsCode returns true when this edge node configuration stop debug edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration stop debug edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop debug edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop debug edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeDefault(code int) *EdgeNodeConfigurationStopDebugEdgeNodeDefault

NewEdgeNodeConfigurationStopDebugEdgeNodeDefault creates a EdgeNodeConfigurationStopDebugEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) Code added in v1.0.2

Code gets the status code for the edge node configuration stop debug edge node default response

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop debug edge node default response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsCode added in v1.0.2

IsCode returns true when this edge node configuration stop debug edge node default response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration stop debug edge node default response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop debug edge node default response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop debug edge node default response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeForbidden() *EdgeNodeConfigurationStopDebugEdgeNodeForbidden

NewEdgeNodeConfigurationStopDebugEdgeNodeForbidden creates a EdgeNodeConfigurationStopDebugEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop debug edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsCode added in v1.0.2

IsCode returns true when this edge node configuration stop debug edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration stop debug edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop debug edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop debug edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout() *EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop debug edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration stop debug edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop debug edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop debug edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeInternalServerError() *EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError

NewEdgeNodeConfigurationStopDebugEdgeNodeInternalServerError creates a EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop debug edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration stop debug edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop debug edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop debug edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeNotFound() *EdgeNodeConfigurationStopDebugEdgeNodeNotFound

NewEdgeNodeConfigurationStopDebugEdgeNodeNotFound creates a EdgeNodeConfigurationStopDebugEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop debug edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration stop debug edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop debug edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop debug edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeNodeConfigurationStopDebugEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationStopDebugEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeOK() *EdgeNodeConfigurationStopDebugEdgeNodeOK

NewEdgeNodeConfigurationStopDebugEdgeNodeOK creates a EdgeNodeConfigurationStopDebugEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop debug edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration stop debug edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop debug edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop debug edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationStopDebugEdgeNodeParams

NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationStopDebugEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationStopDebugEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

func (o *EdgeNodeConfigurationStopDebugEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) SetXRequestID added in v1.0.2

func (o *EdgeNodeConfigurationStopDebugEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration stop debug edge node params

func (*EdgeNodeConfigurationStopDebugEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationStopDebugEdgeNodeReader added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStopDebugEdgeNodeReader is a Reader for the EdgeNodeConfigurationStopDebugEdgeNode structure.

func (*EdgeNodeConfigurationStopDebugEdgeNodeReader) ReadResponse added in v1.0.2

func (o *EdgeNodeConfigurationStopDebugEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopDebugEdgeNodeUnauthorized() *EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized

NewEdgeNodeConfigurationStopDebugEdgeNodeUnauthorized creates a EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop debug edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge node configuration stop debug edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration stop debug edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop debug edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop debug edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationStopDebugEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeConflict() *EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeConflict creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop edgeview edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsCode added in v1.0.2

IsCode returns true when this edge node configuration stop edgeview edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration stop edgeview edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop edgeview edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop edgeview edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeDefault(code int) *EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeDefault creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) Code added in v1.0.2

Code gets the status code for the edge node configuration stop edgeview edge node default response

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop edgeview edge node default response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsCode added in v1.0.2

IsCode returns true when this edge node configuration stop edgeview edge node default response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration stop edgeview edge node default response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop edgeview edge node default response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop edgeview edge node default response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden() *EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop edgeview edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsCode added in v1.0.2

IsCode returns true when this edge node configuration stop edgeview edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration stop edgeview edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop edgeview edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop edgeview edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout() *EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop edgeview edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration stop edgeview edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop edgeview edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop edgeview edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError() *EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop edgeview edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration stop edgeview edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop edgeview edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop edgeview edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound() *EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop edgeview edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration stop edgeview edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop edgeview edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop edgeview edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeOK() *EdgeNodeConfigurationStopEdgeviewEdgeNodeOK

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeOK creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop edgeview edge node o k response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration stop edgeview edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop edgeview edge node o k response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop edgeview edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeParams added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationStopEdgeviewEdgeNodeParams

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationStopEdgeviewEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetXRequestID added in v1.0.2

func (o *EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration stop edgeview edge node params

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationStopEdgeviewEdgeNodeReader added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationStopEdgeviewEdgeNodeReader is a Reader for the EdgeNodeConfigurationStopEdgeviewEdgeNode structure.

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeReader) ReadResponse added in v1.0.2

func (o *EdgeNodeConfigurationStopEdgeviewEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized() *EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized

NewEdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized creates a EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration stop edgeview edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge node configuration stop edgeview edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration stop edgeview edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration stop edgeview edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration stop edgeview edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationStopEdgeviewEdgeNodeUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s2 conflict response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s2 conflict response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s2 conflict response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s2 conflict response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Conflict) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default(code int) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) Code added in v1.0.2

Code gets the status code for the edge node configuration update edge node base o s2 default response

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s2 default response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s2 default response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s2 default response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s2 default response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Default) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s2 forbidden response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s2 forbidden response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s2 forbidden response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s2 forbidden response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Forbidden) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2GatewayTimeout) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2InternalServerError) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2NotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2OK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params added in v1.0.2

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 NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params 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 NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithContext added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithContext(ctx context.Context) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithContext creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params object with the ability to set a context for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2ParamsWithTimeout creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetContext added in v1.0.2

SetContext adds the context to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetDefaults added in v1.0.2

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 added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetID added in v1.0.2

SetID adds the id to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) SetXRequestID added in v1.0.2

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 added in v1.0.2

WithContext adds the context to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithID added in v1.0.2

WithID adds the id to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration update edge node base o s2 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader is a Reader for the EdgeNodeConfigurationUpdateEdgeNodeBaseOS2 structure.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader) ReadResponse added in v1.0.2

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s2 unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s2 unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s2 unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s2 unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS2Unauthorized) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s3 conflict response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s3 conflict response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s3 conflict response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s3 conflict response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Conflict) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default(code int) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) Code added in v1.0.2

Code gets the status code for the edge node configuration update edge node base o s3 default response

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s3 default response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s3 default response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s3 default response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s3 default response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Default) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s3 forbidden response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s3 forbidden response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s3 forbidden response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s3 forbidden response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Forbidden) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3GatewayTimeout) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3InternalServerError) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3NotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3OK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithContext(ctx context.Context) *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithContext creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params object with the ability to set a context for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3ParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

SetContext adds the context to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetDefaults added in v1.0.2

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 added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetID added in v1.0.2

SetID adds the id to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) SetXRequestID added in v1.0.2

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 added in v1.0.2

WithContext adds the context to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithID added in v1.0.2

WithID adds the id to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration update edge node base o s3 params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader is a Reader for the EdgeNodeConfigurationUpdateEdgeNodeBaseOS3 structure.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader) ReadResponse added in v1.0.2

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized() *EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s3 unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s3 unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s3 unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s3 unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOS3Unauthorized) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s conflict response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s conflict response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s conflict response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s conflict response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSConflict) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault(code int) *EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) Code added in v1.0.2

Code gets the status code for the edge node configuration update edge node base o s default response

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s default response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s default response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s default response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s default response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSDefault) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s forbidden response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s forbidden response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s forbidden response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s forbidden response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSForbidden) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSGatewayTimeout) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSInternalServerError) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSNotFound) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSOK added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSOK() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSOK creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSOK) IsClientError added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

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 added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams added in v1.0.2

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 NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParams added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParams() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParams 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 NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithContext added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithContext(ctx context.Context) *EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithContext creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSParamsWithTimeout creates a new EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetContext added in v1.0.2

SetContext adds the context to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetDefaults added in v1.0.2

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 added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) SetXRequestID added in v1.0.2

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 added in v1.0.2

WithContext adds the context to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration update edge node base o s params

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader is a Reader for the EdgeNodeConfigurationUpdateEdgeNodeBaseOS structure.

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader) ReadResponse added in v1.0.2

func (o *EdgeNodeConfigurationUpdateEdgeNodeBaseOSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized() *EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized

NewEdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized creates a EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node base o s unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node base o s unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node base o s unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node base o s unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeBaseOSUnauthorized) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBody added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeBody struct {

	// administrative state of device
	AdminState *swagger_models.AdminState `json:"adminState,omitempty"`

	// Device asset ID
	AssetID string `json:"assetId,omitempty"`

	// base images
	BaseImage []*swagger_models.BaseOSImage `json:"baseImage"`

	// device baseos retry counter
	BaseOsRetryCounter int64 `json:"baseOsRetryCounter,omitempty"`

	// device baseos retry time
	BaseOsRetryTime string `json:"baseOsRetryTime,omitempty"`

	// Client IP
	ClientIP string `json:"clientIp,omitempty"`

	// System defined universally unique clusterInstance ID, unique across the enterprise.
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	ClusterID string `json:"clusterID,omitempty"`

	// ED configurations
	ConfigItem []*swagger_models.EDConfigItem `json:"configItem"`

	// CPU (configured values)
	CPU int64 `json:"cpu,omitempty"`

	// debug knob details for the device
	DebugKnob *swagger_models.DebugKnobDetail `json:"debugKnob,omitempty"`

	// default network instance details
	DefaultNetInst *swagger_models.NetInstConfig `json:"defaultNetInst,omitempty"`

	// deprecated field
	Deprecated string `json:"deprecated,omitempty"`

	// user specified description
	Description string `json:"description,omitempty"`

	// User specified geo location
	DevLocation *swagger_models.GeoLocation `json:"devLocation,omitempty"`

	// device Lisp
	Dlisp *swagger_models.DeviceLisp `json:"dlisp,omitempty"`

	// edgeview configuration for device
	Edgeviewconfig *swagger_models.EdgeviewCfg `json:"edgeviewconfig,omitempty"`

	// indicates whether a soft serial should be generated; it will work ONLY when device is created
	GenerateSoftSerial bool `json:"generateSoftSerial,omitempty"`

	// Device identity
	// Format: byte
	Identity strfmt.Base64 `json:"identity,omitempty"`

	// System Interface list
	Interfaces []*swagger_models.SysInterface `json:"interfaces"`

	// Device location: deprecated
	Location string `json:"location,omitempty"`

	// Device memory in MBs
	Memory int64 `json:"memory,omitempty"`

	// device model
	// Required: true
	ModelID *string `json:"modelId"`

	// user specified device name
	// Required: true
	Name *string `json:"name"`

	// Object key
	Obkey string `json:"obkey,omitempty"`

	// Device level certificates used while onboarding
	Onboarding *swagger_models.DeviceCerts `json:"onboarding,omitempty"`

	// prepare poweroff counter
	PreparePowerOffCounter int64 `json:"preparePowerOffCounter,omitempty"`

	// prepare poweroff time
	PreparePowerOffTime string `json:"preparePowerOffTime,omitempty"`

	// project name
	// Required: true
	ProjectID *string `json:"projectId"`

	// devicereset counter
	ResetCounter int64 `json:"resetCounter,omitempty"`

	// device reset time
	ResetTime string `json:"resetTime,omitempty"`

	// Object revision details
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// Device serial number
	Serialno string `json:"serialno,omitempty"`

	// Site captured pictures
	SitePictures []string `json:"sitePictures"`

	// Device storage in GBs
	Storage int64 `json:"storage,omitempty"`

	// Tags are name/value pairs that enable you to categorize resources. Tag names are case insensitive with max_length 512 and min_length 3. Tag values are case sensitive with max_length 256 and min_length 3.
	Tags map[string]string `json:"tags,omitempty"`

	// Threads
	Thread int64 `json:"thread,omitempty"`

	// user specified title
	// Required: true
	Title *string `json:"title"`

	// Single use token
	Token string `json:"token,omitempty"`

	// device model arch type
	Utype *swagger_models.ModelArchType `json:"utype,omitempty"`
}

EdgeNodeConfigurationUpdateEdgeNodeBody Device Configuration payload detail // // Device Configuration request paylod holds the device properties swagger:model EdgeNodeConfigurationUpdateEdgeNodeBody

func (*EdgeNodeConfigurationUpdateEdgeNodeBody) ContextValidate added in v1.0.2

ContextValidate validate this edge node configuration update edge node body based on the context it is used

func (*EdgeNodeConfigurationUpdateEdgeNodeBody) MarshalBinary added in v1.0.2

func (o *EdgeNodeConfigurationUpdateEdgeNodeBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*EdgeNodeConfigurationUpdateEdgeNodeBody) UnmarshalBinary added in v1.0.2

func (o *EdgeNodeConfigurationUpdateEdgeNodeBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*EdgeNodeConfigurationUpdateEdgeNodeBody) Validate added in v1.0.2

Validate validates this edge node configuration update edge node body

type EdgeNodeConfigurationUpdateEdgeNodeConflict added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeConflict struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeConflict() *EdgeNodeConfigurationUpdateEdgeNodeConflict

NewEdgeNodeConfigurationUpdateEdgeNodeConflict creates a EdgeNodeConfigurationUpdateEdgeNodeConflict with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node conflict response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsCode added in v1.0.2

IsCode returns true when this edge node configuration update edge node conflict response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node conflict response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node conflict response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node conflict response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeConflict) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeDefault added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeDefault struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeDefault(code int) *EdgeNodeConfigurationUpdateEdgeNodeDefault

NewEdgeNodeConfigurationUpdateEdgeNodeDefault creates a EdgeNodeConfigurationUpdateEdgeNodeDefault with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) Code added in v1.0.2

Code gets the status code for the edge node configuration update edge node default response

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node default response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsCode added in v1.0.2

IsCode returns true when this edge node configuration update edge node default response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node default response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node default response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node default response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeDefault) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeForbidden added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeForbidden struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeForbidden() *EdgeNodeConfigurationUpdateEdgeNodeForbidden

NewEdgeNodeConfigurationUpdateEdgeNodeForbidden creates a EdgeNodeConfigurationUpdateEdgeNodeForbidden with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node forbidden response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsCode added in v1.0.2

IsCode returns true when this edge node configuration update edge node forbidden response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node forbidden response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node forbidden response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node forbidden response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeForbidden) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout() *EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout

NewEdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout creates a EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node gateway timeout response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge node configuration update edge node gateway timeout response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node gateway timeout response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node gateway timeout response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node gateway timeout response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeGatewayTimeout) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeInternalServerError added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeInternalServerError struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeInternalServerError() *EdgeNodeConfigurationUpdateEdgeNodeInternalServerError

NewEdgeNodeConfigurationUpdateEdgeNodeInternalServerError creates a EdgeNodeConfigurationUpdateEdgeNodeInternalServerError with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node internal server error response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsCode added in v1.0.2

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 added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node internal server error response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node internal server error response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node internal server error response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeInternalServerError) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeNotFound added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeNotFound struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeNotFound() *EdgeNodeConfigurationUpdateEdgeNodeNotFound

NewEdgeNodeConfigurationUpdateEdgeNodeNotFound creates a EdgeNodeConfigurationUpdateEdgeNodeNotFound with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node not found response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsCode added in v1.0.2

IsCode returns true when this edge node configuration update edge node not found response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node not found response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node not found response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node not found response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeNotFound) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeOK added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeOK struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeNodeConfigurationUpdateEdgeNodeOK describes a response with status code 200, with default header values.

A successful response.

func NewEdgeNodeConfigurationUpdateEdgeNodeOK added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeOK() *EdgeNodeConfigurationUpdateEdgeNodeOK

NewEdgeNodeConfigurationUpdateEdgeNodeOK creates a EdgeNodeConfigurationUpdateEdgeNodeOK with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) IsClientError added in v1.0.2

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 added in v1.0.2

IsCode returns true when this edge node configuration update edge node o k response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node o k response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) IsServerError added in v1.0.2

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 added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node o k response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeOK) String added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeParams added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body EdgeNodeConfigurationUpdateEdgeNodeBody

	/* 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 NewEdgeNodeConfigurationUpdateEdgeNodeParams added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeParams() *EdgeNodeConfigurationUpdateEdgeNodeParams

NewEdgeNodeConfigurationUpdateEdgeNodeParams 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 NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithContext added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithContext(ctx context.Context) *EdgeNodeConfigurationUpdateEdgeNodeParams

NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithContext creates a new EdgeNodeConfigurationUpdateEdgeNodeParams object with the ability to set a context for a request.

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithHTTPClient added in v1.0.2

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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithTimeout(timeout time.Duration) *EdgeNodeConfigurationUpdateEdgeNodeParams

NewEdgeNodeConfigurationUpdateEdgeNodeParamsWithTimeout creates a new EdgeNodeConfigurationUpdateEdgeNodeParams object with the ability to set a timeout on a request.

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetBody added in v1.0.2

SetBody adds the body to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetContext added in v1.0.2

SetContext adds the context to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetDefaults added in v1.0.2

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 added in v1.0.2

func (o *EdgeNodeConfigurationUpdateEdgeNodeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetID added in v1.0.2

SetID adds the id to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) SetXRequestID added in v1.0.2

func (o *EdgeNodeConfigurationUpdateEdgeNodeParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithBody added in v1.0.2

WithBody adds the body to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithContext added in v1.0.2

WithContext adds the context to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithDefaults added in v1.0.2

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 added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithID added in v1.0.2

WithID adds the id to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge node configuration update edge node params

func (*EdgeNodeConfigurationUpdateEdgeNodeParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNodeConfigurationUpdateEdgeNodeReader added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeReader struct {
	// contains filtered or unexported fields
}

EdgeNodeConfigurationUpdateEdgeNodeReader is a Reader for the EdgeNodeConfigurationUpdateEdgeNode structure.

func (*EdgeNodeConfigurationUpdateEdgeNodeReader) ReadResponse added in v1.0.2

func (o *EdgeNodeConfigurationUpdateEdgeNodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EdgeNodeConfigurationUpdateEdgeNodeUnauthorized added in v1.0.2

type EdgeNodeConfigurationUpdateEdgeNodeUnauthorized struct {
	Payload *swagger_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 added in v1.0.2

func NewEdgeNodeConfigurationUpdateEdgeNodeUnauthorized() *EdgeNodeConfigurationUpdateEdgeNodeUnauthorized

NewEdgeNodeConfigurationUpdateEdgeNodeUnauthorized creates a EdgeNodeConfigurationUpdateEdgeNodeUnauthorized with default headers values

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) Error added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) GetPayload added in v1.0.2

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge node configuration update edge node unauthorized response has a 4xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge node configuration update edge node unauthorized response a status code equal to that given

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge node configuration update edge node unauthorized response has a 3xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge node configuration update edge node unauthorized response has a 5xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge node configuration update edge node unauthorized response has a 2xx status code

func (*EdgeNodeConfigurationUpdateEdgeNodeUnauthorized) String added in v1.0.2

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL