edge_network_instance_status

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for edge network instance status API

func (*Client) GetEdgeNetworkInstanceStatus

func (a *Client) GetEdgeNetworkInstanceStatus(params *GetEdgeNetworkInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeNetworkInstanceStatusOK, error)

GetEdgeNetworkInstanceStatus gets edge network instance status

Get the status of an edge network instance as reported by the edge node where the edge network instance has been deployed.

func (*Client) GetEdgeNetworkInstanceStatusByName

func (a *Client) GetEdgeNetworkInstanceStatusByName(params *GetEdgeNetworkInstanceStatusByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeNetworkInstanceStatusByNameOK, error)

GetEdgeNetworkInstanceStatusByName gets edge network instance status

Get the status of an edge network instance as reported by the edge node where the edge network instance has been deployed.

func (*Client) QueryEdgeNetworkInstanceStatus

func (a *Client) QueryEdgeNetworkInstanceStatus(params *QueryEdgeNetworkInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryEdgeNetworkInstanceStatusOK, error)

QueryEdgeNetworkInstanceStatus queries status of edge network instances

Query the status of edge network instances as reported by the edge nodes where the edge network instances have been deployed.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetEdgeNetworkInstanceStatus(params *GetEdgeNetworkInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeNetworkInstanceStatusOK, error)

	GetEdgeNetworkInstanceStatusByName(params *GetEdgeNetworkInstanceStatusByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetEdgeNetworkInstanceStatusByNameOK, error)

	QueryEdgeNetworkInstanceStatus(params *QueryEdgeNetworkInstanceStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryEdgeNetworkInstanceStatusOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new edge network instance status API client.

type GetEdgeNetworkInstanceStatusByNameForbidden

type GetEdgeNetworkInstanceStatusByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusByNameForbidden 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 NewGetEdgeNetworkInstanceStatusByNameForbidden

func NewGetEdgeNetworkInstanceStatusByNameForbidden() *GetEdgeNetworkInstanceStatusByNameForbidden

NewGetEdgeNetworkInstanceStatusByNameForbidden creates a GetEdgeNetworkInstanceStatusByNameForbidden with default headers values

func (*GetEdgeNetworkInstanceStatusByNameForbidden) Error

func (*GetEdgeNetworkInstanceStatusByNameForbidden) GetPayload

type GetEdgeNetworkInstanceStatusByNameGatewayTimeout

type GetEdgeNetworkInstanceStatusByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusByNameGatewayTimeout 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 NewGetEdgeNetworkInstanceStatusByNameGatewayTimeout

func NewGetEdgeNetworkInstanceStatusByNameGatewayTimeout() *GetEdgeNetworkInstanceStatusByNameGatewayTimeout

NewGetEdgeNetworkInstanceStatusByNameGatewayTimeout creates a GetEdgeNetworkInstanceStatusByNameGatewayTimeout with default headers values

func (*GetEdgeNetworkInstanceStatusByNameGatewayTimeout) Error

func (*GetEdgeNetworkInstanceStatusByNameGatewayTimeout) GetPayload

type GetEdgeNetworkInstanceStatusByNameInternalServerError

type GetEdgeNetworkInstanceStatusByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusByNameInternalServerError 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 NewGetEdgeNetworkInstanceStatusByNameInternalServerError

func NewGetEdgeNetworkInstanceStatusByNameInternalServerError() *GetEdgeNetworkInstanceStatusByNameInternalServerError

NewGetEdgeNetworkInstanceStatusByNameInternalServerError creates a GetEdgeNetworkInstanceStatusByNameInternalServerError with default headers values

func (*GetEdgeNetworkInstanceStatusByNameInternalServerError) Error

func (*GetEdgeNetworkInstanceStatusByNameInternalServerError) GetPayload

type GetEdgeNetworkInstanceStatusByNameNotFound

type GetEdgeNetworkInstanceStatusByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusByNameNotFound 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 NewGetEdgeNetworkInstanceStatusByNameNotFound

func NewGetEdgeNetworkInstanceStatusByNameNotFound() *GetEdgeNetworkInstanceStatusByNameNotFound

NewGetEdgeNetworkInstanceStatusByNameNotFound creates a GetEdgeNetworkInstanceStatusByNameNotFound with default headers values

func (*GetEdgeNetworkInstanceStatusByNameNotFound) Error

func (*GetEdgeNetworkInstanceStatusByNameNotFound) GetPayload

type GetEdgeNetworkInstanceStatusByNameOK

type GetEdgeNetworkInstanceStatusByNameOK struct {
	Payload *swagger_models.NetInstStatusMsg
}
GetEdgeNetworkInstanceStatusByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewGetEdgeNetworkInstanceStatusByNameOK

func NewGetEdgeNetworkInstanceStatusByNameOK() *GetEdgeNetworkInstanceStatusByNameOK

NewGetEdgeNetworkInstanceStatusByNameOK creates a GetEdgeNetworkInstanceStatusByNameOK with default headers values

func (*GetEdgeNetworkInstanceStatusByNameOK) Error

func (*GetEdgeNetworkInstanceStatusByNameOK) GetPayload

type GetEdgeNetworkInstanceStatusByNameParams

type GetEdgeNetworkInstanceStatusByNameParams struct {

	/* XRequestID.

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

	// Name.
	Name string

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

GetEdgeNetworkInstanceStatusByNameParams contains all the parameters to send to the API endpoint

for the get edge network instance status by name operation.

Typically these are written to a http.Request.

func NewGetEdgeNetworkInstanceStatusByNameParams

func NewGetEdgeNetworkInstanceStatusByNameParams() *GetEdgeNetworkInstanceStatusByNameParams

NewGetEdgeNetworkInstanceStatusByNameParams creates a new GetEdgeNetworkInstanceStatusByNameParams 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 NewGetEdgeNetworkInstanceStatusByNameParamsWithContext

func NewGetEdgeNetworkInstanceStatusByNameParamsWithContext(ctx context.Context) *GetEdgeNetworkInstanceStatusByNameParams

NewGetEdgeNetworkInstanceStatusByNameParamsWithContext creates a new GetEdgeNetworkInstanceStatusByNameParams object with the ability to set a context for a request.

func NewGetEdgeNetworkInstanceStatusByNameParamsWithHTTPClient

func NewGetEdgeNetworkInstanceStatusByNameParamsWithHTTPClient(client *http.Client) *GetEdgeNetworkInstanceStatusByNameParams

NewGetEdgeNetworkInstanceStatusByNameParamsWithHTTPClient creates a new GetEdgeNetworkInstanceStatusByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeNetworkInstanceStatusByNameParamsWithTimeout

func NewGetEdgeNetworkInstanceStatusByNameParamsWithTimeout(timeout time.Duration) *GetEdgeNetworkInstanceStatusByNameParams

NewGetEdgeNetworkInstanceStatusByNameParamsWithTimeout creates a new GetEdgeNetworkInstanceStatusByNameParams object with the ability to set a timeout on a request.

func (*GetEdgeNetworkInstanceStatusByNameParams) SetContext

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

func (*GetEdgeNetworkInstanceStatusByNameParams) SetDefaults

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

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

func (*GetEdgeNetworkInstanceStatusByNameParams) SetHTTPClient

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

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

func (*GetEdgeNetworkInstanceStatusByNameParams) SetName

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

func (*GetEdgeNetworkInstanceStatusByNameParams) SetTimeout

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

func (*GetEdgeNetworkInstanceStatusByNameParams) SetXRequestID

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

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

func (*GetEdgeNetworkInstanceStatusByNameParams) WithContext

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

func (*GetEdgeNetworkInstanceStatusByNameParams) WithDefaults

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

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

func (*GetEdgeNetworkInstanceStatusByNameParams) WithHTTPClient

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

func (*GetEdgeNetworkInstanceStatusByNameParams) WithName

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

func (*GetEdgeNetworkInstanceStatusByNameParams) WithTimeout

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

func (*GetEdgeNetworkInstanceStatusByNameParams) WithXRequestID

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

func (*GetEdgeNetworkInstanceStatusByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeNetworkInstanceStatusByNameReader

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

GetEdgeNetworkInstanceStatusByNameReader is a Reader for the GetEdgeNetworkInstanceStatusByName structure.

func (*GetEdgeNetworkInstanceStatusByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeNetworkInstanceStatusByNameUnauthorized

type GetEdgeNetworkInstanceStatusByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusByNameUnauthorized 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 NewGetEdgeNetworkInstanceStatusByNameUnauthorized

func NewGetEdgeNetworkInstanceStatusByNameUnauthorized() *GetEdgeNetworkInstanceStatusByNameUnauthorized

NewGetEdgeNetworkInstanceStatusByNameUnauthorized creates a GetEdgeNetworkInstanceStatusByNameUnauthorized with default headers values

func (*GetEdgeNetworkInstanceStatusByNameUnauthorized) Error

func (*GetEdgeNetworkInstanceStatusByNameUnauthorized) GetPayload

type GetEdgeNetworkInstanceStatusForbidden

type GetEdgeNetworkInstanceStatusForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusForbidden 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 NewGetEdgeNetworkInstanceStatusForbidden

func NewGetEdgeNetworkInstanceStatusForbidden() *GetEdgeNetworkInstanceStatusForbidden

NewGetEdgeNetworkInstanceStatusForbidden creates a GetEdgeNetworkInstanceStatusForbidden with default headers values

func (*GetEdgeNetworkInstanceStatusForbidden) Error

func (*GetEdgeNetworkInstanceStatusForbidden) GetPayload

type GetEdgeNetworkInstanceStatusGatewayTimeout

type GetEdgeNetworkInstanceStatusGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusGatewayTimeout 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 NewGetEdgeNetworkInstanceStatusGatewayTimeout

func NewGetEdgeNetworkInstanceStatusGatewayTimeout() *GetEdgeNetworkInstanceStatusGatewayTimeout

NewGetEdgeNetworkInstanceStatusGatewayTimeout creates a GetEdgeNetworkInstanceStatusGatewayTimeout with default headers values

func (*GetEdgeNetworkInstanceStatusGatewayTimeout) Error

func (*GetEdgeNetworkInstanceStatusGatewayTimeout) GetPayload

type GetEdgeNetworkInstanceStatusInternalServerError

type GetEdgeNetworkInstanceStatusInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusInternalServerError 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 NewGetEdgeNetworkInstanceStatusInternalServerError

func NewGetEdgeNetworkInstanceStatusInternalServerError() *GetEdgeNetworkInstanceStatusInternalServerError

NewGetEdgeNetworkInstanceStatusInternalServerError creates a GetEdgeNetworkInstanceStatusInternalServerError with default headers values

func (*GetEdgeNetworkInstanceStatusInternalServerError) Error

func (*GetEdgeNetworkInstanceStatusInternalServerError) GetPayload

type GetEdgeNetworkInstanceStatusNotFound

type GetEdgeNetworkInstanceStatusNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusNotFound 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 NewGetEdgeNetworkInstanceStatusNotFound

func NewGetEdgeNetworkInstanceStatusNotFound() *GetEdgeNetworkInstanceStatusNotFound

NewGetEdgeNetworkInstanceStatusNotFound creates a GetEdgeNetworkInstanceStatusNotFound with default headers values

func (*GetEdgeNetworkInstanceStatusNotFound) Error

func (*GetEdgeNetworkInstanceStatusNotFound) GetPayload

type GetEdgeNetworkInstanceStatusOK

type GetEdgeNetworkInstanceStatusOK struct {
	Payload *swagger_models.NetInstStatusMsg
}
GetEdgeNetworkInstanceStatusOK describes a response with status code 200, with default header values.

A successful response.

func NewGetEdgeNetworkInstanceStatusOK

func NewGetEdgeNetworkInstanceStatusOK() *GetEdgeNetworkInstanceStatusOK

NewGetEdgeNetworkInstanceStatusOK creates a GetEdgeNetworkInstanceStatusOK with default headers values

func (*GetEdgeNetworkInstanceStatusOK) Error

func (*GetEdgeNetworkInstanceStatusOK) GetPayload

type GetEdgeNetworkInstanceStatusParams

type GetEdgeNetworkInstanceStatusParams struct {

	/* XRequestID.

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

	// ID.
	ID string

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

GetEdgeNetworkInstanceStatusParams contains all the parameters to send to the API endpoint

for the get edge network instance status operation.

Typically these are written to a http.Request.

func NewGetEdgeNetworkInstanceStatusParams

func NewGetEdgeNetworkInstanceStatusParams() *GetEdgeNetworkInstanceStatusParams

NewGetEdgeNetworkInstanceStatusParams creates a new GetEdgeNetworkInstanceStatusParams 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 NewGetEdgeNetworkInstanceStatusParamsWithContext

func NewGetEdgeNetworkInstanceStatusParamsWithContext(ctx context.Context) *GetEdgeNetworkInstanceStatusParams

NewGetEdgeNetworkInstanceStatusParamsWithContext creates a new GetEdgeNetworkInstanceStatusParams object with the ability to set a context for a request.

func NewGetEdgeNetworkInstanceStatusParamsWithHTTPClient

func NewGetEdgeNetworkInstanceStatusParamsWithHTTPClient(client *http.Client) *GetEdgeNetworkInstanceStatusParams

NewGetEdgeNetworkInstanceStatusParamsWithHTTPClient creates a new GetEdgeNetworkInstanceStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetEdgeNetworkInstanceStatusParamsWithTimeout

func NewGetEdgeNetworkInstanceStatusParamsWithTimeout(timeout time.Duration) *GetEdgeNetworkInstanceStatusParams

NewGetEdgeNetworkInstanceStatusParamsWithTimeout creates a new GetEdgeNetworkInstanceStatusParams object with the ability to set a timeout on a request.

func (*GetEdgeNetworkInstanceStatusParams) SetContext

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

func (*GetEdgeNetworkInstanceStatusParams) SetDefaults

func (o *GetEdgeNetworkInstanceStatusParams) SetDefaults()

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

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

func (*GetEdgeNetworkInstanceStatusParams) SetHTTPClient

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

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

func (*GetEdgeNetworkInstanceStatusParams) SetID

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

func (*GetEdgeNetworkInstanceStatusParams) SetTimeout

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

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

func (*GetEdgeNetworkInstanceStatusParams) SetXRequestID

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

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

func (*GetEdgeNetworkInstanceStatusParams) WithContext

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

func (*GetEdgeNetworkInstanceStatusParams) WithDefaults

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

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

func (*GetEdgeNetworkInstanceStatusParams) WithHTTPClient

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

func (*GetEdgeNetworkInstanceStatusParams) WithID

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

func (*GetEdgeNetworkInstanceStatusParams) WithTimeout

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

func (*GetEdgeNetworkInstanceStatusParams) WithXRequestID

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

func (*GetEdgeNetworkInstanceStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEdgeNetworkInstanceStatusReader

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

GetEdgeNetworkInstanceStatusReader is a Reader for the GetEdgeNetworkInstanceStatus structure.

func (*GetEdgeNetworkInstanceStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEdgeNetworkInstanceStatusUnauthorized

type GetEdgeNetworkInstanceStatusUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetEdgeNetworkInstanceStatusUnauthorized 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 NewGetEdgeNetworkInstanceStatusUnauthorized

func NewGetEdgeNetworkInstanceStatusUnauthorized() *GetEdgeNetworkInstanceStatusUnauthorized

NewGetEdgeNetworkInstanceStatusUnauthorized creates a GetEdgeNetworkInstanceStatusUnauthorized with default headers values

func (*GetEdgeNetworkInstanceStatusUnauthorized) Error

func (*GetEdgeNetworkInstanceStatusUnauthorized) GetPayload

type QueryEdgeNetworkInstanceStatusBadRequest

type QueryEdgeNetworkInstanceStatusBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
QueryEdgeNetworkInstanceStatusBadRequest 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 NewQueryEdgeNetworkInstanceStatusBadRequest

func NewQueryEdgeNetworkInstanceStatusBadRequest() *QueryEdgeNetworkInstanceStatusBadRequest

NewQueryEdgeNetworkInstanceStatusBadRequest creates a QueryEdgeNetworkInstanceStatusBadRequest with default headers values

func (*QueryEdgeNetworkInstanceStatusBadRequest) Error

func (*QueryEdgeNetworkInstanceStatusBadRequest) GetPayload

type QueryEdgeNetworkInstanceStatusForbidden

type QueryEdgeNetworkInstanceStatusForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryEdgeNetworkInstanceStatusForbidden 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 NewQueryEdgeNetworkInstanceStatusForbidden

func NewQueryEdgeNetworkInstanceStatusForbidden() *QueryEdgeNetworkInstanceStatusForbidden

NewQueryEdgeNetworkInstanceStatusForbidden creates a QueryEdgeNetworkInstanceStatusForbidden with default headers values

func (*QueryEdgeNetworkInstanceStatusForbidden) Error

func (*QueryEdgeNetworkInstanceStatusForbidden) GetPayload

type QueryEdgeNetworkInstanceStatusGatewayTimeout

type QueryEdgeNetworkInstanceStatusGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryEdgeNetworkInstanceStatusGatewayTimeout 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 NewQueryEdgeNetworkInstanceStatusGatewayTimeout

func NewQueryEdgeNetworkInstanceStatusGatewayTimeout() *QueryEdgeNetworkInstanceStatusGatewayTimeout

NewQueryEdgeNetworkInstanceStatusGatewayTimeout creates a QueryEdgeNetworkInstanceStatusGatewayTimeout with default headers values

func (*QueryEdgeNetworkInstanceStatusGatewayTimeout) Error

func (*QueryEdgeNetworkInstanceStatusGatewayTimeout) GetPayload

type QueryEdgeNetworkInstanceStatusInternalServerError

type QueryEdgeNetworkInstanceStatusInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryEdgeNetworkInstanceStatusInternalServerError 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 NewQueryEdgeNetworkInstanceStatusInternalServerError

func NewQueryEdgeNetworkInstanceStatusInternalServerError() *QueryEdgeNetworkInstanceStatusInternalServerError

NewQueryEdgeNetworkInstanceStatusInternalServerError creates a QueryEdgeNetworkInstanceStatusInternalServerError with default headers values

func (*QueryEdgeNetworkInstanceStatusInternalServerError) Error

func (*QueryEdgeNetworkInstanceStatusInternalServerError) GetPayload

type QueryEdgeNetworkInstanceStatusOK

type QueryEdgeNetworkInstanceStatusOK struct {
	Payload *swagger_models.NetInstStatusListMsg
}
QueryEdgeNetworkInstanceStatusOK describes a response with status code 200, with default header values.

A successful response.

func NewQueryEdgeNetworkInstanceStatusOK

func NewQueryEdgeNetworkInstanceStatusOK() *QueryEdgeNetworkInstanceStatusOK

NewQueryEdgeNetworkInstanceStatusOK creates a QueryEdgeNetworkInstanceStatusOK with default headers values

func (*QueryEdgeNetworkInstanceStatusOK) Error

func (*QueryEdgeNetworkInstanceStatusOK) GetPayload

type QueryEdgeNetworkInstanceStatusParams

type QueryEdgeNetworkInstanceStatusParams struct {

	/* XRequestID.

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

	// FilterDeviceName.
	FilterDeviceName *string

	// FilterNamePattern.
	FilterNamePattern *string

	// FilterProjectName.
	FilterProjectName *string

	/* FilterRunState.

	     - RUN_STATE_ONLINE: Entity Online
	- RUN_STATE_HALTED: Entity Halted
	- RUN_STATE_INIT: Entity Initializing
	- RUN_STATE_REBOOTING: Entity Rebooting
	- RUN_STATE_OFFLINE: Entity Offline
	- RUN_STATE_UNKNOWN: Entity state Unknown
	- RUN_STATE_UNPROVISIONED: Entity Unprovisioned
	- RUN_STATE_PROVISIONED: Entity Provisioned
	- RUN_STATE_SUSPECT: Entity Suspect
	- RUN_STATE_DOWNLOADING: Edge-node downloading entity artifacts
	- RUN_STATE_RESTARTING: Entity Restarting
	- RUN_STATE_PURGING: Entity Purging
	- RUN_STATE_HALTING: Entity Halting
	- RUN_STATE_ERROR: Entity encountered an error
	- RUN_STATE_VERIFYING: Verification of downloaded Artifacts in Progress.
	- RUN_STATE_LOADING: Loading of Artifacts into local datastore in Progress.
	- RUN_STATE_CREATING_VOLUME: Volume creation from artifacts in Progress
	- RUN_STATE_BOOTING: Entity booting up
	- RUN_STATE_MAINTENANCE_MODE: Entity maintenance mode

	    Default: "RUN_STATE_UNSPECIFIED"
	*/
	FilterRunState *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.
	//
	// Format: boolean
	Summary *bool

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

QueryEdgeNetworkInstanceStatusParams contains all the parameters to send to the API endpoint

for the query edge network instance status operation.

Typically these are written to a http.Request.

func NewQueryEdgeNetworkInstanceStatusParams

func NewQueryEdgeNetworkInstanceStatusParams() *QueryEdgeNetworkInstanceStatusParams

NewQueryEdgeNetworkInstanceStatusParams creates a new QueryEdgeNetworkInstanceStatusParams 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 NewQueryEdgeNetworkInstanceStatusParamsWithContext

func NewQueryEdgeNetworkInstanceStatusParamsWithContext(ctx context.Context) *QueryEdgeNetworkInstanceStatusParams

NewQueryEdgeNetworkInstanceStatusParamsWithContext creates a new QueryEdgeNetworkInstanceStatusParams object with the ability to set a context for a request.

func NewQueryEdgeNetworkInstanceStatusParamsWithHTTPClient

func NewQueryEdgeNetworkInstanceStatusParamsWithHTTPClient(client *http.Client) *QueryEdgeNetworkInstanceStatusParams

NewQueryEdgeNetworkInstanceStatusParamsWithHTTPClient creates a new QueryEdgeNetworkInstanceStatusParams object with the ability to set a custom HTTPClient for a request.

func NewQueryEdgeNetworkInstanceStatusParamsWithTimeout

func NewQueryEdgeNetworkInstanceStatusParamsWithTimeout(timeout time.Duration) *QueryEdgeNetworkInstanceStatusParams

NewQueryEdgeNetworkInstanceStatusParamsWithTimeout creates a new QueryEdgeNetworkInstanceStatusParams object with the ability to set a timeout on a request.

func (*QueryEdgeNetworkInstanceStatusParams) SetContext

SetContext adds the context to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetDefaults

func (o *QueryEdgeNetworkInstanceStatusParams) SetDefaults()

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

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

func (*QueryEdgeNetworkInstanceStatusParams) SetFilterDeviceName

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

SetFilterDeviceName adds the filterDeviceName to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetFilterNamePattern

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

SetFilterNamePattern adds the filterNamePattern to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetFilterProjectName

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

SetFilterProjectName adds the filterProjectName to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetFilterRunState

func (o *QueryEdgeNetworkInstanceStatusParams) SetFilterRunState(filterRunState *string)

SetFilterRunState adds the filterRunState to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetNextOrderBy

func (o *QueryEdgeNetworkInstanceStatusParams) SetNextOrderBy(nextOrderBy *string)

SetNextOrderBy adds the nextOrderBy to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetNextPageNum

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

SetNextPageNum adds the nextPageNum to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetNextPageSize

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

SetNextPageSize adds the nextPageSize to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetNextPageToken

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

SetNextPageToken adds the nextPageToken to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetNextTotalPages

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

SetNextTotalPages adds the nextTotalPages to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetSummary

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

SetSummary adds the summary to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetTimeout

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

SetTimeout adds the timeout to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) SetXRequestID

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

SetXRequestID adds the xRequestId to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithContext

WithContext adds the context to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithDefaults

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

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

func (*QueryEdgeNetworkInstanceStatusParams) WithFilterDeviceName

func (o *QueryEdgeNetworkInstanceStatusParams) WithFilterDeviceName(filterDeviceName *string) *QueryEdgeNetworkInstanceStatusParams

WithFilterDeviceName adds the filterDeviceName to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithFilterNamePattern

func (o *QueryEdgeNetworkInstanceStatusParams) WithFilterNamePattern(filterNamePattern *string) *QueryEdgeNetworkInstanceStatusParams

WithFilterNamePattern adds the filterNamePattern to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithFilterProjectName

func (o *QueryEdgeNetworkInstanceStatusParams) WithFilterProjectName(filterProjectName *string) *QueryEdgeNetworkInstanceStatusParams

WithFilterProjectName adds the filterProjectName to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithFilterRunState

WithFilterRunState adds the filterRunState to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithNextOrderBy

WithNextOrderBy adds the nextOrderBy to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithNextPageNum

WithNextPageNum adds the nextPageNum to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithNextPageSize

WithNextPageSize adds the nextPageSize to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithNextPageToken

WithNextPageToken adds the nextPageToken to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithNextTotalPages

WithNextTotalPages adds the nextTotalPages to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithSummary

WithSummary adds the summary to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithTimeout

WithTimeout adds the timeout to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WithXRequestID

WithXRequestID adds the xRequestID to the query edge network instance status params

func (*QueryEdgeNetworkInstanceStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryEdgeNetworkInstanceStatusReader

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

QueryEdgeNetworkInstanceStatusReader is a Reader for the QueryEdgeNetworkInstanceStatus structure.

func (*QueryEdgeNetworkInstanceStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryEdgeNetworkInstanceStatusUnauthorized

type QueryEdgeNetworkInstanceStatusUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryEdgeNetworkInstanceStatusUnauthorized 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 NewQueryEdgeNetworkInstanceStatusUnauthorized

func NewQueryEdgeNetworkInstanceStatusUnauthorized() *QueryEdgeNetworkInstanceStatusUnauthorized

NewQueryEdgeNetworkInstanceStatusUnauthorized creates a QueryEdgeNetworkInstanceStatusUnauthorized with default headers values

func (*QueryEdgeNetworkInstanceStatusUnauthorized) Error

func (*QueryEdgeNetworkInstanceStatusUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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