network_instance

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 13 Imported by: 2

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

Create creates edge network instance

Create an edge network instance record.

func (*Client) Delete

Delete deletes edge network instance

Delete an edge network instance record.

func (*Client) EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstances

EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstances queries edge network instances

Query the edge network instance records.

func (*Client) EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstance

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

GetByID gets edge network instance

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

func (*Client) GetByName

GetByName gets edge network instance

Get the configuration (without security details) of an 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

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

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) Code

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) Error

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) GetPayload

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsClientError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsServerError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceBadRequest) String

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) Code

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) Error

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) GetPayload

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsClientError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsServerError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceConflict) String

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault(code int) *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) Code

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) Error

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) GetPayload

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsClientError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsServerError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceDefault) String

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) Code

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) Error

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) GetPayload

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsClientError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsServerError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceForbidden) String

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) Code

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) Error

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) GetPayload

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsClientError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsServerError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceGatewayTimeout) String

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) Code

Code gets the status code for the edge network instance configuration create edge network instance internal server error response

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) Error

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) GetPayload

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceInternalServerError) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) Code

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) Error

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) GetPayload

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsClientError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsServerError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceOK) String

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.NetworkInstance

	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 CreateNetworkInstanceParams

CreateNetworkInstanceParams 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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams

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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParamsWithHTTPClient

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

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetContext

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetDefaults

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetTimeout

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) SetXRequestID

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithBody

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithContext

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithDefaults

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithTimeout

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WithXRequestID

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceReader

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

EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceReader is a Reader for the EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstance structure.

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized

type EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized() *EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized

NewEdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized creates a EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) Code

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) Error

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) GetPayload

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsClientError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsServerError

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationCreateEdgeNetworkInstanceUnauthorized) String

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault(code int) *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) Code

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) Error

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) GetPayload

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsClientError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsServerError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceDefault) String

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) Code

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) Error

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) GetPayload

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsClientError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsServerError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceForbidden) String

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) Code

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) Error

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) GetPayload

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsClientError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsServerError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceGatewayTimeout) String

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) Code

Code gets the status code for the edge network instance configuration delete edge network instance internal server error response

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) Error

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) GetPayload

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceInternalServerError) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) Code

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) Error

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) GetPayload

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsClientError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsServerError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceOK) String

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams

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 DeleteNetworkInstanceParams

DeleteNetworkInstanceParams 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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams

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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParamsWithHTTPClient

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

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetDefaults

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetID

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetTimeout

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) SetXRequestID

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithContext

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithDefaults

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithID

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithTimeout

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WithXRequestID

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceReader

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

EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceReader is a Reader for the EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstance structure.

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized

type EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized() *EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) Code

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) Error

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) GetPayload

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsClientError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsServerError

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceUnauthorized) String

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault(code int) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameDefault) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameForbidden) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameGatewayTimeout) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) Code

Code gets the status code for the edge network instance configuration get edge network instance by name internal server error response

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameInternalServerError) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameNotFound) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK struct {
	Payload *models.NetworkInstance
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameOK) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams

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 GetByNameParams

GetByNameParams 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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParamsWithHTTPClient

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

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetDefaults

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetName

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetTimeout

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) SetXRequestID

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithContext

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithDefaults

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithName

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithTimeout

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WithXRequestID

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameReader

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

EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameReader is a Reader for the EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByName structure.

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceByNameUnauthorized) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault(code int) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsClientError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsServerError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceDefault) String

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsClientError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsServerError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceForbidden) String

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsClientError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsServerError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceGatewayTimeout) String

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) Code

Code gets the status code for the edge network instance configuration get edge network instance internal server error response

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceInternalServerError) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK struct {
	Payload *models.NetworkInstance
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsClientError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsServerError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceOK) String

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams

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 GetByIDParams

GetByIDParams 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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams

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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParamsWithHTTPClient

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

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetDefaults

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetID

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetTimeout

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) SetXRequestID

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithContext

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithDefaults

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithID

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithTimeout

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WithXRequestID

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceReader

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

EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceReader is a Reader for the EdgeNetworkInstanceConfigurationGetEdgeNetworkInstance structure.

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized

type EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized() *EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) Code

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) Error

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) GetPayload

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsClientError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsServerError

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceUnauthorized) String

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) Code

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) Error

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) GetPayload

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsClientError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsServerError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesBadRequest) String

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault(code int) *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) Code

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) Error

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) GetPayload

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsClientError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsServerError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesDefault) String

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) Code

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) Error

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) GetPayload

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsClientError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsServerError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesForbidden) String

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) Code

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) Error

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) GetPayload

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsClientError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsServerError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesGatewayTimeout) String

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) Code

Code gets the status code for the edge network instance configuration query edge network instances internal server error response

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) Error

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) GetPayload

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesInternalServerError) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK struct {
	Payload *models.NetInstList
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) Code

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) Error

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) GetPayload

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsClientError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsServerError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesOK) String

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams

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

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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams

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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParamsWithHTTPClient

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

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetDefaults

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterDeviceName

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterDeviceNamePattern

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterNamePattern

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterProjectName

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetFilterProjectNamePattern

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetHTTPClient

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextOrderBy

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextPageNum

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextPageSize

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextPageToken

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetNextTotalPages

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetSummary

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetTimeout

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) SetXRequestID

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithContext

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithDefaults

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterDeviceName

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterDeviceNamePattern

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterNamePattern

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterProjectName

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithFilterProjectNamePattern

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithHTTPClient

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextOrderBy

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextPageNum

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextPageSize

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextPageToken

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithNextTotalPages

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithSummary

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithTimeout

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WithXRequestID

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesReader

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

EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesReader is a Reader for the EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstances structure.

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized

type EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized() *EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized

NewEdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized creates a EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) Code

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) Error

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) GetPayload

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsClientError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsServerError

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationQueryEdgeNetworkInstancesUnauthorized) String

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody

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 []*models.StaticDNSList `json:"dnsList"`

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

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

	// Lisp Config : read only for now. Deprecated.
	Lisp *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 *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 *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 *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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody) MarshalBinary

MarshalBinary interface implementation

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceBody) Validate

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

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) Code

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) Error

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) GetPayload

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsClientError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsServerError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceConflict) String

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault(code int) *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) Code

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) Error

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) GetPayload

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsClientError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsServerError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceDefault) String

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) Code

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) Error

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) GetPayload

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsClientError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsServerError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceForbidden) String

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) Code

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) Error

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) GetPayload

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsClientError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsServerError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceGatewayTimeout) String

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) Code

Code gets the status code for the edge network instance configuration update edge network instance internal server error response

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) Error

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) GetPayload

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceInternalServerError) IsClientError

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

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

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

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

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

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) Code

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) Error

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) GetPayload

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsClientError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsServerError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceNotFound) String

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK struct {
	Payload *models.ZsrvResponse
}

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

A successful response.

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) Code

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) Error

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) GetPayload

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsClientError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsServerError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceOK) String

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams struct {

	/* XRequestID.

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

	// Body.
	Body *models.NetworkInstance

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

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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithContext(ctx context.Context) *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams

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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParamsWithHTTPClient

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

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetContext

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetDefaults

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetID

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetTimeout

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) SetXRequestID

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithBody

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithContext

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithDefaults

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithID

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithTimeout

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WithXRequestID

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceReader

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

EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceReader is a Reader for the EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstance structure.

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceReader) ReadResponse

ReadResponse reads a server response into the received o.

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized

type EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized struct {
	Payload *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

func NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized() *EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized

NewEdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized creates a EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized with default headers values

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) Code

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) Error

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) GetPayload

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsClientError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsCode

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

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsServerError

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) IsSuccess

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

func (*EdgeNetworkInstanceConfigurationUpdateEdgeNetworkInstanceUnauthorized) String

type GetEdgeNetworkInstanceNotFound

type GetEdgeNetworkInstanceNotFound struct {
	Payload *models.ZsrvResponse
}

GetEdgeNetworkInstanceNotFound 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

func NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound() *GetEdgeNetworkInstanceNotFound

NewEdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound creates a EdgeNetworkInstanceConfigurationGetEdgeNetworkInstanceNotFound with default headers values

func (*GetEdgeNetworkInstanceNotFound) Code

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

func (*GetEdgeNetworkInstanceNotFound) Error

func (*GetEdgeNetworkInstanceNotFound) GetPayload

func (*GetEdgeNetworkInstanceNotFound) IsClientError

func (o *GetEdgeNetworkInstanceNotFound) IsClientError() bool

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

func (*GetEdgeNetworkInstanceNotFound) IsCode

func (o *GetEdgeNetworkInstanceNotFound) IsCode(code int) bool

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

func (*GetEdgeNetworkInstanceNotFound) IsRedirect

func (o *GetEdgeNetworkInstanceNotFound) IsRedirect() bool

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

func (*GetEdgeNetworkInstanceNotFound) IsServerError

func (o *GetEdgeNetworkInstanceNotFound) IsServerError() bool

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

func (*GetEdgeNetworkInstanceNotFound) IsSuccess

func (o *GetEdgeNetworkInstanceNotFound) IsSuccess() bool

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

func (*GetEdgeNetworkInstanceNotFound) String

type NetworkInstanceNotFound

type NetworkInstanceNotFound struct {
	Payload *models.ZsrvResponse
}

NetworkInstanceNotFound 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

func NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound() *NetworkInstanceNotFound

NewEdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound creates a EdgeNetworkInstanceConfigurationDeleteEdgeNetworkInstanceNotFound with default headers values

func (*NetworkInstanceNotFound) Code

func (o *NetworkInstanceNotFound) Code() int

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

func (*NetworkInstanceNotFound) Error

func (o *NetworkInstanceNotFound) Error() string

func (*NetworkInstanceNotFound) GetPayload

func (o *NetworkInstanceNotFound) GetPayload() *models.ZsrvResponse

func (*NetworkInstanceNotFound) IsClientError

func (o *NetworkInstanceNotFound) IsClientError() bool

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

func (*NetworkInstanceNotFound) IsCode

func (o *NetworkInstanceNotFound) IsCode(code int) bool

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

func (*NetworkInstanceNotFound) IsRedirect

func (o *NetworkInstanceNotFound) IsRedirect() bool

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

func (*NetworkInstanceNotFound) IsServerError

func (o *NetworkInstanceNotFound) IsServerError() bool

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

func (*NetworkInstanceNotFound) IsSuccess

func (o *NetworkInstanceNotFound) IsSuccess() bool

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

func (*NetworkInstanceNotFound) String

func (o *NetworkInstanceNotFound) String() string

Jump to

Keyboard shortcuts

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