edge_network_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 network configuration API

func (*Client) EdgeNetworkConfigurationCreateEdgeNetwork added in v1.0.2

EdgeNetworkConfigurationCreateEdgeNetwork creates edge network

Create an edge network record.

func (*Client) EdgeNetworkConfigurationDeleteEdgeNetwork added in v1.0.2

EdgeNetworkConfigurationDeleteEdgeNetwork deletes edge network

Delete an edge network record.

func (*Client) EdgeNetworkConfigurationGetEdgeNetwork added in v1.0.2

EdgeNetworkConfigurationGetEdgeNetwork gets edge network

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

func (*Client) EdgeNetworkConfigurationGetEdgeNetworkByName added in v1.0.2

EdgeNetworkConfigurationGetEdgeNetworkByName gets edge network

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

func (*Client) EdgeNetworkConfigurationQueryEdgeNetworks added in v1.0.2

EdgeNetworkConfigurationQueryEdgeNetworks queries edge networks

Query the edge network records.

func (*Client) EdgeNetworkConfigurationUpdateEdgeNetwork added in v1.0.2

EdgeNetworkConfigurationUpdateEdgeNetwork updates edge network

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

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

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new edge network configuration API client.

type EdgeNetworkConfigurationCreateEdgeNetworkBadRequest added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationCreateEdgeNetworkBadRequest() *EdgeNetworkConfigurationCreateEdgeNetworkBadRequest

NewEdgeNetworkConfigurationCreateEdgeNetworkBadRequest creates a EdgeNetworkConfigurationCreateEdgeNetworkBadRequest with default headers values

func (*EdgeNetworkConfigurationCreateEdgeNetworkBadRequest) Error added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkBadRequest) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkBadRequest) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkBadRequest) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkBadRequest) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkBadRequest) String added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkConflict added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

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

func NewEdgeNetworkConfigurationCreateEdgeNetworkConflict added in v1.0.2

func NewEdgeNetworkConfigurationCreateEdgeNetworkConflict() *EdgeNetworkConfigurationCreateEdgeNetworkConflict

NewEdgeNetworkConfigurationCreateEdgeNetworkConflict creates a EdgeNetworkConfigurationCreateEdgeNetworkConflict with default headers values

func (*EdgeNetworkConfigurationCreateEdgeNetworkConflict) Error added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkConflict) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkConflict) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkConflict) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkConflict) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkConflict) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkConflict) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkConflict) String added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkDefault added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeNetworkConfigurationCreateEdgeNetworkDefault added in v1.0.2

func NewEdgeNetworkConfigurationCreateEdgeNetworkDefault(code int) *EdgeNetworkConfigurationCreateEdgeNetworkDefault

NewEdgeNetworkConfigurationCreateEdgeNetworkDefault creates a EdgeNetworkConfigurationCreateEdgeNetworkDefault with default headers values

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) Code added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) Error added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkDefault) String added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkForbidden added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationCreateEdgeNetworkForbidden() *EdgeNetworkConfigurationCreateEdgeNetworkForbidden

NewEdgeNetworkConfigurationCreateEdgeNetworkForbidden creates a EdgeNetworkConfigurationCreateEdgeNetworkForbidden with default headers values

func (*EdgeNetworkConfigurationCreateEdgeNetworkForbidden) Error added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkForbidden) String added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout() *EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout

NewEdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout creates a EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout with default headers values

func (*EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkGatewayTimeout) String added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationCreateEdgeNetworkInternalServerError() *EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError

NewEdgeNetworkConfigurationCreateEdgeNetworkInternalServerError creates a EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError with default headers values

func (*EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError) Error added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkInternalServerError) String added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkOK added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkConfigurationCreateEdgeNetworkOK added in v1.0.2

func NewEdgeNetworkConfigurationCreateEdgeNetworkOK() *EdgeNetworkConfigurationCreateEdgeNetworkOK

NewEdgeNetworkConfigurationCreateEdgeNetworkOK creates a EdgeNetworkConfigurationCreateEdgeNetworkOK with default headers values

func (*EdgeNetworkConfigurationCreateEdgeNetworkOK) Error added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkOK) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkOK) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkOK) String added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkParams added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.NetConfig

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

EdgeNetworkConfigurationCreateEdgeNetworkParams contains all the parameters to send to the API endpoint

for the edge network configuration create edge network operation.

Typically these are written to a http.Request.

func NewEdgeNetworkConfigurationCreateEdgeNetworkParams added in v1.0.2

func NewEdgeNetworkConfigurationCreateEdgeNetworkParams() *EdgeNetworkConfigurationCreateEdgeNetworkParams

NewEdgeNetworkConfigurationCreateEdgeNetworkParams creates a new EdgeNetworkConfigurationCreateEdgeNetworkParams 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 NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithContext added in v1.0.2

func NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithContext(ctx context.Context) *EdgeNetworkConfigurationCreateEdgeNetworkParams

NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithContext creates a new EdgeNetworkConfigurationCreateEdgeNetworkParams object with the ability to set a context for a request.

func NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithHTTPClient(client *http.Client) *EdgeNetworkConfigurationCreateEdgeNetworkParams

NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithHTTPClient creates a new EdgeNetworkConfigurationCreateEdgeNetworkParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithTimeout added in v1.0.2

func NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithTimeout(timeout time.Duration) *EdgeNetworkConfigurationCreateEdgeNetworkParams

NewEdgeNetworkConfigurationCreateEdgeNetworkParamsWithTimeout creates a new EdgeNetworkConfigurationCreateEdgeNetworkParams object with the ability to set a timeout on a request.

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) SetBody added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) SetContext added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) WithBody added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) WithContext added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkConfigurationCreateEdgeNetworkReader added in v1.0.2

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

EdgeNetworkConfigurationCreateEdgeNetworkReader is a Reader for the EdgeNetworkConfigurationCreateEdgeNetwork structure.

func (*EdgeNetworkConfigurationCreateEdgeNetworkReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized added in v1.0.2

type EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationCreateEdgeNetworkUnauthorized() *EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized

NewEdgeNetworkConfigurationCreateEdgeNetworkUnauthorized creates a EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized with default headers values

func (*EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized) Error added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationCreateEdgeNetworkUnauthorized) String added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkDefault added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeNetworkConfigurationDeleteEdgeNetworkDefault added in v1.0.2

func NewEdgeNetworkConfigurationDeleteEdgeNetworkDefault(code int) *EdgeNetworkConfigurationDeleteEdgeNetworkDefault

NewEdgeNetworkConfigurationDeleteEdgeNetworkDefault creates a EdgeNetworkConfigurationDeleteEdgeNetworkDefault with default headers values

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) Code added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) Error added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkDefault) String added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkForbidden added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationDeleteEdgeNetworkForbidden() *EdgeNetworkConfigurationDeleteEdgeNetworkForbidden

NewEdgeNetworkConfigurationDeleteEdgeNetworkForbidden creates a EdgeNetworkConfigurationDeleteEdgeNetworkForbidden with default headers values

func (*EdgeNetworkConfigurationDeleteEdgeNetworkForbidden) Error added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkForbidden) String added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout() *EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout

NewEdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout creates a EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout with default headers values

func (*EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkGatewayTimeout) String added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError() *EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError

NewEdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError creates a EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError with default headers values

func (*EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError) Error added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkInternalServerError) String added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkNotFound added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationDeleteEdgeNetworkNotFound() *EdgeNetworkConfigurationDeleteEdgeNetworkNotFound

NewEdgeNetworkConfigurationDeleteEdgeNetworkNotFound creates a EdgeNetworkConfigurationDeleteEdgeNetworkNotFound with default headers values

func (*EdgeNetworkConfigurationDeleteEdgeNetworkNotFound) Error added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkNotFound) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkNotFound) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkNotFound) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkNotFound) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkNotFound) String added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkOK added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkConfigurationDeleteEdgeNetworkOK added in v1.0.2

func NewEdgeNetworkConfigurationDeleteEdgeNetworkOK() *EdgeNetworkConfigurationDeleteEdgeNetworkOK

NewEdgeNetworkConfigurationDeleteEdgeNetworkOK creates a EdgeNetworkConfigurationDeleteEdgeNetworkOK with default headers values

func (*EdgeNetworkConfigurationDeleteEdgeNetworkOK) Error added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkOK) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkOK) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkOK) String added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkParams added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the network
	*/
	ID string

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

EdgeNetworkConfigurationDeleteEdgeNetworkParams contains all the parameters to send to the API endpoint

for the edge network configuration delete edge network operation.

Typically these are written to a http.Request.

func NewEdgeNetworkConfigurationDeleteEdgeNetworkParams added in v1.0.2

func NewEdgeNetworkConfigurationDeleteEdgeNetworkParams() *EdgeNetworkConfigurationDeleteEdgeNetworkParams

NewEdgeNetworkConfigurationDeleteEdgeNetworkParams creates a new EdgeNetworkConfigurationDeleteEdgeNetworkParams 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 NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithContext added in v1.0.2

func NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithContext(ctx context.Context) *EdgeNetworkConfigurationDeleteEdgeNetworkParams

NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithContext creates a new EdgeNetworkConfigurationDeleteEdgeNetworkParams object with the ability to set a context for a request.

func NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithHTTPClient(client *http.Client) *EdgeNetworkConfigurationDeleteEdgeNetworkParams

NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithHTTPClient creates a new EdgeNetworkConfigurationDeleteEdgeNetworkParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithTimeout added in v1.0.2

func NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithTimeout(timeout time.Duration) *EdgeNetworkConfigurationDeleteEdgeNetworkParams

NewEdgeNetworkConfigurationDeleteEdgeNetworkParamsWithTimeout creates a new EdgeNetworkConfigurationDeleteEdgeNetworkParams object with the ability to set a timeout on a request.

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) SetContext added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) SetID added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) WithContext added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) WithID added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkConfigurationDeleteEdgeNetworkReader added in v1.0.2

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

EdgeNetworkConfigurationDeleteEdgeNetworkReader is a Reader for the EdgeNetworkConfigurationDeleteEdgeNetwork structure.

func (*EdgeNetworkConfigurationDeleteEdgeNetworkReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized added in v1.0.2

type EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized() *EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized

NewEdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized creates a EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized with default headers values

func (*EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized) Error added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationDeleteEdgeNetworkUnauthorized) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameDefault added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameDefault added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameDefault(code int) *EdgeNetworkConfigurationGetEdgeNetworkByNameDefault

NewEdgeNetworkConfigurationGetEdgeNetworkByNameDefault creates a EdgeNetworkConfigurationGetEdgeNetworkByNameDefault with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) Code added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameDefault) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameForbidden() *EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden

NewEdgeNetworkConfigurationGetEdgeNetworkByNameForbidden creates a EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameForbidden) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout() *EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout

NewEdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout creates a EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameGatewayTimeout) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError() *EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError

NewEdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError creates a EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameInternalServerError) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameNotFound() *EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound

NewEdgeNetworkConfigurationGetEdgeNetworkByNameNotFound creates a EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameNotFound) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameOK added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameOK struct {
	Payload *swagger_models.NetConfig
}

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

A successful response.

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameOK added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameOK() *EdgeNetworkConfigurationGetEdgeNetworkByNameOK

NewEdgeNetworkConfigurationGetEdgeNetworkByNameOK creates a EdgeNetworkConfigurationGetEdgeNetworkByNameOK with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameOK) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameOK) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameOK) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameOK) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameParams added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameParams struct {

	/* XRequestID.

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

	/* Name.

	   User defined name of the network, unique across the enterprise. Once object is created, name can’t be changed
	*/
	Name string

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

EdgeNetworkConfigurationGetEdgeNetworkByNameParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameParams added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameParams() *EdgeNetworkConfigurationGetEdgeNetworkByNameParams

NewEdgeNetworkConfigurationGetEdgeNetworkByNameParams creates a new EdgeNetworkConfigurationGetEdgeNetworkByNameParams 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 NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithContext added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithContext(ctx context.Context) *EdgeNetworkConfigurationGetEdgeNetworkByNameParams

NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithContext creates a new EdgeNetworkConfigurationGetEdgeNetworkByNameParams object with the ability to set a context for a request.

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithHTTPClient(client *http.Client) *EdgeNetworkConfigurationGetEdgeNetworkByNameParams

NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithHTTPClient creates a new EdgeNetworkConfigurationGetEdgeNetworkByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithTimeout added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithTimeout(timeout time.Duration) *EdgeNetworkConfigurationGetEdgeNetworkByNameParams

NewEdgeNetworkConfigurationGetEdgeNetworkByNameParamsWithTimeout creates a new EdgeNetworkConfigurationGetEdgeNetworkByNameParams object with the ability to set a timeout on a request.

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) SetContext added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) SetName added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) WithContext added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) WithName added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkConfigurationGetEdgeNetworkByNameReader added in v1.0.2

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

EdgeNetworkConfigurationGetEdgeNetworkByNameReader is a Reader for the EdgeNetworkConfigurationGetEdgeNetworkByName structure.

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized() *EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized

NewEdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized creates a EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkByNameUnauthorized) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkDefault added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeNetworkConfigurationGetEdgeNetworkDefault added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkDefault(code int) *EdgeNetworkConfigurationGetEdgeNetworkDefault

NewEdgeNetworkConfigurationGetEdgeNetworkDefault creates a EdgeNetworkConfigurationGetEdgeNetworkDefault with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) Code added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkDefault) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkForbidden added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkForbidden() *EdgeNetworkConfigurationGetEdgeNetworkForbidden

NewEdgeNetworkConfigurationGetEdgeNetworkForbidden creates a EdgeNetworkConfigurationGetEdgeNetworkForbidden with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkForbidden) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkForbidden) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout() *EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout

NewEdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout creates a EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkGatewayTimeout) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkInternalServerError added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkInternalServerError() *EdgeNetworkConfigurationGetEdgeNetworkInternalServerError

NewEdgeNetworkConfigurationGetEdgeNetworkInternalServerError creates a EdgeNetworkConfigurationGetEdgeNetworkInternalServerError with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkInternalServerError) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkInternalServerError) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkNotFound added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkNotFound() *EdgeNetworkConfigurationGetEdgeNetworkNotFound

NewEdgeNetworkConfigurationGetEdgeNetworkNotFound creates a EdgeNetworkConfigurationGetEdgeNetworkNotFound with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkNotFound) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkNotFound) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkNotFound) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkNotFound) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkNotFound) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkNotFound) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkOK added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkOK struct {
	Payload *swagger_models.NetConfig
}

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

A successful response.

func NewEdgeNetworkConfigurationGetEdgeNetworkOK added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkOK() *EdgeNetworkConfigurationGetEdgeNetworkOK

NewEdgeNetworkConfigurationGetEdgeNetworkOK creates a EdgeNetworkConfigurationGetEdgeNetworkOK with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkOK) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkOK) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkOK) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkOK) String added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkParams added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkParams struct {

	/* XRequestID.

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

	/* ID.

	   System defined universally unique Id of the network
	*/
	ID string

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

EdgeNetworkConfigurationGetEdgeNetworkParams contains all the parameters to send to the API endpoint

for the edge network configuration get edge network operation.

Typically these are written to a http.Request.

func NewEdgeNetworkConfigurationGetEdgeNetworkParams added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkParams() *EdgeNetworkConfigurationGetEdgeNetworkParams

NewEdgeNetworkConfigurationGetEdgeNetworkParams creates a new EdgeNetworkConfigurationGetEdgeNetworkParams 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 NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithContext added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithContext(ctx context.Context) *EdgeNetworkConfigurationGetEdgeNetworkParams

NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithContext creates a new EdgeNetworkConfigurationGetEdgeNetworkParams object with the ability to set a context for a request.

func NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithHTTPClient(client *http.Client) *EdgeNetworkConfigurationGetEdgeNetworkParams

NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithHTTPClient creates a new EdgeNetworkConfigurationGetEdgeNetworkParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithTimeout added in v1.0.2

func NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithTimeout(timeout time.Duration) *EdgeNetworkConfigurationGetEdgeNetworkParams

NewEdgeNetworkConfigurationGetEdgeNetworkParamsWithTimeout creates a new EdgeNetworkConfigurationGetEdgeNetworkParams object with the ability to set a timeout on a request.

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) SetContext added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) SetHTTPClient added in v1.0.2

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

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) SetID added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) SetXRequestID added in v1.0.2

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

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) WithContext added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) WithID added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkConfigurationGetEdgeNetworkReader added in v1.0.2

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

EdgeNetworkConfigurationGetEdgeNetworkReader is a Reader for the EdgeNetworkConfigurationGetEdgeNetwork structure.

func (*EdgeNetworkConfigurationGetEdgeNetworkReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNetworkConfigurationGetEdgeNetworkUnauthorized added in v1.0.2

type EdgeNetworkConfigurationGetEdgeNetworkUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationGetEdgeNetworkUnauthorized() *EdgeNetworkConfigurationGetEdgeNetworkUnauthorized

NewEdgeNetworkConfigurationGetEdgeNetworkUnauthorized creates a EdgeNetworkConfigurationGetEdgeNetworkUnauthorized with default headers values

func (*EdgeNetworkConfigurationGetEdgeNetworkUnauthorized) Error added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationGetEdgeNetworkUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationGetEdgeNetworkUnauthorized) String added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksBadRequest added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationQueryEdgeNetworksBadRequest() *EdgeNetworkConfigurationQueryEdgeNetworksBadRequest

NewEdgeNetworkConfigurationQueryEdgeNetworksBadRequest creates a EdgeNetworkConfigurationQueryEdgeNetworksBadRequest with default headers values

func (*EdgeNetworkConfigurationQueryEdgeNetworksBadRequest) Error added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksBadRequest) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration query edge networks bad request response has a 4xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksBadRequest) IsCode added in v1.0.2

IsCode returns true when this edge network configuration query edge networks bad request response a status code equal to that given

func (*EdgeNetworkConfigurationQueryEdgeNetworksBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration query edge networks bad request response has a 3xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration query edge networks bad request response has a 5xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration query edge networks bad request response has a 2xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksBadRequest) String added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksDefault added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeNetworkConfigurationQueryEdgeNetworksDefault added in v1.0.2

func NewEdgeNetworkConfigurationQueryEdgeNetworksDefault(code int) *EdgeNetworkConfigurationQueryEdgeNetworksDefault

NewEdgeNetworkConfigurationQueryEdgeNetworksDefault creates a EdgeNetworkConfigurationQueryEdgeNetworksDefault with default headers values

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) Code added in v1.0.2

Code gets the status code for the edge network configuration query edge networks default response

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) Error added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration query edge networks default response has a 4xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) IsCode added in v1.0.2

IsCode returns true when this edge network configuration query edge networks default response a status code equal to that given

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration query edge networks default response has a 3xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration query edge networks default response has a 5xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration query edge networks default response has a 2xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksDefault) String added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksForbidden added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationQueryEdgeNetworksForbidden() *EdgeNetworkConfigurationQueryEdgeNetworksForbidden

NewEdgeNetworkConfigurationQueryEdgeNetworksForbidden creates a EdgeNetworkConfigurationQueryEdgeNetworksForbidden with default headers values

func (*EdgeNetworkConfigurationQueryEdgeNetworksForbidden) Error added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration query edge networks forbidden response has a 4xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksForbidden) IsCode added in v1.0.2

IsCode returns true when this edge network configuration query edge networks forbidden response a status code equal to that given

func (*EdgeNetworkConfigurationQueryEdgeNetworksForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration query edge networks forbidden response has a 3xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration query edge networks forbidden response has a 5xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration query edge networks forbidden response has a 2xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksForbidden) String added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout() *EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout

NewEdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout creates a EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout with default headers values

func (*EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration query edge networks gateway timeout response has a 4xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this edge network configuration query edge networks gateway timeout response a status code equal to that given

func (*EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration query edge networks gateway timeout response has a 3xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration query edge networks gateway timeout response has a 5xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration query edge networks gateway timeout response has a 2xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksGatewayTimeout) String added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationQueryEdgeNetworksInternalServerError() *EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError

NewEdgeNetworkConfigurationQueryEdgeNetworksInternalServerError creates a EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError with default headers values

func (*EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError) Error added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration query edge networks internal server error response has a 4xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError) IsCode added in v1.0.2

IsCode returns true when this edge network configuration query edge networks internal server error response a status code equal to that given

func (*EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration query edge networks internal server error response has a 3xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration query edge networks internal server error response has a 5xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration query edge networks internal server error response has a 2xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksInternalServerError) String added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksOK added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksOK struct {
	Payload *swagger_models.NetConfigList
}

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

A successful response.

func NewEdgeNetworkConfigurationQueryEdgeNetworksOK added in v1.0.2

func NewEdgeNetworkConfigurationQueryEdgeNetworksOK() *EdgeNetworkConfigurationQueryEdgeNetworksOK

NewEdgeNetworkConfigurationQueryEdgeNetworksOK creates a EdgeNetworkConfigurationQueryEdgeNetworksOK with default headers values

func (*EdgeNetworkConfigurationQueryEdgeNetworksOK) Error added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksOK) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksOK) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration query edge networks o k response has a 4xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksOK) IsCode added in v1.0.2

IsCode returns true when this edge network configuration query edge networks o k response a status code equal to that given

func (*EdgeNetworkConfigurationQueryEdgeNetworksOK) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration query edge networks o k response has a 3xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksOK) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration query edge networks o k response has a 5xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksOK) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration query edge networks o k response has a 2xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksOK) String added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksParams added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksParams struct {

	/* XRequestID.

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

	// FilterDist.
	//
	// Default: "NETWORK_WIRELESS_TYPE_UNSPECIFIED"
	FilterDist *string

	// FilterKind.
	//
	// Default: "NETWORK_KIND_UNSPECIFIED"
	FilterKind *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectName.
	FilterProjectName *string

	// FilterProjectNamePattern.
	FilterProjectNamePattern *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

	// Summary.
	Summary *bool

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

EdgeNetworkConfigurationQueryEdgeNetworksParams contains all the parameters to send to the API endpoint

for the edge network configuration query edge networks operation.

Typically these are written to a http.Request.

func NewEdgeNetworkConfigurationQueryEdgeNetworksParams added in v1.0.2

func NewEdgeNetworkConfigurationQueryEdgeNetworksParams() *EdgeNetworkConfigurationQueryEdgeNetworksParams

NewEdgeNetworkConfigurationQueryEdgeNetworksParams creates a new EdgeNetworkConfigurationQueryEdgeNetworksParams 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 NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithContext added in v1.0.2

func NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithContext(ctx context.Context) *EdgeNetworkConfigurationQueryEdgeNetworksParams

NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithContext creates a new EdgeNetworkConfigurationQueryEdgeNetworksParams object with the ability to set a context for a request.

func NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithHTTPClient(client *http.Client) *EdgeNetworkConfigurationQueryEdgeNetworksParams

NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithHTTPClient creates a new EdgeNetworkConfigurationQueryEdgeNetworksParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithTimeout added in v1.0.2

func NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithTimeout(timeout time.Duration) *EdgeNetworkConfigurationQueryEdgeNetworksParams

NewEdgeNetworkConfigurationQueryEdgeNetworksParamsWithTimeout creates a new EdgeNetworkConfigurationQueryEdgeNetworksParams object with the ability to set a timeout on a request.

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetContext added in v1.0.2

SetContext adds the context to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge network configuration query edge networks params (not the query body).

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

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterDist added in v1.0.2

func (o *EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterDist(filterDist *string)

SetFilterDist adds the filterDist to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterKind added in v1.0.2

func (o *EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterKind(filterKind *string)

SetFilterKind adds the filterKind to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterNamePattern added in v1.0.2

func (o *EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterProjectName added in v1.0.2

func (o *EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterProjectName(filterProjectName *string)

SetFilterProjectName adds the filterProjectName to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterProjectNamePattern added in v1.0.2

func (o *EdgeNetworkConfigurationQueryEdgeNetworksParams) SetFilterProjectNamePattern(filterProjectNamePattern *string)

SetFilterProjectNamePattern adds the filterProjectNamePattern to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetNextOrderBy added in v1.0.2

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

SetNextOrderBy adds the nextOrderBy to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetNextPageNum added in v1.0.2

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

SetNextPageNum adds the nextPageNum to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetNextPageSize added in v1.0.2

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

SetNextPageSize adds the nextPageSize to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetSummary added in v1.0.2

func (o *EdgeNetworkConfigurationQueryEdgeNetworksParams) SetSummary(summary *bool)

SetSummary adds the summary to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithContext added in v1.0.2

WithContext adds the context to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge network configuration query edge networks params (not the query body).

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

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithFilterDist added in v1.0.2

WithFilterDist adds the filterDist to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithFilterKind added in v1.0.2

WithFilterKind adds the filterKind to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithFilterProjectName added in v1.0.2

WithFilterProjectName adds the filterProjectName to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithFilterProjectNamePattern added in v1.0.2

func (o *EdgeNetworkConfigurationQueryEdgeNetworksParams) WithFilterProjectNamePattern(filterProjectNamePattern *string) *EdgeNetworkConfigurationQueryEdgeNetworksParams

WithFilterProjectNamePattern adds the filterProjectNamePattern to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithSummary added in v1.0.2

WithSummary adds the summary to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge network configuration query edge networks params

func (*EdgeNetworkConfigurationQueryEdgeNetworksParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkConfigurationQueryEdgeNetworksReader added in v1.0.2

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

EdgeNetworkConfigurationQueryEdgeNetworksReader is a Reader for the EdgeNetworkConfigurationQueryEdgeNetworks structure.

func (*EdgeNetworkConfigurationQueryEdgeNetworksReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized added in v1.0.2

type EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationQueryEdgeNetworksUnauthorized() *EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized

NewEdgeNetworkConfigurationQueryEdgeNetworksUnauthorized creates a EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized with default headers values

func (*EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized) Error added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration query edge networks unauthorized response has a 4xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized) IsCode added in v1.0.2

IsCode returns true when this edge network configuration query edge networks unauthorized response a status code equal to that given

func (*EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration query edge networks unauthorized response has a 3xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration query edge networks unauthorized response has a 5xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration query edge networks unauthorized response has a 2xx status code

func (*EdgeNetworkConfigurationQueryEdgeNetworksUnauthorized) String added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkBody added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkBody struct {

	// Detailed description of the network
	// Max Length: 256
	Description string `json:"description,omitempty"`

	// dns list
	DNSList []*swagger_models.StaticDNSList `json:"dnsList"`

	// make this network default for device
	EnterpriseDefault bool `json:"enterpriseDefault,omitempty"`

	// ip
	// Required: true
	IP *swagger_models.IPSpec `json:"ip"`

	// kind
	// Required: true
	Kind *swagger_models.NetworkKind `json:"kind"`

	// User defined name of the network, unique across the enterprise. Once object is created, name can’t be changed
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	Name *string `json:"name"`

	// project Id
	// Required: true
	ProjectID *string `json:"projectId"`

	// enterprise proxy
	Proxy *swagger_models.NetProxyConfig `json:"proxy,omitempty"`

	// system defined info
	Revision *swagger_models.ObjectRevision `json:"revision,omitempty"`

	// User defined title of the network. Title can be changed at any time
	// Required: true
	// Max Length: 256
	// Min Length: 3
	// Pattern: ^[a-zA-Z0-9]+[a-zA-Z0-9!-~ ]+$
	Title *string `json:"title"`

	// Wifi configuration
	Wireless *swagger_models.NetWirelessConfig `json:"wireless,omitempty"`
}

EdgeNetworkConfigurationUpdateEdgeNetworkBody Network detailed configuration // // Network provides Edge nodes a variety of connectivity choices for all types of networks. This enables physical connectivity with Ethernet, WiFi, LTE to communicate with ZEDEDA Cloud controller and Data Centres. // Example: {"id":"d85a545f-6510-4327-b03d-c02eef119e99","name":"sample-app"} swagger:model EdgeNetworkConfigurationUpdateEdgeNetworkBody

func (*EdgeNetworkConfigurationUpdateEdgeNetworkBody) ContextValidate added in v1.0.2

ContextValidate validate this edge network configuration update edge network body based on the context it is used

func (*EdgeNetworkConfigurationUpdateEdgeNetworkBody) MarshalBinary added in v1.0.2

MarshalBinary interface implementation

func (*EdgeNetworkConfigurationUpdateEdgeNetworkBody) UnmarshalBinary added in v1.0.2

UnmarshalBinary interface implementation

func (*EdgeNetworkConfigurationUpdateEdgeNetworkBody) Validate added in v1.0.2

Validate validates this edge network configuration update edge network body

type EdgeNetworkConfigurationUpdateEdgeNetworkConflict added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkConflict struct {
	Payload *swagger_models.ZsrvResponse
}

EdgeNetworkConfigurationUpdateEdgeNetworkConflict 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 network record.

func NewEdgeNetworkConfigurationUpdateEdgeNetworkConflict added in v1.0.2

func NewEdgeNetworkConfigurationUpdateEdgeNetworkConflict() *EdgeNetworkConfigurationUpdateEdgeNetworkConflict

NewEdgeNetworkConfigurationUpdateEdgeNetworkConflict creates a EdgeNetworkConfigurationUpdateEdgeNetworkConflict with default headers values

func (*EdgeNetworkConfigurationUpdateEdgeNetworkConflict) Error added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkConflict) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkConflict) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration update edge network conflict response has a 4xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkConflict) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkConflict) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration update edge network conflict response has a 3xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkConflict) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration update edge network conflict response has a 5xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkConflict) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration update edge network conflict response has a 2xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkConflict) String added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkDefault added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewEdgeNetworkConfigurationUpdateEdgeNetworkDefault added in v1.0.2

func NewEdgeNetworkConfigurationUpdateEdgeNetworkDefault(code int) *EdgeNetworkConfigurationUpdateEdgeNetworkDefault

NewEdgeNetworkConfigurationUpdateEdgeNetworkDefault creates a EdgeNetworkConfigurationUpdateEdgeNetworkDefault with default headers values

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) Code added in v1.0.2

Code gets the status code for the edge network configuration update edge network default response

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) Error added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration update edge network default response has a 4xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration update edge network default response has a 3xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration update edge network default response has a 5xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration update edge network default response has a 2xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkDefault) String added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkForbidden added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationUpdateEdgeNetworkForbidden() *EdgeNetworkConfigurationUpdateEdgeNetworkForbidden

NewEdgeNetworkConfigurationUpdateEdgeNetworkForbidden creates a EdgeNetworkConfigurationUpdateEdgeNetworkForbidden with default headers values

func (*EdgeNetworkConfigurationUpdateEdgeNetworkForbidden) Error added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkForbidden) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration update edge network forbidden response has a 4xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkForbidden) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration update edge network forbidden response has a 3xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkForbidden) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration update edge network forbidden response has a 5xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkForbidden) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration update edge network forbidden response has a 2xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkForbidden) String added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout() *EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout

NewEdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout creates a EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout with default headers values

func (*EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkGatewayTimeout) String added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError() *EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError

NewEdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError creates a EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError with default headers values

func (*EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError) Error added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkInternalServerError) String added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkNotFound added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationUpdateEdgeNetworkNotFound() *EdgeNetworkConfigurationUpdateEdgeNetworkNotFound

NewEdgeNetworkConfigurationUpdateEdgeNetworkNotFound creates a EdgeNetworkConfigurationUpdateEdgeNetworkNotFound with default headers values

func (*EdgeNetworkConfigurationUpdateEdgeNetworkNotFound) Error added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkNotFound) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkNotFound) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkNotFound) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkNotFound) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkNotFound) String added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkOK added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkConfigurationUpdateEdgeNetworkOK added in v1.0.2

func NewEdgeNetworkConfigurationUpdateEdgeNetworkOK() *EdgeNetworkConfigurationUpdateEdgeNetworkOK

NewEdgeNetworkConfigurationUpdateEdgeNetworkOK creates a EdgeNetworkConfigurationUpdateEdgeNetworkOK with default headers values

func (*EdgeNetworkConfigurationUpdateEdgeNetworkOK) Error added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkOK) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkOK) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkOK) String added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkParams added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkParams struct {

	/* XRequestID.

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

	// Body.
	Body EdgeNetworkConfigurationUpdateEdgeNetworkBody

	/* ID.

	   System defined universally unique Id of the network
	*/
	ID string

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

EdgeNetworkConfigurationUpdateEdgeNetworkParams contains all the parameters to send to the API endpoint

for the edge network configuration update edge network operation.

Typically these are written to a http.Request.

func NewEdgeNetworkConfigurationUpdateEdgeNetworkParams added in v1.0.2

func NewEdgeNetworkConfigurationUpdateEdgeNetworkParams() *EdgeNetworkConfigurationUpdateEdgeNetworkParams

NewEdgeNetworkConfigurationUpdateEdgeNetworkParams creates a new EdgeNetworkConfigurationUpdateEdgeNetworkParams 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 NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithContext added in v1.0.2

func NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithContext(ctx context.Context) *EdgeNetworkConfigurationUpdateEdgeNetworkParams

NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithContext creates a new EdgeNetworkConfigurationUpdateEdgeNetworkParams object with the ability to set a context for a request.

func NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithHTTPClient(client *http.Client) *EdgeNetworkConfigurationUpdateEdgeNetworkParams

NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithHTTPClient creates a new EdgeNetworkConfigurationUpdateEdgeNetworkParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithTimeout added in v1.0.2

func NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithTimeout(timeout time.Duration) *EdgeNetworkConfigurationUpdateEdgeNetworkParams

NewEdgeNetworkConfigurationUpdateEdgeNetworkParamsWithTimeout creates a new EdgeNetworkConfigurationUpdateEdgeNetworkParams object with the ability to set a timeout on a request.

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) SetBody added in v1.0.2

SetBody adds the body to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) SetContext added in v1.0.2

SetContext adds the context to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) SetDefaults added in v1.0.2

SetDefaults hydrates default values in the edge network configuration update edge network params (not the query body).

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) SetID added in v1.0.2

SetID adds the id to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) WithBody added in v1.0.2

WithBody adds the body to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) WithContext added in v1.0.2

WithContext adds the context to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) WithDefaults added in v1.0.2

WithDefaults hydrates default values in the edge network configuration update edge network params (not the query body).

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) WithID added in v1.0.2

WithID adds the id to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge network configuration update edge network params

func (*EdgeNetworkConfigurationUpdateEdgeNetworkParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkConfigurationUpdateEdgeNetworkReader added in v1.0.2

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

EdgeNetworkConfigurationUpdateEdgeNetworkReader is a Reader for the EdgeNetworkConfigurationUpdateEdgeNetwork structure.

func (*EdgeNetworkConfigurationUpdateEdgeNetworkReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized added in v1.0.2

type EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized() *EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized

NewEdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized creates a EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized with default headers values

func (*EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized) Error added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized) IsClientError added in v1.0.2

IsClientError returns true when this edge network configuration update edge network unauthorized response has a 4xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized) IsRedirect added in v1.0.2

IsRedirect returns true when this edge network configuration update edge network unauthorized response has a 3xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized) IsServerError added in v1.0.2

IsServerError returns true when this edge network configuration update edge network unauthorized response has a 5xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized) IsSuccess added in v1.0.2

IsSuccess returns true when this edge network configuration update edge network unauthorized response has a 2xx status code

func (*EdgeNetworkConfigurationUpdateEdgeNetworkUnauthorized) String added in v1.0.2

Jump to

Keyboard shortcuts

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