system

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for system API

func (*Client) ConfigureDNS

func (a *Client) ConfigureDNS(params *ConfigureDNSParams, opts ...ClientOption) (*ConfigureDNSOK, *ConfigureDNSAccepted, error)

ConfigureDNS configures the Dns server

func (*Client) ConfigureNtp

func (a *Client) ConfigureNtp(params *ConfigureNtpParams, opts ...ClientOption) (*ConfigureNtpOK, *ConfigureNtpAccepted, error)

ConfigureNtp configures the ntp server

func (*Client) GetDNSConfiguration added in v0.1.1

func (a *Client) GetDNSConfiguration(params *GetDNSConfigurationParams, opts ...ClientOption) (*GetDNSConfigurationOK, error)

GetDNSConfiguration gets the current Dns configuration

func (*Client) GetNtpConfiguration added in v0.1.1

func (a *Client) GetNtpConfiguration(params *GetNtpConfigurationParams, opts ...ClientOption) (*GetNtpConfigurationOK, error)

GetNtpConfiguration gets the current ntp configuration

func (*Client) GetSystem added in v0.1.1

func (a *Client) GetSystem(params *GetSystemParams, opts ...ClientOption) (*GetSystemOK, error)

GetSystem gets the system

Get the system

func (*Client) GetValidationOfDNSConfiguration added in v0.1.1

func (a *Client) GetValidationOfDNSConfiguration(params *GetValidationOfDNSConfigurationParams, opts ...ClientOption) (*GetValidationOfDNSConfigurationOK, error)

GetValidationOfDNSConfiguration gets the status of the validation of the input Dns configuration

func (*Client) GetValidationOfNtpConfiguration added in v0.1.1

func (a *Client) GetValidationOfNtpConfiguration(params *GetValidationOfNtpConfigurationParams, opts ...ClientOption) (*GetValidationOfNtpConfigurationOK, error)

GetValidationOfNtpConfiguration gets the status of the validation of the input ntp servers to configure new ntp server

func (*Client) GetValidationsOfDNSConfiguration added in v0.1.1

func (a *Client) GetValidationsOfDNSConfiguration(params *GetValidationsOfDNSConfigurationParams, opts ...ClientOption) (*GetValidationsOfDNSConfigurationOK, error)

GetValidationsOfDNSConfiguration gets the validations of the input dns servers to configure new DNS server

func (*Client) GetValidationsOfNtpConfiguration added in v0.1.1

func (a *Client) GetValidationsOfNtpConfiguration(params *GetValidationsOfNtpConfigurationParams, opts ...ClientOption) (*GetValidationsOfNtpConfigurationOK, error)

GetValidationsOfNtpConfiguration gets the validations of the input ntp servers to configure new ntp server

func (*Client) PatchSystem added in v0.2.0

func (a *Client) PatchSystem(params *PatchSystemParams, opts ...ClientOption) (*PatchSystemOK, error)

PatchSystem updates system level configuration

Update system level configuration

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ValidateDNSConfiguration

ValidateDNSConfiguration validates Dns configuration input spec and system health before DNS configuration

func (*Client) ValidateNtpConfiguration

ValidateNtpConfiguration validates ntp configuration input spec and system health before ntp configuration

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ConfigureDNS(params *ConfigureDNSParams, opts ...ClientOption) (*ConfigureDNSOK, *ConfigureDNSAccepted, error)

	ConfigureNtp(params *ConfigureNtpParams, opts ...ClientOption) (*ConfigureNtpOK, *ConfigureNtpAccepted, error)

	GetDNSConfiguration(params *GetDNSConfigurationParams, opts ...ClientOption) (*GetDNSConfigurationOK, error)

	GetNtpConfiguration(params *GetNtpConfigurationParams, opts ...ClientOption) (*GetNtpConfigurationOK, error)

	GetSystem(params *GetSystemParams, opts ...ClientOption) (*GetSystemOK, error)

	GetValidationOfDNSConfiguration(params *GetValidationOfDNSConfigurationParams, opts ...ClientOption) (*GetValidationOfDNSConfigurationOK, error)

	GetValidationOfNtpConfiguration(params *GetValidationOfNtpConfigurationParams, opts ...ClientOption) (*GetValidationOfNtpConfigurationOK, error)

	GetValidationsOfDNSConfiguration(params *GetValidationsOfDNSConfigurationParams, opts ...ClientOption) (*GetValidationsOfDNSConfigurationOK, error)

	GetValidationsOfNtpConfiguration(params *GetValidationsOfNtpConfigurationParams, opts ...ClientOption) (*GetValidationsOfNtpConfigurationOK, error)

	PatchSystem(params *PatchSystemParams, opts ...ClientOption) (*PatchSystemOK, error)

	ValidateDNSConfiguration(params *ValidateDNSConfigurationParams, opts ...ClientOption) (*ValidateDNSConfigurationOK, *ValidateDNSConfigurationAccepted, error)

	ValidateNtpConfiguration(params *ValidateNtpConfigurationParams, opts ...ClientOption) (*ValidateNtpConfigurationOK, *ValidateNtpConfigurationAccepted, 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 system API client.

type ConfigureDNSAccepted

type ConfigureDNSAccepted struct {
	Payload *models.Task
}

ConfigureDNSAccepted describes a response with status code 202, with default header values.

Accepted

func NewConfigureDNSAccepted

func NewConfigureDNSAccepted() *ConfigureDNSAccepted

NewConfigureDNSAccepted creates a ConfigureDNSAccepted with default headers values

func (*ConfigureDNSAccepted) Error

func (o *ConfigureDNSAccepted) Error() string

func (*ConfigureDNSAccepted) GetPayload

func (o *ConfigureDNSAccepted) GetPayload() *models.Task

func (*ConfigureDNSAccepted) IsClientError

func (o *ConfigureDNSAccepted) IsClientError() bool

IsClientError returns true when this configure Dns accepted response has a 4xx status code

func (*ConfigureDNSAccepted) IsCode

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

IsCode returns true when this configure Dns accepted response a status code equal to that given

func (*ConfigureDNSAccepted) IsRedirect

func (o *ConfigureDNSAccepted) IsRedirect() bool

IsRedirect returns true when this configure Dns accepted response has a 3xx status code

func (*ConfigureDNSAccepted) IsServerError

func (o *ConfigureDNSAccepted) IsServerError() bool

IsServerError returns true when this configure Dns accepted response has a 5xx status code

func (*ConfigureDNSAccepted) IsSuccess

func (o *ConfigureDNSAccepted) IsSuccess() bool

IsSuccess returns true when this configure Dns accepted response has a 2xx status code

func (*ConfigureDNSAccepted) String

func (o *ConfigureDNSAccepted) String() string

type ConfigureDNSBadRequest

type ConfigureDNSBadRequest struct {
	Payload *models.Error
}

ConfigureDNSBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewConfigureDNSBadRequest

func NewConfigureDNSBadRequest() *ConfigureDNSBadRequest

NewConfigureDNSBadRequest creates a ConfigureDNSBadRequest with default headers values

func (*ConfigureDNSBadRequest) Error

func (o *ConfigureDNSBadRequest) Error() string

func (*ConfigureDNSBadRequest) GetPayload

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

func (*ConfigureDNSBadRequest) IsClientError

func (o *ConfigureDNSBadRequest) IsClientError() bool

IsClientError returns true when this configure Dns bad request response has a 4xx status code

func (*ConfigureDNSBadRequest) IsCode

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

IsCode returns true when this configure Dns bad request response a status code equal to that given

func (*ConfigureDNSBadRequest) IsRedirect

func (o *ConfigureDNSBadRequest) IsRedirect() bool

IsRedirect returns true when this configure Dns bad request response has a 3xx status code

func (*ConfigureDNSBadRequest) IsServerError

func (o *ConfigureDNSBadRequest) IsServerError() bool

IsServerError returns true when this configure Dns bad request response has a 5xx status code

func (*ConfigureDNSBadRequest) IsSuccess

func (o *ConfigureDNSBadRequest) IsSuccess() bool

IsSuccess returns true when this configure Dns bad request response has a 2xx status code

func (*ConfigureDNSBadRequest) String

func (o *ConfigureDNSBadRequest) String() string

type ConfigureDNSInternalServerError

type ConfigureDNSInternalServerError struct {
	Payload *models.Error
}

ConfigureDNSInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewConfigureDNSInternalServerError

func NewConfigureDNSInternalServerError() *ConfigureDNSInternalServerError

NewConfigureDNSInternalServerError creates a ConfigureDNSInternalServerError with default headers values

func (*ConfigureDNSInternalServerError) Error

func (*ConfigureDNSInternalServerError) GetPayload

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

func (*ConfigureDNSInternalServerError) IsClientError

func (o *ConfigureDNSInternalServerError) IsClientError() bool

IsClientError returns true when this configure Dns internal server error response has a 4xx status code

func (*ConfigureDNSInternalServerError) IsCode

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

IsCode returns true when this configure Dns internal server error response a status code equal to that given

func (*ConfigureDNSInternalServerError) IsRedirect

func (o *ConfigureDNSInternalServerError) IsRedirect() bool

IsRedirect returns true when this configure Dns internal server error response has a 3xx status code

func (*ConfigureDNSInternalServerError) IsServerError

func (o *ConfigureDNSInternalServerError) IsServerError() bool

IsServerError returns true when this configure Dns internal server error response has a 5xx status code

func (*ConfigureDNSInternalServerError) IsSuccess

func (o *ConfigureDNSInternalServerError) IsSuccess() bool

IsSuccess returns true when this configure Dns internal server error response has a 2xx status code

func (*ConfigureDNSInternalServerError) String

type ConfigureDNSOK

type ConfigureDNSOK struct {
	Payload *models.Task
}

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

OK

func NewConfigureDNSOK

func NewConfigureDNSOK() *ConfigureDNSOK

NewConfigureDNSOK creates a ConfigureDNSOK with default headers values

func (*ConfigureDNSOK) Error

func (o *ConfigureDNSOK) Error() string

func (*ConfigureDNSOK) GetPayload

func (o *ConfigureDNSOK) GetPayload() *models.Task

func (*ConfigureDNSOK) IsClientError

func (o *ConfigureDNSOK) IsClientError() bool

IsClientError returns true when this configure Dns o k response has a 4xx status code

func (*ConfigureDNSOK) IsCode

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

IsCode returns true when this configure Dns o k response a status code equal to that given

func (*ConfigureDNSOK) IsRedirect

func (o *ConfigureDNSOK) IsRedirect() bool

IsRedirect returns true when this configure Dns o k response has a 3xx status code

func (*ConfigureDNSOK) IsServerError

func (o *ConfigureDNSOK) IsServerError() bool

IsServerError returns true when this configure Dns o k response has a 5xx status code

func (*ConfigureDNSOK) IsSuccess

func (o *ConfigureDNSOK) IsSuccess() bool

IsSuccess returns true when this configure Dns o k response has a 2xx status code

func (*ConfigureDNSOK) String

func (o *ConfigureDNSOK) String() string

type ConfigureDNSParams

type ConfigureDNSParams struct {

	/* DNSConfiguration.

	   dnsConfiguration
	*/
	DNSConfiguration *models.DNSConfiguration

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

ConfigureDNSParams contains all the parameters to send to the API endpoint

for the configure Dns operation.

Typically these are written to a http.Request.

func NewConfigureDNSParams

func NewConfigureDNSParams() *ConfigureDNSParams

NewConfigureDNSParams creates a new ConfigureDNSParams 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 NewConfigureDNSParamsWithContext

func NewConfigureDNSParamsWithContext(ctx context.Context) *ConfigureDNSParams

NewConfigureDNSParamsWithContext creates a new ConfigureDNSParams object with the ability to set a context for a request.

func NewConfigureDNSParamsWithHTTPClient

func NewConfigureDNSParamsWithHTTPClient(client *http.Client) *ConfigureDNSParams

NewConfigureDNSParamsWithHTTPClient creates a new ConfigureDNSParams object with the ability to set a custom HTTPClient for a request.

func NewConfigureDNSParamsWithTimeout

func NewConfigureDNSParamsWithTimeout(timeout time.Duration) *ConfigureDNSParams

NewConfigureDNSParamsWithTimeout creates a new ConfigureDNSParams object with the ability to set a timeout on a request.

func (*ConfigureDNSParams) SetContext

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

SetContext adds the context to the configure Dns params

func (*ConfigureDNSParams) SetDNSConfiguration

func (o *ConfigureDNSParams) SetDNSConfiguration(dNSConfiguration *models.DNSConfiguration)

SetDNSConfiguration adds the dnsConfiguration to the configure Dns params

func (*ConfigureDNSParams) SetDefaults

func (o *ConfigureDNSParams) SetDefaults()

SetDefaults hydrates default values in the configure Dns params (not the query body).

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

func (*ConfigureDNSParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the configure Dns params

func (*ConfigureDNSParams) SetTimeout

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

SetTimeout adds the timeout to the configure Dns params

func (*ConfigureDNSParams) WithContext

WithContext adds the context to the configure Dns params

func (*ConfigureDNSParams) WithDNSConfiguration

func (o *ConfigureDNSParams) WithDNSConfiguration(dNSConfiguration *models.DNSConfiguration) *ConfigureDNSParams

WithDNSConfiguration adds the dNSConfiguration to the configure Dns params

func (*ConfigureDNSParams) WithDefaults

func (o *ConfigureDNSParams) WithDefaults() *ConfigureDNSParams

WithDefaults hydrates default values in the configure Dns params (not the query body).

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

func (*ConfigureDNSParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the configure Dns params

func (*ConfigureDNSParams) WithTimeout

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

WithTimeout adds the timeout to the configure Dns params

func (*ConfigureDNSParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ConfigureDNSReader

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

ConfigureDNSReader is a Reader for the ConfigureDNS structure.

func (*ConfigureDNSReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ConfigureNtpAccepted

type ConfigureNtpAccepted struct {
	Payload *models.Task
}

ConfigureNtpAccepted describes a response with status code 202, with default header values.

Accepted

func NewConfigureNtpAccepted

func NewConfigureNtpAccepted() *ConfigureNtpAccepted

NewConfigureNtpAccepted creates a ConfigureNtpAccepted with default headers values

func (*ConfigureNtpAccepted) Error

func (o *ConfigureNtpAccepted) Error() string

func (*ConfigureNtpAccepted) GetPayload

func (o *ConfigureNtpAccepted) GetPayload() *models.Task

func (*ConfigureNtpAccepted) IsClientError

func (o *ConfigureNtpAccepted) IsClientError() bool

IsClientError returns true when this configure ntp accepted response has a 4xx status code

func (*ConfigureNtpAccepted) IsCode

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

IsCode returns true when this configure ntp accepted response a status code equal to that given

func (*ConfigureNtpAccepted) IsRedirect

func (o *ConfigureNtpAccepted) IsRedirect() bool

IsRedirect returns true when this configure ntp accepted response has a 3xx status code

func (*ConfigureNtpAccepted) IsServerError

func (o *ConfigureNtpAccepted) IsServerError() bool

IsServerError returns true when this configure ntp accepted response has a 5xx status code

func (*ConfigureNtpAccepted) IsSuccess

func (o *ConfigureNtpAccepted) IsSuccess() bool

IsSuccess returns true when this configure ntp accepted response has a 2xx status code

func (*ConfigureNtpAccepted) String

func (o *ConfigureNtpAccepted) String() string

type ConfigureNtpBadRequest

type ConfigureNtpBadRequest struct {
	Payload *models.Error
}

ConfigureNtpBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewConfigureNtpBadRequest

func NewConfigureNtpBadRequest() *ConfigureNtpBadRequest

NewConfigureNtpBadRequest creates a ConfigureNtpBadRequest with default headers values

func (*ConfigureNtpBadRequest) Error

func (o *ConfigureNtpBadRequest) Error() string

func (*ConfigureNtpBadRequest) GetPayload

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

func (*ConfigureNtpBadRequest) IsClientError

func (o *ConfigureNtpBadRequest) IsClientError() bool

IsClientError returns true when this configure ntp bad request response has a 4xx status code

func (*ConfigureNtpBadRequest) IsCode

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

IsCode returns true when this configure ntp bad request response a status code equal to that given

func (*ConfigureNtpBadRequest) IsRedirect

func (o *ConfigureNtpBadRequest) IsRedirect() bool

IsRedirect returns true when this configure ntp bad request response has a 3xx status code

func (*ConfigureNtpBadRequest) IsServerError

func (o *ConfigureNtpBadRequest) IsServerError() bool

IsServerError returns true when this configure ntp bad request response has a 5xx status code

func (*ConfigureNtpBadRequest) IsSuccess

func (o *ConfigureNtpBadRequest) IsSuccess() bool

IsSuccess returns true when this configure ntp bad request response has a 2xx status code

func (*ConfigureNtpBadRequest) String

func (o *ConfigureNtpBadRequest) String() string

type ConfigureNtpInternalServerError

type ConfigureNtpInternalServerError struct {
	Payload *models.Error
}

ConfigureNtpInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewConfigureNtpInternalServerError

func NewConfigureNtpInternalServerError() *ConfigureNtpInternalServerError

NewConfigureNtpInternalServerError creates a ConfigureNtpInternalServerError with default headers values

func (*ConfigureNtpInternalServerError) Error

func (*ConfigureNtpInternalServerError) GetPayload

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

func (*ConfigureNtpInternalServerError) IsClientError

func (o *ConfigureNtpInternalServerError) IsClientError() bool

IsClientError returns true when this configure ntp internal server error response has a 4xx status code

func (*ConfigureNtpInternalServerError) IsCode

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

IsCode returns true when this configure ntp internal server error response a status code equal to that given

func (*ConfigureNtpInternalServerError) IsRedirect

func (o *ConfigureNtpInternalServerError) IsRedirect() bool

IsRedirect returns true when this configure ntp internal server error response has a 3xx status code

func (*ConfigureNtpInternalServerError) IsServerError

func (o *ConfigureNtpInternalServerError) IsServerError() bool

IsServerError returns true when this configure ntp internal server error response has a 5xx status code

func (*ConfigureNtpInternalServerError) IsSuccess

func (o *ConfigureNtpInternalServerError) IsSuccess() bool

IsSuccess returns true when this configure ntp internal server error response has a 2xx status code

func (*ConfigureNtpInternalServerError) String

type ConfigureNtpOK

type ConfigureNtpOK struct {
	Payload *models.Task
}

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

OK

func NewConfigureNtpOK

func NewConfigureNtpOK() *ConfigureNtpOK

NewConfigureNtpOK creates a ConfigureNtpOK with default headers values

func (*ConfigureNtpOK) Error

func (o *ConfigureNtpOK) Error() string

func (*ConfigureNtpOK) GetPayload

func (o *ConfigureNtpOK) GetPayload() *models.Task

func (*ConfigureNtpOK) IsClientError

func (o *ConfigureNtpOK) IsClientError() bool

IsClientError returns true when this configure ntp o k response has a 4xx status code

func (*ConfigureNtpOK) IsCode

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

IsCode returns true when this configure ntp o k response a status code equal to that given

func (*ConfigureNtpOK) IsRedirect

func (o *ConfigureNtpOK) IsRedirect() bool

IsRedirect returns true when this configure ntp o k response has a 3xx status code

func (*ConfigureNtpOK) IsServerError

func (o *ConfigureNtpOK) IsServerError() bool

IsServerError returns true when this configure ntp o k response has a 5xx status code

func (*ConfigureNtpOK) IsSuccess

func (o *ConfigureNtpOK) IsSuccess() bool

IsSuccess returns true when this configure ntp o k response has a 2xx status code

func (*ConfigureNtpOK) String

func (o *ConfigureNtpOK) String() string

type ConfigureNtpParams

type ConfigureNtpParams struct {

	/* NtpConfiguration.

	   ntpConfiguration
	*/
	NtpConfiguration *models.NtpConfiguration

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

ConfigureNtpParams contains all the parameters to send to the API endpoint

for the configure ntp operation.

Typically these are written to a http.Request.

func NewConfigureNtpParams

func NewConfigureNtpParams() *ConfigureNtpParams

NewConfigureNtpParams creates a new ConfigureNtpParams 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 NewConfigureNtpParamsWithContext

func NewConfigureNtpParamsWithContext(ctx context.Context) *ConfigureNtpParams

NewConfigureNtpParamsWithContext creates a new ConfigureNtpParams object with the ability to set a context for a request.

func NewConfigureNtpParamsWithHTTPClient

func NewConfigureNtpParamsWithHTTPClient(client *http.Client) *ConfigureNtpParams

NewConfigureNtpParamsWithHTTPClient creates a new ConfigureNtpParams object with the ability to set a custom HTTPClient for a request.

func NewConfigureNtpParamsWithTimeout

func NewConfigureNtpParamsWithTimeout(timeout time.Duration) *ConfigureNtpParams

NewConfigureNtpParamsWithTimeout creates a new ConfigureNtpParams object with the ability to set a timeout on a request.

func (*ConfigureNtpParams) SetContext

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

SetContext adds the context to the configure ntp params

func (*ConfigureNtpParams) SetDefaults

func (o *ConfigureNtpParams) SetDefaults()

SetDefaults hydrates default values in the configure ntp params (not the query body).

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

func (*ConfigureNtpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the configure ntp params

func (*ConfigureNtpParams) SetNtpConfiguration

func (o *ConfigureNtpParams) SetNtpConfiguration(ntpConfiguration *models.NtpConfiguration)

SetNtpConfiguration adds the ntpConfiguration to the configure ntp params

func (*ConfigureNtpParams) SetTimeout

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

SetTimeout adds the timeout to the configure ntp params

func (*ConfigureNtpParams) WithContext

WithContext adds the context to the configure ntp params

func (*ConfigureNtpParams) WithDefaults

func (o *ConfigureNtpParams) WithDefaults() *ConfigureNtpParams

WithDefaults hydrates default values in the configure ntp params (not the query body).

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

func (*ConfigureNtpParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the configure ntp params

func (*ConfigureNtpParams) WithNtpConfiguration

func (o *ConfigureNtpParams) WithNtpConfiguration(ntpConfiguration *models.NtpConfiguration) *ConfigureNtpParams

WithNtpConfiguration adds the ntpConfiguration to the configure ntp params

func (*ConfigureNtpParams) WithTimeout

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

WithTimeout adds the timeout to the configure ntp params

func (*ConfigureNtpParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ConfigureNtpReader

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

ConfigureNtpReader is a Reader for the ConfigureNtp structure.

func (*ConfigureNtpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDNSConfigurationBadRequest added in v0.1.1

type GetDNSConfigurationBadRequest struct {
	Payload *models.Error
}

GetDNSConfigurationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetDNSConfigurationBadRequest added in v0.1.1

func NewGetDNSConfigurationBadRequest() *GetDNSConfigurationBadRequest

NewGetDNSConfigurationBadRequest creates a GetDNSConfigurationBadRequest with default headers values

func (*GetDNSConfigurationBadRequest) Error added in v0.1.1

func (*GetDNSConfigurationBadRequest) GetPayload added in v0.1.1

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

func (*GetDNSConfigurationBadRequest) IsClientError added in v0.1.1

func (o *GetDNSConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this get Dns configuration bad request response has a 4xx status code

func (*GetDNSConfigurationBadRequest) IsCode added in v0.1.1

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

IsCode returns true when this get Dns configuration bad request response a status code equal to that given

func (*GetDNSConfigurationBadRequest) IsRedirect added in v0.1.1

func (o *GetDNSConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this get Dns configuration bad request response has a 3xx status code

func (*GetDNSConfigurationBadRequest) IsServerError added in v0.1.1

func (o *GetDNSConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this get Dns configuration bad request response has a 5xx status code

func (*GetDNSConfigurationBadRequest) IsSuccess added in v0.1.1

func (o *GetDNSConfigurationBadRequest) IsSuccess() bool

IsSuccess returns true when this get Dns configuration bad request response has a 2xx status code

func (*GetDNSConfigurationBadRequest) String added in v0.1.1

type GetDNSConfigurationInternalServerError added in v0.1.1

type GetDNSConfigurationInternalServerError struct {
	Payload *models.Error
}

GetDNSConfigurationInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetDNSConfigurationInternalServerError added in v0.1.1

func NewGetDNSConfigurationInternalServerError() *GetDNSConfigurationInternalServerError

NewGetDNSConfigurationInternalServerError creates a GetDNSConfigurationInternalServerError with default headers values

func (*GetDNSConfigurationInternalServerError) Error added in v0.1.1

func (*GetDNSConfigurationInternalServerError) GetPayload added in v0.1.1

func (*GetDNSConfigurationInternalServerError) IsClientError added in v0.1.1

func (o *GetDNSConfigurationInternalServerError) IsClientError() bool

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

func (*GetDNSConfigurationInternalServerError) IsCode added in v0.1.1

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

func (*GetDNSConfigurationInternalServerError) IsRedirect added in v0.1.1

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

func (*GetDNSConfigurationInternalServerError) IsServerError added in v0.1.1

func (o *GetDNSConfigurationInternalServerError) IsServerError() bool

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

func (*GetDNSConfigurationInternalServerError) IsSuccess added in v0.1.1

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

func (*GetDNSConfigurationInternalServerError) String added in v0.1.1

type GetDNSConfigurationOK added in v0.1.1

type GetDNSConfigurationOK struct {
	Payload *models.DNSConfiguration
}

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

Ok

func NewGetDNSConfigurationOK added in v0.1.1

func NewGetDNSConfigurationOK() *GetDNSConfigurationOK

NewGetDNSConfigurationOK creates a GetDNSConfigurationOK with default headers values

func (*GetDNSConfigurationOK) Error added in v0.1.1

func (o *GetDNSConfigurationOK) Error() string

func (*GetDNSConfigurationOK) GetPayload added in v0.1.1

func (*GetDNSConfigurationOK) IsClientError added in v0.1.1

func (o *GetDNSConfigurationOK) IsClientError() bool

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

func (*GetDNSConfigurationOK) IsCode added in v0.1.1

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

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

func (*GetDNSConfigurationOK) IsRedirect added in v0.1.1

func (o *GetDNSConfigurationOK) IsRedirect() bool

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

func (*GetDNSConfigurationOK) IsServerError added in v0.1.1

func (o *GetDNSConfigurationOK) IsServerError() bool

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

func (*GetDNSConfigurationOK) IsSuccess added in v0.1.1

func (o *GetDNSConfigurationOK) IsSuccess() bool

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

func (*GetDNSConfigurationOK) String added in v0.1.1

func (o *GetDNSConfigurationOK) String() string

type GetDNSConfigurationParams added in v0.1.1

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

GetDNSConfigurationParams contains all the parameters to send to the API endpoint

for the get Dns configuration operation.

Typically these are written to a http.Request.

func NewGetDNSConfigurationParams added in v0.1.1

func NewGetDNSConfigurationParams() *GetDNSConfigurationParams

NewGetDNSConfigurationParams creates a new GetDNSConfigurationParams 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 NewGetDNSConfigurationParamsWithContext added in v0.1.1

func NewGetDNSConfigurationParamsWithContext(ctx context.Context) *GetDNSConfigurationParams

NewGetDNSConfigurationParamsWithContext creates a new GetDNSConfigurationParams object with the ability to set a context for a request.

func NewGetDNSConfigurationParamsWithHTTPClient added in v0.1.1

func NewGetDNSConfigurationParamsWithHTTPClient(client *http.Client) *GetDNSConfigurationParams

NewGetDNSConfigurationParamsWithHTTPClient creates a new GetDNSConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetDNSConfigurationParamsWithTimeout added in v0.1.1

func NewGetDNSConfigurationParamsWithTimeout(timeout time.Duration) *GetDNSConfigurationParams

NewGetDNSConfigurationParamsWithTimeout creates a new GetDNSConfigurationParams object with the ability to set a timeout on a request.

func (*GetDNSConfigurationParams) SetContext added in v0.1.1

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

SetContext adds the context to the get Dns configuration params

func (*GetDNSConfigurationParams) SetDefaults added in v0.1.1

func (o *GetDNSConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get Dns configuration params (not the query body).

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

func (*GetDNSConfigurationParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get Dns configuration params

func (*GetDNSConfigurationParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get Dns configuration params

func (*GetDNSConfigurationParams) WithContext added in v0.1.1

WithContext adds the context to the get Dns configuration params

func (*GetDNSConfigurationParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get Dns configuration params (not the query body).

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

func (*GetDNSConfigurationParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get Dns configuration params

func (*GetDNSConfigurationParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get Dns configuration params

func (*GetDNSConfigurationParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDNSConfigurationReader added in v0.1.1

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

GetDNSConfigurationReader is a Reader for the GetDNSConfiguration structure.

func (*GetDNSConfigurationReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetNtpConfigurationBadRequest added in v0.1.1

type GetNtpConfigurationBadRequest struct {
	Payload *models.Error
}

GetNtpConfigurationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetNtpConfigurationBadRequest added in v0.1.1

func NewGetNtpConfigurationBadRequest() *GetNtpConfigurationBadRequest

NewGetNtpConfigurationBadRequest creates a GetNtpConfigurationBadRequest with default headers values

func (*GetNtpConfigurationBadRequest) Error added in v0.1.1

func (*GetNtpConfigurationBadRequest) GetPayload added in v0.1.1

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

func (*GetNtpConfigurationBadRequest) IsClientError added in v0.1.1

func (o *GetNtpConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this get ntp configuration bad request response has a 4xx status code

func (*GetNtpConfigurationBadRequest) IsCode added in v0.1.1

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

IsCode returns true when this get ntp configuration bad request response a status code equal to that given

func (*GetNtpConfigurationBadRequest) IsRedirect added in v0.1.1

func (o *GetNtpConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this get ntp configuration bad request response has a 3xx status code

func (*GetNtpConfigurationBadRequest) IsServerError added in v0.1.1

func (o *GetNtpConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this get ntp configuration bad request response has a 5xx status code

func (*GetNtpConfigurationBadRequest) IsSuccess added in v0.1.1

func (o *GetNtpConfigurationBadRequest) IsSuccess() bool

IsSuccess returns true when this get ntp configuration bad request response has a 2xx status code

func (*GetNtpConfigurationBadRequest) String added in v0.1.1

type GetNtpConfigurationInternalServerError added in v0.1.1

type GetNtpConfigurationInternalServerError struct {
	Payload *models.Error
}

GetNtpConfigurationInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetNtpConfigurationInternalServerError added in v0.1.1

func NewGetNtpConfigurationInternalServerError() *GetNtpConfigurationInternalServerError

NewGetNtpConfigurationInternalServerError creates a GetNtpConfigurationInternalServerError with default headers values

func (*GetNtpConfigurationInternalServerError) Error added in v0.1.1

func (*GetNtpConfigurationInternalServerError) GetPayload added in v0.1.1

func (*GetNtpConfigurationInternalServerError) IsClientError added in v0.1.1

func (o *GetNtpConfigurationInternalServerError) IsClientError() bool

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

func (*GetNtpConfigurationInternalServerError) IsCode added in v0.1.1

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

func (*GetNtpConfigurationInternalServerError) IsRedirect added in v0.1.1

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

func (*GetNtpConfigurationInternalServerError) IsServerError added in v0.1.1

func (o *GetNtpConfigurationInternalServerError) IsServerError() bool

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

func (*GetNtpConfigurationInternalServerError) IsSuccess added in v0.1.1

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

func (*GetNtpConfigurationInternalServerError) String added in v0.1.1

type GetNtpConfigurationOK added in v0.1.1

type GetNtpConfigurationOK struct {
	Payload *models.NtpConfiguration
}

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

Ok

func NewGetNtpConfigurationOK added in v0.1.1

func NewGetNtpConfigurationOK() *GetNtpConfigurationOK

NewGetNtpConfigurationOK creates a GetNtpConfigurationOK with default headers values

func (*GetNtpConfigurationOK) Error added in v0.1.1

func (o *GetNtpConfigurationOK) Error() string

func (*GetNtpConfigurationOK) GetPayload added in v0.1.1

func (*GetNtpConfigurationOK) IsClientError added in v0.1.1

func (o *GetNtpConfigurationOK) IsClientError() bool

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

func (*GetNtpConfigurationOK) IsCode added in v0.1.1

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

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

func (*GetNtpConfigurationOK) IsRedirect added in v0.1.1

func (o *GetNtpConfigurationOK) IsRedirect() bool

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

func (*GetNtpConfigurationOK) IsServerError added in v0.1.1

func (o *GetNtpConfigurationOK) IsServerError() bool

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

func (*GetNtpConfigurationOK) IsSuccess added in v0.1.1

func (o *GetNtpConfigurationOK) IsSuccess() bool

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

func (*GetNtpConfigurationOK) String added in v0.1.1

func (o *GetNtpConfigurationOK) String() string

type GetNtpConfigurationParams added in v0.1.1

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

GetNtpConfigurationParams contains all the parameters to send to the API endpoint

for the get ntp configuration operation.

Typically these are written to a http.Request.

func NewGetNtpConfigurationParams added in v0.1.1

func NewGetNtpConfigurationParams() *GetNtpConfigurationParams

NewGetNtpConfigurationParams creates a new GetNtpConfigurationParams 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 NewGetNtpConfigurationParamsWithContext added in v0.1.1

func NewGetNtpConfigurationParamsWithContext(ctx context.Context) *GetNtpConfigurationParams

NewGetNtpConfigurationParamsWithContext creates a new GetNtpConfigurationParams object with the ability to set a context for a request.

func NewGetNtpConfigurationParamsWithHTTPClient added in v0.1.1

func NewGetNtpConfigurationParamsWithHTTPClient(client *http.Client) *GetNtpConfigurationParams

NewGetNtpConfigurationParamsWithHTTPClient creates a new GetNtpConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetNtpConfigurationParamsWithTimeout added in v0.1.1

func NewGetNtpConfigurationParamsWithTimeout(timeout time.Duration) *GetNtpConfigurationParams

NewGetNtpConfigurationParamsWithTimeout creates a new GetNtpConfigurationParams object with the ability to set a timeout on a request.

func (*GetNtpConfigurationParams) SetContext added in v0.1.1

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

SetContext adds the context to the get ntp configuration params

func (*GetNtpConfigurationParams) SetDefaults added in v0.1.1

func (o *GetNtpConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get ntp configuration params (not the query body).

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

func (*GetNtpConfigurationParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get ntp configuration params

func (*GetNtpConfigurationParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get ntp configuration params

func (*GetNtpConfigurationParams) WithContext added in v0.1.1

WithContext adds the context to the get ntp configuration params

func (*GetNtpConfigurationParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get ntp configuration params (not the query body).

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

func (*GetNtpConfigurationParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get ntp configuration params

func (*GetNtpConfigurationParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get ntp configuration params

func (*GetNtpConfigurationParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetNtpConfigurationReader added in v0.1.1

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

GetNtpConfigurationReader is a Reader for the GetNtpConfiguration structure.

func (*GetNtpConfigurationReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetSystemBadRequest added in v0.1.1

type GetSystemBadRequest struct {
	Payload *models.ErrorResponse
}

GetSystemBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSystemBadRequest added in v0.1.1

func NewGetSystemBadRequest() *GetSystemBadRequest

NewGetSystemBadRequest creates a GetSystemBadRequest with default headers values

func (*GetSystemBadRequest) Error added in v0.1.1

func (o *GetSystemBadRequest) Error() string

func (*GetSystemBadRequest) GetPayload added in v0.1.1

func (o *GetSystemBadRequest) GetPayload() *models.ErrorResponse

func (*GetSystemBadRequest) IsClientError added in v0.1.1

func (o *GetSystemBadRequest) IsClientError() bool

IsClientError returns true when this get system bad request response has a 4xx status code

func (*GetSystemBadRequest) IsCode added in v0.1.1

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

IsCode returns true when this get system bad request response a status code equal to that given

func (*GetSystemBadRequest) IsRedirect added in v0.1.1

func (o *GetSystemBadRequest) IsRedirect() bool

IsRedirect returns true when this get system bad request response has a 3xx status code

func (*GetSystemBadRequest) IsServerError added in v0.1.1

func (o *GetSystemBadRequest) IsServerError() bool

IsServerError returns true when this get system bad request response has a 5xx status code

func (*GetSystemBadRequest) IsSuccess added in v0.1.1

func (o *GetSystemBadRequest) IsSuccess() bool

IsSuccess returns true when this get system bad request response has a 2xx status code

func (*GetSystemBadRequest) String added in v0.1.1

func (o *GetSystemBadRequest) String() string

type GetSystemInternalServerError added in v0.1.1

type GetSystemInternalServerError struct {
	Payload *models.ErrorResponse
}

GetSystemInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetSystemInternalServerError added in v0.1.1

func NewGetSystemInternalServerError() *GetSystemInternalServerError

NewGetSystemInternalServerError creates a GetSystemInternalServerError with default headers values

func (*GetSystemInternalServerError) Error added in v0.1.1

func (*GetSystemInternalServerError) GetPayload added in v0.1.1

func (*GetSystemInternalServerError) IsClientError added in v0.1.1

func (o *GetSystemInternalServerError) IsClientError() bool

IsClientError returns true when this get system internal server error response has a 4xx status code

func (*GetSystemInternalServerError) IsCode added in v0.1.1

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

IsCode returns true when this get system internal server error response a status code equal to that given

func (*GetSystemInternalServerError) IsRedirect added in v0.1.1

func (o *GetSystemInternalServerError) IsRedirect() bool

IsRedirect returns true when this get system internal server error response has a 3xx status code

func (*GetSystemInternalServerError) IsServerError added in v0.1.1

func (o *GetSystemInternalServerError) IsServerError() bool

IsServerError returns true when this get system internal server error response has a 5xx status code

func (*GetSystemInternalServerError) IsSuccess added in v0.1.1

func (o *GetSystemInternalServerError) IsSuccess() bool

IsSuccess returns true when this get system internal server error response has a 2xx status code

func (*GetSystemInternalServerError) String added in v0.1.1

type GetSystemOK added in v0.1.1

type GetSystemOK struct {
	Payload *models.System
}

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

OK

func NewGetSystemOK added in v0.1.1

func NewGetSystemOK() *GetSystemOK

NewGetSystemOK creates a GetSystemOK with default headers values

func (*GetSystemOK) Error added in v0.1.1

func (o *GetSystemOK) Error() string

func (*GetSystemOK) GetPayload added in v0.1.1

func (o *GetSystemOK) GetPayload() *models.System

func (*GetSystemOK) IsClientError added in v0.1.1

func (o *GetSystemOK) IsClientError() bool

IsClientError returns true when this get system o k response has a 4xx status code

func (*GetSystemOK) IsCode added in v0.1.1

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

IsCode returns true when this get system o k response a status code equal to that given

func (*GetSystemOK) IsRedirect added in v0.1.1

func (o *GetSystemOK) IsRedirect() bool

IsRedirect returns true when this get system o k response has a 3xx status code

func (*GetSystemOK) IsServerError added in v0.1.1

func (o *GetSystemOK) IsServerError() bool

IsServerError returns true when this get system o k response has a 5xx status code

func (*GetSystemOK) IsSuccess added in v0.1.1

func (o *GetSystemOK) IsSuccess() bool

IsSuccess returns true when this get system o k response has a 2xx status code

func (*GetSystemOK) String added in v0.1.1

func (o *GetSystemOK) String() string

type GetSystemParams added in v0.1.1

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

GetSystemParams contains all the parameters to send to the API endpoint

for the get system operation.

Typically these are written to a http.Request.

func NewGetSystemParams added in v0.1.1

func NewGetSystemParams() *GetSystemParams

NewGetSystemParams creates a new GetSystemParams 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 NewGetSystemParamsWithContext added in v0.1.1

func NewGetSystemParamsWithContext(ctx context.Context) *GetSystemParams

NewGetSystemParamsWithContext creates a new GetSystemParams object with the ability to set a context for a request.

func NewGetSystemParamsWithHTTPClient added in v0.1.1

func NewGetSystemParamsWithHTTPClient(client *http.Client) *GetSystemParams

NewGetSystemParamsWithHTTPClient creates a new GetSystemParams object with the ability to set a custom HTTPClient for a request.

func NewGetSystemParamsWithTimeout added in v0.1.1

func NewGetSystemParamsWithTimeout(timeout time.Duration) *GetSystemParams

NewGetSystemParamsWithTimeout creates a new GetSystemParams object with the ability to set a timeout on a request.

func (*GetSystemParams) SetContext added in v0.1.1

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

SetContext adds the context to the get system params

func (*GetSystemParams) SetDefaults added in v0.1.1

func (o *GetSystemParams) SetDefaults()

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

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

func (*GetSystemParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get system params

func (*GetSystemParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get system params

func (*GetSystemParams) WithContext added in v0.1.1

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

WithContext adds the context to the get system params

func (*GetSystemParams) WithDefaults added in v0.1.1

func (o *GetSystemParams) WithDefaults() *GetSystemParams

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

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

func (*GetSystemParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get system params

func (*GetSystemParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get system params

func (*GetSystemParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetSystemReader added in v0.1.1

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

GetSystemReader is a Reader for the GetSystem structure.

func (*GetSystemReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetValidationOfDNSConfigurationBadRequest added in v0.1.1

type GetValidationOfDNSConfigurationBadRequest struct {
	Payload *models.Error
}

GetValidationOfDNSConfigurationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetValidationOfDNSConfigurationBadRequest added in v0.1.1

func NewGetValidationOfDNSConfigurationBadRequest() *GetValidationOfDNSConfigurationBadRequest

NewGetValidationOfDNSConfigurationBadRequest creates a GetValidationOfDNSConfigurationBadRequest with default headers values

func (*GetValidationOfDNSConfigurationBadRequest) Error added in v0.1.1

func (*GetValidationOfDNSConfigurationBadRequest) GetPayload added in v0.1.1

func (*GetValidationOfDNSConfigurationBadRequest) IsClientError added in v0.1.1

IsClientError returns true when this get validation of Dns configuration bad request response has a 4xx status code

func (*GetValidationOfDNSConfigurationBadRequest) IsCode added in v0.1.1

IsCode returns true when this get validation of Dns configuration bad request response a status code equal to that given

func (*GetValidationOfDNSConfigurationBadRequest) IsRedirect added in v0.1.1

IsRedirect returns true when this get validation of Dns configuration bad request response has a 3xx status code

func (*GetValidationOfDNSConfigurationBadRequest) IsServerError added in v0.1.1

IsServerError returns true when this get validation of Dns configuration bad request response has a 5xx status code

func (*GetValidationOfDNSConfigurationBadRequest) IsSuccess added in v0.1.1

IsSuccess returns true when this get validation of Dns configuration bad request response has a 2xx status code

func (*GetValidationOfDNSConfigurationBadRequest) String added in v0.1.1

type GetValidationOfDNSConfigurationInternalServerError added in v0.1.1

type GetValidationOfDNSConfigurationInternalServerError struct {
}

GetValidationOfDNSConfigurationInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetValidationOfDNSConfigurationInternalServerError added in v0.1.1

func NewGetValidationOfDNSConfigurationInternalServerError() *GetValidationOfDNSConfigurationInternalServerError

NewGetValidationOfDNSConfigurationInternalServerError creates a GetValidationOfDNSConfigurationInternalServerError with default headers values

func (*GetValidationOfDNSConfigurationInternalServerError) Error added in v0.1.1

func (*GetValidationOfDNSConfigurationInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get validation of Dns configuration internal server error response has a 4xx status code

func (*GetValidationOfDNSConfigurationInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get validation of Dns configuration internal server error response a status code equal to that given

func (*GetValidationOfDNSConfigurationInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get validation of Dns configuration internal server error response has a 3xx status code

func (*GetValidationOfDNSConfigurationInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get validation of Dns configuration internal server error response has a 5xx status code

func (*GetValidationOfDNSConfigurationInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get validation of Dns configuration internal server error response has a 2xx status code

func (*GetValidationOfDNSConfigurationInternalServerError) String added in v0.1.1

type GetValidationOfDNSConfigurationOK added in v0.1.1

type GetValidationOfDNSConfigurationOK struct {
	Payload *models.Validation
}

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

OK

func NewGetValidationOfDNSConfigurationOK added in v0.1.1

func NewGetValidationOfDNSConfigurationOK() *GetValidationOfDNSConfigurationOK

NewGetValidationOfDNSConfigurationOK creates a GetValidationOfDNSConfigurationOK with default headers values

func (*GetValidationOfDNSConfigurationOK) Error added in v0.1.1

func (*GetValidationOfDNSConfigurationOK) GetPayload added in v0.1.1

func (*GetValidationOfDNSConfigurationOK) IsClientError added in v0.1.1

func (o *GetValidationOfDNSConfigurationOK) IsClientError() bool

IsClientError returns true when this get validation of Dns configuration o k response has a 4xx status code

func (*GetValidationOfDNSConfigurationOK) IsCode added in v0.1.1

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

IsCode returns true when this get validation of Dns configuration o k response a status code equal to that given

func (*GetValidationOfDNSConfigurationOK) IsRedirect added in v0.1.1

func (o *GetValidationOfDNSConfigurationOK) IsRedirect() bool

IsRedirect returns true when this get validation of Dns configuration o k response has a 3xx status code

func (*GetValidationOfDNSConfigurationOK) IsServerError added in v0.1.1

func (o *GetValidationOfDNSConfigurationOK) IsServerError() bool

IsServerError returns true when this get validation of Dns configuration o k response has a 5xx status code

func (*GetValidationOfDNSConfigurationOK) IsSuccess added in v0.1.1

func (o *GetValidationOfDNSConfigurationOK) IsSuccess() bool

IsSuccess returns true when this get validation of Dns configuration o k response has a 2xx status code

func (*GetValidationOfDNSConfigurationOK) String added in v0.1.1

type GetValidationOfDNSConfigurationParams added in v0.1.1

type GetValidationOfDNSConfigurationParams struct {

	/* ID.

	   The validation ID
	*/
	ID string

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

GetValidationOfDNSConfigurationParams contains all the parameters to send to the API endpoint

for the get validation of Dns configuration operation.

Typically these are written to a http.Request.

func NewGetValidationOfDNSConfigurationParams added in v0.1.1

func NewGetValidationOfDNSConfigurationParams() *GetValidationOfDNSConfigurationParams

NewGetValidationOfDNSConfigurationParams creates a new GetValidationOfDNSConfigurationParams 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 NewGetValidationOfDNSConfigurationParamsWithContext added in v0.1.1

func NewGetValidationOfDNSConfigurationParamsWithContext(ctx context.Context) *GetValidationOfDNSConfigurationParams

NewGetValidationOfDNSConfigurationParamsWithContext creates a new GetValidationOfDNSConfigurationParams object with the ability to set a context for a request.

func NewGetValidationOfDNSConfigurationParamsWithHTTPClient added in v0.1.1

func NewGetValidationOfDNSConfigurationParamsWithHTTPClient(client *http.Client) *GetValidationOfDNSConfigurationParams

NewGetValidationOfDNSConfigurationParamsWithHTTPClient creates a new GetValidationOfDNSConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetValidationOfDNSConfigurationParamsWithTimeout added in v0.1.1

func NewGetValidationOfDNSConfigurationParamsWithTimeout(timeout time.Duration) *GetValidationOfDNSConfigurationParams

NewGetValidationOfDNSConfigurationParamsWithTimeout creates a new GetValidationOfDNSConfigurationParams object with the ability to set a timeout on a request.

func (*GetValidationOfDNSConfigurationParams) SetContext added in v0.1.1

SetContext adds the context to the get validation of Dns configuration params

func (*GetValidationOfDNSConfigurationParams) SetDefaults added in v0.1.1

func (o *GetValidationOfDNSConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get validation of Dns configuration params (not the query body).

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

func (*GetValidationOfDNSConfigurationParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get validation of Dns configuration params

func (*GetValidationOfDNSConfigurationParams) SetID added in v0.1.1

SetID adds the id to the get validation of Dns configuration params

func (*GetValidationOfDNSConfigurationParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get validation of Dns configuration params

func (*GetValidationOfDNSConfigurationParams) WithContext added in v0.1.1

WithContext adds the context to the get validation of Dns configuration params

func (*GetValidationOfDNSConfigurationParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get validation of Dns configuration params (not the query body).

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

func (*GetValidationOfDNSConfigurationParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get validation of Dns configuration params

func (*GetValidationOfDNSConfigurationParams) WithID added in v0.1.1

WithID adds the id to the get validation of Dns configuration params

func (*GetValidationOfDNSConfigurationParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get validation of Dns configuration params

func (*GetValidationOfDNSConfigurationParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetValidationOfDNSConfigurationReader added in v0.1.1

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

GetValidationOfDNSConfigurationReader is a Reader for the GetValidationOfDNSConfiguration structure.

func (*GetValidationOfDNSConfigurationReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetValidationOfNtpConfigurationBadRequest added in v0.1.1

type GetValidationOfNtpConfigurationBadRequest struct {
	Payload *models.Error
}

GetValidationOfNtpConfigurationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetValidationOfNtpConfigurationBadRequest added in v0.1.1

func NewGetValidationOfNtpConfigurationBadRequest() *GetValidationOfNtpConfigurationBadRequest

NewGetValidationOfNtpConfigurationBadRequest creates a GetValidationOfNtpConfigurationBadRequest with default headers values

func (*GetValidationOfNtpConfigurationBadRequest) Error added in v0.1.1

func (*GetValidationOfNtpConfigurationBadRequest) GetPayload added in v0.1.1

func (*GetValidationOfNtpConfigurationBadRequest) IsClientError added in v0.1.1

IsClientError returns true when this get validation of ntp configuration bad request response has a 4xx status code

func (*GetValidationOfNtpConfigurationBadRequest) IsCode added in v0.1.1

IsCode returns true when this get validation of ntp configuration bad request response a status code equal to that given

func (*GetValidationOfNtpConfigurationBadRequest) IsRedirect added in v0.1.1

IsRedirect returns true when this get validation of ntp configuration bad request response has a 3xx status code

func (*GetValidationOfNtpConfigurationBadRequest) IsServerError added in v0.1.1

IsServerError returns true when this get validation of ntp configuration bad request response has a 5xx status code

func (*GetValidationOfNtpConfigurationBadRequest) IsSuccess added in v0.1.1

IsSuccess returns true when this get validation of ntp configuration bad request response has a 2xx status code

func (*GetValidationOfNtpConfigurationBadRequest) String added in v0.1.1

type GetValidationOfNtpConfigurationInternalServerError added in v0.1.1

type GetValidationOfNtpConfigurationInternalServerError struct {
}

GetValidationOfNtpConfigurationInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetValidationOfNtpConfigurationInternalServerError added in v0.1.1

func NewGetValidationOfNtpConfigurationInternalServerError() *GetValidationOfNtpConfigurationInternalServerError

NewGetValidationOfNtpConfigurationInternalServerError creates a GetValidationOfNtpConfigurationInternalServerError with default headers values

func (*GetValidationOfNtpConfigurationInternalServerError) Error added in v0.1.1

func (*GetValidationOfNtpConfigurationInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get validation of ntp configuration internal server error response has a 4xx status code

func (*GetValidationOfNtpConfigurationInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get validation of ntp configuration internal server error response a status code equal to that given

func (*GetValidationOfNtpConfigurationInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get validation of ntp configuration internal server error response has a 3xx status code

func (*GetValidationOfNtpConfigurationInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get validation of ntp configuration internal server error response has a 5xx status code

func (*GetValidationOfNtpConfigurationInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get validation of ntp configuration internal server error response has a 2xx status code

func (*GetValidationOfNtpConfigurationInternalServerError) String added in v0.1.1

type GetValidationOfNtpConfigurationOK added in v0.1.1

type GetValidationOfNtpConfigurationOK struct {
	Payload *models.Validation
}

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

OK

func NewGetValidationOfNtpConfigurationOK added in v0.1.1

func NewGetValidationOfNtpConfigurationOK() *GetValidationOfNtpConfigurationOK

NewGetValidationOfNtpConfigurationOK creates a GetValidationOfNtpConfigurationOK with default headers values

func (*GetValidationOfNtpConfigurationOK) Error added in v0.1.1

func (*GetValidationOfNtpConfigurationOK) GetPayload added in v0.1.1

func (*GetValidationOfNtpConfigurationOK) IsClientError added in v0.1.1

func (o *GetValidationOfNtpConfigurationOK) IsClientError() bool

IsClientError returns true when this get validation of ntp configuration o k response has a 4xx status code

func (*GetValidationOfNtpConfigurationOK) IsCode added in v0.1.1

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

IsCode returns true when this get validation of ntp configuration o k response a status code equal to that given

func (*GetValidationOfNtpConfigurationOK) IsRedirect added in v0.1.1

func (o *GetValidationOfNtpConfigurationOK) IsRedirect() bool

IsRedirect returns true when this get validation of ntp configuration o k response has a 3xx status code

func (*GetValidationOfNtpConfigurationOK) IsServerError added in v0.1.1

func (o *GetValidationOfNtpConfigurationOK) IsServerError() bool

IsServerError returns true when this get validation of ntp configuration o k response has a 5xx status code

func (*GetValidationOfNtpConfigurationOK) IsSuccess added in v0.1.1

func (o *GetValidationOfNtpConfigurationOK) IsSuccess() bool

IsSuccess returns true when this get validation of ntp configuration o k response has a 2xx status code

func (*GetValidationOfNtpConfigurationOK) String added in v0.1.1

type GetValidationOfNtpConfigurationParams added in v0.1.1

type GetValidationOfNtpConfigurationParams struct {

	/* ID.

	   The validation ID
	*/
	ID string

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

GetValidationOfNtpConfigurationParams contains all the parameters to send to the API endpoint

for the get validation of ntp configuration operation.

Typically these are written to a http.Request.

func NewGetValidationOfNtpConfigurationParams added in v0.1.1

func NewGetValidationOfNtpConfigurationParams() *GetValidationOfNtpConfigurationParams

NewGetValidationOfNtpConfigurationParams creates a new GetValidationOfNtpConfigurationParams 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 NewGetValidationOfNtpConfigurationParamsWithContext added in v0.1.1

func NewGetValidationOfNtpConfigurationParamsWithContext(ctx context.Context) *GetValidationOfNtpConfigurationParams

NewGetValidationOfNtpConfigurationParamsWithContext creates a new GetValidationOfNtpConfigurationParams object with the ability to set a context for a request.

func NewGetValidationOfNtpConfigurationParamsWithHTTPClient added in v0.1.1

func NewGetValidationOfNtpConfigurationParamsWithHTTPClient(client *http.Client) *GetValidationOfNtpConfigurationParams

NewGetValidationOfNtpConfigurationParamsWithHTTPClient creates a new GetValidationOfNtpConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetValidationOfNtpConfigurationParamsWithTimeout added in v0.1.1

func NewGetValidationOfNtpConfigurationParamsWithTimeout(timeout time.Duration) *GetValidationOfNtpConfigurationParams

NewGetValidationOfNtpConfigurationParamsWithTimeout creates a new GetValidationOfNtpConfigurationParams object with the ability to set a timeout on a request.

func (*GetValidationOfNtpConfigurationParams) SetContext added in v0.1.1

SetContext adds the context to the get validation of ntp configuration params

func (*GetValidationOfNtpConfigurationParams) SetDefaults added in v0.1.1

func (o *GetValidationOfNtpConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get validation of ntp configuration params (not the query body).

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

func (*GetValidationOfNtpConfigurationParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get validation of ntp configuration params

func (*GetValidationOfNtpConfigurationParams) SetID added in v0.1.1

SetID adds the id to the get validation of ntp configuration params

func (*GetValidationOfNtpConfigurationParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get validation of ntp configuration params

func (*GetValidationOfNtpConfigurationParams) WithContext added in v0.1.1

WithContext adds the context to the get validation of ntp configuration params

func (*GetValidationOfNtpConfigurationParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get validation of ntp configuration params (not the query body).

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

func (*GetValidationOfNtpConfigurationParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get validation of ntp configuration params

func (*GetValidationOfNtpConfigurationParams) WithID added in v0.1.1

WithID adds the id to the get validation of ntp configuration params

func (*GetValidationOfNtpConfigurationParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get validation of ntp configuration params

func (*GetValidationOfNtpConfigurationParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetValidationOfNtpConfigurationReader added in v0.1.1

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

GetValidationOfNtpConfigurationReader is a Reader for the GetValidationOfNtpConfiguration structure.

func (*GetValidationOfNtpConfigurationReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetValidationsOfDNSConfigurationBadRequest added in v0.1.1

type GetValidationsOfDNSConfigurationBadRequest struct {
	Payload *models.Error
}

GetValidationsOfDNSConfigurationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetValidationsOfDNSConfigurationBadRequest added in v0.1.1

func NewGetValidationsOfDNSConfigurationBadRequest() *GetValidationsOfDNSConfigurationBadRequest

NewGetValidationsOfDNSConfigurationBadRequest creates a GetValidationsOfDNSConfigurationBadRequest with default headers values

func (*GetValidationsOfDNSConfigurationBadRequest) Error added in v0.1.1

func (*GetValidationsOfDNSConfigurationBadRequest) GetPayload added in v0.1.1

func (*GetValidationsOfDNSConfigurationBadRequest) IsClientError added in v0.1.1

IsClientError returns true when this get validations of Dns configuration bad request response has a 4xx status code

func (*GetValidationsOfDNSConfigurationBadRequest) IsCode added in v0.1.1

IsCode returns true when this get validations of Dns configuration bad request response a status code equal to that given

func (*GetValidationsOfDNSConfigurationBadRequest) IsRedirect added in v0.1.1

IsRedirect returns true when this get validations of Dns configuration bad request response has a 3xx status code

func (*GetValidationsOfDNSConfigurationBadRequest) IsServerError added in v0.1.1

IsServerError returns true when this get validations of Dns configuration bad request response has a 5xx status code

func (*GetValidationsOfDNSConfigurationBadRequest) IsSuccess added in v0.1.1

IsSuccess returns true when this get validations of Dns configuration bad request response has a 2xx status code

func (*GetValidationsOfDNSConfigurationBadRequest) String added in v0.1.1

type GetValidationsOfDNSConfigurationInternalServerError added in v0.1.1

type GetValidationsOfDNSConfigurationInternalServerError struct {
}

GetValidationsOfDNSConfigurationInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetValidationsOfDNSConfigurationInternalServerError added in v0.1.1

func NewGetValidationsOfDNSConfigurationInternalServerError() *GetValidationsOfDNSConfigurationInternalServerError

NewGetValidationsOfDNSConfigurationInternalServerError creates a GetValidationsOfDNSConfigurationInternalServerError with default headers values

func (*GetValidationsOfDNSConfigurationInternalServerError) Error added in v0.1.1

func (*GetValidationsOfDNSConfigurationInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get validations of Dns configuration internal server error response has a 4xx status code

func (*GetValidationsOfDNSConfigurationInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get validations of Dns configuration internal server error response a status code equal to that given

func (*GetValidationsOfDNSConfigurationInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get validations of Dns configuration internal server error response has a 3xx status code

func (*GetValidationsOfDNSConfigurationInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get validations of Dns configuration internal server error response has a 5xx status code

func (*GetValidationsOfDNSConfigurationInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get validations of Dns configuration internal server error response has a 2xx status code

func (*GetValidationsOfDNSConfigurationInternalServerError) String added in v0.1.1

type GetValidationsOfDNSConfigurationOK added in v0.1.1

type GetValidationsOfDNSConfigurationOK struct {
	Payload *models.Validation
}

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

OK

func NewGetValidationsOfDNSConfigurationOK added in v0.1.1

func NewGetValidationsOfDNSConfigurationOK() *GetValidationsOfDNSConfigurationOK

NewGetValidationsOfDNSConfigurationOK creates a GetValidationsOfDNSConfigurationOK with default headers values

func (*GetValidationsOfDNSConfigurationOK) Error added in v0.1.1

func (*GetValidationsOfDNSConfigurationOK) GetPayload added in v0.1.1

func (*GetValidationsOfDNSConfigurationOK) IsClientError added in v0.1.1

func (o *GetValidationsOfDNSConfigurationOK) IsClientError() bool

IsClientError returns true when this get validations of Dns configuration o k response has a 4xx status code

func (*GetValidationsOfDNSConfigurationOK) IsCode added in v0.1.1

IsCode returns true when this get validations of Dns configuration o k response a status code equal to that given

func (*GetValidationsOfDNSConfigurationOK) IsRedirect added in v0.1.1

func (o *GetValidationsOfDNSConfigurationOK) IsRedirect() bool

IsRedirect returns true when this get validations of Dns configuration o k response has a 3xx status code

func (*GetValidationsOfDNSConfigurationOK) IsServerError added in v0.1.1

func (o *GetValidationsOfDNSConfigurationOK) IsServerError() bool

IsServerError returns true when this get validations of Dns configuration o k response has a 5xx status code

func (*GetValidationsOfDNSConfigurationOK) IsSuccess added in v0.1.1

IsSuccess returns true when this get validations of Dns configuration o k response has a 2xx status code

func (*GetValidationsOfDNSConfigurationOK) String added in v0.1.1

type GetValidationsOfDNSConfigurationParams added in v0.1.1

type GetValidationsOfDNSConfigurationParams struct {

	/* ExecutionStatus.

	   executionStatus
	*/
	ExecutionStatus *string

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

GetValidationsOfDNSConfigurationParams contains all the parameters to send to the API endpoint

for the get validations of DNS configuration operation.

Typically these are written to a http.Request.

func NewGetValidationsOfDNSConfigurationParams added in v0.1.1

func NewGetValidationsOfDNSConfigurationParams() *GetValidationsOfDNSConfigurationParams

NewGetValidationsOfDNSConfigurationParams creates a new GetValidationsOfDNSConfigurationParams 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 NewGetValidationsOfDNSConfigurationParamsWithContext added in v0.1.1

func NewGetValidationsOfDNSConfigurationParamsWithContext(ctx context.Context) *GetValidationsOfDNSConfigurationParams

NewGetValidationsOfDNSConfigurationParamsWithContext creates a new GetValidationsOfDNSConfigurationParams object with the ability to set a context for a request.

func NewGetValidationsOfDNSConfigurationParamsWithHTTPClient added in v0.1.1

func NewGetValidationsOfDNSConfigurationParamsWithHTTPClient(client *http.Client) *GetValidationsOfDNSConfigurationParams

NewGetValidationsOfDNSConfigurationParamsWithHTTPClient creates a new GetValidationsOfDNSConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetValidationsOfDNSConfigurationParamsWithTimeout added in v0.1.1

func NewGetValidationsOfDNSConfigurationParamsWithTimeout(timeout time.Duration) *GetValidationsOfDNSConfigurationParams

NewGetValidationsOfDNSConfigurationParamsWithTimeout creates a new GetValidationsOfDNSConfigurationParams object with the ability to set a timeout on a request.

func (*GetValidationsOfDNSConfigurationParams) SetContext added in v0.1.1

SetContext adds the context to the get validations of DNS configuration params

func (*GetValidationsOfDNSConfigurationParams) SetDefaults added in v0.1.1

func (o *GetValidationsOfDNSConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get validations of DNS configuration params (not the query body).

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

func (*GetValidationsOfDNSConfigurationParams) SetExecutionStatus added in v0.1.1

func (o *GetValidationsOfDNSConfigurationParams) SetExecutionStatus(executionStatus *string)

SetExecutionStatus adds the executionStatus to the get validations of DNS configuration params

func (*GetValidationsOfDNSConfigurationParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get validations of DNS configuration params

func (*GetValidationsOfDNSConfigurationParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get validations of DNS configuration params

func (*GetValidationsOfDNSConfigurationParams) WithContext added in v0.1.1

WithContext adds the context to the get validations of DNS configuration params

func (*GetValidationsOfDNSConfigurationParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get validations of DNS configuration params (not the query body).

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

func (*GetValidationsOfDNSConfigurationParams) WithExecutionStatus added in v0.1.1

WithExecutionStatus adds the executionStatus to the get validations of DNS configuration params

func (*GetValidationsOfDNSConfigurationParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get validations of DNS configuration params

func (*GetValidationsOfDNSConfigurationParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get validations of DNS configuration params

func (*GetValidationsOfDNSConfigurationParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetValidationsOfDNSConfigurationReader added in v0.1.1

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

GetValidationsOfDNSConfigurationReader is a Reader for the GetValidationsOfDNSConfiguration structure.

func (*GetValidationsOfDNSConfigurationReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetValidationsOfNtpConfigurationBadRequest added in v0.1.1

type GetValidationsOfNtpConfigurationBadRequest struct {
	Payload *models.Error
}

GetValidationsOfNtpConfigurationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetValidationsOfNtpConfigurationBadRequest added in v0.1.1

func NewGetValidationsOfNtpConfigurationBadRequest() *GetValidationsOfNtpConfigurationBadRequest

NewGetValidationsOfNtpConfigurationBadRequest creates a GetValidationsOfNtpConfigurationBadRequest with default headers values

func (*GetValidationsOfNtpConfigurationBadRequest) Error added in v0.1.1

func (*GetValidationsOfNtpConfigurationBadRequest) GetPayload added in v0.1.1

func (*GetValidationsOfNtpConfigurationBadRequest) IsClientError added in v0.1.1

IsClientError returns true when this get validations of ntp configuration bad request response has a 4xx status code

func (*GetValidationsOfNtpConfigurationBadRequest) IsCode added in v0.1.1

IsCode returns true when this get validations of ntp configuration bad request response a status code equal to that given

func (*GetValidationsOfNtpConfigurationBadRequest) IsRedirect added in v0.1.1

IsRedirect returns true when this get validations of ntp configuration bad request response has a 3xx status code

func (*GetValidationsOfNtpConfigurationBadRequest) IsServerError added in v0.1.1

IsServerError returns true when this get validations of ntp configuration bad request response has a 5xx status code

func (*GetValidationsOfNtpConfigurationBadRequest) IsSuccess added in v0.1.1

IsSuccess returns true when this get validations of ntp configuration bad request response has a 2xx status code

func (*GetValidationsOfNtpConfigurationBadRequest) String added in v0.1.1

type GetValidationsOfNtpConfigurationInternalServerError added in v0.1.1

type GetValidationsOfNtpConfigurationInternalServerError struct {
}

GetValidationsOfNtpConfigurationInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetValidationsOfNtpConfigurationInternalServerError added in v0.1.1

func NewGetValidationsOfNtpConfigurationInternalServerError() *GetValidationsOfNtpConfigurationInternalServerError

NewGetValidationsOfNtpConfigurationInternalServerError creates a GetValidationsOfNtpConfigurationInternalServerError with default headers values

func (*GetValidationsOfNtpConfigurationInternalServerError) Error added in v0.1.1

func (*GetValidationsOfNtpConfigurationInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get validations of ntp configuration internal server error response has a 4xx status code

func (*GetValidationsOfNtpConfigurationInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get validations of ntp configuration internal server error response a status code equal to that given

func (*GetValidationsOfNtpConfigurationInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get validations of ntp configuration internal server error response has a 3xx status code

func (*GetValidationsOfNtpConfigurationInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get validations of ntp configuration internal server error response has a 5xx status code

func (*GetValidationsOfNtpConfigurationInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get validations of ntp configuration internal server error response has a 2xx status code

func (*GetValidationsOfNtpConfigurationInternalServerError) String added in v0.1.1

type GetValidationsOfNtpConfigurationOK added in v0.1.1

type GetValidationsOfNtpConfigurationOK struct {
	Payload *models.Validation
}

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

OK

func NewGetValidationsOfNtpConfigurationOK added in v0.1.1

func NewGetValidationsOfNtpConfigurationOK() *GetValidationsOfNtpConfigurationOK

NewGetValidationsOfNtpConfigurationOK creates a GetValidationsOfNtpConfigurationOK with default headers values

func (*GetValidationsOfNtpConfigurationOK) Error added in v0.1.1

func (*GetValidationsOfNtpConfigurationOK) GetPayload added in v0.1.1

func (*GetValidationsOfNtpConfigurationOK) IsClientError added in v0.1.1

func (o *GetValidationsOfNtpConfigurationOK) IsClientError() bool

IsClientError returns true when this get validations of ntp configuration o k response has a 4xx status code

func (*GetValidationsOfNtpConfigurationOK) IsCode added in v0.1.1

IsCode returns true when this get validations of ntp configuration o k response a status code equal to that given

func (*GetValidationsOfNtpConfigurationOK) IsRedirect added in v0.1.1

func (o *GetValidationsOfNtpConfigurationOK) IsRedirect() bool

IsRedirect returns true when this get validations of ntp configuration o k response has a 3xx status code

func (*GetValidationsOfNtpConfigurationOK) IsServerError added in v0.1.1

func (o *GetValidationsOfNtpConfigurationOK) IsServerError() bool

IsServerError returns true when this get validations of ntp configuration o k response has a 5xx status code

func (*GetValidationsOfNtpConfigurationOK) IsSuccess added in v0.1.1

IsSuccess returns true when this get validations of ntp configuration o k response has a 2xx status code

func (*GetValidationsOfNtpConfigurationOK) String added in v0.1.1

type GetValidationsOfNtpConfigurationParams added in v0.1.1

type GetValidationsOfNtpConfigurationParams struct {

	/* ExecutionStatus.

	   executionStatus
	*/
	ExecutionStatus *string

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

GetValidationsOfNtpConfigurationParams contains all the parameters to send to the API endpoint

for the get validations of ntp configuration operation.

Typically these are written to a http.Request.

func NewGetValidationsOfNtpConfigurationParams added in v0.1.1

func NewGetValidationsOfNtpConfigurationParams() *GetValidationsOfNtpConfigurationParams

NewGetValidationsOfNtpConfigurationParams creates a new GetValidationsOfNtpConfigurationParams 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 NewGetValidationsOfNtpConfigurationParamsWithContext added in v0.1.1

func NewGetValidationsOfNtpConfigurationParamsWithContext(ctx context.Context) *GetValidationsOfNtpConfigurationParams

NewGetValidationsOfNtpConfigurationParamsWithContext creates a new GetValidationsOfNtpConfigurationParams object with the ability to set a context for a request.

func NewGetValidationsOfNtpConfigurationParamsWithHTTPClient added in v0.1.1

func NewGetValidationsOfNtpConfigurationParamsWithHTTPClient(client *http.Client) *GetValidationsOfNtpConfigurationParams

NewGetValidationsOfNtpConfigurationParamsWithHTTPClient creates a new GetValidationsOfNtpConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetValidationsOfNtpConfigurationParamsWithTimeout added in v0.1.1

func NewGetValidationsOfNtpConfigurationParamsWithTimeout(timeout time.Duration) *GetValidationsOfNtpConfigurationParams

NewGetValidationsOfNtpConfigurationParamsWithTimeout creates a new GetValidationsOfNtpConfigurationParams object with the ability to set a timeout on a request.

func (*GetValidationsOfNtpConfigurationParams) SetContext added in v0.1.1

SetContext adds the context to the get validations of ntp configuration params

func (*GetValidationsOfNtpConfigurationParams) SetDefaults added in v0.1.1

func (o *GetValidationsOfNtpConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get validations of ntp configuration params (not the query body).

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

func (*GetValidationsOfNtpConfigurationParams) SetExecutionStatus added in v0.1.1

func (o *GetValidationsOfNtpConfigurationParams) SetExecutionStatus(executionStatus *string)

SetExecutionStatus adds the executionStatus to the get validations of ntp configuration params

func (*GetValidationsOfNtpConfigurationParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get validations of ntp configuration params

func (*GetValidationsOfNtpConfigurationParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get validations of ntp configuration params

func (*GetValidationsOfNtpConfigurationParams) WithContext added in v0.1.1

WithContext adds the context to the get validations of ntp configuration params

func (*GetValidationsOfNtpConfigurationParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get validations of ntp configuration params (not the query body).

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

func (*GetValidationsOfNtpConfigurationParams) WithExecutionStatus added in v0.1.1

WithExecutionStatus adds the executionStatus to the get validations of ntp configuration params

func (*GetValidationsOfNtpConfigurationParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get validations of ntp configuration params

func (*GetValidationsOfNtpConfigurationParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get validations of ntp configuration params

func (*GetValidationsOfNtpConfigurationParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetValidationsOfNtpConfigurationReader added in v0.1.1

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

GetValidationsOfNtpConfigurationReader is a Reader for the GetValidationsOfNtpConfiguration structure.

func (*GetValidationsOfNtpConfigurationReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type PatchSystemBadRequest added in v0.2.0

type PatchSystemBadRequest struct {
	Payload *models.ErrorResponse
}

PatchSystemBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchSystemBadRequest added in v0.2.0

func NewPatchSystemBadRequest() *PatchSystemBadRequest

NewPatchSystemBadRequest creates a PatchSystemBadRequest with default headers values

func (*PatchSystemBadRequest) Error added in v0.2.0

func (o *PatchSystemBadRequest) Error() string

func (*PatchSystemBadRequest) GetPayload added in v0.2.0

func (o *PatchSystemBadRequest) GetPayload() *models.ErrorResponse

func (*PatchSystemBadRequest) IsClientError added in v0.2.0

func (o *PatchSystemBadRequest) IsClientError() bool

IsClientError returns true when this patch system bad request response has a 4xx status code

func (*PatchSystemBadRequest) IsCode added in v0.2.0

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

IsCode returns true when this patch system bad request response a status code equal to that given

func (*PatchSystemBadRequest) IsRedirect added in v0.2.0

func (o *PatchSystemBadRequest) IsRedirect() bool

IsRedirect returns true when this patch system bad request response has a 3xx status code

func (*PatchSystemBadRequest) IsServerError added in v0.2.0

func (o *PatchSystemBadRequest) IsServerError() bool

IsServerError returns true when this patch system bad request response has a 5xx status code

func (*PatchSystemBadRequest) IsSuccess added in v0.2.0

func (o *PatchSystemBadRequest) IsSuccess() bool

IsSuccess returns true when this patch system bad request response has a 2xx status code

func (*PatchSystemBadRequest) String added in v0.2.0

func (o *PatchSystemBadRequest) String() string

type PatchSystemInternalServerError added in v0.2.0

type PatchSystemInternalServerError struct {
	Payload *models.ErrorResponse
}

PatchSystemInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchSystemInternalServerError added in v0.2.0

func NewPatchSystemInternalServerError() *PatchSystemInternalServerError

NewPatchSystemInternalServerError creates a PatchSystemInternalServerError with default headers values

func (*PatchSystemInternalServerError) Error added in v0.2.0

func (*PatchSystemInternalServerError) GetPayload added in v0.2.0

func (*PatchSystemInternalServerError) IsClientError added in v0.2.0

func (o *PatchSystemInternalServerError) IsClientError() bool

IsClientError returns true when this patch system internal server error response has a 4xx status code

func (*PatchSystemInternalServerError) IsCode added in v0.2.0

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

IsCode returns true when this patch system internal server error response a status code equal to that given

func (*PatchSystemInternalServerError) IsRedirect added in v0.2.0

func (o *PatchSystemInternalServerError) IsRedirect() bool

IsRedirect returns true when this patch system internal server error response has a 3xx status code

func (*PatchSystemInternalServerError) IsServerError added in v0.2.0

func (o *PatchSystemInternalServerError) IsServerError() bool

IsServerError returns true when this patch system internal server error response has a 5xx status code

func (*PatchSystemInternalServerError) IsSuccess added in v0.2.0

func (o *PatchSystemInternalServerError) IsSuccess() bool

IsSuccess returns true when this patch system internal server error response has a 2xx status code

func (*PatchSystemInternalServerError) String added in v0.2.0

type PatchSystemOK added in v0.2.0

type PatchSystemOK struct {
}

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

OK

func NewPatchSystemOK added in v0.2.0

func NewPatchSystemOK() *PatchSystemOK

NewPatchSystemOK creates a PatchSystemOK with default headers values

func (*PatchSystemOK) Error added in v0.2.0

func (o *PatchSystemOK) Error() string

func (*PatchSystemOK) IsClientError added in v0.2.0

func (o *PatchSystemOK) IsClientError() bool

IsClientError returns true when this patch system o k response has a 4xx status code

func (*PatchSystemOK) IsCode added in v0.2.0

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

IsCode returns true when this patch system o k response a status code equal to that given

func (*PatchSystemOK) IsRedirect added in v0.2.0

func (o *PatchSystemOK) IsRedirect() bool

IsRedirect returns true when this patch system o k response has a 3xx status code

func (*PatchSystemOK) IsServerError added in v0.2.0

func (o *PatchSystemOK) IsServerError() bool

IsServerError returns true when this patch system o k response has a 5xx status code

func (*PatchSystemOK) IsSuccess added in v0.2.0

func (o *PatchSystemOK) IsSuccess() bool

IsSuccess returns true when this patch system o k response has a 2xx status code

func (*PatchSystemOK) String added in v0.2.0

func (o *PatchSystemOK) String() string

type PatchSystemParams added in v0.2.0

type PatchSystemParams struct {

	/* UpdateSpec.

	   updateSpec
	*/
	UpdateSpec *models.SystemUpdateSpec

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

PatchSystemParams contains all the parameters to send to the API endpoint

for the patch system operation.

Typically these are written to a http.Request.

func NewPatchSystemParams added in v0.2.0

func NewPatchSystemParams() *PatchSystemParams

NewPatchSystemParams creates a new PatchSystemParams 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 NewPatchSystemParamsWithContext added in v0.2.0

func NewPatchSystemParamsWithContext(ctx context.Context) *PatchSystemParams

NewPatchSystemParamsWithContext creates a new PatchSystemParams object with the ability to set a context for a request.

func NewPatchSystemParamsWithHTTPClient added in v0.2.0

func NewPatchSystemParamsWithHTTPClient(client *http.Client) *PatchSystemParams

NewPatchSystemParamsWithHTTPClient creates a new PatchSystemParams object with the ability to set a custom HTTPClient for a request.

func NewPatchSystemParamsWithTimeout added in v0.2.0

func NewPatchSystemParamsWithTimeout(timeout time.Duration) *PatchSystemParams

NewPatchSystemParamsWithTimeout creates a new PatchSystemParams object with the ability to set a timeout on a request.

func (*PatchSystemParams) SetContext added in v0.2.0

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

SetContext adds the context to the patch system params

func (*PatchSystemParams) SetDefaults added in v0.2.0

func (o *PatchSystemParams) SetDefaults()

SetDefaults hydrates default values in the patch system params (not the query body).

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

func (*PatchSystemParams) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the patch system params

func (*PatchSystemParams) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the patch system params

func (*PatchSystemParams) SetUpdateSpec added in v0.2.0

func (o *PatchSystemParams) SetUpdateSpec(updateSpec *models.SystemUpdateSpec)

SetUpdateSpec adds the updateSpec to the patch system params

func (*PatchSystemParams) WithContext added in v0.2.0

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

WithContext adds the context to the patch system params

func (*PatchSystemParams) WithDefaults added in v0.2.0

func (o *PatchSystemParams) WithDefaults() *PatchSystemParams

WithDefaults hydrates default values in the patch system params (not the query body).

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

func (*PatchSystemParams) WithHTTPClient added in v0.2.0

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

WithHTTPClient adds the HTTPClient to the patch system params

func (*PatchSystemParams) WithTimeout added in v0.2.0

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

WithTimeout adds the timeout to the patch system params

func (*PatchSystemParams) WithUpdateSpec added in v0.2.0

func (o *PatchSystemParams) WithUpdateSpec(updateSpec *models.SystemUpdateSpec) *PatchSystemParams

WithUpdateSpec adds the updateSpec to the patch system params

func (*PatchSystemParams) WriteToRequest added in v0.2.0

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

WriteToRequest writes these params to a swagger request

type PatchSystemReader added in v0.2.0

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

PatchSystemReader is a Reader for the PatchSystem structure.

func (*PatchSystemReader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type ValidateDNSConfigurationAccepted

type ValidateDNSConfigurationAccepted struct {
	Payload *models.Validation
}

ValidateDNSConfigurationAccepted describes a response with status code 202, with default header values.

Accepted

func NewValidateDNSConfigurationAccepted

func NewValidateDNSConfigurationAccepted() *ValidateDNSConfigurationAccepted

NewValidateDNSConfigurationAccepted creates a ValidateDNSConfigurationAccepted with default headers values

func (*ValidateDNSConfigurationAccepted) Error

func (*ValidateDNSConfigurationAccepted) GetPayload

func (*ValidateDNSConfigurationAccepted) IsClientError

func (o *ValidateDNSConfigurationAccepted) IsClientError() bool

IsClientError returns true when this validate Dns configuration accepted response has a 4xx status code

func (*ValidateDNSConfigurationAccepted) IsCode

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

IsCode returns true when this validate Dns configuration accepted response a status code equal to that given

func (*ValidateDNSConfigurationAccepted) IsRedirect

func (o *ValidateDNSConfigurationAccepted) IsRedirect() bool

IsRedirect returns true when this validate Dns configuration accepted response has a 3xx status code

func (*ValidateDNSConfigurationAccepted) IsServerError

func (o *ValidateDNSConfigurationAccepted) IsServerError() bool

IsServerError returns true when this validate Dns configuration accepted response has a 5xx status code

func (*ValidateDNSConfigurationAccepted) IsSuccess

func (o *ValidateDNSConfigurationAccepted) IsSuccess() bool

IsSuccess returns true when this validate Dns configuration accepted response has a 2xx status code

func (*ValidateDNSConfigurationAccepted) String

type ValidateDNSConfigurationBadRequest

type ValidateDNSConfigurationBadRequest struct {
	Payload *models.Error
}

ValidateDNSConfigurationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewValidateDNSConfigurationBadRequest

func NewValidateDNSConfigurationBadRequest() *ValidateDNSConfigurationBadRequest

NewValidateDNSConfigurationBadRequest creates a ValidateDNSConfigurationBadRequest with default headers values

func (*ValidateDNSConfigurationBadRequest) Error

func (*ValidateDNSConfigurationBadRequest) GetPayload

func (*ValidateDNSConfigurationBadRequest) IsClientError

func (o *ValidateDNSConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this validate Dns configuration bad request response has a 4xx status code

func (*ValidateDNSConfigurationBadRequest) IsCode

IsCode returns true when this validate Dns configuration bad request response a status code equal to that given

func (*ValidateDNSConfigurationBadRequest) IsRedirect

func (o *ValidateDNSConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this validate Dns configuration bad request response has a 3xx status code

func (*ValidateDNSConfigurationBadRequest) IsServerError

func (o *ValidateDNSConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this validate Dns configuration bad request response has a 5xx status code

func (*ValidateDNSConfigurationBadRequest) IsSuccess

IsSuccess returns true when this validate Dns configuration bad request response has a 2xx status code

func (*ValidateDNSConfigurationBadRequest) String

type ValidateDNSConfigurationInternalServerError

type ValidateDNSConfigurationInternalServerError struct {
}

ValidateDNSConfigurationInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewValidateDNSConfigurationInternalServerError

func NewValidateDNSConfigurationInternalServerError() *ValidateDNSConfigurationInternalServerError

NewValidateDNSConfigurationInternalServerError creates a ValidateDNSConfigurationInternalServerError with default headers values

func (*ValidateDNSConfigurationInternalServerError) Error

func (*ValidateDNSConfigurationInternalServerError) IsClientError

IsClientError returns true when this validate Dns configuration internal server error response has a 4xx status code

func (*ValidateDNSConfigurationInternalServerError) IsCode

IsCode returns true when this validate Dns configuration internal server error response a status code equal to that given

func (*ValidateDNSConfigurationInternalServerError) IsRedirect

IsRedirect returns true when this validate Dns configuration internal server error response has a 3xx status code

func (*ValidateDNSConfigurationInternalServerError) IsServerError

IsServerError returns true when this validate Dns configuration internal server error response has a 5xx status code

func (*ValidateDNSConfigurationInternalServerError) IsSuccess

IsSuccess returns true when this validate Dns configuration internal server error response has a 2xx status code

func (*ValidateDNSConfigurationInternalServerError) String

type ValidateDNSConfigurationOK

type ValidateDNSConfigurationOK struct {
	Payload *models.Validation
}

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

OK

func NewValidateDNSConfigurationOK

func NewValidateDNSConfigurationOK() *ValidateDNSConfigurationOK

NewValidateDNSConfigurationOK creates a ValidateDNSConfigurationOK with default headers values

func (*ValidateDNSConfigurationOK) Error

func (*ValidateDNSConfigurationOK) GetPayload

func (o *ValidateDNSConfigurationOK) GetPayload() *models.Validation

func (*ValidateDNSConfigurationOK) IsClientError

func (o *ValidateDNSConfigurationOK) IsClientError() bool

IsClientError returns true when this validate Dns configuration o k response has a 4xx status code

func (*ValidateDNSConfigurationOK) IsCode

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

IsCode returns true when this validate Dns configuration o k response a status code equal to that given

func (*ValidateDNSConfigurationOK) IsRedirect

func (o *ValidateDNSConfigurationOK) IsRedirect() bool

IsRedirect returns true when this validate Dns configuration o k response has a 3xx status code

func (*ValidateDNSConfigurationOK) IsServerError

func (o *ValidateDNSConfigurationOK) IsServerError() bool

IsServerError returns true when this validate Dns configuration o k response has a 5xx status code

func (*ValidateDNSConfigurationOK) IsSuccess

func (o *ValidateDNSConfigurationOK) IsSuccess() bool

IsSuccess returns true when this validate Dns configuration o k response has a 2xx status code

func (*ValidateDNSConfigurationOK) String

func (o *ValidateDNSConfigurationOK) String() string

type ValidateDNSConfigurationParams

type ValidateDNSConfigurationParams struct {

	/* DNSConfiguration.

	   dnsConfiguration
	*/
	DNSConfiguration *models.DNSConfiguration

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

ValidateDNSConfigurationParams contains all the parameters to send to the API endpoint

for the validate Dns configuration operation.

Typically these are written to a http.Request.

func NewValidateDNSConfigurationParams

func NewValidateDNSConfigurationParams() *ValidateDNSConfigurationParams

NewValidateDNSConfigurationParams creates a new ValidateDNSConfigurationParams 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 NewValidateDNSConfigurationParamsWithContext

func NewValidateDNSConfigurationParamsWithContext(ctx context.Context) *ValidateDNSConfigurationParams

NewValidateDNSConfigurationParamsWithContext creates a new ValidateDNSConfigurationParams object with the ability to set a context for a request.

func NewValidateDNSConfigurationParamsWithHTTPClient

func NewValidateDNSConfigurationParamsWithHTTPClient(client *http.Client) *ValidateDNSConfigurationParams

NewValidateDNSConfigurationParamsWithHTTPClient creates a new ValidateDNSConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewValidateDNSConfigurationParamsWithTimeout

func NewValidateDNSConfigurationParamsWithTimeout(timeout time.Duration) *ValidateDNSConfigurationParams

NewValidateDNSConfigurationParamsWithTimeout creates a new ValidateDNSConfigurationParams object with the ability to set a timeout on a request.

func (*ValidateDNSConfigurationParams) SetContext

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

SetContext adds the context to the validate Dns configuration params

func (*ValidateDNSConfigurationParams) SetDNSConfiguration

func (o *ValidateDNSConfigurationParams) SetDNSConfiguration(dNSConfiguration *models.DNSConfiguration)

SetDNSConfiguration adds the dnsConfiguration to the validate Dns configuration params

func (*ValidateDNSConfigurationParams) SetDefaults

func (o *ValidateDNSConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the validate Dns configuration params (not the query body).

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

func (*ValidateDNSConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate Dns configuration params

func (*ValidateDNSConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the validate Dns configuration params

func (*ValidateDNSConfigurationParams) WithContext

WithContext adds the context to the validate Dns configuration params

func (*ValidateDNSConfigurationParams) WithDNSConfiguration

func (o *ValidateDNSConfigurationParams) WithDNSConfiguration(dNSConfiguration *models.DNSConfiguration) *ValidateDNSConfigurationParams

WithDNSConfiguration adds the dNSConfiguration to the validate Dns configuration params

func (*ValidateDNSConfigurationParams) WithDefaults

WithDefaults hydrates default values in the validate Dns configuration params (not the query body).

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

func (*ValidateDNSConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate Dns configuration params

func (*ValidateDNSConfigurationParams) WithTimeout

WithTimeout adds the timeout to the validate Dns configuration params

func (*ValidateDNSConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateDNSConfigurationReader

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

ValidateDNSConfigurationReader is a Reader for the ValidateDNSConfiguration structure.

func (*ValidateDNSConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateNtpConfigurationAccepted

type ValidateNtpConfigurationAccepted struct {
	Payload *models.Validation
}

ValidateNtpConfigurationAccepted describes a response with status code 202, with default header values.

Accepted

func NewValidateNtpConfigurationAccepted

func NewValidateNtpConfigurationAccepted() *ValidateNtpConfigurationAccepted

NewValidateNtpConfigurationAccepted creates a ValidateNtpConfigurationAccepted with default headers values

func (*ValidateNtpConfigurationAccepted) Error

func (*ValidateNtpConfigurationAccepted) GetPayload

func (*ValidateNtpConfigurationAccepted) IsClientError

func (o *ValidateNtpConfigurationAccepted) IsClientError() bool

IsClientError returns true when this validate ntp configuration accepted response has a 4xx status code

func (*ValidateNtpConfigurationAccepted) IsCode

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

IsCode returns true when this validate ntp configuration accepted response a status code equal to that given

func (*ValidateNtpConfigurationAccepted) IsRedirect

func (o *ValidateNtpConfigurationAccepted) IsRedirect() bool

IsRedirect returns true when this validate ntp configuration accepted response has a 3xx status code

func (*ValidateNtpConfigurationAccepted) IsServerError

func (o *ValidateNtpConfigurationAccepted) IsServerError() bool

IsServerError returns true when this validate ntp configuration accepted response has a 5xx status code

func (*ValidateNtpConfigurationAccepted) IsSuccess

func (o *ValidateNtpConfigurationAccepted) IsSuccess() bool

IsSuccess returns true when this validate ntp configuration accepted response has a 2xx status code

func (*ValidateNtpConfigurationAccepted) String

type ValidateNtpConfigurationBadRequest

type ValidateNtpConfigurationBadRequest struct {
	Payload *models.Error
}

ValidateNtpConfigurationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewValidateNtpConfigurationBadRequest

func NewValidateNtpConfigurationBadRequest() *ValidateNtpConfigurationBadRequest

NewValidateNtpConfigurationBadRequest creates a ValidateNtpConfigurationBadRequest with default headers values

func (*ValidateNtpConfigurationBadRequest) Error

func (*ValidateNtpConfigurationBadRequest) GetPayload

func (*ValidateNtpConfigurationBadRequest) IsClientError

func (o *ValidateNtpConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this validate ntp configuration bad request response has a 4xx status code

func (*ValidateNtpConfigurationBadRequest) IsCode

IsCode returns true when this validate ntp configuration bad request response a status code equal to that given

func (*ValidateNtpConfigurationBadRequest) IsRedirect

func (o *ValidateNtpConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this validate ntp configuration bad request response has a 3xx status code

func (*ValidateNtpConfigurationBadRequest) IsServerError

func (o *ValidateNtpConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this validate ntp configuration bad request response has a 5xx status code

func (*ValidateNtpConfigurationBadRequest) IsSuccess

IsSuccess returns true when this validate ntp configuration bad request response has a 2xx status code

func (*ValidateNtpConfigurationBadRequest) String

type ValidateNtpConfigurationInternalServerError

type ValidateNtpConfigurationInternalServerError struct {
}

ValidateNtpConfigurationInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewValidateNtpConfigurationInternalServerError

func NewValidateNtpConfigurationInternalServerError() *ValidateNtpConfigurationInternalServerError

NewValidateNtpConfigurationInternalServerError creates a ValidateNtpConfigurationInternalServerError with default headers values

func (*ValidateNtpConfigurationInternalServerError) Error

func (*ValidateNtpConfigurationInternalServerError) IsClientError

IsClientError returns true when this validate ntp configuration internal server error response has a 4xx status code

func (*ValidateNtpConfigurationInternalServerError) IsCode

IsCode returns true when this validate ntp configuration internal server error response a status code equal to that given

func (*ValidateNtpConfigurationInternalServerError) IsRedirect

IsRedirect returns true when this validate ntp configuration internal server error response has a 3xx status code

func (*ValidateNtpConfigurationInternalServerError) IsServerError

IsServerError returns true when this validate ntp configuration internal server error response has a 5xx status code

func (*ValidateNtpConfigurationInternalServerError) IsSuccess

IsSuccess returns true when this validate ntp configuration internal server error response has a 2xx status code

func (*ValidateNtpConfigurationInternalServerError) String

type ValidateNtpConfigurationOK

type ValidateNtpConfigurationOK struct {
	Payload *models.Validation
}

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

OK

func NewValidateNtpConfigurationOK

func NewValidateNtpConfigurationOK() *ValidateNtpConfigurationOK

NewValidateNtpConfigurationOK creates a ValidateNtpConfigurationOK with default headers values

func (*ValidateNtpConfigurationOK) Error

func (*ValidateNtpConfigurationOK) GetPayload

func (o *ValidateNtpConfigurationOK) GetPayload() *models.Validation

func (*ValidateNtpConfigurationOK) IsClientError

func (o *ValidateNtpConfigurationOK) IsClientError() bool

IsClientError returns true when this validate ntp configuration o k response has a 4xx status code

func (*ValidateNtpConfigurationOK) IsCode

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

IsCode returns true when this validate ntp configuration o k response a status code equal to that given

func (*ValidateNtpConfigurationOK) IsRedirect

func (o *ValidateNtpConfigurationOK) IsRedirect() bool

IsRedirect returns true when this validate ntp configuration o k response has a 3xx status code

func (*ValidateNtpConfigurationOK) IsServerError

func (o *ValidateNtpConfigurationOK) IsServerError() bool

IsServerError returns true when this validate ntp configuration o k response has a 5xx status code

func (*ValidateNtpConfigurationOK) IsSuccess

func (o *ValidateNtpConfigurationOK) IsSuccess() bool

IsSuccess returns true when this validate ntp configuration o k response has a 2xx status code

func (*ValidateNtpConfigurationOK) String

func (o *ValidateNtpConfigurationOK) String() string

type ValidateNtpConfigurationParams

type ValidateNtpConfigurationParams struct {

	/* NtpConfiguration.

	   ntpConfiguration
	*/
	NtpConfiguration *models.NtpConfiguration

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

ValidateNtpConfigurationParams contains all the parameters to send to the API endpoint

for the validate ntp configuration operation.

Typically these are written to a http.Request.

func NewValidateNtpConfigurationParams

func NewValidateNtpConfigurationParams() *ValidateNtpConfigurationParams

NewValidateNtpConfigurationParams creates a new ValidateNtpConfigurationParams 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 NewValidateNtpConfigurationParamsWithContext

func NewValidateNtpConfigurationParamsWithContext(ctx context.Context) *ValidateNtpConfigurationParams

NewValidateNtpConfigurationParamsWithContext creates a new ValidateNtpConfigurationParams object with the ability to set a context for a request.

func NewValidateNtpConfigurationParamsWithHTTPClient

func NewValidateNtpConfigurationParamsWithHTTPClient(client *http.Client) *ValidateNtpConfigurationParams

NewValidateNtpConfigurationParamsWithHTTPClient creates a new ValidateNtpConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewValidateNtpConfigurationParamsWithTimeout

func NewValidateNtpConfigurationParamsWithTimeout(timeout time.Duration) *ValidateNtpConfigurationParams

NewValidateNtpConfigurationParamsWithTimeout creates a new ValidateNtpConfigurationParams object with the ability to set a timeout on a request.

func (*ValidateNtpConfigurationParams) SetContext

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

SetContext adds the context to the validate ntp configuration params

func (*ValidateNtpConfigurationParams) SetDefaults

func (o *ValidateNtpConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the validate ntp configuration params (not the query body).

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

func (*ValidateNtpConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate ntp configuration params

func (*ValidateNtpConfigurationParams) SetNtpConfiguration

func (o *ValidateNtpConfigurationParams) SetNtpConfiguration(ntpConfiguration *models.NtpConfiguration)

SetNtpConfiguration adds the ntpConfiguration to the validate ntp configuration params

func (*ValidateNtpConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the validate ntp configuration params

func (*ValidateNtpConfigurationParams) WithContext

WithContext adds the context to the validate ntp configuration params

func (*ValidateNtpConfigurationParams) WithDefaults

WithDefaults hydrates default values in the validate ntp configuration params (not the query body).

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

func (*ValidateNtpConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate ntp configuration params

func (*ValidateNtpConfigurationParams) WithNtpConfiguration

func (o *ValidateNtpConfigurationParams) WithNtpConfiguration(ntpConfiguration *models.NtpConfiguration) *ValidateNtpConfigurationParams

WithNtpConfiguration adds the ntpConfiguration to the validate ntp configuration params

func (*ValidateNtpConfigurationParams) WithTimeout

WithTimeout adds the timeout to the validate ntp configuration params

func (*ValidateNtpConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateNtpConfigurationReader

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

ValidateNtpConfigurationReader is a Reader for the ValidateNtpConfiguration structure.

func (*ValidateNtpConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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