server

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 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 server API

func (*Client) GetNmsAddress

func (a *Client) GetNmsAddress(params *GetNmsAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsAddressOK, error)

GetNmsAddress gets IP address of the UI s p server resolve hostname if necessary

func (*Client) GetNmsBlogPosts

func (a *Client) GetNmsBlogPosts(params *GetNmsBlogPostsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsBlogPostsOK, error)

GetNmsBlogPosts gets blog posts

func (*Client) GetNmsChanged

func (a *Client) GetNmsChanged(params *GetNmsChangedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsChangedOK, error)

GetNmsChanged lists of items in UI s p that changed since given timestamp

func (*Client) GetNmsConnection

func (a *Client) GetNmsConnection(params *GetNmsConnectionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsConnectionOK, error)

GetNmsConnection returns UI s p key for UI s p server

func (*Client) GetNmsEnums

func (a *Client) GetNmsEnums(params *GetNmsEnumsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsEnumsOK, error)

GetNmsEnums returns UI s p enumerations

func (*Client) GetNmsHeartbeat

func (a *Client) GetNmsHeartbeat(params *GetNmsHeartbeatParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsHeartbeatOK, error)

GetNmsHeartbeat livenesses check

func (*Client) GetNmsLogverbosity

func (a *Client) GetNmsLogverbosity(params *GetNmsLogverbosityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsLogverbosityOK, error)

GetNmsLogverbosity gets current server log verbosity

func (*Client) GetNmsMailserver

func (a *Client) GetNmsMailserver(params *GetNmsMailserverParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsMailserverOK, error)

GetNmsMailserver fetches mail server settings

func (*Client) GetNmsMaintenanceBackup

func (a *Client) GetNmsMaintenanceBackup(params *GetNmsMaintenanceBackupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) error

GetNmsMaintenanceBackup downloads data backup

func (*Client) GetNmsMaintenanceBackupRestore

func (a *Client) GetNmsMaintenanceBackupRestore(params *GetNmsMaintenanceBackupRestoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsMaintenanceBackupRestoreOK, error)

GetNmsMaintenanceBackupRestore restores uploaded UI s p backup file

func (*Client) GetNmsMaintenanceSupportinfo

func (a *Client) GetNmsMaintenanceSupportinfo(params *GetNmsMaintenanceSupportinfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) error

GetNmsMaintenanceSupportinfo downloads UI s p support file

func (*Client) GetNmsNews

func (a *Client) GetNmsNews(params *GetNmsNewsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsNewsOK, error)

GetNmsNews gets news from UI s p feed for user

func (*Client) GetNmsQuestionnairesActive

func (a *Client) GetNmsQuestionnairesActive(params *GetNmsQuestionnairesActiveParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsQuestionnairesActiveOK, error)

GetNmsQuestionnairesActive gets currently active questionnaire

func (*Client) GetNmsSearch

func (a *Client) GetNmsSearch(params *GetNmsSearchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsSearchOK, error)

GetNmsSearch searches UI s p

func (*Client) GetNmsServerconfig

func (a *Client) GetNmsServerconfig(params *GetNmsServerconfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsServerconfigOK, error)

GetNmsServerconfig returns UI s p server configuration

func (*Client) GetNmsServertime

func (a *Client) GetNmsServertime(params *GetNmsServertimeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsServertimeOK, error)

GetNmsServertime gets server time of the UI s p server

func (*Client) GetNmsSettings

func (a *Client) GetNmsSettings(params *GetNmsSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsSettingsOK, error)

GetNmsSettings gets UI s p settings

func (*Client) GetNmsSetup

func (a *Client) GetNmsSetup(params *GetNmsSetupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsSetupOK, error)

GetNmsSetup returns status of UI s p setup

func (*Client) GetNmsStatistics

func (a *Client) GetNmsStatistics(params *GetNmsStatisticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsStatisticsOK, error)

GetNmsStatistics gets UI s p network statistics

func (*Client) GetNmsSummary

func (a *Client) GetNmsSummary(params *GetNmsSummaryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsSummaryOK, error)

GetNmsSummary various badge count like values e g unread logs count

func (*Client) GetNmsTrafficBlacklist

func (a *Client) GetNmsTrafficBlacklist(params *GetNmsTrafficBlacklistParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsTrafficBlacklistOK, error)

GetNmsTrafficBlacklist gets subnets that are ignored by traffic collection

func (*Client) GetNmsTrafficSubnets

func (a *Client) GetNmsTrafficSubnets(params *GetNmsTrafficSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsTrafficSubnetsOK, error)

GetNmsTrafficSubnets gets subnets that are relevant for traffic collection

func (*Client) GetNmsUpdate

func (a *Client) GetNmsUpdate(params *GetNmsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsUpdateOK, error)

GetNmsUpdate gets UI s p update status

func (*Client) GetNmsUpdateLog

func (a *Client) GetNmsUpdateLog(params *GetNmsUpdateLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsUpdateLogOK, error)

GetNmsUpdateLog gets latest update log

func (*Client) GetNmsVersion

func (a *Client) GetNmsVersion(params *GetNmsVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsVersionOK, error)

GetNmsVersion gets UI s p version

func (*Client) GetNmsVersionLatest

func (a *Client) GetNmsVersionLatest(params *GetNmsVersionLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsVersionLatestOK, error)

GetNmsVersionLatest gets latest UI s p version

func (*Client) PostNmsBlogPostsPostidRead

func (a *Client) PostNmsBlogPostsPostidRead(params *PostNmsBlogPostsPostidReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsBlogPostsPostidReadOK, error)

PostNmsBlogPostsPostidRead sets blog post as read

func (*Client) PostNmsBlogPostsReadall

func (a *Client) PostNmsBlogPostsReadall(params *PostNmsBlogPostsReadallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsBlogPostsReadallOK, error)

PostNmsBlogPostsReadall sets all blog posts as read

func (*Client) PostNmsLogverbosity

func (a *Client) PostNmsLogverbosity(params *PostNmsLogverbosityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsLogverbosityOK, error)

PostNmsLogverbosity changes current server log verbosity

func (*Client) PostNmsMailserverTest

func (a *Client) PostNmsMailserverTest(params *PostNmsMailserverTestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsMailserverTestOK, error)

PostNmsMailserverTest tests mail server settings by sending email

func (*Client) PostNmsQuestionnairesIDSubmit

func (a *Client) PostNmsQuestionnairesIDSubmit(params *PostNmsQuestionnairesIDSubmitParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsQuestionnairesIDSubmitOK, error)

PostNmsQuestionnairesIDSubmit submits answers to questionnaire

func (*Client) PostNmsQuestionnairesIDTouch

func (a *Client) PostNmsQuestionnairesIDTouch(params *PostNmsQuestionnairesIDTouchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsQuestionnairesIDTouchOK, error)

PostNmsQuestionnairesIDTouch marks the questionnaire as visited it will pop up later if it is not submitted

func (*Client) PostNmsSetup

func (a *Client) PostNmsSetup(params *PostNmsSetupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsSetupOK, error)

PostNmsSetup setups UI s p instance

func (*Client) PostNmsSetupStart

func (a *Client) PostNmsSetupStart(params *PostNmsSetupStartParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsSetupStartOK, error)

PostNmsSetupStart sets UI s p setup started

func (*Client) PostNmsSetupSurvey

func (a *Client) PostNmsSetupSurvey(params *PostNmsSetupSurveyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsSetupSurveyOK, error)

PostNmsSetupSurvey submits setup survey

func (*Client) PostNmsTrafficBlacklist

func (a *Client) PostNmsTrafficBlacklist(params *PostNmsTrafficBlacklistParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsTrafficBlacklistOK, error)

PostNmsTrafficBlacklist sets subnets that are ignored by traffic collection

func (*Client) PostNmsTrafficSubnets

func (a *Client) PostNmsTrafficSubnets(params *PostNmsTrafficSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsTrafficSubnetsOK, error)

PostNmsTrafficSubnets sets subnets that are relevant for traffic collection

func (*Client) PutNmsMailserver

func (a *Client) PutNmsMailserver(params *PutNmsMailserverParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsMailserverOK, error)

PutNmsMailserver updates mail server settings

func (*Client) PutNmsMaintenanceBackup

func (a *Client) PutNmsMaintenanceBackup(params *PutNmsMaintenanceBackupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsMaintenanceBackupOK, error)

PutNmsMaintenanceBackup uploads data backup

func (*Client) PutNmsRefreshcertificate

func (a *Client) PutNmsRefreshcertificate(params *PutNmsRefreshcertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsRefreshcertificateOK, error)

PutNmsRefreshcertificate refreshes UI s p certificate

func (*Client) PutNmsSettings

func (a *Client) PutNmsSettings(params *PutNmsSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsSettingsOK, error)

PutNmsSettings updates UI s p settings

func (*Client) PutNmsUpdate

func (a *Client) PutNmsUpdate(params *PutNmsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsUpdateOK, error)

PutNmsUpdate requests UI s p update

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 {
	GetNmsAddress(params *GetNmsAddressParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsAddressOK, error)

	GetNmsBlogPosts(params *GetNmsBlogPostsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsBlogPostsOK, error)

	GetNmsChanged(params *GetNmsChangedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsChangedOK, error)

	GetNmsConnection(params *GetNmsConnectionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsConnectionOK, error)

	GetNmsEnums(params *GetNmsEnumsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsEnumsOK, error)

	GetNmsHeartbeat(params *GetNmsHeartbeatParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsHeartbeatOK, error)

	GetNmsLogverbosity(params *GetNmsLogverbosityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsLogverbosityOK, error)

	GetNmsMailserver(params *GetNmsMailserverParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsMailserverOK, error)

	GetNmsMaintenanceBackup(params *GetNmsMaintenanceBackupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) error

	GetNmsMaintenanceBackupRestore(params *GetNmsMaintenanceBackupRestoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsMaintenanceBackupRestoreOK, error)

	GetNmsMaintenanceSupportinfo(params *GetNmsMaintenanceSupportinfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) error

	GetNmsNews(params *GetNmsNewsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsNewsOK, error)

	GetNmsQuestionnairesActive(params *GetNmsQuestionnairesActiveParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsQuestionnairesActiveOK, error)

	GetNmsSearch(params *GetNmsSearchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsSearchOK, error)

	GetNmsServerconfig(params *GetNmsServerconfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsServerconfigOK, error)

	GetNmsServertime(params *GetNmsServertimeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsServertimeOK, error)

	GetNmsSettings(params *GetNmsSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsSettingsOK, error)

	GetNmsSetup(params *GetNmsSetupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsSetupOK, error)

	GetNmsStatistics(params *GetNmsStatisticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsStatisticsOK, error)

	GetNmsSummary(params *GetNmsSummaryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsSummaryOK, error)

	GetNmsTrafficBlacklist(params *GetNmsTrafficBlacklistParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsTrafficBlacklistOK, error)

	GetNmsTrafficSubnets(params *GetNmsTrafficSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsTrafficSubnetsOK, error)

	GetNmsUpdate(params *GetNmsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsUpdateOK, error)

	GetNmsUpdateLog(params *GetNmsUpdateLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsUpdateLogOK, error)

	GetNmsVersion(params *GetNmsVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsVersionOK, error)

	GetNmsVersionLatest(params *GetNmsVersionLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetNmsVersionLatestOK, error)

	PostNmsBlogPostsPostidRead(params *PostNmsBlogPostsPostidReadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsBlogPostsPostidReadOK, error)

	PostNmsBlogPostsReadall(params *PostNmsBlogPostsReadallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsBlogPostsReadallOK, error)

	PostNmsLogverbosity(params *PostNmsLogverbosityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsLogverbosityOK, error)

	PostNmsMailserverTest(params *PostNmsMailserverTestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsMailserverTestOK, error)

	PostNmsQuestionnairesIDSubmit(params *PostNmsQuestionnairesIDSubmitParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsQuestionnairesIDSubmitOK, error)

	PostNmsQuestionnairesIDTouch(params *PostNmsQuestionnairesIDTouchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsQuestionnairesIDTouchOK, error)

	PostNmsSetup(params *PostNmsSetupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsSetupOK, error)

	PostNmsSetupStart(params *PostNmsSetupStartParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsSetupStartOK, error)

	PostNmsSetupSurvey(params *PostNmsSetupSurveyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsSetupSurveyOK, error)

	PostNmsTrafficBlacklist(params *PostNmsTrafficBlacklistParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsTrafficBlacklistOK, error)

	PostNmsTrafficSubnets(params *PostNmsTrafficSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostNmsTrafficSubnetsOK, error)

	PutNmsMailserver(params *PutNmsMailserverParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsMailserverOK, error)

	PutNmsMaintenanceBackup(params *PutNmsMaintenanceBackupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsMaintenanceBackupOK, error)

	PutNmsRefreshcertificate(params *PutNmsRefreshcertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsRefreshcertificateOK, error)

	PutNmsSettings(params *PutNmsSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsSettingsOK, error)

	PutNmsUpdate(params *PutNmsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutNmsUpdateOK, 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 server API client.

type GetNmsAddressForbidden

type GetNmsAddressForbidden struct {
	Payload *models.Error
}
GetNmsAddressForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsAddressForbidden

func NewGetNmsAddressForbidden() *GetNmsAddressForbidden

NewGetNmsAddressForbidden creates a GetNmsAddressForbidden with default headers values

func (*GetNmsAddressForbidden) Error

func (o *GetNmsAddressForbidden) Error() string

func (*GetNmsAddressForbidden) GetPayload

func (o *GetNmsAddressForbidden) GetPayload() *models.Error

type GetNmsAddressInternalServerError

type GetNmsAddressInternalServerError struct {
	Payload *models.Error
}
GetNmsAddressInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsAddressInternalServerError

func NewGetNmsAddressInternalServerError() *GetNmsAddressInternalServerError

NewGetNmsAddressInternalServerError creates a GetNmsAddressInternalServerError with default headers values

func (*GetNmsAddressInternalServerError) Error

func (*GetNmsAddressInternalServerError) GetPayload

type GetNmsAddressOK

type GetNmsAddressOK struct {
	Payload string
}
GetNmsAddressOK describes a response with status code 200, with default header values.

IP addresss

func NewGetNmsAddressOK

func NewGetNmsAddressOK() *GetNmsAddressOK

NewGetNmsAddressOK creates a GetNmsAddressOK with default headers values

func (*GetNmsAddressOK) Error

func (o *GetNmsAddressOK) Error() string

func (*GetNmsAddressOK) GetPayload

func (o *GetNmsAddressOK) GetPayload() string

type GetNmsAddressParams

type GetNmsAddressParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsAddressParams contains all the parameters to send to the API endpoint

for the get nms address operation.

Typically these are written to a http.Request.

func NewGetNmsAddressParams

func NewGetNmsAddressParams() *GetNmsAddressParams

NewGetNmsAddressParams creates a new GetNmsAddressParams 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 NewGetNmsAddressParamsWithContext

func NewGetNmsAddressParamsWithContext(ctx context.Context) *GetNmsAddressParams

NewGetNmsAddressParamsWithContext creates a new GetNmsAddressParams object with the ability to set a context for a request.

func NewGetNmsAddressParamsWithHTTPClient

func NewGetNmsAddressParamsWithHTTPClient(client *http.Client) *GetNmsAddressParams

NewGetNmsAddressParamsWithHTTPClient creates a new GetNmsAddressParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsAddressParamsWithTimeout

func NewGetNmsAddressParamsWithTimeout(timeout time.Duration) *GetNmsAddressParams

NewGetNmsAddressParamsWithTimeout creates a new GetNmsAddressParams object with the ability to set a timeout on a request.

func (*GetNmsAddressParams) SetContext

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

SetContext adds the context to the get nms address params

func (*GetNmsAddressParams) SetDefaults

func (o *GetNmsAddressParams) SetDefaults()

SetDefaults hydrates default values in the get nms address params (not the query body).

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

func (*GetNmsAddressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms address params

func (*GetNmsAddressParams) SetTimeout

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

SetTimeout adds the timeout to the get nms address params

func (*GetNmsAddressParams) WithContext

WithContext adds the context to the get nms address params

func (*GetNmsAddressParams) WithDefaults

func (o *GetNmsAddressParams) WithDefaults() *GetNmsAddressParams

WithDefaults hydrates default values in the get nms address params (not the query body).

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

func (*GetNmsAddressParams) WithHTTPClient

func (o *GetNmsAddressParams) WithHTTPClient(client *http.Client) *GetNmsAddressParams

WithHTTPClient adds the HTTPClient to the get nms address params

func (*GetNmsAddressParams) WithTimeout

func (o *GetNmsAddressParams) WithTimeout(timeout time.Duration) *GetNmsAddressParams

WithTimeout adds the timeout to the get nms address params

func (*GetNmsAddressParams) WriteToRequest

func (o *GetNmsAddressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsAddressReader

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

GetNmsAddressReader is a Reader for the GetNmsAddress structure.

func (*GetNmsAddressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsAddressUnauthorized

type GetNmsAddressUnauthorized struct {
	Payload *models.Error
}
GetNmsAddressUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsAddressUnauthorized

func NewGetNmsAddressUnauthorized() *GetNmsAddressUnauthorized

NewGetNmsAddressUnauthorized creates a GetNmsAddressUnauthorized with default headers values

func (*GetNmsAddressUnauthorized) Error

func (o *GetNmsAddressUnauthorized) Error() string

func (*GetNmsAddressUnauthorized) GetPayload

func (o *GetNmsAddressUnauthorized) GetPayload() *models.Error

type GetNmsBlogPostsBadRequest

type GetNmsBlogPostsBadRequest struct {
	Payload *models.Error
}
GetNmsBlogPostsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetNmsBlogPostsBadRequest

func NewGetNmsBlogPostsBadRequest() *GetNmsBlogPostsBadRequest

NewGetNmsBlogPostsBadRequest creates a GetNmsBlogPostsBadRequest with default headers values

func (*GetNmsBlogPostsBadRequest) Error

func (o *GetNmsBlogPostsBadRequest) Error() string

func (*GetNmsBlogPostsBadRequest) GetPayload

func (o *GetNmsBlogPostsBadRequest) GetPayload() *models.Error

type GetNmsBlogPostsForbidden

type GetNmsBlogPostsForbidden struct {
	Payload *models.Error
}
GetNmsBlogPostsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsBlogPostsForbidden

func NewGetNmsBlogPostsForbidden() *GetNmsBlogPostsForbidden

NewGetNmsBlogPostsForbidden creates a GetNmsBlogPostsForbidden with default headers values

func (*GetNmsBlogPostsForbidden) Error

func (o *GetNmsBlogPostsForbidden) Error() string

func (*GetNmsBlogPostsForbidden) GetPayload

func (o *GetNmsBlogPostsForbidden) GetPayload() *models.Error

type GetNmsBlogPostsInternalServerError

type GetNmsBlogPostsInternalServerError struct {
	Payload *models.Error
}
GetNmsBlogPostsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsBlogPostsInternalServerError

func NewGetNmsBlogPostsInternalServerError() *GetNmsBlogPostsInternalServerError

NewGetNmsBlogPostsInternalServerError creates a GetNmsBlogPostsInternalServerError with default headers values

func (*GetNmsBlogPostsInternalServerError) Error

func (*GetNmsBlogPostsInternalServerError) GetPayload

type GetNmsBlogPostsOK

type GetNmsBlogPostsOK struct {
	Payload *models.BlogPosts
}
GetNmsBlogPostsOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsBlogPostsOK

func NewGetNmsBlogPostsOK() *GetNmsBlogPostsOK

NewGetNmsBlogPostsOK creates a GetNmsBlogPostsOK with default headers values

func (*GetNmsBlogPostsOK) Error

func (o *GetNmsBlogPostsOK) Error() string

func (*GetNmsBlogPostsOK) GetPayload

func (o *GetNmsBlogPostsOK) GetPayload() *models.BlogPosts

type GetNmsBlogPostsParams

type GetNmsBlogPostsParams struct {

	/* Count.

	   items count
	*/
	Count *int64

	/* Page.

	   number page
	*/
	Page *int64

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

GetNmsBlogPostsParams contains all the parameters to send to the API endpoint

for the get nms blog posts operation.

Typically these are written to a http.Request.

func NewGetNmsBlogPostsParams

func NewGetNmsBlogPostsParams() *GetNmsBlogPostsParams

NewGetNmsBlogPostsParams creates a new GetNmsBlogPostsParams 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 NewGetNmsBlogPostsParamsWithContext

func NewGetNmsBlogPostsParamsWithContext(ctx context.Context) *GetNmsBlogPostsParams

NewGetNmsBlogPostsParamsWithContext creates a new GetNmsBlogPostsParams object with the ability to set a context for a request.

func NewGetNmsBlogPostsParamsWithHTTPClient

func NewGetNmsBlogPostsParamsWithHTTPClient(client *http.Client) *GetNmsBlogPostsParams

NewGetNmsBlogPostsParamsWithHTTPClient creates a new GetNmsBlogPostsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsBlogPostsParamsWithTimeout

func NewGetNmsBlogPostsParamsWithTimeout(timeout time.Duration) *GetNmsBlogPostsParams

NewGetNmsBlogPostsParamsWithTimeout creates a new GetNmsBlogPostsParams object with the ability to set a timeout on a request.

func (*GetNmsBlogPostsParams) SetContext

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

SetContext adds the context to the get nms blog posts params

func (*GetNmsBlogPostsParams) SetCount

func (o *GetNmsBlogPostsParams) SetCount(count *int64)

SetCount adds the count to the get nms blog posts params

func (*GetNmsBlogPostsParams) SetDefaults

func (o *GetNmsBlogPostsParams) SetDefaults()

SetDefaults hydrates default values in the get nms blog posts params (not the query body).

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

func (*GetNmsBlogPostsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms blog posts params

func (*GetNmsBlogPostsParams) SetPage

func (o *GetNmsBlogPostsParams) SetPage(page *int64)

SetPage adds the page to the get nms blog posts params

func (*GetNmsBlogPostsParams) SetTimeout

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

SetTimeout adds the timeout to the get nms blog posts params

func (*GetNmsBlogPostsParams) WithContext

WithContext adds the context to the get nms blog posts params

func (*GetNmsBlogPostsParams) WithCount

func (o *GetNmsBlogPostsParams) WithCount(count *int64) *GetNmsBlogPostsParams

WithCount adds the count to the get nms blog posts params

func (*GetNmsBlogPostsParams) WithDefaults

func (o *GetNmsBlogPostsParams) WithDefaults() *GetNmsBlogPostsParams

WithDefaults hydrates default values in the get nms blog posts params (not the query body).

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

func (*GetNmsBlogPostsParams) WithHTTPClient

func (o *GetNmsBlogPostsParams) WithHTTPClient(client *http.Client) *GetNmsBlogPostsParams

WithHTTPClient adds the HTTPClient to the get nms blog posts params

func (*GetNmsBlogPostsParams) WithPage

WithPage adds the page to the get nms blog posts params

func (*GetNmsBlogPostsParams) WithTimeout

func (o *GetNmsBlogPostsParams) WithTimeout(timeout time.Duration) *GetNmsBlogPostsParams

WithTimeout adds the timeout to the get nms blog posts params

func (*GetNmsBlogPostsParams) WriteToRequest

func (o *GetNmsBlogPostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsBlogPostsReader

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

GetNmsBlogPostsReader is a Reader for the GetNmsBlogPosts structure.

func (*GetNmsBlogPostsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsBlogPostsUnauthorized

type GetNmsBlogPostsUnauthorized struct {
	Payload *models.Error
}
GetNmsBlogPostsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsBlogPostsUnauthorized

func NewGetNmsBlogPostsUnauthorized() *GetNmsBlogPostsUnauthorized

NewGetNmsBlogPostsUnauthorized creates a GetNmsBlogPostsUnauthorized with default headers values

func (*GetNmsBlogPostsUnauthorized) Error

func (*GetNmsBlogPostsUnauthorized) GetPayload

func (o *GetNmsBlogPostsUnauthorized) GetPayload() *models.Error

type GetNmsChangedForbidden

type GetNmsChangedForbidden struct {
	Payload *models.Error
}
GetNmsChangedForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsChangedForbidden

func NewGetNmsChangedForbidden() *GetNmsChangedForbidden

NewGetNmsChangedForbidden creates a GetNmsChangedForbidden with default headers values

func (*GetNmsChangedForbidden) Error

func (o *GetNmsChangedForbidden) Error() string

func (*GetNmsChangedForbidden) GetPayload

func (o *GetNmsChangedForbidden) GetPayload() *models.Error

type GetNmsChangedInternalServerError

type GetNmsChangedInternalServerError struct {
	Payload *models.Error
}
GetNmsChangedInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsChangedInternalServerError

func NewGetNmsChangedInternalServerError() *GetNmsChangedInternalServerError

NewGetNmsChangedInternalServerError creates a GetNmsChangedInternalServerError with default headers values

func (*GetNmsChangedInternalServerError) Error

func (*GetNmsChangedInternalServerError) GetPayload

type GetNmsChangedOK

type GetNmsChangedOK struct {
	Payload *models.ChangedItems
}
GetNmsChangedOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsChangedOK

func NewGetNmsChangedOK() *GetNmsChangedOK

NewGetNmsChangedOK creates a GetNmsChangedOK with default headers values

func (*GetNmsChangedOK) Error

func (o *GetNmsChangedOK) Error() string

func (*GetNmsChangedOK) GetPayload

func (o *GetNmsChangedOK) GetPayload() *models.ChangedItems

type GetNmsChangedParams

type GetNmsChangedParams struct {

	/* Since.

	   Timestamp in milliseconds.
	*/
	Since int64

	/* Ucrm.

	   Search items related to UCRM.
	*/
	Ucrm *bool

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

GetNmsChangedParams contains all the parameters to send to the API endpoint

for the get nms changed operation.

Typically these are written to a http.Request.

func NewGetNmsChangedParams

func NewGetNmsChangedParams() *GetNmsChangedParams

NewGetNmsChangedParams creates a new GetNmsChangedParams 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 NewGetNmsChangedParamsWithContext

func NewGetNmsChangedParamsWithContext(ctx context.Context) *GetNmsChangedParams

NewGetNmsChangedParamsWithContext creates a new GetNmsChangedParams object with the ability to set a context for a request.

func NewGetNmsChangedParamsWithHTTPClient

func NewGetNmsChangedParamsWithHTTPClient(client *http.Client) *GetNmsChangedParams

NewGetNmsChangedParamsWithHTTPClient creates a new GetNmsChangedParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsChangedParamsWithTimeout

func NewGetNmsChangedParamsWithTimeout(timeout time.Duration) *GetNmsChangedParams

NewGetNmsChangedParamsWithTimeout creates a new GetNmsChangedParams object with the ability to set a timeout on a request.

func (*GetNmsChangedParams) SetContext

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

SetContext adds the context to the get nms changed params

func (*GetNmsChangedParams) SetDefaults

func (o *GetNmsChangedParams) SetDefaults()

SetDefaults hydrates default values in the get nms changed params (not the query body).

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

func (*GetNmsChangedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms changed params

func (*GetNmsChangedParams) SetSince

func (o *GetNmsChangedParams) SetSince(since int64)

SetSince adds the since to the get nms changed params

func (*GetNmsChangedParams) SetTimeout

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

SetTimeout adds the timeout to the get nms changed params

func (*GetNmsChangedParams) SetUcrm

func (o *GetNmsChangedParams) SetUcrm(ucrm *bool)

SetUcrm adds the ucrm to the get nms changed params

func (*GetNmsChangedParams) WithContext

WithContext adds the context to the get nms changed params

func (*GetNmsChangedParams) WithDefaults

func (o *GetNmsChangedParams) WithDefaults() *GetNmsChangedParams

WithDefaults hydrates default values in the get nms changed params (not the query body).

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

func (*GetNmsChangedParams) WithHTTPClient

func (o *GetNmsChangedParams) WithHTTPClient(client *http.Client) *GetNmsChangedParams

WithHTTPClient adds the HTTPClient to the get nms changed params

func (*GetNmsChangedParams) WithSince

func (o *GetNmsChangedParams) WithSince(since int64) *GetNmsChangedParams

WithSince adds the since to the get nms changed params

func (*GetNmsChangedParams) WithTimeout

func (o *GetNmsChangedParams) WithTimeout(timeout time.Duration) *GetNmsChangedParams

WithTimeout adds the timeout to the get nms changed params

func (*GetNmsChangedParams) WithUcrm

func (o *GetNmsChangedParams) WithUcrm(ucrm *bool) *GetNmsChangedParams

WithUcrm adds the ucrm to the get nms changed params

func (*GetNmsChangedParams) WriteToRequest

func (o *GetNmsChangedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsChangedReader

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

GetNmsChangedReader is a Reader for the GetNmsChanged structure.

func (*GetNmsChangedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsChangedUnauthorized

type GetNmsChangedUnauthorized struct {
	Payload *models.Error
}
GetNmsChangedUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsChangedUnauthorized

func NewGetNmsChangedUnauthorized() *GetNmsChangedUnauthorized

NewGetNmsChangedUnauthorized creates a GetNmsChangedUnauthorized with default headers values

func (*GetNmsChangedUnauthorized) Error

func (o *GetNmsChangedUnauthorized) Error() string

func (*GetNmsChangedUnauthorized) GetPayload

func (o *GetNmsChangedUnauthorized) GetPayload() *models.Error

type GetNmsConnectionForbidden

type GetNmsConnectionForbidden struct {
	Payload *models.Error
}
GetNmsConnectionForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsConnectionForbidden

func NewGetNmsConnectionForbidden() *GetNmsConnectionForbidden

NewGetNmsConnectionForbidden creates a GetNmsConnectionForbidden with default headers values

func (*GetNmsConnectionForbidden) Error

func (o *GetNmsConnectionForbidden) Error() string

func (*GetNmsConnectionForbidden) GetPayload

func (o *GetNmsConnectionForbidden) GetPayload() *models.Error

type GetNmsConnectionInternalServerError

type GetNmsConnectionInternalServerError struct {
	Payload *models.Error
}
GetNmsConnectionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsConnectionInternalServerError

func NewGetNmsConnectionInternalServerError() *GetNmsConnectionInternalServerError

NewGetNmsConnectionInternalServerError creates a GetNmsConnectionInternalServerError with default headers values

func (*GetNmsConnectionInternalServerError) Error

func (*GetNmsConnectionInternalServerError) GetPayload

type GetNmsConnectionOK

type GetNmsConnectionOK struct {
	Payload string
}
GetNmsConnectionOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsConnectionOK

func NewGetNmsConnectionOK() *GetNmsConnectionOK

NewGetNmsConnectionOK creates a GetNmsConnectionOK with default headers values

func (*GetNmsConnectionOK) Error

func (o *GetNmsConnectionOK) Error() string

func (*GetNmsConnectionOK) GetPayload

func (o *GetNmsConnectionOK) GetPayload() string

type GetNmsConnectionParams

type GetNmsConnectionParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsConnectionParams contains all the parameters to send to the API endpoint

for the get nms connection operation.

Typically these are written to a http.Request.

func NewGetNmsConnectionParams

func NewGetNmsConnectionParams() *GetNmsConnectionParams

NewGetNmsConnectionParams creates a new GetNmsConnectionParams 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 NewGetNmsConnectionParamsWithContext

func NewGetNmsConnectionParamsWithContext(ctx context.Context) *GetNmsConnectionParams

NewGetNmsConnectionParamsWithContext creates a new GetNmsConnectionParams object with the ability to set a context for a request.

func NewGetNmsConnectionParamsWithHTTPClient

func NewGetNmsConnectionParamsWithHTTPClient(client *http.Client) *GetNmsConnectionParams

NewGetNmsConnectionParamsWithHTTPClient creates a new GetNmsConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsConnectionParamsWithTimeout

func NewGetNmsConnectionParamsWithTimeout(timeout time.Duration) *GetNmsConnectionParams

NewGetNmsConnectionParamsWithTimeout creates a new GetNmsConnectionParams object with the ability to set a timeout on a request.

func (*GetNmsConnectionParams) SetContext

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

SetContext adds the context to the get nms connection params

func (*GetNmsConnectionParams) SetDefaults

func (o *GetNmsConnectionParams) SetDefaults()

SetDefaults hydrates default values in the get nms connection params (not the query body).

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

func (*GetNmsConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms connection params

func (*GetNmsConnectionParams) SetTimeout

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

SetTimeout adds the timeout to the get nms connection params

func (*GetNmsConnectionParams) WithContext

WithContext adds the context to the get nms connection params

func (*GetNmsConnectionParams) WithDefaults

WithDefaults hydrates default values in the get nms connection params (not the query body).

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

func (*GetNmsConnectionParams) WithHTTPClient

func (o *GetNmsConnectionParams) WithHTTPClient(client *http.Client) *GetNmsConnectionParams

WithHTTPClient adds the HTTPClient to the get nms connection params

func (*GetNmsConnectionParams) WithTimeout

WithTimeout adds the timeout to the get nms connection params

func (*GetNmsConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsConnectionReader

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

GetNmsConnectionReader is a Reader for the GetNmsConnection structure.

func (*GetNmsConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsConnectionUnauthorized

type GetNmsConnectionUnauthorized struct {
	Payload *models.Error
}
GetNmsConnectionUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsConnectionUnauthorized

func NewGetNmsConnectionUnauthorized() *GetNmsConnectionUnauthorized

NewGetNmsConnectionUnauthorized creates a GetNmsConnectionUnauthorized with default headers values

func (*GetNmsConnectionUnauthorized) Error

func (*GetNmsConnectionUnauthorized) GetPayload

func (o *GetNmsConnectionUnauthorized) GetPayload() *models.Error

type GetNmsEnumsForbidden

type GetNmsEnumsForbidden struct {
	Payload *models.Error
}
GetNmsEnumsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsEnumsForbidden

func NewGetNmsEnumsForbidden() *GetNmsEnumsForbidden

NewGetNmsEnumsForbidden creates a GetNmsEnumsForbidden with default headers values

func (*GetNmsEnumsForbidden) Error

func (o *GetNmsEnumsForbidden) Error() string

func (*GetNmsEnumsForbidden) GetPayload

func (o *GetNmsEnumsForbidden) GetPayload() *models.Error

type GetNmsEnumsInternalServerError

type GetNmsEnumsInternalServerError struct {
	Payload *models.Error
}
GetNmsEnumsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsEnumsInternalServerError

func NewGetNmsEnumsInternalServerError() *GetNmsEnumsInternalServerError

NewGetNmsEnumsInternalServerError creates a GetNmsEnumsInternalServerError with default headers values

func (*GetNmsEnumsInternalServerError) Error

func (*GetNmsEnumsInternalServerError) GetPayload

func (o *GetNmsEnumsInternalServerError) GetPayload() *models.Error

type GetNmsEnumsOK

type GetNmsEnumsOK struct {
	Payload string
}
GetNmsEnumsOK describes a response with status code 200, with default header values.

Enumerations object

func NewGetNmsEnumsOK

func NewGetNmsEnumsOK() *GetNmsEnumsOK

NewGetNmsEnumsOK creates a GetNmsEnumsOK with default headers values

func (*GetNmsEnumsOK) Error

func (o *GetNmsEnumsOK) Error() string

func (*GetNmsEnumsOK) GetPayload

func (o *GetNmsEnumsOK) GetPayload() string

type GetNmsEnumsParams

type GetNmsEnumsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsEnumsParams contains all the parameters to send to the API endpoint

for the get nms enums operation.

Typically these are written to a http.Request.

func NewGetNmsEnumsParams

func NewGetNmsEnumsParams() *GetNmsEnumsParams

NewGetNmsEnumsParams creates a new GetNmsEnumsParams 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 NewGetNmsEnumsParamsWithContext

func NewGetNmsEnumsParamsWithContext(ctx context.Context) *GetNmsEnumsParams

NewGetNmsEnumsParamsWithContext creates a new GetNmsEnumsParams object with the ability to set a context for a request.

func NewGetNmsEnumsParamsWithHTTPClient

func NewGetNmsEnumsParamsWithHTTPClient(client *http.Client) *GetNmsEnumsParams

NewGetNmsEnumsParamsWithHTTPClient creates a new GetNmsEnumsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsEnumsParamsWithTimeout

func NewGetNmsEnumsParamsWithTimeout(timeout time.Duration) *GetNmsEnumsParams

NewGetNmsEnumsParamsWithTimeout creates a new GetNmsEnumsParams object with the ability to set a timeout on a request.

func (*GetNmsEnumsParams) SetContext

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

SetContext adds the context to the get nms enums params

func (*GetNmsEnumsParams) SetDefaults

func (o *GetNmsEnumsParams) SetDefaults()

SetDefaults hydrates default values in the get nms enums params (not the query body).

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

func (*GetNmsEnumsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms enums params

func (*GetNmsEnumsParams) SetTimeout

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

SetTimeout adds the timeout to the get nms enums params

func (*GetNmsEnumsParams) WithContext

func (o *GetNmsEnumsParams) WithContext(ctx context.Context) *GetNmsEnumsParams

WithContext adds the context to the get nms enums params

func (*GetNmsEnumsParams) WithDefaults

func (o *GetNmsEnumsParams) WithDefaults() *GetNmsEnumsParams

WithDefaults hydrates default values in the get nms enums params (not the query body).

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

func (*GetNmsEnumsParams) WithHTTPClient

func (o *GetNmsEnumsParams) WithHTTPClient(client *http.Client) *GetNmsEnumsParams

WithHTTPClient adds the HTTPClient to the get nms enums params

func (*GetNmsEnumsParams) WithTimeout

func (o *GetNmsEnumsParams) WithTimeout(timeout time.Duration) *GetNmsEnumsParams

WithTimeout adds the timeout to the get nms enums params

func (*GetNmsEnumsParams) WriteToRequest

func (o *GetNmsEnumsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsEnumsReader

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

GetNmsEnumsReader is a Reader for the GetNmsEnums structure.

func (*GetNmsEnumsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsEnumsUnauthorized

type GetNmsEnumsUnauthorized struct {
	Payload *models.Error
}
GetNmsEnumsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsEnumsUnauthorized

func NewGetNmsEnumsUnauthorized() *GetNmsEnumsUnauthorized

NewGetNmsEnumsUnauthorized creates a GetNmsEnumsUnauthorized with default headers values

func (*GetNmsEnumsUnauthorized) Error

func (o *GetNmsEnumsUnauthorized) Error() string

func (*GetNmsEnumsUnauthorized) GetPayload

func (o *GetNmsEnumsUnauthorized) GetPayload() *models.Error

type GetNmsHeartbeatInternalServerError

type GetNmsHeartbeatInternalServerError struct {
	Payload *models.Error
}
GetNmsHeartbeatInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsHeartbeatInternalServerError

func NewGetNmsHeartbeatInternalServerError() *GetNmsHeartbeatInternalServerError

NewGetNmsHeartbeatInternalServerError creates a GetNmsHeartbeatInternalServerError with default headers values

func (*GetNmsHeartbeatInternalServerError) Error

func (*GetNmsHeartbeatInternalServerError) GetPayload

type GetNmsHeartbeatOK

type GetNmsHeartbeatOK struct {
	Payload *models.Status
}
GetNmsHeartbeatOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsHeartbeatOK

func NewGetNmsHeartbeatOK() *GetNmsHeartbeatOK

NewGetNmsHeartbeatOK creates a GetNmsHeartbeatOK with default headers values

func (*GetNmsHeartbeatOK) Error

func (o *GetNmsHeartbeatOK) Error() string

func (*GetNmsHeartbeatOK) GetPayload

func (o *GetNmsHeartbeatOK) GetPayload() *models.Status

type GetNmsHeartbeatParams

type GetNmsHeartbeatParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsHeartbeatParams contains all the parameters to send to the API endpoint

for the get nms heartbeat operation.

Typically these are written to a http.Request.

func NewGetNmsHeartbeatParams

func NewGetNmsHeartbeatParams() *GetNmsHeartbeatParams

NewGetNmsHeartbeatParams creates a new GetNmsHeartbeatParams 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 NewGetNmsHeartbeatParamsWithContext

func NewGetNmsHeartbeatParamsWithContext(ctx context.Context) *GetNmsHeartbeatParams

NewGetNmsHeartbeatParamsWithContext creates a new GetNmsHeartbeatParams object with the ability to set a context for a request.

func NewGetNmsHeartbeatParamsWithHTTPClient

func NewGetNmsHeartbeatParamsWithHTTPClient(client *http.Client) *GetNmsHeartbeatParams

NewGetNmsHeartbeatParamsWithHTTPClient creates a new GetNmsHeartbeatParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsHeartbeatParamsWithTimeout

func NewGetNmsHeartbeatParamsWithTimeout(timeout time.Duration) *GetNmsHeartbeatParams

NewGetNmsHeartbeatParamsWithTimeout creates a new GetNmsHeartbeatParams object with the ability to set a timeout on a request.

func (*GetNmsHeartbeatParams) SetContext

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

SetContext adds the context to the get nms heartbeat params

func (*GetNmsHeartbeatParams) SetDefaults

func (o *GetNmsHeartbeatParams) SetDefaults()

SetDefaults hydrates default values in the get nms heartbeat params (not the query body).

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

func (*GetNmsHeartbeatParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms heartbeat params

func (*GetNmsHeartbeatParams) SetTimeout

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

SetTimeout adds the timeout to the get nms heartbeat params

func (*GetNmsHeartbeatParams) WithContext

WithContext adds the context to the get nms heartbeat params

func (*GetNmsHeartbeatParams) WithDefaults

func (o *GetNmsHeartbeatParams) WithDefaults() *GetNmsHeartbeatParams

WithDefaults hydrates default values in the get nms heartbeat params (not the query body).

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

func (*GetNmsHeartbeatParams) WithHTTPClient

func (o *GetNmsHeartbeatParams) WithHTTPClient(client *http.Client) *GetNmsHeartbeatParams

WithHTTPClient adds the HTTPClient to the get nms heartbeat params

func (*GetNmsHeartbeatParams) WithTimeout

func (o *GetNmsHeartbeatParams) WithTimeout(timeout time.Duration) *GetNmsHeartbeatParams

WithTimeout adds the timeout to the get nms heartbeat params

func (*GetNmsHeartbeatParams) WriteToRequest

func (o *GetNmsHeartbeatParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsHeartbeatReader

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

GetNmsHeartbeatReader is a Reader for the GetNmsHeartbeat structure.

func (*GetNmsHeartbeatReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsLogverbosityForbidden

type GetNmsLogverbosityForbidden struct {
	Payload *models.Error
}
GetNmsLogverbosityForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsLogverbosityForbidden

func NewGetNmsLogverbosityForbidden() *GetNmsLogverbosityForbidden

NewGetNmsLogverbosityForbidden creates a GetNmsLogverbosityForbidden with default headers values

func (*GetNmsLogverbosityForbidden) Error

func (*GetNmsLogverbosityForbidden) GetPayload

func (o *GetNmsLogverbosityForbidden) GetPayload() *models.Error

type GetNmsLogverbosityInternalServerError

type GetNmsLogverbosityInternalServerError struct {
	Payload *models.Error
}
GetNmsLogverbosityInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsLogverbosityInternalServerError

func NewGetNmsLogverbosityInternalServerError() *GetNmsLogverbosityInternalServerError

NewGetNmsLogverbosityInternalServerError creates a GetNmsLogverbosityInternalServerError with default headers values

func (*GetNmsLogverbosityInternalServerError) Error

func (*GetNmsLogverbosityInternalServerError) GetPayload

type GetNmsLogverbosityOK

type GetNmsLogverbosityOK struct {
	Payload *models.ServerLogVerbosityResponseSchema
}
GetNmsLogverbosityOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsLogverbosityOK

func NewGetNmsLogverbosityOK() *GetNmsLogverbosityOK

NewGetNmsLogverbosityOK creates a GetNmsLogverbosityOK with default headers values

func (*GetNmsLogverbosityOK) Error

func (o *GetNmsLogverbosityOK) Error() string

func (*GetNmsLogverbosityOK) GetPayload

type GetNmsLogverbosityParams

type GetNmsLogverbosityParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsLogverbosityParams contains all the parameters to send to the API endpoint

for the get nms logverbosity operation.

Typically these are written to a http.Request.

func NewGetNmsLogverbosityParams

func NewGetNmsLogverbosityParams() *GetNmsLogverbosityParams

NewGetNmsLogverbosityParams creates a new GetNmsLogverbosityParams 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 NewGetNmsLogverbosityParamsWithContext

func NewGetNmsLogverbosityParamsWithContext(ctx context.Context) *GetNmsLogverbosityParams

NewGetNmsLogverbosityParamsWithContext creates a new GetNmsLogverbosityParams object with the ability to set a context for a request.

func NewGetNmsLogverbosityParamsWithHTTPClient

func NewGetNmsLogverbosityParamsWithHTTPClient(client *http.Client) *GetNmsLogverbosityParams

NewGetNmsLogverbosityParamsWithHTTPClient creates a new GetNmsLogverbosityParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsLogverbosityParamsWithTimeout

func NewGetNmsLogverbosityParamsWithTimeout(timeout time.Duration) *GetNmsLogverbosityParams

NewGetNmsLogverbosityParamsWithTimeout creates a new GetNmsLogverbosityParams object with the ability to set a timeout on a request.

func (*GetNmsLogverbosityParams) SetContext

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

SetContext adds the context to the get nms logverbosity params

func (*GetNmsLogverbosityParams) SetDefaults

func (o *GetNmsLogverbosityParams) SetDefaults()

SetDefaults hydrates default values in the get nms logverbosity params (not the query body).

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

func (*GetNmsLogverbosityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms logverbosity params

func (*GetNmsLogverbosityParams) SetTimeout

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

SetTimeout adds the timeout to the get nms logverbosity params

func (*GetNmsLogverbosityParams) WithContext

WithContext adds the context to the get nms logverbosity params

func (*GetNmsLogverbosityParams) WithDefaults

WithDefaults hydrates default values in the get nms logverbosity params (not the query body).

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

func (*GetNmsLogverbosityParams) WithHTTPClient

func (o *GetNmsLogverbosityParams) WithHTTPClient(client *http.Client) *GetNmsLogverbosityParams

WithHTTPClient adds the HTTPClient to the get nms logverbosity params

func (*GetNmsLogverbosityParams) WithTimeout

WithTimeout adds the timeout to the get nms logverbosity params

func (*GetNmsLogverbosityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsLogverbosityReader

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

GetNmsLogverbosityReader is a Reader for the GetNmsLogverbosity structure.

func (*GetNmsLogverbosityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsLogverbosityUnauthorized

type GetNmsLogverbosityUnauthorized struct {
	Payload *models.Error
}
GetNmsLogverbosityUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsLogverbosityUnauthorized

func NewGetNmsLogverbosityUnauthorized() *GetNmsLogverbosityUnauthorized

NewGetNmsLogverbosityUnauthorized creates a GetNmsLogverbosityUnauthorized with default headers values

func (*GetNmsLogverbosityUnauthorized) Error

func (*GetNmsLogverbosityUnauthorized) GetPayload

func (o *GetNmsLogverbosityUnauthorized) GetPayload() *models.Error

type GetNmsMailserverForbidden

type GetNmsMailserverForbidden struct {
	Payload *models.Error
}
GetNmsMailserverForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsMailserverForbidden

func NewGetNmsMailserverForbidden() *GetNmsMailserverForbidden

NewGetNmsMailserverForbidden creates a GetNmsMailserverForbidden with default headers values

func (*GetNmsMailserverForbidden) Error

func (o *GetNmsMailserverForbidden) Error() string

func (*GetNmsMailserverForbidden) GetPayload

func (o *GetNmsMailserverForbidden) GetPayload() *models.Error

type GetNmsMailserverInternalServerError

type GetNmsMailserverInternalServerError struct {
	Payload *models.Error
}
GetNmsMailserverInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsMailserverInternalServerError

func NewGetNmsMailserverInternalServerError() *GetNmsMailserverInternalServerError

NewGetNmsMailserverInternalServerError creates a GetNmsMailserverInternalServerError with default headers values

func (*GetNmsMailserverInternalServerError) Error

func (*GetNmsMailserverInternalServerError) GetPayload

type GetNmsMailserverOK

type GetNmsMailserverOK struct {
	Payload *models.MailServer
}
GetNmsMailserverOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsMailserverOK

func NewGetNmsMailserverOK() *GetNmsMailserverOK

NewGetNmsMailserverOK creates a GetNmsMailserverOK with default headers values

func (*GetNmsMailserverOK) Error

func (o *GetNmsMailserverOK) Error() string

func (*GetNmsMailserverOK) GetPayload

func (o *GetNmsMailserverOK) GetPayload() *models.MailServer

type GetNmsMailserverParams

type GetNmsMailserverParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsMailserverParams contains all the parameters to send to the API endpoint

for the get nms mailserver operation.

Typically these are written to a http.Request.

func NewGetNmsMailserverParams

func NewGetNmsMailserverParams() *GetNmsMailserverParams

NewGetNmsMailserverParams creates a new GetNmsMailserverParams 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 NewGetNmsMailserverParamsWithContext

func NewGetNmsMailserverParamsWithContext(ctx context.Context) *GetNmsMailserverParams

NewGetNmsMailserverParamsWithContext creates a new GetNmsMailserverParams object with the ability to set a context for a request.

func NewGetNmsMailserverParamsWithHTTPClient

func NewGetNmsMailserverParamsWithHTTPClient(client *http.Client) *GetNmsMailserverParams

NewGetNmsMailserverParamsWithHTTPClient creates a new GetNmsMailserverParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsMailserverParamsWithTimeout

func NewGetNmsMailserverParamsWithTimeout(timeout time.Duration) *GetNmsMailserverParams

NewGetNmsMailserverParamsWithTimeout creates a new GetNmsMailserverParams object with the ability to set a timeout on a request.

func (*GetNmsMailserverParams) SetContext

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

SetContext adds the context to the get nms mailserver params

func (*GetNmsMailserverParams) SetDefaults

func (o *GetNmsMailserverParams) SetDefaults()

SetDefaults hydrates default values in the get nms mailserver params (not the query body).

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

func (*GetNmsMailserverParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms mailserver params

func (*GetNmsMailserverParams) SetTimeout

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

SetTimeout adds the timeout to the get nms mailserver params

func (*GetNmsMailserverParams) WithContext

WithContext adds the context to the get nms mailserver params

func (*GetNmsMailserverParams) WithDefaults

WithDefaults hydrates default values in the get nms mailserver params (not the query body).

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

func (*GetNmsMailserverParams) WithHTTPClient

func (o *GetNmsMailserverParams) WithHTTPClient(client *http.Client) *GetNmsMailserverParams

WithHTTPClient adds the HTTPClient to the get nms mailserver params

func (*GetNmsMailserverParams) WithTimeout

WithTimeout adds the timeout to the get nms mailserver params

func (*GetNmsMailserverParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsMailserverReader

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

GetNmsMailserverReader is a Reader for the GetNmsMailserver structure.

func (*GetNmsMailserverReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsMailserverUnauthorized

type GetNmsMailserverUnauthorized struct {
	Payload *models.Error
}
GetNmsMailserverUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsMailserverUnauthorized

func NewGetNmsMailserverUnauthorized() *GetNmsMailserverUnauthorized

NewGetNmsMailserverUnauthorized creates a GetNmsMailserverUnauthorized with default headers values

func (*GetNmsMailserverUnauthorized) Error

func (*GetNmsMailserverUnauthorized) GetPayload

func (o *GetNmsMailserverUnauthorized) GetPayload() *models.Error

type GetNmsMaintenanceBackupForbidden

type GetNmsMaintenanceBackupForbidden struct {
	Payload *models.Error
}
GetNmsMaintenanceBackupForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsMaintenanceBackupForbidden

func NewGetNmsMaintenanceBackupForbidden() *GetNmsMaintenanceBackupForbidden

NewGetNmsMaintenanceBackupForbidden creates a GetNmsMaintenanceBackupForbidden with default headers values

func (*GetNmsMaintenanceBackupForbidden) Error

func (*GetNmsMaintenanceBackupForbidden) GetPayload

type GetNmsMaintenanceBackupInternalServerError

type GetNmsMaintenanceBackupInternalServerError struct {
	Payload *models.Error
}
GetNmsMaintenanceBackupInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsMaintenanceBackupInternalServerError

func NewGetNmsMaintenanceBackupInternalServerError() *GetNmsMaintenanceBackupInternalServerError

NewGetNmsMaintenanceBackupInternalServerError creates a GetNmsMaintenanceBackupInternalServerError with default headers values

func (*GetNmsMaintenanceBackupInternalServerError) Error

func (*GetNmsMaintenanceBackupInternalServerError) GetPayload

type GetNmsMaintenanceBackupParams

type GetNmsMaintenanceBackupParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsMaintenanceBackupParams contains all the parameters to send to the API endpoint

for the get nms maintenance backup operation.

Typically these are written to a http.Request.

func NewGetNmsMaintenanceBackupParams

func NewGetNmsMaintenanceBackupParams() *GetNmsMaintenanceBackupParams

NewGetNmsMaintenanceBackupParams creates a new GetNmsMaintenanceBackupParams 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 NewGetNmsMaintenanceBackupParamsWithContext

func NewGetNmsMaintenanceBackupParamsWithContext(ctx context.Context) *GetNmsMaintenanceBackupParams

NewGetNmsMaintenanceBackupParamsWithContext creates a new GetNmsMaintenanceBackupParams object with the ability to set a context for a request.

func NewGetNmsMaintenanceBackupParamsWithHTTPClient

func NewGetNmsMaintenanceBackupParamsWithHTTPClient(client *http.Client) *GetNmsMaintenanceBackupParams

NewGetNmsMaintenanceBackupParamsWithHTTPClient creates a new GetNmsMaintenanceBackupParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsMaintenanceBackupParamsWithTimeout

func NewGetNmsMaintenanceBackupParamsWithTimeout(timeout time.Duration) *GetNmsMaintenanceBackupParams

NewGetNmsMaintenanceBackupParamsWithTimeout creates a new GetNmsMaintenanceBackupParams object with the ability to set a timeout on a request.

func (*GetNmsMaintenanceBackupParams) SetContext

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

SetContext adds the context to the get nms maintenance backup params

func (*GetNmsMaintenanceBackupParams) SetDefaults

func (o *GetNmsMaintenanceBackupParams) SetDefaults()

SetDefaults hydrates default values in the get nms maintenance backup params (not the query body).

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

func (*GetNmsMaintenanceBackupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms maintenance backup params

func (*GetNmsMaintenanceBackupParams) SetTimeout

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

SetTimeout adds the timeout to the get nms maintenance backup params

func (*GetNmsMaintenanceBackupParams) WithContext

WithContext adds the context to the get nms maintenance backup params

func (*GetNmsMaintenanceBackupParams) WithDefaults

WithDefaults hydrates default values in the get nms maintenance backup params (not the query body).

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

func (*GetNmsMaintenanceBackupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nms maintenance backup params

func (*GetNmsMaintenanceBackupParams) WithTimeout

WithTimeout adds the timeout to the get nms maintenance backup params

func (*GetNmsMaintenanceBackupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsMaintenanceBackupReader

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

GetNmsMaintenanceBackupReader is a Reader for the GetNmsMaintenanceBackup structure.

func (*GetNmsMaintenanceBackupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsMaintenanceBackupRestoreForbidden

type GetNmsMaintenanceBackupRestoreForbidden struct {
	Payload *models.Error
}
GetNmsMaintenanceBackupRestoreForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsMaintenanceBackupRestoreForbidden

func NewGetNmsMaintenanceBackupRestoreForbidden() *GetNmsMaintenanceBackupRestoreForbidden

NewGetNmsMaintenanceBackupRestoreForbidden creates a GetNmsMaintenanceBackupRestoreForbidden with default headers values

func (*GetNmsMaintenanceBackupRestoreForbidden) Error

func (*GetNmsMaintenanceBackupRestoreForbidden) GetPayload

type GetNmsMaintenanceBackupRestoreInternalServerError

type GetNmsMaintenanceBackupRestoreInternalServerError struct {
	Payload *models.Error
}
GetNmsMaintenanceBackupRestoreInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsMaintenanceBackupRestoreInternalServerError

func NewGetNmsMaintenanceBackupRestoreInternalServerError() *GetNmsMaintenanceBackupRestoreInternalServerError

NewGetNmsMaintenanceBackupRestoreInternalServerError creates a GetNmsMaintenanceBackupRestoreInternalServerError with default headers values

func (*GetNmsMaintenanceBackupRestoreInternalServerError) Error

func (*GetNmsMaintenanceBackupRestoreInternalServerError) GetPayload

type GetNmsMaintenanceBackupRestoreOK

type GetNmsMaintenanceBackupRestoreOK struct {
	Payload *models.Status
}
GetNmsMaintenanceBackupRestoreOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsMaintenanceBackupRestoreOK

func NewGetNmsMaintenanceBackupRestoreOK() *GetNmsMaintenanceBackupRestoreOK

NewGetNmsMaintenanceBackupRestoreOK creates a GetNmsMaintenanceBackupRestoreOK with default headers values

func (*GetNmsMaintenanceBackupRestoreOK) Error

func (*GetNmsMaintenanceBackupRestoreOK) GetPayload

type GetNmsMaintenanceBackupRestoreParams

type GetNmsMaintenanceBackupRestoreParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsMaintenanceBackupRestoreParams contains all the parameters to send to the API endpoint

for the get nms maintenance backup restore operation.

Typically these are written to a http.Request.

func NewGetNmsMaintenanceBackupRestoreParams

func NewGetNmsMaintenanceBackupRestoreParams() *GetNmsMaintenanceBackupRestoreParams

NewGetNmsMaintenanceBackupRestoreParams creates a new GetNmsMaintenanceBackupRestoreParams 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 NewGetNmsMaintenanceBackupRestoreParamsWithContext

func NewGetNmsMaintenanceBackupRestoreParamsWithContext(ctx context.Context) *GetNmsMaintenanceBackupRestoreParams

NewGetNmsMaintenanceBackupRestoreParamsWithContext creates a new GetNmsMaintenanceBackupRestoreParams object with the ability to set a context for a request.

func NewGetNmsMaintenanceBackupRestoreParamsWithHTTPClient

func NewGetNmsMaintenanceBackupRestoreParamsWithHTTPClient(client *http.Client) *GetNmsMaintenanceBackupRestoreParams

NewGetNmsMaintenanceBackupRestoreParamsWithHTTPClient creates a new GetNmsMaintenanceBackupRestoreParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsMaintenanceBackupRestoreParamsWithTimeout

func NewGetNmsMaintenanceBackupRestoreParamsWithTimeout(timeout time.Duration) *GetNmsMaintenanceBackupRestoreParams

NewGetNmsMaintenanceBackupRestoreParamsWithTimeout creates a new GetNmsMaintenanceBackupRestoreParams object with the ability to set a timeout on a request.

func (*GetNmsMaintenanceBackupRestoreParams) SetContext

SetContext adds the context to the get nms maintenance backup restore params

func (*GetNmsMaintenanceBackupRestoreParams) SetDefaults

func (o *GetNmsMaintenanceBackupRestoreParams) SetDefaults()

SetDefaults hydrates default values in the get nms maintenance backup restore params (not the query body).

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

func (*GetNmsMaintenanceBackupRestoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms maintenance backup restore params

func (*GetNmsMaintenanceBackupRestoreParams) SetTimeout

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

SetTimeout adds the timeout to the get nms maintenance backup restore params

func (*GetNmsMaintenanceBackupRestoreParams) WithContext

WithContext adds the context to the get nms maintenance backup restore params

func (*GetNmsMaintenanceBackupRestoreParams) WithDefaults

WithDefaults hydrates default values in the get nms maintenance backup restore params (not the query body).

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

func (*GetNmsMaintenanceBackupRestoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nms maintenance backup restore params

func (*GetNmsMaintenanceBackupRestoreParams) WithTimeout

WithTimeout adds the timeout to the get nms maintenance backup restore params

func (*GetNmsMaintenanceBackupRestoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsMaintenanceBackupRestoreReader

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

GetNmsMaintenanceBackupRestoreReader is a Reader for the GetNmsMaintenanceBackupRestore structure.

func (*GetNmsMaintenanceBackupRestoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsMaintenanceBackupRestoreUnauthorized

type GetNmsMaintenanceBackupRestoreUnauthorized struct {
	Payload *models.Error
}
GetNmsMaintenanceBackupRestoreUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsMaintenanceBackupRestoreUnauthorized

func NewGetNmsMaintenanceBackupRestoreUnauthorized() *GetNmsMaintenanceBackupRestoreUnauthorized

NewGetNmsMaintenanceBackupRestoreUnauthorized creates a GetNmsMaintenanceBackupRestoreUnauthorized with default headers values

func (*GetNmsMaintenanceBackupRestoreUnauthorized) Error

func (*GetNmsMaintenanceBackupRestoreUnauthorized) GetPayload

type GetNmsMaintenanceBackupUnauthorized

type GetNmsMaintenanceBackupUnauthorized struct {
	Payload *models.Error
}
GetNmsMaintenanceBackupUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsMaintenanceBackupUnauthorized

func NewGetNmsMaintenanceBackupUnauthorized() *GetNmsMaintenanceBackupUnauthorized

NewGetNmsMaintenanceBackupUnauthorized creates a GetNmsMaintenanceBackupUnauthorized with default headers values

func (*GetNmsMaintenanceBackupUnauthorized) Error

func (*GetNmsMaintenanceBackupUnauthorized) GetPayload

type GetNmsMaintenanceSupportinfoForbidden

type GetNmsMaintenanceSupportinfoForbidden struct {
	Payload *models.Error
}
GetNmsMaintenanceSupportinfoForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsMaintenanceSupportinfoForbidden

func NewGetNmsMaintenanceSupportinfoForbidden() *GetNmsMaintenanceSupportinfoForbidden

NewGetNmsMaintenanceSupportinfoForbidden creates a GetNmsMaintenanceSupportinfoForbidden with default headers values

func (*GetNmsMaintenanceSupportinfoForbidden) Error

func (*GetNmsMaintenanceSupportinfoForbidden) GetPayload

type GetNmsMaintenanceSupportinfoInternalServerError

type GetNmsMaintenanceSupportinfoInternalServerError struct {
	Payload *models.Error
}
GetNmsMaintenanceSupportinfoInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsMaintenanceSupportinfoInternalServerError

func NewGetNmsMaintenanceSupportinfoInternalServerError() *GetNmsMaintenanceSupportinfoInternalServerError

NewGetNmsMaintenanceSupportinfoInternalServerError creates a GetNmsMaintenanceSupportinfoInternalServerError with default headers values

func (*GetNmsMaintenanceSupportinfoInternalServerError) Error

func (*GetNmsMaintenanceSupportinfoInternalServerError) GetPayload

type GetNmsMaintenanceSupportinfoParams

type GetNmsMaintenanceSupportinfoParams struct {

	// Period.
	Period int64

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

GetNmsMaintenanceSupportinfoParams contains all the parameters to send to the API endpoint

for the get nms maintenance supportinfo operation.

Typically these are written to a http.Request.

func NewGetNmsMaintenanceSupportinfoParams

func NewGetNmsMaintenanceSupportinfoParams() *GetNmsMaintenanceSupportinfoParams

NewGetNmsMaintenanceSupportinfoParams creates a new GetNmsMaintenanceSupportinfoParams 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 NewGetNmsMaintenanceSupportinfoParamsWithContext

func NewGetNmsMaintenanceSupportinfoParamsWithContext(ctx context.Context) *GetNmsMaintenanceSupportinfoParams

NewGetNmsMaintenanceSupportinfoParamsWithContext creates a new GetNmsMaintenanceSupportinfoParams object with the ability to set a context for a request.

func NewGetNmsMaintenanceSupportinfoParamsWithHTTPClient

func NewGetNmsMaintenanceSupportinfoParamsWithHTTPClient(client *http.Client) *GetNmsMaintenanceSupportinfoParams

NewGetNmsMaintenanceSupportinfoParamsWithHTTPClient creates a new GetNmsMaintenanceSupportinfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsMaintenanceSupportinfoParamsWithTimeout

func NewGetNmsMaintenanceSupportinfoParamsWithTimeout(timeout time.Duration) *GetNmsMaintenanceSupportinfoParams

NewGetNmsMaintenanceSupportinfoParamsWithTimeout creates a new GetNmsMaintenanceSupportinfoParams object with the ability to set a timeout on a request.

func (*GetNmsMaintenanceSupportinfoParams) SetContext

SetContext adds the context to the get nms maintenance supportinfo params

func (*GetNmsMaintenanceSupportinfoParams) SetDefaults

func (o *GetNmsMaintenanceSupportinfoParams) SetDefaults()

SetDefaults hydrates default values in the get nms maintenance supportinfo params (not the query body).

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

func (*GetNmsMaintenanceSupportinfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms maintenance supportinfo params

func (*GetNmsMaintenanceSupportinfoParams) SetPeriod

func (o *GetNmsMaintenanceSupportinfoParams) SetPeriod(period int64)

SetPeriod adds the period to the get nms maintenance supportinfo params

func (*GetNmsMaintenanceSupportinfoParams) SetTimeout

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

SetTimeout adds the timeout to the get nms maintenance supportinfo params

func (*GetNmsMaintenanceSupportinfoParams) WithContext

WithContext adds the context to the get nms maintenance supportinfo params

func (*GetNmsMaintenanceSupportinfoParams) WithDefaults

WithDefaults hydrates default values in the get nms maintenance supportinfo params (not the query body).

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

func (*GetNmsMaintenanceSupportinfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nms maintenance supportinfo params

func (*GetNmsMaintenanceSupportinfoParams) WithPeriod

WithPeriod adds the period to the get nms maintenance supportinfo params

func (*GetNmsMaintenanceSupportinfoParams) WithTimeout

WithTimeout adds the timeout to the get nms maintenance supportinfo params

func (*GetNmsMaintenanceSupportinfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsMaintenanceSupportinfoReader

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

GetNmsMaintenanceSupportinfoReader is a Reader for the GetNmsMaintenanceSupportinfo structure.

func (*GetNmsMaintenanceSupportinfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsMaintenanceSupportinfoUnauthorized

type GetNmsMaintenanceSupportinfoUnauthorized struct {
	Payload *models.Error
}
GetNmsMaintenanceSupportinfoUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsMaintenanceSupportinfoUnauthorized

func NewGetNmsMaintenanceSupportinfoUnauthorized() *GetNmsMaintenanceSupportinfoUnauthorized

NewGetNmsMaintenanceSupportinfoUnauthorized creates a GetNmsMaintenanceSupportinfoUnauthorized with default headers values

func (*GetNmsMaintenanceSupportinfoUnauthorized) Error

func (*GetNmsMaintenanceSupportinfoUnauthorized) GetPayload

type GetNmsNewsForbidden

type GetNmsNewsForbidden struct {
	Payload *models.Error
}
GetNmsNewsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsNewsForbidden

func NewGetNmsNewsForbidden() *GetNmsNewsForbidden

NewGetNmsNewsForbidden creates a GetNmsNewsForbidden with default headers values

func (*GetNmsNewsForbidden) Error

func (o *GetNmsNewsForbidden) Error() string

func (*GetNmsNewsForbidden) GetPayload

func (o *GetNmsNewsForbidden) GetPayload() *models.Error

type GetNmsNewsInternalServerError

type GetNmsNewsInternalServerError struct {
	Payload *models.Error
}
GetNmsNewsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsNewsInternalServerError

func NewGetNmsNewsInternalServerError() *GetNmsNewsInternalServerError

NewGetNmsNewsInternalServerError creates a GetNmsNewsInternalServerError with default headers values

func (*GetNmsNewsInternalServerError) Error

func (*GetNmsNewsInternalServerError) GetPayload

func (o *GetNmsNewsInternalServerError) GetPayload() *models.Error

type GetNmsNewsNotAcceptable

type GetNmsNewsNotAcceptable struct {
	Payload *models.Error
}
GetNmsNewsNotAcceptable describes a response with status code 406, with default header values.

Not Acceptable

func NewGetNmsNewsNotAcceptable

func NewGetNmsNewsNotAcceptable() *GetNmsNewsNotAcceptable

NewGetNmsNewsNotAcceptable creates a GetNmsNewsNotAcceptable with default headers values

func (*GetNmsNewsNotAcceptable) Error

func (o *GetNmsNewsNotAcceptable) Error() string

func (*GetNmsNewsNotAcceptable) GetPayload

func (o *GetNmsNewsNotAcceptable) GetPayload() *models.Error

type GetNmsNewsOK

type GetNmsNewsOK struct {
	Payload models.NewsSchemaList
}
GetNmsNewsOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsNewsOK

func NewGetNmsNewsOK() *GetNmsNewsOK

NewGetNmsNewsOK creates a GetNmsNewsOK with default headers values

func (*GetNmsNewsOK) Error

func (o *GetNmsNewsOK) Error() string

func (*GetNmsNewsOK) GetPayload

func (o *GetNmsNewsOK) GetPayload() models.NewsSchemaList

type GetNmsNewsParams

type GetNmsNewsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsNewsParams contains all the parameters to send to the API endpoint

for the get nms news operation.

Typically these are written to a http.Request.

func NewGetNmsNewsParams

func NewGetNmsNewsParams() *GetNmsNewsParams

NewGetNmsNewsParams creates a new GetNmsNewsParams 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 NewGetNmsNewsParamsWithContext

func NewGetNmsNewsParamsWithContext(ctx context.Context) *GetNmsNewsParams

NewGetNmsNewsParamsWithContext creates a new GetNmsNewsParams object with the ability to set a context for a request.

func NewGetNmsNewsParamsWithHTTPClient

func NewGetNmsNewsParamsWithHTTPClient(client *http.Client) *GetNmsNewsParams

NewGetNmsNewsParamsWithHTTPClient creates a new GetNmsNewsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsNewsParamsWithTimeout

func NewGetNmsNewsParamsWithTimeout(timeout time.Duration) *GetNmsNewsParams

NewGetNmsNewsParamsWithTimeout creates a new GetNmsNewsParams object with the ability to set a timeout on a request.

func (*GetNmsNewsParams) SetContext

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

SetContext adds the context to the get nms news params

func (*GetNmsNewsParams) SetDefaults

func (o *GetNmsNewsParams) SetDefaults()

SetDefaults hydrates default values in the get nms news params (not the query body).

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

func (*GetNmsNewsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms news params

func (*GetNmsNewsParams) SetTimeout

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

SetTimeout adds the timeout to the get nms news params

func (*GetNmsNewsParams) WithContext

func (o *GetNmsNewsParams) WithContext(ctx context.Context) *GetNmsNewsParams

WithContext adds the context to the get nms news params

func (*GetNmsNewsParams) WithDefaults

func (o *GetNmsNewsParams) WithDefaults() *GetNmsNewsParams

WithDefaults hydrates default values in the get nms news params (not the query body).

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

func (*GetNmsNewsParams) WithHTTPClient

func (o *GetNmsNewsParams) WithHTTPClient(client *http.Client) *GetNmsNewsParams

WithHTTPClient adds the HTTPClient to the get nms news params

func (*GetNmsNewsParams) WithTimeout

func (o *GetNmsNewsParams) WithTimeout(timeout time.Duration) *GetNmsNewsParams

WithTimeout adds the timeout to the get nms news params

func (*GetNmsNewsParams) WriteToRequest

func (o *GetNmsNewsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsNewsReader

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

GetNmsNewsReader is a Reader for the GetNmsNews structure.

func (*GetNmsNewsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsNewsUnauthorized

type GetNmsNewsUnauthorized struct {
	Payload *models.Error
}
GetNmsNewsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsNewsUnauthorized

func NewGetNmsNewsUnauthorized() *GetNmsNewsUnauthorized

NewGetNmsNewsUnauthorized creates a GetNmsNewsUnauthorized with default headers values

func (*GetNmsNewsUnauthorized) Error

func (o *GetNmsNewsUnauthorized) Error() string

func (*GetNmsNewsUnauthorized) GetPayload

func (o *GetNmsNewsUnauthorized) GetPayload() *models.Error

type GetNmsQuestionnairesActiveBadRequest

type GetNmsQuestionnairesActiveBadRequest struct {
	Payload *models.Error
}
GetNmsQuestionnairesActiveBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetNmsQuestionnairesActiveBadRequest

func NewGetNmsQuestionnairesActiveBadRequest() *GetNmsQuestionnairesActiveBadRequest

NewGetNmsQuestionnairesActiveBadRequest creates a GetNmsQuestionnairesActiveBadRequest with default headers values

func (*GetNmsQuestionnairesActiveBadRequest) Error

func (*GetNmsQuestionnairesActiveBadRequest) GetPayload

type GetNmsQuestionnairesActiveForbidden

type GetNmsQuestionnairesActiveForbidden struct {
	Payload *models.Error
}
GetNmsQuestionnairesActiveForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsQuestionnairesActiveForbidden

func NewGetNmsQuestionnairesActiveForbidden() *GetNmsQuestionnairesActiveForbidden

NewGetNmsQuestionnairesActiveForbidden creates a GetNmsQuestionnairesActiveForbidden with default headers values

func (*GetNmsQuestionnairesActiveForbidden) Error

func (*GetNmsQuestionnairesActiveForbidden) GetPayload

type GetNmsQuestionnairesActiveInternalServerError

type GetNmsQuestionnairesActiveInternalServerError struct {
	Payload *models.Error
}
GetNmsQuestionnairesActiveInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsQuestionnairesActiveInternalServerError

func NewGetNmsQuestionnairesActiveInternalServerError() *GetNmsQuestionnairesActiveInternalServerError

NewGetNmsQuestionnairesActiveInternalServerError creates a GetNmsQuestionnairesActiveInternalServerError with default headers values

func (*GetNmsQuestionnairesActiveInternalServerError) Error

func (*GetNmsQuestionnairesActiveInternalServerError) GetPayload

type GetNmsQuestionnairesActiveOK

type GetNmsQuestionnairesActiveOK struct {
	Payload *models.ActiveQuestionnaire
}
GetNmsQuestionnairesActiveOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsQuestionnairesActiveOK

func NewGetNmsQuestionnairesActiveOK() *GetNmsQuestionnairesActiveOK

NewGetNmsQuestionnairesActiveOK creates a GetNmsQuestionnairesActiveOK with default headers values

func (*GetNmsQuestionnairesActiveOK) Error

func (*GetNmsQuestionnairesActiveOK) GetPayload

type GetNmsQuestionnairesActiveParams

type GetNmsQuestionnairesActiveParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsQuestionnairesActiveParams contains all the parameters to send to the API endpoint

for the get nms questionnaires active operation.

Typically these are written to a http.Request.

func NewGetNmsQuestionnairesActiveParams

func NewGetNmsQuestionnairesActiveParams() *GetNmsQuestionnairesActiveParams

NewGetNmsQuestionnairesActiveParams creates a new GetNmsQuestionnairesActiveParams 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 NewGetNmsQuestionnairesActiveParamsWithContext

func NewGetNmsQuestionnairesActiveParamsWithContext(ctx context.Context) *GetNmsQuestionnairesActiveParams

NewGetNmsQuestionnairesActiveParamsWithContext creates a new GetNmsQuestionnairesActiveParams object with the ability to set a context for a request.

func NewGetNmsQuestionnairesActiveParamsWithHTTPClient

func NewGetNmsQuestionnairesActiveParamsWithHTTPClient(client *http.Client) *GetNmsQuestionnairesActiveParams

NewGetNmsQuestionnairesActiveParamsWithHTTPClient creates a new GetNmsQuestionnairesActiveParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsQuestionnairesActiveParamsWithTimeout

func NewGetNmsQuestionnairesActiveParamsWithTimeout(timeout time.Duration) *GetNmsQuestionnairesActiveParams

NewGetNmsQuestionnairesActiveParamsWithTimeout creates a new GetNmsQuestionnairesActiveParams object with the ability to set a timeout on a request.

func (*GetNmsQuestionnairesActiveParams) SetContext

SetContext adds the context to the get nms questionnaires active params

func (*GetNmsQuestionnairesActiveParams) SetDefaults

func (o *GetNmsQuestionnairesActiveParams) SetDefaults()

SetDefaults hydrates default values in the get nms questionnaires active params (not the query body).

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

func (*GetNmsQuestionnairesActiveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms questionnaires active params

func (*GetNmsQuestionnairesActiveParams) SetTimeout

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

SetTimeout adds the timeout to the get nms questionnaires active params

func (*GetNmsQuestionnairesActiveParams) WithContext

WithContext adds the context to the get nms questionnaires active params

func (*GetNmsQuestionnairesActiveParams) WithDefaults

WithDefaults hydrates default values in the get nms questionnaires active params (not the query body).

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

func (*GetNmsQuestionnairesActiveParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nms questionnaires active params

func (*GetNmsQuestionnairesActiveParams) WithTimeout

WithTimeout adds the timeout to the get nms questionnaires active params

func (*GetNmsQuestionnairesActiveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsQuestionnairesActiveReader

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

GetNmsQuestionnairesActiveReader is a Reader for the GetNmsQuestionnairesActive structure.

func (*GetNmsQuestionnairesActiveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsQuestionnairesActiveUnauthorized

type GetNmsQuestionnairesActiveUnauthorized struct {
	Payload *models.Error
}
GetNmsQuestionnairesActiveUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsQuestionnairesActiveUnauthorized

func NewGetNmsQuestionnairesActiveUnauthorized() *GetNmsQuestionnairesActiveUnauthorized

NewGetNmsQuestionnairesActiveUnauthorized creates a GetNmsQuestionnairesActiveUnauthorized with default headers values

func (*GetNmsQuestionnairesActiveUnauthorized) Error

func (*GetNmsQuestionnairesActiveUnauthorized) GetPayload

type GetNmsSearchForbidden

type GetNmsSearchForbidden struct {
	Payload *models.Error
}
GetNmsSearchForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsSearchForbidden

func NewGetNmsSearchForbidden() *GetNmsSearchForbidden

NewGetNmsSearchForbidden creates a GetNmsSearchForbidden with default headers values

func (*GetNmsSearchForbidden) Error

func (o *GetNmsSearchForbidden) Error() string

func (*GetNmsSearchForbidden) GetPayload

func (o *GetNmsSearchForbidden) GetPayload() *models.Error

type GetNmsSearchInternalServerError

type GetNmsSearchInternalServerError struct {
	Payload *models.Error
}
GetNmsSearchInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsSearchInternalServerError

func NewGetNmsSearchInternalServerError() *GetNmsSearchInternalServerError

NewGetNmsSearchInternalServerError creates a GetNmsSearchInternalServerError with default headers values

func (*GetNmsSearchInternalServerError) Error

func (*GetNmsSearchInternalServerError) GetPayload

func (o *GetNmsSearchInternalServerError) GetPayload() *models.Error

type GetNmsSearchOK

type GetNmsSearchOK struct {
	Payload models.SearchResultSchema
}
GetNmsSearchOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsSearchOK

func NewGetNmsSearchOK() *GetNmsSearchOK

NewGetNmsSearchOK creates a GetNmsSearchOK with default headers values

func (*GetNmsSearchOK) Error

func (o *GetNmsSearchOK) Error() string

func (*GetNmsSearchOK) GetPayload

func (o *GetNmsSearchOK) GetPayload() models.SearchResultSchema

type GetNmsSearchParams

type GetNmsSearchParams struct {

	/* Count.

	   Results per page.
	*/
	Count float64

	/* Page.

	   Results page.
	*/
	Page float64

	/* Query.

	   Text to search for.
	*/
	Query *string

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

GetNmsSearchParams contains all the parameters to send to the API endpoint

for the get nms search operation.

Typically these are written to a http.Request.

func NewGetNmsSearchParams

func NewGetNmsSearchParams() *GetNmsSearchParams

NewGetNmsSearchParams creates a new GetNmsSearchParams 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 NewGetNmsSearchParamsWithContext

func NewGetNmsSearchParamsWithContext(ctx context.Context) *GetNmsSearchParams

NewGetNmsSearchParamsWithContext creates a new GetNmsSearchParams object with the ability to set a context for a request.

func NewGetNmsSearchParamsWithHTTPClient

func NewGetNmsSearchParamsWithHTTPClient(client *http.Client) *GetNmsSearchParams

NewGetNmsSearchParamsWithHTTPClient creates a new GetNmsSearchParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsSearchParamsWithTimeout

func NewGetNmsSearchParamsWithTimeout(timeout time.Duration) *GetNmsSearchParams

NewGetNmsSearchParamsWithTimeout creates a new GetNmsSearchParams object with the ability to set a timeout on a request.

func (*GetNmsSearchParams) SetContext

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

SetContext adds the context to the get nms search params

func (*GetNmsSearchParams) SetCount

func (o *GetNmsSearchParams) SetCount(count float64)

SetCount adds the count to the get nms search params

func (*GetNmsSearchParams) SetDefaults

func (o *GetNmsSearchParams) SetDefaults()

SetDefaults hydrates default values in the get nms search params (not the query body).

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

func (*GetNmsSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms search params

func (*GetNmsSearchParams) SetPage

func (o *GetNmsSearchParams) SetPage(page float64)

SetPage adds the page to the get nms search params

func (*GetNmsSearchParams) SetQuery

func (o *GetNmsSearchParams) SetQuery(query *string)

SetQuery adds the query to the get nms search params

func (*GetNmsSearchParams) SetTimeout

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

SetTimeout adds the timeout to the get nms search params

func (*GetNmsSearchParams) WithContext

WithContext adds the context to the get nms search params

func (*GetNmsSearchParams) WithCount

func (o *GetNmsSearchParams) WithCount(count float64) *GetNmsSearchParams

WithCount adds the count to the get nms search params

func (*GetNmsSearchParams) WithDefaults

func (o *GetNmsSearchParams) WithDefaults() *GetNmsSearchParams

WithDefaults hydrates default values in the get nms search params (not the query body).

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

func (*GetNmsSearchParams) WithHTTPClient

func (o *GetNmsSearchParams) WithHTTPClient(client *http.Client) *GetNmsSearchParams

WithHTTPClient adds the HTTPClient to the get nms search params

func (*GetNmsSearchParams) WithPage

func (o *GetNmsSearchParams) WithPage(page float64) *GetNmsSearchParams

WithPage adds the page to the get nms search params

func (*GetNmsSearchParams) WithQuery

func (o *GetNmsSearchParams) WithQuery(query *string) *GetNmsSearchParams

WithQuery adds the query to the get nms search params

func (*GetNmsSearchParams) WithTimeout

func (o *GetNmsSearchParams) WithTimeout(timeout time.Duration) *GetNmsSearchParams

WithTimeout adds the timeout to the get nms search params

func (*GetNmsSearchParams) WriteToRequest

func (o *GetNmsSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsSearchReader

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

GetNmsSearchReader is a Reader for the GetNmsSearch structure.

func (*GetNmsSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsSearchUnauthorized

type GetNmsSearchUnauthorized struct {
	Payload *models.Error
}
GetNmsSearchUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsSearchUnauthorized

func NewGetNmsSearchUnauthorized() *GetNmsSearchUnauthorized

NewGetNmsSearchUnauthorized creates a GetNmsSearchUnauthorized with default headers values

func (*GetNmsSearchUnauthorized) Error

func (o *GetNmsSearchUnauthorized) Error() string

func (*GetNmsSearchUnauthorized) GetPayload

func (o *GetNmsSearchUnauthorized) GetPayload() *models.Error

type GetNmsServerconfigInternalServerError

type GetNmsServerconfigInternalServerError struct {
	Payload *models.Error
}
GetNmsServerconfigInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsServerconfigInternalServerError

func NewGetNmsServerconfigInternalServerError() *GetNmsServerconfigInternalServerError

NewGetNmsServerconfigInternalServerError creates a GetNmsServerconfigInternalServerError with default headers values

func (*GetNmsServerconfigInternalServerError) Error

func (*GetNmsServerconfigInternalServerError) GetPayload

type GetNmsServerconfigOK

type GetNmsServerconfigOK struct {
	Payload *models.ServerConfig
}
GetNmsServerconfigOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsServerconfigOK

func NewGetNmsServerconfigOK() *GetNmsServerconfigOK

NewGetNmsServerconfigOK creates a GetNmsServerconfigOK with default headers values

func (*GetNmsServerconfigOK) Error

func (o *GetNmsServerconfigOK) Error() string

func (*GetNmsServerconfigOK) GetPayload

func (o *GetNmsServerconfigOK) GetPayload() *models.ServerConfig

type GetNmsServerconfigParams

type GetNmsServerconfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsServerconfigParams contains all the parameters to send to the API endpoint

for the get nms serverconfig operation.

Typically these are written to a http.Request.

func NewGetNmsServerconfigParams

func NewGetNmsServerconfigParams() *GetNmsServerconfigParams

NewGetNmsServerconfigParams creates a new GetNmsServerconfigParams 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 NewGetNmsServerconfigParamsWithContext

func NewGetNmsServerconfigParamsWithContext(ctx context.Context) *GetNmsServerconfigParams

NewGetNmsServerconfigParamsWithContext creates a new GetNmsServerconfigParams object with the ability to set a context for a request.

func NewGetNmsServerconfigParamsWithHTTPClient

func NewGetNmsServerconfigParamsWithHTTPClient(client *http.Client) *GetNmsServerconfigParams

NewGetNmsServerconfigParamsWithHTTPClient creates a new GetNmsServerconfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsServerconfigParamsWithTimeout

func NewGetNmsServerconfigParamsWithTimeout(timeout time.Duration) *GetNmsServerconfigParams

NewGetNmsServerconfigParamsWithTimeout creates a new GetNmsServerconfigParams object with the ability to set a timeout on a request.

func (*GetNmsServerconfigParams) SetContext

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

SetContext adds the context to the get nms serverconfig params

func (*GetNmsServerconfigParams) SetDefaults

func (o *GetNmsServerconfigParams) SetDefaults()

SetDefaults hydrates default values in the get nms serverconfig params (not the query body).

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

func (*GetNmsServerconfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms serverconfig params

func (*GetNmsServerconfigParams) SetTimeout

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

SetTimeout adds the timeout to the get nms serverconfig params

func (*GetNmsServerconfigParams) WithContext

WithContext adds the context to the get nms serverconfig params

func (*GetNmsServerconfigParams) WithDefaults

WithDefaults hydrates default values in the get nms serverconfig params (not the query body).

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

func (*GetNmsServerconfigParams) WithHTTPClient

func (o *GetNmsServerconfigParams) WithHTTPClient(client *http.Client) *GetNmsServerconfigParams

WithHTTPClient adds the HTTPClient to the get nms serverconfig params

func (*GetNmsServerconfigParams) WithTimeout

WithTimeout adds the timeout to the get nms serverconfig params

func (*GetNmsServerconfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsServerconfigReader

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

GetNmsServerconfigReader is a Reader for the GetNmsServerconfig structure.

func (*GetNmsServerconfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsServertimeForbidden

type GetNmsServertimeForbidden struct {
	Payload *models.Error
}
GetNmsServertimeForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsServertimeForbidden

func NewGetNmsServertimeForbidden() *GetNmsServertimeForbidden

NewGetNmsServertimeForbidden creates a GetNmsServertimeForbidden with default headers values

func (*GetNmsServertimeForbidden) Error

func (o *GetNmsServertimeForbidden) Error() string

func (*GetNmsServertimeForbidden) GetPayload

func (o *GetNmsServertimeForbidden) GetPayload() *models.Error

type GetNmsServertimeInternalServerError

type GetNmsServertimeInternalServerError struct {
	Payload *models.Error
}
GetNmsServertimeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsServertimeInternalServerError

func NewGetNmsServertimeInternalServerError() *GetNmsServertimeInternalServerError

NewGetNmsServertimeInternalServerError creates a GetNmsServertimeInternalServerError with default headers values

func (*GetNmsServertimeInternalServerError) Error

func (*GetNmsServertimeInternalServerError) GetPayload

type GetNmsServertimeOK

type GetNmsServertimeOK struct {
	Payload string
}
GetNmsServertimeOK describes a response with status code 200, with default header values.

server time on server

func NewGetNmsServertimeOK

func NewGetNmsServertimeOK() *GetNmsServertimeOK

NewGetNmsServertimeOK creates a GetNmsServertimeOK with default headers values

func (*GetNmsServertimeOK) Error

func (o *GetNmsServertimeOK) Error() string

func (*GetNmsServertimeOK) GetPayload

func (o *GetNmsServertimeOK) GetPayload() string

type GetNmsServertimeParams

type GetNmsServertimeParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsServertimeParams contains all the parameters to send to the API endpoint

for the get nms servertime operation.

Typically these are written to a http.Request.

func NewGetNmsServertimeParams

func NewGetNmsServertimeParams() *GetNmsServertimeParams

NewGetNmsServertimeParams creates a new GetNmsServertimeParams 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 NewGetNmsServertimeParamsWithContext

func NewGetNmsServertimeParamsWithContext(ctx context.Context) *GetNmsServertimeParams

NewGetNmsServertimeParamsWithContext creates a new GetNmsServertimeParams object with the ability to set a context for a request.

func NewGetNmsServertimeParamsWithHTTPClient

func NewGetNmsServertimeParamsWithHTTPClient(client *http.Client) *GetNmsServertimeParams

NewGetNmsServertimeParamsWithHTTPClient creates a new GetNmsServertimeParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsServertimeParamsWithTimeout

func NewGetNmsServertimeParamsWithTimeout(timeout time.Duration) *GetNmsServertimeParams

NewGetNmsServertimeParamsWithTimeout creates a new GetNmsServertimeParams object with the ability to set a timeout on a request.

func (*GetNmsServertimeParams) SetContext

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

SetContext adds the context to the get nms servertime params

func (*GetNmsServertimeParams) SetDefaults

func (o *GetNmsServertimeParams) SetDefaults()

SetDefaults hydrates default values in the get nms servertime params (not the query body).

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

func (*GetNmsServertimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms servertime params

func (*GetNmsServertimeParams) SetTimeout

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

SetTimeout adds the timeout to the get nms servertime params

func (*GetNmsServertimeParams) WithContext

WithContext adds the context to the get nms servertime params

func (*GetNmsServertimeParams) WithDefaults

WithDefaults hydrates default values in the get nms servertime params (not the query body).

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

func (*GetNmsServertimeParams) WithHTTPClient

func (o *GetNmsServertimeParams) WithHTTPClient(client *http.Client) *GetNmsServertimeParams

WithHTTPClient adds the HTTPClient to the get nms servertime params

func (*GetNmsServertimeParams) WithTimeout

WithTimeout adds the timeout to the get nms servertime params

func (*GetNmsServertimeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsServertimeReader

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

GetNmsServertimeReader is a Reader for the GetNmsServertime structure.

func (*GetNmsServertimeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsServertimeUnauthorized

type GetNmsServertimeUnauthorized struct {
	Payload *models.Error
}
GetNmsServertimeUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsServertimeUnauthorized

func NewGetNmsServertimeUnauthorized() *GetNmsServertimeUnauthorized

NewGetNmsServertimeUnauthorized creates a GetNmsServertimeUnauthorized with default headers values

func (*GetNmsServertimeUnauthorized) Error

func (*GetNmsServertimeUnauthorized) GetPayload

func (o *GetNmsServertimeUnauthorized) GetPayload() *models.Error

type GetNmsSettingsForbidden

type GetNmsSettingsForbidden struct {
	Payload *models.Error
}
GetNmsSettingsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsSettingsForbidden

func NewGetNmsSettingsForbidden() *GetNmsSettingsForbidden

NewGetNmsSettingsForbidden creates a GetNmsSettingsForbidden with default headers values

func (*GetNmsSettingsForbidden) Error

func (o *GetNmsSettingsForbidden) Error() string

func (*GetNmsSettingsForbidden) GetPayload

func (o *GetNmsSettingsForbidden) GetPayload() *models.Error

type GetNmsSettingsInternalServerError

type GetNmsSettingsInternalServerError struct {
	Payload *models.Error
}
GetNmsSettingsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsSettingsInternalServerError

func NewGetNmsSettingsInternalServerError() *GetNmsSettingsInternalServerError

NewGetNmsSettingsInternalServerError creates a GetNmsSettingsInternalServerError with default headers values

func (*GetNmsSettingsInternalServerError) Error

func (*GetNmsSettingsInternalServerError) GetPayload

type GetNmsSettingsOK

type GetNmsSettingsOK struct {
	Payload *models.NmsSettings1
}
GetNmsSettingsOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsSettingsOK

func NewGetNmsSettingsOK() *GetNmsSettingsOK

NewGetNmsSettingsOK creates a GetNmsSettingsOK with default headers values

func (*GetNmsSettingsOK) Error

func (o *GetNmsSettingsOK) Error() string

func (*GetNmsSettingsOK) GetPayload

func (o *GetNmsSettingsOK) GetPayload() *models.NmsSettings1

type GetNmsSettingsParams

type GetNmsSettingsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsSettingsParams contains all the parameters to send to the API endpoint

for the get nms settings operation.

Typically these are written to a http.Request.

func NewGetNmsSettingsParams

func NewGetNmsSettingsParams() *GetNmsSettingsParams

NewGetNmsSettingsParams creates a new GetNmsSettingsParams 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 NewGetNmsSettingsParamsWithContext

func NewGetNmsSettingsParamsWithContext(ctx context.Context) *GetNmsSettingsParams

NewGetNmsSettingsParamsWithContext creates a new GetNmsSettingsParams object with the ability to set a context for a request.

func NewGetNmsSettingsParamsWithHTTPClient

func NewGetNmsSettingsParamsWithHTTPClient(client *http.Client) *GetNmsSettingsParams

NewGetNmsSettingsParamsWithHTTPClient creates a new GetNmsSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsSettingsParamsWithTimeout

func NewGetNmsSettingsParamsWithTimeout(timeout time.Duration) *GetNmsSettingsParams

NewGetNmsSettingsParamsWithTimeout creates a new GetNmsSettingsParams object with the ability to set a timeout on a request.

func (*GetNmsSettingsParams) SetContext

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

SetContext adds the context to the get nms settings params

func (*GetNmsSettingsParams) SetDefaults

func (o *GetNmsSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get nms settings params (not the query body).

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

func (*GetNmsSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms settings params

func (*GetNmsSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get nms settings params

func (*GetNmsSettingsParams) WithContext

WithContext adds the context to the get nms settings params

func (*GetNmsSettingsParams) WithDefaults

func (o *GetNmsSettingsParams) WithDefaults() *GetNmsSettingsParams

WithDefaults hydrates default values in the get nms settings params (not the query body).

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

func (*GetNmsSettingsParams) WithHTTPClient

func (o *GetNmsSettingsParams) WithHTTPClient(client *http.Client) *GetNmsSettingsParams

WithHTTPClient adds the HTTPClient to the get nms settings params

func (*GetNmsSettingsParams) WithTimeout

func (o *GetNmsSettingsParams) WithTimeout(timeout time.Duration) *GetNmsSettingsParams

WithTimeout adds the timeout to the get nms settings params

func (*GetNmsSettingsParams) WriteToRequest

func (o *GetNmsSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsSettingsReader

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

GetNmsSettingsReader is a Reader for the GetNmsSettings structure.

func (*GetNmsSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsSettingsUnauthorized

type GetNmsSettingsUnauthorized struct {
	Payload *models.Error
}
GetNmsSettingsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsSettingsUnauthorized

func NewGetNmsSettingsUnauthorized() *GetNmsSettingsUnauthorized

NewGetNmsSettingsUnauthorized creates a GetNmsSettingsUnauthorized with default headers values

func (*GetNmsSettingsUnauthorized) Error

func (*GetNmsSettingsUnauthorized) GetPayload

func (o *GetNmsSettingsUnauthorized) GetPayload() *models.Error

type GetNmsSetupInternalServerError

type GetNmsSetupInternalServerError struct {
	Payload *models.Error
}
GetNmsSetupInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsSetupInternalServerError

func NewGetNmsSetupInternalServerError() *GetNmsSetupInternalServerError

NewGetNmsSetupInternalServerError creates a GetNmsSetupInternalServerError with default headers values

func (*GetNmsSetupInternalServerError) Error

func (*GetNmsSetupInternalServerError) GetPayload

func (o *GetNmsSetupInternalServerError) GetPayload() *models.Error

type GetNmsSetupOK

type GetNmsSetupOK struct {
	Payload *models.ServerStatusUnmsSetup
}
GetNmsSetupOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsSetupOK

func NewGetNmsSetupOK() *GetNmsSetupOK

NewGetNmsSetupOK creates a GetNmsSetupOK with default headers values

func (*GetNmsSetupOK) Error

func (o *GetNmsSetupOK) Error() string

func (*GetNmsSetupOK) GetPayload

func (o *GetNmsSetupOK) GetPayload() *models.ServerStatusUnmsSetup

type GetNmsSetupParams

type GetNmsSetupParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsSetupParams contains all the parameters to send to the API endpoint

for the get nms setup operation.

Typically these are written to a http.Request.

func NewGetNmsSetupParams

func NewGetNmsSetupParams() *GetNmsSetupParams

NewGetNmsSetupParams creates a new GetNmsSetupParams 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 NewGetNmsSetupParamsWithContext

func NewGetNmsSetupParamsWithContext(ctx context.Context) *GetNmsSetupParams

NewGetNmsSetupParamsWithContext creates a new GetNmsSetupParams object with the ability to set a context for a request.

func NewGetNmsSetupParamsWithHTTPClient

func NewGetNmsSetupParamsWithHTTPClient(client *http.Client) *GetNmsSetupParams

NewGetNmsSetupParamsWithHTTPClient creates a new GetNmsSetupParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsSetupParamsWithTimeout

func NewGetNmsSetupParamsWithTimeout(timeout time.Duration) *GetNmsSetupParams

NewGetNmsSetupParamsWithTimeout creates a new GetNmsSetupParams object with the ability to set a timeout on a request.

func (*GetNmsSetupParams) SetContext

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

SetContext adds the context to the get nms setup params

func (*GetNmsSetupParams) SetDefaults

func (o *GetNmsSetupParams) SetDefaults()

SetDefaults hydrates default values in the get nms setup params (not the query body).

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

func (*GetNmsSetupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms setup params

func (*GetNmsSetupParams) SetTimeout

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

SetTimeout adds the timeout to the get nms setup params

func (*GetNmsSetupParams) WithContext

func (o *GetNmsSetupParams) WithContext(ctx context.Context) *GetNmsSetupParams

WithContext adds the context to the get nms setup params

func (*GetNmsSetupParams) WithDefaults

func (o *GetNmsSetupParams) WithDefaults() *GetNmsSetupParams

WithDefaults hydrates default values in the get nms setup params (not the query body).

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

func (*GetNmsSetupParams) WithHTTPClient

func (o *GetNmsSetupParams) WithHTTPClient(client *http.Client) *GetNmsSetupParams

WithHTTPClient adds the HTTPClient to the get nms setup params

func (*GetNmsSetupParams) WithTimeout

func (o *GetNmsSetupParams) WithTimeout(timeout time.Duration) *GetNmsSetupParams

WithTimeout adds the timeout to the get nms setup params

func (*GetNmsSetupParams) WriteToRequest

func (o *GetNmsSetupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsSetupReader

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

GetNmsSetupReader is a Reader for the GetNmsSetup structure.

func (*GetNmsSetupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsStatisticsForbidden

type GetNmsStatisticsForbidden struct {
	Payload *models.Error
}
GetNmsStatisticsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsStatisticsForbidden

func NewGetNmsStatisticsForbidden() *GetNmsStatisticsForbidden

NewGetNmsStatisticsForbidden creates a GetNmsStatisticsForbidden with default headers values

func (*GetNmsStatisticsForbidden) Error

func (o *GetNmsStatisticsForbidden) Error() string

func (*GetNmsStatisticsForbidden) GetPayload

func (o *GetNmsStatisticsForbidden) GetPayload() *models.Error

type GetNmsStatisticsInternalServerError

type GetNmsStatisticsInternalServerError struct {
	Payload *models.Error
}
GetNmsStatisticsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsStatisticsInternalServerError

func NewGetNmsStatisticsInternalServerError() *GetNmsStatisticsInternalServerError

NewGetNmsStatisticsInternalServerError creates a GetNmsStatisticsInternalServerError with default headers values

func (*GetNmsStatisticsInternalServerError) Error

func (*GetNmsStatisticsInternalServerError) GetPayload

type GetNmsStatisticsNotAcceptable

type GetNmsStatisticsNotAcceptable struct {
	Payload *models.Error
}
GetNmsStatisticsNotAcceptable describes a response with status code 406, with default header values.

Not Acceptable

func NewGetNmsStatisticsNotAcceptable

func NewGetNmsStatisticsNotAcceptable() *GetNmsStatisticsNotAcceptable

NewGetNmsStatisticsNotAcceptable creates a GetNmsStatisticsNotAcceptable with default headers values

func (*GetNmsStatisticsNotAcceptable) Error

func (*GetNmsStatisticsNotAcceptable) GetPayload

func (o *GetNmsStatisticsNotAcceptable) GetPayload() *models.Error

type GetNmsStatisticsOK

type GetNmsStatisticsOK struct {
	Payload *models.NetworkStatistics
}
GetNmsStatisticsOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsStatisticsOK

func NewGetNmsStatisticsOK() *GetNmsStatisticsOK

NewGetNmsStatisticsOK creates a GetNmsStatisticsOK with default headers values

func (*GetNmsStatisticsOK) Error

func (o *GetNmsStatisticsOK) Error() string

func (*GetNmsStatisticsOK) GetPayload

func (o *GetNmsStatisticsOK) GetPayload() *models.NetworkStatistics

type GetNmsStatisticsParams

type GetNmsStatisticsParams struct {

	// Interval.
	Interval string

	// Siri.
	Siri *bool

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

GetNmsStatisticsParams contains all the parameters to send to the API endpoint

for the get nms statistics operation.

Typically these are written to a http.Request.

func NewGetNmsStatisticsParams

func NewGetNmsStatisticsParams() *GetNmsStatisticsParams

NewGetNmsStatisticsParams creates a new GetNmsStatisticsParams 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 NewGetNmsStatisticsParamsWithContext

func NewGetNmsStatisticsParamsWithContext(ctx context.Context) *GetNmsStatisticsParams

NewGetNmsStatisticsParamsWithContext creates a new GetNmsStatisticsParams object with the ability to set a context for a request.

func NewGetNmsStatisticsParamsWithHTTPClient

func NewGetNmsStatisticsParamsWithHTTPClient(client *http.Client) *GetNmsStatisticsParams

NewGetNmsStatisticsParamsWithHTTPClient creates a new GetNmsStatisticsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsStatisticsParamsWithTimeout

func NewGetNmsStatisticsParamsWithTimeout(timeout time.Duration) *GetNmsStatisticsParams

NewGetNmsStatisticsParamsWithTimeout creates a new GetNmsStatisticsParams object with the ability to set a timeout on a request.

func (*GetNmsStatisticsParams) SetContext

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

SetContext adds the context to the get nms statistics params

func (*GetNmsStatisticsParams) SetDefaults

func (o *GetNmsStatisticsParams) SetDefaults()

SetDefaults hydrates default values in the get nms statistics params (not the query body).

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

func (*GetNmsStatisticsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms statistics params

func (*GetNmsStatisticsParams) SetInterval

func (o *GetNmsStatisticsParams) SetInterval(interval string)

SetInterval adds the interval to the get nms statistics params

func (*GetNmsStatisticsParams) SetSiri

func (o *GetNmsStatisticsParams) SetSiri(siri *bool)

SetSiri adds the siri to the get nms statistics params

func (*GetNmsStatisticsParams) SetTimeout

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

SetTimeout adds the timeout to the get nms statistics params

func (*GetNmsStatisticsParams) WithContext

WithContext adds the context to the get nms statistics params

func (*GetNmsStatisticsParams) WithDefaults

WithDefaults hydrates default values in the get nms statistics params (not the query body).

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

func (*GetNmsStatisticsParams) WithHTTPClient

func (o *GetNmsStatisticsParams) WithHTTPClient(client *http.Client) *GetNmsStatisticsParams

WithHTTPClient adds the HTTPClient to the get nms statistics params

func (*GetNmsStatisticsParams) WithInterval

func (o *GetNmsStatisticsParams) WithInterval(interval string) *GetNmsStatisticsParams

WithInterval adds the interval to the get nms statistics params

func (*GetNmsStatisticsParams) WithSiri

WithSiri adds the siri to the get nms statistics params

func (*GetNmsStatisticsParams) WithTimeout

WithTimeout adds the timeout to the get nms statistics params

func (*GetNmsStatisticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsStatisticsReader

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

GetNmsStatisticsReader is a Reader for the GetNmsStatistics structure.

func (*GetNmsStatisticsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsStatisticsUnauthorized

type GetNmsStatisticsUnauthorized struct {
	Payload *models.Error
}
GetNmsStatisticsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsStatisticsUnauthorized

func NewGetNmsStatisticsUnauthorized() *GetNmsStatisticsUnauthorized

NewGetNmsStatisticsUnauthorized creates a GetNmsStatisticsUnauthorized with default headers values

func (*GetNmsStatisticsUnauthorized) Error

func (*GetNmsStatisticsUnauthorized) GetPayload

func (o *GetNmsStatisticsUnauthorized) GetPayload() *models.Error

type GetNmsSummaryForbidden

type GetNmsSummaryForbidden struct {
	Payload *models.Error
}
GetNmsSummaryForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsSummaryForbidden

func NewGetNmsSummaryForbidden() *GetNmsSummaryForbidden

NewGetNmsSummaryForbidden creates a GetNmsSummaryForbidden with default headers values

func (*GetNmsSummaryForbidden) Error

func (o *GetNmsSummaryForbidden) Error() string

func (*GetNmsSummaryForbidden) GetPayload

func (o *GetNmsSummaryForbidden) GetPayload() *models.Error

type GetNmsSummaryInternalServerError

type GetNmsSummaryInternalServerError struct {
	Payload *models.Error
}
GetNmsSummaryInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsSummaryInternalServerError

func NewGetNmsSummaryInternalServerError() *GetNmsSummaryInternalServerError

NewGetNmsSummaryInternalServerError creates a GetNmsSummaryInternalServerError with default headers values

func (*GetNmsSummaryInternalServerError) Error

func (*GetNmsSummaryInternalServerError) GetPayload

type GetNmsSummaryOK

type GetNmsSummaryOK struct {
	Payload *models.ServerSummary
}
GetNmsSummaryOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsSummaryOK

func NewGetNmsSummaryOK() *GetNmsSummaryOK

NewGetNmsSummaryOK creates a GetNmsSummaryOK with default headers values

func (*GetNmsSummaryOK) Error

func (o *GetNmsSummaryOK) Error() string

func (*GetNmsSummaryOK) GetPayload

func (o *GetNmsSummaryOK) GetPayload() *models.ServerSummary

type GetNmsSummaryParams

type GetNmsSummaryParams struct {

	// FirmwaresTimestamp.
	FirmwaresTimestamp *float64

	// LogsLevel.
	LogsLevel []string

	// LogsTimestamp.
	LogsTimestamp *float64

	// OutagesTimestamp.
	OutagesTimestamp *float64

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

GetNmsSummaryParams contains all the parameters to send to the API endpoint

for the get nms summary operation.

Typically these are written to a http.Request.

func NewGetNmsSummaryParams

func NewGetNmsSummaryParams() *GetNmsSummaryParams

NewGetNmsSummaryParams creates a new GetNmsSummaryParams 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 NewGetNmsSummaryParamsWithContext

func NewGetNmsSummaryParamsWithContext(ctx context.Context) *GetNmsSummaryParams

NewGetNmsSummaryParamsWithContext creates a new GetNmsSummaryParams object with the ability to set a context for a request.

func NewGetNmsSummaryParamsWithHTTPClient

func NewGetNmsSummaryParamsWithHTTPClient(client *http.Client) *GetNmsSummaryParams

NewGetNmsSummaryParamsWithHTTPClient creates a new GetNmsSummaryParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsSummaryParamsWithTimeout

func NewGetNmsSummaryParamsWithTimeout(timeout time.Duration) *GetNmsSummaryParams

NewGetNmsSummaryParamsWithTimeout creates a new GetNmsSummaryParams object with the ability to set a timeout on a request.

func (*GetNmsSummaryParams) SetContext

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

SetContext adds the context to the get nms summary params

func (*GetNmsSummaryParams) SetDefaults

func (o *GetNmsSummaryParams) SetDefaults()

SetDefaults hydrates default values in the get nms summary params (not the query body).

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

func (*GetNmsSummaryParams) SetFirmwaresTimestamp

func (o *GetNmsSummaryParams) SetFirmwaresTimestamp(firmwaresTimestamp *float64)

SetFirmwaresTimestamp adds the firmwaresTimestamp to the get nms summary params

func (*GetNmsSummaryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms summary params

func (*GetNmsSummaryParams) SetLogsLevel

func (o *GetNmsSummaryParams) SetLogsLevel(logsLevel []string)

SetLogsLevel adds the logsLevel to the get nms summary params

func (*GetNmsSummaryParams) SetLogsTimestamp

func (o *GetNmsSummaryParams) SetLogsTimestamp(logsTimestamp *float64)

SetLogsTimestamp adds the logsTimestamp to the get nms summary params

func (*GetNmsSummaryParams) SetOutagesTimestamp

func (o *GetNmsSummaryParams) SetOutagesTimestamp(outagesTimestamp *float64)

SetOutagesTimestamp adds the outagesTimestamp to the get nms summary params

func (*GetNmsSummaryParams) SetTimeout

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

SetTimeout adds the timeout to the get nms summary params

func (*GetNmsSummaryParams) WithContext

WithContext adds the context to the get nms summary params

func (*GetNmsSummaryParams) WithDefaults

func (o *GetNmsSummaryParams) WithDefaults() *GetNmsSummaryParams

WithDefaults hydrates default values in the get nms summary params (not the query body).

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

func (*GetNmsSummaryParams) WithFirmwaresTimestamp

func (o *GetNmsSummaryParams) WithFirmwaresTimestamp(firmwaresTimestamp *float64) *GetNmsSummaryParams

WithFirmwaresTimestamp adds the firmwaresTimestamp to the get nms summary params

func (*GetNmsSummaryParams) WithHTTPClient

func (o *GetNmsSummaryParams) WithHTTPClient(client *http.Client) *GetNmsSummaryParams

WithHTTPClient adds the HTTPClient to the get nms summary params

func (*GetNmsSummaryParams) WithLogsLevel

func (o *GetNmsSummaryParams) WithLogsLevel(logsLevel []string) *GetNmsSummaryParams

WithLogsLevel adds the logsLevel to the get nms summary params

func (*GetNmsSummaryParams) WithLogsTimestamp

func (o *GetNmsSummaryParams) WithLogsTimestamp(logsTimestamp *float64) *GetNmsSummaryParams

WithLogsTimestamp adds the logsTimestamp to the get nms summary params

func (*GetNmsSummaryParams) WithOutagesTimestamp

func (o *GetNmsSummaryParams) WithOutagesTimestamp(outagesTimestamp *float64) *GetNmsSummaryParams

WithOutagesTimestamp adds the outagesTimestamp to the get nms summary params

func (*GetNmsSummaryParams) WithTimeout

func (o *GetNmsSummaryParams) WithTimeout(timeout time.Duration) *GetNmsSummaryParams

WithTimeout adds the timeout to the get nms summary params

func (*GetNmsSummaryParams) WriteToRequest

func (o *GetNmsSummaryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsSummaryReader

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

GetNmsSummaryReader is a Reader for the GetNmsSummary structure.

func (*GetNmsSummaryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsSummaryUnauthorized

type GetNmsSummaryUnauthorized struct {
	Payload *models.Error
}
GetNmsSummaryUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsSummaryUnauthorized

func NewGetNmsSummaryUnauthorized() *GetNmsSummaryUnauthorized

NewGetNmsSummaryUnauthorized creates a GetNmsSummaryUnauthorized with default headers values

func (*GetNmsSummaryUnauthorized) Error

func (o *GetNmsSummaryUnauthorized) Error() string

func (*GetNmsSummaryUnauthorized) GetPayload

func (o *GetNmsSummaryUnauthorized) GetPayload() *models.Error

type GetNmsTrafficBlacklistForbidden

type GetNmsTrafficBlacklistForbidden struct {
	Payload *models.Error
}
GetNmsTrafficBlacklistForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsTrafficBlacklistForbidden

func NewGetNmsTrafficBlacklistForbidden() *GetNmsTrafficBlacklistForbidden

NewGetNmsTrafficBlacklistForbidden creates a GetNmsTrafficBlacklistForbidden with default headers values

func (*GetNmsTrafficBlacklistForbidden) Error

func (*GetNmsTrafficBlacklistForbidden) GetPayload

func (o *GetNmsTrafficBlacklistForbidden) GetPayload() *models.Error

type GetNmsTrafficBlacklistInternalServerError

type GetNmsTrafficBlacklistInternalServerError struct {
	Payload *models.Error
}
GetNmsTrafficBlacklistInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsTrafficBlacklistInternalServerError

func NewGetNmsTrafficBlacklistInternalServerError() *GetNmsTrafficBlacklistInternalServerError

NewGetNmsTrafficBlacklistInternalServerError creates a GetNmsTrafficBlacklistInternalServerError with default headers values

func (*GetNmsTrafficBlacklistInternalServerError) Error

func (*GetNmsTrafficBlacklistInternalServerError) GetPayload

type GetNmsTrafficBlacklistOK

type GetNmsTrafficBlacklistOK struct {
	Payload models.BlacklistSchema
}
GetNmsTrafficBlacklistOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsTrafficBlacklistOK

func NewGetNmsTrafficBlacklistOK() *GetNmsTrafficBlacklistOK

NewGetNmsTrafficBlacklistOK creates a GetNmsTrafficBlacklistOK with default headers values

func (*GetNmsTrafficBlacklistOK) Error

func (o *GetNmsTrafficBlacklistOK) Error() string

func (*GetNmsTrafficBlacklistOK) GetPayload

type GetNmsTrafficBlacklistParams

type GetNmsTrafficBlacklistParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsTrafficBlacklistParams contains all the parameters to send to the API endpoint

for the get nms traffic blacklist operation.

Typically these are written to a http.Request.

func NewGetNmsTrafficBlacklistParams

func NewGetNmsTrafficBlacklistParams() *GetNmsTrafficBlacklistParams

NewGetNmsTrafficBlacklistParams creates a new GetNmsTrafficBlacklistParams 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 NewGetNmsTrafficBlacklistParamsWithContext

func NewGetNmsTrafficBlacklistParamsWithContext(ctx context.Context) *GetNmsTrafficBlacklistParams

NewGetNmsTrafficBlacklistParamsWithContext creates a new GetNmsTrafficBlacklistParams object with the ability to set a context for a request.

func NewGetNmsTrafficBlacklistParamsWithHTTPClient

func NewGetNmsTrafficBlacklistParamsWithHTTPClient(client *http.Client) *GetNmsTrafficBlacklistParams

NewGetNmsTrafficBlacklistParamsWithHTTPClient creates a new GetNmsTrafficBlacklistParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsTrafficBlacklistParamsWithTimeout

func NewGetNmsTrafficBlacklistParamsWithTimeout(timeout time.Duration) *GetNmsTrafficBlacklistParams

NewGetNmsTrafficBlacklistParamsWithTimeout creates a new GetNmsTrafficBlacklistParams object with the ability to set a timeout on a request.

func (*GetNmsTrafficBlacklistParams) SetContext

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

SetContext adds the context to the get nms traffic blacklist params

func (*GetNmsTrafficBlacklistParams) SetDefaults

func (o *GetNmsTrafficBlacklistParams) SetDefaults()

SetDefaults hydrates default values in the get nms traffic blacklist params (not the query body).

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

func (*GetNmsTrafficBlacklistParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms traffic blacklist params

func (*GetNmsTrafficBlacklistParams) SetTimeout

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

SetTimeout adds the timeout to the get nms traffic blacklist params

func (*GetNmsTrafficBlacklistParams) WithContext

WithContext adds the context to the get nms traffic blacklist params

func (*GetNmsTrafficBlacklistParams) WithDefaults

WithDefaults hydrates default values in the get nms traffic blacklist params (not the query body).

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

func (*GetNmsTrafficBlacklistParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nms traffic blacklist params

func (*GetNmsTrafficBlacklistParams) WithTimeout

WithTimeout adds the timeout to the get nms traffic blacklist params

func (*GetNmsTrafficBlacklistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsTrafficBlacklistReader

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

GetNmsTrafficBlacklistReader is a Reader for the GetNmsTrafficBlacklist structure.

func (*GetNmsTrafficBlacklistReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsTrafficBlacklistUnauthorized

type GetNmsTrafficBlacklistUnauthorized struct {
	Payload *models.Error
}
GetNmsTrafficBlacklistUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsTrafficBlacklistUnauthorized

func NewGetNmsTrafficBlacklistUnauthorized() *GetNmsTrafficBlacklistUnauthorized

NewGetNmsTrafficBlacklistUnauthorized creates a GetNmsTrafficBlacklistUnauthorized with default headers values

func (*GetNmsTrafficBlacklistUnauthorized) Error

func (*GetNmsTrafficBlacklistUnauthorized) GetPayload

type GetNmsTrafficSubnetsForbidden

type GetNmsTrafficSubnetsForbidden struct {
	Payload *models.Error
}
GetNmsTrafficSubnetsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsTrafficSubnetsForbidden

func NewGetNmsTrafficSubnetsForbidden() *GetNmsTrafficSubnetsForbidden

NewGetNmsTrafficSubnetsForbidden creates a GetNmsTrafficSubnetsForbidden with default headers values

func (*GetNmsTrafficSubnetsForbidden) Error

func (*GetNmsTrafficSubnetsForbidden) GetPayload

func (o *GetNmsTrafficSubnetsForbidden) GetPayload() *models.Error

type GetNmsTrafficSubnetsInternalServerError

type GetNmsTrafficSubnetsInternalServerError struct {
	Payload *models.Error
}
GetNmsTrafficSubnetsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsTrafficSubnetsInternalServerError

func NewGetNmsTrafficSubnetsInternalServerError() *GetNmsTrafficSubnetsInternalServerError

NewGetNmsTrafficSubnetsInternalServerError creates a GetNmsTrafficSubnetsInternalServerError with default headers values

func (*GetNmsTrafficSubnetsInternalServerError) Error

func (*GetNmsTrafficSubnetsInternalServerError) GetPayload

type GetNmsTrafficSubnetsOK

type GetNmsTrafficSubnetsOK struct {
	Payload *models.SubnetList
}
GetNmsTrafficSubnetsOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsTrafficSubnetsOK

func NewGetNmsTrafficSubnetsOK() *GetNmsTrafficSubnetsOK

NewGetNmsTrafficSubnetsOK creates a GetNmsTrafficSubnetsOK with default headers values

func (*GetNmsTrafficSubnetsOK) Error

func (o *GetNmsTrafficSubnetsOK) Error() string

func (*GetNmsTrafficSubnetsOK) GetPayload

func (o *GetNmsTrafficSubnetsOK) GetPayload() *models.SubnetList

type GetNmsTrafficSubnetsParams

type GetNmsTrafficSubnetsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsTrafficSubnetsParams contains all the parameters to send to the API endpoint

for the get nms traffic subnets operation.

Typically these are written to a http.Request.

func NewGetNmsTrafficSubnetsParams

func NewGetNmsTrafficSubnetsParams() *GetNmsTrafficSubnetsParams

NewGetNmsTrafficSubnetsParams creates a new GetNmsTrafficSubnetsParams 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 NewGetNmsTrafficSubnetsParamsWithContext

func NewGetNmsTrafficSubnetsParamsWithContext(ctx context.Context) *GetNmsTrafficSubnetsParams

NewGetNmsTrafficSubnetsParamsWithContext creates a new GetNmsTrafficSubnetsParams object with the ability to set a context for a request.

func NewGetNmsTrafficSubnetsParamsWithHTTPClient

func NewGetNmsTrafficSubnetsParamsWithHTTPClient(client *http.Client) *GetNmsTrafficSubnetsParams

NewGetNmsTrafficSubnetsParamsWithHTTPClient creates a new GetNmsTrafficSubnetsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsTrafficSubnetsParamsWithTimeout

func NewGetNmsTrafficSubnetsParamsWithTimeout(timeout time.Duration) *GetNmsTrafficSubnetsParams

NewGetNmsTrafficSubnetsParamsWithTimeout creates a new GetNmsTrafficSubnetsParams object with the ability to set a timeout on a request.

func (*GetNmsTrafficSubnetsParams) SetContext

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

SetContext adds the context to the get nms traffic subnets params

func (*GetNmsTrafficSubnetsParams) SetDefaults

func (o *GetNmsTrafficSubnetsParams) SetDefaults()

SetDefaults hydrates default values in the get nms traffic subnets params (not the query body).

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

func (*GetNmsTrafficSubnetsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms traffic subnets params

func (*GetNmsTrafficSubnetsParams) SetTimeout

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

SetTimeout adds the timeout to the get nms traffic subnets params

func (*GetNmsTrafficSubnetsParams) WithContext

WithContext adds the context to the get nms traffic subnets params

func (*GetNmsTrafficSubnetsParams) WithDefaults

WithDefaults hydrates default values in the get nms traffic subnets params (not the query body).

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

func (*GetNmsTrafficSubnetsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nms traffic subnets params

func (*GetNmsTrafficSubnetsParams) WithTimeout

WithTimeout adds the timeout to the get nms traffic subnets params

func (*GetNmsTrafficSubnetsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsTrafficSubnetsReader

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

GetNmsTrafficSubnetsReader is a Reader for the GetNmsTrafficSubnets structure.

func (*GetNmsTrafficSubnetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsTrafficSubnetsUnauthorized

type GetNmsTrafficSubnetsUnauthorized struct {
	Payload *models.Error
}
GetNmsTrafficSubnetsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsTrafficSubnetsUnauthorized

func NewGetNmsTrafficSubnetsUnauthorized() *GetNmsTrafficSubnetsUnauthorized

NewGetNmsTrafficSubnetsUnauthorized creates a GetNmsTrafficSubnetsUnauthorized with default headers values

func (*GetNmsTrafficSubnetsUnauthorized) Error

func (*GetNmsTrafficSubnetsUnauthorized) GetPayload

type GetNmsUpdateForbidden

type GetNmsUpdateForbidden struct {
	Payload *models.Error
}
GetNmsUpdateForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsUpdateForbidden

func NewGetNmsUpdateForbidden() *GetNmsUpdateForbidden

NewGetNmsUpdateForbidden creates a GetNmsUpdateForbidden with default headers values

func (*GetNmsUpdateForbidden) Error

func (o *GetNmsUpdateForbidden) Error() string

func (*GetNmsUpdateForbidden) GetPayload

func (o *GetNmsUpdateForbidden) GetPayload() *models.Error

type GetNmsUpdateInternalServerError

type GetNmsUpdateInternalServerError struct {
	Payload *models.Error
}
GetNmsUpdateInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsUpdateInternalServerError

func NewGetNmsUpdateInternalServerError() *GetNmsUpdateInternalServerError

NewGetNmsUpdateInternalServerError creates a GetNmsUpdateInternalServerError with default headers values

func (*GetNmsUpdateInternalServerError) Error

func (*GetNmsUpdateInternalServerError) GetPayload

func (o *GetNmsUpdateInternalServerError) GetPayload() *models.Error

type GetNmsUpdateLogForbidden

type GetNmsUpdateLogForbidden struct {
	Payload *models.Error
}
GetNmsUpdateLogForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsUpdateLogForbidden

func NewGetNmsUpdateLogForbidden() *GetNmsUpdateLogForbidden

NewGetNmsUpdateLogForbidden creates a GetNmsUpdateLogForbidden with default headers values

func (*GetNmsUpdateLogForbidden) Error

func (o *GetNmsUpdateLogForbidden) Error() string

func (*GetNmsUpdateLogForbidden) GetPayload

func (o *GetNmsUpdateLogForbidden) GetPayload() *models.Error

type GetNmsUpdateLogInternalServerError

type GetNmsUpdateLogInternalServerError struct {
	Payload *models.Error
}
GetNmsUpdateLogInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsUpdateLogInternalServerError

func NewGetNmsUpdateLogInternalServerError() *GetNmsUpdateLogInternalServerError

NewGetNmsUpdateLogInternalServerError creates a GetNmsUpdateLogInternalServerError with default headers values

func (*GetNmsUpdateLogInternalServerError) Error

func (*GetNmsUpdateLogInternalServerError) GetPayload

type GetNmsUpdateLogOK

type GetNmsUpdateLogOK struct {
	Payload string
}
GetNmsUpdateLogOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsUpdateLogOK

func NewGetNmsUpdateLogOK() *GetNmsUpdateLogOK

NewGetNmsUpdateLogOK creates a GetNmsUpdateLogOK with default headers values

func (*GetNmsUpdateLogOK) Error

func (o *GetNmsUpdateLogOK) Error() string

func (*GetNmsUpdateLogOK) GetPayload

func (o *GetNmsUpdateLogOK) GetPayload() string

type GetNmsUpdateLogParams

type GetNmsUpdateLogParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsUpdateLogParams contains all the parameters to send to the API endpoint

for the get nms update log operation.

Typically these are written to a http.Request.

func NewGetNmsUpdateLogParams

func NewGetNmsUpdateLogParams() *GetNmsUpdateLogParams

NewGetNmsUpdateLogParams creates a new GetNmsUpdateLogParams 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 NewGetNmsUpdateLogParamsWithContext

func NewGetNmsUpdateLogParamsWithContext(ctx context.Context) *GetNmsUpdateLogParams

NewGetNmsUpdateLogParamsWithContext creates a new GetNmsUpdateLogParams object with the ability to set a context for a request.

func NewGetNmsUpdateLogParamsWithHTTPClient

func NewGetNmsUpdateLogParamsWithHTTPClient(client *http.Client) *GetNmsUpdateLogParams

NewGetNmsUpdateLogParamsWithHTTPClient creates a new GetNmsUpdateLogParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsUpdateLogParamsWithTimeout

func NewGetNmsUpdateLogParamsWithTimeout(timeout time.Duration) *GetNmsUpdateLogParams

NewGetNmsUpdateLogParamsWithTimeout creates a new GetNmsUpdateLogParams object with the ability to set a timeout on a request.

func (*GetNmsUpdateLogParams) SetContext

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

SetContext adds the context to the get nms update log params

func (*GetNmsUpdateLogParams) SetDefaults

func (o *GetNmsUpdateLogParams) SetDefaults()

SetDefaults hydrates default values in the get nms update log params (not the query body).

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

func (*GetNmsUpdateLogParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms update log params

func (*GetNmsUpdateLogParams) SetTimeout

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

SetTimeout adds the timeout to the get nms update log params

func (*GetNmsUpdateLogParams) WithContext

WithContext adds the context to the get nms update log params

func (*GetNmsUpdateLogParams) WithDefaults

func (o *GetNmsUpdateLogParams) WithDefaults() *GetNmsUpdateLogParams

WithDefaults hydrates default values in the get nms update log params (not the query body).

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

func (*GetNmsUpdateLogParams) WithHTTPClient

func (o *GetNmsUpdateLogParams) WithHTTPClient(client *http.Client) *GetNmsUpdateLogParams

WithHTTPClient adds the HTTPClient to the get nms update log params

func (*GetNmsUpdateLogParams) WithTimeout

func (o *GetNmsUpdateLogParams) WithTimeout(timeout time.Duration) *GetNmsUpdateLogParams

WithTimeout adds the timeout to the get nms update log params

func (*GetNmsUpdateLogParams) WriteToRequest

func (o *GetNmsUpdateLogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsUpdateLogReader

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

GetNmsUpdateLogReader is a Reader for the GetNmsUpdateLog structure.

func (*GetNmsUpdateLogReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsUpdateLogServiceUnavailable

type GetNmsUpdateLogServiceUnavailable struct {
	Payload *models.Error
}
GetNmsUpdateLogServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable

func NewGetNmsUpdateLogServiceUnavailable

func NewGetNmsUpdateLogServiceUnavailable() *GetNmsUpdateLogServiceUnavailable

NewGetNmsUpdateLogServiceUnavailable creates a GetNmsUpdateLogServiceUnavailable with default headers values

func (*GetNmsUpdateLogServiceUnavailable) Error

func (*GetNmsUpdateLogServiceUnavailable) GetPayload

type GetNmsUpdateLogUnauthorized

type GetNmsUpdateLogUnauthorized struct {
	Payload *models.Error
}
GetNmsUpdateLogUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsUpdateLogUnauthorized

func NewGetNmsUpdateLogUnauthorized() *GetNmsUpdateLogUnauthorized

NewGetNmsUpdateLogUnauthorized creates a GetNmsUpdateLogUnauthorized with default headers values

func (*GetNmsUpdateLogUnauthorized) Error

func (*GetNmsUpdateLogUnauthorized) GetPayload

func (o *GetNmsUpdateLogUnauthorized) GetPayload() *models.Error

type GetNmsUpdateOK

type GetNmsUpdateOK struct {
	Payload *models.NmsUpdateStatus
}
GetNmsUpdateOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsUpdateOK

func NewGetNmsUpdateOK() *GetNmsUpdateOK

NewGetNmsUpdateOK creates a GetNmsUpdateOK with default headers values

func (*GetNmsUpdateOK) Error

func (o *GetNmsUpdateOK) Error() string

func (*GetNmsUpdateOK) GetPayload

func (o *GetNmsUpdateOK) GetPayload() *models.NmsUpdateStatus

type GetNmsUpdateParams

type GetNmsUpdateParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsUpdateParams contains all the parameters to send to the API endpoint

for the get nms update operation.

Typically these are written to a http.Request.

func NewGetNmsUpdateParams

func NewGetNmsUpdateParams() *GetNmsUpdateParams

NewGetNmsUpdateParams creates a new GetNmsUpdateParams 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 NewGetNmsUpdateParamsWithContext

func NewGetNmsUpdateParamsWithContext(ctx context.Context) *GetNmsUpdateParams

NewGetNmsUpdateParamsWithContext creates a new GetNmsUpdateParams object with the ability to set a context for a request.

func NewGetNmsUpdateParamsWithHTTPClient

func NewGetNmsUpdateParamsWithHTTPClient(client *http.Client) *GetNmsUpdateParams

NewGetNmsUpdateParamsWithHTTPClient creates a new GetNmsUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsUpdateParamsWithTimeout

func NewGetNmsUpdateParamsWithTimeout(timeout time.Duration) *GetNmsUpdateParams

NewGetNmsUpdateParamsWithTimeout creates a new GetNmsUpdateParams object with the ability to set a timeout on a request.

func (*GetNmsUpdateParams) SetContext

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

SetContext adds the context to the get nms update params

func (*GetNmsUpdateParams) SetDefaults

func (o *GetNmsUpdateParams) SetDefaults()

SetDefaults hydrates default values in the get nms update params (not the query body).

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

func (*GetNmsUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms update params

func (*GetNmsUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the get nms update params

func (*GetNmsUpdateParams) WithContext

WithContext adds the context to the get nms update params

func (*GetNmsUpdateParams) WithDefaults

func (o *GetNmsUpdateParams) WithDefaults() *GetNmsUpdateParams

WithDefaults hydrates default values in the get nms update params (not the query body).

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

func (*GetNmsUpdateParams) WithHTTPClient

func (o *GetNmsUpdateParams) WithHTTPClient(client *http.Client) *GetNmsUpdateParams

WithHTTPClient adds the HTTPClient to the get nms update params

func (*GetNmsUpdateParams) WithTimeout

func (o *GetNmsUpdateParams) WithTimeout(timeout time.Duration) *GetNmsUpdateParams

WithTimeout adds the timeout to the get nms update params

func (*GetNmsUpdateParams) WriteToRequest

func (o *GetNmsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsUpdateReader

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

GetNmsUpdateReader is a Reader for the GetNmsUpdate structure.

func (*GetNmsUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsUpdateServiceUnavailable

type GetNmsUpdateServiceUnavailable struct {
	Payload *models.Error
}
GetNmsUpdateServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable

func NewGetNmsUpdateServiceUnavailable

func NewGetNmsUpdateServiceUnavailable() *GetNmsUpdateServiceUnavailable

NewGetNmsUpdateServiceUnavailable creates a GetNmsUpdateServiceUnavailable with default headers values

func (*GetNmsUpdateServiceUnavailable) Error

func (*GetNmsUpdateServiceUnavailable) GetPayload

func (o *GetNmsUpdateServiceUnavailable) GetPayload() *models.Error

type GetNmsUpdateUnauthorized

type GetNmsUpdateUnauthorized struct {
	Payload *models.Error
}
GetNmsUpdateUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetNmsUpdateUnauthorized

func NewGetNmsUpdateUnauthorized() *GetNmsUpdateUnauthorized

NewGetNmsUpdateUnauthorized creates a GetNmsUpdateUnauthorized with default headers values

func (*GetNmsUpdateUnauthorized) Error

func (o *GetNmsUpdateUnauthorized) Error() string

func (*GetNmsUpdateUnauthorized) GetPayload

func (o *GetNmsUpdateUnauthorized) GetPayload() *models.Error

type GetNmsVersionInternalServerError

type GetNmsVersionInternalServerError struct {
	Payload *models.Error
}
GetNmsVersionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsVersionInternalServerError

func NewGetNmsVersionInternalServerError() *GetNmsVersionInternalServerError

NewGetNmsVersionInternalServerError creates a GetNmsVersionInternalServerError with default headers values

func (*GetNmsVersionInternalServerError) Error

func (*GetNmsVersionInternalServerError) GetPayload

type GetNmsVersionLatestForbidden

type GetNmsVersionLatestForbidden struct {
	Payload *models.Error
}
GetNmsVersionLatestForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNmsVersionLatestForbidden

func NewGetNmsVersionLatestForbidden() *GetNmsVersionLatestForbidden

NewGetNmsVersionLatestForbidden creates a GetNmsVersionLatestForbidden with default headers values

func (*GetNmsVersionLatestForbidden) Error

func (*GetNmsVersionLatestForbidden) GetPayload

func (o *GetNmsVersionLatestForbidden) GetPayload() *models.Error

type GetNmsVersionLatestInternalServerError

type GetNmsVersionLatestInternalServerError struct {
	Payload *models.Error
}
GetNmsVersionLatestInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetNmsVersionLatestInternalServerError

func NewGetNmsVersionLatestInternalServerError() *GetNmsVersionLatestInternalServerError

NewGetNmsVersionLatestInternalServerError creates a GetNmsVersionLatestInternalServerError with default headers values

func (*GetNmsVersionLatestInternalServerError) Error

func (*GetNmsVersionLatestInternalServerError) GetPayload

type GetNmsVersionLatestOK

type GetNmsVersionLatestOK struct {
	Payload string
}
GetNmsVersionLatestOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsVersionLatestOK

func NewGetNmsVersionLatestOK() *GetNmsVersionLatestOK

NewGetNmsVersionLatestOK creates a GetNmsVersionLatestOK with default headers values

func (*GetNmsVersionLatestOK) Error

func (o *GetNmsVersionLatestOK) Error() string

func (*GetNmsVersionLatestOK) GetPayload

func (o *GetNmsVersionLatestOK) GetPayload() string

type GetNmsVersionLatestParams

type GetNmsVersionLatestParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsVersionLatestParams contains all the parameters to send to the API endpoint

for the get nms version latest operation.

Typically these are written to a http.Request.

func NewGetNmsVersionLatestParams

func NewGetNmsVersionLatestParams() *GetNmsVersionLatestParams

NewGetNmsVersionLatestParams creates a new GetNmsVersionLatestParams 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 NewGetNmsVersionLatestParamsWithContext

func NewGetNmsVersionLatestParamsWithContext(ctx context.Context) *GetNmsVersionLatestParams

NewGetNmsVersionLatestParamsWithContext creates a new GetNmsVersionLatestParams object with the ability to set a context for a request.

func NewGetNmsVersionLatestParamsWithHTTPClient

func NewGetNmsVersionLatestParamsWithHTTPClient(client *http.Client) *GetNmsVersionLatestParams

NewGetNmsVersionLatestParamsWithHTTPClient creates a new GetNmsVersionLatestParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsVersionLatestParamsWithTimeout

func NewGetNmsVersionLatestParamsWithTimeout(timeout time.Duration) *GetNmsVersionLatestParams

NewGetNmsVersionLatestParamsWithTimeout creates a new GetNmsVersionLatestParams object with the ability to set a timeout on a request.

func (*GetNmsVersionLatestParams) SetContext

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

SetContext adds the context to the get nms version latest params

func (*GetNmsVersionLatestParams) SetDefaults

func (o *GetNmsVersionLatestParams) SetDefaults()

SetDefaults hydrates default values in the get nms version latest params (not the query body).

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

func (*GetNmsVersionLatestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms version latest params

func (*GetNmsVersionLatestParams) SetTimeout

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

SetTimeout adds the timeout to the get nms version latest params

func (*GetNmsVersionLatestParams) WithContext

WithContext adds the context to the get nms version latest params

func (*GetNmsVersionLatestParams) WithDefaults

WithDefaults hydrates default values in the get nms version latest params (not the query body).

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

func (*GetNmsVersionLatestParams) WithHTTPClient

func (o *GetNmsVersionLatestParams) WithHTTPClient(client *http.Client) *GetNmsVersionLatestParams

WithHTTPClient adds the HTTPClient to the get nms version latest params

func (*GetNmsVersionLatestParams) WithTimeout

WithTimeout adds the timeout to the get nms version latest params

func (*GetNmsVersionLatestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNmsVersionLatestReader

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

GetNmsVersionLatestReader is a Reader for the GetNmsVersionLatest structure.

func (*GetNmsVersionLatestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNmsVersionOK

type GetNmsVersionOK struct {
	Payload *models.Version
}
GetNmsVersionOK describes a response with status code 200, with default header values.

Successful

func NewGetNmsVersionOK

func NewGetNmsVersionOK() *GetNmsVersionOK

NewGetNmsVersionOK creates a GetNmsVersionOK with default headers values

func (*GetNmsVersionOK) Error

func (o *GetNmsVersionOK) Error() string

func (*GetNmsVersionOK) GetPayload

func (o *GetNmsVersionOK) GetPayload() *models.Version

type GetNmsVersionParams

type GetNmsVersionParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNmsVersionParams contains all the parameters to send to the API endpoint

for the get nms version operation.

Typically these are written to a http.Request.

func NewGetNmsVersionParams

func NewGetNmsVersionParams() *GetNmsVersionParams

NewGetNmsVersionParams creates a new GetNmsVersionParams 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 NewGetNmsVersionParamsWithContext

func NewGetNmsVersionParamsWithContext(ctx context.Context) *GetNmsVersionParams

NewGetNmsVersionParamsWithContext creates a new GetNmsVersionParams object with the ability to set a context for a request.

func NewGetNmsVersionParamsWithHTTPClient

func NewGetNmsVersionParamsWithHTTPClient(client *http.Client) *GetNmsVersionParams

NewGetNmsVersionParamsWithHTTPClient creates a new GetNmsVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetNmsVersionParamsWithTimeout

func NewGetNmsVersionParamsWithTimeout(timeout time.Duration) *GetNmsVersionParams

NewGetNmsVersionParamsWithTimeout creates a new GetNmsVersionParams object with the ability to set a timeout on a request.

func (*GetNmsVersionParams) SetContext

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

SetContext adds the context to the get nms version params

func (*GetNmsVersionParams) SetDefaults

func (o *GetNmsVersionParams) SetDefaults()

SetDefaults hydrates default values in the get nms version params (not the query body).

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

func (*GetNmsVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nms version params

func (*GetNmsVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get nms version params

func (*GetNmsVersionParams) WithContext

WithContext adds the context to the get nms version params

func (*GetNmsVersionParams) WithDefaults

func (o *GetNmsVersionParams) WithDefaults() *GetNmsVersionParams

WithDefaults hydrates default values in the get nms version params (not the query body).

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

func (*GetNmsVersionParams) WithHTTPClient

func (o *GetNmsVersionParams) WithHTTPClient(client *http.Client) *GetNmsVersionParams

WithHTTPClient adds the HTTPClient to the get nms version params

func (*GetNmsVersionParams) WithTimeout

func (o *GetNmsVersionParams) WithTimeout(timeout time.Duration) *GetNmsVersionParams

WithTimeout adds the timeout to the get nms version params

func (*GetNmsVersionParams) WriteToRequest

func (o *GetNmsVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNmsVersionReader

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

GetNmsVersionReader is a Reader for the GetNmsVersion structure.

func (*GetNmsVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsBlogPostsPostidReadBadRequest

type PostNmsBlogPostsPostidReadBadRequest struct {
	Payload *models.Error
}
PostNmsBlogPostsPostidReadBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostNmsBlogPostsPostidReadBadRequest

func NewPostNmsBlogPostsPostidReadBadRequest() *PostNmsBlogPostsPostidReadBadRequest

NewPostNmsBlogPostsPostidReadBadRequest creates a PostNmsBlogPostsPostidReadBadRequest with default headers values

func (*PostNmsBlogPostsPostidReadBadRequest) Error

func (*PostNmsBlogPostsPostidReadBadRequest) GetPayload

type PostNmsBlogPostsPostidReadConflict

type PostNmsBlogPostsPostidReadConflict struct {
	Payload *models.Error
}
PostNmsBlogPostsPostidReadConflict describes a response with status code 409, with default header values.

Conflict

func NewPostNmsBlogPostsPostidReadConflict

func NewPostNmsBlogPostsPostidReadConflict() *PostNmsBlogPostsPostidReadConflict

NewPostNmsBlogPostsPostidReadConflict creates a PostNmsBlogPostsPostidReadConflict with default headers values

func (*PostNmsBlogPostsPostidReadConflict) Error

func (*PostNmsBlogPostsPostidReadConflict) GetPayload

type PostNmsBlogPostsPostidReadForbidden

type PostNmsBlogPostsPostidReadForbidden struct {
	Payload *models.Error
}
PostNmsBlogPostsPostidReadForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsBlogPostsPostidReadForbidden

func NewPostNmsBlogPostsPostidReadForbidden() *PostNmsBlogPostsPostidReadForbidden

NewPostNmsBlogPostsPostidReadForbidden creates a PostNmsBlogPostsPostidReadForbidden with default headers values

func (*PostNmsBlogPostsPostidReadForbidden) Error

func (*PostNmsBlogPostsPostidReadForbidden) GetPayload

type PostNmsBlogPostsPostidReadInternalServerError

type PostNmsBlogPostsPostidReadInternalServerError struct {
	Payload *models.Error
}
PostNmsBlogPostsPostidReadInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsBlogPostsPostidReadInternalServerError

func NewPostNmsBlogPostsPostidReadInternalServerError() *PostNmsBlogPostsPostidReadInternalServerError

NewPostNmsBlogPostsPostidReadInternalServerError creates a PostNmsBlogPostsPostidReadInternalServerError with default headers values

func (*PostNmsBlogPostsPostidReadInternalServerError) Error

func (*PostNmsBlogPostsPostidReadInternalServerError) GetPayload

type PostNmsBlogPostsPostidReadOK

type PostNmsBlogPostsPostidReadOK struct {
	Payload *models.Status
}
PostNmsBlogPostsPostidReadOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsBlogPostsPostidReadOK

func NewPostNmsBlogPostsPostidReadOK() *PostNmsBlogPostsPostidReadOK

NewPostNmsBlogPostsPostidReadOK creates a PostNmsBlogPostsPostidReadOK with default headers values

func (*PostNmsBlogPostsPostidReadOK) Error

func (*PostNmsBlogPostsPostidReadOK) GetPayload

func (o *PostNmsBlogPostsPostidReadOK) GetPayload() *models.Status

type PostNmsBlogPostsPostidReadParams

type PostNmsBlogPostsPostidReadParams struct {

	/* PostID.

	   post id
	*/
	PostID string

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

PostNmsBlogPostsPostidReadParams contains all the parameters to send to the API endpoint

for the post nms blog posts postid read operation.

Typically these are written to a http.Request.

func NewPostNmsBlogPostsPostidReadParams

func NewPostNmsBlogPostsPostidReadParams() *PostNmsBlogPostsPostidReadParams

NewPostNmsBlogPostsPostidReadParams creates a new PostNmsBlogPostsPostidReadParams 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 NewPostNmsBlogPostsPostidReadParamsWithContext

func NewPostNmsBlogPostsPostidReadParamsWithContext(ctx context.Context) *PostNmsBlogPostsPostidReadParams

NewPostNmsBlogPostsPostidReadParamsWithContext creates a new PostNmsBlogPostsPostidReadParams object with the ability to set a context for a request.

func NewPostNmsBlogPostsPostidReadParamsWithHTTPClient

func NewPostNmsBlogPostsPostidReadParamsWithHTTPClient(client *http.Client) *PostNmsBlogPostsPostidReadParams

NewPostNmsBlogPostsPostidReadParamsWithHTTPClient creates a new PostNmsBlogPostsPostidReadParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsBlogPostsPostidReadParamsWithTimeout

func NewPostNmsBlogPostsPostidReadParamsWithTimeout(timeout time.Duration) *PostNmsBlogPostsPostidReadParams

NewPostNmsBlogPostsPostidReadParamsWithTimeout creates a new PostNmsBlogPostsPostidReadParams object with the ability to set a timeout on a request.

func (*PostNmsBlogPostsPostidReadParams) SetContext

SetContext adds the context to the post nms blog posts postid read params

func (*PostNmsBlogPostsPostidReadParams) SetDefaults

func (o *PostNmsBlogPostsPostidReadParams) SetDefaults()

SetDefaults hydrates default values in the post nms blog posts postid read params (not the query body).

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

func (*PostNmsBlogPostsPostidReadParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms blog posts postid read params

func (*PostNmsBlogPostsPostidReadParams) SetPostID

func (o *PostNmsBlogPostsPostidReadParams) SetPostID(postID string)

SetPostID adds the postId to the post nms blog posts postid read params

func (*PostNmsBlogPostsPostidReadParams) SetTimeout

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

SetTimeout adds the timeout to the post nms blog posts postid read params

func (*PostNmsBlogPostsPostidReadParams) WithContext

WithContext adds the context to the post nms blog posts postid read params

func (*PostNmsBlogPostsPostidReadParams) WithDefaults

WithDefaults hydrates default values in the post nms blog posts postid read params (not the query body).

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

func (*PostNmsBlogPostsPostidReadParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post nms blog posts postid read params

func (*PostNmsBlogPostsPostidReadParams) WithPostID

WithPostID adds the postID to the post nms blog posts postid read params

func (*PostNmsBlogPostsPostidReadParams) WithTimeout

WithTimeout adds the timeout to the post nms blog posts postid read params

func (*PostNmsBlogPostsPostidReadParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsBlogPostsPostidReadReader

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

PostNmsBlogPostsPostidReadReader is a Reader for the PostNmsBlogPostsPostidRead structure.

func (*PostNmsBlogPostsPostidReadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsBlogPostsPostidReadUnauthorized

type PostNmsBlogPostsPostidReadUnauthorized struct {
	Payload *models.Error
}
PostNmsBlogPostsPostidReadUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostNmsBlogPostsPostidReadUnauthorized

func NewPostNmsBlogPostsPostidReadUnauthorized() *PostNmsBlogPostsPostidReadUnauthorized

NewPostNmsBlogPostsPostidReadUnauthorized creates a PostNmsBlogPostsPostidReadUnauthorized with default headers values

func (*PostNmsBlogPostsPostidReadUnauthorized) Error

func (*PostNmsBlogPostsPostidReadUnauthorized) GetPayload

type PostNmsBlogPostsReadallBadRequest

type PostNmsBlogPostsReadallBadRequest struct {
	Payload *models.Error
}
PostNmsBlogPostsReadallBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostNmsBlogPostsReadallBadRequest

func NewPostNmsBlogPostsReadallBadRequest() *PostNmsBlogPostsReadallBadRequest

NewPostNmsBlogPostsReadallBadRequest creates a PostNmsBlogPostsReadallBadRequest with default headers values

func (*PostNmsBlogPostsReadallBadRequest) Error

func (*PostNmsBlogPostsReadallBadRequest) GetPayload

type PostNmsBlogPostsReadallConflict

type PostNmsBlogPostsReadallConflict struct {
	Payload *models.Error
}
PostNmsBlogPostsReadallConflict describes a response with status code 409, with default header values.

Conflict

func NewPostNmsBlogPostsReadallConflict

func NewPostNmsBlogPostsReadallConflict() *PostNmsBlogPostsReadallConflict

NewPostNmsBlogPostsReadallConflict creates a PostNmsBlogPostsReadallConflict with default headers values

func (*PostNmsBlogPostsReadallConflict) Error

func (*PostNmsBlogPostsReadallConflict) GetPayload

func (o *PostNmsBlogPostsReadallConflict) GetPayload() *models.Error

type PostNmsBlogPostsReadallForbidden

type PostNmsBlogPostsReadallForbidden struct {
	Payload *models.Error
}
PostNmsBlogPostsReadallForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsBlogPostsReadallForbidden

func NewPostNmsBlogPostsReadallForbidden() *PostNmsBlogPostsReadallForbidden

NewPostNmsBlogPostsReadallForbidden creates a PostNmsBlogPostsReadallForbidden with default headers values

func (*PostNmsBlogPostsReadallForbidden) Error

func (*PostNmsBlogPostsReadallForbidden) GetPayload

type PostNmsBlogPostsReadallInternalServerError

type PostNmsBlogPostsReadallInternalServerError struct {
	Payload *models.Error
}
PostNmsBlogPostsReadallInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsBlogPostsReadallInternalServerError

func NewPostNmsBlogPostsReadallInternalServerError() *PostNmsBlogPostsReadallInternalServerError

NewPostNmsBlogPostsReadallInternalServerError creates a PostNmsBlogPostsReadallInternalServerError with default headers values

func (*PostNmsBlogPostsReadallInternalServerError) Error

func (*PostNmsBlogPostsReadallInternalServerError) GetPayload

type PostNmsBlogPostsReadallOK

type PostNmsBlogPostsReadallOK struct {
	Payload *models.Status
}
PostNmsBlogPostsReadallOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsBlogPostsReadallOK

func NewPostNmsBlogPostsReadallOK() *PostNmsBlogPostsReadallOK

NewPostNmsBlogPostsReadallOK creates a PostNmsBlogPostsReadallOK with default headers values

func (*PostNmsBlogPostsReadallOK) Error

func (o *PostNmsBlogPostsReadallOK) Error() string

func (*PostNmsBlogPostsReadallOK) GetPayload

func (o *PostNmsBlogPostsReadallOK) GetPayload() *models.Status

type PostNmsBlogPostsReadallParams

type PostNmsBlogPostsReadallParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostNmsBlogPostsReadallParams contains all the parameters to send to the API endpoint

for the post nms blog posts readall operation.

Typically these are written to a http.Request.

func NewPostNmsBlogPostsReadallParams

func NewPostNmsBlogPostsReadallParams() *PostNmsBlogPostsReadallParams

NewPostNmsBlogPostsReadallParams creates a new PostNmsBlogPostsReadallParams 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 NewPostNmsBlogPostsReadallParamsWithContext

func NewPostNmsBlogPostsReadallParamsWithContext(ctx context.Context) *PostNmsBlogPostsReadallParams

NewPostNmsBlogPostsReadallParamsWithContext creates a new PostNmsBlogPostsReadallParams object with the ability to set a context for a request.

func NewPostNmsBlogPostsReadallParamsWithHTTPClient

func NewPostNmsBlogPostsReadallParamsWithHTTPClient(client *http.Client) *PostNmsBlogPostsReadallParams

NewPostNmsBlogPostsReadallParamsWithHTTPClient creates a new PostNmsBlogPostsReadallParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsBlogPostsReadallParamsWithTimeout

func NewPostNmsBlogPostsReadallParamsWithTimeout(timeout time.Duration) *PostNmsBlogPostsReadallParams

NewPostNmsBlogPostsReadallParamsWithTimeout creates a new PostNmsBlogPostsReadallParams object with the ability to set a timeout on a request.

func (*PostNmsBlogPostsReadallParams) SetContext

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

SetContext adds the context to the post nms blog posts readall params

func (*PostNmsBlogPostsReadallParams) SetDefaults

func (o *PostNmsBlogPostsReadallParams) SetDefaults()

SetDefaults hydrates default values in the post nms blog posts readall params (not the query body).

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

func (*PostNmsBlogPostsReadallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms blog posts readall params

func (*PostNmsBlogPostsReadallParams) SetTimeout

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

SetTimeout adds the timeout to the post nms blog posts readall params

func (*PostNmsBlogPostsReadallParams) WithContext

WithContext adds the context to the post nms blog posts readall params

func (*PostNmsBlogPostsReadallParams) WithDefaults

WithDefaults hydrates default values in the post nms blog posts readall params (not the query body).

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

func (*PostNmsBlogPostsReadallParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post nms blog posts readall params

func (*PostNmsBlogPostsReadallParams) WithTimeout

WithTimeout adds the timeout to the post nms blog posts readall params

func (*PostNmsBlogPostsReadallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsBlogPostsReadallReader

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

PostNmsBlogPostsReadallReader is a Reader for the PostNmsBlogPostsReadall structure.

func (*PostNmsBlogPostsReadallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsBlogPostsReadallUnauthorized

type PostNmsBlogPostsReadallUnauthorized struct {
	Payload *models.Error
}
PostNmsBlogPostsReadallUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostNmsBlogPostsReadallUnauthorized

func NewPostNmsBlogPostsReadallUnauthorized() *PostNmsBlogPostsReadallUnauthorized

NewPostNmsBlogPostsReadallUnauthorized creates a PostNmsBlogPostsReadallUnauthorized with default headers values

func (*PostNmsBlogPostsReadallUnauthorized) Error

func (*PostNmsBlogPostsReadallUnauthorized) GetPayload

type PostNmsLogverbosityForbidden

type PostNmsLogverbosityForbidden struct {
	Payload *models.Error
}
PostNmsLogverbosityForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsLogverbosityForbidden

func NewPostNmsLogverbosityForbidden() *PostNmsLogverbosityForbidden

NewPostNmsLogverbosityForbidden creates a PostNmsLogverbosityForbidden with default headers values

func (*PostNmsLogverbosityForbidden) Error

func (*PostNmsLogverbosityForbidden) GetPayload

func (o *PostNmsLogverbosityForbidden) GetPayload() *models.Error

type PostNmsLogverbosityInternalServerError

type PostNmsLogverbosityInternalServerError struct {
	Payload *models.Error
}
PostNmsLogverbosityInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsLogverbosityInternalServerError

func NewPostNmsLogverbosityInternalServerError() *PostNmsLogverbosityInternalServerError

NewPostNmsLogverbosityInternalServerError creates a PostNmsLogverbosityInternalServerError with default headers values

func (*PostNmsLogverbosityInternalServerError) Error

func (*PostNmsLogverbosityInternalServerError) GetPayload

type PostNmsLogverbosityOK

type PostNmsLogverbosityOK struct {
	Payload *models.ServerLogVerbosityResponseSchema
}
PostNmsLogverbosityOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsLogverbosityOK

func NewPostNmsLogverbosityOK() *PostNmsLogverbosityOK

NewPostNmsLogverbosityOK creates a PostNmsLogverbosityOK with default headers values

func (*PostNmsLogverbosityOK) Error

func (o *PostNmsLogverbosityOK) Error() string

func (*PostNmsLogverbosityOK) GetPayload

type PostNmsLogverbosityParams

type PostNmsLogverbosityParams struct {

	// Body.
	Body *models.ServerLogVerbosityPayloadSchema

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

PostNmsLogverbosityParams contains all the parameters to send to the API endpoint

for the post nms logverbosity operation.

Typically these are written to a http.Request.

func NewPostNmsLogverbosityParams

func NewPostNmsLogverbosityParams() *PostNmsLogverbosityParams

NewPostNmsLogverbosityParams creates a new PostNmsLogverbosityParams 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 NewPostNmsLogverbosityParamsWithContext

func NewPostNmsLogverbosityParamsWithContext(ctx context.Context) *PostNmsLogverbosityParams

NewPostNmsLogverbosityParamsWithContext creates a new PostNmsLogverbosityParams object with the ability to set a context for a request.

func NewPostNmsLogverbosityParamsWithHTTPClient

func NewPostNmsLogverbosityParamsWithHTTPClient(client *http.Client) *PostNmsLogverbosityParams

NewPostNmsLogverbosityParamsWithHTTPClient creates a new PostNmsLogverbosityParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsLogverbosityParamsWithTimeout

func NewPostNmsLogverbosityParamsWithTimeout(timeout time.Duration) *PostNmsLogverbosityParams

NewPostNmsLogverbosityParamsWithTimeout creates a new PostNmsLogverbosityParams object with the ability to set a timeout on a request.

func (*PostNmsLogverbosityParams) SetBody

SetBody adds the body to the post nms logverbosity params

func (*PostNmsLogverbosityParams) SetContext

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

SetContext adds the context to the post nms logverbosity params

func (*PostNmsLogverbosityParams) SetDefaults

func (o *PostNmsLogverbosityParams) SetDefaults()

SetDefaults hydrates default values in the post nms logverbosity params (not the query body).

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

func (*PostNmsLogverbosityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms logverbosity params

func (*PostNmsLogverbosityParams) SetTimeout

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

SetTimeout adds the timeout to the post nms logverbosity params

func (*PostNmsLogverbosityParams) WithBody

WithBody adds the body to the post nms logverbosity params

func (*PostNmsLogverbosityParams) WithContext

WithContext adds the context to the post nms logverbosity params

func (*PostNmsLogverbosityParams) WithDefaults

WithDefaults hydrates default values in the post nms logverbosity params (not the query body).

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

func (*PostNmsLogverbosityParams) WithHTTPClient

func (o *PostNmsLogverbosityParams) WithHTTPClient(client *http.Client) *PostNmsLogverbosityParams

WithHTTPClient adds the HTTPClient to the post nms logverbosity params

func (*PostNmsLogverbosityParams) WithTimeout

WithTimeout adds the timeout to the post nms logverbosity params

func (*PostNmsLogverbosityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsLogverbosityReader

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

PostNmsLogverbosityReader is a Reader for the PostNmsLogverbosity structure.

func (*PostNmsLogverbosityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsLogverbosityUnauthorized

type PostNmsLogverbosityUnauthorized struct {
	Payload *models.Error
}
PostNmsLogverbosityUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostNmsLogverbosityUnauthorized

func NewPostNmsLogverbosityUnauthorized() *PostNmsLogverbosityUnauthorized

NewPostNmsLogverbosityUnauthorized creates a PostNmsLogverbosityUnauthorized with default headers values

func (*PostNmsLogverbosityUnauthorized) Error

func (*PostNmsLogverbosityUnauthorized) GetPayload

func (o *PostNmsLogverbosityUnauthorized) GetPayload() *models.Error

type PostNmsMailserverTestForbidden

type PostNmsMailserverTestForbidden struct {
	Payload *models.Error
}
PostNmsMailserverTestForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsMailserverTestForbidden

func NewPostNmsMailserverTestForbidden() *PostNmsMailserverTestForbidden

NewPostNmsMailserverTestForbidden creates a PostNmsMailserverTestForbidden with default headers values

func (*PostNmsMailserverTestForbidden) Error

func (*PostNmsMailserverTestForbidden) GetPayload

func (o *PostNmsMailserverTestForbidden) GetPayload() *models.Error

type PostNmsMailserverTestInternalServerError

type PostNmsMailserverTestInternalServerError struct {
	Payload *models.Error
}
PostNmsMailserverTestInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsMailserverTestInternalServerError

func NewPostNmsMailserverTestInternalServerError() *PostNmsMailserverTestInternalServerError

NewPostNmsMailserverTestInternalServerError creates a PostNmsMailserverTestInternalServerError with default headers values

func (*PostNmsMailserverTestInternalServerError) Error

func (*PostNmsMailserverTestInternalServerError) GetPayload

type PostNmsMailserverTestOK

type PostNmsMailserverTestOK struct {
	Payload *models.Status
}
PostNmsMailserverTestOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsMailserverTestOK

func NewPostNmsMailserverTestOK() *PostNmsMailserverTestOK

NewPostNmsMailserverTestOK creates a PostNmsMailserverTestOK with default headers values

func (*PostNmsMailserverTestOK) Error

func (o *PostNmsMailserverTestOK) Error() string

func (*PostNmsMailserverTestOK) GetPayload

func (o *PostNmsMailserverTestOK) GetPayload() *models.Status

type PostNmsMailserverTestParams

type PostNmsMailserverTestParams struct {

	// Body.
	Body *models.Model85

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

PostNmsMailserverTestParams contains all the parameters to send to the API endpoint

for the post nms mailserver test operation.

Typically these are written to a http.Request.

func NewPostNmsMailserverTestParams

func NewPostNmsMailserverTestParams() *PostNmsMailserverTestParams

NewPostNmsMailserverTestParams creates a new PostNmsMailserverTestParams 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 NewPostNmsMailserverTestParamsWithContext

func NewPostNmsMailserverTestParamsWithContext(ctx context.Context) *PostNmsMailserverTestParams

NewPostNmsMailserverTestParamsWithContext creates a new PostNmsMailserverTestParams object with the ability to set a context for a request.

func NewPostNmsMailserverTestParamsWithHTTPClient

func NewPostNmsMailserverTestParamsWithHTTPClient(client *http.Client) *PostNmsMailserverTestParams

NewPostNmsMailserverTestParamsWithHTTPClient creates a new PostNmsMailserverTestParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsMailserverTestParamsWithTimeout

func NewPostNmsMailserverTestParamsWithTimeout(timeout time.Duration) *PostNmsMailserverTestParams

NewPostNmsMailserverTestParamsWithTimeout creates a new PostNmsMailserverTestParams object with the ability to set a timeout on a request.

func (*PostNmsMailserverTestParams) SetBody

func (o *PostNmsMailserverTestParams) SetBody(body *models.Model85)

SetBody adds the body to the post nms mailserver test params

func (*PostNmsMailserverTestParams) SetContext

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

SetContext adds the context to the post nms mailserver test params

func (*PostNmsMailserverTestParams) SetDefaults

func (o *PostNmsMailserverTestParams) SetDefaults()

SetDefaults hydrates default values in the post nms mailserver test params (not the query body).

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

func (*PostNmsMailserverTestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms mailserver test params

func (*PostNmsMailserverTestParams) SetTimeout

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

SetTimeout adds the timeout to the post nms mailserver test params

func (*PostNmsMailserverTestParams) WithBody

WithBody adds the body to the post nms mailserver test params

func (*PostNmsMailserverTestParams) WithContext

WithContext adds the context to the post nms mailserver test params

func (*PostNmsMailserverTestParams) WithDefaults

WithDefaults hydrates default values in the post nms mailserver test params (not the query body).

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

func (*PostNmsMailserverTestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post nms mailserver test params

func (*PostNmsMailserverTestParams) WithTimeout

WithTimeout adds the timeout to the post nms mailserver test params

func (*PostNmsMailserverTestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsMailserverTestReader

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

PostNmsMailserverTestReader is a Reader for the PostNmsMailserverTest structure.

func (*PostNmsMailserverTestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsMailserverTestUnauthorized

type PostNmsMailserverTestUnauthorized struct {
	Payload *models.Error
}
PostNmsMailserverTestUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostNmsMailserverTestUnauthorized

func NewPostNmsMailserverTestUnauthorized() *PostNmsMailserverTestUnauthorized

NewPostNmsMailserverTestUnauthorized creates a PostNmsMailserverTestUnauthorized with default headers values

func (*PostNmsMailserverTestUnauthorized) Error

func (*PostNmsMailserverTestUnauthorized) GetPayload

type PostNmsQuestionnairesIDSubmitBadRequest

type PostNmsQuestionnairesIDSubmitBadRequest struct {
	Payload *models.Error
}
PostNmsQuestionnairesIDSubmitBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostNmsQuestionnairesIDSubmitBadRequest

func NewPostNmsQuestionnairesIDSubmitBadRequest() *PostNmsQuestionnairesIDSubmitBadRequest

NewPostNmsQuestionnairesIDSubmitBadRequest creates a PostNmsQuestionnairesIDSubmitBadRequest with default headers values

func (*PostNmsQuestionnairesIDSubmitBadRequest) Error

func (*PostNmsQuestionnairesIDSubmitBadRequest) GetPayload

type PostNmsQuestionnairesIDSubmitForbidden

type PostNmsQuestionnairesIDSubmitForbidden struct {
	Payload *models.Error
}
PostNmsQuestionnairesIDSubmitForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsQuestionnairesIDSubmitForbidden

func NewPostNmsQuestionnairesIDSubmitForbidden() *PostNmsQuestionnairesIDSubmitForbidden

NewPostNmsQuestionnairesIDSubmitForbidden creates a PostNmsQuestionnairesIDSubmitForbidden with default headers values

func (*PostNmsQuestionnairesIDSubmitForbidden) Error

func (*PostNmsQuestionnairesIDSubmitForbidden) GetPayload

type PostNmsQuestionnairesIDSubmitInternalServerError

type PostNmsQuestionnairesIDSubmitInternalServerError struct {
	Payload *models.Error
}
PostNmsQuestionnairesIDSubmitInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsQuestionnairesIDSubmitInternalServerError

func NewPostNmsQuestionnairesIDSubmitInternalServerError() *PostNmsQuestionnairesIDSubmitInternalServerError

NewPostNmsQuestionnairesIDSubmitInternalServerError creates a PostNmsQuestionnairesIDSubmitInternalServerError with default headers values

func (*PostNmsQuestionnairesIDSubmitInternalServerError) Error

func (*PostNmsQuestionnairesIDSubmitInternalServerError) GetPayload

type PostNmsQuestionnairesIDSubmitOK

type PostNmsQuestionnairesIDSubmitOK struct {
	Payload *models.Status
}
PostNmsQuestionnairesIDSubmitOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsQuestionnairesIDSubmitOK

func NewPostNmsQuestionnairesIDSubmitOK() *PostNmsQuestionnairesIDSubmitOK

NewPostNmsQuestionnairesIDSubmitOK creates a PostNmsQuestionnairesIDSubmitOK with default headers values

func (*PostNmsQuestionnairesIDSubmitOK) Error

func (*PostNmsQuestionnairesIDSubmitOK) GetPayload

type PostNmsQuestionnairesIDSubmitParams

type PostNmsQuestionnairesIDSubmitParams struct {

	// Body.
	Body models.QuestionnaireAnswers

	// ID.
	ID string

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

PostNmsQuestionnairesIDSubmitParams contains all the parameters to send to the API endpoint

for the post nms questionnaires Id submit operation.

Typically these are written to a http.Request.

func NewPostNmsQuestionnairesIDSubmitParams

func NewPostNmsQuestionnairesIDSubmitParams() *PostNmsQuestionnairesIDSubmitParams

NewPostNmsQuestionnairesIDSubmitParams creates a new PostNmsQuestionnairesIDSubmitParams 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 NewPostNmsQuestionnairesIDSubmitParamsWithContext

func NewPostNmsQuestionnairesIDSubmitParamsWithContext(ctx context.Context) *PostNmsQuestionnairesIDSubmitParams

NewPostNmsQuestionnairesIDSubmitParamsWithContext creates a new PostNmsQuestionnairesIDSubmitParams object with the ability to set a context for a request.

func NewPostNmsQuestionnairesIDSubmitParamsWithHTTPClient

func NewPostNmsQuestionnairesIDSubmitParamsWithHTTPClient(client *http.Client) *PostNmsQuestionnairesIDSubmitParams

NewPostNmsQuestionnairesIDSubmitParamsWithHTTPClient creates a new PostNmsQuestionnairesIDSubmitParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsQuestionnairesIDSubmitParamsWithTimeout

func NewPostNmsQuestionnairesIDSubmitParamsWithTimeout(timeout time.Duration) *PostNmsQuestionnairesIDSubmitParams

NewPostNmsQuestionnairesIDSubmitParamsWithTimeout creates a new PostNmsQuestionnairesIDSubmitParams object with the ability to set a timeout on a request.

func (*PostNmsQuestionnairesIDSubmitParams) SetBody

SetBody adds the body to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) SetContext

SetContext adds the context to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) SetDefaults

func (o *PostNmsQuestionnairesIDSubmitParams) SetDefaults()

SetDefaults hydrates default values in the post nms questionnaires Id submit params (not the query body).

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

func (*PostNmsQuestionnairesIDSubmitParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) SetID

SetID adds the id to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) SetTimeout

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

SetTimeout adds the timeout to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) WithBody

WithBody adds the body to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) WithContext

WithContext adds the context to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) WithDefaults

WithDefaults hydrates default values in the post nms questionnaires Id submit params (not the query body).

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

func (*PostNmsQuestionnairesIDSubmitParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) WithID

WithID adds the id to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) WithTimeout

WithTimeout adds the timeout to the post nms questionnaires Id submit params

func (*PostNmsQuestionnairesIDSubmitParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsQuestionnairesIDSubmitReader

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

PostNmsQuestionnairesIDSubmitReader is a Reader for the PostNmsQuestionnairesIDSubmit structure.

func (*PostNmsQuestionnairesIDSubmitReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsQuestionnairesIDSubmitUnauthorized

type PostNmsQuestionnairesIDSubmitUnauthorized struct {
	Payload *models.Error
}
PostNmsQuestionnairesIDSubmitUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostNmsQuestionnairesIDSubmitUnauthorized

func NewPostNmsQuestionnairesIDSubmitUnauthorized() *PostNmsQuestionnairesIDSubmitUnauthorized

NewPostNmsQuestionnairesIDSubmitUnauthorized creates a PostNmsQuestionnairesIDSubmitUnauthorized with default headers values

func (*PostNmsQuestionnairesIDSubmitUnauthorized) Error

func (*PostNmsQuestionnairesIDSubmitUnauthorized) GetPayload

type PostNmsQuestionnairesIDTouchBadRequest

type PostNmsQuestionnairesIDTouchBadRequest struct {
	Payload *models.Error
}
PostNmsQuestionnairesIDTouchBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostNmsQuestionnairesIDTouchBadRequest

func NewPostNmsQuestionnairesIDTouchBadRequest() *PostNmsQuestionnairesIDTouchBadRequest

NewPostNmsQuestionnairesIDTouchBadRequest creates a PostNmsQuestionnairesIDTouchBadRequest with default headers values

func (*PostNmsQuestionnairesIDTouchBadRequest) Error

func (*PostNmsQuestionnairesIDTouchBadRequest) GetPayload

type PostNmsQuestionnairesIDTouchForbidden

type PostNmsQuestionnairesIDTouchForbidden struct {
	Payload *models.Error
}
PostNmsQuestionnairesIDTouchForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsQuestionnairesIDTouchForbidden

func NewPostNmsQuestionnairesIDTouchForbidden() *PostNmsQuestionnairesIDTouchForbidden

NewPostNmsQuestionnairesIDTouchForbidden creates a PostNmsQuestionnairesIDTouchForbidden with default headers values

func (*PostNmsQuestionnairesIDTouchForbidden) Error

func (*PostNmsQuestionnairesIDTouchForbidden) GetPayload

type PostNmsQuestionnairesIDTouchInternalServerError

type PostNmsQuestionnairesIDTouchInternalServerError struct {
	Payload *models.Error
}
PostNmsQuestionnairesIDTouchInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsQuestionnairesIDTouchInternalServerError

func NewPostNmsQuestionnairesIDTouchInternalServerError() *PostNmsQuestionnairesIDTouchInternalServerError

NewPostNmsQuestionnairesIDTouchInternalServerError creates a PostNmsQuestionnairesIDTouchInternalServerError with default headers values

func (*PostNmsQuestionnairesIDTouchInternalServerError) Error

func (*PostNmsQuestionnairesIDTouchInternalServerError) GetPayload

type PostNmsQuestionnairesIDTouchOK

type PostNmsQuestionnairesIDTouchOK struct {
	Payload *models.Status
}
PostNmsQuestionnairesIDTouchOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsQuestionnairesIDTouchOK

func NewPostNmsQuestionnairesIDTouchOK() *PostNmsQuestionnairesIDTouchOK

NewPostNmsQuestionnairesIDTouchOK creates a PostNmsQuestionnairesIDTouchOK with default headers values

func (*PostNmsQuestionnairesIDTouchOK) Error

func (*PostNmsQuestionnairesIDTouchOK) GetPayload

func (o *PostNmsQuestionnairesIDTouchOK) GetPayload() *models.Status

type PostNmsQuestionnairesIDTouchParams

type PostNmsQuestionnairesIDTouchParams struct {

	// ID.
	ID string

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

PostNmsQuestionnairesIDTouchParams contains all the parameters to send to the API endpoint

for the post nms questionnaires Id touch operation.

Typically these are written to a http.Request.

func NewPostNmsQuestionnairesIDTouchParams

func NewPostNmsQuestionnairesIDTouchParams() *PostNmsQuestionnairesIDTouchParams

NewPostNmsQuestionnairesIDTouchParams creates a new PostNmsQuestionnairesIDTouchParams 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 NewPostNmsQuestionnairesIDTouchParamsWithContext

func NewPostNmsQuestionnairesIDTouchParamsWithContext(ctx context.Context) *PostNmsQuestionnairesIDTouchParams

NewPostNmsQuestionnairesIDTouchParamsWithContext creates a new PostNmsQuestionnairesIDTouchParams object with the ability to set a context for a request.

func NewPostNmsQuestionnairesIDTouchParamsWithHTTPClient

func NewPostNmsQuestionnairesIDTouchParamsWithHTTPClient(client *http.Client) *PostNmsQuestionnairesIDTouchParams

NewPostNmsQuestionnairesIDTouchParamsWithHTTPClient creates a new PostNmsQuestionnairesIDTouchParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsQuestionnairesIDTouchParamsWithTimeout

func NewPostNmsQuestionnairesIDTouchParamsWithTimeout(timeout time.Duration) *PostNmsQuestionnairesIDTouchParams

NewPostNmsQuestionnairesIDTouchParamsWithTimeout creates a new PostNmsQuestionnairesIDTouchParams object with the ability to set a timeout on a request.

func (*PostNmsQuestionnairesIDTouchParams) SetContext

SetContext adds the context to the post nms questionnaires Id touch params

func (*PostNmsQuestionnairesIDTouchParams) SetDefaults

func (o *PostNmsQuestionnairesIDTouchParams) SetDefaults()

SetDefaults hydrates default values in the post nms questionnaires Id touch params (not the query body).

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

func (*PostNmsQuestionnairesIDTouchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms questionnaires Id touch params

func (*PostNmsQuestionnairesIDTouchParams) SetID

SetID adds the id to the post nms questionnaires Id touch params

func (*PostNmsQuestionnairesIDTouchParams) SetTimeout

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

SetTimeout adds the timeout to the post nms questionnaires Id touch params

func (*PostNmsQuestionnairesIDTouchParams) WithContext

WithContext adds the context to the post nms questionnaires Id touch params

func (*PostNmsQuestionnairesIDTouchParams) WithDefaults

WithDefaults hydrates default values in the post nms questionnaires Id touch params (not the query body).

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

func (*PostNmsQuestionnairesIDTouchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post nms questionnaires Id touch params

func (*PostNmsQuestionnairesIDTouchParams) WithID

WithID adds the id to the post nms questionnaires Id touch params

func (*PostNmsQuestionnairesIDTouchParams) WithTimeout

WithTimeout adds the timeout to the post nms questionnaires Id touch params

func (*PostNmsQuestionnairesIDTouchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsQuestionnairesIDTouchReader

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

PostNmsQuestionnairesIDTouchReader is a Reader for the PostNmsQuestionnairesIDTouch structure.

func (*PostNmsQuestionnairesIDTouchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsQuestionnairesIDTouchUnauthorized

type PostNmsQuestionnairesIDTouchUnauthorized struct {
	Payload *models.Error
}
PostNmsQuestionnairesIDTouchUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostNmsQuestionnairesIDTouchUnauthorized

func NewPostNmsQuestionnairesIDTouchUnauthorized() *PostNmsQuestionnairesIDTouchUnauthorized

NewPostNmsQuestionnairesIDTouchUnauthorized creates a PostNmsQuestionnairesIDTouchUnauthorized with default headers values

func (*PostNmsQuestionnairesIDTouchUnauthorized) Error

func (*PostNmsQuestionnairesIDTouchUnauthorized) GetPayload

type PostNmsSetupForbidden

type PostNmsSetupForbidden struct {
	Payload *models.Error
}
PostNmsSetupForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsSetupForbidden

func NewPostNmsSetupForbidden() *PostNmsSetupForbidden

NewPostNmsSetupForbidden creates a PostNmsSetupForbidden with default headers values

func (*PostNmsSetupForbidden) Error

func (o *PostNmsSetupForbidden) Error() string

func (*PostNmsSetupForbidden) GetPayload

func (o *PostNmsSetupForbidden) GetPayload() *models.Error

type PostNmsSetupInternalServerError

type PostNmsSetupInternalServerError struct {
	Payload *models.Error
}
PostNmsSetupInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsSetupInternalServerError

func NewPostNmsSetupInternalServerError() *PostNmsSetupInternalServerError

NewPostNmsSetupInternalServerError creates a PostNmsSetupInternalServerError with default headers values

func (*PostNmsSetupInternalServerError) Error

func (*PostNmsSetupInternalServerError) GetPayload

func (o *PostNmsSetupInternalServerError) GetPayload() *models.Error

type PostNmsSetupOK

type PostNmsSetupOK struct {
	Payload *models.SetupUispFinish
}
PostNmsSetupOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsSetupOK

func NewPostNmsSetupOK() *PostNmsSetupOK

NewPostNmsSetupOK creates a PostNmsSetupOK with default headers values

func (*PostNmsSetupOK) Error

func (o *PostNmsSetupOK) Error() string

func (*PostNmsSetupOK) GetPayload

func (o *PostNmsSetupOK) GetPayload() *models.SetupUispFinish

type PostNmsSetupParams

type PostNmsSetupParams struct {

	// Body.
	Body *models.Model78

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

PostNmsSetupParams contains all the parameters to send to the API endpoint

for the post nms setup operation.

Typically these are written to a http.Request.

func NewPostNmsSetupParams

func NewPostNmsSetupParams() *PostNmsSetupParams

NewPostNmsSetupParams creates a new PostNmsSetupParams 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 NewPostNmsSetupParamsWithContext

func NewPostNmsSetupParamsWithContext(ctx context.Context) *PostNmsSetupParams

NewPostNmsSetupParamsWithContext creates a new PostNmsSetupParams object with the ability to set a context for a request.

func NewPostNmsSetupParamsWithHTTPClient

func NewPostNmsSetupParamsWithHTTPClient(client *http.Client) *PostNmsSetupParams

NewPostNmsSetupParamsWithHTTPClient creates a new PostNmsSetupParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsSetupParamsWithTimeout

func NewPostNmsSetupParamsWithTimeout(timeout time.Duration) *PostNmsSetupParams

NewPostNmsSetupParamsWithTimeout creates a new PostNmsSetupParams object with the ability to set a timeout on a request.

func (*PostNmsSetupParams) SetBody

func (o *PostNmsSetupParams) SetBody(body *models.Model78)

SetBody adds the body to the post nms setup params

func (*PostNmsSetupParams) SetContext

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

SetContext adds the context to the post nms setup params

func (*PostNmsSetupParams) SetDefaults

func (o *PostNmsSetupParams) SetDefaults()

SetDefaults hydrates default values in the post nms setup params (not the query body).

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

func (*PostNmsSetupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms setup params

func (*PostNmsSetupParams) SetTimeout

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

SetTimeout adds the timeout to the post nms setup params

func (*PostNmsSetupParams) WithBody

WithBody adds the body to the post nms setup params

func (*PostNmsSetupParams) WithContext

WithContext adds the context to the post nms setup params

func (*PostNmsSetupParams) WithDefaults

func (o *PostNmsSetupParams) WithDefaults() *PostNmsSetupParams

WithDefaults hydrates default values in the post nms setup params (not the query body).

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

func (*PostNmsSetupParams) WithHTTPClient

func (o *PostNmsSetupParams) WithHTTPClient(client *http.Client) *PostNmsSetupParams

WithHTTPClient adds the HTTPClient to the post nms setup params

func (*PostNmsSetupParams) WithTimeout

func (o *PostNmsSetupParams) WithTimeout(timeout time.Duration) *PostNmsSetupParams

WithTimeout adds the timeout to the post nms setup params

func (*PostNmsSetupParams) WriteToRequest

func (o *PostNmsSetupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostNmsSetupReader

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

PostNmsSetupReader is a Reader for the PostNmsSetup structure.

func (*PostNmsSetupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsSetupStartInternalServerError

type PostNmsSetupStartInternalServerError struct {
	Payload *models.Error
}
PostNmsSetupStartInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsSetupStartInternalServerError

func NewPostNmsSetupStartInternalServerError() *PostNmsSetupStartInternalServerError

NewPostNmsSetupStartInternalServerError creates a PostNmsSetupStartInternalServerError with default headers values

func (*PostNmsSetupStartInternalServerError) Error

func (*PostNmsSetupStartInternalServerError) GetPayload

type PostNmsSetupStartOK

type PostNmsSetupStartOK struct {
	Payload *models.Status
}
PostNmsSetupStartOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsSetupStartOK

func NewPostNmsSetupStartOK() *PostNmsSetupStartOK

NewPostNmsSetupStartOK creates a PostNmsSetupStartOK with default headers values

func (*PostNmsSetupStartOK) Error

func (o *PostNmsSetupStartOK) Error() string

func (*PostNmsSetupStartOK) GetPayload

func (o *PostNmsSetupStartOK) GetPayload() *models.Status

type PostNmsSetupStartParams

type PostNmsSetupStartParams struct {

	// Body.
	Body *models.Model86

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

PostNmsSetupStartParams contains all the parameters to send to the API endpoint

for the post nms setup start operation.

Typically these are written to a http.Request.

func NewPostNmsSetupStartParams

func NewPostNmsSetupStartParams() *PostNmsSetupStartParams

NewPostNmsSetupStartParams creates a new PostNmsSetupStartParams 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 NewPostNmsSetupStartParamsWithContext

func NewPostNmsSetupStartParamsWithContext(ctx context.Context) *PostNmsSetupStartParams

NewPostNmsSetupStartParamsWithContext creates a new PostNmsSetupStartParams object with the ability to set a context for a request.

func NewPostNmsSetupStartParamsWithHTTPClient

func NewPostNmsSetupStartParamsWithHTTPClient(client *http.Client) *PostNmsSetupStartParams

NewPostNmsSetupStartParamsWithHTTPClient creates a new PostNmsSetupStartParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsSetupStartParamsWithTimeout

func NewPostNmsSetupStartParamsWithTimeout(timeout time.Duration) *PostNmsSetupStartParams

NewPostNmsSetupStartParamsWithTimeout creates a new PostNmsSetupStartParams object with the ability to set a timeout on a request.

func (*PostNmsSetupStartParams) SetBody

func (o *PostNmsSetupStartParams) SetBody(body *models.Model86)

SetBody adds the body to the post nms setup start params

func (*PostNmsSetupStartParams) SetContext

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

SetContext adds the context to the post nms setup start params

func (*PostNmsSetupStartParams) SetDefaults

func (o *PostNmsSetupStartParams) SetDefaults()

SetDefaults hydrates default values in the post nms setup start params (not the query body).

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

func (*PostNmsSetupStartParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms setup start params

func (*PostNmsSetupStartParams) SetTimeout

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

SetTimeout adds the timeout to the post nms setup start params

func (*PostNmsSetupStartParams) WithBody

WithBody adds the body to the post nms setup start params

func (*PostNmsSetupStartParams) WithContext

WithContext adds the context to the post nms setup start params

func (*PostNmsSetupStartParams) WithDefaults

WithDefaults hydrates default values in the post nms setup start params (not the query body).

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

func (*PostNmsSetupStartParams) WithHTTPClient

func (o *PostNmsSetupStartParams) WithHTTPClient(client *http.Client) *PostNmsSetupStartParams

WithHTTPClient adds the HTTPClient to the post nms setup start params

func (*PostNmsSetupStartParams) WithTimeout

WithTimeout adds the timeout to the post nms setup start params

func (*PostNmsSetupStartParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsSetupStartReader

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

PostNmsSetupStartReader is a Reader for the PostNmsSetupStart structure.

func (*PostNmsSetupStartReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsSetupSurveyInternalServerError

type PostNmsSetupSurveyInternalServerError struct {
	Payload *models.Error
}
PostNmsSetupSurveyInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsSetupSurveyInternalServerError

func NewPostNmsSetupSurveyInternalServerError() *PostNmsSetupSurveyInternalServerError

NewPostNmsSetupSurveyInternalServerError creates a PostNmsSetupSurveyInternalServerError with default headers values

func (*PostNmsSetupSurveyInternalServerError) Error

func (*PostNmsSetupSurveyInternalServerError) GetPayload

type PostNmsSetupSurveyOK

type PostNmsSetupSurveyOK struct {
	Payload *models.Status
}
PostNmsSetupSurveyOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsSetupSurveyOK

func NewPostNmsSetupSurveyOK() *PostNmsSetupSurveyOK

NewPostNmsSetupSurveyOK creates a PostNmsSetupSurveyOK with default headers values

func (*PostNmsSetupSurveyOK) Error

func (o *PostNmsSetupSurveyOK) Error() string

func (*PostNmsSetupSurveyOK) GetPayload

func (o *PostNmsSetupSurveyOK) GetPayload() *models.Status

type PostNmsSetupSurveyParams

type PostNmsSetupSurveyParams struct {

	// Body.
	Body *models.Model87

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

PostNmsSetupSurveyParams contains all the parameters to send to the API endpoint

for the post nms setup survey operation.

Typically these are written to a http.Request.

func NewPostNmsSetupSurveyParams

func NewPostNmsSetupSurveyParams() *PostNmsSetupSurveyParams

NewPostNmsSetupSurveyParams creates a new PostNmsSetupSurveyParams 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 NewPostNmsSetupSurveyParamsWithContext

func NewPostNmsSetupSurveyParamsWithContext(ctx context.Context) *PostNmsSetupSurveyParams

NewPostNmsSetupSurveyParamsWithContext creates a new PostNmsSetupSurveyParams object with the ability to set a context for a request.

func NewPostNmsSetupSurveyParamsWithHTTPClient

func NewPostNmsSetupSurveyParamsWithHTTPClient(client *http.Client) *PostNmsSetupSurveyParams

NewPostNmsSetupSurveyParamsWithHTTPClient creates a new PostNmsSetupSurveyParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsSetupSurveyParamsWithTimeout

func NewPostNmsSetupSurveyParamsWithTimeout(timeout time.Duration) *PostNmsSetupSurveyParams

NewPostNmsSetupSurveyParamsWithTimeout creates a new PostNmsSetupSurveyParams object with the ability to set a timeout on a request.

func (*PostNmsSetupSurveyParams) SetBody

func (o *PostNmsSetupSurveyParams) SetBody(body *models.Model87)

SetBody adds the body to the post nms setup survey params

func (*PostNmsSetupSurveyParams) SetContext

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

SetContext adds the context to the post nms setup survey params

func (*PostNmsSetupSurveyParams) SetDefaults

func (o *PostNmsSetupSurveyParams) SetDefaults()

SetDefaults hydrates default values in the post nms setup survey params (not the query body).

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

func (*PostNmsSetupSurveyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms setup survey params

func (*PostNmsSetupSurveyParams) SetTimeout

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

SetTimeout adds the timeout to the post nms setup survey params

func (*PostNmsSetupSurveyParams) WithBody

WithBody adds the body to the post nms setup survey params

func (*PostNmsSetupSurveyParams) WithContext

WithContext adds the context to the post nms setup survey params

func (*PostNmsSetupSurveyParams) WithDefaults

WithDefaults hydrates default values in the post nms setup survey params (not the query body).

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

func (*PostNmsSetupSurveyParams) WithHTTPClient

func (o *PostNmsSetupSurveyParams) WithHTTPClient(client *http.Client) *PostNmsSetupSurveyParams

WithHTTPClient adds the HTTPClient to the post nms setup survey params

func (*PostNmsSetupSurveyParams) WithTimeout

WithTimeout adds the timeout to the post nms setup survey params

func (*PostNmsSetupSurveyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsSetupSurveyReader

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

PostNmsSetupSurveyReader is a Reader for the PostNmsSetupSurvey structure.

func (*PostNmsSetupSurveyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsTrafficBlacklistForbidden

type PostNmsTrafficBlacklistForbidden struct {
	Payload *models.Error
}
PostNmsTrafficBlacklistForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsTrafficBlacklistForbidden

func NewPostNmsTrafficBlacklistForbidden() *PostNmsTrafficBlacklistForbidden

NewPostNmsTrafficBlacklistForbidden creates a PostNmsTrafficBlacklistForbidden with default headers values

func (*PostNmsTrafficBlacklistForbidden) Error

func (*PostNmsTrafficBlacklistForbidden) GetPayload

type PostNmsTrafficBlacklistInternalServerError

type PostNmsTrafficBlacklistInternalServerError struct {
	Payload *models.Error
}
PostNmsTrafficBlacklistInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsTrafficBlacklistInternalServerError

func NewPostNmsTrafficBlacklistInternalServerError() *PostNmsTrafficBlacklistInternalServerError

NewPostNmsTrafficBlacklistInternalServerError creates a PostNmsTrafficBlacklistInternalServerError with default headers values

func (*PostNmsTrafficBlacklistInternalServerError) Error

func (*PostNmsTrafficBlacklistInternalServerError) GetPayload

type PostNmsTrafficBlacklistOK

type PostNmsTrafficBlacklistOK struct {
	Payload models.BlacklistSchema
}
PostNmsTrafficBlacklistOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsTrafficBlacklistOK

func NewPostNmsTrafficBlacklistOK() *PostNmsTrafficBlacklistOK

NewPostNmsTrafficBlacklistOK creates a PostNmsTrafficBlacklistOK with default headers values

func (*PostNmsTrafficBlacklistOK) Error

func (o *PostNmsTrafficBlacklistOK) Error() string

func (*PostNmsTrafficBlacklistOK) GetPayload

type PostNmsTrafficBlacklistParams

type PostNmsTrafficBlacklistParams struct {

	// Body.
	Body models.BlacklistSchema

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

PostNmsTrafficBlacklistParams contains all the parameters to send to the API endpoint

for the post nms traffic blacklist operation.

Typically these are written to a http.Request.

func NewPostNmsTrafficBlacklistParams

func NewPostNmsTrafficBlacklistParams() *PostNmsTrafficBlacklistParams

NewPostNmsTrafficBlacklistParams creates a new PostNmsTrafficBlacklistParams 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 NewPostNmsTrafficBlacklistParamsWithContext

func NewPostNmsTrafficBlacklistParamsWithContext(ctx context.Context) *PostNmsTrafficBlacklistParams

NewPostNmsTrafficBlacklistParamsWithContext creates a new PostNmsTrafficBlacklistParams object with the ability to set a context for a request.

func NewPostNmsTrafficBlacklistParamsWithHTTPClient

func NewPostNmsTrafficBlacklistParamsWithHTTPClient(client *http.Client) *PostNmsTrafficBlacklistParams

NewPostNmsTrafficBlacklistParamsWithHTTPClient creates a new PostNmsTrafficBlacklistParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsTrafficBlacklistParamsWithTimeout

func NewPostNmsTrafficBlacklistParamsWithTimeout(timeout time.Duration) *PostNmsTrafficBlacklistParams

NewPostNmsTrafficBlacklistParamsWithTimeout creates a new PostNmsTrafficBlacklistParams object with the ability to set a timeout on a request.

func (*PostNmsTrafficBlacklistParams) SetBody

SetBody adds the body to the post nms traffic blacklist params

func (*PostNmsTrafficBlacklistParams) SetContext

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

SetContext adds the context to the post nms traffic blacklist params

func (*PostNmsTrafficBlacklistParams) SetDefaults

func (o *PostNmsTrafficBlacklistParams) SetDefaults()

SetDefaults hydrates default values in the post nms traffic blacklist params (not the query body).

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

func (*PostNmsTrafficBlacklistParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms traffic blacklist params

func (*PostNmsTrafficBlacklistParams) SetTimeout

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

SetTimeout adds the timeout to the post nms traffic blacklist params

func (*PostNmsTrafficBlacklistParams) WithBody

WithBody adds the body to the post nms traffic blacklist params

func (*PostNmsTrafficBlacklistParams) WithContext

WithContext adds the context to the post nms traffic blacklist params

func (*PostNmsTrafficBlacklistParams) WithDefaults

WithDefaults hydrates default values in the post nms traffic blacklist params (not the query body).

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

func (*PostNmsTrafficBlacklistParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post nms traffic blacklist params

func (*PostNmsTrafficBlacklistParams) WithTimeout

WithTimeout adds the timeout to the post nms traffic blacklist params

func (*PostNmsTrafficBlacklistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsTrafficBlacklistReader

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

PostNmsTrafficBlacklistReader is a Reader for the PostNmsTrafficBlacklist structure.

func (*PostNmsTrafficBlacklistReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsTrafficBlacklistUnauthorized

type PostNmsTrafficBlacklistUnauthorized struct {
	Payload *models.Error
}
PostNmsTrafficBlacklistUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostNmsTrafficBlacklistUnauthorized

func NewPostNmsTrafficBlacklistUnauthorized() *PostNmsTrafficBlacklistUnauthorized

NewPostNmsTrafficBlacklistUnauthorized creates a PostNmsTrafficBlacklistUnauthorized with default headers values

func (*PostNmsTrafficBlacklistUnauthorized) Error

func (*PostNmsTrafficBlacklistUnauthorized) GetPayload

type PostNmsTrafficSubnetsForbidden

type PostNmsTrafficSubnetsForbidden struct {
	Payload *models.Error
}
PostNmsTrafficSubnetsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostNmsTrafficSubnetsForbidden

func NewPostNmsTrafficSubnetsForbidden() *PostNmsTrafficSubnetsForbidden

NewPostNmsTrafficSubnetsForbidden creates a PostNmsTrafficSubnetsForbidden with default headers values

func (*PostNmsTrafficSubnetsForbidden) Error

func (*PostNmsTrafficSubnetsForbidden) GetPayload

func (o *PostNmsTrafficSubnetsForbidden) GetPayload() *models.Error

type PostNmsTrafficSubnetsInternalServerError

type PostNmsTrafficSubnetsInternalServerError struct {
	Payload *models.Error
}
PostNmsTrafficSubnetsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostNmsTrafficSubnetsInternalServerError

func NewPostNmsTrafficSubnetsInternalServerError() *PostNmsTrafficSubnetsInternalServerError

NewPostNmsTrafficSubnetsInternalServerError creates a PostNmsTrafficSubnetsInternalServerError with default headers values

func (*PostNmsTrafficSubnetsInternalServerError) Error

func (*PostNmsTrafficSubnetsInternalServerError) GetPayload

type PostNmsTrafficSubnetsOK

type PostNmsTrafficSubnetsOK struct {
	Payload *models.SubnetList
}
PostNmsTrafficSubnetsOK describes a response with status code 200, with default header values.

Successful

func NewPostNmsTrafficSubnetsOK

func NewPostNmsTrafficSubnetsOK() *PostNmsTrafficSubnetsOK

NewPostNmsTrafficSubnetsOK creates a PostNmsTrafficSubnetsOK with default headers values

func (*PostNmsTrafficSubnetsOK) Error

func (o *PostNmsTrafficSubnetsOK) Error() string

func (*PostNmsTrafficSubnetsOK) GetPayload

func (o *PostNmsTrafficSubnetsOK) GetPayload() *models.SubnetList

type PostNmsTrafficSubnetsParams

type PostNmsTrafficSubnetsParams struct {

	// Body.
	Body models.Model88

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

PostNmsTrafficSubnetsParams contains all the parameters to send to the API endpoint

for the post nms traffic subnets operation.

Typically these are written to a http.Request.

func NewPostNmsTrafficSubnetsParams

func NewPostNmsTrafficSubnetsParams() *PostNmsTrafficSubnetsParams

NewPostNmsTrafficSubnetsParams creates a new PostNmsTrafficSubnetsParams 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 NewPostNmsTrafficSubnetsParamsWithContext

func NewPostNmsTrafficSubnetsParamsWithContext(ctx context.Context) *PostNmsTrafficSubnetsParams

NewPostNmsTrafficSubnetsParamsWithContext creates a new PostNmsTrafficSubnetsParams object with the ability to set a context for a request.

func NewPostNmsTrafficSubnetsParamsWithHTTPClient

func NewPostNmsTrafficSubnetsParamsWithHTTPClient(client *http.Client) *PostNmsTrafficSubnetsParams

NewPostNmsTrafficSubnetsParamsWithHTTPClient creates a new PostNmsTrafficSubnetsParams object with the ability to set a custom HTTPClient for a request.

func NewPostNmsTrafficSubnetsParamsWithTimeout

func NewPostNmsTrafficSubnetsParamsWithTimeout(timeout time.Duration) *PostNmsTrafficSubnetsParams

NewPostNmsTrafficSubnetsParamsWithTimeout creates a new PostNmsTrafficSubnetsParams object with the ability to set a timeout on a request.

func (*PostNmsTrafficSubnetsParams) SetBody

func (o *PostNmsTrafficSubnetsParams) SetBody(body models.Model88)

SetBody adds the body to the post nms traffic subnets params

func (*PostNmsTrafficSubnetsParams) SetContext

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

SetContext adds the context to the post nms traffic subnets params

func (*PostNmsTrafficSubnetsParams) SetDefaults

func (o *PostNmsTrafficSubnetsParams) SetDefaults()

SetDefaults hydrates default values in the post nms traffic subnets params (not the query body).

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

func (*PostNmsTrafficSubnetsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post nms traffic subnets params

func (*PostNmsTrafficSubnetsParams) SetTimeout

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

SetTimeout adds the timeout to the post nms traffic subnets params

func (*PostNmsTrafficSubnetsParams) WithBody

WithBody adds the body to the post nms traffic subnets params

func (*PostNmsTrafficSubnetsParams) WithContext

WithContext adds the context to the post nms traffic subnets params

func (*PostNmsTrafficSubnetsParams) WithDefaults

WithDefaults hydrates default values in the post nms traffic subnets params (not the query body).

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

func (*PostNmsTrafficSubnetsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post nms traffic subnets params

func (*PostNmsTrafficSubnetsParams) WithTimeout

WithTimeout adds the timeout to the post nms traffic subnets params

func (*PostNmsTrafficSubnetsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNmsTrafficSubnetsReader

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

PostNmsTrafficSubnetsReader is a Reader for the PostNmsTrafficSubnets structure.

func (*PostNmsTrafficSubnetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNmsTrafficSubnetsUnauthorized

type PostNmsTrafficSubnetsUnauthorized struct {
	Payload *models.Error
}
PostNmsTrafficSubnetsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostNmsTrafficSubnetsUnauthorized

func NewPostNmsTrafficSubnetsUnauthorized() *PostNmsTrafficSubnetsUnauthorized

NewPostNmsTrafficSubnetsUnauthorized creates a PostNmsTrafficSubnetsUnauthorized with default headers values

func (*PostNmsTrafficSubnetsUnauthorized) Error

func (*PostNmsTrafficSubnetsUnauthorized) GetPayload

type PutNmsMailserverForbidden

type PutNmsMailserverForbidden struct {
	Payload *models.Error
}
PutNmsMailserverForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutNmsMailserverForbidden

func NewPutNmsMailserverForbidden() *PutNmsMailserverForbidden

NewPutNmsMailserverForbidden creates a PutNmsMailserverForbidden with default headers values

func (*PutNmsMailserverForbidden) Error

func (o *PutNmsMailserverForbidden) Error() string

func (*PutNmsMailserverForbidden) GetPayload

func (o *PutNmsMailserverForbidden) GetPayload() *models.Error

type PutNmsMailserverInternalServerError

type PutNmsMailserverInternalServerError struct {
	Payload *models.Error
}
PutNmsMailserverInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutNmsMailserverInternalServerError

func NewPutNmsMailserverInternalServerError() *PutNmsMailserverInternalServerError

NewPutNmsMailserverInternalServerError creates a PutNmsMailserverInternalServerError with default headers values

func (*PutNmsMailserverInternalServerError) Error

func (*PutNmsMailserverInternalServerError) GetPayload

type PutNmsMailserverOK

type PutNmsMailserverOK struct {
	Payload *models.MailServer
}
PutNmsMailserverOK describes a response with status code 200, with default header values.

Successful

func NewPutNmsMailserverOK

func NewPutNmsMailserverOK() *PutNmsMailserverOK

NewPutNmsMailserverOK creates a PutNmsMailserverOK with default headers values

func (*PutNmsMailserverOK) Error

func (o *PutNmsMailserverOK) Error() string

func (*PutNmsMailserverOK) GetPayload

func (o *PutNmsMailserverOK) GetPayload() *models.MailServer

type PutNmsMailserverParams

type PutNmsMailserverParams struct {

	// Body.
	Body *models.SMTP

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

PutNmsMailserverParams contains all the parameters to send to the API endpoint

for the put nms mailserver operation.

Typically these are written to a http.Request.

func NewPutNmsMailserverParams

func NewPutNmsMailserverParams() *PutNmsMailserverParams

NewPutNmsMailserverParams creates a new PutNmsMailserverParams 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 NewPutNmsMailserverParamsWithContext

func NewPutNmsMailserverParamsWithContext(ctx context.Context) *PutNmsMailserverParams

NewPutNmsMailserverParamsWithContext creates a new PutNmsMailserverParams object with the ability to set a context for a request.

func NewPutNmsMailserverParamsWithHTTPClient

func NewPutNmsMailserverParamsWithHTTPClient(client *http.Client) *PutNmsMailserverParams

NewPutNmsMailserverParamsWithHTTPClient creates a new PutNmsMailserverParams object with the ability to set a custom HTTPClient for a request.

func NewPutNmsMailserverParamsWithTimeout

func NewPutNmsMailserverParamsWithTimeout(timeout time.Duration) *PutNmsMailserverParams

NewPutNmsMailserverParamsWithTimeout creates a new PutNmsMailserverParams object with the ability to set a timeout on a request.

func (*PutNmsMailserverParams) SetBody

func (o *PutNmsMailserverParams) SetBody(body *models.SMTP)

SetBody adds the body to the put nms mailserver params

func (*PutNmsMailserverParams) SetContext

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

SetContext adds the context to the put nms mailserver params

func (*PutNmsMailserverParams) SetDefaults

func (o *PutNmsMailserverParams) SetDefaults()

SetDefaults hydrates default values in the put nms mailserver params (not the query body).

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

func (*PutNmsMailserverParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put nms mailserver params

func (*PutNmsMailserverParams) SetTimeout

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

SetTimeout adds the timeout to the put nms mailserver params

func (*PutNmsMailserverParams) WithBody

WithBody adds the body to the put nms mailserver params

func (*PutNmsMailserverParams) WithContext

WithContext adds the context to the put nms mailserver params

func (*PutNmsMailserverParams) WithDefaults

WithDefaults hydrates default values in the put nms mailserver params (not the query body).

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

func (*PutNmsMailserverParams) WithHTTPClient

func (o *PutNmsMailserverParams) WithHTTPClient(client *http.Client) *PutNmsMailserverParams

WithHTTPClient adds the HTTPClient to the put nms mailserver params

func (*PutNmsMailserverParams) WithTimeout

WithTimeout adds the timeout to the put nms mailserver params

func (*PutNmsMailserverParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutNmsMailserverReader

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

PutNmsMailserverReader is a Reader for the PutNmsMailserver structure.

func (*PutNmsMailserverReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutNmsMailserverUnauthorized

type PutNmsMailserverUnauthorized struct {
	Payload *models.Error
}
PutNmsMailserverUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutNmsMailserverUnauthorized

func NewPutNmsMailserverUnauthorized() *PutNmsMailserverUnauthorized

NewPutNmsMailserverUnauthorized creates a PutNmsMailserverUnauthorized with default headers values

func (*PutNmsMailserverUnauthorized) Error

func (*PutNmsMailserverUnauthorized) GetPayload

func (o *PutNmsMailserverUnauthorized) GetPayload() *models.Error

type PutNmsMaintenanceBackupForbidden

type PutNmsMaintenanceBackupForbidden struct {
	Payload *models.Error
}
PutNmsMaintenanceBackupForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutNmsMaintenanceBackupForbidden

func NewPutNmsMaintenanceBackupForbidden() *PutNmsMaintenanceBackupForbidden

NewPutNmsMaintenanceBackupForbidden creates a PutNmsMaintenanceBackupForbidden with default headers values

func (*PutNmsMaintenanceBackupForbidden) Error

func (*PutNmsMaintenanceBackupForbidden) GetPayload

type PutNmsMaintenanceBackupInternalServerError

type PutNmsMaintenanceBackupInternalServerError struct {
	Payload *models.Error
}
PutNmsMaintenanceBackupInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutNmsMaintenanceBackupInternalServerError

func NewPutNmsMaintenanceBackupInternalServerError() *PutNmsMaintenanceBackupInternalServerError

NewPutNmsMaintenanceBackupInternalServerError creates a PutNmsMaintenanceBackupInternalServerError with default headers values

func (*PutNmsMaintenanceBackupInternalServerError) Error

func (*PutNmsMaintenanceBackupInternalServerError) GetPayload

type PutNmsMaintenanceBackupOK

type PutNmsMaintenanceBackupOK struct {
	Payload *models.Status
}
PutNmsMaintenanceBackupOK describes a response with status code 200, with default header values.

Successful

func NewPutNmsMaintenanceBackupOK

func NewPutNmsMaintenanceBackupOK() *PutNmsMaintenanceBackupOK

NewPutNmsMaintenanceBackupOK creates a PutNmsMaintenanceBackupOK with default headers values

func (*PutNmsMaintenanceBackupOK) Error

func (o *PutNmsMaintenanceBackupOK) Error() string

func (*PutNmsMaintenanceBackupOK) GetPayload

func (o *PutNmsMaintenanceBackupOK) GetPayload() *models.Status

type PutNmsMaintenanceBackupParams

type PutNmsMaintenanceBackupParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutNmsMaintenanceBackupParams contains all the parameters to send to the API endpoint

for the put nms maintenance backup operation.

Typically these are written to a http.Request.

func NewPutNmsMaintenanceBackupParams

func NewPutNmsMaintenanceBackupParams() *PutNmsMaintenanceBackupParams

NewPutNmsMaintenanceBackupParams creates a new PutNmsMaintenanceBackupParams 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 NewPutNmsMaintenanceBackupParamsWithContext

func NewPutNmsMaintenanceBackupParamsWithContext(ctx context.Context) *PutNmsMaintenanceBackupParams

NewPutNmsMaintenanceBackupParamsWithContext creates a new PutNmsMaintenanceBackupParams object with the ability to set a context for a request.

func NewPutNmsMaintenanceBackupParamsWithHTTPClient

func NewPutNmsMaintenanceBackupParamsWithHTTPClient(client *http.Client) *PutNmsMaintenanceBackupParams

NewPutNmsMaintenanceBackupParamsWithHTTPClient creates a new PutNmsMaintenanceBackupParams object with the ability to set a custom HTTPClient for a request.

func NewPutNmsMaintenanceBackupParamsWithTimeout

func NewPutNmsMaintenanceBackupParamsWithTimeout(timeout time.Duration) *PutNmsMaintenanceBackupParams

NewPutNmsMaintenanceBackupParamsWithTimeout creates a new PutNmsMaintenanceBackupParams object with the ability to set a timeout on a request.

func (*PutNmsMaintenanceBackupParams) SetContext

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

SetContext adds the context to the put nms maintenance backup params

func (*PutNmsMaintenanceBackupParams) SetDefaults

func (o *PutNmsMaintenanceBackupParams) SetDefaults()

SetDefaults hydrates default values in the put nms maintenance backup params (not the query body).

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

func (*PutNmsMaintenanceBackupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put nms maintenance backup params

func (*PutNmsMaintenanceBackupParams) SetTimeout

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

SetTimeout adds the timeout to the put nms maintenance backup params

func (*PutNmsMaintenanceBackupParams) WithContext

WithContext adds the context to the put nms maintenance backup params

func (*PutNmsMaintenanceBackupParams) WithDefaults

WithDefaults hydrates default values in the put nms maintenance backup params (not the query body).

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

func (*PutNmsMaintenanceBackupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put nms maintenance backup params

func (*PutNmsMaintenanceBackupParams) WithTimeout

WithTimeout adds the timeout to the put nms maintenance backup params

func (*PutNmsMaintenanceBackupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutNmsMaintenanceBackupReader

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

PutNmsMaintenanceBackupReader is a Reader for the PutNmsMaintenanceBackup structure.

func (*PutNmsMaintenanceBackupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutNmsMaintenanceBackupUnauthorized

type PutNmsMaintenanceBackupUnauthorized struct {
	Payload *models.Error
}
PutNmsMaintenanceBackupUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutNmsMaintenanceBackupUnauthorized

func NewPutNmsMaintenanceBackupUnauthorized() *PutNmsMaintenanceBackupUnauthorized

NewPutNmsMaintenanceBackupUnauthorized creates a PutNmsMaintenanceBackupUnauthorized with default headers values

func (*PutNmsMaintenanceBackupUnauthorized) Error

func (*PutNmsMaintenanceBackupUnauthorized) GetPayload

type PutNmsRefreshcertificateForbidden

type PutNmsRefreshcertificateForbidden struct {
	Payload *models.Error
}
PutNmsRefreshcertificateForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutNmsRefreshcertificateForbidden

func NewPutNmsRefreshcertificateForbidden() *PutNmsRefreshcertificateForbidden

NewPutNmsRefreshcertificateForbidden creates a PutNmsRefreshcertificateForbidden with default headers values

func (*PutNmsRefreshcertificateForbidden) Error

func (*PutNmsRefreshcertificateForbidden) GetPayload

type PutNmsRefreshcertificateInternalServerError

type PutNmsRefreshcertificateInternalServerError struct {
	Payload *models.Error
}
PutNmsRefreshcertificateInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutNmsRefreshcertificateInternalServerError

func NewPutNmsRefreshcertificateInternalServerError() *PutNmsRefreshcertificateInternalServerError

NewPutNmsRefreshcertificateInternalServerError creates a PutNmsRefreshcertificateInternalServerError with default headers values

func (*PutNmsRefreshcertificateInternalServerError) Error

func (*PutNmsRefreshcertificateInternalServerError) GetPayload

type PutNmsRefreshcertificateOK

type PutNmsRefreshcertificateOK struct {
	Payload *models.Status
}
PutNmsRefreshcertificateOK describes a response with status code 200, with default header values.

Successful

func NewPutNmsRefreshcertificateOK

func NewPutNmsRefreshcertificateOK() *PutNmsRefreshcertificateOK

NewPutNmsRefreshcertificateOK creates a PutNmsRefreshcertificateOK with default headers values

func (*PutNmsRefreshcertificateOK) Error

func (*PutNmsRefreshcertificateOK) GetPayload

func (o *PutNmsRefreshcertificateOK) GetPayload() *models.Status

type PutNmsRefreshcertificateParams

type PutNmsRefreshcertificateParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PutNmsRefreshcertificateParams contains all the parameters to send to the API endpoint

for the put nms refreshcertificate operation.

Typically these are written to a http.Request.

func NewPutNmsRefreshcertificateParams

func NewPutNmsRefreshcertificateParams() *PutNmsRefreshcertificateParams

NewPutNmsRefreshcertificateParams creates a new PutNmsRefreshcertificateParams 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 NewPutNmsRefreshcertificateParamsWithContext

func NewPutNmsRefreshcertificateParamsWithContext(ctx context.Context) *PutNmsRefreshcertificateParams

NewPutNmsRefreshcertificateParamsWithContext creates a new PutNmsRefreshcertificateParams object with the ability to set a context for a request.

func NewPutNmsRefreshcertificateParamsWithHTTPClient

func NewPutNmsRefreshcertificateParamsWithHTTPClient(client *http.Client) *PutNmsRefreshcertificateParams

NewPutNmsRefreshcertificateParamsWithHTTPClient creates a new PutNmsRefreshcertificateParams object with the ability to set a custom HTTPClient for a request.

func NewPutNmsRefreshcertificateParamsWithTimeout

func NewPutNmsRefreshcertificateParamsWithTimeout(timeout time.Duration) *PutNmsRefreshcertificateParams

NewPutNmsRefreshcertificateParamsWithTimeout creates a new PutNmsRefreshcertificateParams object with the ability to set a timeout on a request.

func (*PutNmsRefreshcertificateParams) SetContext

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

SetContext adds the context to the put nms refreshcertificate params

func (*PutNmsRefreshcertificateParams) SetDefaults

func (o *PutNmsRefreshcertificateParams) SetDefaults()

SetDefaults hydrates default values in the put nms refreshcertificate params (not the query body).

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

func (*PutNmsRefreshcertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put nms refreshcertificate params

func (*PutNmsRefreshcertificateParams) SetTimeout

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

SetTimeout adds the timeout to the put nms refreshcertificate params

func (*PutNmsRefreshcertificateParams) WithContext

WithContext adds the context to the put nms refreshcertificate params

func (*PutNmsRefreshcertificateParams) WithDefaults

WithDefaults hydrates default values in the put nms refreshcertificate params (not the query body).

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

func (*PutNmsRefreshcertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put nms refreshcertificate params

func (*PutNmsRefreshcertificateParams) WithTimeout

WithTimeout adds the timeout to the put nms refreshcertificate params

func (*PutNmsRefreshcertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutNmsRefreshcertificateReader

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

PutNmsRefreshcertificateReader is a Reader for the PutNmsRefreshcertificate structure.

func (*PutNmsRefreshcertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutNmsRefreshcertificateUnauthorized

type PutNmsRefreshcertificateUnauthorized struct {
	Payload *models.Error
}
PutNmsRefreshcertificateUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutNmsRefreshcertificateUnauthorized

func NewPutNmsRefreshcertificateUnauthorized() *PutNmsRefreshcertificateUnauthorized

NewPutNmsRefreshcertificateUnauthorized creates a PutNmsRefreshcertificateUnauthorized with default headers values

func (*PutNmsRefreshcertificateUnauthorized) Error

func (*PutNmsRefreshcertificateUnauthorized) GetPayload

type PutNmsSettingsForbidden

type PutNmsSettingsForbidden struct {
	Payload *models.Error
}
PutNmsSettingsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutNmsSettingsForbidden

func NewPutNmsSettingsForbidden() *PutNmsSettingsForbidden

NewPutNmsSettingsForbidden creates a PutNmsSettingsForbidden with default headers values

func (*PutNmsSettingsForbidden) Error

func (o *PutNmsSettingsForbidden) Error() string

func (*PutNmsSettingsForbidden) GetPayload

func (o *PutNmsSettingsForbidden) GetPayload() *models.Error

type PutNmsSettingsInternalServerError

type PutNmsSettingsInternalServerError struct {
	Payload *models.Error
}
PutNmsSettingsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutNmsSettingsInternalServerError

func NewPutNmsSettingsInternalServerError() *PutNmsSettingsInternalServerError

NewPutNmsSettingsInternalServerError creates a PutNmsSettingsInternalServerError with default headers values

func (*PutNmsSettingsInternalServerError) Error

func (*PutNmsSettingsInternalServerError) GetPayload

type PutNmsSettingsOK

type PutNmsSettingsOK struct {
	Payload *models.NmsSettings1
}
PutNmsSettingsOK describes a response with status code 200, with default header values.

Successful

func NewPutNmsSettingsOK

func NewPutNmsSettingsOK() *PutNmsSettingsOK

NewPutNmsSettingsOK creates a PutNmsSettingsOK with default headers values

func (*PutNmsSettingsOK) Error

func (o *PutNmsSettingsOK) Error() string

func (*PutNmsSettingsOK) GetPayload

func (o *PutNmsSettingsOK) GetPayload() *models.NmsSettings1

type PutNmsSettingsParams

type PutNmsSettingsParams struct {

	// Body.
	Body *models.NmsUpdateSettings

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

PutNmsSettingsParams contains all the parameters to send to the API endpoint

for the put nms settings operation.

Typically these are written to a http.Request.

func NewPutNmsSettingsParams

func NewPutNmsSettingsParams() *PutNmsSettingsParams

NewPutNmsSettingsParams creates a new PutNmsSettingsParams 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 NewPutNmsSettingsParamsWithContext

func NewPutNmsSettingsParamsWithContext(ctx context.Context) *PutNmsSettingsParams

NewPutNmsSettingsParamsWithContext creates a new PutNmsSettingsParams object with the ability to set a context for a request.

func NewPutNmsSettingsParamsWithHTTPClient

func NewPutNmsSettingsParamsWithHTTPClient(client *http.Client) *PutNmsSettingsParams

NewPutNmsSettingsParamsWithHTTPClient creates a new PutNmsSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewPutNmsSettingsParamsWithTimeout

func NewPutNmsSettingsParamsWithTimeout(timeout time.Duration) *PutNmsSettingsParams

NewPutNmsSettingsParamsWithTimeout creates a new PutNmsSettingsParams object with the ability to set a timeout on a request.

func (*PutNmsSettingsParams) SetBody

func (o *PutNmsSettingsParams) SetBody(body *models.NmsUpdateSettings)

SetBody adds the body to the put nms settings params

func (*PutNmsSettingsParams) SetContext

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

SetContext adds the context to the put nms settings params

func (*PutNmsSettingsParams) SetDefaults

func (o *PutNmsSettingsParams) SetDefaults()

SetDefaults hydrates default values in the put nms settings params (not the query body).

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

func (*PutNmsSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put nms settings params

func (*PutNmsSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the put nms settings params

func (*PutNmsSettingsParams) WithBody

WithBody adds the body to the put nms settings params

func (*PutNmsSettingsParams) WithContext

WithContext adds the context to the put nms settings params

func (*PutNmsSettingsParams) WithDefaults

func (o *PutNmsSettingsParams) WithDefaults() *PutNmsSettingsParams

WithDefaults hydrates default values in the put nms settings params (not the query body).

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

func (*PutNmsSettingsParams) WithHTTPClient

func (o *PutNmsSettingsParams) WithHTTPClient(client *http.Client) *PutNmsSettingsParams

WithHTTPClient adds the HTTPClient to the put nms settings params

func (*PutNmsSettingsParams) WithTimeout

func (o *PutNmsSettingsParams) WithTimeout(timeout time.Duration) *PutNmsSettingsParams

WithTimeout adds the timeout to the put nms settings params

func (*PutNmsSettingsParams) WriteToRequest

func (o *PutNmsSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutNmsSettingsPreconditionFailed

type PutNmsSettingsPreconditionFailed struct {
	Payload *models.Error
}
PutNmsSettingsPreconditionFailed describes a response with status code 412, with default header values.

Precondition Failed

func NewPutNmsSettingsPreconditionFailed

func NewPutNmsSettingsPreconditionFailed() *PutNmsSettingsPreconditionFailed

NewPutNmsSettingsPreconditionFailed creates a PutNmsSettingsPreconditionFailed with default headers values

func (*PutNmsSettingsPreconditionFailed) Error

func (*PutNmsSettingsPreconditionFailed) GetPayload

type PutNmsSettingsReader

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

PutNmsSettingsReader is a Reader for the PutNmsSettings structure.

func (*PutNmsSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutNmsSettingsUnauthorized

type PutNmsSettingsUnauthorized struct {
	Payload *models.Error
}
PutNmsSettingsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutNmsSettingsUnauthorized

func NewPutNmsSettingsUnauthorized() *PutNmsSettingsUnauthorized

NewPutNmsSettingsUnauthorized creates a PutNmsSettingsUnauthorized with default headers values

func (*PutNmsSettingsUnauthorized) Error

func (*PutNmsSettingsUnauthorized) GetPayload

func (o *PutNmsSettingsUnauthorized) GetPayload() *models.Error

type PutNmsSettingsUnprocessableEntity

type PutNmsSettingsUnprocessableEntity struct {
	Payload *models.Error
}
PutNmsSettingsUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewPutNmsSettingsUnprocessableEntity

func NewPutNmsSettingsUnprocessableEntity() *PutNmsSettingsUnprocessableEntity

NewPutNmsSettingsUnprocessableEntity creates a PutNmsSettingsUnprocessableEntity with default headers values

func (*PutNmsSettingsUnprocessableEntity) Error

func (*PutNmsSettingsUnprocessableEntity) GetPayload

type PutNmsUpdateForbidden

type PutNmsUpdateForbidden struct {
	Payload *models.Error
}
PutNmsUpdateForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutNmsUpdateForbidden

func NewPutNmsUpdateForbidden() *PutNmsUpdateForbidden

NewPutNmsUpdateForbidden creates a PutNmsUpdateForbidden with default headers values

func (*PutNmsUpdateForbidden) Error

func (o *PutNmsUpdateForbidden) Error() string

func (*PutNmsUpdateForbidden) GetPayload

func (o *PutNmsUpdateForbidden) GetPayload() *models.Error

type PutNmsUpdateInternalServerError

type PutNmsUpdateInternalServerError struct {
	Payload *models.Error
}
PutNmsUpdateInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutNmsUpdateInternalServerError

func NewPutNmsUpdateInternalServerError() *PutNmsUpdateInternalServerError

NewPutNmsUpdateInternalServerError creates a PutNmsUpdateInternalServerError with default headers values

func (*PutNmsUpdateInternalServerError) Error

func (*PutNmsUpdateInternalServerError) GetPayload

func (o *PutNmsUpdateInternalServerError) GetPayload() *models.Error

type PutNmsUpdateOK

type PutNmsUpdateOK struct {
	Payload *models.Status
}
PutNmsUpdateOK describes a response with status code 200, with default header values.

Successful

func NewPutNmsUpdateOK

func NewPutNmsUpdateOK() *PutNmsUpdateOK

NewPutNmsUpdateOK creates a PutNmsUpdateOK with default headers values

func (*PutNmsUpdateOK) Error

func (o *PutNmsUpdateOK) Error() string

func (*PutNmsUpdateOK) GetPayload

func (o *PutNmsUpdateOK) GetPayload() *models.Status

type PutNmsUpdateParams

type PutNmsUpdateParams struct {

	// Body.
	Body *models.Model113

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

PutNmsUpdateParams contains all the parameters to send to the API endpoint

for the put nms update operation.

Typically these are written to a http.Request.

func NewPutNmsUpdateParams

func NewPutNmsUpdateParams() *PutNmsUpdateParams

NewPutNmsUpdateParams creates a new PutNmsUpdateParams 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 NewPutNmsUpdateParamsWithContext

func NewPutNmsUpdateParamsWithContext(ctx context.Context) *PutNmsUpdateParams

NewPutNmsUpdateParamsWithContext creates a new PutNmsUpdateParams object with the ability to set a context for a request.

func NewPutNmsUpdateParamsWithHTTPClient

func NewPutNmsUpdateParamsWithHTTPClient(client *http.Client) *PutNmsUpdateParams

NewPutNmsUpdateParamsWithHTTPClient creates a new PutNmsUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewPutNmsUpdateParamsWithTimeout

func NewPutNmsUpdateParamsWithTimeout(timeout time.Duration) *PutNmsUpdateParams

NewPutNmsUpdateParamsWithTimeout creates a new PutNmsUpdateParams object with the ability to set a timeout on a request.

func (*PutNmsUpdateParams) SetBody

func (o *PutNmsUpdateParams) SetBody(body *models.Model113)

SetBody adds the body to the put nms update params

func (*PutNmsUpdateParams) SetContext

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

SetContext adds the context to the put nms update params

func (*PutNmsUpdateParams) SetDefaults

func (o *PutNmsUpdateParams) SetDefaults()

SetDefaults hydrates default values in the put nms update params (not the query body).

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

func (*PutNmsUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put nms update params

func (*PutNmsUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the put nms update params

func (*PutNmsUpdateParams) WithBody

WithBody adds the body to the put nms update params

func (*PutNmsUpdateParams) WithContext

WithContext adds the context to the put nms update params

func (*PutNmsUpdateParams) WithDefaults

func (o *PutNmsUpdateParams) WithDefaults() *PutNmsUpdateParams

WithDefaults hydrates default values in the put nms update params (not the query body).

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

func (*PutNmsUpdateParams) WithHTTPClient

func (o *PutNmsUpdateParams) WithHTTPClient(client *http.Client) *PutNmsUpdateParams

WithHTTPClient adds the HTTPClient to the put nms update params

func (*PutNmsUpdateParams) WithTimeout

func (o *PutNmsUpdateParams) WithTimeout(timeout time.Duration) *PutNmsUpdateParams

WithTimeout adds the timeout to the put nms update params

func (*PutNmsUpdateParams) WriteToRequest

func (o *PutNmsUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutNmsUpdateReader

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

PutNmsUpdateReader is a Reader for the PutNmsUpdate structure.

func (*PutNmsUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutNmsUpdateServiceUnavailable

type PutNmsUpdateServiceUnavailable struct {
	Payload *models.Error
}
PutNmsUpdateServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable

func NewPutNmsUpdateServiceUnavailable

func NewPutNmsUpdateServiceUnavailable() *PutNmsUpdateServiceUnavailable

NewPutNmsUpdateServiceUnavailable creates a PutNmsUpdateServiceUnavailable with default headers values

func (*PutNmsUpdateServiceUnavailable) Error

func (*PutNmsUpdateServiceUnavailable) GetPayload

func (o *PutNmsUpdateServiceUnavailable) GetPayload() *models.Error

type PutNmsUpdateUnauthorized

type PutNmsUpdateUnauthorized struct {
	Payload *models.Error
}
PutNmsUpdateUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPutNmsUpdateUnauthorized

func NewPutNmsUpdateUnauthorized() *PutNmsUpdateUnauthorized

NewPutNmsUpdateUnauthorized creates a PutNmsUpdateUnauthorized with default headers values

func (*PutNmsUpdateUnauthorized) Error

func (o *PutNmsUpdateUnauthorized) Error() string

func (*PutNmsUpdateUnauthorized) GetPayload

func (o *PutNmsUpdateUnauthorized) GetPayload() *models.Error

Source Files

Jump to

Keyboard shortcuts

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