metric

package
v0.0.0-...-b339f66 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 Imports: 10 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 metric API

func (*Client) ListMachineDeploymentMetrics

func (a *Client) ListMachineDeploymentMetrics(params *ListMachineDeploymentMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMachineDeploymentMetricsOK, error)

ListMachineDeploymentMetrics lists metrics that belong to the given machine deployment

func (*Client) ListNodeDeploymentMetrics

func (a *Client) ListNodeDeploymentMetrics(params *ListNodeDeploymentMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNodeDeploymentMetricsOK, error)

ListNodeDeploymentMetrics lists metrics that belong to the given node deployment

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 {
	ListMachineDeploymentMetrics(params *ListMachineDeploymentMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMachineDeploymentMetricsOK, error)

	ListNodeDeploymentMetrics(params *ListNodeDeploymentMetricsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListNodeDeploymentMetricsOK, 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 metric API client.

type ListMachineDeploymentMetricsDefault

type ListMachineDeploymentMetricsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

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

errorResponse

func NewListMachineDeploymentMetricsDefault

func NewListMachineDeploymentMetricsDefault(code int) *ListMachineDeploymentMetricsDefault

NewListMachineDeploymentMetricsDefault creates a ListMachineDeploymentMetricsDefault with default headers values

func (*ListMachineDeploymentMetricsDefault) Code

Code gets the status code for the list machine deployment metrics default response

func (*ListMachineDeploymentMetricsDefault) Error

func (*ListMachineDeploymentMetricsDefault) GetPayload

func (*ListMachineDeploymentMetricsDefault) IsClientError

func (o *ListMachineDeploymentMetricsDefault) IsClientError() bool

IsClientError returns true when this list machine deployment metrics default response has a 4xx status code

func (*ListMachineDeploymentMetricsDefault) IsCode

IsCode returns true when this list machine deployment metrics default response a status code equal to that given

func (*ListMachineDeploymentMetricsDefault) IsRedirect

func (o *ListMachineDeploymentMetricsDefault) IsRedirect() bool

IsRedirect returns true when this list machine deployment metrics default response has a 3xx status code

func (*ListMachineDeploymentMetricsDefault) IsServerError

func (o *ListMachineDeploymentMetricsDefault) IsServerError() bool

IsServerError returns true when this list machine deployment metrics default response has a 5xx status code

func (*ListMachineDeploymentMetricsDefault) IsSuccess

IsSuccess returns true when this list machine deployment metrics default response has a 2xx status code

func (*ListMachineDeploymentMetricsDefault) String

type ListMachineDeploymentMetricsForbidden

type ListMachineDeploymentMetricsForbidden struct {
}

ListMachineDeploymentMetricsForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListMachineDeploymentMetricsForbidden

func NewListMachineDeploymentMetricsForbidden() *ListMachineDeploymentMetricsForbidden

NewListMachineDeploymentMetricsForbidden creates a ListMachineDeploymentMetricsForbidden with default headers values

func (*ListMachineDeploymentMetricsForbidden) Error

func (*ListMachineDeploymentMetricsForbidden) IsClientError

func (o *ListMachineDeploymentMetricsForbidden) IsClientError() bool

IsClientError returns true when this list machine deployment metrics forbidden response has a 4xx status code

func (*ListMachineDeploymentMetricsForbidden) IsCode

IsCode returns true when this list machine deployment metrics forbidden response a status code equal to that given

func (*ListMachineDeploymentMetricsForbidden) IsRedirect

IsRedirect returns true when this list machine deployment metrics forbidden response has a 3xx status code

func (*ListMachineDeploymentMetricsForbidden) IsServerError

func (o *ListMachineDeploymentMetricsForbidden) IsServerError() bool

IsServerError returns true when this list machine deployment metrics forbidden response has a 5xx status code

func (*ListMachineDeploymentMetricsForbidden) IsSuccess

IsSuccess returns true when this list machine deployment metrics forbidden response has a 2xx status code

func (*ListMachineDeploymentMetricsForbidden) String

type ListMachineDeploymentMetricsOK

type ListMachineDeploymentMetricsOK struct {
	Payload []*models.NodeMetric
}

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

NodeMetric

func NewListMachineDeploymentMetricsOK

func NewListMachineDeploymentMetricsOK() *ListMachineDeploymentMetricsOK

NewListMachineDeploymentMetricsOK creates a ListMachineDeploymentMetricsOK with default headers values

func (*ListMachineDeploymentMetricsOK) Error

func (*ListMachineDeploymentMetricsOK) GetPayload

func (*ListMachineDeploymentMetricsOK) IsClientError

func (o *ListMachineDeploymentMetricsOK) IsClientError() bool

IsClientError returns true when this list machine deployment metrics o k response has a 4xx status code

func (*ListMachineDeploymentMetricsOK) IsCode

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

IsCode returns true when this list machine deployment metrics o k response a status code equal to that given

func (*ListMachineDeploymentMetricsOK) IsRedirect

func (o *ListMachineDeploymentMetricsOK) IsRedirect() bool

IsRedirect returns true when this list machine deployment metrics o k response has a 3xx status code

func (*ListMachineDeploymentMetricsOK) IsServerError

func (o *ListMachineDeploymentMetricsOK) IsServerError() bool

IsServerError returns true when this list machine deployment metrics o k response has a 5xx status code

func (*ListMachineDeploymentMetricsOK) IsSuccess

func (o *ListMachineDeploymentMetricsOK) IsSuccess() bool

IsSuccess returns true when this list machine deployment metrics o k response has a 2xx status code

func (*ListMachineDeploymentMetricsOK) String

type ListMachineDeploymentMetricsParams

type ListMachineDeploymentMetricsParams struct {

	// ClusterID.
	ClusterID string

	// MachinedeploymentID.
	MachineDeploymentID string

	// ProjectID.
	ProjectID string

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

ListMachineDeploymentMetricsParams contains all the parameters to send to the API endpoint

for the list machine deployment metrics operation.

Typically these are written to a http.Request.

func NewListMachineDeploymentMetricsParams

func NewListMachineDeploymentMetricsParams() *ListMachineDeploymentMetricsParams

NewListMachineDeploymentMetricsParams creates a new ListMachineDeploymentMetricsParams 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 NewListMachineDeploymentMetricsParamsWithContext

func NewListMachineDeploymentMetricsParamsWithContext(ctx context.Context) *ListMachineDeploymentMetricsParams

NewListMachineDeploymentMetricsParamsWithContext creates a new ListMachineDeploymentMetricsParams object with the ability to set a context for a request.

func NewListMachineDeploymentMetricsParamsWithHTTPClient

func NewListMachineDeploymentMetricsParamsWithHTTPClient(client *http.Client) *ListMachineDeploymentMetricsParams

NewListMachineDeploymentMetricsParamsWithHTTPClient creates a new ListMachineDeploymentMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewListMachineDeploymentMetricsParamsWithTimeout

func NewListMachineDeploymentMetricsParamsWithTimeout(timeout time.Duration) *ListMachineDeploymentMetricsParams

NewListMachineDeploymentMetricsParamsWithTimeout creates a new ListMachineDeploymentMetricsParams object with the ability to set a timeout on a request.

func (*ListMachineDeploymentMetricsParams) SetClusterID

func (o *ListMachineDeploymentMetricsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) SetContext

SetContext adds the context to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) SetDefaults

func (o *ListMachineDeploymentMetricsParams) SetDefaults()

SetDefaults hydrates default values in the list machine deployment metrics params (not the query body).

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

func (*ListMachineDeploymentMetricsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) SetMachineDeploymentID

func (o *ListMachineDeploymentMetricsParams) SetMachineDeploymentID(machinedeploymentID string)

SetMachineDeploymentID adds the machinedeploymentId to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) SetProjectID

func (o *ListMachineDeploymentMetricsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) SetTimeout

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

SetTimeout adds the timeout to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) WithClusterID

WithClusterID adds the clusterID to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) WithContext

WithContext adds the context to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) WithDefaults

WithDefaults hydrates default values in the list machine deployment metrics params (not the query body).

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

func (*ListMachineDeploymentMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) WithMachineDeploymentID

func (o *ListMachineDeploymentMetricsParams) WithMachineDeploymentID(machinedeploymentID string) *ListMachineDeploymentMetricsParams

WithMachineDeploymentID adds the machinedeploymentID to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) WithProjectID

WithProjectID adds the projectID to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) WithTimeout

WithTimeout adds the timeout to the list machine deployment metrics params

func (*ListMachineDeploymentMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListMachineDeploymentMetricsReader

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

ListMachineDeploymentMetricsReader is a Reader for the ListMachineDeploymentMetrics structure.

func (*ListMachineDeploymentMetricsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListMachineDeploymentMetricsUnauthorized

type ListMachineDeploymentMetricsUnauthorized struct {
}

ListMachineDeploymentMetricsUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListMachineDeploymentMetricsUnauthorized

func NewListMachineDeploymentMetricsUnauthorized() *ListMachineDeploymentMetricsUnauthorized

NewListMachineDeploymentMetricsUnauthorized creates a ListMachineDeploymentMetricsUnauthorized with default headers values

func (*ListMachineDeploymentMetricsUnauthorized) Error

func (*ListMachineDeploymentMetricsUnauthorized) IsClientError

IsClientError returns true when this list machine deployment metrics unauthorized response has a 4xx status code

func (*ListMachineDeploymentMetricsUnauthorized) IsCode

IsCode returns true when this list machine deployment metrics unauthorized response a status code equal to that given

func (*ListMachineDeploymentMetricsUnauthorized) IsRedirect

IsRedirect returns true when this list machine deployment metrics unauthorized response has a 3xx status code

func (*ListMachineDeploymentMetricsUnauthorized) IsServerError

IsServerError returns true when this list machine deployment metrics unauthorized response has a 5xx status code

func (*ListMachineDeploymentMetricsUnauthorized) IsSuccess

IsSuccess returns true when this list machine deployment metrics unauthorized response has a 2xx status code

func (*ListMachineDeploymentMetricsUnauthorized) String

type ListNodeDeploymentMetricsDefault

type ListNodeDeploymentMetricsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

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

errorResponse

func NewListNodeDeploymentMetricsDefault

func NewListNodeDeploymentMetricsDefault(code int) *ListNodeDeploymentMetricsDefault

NewListNodeDeploymentMetricsDefault creates a ListNodeDeploymentMetricsDefault with default headers values

func (*ListNodeDeploymentMetricsDefault) Code

Code gets the status code for the list node deployment metrics default response

func (*ListNodeDeploymentMetricsDefault) Error

func (*ListNodeDeploymentMetricsDefault) GetPayload

func (*ListNodeDeploymentMetricsDefault) IsClientError

func (o *ListNodeDeploymentMetricsDefault) IsClientError() bool

IsClientError returns true when this list node deployment metrics default response has a 4xx status code

func (*ListNodeDeploymentMetricsDefault) IsCode

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

IsCode returns true when this list node deployment metrics default response a status code equal to that given

func (*ListNodeDeploymentMetricsDefault) IsRedirect

func (o *ListNodeDeploymentMetricsDefault) IsRedirect() bool

IsRedirect returns true when this list node deployment metrics default response has a 3xx status code

func (*ListNodeDeploymentMetricsDefault) IsServerError

func (o *ListNodeDeploymentMetricsDefault) IsServerError() bool

IsServerError returns true when this list node deployment metrics default response has a 5xx status code

func (*ListNodeDeploymentMetricsDefault) IsSuccess

func (o *ListNodeDeploymentMetricsDefault) IsSuccess() bool

IsSuccess returns true when this list node deployment metrics default response has a 2xx status code

func (*ListNodeDeploymentMetricsDefault) String

type ListNodeDeploymentMetricsForbidden

type ListNodeDeploymentMetricsForbidden struct {
}

ListNodeDeploymentMetricsForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListNodeDeploymentMetricsForbidden

func NewListNodeDeploymentMetricsForbidden() *ListNodeDeploymentMetricsForbidden

NewListNodeDeploymentMetricsForbidden creates a ListNodeDeploymentMetricsForbidden with default headers values

func (*ListNodeDeploymentMetricsForbidden) Error

func (*ListNodeDeploymentMetricsForbidden) IsClientError

func (o *ListNodeDeploymentMetricsForbidden) IsClientError() bool

IsClientError returns true when this list node deployment metrics forbidden response has a 4xx status code

func (*ListNodeDeploymentMetricsForbidden) IsCode

IsCode returns true when this list node deployment metrics forbidden response a status code equal to that given

func (*ListNodeDeploymentMetricsForbidden) IsRedirect

func (o *ListNodeDeploymentMetricsForbidden) IsRedirect() bool

IsRedirect returns true when this list node deployment metrics forbidden response has a 3xx status code

func (*ListNodeDeploymentMetricsForbidden) IsServerError

func (o *ListNodeDeploymentMetricsForbidden) IsServerError() bool

IsServerError returns true when this list node deployment metrics forbidden response has a 5xx status code

func (*ListNodeDeploymentMetricsForbidden) IsSuccess

IsSuccess returns true when this list node deployment metrics forbidden response has a 2xx status code

func (*ListNodeDeploymentMetricsForbidden) String

type ListNodeDeploymentMetricsOK

type ListNodeDeploymentMetricsOK struct {
	Payload []*models.NodeMetric
}

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

NodeMetric

func NewListNodeDeploymentMetricsOK

func NewListNodeDeploymentMetricsOK() *ListNodeDeploymentMetricsOK

NewListNodeDeploymentMetricsOK creates a ListNodeDeploymentMetricsOK with default headers values

func (*ListNodeDeploymentMetricsOK) Error

func (*ListNodeDeploymentMetricsOK) GetPayload

func (o *ListNodeDeploymentMetricsOK) GetPayload() []*models.NodeMetric

func (*ListNodeDeploymentMetricsOK) IsClientError

func (o *ListNodeDeploymentMetricsOK) IsClientError() bool

IsClientError returns true when this list node deployment metrics o k response has a 4xx status code

func (*ListNodeDeploymentMetricsOK) IsCode

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

IsCode returns true when this list node deployment metrics o k response a status code equal to that given

func (*ListNodeDeploymentMetricsOK) IsRedirect

func (o *ListNodeDeploymentMetricsOK) IsRedirect() bool

IsRedirect returns true when this list node deployment metrics o k response has a 3xx status code

func (*ListNodeDeploymentMetricsOK) IsServerError

func (o *ListNodeDeploymentMetricsOK) IsServerError() bool

IsServerError returns true when this list node deployment metrics o k response has a 5xx status code

func (*ListNodeDeploymentMetricsOK) IsSuccess

func (o *ListNodeDeploymentMetricsOK) IsSuccess() bool

IsSuccess returns true when this list node deployment metrics o k response has a 2xx status code

func (*ListNodeDeploymentMetricsOK) String

func (o *ListNodeDeploymentMetricsOK) String() string

type ListNodeDeploymentMetricsParams

type ListNodeDeploymentMetricsParams struct {

	// ClusterID.
	ClusterID string

	// Dc.
	DC string

	// NodedeploymentID.
	NodeDeploymentID string

	// ProjectID.
	ProjectID string

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

ListNodeDeploymentMetricsParams contains all the parameters to send to the API endpoint

for the list node deployment metrics operation.

Typically these are written to a http.Request.

func NewListNodeDeploymentMetricsParams

func NewListNodeDeploymentMetricsParams() *ListNodeDeploymentMetricsParams

NewListNodeDeploymentMetricsParams creates a new ListNodeDeploymentMetricsParams 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 NewListNodeDeploymentMetricsParamsWithContext

func NewListNodeDeploymentMetricsParamsWithContext(ctx context.Context) *ListNodeDeploymentMetricsParams

NewListNodeDeploymentMetricsParamsWithContext creates a new ListNodeDeploymentMetricsParams object with the ability to set a context for a request.

func NewListNodeDeploymentMetricsParamsWithHTTPClient

func NewListNodeDeploymentMetricsParamsWithHTTPClient(client *http.Client) *ListNodeDeploymentMetricsParams

NewListNodeDeploymentMetricsParamsWithHTTPClient creates a new ListNodeDeploymentMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewListNodeDeploymentMetricsParamsWithTimeout

func NewListNodeDeploymentMetricsParamsWithTimeout(timeout time.Duration) *ListNodeDeploymentMetricsParams

NewListNodeDeploymentMetricsParamsWithTimeout creates a new ListNodeDeploymentMetricsParams object with the ability to set a timeout on a request.

func (*ListNodeDeploymentMetricsParams) SetClusterID

func (o *ListNodeDeploymentMetricsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) SetContext

func (o *ListNodeDeploymentMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) SetDC

SetDC adds the dc to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) SetDefaults

func (o *ListNodeDeploymentMetricsParams) SetDefaults()

SetDefaults hydrates default values in the list node deployment metrics params (not the query body).

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

func (*ListNodeDeploymentMetricsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) SetNodeDeploymentID

func (o *ListNodeDeploymentMetricsParams) SetNodeDeploymentID(nodedeploymentID string)

SetNodeDeploymentID adds the nodedeploymentId to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) SetProjectID

func (o *ListNodeDeploymentMetricsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) SetTimeout

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

SetTimeout adds the timeout to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) WithClusterID

WithClusterID adds the clusterID to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) WithContext

WithContext adds the context to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) WithDC

WithDC adds the dc to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) WithDefaults

WithDefaults hydrates default values in the list node deployment metrics params (not the query body).

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

func (*ListNodeDeploymentMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) WithNodeDeploymentID

func (o *ListNodeDeploymentMetricsParams) WithNodeDeploymentID(nodedeploymentID string) *ListNodeDeploymentMetricsParams

WithNodeDeploymentID adds the nodedeploymentID to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) WithProjectID

WithProjectID adds the projectID to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) WithTimeout

WithTimeout adds the timeout to the list node deployment metrics params

func (*ListNodeDeploymentMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListNodeDeploymentMetricsReader

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

ListNodeDeploymentMetricsReader is a Reader for the ListNodeDeploymentMetrics structure.

func (*ListNodeDeploymentMetricsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListNodeDeploymentMetricsUnauthorized

type ListNodeDeploymentMetricsUnauthorized struct {
}

ListNodeDeploymentMetricsUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListNodeDeploymentMetricsUnauthorized

func NewListNodeDeploymentMetricsUnauthorized() *ListNodeDeploymentMetricsUnauthorized

NewListNodeDeploymentMetricsUnauthorized creates a ListNodeDeploymentMetricsUnauthorized with default headers values

func (*ListNodeDeploymentMetricsUnauthorized) Error

func (*ListNodeDeploymentMetricsUnauthorized) IsClientError

func (o *ListNodeDeploymentMetricsUnauthorized) IsClientError() bool

IsClientError returns true when this list node deployment metrics unauthorized response has a 4xx status code

func (*ListNodeDeploymentMetricsUnauthorized) IsCode

IsCode returns true when this list node deployment metrics unauthorized response a status code equal to that given

func (*ListNodeDeploymentMetricsUnauthorized) IsRedirect

IsRedirect returns true when this list node deployment metrics unauthorized response has a 3xx status code

func (*ListNodeDeploymentMetricsUnauthorized) IsServerError

func (o *ListNodeDeploymentMetricsUnauthorized) IsServerError() bool

IsServerError returns true when this list node deployment metrics unauthorized response has a 5xx status code

func (*ListNodeDeploymentMetricsUnauthorized) IsSuccess

IsSuccess returns true when this list node deployment metrics unauthorized response has a 2xx status code

func (*ListNodeDeploymentMetricsUnauthorized) String

Jump to

Keyboard shortcuts

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