edge_network_instance_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 instance configuration API

func (*Client) EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstance added in v1.0.2

EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstance creates edge network instance

Create an edge network instance record.

func (*Client) EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstance added in v1.0.2

EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstance deletes edge network instance

Delete an edge network instance record.

func (*Client) EdgeNetworkInstanceConfigurationGetEdgeNetworkInstance added in v1.0.2

EdgeNetworkInstanceConfigurationGetEdgeNetworkInstance gets edge network instance

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

func (*Client) EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByName added in v1.0.2

EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByName gets edge network instance

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

func (*Client) EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstances added in v1.0.2

EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstances queries edge network instances

Query the edge network instance records.

func (*Client) EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstance added in v1.0.2

EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstance updates edge network instance

Update an edge network instance. The usual pattern to update an edge network instance record is to retrieve the record and update with the modified values in a new body to update the edge network instance 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

type ClientService interface {
	EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstance(params *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK, error)

	EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstance(params *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK, error)

	EdgeNetworkInstanceConfigurationGetEdgeNetworkInstance(params *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK, error)

	EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByName(params *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK, error)

	EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstances(params *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK, error)

	EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstance(params *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new edge network instance configuration API client.

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) String added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) String added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault added in v1.0.2

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault(code int) *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) Code added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) String added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) String added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) String added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) String added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK added in v1.0.2

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) String added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams struct {

	/* XRequestID.

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

	// Body.
	Body *swagger_models.NetInstConfig

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

EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams contains all the parameters to send to the API endpoint

for the edge network instance configuration create edge network instance operation.

Typically these are written to a http.Request.

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams added in v1.0.2

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams creates a new EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams 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 NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithContext added in v1.0.2

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithContext creates a new EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams object with the ability to set a context for a request.

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithHTTPClient(client *http.Client) *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithHTTPClient creates a new EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithTimeout added in v1.0.2

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithTimeout(timeout time.Duration) *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithTimeout creates a new EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams object with the ability to set a timeout on a request.

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetBody added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithBody added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceReader added in v1.0.2

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

EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceReader is a Reader for the EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstance structure.

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized added in v1.0.2

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) String added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault added in v1.0.2

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault(code int) *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) Code added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) String added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) String added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) String added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) String added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound) String added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK added in v1.0.2

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) String added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams struct {

	/* XRequestID.

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

	/* ID.

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

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

EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams contains all the parameters to send to the API endpoint

for the edge network instance configuration delete edge network instance operation.

Typically these are written to a http.Request.

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams added in v1.0.2

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams creates a new EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams 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 NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithContext added in v1.0.2

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithContext creates a new EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams object with the ability to set a context for a request.

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithHTTPClient(client *http.Client) *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithHTTPClient creates a new EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithTimeout added in v1.0.2

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithTimeout(timeout time.Duration) *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithTimeout creates a new EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams object with the ability to set a timeout on a request.

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceReader added in v1.0.2

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

EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceReader is a Reader for the EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstance structure.

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized added in v1.0.2

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault(code int) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) Code added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK struct {
	Payload *swagger_models.NetInstConfig
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams struct {

	/* XRequestID.

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

	/* Name.

	   User defined name of the network instance, 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
}

EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams contains all the parameters to send to the API endpoint

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

Typically these are written to a http.Request.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams creates a new EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams 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 NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithContext added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithContext creates a new EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams object with the ability to set a context for a request.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithHTTPClient(client *http.Client) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithHTTPClient creates a new EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithTimeout added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithTimeout(timeout time.Duration) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithTimeout creates a new EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams object with the ability to set a timeout on a request.

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetName added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithName added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameReader added in v1.0.2

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

EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameReader is a Reader for the EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByName structure.

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault(code int) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) Code added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK struct {
	Payload *swagger_models.NetInstConfig
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) String added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams struct {

	/* XRequestID.

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

	/* ID.

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

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

EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams contains all the parameters to send to the API endpoint

for the edge network instance configuration get edge network instance operation.

Typically these are written to a http.Request.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams creates a new EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams 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 NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithContext added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithContext creates a new EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams object with the ability to set a context for a request.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithHTTPClient(client *http.Client) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithHTTPClient creates a new EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithTimeout added in v1.0.2

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithTimeout(timeout time.Duration) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithTimeout creates a new EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams object with the ability to set a timeout on a request.

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceReader added in v1.0.2

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

EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceReader is a Reader for the EdgeNetworkInstanceConfigurationGetEdgeNetworkInstance structure.

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized added in v1.0.2

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) String added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) String added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault added in v1.0.2

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault(code int) *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) Code added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) String added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) String added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) String added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) String added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK struct {
	Payload *swagger_models.NetInstList
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK added in v1.0.2

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) String added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams struct {

	/* XRequestID.

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

	// Fields.
	Fields []string

	// FilterDeviceName.
	FilterDeviceName *string

	// FilterDeviceNamePattern.
	FilterDeviceNamePattern *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
}

EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams contains all the parameters to send to the API endpoint

for the edge network instance configuration query edge network instances operation.

Typically these are written to a http.Request.

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams added in v1.0.2

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams creates a new EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams 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 NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithContext added in v1.0.2

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithContext creates a new EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams object with the ability to set a context for a request.

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithHTTPClient(client *http.Client) *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithHTTPClient creates a new EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithTimeout added in v1.0.2

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithTimeout(timeout time.Duration) *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithTimeout creates a new EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams object with the ability to set a timeout on a request.

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetContext added in v1.0.2

SetContext adds the context to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFields added in v1.0.2

SetFields adds the fields to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterDeviceName added in v1.0.2

func (o *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterDeviceName(filterDeviceName *string)

SetFilterDeviceName adds the filterDeviceName to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterDeviceNamePattern added in v1.0.2

func (o *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterDeviceNamePattern(filterDeviceNamePattern *string)

SetFilterDeviceNamePattern adds the filterDeviceNamePattern to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterNamePattern added in v1.0.2

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

SetFilterNamePattern adds the filterNamePattern to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterProjectName added in v1.0.2

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

SetFilterProjectName adds the filterProjectName to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterProjectNamePattern added in v1.0.2

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

SetFilterProjectNamePattern adds the filterProjectNamePattern to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextOrderBy added in v1.0.2

SetNextOrderBy adds the nextOrderBy to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextPageNum added in v1.0.2

SetNextPageNum adds the nextPageNum to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextPageSize added in v1.0.2

SetNextPageSize adds the nextPageSize to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextPageToken added in v1.0.2

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

SetNextPageToken adds the nextPageToken to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextTotalPages added in v1.0.2

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

SetNextTotalPages adds the nextTotalPages to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetSummary added in v1.0.2

SetSummary adds the summary to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetXRequestID added in v1.0.2

SetXRequestID adds the xRequestId to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithContext added in v1.0.2

WithContext adds the context to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFields added in v1.0.2

WithFields adds the fields to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterDeviceName added in v1.0.2

WithFilterDeviceName adds the filterDeviceName to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterDeviceNamePattern added in v1.0.2

WithFilterDeviceNamePattern adds the filterDeviceNamePattern to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterNamePattern added in v1.0.2

WithFilterNamePattern adds the filterNamePattern to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterProjectName added in v1.0.2

WithFilterProjectName adds the filterProjectName to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterProjectNamePattern added in v1.0.2

WithFilterProjectNamePattern adds the filterProjectNamePattern to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextOrderBy added in v1.0.2

WithNextOrderBy adds the nextOrderBy to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextPageNum added in v1.0.2

WithNextPageNum adds the nextPageNum to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextPageSize added in v1.0.2

WithNextPageSize adds the nextPageSize to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextPageToken added in v1.0.2

WithNextPageToken adds the nextPageToken to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextTotalPages added in v1.0.2

WithNextTotalPages adds the nextTotalPages to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithSummary added in v1.0.2

WithSummary adds the summary to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the edge network instance configuration query edge network instances params

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesReader added in v1.0.2

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

EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesReader is a Reader for the EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstances structure.

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized added in v1.0.2

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) String added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody struct {

	// id of the Cluster in which the network instance is configured
	// Max Length: 256
	// Min Length: 3
	// Pattern: [a-zA-Z0-9][a-zA-Z0-9_.-]+
	ClusterID string `json:"clusterID,omitempty"`

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

	// flag to indicate if this is default network
	//
	// flag to indicate if this is the default network instance for the device
	DeviceDefault string `json:"deviceDefault,omitempty"`

	// device on which this network is running
	//
	// id of the device on which network instance is created
	// Required: true
	DeviceID *string `json:"deviceId"`

	// dhcp - DEPRECATED
	//
	// Deprecated
	Dhcp bool `json:"dhcp,omitempty"`

	// List of Static DNS entries
	DNSList []*swagger_models.StaticDNSList `json:"dnsList"`

	// Dhcp Server Configuration
	IP *swagger_models.DhcpServerConfig `json:"ip,omitempty"`

	// Kind of Network Instance ( Local, Switch etc )
	// Required: true
	Kind *swagger_models.NetworkInstanceKind `json:"kind"`

	// Lisp Config : read only for now. Deprecated.
	Lisp *swagger_models.LispConfig `json:"lisp,omitempty"`

	// User defined name of the network instance, 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"`

	// id of the network policy to be attached to this network instance
	NetworkPolicyID string `json:"networkPolicyId,omitempty"`

	// Deprecated
	Oconfig string `json:"oconfig,omitempty"`

	// Service specific Config
	Opaque *swagger_models.NetInstOpaqueConfig `json:"opaque,omitempty"`

	// name of port mapping in the model
	//
	// name of port mapping in the model
	// Required: true
	Port *string `json:"port"`

	// Tags are name/value pairs that enable you to categorize resources. Tag names are case insensitive with max_length 512 and min_length 3. Tag values are case sensitive with max_length 256 and min_length 3.
	PortTags map[string]string `json:"portTags,omitempty"`

	// id of the project in which network instance is created
	ProjectID string `json:"projectId,omitempty"`

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

	// Tags are name/value pairs that enable you to categorize resources. Tag names are case insensitive with max_length 512 and min_length 3. Tag values are case sensitive with max_length 256 and min_length 3.
	Tags map[string]string `json:"tags,omitempty"`

	// User defined title of the network instance. 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"`

	// Type of DHCP for this Network Instance
	Type *swagger_models.NetworkInstanceDhcpType `json:"type,omitempty"`
}

EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody Network instance detailed configuration // // Network instance provides Edge applications a variety of connectivity choices for all types of networks. This enables logical secure connectivity between Edge applications within a single Edge node and within a logical group of Edge nodes. This provides detailed configuration of a Network instance. // Example: {"id":"d85a545f-6510-4327-b03d-c02eef119e99","name":"sample-app"} swagger:model EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody) ContextValidate added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody) MarshalBinary added in v1.0.2

MarshalBinary interface implementation

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody) UnmarshalBinary added in v1.0.2

UnmarshalBinary interface implementation

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody) Validate added in v1.0.2

Validate validates this edge network instance configuration update edge network instance body

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) String added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault added in v1.0.2

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

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

An unexpected error response.

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault added in v1.0.2

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault(code int) *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) Code added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) String added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) String added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) String added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) String added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) String added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK struct {
	Payload *swagger_models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK added in v1.0.2

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) String added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams struct {

	/* XRequestID.

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

	// Body.
	Body EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody

	/* ID.

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

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

EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams contains all the parameters to send to the API endpoint

for the edge network instance configuration update edge network instance operation.

Typically these are written to a http.Request.

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams added in v1.0.2

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams creates a new EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams 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 NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithContext added in v1.0.2

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithContext creates a new EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams object with the ability to set a context for a request.

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithHTTPClient added in v1.0.2

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithHTTPClient(client *http.Client) *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithHTTPClient creates a new EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams object with the ability to set a custom HTTPClient for a request.

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithTimeout added in v1.0.2

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithTimeout(timeout time.Duration) *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithTimeout creates a new EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams object with the ability to set a timeout on a request.

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetBody added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithBody added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithContext added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithDefaults added in v1.0.2

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithHTTPClient added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithTimeout added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithXRequestID added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceReader added in v1.0.2

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

EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceReader is a Reader for the EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstance structure.

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceReader) ReadResponse added in v1.0.2

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized added in v1.0.2

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}

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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) Error added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) GetPayload added in v1.0.2

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsClientError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsCode added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsRedirect added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsServerError added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsSuccess added in v1.0.2

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) String added in v1.0.2

Jump to

Keyboard shortcuts

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