cluster

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CapacityPoolCollectionGetDefault

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

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

Error

func NewCapacityPoolCollectionGetDefault

func NewCapacityPoolCollectionGetDefault(code int) *CapacityPoolCollectionGetDefault

NewCapacityPoolCollectionGetDefault creates a CapacityPoolCollectionGetDefault with default headers values

func (*CapacityPoolCollectionGetDefault) Code

Code gets the status code for the capacity pool collection get default response

func (*CapacityPoolCollectionGetDefault) Error

func (*CapacityPoolCollectionGetDefault) GetPayload

func (*CapacityPoolCollectionGetDefault) IsClientError

func (o *CapacityPoolCollectionGetDefault) IsClientError() bool

IsClientError returns true when this capacity pool collection get default response has a 4xx status code

func (*CapacityPoolCollectionGetDefault) IsCode

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

IsCode returns true when this capacity pool collection get default response a status code equal to that given

func (*CapacityPoolCollectionGetDefault) IsRedirect

func (o *CapacityPoolCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this capacity pool collection get default response has a 3xx status code

func (*CapacityPoolCollectionGetDefault) IsServerError

func (o *CapacityPoolCollectionGetDefault) IsServerError() bool

IsServerError returns true when this capacity pool collection get default response has a 5xx status code

func (*CapacityPoolCollectionGetDefault) IsSuccess

func (o *CapacityPoolCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this capacity pool collection get default response has a 2xx status code

func (*CapacityPoolCollectionGetDefault) String

type CapacityPoolCollectionGetOK

type CapacityPoolCollectionGetOK struct {
	Payload *models.CapacityPoolResponse
}

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

OK

func NewCapacityPoolCollectionGetOK

func NewCapacityPoolCollectionGetOK() *CapacityPoolCollectionGetOK

NewCapacityPoolCollectionGetOK creates a CapacityPoolCollectionGetOK with default headers values

func (*CapacityPoolCollectionGetOK) Error

func (*CapacityPoolCollectionGetOK) GetPayload

func (*CapacityPoolCollectionGetOK) IsClientError

func (o *CapacityPoolCollectionGetOK) IsClientError() bool

IsClientError returns true when this capacity pool collection get o k response has a 4xx status code

func (*CapacityPoolCollectionGetOK) IsCode

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

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

func (*CapacityPoolCollectionGetOK) IsRedirect

func (o *CapacityPoolCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this capacity pool collection get o k response has a 3xx status code

func (*CapacityPoolCollectionGetOK) IsServerError

func (o *CapacityPoolCollectionGetOK) IsServerError() bool

IsServerError returns true when this capacity pool collection get o k response has a 5xx status code

func (*CapacityPoolCollectionGetOK) IsSuccess

func (o *CapacityPoolCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this capacity pool collection get o k response has a 2xx status code

func (*CapacityPoolCollectionGetOK) String

func (o *CapacityPoolCollectionGetOK) String() string

type CapacityPoolCollectionGetParams

type CapacityPoolCollectionGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* LicenseManagerUUID.

	   Filter by license_manager.uuid
	*/
	LicenseManagerUUIDQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* NodesNodeName.

	   Filter by nodes.node.name
	*/
	NodesNodeNameQueryParameter *string

	/* NodesNodeUUID.

	   Filter by nodes.node.uuid
	*/
	NodesNodeUUIDQueryParameter *string

	/* NodesUsedSize.

	   Filter by nodes.used_size
	*/
	NodesUsedSizeQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* SerialNumber.

	   Filter by serial_number
	*/
	SerialNumberQueryParameter *string

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

CapacityPoolCollectionGetParams contains all the parameters to send to the API endpoint

for the capacity pool collection get operation.

Typically these are written to a http.Request.

func NewCapacityPoolCollectionGetParams

func NewCapacityPoolCollectionGetParams() *CapacityPoolCollectionGetParams

NewCapacityPoolCollectionGetParams creates a new CapacityPoolCollectionGetParams 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 NewCapacityPoolCollectionGetParamsWithContext

func NewCapacityPoolCollectionGetParamsWithContext(ctx context.Context) *CapacityPoolCollectionGetParams

NewCapacityPoolCollectionGetParamsWithContext creates a new CapacityPoolCollectionGetParams object with the ability to set a context for a request.

func NewCapacityPoolCollectionGetParamsWithHTTPClient

func NewCapacityPoolCollectionGetParamsWithHTTPClient(client *http.Client) *CapacityPoolCollectionGetParams

NewCapacityPoolCollectionGetParamsWithHTTPClient creates a new CapacityPoolCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewCapacityPoolCollectionGetParamsWithTimeout

func NewCapacityPoolCollectionGetParamsWithTimeout(timeout time.Duration) *CapacityPoolCollectionGetParams

NewCapacityPoolCollectionGetParamsWithTimeout creates a new CapacityPoolCollectionGetParams object with the ability to set a timeout on a request.

func (*CapacityPoolCollectionGetParams) SetContext

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

SetContext adds the context to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetDefaults

func (o *CapacityPoolCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the capacity pool collection get params (not the query body).

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

func (*CapacityPoolCollectionGetParams) SetFieldsQueryParameter

func (o *CapacityPoolCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetLicenseManagerUUIDQueryParameter

func (o *CapacityPoolCollectionGetParams) SetLicenseManagerUUIDQueryParameter(licenseManagerUUID *string)

SetLicenseManagerUUIDQueryParameter adds the licenseManagerUuid to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetMaxRecordsQueryParameter

func (o *CapacityPoolCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetNodesNodeNameQueryParameter

func (o *CapacityPoolCollectionGetParams) SetNodesNodeNameQueryParameter(nodesNodeName *string)

SetNodesNodeNameQueryParameter adds the nodesNodeName to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetNodesNodeUUIDQueryParameter

func (o *CapacityPoolCollectionGetParams) SetNodesNodeUUIDQueryParameter(nodesNodeUUID *string)

SetNodesNodeUUIDQueryParameter adds the nodesNodeUuid to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetNodesUsedSizeQueryParameter

func (o *CapacityPoolCollectionGetParams) SetNodesUsedSizeQueryParameter(nodesUsedSize *int64)

SetNodesUsedSizeQueryParameter adds the nodesUsedSize to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetOrderByQueryParameter

func (o *CapacityPoolCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetReturnRecordsQueryParameter

func (o *CapacityPoolCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *CapacityPoolCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetSerialNumberQueryParameter

func (o *CapacityPoolCollectionGetParams) SetSerialNumberQueryParameter(serialNumber *string)

SetSerialNumberQueryParameter adds the serialNumber to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithContext

WithContext adds the context to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the capacity pool collection get params (not the query body).

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

func (*CapacityPoolCollectionGetParams) WithFieldsQueryParameter

func (o *CapacityPoolCollectionGetParams) WithFieldsQueryParameter(fields []string) *CapacityPoolCollectionGetParams

WithFieldsQueryParameter adds the fields to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithLicenseManagerUUIDQueryParameter

func (o *CapacityPoolCollectionGetParams) WithLicenseManagerUUIDQueryParameter(licenseManagerUUID *string) *CapacityPoolCollectionGetParams

WithLicenseManagerUUIDQueryParameter adds the licenseManagerUUID to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithMaxRecordsQueryParameter

func (o *CapacityPoolCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *CapacityPoolCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithNodesNodeNameQueryParameter

func (o *CapacityPoolCollectionGetParams) WithNodesNodeNameQueryParameter(nodesNodeName *string) *CapacityPoolCollectionGetParams

WithNodesNodeNameQueryParameter adds the nodesNodeName to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithNodesNodeUUIDQueryParameter

func (o *CapacityPoolCollectionGetParams) WithNodesNodeUUIDQueryParameter(nodesNodeUUID *string) *CapacityPoolCollectionGetParams

WithNodesNodeUUIDQueryParameter adds the nodesNodeUUID to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithNodesUsedSizeQueryParameter

func (o *CapacityPoolCollectionGetParams) WithNodesUsedSizeQueryParameter(nodesUsedSize *int64) *CapacityPoolCollectionGetParams

WithNodesUsedSizeQueryParameter adds the nodesUsedSize to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithOrderByQueryParameter

func (o *CapacityPoolCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *CapacityPoolCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithReturnRecordsQueryParameter

func (o *CapacityPoolCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *CapacityPoolCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *CapacityPoolCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *CapacityPoolCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithSerialNumberQueryParameter

func (o *CapacityPoolCollectionGetParams) WithSerialNumberQueryParameter(serialNumber *string) *CapacityPoolCollectionGetParams

WithSerialNumberQueryParameter adds the serialNumber to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the capacity pool collection get params

func (*CapacityPoolCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CapacityPoolCollectionGetReader

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

CapacityPoolCollectionGetReader is a Reader for the CapacityPoolCollectionGet structure.

func (*CapacityPoolCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CapacityPoolGetDefault

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

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

Error

func NewCapacityPoolGetDefault

func NewCapacityPoolGetDefault(code int) *CapacityPoolGetDefault

NewCapacityPoolGetDefault creates a CapacityPoolGetDefault with default headers values

func (*CapacityPoolGetDefault) Code

func (o *CapacityPoolGetDefault) Code() int

Code gets the status code for the capacity pool get default response

func (*CapacityPoolGetDefault) Error

func (o *CapacityPoolGetDefault) Error() string

func (*CapacityPoolGetDefault) GetPayload

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

func (*CapacityPoolGetDefault) IsClientError

func (o *CapacityPoolGetDefault) IsClientError() bool

IsClientError returns true when this capacity pool get default response has a 4xx status code

func (*CapacityPoolGetDefault) IsCode

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

IsCode returns true when this capacity pool get default response a status code equal to that given

func (*CapacityPoolGetDefault) IsRedirect

func (o *CapacityPoolGetDefault) IsRedirect() bool

IsRedirect returns true when this capacity pool get default response has a 3xx status code

func (*CapacityPoolGetDefault) IsServerError

func (o *CapacityPoolGetDefault) IsServerError() bool

IsServerError returns true when this capacity pool get default response has a 5xx status code

func (*CapacityPoolGetDefault) IsSuccess

func (o *CapacityPoolGetDefault) IsSuccess() bool

IsSuccess returns true when this capacity pool get default response has a 2xx status code

func (*CapacityPoolGetDefault) String

func (o *CapacityPoolGetDefault) String() string

type CapacityPoolGetOK

type CapacityPoolGetOK struct {
	Payload *models.CapacityPool
}

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

OK

func NewCapacityPoolGetOK

func NewCapacityPoolGetOK() *CapacityPoolGetOK

NewCapacityPoolGetOK creates a CapacityPoolGetOK with default headers values

func (*CapacityPoolGetOK) Error

func (o *CapacityPoolGetOK) Error() string

func (*CapacityPoolGetOK) GetPayload

func (o *CapacityPoolGetOK) GetPayload() *models.CapacityPool

func (*CapacityPoolGetOK) IsClientError

func (o *CapacityPoolGetOK) IsClientError() bool

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

func (*CapacityPoolGetOK) IsCode

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

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

func (*CapacityPoolGetOK) IsRedirect

func (o *CapacityPoolGetOK) IsRedirect() bool

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

func (*CapacityPoolGetOK) IsServerError

func (o *CapacityPoolGetOK) IsServerError() bool

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

func (*CapacityPoolGetOK) IsSuccess

func (o *CapacityPoolGetOK) IsSuccess() bool

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

func (*CapacityPoolGetOK) String

func (o *CapacityPoolGetOK) String() string

type CapacityPoolGetParams

type CapacityPoolGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* LicenseManagerUUID.

	   Filter by license_manager.uuid
	*/
	LicenseManagerUUIDQueryParameter *string

	/* NodesNodeName.

	   Filter by nodes.node.name
	*/
	NodesNodeNameQueryParameter *string

	/* NodesNodeUUID.

	   Filter by nodes.node.uuid
	*/
	NodesNodeUUIDQueryParameter *string

	/* NodesUsedSize.

	   Filter by nodes.used_size
	*/
	NodesUsedSizeQueryParameter *int64

	/* SerialNumber.

	   Serial number of the capacity pool license.
	*/
	SerialNumberPathParameter string

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

CapacityPoolGetParams contains all the parameters to send to the API endpoint

for the capacity pool get operation.

Typically these are written to a http.Request.

func NewCapacityPoolGetParams

func NewCapacityPoolGetParams() *CapacityPoolGetParams

NewCapacityPoolGetParams creates a new CapacityPoolGetParams 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 NewCapacityPoolGetParamsWithContext

func NewCapacityPoolGetParamsWithContext(ctx context.Context) *CapacityPoolGetParams

NewCapacityPoolGetParamsWithContext creates a new CapacityPoolGetParams object with the ability to set a context for a request.

func NewCapacityPoolGetParamsWithHTTPClient

func NewCapacityPoolGetParamsWithHTTPClient(client *http.Client) *CapacityPoolGetParams

NewCapacityPoolGetParamsWithHTTPClient creates a new CapacityPoolGetParams object with the ability to set a custom HTTPClient for a request.

func NewCapacityPoolGetParamsWithTimeout

func NewCapacityPoolGetParamsWithTimeout(timeout time.Duration) *CapacityPoolGetParams

NewCapacityPoolGetParamsWithTimeout creates a new CapacityPoolGetParams object with the ability to set a timeout on a request.

func (*CapacityPoolGetParams) SetContext

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

SetContext adds the context to the capacity pool get params

func (*CapacityPoolGetParams) SetDefaults

func (o *CapacityPoolGetParams) SetDefaults()

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

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

func (*CapacityPoolGetParams) SetFieldsQueryParameter

func (o *CapacityPoolGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the capacity pool get params

func (*CapacityPoolGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the capacity pool get params

func (*CapacityPoolGetParams) SetLicenseManagerUUIDQueryParameter

func (o *CapacityPoolGetParams) SetLicenseManagerUUIDQueryParameter(licenseManagerUUID *string)

SetLicenseManagerUUIDQueryParameter adds the licenseManagerUuid to the capacity pool get params

func (*CapacityPoolGetParams) SetNodesNodeNameQueryParameter

func (o *CapacityPoolGetParams) SetNodesNodeNameQueryParameter(nodesNodeName *string)

SetNodesNodeNameQueryParameter adds the nodesNodeName to the capacity pool get params

func (*CapacityPoolGetParams) SetNodesNodeUUIDQueryParameter

func (o *CapacityPoolGetParams) SetNodesNodeUUIDQueryParameter(nodesNodeUUID *string)

SetNodesNodeUUIDQueryParameter adds the nodesNodeUuid to the capacity pool get params

func (*CapacityPoolGetParams) SetNodesUsedSizeQueryParameter

func (o *CapacityPoolGetParams) SetNodesUsedSizeQueryParameter(nodesUsedSize *int64)

SetNodesUsedSizeQueryParameter adds the nodesUsedSize to the capacity pool get params

func (*CapacityPoolGetParams) SetSerialNumberPathParameter

func (o *CapacityPoolGetParams) SetSerialNumberPathParameter(serialNumber string)

SetSerialNumberPathParameter adds the serialNumber to the capacity pool get params

func (*CapacityPoolGetParams) SetTimeout

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

SetTimeout adds the timeout to the capacity pool get params

func (*CapacityPoolGetParams) WithContext

WithContext adds the context to the capacity pool get params

func (*CapacityPoolGetParams) WithDefaults

func (o *CapacityPoolGetParams) WithDefaults() *CapacityPoolGetParams

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

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

func (*CapacityPoolGetParams) WithFieldsQueryParameter

func (o *CapacityPoolGetParams) WithFieldsQueryParameter(fields []string) *CapacityPoolGetParams

WithFieldsQueryParameter adds the fields to the capacity pool get params

func (*CapacityPoolGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the capacity pool get params

func (*CapacityPoolGetParams) WithLicenseManagerUUIDQueryParameter

func (o *CapacityPoolGetParams) WithLicenseManagerUUIDQueryParameter(licenseManagerUUID *string) *CapacityPoolGetParams

WithLicenseManagerUUIDQueryParameter adds the licenseManagerUUID to the capacity pool get params

func (*CapacityPoolGetParams) WithNodesNodeNameQueryParameter

func (o *CapacityPoolGetParams) WithNodesNodeNameQueryParameter(nodesNodeName *string) *CapacityPoolGetParams

WithNodesNodeNameQueryParameter adds the nodesNodeName to the capacity pool get params

func (*CapacityPoolGetParams) WithNodesNodeUUIDQueryParameter

func (o *CapacityPoolGetParams) WithNodesNodeUUIDQueryParameter(nodesNodeUUID *string) *CapacityPoolGetParams

WithNodesNodeUUIDQueryParameter adds the nodesNodeUUID to the capacity pool get params

func (*CapacityPoolGetParams) WithNodesUsedSizeQueryParameter

func (o *CapacityPoolGetParams) WithNodesUsedSizeQueryParameter(nodesUsedSize *int64) *CapacityPoolGetParams

WithNodesUsedSizeQueryParameter adds the nodesUsedSize to the capacity pool get params

func (*CapacityPoolGetParams) WithSerialNumberPathParameter

func (o *CapacityPoolGetParams) WithSerialNumberPathParameter(serialNumber string) *CapacityPoolGetParams

WithSerialNumberPathParameter adds the serialNumber to the capacity pool get params

func (*CapacityPoolGetParams) WithTimeout

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

WithTimeout adds the timeout to the capacity pool get params

func (*CapacityPoolGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CapacityPoolGetReader

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

CapacityPoolGetReader is a Reader for the CapacityPoolGet structure.

func (*CapacityPoolGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChassisCollectionGetDefault

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

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

Error

func NewChassisCollectionGetDefault

func NewChassisCollectionGetDefault(code int) *ChassisCollectionGetDefault

NewChassisCollectionGetDefault creates a ChassisCollectionGetDefault with default headers values

func (*ChassisCollectionGetDefault) Code

func (o *ChassisCollectionGetDefault) Code() int

Code gets the status code for the chassis collection get default response

func (*ChassisCollectionGetDefault) Error

func (*ChassisCollectionGetDefault) GetPayload

func (*ChassisCollectionGetDefault) IsClientError

func (o *ChassisCollectionGetDefault) IsClientError() bool

IsClientError returns true when this chassis collection get default response has a 4xx status code

func (*ChassisCollectionGetDefault) IsCode

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

IsCode returns true when this chassis collection get default response a status code equal to that given

func (*ChassisCollectionGetDefault) IsRedirect

func (o *ChassisCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this chassis collection get default response has a 3xx status code

func (*ChassisCollectionGetDefault) IsServerError

func (o *ChassisCollectionGetDefault) IsServerError() bool

IsServerError returns true when this chassis collection get default response has a 5xx status code

func (*ChassisCollectionGetDefault) IsSuccess

func (o *ChassisCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this chassis collection get default response has a 2xx status code

func (*ChassisCollectionGetDefault) String

func (o *ChassisCollectionGetDefault) String() string

type ChassisCollectionGetOK

type ChassisCollectionGetOK struct {
	Payload *models.ChassisResponse
}

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

OK

func NewChassisCollectionGetOK

func NewChassisCollectionGetOK() *ChassisCollectionGetOK

NewChassisCollectionGetOK creates a ChassisCollectionGetOK with default headers values

func (*ChassisCollectionGetOK) Error

func (o *ChassisCollectionGetOK) Error() string

func (*ChassisCollectionGetOK) GetPayload

func (*ChassisCollectionGetOK) IsClientError

func (o *ChassisCollectionGetOK) IsClientError() bool

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

func (*ChassisCollectionGetOK) IsCode

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

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

func (*ChassisCollectionGetOK) IsRedirect

func (o *ChassisCollectionGetOK) IsRedirect() bool

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

func (*ChassisCollectionGetOK) IsServerError

func (o *ChassisCollectionGetOK) IsServerError() bool

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

func (*ChassisCollectionGetOK) IsSuccess

func (o *ChassisCollectionGetOK) IsSuccess() bool

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

func (*ChassisCollectionGetOK) String

func (o *ChassisCollectionGetOK) String() string

type ChassisCollectionGetParams

type ChassisCollectionGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* FrusID.

	   Filter by frus.id
	*/
	FrusIDQueryParameter *string

	/* FrusState.

	   Filter by frus.state
	*/
	FrusStateQueryParameter *string

	/* FrusType.

	   Filter by frus.type
	*/
	FrusTypeQueryParameter *string

	/* ID.

	   Filter by id
	*/
	IDQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* NodesName.

	   Filter by nodes.name
	*/
	NodesNameQueryParameter *string

	/* NodesPcisCardsDevice.

	   Filter by nodes.pcis.cards.device
	*/
	NodesPcisCardsDeviceQueryParameter *string

	/* NodesPcisCardsInfo.

	   Filter by nodes.pcis.cards.info
	*/
	NodesPcisCardsInfoQueryParameter *string

	/* NodesPcisCardsSlot.

	   Filter by nodes.pcis.cards.slot
	*/
	NodesPcisCardsSlotQueryParameter *string

	/* NodesPosition.

	   Filter by nodes.position
	*/
	NodesPositionQueryParameter *string

	/* NodesUsbsEnabled.

	   Filter by nodes.usbs.enabled
	*/
	NodesUsbsEnabledQueryParameter *bool

	/* NodesUsbsPortsConnected.

	   Filter by nodes.usbs.ports.connected
	*/
	NodesUsbsPortsConnectedQueryParameter *bool

	/* NodesUsbsSupported.

	   Filter by nodes.usbs.supported
	*/
	NodesUsbsSupportedQueryParameter *bool

	/* NodesUUID.

	   Filter by nodes.uuid
	*/
	NodesUUIDQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* ShelvesUID.

	   Filter by shelves.uid
	*/
	ShelvesUIDQueryParameter *string

	/* State.

	   Filter by state
	*/
	StateQueryParameter *string

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

ChassisCollectionGetParams contains all the parameters to send to the API endpoint

for the chassis collection get operation.

Typically these are written to a http.Request.

func NewChassisCollectionGetParams

func NewChassisCollectionGetParams() *ChassisCollectionGetParams

NewChassisCollectionGetParams creates a new ChassisCollectionGetParams 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 NewChassisCollectionGetParamsWithContext

func NewChassisCollectionGetParamsWithContext(ctx context.Context) *ChassisCollectionGetParams

NewChassisCollectionGetParamsWithContext creates a new ChassisCollectionGetParams object with the ability to set a context for a request.

func NewChassisCollectionGetParamsWithHTTPClient

func NewChassisCollectionGetParamsWithHTTPClient(client *http.Client) *ChassisCollectionGetParams

NewChassisCollectionGetParamsWithHTTPClient creates a new ChassisCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewChassisCollectionGetParamsWithTimeout

func NewChassisCollectionGetParamsWithTimeout(timeout time.Duration) *ChassisCollectionGetParams

NewChassisCollectionGetParamsWithTimeout creates a new ChassisCollectionGetParams object with the ability to set a timeout on a request.

func (*ChassisCollectionGetParams) SetContext

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

SetContext adds the context to the chassis collection get params

func (*ChassisCollectionGetParams) SetDefaults

func (o *ChassisCollectionGetParams) SetDefaults()

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

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

func (*ChassisCollectionGetParams) SetFieldsQueryParameter

func (o *ChassisCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the chassis collection get params

func (*ChassisCollectionGetParams) SetFrusIDQueryParameter

func (o *ChassisCollectionGetParams) SetFrusIDQueryParameter(frusID *string)

SetFrusIDQueryParameter adds the frusId to the chassis collection get params

func (*ChassisCollectionGetParams) SetFrusStateQueryParameter

func (o *ChassisCollectionGetParams) SetFrusStateQueryParameter(frusState *string)

SetFrusStateQueryParameter adds the frusState to the chassis collection get params

func (*ChassisCollectionGetParams) SetFrusTypeQueryParameter

func (o *ChassisCollectionGetParams) SetFrusTypeQueryParameter(frusType *string)

SetFrusTypeQueryParameter adds the frusType to the chassis collection get params

func (*ChassisCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the chassis collection get params

func (*ChassisCollectionGetParams) SetIDQueryParameter

func (o *ChassisCollectionGetParams) SetIDQueryParameter(id *string)

SetIDQueryParameter adds the id to the chassis collection get params

func (*ChassisCollectionGetParams) SetMaxRecordsQueryParameter

func (o *ChassisCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesNameQueryParameter

func (o *ChassisCollectionGetParams) SetNodesNameQueryParameter(nodesName *string)

SetNodesNameQueryParameter adds the nodesName to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesPcisCardsDeviceQueryParameter

func (o *ChassisCollectionGetParams) SetNodesPcisCardsDeviceQueryParameter(nodesPcisCardsDevice *string)

SetNodesPcisCardsDeviceQueryParameter adds the nodesPcisCardsDevice to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesPcisCardsInfoQueryParameter

func (o *ChassisCollectionGetParams) SetNodesPcisCardsInfoQueryParameter(nodesPcisCardsInfo *string)

SetNodesPcisCardsInfoQueryParameter adds the nodesPcisCardsInfo to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesPcisCardsSlotQueryParameter

func (o *ChassisCollectionGetParams) SetNodesPcisCardsSlotQueryParameter(nodesPcisCardsSlot *string)

SetNodesPcisCardsSlotQueryParameter adds the nodesPcisCardsSlot to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesPositionQueryParameter

func (o *ChassisCollectionGetParams) SetNodesPositionQueryParameter(nodesPosition *string)

SetNodesPositionQueryParameter adds the nodesPosition to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesUUIDQueryParameter

func (o *ChassisCollectionGetParams) SetNodesUUIDQueryParameter(nodesUUID *string)

SetNodesUUIDQueryParameter adds the nodesUuid to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesUsbsEnabledQueryParameter

func (o *ChassisCollectionGetParams) SetNodesUsbsEnabledQueryParameter(nodesUsbsEnabled *bool)

SetNodesUsbsEnabledQueryParameter adds the nodesUsbsEnabled to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesUsbsPortsConnectedQueryParameter

func (o *ChassisCollectionGetParams) SetNodesUsbsPortsConnectedQueryParameter(nodesUsbsPortsConnected *bool)

SetNodesUsbsPortsConnectedQueryParameter adds the nodesUsbsPortsConnected to the chassis collection get params

func (*ChassisCollectionGetParams) SetNodesUsbsSupportedQueryParameter

func (o *ChassisCollectionGetParams) SetNodesUsbsSupportedQueryParameter(nodesUsbsSupported *bool)

SetNodesUsbsSupportedQueryParameter adds the nodesUsbsSupported to the chassis collection get params

func (*ChassisCollectionGetParams) SetOrderByQueryParameter

func (o *ChassisCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the chassis collection get params

func (*ChassisCollectionGetParams) SetReturnRecordsQueryParameter

func (o *ChassisCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the chassis collection get params

func (*ChassisCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *ChassisCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the chassis collection get params

func (*ChassisCollectionGetParams) SetShelvesUIDQueryParameter

func (o *ChassisCollectionGetParams) SetShelvesUIDQueryParameter(shelvesUID *string)

SetShelvesUIDQueryParameter adds the shelvesUid to the chassis collection get params

func (*ChassisCollectionGetParams) SetStateQueryParameter

func (o *ChassisCollectionGetParams) SetStateQueryParameter(state *string)

SetStateQueryParameter adds the state to the chassis collection get params

func (*ChassisCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the chassis collection get params

func (*ChassisCollectionGetParams) WithContext

WithContext adds the context to the chassis collection get params

func (*ChassisCollectionGetParams) WithDefaults

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

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

func (*ChassisCollectionGetParams) WithFieldsQueryParameter

func (o *ChassisCollectionGetParams) WithFieldsQueryParameter(fields []string) *ChassisCollectionGetParams

WithFieldsQueryParameter adds the fields to the chassis collection get params

func (*ChassisCollectionGetParams) WithFrusIDQueryParameter

func (o *ChassisCollectionGetParams) WithFrusIDQueryParameter(frusID *string) *ChassisCollectionGetParams

WithFrusIDQueryParameter adds the frusID to the chassis collection get params

func (*ChassisCollectionGetParams) WithFrusStateQueryParameter

func (o *ChassisCollectionGetParams) WithFrusStateQueryParameter(frusState *string) *ChassisCollectionGetParams

WithFrusStateQueryParameter adds the frusState to the chassis collection get params

func (*ChassisCollectionGetParams) WithFrusTypeQueryParameter

func (o *ChassisCollectionGetParams) WithFrusTypeQueryParameter(frusType *string) *ChassisCollectionGetParams

WithFrusTypeQueryParameter adds the frusType to the chassis collection get params

func (*ChassisCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the chassis collection get params

func (*ChassisCollectionGetParams) WithIDQueryParameter

func (o *ChassisCollectionGetParams) WithIDQueryParameter(id *string) *ChassisCollectionGetParams

WithIDQueryParameter adds the id to the chassis collection get params

func (*ChassisCollectionGetParams) WithMaxRecordsQueryParameter

func (o *ChassisCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *ChassisCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesNameQueryParameter

func (o *ChassisCollectionGetParams) WithNodesNameQueryParameter(nodesName *string) *ChassisCollectionGetParams

WithNodesNameQueryParameter adds the nodesName to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesPcisCardsDeviceQueryParameter

func (o *ChassisCollectionGetParams) WithNodesPcisCardsDeviceQueryParameter(nodesPcisCardsDevice *string) *ChassisCollectionGetParams

WithNodesPcisCardsDeviceQueryParameter adds the nodesPcisCardsDevice to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesPcisCardsInfoQueryParameter

func (o *ChassisCollectionGetParams) WithNodesPcisCardsInfoQueryParameter(nodesPcisCardsInfo *string) *ChassisCollectionGetParams

WithNodesPcisCardsInfoQueryParameter adds the nodesPcisCardsInfo to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesPcisCardsSlotQueryParameter

func (o *ChassisCollectionGetParams) WithNodesPcisCardsSlotQueryParameter(nodesPcisCardsSlot *string) *ChassisCollectionGetParams

WithNodesPcisCardsSlotQueryParameter adds the nodesPcisCardsSlot to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesPositionQueryParameter

func (o *ChassisCollectionGetParams) WithNodesPositionQueryParameter(nodesPosition *string) *ChassisCollectionGetParams

WithNodesPositionQueryParameter adds the nodesPosition to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesUUIDQueryParameter

func (o *ChassisCollectionGetParams) WithNodesUUIDQueryParameter(nodesUUID *string) *ChassisCollectionGetParams

WithNodesUUIDQueryParameter adds the nodesUUID to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesUsbsEnabledQueryParameter

func (o *ChassisCollectionGetParams) WithNodesUsbsEnabledQueryParameter(nodesUsbsEnabled *bool) *ChassisCollectionGetParams

WithNodesUsbsEnabledQueryParameter adds the nodesUsbsEnabled to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesUsbsPortsConnectedQueryParameter

func (o *ChassisCollectionGetParams) WithNodesUsbsPortsConnectedQueryParameter(nodesUsbsPortsConnected *bool) *ChassisCollectionGetParams

WithNodesUsbsPortsConnectedQueryParameter adds the nodesUsbsPortsConnected to the chassis collection get params

func (*ChassisCollectionGetParams) WithNodesUsbsSupportedQueryParameter

func (o *ChassisCollectionGetParams) WithNodesUsbsSupportedQueryParameter(nodesUsbsSupported *bool) *ChassisCollectionGetParams

WithNodesUsbsSupportedQueryParameter adds the nodesUsbsSupported to the chassis collection get params

func (*ChassisCollectionGetParams) WithOrderByQueryParameter

func (o *ChassisCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *ChassisCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the chassis collection get params

func (*ChassisCollectionGetParams) WithReturnRecordsQueryParameter

func (o *ChassisCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ChassisCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the chassis collection get params

func (*ChassisCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *ChassisCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ChassisCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the chassis collection get params

func (*ChassisCollectionGetParams) WithShelvesUIDQueryParameter

func (o *ChassisCollectionGetParams) WithShelvesUIDQueryParameter(shelvesUID *string) *ChassisCollectionGetParams

WithShelvesUIDQueryParameter adds the shelvesUID to the chassis collection get params

func (*ChassisCollectionGetParams) WithStateQueryParameter

func (o *ChassisCollectionGetParams) WithStateQueryParameter(state *string) *ChassisCollectionGetParams

WithStateQueryParameter adds the state to the chassis collection get params

func (*ChassisCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the chassis collection get params

func (*ChassisCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChassisCollectionGetReader

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

ChassisCollectionGetReader is a Reader for the ChassisCollectionGet structure.

func (*ChassisCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChassisGetDefault

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

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

Error

func NewChassisGetDefault

func NewChassisGetDefault(code int) *ChassisGetDefault

NewChassisGetDefault creates a ChassisGetDefault with default headers values

func (*ChassisGetDefault) Code

func (o *ChassisGetDefault) Code() int

Code gets the status code for the chassis get default response

func (*ChassisGetDefault) Error

func (o *ChassisGetDefault) Error() string

func (*ChassisGetDefault) GetPayload

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

func (*ChassisGetDefault) IsClientError

func (o *ChassisGetDefault) IsClientError() bool

IsClientError returns true when this chassis get default response has a 4xx status code

func (*ChassisGetDefault) IsCode

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

IsCode returns true when this chassis get default response a status code equal to that given

func (*ChassisGetDefault) IsRedirect

func (o *ChassisGetDefault) IsRedirect() bool

IsRedirect returns true when this chassis get default response has a 3xx status code

func (*ChassisGetDefault) IsServerError

func (o *ChassisGetDefault) IsServerError() bool

IsServerError returns true when this chassis get default response has a 5xx status code

func (*ChassisGetDefault) IsSuccess

func (o *ChassisGetDefault) IsSuccess() bool

IsSuccess returns true when this chassis get default response has a 2xx status code

func (*ChassisGetDefault) String

func (o *ChassisGetDefault) String() string

type ChassisGetOK

type ChassisGetOK struct {
	Payload *models.Chassis
}

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

OK

func NewChassisGetOK

func NewChassisGetOK() *ChassisGetOK

NewChassisGetOK creates a ChassisGetOK with default headers values

func (*ChassisGetOK) Error

func (o *ChassisGetOK) Error() string

func (*ChassisGetOK) GetPayload

func (o *ChassisGetOK) GetPayload() *models.Chassis

func (*ChassisGetOK) IsClientError

func (o *ChassisGetOK) IsClientError() bool

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

func (*ChassisGetOK) IsCode

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

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

func (*ChassisGetOK) IsRedirect

func (o *ChassisGetOK) IsRedirect() bool

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

func (*ChassisGetOK) IsServerError

func (o *ChassisGetOK) IsServerError() bool

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

func (*ChassisGetOK) IsSuccess

func (o *ChassisGetOK) IsSuccess() bool

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

func (*ChassisGetOK) String

func (o *ChassisGetOK) String() string

type ChassisGetParams

type ChassisGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* ID.

	   Chassis ID
	*/
	IDPathParameter string

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

ChassisGetParams contains all the parameters to send to the API endpoint

for the chassis get operation.

Typically these are written to a http.Request.

func NewChassisGetParams

func NewChassisGetParams() *ChassisGetParams

NewChassisGetParams creates a new ChassisGetParams 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 NewChassisGetParamsWithContext

func NewChassisGetParamsWithContext(ctx context.Context) *ChassisGetParams

NewChassisGetParamsWithContext creates a new ChassisGetParams object with the ability to set a context for a request.

func NewChassisGetParamsWithHTTPClient

func NewChassisGetParamsWithHTTPClient(client *http.Client) *ChassisGetParams

NewChassisGetParamsWithHTTPClient creates a new ChassisGetParams object with the ability to set a custom HTTPClient for a request.

func NewChassisGetParamsWithTimeout

func NewChassisGetParamsWithTimeout(timeout time.Duration) *ChassisGetParams

NewChassisGetParamsWithTimeout creates a new ChassisGetParams object with the ability to set a timeout on a request.

func (*ChassisGetParams) SetContext

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

SetContext adds the context to the chassis get params

func (*ChassisGetParams) SetDefaults

func (o *ChassisGetParams) SetDefaults()

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

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

func (*ChassisGetParams) SetFieldsQueryParameter

func (o *ChassisGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the chassis get params

func (*ChassisGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the chassis get params

func (*ChassisGetParams) SetIDPathParameter

func (o *ChassisGetParams) SetIDPathParameter(id string)

SetIDPathParameter adds the id to the chassis get params

func (*ChassisGetParams) SetTimeout

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

SetTimeout adds the timeout to the chassis get params

func (*ChassisGetParams) WithContext

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

WithContext adds the context to the chassis get params

func (*ChassisGetParams) WithDefaults

func (o *ChassisGetParams) WithDefaults() *ChassisGetParams

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

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

func (*ChassisGetParams) WithFieldsQueryParameter

func (o *ChassisGetParams) WithFieldsQueryParameter(fields []string) *ChassisGetParams

WithFieldsQueryParameter adds the fields to the chassis get params

func (*ChassisGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the chassis get params

func (*ChassisGetParams) WithIDPathParameter

func (o *ChassisGetParams) WithIDPathParameter(id string) *ChassisGetParams

WithIDPathParameter adds the id to the chassis get params

func (*ChassisGetParams) WithTimeout

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

WithTimeout adds the timeout to the chassis get params

func (*ChassisGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ChassisGetReader

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

ChassisGetReader is a Reader for the ChassisGet structure.

func (*ChassisGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for cluster API

func (*Client) CapacityPoolCollectionGet

func (a *Client) CapacityPoolCollectionGet(params *CapacityPoolCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CapacityPoolCollectionGetOK, error)
CapacityPoolCollectionGet Retrieves a collection of capacity pools.

### Learn more * [`DOC /cluster/licensing/capacity-pools`](#docs-cluster-cluster_licensing_capacity-pools) ### Related ONTAP commands * `system license show-status` * `system license show`

func (*Client) CapacityPoolGet

func (a *Client) CapacityPoolGet(params *CapacityPoolGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CapacityPoolGetOK, error)
CapacityPoolGet Retrieves information about the capacity pool.

### Learn more * [`DOC /cluster/licensing/capacity-pools`](#docs-cluster-cluster_licensing_capacity-pools) ### Related ONTAP commands * `system license show-status` * `system license show`

func (*Client) ChassisCollectionGet

func (a *Client) ChassisCollectionGet(params *ChassisCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChassisCollectionGetOK, error)
ChassisCollectionGet Retrieves a collection of chassis.

### Related ONTAP commands * `system chassis show` * `system chassis fru show` ### Learn more * [`DOC /cluster/chassis`](#docs-cluster-cluster_chassis)

func (*Client) ChassisGet

func (a *Client) ChassisGet(params *ChassisGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChassisGetOK, error)
ChassisGet Retrieves a specific chassis.

### Related ONTAP commands * `system chassis show` * `system chassis fru show` ### Learn more * [`DOC /cluster/chassis`](#docs-cluster-cluster_chassis)

func (*Client) ClusterCollectionPerformanceMetricsGet

ClusterCollectionPerformanceMetricsGet Retrieves historical performance metrics for the cluster.

func (*Client) ClusterCreate

func (a *Client) ClusterCreate(params *ClusterCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterCreateAccepted, error)
ClusterCreate Creates a cluster.

### Required properties * `name` * `password` ### Recommended optional properties * `location` * `contact` * `dns_domains` * `name_servers` * `ntp_servers` * `license` * `configuration_backup` * `management_interface` * `nodes` * `timezone` ### Learn more * [`DOC /cluster`](#docs-cluster-cluster)

func (*Client) ClusterGet

func (a *Client) ClusterGet(params *ClusterGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterGetOK, error)

ClusterGet Retrieves the cluster configuration.

func (*Client) ClusterModify

func (a *Client) ClusterModify(params *ClusterModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterModifyAccepted, error)
ClusterModify Updates the cluster configuration after the cluster is created.

### Related ONTAP commands * `cluster identity modify` * `system node modify` * `vserver services dns modify` * `vserver services name-service dns modify` * `timezone` * `security ssl modify`

func (*Client) ClusterNtpKeysCollectionGet

func (a *Client) ClusterNtpKeysCollectionGet(params *ClusterNtpKeysCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysCollectionGetOK, error)
ClusterNtpKeysCollectionGet Retrieves the collection of NTP symmetric authentication keys known by ONTAP that

are uniquely indexed by an identifier. ### Related ONTAP commands * `cluster time-service ntp key show` ### Learn more * [`DOC /cluster/ntp/keys`](#docs-cluster-cluster_ntp_keys)

func (*Client) ClusterNtpKeysCreate

func (a *Client) ClusterNtpKeysCreate(params *ClusterNtpKeysCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysCreateCreated, error)
ClusterNtpKeysCreate Creates an NTP symmetric authentication key entry including the type of key

using an unused identifier or index number (ID). ### Required properties * `id` - Shared symmetric key number (ID). * `digest_type` - Shared private key cryptographic hash type. * `value` - Value of shared private key. ### Related ONTAP commands * `cluster time-service ntp key create` ### Learn more * [`DOC /cluster/ntp/keys`](#docs-cluster-cluster_ntp_keys)

func (*Client) ClusterNtpKeysDelete

func (a *Client) ClusterNtpKeysDelete(params *ClusterNtpKeysDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysDeleteOK, error)
ClusterNtpKeysDelete Deletes an NTP key.

### Related ONTAP commands * `cluster time-service ntp key delete` ### Learn more * [`DOC /cluster/ntp/keys`](#docs-cluster-cluster_ntp_keys)

func (*Client) ClusterNtpKeysGet

func (a *Client) ClusterNtpKeysGet(params *ClusterNtpKeysGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysGetOK, error)
ClusterNtpKeysGet Retrieves the details of a specific NTP symmetric authentication key by numeric identifier or index (ID).

### Related ONTAP commands * `cluster time-service ntp key show` ### Learn more * [`DOC /cluster/ntp/keys`](#docs-cluster-cluster_ntp_keys)

func (*Client) ClusterNtpKeysModify

func (a *Client) ClusterNtpKeysModify(params *ClusterNtpKeysModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysModifyOK, error)
ClusterNtpKeysModify Updates the details of a specific NTP symmetric authentication key by numeric

identifier or index (ID). ### Required properties * `digest_type` - Shared private key cryptographic hash type. * `value` - Value of shared private key. ### Related ONTAP commands * `cluster time-service ntp key modify` ### Learn more * [`DOC /cluster/ntp/keys`](#docs-cluster-cluster_ntp_keys)

func (*Client) ClusterNtpServersCollectionGet

func (a *Client) ClusterNtpServersCollectionGet(params *ClusterNtpServersCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersCollectionGetOK, error)
ClusterNtpServersCollectionGet Retrieves the collection of external NTP time servers ONTAP uses for time adjustment and correction.

### Related ONTAP commands * `cluster time-service ntp server show` ### Learn more * [`DOC /cluster/ntp/servers`](#docs-cluster-cluster_ntp_servers)

func (*Client) ClusterNtpServersCreate

func (a *Client) ClusterNtpServersCreate(params *ClusterNtpServersCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersCreateAccepted, error)
ClusterNtpServersCreate Validates the provided external NTP time server for usage and configures ONTAP so that all nodes in the cluster use it.

The required fields are: * `server` ### Default property values If not specified in POST, the following default property values are assigned: * `version` - auto * `key` - not set ### If the key is provided in POST, `authentication_enabled` is set to `true` by default. ### Related ONTAP commands * `cluster time-service ntp server create` ### Learn more * [`DOC /cluster/ntp/servers`](#docs-cluster-cluster_ntp_servers)

func (*Client) ClusterNtpServersDelete

func (a *Client) ClusterNtpServersDelete(params *ClusterNtpServersDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersDeleteAccepted, error)
ClusterNtpServersDelete Deletes an external NTP server used by ONTAP.

### Related ONTAP commands * `cluster time-service ntp server delete` ### Learn more * [`DOC /cluster/ntp/servers`](#docs-cluster-cluster_ntp_servers)

func (*Client) ClusterNtpServersGet

func (a *Client) ClusterNtpServersGet(params *ClusterNtpServersGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersGetOK, error)
ClusterNtpServersGet Retrieves the configuration of an external NTP server used by ONTAP.

### Related ONTAP commands * `cluster time-service ntp server show` ### Learn more * [`DOC /cluster/ntp/servers`](#docs-cluster-cluster_ntp_servers)

func (*Client) ClusterNtpServersModify

func (a *Client) ClusterNtpServersModify(params *ClusterNtpServersModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersModifyAccepted, error)
ClusterNtpServersModify Updates the configuration of an NTP server used by the ONTAP cluster after validation.

Patchable fields are: * `version` * `key.id` * `authentication_enabled` </br> If `authentication_enabled` is modified to `false`, the associated NTP key is removed from the server instance. If `authentication_enabled` is modified to `true`, you must provide an NTP key ID in the PATCH body. ### Related ONTAP commands * `cluster time-service ntp server modify` ### Learn more * [`DOC /cluster/ntp/servers`](#docs-cluster-cluster_ntp_servers)

func (*Client) ClusterPeerCollectionGet

func (a *Client) ClusterPeerCollectionGet(params *ClusterPeerCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerCollectionGetOK, error)

ClusterPeerCollectionGet Retrieves the collection of cluster peers.

func (*Client) ClusterPeerCreate

func (a *Client) ClusterPeerCreate(params *ClusterPeerCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerCreateCreated, error)
ClusterPeerCreate Creates a peering relationship and, optionally, the IP interfaces it will use. There are two methods used to create a peering relationship:

* Provide a remote IP address - Used when creating a new cluster peer relationship with a specific remote cluster. This requires at least one remote intercluster IP address from the remote cluster. * Do not provide a remote IP address - Used when the remote IP address is not provided and when the storage system is ready to accept peering requests from foreign clusters. ### Required properties * `remote.ip_addresses` - Addresses of the remote peers. The local peer must be able to reach and connect to these addresses for the request to succeed in creating a peer. Only required when creating a peering relationship by providing a remote IP address. * Either set `generate_passphrase` to "true" or provide a passphrase in the body of the request. Only one of these options is required. ### Recommended optional properties * `name` - Name of the peering relationship or name of the remote peer. * `passphrase` - User generated passphrase for use in authentication. * `generate_passphrase` (true/false) - When "true", ONTAP automatically generates a passphrase to authenticate cluster peers. * `ipspace` - IPspace of the local intercluster LIFs. Assumes Default IPspace if not provided. * `initial_allowed_svms` - Local SVMs allowed to peer with the peer cluster's SVMs. Can be modified until the remote cluster accepts this cluster peering relationship. * `local_network` - Fields to create a local intercluster LIF. * `expiry_time` - Duration in ISO 8601 format for which the user-supplied or auto-generated passphrase is valid. Expiration time must not be greater than seven days into the future. ISO 8601 duration format is "PnDTnHnMnS" or "PnW" where n is a positive integer. The "nD", "nH", "nM" and "nS" fields can be dropped if zero. "P" must always be present and "T" must be present if there are any hours, minutes, or seconds fields. * `encryption_proposed` (none/tls-psk) - Encryption mechanism of the communication channel between the two peers. * `peer_applications` - SVM peering applications (SnapMirror, FlexCache or both) for which the SVM peering relationship is set up. ### Additional information As with creating a cluster peer through the CLI, the combinations of options must be valid in order for the create operation to succeed. The following list shows the combinations that will succeed and those that will fail: * A passphrase only (fail) * A peer IP address (fail) * A passphrase with an expiration time > 7 days into the future (fail) * A peer IP address and a passphrase (OK) * generate_passphrase=true (OK) * Any proposed encryption protocol (OK) * An IPspace name or UUID (OK) * A passphrase, peer IP address, and any proposed encryption protocol (OK) * A non empty list of initial allowed SVM peer names or UUIDs. (OK)

func (*Client) ClusterPeerDelete

func (a *Client) ClusterPeerDelete(params *ClusterPeerDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerDeleteOK, error)

ClusterPeerDelete Deletes a cluster peer.

func (*Client) ClusterPeerGet

func (a *Client) ClusterPeerGet(params *ClusterPeerGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerGetOK, error)

ClusterPeerGet Retrieves a specific cluster peer instance.

func (*Client) ClusterPeerModify

func (a *Client) ClusterPeerModify(params *ClusterPeerModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerModifyOK, error)

ClusterPeerModify Updates a cluster peer instance.

func (*Client) CounterRowCollectionGet

func (a *Client) CounterRowCollectionGet(params *CounterRowCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CounterRowCollectionGetOK, error)

CounterRowCollectionGet Returns a collection of counter rows.

func (*Client) CounterRowGet

func (a *Client) CounterRowGet(params *CounterRowGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CounterRowGetOK, error)

CounterRowGet Returns a single counter row.

func (*Client) CounterTableCollectionGet

func (a *Client) CounterTableCollectionGet(params *CounterTableCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CounterTableCollectionGetOK, error)

CounterTableCollectionGet Returns a collection of counter tables and their schema definitions.

func (*Client) CounterTableGet

func (a *Client) CounterTableGet(params *CounterTableGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CounterTableGetOK, error)

CounterTableGet Returns the information about a single counter table.

func (*Client) FirmwareHistoryCollectionGet

func (a *Client) FirmwareHistoryCollectionGet(params *FirmwareHistoryCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FirmwareHistoryCollectionGetOK, error)
FirmwareHistoryCollectionGet Retrieves the history details for firmware update requests.

### Learn more * [`DOC /cluster/firmware/history`](#docs-cluster-cluster_firmware_history)

func (*Client) JobCollectionGet

func (a *Client) JobCollectionGet(params *JobCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*JobCollectionGetOK, error)

JobCollectionGet Retrieves a list of recently running asynchronous jobs. After a job transitions to a failure or success state, it is deleted after a default time of 300 seconds.

func (*Client) JobGet

func (a *Client) JobGet(params *JobGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*JobGetOK, error)

JobGet Retrieves the details of a specific asynchronous job. After a job transitions to a failure or success state, it is deleted after a default time of 300 seconds.

func (*Client) JobModify

func (a *Client) JobModify(params *JobModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*JobModifyOK, error)

JobModify Updates the state of a specific asynchronous job.

func (*Client) LicenseCreate

func (a *Client) LicenseCreate(params *LicenseCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseCreateCreated, error)
LicenseCreate Installs one or more feature licenses.

### Required properties * `keys` - Array containing a list of NLF or 28-character license keys. ### Related ONTAP commands * `system license add`

func (*Client) LicenseDelete

func (a *Client) LicenseDelete(params *LicenseDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseDeleteOK, error)
LicenseDelete Deletes a license.

### Related ONTAP commands * `system license delete`

func (*Client) LicenseGet

func (a *Client) LicenseGet(params *LicenseGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseGetOK, error)
LicenseGet Retrieves a specific license package.

#### **Note:** By default, the GET method only returns licensed packages. You must provide the following query "state=unlicensed" to retrieve unlicensed packages. ### Related ONTAP commands * `system license show` * `system license show-status`

func (*Client) LicenseManagerCollectionGet

func (a *Client) LicenseManagerCollectionGet(params *LicenseManagerCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseManagerCollectionGetOK, error)
LicenseManagerCollectionGet Retrieves a collection of license managers.

### Learn more * [`DOC /cluster/licensing/license-managers`](#docs-cluster-cluster_licensing_license-managers) ### Related ONTAP commands * `system license license-manager show`

func (*Client) LicenseManagerGet

func (a *Client) LicenseManagerGet(params *LicenseManagerGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseManagerGetOK, error)
LicenseManagerGet Retrieves information about the license manager.

### Learn more * [`DOC /cluster/licensing/license-managers`](#docs-cluster-cluster_licensing_license-managers) ### Related ONTAP commands * `system license license-manager show`

func (*Client) LicenseManagerModify

func (a *Client) LicenseManagerModify(params *LicenseManagerModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseManagerModifyAccepted, error)
LicenseManagerModify Updates the license manager configuration.

### Learn more * [`DOC /cluster/licensing/license-managers`](#docs-cluster-cluster_licensing_license-managers) ### Related ONTAP commands * `system license license-manager modify`

func (*Client) LicensesGet

func (a *Client) LicensesGet(params *LicensesGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicensesGetOK, error)
LicensesGet Retrieves a collection of license packages.

#### **Note:** By default, the GET method only returns licensed packages. You must provide the following query "state=unlicensed" to retrieve unlicensed packages. **Note:** Starting with ONTAP 9.11.1, the GET method no longer returns the Base license record. ### Related ONTAP commands * `system license show-status` * `system license show`

func (*Client) MediatorCollectionGet

func (a *Client) MediatorCollectionGet(params *MediatorCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MediatorCollectionGetOK, error)

MediatorCollectionGet Retrieves mediators configured in the cluster.

func (*Client) MediatorCreate

func (a *Client) MediatorCreate(params *MediatorCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MediatorCreateAccepted, error)

MediatorCreate Creates and connect a mediator.

func (*Client) MediatorDelete

func (a *Client) MediatorDelete(params *MediatorDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MediatorDeleteAccepted, error)

MediatorDelete Deletes the mediator.

func (*Client) MediatorGet

func (a *Client) MediatorGet(params *MediatorGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MediatorGetOK, error)

MediatorGet Retrieves the mediator state and configuration.

func (*Client) MetroclusterCreate

func (a *Client) MetroclusterCreate(params *MetroclusterCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterCreateAccepted, error)
MetroclusterCreate Sets up a MetroCluster.

### Required properties * `partner_cluster.name` * `dr_pairs` ### Recommended optional properties * `mediator.*` * `mccip_ports` ### Learn more * [`DOC /cluster/metrocluster`](#docs-cluster-cluster_metrocluster) ### Related ONTAP commands * `metrocluster configuration-settings dr-group create` * `metrocluster configuration-settings interface create` * `metrocluster configuration-settings connection connect` * `metrocluster configuration-settings mediator add` * `storage aggregate create` * `storage aggregate mirror` * `metrocluster configure`

func (*Client) MetroclusterDiagnosticsCreate

MetroclusterDiagnosticsCreate Start a MetroCluster diagnostic operation or set up a schedule for the diagnostics to be run periodically.

func (*Client) MetroclusterDiagnosticsGet

func (a *Client) MetroclusterDiagnosticsGet(params *MetroclusterDiagnosticsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDiagnosticsGetOK, error)

MetroclusterDiagnosticsGet Retrieves the results of a completed diagnostic operation for the MetroCluster configuration.

func (*Client) MetroclusterDrGroupCollectionGet

func (a *Client) MetroclusterDrGroupCollectionGet(params *MetroclusterDrGroupCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDrGroupCollectionGetOK, error)

MetroclusterDrGroupCollectionGet Retrieves all the DR group in the MetroCluster over IP configuration.

func (*Client) MetroclusterDrGroupCreate

func (a *Client) MetroclusterDrGroupCreate(params *MetroclusterDrGroupCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDrGroupCreateAccepted, error)
MetroclusterDrGroupCreate Creates a new DR group in the MetroCluster over IP configuration.

### Required properties * `partner_cluster.name` * `dr_pairs` ### Recommended optional properties * `mccip_ports` ### Learn more * [`DOC /cluster/metrocluster/dr-groups`](#docs-cluster-cluster_metrocluster_dr-groups) ### Related ONTAP commands * `metrocluster configuration-settings dr-group create`

func (*Client) MetroclusterDrGroupDelete

func (a *Client) MetroclusterDrGroupDelete(params *MetroclusterDrGroupDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDrGroupDeleteAccepted, error)

MetroclusterDrGroupDelete Remove the DR group from the current MetroCluster over IP configuration specified by the DR group id.

func (*Client) MetroclusterDrGroupGet

func (a *Client) MetroclusterDrGroupGet(params *MetroclusterDrGroupGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDrGroupGetOK, error)

MetroclusterDrGroupGet Retrieves the DR group information specified by the DR group id.

func (*Client) MetroclusterGet

func (a *Client) MetroclusterGet(params *MetroclusterGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterGetOK, error)
MetroclusterGet Retrieves MetroCluster status and configuration details.

### Related ONTAP commands * `metrocluster show` * `metrocluster node show`

func (*Client) MetroclusterInterconnectCollectionGet

func (a *Client) MetroclusterInterconnectCollectionGet(params *MetroclusterInterconnectCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterInterconnectCollectionGetOK, error)
MetroclusterInterconnectCollectionGet Retrieves a list of interconnect adapter information for nodes in the MetroCluster.

### Related ONTAP Commands * `metrocluster interconnect show` ### Learn more * [`DOC /cluster/metrocluster/interconnects`](#docs-cluster-cluster_metrocluster_interconnects)

func (*Client) MetroclusterInterconnectGet

func (a *Client) MetroclusterInterconnectGet(params *MetroclusterInterconnectGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterInterconnectGetOK, error)
MetroclusterInterconnectGet Retrieves information about a MetroCluster Interconnect for a specific partner type and adapter.

### Related ONTAP Commands * `metrocluster interconnect show`

func (*Client) MetroclusterInterconnectModify

MetroclusterInterconnectModify Updates a MetroCluster interconnect interface.

### Related ONTAP commands * `metrocluster configuration-settings interface modify`

func (*Client) MetroclusterModify

func (a *Client) MetroclusterModify(params *MetroclusterModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterModifyAccepted, error)
MetroclusterModify Initiates a switchover or switchback operation.

### Related ONTAP commands * `metrocluster switchover` * `metrocluster switchback`

func (*Client) MetroclusterNodeCollectionGet

func (a *Client) MetroclusterNodeCollectionGet(params *MetroclusterNodeCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterNodeCollectionGetOK, error)
MetroclusterNodeCollectionGet Retrieves MetroCluster nodes and their configurations.

### Related ONTAP Commands * `metrocluster node show` ### Learn more * [`DOC /cluster/metrocluster/nodes`](#docs-cluster-cluster_metrocluster_nodes)

func (*Client) MetroclusterNodeGet

func (a *Client) MetroclusterNodeGet(params *MetroclusterNodeGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterNodeGetOK, error)
MetroclusterNodeGet Retrieves the node configuration in the MetroCluster.

### Related ONTAP Commands * `metrocluster node show`

func (*Client) MetroclusterOperationCollectionGet

func (a *Client) MetroclusterOperationCollectionGet(params *MetroclusterOperationCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterOperationCollectionGetOK, error)
MetroclusterOperationCollectionGet Retrieves the list of MetroCluster operations on the local cluster.

### Related ONTAP Commands * `metrocluster operation history show` ### Learn more * [`DOC /cluster/metrocluster/operations`](#docs-cluster-cluster_metrocluster_operations)

func (*Client) MetroclusterOperationGet

func (a *Client) MetroclusterOperationGet(params *MetroclusterOperationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterOperationGetOK, error)
MetroclusterOperationGet Retrieves information about a specific MetroCluster operation.

### Related ONTAP Commands * `metrocluster operation show`

func (*Client) MetroclusterSvmCollectionGet

func (a *Client) MetroclusterSvmCollectionGet(params *MetroclusterSvmCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterSvmCollectionGetOK, error)

MetroclusterSvmCollectionGet Retrieves configuration information for all pairs of SVMs in MetroCluster. REST /api/cluster/metrocluster/svms/?

func (*Client) MetroclusterSvmGet

func (a *Client) MetroclusterSvmGet(params *MetroclusterSvmGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterSvmGetOK, error)

MetroclusterSvmGet Retrieves configuration information for an SVM in a MetroCluster relationship.

func (*Client) NodeDelete

func (a *Client) NodeDelete(params *NodeDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodeDeleteAccepted, error)
NodeDelete Deletes a node from the cluster.

Note that before deleting a node from the cluster, you must shut down all of the node's shared resources, such as virtual interfaces to clients. If any of the node's shared resources are still active, the command fails. ### Optional parameters: * `force` - Forcibly removes a node that is down and cannot be brought online to remove its shared resources. This flag is set to "false" by default. ### Related ONTAP commands * `cluster remove-node` ### Learn more * [`DOC /cluster/nodes`](#docs-cluster-cluster_nodes)

func (*Client) NodeGet

func (a *Client) NodeGet(params *NodeGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodeGetOK, error)
NodeGet Retrieves information for the node.

### Related ONTAP commands * `cluster add-node-status` * `cluster date show` * `cluster ha show` * `network interface show` * `network port show` * `storage failover show` * `system controller show` * `system node show` * `system node show-discovered` * `system service-processor network show` * `system service-processor show` * `system service-processor ssh show` * `system service-processor image show` * `version` * `system service-processor api-service show` * `system service-processor network auto-configuration show`

func (*Client) NodeMetricsCollectionGet

func (a *Client) NodeMetricsCollectionGet(params *NodeMetricsCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodeMetricsCollectionGetOK, error)

NodeMetricsCollectionGet Retrieves historical performance metrics for a node.

func (*Client) NodeModify

func (a *Client) NodeModify(params *NodeModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodeModifyAccepted, error)
NodeModify Updates the node information or performs shutdown/reboot actions on a node.

### Related ONTAP commands * `cluster ha modify` * `storage failover modify` * `system node modify` * `system node reboot` * `system node power off` * `system node power on` * `system service-processor network modify` * `system service-processor reboot-sp` * `system service-processor image modify` * `system service-processor network auto-configuration enable` * `system service-processor network auto-configuration disable`

func (*Client) NodesCreate

func (a *Client) NodesCreate(params *NodesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodesCreateAccepted, error)
NodesCreate Adds a node or nodes to the cluster.

### Required properties * `cluster_interface.ip.address` ### Related ONTAP commands * `cluster add-node` * `network interface create` * `storage aggregate auto-provision` * `system node modify` * `system service-processor network modify`

func (*Client) NodesGet

func (a *Client) NodesGet(params *NodesGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodesGetOK, error)
NodesGet Retrieves the nodes in the cluster.

### Expensive properties There is an added cost to retrieving values for these properties. They are not included by default in GET results and must be explicitly requested using the `fields` query parameter. See [`Requesting specific fields`](#Requesting_specific_fields) to learn more. * `statistics.*` * `metric.*` ### Related ONTAP commands * `system node show`

func (*Client) ScheduleCollectionGet

func (a *Client) ScheduleCollectionGet(params *ScheduleCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleCollectionGetOK, error)

ScheduleCollectionGet Retrieves a schedule.

func (*Client) ScheduleCreate

func (a *Client) ScheduleCreate(params *ScheduleCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleCreateCreated, error)
ScheduleCreate Creates a schedule.

### Required Fields * name - Name of the job schedule. You must provide a minutes field for a cron schedule and an interval field for an interval schedule. Do not provide both a cron field and an interval field.

func (*Client) ScheduleDelete

func (a *Client) ScheduleDelete(params *ScheduleDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleDeleteOK, error)

ScheduleDelete Deletes a schedule.

func (*Client) ScheduleGet

func (a *Client) ScheduleGet(params *ScheduleGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleGetOK, error)

ScheduleGet Retrieves a schedule.

func (*Client) ScheduleModify

func (a *Client) ScheduleModify(params *ScheduleModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleModifyOK, error)

ScheduleModify Updates a schedule. Note that you cannot modify a cron field of an interval schedule, or the interval field of a cron schedule.

func (*Client) SensorsCollectionGet

func (a *Client) SensorsCollectionGet(params *SensorsCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SensorsCollectionGetOK, error)

SensorsCollectionGet Retrieve Environment Sensors

func (*Client) SensorsGet

func (a *Client) SensorsGet(params *SensorsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SensorsGetOK, error)

SensorsGet Retrieve Environment Sensors

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SoftwareDownloadGet

func (a *Client) SoftwareDownloadGet(params *SoftwareDownloadGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareDownloadGetOK, error)
SoftwareDownloadGet Retrieves the software or firmware download status.

### Related ONTAP commands * `cluster image package check-download-progress` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) SoftwareGet

func (a *Client) SoftwareGet(params *SoftwareGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareGetOK, error)
SoftwareGet Retrieves the software profile of a cluster.

### Related ONTAP commands * `cluster image show` * `cluster image show-update-progress` * `system node image package show` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) SoftwareHistoryCollectionGet

func (a *Client) SoftwareHistoryCollectionGet(params *SoftwareHistoryCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareHistoryCollectionGetOK, error)
SoftwareHistoryCollectionGet Retrieves the history details for software installation requests.

### Related ONTAP commands * `cluster image show-update-history` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) SoftwareModify

func (a *Client) SoftwareModify(params *SoftwareModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareModifyAccepted, error)
SoftwareModify Updates the cluster software version.

Important note:

  • Setting 'version' triggers the package installation.
  • To validate the package for installation but not perform the installation, use the `validate_only` field on the request.

### Required properties * `version` - Software version to be installed on the cluster. ### Recommended optional parameters * `validate_only` - Required to validate a software package before an upgrade. * `skip_warnings` - Used to skip validation warnings when starting a software upgrade. * `action` - Used to pause, resume, or cancel an ongoing software upgrade. * `stabilize_minutes` - Specifies a custom value between 1 to 60 minutes that allows each node a specified amount of time to stabilize after a reboot; the default is 8 minutes. * `estimate_only` - Estimates the time duration; does not perform any update. * `nodes_to_update` - Specifies a subset of the cluster's nodes for update. * `show_validation_details` - If the value is set to true, then all validation details will be shown in the output. ### Related ONTAP commands * `cluster image validate` * `cluster image update` * `cluster image pause-update` * `cluster image resume-update` * `cluster image cancel-update` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) SoftwarePackageCreate

func (a *Client) SoftwarePackageCreate(params *SoftwarePackageCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwarePackageCreateAccepted, error)
SoftwarePackageCreate Downloads a software or firmware package from the server.

### Required properties * `url` - URL location of the software package ### Recommended optional parameters * `username` - Username of HTTPS/FTP server * `password` - Password of HTTPS/FTP server ### Related ONTAP commands * `cluster image package get` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) SoftwarePackageDelete

func (a *Client) SoftwarePackageDelete(params *SoftwarePackageDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwarePackageDeleteAccepted, error)
SoftwarePackageDelete Deletes a software package from the cluster. The delete operation fails if the package is currently installed.

### Related ONTAP commands * `cluster image package delete` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) SoftwarePackageGet

func (a *Client) SoftwarePackageGet(params *SoftwarePackageGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwarePackageGetOK, error)
SoftwarePackageGet Retrieves the software package information.

### Related ONTAP commands * `cluster image package show-repository` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) SoftwarePackagesCollectionGet

func (a *Client) SoftwarePackagesCollectionGet(params *SoftwarePackagesCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwarePackagesCollectionGetOK, error)
SoftwarePackagesCollectionGet Retrieves the software packages for a cluster.

### Related ONTAP commands * `cluster image package show-repository` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) SoftwareUpload

func (a *Client) SoftwareUpload(params *SoftwareUploadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareUploadAccepted, error)
SoftwareUpload Uploads a software or firmware package located on the local filesystem.

### Related ONTAP commands * `cluster image package get` ### Learn more * [`DOC /cluster/software`](#docs-cluster-cluster_software)

func (*Client) WebGet

func (a *Client) WebGet(params *WebGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebGetOK, error)

WebGet Retrieves the web services configuration.

func (*Client) WebModify

func (a *Client) WebModify(params *WebModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebModifyOK, *WebModifyAccepted, error)
WebModify Updates the web services configuration.

### Related ONTAP commands * `system services web modify`

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CapacityPoolCollectionGet(params *CapacityPoolCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CapacityPoolCollectionGetOK, error)

	CapacityPoolGet(params *CapacityPoolGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CapacityPoolGetOK, error)

	ChassisCollectionGet(params *ChassisCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChassisCollectionGetOK, error)

	ChassisGet(params *ChassisGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChassisGetOK, error)

	ClusterCollectionPerformanceMetricsGet(params *ClusterCollectionPerformanceMetricsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterCollectionPerformanceMetricsGetOK, error)

	ClusterCreate(params *ClusterCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterCreateAccepted, error)

	ClusterGet(params *ClusterGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterGetOK, error)

	ClusterModify(params *ClusterModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterModifyAccepted, error)

	ClusterNtpKeysCollectionGet(params *ClusterNtpKeysCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysCollectionGetOK, error)

	ClusterNtpKeysCreate(params *ClusterNtpKeysCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysCreateCreated, error)

	ClusterNtpKeysDelete(params *ClusterNtpKeysDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysDeleteOK, error)

	ClusterNtpKeysGet(params *ClusterNtpKeysGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysGetOK, error)

	ClusterNtpKeysModify(params *ClusterNtpKeysModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpKeysModifyOK, error)

	ClusterNtpServersCollectionGet(params *ClusterNtpServersCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersCollectionGetOK, error)

	ClusterNtpServersCreate(params *ClusterNtpServersCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersCreateAccepted, error)

	ClusterNtpServersDelete(params *ClusterNtpServersDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersDeleteAccepted, error)

	ClusterNtpServersGet(params *ClusterNtpServersGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersGetOK, error)

	ClusterNtpServersModify(params *ClusterNtpServersModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterNtpServersModifyAccepted, error)

	ClusterPeerCollectionGet(params *ClusterPeerCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerCollectionGetOK, error)

	ClusterPeerCreate(params *ClusterPeerCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerCreateCreated, error)

	ClusterPeerDelete(params *ClusterPeerDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerDeleteOK, error)

	ClusterPeerGet(params *ClusterPeerGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerGetOK, error)

	ClusterPeerModify(params *ClusterPeerModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClusterPeerModifyOK, error)

	CounterRowCollectionGet(params *CounterRowCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CounterRowCollectionGetOK, error)

	CounterRowGet(params *CounterRowGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CounterRowGetOK, error)

	CounterTableCollectionGet(params *CounterTableCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CounterTableCollectionGetOK, error)

	CounterTableGet(params *CounterTableGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CounterTableGetOK, error)

	FirmwareHistoryCollectionGet(params *FirmwareHistoryCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FirmwareHistoryCollectionGetOK, error)

	JobCollectionGet(params *JobCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*JobCollectionGetOK, error)

	JobGet(params *JobGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*JobGetOK, error)

	JobModify(params *JobModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*JobModifyOK, error)

	LicenseCreate(params *LicenseCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseCreateCreated, error)

	LicenseDelete(params *LicenseDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseDeleteOK, error)

	LicenseGet(params *LicenseGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseGetOK, error)

	LicenseManagerCollectionGet(params *LicenseManagerCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseManagerCollectionGetOK, error)

	LicenseManagerGet(params *LicenseManagerGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseManagerGetOK, error)

	LicenseManagerModify(params *LicenseManagerModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicenseManagerModifyAccepted, error)

	LicensesGet(params *LicensesGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LicensesGetOK, error)

	MediatorCollectionGet(params *MediatorCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MediatorCollectionGetOK, error)

	MediatorCreate(params *MediatorCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MediatorCreateAccepted, error)

	MediatorDelete(params *MediatorDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MediatorDeleteAccepted, error)

	MediatorGet(params *MediatorGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MediatorGetOK, error)

	MetroclusterCreate(params *MetroclusterCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterCreateAccepted, error)

	MetroclusterDiagnosticsCreate(params *MetroclusterDiagnosticsCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDiagnosticsCreateAccepted, error)

	MetroclusterDiagnosticsGet(params *MetroclusterDiagnosticsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDiagnosticsGetOK, error)

	MetroclusterDrGroupCollectionGet(params *MetroclusterDrGroupCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDrGroupCollectionGetOK, error)

	MetroclusterDrGroupCreate(params *MetroclusterDrGroupCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDrGroupCreateAccepted, error)

	MetroclusterDrGroupDelete(params *MetroclusterDrGroupDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDrGroupDeleteAccepted, error)

	MetroclusterDrGroupGet(params *MetroclusterDrGroupGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterDrGroupGetOK, error)

	MetroclusterGet(params *MetroclusterGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterGetOK, error)

	MetroclusterInterconnectCollectionGet(params *MetroclusterInterconnectCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterInterconnectCollectionGetOK, error)

	MetroclusterInterconnectGet(params *MetroclusterInterconnectGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterInterconnectGetOK, error)

	MetroclusterInterconnectModify(params *MetroclusterInterconnectModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterInterconnectModifyAccepted, error)

	MetroclusterModify(params *MetroclusterModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterModifyAccepted, error)

	MetroclusterNodeCollectionGet(params *MetroclusterNodeCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterNodeCollectionGetOK, error)

	MetroclusterNodeGet(params *MetroclusterNodeGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterNodeGetOK, error)

	MetroclusterOperationCollectionGet(params *MetroclusterOperationCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterOperationCollectionGetOK, error)

	MetroclusterOperationGet(params *MetroclusterOperationGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterOperationGetOK, error)

	MetroclusterSvmCollectionGet(params *MetroclusterSvmCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterSvmCollectionGetOK, error)

	MetroclusterSvmGet(params *MetroclusterSvmGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MetroclusterSvmGetOK, error)

	NodeDelete(params *NodeDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodeDeleteAccepted, error)

	NodeGet(params *NodeGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodeGetOK, error)

	NodeMetricsCollectionGet(params *NodeMetricsCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodeMetricsCollectionGetOK, error)

	NodeModify(params *NodeModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodeModifyAccepted, error)

	NodesCreate(params *NodesCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodesCreateAccepted, error)

	NodesGet(params *NodesGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NodesGetOK, error)

	ScheduleCollectionGet(params *ScheduleCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleCollectionGetOK, error)

	ScheduleCreate(params *ScheduleCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleCreateCreated, error)

	ScheduleDelete(params *ScheduleDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleDeleteOK, error)

	ScheduleGet(params *ScheduleGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleGetOK, error)

	ScheduleModify(params *ScheduleModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ScheduleModifyOK, error)

	SensorsCollectionGet(params *SensorsCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SensorsCollectionGetOK, error)

	SensorsGet(params *SensorsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SensorsGetOK, error)

	SoftwareDownloadGet(params *SoftwareDownloadGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareDownloadGetOK, error)

	SoftwareGet(params *SoftwareGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareGetOK, error)

	SoftwareHistoryCollectionGet(params *SoftwareHistoryCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareHistoryCollectionGetOK, error)

	SoftwareModify(params *SoftwareModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareModifyAccepted, error)

	SoftwarePackageCreate(params *SoftwarePackageCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwarePackageCreateAccepted, error)

	SoftwarePackageDelete(params *SoftwarePackageDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwarePackageDeleteAccepted, error)

	SoftwarePackageGet(params *SoftwarePackageGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwarePackageGetOK, error)

	SoftwarePackagesCollectionGet(params *SoftwarePackagesCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwarePackagesCollectionGetOK, error)

	SoftwareUpload(params *SoftwareUploadParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SoftwareUploadAccepted, error)

	WebGet(params *WebGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebGetOK, error)

	WebModify(params *WebModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*WebModifyOK, *WebModifyAccepted, 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 cluster API client.

type ClusterCollectionPerformanceMetricsGetDefault

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

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

Error

func NewClusterCollectionPerformanceMetricsGetDefault

func NewClusterCollectionPerformanceMetricsGetDefault(code int) *ClusterCollectionPerformanceMetricsGetDefault

NewClusterCollectionPerformanceMetricsGetDefault creates a ClusterCollectionPerformanceMetricsGetDefault with default headers values

func (*ClusterCollectionPerformanceMetricsGetDefault) Code

Code gets the status code for the cluster collection performance metrics get default response

func (*ClusterCollectionPerformanceMetricsGetDefault) Error

func (*ClusterCollectionPerformanceMetricsGetDefault) GetPayload

func (*ClusterCollectionPerformanceMetricsGetDefault) IsClientError

IsClientError returns true when this cluster collection performance metrics get default response has a 4xx status code

func (*ClusterCollectionPerformanceMetricsGetDefault) IsCode

IsCode returns true when this cluster collection performance metrics get default response a status code equal to that given

func (*ClusterCollectionPerformanceMetricsGetDefault) IsRedirect

IsRedirect returns true when this cluster collection performance metrics get default response has a 3xx status code

func (*ClusterCollectionPerformanceMetricsGetDefault) IsServerError

IsServerError returns true when this cluster collection performance metrics get default response has a 5xx status code

func (*ClusterCollectionPerformanceMetricsGetDefault) IsSuccess

IsSuccess returns true when this cluster collection performance metrics get default response has a 2xx status code

func (*ClusterCollectionPerformanceMetricsGetDefault) String

type ClusterCollectionPerformanceMetricsGetOK

type ClusterCollectionPerformanceMetricsGetOK struct {
	Payload *models.ClusterMetricsResponse
}

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

OK

func NewClusterCollectionPerformanceMetricsGetOK

func NewClusterCollectionPerformanceMetricsGetOK() *ClusterCollectionPerformanceMetricsGetOK

NewClusterCollectionPerformanceMetricsGetOK creates a ClusterCollectionPerformanceMetricsGetOK with default headers values

func (*ClusterCollectionPerformanceMetricsGetOK) Error

func (*ClusterCollectionPerformanceMetricsGetOK) GetPayload

func (*ClusterCollectionPerformanceMetricsGetOK) IsClientError

IsClientError returns true when this cluster collection performance metrics get o k response has a 4xx status code

func (*ClusterCollectionPerformanceMetricsGetOK) IsCode

IsCode returns true when this cluster collection performance metrics get o k response a status code equal to that given

func (*ClusterCollectionPerformanceMetricsGetOK) IsRedirect

IsRedirect returns true when this cluster collection performance metrics get o k response has a 3xx status code

func (*ClusterCollectionPerformanceMetricsGetOK) IsServerError

IsServerError returns true when this cluster collection performance metrics get o k response has a 5xx status code

func (*ClusterCollectionPerformanceMetricsGetOK) IsSuccess

IsSuccess returns true when this cluster collection performance metrics get o k response has a 2xx status code

func (*ClusterCollectionPerformanceMetricsGetOK) String

type ClusterCollectionPerformanceMetricsGetParams

type ClusterCollectionPerformanceMetricsGetParams struct {

	/* Duration.

	   Filter by duration
	*/
	DurationQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* Interval.

	     The time range for the data. Examples can be 1h, 1d, 1m, 1w, or 1y.
	The period for each time range is specified as follows:
	* 1h: Metrics over the most recent hour sampled over 15 seconds.
	* 1d: Metrics over the most recent day sampled over 5 minutes.
	* 1w: Metrics over the most recent week sampled over 30 minutes.
	* 1m: Metrics over the most recent month sampled over 2 hours.
	* 1y: Metrics over the most recent year sampled over a day.


	     Default: "1h"
	*/
	IntervalQueryParameter *string

	/* IopsOther.

	   Filter by iops.other
	*/
	IopsOtherQueryParameter *int64

	/* IopsRead.

	   Filter by iops.read
	*/
	IopsReadQueryParameter *int64

	/* IopsTotal.

	   Filter by iops.total
	*/
	IopsTotalQueryParameter *int64

	/* IopsWrite.

	   Filter by iops.write
	*/
	IopsWriteQueryParameter *int64

	/* LatencyOther.

	   Filter by latency.other
	*/
	LatencyOtherQueryParameter *int64

	/* LatencyRead.

	   Filter by latency.read
	*/
	LatencyReadQueryParameter *int64

	/* LatencyTotal.

	   Filter by latency.total
	*/
	LatencyTotalQueryParameter *int64

	/* LatencyWrite.

	   Filter by latency.write
	*/
	LatencyWriteQueryParameter *int64

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* Status.

	   Filter by status
	*/
	StatusQueryParameter *string

	/* ThroughputOther.

	   Filter by throughput.other
	*/
	ThroughputOtherQueryParameter *int64

	/* ThroughputRead.

	   Filter by throughput.read
	*/
	ThroughputReadQueryParameter *int64

	/* ThroughputTotal.

	   Filter by throughput.total
	*/
	ThroughputTotalQueryParameter *int64

	/* ThroughputWrite.

	   Filter by throughput.write
	*/
	ThroughputWriteQueryParameter *int64

	/* Timestamp.

	   Filter by timestamp
	*/
	TimestampQueryParameter *string

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

ClusterCollectionPerformanceMetricsGetParams contains all the parameters to send to the API endpoint

for the cluster collection performance metrics get operation.

Typically these are written to a http.Request.

func NewClusterCollectionPerformanceMetricsGetParams

func NewClusterCollectionPerformanceMetricsGetParams() *ClusterCollectionPerformanceMetricsGetParams

NewClusterCollectionPerformanceMetricsGetParams creates a new ClusterCollectionPerformanceMetricsGetParams 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 NewClusterCollectionPerformanceMetricsGetParamsWithContext

func NewClusterCollectionPerformanceMetricsGetParamsWithContext(ctx context.Context) *ClusterCollectionPerformanceMetricsGetParams

NewClusterCollectionPerformanceMetricsGetParamsWithContext creates a new ClusterCollectionPerformanceMetricsGetParams object with the ability to set a context for a request.

func NewClusterCollectionPerformanceMetricsGetParamsWithHTTPClient

func NewClusterCollectionPerformanceMetricsGetParamsWithHTTPClient(client *http.Client) *ClusterCollectionPerformanceMetricsGetParams

NewClusterCollectionPerformanceMetricsGetParamsWithHTTPClient creates a new ClusterCollectionPerformanceMetricsGetParams object with the ability to set a custom HTTPClient for a request.

func NewClusterCollectionPerformanceMetricsGetParamsWithTimeout

func NewClusterCollectionPerformanceMetricsGetParamsWithTimeout(timeout time.Duration) *ClusterCollectionPerformanceMetricsGetParams

NewClusterCollectionPerformanceMetricsGetParamsWithTimeout creates a new ClusterCollectionPerformanceMetricsGetParams object with the ability to set a timeout on a request.

func (*ClusterCollectionPerformanceMetricsGetParams) SetContext

SetContext adds the context to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetDefaults

SetDefaults hydrates default values in the cluster collection performance metrics get params (not the query body).

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

func (*ClusterCollectionPerformanceMetricsGetParams) SetDurationQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetDurationQueryParameter(duration *string)

SetDurationQueryParameter adds the duration to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetFieldsQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetIntervalQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetIntervalQueryParameter(interval *string)

SetIntervalQueryParameter adds the interval to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetIopsOtherQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetIopsOtherQueryParameter(iopsOther *int64)

SetIopsOtherQueryParameter adds the iopsOther to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetIopsReadQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetIopsReadQueryParameter(iopsRead *int64)

SetIopsReadQueryParameter adds the iopsRead to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetIopsTotalQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetIopsTotalQueryParameter(iopsTotal *int64)

SetIopsTotalQueryParameter adds the iopsTotal to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetIopsWriteQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetIopsWriteQueryParameter(iopsWrite *int64)

SetIopsWriteQueryParameter adds the iopsWrite to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetLatencyOtherQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetLatencyOtherQueryParameter(latencyOther *int64)

SetLatencyOtherQueryParameter adds the latencyOther to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetLatencyReadQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetLatencyReadQueryParameter(latencyRead *int64)

SetLatencyReadQueryParameter adds the latencyRead to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetLatencyTotalQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetLatencyTotalQueryParameter(latencyTotal *int64)

SetLatencyTotalQueryParameter adds the latencyTotal to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetLatencyWriteQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetLatencyWriteQueryParameter(latencyWrite *int64)

SetLatencyWriteQueryParameter adds the latencyWrite to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetMaxRecordsQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetOrderByQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetReturnRecordsQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetReturnTimeoutQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetStatusQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetStatusQueryParameter(status *string)

SetStatusQueryParameter adds the status to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetThroughputOtherQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetThroughputOtherQueryParameter(throughputOther *int64)

SetThroughputOtherQueryParameter adds the throughputOther to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetThroughputReadQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetThroughputReadQueryParameter(throughputRead *int64)

SetThroughputReadQueryParameter adds the throughputRead to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetThroughputTotalQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetThroughputTotalQueryParameter(throughputTotal *int64)

SetThroughputTotalQueryParameter adds the throughputTotal to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetThroughputWriteQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetThroughputWriteQueryParameter(throughputWrite *int64)

SetThroughputWriteQueryParameter adds the throughputWrite to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetTimeout

SetTimeout adds the timeout to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) SetTimestampQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) SetTimestampQueryParameter(timestamp *string)

SetTimestampQueryParameter adds the timestamp to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithContext

WithContext adds the context to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithDefaults

WithDefaults hydrates default values in the cluster collection performance metrics get params (not the query body).

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

func (*ClusterCollectionPerformanceMetricsGetParams) WithDurationQueryParameter

WithDurationQueryParameter adds the duration to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithFieldsQueryParameter

WithFieldsQueryParameter adds the fields to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithIntervalQueryParameter

WithIntervalQueryParameter adds the interval to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithIopsOtherQueryParameter

WithIopsOtherQueryParameter adds the iopsOther to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithIopsReadQueryParameter

WithIopsReadQueryParameter adds the iopsRead to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithIopsTotalQueryParameter

WithIopsTotalQueryParameter adds the iopsTotal to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithIopsWriteQueryParameter

WithIopsWriteQueryParameter adds the iopsWrite to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithLatencyOtherQueryParameter

WithLatencyOtherQueryParameter adds the latencyOther to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithLatencyReadQueryParameter

WithLatencyReadQueryParameter adds the latencyRead to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithLatencyTotalQueryParameter

WithLatencyTotalQueryParameter adds the latencyTotal to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithLatencyWriteQueryParameter

WithLatencyWriteQueryParameter adds the latencyWrite to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithMaxRecordsQueryParameter

WithMaxRecordsQueryParameter adds the maxRecords to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithOrderByQueryParameter

WithOrderByQueryParameter adds the orderBy to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithReturnRecordsQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ClusterCollectionPerformanceMetricsGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithReturnTimeoutQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterCollectionPerformanceMetricsGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithStatusQueryParameter

WithStatusQueryParameter adds the status to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithThroughputOtherQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) WithThroughputOtherQueryParameter(throughputOther *int64) *ClusterCollectionPerformanceMetricsGetParams

WithThroughputOtherQueryParameter adds the throughputOther to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithThroughputReadQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) WithThroughputReadQueryParameter(throughputRead *int64) *ClusterCollectionPerformanceMetricsGetParams

WithThroughputReadQueryParameter adds the throughputRead to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithThroughputTotalQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) WithThroughputTotalQueryParameter(throughputTotal *int64) *ClusterCollectionPerformanceMetricsGetParams

WithThroughputTotalQueryParameter adds the throughputTotal to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithThroughputWriteQueryParameter

func (o *ClusterCollectionPerformanceMetricsGetParams) WithThroughputWriteQueryParameter(throughputWrite *int64) *ClusterCollectionPerformanceMetricsGetParams

WithThroughputWriteQueryParameter adds the throughputWrite to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithTimeout

WithTimeout adds the timeout to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WithTimestampQueryParameter

WithTimestampQueryParameter adds the timestamp to the cluster collection performance metrics get params

func (*ClusterCollectionPerformanceMetricsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterCollectionPerformanceMetricsGetReader

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

ClusterCollectionPerformanceMetricsGetReader is a Reader for the ClusterCollectionPerformanceMetricsGet structure.

func (*ClusterCollectionPerformanceMetricsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterCreateAccepted

type ClusterCreateAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewClusterCreateAccepted

func NewClusterCreateAccepted() *ClusterCreateAccepted

NewClusterCreateAccepted creates a ClusterCreateAccepted with default headers values

func (*ClusterCreateAccepted) Error

func (o *ClusterCreateAccepted) Error() string

func (*ClusterCreateAccepted) GetPayload

func (o *ClusterCreateAccepted) GetPayload() *models.JobLinkResponse

func (*ClusterCreateAccepted) IsClientError

func (o *ClusterCreateAccepted) IsClientError() bool

IsClientError returns true when this cluster create accepted response has a 4xx status code

func (*ClusterCreateAccepted) IsCode

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

IsCode returns true when this cluster create accepted response a status code equal to that given

func (*ClusterCreateAccepted) IsRedirect

func (o *ClusterCreateAccepted) IsRedirect() bool

IsRedirect returns true when this cluster create accepted response has a 3xx status code

func (*ClusterCreateAccepted) IsServerError

func (o *ClusterCreateAccepted) IsServerError() bool

IsServerError returns true when this cluster create accepted response has a 5xx status code

func (*ClusterCreateAccepted) IsSuccess

func (o *ClusterCreateAccepted) IsSuccess() bool

IsSuccess returns true when this cluster create accepted response has a 2xx status code

func (*ClusterCreateAccepted) String

func (o *ClusterCreateAccepted) String() string

type ClusterCreateDefault

type ClusterCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 262245 | The value provided is invalid. | | 1179813 | Fields set for one node must be set for all nodes. | | 1179817 | The IP address, subnet mask, and gateway must all be provided for cluster manangement interface. | | 1179818 | The IP address and gateway must be of the same family. | | 1179821 | An IP address and subnet mask conflicts with an existing entry. | | 1179824 | An invalid gateway was provided. | | 1179825 | All management and cluster config IP addresses must belong to the same address family. | | 2097165 | An NTP server could not be reached. | | 8847361 | Too many DNS domains provided. | | 8847362 | Too many name servers provided. | | 8847394 | An invalid DNS domain was provided. | | 8978433 | An invalid license key was provided. | | 9240587 | A name must be provided. | | 9240594 | An invalid name was provided. | | 39387137 | The URL provided is invalid. | | 131727360 | A node could not be added to the cluster. This is a generic code, see response message for details. | | 131727388 | Hostnames for NTP servers cannot be used without DNS configured. | | 131727389 | URL and username are required for configuration backup. |

func NewClusterCreateDefault

func NewClusterCreateDefault(code int) *ClusterCreateDefault

NewClusterCreateDefault creates a ClusterCreateDefault with default headers values

func (*ClusterCreateDefault) Code

func (o *ClusterCreateDefault) Code() int

Code gets the status code for the cluster create default response

func (*ClusterCreateDefault) Error

func (o *ClusterCreateDefault) Error() string

func (*ClusterCreateDefault) GetPayload

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

func (*ClusterCreateDefault) IsClientError

func (o *ClusterCreateDefault) IsClientError() bool

IsClientError returns true when this cluster create default response has a 4xx status code

func (*ClusterCreateDefault) IsCode

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

IsCode returns true when this cluster create default response a status code equal to that given

func (*ClusterCreateDefault) IsRedirect

func (o *ClusterCreateDefault) IsRedirect() bool

IsRedirect returns true when this cluster create default response has a 3xx status code

func (*ClusterCreateDefault) IsServerError

func (o *ClusterCreateDefault) IsServerError() bool

IsServerError returns true when this cluster create default response has a 5xx status code

func (*ClusterCreateDefault) IsSuccess

func (o *ClusterCreateDefault) IsSuccess() bool

IsSuccess returns true when this cluster create default response has a 2xx status code

func (*ClusterCreateDefault) String

func (o *ClusterCreateDefault) String() string

type ClusterCreateParams

type ClusterCreateParams struct {

	/* CreateRecommendedAggregates.

	   Create aggregates based on an optimal layout recommended by the system.
	*/
	CreateRecommendedAggregatesQueryParameter *bool

	/* Info.

	   Cluster information
	*/
	Info *models.Cluster

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	/* SingleNodeCluster.

	   Configures a single node cluster.  All cluster ports are reassigned to the default network. The storage failover settings are configured to non-HA. The node reboots during this operation.
	*/
	SingleNodeClusterQueryParameter *bool

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

ClusterCreateParams contains all the parameters to send to the API endpoint

for the cluster create operation.

Typically these are written to a http.Request.

func NewClusterCreateParams

func NewClusterCreateParams() *ClusterCreateParams

NewClusterCreateParams creates a new ClusterCreateParams 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 NewClusterCreateParamsWithContext

func NewClusterCreateParamsWithContext(ctx context.Context) *ClusterCreateParams

NewClusterCreateParamsWithContext creates a new ClusterCreateParams object with the ability to set a context for a request.

func NewClusterCreateParamsWithHTTPClient

func NewClusterCreateParamsWithHTTPClient(client *http.Client) *ClusterCreateParams

NewClusterCreateParamsWithHTTPClient creates a new ClusterCreateParams object with the ability to set a custom HTTPClient for a request.

func NewClusterCreateParamsWithTimeout

func NewClusterCreateParamsWithTimeout(timeout time.Duration) *ClusterCreateParams

NewClusterCreateParamsWithTimeout creates a new ClusterCreateParams object with the ability to set a timeout on a request.

func (*ClusterCreateParams) SetContext

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

SetContext adds the context to the cluster create params

func (*ClusterCreateParams) SetCreateRecommendedAggregatesQueryParameter

func (o *ClusterCreateParams) SetCreateRecommendedAggregatesQueryParameter(createRecommendedAggregates *bool)

SetCreateRecommendedAggregatesQueryParameter adds the createRecommendedAggregates to the cluster create params

func (*ClusterCreateParams) SetDefaults

func (o *ClusterCreateParams) SetDefaults()

SetDefaults hydrates default values in the cluster create params (not the query body).

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

func (*ClusterCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster create params

func (*ClusterCreateParams) SetInfo

func (o *ClusterCreateParams) SetInfo(info *models.Cluster)

SetInfo adds the info to the cluster create params

func (*ClusterCreateParams) SetReturnTimeoutQueryParameter

func (o *ClusterCreateParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster create params

func (*ClusterCreateParams) SetSingleNodeClusterQueryParameter

func (o *ClusterCreateParams) SetSingleNodeClusterQueryParameter(singleNodeCluster *bool)

SetSingleNodeClusterQueryParameter adds the singleNodeCluster to the cluster create params

func (*ClusterCreateParams) SetTimeout

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

SetTimeout adds the timeout to the cluster create params

func (*ClusterCreateParams) WithContext

WithContext adds the context to the cluster create params

func (*ClusterCreateParams) WithCreateRecommendedAggregatesQueryParameter

func (o *ClusterCreateParams) WithCreateRecommendedAggregatesQueryParameter(createRecommendedAggregates *bool) *ClusterCreateParams

WithCreateRecommendedAggregatesQueryParameter adds the createRecommendedAggregates to the cluster create params

func (*ClusterCreateParams) WithDefaults

func (o *ClusterCreateParams) WithDefaults() *ClusterCreateParams

WithDefaults hydrates default values in the cluster create params (not the query body).

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

func (*ClusterCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cluster create params

func (*ClusterCreateParams) WithInfo

WithInfo adds the info to the cluster create params

func (*ClusterCreateParams) WithReturnTimeoutQueryParameter

func (o *ClusterCreateParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterCreateParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster create params

func (*ClusterCreateParams) WithSingleNodeClusterQueryParameter

func (o *ClusterCreateParams) WithSingleNodeClusterQueryParameter(singleNodeCluster *bool) *ClusterCreateParams

WithSingleNodeClusterQueryParameter adds the singleNodeCluster to the cluster create params

func (*ClusterCreateParams) WithTimeout

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

WithTimeout adds the timeout to the cluster create params

func (*ClusterCreateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ClusterCreateReader

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

ClusterCreateReader is a Reader for the ClusterCreate structure.

func (*ClusterCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterGetDefault

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

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

Error

func NewClusterGetDefault

func NewClusterGetDefault(code int) *ClusterGetDefault

NewClusterGetDefault creates a ClusterGetDefault with default headers values

func (*ClusterGetDefault) Code

func (o *ClusterGetDefault) Code() int

Code gets the status code for the cluster get default response

func (*ClusterGetDefault) Error

func (o *ClusterGetDefault) Error() string

func (*ClusterGetDefault) GetPayload

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

func (*ClusterGetDefault) IsClientError

func (o *ClusterGetDefault) IsClientError() bool

IsClientError returns true when this cluster get default response has a 4xx status code

func (*ClusterGetDefault) IsCode

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

IsCode returns true when this cluster get default response a status code equal to that given

func (*ClusterGetDefault) IsRedirect

func (o *ClusterGetDefault) IsRedirect() bool

IsRedirect returns true when this cluster get default response has a 3xx status code

func (*ClusterGetDefault) IsServerError

func (o *ClusterGetDefault) IsServerError() bool

IsServerError returns true when this cluster get default response has a 5xx status code

func (*ClusterGetDefault) IsSuccess

func (o *ClusterGetDefault) IsSuccess() bool

IsSuccess returns true when this cluster get default response has a 2xx status code

func (*ClusterGetDefault) String

func (o *ClusterGetDefault) String() string

type ClusterGetOK

type ClusterGetOK struct {
	Payload *models.Cluster
}

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

OK

func NewClusterGetOK

func NewClusterGetOK() *ClusterGetOK

NewClusterGetOK creates a ClusterGetOK with default headers values

func (*ClusterGetOK) Error

func (o *ClusterGetOK) Error() string

func (*ClusterGetOK) GetPayload

func (o *ClusterGetOK) GetPayload() *models.Cluster

func (*ClusterGetOK) IsClientError

func (o *ClusterGetOK) IsClientError() bool

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

func (*ClusterGetOK) IsCode

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

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

func (*ClusterGetOK) IsRedirect

func (o *ClusterGetOK) IsRedirect() bool

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

func (*ClusterGetOK) IsServerError

func (o *ClusterGetOK) IsServerError() bool

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

func (*ClusterGetOK) IsSuccess

func (o *ClusterGetOK) IsSuccess() bool

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

func (*ClusterGetOK) String

func (o *ClusterGetOK) String() string

type ClusterGetParams

type ClusterGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

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

ClusterGetParams contains all the parameters to send to the API endpoint

for the cluster get operation.

Typically these are written to a http.Request.

func NewClusterGetParams

func NewClusterGetParams() *ClusterGetParams

NewClusterGetParams creates a new ClusterGetParams 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 NewClusterGetParamsWithContext

func NewClusterGetParamsWithContext(ctx context.Context) *ClusterGetParams

NewClusterGetParamsWithContext creates a new ClusterGetParams object with the ability to set a context for a request.

func NewClusterGetParamsWithHTTPClient

func NewClusterGetParamsWithHTTPClient(client *http.Client) *ClusterGetParams

NewClusterGetParamsWithHTTPClient creates a new ClusterGetParams object with the ability to set a custom HTTPClient for a request.

func NewClusterGetParamsWithTimeout

func NewClusterGetParamsWithTimeout(timeout time.Duration) *ClusterGetParams

NewClusterGetParamsWithTimeout creates a new ClusterGetParams object with the ability to set a timeout on a request.

func (*ClusterGetParams) SetContext

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

SetContext adds the context to the cluster get params

func (*ClusterGetParams) SetDefaults

func (o *ClusterGetParams) SetDefaults()

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

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

func (*ClusterGetParams) SetFieldsQueryParameter

func (o *ClusterGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the cluster get params

func (*ClusterGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster get params

func (*ClusterGetParams) SetTimeout

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

SetTimeout adds the timeout to the cluster get params

func (*ClusterGetParams) WithContext

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

WithContext adds the context to the cluster get params

func (*ClusterGetParams) WithDefaults

func (o *ClusterGetParams) WithDefaults() *ClusterGetParams

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

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

func (*ClusterGetParams) WithFieldsQueryParameter

func (o *ClusterGetParams) WithFieldsQueryParameter(fields []string) *ClusterGetParams

WithFieldsQueryParameter adds the fields to the cluster get params

func (*ClusterGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cluster get params

func (*ClusterGetParams) WithTimeout

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

WithTimeout adds the timeout to the cluster get params

func (*ClusterGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ClusterGetReader

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

ClusterGetReader is a Reader for the ClusterGet structure.

func (*ClusterGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterModifyAccepted

type ClusterModifyAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewClusterModifyAccepted

func NewClusterModifyAccepted() *ClusterModifyAccepted

NewClusterModifyAccepted creates a ClusterModifyAccepted with default headers values

func (*ClusterModifyAccepted) Error

func (o *ClusterModifyAccepted) Error() string

func (*ClusterModifyAccepted) GetPayload

func (o *ClusterModifyAccepted) GetPayload() *models.JobLinkResponse

func (*ClusterModifyAccepted) IsClientError

func (o *ClusterModifyAccepted) IsClientError() bool

IsClientError returns true when this cluster modify accepted response has a 4xx status code

func (*ClusterModifyAccepted) IsCode

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

IsCode returns true when this cluster modify accepted response a status code equal to that given

func (*ClusterModifyAccepted) IsRedirect

func (o *ClusterModifyAccepted) IsRedirect() bool

IsRedirect returns true when this cluster modify accepted response has a 3xx status code

func (*ClusterModifyAccepted) IsServerError

func (o *ClusterModifyAccepted) IsServerError() bool

IsServerError returns true when this cluster modify accepted response has a 5xx status code

func (*ClusterModifyAccepted) IsSuccess

func (o *ClusterModifyAccepted) IsSuccess() bool

IsSuccess returns true when this cluster modify accepted response has a 2xx status code

func (*ClusterModifyAccepted) String

func (o *ClusterModifyAccepted) String() string

type ClusterModifyDefault

type ClusterModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 3604491 | Updating timezone failed. | | 3604520 | Internal error. System state is not correct to read or change timezone. | | 8847361 | Too many DNS domains provided. | | 8847362 | Too many name servers provided. | | 9240587 | A name must be provided. | | 12451843 | Certificate does not exist. |

func NewClusterModifyDefault

func NewClusterModifyDefault(code int) *ClusterModifyDefault

NewClusterModifyDefault creates a ClusterModifyDefault with default headers values

func (*ClusterModifyDefault) Code

func (o *ClusterModifyDefault) Code() int

Code gets the status code for the cluster modify default response

func (*ClusterModifyDefault) Error

func (o *ClusterModifyDefault) Error() string

func (*ClusterModifyDefault) GetPayload

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

func (*ClusterModifyDefault) IsClientError

func (o *ClusterModifyDefault) IsClientError() bool

IsClientError returns true when this cluster modify default response has a 4xx status code

func (*ClusterModifyDefault) IsCode

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

IsCode returns true when this cluster modify default response a status code equal to that given

func (*ClusterModifyDefault) IsRedirect

func (o *ClusterModifyDefault) IsRedirect() bool

IsRedirect returns true when this cluster modify default response has a 3xx status code

func (*ClusterModifyDefault) IsServerError

func (o *ClusterModifyDefault) IsServerError() bool

IsServerError returns true when this cluster modify default response has a 5xx status code

func (*ClusterModifyDefault) IsSuccess

func (o *ClusterModifyDefault) IsSuccess() bool

IsSuccess returns true when this cluster modify default response has a 2xx status code

func (*ClusterModifyDefault) String

func (o *ClusterModifyDefault) String() string

type ClusterModifyParams

type ClusterModifyParams struct {

	/* Info.

	   Cluster information
	*/
	Info *models.Cluster

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

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

ClusterModifyParams contains all the parameters to send to the API endpoint

for the cluster modify operation.

Typically these are written to a http.Request.

func NewClusterModifyParams

func NewClusterModifyParams() *ClusterModifyParams

NewClusterModifyParams creates a new ClusterModifyParams 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 NewClusterModifyParamsWithContext

func NewClusterModifyParamsWithContext(ctx context.Context) *ClusterModifyParams

NewClusterModifyParamsWithContext creates a new ClusterModifyParams object with the ability to set a context for a request.

func NewClusterModifyParamsWithHTTPClient

func NewClusterModifyParamsWithHTTPClient(client *http.Client) *ClusterModifyParams

NewClusterModifyParamsWithHTTPClient creates a new ClusterModifyParams object with the ability to set a custom HTTPClient for a request.

func NewClusterModifyParamsWithTimeout

func NewClusterModifyParamsWithTimeout(timeout time.Duration) *ClusterModifyParams

NewClusterModifyParamsWithTimeout creates a new ClusterModifyParams object with the ability to set a timeout on a request.

func (*ClusterModifyParams) SetContext

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

SetContext adds the context to the cluster modify params

func (*ClusterModifyParams) SetDefaults

func (o *ClusterModifyParams) SetDefaults()

SetDefaults hydrates default values in the cluster modify params (not the query body).

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

func (*ClusterModifyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster modify params

func (*ClusterModifyParams) SetInfo

func (o *ClusterModifyParams) SetInfo(info *models.Cluster)

SetInfo adds the info to the cluster modify params

func (*ClusterModifyParams) SetReturnTimeoutQueryParameter

func (o *ClusterModifyParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster modify params

func (*ClusterModifyParams) SetTimeout

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

SetTimeout adds the timeout to the cluster modify params

func (*ClusterModifyParams) WithContext

WithContext adds the context to the cluster modify params

func (*ClusterModifyParams) WithDefaults

func (o *ClusterModifyParams) WithDefaults() *ClusterModifyParams

WithDefaults hydrates default values in the cluster modify params (not the query body).

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

func (*ClusterModifyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cluster modify params

func (*ClusterModifyParams) WithInfo

WithInfo adds the info to the cluster modify params

func (*ClusterModifyParams) WithReturnTimeoutQueryParameter

func (o *ClusterModifyParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterModifyParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster modify params

func (*ClusterModifyParams) WithTimeout

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

WithTimeout adds the timeout to the cluster modify params

func (*ClusterModifyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ClusterModifyReader

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

ClusterModifyReader is a Reader for the ClusterModify structure.

func (*ClusterModifyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpKeysCollectionGetDefault

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

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

Error

func NewClusterNtpKeysCollectionGetDefault

func NewClusterNtpKeysCollectionGetDefault(code int) *ClusterNtpKeysCollectionGetDefault

NewClusterNtpKeysCollectionGetDefault creates a ClusterNtpKeysCollectionGetDefault with default headers values

func (*ClusterNtpKeysCollectionGetDefault) Code

Code gets the status code for the cluster ntp keys collection get default response

func (*ClusterNtpKeysCollectionGetDefault) Error

func (*ClusterNtpKeysCollectionGetDefault) GetPayload

func (*ClusterNtpKeysCollectionGetDefault) IsClientError

func (o *ClusterNtpKeysCollectionGetDefault) IsClientError() bool

IsClientError returns true when this cluster ntp keys collection get default response has a 4xx status code

func (*ClusterNtpKeysCollectionGetDefault) IsCode

IsCode returns true when this cluster ntp keys collection get default response a status code equal to that given

func (*ClusterNtpKeysCollectionGetDefault) IsRedirect

func (o *ClusterNtpKeysCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp keys collection get default response has a 3xx status code

func (*ClusterNtpKeysCollectionGetDefault) IsServerError

func (o *ClusterNtpKeysCollectionGetDefault) IsServerError() bool

IsServerError returns true when this cluster ntp keys collection get default response has a 5xx status code

func (*ClusterNtpKeysCollectionGetDefault) IsSuccess

IsSuccess returns true when this cluster ntp keys collection get default response has a 2xx status code

func (*ClusterNtpKeysCollectionGetDefault) String

type ClusterNtpKeysCollectionGetOK

type ClusterNtpKeysCollectionGetOK struct {
	Payload *models.NtpKeyResponse
}

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

OK

func NewClusterNtpKeysCollectionGetOK

func NewClusterNtpKeysCollectionGetOK() *ClusterNtpKeysCollectionGetOK

NewClusterNtpKeysCollectionGetOK creates a ClusterNtpKeysCollectionGetOK with default headers values

func (*ClusterNtpKeysCollectionGetOK) Error

func (*ClusterNtpKeysCollectionGetOK) GetPayload

func (*ClusterNtpKeysCollectionGetOK) IsClientError

func (o *ClusterNtpKeysCollectionGetOK) IsClientError() bool

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

func (*ClusterNtpKeysCollectionGetOK) IsCode

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

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

func (*ClusterNtpKeysCollectionGetOK) IsRedirect

func (o *ClusterNtpKeysCollectionGetOK) IsRedirect() bool

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

func (*ClusterNtpKeysCollectionGetOK) IsServerError

func (o *ClusterNtpKeysCollectionGetOK) IsServerError() bool

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

func (*ClusterNtpKeysCollectionGetOK) IsSuccess

func (o *ClusterNtpKeysCollectionGetOK) IsSuccess() bool

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

func (*ClusterNtpKeysCollectionGetOK) String

type ClusterNtpKeysCollectionGetParams

type ClusterNtpKeysCollectionGetParams struct {

	/* DigestType.

	   Filter by digest_type
	*/
	DigestTypeQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* ID.

	   Filter by id
	*/
	IDQueryParameter *int64

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* Value.

	   Filter by value
	*/
	ValueQueryParameter *string

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

ClusterNtpKeysCollectionGetParams contains all the parameters to send to the API endpoint

for the cluster ntp keys collection get operation.

Typically these are written to a http.Request.

func NewClusterNtpKeysCollectionGetParams

func NewClusterNtpKeysCollectionGetParams() *ClusterNtpKeysCollectionGetParams

NewClusterNtpKeysCollectionGetParams creates a new ClusterNtpKeysCollectionGetParams 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 NewClusterNtpKeysCollectionGetParamsWithContext

func NewClusterNtpKeysCollectionGetParamsWithContext(ctx context.Context) *ClusterNtpKeysCollectionGetParams

NewClusterNtpKeysCollectionGetParamsWithContext creates a new ClusterNtpKeysCollectionGetParams object with the ability to set a context for a request.

func NewClusterNtpKeysCollectionGetParamsWithHTTPClient

func NewClusterNtpKeysCollectionGetParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysCollectionGetParams

NewClusterNtpKeysCollectionGetParamsWithHTTPClient creates a new ClusterNtpKeysCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpKeysCollectionGetParamsWithTimeout

func NewClusterNtpKeysCollectionGetParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysCollectionGetParams

NewClusterNtpKeysCollectionGetParamsWithTimeout creates a new ClusterNtpKeysCollectionGetParams object with the ability to set a timeout on a request.

func (*ClusterNtpKeysCollectionGetParams) SetContext

SetContext adds the context to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetDefaults

func (o *ClusterNtpKeysCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the cluster ntp keys collection get params (not the query body).

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

func (*ClusterNtpKeysCollectionGetParams) SetDigestTypeQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) SetDigestTypeQueryParameter(digestType *string)

SetDigestTypeQueryParameter adds the digestType to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetFieldsQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetIDQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) SetIDQueryParameter(id *int64)

SetIDQueryParameter adds the id to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetMaxRecordsQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetOrderByQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetReturnRecordsQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) SetValueQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) SetValueQueryParameter(value *string)

SetValueQueryParameter adds the value to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithContext

WithContext adds the context to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the cluster ntp keys collection get params (not the query body).

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

func (*ClusterNtpKeysCollectionGetParams) WithDigestTypeQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) WithDigestTypeQueryParameter(digestType *string) *ClusterNtpKeysCollectionGetParams

WithDigestTypeQueryParameter adds the digestType to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithFieldsQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) WithFieldsQueryParameter(fields []string) *ClusterNtpKeysCollectionGetParams

WithFieldsQueryParameter adds the fields to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithIDQueryParameter

WithIDQueryParameter adds the id to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithMaxRecordsQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *ClusterNtpKeysCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithOrderByQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *ClusterNtpKeysCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithReturnRecordsQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ClusterNtpKeysCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *ClusterNtpKeysCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterNtpKeysCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WithValueQueryParameter

WithValueQueryParameter adds the value to the cluster ntp keys collection get params

func (*ClusterNtpKeysCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpKeysCollectionGetReader

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

ClusterNtpKeysCollectionGetReader is a Reader for the ClusterNtpKeysCollectionGet structure.

func (*ClusterNtpKeysCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpKeysCreateCreated

type ClusterNtpKeysCreateCreated struct {
}

ClusterNtpKeysCreateCreated describes a response with status code 201, with default header values.

Created

func NewClusterNtpKeysCreateCreated

func NewClusterNtpKeysCreateCreated() *ClusterNtpKeysCreateCreated

NewClusterNtpKeysCreateCreated creates a ClusterNtpKeysCreateCreated with default headers values

func (*ClusterNtpKeysCreateCreated) Error

func (*ClusterNtpKeysCreateCreated) IsClientError

func (o *ClusterNtpKeysCreateCreated) IsClientError() bool

IsClientError returns true when this cluster ntp keys create created response has a 4xx status code

func (*ClusterNtpKeysCreateCreated) IsCode

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

IsCode returns true when this cluster ntp keys create created response a status code equal to that given

func (*ClusterNtpKeysCreateCreated) IsRedirect

func (o *ClusterNtpKeysCreateCreated) IsRedirect() bool

IsRedirect returns true when this cluster ntp keys create created response has a 3xx status code

func (*ClusterNtpKeysCreateCreated) IsServerError

func (o *ClusterNtpKeysCreateCreated) IsServerError() bool

IsServerError returns true when this cluster ntp keys create created response has a 5xx status code

func (*ClusterNtpKeysCreateCreated) IsSuccess

func (o *ClusterNtpKeysCreateCreated) IsSuccess() bool

IsSuccess returns true when this cluster ntp keys create created response has a 2xx status code

func (*ClusterNtpKeysCreateCreated) String

func (o *ClusterNtpKeysCreateCreated) String() string

type ClusterNtpKeysCreateDefault

type ClusterNtpKeysCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterNtpKeysCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2097187 | Invalid value for an NTP symmetric authentication key. A SHA1 key must be exactly 40 hexadecimal digits. | | 2097189 | Too many NTP keys have been configured. |

func NewClusterNtpKeysCreateDefault

func NewClusterNtpKeysCreateDefault(code int) *ClusterNtpKeysCreateDefault

NewClusterNtpKeysCreateDefault creates a ClusterNtpKeysCreateDefault with default headers values

func (*ClusterNtpKeysCreateDefault) Code

func (o *ClusterNtpKeysCreateDefault) Code() int

Code gets the status code for the cluster ntp keys create default response

func (*ClusterNtpKeysCreateDefault) Error

func (*ClusterNtpKeysCreateDefault) GetPayload

func (*ClusterNtpKeysCreateDefault) IsClientError

func (o *ClusterNtpKeysCreateDefault) IsClientError() bool

IsClientError returns true when this cluster ntp keys create default response has a 4xx status code

func (*ClusterNtpKeysCreateDefault) IsCode

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

IsCode returns true when this cluster ntp keys create default response a status code equal to that given

func (*ClusterNtpKeysCreateDefault) IsRedirect

func (o *ClusterNtpKeysCreateDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp keys create default response has a 3xx status code

func (*ClusterNtpKeysCreateDefault) IsServerError

func (o *ClusterNtpKeysCreateDefault) IsServerError() bool

IsServerError returns true when this cluster ntp keys create default response has a 5xx status code

func (*ClusterNtpKeysCreateDefault) IsSuccess

func (o *ClusterNtpKeysCreateDefault) IsSuccess() bool

IsSuccess returns true when this cluster ntp keys create default response has a 2xx status code

func (*ClusterNtpKeysCreateDefault) String

func (o *ClusterNtpKeysCreateDefault) String() string

type ClusterNtpKeysCreateParams

type ClusterNtpKeysCreateParams struct {

	/* Info.

	   Information specification
	*/
	Info *models.NtpKey

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

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

ClusterNtpKeysCreateParams contains all the parameters to send to the API endpoint

for the cluster ntp keys create operation.

Typically these are written to a http.Request.

func NewClusterNtpKeysCreateParams

func NewClusterNtpKeysCreateParams() *ClusterNtpKeysCreateParams

NewClusterNtpKeysCreateParams creates a new ClusterNtpKeysCreateParams 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 NewClusterNtpKeysCreateParamsWithContext

func NewClusterNtpKeysCreateParamsWithContext(ctx context.Context) *ClusterNtpKeysCreateParams

NewClusterNtpKeysCreateParamsWithContext creates a new ClusterNtpKeysCreateParams object with the ability to set a context for a request.

func NewClusterNtpKeysCreateParamsWithHTTPClient

func NewClusterNtpKeysCreateParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysCreateParams

NewClusterNtpKeysCreateParamsWithHTTPClient creates a new ClusterNtpKeysCreateParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpKeysCreateParamsWithTimeout

func NewClusterNtpKeysCreateParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysCreateParams

NewClusterNtpKeysCreateParamsWithTimeout creates a new ClusterNtpKeysCreateParams object with the ability to set a timeout on a request.

func (*ClusterNtpKeysCreateParams) SetContext

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

SetContext adds the context to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) SetDefaults

func (o *ClusterNtpKeysCreateParams) SetDefaults()

SetDefaults hydrates default values in the cluster ntp keys create params (not the query body).

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

func (*ClusterNtpKeysCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) SetInfo

func (o *ClusterNtpKeysCreateParams) SetInfo(info *models.NtpKey)

SetInfo adds the info to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) SetReturnRecordsQueryParameter

func (o *ClusterNtpKeysCreateParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) WithContext

WithContext adds the context to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) WithDefaults

WithDefaults hydrates default values in the cluster ntp keys create params (not the query body).

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

func (*ClusterNtpKeysCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) WithInfo

WithInfo adds the info to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) WithReturnRecordsQueryParameter

func (o *ClusterNtpKeysCreateParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ClusterNtpKeysCreateParams

WithReturnRecordsQueryParameter adds the returnRecords to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp keys create params

func (*ClusterNtpKeysCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpKeysCreateReader

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

ClusterNtpKeysCreateReader is a Reader for the ClusterNtpKeysCreate structure.

func (*ClusterNtpKeysCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpKeysDeleteDefault

type ClusterNtpKeysDeleteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterNtpKeysDeleteDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2097186 | The key cannot be deleted because it is being used by an NTP server. |

func NewClusterNtpKeysDeleteDefault

func NewClusterNtpKeysDeleteDefault(code int) *ClusterNtpKeysDeleteDefault

NewClusterNtpKeysDeleteDefault creates a ClusterNtpKeysDeleteDefault with default headers values

func (*ClusterNtpKeysDeleteDefault) Code

func (o *ClusterNtpKeysDeleteDefault) Code() int

Code gets the status code for the cluster ntp keys delete default response

func (*ClusterNtpKeysDeleteDefault) Error

func (*ClusterNtpKeysDeleteDefault) GetPayload

func (*ClusterNtpKeysDeleteDefault) IsClientError

func (o *ClusterNtpKeysDeleteDefault) IsClientError() bool

IsClientError returns true when this cluster ntp keys delete default response has a 4xx status code

func (*ClusterNtpKeysDeleteDefault) IsCode

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

IsCode returns true when this cluster ntp keys delete default response a status code equal to that given

func (*ClusterNtpKeysDeleteDefault) IsRedirect

func (o *ClusterNtpKeysDeleteDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp keys delete default response has a 3xx status code

func (*ClusterNtpKeysDeleteDefault) IsServerError

func (o *ClusterNtpKeysDeleteDefault) IsServerError() bool

IsServerError returns true when this cluster ntp keys delete default response has a 5xx status code

func (*ClusterNtpKeysDeleteDefault) IsSuccess

func (o *ClusterNtpKeysDeleteDefault) IsSuccess() bool

IsSuccess returns true when this cluster ntp keys delete default response has a 2xx status code

func (*ClusterNtpKeysDeleteDefault) String

func (o *ClusterNtpKeysDeleteDefault) String() string

type ClusterNtpKeysDeleteOK

type ClusterNtpKeysDeleteOK struct {
}

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

OK

func NewClusterNtpKeysDeleteOK

func NewClusterNtpKeysDeleteOK() *ClusterNtpKeysDeleteOK

NewClusterNtpKeysDeleteOK creates a ClusterNtpKeysDeleteOK with default headers values

func (*ClusterNtpKeysDeleteOK) Error

func (o *ClusterNtpKeysDeleteOK) Error() string

func (*ClusterNtpKeysDeleteOK) IsClientError

func (o *ClusterNtpKeysDeleteOK) IsClientError() bool

IsClientError returns true when this cluster ntp keys delete o k response has a 4xx status code

func (*ClusterNtpKeysDeleteOK) IsCode

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

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

func (*ClusterNtpKeysDeleteOK) IsRedirect

func (o *ClusterNtpKeysDeleteOK) IsRedirect() bool

IsRedirect returns true when this cluster ntp keys delete o k response has a 3xx status code

func (*ClusterNtpKeysDeleteOK) IsServerError

func (o *ClusterNtpKeysDeleteOK) IsServerError() bool

IsServerError returns true when this cluster ntp keys delete o k response has a 5xx status code

func (*ClusterNtpKeysDeleteOK) IsSuccess

func (o *ClusterNtpKeysDeleteOK) IsSuccess() bool

IsSuccess returns true when this cluster ntp keys delete o k response has a 2xx status code

func (*ClusterNtpKeysDeleteOK) String

func (o *ClusterNtpKeysDeleteOK) String() string

type ClusterNtpKeysDeleteParams

type ClusterNtpKeysDeleteParams struct {

	/* ID.

	   Key identifier
	*/
	IDPathParameter int64

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

ClusterNtpKeysDeleteParams contains all the parameters to send to the API endpoint

for the cluster ntp keys delete operation.

Typically these are written to a http.Request.

func NewClusterNtpKeysDeleteParams

func NewClusterNtpKeysDeleteParams() *ClusterNtpKeysDeleteParams

NewClusterNtpKeysDeleteParams creates a new ClusterNtpKeysDeleteParams 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 NewClusterNtpKeysDeleteParamsWithContext

func NewClusterNtpKeysDeleteParamsWithContext(ctx context.Context) *ClusterNtpKeysDeleteParams

NewClusterNtpKeysDeleteParamsWithContext creates a new ClusterNtpKeysDeleteParams object with the ability to set a context for a request.

func NewClusterNtpKeysDeleteParamsWithHTTPClient

func NewClusterNtpKeysDeleteParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysDeleteParams

NewClusterNtpKeysDeleteParamsWithHTTPClient creates a new ClusterNtpKeysDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpKeysDeleteParamsWithTimeout

func NewClusterNtpKeysDeleteParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysDeleteParams

NewClusterNtpKeysDeleteParamsWithTimeout creates a new ClusterNtpKeysDeleteParams object with the ability to set a timeout on a request.

func (*ClusterNtpKeysDeleteParams) SetContext

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

SetContext adds the context to the cluster ntp keys delete params

func (*ClusterNtpKeysDeleteParams) SetDefaults

func (o *ClusterNtpKeysDeleteParams) SetDefaults()

SetDefaults hydrates default values in the cluster ntp keys delete params (not the query body).

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

func (*ClusterNtpKeysDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp keys delete params

func (*ClusterNtpKeysDeleteParams) SetIDPathParameter

func (o *ClusterNtpKeysDeleteParams) SetIDPathParameter(id int64)

SetIDPathParameter adds the id to the cluster ntp keys delete params

func (*ClusterNtpKeysDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp keys delete params

func (*ClusterNtpKeysDeleteParams) WithContext

WithContext adds the context to the cluster ntp keys delete params

func (*ClusterNtpKeysDeleteParams) WithDefaults

WithDefaults hydrates default values in the cluster ntp keys delete params (not the query body).

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

func (*ClusterNtpKeysDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp keys delete params

func (*ClusterNtpKeysDeleteParams) WithIDPathParameter

func (o *ClusterNtpKeysDeleteParams) WithIDPathParameter(id int64) *ClusterNtpKeysDeleteParams

WithIDPathParameter adds the id to the cluster ntp keys delete params

func (*ClusterNtpKeysDeleteParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp keys delete params

func (*ClusterNtpKeysDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpKeysDeleteReader

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

ClusterNtpKeysDeleteReader is a Reader for the ClusterNtpKeysDelete structure.

func (*ClusterNtpKeysDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpKeysGetDefault

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

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

Error

func NewClusterNtpKeysGetDefault

func NewClusterNtpKeysGetDefault(code int) *ClusterNtpKeysGetDefault

NewClusterNtpKeysGetDefault creates a ClusterNtpKeysGetDefault with default headers values

func (*ClusterNtpKeysGetDefault) Code

func (o *ClusterNtpKeysGetDefault) Code() int

Code gets the status code for the cluster ntp keys get default response

func (*ClusterNtpKeysGetDefault) Error

func (o *ClusterNtpKeysGetDefault) Error() string

func (*ClusterNtpKeysGetDefault) GetPayload

func (*ClusterNtpKeysGetDefault) IsClientError

func (o *ClusterNtpKeysGetDefault) IsClientError() bool

IsClientError returns true when this cluster ntp keys get default response has a 4xx status code

func (*ClusterNtpKeysGetDefault) IsCode

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

IsCode returns true when this cluster ntp keys get default response a status code equal to that given

func (*ClusterNtpKeysGetDefault) IsRedirect

func (o *ClusterNtpKeysGetDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp keys get default response has a 3xx status code

func (*ClusterNtpKeysGetDefault) IsServerError

func (o *ClusterNtpKeysGetDefault) IsServerError() bool

IsServerError returns true when this cluster ntp keys get default response has a 5xx status code

func (*ClusterNtpKeysGetDefault) IsSuccess

func (o *ClusterNtpKeysGetDefault) IsSuccess() bool

IsSuccess returns true when this cluster ntp keys get default response has a 2xx status code

func (*ClusterNtpKeysGetDefault) String

func (o *ClusterNtpKeysGetDefault) String() string

type ClusterNtpKeysGetOK

type ClusterNtpKeysGetOK struct {
	Payload *models.NtpKey
}

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

OK

func NewClusterNtpKeysGetOK

func NewClusterNtpKeysGetOK() *ClusterNtpKeysGetOK

NewClusterNtpKeysGetOK creates a ClusterNtpKeysGetOK with default headers values

func (*ClusterNtpKeysGetOK) Error

func (o *ClusterNtpKeysGetOK) Error() string

func (*ClusterNtpKeysGetOK) GetPayload

func (o *ClusterNtpKeysGetOK) GetPayload() *models.NtpKey

func (*ClusterNtpKeysGetOK) IsClientError

func (o *ClusterNtpKeysGetOK) IsClientError() bool

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

func (*ClusterNtpKeysGetOK) IsCode

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

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

func (*ClusterNtpKeysGetOK) IsRedirect

func (o *ClusterNtpKeysGetOK) IsRedirect() bool

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

func (*ClusterNtpKeysGetOK) IsServerError

func (o *ClusterNtpKeysGetOK) IsServerError() bool

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

func (*ClusterNtpKeysGetOK) IsSuccess

func (o *ClusterNtpKeysGetOK) IsSuccess() bool

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

func (*ClusterNtpKeysGetOK) String

func (o *ClusterNtpKeysGetOK) String() string

type ClusterNtpKeysGetParams

type ClusterNtpKeysGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* ID.

	   Key identifier
	*/
	IDPathParameter int64

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

ClusterNtpKeysGetParams contains all the parameters to send to the API endpoint

for the cluster ntp keys get operation.

Typically these are written to a http.Request.

func NewClusterNtpKeysGetParams

func NewClusterNtpKeysGetParams() *ClusterNtpKeysGetParams

NewClusterNtpKeysGetParams creates a new ClusterNtpKeysGetParams 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 NewClusterNtpKeysGetParamsWithContext

func NewClusterNtpKeysGetParamsWithContext(ctx context.Context) *ClusterNtpKeysGetParams

NewClusterNtpKeysGetParamsWithContext creates a new ClusterNtpKeysGetParams object with the ability to set a context for a request.

func NewClusterNtpKeysGetParamsWithHTTPClient

func NewClusterNtpKeysGetParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysGetParams

NewClusterNtpKeysGetParamsWithHTTPClient creates a new ClusterNtpKeysGetParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpKeysGetParamsWithTimeout

func NewClusterNtpKeysGetParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysGetParams

NewClusterNtpKeysGetParamsWithTimeout creates a new ClusterNtpKeysGetParams object with the ability to set a timeout on a request.

func (*ClusterNtpKeysGetParams) SetContext

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

SetContext adds the context to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) SetDefaults

func (o *ClusterNtpKeysGetParams) SetDefaults()

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

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

func (*ClusterNtpKeysGetParams) SetFieldsQueryParameter

func (o *ClusterNtpKeysGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) SetIDPathParameter

func (o *ClusterNtpKeysGetParams) SetIDPathParameter(id int64)

SetIDPathParameter adds the id to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) WithContext

WithContext adds the context to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) WithDefaults

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

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

func (*ClusterNtpKeysGetParams) WithFieldsQueryParameter

func (o *ClusterNtpKeysGetParams) WithFieldsQueryParameter(fields []string) *ClusterNtpKeysGetParams

WithFieldsQueryParameter adds the fields to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) WithIDPathParameter

func (o *ClusterNtpKeysGetParams) WithIDPathParameter(id int64) *ClusterNtpKeysGetParams

WithIDPathParameter adds the id to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp keys get params

func (*ClusterNtpKeysGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpKeysGetReader

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

ClusterNtpKeysGetReader is a Reader for the ClusterNtpKeysGet structure.

func (*ClusterNtpKeysGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpKeysModifyDefault

type ClusterNtpKeysModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterNtpKeysModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2097187 | An invalid SHA1 key was provided. |

func NewClusterNtpKeysModifyDefault

func NewClusterNtpKeysModifyDefault(code int) *ClusterNtpKeysModifyDefault

NewClusterNtpKeysModifyDefault creates a ClusterNtpKeysModifyDefault with default headers values

func (*ClusterNtpKeysModifyDefault) Code

func (o *ClusterNtpKeysModifyDefault) Code() int

Code gets the status code for the cluster ntp keys modify default response

func (*ClusterNtpKeysModifyDefault) Error

func (*ClusterNtpKeysModifyDefault) GetPayload

func (*ClusterNtpKeysModifyDefault) IsClientError

func (o *ClusterNtpKeysModifyDefault) IsClientError() bool

IsClientError returns true when this cluster ntp keys modify default response has a 4xx status code

func (*ClusterNtpKeysModifyDefault) IsCode

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

IsCode returns true when this cluster ntp keys modify default response a status code equal to that given

func (*ClusterNtpKeysModifyDefault) IsRedirect

func (o *ClusterNtpKeysModifyDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp keys modify default response has a 3xx status code

func (*ClusterNtpKeysModifyDefault) IsServerError

func (o *ClusterNtpKeysModifyDefault) IsServerError() bool

IsServerError returns true when this cluster ntp keys modify default response has a 5xx status code

func (*ClusterNtpKeysModifyDefault) IsSuccess

func (o *ClusterNtpKeysModifyDefault) IsSuccess() bool

IsSuccess returns true when this cluster ntp keys modify default response has a 2xx status code

func (*ClusterNtpKeysModifyDefault) String

func (o *ClusterNtpKeysModifyDefault) String() string

type ClusterNtpKeysModifyOK

type ClusterNtpKeysModifyOK struct {
}

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

OK

func NewClusterNtpKeysModifyOK

func NewClusterNtpKeysModifyOK() *ClusterNtpKeysModifyOK

NewClusterNtpKeysModifyOK creates a ClusterNtpKeysModifyOK with default headers values

func (*ClusterNtpKeysModifyOK) Error

func (o *ClusterNtpKeysModifyOK) Error() string

func (*ClusterNtpKeysModifyOK) IsClientError

func (o *ClusterNtpKeysModifyOK) IsClientError() bool

IsClientError returns true when this cluster ntp keys modify o k response has a 4xx status code

func (*ClusterNtpKeysModifyOK) IsCode

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

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

func (*ClusterNtpKeysModifyOK) IsRedirect

func (o *ClusterNtpKeysModifyOK) IsRedirect() bool

IsRedirect returns true when this cluster ntp keys modify o k response has a 3xx status code

func (*ClusterNtpKeysModifyOK) IsServerError

func (o *ClusterNtpKeysModifyOK) IsServerError() bool

IsServerError returns true when this cluster ntp keys modify o k response has a 5xx status code

func (*ClusterNtpKeysModifyOK) IsSuccess

func (o *ClusterNtpKeysModifyOK) IsSuccess() bool

IsSuccess returns true when this cluster ntp keys modify o k response has a 2xx status code

func (*ClusterNtpKeysModifyOK) String

func (o *ClusterNtpKeysModifyOK) String() string

type ClusterNtpKeysModifyParams

type ClusterNtpKeysModifyParams struct {

	/* ID.

	   Key identifier
	*/
	IDPathParameter int64

	/* Info.

	   Information specification
	*/
	Info *models.NtpKey

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

ClusterNtpKeysModifyParams contains all the parameters to send to the API endpoint

for the cluster ntp keys modify operation.

Typically these are written to a http.Request.

func NewClusterNtpKeysModifyParams

func NewClusterNtpKeysModifyParams() *ClusterNtpKeysModifyParams

NewClusterNtpKeysModifyParams creates a new ClusterNtpKeysModifyParams 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 NewClusterNtpKeysModifyParamsWithContext

func NewClusterNtpKeysModifyParamsWithContext(ctx context.Context) *ClusterNtpKeysModifyParams

NewClusterNtpKeysModifyParamsWithContext creates a new ClusterNtpKeysModifyParams object with the ability to set a context for a request.

func NewClusterNtpKeysModifyParamsWithHTTPClient

func NewClusterNtpKeysModifyParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysModifyParams

NewClusterNtpKeysModifyParamsWithHTTPClient creates a new ClusterNtpKeysModifyParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpKeysModifyParamsWithTimeout

func NewClusterNtpKeysModifyParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysModifyParams

NewClusterNtpKeysModifyParamsWithTimeout creates a new ClusterNtpKeysModifyParams object with the ability to set a timeout on a request.

func (*ClusterNtpKeysModifyParams) SetContext

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

SetContext adds the context to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) SetDefaults

func (o *ClusterNtpKeysModifyParams) SetDefaults()

SetDefaults hydrates default values in the cluster ntp keys modify params (not the query body).

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

func (*ClusterNtpKeysModifyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) SetIDPathParameter

func (o *ClusterNtpKeysModifyParams) SetIDPathParameter(id int64)

SetIDPathParameter adds the id to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) SetInfo

func (o *ClusterNtpKeysModifyParams) SetInfo(info *models.NtpKey)

SetInfo adds the info to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) WithContext

WithContext adds the context to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) WithDefaults

WithDefaults hydrates default values in the cluster ntp keys modify params (not the query body).

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

func (*ClusterNtpKeysModifyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) WithIDPathParameter

func (o *ClusterNtpKeysModifyParams) WithIDPathParameter(id int64) *ClusterNtpKeysModifyParams

WithIDPathParameter adds the id to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) WithInfo

WithInfo adds the info to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp keys modify params

func (*ClusterNtpKeysModifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpKeysModifyReader

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

ClusterNtpKeysModifyReader is a Reader for the ClusterNtpKeysModify structure.

func (*ClusterNtpKeysModifyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpServersCollectionGetDefault

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

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

Error

func NewClusterNtpServersCollectionGetDefault

func NewClusterNtpServersCollectionGetDefault(code int) *ClusterNtpServersCollectionGetDefault

NewClusterNtpServersCollectionGetDefault creates a ClusterNtpServersCollectionGetDefault with default headers values

func (*ClusterNtpServersCollectionGetDefault) Code

Code gets the status code for the cluster ntp servers collection get default response

func (*ClusterNtpServersCollectionGetDefault) Error

func (*ClusterNtpServersCollectionGetDefault) GetPayload

func (*ClusterNtpServersCollectionGetDefault) IsClientError

func (o *ClusterNtpServersCollectionGetDefault) IsClientError() bool

IsClientError returns true when this cluster ntp servers collection get default response has a 4xx status code

func (*ClusterNtpServersCollectionGetDefault) IsCode

IsCode returns true when this cluster ntp servers collection get default response a status code equal to that given

func (*ClusterNtpServersCollectionGetDefault) IsRedirect

IsRedirect returns true when this cluster ntp servers collection get default response has a 3xx status code

func (*ClusterNtpServersCollectionGetDefault) IsServerError

func (o *ClusterNtpServersCollectionGetDefault) IsServerError() bool

IsServerError returns true when this cluster ntp servers collection get default response has a 5xx status code

func (*ClusterNtpServersCollectionGetDefault) IsSuccess

IsSuccess returns true when this cluster ntp servers collection get default response has a 2xx status code

func (*ClusterNtpServersCollectionGetDefault) String

type ClusterNtpServersCollectionGetOK

type ClusterNtpServersCollectionGetOK struct {
	Payload *models.NtpServerResponse
}

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

OK

func NewClusterNtpServersCollectionGetOK

func NewClusterNtpServersCollectionGetOK() *ClusterNtpServersCollectionGetOK

NewClusterNtpServersCollectionGetOK creates a ClusterNtpServersCollectionGetOK with default headers values

func (*ClusterNtpServersCollectionGetOK) Error

func (*ClusterNtpServersCollectionGetOK) GetPayload

func (*ClusterNtpServersCollectionGetOK) IsClientError

func (o *ClusterNtpServersCollectionGetOK) IsClientError() bool

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

func (*ClusterNtpServersCollectionGetOK) IsCode

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

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

func (*ClusterNtpServersCollectionGetOK) IsRedirect

func (o *ClusterNtpServersCollectionGetOK) IsRedirect() bool

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

func (*ClusterNtpServersCollectionGetOK) IsServerError

func (o *ClusterNtpServersCollectionGetOK) IsServerError() bool

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

func (*ClusterNtpServersCollectionGetOK) IsSuccess

func (o *ClusterNtpServersCollectionGetOK) IsSuccess() bool

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

func (*ClusterNtpServersCollectionGetOK) String

type ClusterNtpServersCollectionGetParams

type ClusterNtpServersCollectionGetParams struct {

	/* AuthenticationEnabled.

	   Filter by authentication_enabled
	*/
	AuthenticationEnabledQueryParameter *bool

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* KeyID.

	   Filter by key.id
	*/
	KeyIDQueryParameter *int64

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* Server.

	   Filter by server
	*/
	ServerQueryParameter *string

	/* Version.

	   Filter by version
	*/
	VersionQueryParameter *string

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

ClusterNtpServersCollectionGetParams contains all the parameters to send to the API endpoint

for the cluster ntp servers collection get operation.

Typically these are written to a http.Request.

func NewClusterNtpServersCollectionGetParams

func NewClusterNtpServersCollectionGetParams() *ClusterNtpServersCollectionGetParams

NewClusterNtpServersCollectionGetParams creates a new ClusterNtpServersCollectionGetParams 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 NewClusterNtpServersCollectionGetParamsWithContext

func NewClusterNtpServersCollectionGetParamsWithContext(ctx context.Context) *ClusterNtpServersCollectionGetParams

NewClusterNtpServersCollectionGetParamsWithContext creates a new ClusterNtpServersCollectionGetParams object with the ability to set a context for a request.

func NewClusterNtpServersCollectionGetParamsWithHTTPClient

func NewClusterNtpServersCollectionGetParamsWithHTTPClient(client *http.Client) *ClusterNtpServersCollectionGetParams

NewClusterNtpServersCollectionGetParamsWithHTTPClient creates a new ClusterNtpServersCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpServersCollectionGetParamsWithTimeout

func NewClusterNtpServersCollectionGetParamsWithTimeout(timeout time.Duration) *ClusterNtpServersCollectionGetParams

NewClusterNtpServersCollectionGetParamsWithTimeout creates a new ClusterNtpServersCollectionGetParams object with the ability to set a timeout on a request.

func (*ClusterNtpServersCollectionGetParams) SetAuthenticationEnabledQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetAuthenticationEnabledQueryParameter(authenticationEnabled *bool)

SetAuthenticationEnabledQueryParameter adds the authenticationEnabled to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetContext

SetContext adds the context to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetDefaults

func (o *ClusterNtpServersCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the cluster ntp servers collection get params (not the query body).

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

func (*ClusterNtpServersCollectionGetParams) SetFieldsQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetKeyIDQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetKeyIDQueryParameter(keyID *int64)

SetKeyIDQueryParameter adds the keyId to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetMaxRecordsQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetOrderByQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetReturnRecordsQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetServerQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetServerQueryParameter(server *string)

SetServerQueryParameter adds the server to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) SetVersionQueryParameter

func (o *ClusterNtpServersCollectionGetParams) SetVersionQueryParameter(version *string)

SetVersionQueryParameter adds the version to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithAuthenticationEnabledQueryParameter

func (o *ClusterNtpServersCollectionGetParams) WithAuthenticationEnabledQueryParameter(authenticationEnabled *bool) *ClusterNtpServersCollectionGetParams

WithAuthenticationEnabledQueryParameter adds the authenticationEnabled to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithContext

WithContext adds the context to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the cluster ntp servers collection get params (not the query body).

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

func (*ClusterNtpServersCollectionGetParams) WithFieldsQueryParameter

WithFieldsQueryParameter adds the fields to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithKeyIDQueryParameter

WithKeyIDQueryParameter adds the keyID to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithMaxRecordsQueryParameter

func (o *ClusterNtpServersCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *ClusterNtpServersCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithOrderByQueryParameter

func (o *ClusterNtpServersCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *ClusterNtpServersCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithReturnRecordsQueryParameter

func (o *ClusterNtpServersCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ClusterNtpServersCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *ClusterNtpServersCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterNtpServersCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithServerQueryParameter

WithServerQueryParameter adds the server to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WithVersionQueryParameter

WithVersionQueryParameter adds the version to the cluster ntp servers collection get params

func (*ClusterNtpServersCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpServersCollectionGetReader

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

ClusterNtpServersCollectionGetReader is a Reader for the ClusterNtpServersCollectionGet structure.

func (*ClusterNtpServersCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpServersCreateAccepted

type ClusterNtpServersCreateAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewClusterNtpServersCreateAccepted

func NewClusterNtpServersCreateAccepted() *ClusterNtpServersCreateAccepted

NewClusterNtpServersCreateAccepted creates a ClusterNtpServersCreateAccepted with default headers values

func (*ClusterNtpServersCreateAccepted) Error

func (*ClusterNtpServersCreateAccepted) GetPayload

func (*ClusterNtpServersCreateAccepted) IsClientError

func (o *ClusterNtpServersCreateAccepted) IsClientError() bool

IsClientError returns true when this cluster ntp servers create accepted response has a 4xx status code

func (*ClusterNtpServersCreateAccepted) IsCode

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

IsCode returns true when this cluster ntp servers create accepted response a status code equal to that given

func (*ClusterNtpServersCreateAccepted) IsRedirect

func (o *ClusterNtpServersCreateAccepted) IsRedirect() bool

IsRedirect returns true when this cluster ntp servers create accepted response has a 3xx status code

func (*ClusterNtpServersCreateAccepted) IsServerError

func (o *ClusterNtpServersCreateAccepted) IsServerError() bool

IsServerError returns true when this cluster ntp servers create accepted response has a 5xx status code

func (*ClusterNtpServersCreateAccepted) IsSuccess

func (o *ClusterNtpServersCreateAccepted) IsSuccess() bool

IsSuccess returns true when this cluster ntp servers create accepted response has a 2xx status code

func (*ClusterNtpServersCreateAccepted) String

type ClusterNtpServersCreateDefault

type ClusterNtpServersCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterNtpServersCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2097163 | NTP server IPv4 address was invalid. | | 2097164 | NTP server IPv6 address was invalid. | | 2097165 | Cannot resolve NTP server name. | | 2097166 | NTP server address query returned no valid IP addresses. | | 2097167 | Failed to connect to NTP server. | | 2097169 | NTP server provided was not synchronized with a clock or another NTP server. | | 2097174 | NTP server provided had too high of root distance. | | 2097177 | NTP server provided an invalid stratum. | | 2097179 | Too many NTP servers have been configured. | | 2097181 | NTP server address was invalid. It is a special purpose address such as loopback, multicast, or broadcast address. | | 2097182 | NTP server address was invalid. The address is neither an IPv4 or IPv6. | | 2097183 | NTP symmetric key authentication cannot be used for a node not in a cluster. | | 2097185 | NTP key authentication failed for the provided key. | | 2097193 | An unknown NTP key was provided. |

func NewClusterNtpServersCreateDefault

func NewClusterNtpServersCreateDefault(code int) *ClusterNtpServersCreateDefault

NewClusterNtpServersCreateDefault creates a ClusterNtpServersCreateDefault with default headers values

func (*ClusterNtpServersCreateDefault) Code

Code gets the status code for the cluster ntp servers create default response

func (*ClusterNtpServersCreateDefault) Error

func (*ClusterNtpServersCreateDefault) GetPayload

func (*ClusterNtpServersCreateDefault) IsClientError

func (o *ClusterNtpServersCreateDefault) IsClientError() bool

IsClientError returns true when this cluster ntp servers create default response has a 4xx status code

func (*ClusterNtpServersCreateDefault) IsCode

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

IsCode returns true when this cluster ntp servers create default response a status code equal to that given

func (*ClusterNtpServersCreateDefault) IsRedirect

func (o *ClusterNtpServersCreateDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp servers create default response has a 3xx status code

func (*ClusterNtpServersCreateDefault) IsServerError

func (o *ClusterNtpServersCreateDefault) IsServerError() bool

IsServerError returns true when this cluster ntp servers create default response has a 5xx status code

func (*ClusterNtpServersCreateDefault) IsSuccess

func (o *ClusterNtpServersCreateDefault) IsSuccess() bool

IsSuccess returns true when this cluster ntp servers create default response has a 2xx status code

func (*ClusterNtpServersCreateDefault) String

type ClusterNtpServersCreateParams

type ClusterNtpServersCreateParams struct {

	/* Info.

	   Information specification
	*/
	Info *models.NtpServer

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

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

ClusterNtpServersCreateParams contains all the parameters to send to the API endpoint

for the cluster ntp servers create operation.

Typically these are written to a http.Request.

func NewClusterNtpServersCreateParams

func NewClusterNtpServersCreateParams() *ClusterNtpServersCreateParams

NewClusterNtpServersCreateParams creates a new ClusterNtpServersCreateParams 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 NewClusterNtpServersCreateParamsWithContext

func NewClusterNtpServersCreateParamsWithContext(ctx context.Context) *ClusterNtpServersCreateParams

NewClusterNtpServersCreateParamsWithContext creates a new ClusterNtpServersCreateParams object with the ability to set a context for a request.

func NewClusterNtpServersCreateParamsWithHTTPClient

func NewClusterNtpServersCreateParamsWithHTTPClient(client *http.Client) *ClusterNtpServersCreateParams

NewClusterNtpServersCreateParamsWithHTTPClient creates a new ClusterNtpServersCreateParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpServersCreateParamsWithTimeout

func NewClusterNtpServersCreateParamsWithTimeout(timeout time.Duration) *ClusterNtpServersCreateParams

NewClusterNtpServersCreateParamsWithTimeout creates a new ClusterNtpServersCreateParams object with the ability to set a timeout on a request.

func (*ClusterNtpServersCreateParams) SetContext

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

SetContext adds the context to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) SetDefaults

func (o *ClusterNtpServersCreateParams) SetDefaults()

SetDefaults hydrates default values in the cluster ntp servers create params (not the query body).

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

func (*ClusterNtpServersCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) SetInfo

SetInfo adds the info to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) SetReturnRecordsQueryParameter

func (o *ClusterNtpServersCreateParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) SetReturnTimeoutQueryParameter

func (o *ClusterNtpServersCreateParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) WithContext

WithContext adds the context to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) WithDefaults

WithDefaults hydrates default values in the cluster ntp servers create params (not the query body).

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

func (*ClusterNtpServersCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) WithInfo

WithInfo adds the info to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) WithReturnRecordsQueryParameter

func (o *ClusterNtpServersCreateParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ClusterNtpServersCreateParams

WithReturnRecordsQueryParameter adds the returnRecords to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) WithReturnTimeoutQueryParameter

func (o *ClusterNtpServersCreateParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterNtpServersCreateParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp servers create params

func (*ClusterNtpServersCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpServersCreateReader

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

ClusterNtpServersCreateReader is a Reader for the ClusterNtpServersCreate structure.

func (*ClusterNtpServersCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpServersDeleteAccepted

type ClusterNtpServersDeleteAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewClusterNtpServersDeleteAccepted

func NewClusterNtpServersDeleteAccepted() *ClusterNtpServersDeleteAccepted

NewClusterNtpServersDeleteAccepted creates a ClusterNtpServersDeleteAccepted with default headers values

func (*ClusterNtpServersDeleteAccepted) Error

func (*ClusterNtpServersDeleteAccepted) GetPayload

func (*ClusterNtpServersDeleteAccepted) IsClientError

func (o *ClusterNtpServersDeleteAccepted) IsClientError() bool

IsClientError returns true when this cluster ntp servers delete accepted response has a 4xx status code

func (*ClusterNtpServersDeleteAccepted) IsCode

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

IsCode returns true when this cluster ntp servers delete accepted response a status code equal to that given

func (*ClusterNtpServersDeleteAccepted) IsRedirect

func (o *ClusterNtpServersDeleteAccepted) IsRedirect() bool

IsRedirect returns true when this cluster ntp servers delete accepted response has a 3xx status code

func (*ClusterNtpServersDeleteAccepted) IsServerError

func (o *ClusterNtpServersDeleteAccepted) IsServerError() bool

IsServerError returns true when this cluster ntp servers delete accepted response has a 5xx status code

func (*ClusterNtpServersDeleteAccepted) IsSuccess

func (o *ClusterNtpServersDeleteAccepted) IsSuccess() bool

IsSuccess returns true when this cluster ntp servers delete accepted response has a 2xx status code

func (*ClusterNtpServersDeleteAccepted) String

type ClusterNtpServersDeleteDefault

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

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

Error

func NewClusterNtpServersDeleteDefault

func NewClusterNtpServersDeleteDefault(code int) *ClusterNtpServersDeleteDefault

NewClusterNtpServersDeleteDefault creates a ClusterNtpServersDeleteDefault with default headers values

func (*ClusterNtpServersDeleteDefault) Code

Code gets the status code for the cluster ntp servers delete default response

func (*ClusterNtpServersDeleteDefault) Error

func (*ClusterNtpServersDeleteDefault) GetPayload

func (*ClusterNtpServersDeleteDefault) IsClientError

func (o *ClusterNtpServersDeleteDefault) IsClientError() bool

IsClientError returns true when this cluster ntp servers delete default response has a 4xx status code

func (*ClusterNtpServersDeleteDefault) IsCode

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

IsCode returns true when this cluster ntp servers delete default response a status code equal to that given

func (*ClusterNtpServersDeleteDefault) IsRedirect

func (o *ClusterNtpServersDeleteDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp servers delete default response has a 3xx status code

func (*ClusterNtpServersDeleteDefault) IsServerError

func (o *ClusterNtpServersDeleteDefault) IsServerError() bool

IsServerError returns true when this cluster ntp servers delete default response has a 5xx status code

func (*ClusterNtpServersDeleteDefault) IsSuccess

func (o *ClusterNtpServersDeleteDefault) IsSuccess() bool

IsSuccess returns true when this cluster ntp servers delete default response has a 2xx status code

func (*ClusterNtpServersDeleteDefault) String

type ClusterNtpServersDeleteParams

type ClusterNtpServersDeleteParams struct {

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	/* Server.

	   Server address or host name
	*/
	ServerPathParameter string

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

ClusterNtpServersDeleteParams contains all the parameters to send to the API endpoint

for the cluster ntp servers delete operation.

Typically these are written to a http.Request.

func NewClusterNtpServersDeleteParams

func NewClusterNtpServersDeleteParams() *ClusterNtpServersDeleteParams

NewClusterNtpServersDeleteParams creates a new ClusterNtpServersDeleteParams 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 NewClusterNtpServersDeleteParamsWithContext

func NewClusterNtpServersDeleteParamsWithContext(ctx context.Context) *ClusterNtpServersDeleteParams

NewClusterNtpServersDeleteParamsWithContext creates a new ClusterNtpServersDeleteParams object with the ability to set a context for a request.

func NewClusterNtpServersDeleteParamsWithHTTPClient

func NewClusterNtpServersDeleteParamsWithHTTPClient(client *http.Client) *ClusterNtpServersDeleteParams

NewClusterNtpServersDeleteParamsWithHTTPClient creates a new ClusterNtpServersDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpServersDeleteParamsWithTimeout

func NewClusterNtpServersDeleteParamsWithTimeout(timeout time.Duration) *ClusterNtpServersDeleteParams

NewClusterNtpServersDeleteParamsWithTimeout creates a new ClusterNtpServersDeleteParams object with the ability to set a timeout on a request.

func (*ClusterNtpServersDeleteParams) SetContext

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

SetContext adds the context to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) SetDefaults

func (o *ClusterNtpServersDeleteParams) SetDefaults()

SetDefaults hydrates default values in the cluster ntp servers delete params (not the query body).

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

func (*ClusterNtpServersDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) SetReturnTimeoutQueryParameter

func (o *ClusterNtpServersDeleteParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) SetServerPathParameter

func (o *ClusterNtpServersDeleteParams) SetServerPathParameter(server string)

SetServerPathParameter adds the server to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) WithContext

WithContext adds the context to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) WithDefaults

WithDefaults hydrates default values in the cluster ntp servers delete params (not the query body).

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

func (*ClusterNtpServersDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) WithReturnTimeoutQueryParameter

func (o *ClusterNtpServersDeleteParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterNtpServersDeleteParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) WithServerPathParameter

func (o *ClusterNtpServersDeleteParams) WithServerPathParameter(server string) *ClusterNtpServersDeleteParams

WithServerPathParameter adds the server to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp servers delete params

func (*ClusterNtpServersDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpServersDeleteReader

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

ClusterNtpServersDeleteReader is a Reader for the ClusterNtpServersDelete structure.

func (*ClusterNtpServersDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpServersGetDefault

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

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

Error

func NewClusterNtpServersGetDefault

func NewClusterNtpServersGetDefault(code int) *ClusterNtpServersGetDefault

NewClusterNtpServersGetDefault creates a ClusterNtpServersGetDefault with default headers values

func (*ClusterNtpServersGetDefault) Code

func (o *ClusterNtpServersGetDefault) Code() int

Code gets the status code for the cluster ntp servers get default response

func (*ClusterNtpServersGetDefault) Error

func (*ClusterNtpServersGetDefault) GetPayload

func (*ClusterNtpServersGetDefault) IsClientError

func (o *ClusterNtpServersGetDefault) IsClientError() bool

IsClientError returns true when this cluster ntp servers get default response has a 4xx status code

func (*ClusterNtpServersGetDefault) IsCode

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

IsCode returns true when this cluster ntp servers get default response a status code equal to that given

func (*ClusterNtpServersGetDefault) IsRedirect

func (o *ClusterNtpServersGetDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp servers get default response has a 3xx status code

func (*ClusterNtpServersGetDefault) IsServerError

func (o *ClusterNtpServersGetDefault) IsServerError() bool

IsServerError returns true when this cluster ntp servers get default response has a 5xx status code

func (*ClusterNtpServersGetDefault) IsSuccess

func (o *ClusterNtpServersGetDefault) IsSuccess() bool

IsSuccess returns true when this cluster ntp servers get default response has a 2xx status code

func (*ClusterNtpServersGetDefault) String

func (o *ClusterNtpServersGetDefault) String() string

type ClusterNtpServersGetOK

type ClusterNtpServersGetOK struct {
	Payload *models.NtpServer
}

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

OK

func NewClusterNtpServersGetOK

func NewClusterNtpServersGetOK() *ClusterNtpServersGetOK

NewClusterNtpServersGetOK creates a ClusterNtpServersGetOK with default headers values

func (*ClusterNtpServersGetOK) Error

func (o *ClusterNtpServersGetOK) Error() string

func (*ClusterNtpServersGetOK) GetPayload

func (o *ClusterNtpServersGetOK) GetPayload() *models.NtpServer

func (*ClusterNtpServersGetOK) IsClientError

func (o *ClusterNtpServersGetOK) IsClientError() bool

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

func (*ClusterNtpServersGetOK) IsCode

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

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

func (*ClusterNtpServersGetOK) IsRedirect

func (o *ClusterNtpServersGetOK) IsRedirect() bool

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

func (*ClusterNtpServersGetOK) IsServerError

func (o *ClusterNtpServersGetOK) IsServerError() bool

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

func (*ClusterNtpServersGetOK) IsSuccess

func (o *ClusterNtpServersGetOK) IsSuccess() bool

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

func (*ClusterNtpServersGetOK) String

func (o *ClusterNtpServersGetOK) String() string

type ClusterNtpServersGetParams

type ClusterNtpServersGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* Server.

	   NTP server host name, IPv4, or IPv6 address.
	*/
	ServerPathParameter string

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

ClusterNtpServersGetParams contains all the parameters to send to the API endpoint

for the cluster ntp servers get operation.

Typically these are written to a http.Request.

func NewClusterNtpServersGetParams

func NewClusterNtpServersGetParams() *ClusterNtpServersGetParams

NewClusterNtpServersGetParams creates a new ClusterNtpServersGetParams 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 NewClusterNtpServersGetParamsWithContext

func NewClusterNtpServersGetParamsWithContext(ctx context.Context) *ClusterNtpServersGetParams

NewClusterNtpServersGetParamsWithContext creates a new ClusterNtpServersGetParams object with the ability to set a context for a request.

func NewClusterNtpServersGetParamsWithHTTPClient

func NewClusterNtpServersGetParamsWithHTTPClient(client *http.Client) *ClusterNtpServersGetParams

NewClusterNtpServersGetParamsWithHTTPClient creates a new ClusterNtpServersGetParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpServersGetParamsWithTimeout

func NewClusterNtpServersGetParamsWithTimeout(timeout time.Duration) *ClusterNtpServersGetParams

NewClusterNtpServersGetParamsWithTimeout creates a new ClusterNtpServersGetParams object with the ability to set a timeout on a request.

func (*ClusterNtpServersGetParams) SetContext

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

SetContext adds the context to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) SetDefaults

func (o *ClusterNtpServersGetParams) SetDefaults()

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

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

func (*ClusterNtpServersGetParams) SetFieldsQueryParameter

func (o *ClusterNtpServersGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) SetServerPathParameter

func (o *ClusterNtpServersGetParams) SetServerPathParameter(server string)

SetServerPathParameter adds the server to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) WithContext

WithContext adds the context to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) WithDefaults

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

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

func (*ClusterNtpServersGetParams) WithFieldsQueryParameter

func (o *ClusterNtpServersGetParams) WithFieldsQueryParameter(fields []string) *ClusterNtpServersGetParams

WithFieldsQueryParameter adds the fields to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) WithServerPathParameter

func (o *ClusterNtpServersGetParams) WithServerPathParameter(server string) *ClusterNtpServersGetParams

WithServerPathParameter adds the server to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp servers get params

func (*ClusterNtpServersGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpServersGetReader

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

ClusterNtpServersGetReader is a Reader for the ClusterNtpServersGet structure.

func (*ClusterNtpServersGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterNtpServersModifyAccepted

type ClusterNtpServersModifyAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewClusterNtpServersModifyAccepted

func NewClusterNtpServersModifyAccepted() *ClusterNtpServersModifyAccepted

NewClusterNtpServersModifyAccepted creates a ClusterNtpServersModifyAccepted with default headers values

func (*ClusterNtpServersModifyAccepted) Error

func (*ClusterNtpServersModifyAccepted) GetPayload

func (*ClusterNtpServersModifyAccepted) IsClientError

func (o *ClusterNtpServersModifyAccepted) IsClientError() bool

IsClientError returns true when this cluster ntp servers modify accepted response has a 4xx status code

func (*ClusterNtpServersModifyAccepted) IsCode

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

IsCode returns true when this cluster ntp servers modify accepted response a status code equal to that given

func (*ClusterNtpServersModifyAccepted) IsRedirect

func (o *ClusterNtpServersModifyAccepted) IsRedirect() bool

IsRedirect returns true when this cluster ntp servers modify accepted response has a 3xx status code

func (*ClusterNtpServersModifyAccepted) IsServerError

func (o *ClusterNtpServersModifyAccepted) IsServerError() bool

IsServerError returns true when this cluster ntp servers modify accepted response has a 5xx status code

func (*ClusterNtpServersModifyAccepted) IsSuccess

func (o *ClusterNtpServersModifyAccepted) IsSuccess() bool

IsSuccess returns true when this cluster ntp servers modify accepted response has a 2xx status code

func (*ClusterNtpServersModifyAccepted) String

type ClusterNtpServersModifyDefault

type ClusterNtpServersModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterNtpServersModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2097163 | NTP server address was invalid. | | 2097164 | NTP server address was invalid. | | 2097165 | Could not resolve NTP server hostname. | | 2097166 | NTP server address query returned no valid IP addresses. | | 2097167 | Failed to connect to NTP server. | | 2097169 | NTP server provided was not synchronized. | | 2097174 | NTP server provided had too high of root distance. | | 2097177 | NTP server provided had an invalid stratum. | | 2097181 | NTP server address was invalid. | | 2097182 | NTP server address was invalid. | | 2097183 | NTP symmetric key authentication cannot be used for a node not in a cluster. | | 2097185 | NTP key authentication failed for the provided key. | | 2097188 | An invalid key identifier was provided. Identifiers must be in the range from 1 to 65535. | | 2097193 | An unknown key was provided. | | 2097194 | The field \"authentication_enabled\" cannot be false when the field NTP key is given. |

func NewClusterNtpServersModifyDefault

func NewClusterNtpServersModifyDefault(code int) *ClusterNtpServersModifyDefault

NewClusterNtpServersModifyDefault creates a ClusterNtpServersModifyDefault with default headers values

func (*ClusterNtpServersModifyDefault) Code

Code gets the status code for the cluster ntp servers modify default response

func (*ClusterNtpServersModifyDefault) Error

func (*ClusterNtpServersModifyDefault) GetPayload

func (*ClusterNtpServersModifyDefault) IsClientError

func (o *ClusterNtpServersModifyDefault) IsClientError() bool

IsClientError returns true when this cluster ntp servers modify default response has a 4xx status code

func (*ClusterNtpServersModifyDefault) IsCode

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

IsCode returns true when this cluster ntp servers modify default response a status code equal to that given

func (*ClusterNtpServersModifyDefault) IsRedirect

func (o *ClusterNtpServersModifyDefault) IsRedirect() bool

IsRedirect returns true when this cluster ntp servers modify default response has a 3xx status code

func (*ClusterNtpServersModifyDefault) IsServerError

func (o *ClusterNtpServersModifyDefault) IsServerError() bool

IsServerError returns true when this cluster ntp servers modify default response has a 5xx status code

func (*ClusterNtpServersModifyDefault) IsSuccess

func (o *ClusterNtpServersModifyDefault) IsSuccess() bool

IsSuccess returns true when this cluster ntp servers modify default response has a 2xx status code

func (*ClusterNtpServersModifyDefault) String

type ClusterNtpServersModifyParams

type ClusterNtpServersModifyParams struct {

	/* Info.

	   Information specification
	*/
	Info *models.NtpServer

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	/* Server.

	   Server address or host name
	*/
	ServerPathParameter string

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

ClusterNtpServersModifyParams contains all the parameters to send to the API endpoint

for the cluster ntp servers modify operation.

Typically these are written to a http.Request.

func NewClusterNtpServersModifyParams

func NewClusterNtpServersModifyParams() *ClusterNtpServersModifyParams

NewClusterNtpServersModifyParams creates a new ClusterNtpServersModifyParams 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 NewClusterNtpServersModifyParamsWithContext

func NewClusterNtpServersModifyParamsWithContext(ctx context.Context) *ClusterNtpServersModifyParams

NewClusterNtpServersModifyParamsWithContext creates a new ClusterNtpServersModifyParams object with the ability to set a context for a request.

func NewClusterNtpServersModifyParamsWithHTTPClient

func NewClusterNtpServersModifyParamsWithHTTPClient(client *http.Client) *ClusterNtpServersModifyParams

NewClusterNtpServersModifyParamsWithHTTPClient creates a new ClusterNtpServersModifyParams object with the ability to set a custom HTTPClient for a request.

func NewClusterNtpServersModifyParamsWithTimeout

func NewClusterNtpServersModifyParamsWithTimeout(timeout time.Duration) *ClusterNtpServersModifyParams

NewClusterNtpServersModifyParamsWithTimeout creates a new ClusterNtpServersModifyParams object with the ability to set a timeout on a request.

func (*ClusterNtpServersModifyParams) SetContext

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

SetContext adds the context to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) SetDefaults

func (o *ClusterNtpServersModifyParams) SetDefaults()

SetDefaults hydrates default values in the cluster ntp servers modify params (not the query body).

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

func (*ClusterNtpServersModifyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) SetInfo

SetInfo adds the info to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) SetReturnTimeoutQueryParameter

func (o *ClusterNtpServersModifyParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) SetServerPathParameter

func (o *ClusterNtpServersModifyParams) SetServerPathParameter(server string)

SetServerPathParameter adds the server to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) SetTimeout

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

SetTimeout adds the timeout to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) WithContext

WithContext adds the context to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) WithDefaults

WithDefaults hydrates default values in the cluster ntp servers modify params (not the query body).

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

func (*ClusterNtpServersModifyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) WithInfo

WithInfo adds the info to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) WithReturnTimeoutQueryParameter

func (o *ClusterNtpServersModifyParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterNtpServersModifyParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) WithServerPathParameter

func (o *ClusterNtpServersModifyParams) WithServerPathParameter(server string) *ClusterNtpServersModifyParams

WithServerPathParameter adds the server to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) WithTimeout

WithTimeout adds the timeout to the cluster ntp servers modify params

func (*ClusterNtpServersModifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterNtpServersModifyReader

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

ClusterNtpServersModifyReader is a Reader for the ClusterNtpServersModify structure.

func (*ClusterNtpServersModifyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterPeerCollectionGetDefault

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

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

Error

func NewClusterPeerCollectionGetDefault

func NewClusterPeerCollectionGetDefault(code int) *ClusterPeerCollectionGetDefault

NewClusterPeerCollectionGetDefault creates a ClusterPeerCollectionGetDefault with default headers values

func (*ClusterPeerCollectionGetDefault) Code

Code gets the status code for the cluster peer collection get default response

func (*ClusterPeerCollectionGetDefault) Error

func (*ClusterPeerCollectionGetDefault) GetPayload

func (*ClusterPeerCollectionGetDefault) IsClientError

func (o *ClusterPeerCollectionGetDefault) IsClientError() bool

IsClientError returns true when this cluster peer collection get default response has a 4xx status code

func (*ClusterPeerCollectionGetDefault) IsCode

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

IsCode returns true when this cluster peer collection get default response a status code equal to that given

func (*ClusterPeerCollectionGetDefault) IsRedirect

func (o *ClusterPeerCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this cluster peer collection get default response has a 3xx status code

func (*ClusterPeerCollectionGetDefault) IsServerError

func (o *ClusterPeerCollectionGetDefault) IsServerError() bool

IsServerError returns true when this cluster peer collection get default response has a 5xx status code

func (*ClusterPeerCollectionGetDefault) IsSuccess

func (o *ClusterPeerCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this cluster peer collection get default response has a 2xx status code

func (*ClusterPeerCollectionGetDefault) String

type ClusterPeerCollectionGetOK

type ClusterPeerCollectionGetOK struct {
	Payload *models.ClusterPeerResponse
}

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

OK

func NewClusterPeerCollectionGetOK

func NewClusterPeerCollectionGetOK() *ClusterPeerCollectionGetOK

NewClusterPeerCollectionGetOK creates a ClusterPeerCollectionGetOK with default headers values

func (*ClusterPeerCollectionGetOK) Error

func (*ClusterPeerCollectionGetOK) GetPayload

func (*ClusterPeerCollectionGetOK) IsClientError

func (o *ClusterPeerCollectionGetOK) IsClientError() bool

IsClientError returns true when this cluster peer collection get o k response has a 4xx status code

func (*ClusterPeerCollectionGetOK) IsCode

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

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

func (*ClusterPeerCollectionGetOK) IsRedirect

func (o *ClusterPeerCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this cluster peer collection get o k response has a 3xx status code

func (*ClusterPeerCollectionGetOK) IsServerError

func (o *ClusterPeerCollectionGetOK) IsServerError() bool

IsServerError returns true when this cluster peer collection get o k response has a 5xx status code

func (*ClusterPeerCollectionGetOK) IsSuccess

func (o *ClusterPeerCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this cluster peer collection get o k response has a 2xx status code

func (*ClusterPeerCollectionGetOK) String

func (o *ClusterPeerCollectionGetOK) String() string

type ClusterPeerCollectionGetParams

type ClusterPeerCollectionGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

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

ClusterPeerCollectionGetParams contains all the parameters to send to the API endpoint

for the cluster peer collection get operation.

Typically these are written to a http.Request.

func NewClusterPeerCollectionGetParams

func NewClusterPeerCollectionGetParams() *ClusterPeerCollectionGetParams

NewClusterPeerCollectionGetParams creates a new ClusterPeerCollectionGetParams 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 NewClusterPeerCollectionGetParamsWithContext

func NewClusterPeerCollectionGetParamsWithContext(ctx context.Context) *ClusterPeerCollectionGetParams

NewClusterPeerCollectionGetParamsWithContext creates a new ClusterPeerCollectionGetParams object with the ability to set a context for a request.

func NewClusterPeerCollectionGetParamsWithHTTPClient

func NewClusterPeerCollectionGetParamsWithHTTPClient(client *http.Client) *ClusterPeerCollectionGetParams

NewClusterPeerCollectionGetParamsWithHTTPClient creates a new ClusterPeerCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewClusterPeerCollectionGetParamsWithTimeout

func NewClusterPeerCollectionGetParamsWithTimeout(timeout time.Duration) *ClusterPeerCollectionGetParams

NewClusterPeerCollectionGetParamsWithTimeout creates a new ClusterPeerCollectionGetParams object with the ability to set a timeout on a request.

func (*ClusterPeerCollectionGetParams) SetContext

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

SetContext adds the context to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) SetDefaults

func (o *ClusterPeerCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the cluster peer collection get params (not the query body).

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

func (*ClusterPeerCollectionGetParams) SetFieldsQueryParameter

func (o *ClusterPeerCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) SetMaxRecordsQueryParameter

func (o *ClusterPeerCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) SetOrderByQueryParameter

func (o *ClusterPeerCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) SetReturnRecordsQueryParameter

func (o *ClusterPeerCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *ClusterPeerCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WithContext

WithContext adds the context to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the cluster peer collection get params (not the query body).

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

func (*ClusterPeerCollectionGetParams) WithFieldsQueryParameter

func (o *ClusterPeerCollectionGetParams) WithFieldsQueryParameter(fields []string) *ClusterPeerCollectionGetParams

WithFieldsQueryParameter adds the fields to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WithMaxRecordsQueryParameter

func (o *ClusterPeerCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *ClusterPeerCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WithOrderByQueryParameter

func (o *ClusterPeerCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *ClusterPeerCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WithReturnRecordsQueryParameter

func (o *ClusterPeerCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ClusterPeerCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *ClusterPeerCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ClusterPeerCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the cluster peer collection get params

func (*ClusterPeerCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterPeerCollectionGetReader

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

ClusterPeerCollectionGetReader is a Reader for the ClusterPeerCollectionGet structure.

func (*ClusterPeerCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterPeerCreateCreated

type ClusterPeerCreateCreated struct {
	Payload *models.ClusterPeerSetupResponse
}

ClusterPeerCreateCreated describes a response with status code 201, with default header values.

Created

func NewClusterPeerCreateCreated

func NewClusterPeerCreateCreated() *ClusterPeerCreateCreated

NewClusterPeerCreateCreated creates a ClusterPeerCreateCreated with default headers values

func (*ClusterPeerCreateCreated) Error

func (o *ClusterPeerCreateCreated) Error() string

func (*ClusterPeerCreateCreated) GetPayload

func (*ClusterPeerCreateCreated) IsClientError

func (o *ClusterPeerCreateCreated) IsClientError() bool

IsClientError returns true when this cluster peer create created response has a 4xx status code

func (*ClusterPeerCreateCreated) IsCode

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

IsCode returns true when this cluster peer create created response a status code equal to that given

func (*ClusterPeerCreateCreated) IsRedirect

func (o *ClusterPeerCreateCreated) IsRedirect() bool

IsRedirect returns true when this cluster peer create created response has a 3xx status code

func (*ClusterPeerCreateCreated) IsServerError

func (o *ClusterPeerCreateCreated) IsServerError() bool

IsServerError returns true when this cluster peer create created response has a 5xx status code

func (*ClusterPeerCreateCreated) IsSuccess

func (o *ClusterPeerCreateCreated) IsSuccess() bool

IsSuccess returns true when this cluster peer create created response has a 2xx status code

func (*ClusterPeerCreateCreated) String

func (o *ClusterPeerCreateCreated) String() string

type ClusterPeerCreateDefault

type ClusterPeerCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterPeerCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 1966366 | The system SVM of the cluster IPspace hosts cluster LIFs only. | | 4653365 | IPspaces are unavailable with cluster peering: {ipspace}. | | 4656069 | Specifying a passphrase without remote IP addresses is not supported. | | 4656070 | The encryption protocol is meaningful only with authenticated cluster peer relationships. | | 4656071 | Cannot peer with a cluster bearing the same name as the local cluster. | | 4656072 | The name must conform to the same rules as a cluster name. | | 4656074 | Cannot check whether all nodes of this cluster support encryption. | | 4656075 | Cannot specify encryption: this operation requires an ECV of 9.6.0 or later. | | 4656077 | Specify either remote IP addresses or generate_passphrase. | | 4656079 | No cluster nodes were found. Check your cluster configuration. | | 4656081 | Creating an intercluster LIF requires a list of local IP addresses. | | 4656085 | Cannot create an intercluster LIF with an empty list of local IP addresses. | | 4656086 | Creating an intercluster LIF requires a broadcast domain that is in use within the IPspace. | | 4656087 | The number of local intercluster IP addresses must be less than or equal to the number of available nodes. | | 4656088 | Found no ports matching the IPspace and the broadcast domain. | | 4656089 | Found no matching entry for IPspace. | | 4656090 | The given IPspace differs from the IPspace entry found. | | 4656091 | Creating an intercluster LIF requires a subnet mask or a subnet mask length. | | 4656096 | Creating an intercluster LIF requires an IPv4 or IPv6 address of the default router. |

func NewClusterPeerCreateDefault

func NewClusterPeerCreateDefault(code int) *ClusterPeerCreateDefault

NewClusterPeerCreateDefault creates a ClusterPeerCreateDefault with default headers values

func (*ClusterPeerCreateDefault) Code

func (o *ClusterPeerCreateDefault) Code() int

Code gets the status code for the cluster peer create default response

func (*ClusterPeerCreateDefault) Error

func (o *ClusterPeerCreateDefault) Error() string

func (*ClusterPeerCreateDefault) GetPayload

func (*ClusterPeerCreateDefault) IsClientError

func (o *ClusterPeerCreateDefault) IsClientError() bool

IsClientError returns true when this cluster peer create default response has a 4xx status code

func (*ClusterPeerCreateDefault) IsCode

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

IsCode returns true when this cluster peer create default response a status code equal to that given

func (*ClusterPeerCreateDefault) IsRedirect

func (o *ClusterPeerCreateDefault) IsRedirect() bool

IsRedirect returns true when this cluster peer create default response has a 3xx status code

func (*ClusterPeerCreateDefault) IsServerError

func (o *ClusterPeerCreateDefault) IsServerError() bool

IsServerError returns true when this cluster peer create default response has a 5xx status code

func (*ClusterPeerCreateDefault) IsSuccess

func (o *ClusterPeerCreateDefault) IsSuccess() bool

IsSuccess returns true when this cluster peer create default response has a 2xx status code

func (*ClusterPeerCreateDefault) String

func (o *ClusterPeerCreateDefault) String() string

type ClusterPeerCreateParams

type ClusterPeerCreateParams struct {

	/* Info.

	   Info specification
	*/
	Info *models.ClusterPeer

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

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

ClusterPeerCreateParams contains all the parameters to send to the API endpoint

for the cluster peer create operation.

Typically these are written to a http.Request.

func NewClusterPeerCreateParams

func NewClusterPeerCreateParams() *ClusterPeerCreateParams

NewClusterPeerCreateParams creates a new ClusterPeerCreateParams 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 NewClusterPeerCreateParamsWithContext

func NewClusterPeerCreateParamsWithContext(ctx context.Context) *ClusterPeerCreateParams

NewClusterPeerCreateParamsWithContext creates a new ClusterPeerCreateParams object with the ability to set a context for a request.

func NewClusterPeerCreateParamsWithHTTPClient

func NewClusterPeerCreateParamsWithHTTPClient(client *http.Client) *ClusterPeerCreateParams

NewClusterPeerCreateParamsWithHTTPClient creates a new ClusterPeerCreateParams object with the ability to set a custom HTTPClient for a request.

func NewClusterPeerCreateParamsWithTimeout

func NewClusterPeerCreateParamsWithTimeout(timeout time.Duration) *ClusterPeerCreateParams

NewClusterPeerCreateParamsWithTimeout creates a new ClusterPeerCreateParams object with the ability to set a timeout on a request.

func (*ClusterPeerCreateParams) SetContext

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

SetContext adds the context to the cluster peer create params

func (*ClusterPeerCreateParams) SetDefaults

func (o *ClusterPeerCreateParams) SetDefaults()

SetDefaults hydrates default values in the cluster peer create params (not the query body).

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

func (*ClusterPeerCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster peer create params

func (*ClusterPeerCreateParams) SetInfo

func (o *ClusterPeerCreateParams) SetInfo(info *models.ClusterPeer)

SetInfo adds the info to the cluster peer create params

func (*ClusterPeerCreateParams) SetReturnRecordsQueryParameter

func (o *ClusterPeerCreateParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the cluster peer create params

func (*ClusterPeerCreateParams) SetTimeout

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

SetTimeout adds the timeout to the cluster peer create params

func (*ClusterPeerCreateParams) WithContext

WithContext adds the context to the cluster peer create params

func (*ClusterPeerCreateParams) WithDefaults

WithDefaults hydrates default values in the cluster peer create params (not the query body).

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

func (*ClusterPeerCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cluster peer create params

func (*ClusterPeerCreateParams) WithInfo

WithInfo adds the info to the cluster peer create params

func (*ClusterPeerCreateParams) WithReturnRecordsQueryParameter

func (o *ClusterPeerCreateParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ClusterPeerCreateParams

WithReturnRecordsQueryParameter adds the returnRecords to the cluster peer create params

func (*ClusterPeerCreateParams) WithTimeout

WithTimeout adds the timeout to the cluster peer create params

func (*ClusterPeerCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterPeerCreateReader

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

ClusterPeerCreateReader is a Reader for the ClusterPeerCreate structure.

func (*ClusterPeerCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterPeerDeleteDefault

type ClusterPeerDeleteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterPeerDeleteDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 4663070 | Unable to delete cluster peer relationship due to an ongoing Vserver migration. |

func NewClusterPeerDeleteDefault

func NewClusterPeerDeleteDefault(code int) *ClusterPeerDeleteDefault

NewClusterPeerDeleteDefault creates a ClusterPeerDeleteDefault with default headers values

func (*ClusterPeerDeleteDefault) Code

func (o *ClusterPeerDeleteDefault) Code() int

Code gets the status code for the cluster peer delete default response

func (*ClusterPeerDeleteDefault) Error

func (o *ClusterPeerDeleteDefault) Error() string

func (*ClusterPeerDeleteDefault) GetPayload

func (*ClusterPeerDeleteDefault) IsClientError

func (o *ClusterPeerDeleteDefault) IsClientError() bool

IsClientError returns true when this cluster peer delete default response has a 4xx status code

func (*ClusterPeerDeleteDefault) IsCode

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

IsCode returns true when this cluster peer delete default response a status code equal to that given

func (*ClusterPeerDeleteDefault) IsRedirect

func (o *ClusterPeerDeleteDefault) IsRedirect() bool

IsRedirect returns true when this cluster peer delete default response has a 3xx status code

func (*ClusterPeerDeleteDefault) IsServerError

func (o *ClusterPeerDeleteDefault) IsServerError() bool

IsServerError returns true when this cluster peer delete default response has a 5xx status code

func (*ClusterPeerDeleteDefault) IsSuccess

func (o *ClusterPeerDeleteDefault) IsSuccess() bool

IsSuccess returns true when this cluster peer delete default response has a 2xx status code

func (*ClusterPeerDeleteDefault) String

func (o *ClusterPeerDeleteDefault) String() string

type ClusterPeerDeleteOK

type ClusterPeerDeleteOK struct {
}

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

OK

func NewClusterPeerDeleteOK

func NewClusterPeerDeleteOK() *ClusterPeerDeleteOK

NewClusterPeerDeleteOK creates a ClusterPeerDeleteOK with default headers values

func (*ClusterPeerDeleteOK) Error

func (o *ClusterPeerDeleteOK) Error() string

func (*ClusterPeerDeleteOK) IsClientError

func (o *ClusterPeerDeleteOK) IsClientError() bool

IsClientError returns true when this cluster peer delete o k response has a 4xx status code

func (*ClusterPeerDeleteOK) IsCode

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

IsCode returns true when this cluster peer delete o k response a status code equal to that given

func (*ClusterPeerDeleteOK) IsRedirect

func (o *ClusterPeerDeleteOK) IsRedirect() bool

IsRedirect returns true when this cluster peer delete o k response has a 3xx status code

func (*ClusterPeerDeleteOK) IsServerError

func (o *ClusterPeerDeleteOK) IsServerError() bool

IsServerError returns true when this cluster peer delete o k response has a 5xx status code

func (*ClusterPeerDeleteOK) IsSuccess

func (o *ClusterPeerDeleteOK) IsSuccess() bool

IsSuccess returns true when this cluster peer delete o k response has a 2xx status code

func (*ClusterPeerDeleteOK) String

func (o *ClusterPeerDeleteOK) String() string

type ClusterPeerDeleteParams

type ClusterPeerDeleteParams struct {

	/* UUID.

	   Cluster peer relationship UUID
	*/
	UUIDPathParameter string

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

ClusterPeerDeleteParams contains all the parameters to send to the API endpoint

for the cluster peer delete operation.

Typically these are written to a http.Request.

func NewClusterPeerDeleteParams

func NewClusterPeerDeleteParams() *ClusterPeerDeleteParams

NewClusterPeerDeleteParams creates a new ClusterPeerDeleteParams 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 NewClusterPeerDeleteParamsWithContext

func NewClusterPeerDeleteParamsWithContext(ctx context.Context) *ClusterPeerDeleteParams

NewClusterPeerDeleteParamsWithContext creates a new ClusterPeerDeleteParams object with the ability to set a context for a request.

func NewClusterPeerDeleteParamsWithHTTPClient

func NewClusterPeerDeleteParamsWithHTTPClient(client *http.Client) *ClusterPeerDeleteParams

NewClusterPeerDeleteParamsWithHTTPClient creates a new ClusterPeerDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewClusterPeerDeleteParamsWithTimeout

func NewClusterPeerDeleteParamsWithTimeout(timeout time.Duration) *ClusterPeerDeleteParams

NewClusterPeerDeleteParamsWithTimeout creates a new ClusterPeerDeleteParams object with the ability to set a timeout on a request.

func (*ClusterPeerDeleteParams) SetContext

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

SetContext adds the context to the cluster peer delete params

func (*ClusterPeerDeleteParams) SetDefaults

func (o *ClusterPeerDeleteParams) SetDefaults()

SetDefaults hydrates default values in the cluster peer delete params (not the query body).

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

func (*ClusterPeerDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster peer delete params

func (*ClusterPeerDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the cluster peer delete params

func (*ClusterPeerDeleteParams) SetUUIDPathParameter

func (o *ClusterPeerDeleteParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the cluster peer delete params

func (*ClusterPeerDeleteParams) WithContext

WithContext adds the context to the cluster peer delete params

func (*ClusterPeerDeleteParams) WithDefaults

WithDefaults hydrates default values in the cluster peer delete params (not the query body).

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

func (*ClusterPeerDeleteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cluster peer delete params

func (*ClusterPeerDeleteParams) WithTimeout

WithTimeout adds the timeout to the cluster peer delete params

func (*ClusterPeerDeleteParams) WithUUIDPathParameter

func (o *ClusterPeerDeleteParams) WithUUIDPathParameter(uuid string) *ClusterPeerDeleteParams

WithUUIDPathParameter adds the uuid to the cluster peer delete params

func (*ClusterPeerDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterPeerDeleteReader

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

ClusterPeerDeleteReader is a Reader for the ClusterPeerDelete structure.

func (*ClusterPeerDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterPeerGetDefault

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

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

Error

func NewClusterPeerGetDefault

func NewClusterPeerGetDefault(code int) *ClusterPeerGetDefault

NewClusterPeerGetDefault creates a ClusterPeerGetDefault with default headers values

func (*ClusterPeerGetDefault) Code

func (o *ClusterPeerGetDefault) Code() int

Code gets the status code for the cluster peer get default response

func (*ClusterPeerGetDefault) Error

func (o *ClusterPeerGetDefault) Error() string

func (*ClusterPeerGetDefault) GetPayload

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

func (*ClusterPeerGetDefault) IsClientError

func (o *ClusterPeerGetDefault) IsClientError() bool

IsClientError returns true when this cluster peer get default response has a 4xx status code

func (*ClusterPeerGetDefault) IsCode

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

IsCode returns true when this cluster peer get default response a status code equal to that given

func (*ClusterPeerGetDefault) IsRedirect

func (o *ClusterPeerGetDefault) IsRedirect() bool

IsRedirect returns true when this cluster peer get default response has a 3xx status code

func (*ClusterPeerGetDefault) IsServerError

func (o *ClusterPeerGetDefault) IsServerError() bool

IsServerError returns true when this cluster peer get default response has a 5xx status code

func (*ClusterPeerGetDefault) IsSuccess

func (o *ClusterPeerGetDefault) IsSuccess() bool

IsSuccess returns true when this cluster peer get default response has a 2xx status code

func (*ClusterPeerGetDefault) String

func (o *ClusterPeerGetDefault) String() string

type ClusterPeerGetOK

type ClusterPeerGetOK struct {
	Payload *models.ClusterPeer
}

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

OK

func NewClusterPeerGetOK

func NewClusterPeerGetOK() *ClusterPeerGetOK

NewClusterPeerGetOK creates a ClusterPeerGetOK with default headers values

func (*ClusterPeerGetOK) Error

func (o *ClusterPeerGetOK) Error() string

func (*ClusterPeerGetOK) GetPayload

func (o *ClusterPeerGetOK) GetPayload() *models.ClusterPeer

func (*ClusterPeerGetOK) IsClientError

func (o *ClusterPeerGetOK) IsClientError() bool

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

func (*ClusterPeerGetOK) IsCode

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

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

func (*ClusterPeerGetOK) IsRedirect

func (o *ClusterPeerGetOK) IsRedirect() bool

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

func (*ClusterPeerGetOK) IsServerError

func (o *ClusterPeerGetOK) IsServerError() bool

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

func (*ClusterPeerGetOK) IsSuccess

func (o *ClusterPeerGetOK) IsSuccess() bool

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

func (*ClusterPeerGetOK) String

func (o *ClusterPeerGetOK) String() string

type ClusterPeerGetParams

type ClusterPeerGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* UUID.

	   Cluster peer relationship UUID
	*/
	UUIDPathParameter string

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

ClusterPeerGetParams contains all the parameters to send to the API endpoint

for the cluster peer get operation.

Typically these are written to a http.Request.

func NewClusterPeerGetParams

func NewClusterPeerGetParams() *ClusterPeerGetParams

NewClusterPeerGetParams creates a new ClusterPeerGetParams 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 NewClusterPeerGetParamsWithContext

func NewClusterPeerGetParamsWithContext(ctx context.Context) *ClusterPeerGetParams

NewClusterPeerGetParamsWithContext creates a new ClusterPeerGetParams object with the ability to set a context for a request.

func NewClusterPeerGetParamsWithHTTPClient

func NewClusterPeerGetParamsWithHTTPClient(client *http.Client) *ClusterPeerGetParams

NewClusterPeerGetParamsWithHTTPClient creates a new ClusterPeerGetParams object with the ability to set a custom HTTPClient for a request.

func NewClusterPeerGetParamsWithTimeout

func NewClusterPeerGetParamsWithTimeout(timeout time.Duration) *ClusterPeerGetParams

NewClusterPeerGetParamsWithTimeout creates a new ClusterPeerGetParams object with the ability to set a timeout on a request.

func (*ClusterPeerGetParams) SetContext

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

SetContext adds the context to the cluster peer get params

func (*ClusterPeerGetParams) SetDefaults

func (o *ClusterPeerGetParams) SetDefaults()

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

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

func (*ClusterPeerGetParams) SetFieldsQueryParameter

func (o *ClusterPeerGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the cluster peer get params

func (*ClusterPeerGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster peer get params

func (*ClusterPeerGetParams) SetTimeout

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

SetTimeout adds the timeout to the cluster peer get params

func (*ClusterPeerGetParams) SetUUIDPathParameter

func (o *ClusterPeerGetParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the cluster peer get params

func (*ClusterPeerGetParams) WithContext

WithContext adds the context to the cluster peer get params

func (*ClusterPeerGetParams) WithDefaults

func (o *ClusterPeerGetParams) WithDefaults() *ClusterPeerGetParams

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

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

func (*ClusterPeerGetParams) WithFieldsQueryParameter

func (o *ClusterPeerGetParams) WithFieldsQueryParameter(fields []string) *ClusterPeerGetParams

WithFieldsQueryParameter adds the fields to the cluster peer get params

func (*ClusterPeerGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cluster peer get params

func (*ClusterPeerGetParams) WithTimeout

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

WithTimeout adds the timeout to the cluster peer get params

func (*ClusterPeerGetParams) WithUUIDPathParameter

func (o *ClusterPeerGetParams) WithUUIDPathParameter(uuid string) *ClusterPeerGetParams

WithUUIDPathParameter adds the uuid to the cluster peer get params

func (*ClusterPeerGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ClusterPeerGetReader

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

ClusterPeerGetReader is a Reader for the ClusterPeerGet structure.

func (*ClusterPeerGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClusterPeerModifyDefault

type ClusterPeerModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ClusterPeerModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 4653261 | Error finding IPspace. | | 4655058 | Expiration time cannot be more than 7 days in the future. | | 4656070 | The encryption protocol is meaningful only with authenticated cluster peer relationships. | | 4656072 | The name must conform to the same rules as a cluster name. | | 4656073 | Changing the encryption state requires the refreshing of the authentication passphrase. | | 4656075 | Cannot specify encryption: this operation requires an ECV of ONTAP 9.6.0 or later. | | 4656076 | Cluster peer modify was attempted with mismatched IPv4 and IPv6 addresses. | | 4656081 | The remote IP address list is empty. | | 4656082 | Specify either a passphrase or \"-generate-passphrase\". | | 4656083 | Cannot auto-generate a passphrase when \"generate-passphrase\" is false. Modifying a passphrase using an auto-generated passphrase requires \"generate-passphrase\" be true. | | 4656084 | Passphrase can only be modified with an authenticated cluster peer relationship. | | 4656092 | Cluster peer modify was attempted with a host name that did not resolve to an IPv4 or IPv6 address. | | 4656095 | The address family of the specified peer addresses is not valid in this IPspace. Use /api/network/interfaces/ to verify that required LIFs are present and operational on each cluster node. |

func NewClusterPeerModifyDefault

func NewClusterPeerModifyDefault(code int) *ClusterPeerModifyDefault

NewClusterPeerModifyDefault creates a ClusterPeerModifyDefault with default headers values

func (*ClusterPeerModifyDefault) Code

func (o *ClusterPeerModifyDefault) Code() int

Code gets the status code for the cluster peer modify default response

func (*ClusterPeerModifyDefault) Error

func (o *ClusterPeerModifyDefault) Error() string

func (*ClusterPeerModifyDefault) GetPayload

func (*ClusterPeerModifyDefault) IsClientError

func (o *ClusterPeerModifyDefault) IsClientError() bool

IsClientError returns true when this cluster peer modify default response has a 4xx status code

func (*ClusterPeerModifyDefault) IsCode

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

IsCode returns true when this cluster peer modify default response a status code equal to that given

func (*ClusterPeerModifyDefault) IsRedirect

func (o *ClusterPeerModifyDefault) IsRedirect() bool

IsRedirect returns true when this cluster peer modify default response has a 3xx status code

func (*ClusterPeerModifyDefault) IsServerError

func (o *ClusterPeerModifyDefault) IsServerError() bool

IsServerError returns true when this cluster peer modify default response has a 5xx status code

func (*ClusterPeerModifyDefault) IsSuccess

func (o *ClusterPeerModifyDefault) IsSuccess() bool

IsSuccess returns true when this cluster peer modify default response has a 2xx status code

func (*ClusterPeerModifyDefault) String

func (o *ClusterPeerModifyDefault) String() string

type ClusterPeerModifyOK

type ClusterPeerModifyOK struct {
	Payload *models.ClusterPeerSetupResponse
}

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

OK

func NewClusterPeerModifyOK

func NewClusterPeerModifyOK() *ClusterPeerModifyOK

NewClusterPeerModifyOK creates a ClusterPeerModifyOK with default headers values

func (*ClusterPeerModifyOK) Error

func (o *ClusterPeerModifyOK) Error() string

func (*ClusterPeerModifyOK) GetPayload

func (*ClusterPeerModifyOK) IsClientError

func (o *ClusterPeerModifyOK) IsClientError() bool

IsClientError returns true when this cluster peer modify o k response has a 4xx status code

func (*ClusterPeerModifyOK) IsCode

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

IsCode returns true when this cluster peer modify o k response a status code equal to that given

func (*ClusterPeerModifyOK) IsRedirect

func (o *ClusterPeerModifyOK) IsRedirect() bool

IsRedirect returns true when this cluster peer modify o k response has a 3xx status code

func (*ClusterPeerModifyOK) IsServerError

func (o *ClusterPeerModifyOK) IsServerError() bool

IsServerError returns true when this cluster peer modify o k response has a 5xx status code

func (*ClusterPeerModifyOK) IsSuccess

func (o *ClusterPeerModifyOK) IsSuccess() bool

IsSuccess returns true when this cluster peer modify o k response has a 2xx status code

func (*ClusterPeerModifyOK) String

func (o *ClusterPeerModifyOK) String() string

type ClusterPeerModifyParams

type ClusterPeerModifyParams struct {

	/* Info.

	   Info specification
	*/
	Info *models.ClusterPeer

	/* UUID.

	   Cluster peer relationship UUID
	*/
	UUIDPathParameter string

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

ClusterPeerModifyParams contains all the parameters to send to the API endpoint

for the cluster peer modify operation.

Typically these are written to a http.Request.

func NewClusterPeerModifyParams

func NewClusterPeerModifyParams() *ClusterPeerModifyParams

NewClusterPeerModifyParams creates a new ClusterPeerModifyParams 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 NewClusterPeerModifyParamsWithContext

func NewClusterPeerModifyParamsWithContext(ctx context.Context) *ClusterPeerModifyParams

NewClusterPeerModifyParamsWithContext creates a new ClusterPeerModifyParams object with the ability to set a context for a request.

func NewClusterPeerModifyParamsWithHTTPClient

func NewClusterPeerModifyParamsWithHTTPClient(client *http.Client) *ClusterPeerModifyParams

NewClusterPeerModifyParamsWithHTTPClient creates a new ClusterPeerModifyParams object with the ability to set a custom HTTPClient for a request.

func NewClusterPeerModifyParamsWithTimeout

func NewClusterPeerModifyParamsWithTimeout(timeout time.Duration) *ClusterPeerModifyParams

NewClusterPeerModifyParamsWithTimeout creates a new ClusterPeerModifyParams object with the ability to set a timeout on a request.

func (*ClusterPeerModifyParams) SetContext

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

SetContext adds the context to the cluster peer modify params

func (*ClusterPeerModifyParams) SetDefaults

func (o *ClusterPeerModifyParams) SetDefaults()

SetDefaults hydrates default values in the cluster peer modify params (not the query body).

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

func (*ClusterPeerModifyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cluster peer modify params

func (*ClusterPeerModifyParams) SetInfo

func (o *ClusterPeerModifyParams) SetInfo(info *models.ClusterPeer)

SetInfo adds the info to the cluster peer modify params

func (*ClusterPeerModifyParams) SetTimeout

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

SetTimeout adds the timeout to the cluster peer modify params

func (*ClusterPeerModifyParams) SetUUIDPathParameter

func (o *ClusterPeerModifyParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the cluster peer modify params

func (*ClusterPeerModifyParams) WithContext

WithContext adds the context to the cluster peer modify params

func (*ClusterPeerModifyParams) WithDefaults

WithDefaults hydrates default values in the cluster peer modify params (not the query body).

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

func (*ClusterPeerModifyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cluster peer modify params

func (*ClusterPeerModifyParams) WithInfo

WithInfo adds the info to the cluster peer modify params

func (*ClusterPeerModifyParams) WithTimeout

WithTimeout adds the timeout to the cluster peer modify params

func (*ClusterPeerModifyParams) WithUUIDPathParameter

func (o *ClusterPeerModifyParams) WithUUIDPathParameter(uuid string) *ClusterPeerModifyParams

WithUUIDPathParameter adds the uuid to the cluster peer modify params

func (*ClusterPeerModifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClusterPeerModifyReader

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

ClusterPeerModifyReader is a Reader for the ClusterPeerModify structure.

func (*ClusterPeerModifyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CounterRowCollectionGetDefault

type CounterRowCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
CounterRowCollectionGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 8585320 | Table requested is not found | | 8586228 | Invalid counter name request. | | 8586229 | Invalid counter property request. |

func NewCounterRowCollectionGetDefault

func NewCounterRowCollectionGetDefault(code int) *CounterRowCollectionGetDefault

NewCounterRowCollectionGetDefault creates a CounterRowCollectionGetDefault with default headers values

func (*CounterRowCollectionGetDefault) Code

Code gets the status code for the counter row collection get default response

func (*CounterRowCollectionGetDefault) Error

func (*CounterRowCollectionGetDefault) GetPayload

func (*CounterRowCollectionGetDefault) IsClientError

func (o *CounterRowCollectionGetDefault) IsClientError() bool

IsClientError returns true when this counter row collection get default response has a 4xx status code

func (*CounterRowCollectionGetDefault) IsCode

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

IsCode returns true when this counter row collection get default response a status code equal to that given

func (*CounterRowCollectionGetDefault) IsRedirect

func (o *CounterRowCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this counter row collection get default response has a 3xx status code

func (*CounterRowCollectionGetDefault) IsServerError

func (o *CounterRowCollectionGetDefault) IsServerError() bool

IsServerError returns true when this counter row collection get default response has a 5xx status code

func (*CounterRowCollectionGetDefault) IsSuccess

func (o *CounterRowCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this counter row collection get default response has a 2xx status code

func (*CounterRowCollectionGetDefault) String

type CounterRowCollectionGetOK

type CounterRowCollectionGetOK struct {
	Payload *models.CounterRowResponse
}

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

OK

func NewCounterRowCollectionGetOK

func NewCounterRowCollectionGetOK() *CounterRowCollectionGetOK

NewCounterRowCollectionGetOK creates a CounterRowCollectionGetOK with default headers values

func (*CounterRowCollectionGetOK) Error

func (o *CounterRowCollectionGetOK) Error() string

func (*CounterRowCollectionGetOK) GetPayload

func (*CounterRowCollectionGetOK) IsClientError

func (o *CounterRowCollectionGetOK) IsClientError() bool

IsClientError returns true when this counter row collection get o k response has a 4xx status code

func (*CounterRowCollectionGetOK) IsCode

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

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

func (*CounterRowCollectionGetOK) IsRedirect

func (o *CounterRowCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this counter row collection get o k response has a 3xx status code

func (*CounterRowCollectionGetOK) IsServerError

func (o *CounterRowCollectionGetOK) IsServerError() bool

IsServerError returns true when this counter row collection get o k response has a 5xx status code

func (*CounterRowCollectionGetOK) IsSuccess

func (o *CounterRowCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this counter row collection get o k response has a 2xx status code

func (*CounterRowCollectionGetOK) String

func (o *CounterRowCollectionGetOK) String() string

type CounterRowCollectionGetParams

type CounterRowCollectionGetParams struct {

	/* AggregationComplete.

	   Filter by aggregation.complete
	*/
	AggregationCompleteQueryParameter *bool

	/* AggregationCount.

	   Filter by aggregation.count
	*/
	AggregationCountQueryParameter *int64

	/* CounterTableName.

	   Counter table name.
	*/
	CounterTableNamePathParameter string

	/* CountersCountersLabel.

	   Filter by counters.counters.label
	*/
	CountersCountersLabelQueryParameter *string

	/* CountersCountersValues.

	   Filter by counters.counters.values
	*/
	CountersCountersValuesQueryParameter *int64

	/* CountersLabels.

	   Filter by counters.labels
	*/
	CountersLabelsQueryParameter *string

	/* CountersName.

	   Filter by counters.name
	*/
	CountersNameQueryParameter *string

	/* CountersValue.

	   Filter by counters.value
	*/
	CountersValueQueryParameter *int64

	/* CountersValues.

	   Filter by counters.values
	*/
	CountersValuesQueryParameter *int64

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* ID.

	   Filter by id
	*/
	IDQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* PropertiesName.

	   Filter by properties.name
	*/
	PropertiesNameQueryParameter *string

	/* PropertiesValue.

	   Filter by properties.value
	*/
	PropertiesValueQueryParameter *string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

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

CounterRowCollectionGetParams contains all the parameters to send to the API endpoint

for the counter row collection get operation.

Typically these are written to a http.Request.

func NewCounterRowCollectionGetParams

func NewCounterRowCollectionGetParams() *CounterRowCollectionGetParams

NewCounterRowCollectionGetParams creates a new CounterRowCollectionGetParams 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 NewCounterRowCollectionGetParamsWithContext

func NewCounterRowCollectionGetParamsWithContext(ctx context.Context) *CounterRowCollectionGetParams

NewCounterRowCollectionGetParamsWithContext creates a new CounterRowCollectionGetParams object with the ability to set a context for a request.

func NewCounterRowCollectionGetParamsWithHTTPClient

func NewCounterRowCollectionGetParamsWithHTTPClient(client *http.Client) *CounterRowCollectionGetParams

NewCounterRowCollectionGetParamsWithHTTPClient creates a new CounterRowCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewCounterRowCollectionGetParamsWithTimeout

func NewCounterRowCollectionGetParamsWithTimeout(timeout time.Duration) *CounterRowCollectionGetParams

NewCounterRowCollectionGetParamsWithTimeout creates a new CounterRowCollectionGetParams object with the ability to set a timeout on a request.

func (*CounterRowCollectionGetParams) SetAggregationCompleteQueryParameter

func (o *CounterRowCollectionGetParams) SetAggregationCompleteQueryParameter(aggregationComplete *bool)

SetAggregationCompleteQueryParameter adds the aggregationComplete to the counter row collection get params

func (*CounterRowCollectionGetParams) SetAggregationCountQueryParameter

func (o *CounterRowCollectionGetParams) SetAggregationCountQueryParameter(aggregationCount *int64)

SetAggregationCountQueryParameter adds the aggregationCount to the counter row collection get params

func (*CounterRowCollectionGetParams) SetContext

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

SetContext adds the context to the counter row collection get params

func (*CounterRowCollectionGetParams) SetCounterTableNamePathParameter

func (o *CounterRowCollectionGetParams) SetCounterTableNamePathParameter(counterTableName string)

SetCounterTableNamePathParameter adds the counterTableName to the counter row collection get params

func (*CounterRowCollectionGetParams) SetCountersCountersLabelQueryParameter

func (o *CounterRowCollectionGetParams) SetCountersCountersLabelQueryParameter(countersCountersLabel *string)

SetCountersCountersLabelQueryParameter adds the countersCountersLabel to the counter row collection get params

func (*CounterRowCollectionGetParams) SetCountersCountersValuesQueryParameter

func (o *CounterRowCollectionGetParams) SetCountersCountersValuesQueryParameter(countersCountersValues *int64)

SetCountersCountersValuesQueryParameter adds the countersCountersValues to the counter row collection get params

func (*CounterRowCollectionGetParams) SetCountersLabelsQueryParameter

func (o *CounterRowCollectionGetParams) SetCountersLabelsQueryParameter(countersLabels *string)

SetCountersLabelsQueryParameter adds the countersLabels to the counter row collection get params

func (*CounterRowCollectionGetParams) SetCountersNameQueryParameter

func (o *CounterRowCollectionGetParams) SetCountersNameQueryParameter(countersName *string)

SetCountersNameQueryParameter adds the countersName to the counter row collection get params

func (*CounterRowCollectionGetParams) SetCountersValueQueryParameter

func (o *CounterRowCollectionGetParams) SetCountersValueQueryParameter(countersValue *int64)

SetCountersValueQueryParameter adds the countersValue to the counter row collection get params

func (*CounterRowCollectionGetParams) SetCountersValuesQueryParameter

func (o *CounterRowCollectionGetParams) SetCountersValuesQueryParameter(countersValues *int64)

SetCountersValuesQueryParameter adds the countersValues to the counter row collection get params

func (*CounterRowCollectionGetParams) SetDefaults

func (o *CounterRowCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the counter row collection get params (not the query body).

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

func (*CounterRowCollectionGetParams) SetFieldsQueryParameter

func (o *CounterRowCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the counter row collection get params

func (*CounterRowCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the counter row collection get params

func (*CounterRowCollectionGetParams) SetIDQueryParameter

func (o *CounterRowCollectionGetParams) SetIDQueryParameter(id *string)

SetIDQueryParameter adds the id to the counter row collection get params

func (*CounterRowCollectionGetParams) SetMaxRecordsQueryParameter

func (o *CounterRowCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the counter row collection get params

func (*CounterRowCollectionGetParams) SetOrderByQueryParameter

func (o *CounterRowCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the counter row collection get params

func (*CounterRowCollectionGetParams) SetPropertiesNameQueryParameter

func (o *CounterRowCollectionGetParams) SetPropertiesNameQueryParameter(propertiesName *string)

SetPropertiesNameQueryParameter adds the propertiesName to the counter row collection get params

func (*CounterRowCollectionGetParams) SetPropertiesValueQueryParameter

func (o *CounterRowCollectionGetParams) SetPropertiesValueQueryParameter(propertiesValue *string)

SetPropertiesValueQueryParameter adds the propertiesValue to the counter row collection get params

func (*CounterRowCollectionGetParams) SetReturnRecordsQueryParameter

func (o *CounterRowCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the counter row collection get params

func (*CounterRowCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *CounterRowCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the counter row collection get params

func (*CounterRowCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the counter row collection get params

func (*CounterRowCollectionGetParams) WithAggregationCompleteQueryParameter

func (o *CounterRowCollectionGetParams) WithAggregationCompleteQueryParameter(aggregationComplete *bool) *CounterRowCollectionGetParams

WithAggregationCompleteQueryParameter adds the aggregationComplete to the counter row collection get params

func (*CounterRowCollectionGetParams) WithAggregationCountQueryParameter

func (o *CounterRowCollectionGetParams) WithAggregationCountQueryParameter(aggregationCount *int64) *CounterRowCollectionGetParams

WithAggregationCountQueryParameter adds the aggregationCount to the counter row collection get params

func (*CounterRowCollectionGetParams) WithContext

WithContext adds the context to the counter row collection get params

func (*CounterRowCollectionGetParams) WithCounterTableNamePathParameter

func (o *CounterRowCollectionGetParams) WithCounterTableNamePathParameter(counterTableName string) *CounterRowCollectionGetParams

WithCounterTableNamePathParameter adds the counterTableName to the counter row collection get params

func (*CounterRowCollectionGetParams) WithCountersCountersLabelQueryParameter

func (o *CounterRowCollectionGetParams) WithCountersCountersLabelQueryParameter(countersCountersLabel *string) *CounterRowCollectionGetParams

WithCountersCountersLabelQueryParameter adds the countersCountersLabel to the counter row collection get params

func (*CounterRowCollectionGetParams) WithCountersCountersValuesQueryParameter

func (o *CounterRowCollectionGetParams) WithCountersCountersValuesQueryParameter(countersCountersValues *int64) *CounterRowCollectionGetParams

WithCountersCountersValuesQueryParameter adds the countersCountersValues to the counter row collection get params

func (*CounterRowCollectionGetParams) WithCountersLabelsQueryParameter

func (o *CounterRowCollectionGetParams) WithCountersLabelsQueryParameter(countersLabels *string) *CounterRowCollectionGetParams

WithCountersLabelsQueryParameter adds the countersLabels to the counter row collection get params

func (*CounterRowCollectionGetParams) WithCountersNameQueryParameter

func (o *CounterRowCollectionGetParams) WithCountersNameQueryParameter(countersName *string) *CounterRowCollectionGetParams

WithCountersNameQueryParameter adds the countersName to the counter row collection get params

func (*CounterRowCollectionGetParams) WithCountersValueQueryParameter

func (o *CounterRowCollectionGetParams) WithCountersValueQueryParameter(countersValue *int64) *CounterRowCollectionGetParams

WithCountersValueQueryParameter adds the countersValue to the counter row collection get params

func (*CounterRowCollectionGetParams) WithCountersValuesQueryParameter

func (o *CounterRowCollectionGetParams) WithCountersValuesQueryParameter(countersValues *int64) *CounterRowCollectionGetParams

WithCountersValuesQueryParameter adds the countersValues to the counter row collection get params

func (*CounterRowCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the counter row collection get params (not the query body).

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

func (*CounterRowCollectionGetParams) WithFieldsQueryParameter

func (o *CounterRowCollectionGetParams) WithFieldsQueryParameter(fields []string) *CounterRowCollectionGetParams

WithFieldsQueryParameter adds the fields to the counter row collection get params

func (*CounterRowCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the counter row collection get params

func (*CounterRowCollectionGetParams) WithIDQueryParameter

WithIDQueryParameter adds the id to the counter row collection get params

func (*CounterRowCollectionGetParams) WithMaxRecordsQueryParameter

func (o *CounterRowCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *CounterRowCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the counter row collection get params

func (*CounterRowCollectionGetParams) WithOrderByQueryParameter

func (o *CounterRowCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *CounterRowCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the counter row collection get params

func (*CounterRowCollectionGetParams) WithPropertiesNameQueryParameter

func (o *CounterRowCollectionGetParams) WithPropertiesNameQueryParameter(propertiesName *string) *CounterRowCollectionGetParams

WithPropertiesNameQueryParameter adds the propertiesName to the counter row collection get params

func (*CounterRowCollectionGetParams) WithPropertiesValueQueryParameter

func (o *CounterRowCollectionGetParams) WithPropertiesValueQueryParameter(propertiesValue *string) *CounterRowCollectionGetParams

WithPropertiesValueQueryParameter adds the propertiesValue to the counter row collection get params

func (*CounterRowCollectionGetParams) WithReturnRecordsQueryParameter

func (o *CounterRowCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *CounterRowCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the counter row collection get params

func (*CounterRowCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *CounterRowCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *CounterRowCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the counter row collection get params

func (*CounterRowCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the counter row collection get params

func (*CounterRowCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CounterRowCollectionGetReader

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

CounterRowCollectionGetReader is a Reader for the CounterRowCollectionGet structure.

func (*CounterRowCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CounterRowGetDefault

type CounterRowGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
CounterRowGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 8585320 | Table requested is not found | | 8586228 | Invalid counter name request. | | 8586229 | Invalid counter property request. |

func NewCounterRowGetDefault

func NewCounterRowGetDefault(code int) *CounterRowGetDefault

NewCounterRowGetDefault creates a CounterRowGetDefault with default headers values

func (*CounterRowGetDefault) Code

func (o *CounterRowGetDefault) Code() int

Code gets the status code for the counter row get default response

func (*CounterRowGetDefault) Error

func (o *CounterRowGetDefault) Error() string

func (*CounterRowGetDefault) GetPayload

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

func (*CounterRowGetDefault) IsClientError

func (o *CounterRowGetDefault) IsClientError() bool

IsClientError returns true when this counter row get default response has a 4xx status code

func (*CounterRowGetDefault) IsCode

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

IsCode returns true when this counter row get default response a status code equal to that given

func (*CounterRowGetDefault) IsRedirect

func (o *CounterRowGetDefault) IsRedirect() bool

IsRedirect returns true when this counter row get default response has a 3xx status code

func (*CounterRowGetDefault) IsServerError

func (o *CounterRowGetDefault) IsServerError() bool

IsServerError returns true when this counter row get default response has a 5xx status code

func (*CounterRowGetDefault) IsSuccess

func (o *CounterRowGetDefault) IsSuccess() bool

IsSuccess returns true when this counter row get default response has a 2xx status code

func (*CounterRowGetDefault) String

func (o *CounterRowGetDefault) String() string

type CounterRowGetOK

type CounterRowGetOK struct {
	Payload *models.CounterRow
}

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

OK

func NewCounterRowGetOK

func NewCounterRowGetOK() *CounterRowGetOK

NewCounterRowGetOK creates a CounterRowGetOK with default headers values

func (*CounterRowGetOK) Error

func (o *CounterRowGetOK) Error() string

func (*CounterRowGetOK) GetPayload

func (o *CounterRowGetOK) GetPayload() *models.CounterRow

func (*CounterRowGetOK) IsClientError

func (o *CounterRowGetOK) IsClientError() bool

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

func (*CounterRowGetOK) IsCode

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

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

func (*CounterRowGetOK) IsRedirect

func (o *CounterRowGetOK) IsRedirect() bool

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

func (*CounterRowGetOK) IsServerError

func (o *CounterRowGetOK) IsServerError() bool

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

func (*CounterRowGetOK) IsSuccess

func (o *CounterRowGetOK) IsSuccess() bool

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

func (*CounterRowGetOK) String

func (o *CounterRowGetOK) String() string

type CounterRowGetParams

type CounterRowGetParams struct {

	/* CounterTableName.

	   Counter table name.
	*/
	CounterTableNamePathParameter string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* ID.

	   Unique row identifier.
	*/
	IDPathParameter string

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

CounterRowGetParams contains all the parameters to send to the API endpoint

for the counter row get operation.

Typically these are written to a http.Request.

func NewCounterRowGetParams

func NewCounterRowGetParams() *CounterRowGetParams

NewCounterRowGetParams creates a new CounterRowGetParams 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 NewCounterRowGetParamsWithContext

func NewCounterRowGetParamsWithContext(ctx context.Context) *CounterRowGetParams

NewCounterRowGetParamsWithContext creates a new CounterRowGetParams object with the ability to set a context for a request.

func NewCounterRowGetParamsWithHTTPClient

func NewCounterRowGetParamsWithHTTPClient(client *http.Client) *CounterRowGetParams

NewCounterRowGetParamsWithHTTPClient creates a new CounterRowGetParams object with the ability to set a custom HTTPClient for a request.

func NewCounterRowGetParamsWithTimeout

func NewCounterRowGetParamsWithTimeout(timeout time.Duration) *CounterRowGetParams

NewCounterRowGetParamsWithTimeout creates a new CounterRowGetParams object with the ability to set a timeout on a request.

func (*CounterRowGetParams) SetContext

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

SetContext adds the context to the counter row get params

func (*CounterRowGetParams) SetCounterTableNamePathParameter

func (o *CounterRowGetParams) SetCounterTableNamePathParameter(counterTableName string)

SetCounterTableNamePathParameter adds the counterTableName to the counter row get params

func (*CounterRowGetParams) SetDefaults

func (o *CounterRowGetParams) SetDefaults()

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

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

func (*CounterRowGetParams) SetFieldsQueryParameter

func (o *CounterRowGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the counter row get params

func (*CounterRowGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the counter row get params

func (*CounterRowGetParams) SetIDPathParameter

func (o *CounterRowGetParams) SetIDPathParameter(id string)

SetIDPathParameter adds the id to the counter row get params

func (*CounterRowGetParams) SetTimeout

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

SetTimeout adds the timeout to the counter row get params

func (*CounterRowGetParams) WithContext

WithContext adds the context to the counter row get params

func (*CounterRowGetParams) WithCounterTableNamePathParameter

func (o *CounterRowGetParams) WithCounterTableNamePathParameter(counterTableName string) *CounterRowGetParams

WithCounterTableNamePathParameter adds the counterTableName to the counter row get params

func (*CounterRowGetParams) WithDefaults

func (o *CounterRowGetParams) WithDefaults() *CounterRowGetParams

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

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

func (*CounterRowGetParams) WithFieldsQueryParameter

func (o *CounterRowGetParams) WithFieldsQueryParameter(fields []string) *CounterRowGetParams

WithFieldsQueryParameter adds the fields to the counter row get params

func (*CounterRowGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the counter row get params

func (*CounterRowGetParams) WithIDPathParameter

func (o *CounterRowGetParams) WithIDPathParameter(id string) *CounterRowGetParams

WithIDPathParameter adds the id to the counter row get params

func (*CounterRowGetParams) WithTimeout

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

WithTimeout adds the timeout to the counter row get params

func (*CounterRowGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CounterRowGetReader

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

CounterRowGetReader is a Reader for the CounterRowGet structure.

func (*CounterRowGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CounterTableCollectionGetDefault

type CounterTableCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
CounterTableCollectionGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 8585368 | The system has not completed it's initialization |

func NewCounterTableCollectionGetDefault

func NewCounterTableCollectionGetDefault(code int) *CounterTableCollectionGetDefault

NewCounterTableCollectionGetDefault creates a CounterTableCollectionGetDefault with default headers values

func (*CounterTableCollectionGetDefault) Code

Code gets the status code for the counter table collection get default response

func (*CounterTableCollectionGetDefault) Error

func (*CounterTableCollectionGetDefault) GetPayload

func (*CounterTableCollectionGetDefault) IsClientError

func (o *CounterTableCollectionGetDefault) IsClientError() bool

IsClientError returns true when this counter table collection get default response has a 4xx status code

func (*CounterTableCollectionGetDefault) IsCode

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

IsCode returns true when this counter table collection get default response a status code equal to that given

func (*CounterTableCollectionGetDefault) IsRedirect

func (o *CounterTableCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this counter table collection get default response has a 3xx status code

func (*CounterTableCollectionGetDefault) IsServerError

func (o *CounterTableCollectionGetDefault) IsServerError() bool

IsServerError returns true when this counter table collection get default response has a 5xx status code

func (*CounterTableCollectionGetDefault) IsSuccess

func (o *CounterTableCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this counter table collection get default response has a 2xx status code

func (*CounterTableCollectionGetDefault) String

type CounterTableCollectionGetOK

type CounterTableCollectionGetOK struct {
	Payload *models.CounterTableResponse
}

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

OK

func NewCounterTableCollectionGetOK

func NewCounterTableCollectionGetOK() *CounterTableCollectionGetOK

NewCounterTableCollectionGetOK creates a CounterTableCollectionGetOK with default headers values

func (*CounterTableCollectionGetOK) Error

func (*CounterTableCollectionGetOK) GetPayload

func (*CounterTableCollectionGetOK) IsClientError

func (o *CounterTableCollectionGetOK) IsClientError() bool

IsClientError returns true when this counter table collection get o k response has a 4xx status code

func (*CounterTableCollectionGetOK) IsCode

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

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

func (*CounterTableCollectionGetOK) IsRedirect

func (o *CounterTableCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this counter table collection get o k response has a 3xx status code

func (*CounterTableCollectionGetOK) IsServerError

func (o *CounterTableCollectionGetOK) IsServerError() bool

IsServerError returns true when this counter table collection get o k response has a 5xx status code

func (*CounterTableCollectionGetOK) IsSuccess

func (o *CounterTableCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this counter table collection get o k response has a 2xx status code

func (*CounterTableCollectionGetOK) String

func (o *CounterTableCollectionGetOK) String() string

type CounterTableCollectionGetParams

type CounterTableCollectionGetParams struct {

	/* CounterSchemasDenominatorName.

	   Filter by counter_schemas.denominator.name
	*/
	CounterSchemasDenominatorNameQueryParameter *string

	/* CounterSchemasDescription.

	   Filter by counter_schemas.description
	*/
	CounterSchemasDescriptionQueryParameter *string

	/* CounterSchemasName.

	   Filter by counter_schemas.name
	*/
	CounterSchemasNameQueryParameter *string

	/* CounterSchemasType.

	   Filter by counter_schemas.type
	*/
	CounterSchemasTypeQueryParameter *string

	/* CounterSchemasUnit.

	   Filter by counter_schemas.unit
	*/
	CounterSchemasUnitQueryParameter *string

	/* Description.

	   Filter by description
	*/
	DescriptionQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* Name.

	   Filter by name
	*/
	NameQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

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

CounterTableCollectionGetParams contains all the parameters to send to the API endpoint

for the counter table collection get operation.

Typically these are written to a http.Request.

func NewCounterTableCollectionGetParams

func NewCounterTableCollectionGetParams() *CounterTableCollectionGetParams

NewCounterTableCollectionGetParams creates a new CounterTableCollectionGetParams 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 NewCounterTableCollectionGetParamsWithContext

func NewCounterTableCollectionGetParamsWithContext(ctx context.Context) *CounterTableCollectionGetParams

NewCounterTableCollectionGetParamsWithContext creates a new CounterTableCollectionGetParams object with the ability to set a context for a request.

func NewCounterTableCollectionGetParamsWithHTTPClient

func NewCounterTableCollectionGetParamsWithHTTPClient(client *http.Client) *CounterTableCollectionGetParams

NewCounterTableCollectionGetParamsWithHTTPClient creates a new CounterTableCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewCounterTableCollectionGetParamsWithTimeout

func NewCounterTableCollectionGetParamsWithTimeout(timeout time.Duration) *CounterTableCollectionGetParams

NewCounterTableCollectionGetParamsWithTimeout creates a new CounterTableCollectionGetParams object with the ability to set a timeout on a request.

func (*CounterTableCollectionGetParams) SetContext

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

SetContext adds the context to the counter table collection get params

func (*CounterTableCollectionGetParams) SetCounterSchemasDenominatorNameQueryParameter

func (o *CounterTableCollectionGetParams) SetCounterSchemasDenominatorNameQueryParameter(counterSchemasDenominatorName *string)

SetCounterSchemasDenominatorNameQueryParameter adds the counterSchemasDenominatorName to the counter table collection get params

func (*CounterTableCollectionGetParams) SetCounterSchemasDescriptionQueryParameter

func (o *CounterTableCollectionGetParams) SetCounterSchemasDescriptionQueryParameter(counterSchemasDescription *string)

SetCounterSchemasDescriptionQueryParameter adds the counterSchemasDescription to the counter table collection get params

func (*CounterTableCollectionGetParams) SetCounterSchemasNameQueryParameter

func (o *CounterTableCollectionGetParams) SetCounterSchemasNameQueryParameter(counterSchemasName *string)

SetCounterSchemasNameQueryParameter adds the counterSchemasName to the counter table collection get params

func (*CounterTableCollectionGetParams) SetCounterSchemasTypeQueryParameter

func (o *CounterTableCollectionGetParams) SetCounterSchemasTypeQueryParameter(counterSchemasType *string)

SetCounterSchemasTypeQueryParameter adds the counterSchemasType to the counter table collection get params

func (*CounterTableCollectionGetParams) SetCounterSchemasUnitQueryParameter

func (o *CounterTableCollectionGetParams) SetCounterSchemasUnitQueryParameter(counterSchemasUnit *string)

SetCounterSchemasUnitQueryParameter adds the counterSchemasUnit to the counter table collection get params

func (*CounterTableCollectionGetParams) SetDefaults

func (o *CounterTableCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the counter table collection get params (not the query body).

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

func (*CounterTableCollectionGetParams) SetDescriptionQueryParameter

func (o *CounterTableCollectionGetParams) SetDescriptionQueryParameter(description *string)

SetDescriptionQueryParameter adds the description to the counter table collection get params

func (*CounterTableCollectionGetParams) SetFieldsQueryParameter

func (o *CounterTableCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the counter table collection get params

func (*CounterTableCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the counter table collection get params

func (*CounterTableCollectionGetParams) SetMaxRecordsQueryParameter

func (o *CounterTableCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the counter table collection get params

func (*CounterTableCollectionGetParams) SetNameQueryParameter

func (o *CounterTableCollectionGetParams) SetNameQueryParameter(name *string)

SetNameQueryParameter adds the name to the counter table collection get params

func (*CounterTableCollectionGetParams) SetOrderByQueryParameter

func (o *CounterTableCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the counter table collection get params

func (*CounterTableCollectionGetParams) SetReturnRecordsQueryParameter

func (o *CounterTableCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the counter table collection get params

func (*CounterTableCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *CounterTableCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the counter table collection get params

func (*CounterTableCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the counter table collection get params

func (*CounterTableCollectionGetParams) WithContext

WithContext adds the context to the counter table collection get params

func (*CounterTableCollectionGetParams) WithCounterSchemasDenominatorNameQueryParameter

func (o *CounterTableCollectionGetParams) WithCounterSchemasDenominatorNameQueryParameter(counterSchemasDenominatorName *string) *CounterTableCollectionGetParams

WithCounterSchemasDenominatorNameQueryParameter adds the counterSchemasDenominatorName to the counter table collection get params

func (*CounterTableCollectionGetParams) WithCounterSchemasDescriptionQueryParameter

func (o *CounterTableCollectionGetParams) WithCounterSchemasDescriptionQueryParameter(counterSchemasDescription *string) *CounterTableCollectionGetParams

WithCounterSchemasDescriptionQueryParameter adds the counterSchemasDescription to the counter table collection get params

func (*CounterTableCollectionGetParams) WithCounterSchemasNameQueryParameter

func (o *CounterTableCollectionGetParams) WithCounterSchemasNameQueryParameter(counterSchemasName *string) *CounterTableCollectionGetParams

WithCounterSchemasNameQueryParameter adds the counterSchemasName to the counter table collection get params

func (*CounterTableCollectionGetParams) WithCounterSchemasTypeQueryParameter

func (o *CounterTableCollectionGetParams) WithCounterSchemasTypeQueryParameter(counterSchemasType *string) *CounterTableCollectionGetParams

WithCounterSchemasTypeQueryParameter adds the counterSchemasType to the counter table collection get params

func (*CounterTableCollectionGetParams) WithCounterSchemasUnitQueryParameter

func (o *CounterTableCollectionGetParams) WithCounterSchemasUnitQueryParameter(counterSchemasUnit *string) *CounterTableCollectionGetParams

WithCounterSchemasUnitQueryParameter adds the counterSchemasUnit to the counter table collection get params

func (*CounterTableCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the counter table collection get params (not the query body).

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

func (*CounterTableCollectionGetParams) WithDescriptionQueryParameter

func (o *CounterTableCollectionGetParams) WithDescriptionQueryParameter(description *string) *CounterTableCollectionGetParams

WithDescriptionQueryParameter adds the description to the counter table collection get params

func (*CounterTableCollectionGetParams) WithFieldsQueryParameter

func (o *CounterTableCollectionGetParams) WithFieldsQueryParameter(fields []string) *CounterTableCollectionGetParams

WithFieldsQueryParameter adds the fields to the counter table collection get params

func (*CounterTableCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the counter table collection get params

func (*CounterTableCollectionGetParams) WithMaxRecordsQueryParameter

func (o *CounterTableCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *CounterTableCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the counter table collection get params

func (*CounterTableCollectionGetParams) WithNameQueryParameter

WithNameQueryParameter adds the name to the counter table collection get params

func (*CounterTableCollectionGetParams) WithOrderByQueryParameter

func (o *CounterTableCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *CounterTableCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the counter table collection get params

func (*CounterTableCollectionGetParams) WithReturnRecordsQueryParameter

func (o *CounterTableCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *CounterTableCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the counter table collection get params

func (*CounterTableCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *CounterTableCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *CounterTableCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the counter table collection get params

func (*CounterTableCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the counter table collection get params

func (*CounterTableCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CounterTableCollectionGetReader

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

CounterTableCollectionGetReader is a Reader for the CounterTableCollectionGet structure.

func (*CounterTableCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CounterTableGetDefault

type CounterTableGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
CounterTableGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 8585320 | Table requested is not found | | 8585368 | The system has not completed it's initialization |

func NewCounterTableGetDefault

func NewCounterTableGetDefault(code int) *CounterTableGetDefault

NewCounterTableGetDefault creates a CounterTableGetDefault with default headers values

func (*CounterTableGetDefault) Code

func (o *CounterTableGetDefault) Code() int

Code gets the status code for the counter table get default response

func (*CounterTableGetDefault) Error

func (o *CounterTableGetDefault) Error() string

func (*CounterTableGetDefault) GetPayload

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

func (*CounterTableGetDefault) IsClientError

func (o *CounterTableGetDefault) IsClientError() bool

IsClientError returns true when this counter table get default response has a 4xx status code

func (*CounterTableGetDefault) IsCode

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

IsCode returns true when this counter table get default response a status code equal to that given

func (*CounterTableGetDefault) IsRedirect

func (o *CounterTableGetDefault) IsRedirect() bool

IsRedirect returns true when this counter table get default response has a 3xx status code

func (*CounterTableGetDefault) IsServerError

func (o *CounterTableGetDefault) IsServerError() bool

IsServerError returns true when this counter table get default response has a 5xx status code

func (*CounterTableGetDefault) IsSuccess

func (o *CounterTableGetDefault) IsSuccess() bool

IsSuccess returns true when this counter table get default response has a 2xx status code

func (*CounterTableGetDefault) String

func (o *CounterTableGetDefault) String() string

type CounterTableGetOK

type CounterTableGetOK struct {
	Payload *models.CounterTable
}

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

OK

func NewCounterTableGetOK

func NewCounterTableGetOK() *CounterTableGetOK

NewCounterTableGetOK creates a CounterTableGetOK with default headers values

func (*CounterTableGetOK) Error

func (o *CounterTableGetOK) Error() string

func (*CounterTableGetOK) GetPayload

func (o *CounterTableGetOK) GetPayload() *models.CounterTable

func (*CounterTableGetOK) IsClientError

func (o *CounterTableGetOK) IsClientError() bool

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

func (*CounterTableGetOK) IsCode

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

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

func (*CounterTableGetOK) IsRedirect

func (o *CounterTableGetOK) IsRedirect() bool

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

func (*CounterTableGetOK) IsServerError

func (o *CounterTableGetOK) IsServerError() bool

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

func (*CounterTableGetOK) IsSuccess

func (o *CounterTableGetOK) IsSuccess() bool

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

func (*CounterTableGetOK) String

func (o *CounterTableGetOK) String() string

type CounterTableGetParams

type CounterTableGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* Name.

	   Counter table name.
	*/
	NamePathParameter string

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

CounterTableGetParams contains all the parameters to send to the API endpoint

for the counter table get operation.

Typically these are written to a http.Request.

func NewCounterTableGetParams

func NewCounterTableGetParams() *CounterTableGetParams

NewCounterTableGetParams creates a new CounterTableGetParams 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 NewCounterTableGetParamsWithContext

func NewCounterTableGetParamsWithContext(ctx context.Context) *CounterTableGetParams

NewCounterTableGetParamsWithContext creates a new CounterTableGetParams object with the ability to set a context for a request.

func NewCounterTableGetParamsWithHTTPClient

func NewCounterTableGetParamsWithHTTPClient(client *http.Client) *CounterTableGetParams

NewCounterTableGetParamsWithHTTPClient creates a new CounterTableGetParams object with the ability to set a custom HTTPClient for a request.

func NewCounterTableGetParamsWithTimeout

func NewCounterTableGetParamsWithTimeout(timeout time.Duration) *CounterTableGetParams

NewCounterTableGetParamsWithTimeout creates a new CounterTableGetParams object with the ability to set a timeout on a request.

func (*CounterTableGetParams) SetContext

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

SetContext adds the context to the counter table get params

func (*CounterTableGetParams) SetDefaults

func (o *CounterTableGetParams) SetDefaults()

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

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

func (*CounterTableGetParams) SetFieldsQueryParameter

func (o *CounterTableGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the counter table get params

func (*CounterTableGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the counter table get params

func (*CounterTableGetParams) SetNamePathParameter

func (o *CounterTableGetParams) SetNamePathParameter(name string)

SetNamePathParameter adds the name to the counter table get params

func (*CounterTableGetParams) SetTimeout

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

SetTimeout adds the timeout to the counter table get params

func (*CounterTableGetParams) WithContext

WithContext adds the context to the counter table get params

func (*CounterTableGetParams) WithDefaults

func (o *CounterTableGetParams) WithDefaults() *CounterTableGetParams

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

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

func (*CounterTableGetParams) WithFieldsQueryParameter

func (o *CounterTableGetParams) WithFieldsQueryParameter(fields []string) *CounterTableGetParams

WithFieldsQueryParameter adds the fields to the counter table get params

func (*CounterTableGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the counter table get params

func (*CounterTableGetParams) WithNamePathParameter

func (o *CounterTableGetParams) WithNamePathParameter(name string) *CounterTableGetParams

WithNamePathParameter adds the name to the counter table get params

func (*CounterTableGetParams) WithTimeout

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

WithTimeout adds the timeout to the counter table get params

func (*CounterTableGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CounterTableGetReader

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

CounterTableGetReader is a Reader for the CounterTableGet structure.

func (*CounterTableGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FirmwareHistoryCollectionGetDefault

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

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

Error

func NewFirmwareHistoryCollectionGetDefault

func NewFirmwareHistoryCollectionGetDefault(code int) *FirmwareHistoryCollectionGetDefault

NewFirmwareHistoryCollectionGetDefault creates a FirmwareHistoryCollectionGetDefault with default headers values

func (*FirmwareHistoryCollectionGetDefault) Code

Code gets the status code for the firmware history collection get default response

func (*FirmwareHistoryCollectionGetDefault) Error

func (*FirmwareHistoryCollectionGetDefault) GetPayload

func (*FirmwareHistoryCollectionGetDefault) IsClientError

func (o *FirmwareHistoryCollectionGetDefault) IsClientError() bool

IsClientError returns true when this firmware history collection get default response has a 4xx status code

func (*FirmwareHistoryCollectionGetDefault) IsCode

IsCode returns true when this firmware history collection get default response a status code equal to that given

func (*FirmwareHistoryCollectionGetDefault) IsRedirect

func (o *FirmwareHistoryCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this firmware history collection get default response has a 3xx status code

func (*FirmwareHistoryCollectionGetDefault) IsServerError

func (o *FirmwareHistoryCollectionGetDefault) IsServerError() bool

IsServerError returns true when this firmware history collection get default response has a 5xx status code

func (*FirmwareHistoryCollectionGetDefault) IsSuccess

IsSuccess returns true when this firmware history collection get default response has a 2xx status code

func (*FirmwareHistoryCollectionGetDefault) String

type FirmwareHistoryCollectionGetOK

type FirmwareHistoryCollectionGetOK struct {
	Payload *models.FirmwareHistoryResponse
}

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

OK

func NewFirmwareHistoryCollectionGetOK

func NewFirmwareHistoryCollectionGetOK() *FirmwareHistoryCollectionGetOK

NewFirmwareHistoryCollectionGetOK creates a FirmwareHistoryCollectionGetOK with default headers values

func (*FirmwareHistoryCollectionGetOK) Error

func (*FirmwareHistoryCollectionGetOK) GetPayload

func (*FirmwareHistoryCollectionGetOK) IsClientError

func (o *FirmwareHistoryCollectionGetOK) IsClientError() bool

IsClientError returns true when this firmware history collection get o k response has a 4xx status code

func (*FirmwareHistoryCollectionGetOK) IsCode

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

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

func (*FirmwareHistoryCollectionGetOK) IsRedirect

func (o *FirmwareHistoryCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this firmware history collection get o k response has a 3xx status code

func (*FirmwareHistoryCollectionGetOK) IsServerError

func (o *FirmwareHistoryCollectionGetOK) IsServerError() bool

IsServerError returns true when this firmware history collection get o k response has a 5xx status code

func (*FirmwareHistoryCollectionGetOK) IsSuccess

func (o *FirmwareHistoryCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this firmware history collection get o k response has a 2xx status code

func (*FirmwareHistoryCollectionGetOK) String

type FirmwareHistoryCollectionGetParams

type FirmwareHistoryCollectionGetParams struct {

	/* EndTime.

	   Filter by end_time
	*/
	EndTimeQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* FwFileName.

	   Filter by fw_file_name
	*/
	FwFileNameQueryParameter *string

	/* FwUpdateState.

	   Filter by fw_update_state
	*/
	FwUpdateStateQueryParameter *string

	/* JobUUID.

	   Filter by job.uuid
	*/
	JobUUIDQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* NodeName.

	   Filter by node.name
	*/
	NodeNameQueryParameter *string

	/* NodeUUID.

	   Filter by node.uuid
	*/
	NodeUUIDQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* StartTime.

	   Filter by start_time
	*/
	StartTimeQueryParameter *string

	/* UpdateStatusWorkerErrorCode.

	   Filter by update_status.worker.error.code
	*/
	UpdateStatusWorkerErrorCodeQueryParameter *int64

	/* UpdateStatusWorkerErrorMessage.

	   Filter by update_status.worker.error.message
	*/
	UpdateStatusWorkerErrorMessageQueryParameter *string

	/* UpdateStatusWorkerNodeName.

	   Filter by update_status.worker.node.name
	*/
	UpdateStatusWorkerNodeNameQueryParameter *string

	/* UpdateStatusWorkerNodeUUID.

	   Filter by update_status.worker.node.uuid
	*/
	UpdateStatusWorkerNodeUUIDQueryParameter *string

	/* UpdateStatusWorkerState.

	   Filter by update_status.worker.state
	*/
	UpdateStatusWorkerStateQueryParameter *string

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

FirmwareHistoryCollectionGetParams contains all the parameters to send to the API endpoint

for the firmware history collection get operation.

Typically these are written to a http.Request.

func NewFirmwareHistoryCollectionGetParams

func NewFirmwareHistoryCollectionGetParams() *FirmwareHistoryCollectionGetParams

NewFirmwareHistoryCollectionGetParams creates a new FirmwareHistoryCollectionGetParams 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 NewFirmwareHistoryCollectionGetParamsWithContext

func NewFirmwareHistoryCollectionGetParamsWithContext(ctx context.Context) *FirmwareHistoryCollectionGetParams

NewFirmwareHistoryCollectionGetParamsWithContext creates a new FirmwareHistoryCollectionGetParams object with the ability to set a context for a request.

func NewFirmwareHistoryCollectionGetParamsWithHTTPClient

func NewFirmwareHistoryCollectionGetParamsWithHTTPClient(client *http.Client) *FirmwareHistoryCollectionGetParams

NewFirmwareHistoryCollectionGetParamsWithHTTPClient creates a new FirmwareHistoryCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewFirmwareHistoryCollectionGetParamsWithTimeout

func NewFirmwareHistoryCollectionGetParamsWithTimeout(timeout time.Duration) *FirmwareHistoryCollectionGetParams

NewFirmwareHistoryCollectionGetParamsWithTimeout creates a new FirmwareHistoryCollectionGetParams object with the ability to set a timeout on a request.

func (*FirmwareHistoryCollectionGetParams) SetContext

SetContext adds the context to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetDefaults

func (o *FirmwareHistoryCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the firmware history collection get params (not the query body).

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

func (*FirmwareHistoryCollectionGetParams) SetEndTimeQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetEndTimeQueryParameter(endTime *string)

SetEndTimeQueryParameter adds the endTime to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetFieldsQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetFwFileNameQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetFwFileNameQueryParameter(fwFileName *string)

SetFwFileNameQueryParameter adds the fwFileName to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetFwUpdateStateQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetFwUpdateStateQueryParameter(fwUpdateState *string)

SetFwUpdateStateQueryParameter adds the fwUpdateState to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetJobUUIDQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetJobUUIDQueryParameter(jobUUID *string)

SetJobUUIDQueryParameter adds the jobUuid to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetMaxRecordsQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetNodeNameQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetNodeNameQueryParameter(nodeName *string)

SetNodeNameQueryParameter adds the nodeName to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetNodeUUIDQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetNodeUUIDQueryParameter(nodeUUID *string)

SetNodeUUIDQueryParameter adds the nodeUuid to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetOrderByQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetReturnRecordsQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetStartTimeQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetStartTimeQueryParameter(startTime *string)

SetStartTimeQueryParameter adds the startTime to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerErrorCodeQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerErrorCodeQueryParameter(updateStatusWorkerErrorCode *int64)

SetUpdateStatusWorkerErrorCodeQueryParameter adds the updateStatusWorkerErrorCode to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerErrorMessageQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerErrorMessageQueryParameter(updateStatusWorkerErrorMessage *string)

SetUpdateStatusWorkerErrorMessageQueryParameter adds the updateStatusWorkerErrorMessage to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerNodeNameQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerNodeNameQueryParameter(updateStatusWorkerNodeName *string)

SetUpdateStatusWorkerNodeNameQueryParameter adds the updateStatusWorkerNodeName to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerNodeUUIDQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerNodeUUIDQueryParameter(updateStatusWorkerNodeUUID *string)

SetUpdateStatusWorkerNodeUUIDQueryParameter adds the updateStatusWorkerNodeUuid to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerStateQueryParameter

func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerStateQueryParameter(updateStatusWorkerState *string)

SetUpdateStatusWorkerStateQueryParameter adds the updateStatusWorkerState to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithContext

WithContext adds the context to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the firmware history collection get params (not the query body).

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

func (*FirmwareHistoryCollectionGetParams) WithEndTimeQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithEndTimeQueryParameter(endTime *string) *FirmwareHistoryCollectionGetParams

WithEndTimeQueryParameter adds the endTime to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithFieldsQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithFieldsQueryParameter(fields []string) *FirmwareHistoryCollectionGetParams

WithFieldsQueryParameter adds the fields to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithFwFileNameQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithFwFileNameQueryParameter(fwFileName *string) *FirmwareHistoryCollectionGetParams

WithFwFileNameQueryParameter adds the fwFileName to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithFwUpdateStateQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithFwUpdateStateQueryParameter(fwUpdateState *string) *FirmwareHistoryCollectionGetParams

WithFwUpdateStateQueryParameter adds the fwUpdateState to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithJobUUIDQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithJobUUIDQueryParameter(jobUUID *string) *FirmwareHistoryCollectionGetParams

WithJobUUIDQueryParameter adds the jobUUID to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithMaxRecordsQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *FirmwareHistoryCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithNodeNameQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithNodeNameQueryParameter(nodeName *string) *FirmwareHistoryCollectionGetParams

WithNodeNameQueryParameter adds the nodeName to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithNodeUUIDQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithNodeUUIDQueryParameter(nodeUUID *string) *FirmwareHistoryCollectionGetParams

WithNodeUUIDQueryParameter adds the nodeUUID to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithOrderByQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *FirmwareHistoryCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithReturnRecordsQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *FirmwareHistoryCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *FirmwareHistoryCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithStartTimeQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithStartTimeQueryParameter(startTime *string) *FirmwareHistoryCollectionGetParams

WithStartTimeQueryParameter adds the startTime to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerErrorCodeQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerErrorCodeQueryParameter(updateStatusWorkerErrorCode *int64) *FirmwareHistoryCollectionGetParams

WithUpdateStatusWorkerErrorCodeQueryParameter adds the updateStatusWorkerErrorCode to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerErrorMessageQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerErrorMessageQueryParameter(updateStatusWorkerErrorMessage *string) *FirmwareHistoryCollectionGetParams

WithUpdateStatusWorkerErrorMessageQueryParameter adds the updateStatusWorkerErrorMessage to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerNodeNameQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerNodeNameQueryParameter(updateStatusWorkerNodeName *string) *FirmwareHistoryCollectionGetParams

WithUpdateStatusWorkerNodeNameQueryParameter adds the updateStatusWorkerNodeName to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerNodeUUIDQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerNodeUUIDQueryParameter(updateStatusWorkerNodeUUID *string) *FirmwareHistoryCollectionGetParams

WithUpdateStatusWorkerNodeUUIDQueryParameter adds the updateStatusWorkerNodeUUID to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerStateQueryParameter

func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerStateQueryParameter(updateStatusWorkerState *string) *FirmwareHistoryCollectionGetParams

WithUpdateStatusWorkerStateQueryParameter adds the updateStatusWorkerState to the firmware history collection get params

func (*FirmwareHistoryCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FirmwareHistoryCollectionGetReader

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

FirmwareHistoryCollectionGetReader is a Reader for the FirmwareHistoryCollectionGet structure.

func (*FirmwareHistoryCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type JobCollectionGetDefault

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

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

Error

func NewJobCollectionGetDefault

func NewJobCollectionGetDefault(code int) *JobCollectionGetDefault

NewJobCollectionGetDefault creates a JobCollectionGetDefault with default headers values

func (*JobCollectionGetDefault) Code

func (o *JobCollectionGetDefault) Code() int

Code gets the status code for the job collection get default response

func (*JobCollectionGetDefault) Error

func (o *JobCollectionGetDefault) Error() string

func (*JobCollectionGetDefault) GetPayload

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

func (*JobCollectionGetDefault) IsClientError

func (o *JobCollectionGetDefault) IsClientError() bool

IsClientError returns true when this job collection get default response has a 4xx status code

func (*JobCollectionGetDefault) IsCode

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

IsCode returns true when this job collection get default response a status code equal to that given

func (*JobCollectionGetDefault) IsRedirect

func (o *JobCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this job collection get default response has a 3xx status code

func (*JobCollectionGetDefault) IsServerError

func (o *JobCollectionGetDefault) IsServerError() bool

IsServerError returns true when this job collection get default response has a 5xx status code

func (*JobCollectionGetDefault) IsSuccess

func (o *JobCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this job collection get default response has a 2xx status code

func (*JobCollectionGetDefault) String

func (o *JobCollectionGetDefault) String() string

type JobCollectionGetOK

type JobCollectionGetOK struct {
	Payload *models.JobResponse
}

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

OK

func NewJobCollectionGetOK

func NewJobCollectionGetOK() *JobCollectionGetOK

NewJobCollectionGetOK creates a JobCollectionGetOK with default headers values

func (*JobCollectionGetOK) Error

func (o *JobCollectionGetOK) Error() string

func (*JobCollectionGetOK) GetPayload

func (o *JobCollectionGetOK) GetPayload() *models.JobResponse

func (*JobCollectionGetOK) IsClientError

func (o *JobCollectionGetOK) IsClientError() bool

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

func (*JobCollectionGetOK) IsCode

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

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

func (*JobCollectionGetOK) IsRedirect

func (o *JobCollectionGetOK) IsRedirect() bool

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

func (*JobCollectionGetOK) IsServerError

func (o *JobCollectionGetOK) IsServerError() bool

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

func (*JobCollectionGetOK) IsSuccess

func (o *JobCollectionGetOK) IsSuccess() bool

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

func (*JobCollectionGetOK) String

func (o *JobCollectionGetOK) String() string

type JobCollectionGetParams

type JobCollectionGetParams struct {

	/* Code.

	   Filter by code
	*/
	CodeQueryParameter *int64

	/* Description.

	   Filter by description
	*/
	DescriptionQueryParameter *string

	/* EndTime.

	   Filter by end_time
	*/
	EndTimeQueryParameter *string

	/* ErrorArgumentsCode.

	   Filter by error.arguments.code
	*/
	ErrorArgumentsCodeQueryParameter *string

	/* ErrorArgumentsMessage.

	   Filter by error.arguments.message
	*/
	ErrorArgumentsMessageQueryParameter *string

	/* ErrorCode.

	   Filter by error.code
	*/
	ErrorCodeQueryParameter *string

	/* ErrorMessage.

	   Filter by error.message
	*/
	ErrorMessageQueryParameter *string

	/* ErrorTarget.

	   Filter by error.target
	*/
	ErrorTargetQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* Message.

	   Filter by message
	*/
	MessageQueryParameter *string

	/* NodeName.

	   Filter by node.name
	*/
	NodeNameQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* StartTime.

	   Filter by start_time
	*/
	StartTimeQueryParameter *string

	/* State.

	   Filter by state
	*/
	StateQueryParameter *string

	/* SvmName.

	   Filter by svm.name
	*/
	SVMNameQueryParameter *string

	/* SvmUUID.

	   Filter by svm.uuid
	*/
	SVMUUIDQueryParameter *string

	/* UUID.

	   Filter by uuid
	*/
	UUIDQueryParameter *string

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

JobCollectionGetParams contains all the parameters to send to the API endpoint

for the job collection get operation.

Typically these are written to a http.Request.

func NewJobCollectionGetParams

func NewJobCollectionGetParams() *JobCollectionGetParams

NewJobCollectionGetParams creates a new JobCollectionGetParams 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 NewJobCollectionGetParamsWithContext

func NewJobCollectionGetParamsWithContext(ctx context.Context) *JobCollectionGetParams

NewJobCollectionGetParamsWithContext creates a new JobCollectionGetParams object with the ability to set a context for a request.

func NewJobCollectionGetParamsWithHTTPClient

func NewJobCollectionGetParamsWithHTTPClient(client *http.Client) *JobCollectionGetParams

NewJobCollectionGetParamsWithHTTPClient creates a new JobCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewJobCollectionGetParamsWithTimeout

func NewJobCollectionGetParamsWithTimeout(timeout time.Duration) *JobCollectionGetParams

NewJobCollectionGetParamsWithTimeout creates a new JobCollectionGetParams object with the ability to set a timeout on a request.

func (*JobCollectionGetParams) SetCodeQueryParameter

func (o *JobCollectionGetParams) SetCodeQueryParameter(code *int64)

SetCodeQueryParameter adds the code to the job collection get params

func (*JobCollectionGetParams) SetContext

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

SetContext adds the context to the job collection get params

func (*JobCollectionGetParams) SetDefaults

func (o *JobCollectionGetParams) SetDefaults()

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

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

func (*JobCollectionGetParams) SetDescriptionQueryParameter

func (o *JobCollectionGetParams) SetDescriptionQueryParameter(description *string)

SetDescriptionQueryParameter adds the description to the job collection get params

func (*JobCollectionGetParams) SetEndTimeQueryParameter

func (o *JobCollectionGetParams) SetEndTimeQueryParameter(endTime *string)

SetEndTimeQueryParameter adds the endTime to the job collection get params

func (*JobCollectionGetParams) SetErrorArgumentsCodeQueryParameter

func (o *JobCollectionGetParams) SetErrorArgumentsCodeQueryParameter(errorArgumentsCode *string)

SetErrorArgumentsCodeQueryParameter adds the errorArgumentsCode to the job collection get params

func (*JobCollectionGetParams) SetErrorArgumentsMessageQueryParameter

func (o *JobCollectionGetParams) SetErrorArgumentsMessageQueryParameter(errorArgumentsMessage *string)

SetErrorArgumentsMessageQueryParameter adds the errorArgumentsMessage to the job collection get params

func (*JobCollectionGetParams) SetErrorCodeQueryParameter

func (o *JobCollectionGetParams) SetErrorCodeQueryParameter(errorCode *string)

SetErrorCodeQueryParameter adds the errorCode to the job collection get params

func (*JobCollectionGetParams) SetErrorMessageQueryParameter

func (o *JobCollectionGetParams) SetErrorMessageQueryParameter(errorMessage *string)

SetErrorMessageQueryParameter adds the errorMessage to the job collection get params

func (*JobCollectionGetParams) SetErrorTargetQueryParameter

func (o *JobCollectionGetParams) SetErrorTargetQueryParameter(errorTarget *string)

SetErrorTargetQueryParameter adds the errorTarget to the job collection get params

func (*JobCollectionGetParams) SetFieldsQueryParameter

func (o *JobCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the job collection get params

func (*JobCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the job collection get params

func (*JobCollectionGetParams) SetMaxRecordsQueryParameter

func (o *JobCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the job collection get params

func (*JobCollectionGetParams) SetMessageQueryParameter

func (o *JobCollectionGetParams) SetMessageQueryParameter(message *string)

SetMessageQueryParameter adds the message to the job collection get params

func (*JobCollectionGetParams) SetNodeNameQueryParameter

func (o *JobCollectionGetParams) SetNodeNameQueryParameter(nodeName *string)

SetNodeNameQueryParameter adds the nodeName to the job collection get params

func (*JobCollectionGetParams) SetOrderByQueryParameter

func (o *JobCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the job collection get params

func (*JobCollectionGetParams) SetReturnRecordsQueryParameter

func (o *JobCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the job collection get params

func (*JobCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *JobCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the job collection get params

func (*JobCollectionGetParams) SetSVMNameQueryParameter

func (o *JobCollectionGetParams) SetSVMNameQueryParameter(svmName *string)

SetSVMNameQueryParameter adds the svmName to the job collection get params

func (*JobCollectionGetParams) SetSVMUUIDQueryParameter

func (o *JobCollectionGetParams) SetSVMUUIDQueryParameter(svmUUID *string)

SetSVMUUIDQueryParameter adds the svmUuid to the job collection get params

func (*JobCollectionGetParams) SetStartTimeQueryParameter

func (o *JobCollectionGetParams) SetStartTimeQueryParameter(startTime *string)

SetStartTimeQueryParameter adds the startTime to the job collection get params

func (*JobCollectionGetParams) SetStateQueryParameter

func (o *JobCollectionGetParams) SetStateQueryParameter(state *string)

SetStateQueryParameter adds the state to the job collection get params

func (*JobCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the job collection get params

func (*JobCollectionGetParams) SetUUIDQueryParameter

func (o *JobCollectionGetParams) SetUUIDQueryParameter(uuid *string)

SetUUIDQueryParameter adds the uuid to the job collection get params

func (*JobCollectionGetParams) WithCodeQueryParameter

func (o *JobCollectionGetParams) WithCodeQueryParameter(code *int64) *JobCollectionGetParams

WithCodeQueryParameter adds the code to the job collection get params

func (*JobCollectionGetParams) WithContext

WithContext adds the context to the job collection get params

func (*JobCollectionGetParams) WithDefaults

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

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

func (*JobCollectionGetParams) WithDescriptionQueryParameter

func (o *JobCollectionGetParams) WithDescriptionQueryParameter(description *string) *JobCollectionGetParams

WithDescriptionQueryParameter adds the description to the job collection get params

func (*JobCollectionGetParams) WithEndTimeQueryParameter

func (o *JobCollectionGetParams) WithEndTimeQueryParameter(endTime *string) *JobCollectionGetParams

WithEndTimeQueryParameter adds the endTime to the job collection get params

func (*JobCollectionGetParams) WithErrorArgumentsCodeQueryParameter

func (o *JobCollectionGetParams) WithErrorArgumentsCodeQueryParameter(errorArgumentsCode *string) *JobCollectionGetParams

WithErrorArgumentsCodeQueryParameter adds the errorArgumentsCode to the job collection get params

func (*JobCollectionGetParams) WithErrorArgumentsMessageQueryParameter

func (o *JobCollectionGetParams) WithErrorArgumentsMessageQueryParameter(errorArgumentsMessage *string) *JobCollectionGetParams

WithErrorArgumentsMessageQueryParameter adds the errorArgumentsMessage to the job collection get params

func (*JobCollectionGetParams) WithErrorCodeQueryParameter

func (o *JobCollectionGetParams) WithErrorCodeQueryParameter(errorCode *string) *JobCollectionGetParams

WithErrorCodeQueryParameter adds the errorCode to the job collection get params

func (*JobCollectionGetParams) WithErrorMessageQueryParameter

func (o *JobCollectionGetParams) WithErrorMessageQueryParameter(errorMessage *string) *JobCollectionGetParams

WithErrorMessageQueryParameter adds the errorMessage to the job collection get params

func (*JobCollectionGetParams) WithErrorTargetQueryParameter

func (o *JobCollectionGetParams) WithErrorTargetQueryParameter(errorTarget *string) *JobCollectionGetParams

WithErrorTargetQueryParameter adds the errorTarget to the job collection get params

func (*JobCollectionGetParams) WithFieldsQueryParameter

func (o *JobCollectionGetParams) WithFieldsQueryParameter(fields []string) *JobCollectionGetParams

WithFieldsQueryParameter adds the fields to the job collection get params

func (*JobCollectionGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the job collection get params

func (*JobCollectionGetParams) WithMaxRecordsQueryParameter

func (o *JobCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *JobCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the job collection get params

func (*JobCollectionGetParams) WithMessageQueryParameter

func (o *JobCollectionGetParams) WithMessageQueryParameter(message *string) *JobCollectionGetParams

WithMessageQueryParameter adds the message to the job collection get params

func (*JobCollectionGetParams) WithNodeNameQueryParameter

func (o *JobCollectionGetParams) WithNodeNameQueryParameter(nodeName *string) *JobCollectionGetParams

WithNodeNameQueryParameter adds the nodeName to the job collection get params

func (*JobCollectionGetParams) WithOrderByQueryParameter

func (o *JobCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *JobCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the job collection get params

func (*JobCollectionGetParams) WithReturnRecordsQueryParameter

func (o *JobCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *JobCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the job collection get params

func (*JobCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *JobCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *JobCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the job collection get params

func (*JobCollectionGetParams) WithSVMNameQueryParameter

func (o *JobCollectionGetParams) WithSVMNameQueryParameter(svmName *string) *JobCollectionGetParams

WithSVMNameQueryParameter adds the svmName to the job collection get params

func (*JobCollectionGetParams) WithSVMUUIDQueryParameter

func (o *JobCollectionGetParams) WithSVMUUIDQueryParameter(svmUUID *string) *JobCollectionGetParams

WithSVMUUIDQueryParameter adds the svmUUID to the job collection get params

func (*JobCollectionGetParams) WithStartTimeQueryParameter

func (o *JobCollectionGetParams) WithStartTimeQueryParameter(startTime *string) *JobCollectionGetParams

WithStartTimeQueryParameter adds the startTime to the job collection get params

func (*JobCollectionGetParams) WithStateQueryParameter

func (o *JobCollectionGetParams) WithStateQueryParameter(state *string) *JobCollectionGetParams

WithStateQueryParameter adds the state to the job collection get params

func (*JobCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the job collection get params

func (*JobCollectionGetParams) WithUUIDQueryParameter

func (o *JobCollectionGetParams) WithUUIDQueryParameter(uuid *string) *JobCollectionGetParams

WithUUIDQueryParameter adds the uuid to the job collection get params

func (*JobCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type JobCollectionGetReader

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

JobCollectionGetReader is a Reader for the JobCollectionGet structure.

func (*JobCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type JobGetDefault

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

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

Error

func NewJobGetDefault

func NewJobGetDefault(code int) *JobGetDefault

NewJobGetDefault creates a JobGetDefault with default headers values

func (*JobGetDefault) Code

func (o *JobGetDefault) Code() int

Code gets the status code for the job get default response

func (*JobGetDefault) Error

func (o *JobGetDefault) Error() string

func (*JobGetDefault) GetPayload

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

func (*JobGetDefault) IsClientError

func (o *JobGetDefault) IsClientError() bool

IsClientError returns true when this job get default response has a 4xx status code

func (*JobGetDefault) IsCode

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

IsCode returns true when this job get default response a status code equal to that given

func (*JobGetDefault) IsRedirect

func (o *JobGetDefault) IsRedirect() bool

IsRedirect returns true when this job get default response has a 3xx status code

func (*JobGetDefault) IsServerError

func (o *JobGetDefault) IsServerError() bool

IsServerError returns true when this job get default response has a 5xx status code

func (*JobGetDefault) IsSuccess

func (o *JobGetDefault) IsSuccess() bool

IsSuccess returns true when this job get default response has a 2xx status code

func (*JobGetDefault) String

func (o *JobGetDefault) String() string

type JobGetOK

type JobGetOK struct {
	Payload *models.Job
}

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

OK

func NewJobGetOK

func NewJobGetOK() *JobGetOK

NewJobGetOK creates a JobGetOK with default headers values

func (*JobGetOK) Error

func (o *JobGetOK) Error() string

func (*JobGetOK) GetPayload

func (o *JobGetOK) GetPayload() *models.Job

func (*JobGetOK) IsClientError

func (o *JobGetOK) IsClientError() bool

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

func (*JobGetOK) IsCode

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

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

func (*JobGetOK) IsRedirect

func (o *JobGetOK) IsRedirect() bool

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

func (*JobGetOK) IsServerError

func (o *JobGetOK) IsServerError() bool

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

func (*JobGetOK) IsSuccess

func (o *JobGetOK) IsSuccess() bool

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

func (*JobGetOK) String

func (o *JobGetOK) String() string

type JobGetParams

type JobGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* UUID.

	   Job UUID
	*/
	UUIDPathParameter string

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

JobGetParams contains all the parameters to send to the API endpoint

for the job get operation.

Typically these are written to a http.Request.

func NewJobGetParams

func NewJobGetParams() *JobGetParams

NewJobGetParams creates a new JobGetParams 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 NewJobGetParamsWithContext

func NewJobGetParamsWithContext(ctx context.Context) *JobGetParams

NewJobGetParamsWithContext creates a new JobGetParams object with the ability to set a context for a request.

func NewJobGetParamsWithHTTPClient

func NewJobGetParamsWithHTTPClient(client *http.Client) *JobGetParams

NewJobGetParamsWithHTTPClient creates a new JobGetParams object with the ability to set a custom HTTPClient for a request.

func NewJobGetParamsWithTimeout

func NewJobGetParamsWithTimeout(timeout time.Duration) *JobGetParams

NewJobGetParamsWithTimeout creates a new JobGetParams object with the ability to set a timeout on a request.

func (*JobGetParams) SetContext

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

SetContext adds the context to the job get params

func (*JobGetParams) SetDefaults

func (o *JobGetParams) SetDefaults()

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

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

func (*JobGetParams) SetFieldsQueryParameter

func (o *JobGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the job get params

func (*JobGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the job get params

func (*JobGetParams) SetTimeout

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

SetTimeout adds the timeout to the job get params

func (*JobGetParams) SetUUIDPathParameter

func (o *JobGetParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the job get params

func (*JobGetParams) WithContext

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

WithContext adds the context to the job get params

func (*JobGetParams) WithDefaults

func (o *JobGetParams) WithDefaults() *JobGetParams

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

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

func (*JobGetParams) WithFieldsQueryParameter

func (o *JobGetParams) WithFieldsQueryParameter(fields []string) *JobGetParams

WithFieldsQueryParameter adds the fields to the job get params

func (*JobGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the job get params

func (*JobGetParams) WithTimeout

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

WithTimeout adds the timeout to the job get params

func (*JobGetParams) WithUUIDPathParameter

func (o *JobGetParams) WithUUIDPathParameter(uuid string) *JobGetParams

WithUUIDPathParameter adds the uuid to the job get params

func (*JobGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type JobGetReader

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

JobGetReader is a Reader for the JobGet structure.

func (*JobGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type JobModifyDefault

type JobModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
JobModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 459753 | Command execution failed with custom error from the program. | | 458762 | Job is already in a terminal state. | | 458773 | The Job Manager is not initialized. | | 458771 | The specified job is running. | | 458776 | The specified job is not currently running. | | 458783 | This job does not support pause. | | 458784 | This job does not support cancel. |

func NewJobModifyDefault

func NewJobModifyDefault(code int) *JobModifyDefault

NewJobModifyDefault creates a JobModifyDefault with default headers values

func (*JobModifyDefault) Code

func (o *JobModifyDefault) Code() int

Code gets the status code for the job modify default response

func (*JobModifyDefault) Error

func (o *JobModifyDefault) Error() string

func (*JobModifyDefault) GetPayload

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

func (*JobModifyDefault) IsClientError

func (o *JobModifyDefault) IsClientError() bool

IsClientError returns true when this job modify default response has a 4xx status code

func (*JobModifyDefault) IsCode

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

IsCode returns true when this job modify default response a status code equal to that given

func (*JobModifyDefault) IsRedirect

func (o *JobModifyDefault) IsRedirect() bool

IsRedirect returns true when this job modify default response has a 3xx status code

func (*JobModifyDefault) IsServerError

func (o *JobModifyDefault) IsServerError() bool

IsServerError returns true when this job modify default response has a 5xx status code

func (*JobModifyDefault) IsSuccess

func (o *JobModifyDefault) IsSuccess() bool

IsSuccess returns true when this job modify default response has a 2xx status code

func (*JobModifyDefault) String

func (o *JobModifyDefault) String() string

type JobModifyOK

type JobModifyOK struct {
}

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

OK

func NewJobModifyOK

func NewJobModifyOK() *JobModifyOK

NewJobModifyOK creates a JobModifyOK with default headers values

func (*JobModifyOK) Error

func (o *JobModifyOK) Error() string

func (*JobModifyOK) IsClientError

func (o *JobModifyOK) IsClientError() bool

IsClientError returns true when this job modify o k response has a 4xx status code

func (*JobModifyOK) IsCode

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

IsCode returns true when this job modify o k response a status code equal to that given

func (*JobModifyOK) IsRedirect

func (o *JobModifyOK) IsRedirect() bool

IsRedirect returns true when this job modify o k response has a 3xx status code

func (*JobModifyOK) IsServerError

func (o *JobModifyOK) IsServerError() bool

IsServerError returns true when this job modify o k response has a 5xx status code

func (*JobModifyOK) IsSuccess

func (o *JobModifyOK) IsSuccess() bool

IsSuccess returns true when this job modify o k response has a 2xx status code

func (*JobModifyOK) String

func (o *JobModifyOK) String() string

type JobModifyParams

type JobModifyParams struct {

	/* Action.

	   Requests a job to pause, resume, or cancel. Note that not all jobs support these actions. A job can only be resumed if it is in a paused state. After you successfully request a job to be cancelled, the job state changes to either success or failure.

	*/
	ActionQueryParameter *string

	/* UUID.

	   Job UUID
	*/
	UUIDPathParameter string

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

JobModifyParams contains all the parameters to send to the API endpoint

for the job modify operation.

Typically these are written to a http.Request.

func NewJobModifyParams

func NewJobModifyParams() *JobModifyParams

NewJobModifyParams creates a new JobModifyParams 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 NewJobModifyParamsWithContext

func NewJobModifyParamsWithContext(ctx context.Context) *JobModifyParams

NewJobModifyParamsWithContext creates a new JobModifyParams object with the ability to set a context for a request.

func NewJobModifyParamsWithHTTPClient

func NewJobModifyParamsWithHTTPClient(client *http.Client) *JobModifyParams

NewJobModifyParamsWithHTTPClient creates a new JobModifyParams object with the ability to set a custom HTTPClient for a request.

func NewJobModifyParamsWithTimeout

func NewJobModifyParamsWithTimeout(timeout time.Duration) *JobModifyParams

NewJobModifyParamsWithTimeout creates a new JobModifyParams object with the ability to set a timeout on a request.

func (*JobModifyParams) SetActionQueryParameter

func (o *JobModifyParams) SetActionQueryParameter(action *string)

SetActionQueryParameter adds the action to the job modify params

func (*JobModifyParams) SetContext

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

SetContext adds the context to the job modify params

func (*JobModifyParams) SetDefaults

func (o *JobModifyParams) SetDefaults()

SetDefaults hydrates default values in the job modify params (not the query body).

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

func (*JobModifyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the job modify params

func (*JobModifyParams) SetTimeout

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

SetTimeout adds the timeout to the job modify params

func (*JobModifyParams) SetUUIDPathParameter

func (o *JobModifyParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the job modify params

func (*JobModifyParams) WithActionQueryParameter

func (o *JobModifyParams) WithActionQueryParameter(action *string) *JobModifyParams

WithActionQueryParameter adds the action to the job modify params

func (*JobModifyParams) WithContext

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

WithContext adds the context to the job modify params

func (*JobModifyParams) WithDefaults

func (o *JobModifyParams) WithDefaults() *JobModifyParams

WithDefaults hydrates default values in the job modify params (not the query body).

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

func (*JobModifyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the job modify params

func (*JobModifyParams) WithTimeout

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

WithTimeout adds the timeout to the job modify params

func (*JobModifyParams) WithUUIDPathParameter

func (o *JobModifyParams) WithUUIDPathParameter(uuid string) *JobModifyParams

WithUUIDPathParameter adds the uuid to the job modify params

func (*JobModifyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type JobModifyReader

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

JobModifyReader is a Reader for the JobModify structure.

func (*JobModifyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LicenseCreateCreated

type LicenseCreateCreated struct {
	Payload *models.LicensePackageResponse
}

LicenseCreateCreated describes a response with status code 201, with default header values.

Created

func NewLicenseCreateCreated

func NewLicenseCreateCreated() *LicenseCreateCreated

NewLicenseCreateCreated creates a LicenseCreateCreated with default headers values

func (*LicenseCreateCreated) Error

func (o *LicenseCreateCreated) Error() string

func (*LicenseCreateCreated) GetPayload

func (*LicenseCreateCreated) IsClientError

func (o *LicenseCreateCreated) IsClientError() bool

IsClientError returns true when this license create created response has a 4xx status code

func (*LicenseCreateCreated) IsCode

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

IsCode returns true when this license create created response a status code equal to that given

func (*LicenseCreateCreated) IsRedirect

func (o *LicenseCreateCreated) IsRedirect() bool

IsRedirect returns true when this license create created response has a 3xx status code

func (*LicenseCreateCreated) IsServerError

func (o *LicenseCreateCreated) IsServerError() bool

IsServerError returns true when this license create created response has a 5xx status code

func (*LicenseCreateCreated) IsSuccess

func (o *LicenseCreateCreated) IsSuccess() bool

IsSuccess returns true when this license create created response has a 2xx status code

func (*LicenseCreateCreated) String

func (o *LicenseCreateCreated) String() string

type LicenseCreateDefault

type LicenseCreateDefault struct {
	Payload *models.ErrorResponses
	// contains filtered or unexported fields
}
LicenseCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 1115117 | Generic licensing error | | 1115122 | No cluster serial number found | | 1115124 | No node serial number found | | 1115130 | No license code was provided | | 1115131 | Installation of the license failed | | 1115132 | License already exists on system | | 1115134 | Serial number does not belong to node | | 1115141 | License data is invalid | | 1115142 | License signature is invalid | | 1115143 | Internal error applying the requested license | | 1115152 | License does not apply to the platform | | 1115154 | Unable to retrieve cluster ID | | 1115155 | Invalid cluster ID found | | 1115159 | License is not in an acceptable format | | 1115160 | License has already expired | | 1115164 | Minimum ONTAP version requirements not met | | 1115165 | Minimum ONTAP version requirements are not met for license type enabled | | 1115166 | Minimum ONTAP version requirements are not met for license protocol SEC-COMP-BNDL-ENBLD | | 1115179 | FlexCache is not supported on this system | | 1115180 | FlexCache is not supported on cloud systems | | 1115407 | Capacity pool licenses cannot be installed directly | | 1115427 | License is incompatible with capacity pools licensing mode | | 1115562 | One or more errors occurred when installing a NLFv2 license | | 1115563 | Package details and serial number of license contained within the NLFv2 failure | | 1115564 | Package cannot be deleted individually as it part of a bundle | | 1115565 | NLFv2 install failed as the license serial number is already in use | | 1115616 | Package details and serial number of license included in the install conflict | | 1115617 | NLFv2 license install failed with summary of conflicting licenses | | 1115618 | NLFv2 license install failed as a license with newer timestamp already exists | | 66846818 | Failed to interpret FlexCache license information | | 66846821 | FlexCache is not supported on cloud systems | | 66846822 | Invalid FlexCache capacity information provided | | 655294464 | Failed to extract license contents | | 655294465 | License key is invalid | | 655294466 | Serial number is invalid | | 655294467 | Version number is invalid | | 655294468 | Expired license | | 655294469 | License does not apply to the platform | | 655294470 | License does not apply to the product |

func NewLicenseCreateDefault

func NewLicenseCreateDefault(code int) *LicenseCreateDefault

NewLicenseCreateDefault creates a LicenseCreateDefault with default headers values

func (*LicenseCreateDefault) Code

func (o *LicenseCreateDefault) Code() int

Code gets the status code for the license create default response

func (*LicenseCreateDefault) Error

func (o *LicenseCreateDefault) Error() string

func (*LicenseCreateDefault) GetPayload

func (o *LicenseCreateDefault) GetPayload() *models.ErrorResponses

func (*LicenseCreateDefault) IsClientError

func (o *LicenseCreateDefault) IsClientError() bool

IsClientError returns true when this license create default response has a 4xx status code

func (*LicenseCreateDefault) IsCode

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

IsCode returns true when this license create default response a status code equal to that given

func (*LicenseCreateDefault) IsRedirect

func (o *LicenseCreateDefault) IsRedirect() bool

IsRedirect returns true when this license create default response has a 3xx status code

func (*LicenseCreateDefault) IsServerError

func (o *LicenseCreateDefault) IsServerError() bool

IsServerError returns true when this license create default response has a 5xx status code

func (*LicenseCreateDefault) IsSuccess

func (o *LicenseCreateDefault) IsSuccess() bool

IsSuccess returns true when this license create default response has a 2xx status code

func (*LicenseCreateDefault) String

func (o *LicenseCreateDefault) String() string

type LicenseCreateParams

type LicenseCreateParams struct {

	/* Info.

	   List of NLF or 26-character keys.
	*/
	Info *models.LicensePackage

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

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

LicenseCreateParams contains all the parameters to send to the API endpoint

for the license create operation.

Typically these are written to a http.Request.

func NewLicenseCreateParams

func NewLicenseCreateParams() *LicenseCreateParams

NewLicenseCreateParams creates a new LicenseCreateParams 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 NewLicenseCreateParamsWithContext

func NewLicenseCreateParamsWithContext(ctx context.Context) *LicenseCreateParams

NewLicenseCreateParamsWithContext creates a new LicenseCreateParams object with the ability to set a context for a request.

func NewLicenseCreateParamsWithHTTPClient

func NewLicenseCreateParamsWithHTTPClient(client *http.Client) *LicenseCreateParams

NewLicenseCreateParamsWithHTTPClient creates a new LicenseCreateParams object with the ability to set a custom HTTPClient for a request.

func NewLicenseCreateParamsWithTimeout

func NewLicenseCreateParamsWithTimeout(timeout time.Duration) *LicenseCreateParams

NewLicenseCreateParamsWithTimeout creates a new LicenseCreateParams object with the ability to set a timeout on a request.

func (*LicenseCreateParams) SetContext

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

SetContext adds the context to the license create params

func (*LicenseCreateParams) SetDefaults

func (o *LicenseCreateParams) SetDefaults()

SetDefaults hydrates default values in the license create params (not the query body).

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

func (*LicenseCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the license create params

func (*LicenseCreateParams) SetInfo

func (o *LicenseCreateParams) SetInfo(info *models.LicensePackage)

SetInfo adds the info to the license create params

func (*LicenseCreateParams) SetReturnRecordsQueryParameter

func (o *LicenseCreateParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the license create params

func (*LicenseCreateParams) SetTimeout

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

SetTimeout adds the timeout to the license create params

func (*LicenseCreateParams) WithContext

WithContext adds the context to the license create params

func (*LicenseCreateParams) WithDefaults

func (o *LicenseCreateParams) WithDefaults() *LicenseCreateParams

WithDefaults hydrates default values in the license create params (not the query body).

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

func (*LicenseCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the license create params

func (*LicenseCreateParams) WithInfo

WithInfo adds the info to the license create params

func (*LicenseCreateParams) WithReturnRecordsQueryParameter

func (o *LicenseCreateParams) WithReturnRecordsQueryParameter(returnRecords *bool) *LicenseCreateParams

WithReturnRecordsQueryParameter adds the returnRecords to the license create params

func (*LicenseCreateParams) WithTimeout

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

WithTimeout adds the timeout to the license create params

func (*LicenseCreateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type LicenseCreateReader

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

LicenseCreateReader is a Reader for the LicenseCreate structure.

func (*LicenseCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LicenseDeleteDefault

type LicenseDeleteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
LicenseDeleteDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 525028 | Error during volume limit check, cannot remove license | | 525029 | Current volume use will exceed limits if license is removed | | 1115137 | Cluster license requires a base license to be installed | | 1115144 | Cloud licenses cannot be deleted | | 1115178 | A tier license that is still in use cannot be deleted | | 1115213 | License is still in use and cannot be removed | | 1115406 | Capacity pool licenses cannot be deleted | | 1115564 | Package is part of a NLFv2 license and cannot be removed individually | | 66846823 | A FlexCache license that is still in use cannot be deleted |

func NewLicenseDeleteDefault

func NewLicenseDeleteDefault(code int) *LicenseDeleteDefault

NewLicenseDeleteDefault creates a LicenseDeleteDefault with default headers values

func (*LicenseDeleteDefault) Code

func (o *LicenseDeleteDefault) Code() int

Code gets the status code for the license delete default response

func (*LicenseDeleteDefault) Error

func (o *LicenseDeleteDefault) Error() string

func (*LicenseDeleteDefault) GetPayload

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

func (*LicenseDeleteDefault) IsClientError

func (o *LicenseDeleteDefault) IsClientError() bool

IsClientError returns true when this license delete default response has a 4xx status code

func (*LicenseDeleteDefault) IsCode

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

IsCode returns true when this license delete default response a status code equal to that given

func (*LicenseDeleteDefault) IsRedirect

func (o *LicenseDeleteDefault) IsRedirect() bool

IsRedirect returns true when this license delete default response has a 3xx status code

func (*LicenseDeleteDefault) IsServerError

func (o *LicenseDeleteDefault) IsServerError() bool

IsServerError returns true when this license delete default response has a 5xx status code

func (*LicenseDeleteDefault) IsSuccess

func (o *LicenseDeleteDefault) IsSuccess() bool

IsSuccess returns true when this license delete default response has a 2xx status code

func (*LicenseDeleteDefault) String

func (o *LicenseDeleteDefault) String() string

type LicenseDeleteOK

type LicenseDeleteOK struct {
}

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

OK

func NewLicenseDeleteOK

func NewLicenseDeleteOK() *LicenseDeleteOK

NewLicenseDeleteOK creates a LicenseDeleteOK with default headers values

func (*LicenseDeleteOK) Error

func (o *LicenseDeleteOK) Error() string

func (*LicenseDeleteOK) IsClientError

func (o *LicenseDeleteOK) IsClientError() bool

IsClientError returns true when this license delete o k response has a 4xx status code

func (*LicenseDeleteOK) IsCode

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

IsCode returns true when this license delete o k response a status code equal to that given

func (*LicenseDeleteOK) IsRedirect

func (o *LicenseDeleteOK) IsRedirect() bool

IsRedirect returns true when this license delete o k response has a 3xx status code

func (*LicenseDeleteOK) IsServerError

func (o *LicenseDeleteOK) IsServerError() bool

IsServerError returns true when this license delete o k response has a 5xx status code

func (*LicenseDeleteOK) IsSuccess

func (o *LicenseDeleteOK) IsSuccess() bool

IsSuccess returns true when this license delete o k response has a 2xx status code

func (*LicenseDeleteOK) String

func (o *LicenseDeleteOK) String() string

type LicenseDeleteParams

type LicenseDeleteParams struct {

	/* Name.

	   Name of the license package to delete.
	*/
	NamePathParameter string

	/* SerialNumber.

	   Serial number of the license to delete.
	*/
	SerialNumberQueryParameter string

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

LicenseDeleteParams contains all the parameters to send to the API endpoint

for the license delete operation.

Typically these are written to a http.Request.

func NewLicenseDeleteParams

func NewLicenseDeleteParams() *LicenseDeleteParams

NewLicenseDeleteParams creates a new LicenseDeleteParams 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 NewLicenseDeleteParamsWithContext

func NewLicenseDeleteParamsWithContext(ctx context.Context) *LicenseDeleteParams

NewLicenseDeleteParamsWithContext creates a new LicenseDeleteParams object with the ability to set a context for a request.

func NewLicenseDeleteParamsWithHTTPClient

func NewLicenseDeleteParamsWithHTTPClient(client *http.Client) *LicenseDeleteParams

NewLicenseDeleteParamsWithHTTPClient creates a new LicenseDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewLicenseDeleteParamsWithTimeout

func NewLicenseDeleteParamsWithTimeout(timeout time.Duration) *LicenseDeleteParams

NewLicenseDeleteParamsWithTimeout creates a new LicenseDeleteParams object with the ability to set a timeout on a request.

func (*LicenseDeleteParams) SetContext

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

SetContext adds the context to the license delete params

func (*LicenseDeleteParams) SetDefaults

func (o *LicenseDeleteParams) SetDefaults()

SetDefaults hydrates default values in the license delete params (not the query body).

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

func (*LicenseDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the license delete params

func (*LicenseDeleteParams) SetNamePathParameter

func (o *LicenseDeleteParams) SetNamePathParameter(name string)

SetNamePathParameter adds the name to the license delete params

func (*LicenseDeleteParams) SetSerialNumberQueryParameter

func (o *LicenseDeleteParams) SetSerialNumberQueryParameter(serialNumber string)

SetSerialNumberQueryParameter adds the serialNumber to the license delete params

func (*LicenseDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the license delete params

func (*LicenseDeleteParams) WithContext

WithContext adds the context to the license delete params

func (*LicenseDeleteParams) WithDefaults

func (o *LicenseDeleteParams) WithDefaults() *LicenseDeleteParams

WithDefaults hydrates default values in the license delete params (not the query body).

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

func (*LicenseDeleteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the license delete params

func (*LicenseDeleteParams) WithNamePathParameter

func (o *LicenseDeleteParams) WithNamePathParameter(name string) *LicenseDeleteParams

WithNamePathParameter adds the name to the license delete params

func (*LicenseDeleteParams) WithSerialNumberQueryParameter

func (o *LicenseDeleteParams) WithSerialNumberQueryParameter(serialNumber string) *LicenseDeleteParams

WithSerialNumberQueryParameter adds the serialNumber to the license delete params

func (*LicenseDeleteParams) WithTimeout

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

WithTimeout adds the timeout to the license delete params

func (*LicenseDeleteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type LicenseDeleteReader

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

LicenseDeleteReader is a Reader for the LicenseDelete structure.

func (*LicenseDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LicenseGetDefault

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

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

Error

func NewLicenseGetDefault

func NewLicenseGetDefault(code int) *LicenseGetDefault

NewLicenseGetDefault creates a LicenseGetDefault with default headers values

func (*LicenseGetDefault) Code

func (o *LicenseGetDefault) Code() int

Code gets the status code for the license get default response

func (*LicenseGetDefault) Error

func (o *LicenseGetDefault) Error() string

func (*LicenseGetDefault) GetPayload

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

func (*LicenseGetDefault) IsClientError

func (o *LicenseGetDefault) IsClientError() bool

IsClientError returns true when this license get default response has a 4xx status code

func (*LicenseGetDefault) IsCode

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

IsCode returns true when this license get default response a status code equal to that given

func (*LicenseGetDefault) IsRedirect

func (o *LicenseGetDefault) IsRedirect() bool

IsRedirect returns true when this license get default response has a 3xx status code

func (*LicenseGetDefault) IsServerError

func (o *LicenseGetDefault) IsServerError() bool

IsServerError returns true when this license get default response has a 5xx status code

func (*LicenseGetDefault) IsSuccess

func (o *LicenseGetDefault) IsSuccess() bool

IsSuccess returns true when this license get default response has a 2xx status code

func (*LicenseGetDefault) String

func (o *LicenseGetDefault) String() string

type LicenseGetOK

type LicenseGetOK struct {
	Payload *models.LicensePackage
}

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

OK

func NewLicenseGetOK

func NewLicenseGetOK() *LicenseGetOK

NewLicenseGetOK creates a LicenseGetOK with default headers values

func (*LicenseGetOK) Error

func (o *LicenseGetOK) Error() string

func (*LicenseGetOK) GetPayload

func (o *LicenseGetOK) GetPayload() *models.LicensePackage

func (*LicenseGetOK) IsClientError

func (o *LicenseGetOK) IsClientError() bool

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

func (*LicenseGetOK) IsCode

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

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

func (*LicenseGetOK) IsRedirect

func (o *LicenseGetOK) IsRedirect() bool

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

func (*LicenseGetOK) IsServerError

func (o *LicenseGetOK) IsServerError() bool

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

func (*LicenseGetOK) IsSuccess

func (o *LicenseGetOK) IsSuccess() bool

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

func (*LicenseGetOK) String

func (o *LicenseGetOK) String() string

type LicenseGetParams

type LicenseGetParams struct {

	/* Description.

	   Filter by description
	*/
	DescriptionQueryParameter *string

	/* EntitlementAction.

	   Filter by entitlement.action
	*/
	EntitlementActionQueryParameter *string

	/* EntitlementRisk.

	   Filter by entitlement.risk
	*/
	EntitlementRiskQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* LicensesActive.

	   Filter by licenses.active
	*/
	LicensesActiveQueryParameter *bool

	/* LicensesCapacityMaximumSize.

	   Filter by licenses.capacity.maximum_size
	*/
	LicensesCapacityMaximumSizeQueryParameter *int64

	/* LicensesCapacityUsedSize.

	   Filter by licenses.capacity.used_size
	*/
	LicensesCapacityUsedSizeQueryParameter *int64

	/* LicensesComplianceState.

	   Filter by licenses.compliance.state
	*/
	LicensesComplianceStateQueryParameter *string

	/* LicensesEvaluation.

	   Filter by licenses.evaluation
	*/
	LicensesEvaluationQueryParameter *bool

	/* LicensesExpiryTime.

	   Filter by licenses.expiry_time
	*/
	LicensesExpiryTimeQueryParameter *string

	/* LicensesHostID.

	   Filter by licenses.host_id
	*/
	LicensesHostIDQueryParameter *string

	/* LicensesInstalledLicense.

	   Filter by licenses.installed_license
	*/
	LicensesInstalledLicenseQueryParameter *string

	/* LicensesOwner.

	   Filter by licenses.owner
	*/
	LicensesOwnerQueryParameter *string

	/* LicensesSerialNumber.

	   Filter by licenses.serial_number
	*/
	LicensesSerialNumberQueryParameter *string

	/* LicensesShutdownImminent.

	   Filter by licenses.shutdown_imminent
	*/
	LicensesShutdownImminentQueryParameter *bool

	/* LicensesStartTime.

	   Filter by licenses.start_time
	*/
	LicensesStartTimeQueryParameter *string

	/* Name.

	   Name of the license package.
	*/
	NamePathParameter string

	/* Scope.

	   Filter by scope
	*/
	ScopeQueryParameter *string

	/* State.

	   Filter by state
	*/
	StateQueryParameter *string

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

LicenseGetParams contains all the parameters to send to the API endpoint

for the license get operation.

Typically these are written to a http.Request.

func NewLicenseGetParams

func NewLicenseGetParams() *LicenseGetParams

NewLicenseGetParams creates a new LicenseGetParams 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 NewLicenseGetParamsWithContext

func NewLicenseGetParamsWithContext(ctx context.Context) *LicenseGetParams

NewLicenseGetParamsWithContext creates a new LicenseGetParams object with the ability to set a context for a request.

func NewLicenseGetParamsWithHTTPClient

func NewLicenseGetParamsWithHTTPClient(client *http.Client) *LicenseGetParams

NewLicenseGetParamsWithHTTPClient creates a new LicenseGetParams object with the ability to set a custom HTTPClient for a request.

func NewLicenseGetParamsWithTimeout

func NewLicenseGetParamsWithTimeout(timeout time.Duration) *LicenseGetParams

NewLicenseGetParamsWithTimeout creates a new LicenseGetParams object with the ability to set a timeout on a request.

func (*LicenseGetParams) SetContext

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

SetContext adds the context to the license get params

func (*LicenseGetParams) SetDefaults

func (o *LicenseGetParams) SetDefaults()

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

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

func (*LicenseGetParams) SetDescriptionQueryParameter

func (o *LicenseGetParams) SetDescriptionQueryParameter(description *string)

SetDescriptionQueryParameter adds the description to the license get params

func (*LicenseGetParams) SetEntitlementActionQueryParameter

func (o *LicenseGetParams) SetEntitlementActionQueryParameter(entitlementAction *string)

SetEntitlementActionQueryParameter adds the entitlementAction to the license get params

func (*LicenseGetParams) SetEntitlementRiskQueryParameter

func (o *LicenseGetParams) SetEntitlementRiskQueryParameter(entitlementRisk *string)

SetEntitlementRiskQueryParameter adds the entitlementRisk to the license get params

func (*LicenseGetParams) SetFieldsQueryParameter

func (o *LicenseGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the license get params

func (*LicenseGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the license get params

func (*LicenseGetParams) SetLicensesActiveQueryParameter

func (o *LicenseGetParams) SetLicensesActiveQueryParameter(licensesActive *bool)

SetLicensesActiveQueryParameter adds the licensesActive to the license get params

func (*LicenseGetParams) SetLicensesCapacityMaximumSizeQueryParameter

func (o *LicenseGetParams) SetLicensesCapacityMaximumSizeQueryParameter(licensesCapacityMaximumSize *int64)

SetLicensesCapacityMaximumSizeQueryParameter adds the licensesCapacityMaximumSize to the license get params

func (*LicenseGetParams) SetLicensesCapacityUsedSizeQueryParameter

func (o *LicenseGetParams) SetLicensesCapacityUsedSizeQueryParameter(licensesCapacityUsedSize *int64)

SetLicensesCapacityUsedSizeQueryParameter adds the licensesCapacityUsedSize to the license get params

func (*LicenseGetParams) SetLicensesComplianceStateQueryParameter

func (o *LicenseGetParams) SetLicensesComplianceStateQueryParameter(licensesComplianceState *string)

SetLicensesComplianceStateQueryParameter adds the licensesComplianceState to the license get params

func (*LicenseGetParams) SetLicensesEvaluationQueryParameter

func (o *LicenseGetParams) SetLicensesEvaluationQueryParameter(licensesEvaluation *bool)

SetLicensesEvaluationQueryParameter adds the licensesEvaluation to the license get params

func (*LicenseGetParams) SetLicensesExpiryTimeQueryParameter

func (o *LicenseGetParams) SetLicensesExpiryTimeQueryParameter(licensesExpiryTime *string)

SetLicensesExpiryTimeQueryParameter adds the licensesExpiryTime to the license get params

func (*LicenseGetParams) SetLicensesHostIDQueryParameter

func (o *LicenseGetParams) SetLicensesHostIDQueryParameter(licensesHostID *string)

SetLicensesHostIDQueryParameter adds the licensesHostId to the license get params

func (*LicenseGetParams) SetLicensesInstalledLicenseQueryParameter

func (o *LicenseGetParams) SetLicensesInstalledLicenseQueryParameter(licensesInstalledLicense *string)

SetLicensesInstalledLicenseQueryParameter adds the licensesInstalledLicense to the license get params

func (*LicenseGetParams) SetLicensesOwnerQueryParameter

func (o *LicenseGetParams) SetLicensesOwnerQueryParameter(licensesOwner *string)

SetLicensesOwnerQueryParameter adds the licensesOwner to the license get params

func (*LicenseGetParams) SetLicensesSerialNumberQueryParameter

func (o *LicenseGetParams) SetLicensesSerialNumberQueryParameter(licensesSerialNumber *string)

SetLicensesSerialNumberQueryParameter adds the licensesSerialNumber to the license get params

func (*LicenseGetParams) SetLicensesShutdownImminentQueryParameter

func (o *LicenseGetParams) SetLicensesShutdownImminentQueryParameter(licensesShutdownImminent *bool)

SetLicensesShutdownImminentQueryParameter adds the licensesShutdownImminent to the license get params

func (*LicenseGetParams) SetLicensesStartTimeQueryParameter

func (o *LicenseGetParams) SetLicensesStartTimeQueryParameter(licensesStartTime *string)

SetLicensesStartTimeQueryParameter adds the licensesStartTime to the license get params

func (*LicenseGetParams) SetNamePathParameter

func (o *LicenseGetParams) SetNamePathParameter(name string)

SetNamePathParameter adds the name to the license get params

func (*LicenseGetParams) SetScopeQueryParameter

func (o *LicenseGetParams) SetScopeQueryParameter(scope *string)

SetScopeQueryParameter adds the scope to the license get params

func (*LicenseGetParams) SetStateQueryParameter

func (o *LicenseGetParams) SetStateQueryParameter(state *string)

SetStateQueryParameter adds the state to the license get params

func (*LicenseGetParams) SetTimeout

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

SetTimeout adds the timeout to the license get params

func (*LicenseGetParams) WithContext

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

WithContext adds the context to the license get params

func (*LicenseGetParams) WithDefaults

func (o *LicenseGetParams) WithDefaults() *LicenseGetParams

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

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

func (*LicenseGetParams) WithDescriptionQueryParameter

func (o *LicenseGetParams) WithDescriptionQueryParameter(description *string) *LicenseGetParams

WithDescriptionQueryParameter adds the description to the license get params

func (*LicenseGetParams) WithEntitlementActionQueryParameter

func (o *LicenseGetParams) WithEntitlementActionQueryParameter(entitlementAction *string) *LicenseGetParams

WithEntitlementActionQueryParameter adds the entitlementAction to the license get params

func (*LicenseGetParams) WithEntitlementRiskQueryParameter

func (o *LicenseGetParams) WithEntitlementRiskQueryParameter(entitlementRisk *string) *LicenseGetParams

WithEntitlementRiskQueryParameter adds the entitlementRisk to the license get params

func (*LicenseGetParams) WithFieldsQueryParameter

func (o *LicenseGetParams) WithFieldsQueryParameter(fields []string) *LicenseGetParams

WithFieldsQueryParameter adds the fields to the license get params

func (*LicenseGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the license get params

func (*LicenseGetParams) WithLicensesActiveQueryParameter

func (o *LicenseGetParams) WithLicensesActiveQueryParameter(licensesActive *bool) *LicenseGetParams

WithLicensesActiveQueryParameter adds the licensesActive to the license get params

func (*LicenseGetParams) WithLicensesCapacityMaximumSizeQueryParameter

func (o *LicenseGetParams) WithLicensesCapacityMaximumSizeQueryParameter(licensesCapacityMaximumSize *int64) *LicenseGetParams

WithLicensesCapacityMaximumSizeQueryParameter adds the licensesCapacityMaximumSize to the license get params

func (*LicenseGetParams) WithLicensesCapacityUsedSizeQueryParameter

func (o *LicenseGetParams) WithLicensesCapacityUsedSizeQueryParameter(licensesCapacityUsedSize *int64) *LicenseGetParams

WithLicensesCapacityUsedSizeQueryParameter adds the licensesCapacityUsedSize to the license get params

func (*LicenseGetParams) WithLicensesComplianceStateQueryParameter

func (o *LicenseGetParams) WithLicensesComplianceStateQueryParameter(licensesComplianceState *string) *LicenseGetParams

WithLicensesComplianceStateQueryParameter adds the licensesComplianceState to the license get params

func (*LicenseGetParams) WithLicensesEvaluationQueryParameter

func (o *LicenseGetParams) WithLicensesEvaluationQueryParameter(licensesEvaluation *bool) *LicenseGetParams

WithLicensesEvaluationQueryParameter adds the licensesEvaluation to the license get params

func (*LicenseGetParams) WithLicensesExpiryTimeQueryParameter

func (o *LicenseGetParams) WithLicensesExpiryTimeQueryParameter(licensesExpiryTime *string) *LicenseGetParams

WithLicensesExpiryTimeQueryParameter adds the licensesExpiryTime to the license get params

func (*LicenseGetParams) WithLicensesHostIDQueryParameter

func (o *LicenseGetParams) WithLicensesHostIDQueryParameter(licensesHostID *string) *LicenseGetParams

WithLicensesHostIDQueryParameter adds the licensesHostID to the license get params

func (*LicenseGetParams) WithLicensesInstalledLicenseQueryParameter

func (o *LicenseGetParams) WithLicensesInstalledLicenseQueryParameter(licensesInstalledLicense *string) *LicenseGetParams

WithLicensesInstalledLicenseQueryParameter adds the licensesInstalledLicense to the license get params

func (*LicenseGetParams) WithLicensesOwnerQueryParameter

func (o *LicenseGetParams) WithLicensesOwnerQueryParameter(licensesOwner *string) *LicenseGetParams

WithLicensesOwnerQueryParameter adds the licensesOwner to the license get params

func (*LicenseGetParams) WithLicensesSerialNumberQueryParameter

func (o *LicenseGetParams) WithLicensesSerialNumberQueryParameter(licensesSerialNumber *string) *LicenseGetParams

WithLicensesSerialNumberQueryParameter adds the licensesSerialNumber to the license get params

func (*LicenseGetParams) WithLicensesShutdownImminentQueryParameter

func (o *LicenseGetParams) WithLicensesShutdownImminentQueryParameter(licensesShutdownImminent *bool) *LicenseGetParams

WithLicensesShutdownImminentQueryParameter adds the licensesShutdownImminent to the license get params

func (*LicenseGetParams) WithLicensesStartTimeQueryParameter

func (o *LicenseGetParams) WithLicensesStartTimeQueryParameter(licensesStartTime *string) *LicenseGetParams

WithLicensesStartTimeQueryParameter adds the licensesStartTime to the license get params

func (*LicenseGetParams) WithNamePathParameter

func (o *LicenseGetParams) WithNamePathParameter(name string) *LicenseGetParams

WithNamePathParameter adds the name to the license get params

func (*LicenseGetParams) WithScopeQueryParameter

func (o *LicenseGetParams) WithScopeQueryParameter(scope *string) *LicenseGetParams

WithScopeQueryParameter adds the scope to the license get params

func (*LicenseGetParams) WithStateQueryParameter

func (o *LicenseGetParams) WithStateQueryParameter(state *string) *LicenseGetParams

WithStateQueryParameter adds the state to the license get params

func (*LicenseGetParams) WithTimeout

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

WithTimeout adds the timeout to the license get params

func (*LicenseGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type LicenseGetReader

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

LicenseGetReader is a Reader for the LicenseGet structure.

func (*LicenseGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LicenseManagerCollectionGetDefault

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

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

Error

func NewLicenseManagerCollectionGetDefault

func NewLicenseManagerCollectionGetDefault(code int) *LicenseManagerCollectionGetDefault

NewLicenseManagerCollectionGetDefault creates a LicenseManagerCollectionGetDefault with default headers values

func (*LicenseManagerCollectionGetDefault) Code

Code gets the status code for the license manager collection get default response

func (*LicenseManagerCollectionGetDefault) Error

func (*LicenseManagerCollectionGetDefault) GetPayload

func (*LicenseManagerCollectionGetDefault) IsClientError

func (o *LicenseManagerCollectionGetDefault) IsClientError() bool

IsClientError returns true when this license manager collection get default response has a 4xx status code

func (*LicenseManagerCollectionGetDefault) IsCode

IsCode returns true when this license manager collection get default response a status code equal to that given

func (*LicenseManagerCollectionGetDefault) IsRedirect

func (o *LicenseManagerCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this license manager collection get default response has a 3xx status code

func (*LicenseManagerCollectionGetDefault) IsServerError

func (o *LicenseManagerCollectionGetDefault) IsServerError() bool

IsServerError returns true when this license manager collection get default response has a 5xx status code

func (*LicenseManagerCollectionGetDefault) IsSuccess

IsSuccess returns true when this license manager collection get default response has a 2xx status code

func (*LicenseManagerCollectionGetDefault) String

type LicenseManagerCollectionGetOK

type LicenseManagerCollectionGetOK struct {
	Payload *models.LicenseManagerResponse
}

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

OK

func NewLicenseManagerCollectionGetOK

func NewLicenseManagerCollectionGetOK() *LicenseManagerCollectionGetOK

NewLicenseManagerCollectionGetOK creates a LicenseManagerCollectionGetOK with default headers values

func (*LicenseManagerCollectionGetOK) Error

func (*LicenseManagerCollectionGetOK) GetPayload

func (*LicenseManagerCollectionGetOK) IsClientError

func (o *LicenseManagerCollectionGetOK) IsClientError() bool

IsClientError returns true when this license manager collection get o k response has a 4xx status code

func (*LicenseManagerCollectionGetOK) IsCode

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

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

func (*LicenseManagerCollectionGetOK) IsRedirect

func (o *LicenseManagerCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this license manager collection get o k response has a 3xx status code

func (*LicenseManagerCollectionGetOK) IsServerError

func (o *LicenseManagerCollectionGetOK) IsServerError() bool

IsServerError returns true when this license manager collection get o k response has a 5xx status code

func (*LicenseManagerCollectionGetOK) IsSuccess

func (o *LicenseManagerCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this license manager collection get o k response has a 2xx status code

func (*LicenseManagerCollectionGetOK) String

type LicenseManagerCollectionGetParams

type LicenseManagerCollectionGetParams struct {

	/* Default.

	   Filter by default
	*/
	DefaultQueryParameter *bool

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* URIHost.

	   Filter by uri.host
	*/
	URIHostQueryParameter *string

	/* UUID.

	   Filter by uuid
	*/
	UUIDQueryParameter *string

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

LicenseManagerCollectionGetParams contains all the parameters to send to the API endpoint

for the license manager collection get operation.

Typically these are written to a http.Request.

func NewLicenseManagerCollectionGetParams

func NewLicenseManagerCollectionGetParams() *LicenseManagerCollectionGetParams

NewLicenseManagerCollectionGetParams creates a new LicenseManagerCollectionGetParams 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 NewLicenseManagerCollectionGetParamsWithContext

func NewLicenseManagerCollectionGetParamsWithContext(ctx context.Context) *LicenseManagerCollectionGetParams

NewLicenseManagerCollectionGetParamsWithContext creates a new LicenseManagerCollectionGetParams object with the ability to set a context for a request.

func NewLicenseManagerCollectionGetParamsWithHTTPClient

func NewLicenseManagerCollectionGetParamsWithHTTPClient(client *http.Client) *LicenseManagerCollectionGetParams

NewLicenseManagerCollectionGetParamsWithHTTPClient creates a new LicenseManagerCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewLicenseManagerCollectionGetParamsWithTimeout

func NewLicenseManagerCollectionGetParamsWithTimeout(timeout time.Duration) *LicenseManagerCollectionGetParams

NewLicenseManagerCollectionGetParamsWithTimeout creates a new LicenseManagerCollectionGetParams object with the ability to set a timeout on a request.

func (*LicenseManagerCollectionGetParams) SetContext

SetContext adds the context to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetDefaultQueryParameter

func (o *LicenseManagerCollectionGetParams) SetDefaultQueryParameter(defaultVar *bool)

SetDefaultQueryParameter adds the default to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetDefaults

func (o *LicenseManagerCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the license manager collection get params (not the query body).

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

func (*LicenseManagerCollectionGetParams) SetFieldsQueryParameter

func (o *LicenseManagerCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetMaxRecordsQueryParameter

func (o *LicenseManagerCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetOrderByQueryParameter

func (o *LicenseManagerCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetReturnRecordsQueryParameter

func (o *LicenseManagerCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *LicenseManagerCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetURIHostQueryParameter

func (o *LicenseManagerCollectionGetParams) SetURIHostQueryParameter(uRIHost *string)

SetURIHostQueryParameter adds the uriHost to the license manager collection get params

func (*LicenseManagerCollectionGetParams) SetUUIDQueryParameter

func (o *LicenseManagerCollectionGetParams) SetUUIDQueryParameter(uuid *string)

SetUUIDQueryParameter adds the uuid to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithContext

WithContext adds the context to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithDefaultQueryParameter

func (o *LicenseManagerCollectionGetParams) WithDefaultQueryParameter(defaultVar *bool) *LicenseManagerCollectionGetParams

WithDefaultQueryParameter adds the defaultVar to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the license manager collection get params (not the query body).

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

func (*LicenseManagerCollectionGetParams) WithFieldsQueryParameter

func (o *LicenseManagerCollectionGetParams) WithFieldsQueryParameter(fields []string) *LicenseManagerCollectionGetParams

WithFieldsQueryParameter adds the fields to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithMaxRecordsQueryParameter

func (o *LicenseManagerCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *LicenseManagerCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithOrderByQueryParameter

func (o *LicenseManagerCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *LicenseManagerCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithReturnRecordsQueryParameter

func (o *LicenseManagerCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *LicenseManagerCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *LicenseManagerCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *LicenseManagerCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithURIHostQueryParameter

func (o *LicenseManagerCollectionGetParams) WithURIHostQueryParameter(uRIHost *string) *LicenseManagerCollectionGetParams

WithURIHostQueryParameter adds the uRIHost to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WithUUIDQueryParameter

WithUUIDQueryParameter adds the uuid to the license manager collection get params

func (*LicenseManagerCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type LicenseManagerCollectionGetReader

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

LicenseManagerCollectionGetReader is a Reader for the LicenseManagerCollectionGet structure.

func (*LicenseManagerCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LicenseManagerGetDefault

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

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

Error

func NewLicenseManagerGetDefault

func NewLicenseManagerGetDefault(code int) *LicenseManagerGetDefault

NewLicenseManagerGetDefault creates a LicenseManagerGetDefault with default headers values

func (*LicenseManagerGetDefault) Code

func (o *LicenseManagerGetDefault) Code() int

Code gets the status code for the license manager get default response

func (*LicenseManagerGetDefault) Error

func (o *LicenseManagerGetDefault) Error() string

func (*LicenseManagerGetDefault) GetPayload

func (*LicenseManagerGetDefault) IsClientError

func (o *LicenseManagerGetDefault) IsClientError() bool

IsClientError returns true when this license manager get default response has a 4xx status code

func (*LicenseManagerGetDefault) IsCode

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

IsCode returns true when this license manager get default response a status code equal to that given

func (*LicenseManagerGetDefault) IsRedirect

func (o *LicenseManagerGetDefault) IsRedirect() bool

IsRedirect returns true when this license manager get default response has a 3xx status code

func (*LicenseManagerGetDefault) IsServerError

func (o *LicenseManagerGetDefault) IsServerError() bool

IsServerError returns true when this license manager get default response has a 5xx status code

func (*LicenseManagerGetDefault) IsSuccess

func (o *LicenseManagerGetDefault) IsSuccess() bool

IsSuccess returns true when this license manager get default response has a 2xx status code

func (*LicenseManagerGetDefault) String

func (o *LicenseManagerGetDefault) String() string

type LicenseManagerGetOK

type LicenseManagerGetOK struct {
	Payload *models.LicenseManager
}

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

OK

func NewLicenseManagerGetOK

func NewLicenseManagerGetOK() *LicenseManagerGetOK

NewLicenseManagerGetOK creates a LicenseManagerGetOK with default headers values

func (*LicenseManagerGetOK) Error

func (o *LicenseManagerGetOK) Error() string

func (*LicenseManagerGetOK) GetPayload

func (o *LicenseManagerGetOK) GetPayload() *models.LicenseManager

func (*LicenseManagerGetOK) IsClientError

func (o *LicenseManagerGetOK) IsClientError() bool

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

func (*LicenseManagerGetOK) IsCode

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

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

func (*LicenseManagerGetOK) IsRedirect

func (o *LicenseManagerGetOK) IsRedirect() bool

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

func (*LicenseManagerGetOK) IsServerError

func (o *LicenseManagerGetOK) IsServerError() bool

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

func (*LicenseManagerGetOK) IsSuccess

func (o *LicenseManagerGetOK) IsSuccess() bool

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

func (*LicenseManagerGetOK) String

func (o *LicenseManagerGetOK) String() string

type LicenseManagerGetParams

type LicenseManagerGetParams struct {

	/* Default.

	   Filter by default
	*/
	DefaultQueryParameter *bool

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* URIHost.

	   Filter by uri.host
	*/
	URIHostQueryParameter *string

	// UUID.
	UUIDPathParameter string

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

LicenseManagerGetParams contains all the parameters to send to the API endpoint

for the license manager get operation.

Typically these are written to a http.Request.

func NewLicenseManagerGetParams

func NewLicenseManagerGetParams() *LicenseManagerGetParams

NewLicenseManagerGetParams creates a new LicenseManagerGetParams 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 NewLicenseManagerGetParamsWithContext

func NewLicenseManagerGetParamsWithContext(ctx context.Context) *LicenseManagerGetParams

NewLicenseManagerGetParamsWithContext creates a new LicenseManagerGetParams object with the ability to set a context for a request.

func NewLicenseManagerGetParamsWithHTTPClient

func NewLicenseManagerGetParamsWithHTTPClient(client *http.Client) *LicenseManagerGetParams

NewLicenseManagerGetParamsWithHTTPClient creates a new LicenseManagerGetParams object with the ability to set a custom HTTPClient for a request.

func NewLicenseManagerGetParamsWithTimeout

func NewLicenseManagerGetParamsWithTimeout(timeout time.Duration) *LicenseManagerGetParams

NewLicenseManagerGetParamsWithTimeout creates a new LicenseManagerGetParams object with the ability to set a timeout on a request.

func (*LicenseManagerGetParams) SetContext

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

SetContext adds the context to the license manager get params

func (*LicenseManagerGetParams) SetDefaultQueryParameter

func (o *LicenseManagerGetParams) SetDefaultQueryParameter(defaultVar *bool)

SetDefaultQueryParameter adds the default to the license manager get params

func (*LicenseManagerGetParams) SetDefaults

func (o *LicenseManagerGetParams) SetDefaults()

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

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

func (*LicenseManagerGetParams) SetFieldsQueryParameter

func (o *LicenseManagerGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the license manager get params

func (*LicenseManagerGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the license manager get params

func (*LicenseManagerGetParams) SetTimeout

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

SetTimeout adds the timeout to the license manager get params

func (*LicenseManagerGetParams) SetURIHostQueryParameter

func (o *LicenseManagerGetParams) SetURIHostQueryParameter(uRIHost *string)

SetURIHostQueryParameter adds the uriHost to the license manager get params

func (*LicenseManagerGetParams) SetUUIDPathParameter

func (o *LicenseManagerGetParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the license manager get params

func (*LicenseManagerGetParams) WithContext

WithContext adds the context to the license manager get params

func (*LicenseManagerGetParams) WithDefaultQueryParameter

func (o *LicenseManagerGetParams) WithDefaultQueryParameter(defaultVar *bool) *LicenseManagerGetParams

WithDefaultQueryParameter adds the defaultVar to the license manager get params

func (*LicenseManagerGetParams) WithDefaults

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

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

func (*LicenseManagerGetParams) WithFieldsQueryParameter

func (o *LicenseManagerGetParams) WithFieldsQueryParameter(fields []string) *LicenseManagerGetParams

WithFieldsQueryParameter adds the fields to the license manager get params

func (*LicenseManagerGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the license manager get params

func (*LicenseManagerGetParams) WithTimeout

WithTimeout adds the timeout to the license manager get params

func (*LicenseManagerGetParams) WithURIHostQueryParameter

func (o *LicenseManagerGetParams) WithURIHostQueryParameter(uRIHost *string) *LicenseManagerGetParams

WithURIHostQueryParameter adds the uRIHost to the license manager get params

func (*LicenseManagerGetParams) WithUUIDPathParameter

func (o *LicenseManagerGetParams) WithUUIDPathParameter(uuid string) *LicenseManagerGetParams

WithUUIDPathParameter adds the uuid to the license manager get params

func (*LicenseManagerGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type LicenseManagerGetReader

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

LicenseManagerGetReader is a Reader for the LicenseManagerGet structure.

func (*LicenseManagerGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LicenseManagerModifyAccepted

type LicenseManagerModifyAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewLicenseManagerModifyAccepted

func NewLicenseManagerModifyAccepted() *LicenseManagerModifyAccepted

NewLicenseManagerModifyAccepted creates a LicenseManagerModifyAccepted with default headers values

func (*LicenseManagerModifyAccepted) Error

func (*LicenseManagerModifyAccepted) GetPayload

func (*LicenseManagerModifyAccepted) IsClientError

func (o *LicenseManagerModifyAccepted) IsClientError() bool

IsClientError returns true when this license manager modify accepted response has a 4xx status code

func (*LicenseManagerModifyAccepted) IsCode

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

IsCode returns true when this license manager modify accepted response a status code equal to that given

func (*LicenseManagerModifyAccepted) IsRedirect

func (o *LicenseManagerModifyAccepted) IsRedirect() bool

IsRedirect returns true when this license manager modify accepted response has a 3xx status code

func (*LicenseManagerModifyAccepted) IsServerError

func (o *LicenseManagerModifyAccepted) IsServerError() bool

IsServerError returns true when this license manager modify accepted response has a 5xx status code

func (*LicenseManagerModifyAccepted) IsSuccess

func (o *LicenseManagerModifyAccepted) IsSuccess() bool

IsSuccess returns true when this license manager modify accepted response has a 2xx status code

func (*LicenseManagerModifyAccepted) String

type LicenseManagerModifyDefault

type LicenseManagerModifyDefault struct {
	Payload *models.ErrorResponses
	// contains filtered or unexported fields
}
LicenseManagerModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 1115532 | The requested update to the license manager information failed. |

func NewLicenseManagerModifyDefault

func NewLicenseManagerModifyDefault(code int) *LicenseManagerModifyDefault

NewLicenseManagerModifyDefault creates a LicenseManagerModifyDefault with default headers values

func (*LicenseManagerModifyDefault) Code

func (o *LicenseManagerModifyDefault) Code() int

Code gets the status code for the license manager modify default response

func (*LicenseManagerModifyDefault) Error

func (*LicenseManagerModifyDefault) GetPayload

func (*LicenseManagerModifyDefault) IsClientError

func (o *LicenseManagerModifyDefault) IsClientError() bool

IsClientError returns true when this license manager modify default response has a 4xx status code

func (*LicenseManagerModifyDefault) IsCode

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

IsCode returns true when this license manager modify default response a status code equal to that given

func (*LicenseManagerModifyDefault) IsRedirect

func (o *LicenseManagerModifyDefault) IsRedirect() bool

IsRedirect returns true when this license manager modify default response has a 3xx status code

func (*LicenseManagerModifyDefault) IsServerError

func (o *LicenseManagerModifyDefault) IsServerError() bool

IsServerError returns true when this license manager modify default response has a 5xx status code

func (*LicenseManagerModifyDefault) IsSuccess

func (o *LicenseManagerModifyDefault) IsSuccess() bool

IsSuccess returns true when this license manager modify default response has a 2xx status code

func (*LicenseManagerModifyDefault) String

func (o *LicenseManagerModifyDefault) String() string

type LicenseManagerModifyParams

type LicenseManagerModifyParams struct {

	/* Info.

	   Request specification
	*/
	Info *models.LicenseManager

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	// UUID.
	UUIDPathParameter string

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

LicenseManagerModifyParams contains all the parameters to send to the API endpoint

for the license manager modify operation.

Typically these are written to a http.Request.

func NewLicenseManagerModifyParams

func NewLicenseManagerModifyParams() *LicenseManagerModifyParams

NewLicenseManagerModifyParams creates a new LicenseManagerModifyParams 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 NewLicenseManagerModifyParamsWithContext

func NewLicenseManagerModifyParamsWithContext(ctx context.Context) *LicenseManagerModifyParams

NewLicenseManagerModifyParamsWithContext creates a new LicenseManagerModifyParams object with the ability to set a context for a request.

func NewLicenseManagerModifyParamsWithHTTPClient

func NewLicenseManagerModifyParamsWithHTTPClient(client *http.Client) *LicenseManagerModifyParams

NewLicenseManagerModifyParamsWithHTTPClient creates a new LicenseManagerModifyParams object with the ability to set a custom HTTPClient for a request.

func NewLicenseManagerModifyParamsWithTimeout

func NewLicenseManagerModifyParamsWithTimeout(timeout time.Duration) *LicenseManagerModifyParams

NewLicenseManagerModifyParamsWithTimeout creates a new LicenseManagerModifyParams object with the ability to set a timeout on a request.

func (*LicenseManagerModifyParams) SetContext

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

SetContext adds the context to the license manager modify params

func (*LicenseManagerModifyParams) SetDefaults

func (o *LicenseManagerModifyParams) SetDefaults()

SetDefaults hydrates default values in the license manager modify params (not the query body).

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

func (*LicenseManagerModifyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the license manager modify params

func (*LicenseManagerModifyParams) SetInfo

SetInfo adds the info to the license manager modify params

func (*LicenseManagerModifyParams) SetReturnTimeoutQueryParameter

func (o *LicenseManagerModifyParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the license manager modify params

func (*LicenseManagerModifyParams) SetTimeout

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

SetTimeout adds the timeout to the license manager modify params

func (*LicenseManagerModifyParams) SetUUIDPathParameter

func (o *LicenseManagerModifyParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the license manager modify params

func (*LicenseManagerModifyParams) WithContext

WithContext adds the context to the license manager modify params

func (*LicenseManagerModifyParams) WithDefaults

WithDefaults hydrates default values in the license manager modify params (not the query body).

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

func (*LicenseManagerModifyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the license manager modify params

func (*LicenseManagerModifyParams) WithInfo

WithInfo adds the info to the license manager modify params

func (*LicenseManagerModifyParams) WithReturnTimeoutQueryParameter

func (o *LicenseManagerModifyParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *LicenseManagerModifyParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the license manager modify params

func (*LicenseManagerModifyParams) WithTimeout

WithTimeout adds the timeout to the license manager modify params

func (*LicenseManagerModifyParams) WithUUIDPathParameter

func (o *LicenseManagerModifyParams) WithUUIDPathParameter(uuid string) *LicenseManagerModifyParams

WithUUIDPathParameter adds the uuid to the license manager modify params

func (*LicenseManagerModifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type LicenseManagerModifyReader

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

LicenseManagerModifyReader is a Reader for the LicenseManagerModify structure.

func (*LicenseManagerModifyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LicensesGetDefault

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

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

Error

func NewLicensesGetDefault

func NewLicensesGetDefault(code int) *LicensesGetDefault

NewLicensesGetDefault creates a LicensesGetDefault with default headers values

func (*LicensesGetDefault) Code

func (o *LicensesGetDefault) Code() int

Code gets the status code for the licenses get default response

func (*LicensesGetDefault) Error

func (o *LicensesGetDefault) Error() string

func (*LicensesGetDefault) GetPayload

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

func (*LicensesGetDefault) IsClientError

func (o *LicensesGetDefault) IsClientError() bool

IsClientError returns true when this licenses get default response has a 4xx status code

func (*LicensesGetDefault) IsCode

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

IsCode returns true when this licenses get default response a status code equal to that given

func (*LicensesGetDefault) IsRedirect

func (o *LicensesGetDefault) IsRedirect() bool

IsRedirect returns true when this licenses get default response has a 3xx status code

func (*LicensesGetDefault) IsServerError

func (o *LicensesGetDefault) IsServerError() bool

IsServerError returns true when this licenses get default response has a 5xx status code

func (*LicensesGetDefault) IsSuccess

func (o *LicensesGetDefault) IsSuccess() bool

IsSuccess returns true when this licenses get default response has a 2xx status code

func (*LicensesGetDefault) String

func (o *LicensesGetDefault) String() string

type LicensesGetOK

type LicensesGetOK struct {
	Payload *models.LicensePackageResponse
}

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

OK

func NewLicensesGetOK

func NewLicensesGetOK() *LicensesGetOK

NewLicensesGetOK creates a LicensesGetOK with default headers values

func (*LicensesGetOK) Error

func (o *LicensesGetOK) Error() string

func (*LicensesGetOK) GetPayload

func (o *LicensesGetOK) GetPayload() *models.LicensePackageResponse

func (*LicensesGetOK) IsClientError

func (o *LicensesGetOK) IsClientError() bool

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

func (*LicensesGetOK) IsCode

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

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

func (*LicensesGetOK) IsRedirect

func (o *LicensesGetOK) IsRedirect() bool

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

func (*LicensesGetOK) IsServerError

func (o *LicensesGetOK) IsServerError() bool

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

func (*LicensesGetOK) IsSuccess

func (o *LicensesGetOK) IsSuccess() bool

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

func (*LicensesGetOK) String

func (o *LicensesGetOK) String() string

type LicensesGetParams

type LicensesGetParams struct {

	/* Description.

	   Filter by description
	*/
	DescriptionQueryParameter *string

	/* EntitlementAction.

	   Filter by entitlement.action
	*/
	EntitlementActionQueryParameter *string

	/* EntitlementRisk.

	   Filter by entitlement.risk
	*/
	EntitlementRiskQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* LicensesActive.

	   Filter by licenses.active
	*/
	LicensesActiveQueryParameter *bool

	/* LicensesCapacityMaximumSize.

	   Filter by licenses.capacity.maximum_size
	*/
	LicensesCapacityMaximumSizeQueryParameter *int64

	/* LicensesCapacityUsedSize.

	   Filter by licenses.capacity.used_size
	*/
	LicensesCapacityUsedSizeQueryParameter *int64

	/* LicensesComplianceState.

	   Filter by licenses.compliance.state
	*/
	LicensesComplianceStateQueryParameter *string

	/* LicensesEvaluation.

	   Filter by licenses.evaluation
	*/
	LicensesEvaluationQueryParameter *bool

	/* LicensesExpiryTime.

	   Filter by licenses.expiry_time
	*/
	LicensesExpiryTimeQueryParameter *string

	/* LicensesHostID.

	   Filter by licenses.host_id
	*/
	LicensesHostIDQueryParameter *string

	/* LicensesInstalledLicense.

	   Filter by licenses.installed_license
	*/
	LicensesInstalledLicenseQueryParameter *string

	/* LicensesOwner.

	   Filter by licenses.owner
	*/
	LicensesOwnerQueryParameter *string

	/* LicensesSerialNumber.

	   Filter by licenses.serial_number
	*/
	LicensesSerialNumberQueryParameter *string

	/* LicensesShutdownImminent.

	   Filter by licenses.shutdown_imminent
	*/
	LicensesShutdownImminentQueryParameter *bool

	/* LicensesStartTime.

	   Filter by licenses.start_time
	*/
	LicensesStartTimeQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* Name.

	   Filter by name
	*/
	NameQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* Scope.

	   Filter by scope
	*/
	ScopeQueryParameter *string

	/* State.

	   Filter by state
	*/
	StateQueryParameter *string

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

LicensesGetParams contains all the parameters to send to the API endpoint

for the licenses get operation.

Typically these are written to a http.Request.

func NewLicensesGetParams

func NewLicensesGetParams() *LicensesGetParams

NewLicensesGetParams creates a new LicensesGetParams 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 NewLicensesGetParamsWithContext

func NewLicensesGetParamsWithContext(ctx context.Context) *LicensesGetParams

NewLicensesGetParamsWithContext creates a new LicensesGetParams object with the ability to set a context for a request.

func NewLicensesGetParamsWithHTTPClient

func NewLicensesGetParamsWithHTTPClient(client *http.Client) *LicensesGetParams

NewLicensesGetParamsWithHTTPClient creates a new LicensesGetParams object with the ability to set a custom HTTPClient for a request.

func NewLicensesGetParamsWithTimeout

func NewLicensesGetParamsWithTimeout(timeout time.Duration) *LicensesGetParams

NewLicensesGetParamsWithTimeout creates a new LicensesGetParams object with the ability to set a timeout on a request.

func (*LicensesGetParams) SetContext

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

SetContext adds the context to the licenses get params

func (*LicensesGetParams) SetDefaults

func (o *LicensesGetParams) SetDefaults()

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

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

func (*LicensesGetParams) SetDescriptionQueryParameter

func (o *LicensesGetParams) SetDescriptionQueryParameter(description *string)

SetDescriptionQueryParameter adds the description to the licenses get params

func (*LicensesGetParams) SetEntitlementActionQueryParameter

func (o *LicensesGetParams) SetEntitlementActionQueryParameter(entitlementAction *string)

SetEntitlementActionQueryParameter adds the entitlementAction to the licenses get params

func (*LicensesGetParams) SetEntitlementRiskQueryParameter

func (o *LicensesGetParams) SetEntitlementRiskQueryParameter(entitlementRisk *string)

SetEntitlementRiskQueryParameter adds the entitlementRisk to the licenses get params

func (*LicensesGetParams) SetFieldsQueryParameter

func (o *LicensesGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the licenses get params

func (*LicensesGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the licenses get params

func (*LicensesGetParams) SetLicensesActiveQueryParameter

func (o *LicensesGetParams) SetLicensesActiveQueryParameter(licensesActive *bool)

SetLicensesActiveQueryParameter adds the licensesActive to the licenses get params

func (*LicensesGetParams) SetLicensesCapacityMaximumSizeQueryParameter

func (o *LicensesGetParams) SetLicensesCapacityMaximumSizeQueryParameter(licensesCapacityMaximumSize *int64)

SetLicensesCapacityMaximumSizeQueryParameter adds the licensesCapacityMaximumSize to the licenses get params

func (*LicensesGetParams) SetLicensesCapacityUsedSizeQueryParameter

func (o *LicensesGetParams) SetLicensesCapacityUsedSizeQueryParameter(licensesCapacityUsedSize *int64)

SetLicensesCapacityUsedSizeQueryParameter adds the licensesCapacityUsedSize to the licenses get params

func (*LicensesGetParams) SetLicensesComplianceStateQueryParameter

func (o *LicensesGetParams) SetLicensesComplianceStateQueryParameter(licensesComplianceState *string)

SetLicensesComplianceStateQueryParameter adds the licensesComplianceState to the licenses get params

func (*LicensesGetParams) SetLicensesEvaluationQueryParameter

func (o *LicensesGetParams) SetLicensesEvaluationQueryParameter(licensesEvaluation *bool)

SetLicensesEvaluationQueryParameter adds the licensesEvaluation to the licenses get params

func (*LicensesGetParams) SetLicensesExpiryTimeQueryParameter

func (o *LicensesGetParams) SetLicensesExpiryTimeQueryParameter(licensesExpiryTime *string)

SetLicensesExpiryTimeQueryParameter adds the licensesExpiryTime to the licenses get params

func (*LicensesGetParams) SetLicensesHostIDQueryParameter

func (o *LicensesGetParams) SetLicensesHostIDQueryParameter(licensesHostID *string)

SetLicensesHostIDQueryParameter adds the licensesHostId to the licenses get params

func (*LicensesGetParams) SetLicensesInstalledLicenseQueryParameter

func (o *LicensesGetParams) SetLicensesInstalledLicenseQueryParameter(licensesInstalledLicense *string)

SetLicensesInstalledLicenseQueryParameter adds the licensesInstalledLicense to the licenses get params

func (*LicensesGetParams) SetLicensesOwnerQueryParameter

func (o *LicensesGetParams) SetLicensesOwnerQueryParameter(licensesOwner *string)

SetLicensesOwnerQueryParameter adds the licensesOwner to the licenses get params

func (*LicensesGetParams) SetLicensesSerialNumberQueryParameter

func (o *LicensesGetParams) SetLicensesSerialNumberQueryParameter(licensesSerialNumber *string)

SetLicensesSerialNumberQueryParameter adds the licensesSerialNumber to the licenses get params

func (*LicensesGetParams) SetLicensesShutdownImminentQueryParameter

func (o *LicensesGetParams) SetLicensesShutdownImminentQueryParameter(licensesShutdownImminent *bool)

SetLicensesShutdownImminentQueryParameter adds the licensesShutdownImminent to the licenses get params

func (*LicensesGetParams) SetLicensesStartTimeQueryParameter

func (o *LicensesGetParams) SetLicensesStartTimeQueryParameter(licensesStartTime *string)

SetLicensesStartTimeQueryParameter adds the licensesStartTime to the licenses get params

func (*LicensesGetParams) SetMaxRecordsQueryParameter

func (o *LicensesGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the licenses get params

func (*LicensesGetParams) SetNameQueryParameter

func (o *LicensesGetParams) SetNameQueryParameter(name *string)

SetNameQueryParameter adds the name to the licenses get params

func (*LicensesGetParams) SetOrderByQueryParameter

func (o *LicensesGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the licenses get params

func (*LicensesGetParams) SetReturnRecordsQueryParameter

func (o *LicensesGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the licenses get params

func (*LicensesGetParams) SetReturnTimeoutQueryParameter

func (o *LicensesGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the licenses get params

func (*LicensesGetParams) SetScopeQueryParameter

func (o *LicensesGetParams) SetScopeQueryParameter(scope *string)

SetScopeQueryParameter adds the scope to the licenses get params

func (*LicensesGetParams) SetStateQueryParameter

func (o *LicensesGetParams) SetStateQueryParameter(state *string)

SetStateQueryParameter adds the state to the licenses get params

func (*LicensesGetParams) SetTimeout

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

SetTimeout adds the timeout to the licenses get params

func (*LicensesGetParams) WithContext

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

WithContext adds the context to the licenses get params

func (*LicensesGetParams) WithDefaults

func (o *LicensesGetParams) WithDefaults() *LicensesGetParams

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

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

func (*LicensesGetParams) WithDescriptionQueryParameter

func (o *LicensesGetParams) WithDescriptionQueryParameter(description *string) *LicensesGetParams

WithDescriptionQueryParameter adds the description to the licenses get params

func (*LicensesGetParams) WithEntitlementActionQueryParameter

func (o *LicensesGetParams) WithEntitlementActionQueryParameter(entitlementAction *string) *LicensesGetParams

WithEntitlementActionQueryParameter adds the entitlementAction to the licenses get params

func (*LicensesGetParams) WithEntitlementRiskQueryParameter

func (o *LicensesGetParams) WithEntitlementRiskQueryParameter(entitlementRisk *string) *LicensesGetParams

WithEntitlementRiskQueryParameter adds the entitlementRisk to the licenses get params

func (*LicensesGetParams) WithFieldsQueryParameter

func (o *LicensesGetParams) WithFieldsQueryParameter(fields []string) *LicensesGetParams

WithFieldsQueryParameter adds the fields to the licenses get params

func (*LicensesGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the licenses get params

func (*LicensesGetParams) WithLicensesActiveQueryParameter

func (o *LicensesGetParams) WithLicensesActiveQueryParameter(licensesActive *bool) *LicensesGetParams

WithLicensesActiveQueryParameter adds the licensesActive to the licenses get params

func (*LicensesGetParams) WithLicensesCapacityMaximumSizeQueryParameter

func (o *LicensesGetParams) WithLicensesCapacityMaximumSizeQueryParameter(licensesCapacityMaximumSize *int64) *LicensesGetParams

WithLicensesCapacityMaximumSizeQueryParameter adds the licensesCapacityMaximumSize to the licenses get params

func (*LicensesGetParams) WithLicensesCapacityUsedSizeQueryParameter

func (o *LicensesGetParams) WithLicensesCapacityUsedSizeQueryParameter(licensesCapacityUsedSize *int64) *LicensesGetParams

WithLicensesCapacityUsedSizeQueryParameter adds the licensesCapacityUsedSize to the licenses get params

func (*LicensesGetParams) WithLicensesComplianceStateQueryParameter

func (o *LicensesGetParams) WithLicensesComplianceStateQueryParameter(licensesComplianceState *string) *LicensesGetParams

WithLicensesComplianceStateQueryParameter adds the licensesComplianceState to the licenses get params

func (*LicensesGetParams) WithLicensesEvaluationQueryParameter

func (o *LicensesGetParams) WithLicensesEvaluationQueryParameter(licensesEvaluation *bool) *LicensesGetParams

WithLicensesEvaluationQueryParameter adds the licensesEvaluation to the licenses get params

func (*LicensesGetParams) WithLicensesExpiryTimeQueryParameter

func (o *LicensesGetParams) WithLicensesExpiryTimeQueryParameter(licensesExpiryTime *string) *LicensesGetParams

WithLicensesExpiryTimeQueryParameter adds the licensesExpiryTime to the licenses get params

func (*LicensesGetParams) WithLicensesHostIDQueryParameter

func (o *LicensesGetParams) WithLicensesHostIDQueryParameter(licensesHostID *string) *LicensesGetParams

WithLicensesHostIDQueryParameter adds the licensesHostID to the licenses get params

func (*LicensesGetParams) WithLicensesInstalledLicenseQueryParameter

func (o *LicensesGetParams) WithLicensesInstalledLicenseQueryParameter(licensesInstalledLicense *string) *LicensesGetParams

WithLicensesInstalledLicenseQueryParameter adds the licensesInstalledLicense to the licenses get params

func (*LicensesGetParams) WithLicensesOwnerQueryParameter

func (o *LicensesGetParams) WithLicensesOwnerQueryParameter(licensesOwner *string) *LicensesGetParams

WithLicensesOwnerQueryParameter adds the licensesOwner to the licenses get params

func (*LicensesGetParams) WithLicensesSerialNumberQueryParameter

func (o *LicensesGetParams) WithLicensesSerialNumberQueryParameter(licensesSerialNumber *string) *LicensesGetParams

WithLicensesSerialNumberQueryParameter adds the licensesSerialNumber to the licenses get params

func (*LicensesGetParams) WithLicensesShutdownImminentQueryParameter

func (o *LicensesGetParams) WithLicensesShutdownImminentQueryParameter(licensesShutdownImminent *bool) *LicensesGetParams

WithLicensesShutdownImminentQueryParameter adds the licensesShutdownImminent to the licenses get params

func (*LicensesGetParams) WithLicensesStartTimeQueryParameter

func (o *LicensesGetParams) WithLicensesStartTimeQueryParameter(licensesStartTime *string) *LicensesGetParams

WithLicensesStartTimeQueryParameter adds the licensesStartTime to the licenses get params

func (*LicensesGetParams) WithMaxRecordsQueryParameter

func (o *LicensesGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *LicensesGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the licenses get params

func (*LicensesGetParams) WithNameQueryParameter

func (o *LicensesGetParams) WithNameQueryParameter(name *string) *LicensesGetParams

WithNameQueryParameter adds the name to the licenses get params

func (*LicensesGetParams) WithOrderByQueryParameter

func (o *LicensesGetParams) WithOrderByQueryParameter(orderBy []string) *LicensesGetParams

WithOrderByQueryParameter adds the orderBy to the licenses get params

func (*LicensesGetParams) WithReturnRecordsQueryParameter

func (o *LicensesGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *LicensesGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the licenses get params

func (*LicensesGetParams) WithReturnTimeoutQueryParameter

func (o *LicensesGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *LicensesGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the licenses get params

func (*LicensesGetParams) WithScopeQueryParameter

func (o *LicensesGetParams) WithScopeQueryParameter(scope *string) *LicensesGetParams

WithScopeQueryParameter adds the scope to the licenses get params

func (*LicensesGetParams) WithStateQueryParameter

func (o *LicensesGetParams) WithStateQueryParameter(state *string) *LicensesGetParams

WithStateQueryParameter adds the state to the licenses get params

func (*LicensesGetParams) WithTimeout

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

WithTimeout adds the timeout to the licenses get params

func (*LicensesGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type LicensesGetReader

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

LicensesGetReader is a Reader for the LicensesGet structure.

func (*LicensesGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MediatorCollectionGetDefault

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

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

Error

func NewMediatorCollectionGetDefault

func NewMediatorCollectionGetDefault(code int) *MediatorCollectionGetDefault

NewMediatorCollectionGetDefault creates a MediatorCollectionGetDefault with default headers values

func (*MediatorCollectionGetDefault) Code

Code gets the status code for the mediator collection get default response

func (*MediatorCollectionGetDefault) Error

func (*MediatorCollectionGetDefault) GetPayload

func (*MediatorCollectionGetDefault) IsClientError

func (o *MediatorCollectionGetDefault) IsClientError() bool

IsClientError returns true when this mediator collection get default response has a 4xx status code

func (*MediatorCollectionGetDefault) IsCode

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

IsCode returns true when this mediator collection get default response a status code equal to that given

func (*MediatorCollectionGetDefault) IsRedirect

func (o *MediatorCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this mediator collection get default response has a 3xx status code

func (*MediatorCollectionGetDefault) IsServerError

func (o *MediatorCollectionGetDefault) IsServerError() bool

IsServerError returns true when this mediator collection get default response has a 5xx status code

func (*MediatorCollectionGetDefault) IsSuccess

func (o *MediatorCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this mediator collection get default response has a 2xx status code

func (*MediatorCollectionGetDefault) String

type MediatorCollectionGetOK

type MediatorCollectionGetOK struct {
	Payload *models.MediatorResponse
}

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

OK

func NewMediatorCollectionGetOK

func NewMediatorCollectionGetOK() *MediatorCollectionGetOK

NewMediatorCollectionGetOK creates a MediatorCollectionGetOK with default headers values

func (*MediatorCollectionGetOK) Error

func (o *MediatorCollectionGetOK) Error() string

func (*MediatorCollectionGetOK) GetPayload

func (*MediatorCollectionGetOK) IsClientError

func (o *MediatorCollectionGetOK) IsClientError() bool

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

func (*MediatorCollectionGetOK) IsCode

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

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

func (*MediatorCollectionGetOK) IsRedirect

func (o *MediatorCollectionGetOK) IsRedirect() bool

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

func (*MediatorCollectionGetOK) IsServerError

func (o *MediatorCollectionGetOK) IsServerError() bool

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

func (*MediatorCollectionGetOK) IsSuccess

func (o *MediatorCollectionGetOK) IsSuccess() bool

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

func (*MediatorCollectionGetOK) String

func (o *MediatorCollectionGetOK) String() string

type MediatorCollectionGetParams

type MediatorCollectionGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* IPAddress.

	   Filter by ip_address
	*/
	IPAddressQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* PeerClusterName.

	   Filter by peer_cluster.name
	*/
	PeerClusterNameQueryParameter *string

	/* PeerClusterUUID.

	   Filter by peer_cluster.uuid
	*/
	PeerClusterUUIDQueryParameter *string

	/* PeerMediatorConnectivity.

	   Filter by peer_mediator_connectivity
	*/
	PeerMediatorConnectivityQueryParameter *string

	/* Port.

	   Filter by port
	*/
	PortQueryParameter *int64

	/* Reachable.

	   Filter by reachable
	*/
	ReachableQueryParameter *bool

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* UUID.

	   Filter by uuid
	*/
	UUIDQueryParameter *string

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

MediatorCollectionGetParams contains all the parameters to send to the API endpoint

for the mediator collection get operation.

Typically these are written to a http.Request.

func NewMediatorCollectionGetParams

func NewMediatorCollectionGetParams() *MediatorCollectionGetParams

NewMediatorCollectionGetParams creates a new MediatorCollectionGetParams 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 NewMediatorCollectionGetParamsWithContext

func NewMediatorCollectionGetParamsWithContext(ctx context.Context) *MediatorCollectionGetParams

NewMediatorCollectionGetParamsWithContext creates a new MediatorCollectionGetParams object with the ability to set a context for a request.

func NewMediatorCollectionGetParamsWithHTTPClient

func NewMediatorCollectionGetParamsWithHTTPClient(client *http.Client) *MediatorCollectionGetParams

NewMediatorCollectionGetParamsWithHTTPClient creates a new MediatorCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewMediatorCollectionGetParamsWithTimeout

func NewMediatorCollectionGetParamsWithTimeout(timeout time.Duration) *MediatorCollectionGetParams

NewMediatorCollectionGetParamsWithTimeout creates a new MediatorCollectionGetParams object with the ability to set a timeout on a request.

func (*MediatorCollectionGetParams) SetContext

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

SetContext adds the context to the mediator collection get params

func (*MediatorCollectionGetParams) SetDefaults

func (o *MediatorCollectionGetParams) SetDefaults()

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

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

func (*MediatorCollectionGetParams) SetFieldsQueryParameter

func (o *MediatorCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the mediator collection get params

func (*MediatorCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the mediator collection get params

func (*MediatorCollectionGetParams) SetIPAddressQueryParameter

func (o *MediatorCollectionGetParams) SetIPAddressQueryParameter(iPAddress *string)

SetIPAddressQueryParameter adds the ipAddress to the mediator collection get params

func (*MediatorCollectionGetParams) SetMaxRecordsQueryParameter

func (o *MediatorCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the mediator collection get params

func (*MediatorCollectionGetParams) SetOrderByQueryParameter

func (o *MediatorCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the mediator collection get params

func (*MediatorCollectionGetParams) SetPeerClusterNameQueryParameter

func (o *MediatorCollectionGetParams) SetPeerClusterNameQueryParameter(peerClusterName *string)

SetPeerClusterNameQueryParameter adds the peerClusterName to the mediator collection get params

func (*MediatorCollectionGetParams) SetPeerClusterUUIDQueryParameter

func (o *MediatorCollectionGetParams) SetPeerClusterUUIDQueryParameter(peerClusterUUID *string)

SetPeerClusterUUIDQueryParameter adds the peerClusterUuid to the mediator collection get params

func (*MediatorCollectionGetParams) SetPeerMediatorConnectivityQueryParameter

func (o *MediatorCollectionGetParams) SetPeerMediatorConnectivityQueryParameter(peerMediatorConnectivity *string)

SetPeerMediatorConnectivityQueryParameter adds the peerMediatorConnectivity to the mediator collection get params

func (*MediatorCollectionGetParams) SetPortQueryParameter

func (o *MediatorCollectionGetParams) SetPortQueryParameter(port *int64)

SetPortQueryParameter adds the port to the mediator collection get params

func (*MediatorCollectionGetParams) SetReachableQueryParameter

func (o *MediatorCollectionGetParams) SetReachableQueryParameter(reachable *bool)

SetReachableQueryParameter adds the reachable to the mediator collection get params

func (*MediatorCollectionGetParams) SetReturnRecordsQueryParameter

func (o *MediatorCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the mediator collection get params

func (*MediatorCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *MediatorCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the mediator collection get params

func (*MediatorCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the mediator collection get params

func (*MediatorCollectionGetParams) SetUUIDQueryParameter

func (o *MediatorCollectionGetParams) SetUUIDQueryParameter(uuid *string)

SetUUIDQueryParameter adds the uuid to the mediator collection get params

func (*MediatorCollectionGetParams) WithContext

WithContext adds the context to the mediator collection get params

func (*MediatorCollectionGetParams) WithDefaults

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

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

func (*MediatorCollectionGetParams) WithFieldsQueryParameter

func (o *MediatorCollectionGetParams) WithFieldsQueryParameter(fields []string) *MediatorCollectionGetParams

WithFieldsQueryParameter adds the fields to the mediator collection get params

func (*MediatorCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the mediator collection get params

func (*MediatorCollectionGetParams) WithIPAddressQueryParameter

func (o *MediatorCollectionGetParams) WithIPAddressQueryParameter(iPAddress *string) *MediatorCollectionGetParams

WithIPAddressQueryParameter adds the iPAddress to the mediator collection get params

func (*MediatorCollectionGetParams) WithMaxRecordsQueryParameter

func (o *MediatorCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *MediatorCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the mediator collection get params

func (*MediatorCollectionGetParams) WithOrderByQueryParameter

func (o *MediatorCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *MediatorCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the mediator collection get params

func (*MediatorCollectionGetParams) WithPeerClusterNameQueryParameter

func (o *MediatorCollectionGetParams) WithPeerClusterNameQueryParameter(peerClusterName *string) *MediatorCollectionGetParams

WithPeerClusterNameQueryParameter adds the peerClusterName to the mediator collection get params

func (*MediatorCollectionGetParams) WithPeerClusterUUIDQueryParameter

func (o *MediatorCollectionGetParams) WithPeerClusterUUIDQueryParameter(peerClusterUUID *string) *MediatorCollectionGetParams

WithPeerClusterUUIDQueryParameter adds the peerClusterUUID to the mediator collection get params

func (*MediatorCollectionGetParams) WithPeerMediatorConnectivityQueryParameter

func (o *MediatorCollectionGetParams) WithPeerMediatorConnectivityQueryParameter(peerMediatorConnectivity *string) *MediatorCollectionGetParams

WithPeerMediatorConnectivityQueryParameter adds the peerMediatorConnectivity to the mediator collection get params

func (*MediatorCollectionGetParams) WithPortQueryParameter

func (o *MediatorCollectionGetParams) WithPortQueryParameter(port *int64) *MediatorCollectionGetParams

WithPortQueryParameter adds the port to the mediator collection get params

func (*MediatorCollectionGetParams) WithReachableQueryParameter

func (o *MediatorCollectionGetParams) WithReachableQueryParameter(reachable *bool) *MediatorCollectionGetParams

WithReachableQueryParameter adds the reachable to the mediator collection get params

func (*MediatorCollectionGetParams) WithReturnRecordsQueryParameter

func (o *MediatorCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *MediatorCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the mediator collection get params

func (*MediatorCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *MediatorCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MediatorCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the mediator collection get params

func (*MediatorCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the mediator collection get params

func (*MediatorCollectionGetParams) WithUUIDQueryParameter

func (o *MediatorCollectionGetParams) WithUUIDQueryParameter(uuid *string) *MediatorCollectionGetParams

WithUUIDQueryParameter adds the uuid to the mediator collection get params

func (*MediatorCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MediatorCollectionGetReader

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

MediatorCollectionGetReader is a Reader for the MediatorCollectionGet structure.

func (*MediatorCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MediatorCreateAccepted

type MediatorCreateAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewMediatorCreateAccepted

func NewMediatorCreateAccepted() *MediatorCreateAccepted

NewMediatorCreateAccepted creates a MediatorCreateAccepted with default headers values

func (*MediatorCreateAccepted) Error

func (o *MediatorCreateAccepted) Error() string

func (*MediatorCreateAccepted) GetPayload

func (*MediatorCreateAccepted) IsClientError

func (o *MediatorCreateAccepted) IsClientError() bool

IsClientError returns true when this mediator create accepted response has a 4xx status code

func (*MediatorCreateAccepted) IsCode

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

IsCode returns true when this mediator create accepted response a status code equal to that given

func (*MediatorCreateAccepted) IsRedirect

func (o *MediatorCreateAccepted) IsRedirect() bool

IsRedirect returns true when this mediator create accepted response has a 3xx status code

func (*MediatorCreateAccepted) IsServerError

func (o *MediatorCreateAccepted) IsServerError() bool

IsServerError returns true when this mediator create accepted response has a 5xx status code

func (*MediatorCreateAccepted) IsSuccess

func (o *MediatorCreateAccepted) IsSuccess() bool

IsSuccess returns true when this mediator create accepted response has a 2xx status code

func (*MediatorCreateAccepted) String

func (o *MediatorCreateAccepted) String() string

type MediatorCreateDefault

type MediatorCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MediatorCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response codes

| Error code | Description | |-------------|--------------| | 13369351 | Update to mediator failed. Reason: does not authorized for that command. Check that the peer cluster and mediator are reachable.|

func NewMediatorCreateDefault

func NewMediatorCreateDefault(code int) *MediatorCreateDefault

NewMediatorCreateDefault creates a MediatorCreateDefault with default headers values

func (*MediatorCreateDefault) Code

func (o *MediatorCreateDefault) Code() int

Code gets the status code for the mediator create default response

func (*MediatorCreateDefault) Error

func (o *MediatorCreateDefault) Error() string

func (*MediatorCreateDefault) GetPayload

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

func (*MediatorCreateDefault) IsClientError

func (o *MediatorCreateDefault) IsClientError() bool

IsClientError returns true when this mediator create default response has a 4xx status code

func (*MediatorCreateDefault) IsCode

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

IsCode returns true when this mediator create default response a status code equal to that given

func (*MediatorCreateDefault) IsRedirect

func (o *MediatorCreateDefault) IsRedirect() bool

IsRedirect returns true when this mediator create default response has a 3xx status code

func (*MediatorCreateDefault) IsServerError

func (o *MediatorCreateDefault) IsServerError() bool

IsServerError returns true when this mediator create default response has a 5xx status code

func (*MediatorCreateDefault) IsSuccess

func (o *MediatorCreateDefault) IsSuccess() bool

IsSuccess returns true when this mediator create default response has a 2xx status code

func (*MediatorCreateDefault) String

func (o *MediatorCreateDefault) String() string

type MediatorCreateParams

type MediatorCreateParams struct {

	/* Info.

	   Mediator information for the create operation.
	*/
	Info *models.Mediator

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

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

MediatorCreateParams contains all the parameters to send to the API endpoint

for the mediator create operation.

Typically these are written to a http.Request.

func NewMediatorCreateParams

func NewMediatorCreateParams() *MediatorCreateParams

NewMediatorCreateParams creates a new MediatorCreateParams 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 NewMediatorCreateParamsWithContext

func NewMediatorCreateParamsWithContext(ctx context.Context) *MediatorCreateParams

NewMediatorCreateParamsWithContext creates a new MediatorCreateParams object with the ability to set a context for a request.

func NewMediatorCreateParamsWithHTTPClient

func NewMediatorCreateParamsWithHTTPClient(client *http.Client) *MediatorCreateParams

NewMediatorCreateParamsWithHTTPClient creates a new MediatorCreateParams object with the ability to set a custom HTTPClient for a request.

func NewMediatorCreateParamsWithTimeout

func NewMediatorCreateParamsWithTimeout(timeout time.Duration) *MediatorCreateParams

NewMediatorCreateParamsWithTimeout creates a new MediatorCreateParams object with the ability to set a timeout on a request.

func (*MediatorCreateParams) SetContext

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

SetContext adds the context to the mediator create params

func (*MediatorCreateParams) SetDefaults

func (o *MediatorCreateParams) SetDefaults()

SetDefaults hydrates default values in the mediator create params (not the query body).

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

func (*MediatorCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the mediator create params

func (*MediatorCreateParams) SetInfo

func (o *MediatorCreateParams) SetInfo(info *models.Mediator)

SetInfo adds the info to the mediator create params

func (*MediatorCreateParams) SetReturnRecordsQueryParameter

func (o *MediatorCreateParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the mediator create params

func (*MediatorCreateParams) SetReturnTimeoutQueryParameter

func (o *MediatorCreateParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the mediator create params

func (*MediatorCreateParams) SetTimeout

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

SetTimeout adds the timeout to the mediator create params

func (*MediatorCreateParams) WithContext

WithContext adds the context to the mediator create params

func (*MediatorCreateParams) WithDefaults

func (o *MediatorCreateParams) WithDefaults() *MediatorCreateParams

WithDefaults hydrates default values in the mediator create params (not the query body).

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

func (*MediatorCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the mediator create params

func (*MediatorCreateParams) WithInfo

WithInfo adds the info to the mediator create params

func (*MediatorCreateParams) WithReturnRecordsQueryParameter

func (o *MediatorCreateParams) WithReturnRecordsQueryParameter(returnRecords *bool) *MediatorCreateParams

WithReturnRecordsQueryParameter adds the returnRecords to the mediator create params

func (*MediatorCreateParams) WithReturnTimeoutQueryParameter

func (o *MediatorCreateParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MediatorCreateParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the mediator create params

func (*MediatorCreateParams) WithTimeout

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

WithTimeout adds the timeout to the mediator create params

func (*MediatorCreateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type MediatorCreateReader

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

MediatorCreateReader is a Reader for the MediatorCreate structure.

func (*MediatorCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MediatorDeleteAccepted

type MediatorDeleteAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewMediatorDeleteAccepted

func NewMediatorDeleteAccepted() *MediatorDeleteAccepted

NewMediatorDeleteAccepted creates a MediatorDeleteAccepted with default headers values

func (*MediatorDeleteAccepted) Error

func (o *MediatorDeleteAccepted) Error() string

func (*MediatorDeleteAccepted) GetPayload

func (*MediatorDeleteAccepted) IsClientError

func (o *MediatorDeleteAccepted) IsClientError() bool

IsClientError returns true when this mediator delete accepted response has a 4xx status code

func (*MediatorDeleteAccepted) IsCode

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

IsCode returns true when this mediator delete accepted response a status code equal to that given

func (*MediatorDeleteAccepted) IsRedirect

func (o *MediatorDeleteAccepted) IsRedirect() bool

IsRedirect returns true when this mediator delete accepted response has a 3xx status code

func (*MediatorDeleteAccepted) IsServerError

func (o *MediatorDeleteAccepted) IsServerError() bool

IsServerError returns true when this mediator delete accepted response has a 5xx status code

func (*MediatorDeleteAccepted) IsSuccess

func (o *MediatorDeleteAccepted) IsSuccess() bool

IsSuccess returns true when this mediator delete accepted response has a 2xx status code

func (*MediatorDeleteAccepted) String

func (o *MediatorDeleteAccepted) String() string

type MediatorDeleteDefault

type MediatorDeleteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MediatorDeleteDefault describes a response with status code -1, with default header values.

ONTAP Error Response codes

| Error code | Description | |-------------|--------------| | 13369377 | Mediator field "mediator.id" does not exist.|

func NewMediatorDeleteDefault

func NewMediatorDeleteDefault(code int) *MediatorDeleteDefault

NewMediatorDeleteDefault creates a MediatorDeleteDefault with default headers values

func (*MediatorDeleteDefault) Code

func (o *MediatorDeleteDefault) Code() int

Code gets the status code for the mediator delete default response

func (*MediatorDeleteDefault) Error

func (o *MediatorDeleteDefault) Error() string

func (*MediatorDeleteDefault) GetPayload

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

func (*MediatorDeleteDefault) IsClientError

func (o *MediatorDeleteDefault) IsClientError() bool

IsClientError returns true when this mediator delete default response has a 4xx status code

func (*MediatorDeleteDefault) IsCode

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

IsCode returns true when this mediator delete default response a status code equal to that given

func (*MediatorDeleteDefault) IsRedirect

func (o *MediatorDeleteDefault) IsRedirect() bool

IsRedirect returns true when this mediator delete default response has a 3xx status code

func (*MediatorDeleteDefault) IsServerError

func (o *MediatorDeleteDefault) IsServerError() bool

IsServerError returns true when this mediator delete default response has a 5xx status code

func (*MediatorDeleteDefault) IsSuccess

func (o *MediatorDeleteDefault) IsSuccess() bool

IsSuccess returns true when this mediator delete default response has a 2xx status code

func (*MediatorDeleteDefault) String

func (o *MediatorDeleteDefault) String() string

type MediatorDeleteParams

type MediatorDeleteParams struct {

	/* Info.

	   Mediator information for the delete operation
	*/
	Info *models.Mediator

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	// UUID.
	//
	// Format: uuid
	UUIDPathParameter strfmt.UUID

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

MediatorDeleteParams contains all the parameters to send to the API endpoint

for the mediator delete operation.

Typically these are written to a http.Request.

func NewMediatorDeleteParams

func NewMediatorDeleteParams() *MediatorDeleteParams

NewMediatorDeleteParams creates a new MediatorDeleteParams 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 NewMediatorDeleteParamsWithContext

func NewMediatorDeleteParamsWithContext(ctx context.Context) *MediatorDeleteParams

NewMediatorDeleteParamsWithContext creates a new MediatorDeleteParams object with the ability to set a context for a request.

func NewMediatorDeleteParamsWithHTTPClient

func NewMediatorDeleteParamsWithHTTPClient(client *http.Client) *MediatorDeleteParams

NewMediatorDeleteParamsWithHTTPClient creates a new MediatorDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewMediatorDeleteParamsWithTimeout

func NewMediatorDeleteParamsWithTimeout(timeout time.Duration) *MediatorDeleteParams

NewMediatorDeleteParamsWithTimeout creates a new MediatorDeleteParams object with the ability to set a timeout on a request.

func (*MediatorDeleteParams) SetContext

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

SetContext adds the context to the mediator delete params

func (*MediatorDeleteParams) SetDefaults

func (o *MediatorDeleteParams) SetDefaults()

SetDefaults hydrates default values in the mediator delete params (not the query body).

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

func (*MediatorDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the mediator delete params

func (*MediatorDeleteParams) SetInfo

func (o *MediatorDeleteParams) SetInfo(info *models.Mediator)

SetInfo adds the info to the mediator delete params

func (*MediatorDeleteParams) SetReturnTimeoutQueryParameter

func (o *MediatorDeleteParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the mediator delete params

func (*MediatorDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the mediator delete params

func (*MediatorDeleteParams) SetUUIDPathParameter

func (o *MediatorDeleteParams) SetUUIDPathParameter(uuid strfmt.UUID)

SetUUIDPathParameter adds the uuid to the mediator delete params

func (*MediatorDeleteParams) WithContext

WithContext adds the context to the mediator delete params

func (*MediatorDeleteParams) WithDefaults

func (o *MediatorDeleteParams) WithDefaults() *MediatorDeleteParams

WithDefaults hydrates default values in the mediator delete params (not the query body).

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

func (*MediatorDeleteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the mediator delete params

func (*MediatorDeleteParams) WithInfo

WithInfo adds the info to the mediator delete params

func (*MediatorDeleteParams) WithReturnTimeoutQueryParameter

func (o *MediatorDeleteParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MediatorDeleteParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the mediator delete params

func (*MediatorDeleteParams) WithTimeout

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

WithTimeout adds the timeout to the mediator delete params

func (*MediatorDeleteParams) WithUUIDPathParameter

func (o *MediatorDeleteParams) WithUUIDPathParameter(uuid strfmt.UUID) *MediatorDeleteParams

WithUUIDPathParameter adds the uuid to the mediator delete params

func (*MediatorDeleteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type MediatorDeleteReader

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

MediatorDeleteReader is a Reader for the MediatorDelete structure.

func (*MediatorDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MediatorGetDefault

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

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

Error

func NewMediatorGetDefault

func NewMediatorGetDefault(code int) *MediatorGetDefault

NewMediatorGetDefault creates a MediatorGetDefault with default headers values

func (*MediatorGetDefault) Code

func (o *MediatorGetDefault) Code() int

Code gets the status code for the mediator get default response

func (*MediatorGetDefault) Error

func (o *MediatorGetDefault) Error() string

func (*MediatorGetDefault) GetPayload

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

func (*MediatorGetDefault) IsClientError

func (o *MediatorGetDefault) IsClientError() bool

IsClientError returns true when this mediator get default response has a 4xx status code

func (*MediatorGetDefault) IsCode

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

IsCode returns true when this mediator get default response a status code equal to that given

func (*MediatorGetDefault) IsRedirect

func (o *MediatorGetDefault) IsRedirect() bool

IsRedirect returns true when this mediator get default response has a 3xx status code

func (*MediatorGetDefault) IsServerError

func (o *MediatorGetDefault) IsServerError() bool

IsServerError returns true when this mediator get default response has a 5xx status code

func (*MediatorGetDefault) IsSuccess

func (o *MediatorGetDefault) IsSuccess() bool

IsSuccess returns true when this mediator get default response has a 2xx status code

func (*MediatorGetDefault) String

func (o *MediatorGetDefault) String() string

type MediatorGetOK

type MediatorGetOK struct {
	Payload *models.Mediator
}

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

OK

func NewMediatorGetOK

func NewMediatorGetOK() *MediatorGetOK

NewMediatorGetOK creates a MediatorGetOK with default headers values

func (*MediatorGetOK) Error

func (o *MediatorGetOK) Error() string

func (*MediatorGetOK) GetPayload

func (o *MediatorGetOK) GetPayload() *models.Mediator

func (*MediatorGetOK) IsClientError

func (o *MediatorGetOK) IsClientError() bool

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

func (*MediatorGetOK) IsCode

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

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

func (*MediatorGetOK) IsRedirect

func (o *MediatorGetOK) IsRedirect() bool

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

func (*MediatorGetOK) IsServerError

func (o *MediatorGetOK) IsServerError() bool

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

func (*MediatorGetOK) IsSuccess

func (o *MediatorGetOK) IsSuccess() bool

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

func (*MediatorGetOK) String

func (o *MediatorGetOK) String() string

type MediatorGetParams

type MediatorGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	// UUID.
	//
	// Format: uuid
	UUIDPathParameter strfmt.UUID

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

MediatorGetParams contains all the parameters to send to the API endpoint

for the mediator get operation.

Typically these are written to a http.Request.

func NewMediatorGetParams

func NewMediatorGetParams() *MediatorGetParams

NewMediatorGetParams creates a new MediatorGetParams 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 NewMediatorGetParamsWithContext

func NewMediatorGetParamsWithContext(ctx context.Context) *MediatorGetParams

NewMediatorGetParamsWithContext creates a new MediatorGetParams object with the ability to set a context for a request.

func NewMediatorGetParamsWithHTTPClient

func NewMediatorGetParamsWithHTTPClient(client *http.Client) *MediatorGetParams

NewMediatorGetParamsWithHTTPClient creates a new MediatorGetParams object with the ability to set a custom HTTPClient for a request.

func NewMediatorGetParamsWithTimeout

func NewMediatorGetParamsWithTimeout(timeout time.Duration) *MediatorGetParams

NewMediatorGetParamsWithTimeout creates a new MediatorGetParams object with the ability to set a timeout on a request.

func (*MediatorGetParams) SetContext

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

SetContext adds the context to the mediator get params

func (*MediatorGetParams) SetDefaults

func (o *MediatorGetParams) SetDefaults()

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

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

func (*MediatorGetParams) SetFieldsQueryParameter

func (o *MediatorGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the mediator get params

func (*MediatorGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the mediator get params

func (*MediatorGetParams) SetTimeout

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

SetTimeout adds the timeout to the mediator get params

func (*MediatorGetParams) SetUUIDPathParameter

func (o *MediatorGetParams) SetUUIDPathParameter(uuid strfmt.UUID)

SetUUIDPathParameter adds the uuid to the mediator get params

func (*MediatorGetParams) WithContext

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

WithContext adds the context to the mediator get params

func (*MediatorGetParams) WithDefaults

func (o *MediatorGetParams) WithDefaults() *MediatorGetParams

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

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

func (*MediatorGetParams) WithFieldsQueryParameter

func (o *MediatorGetParams) WithFieldsQueryParameter(fields []string) *MediatorGetParams

WithFieldsQueryParameter adds the fields to the mediator get params

func (*MediatorGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the mediator get params

func (*MediatorGetParams) WithTimeout

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

WithTimeout adds the timeout to the mediator get params

func (*MediatorGetParams) WithUUIDPathParameter

func (o *MediatorGetParams) WithUUIDPathParameter(uuid strfmt.UUID) *MediatorGetParams

WithUUIDPathParameter adds the uuid to the mediator get params

func (*MediatorGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type MediatorGetReader

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

MediatorGetReader is a Reader for the MediatorGet structure.

func (*MediatorGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MetroclusterCreateAccepted

type MetroclusterCreateAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewMetroclusterCreateAccepted

func NewMetroclusterCreateAccepted() *MetroclusterCreateAccepted

NewMetroclusterCreateAccepted creates a MetroclusterCreateAccepted with default headers values

func (*MetroclusterCreateAccepted) Error

func (*MetroclusterCreateAccepted) GetPayload

func (*MetroclusterCreateAccepted) IsClientError

func (o *MetroclusterCreateAccepted) IsClientError() bool

IsClientError returns true when this metrocluster create accepted response has a 4xx status code

func (*MetroclusterCreateAccepted) IsCode

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

IsCode returns true when this metrocluster create accepted response a status code equal to that given

func (*MetroclusterCreateAccepted) IsRedirect

func (o *MetroclusterCreateAccepted) IsRedirect() bool

IsRedirect returns true when this metrocluster create accepted response has a 3xx status code

func (*MetroclusterCreateAccepted) IsServerError

func (o *MetroclusterCreateAccepted) IsServerError() bool

IsServerError returns true when this metrocluster create accepted response has a 5xx status code

func (*MetroclusterCreateAccepted) IsSuccess

func (o *MetroclusterCreateAccepted) IsSuccess() bool

IsSuccess returns true when this metrocluster create accepted response has a 2xx status code

func (*MetroclusterCreateAccepted) String

func (o *MetroclusterCreateAccepted) String() string

type MetroclusterCreateDefault

type MetroclusterCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2432832 | Required environment variables are not set. | | 2432833 | Operation is already running. | | 2432834 | MetroCluster is already configured. | | 2432835 | Operation not supported. | | 2432836 | There are not enough disks in Pool1. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2432839 | Required parameters not set. | | 2432840 | Configuring DR Groups | | 2432841 | Generating IP addresses | | 2432843 | Running Aggregate Recommender | | 2432844 | Checking remote storage pool | | 2432845 | Mirroring aggregates | | 2432846 | Configuring MetroCluster and DR mirroring | | 2432848 | Setting up MetroCluster | | 2432849 | MetroCluster setup is complete | | 2432851 | Minimum number of required data aggregates for MetroCluster configuration are still not mirrored. Wait a few minutes, and try the operation again. For further assistance, contact technical support. |

func NewMetroclusterCreateDefault

func NewMetroclusterCreateDefault(code int) *MetroclusterCreateDefault

NewMetroclusterCreateDefault creates a MetroclusterCreateDefault with default headers values

func (*MetroclusterCreateDefault) Code

func (o *MetroclusterCreateDefault) Code() int

Code gets the status code for the metrocluster create default response

func (*MetroclusterCreateDefault) Error

func (o *MetroclusterCreateDefault) Error() string

func (*MetroclusterCreateDefault) GetPayload

func (*MetroclusterCreateDefault) IsClientError

func (o *MetroclusterCreateDefault) IsClientError() bool

IsClientError returns true when this metrocluster create default response has a 4xx status code

func (*MetroclusterCreateDefault) IsCode

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

IsCode returns true when this metrocluster create default response a status code equal to that given

func (*MetroclusterCreateDefault) IsRedirect

func (o *MetroclusterCreateDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster create default response has a 3xx status code

func (*MetroclusterCreateDefault) IsServerError

func (o *MetroclusterCreateDefault) IsServerError() bool

IsServerError returns true when this metrocluster create default response has a 5xx status code

func (*MetroclusterCreateDefault) IsSuccess

func (o *MetroclusterCreateDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster create default response has a 2xx status code

func (*MetroclusterCreateDefault) String

func (o *MetroclusterCreateDefault) String() string

type MetroclusterCreateParams

type MetroclusterCreateParams struct {

	/* Info.

	   MetroCluster information
	*/
	Info *models.Metrocluster

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

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

MetroclusterCreateParams contains all the parameters to send to the API endpoint

for the metrocluster create operation.

Typically these are written to a http.Request.

func NewMetroclusterCreateParams

func NewMetroclusterCreateParams() *MetroclusterCreateParams

NewMetroclusterCreateParams creates a new MetroclusterCreateParams 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 NewMetroclusterCreateParamsWithContext

func NewMetroclusterCreateParamsWithContext(ctx context.Context) *MetroclusterCreateParams

NewMetroclusterCreateParamsWithContext creates a new MetroclusterCreateParams object with the ability to set a context for a request.

func NewMetroclusterCreateParamsWithHTTPClient

func NewMetroclusterCreateParamsWithHTTPClient(client *http.Client) *MetroclusterCreateParams

NewMetroclusterCreateParamsWithHTTPClient creates a new MetroclusterCreateParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterCreateParamsWithTimeout

func NewMetroclusterCreateParamsWithTimeout(timeout time.Duration) *MetroclusterCreateParams

NewMetroclusterCreateParamsWithTimeout creates a new MetroclusterCreateParams object with the ability to set a timeout on a request.

func (*MetroclusterCreateParams) SetContext

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

SetContext adds the context to the metrocluster create params

func (*MetroclusterCreateParams) SetDefaults

func (o *MetroclusterCreateParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster create params (not the query body).

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

func (*MetroclusterCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the metrocluster create params

func (*MetroclusterCreateParams) SetInfo

func (o *MetroclusterCreateParams) SetInfo(info *models.Metrocluster)

SetInfo adds the info to the metrocluster create params

func (*MetroclusterCreateParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterCreateParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster create params

func (*MetroclusterCreateParams) SetTimeout

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

SetTimeout adds the timeout to the metrocluster create params

func (*MetroclusterCreateParams) WithContext

WithContext adds the context to the metrocluster create params

func (*MetroclusterCreateParams) WithDefaults

WithDefaults hydrates default values in the metrocluster create params (not the query body).

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

func (*MetroclusterCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the metrocluster create params

func (*MetroclusterCreateParams) WithInfo

WithInfo adds the info to the metrocluster create params

func (*MetroclusterCreateParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterCreateParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterCreateParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster create params

func (*MetroclusterCreateParams) WithTimeout

WithTimeout adds the timeout to the metrocluster create params

func (*MetroclusterCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterCreateReader

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

MetroclusterCreateReader is a Reader for the MetroclusterCreate structure.

func (*MetroclusterCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MetroclusterDiagnosticsCreateAccepted

type MetroclusterDiagnosticsCreateAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewMetroclusterDiagnosticsCreateAccepted

func NewMetroclusterDiagnosticsCreateAccepted() *MetroclusterDiagnosticsCreateAccepted

NewMetroclusterDiagnosticsCreateAccepted creates a MetroclusterDiagnosticsCreateAccepted with default headers values

func (*MetroclusterDiagnosticsCreateAccepted) Error

func (*MetroclusterDiagnosticsCreateAccepted) GetPayload

func (*MetroclusterDiagnosticsCreateAccepted) IsClientError

func (o *MetroclusterDiagnosticsCreateAccepted) IsClientError() bool

IsClientError returns true when this metrocluster diagnostics create accepted response has a 4xx status code

func (*MetroclusterDiagnosticsCreateAccepted) IsCode

IsCode returns true when this metrocluster diagnostics create accepted response a status code equal to that given

func (*MetroclusterDiagnosticsCreateAccepted) IsRedirect

IsRedirect returns true when this metrocluster diagnostics create accepted response has a 3xx status code

func (*MetroclusterDiagnosticsCreateAccepted) IsServerError

func (o *MetroclusterDiagnosticsCreateAccepted) IsServerError() bool

IsServerError returns true when this metrocluster diagnostics create accepted response has a 5xx status code

func (*MetroclusterDiagnosticsCreateAccepted) IsSuccess

IsSuccess returns true when this metrocluster diagnostics create accepted response has a 2xx status code

func (*MetroclusterDiagnosticsCreateAccepted) String

type MetroclusterDiagnosticsCreateDefault

type MetroclusterDiagnosticsCreateDefault struct {
	// contains filtered or unexported fields
}
MetroclusterDiagnosticsCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2427132 | MetroCluster is not configured on this cluster. | | 2432833 | Operation is already running. | | 2432852 | MetroCluster diagnostics start | | 2432853 | MetroCluster diagnostics job scheduled | | 2432854 | MetroCluster diagnostics complete | | 2432855 | MetroCluster diagnostics operation failed. Use the REST API GET method on "/api/cluster/metrocluster/operations?type=check&fields=*" for more information. |

func NewMetroclusterDiagnosticsCreateDefault

func NewMetroclusterDiagnosticsCreateDefault(code int) *MetroclusterDiagnosticsCreateDefault

NewMetroclusterDiagnosticsCreateDefault creates a MetroclusterDiagnosticsCreateDefault with default headers values

func (*MetroclusterDiagnosticsCreateDefault) Code

Code gets the status code for the metrocluster diagnostics create default response

func (*MetroclusterDiagnosticsCreateDefault) Error

func (*MetroclusterDiagnosticsCreateDefault) IsClientError

func (o *MetroclusterDiagnosticsCreateDefault) IsClientError() bool

IsClientError returns true when this metrocluster diagnostics create default response has a 4xx status code

func (*MetroclusterDiagnosticsCreateDefault) IsCode

IsCode returns true when this metrocluster diagnostics create default response a status code equal to that given

func (*MetroclusterDiagnosticsCreateDefault) IsRedirect

IsRedirect returns true when this metrocluster diagnostics create default response has a 3xx status code

func (*MetroclusterDiagnosticsCreateDefault) IsServerError

func (o *MetroclusterDiagnosticsCreateDefault) IsServerError() bool

IsServerError returns true when this metrocluster diagnostics create default response has a 5xx status code

func (*MetroclusterDiagnosticsCreateDefault) IsSuccess

IsSuccess returns true when this metrocluster diagnostics create default response has a 2xx status code

func (*MetroclusterDiagnosticsCreateDefault) String

type MetroclusterDiagnosticsCreateParams

type MetroclusterDiagnosticsCreateParams struct {

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	/* Schedule.

	   Shows the minutes of every hour when a job runs. Setting this parameter schedules the periodic job to be run to perform MetroCluster diagnostic.
	*/
	ScheduleQueryParameter *int64

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

MetroclusterDiagnosticsCreateParams contains all the parameters to send to the API endpoint

for the metrocluster diagnostics create operation.

Typically these are written to a http.Request.

func NewMetroclusterDiagnosticsCreateParams

func NewMetroclusterDiagnosticsCreateParams() *MetroclusterDiagnosticsCreateParams

NewMetroclusterDiagnosticsCreateParams creates a new MetroclusterDiagnosticsCreateParams 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 NewMetroclusterDiagnosticsCreateParamsWithContext

func NewMetroclusterDiagnosticsCreateParamsWithContext(ctx context.Context) *MetroclusterDiagnosticsCreateParams

NewMetroclusterDiagnosticsCreateParamsWithContext creates a new MetroclusterDiagnosticsCreateParams object with the ability to set a context for a request.

func NewMetroclusterDiagnosticsCreateParamsWithHTTPClient

func NewMetroclusterDiagnosticsCreateParamsWithHTTPClient(client *http.Client) *MetroclusterDiagnosticsCreateParams

NewMetroclusterDiagnosticsCreateParamsWithHTTPClient creates a new MetroclusterDiagnosticsCreateParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterDiagnosticsCreateParamsWithTimeout

func NewMetroclusterDiagnosticsCreateParamsWithTimeout(timeout time.Duration) *MetroclusterDiagnosticsCreateParams

NewMetroclusterDiagnosticsCreateParamsWithTimeout creates a new MetroclusterDiagnosticsCreateParams object with the ability to set a timeout on a request.

func (*MetroclusterDiagnosticsCreateParams) SetContext

SetContext adds the context to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) SetDefaults

func (o *MetroclusterDiagnosticsCreateParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster diagnostics create params (not the query body).

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

func (*MetroclusterDiagnosticsCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterDiagnosticsCreateParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) SetScheduleQueryParameter

func (o *MetroclusterDiagnosticsCreateParams) SetScheduleQueryParameter(schedule *int64)

SetScheduleQueryParameter adds the schedule to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) SetTimeout

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

SetTimeout adds the timeout to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) WithContext

WithContext adds the context to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) WithDefaults

WithDefaults hydrates default values in the metrocluster diagnostics create params (not the query body).

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

func (*MetroclusterDiagnosticsCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterDiagnosticsCreateParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterDiagnosticsCreateParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) WithScheduleQueryParameter

func (o *MetroclusterDiagnosticsCreateParams) WithScheduleQueryParameter(schedule *int64) *MetroclusterDiagnosticsCreateParams

WithScheduleQueryParameter adds the schedule to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) WithTimeout

WithTimeout adds the timeout to the metrocluster diagnostics create params

func (*MetroclusterDiagnosticsCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterDiagnosticsCreateReader

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

MetroclusterDiagnosticsCreateReader is a Reader for the MetroclusterDiagnosticsCreate structure.

func (*MetroclusterDiagnosticsCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MetroclusterDiagnosticsGetDefault

type MetroclusterDiagnosticsGetDefault struct {
	// contains filtered or unexported fields
}
MetroclusterDiagnosticsGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2427132 | MetroCluster is not configured on this cluster. | | 2432856 | MetroCluster diagnostics result is not available. Use the REST API GET method on "/api/cluster/metrocluster/operations?type=check&fields=*" for more information. |

func NewMetroclusterDiagnosticsGetDefault

func NewMetroclusterDiagnosticsGetDefault(code int) *MetroclusterDiagnosticsGetDefault

NewMetroclusterDiagnosticsGetDefault creates a MetroclusterDiagnosticsGetDefault with default headers values

func (*MetroclusterDiagnosticsGetDefault) Code

Code gets the status code for the metrocluster diagnostics get default response

func (*MetroclusterDiagnosticsGetDefault) Error

func (*MetroclusterDiagnosticsGetDefault) IsClientError

func (o *MetroclusterDiagnosticsGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster diagnostics get default response has a 4xx status code

func (*MetroclusterDiagnosticsGetDefault) IsCode

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

IsCode returns true when this metrocluster diagnostics get default response a status code equal to that given

func (*MetroclusterDiagnosticsGetDefault) IsRedirect

func (o *MetroclusterDiagnosticsGetDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster diagnostics get default response has a 3xx status code

func (*MetroclusterDiagnosticsGetDefault) IsServerError

func (o *MetroclusterDiagnosticsGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster diagnostics get default response has a 5xx status code

func (*MetroclusterDiagnosticsGetDefault) IsSuccess

func (o *MetroclusterDiagnosticsGetDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster diagnostics get default response has a 2xx status code

func (*MetroclusterDiagnosticsGetDefault) String

type MetroclusterDiagnosticsGetOK

type MetroclusterDiagnosticsGetOK struct {
	Payload *models.MetroclusterDiagnostics
}

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

OK

func NewMetroclusterDiagnosticsGetOK

func NewMetroclusterDiagnosticsGetOK() *MetroclusterDiagnosticsGetOK

NewMetroclusterDiagnosticsGetOK creates a MetroclusterDiagnosticsGetOK with default headers values

func (*MetroclusterDiagnosticsGetOK) Error

func (*MetroclusterDiagnosticsGetOK) GetPayload

func (*MetroclusterDiagnosticsGetOK) IsClientError

func (o *MetroclusterDiagnosticsGetOK) IsClientError() bool

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

func (*MetroclusterDiagnosticsGetOK) IsCode

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

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

func (*MetroclusterDiagnosticsGetOK) IsRedirect

func (o *MetroclusterDiagnosticsGetOK) IsRedirect() bool

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

func (*MetroclusterDiagnosticsGetOK) IsServerError

func (o *MetroclusterDiagnosticsGetOK) IsServerError() bool

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

func (*MetroclusterDiagnosticsGetOK) IsSuccess

func (o *MetroclusterDiagnosticsGetOK) IsSuccess() bool

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

func (*MetroclusterDiagnosticsGetOK) String

type MetroclusterDiagnosticsGetParams

type MetroclusterDiagnosticsGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

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

MetroclusterDiagnosticsGetParams contains all the parameters to send to the API endpoint

for the metrocluster diagnostics get operation.

Typically these are written to a http.Request.

func NewMetroclusterDiagnosticsGetParams

func NewMetroclusterDiagnosticsGetParams() *MetroclusterDiagnosticsGetParams

NewMetroclusterDiagnosticsGetParams creates a new MetroclusterDiagnosticsGetParams 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 NewMetroclusterDiagnosticsGetParamsWithContext

func NewMetroclusterDiagnosticsGetParamsWithContext(ctx context.Context) *MetroclusterDiagnosticsGetParams

NewMetroclusterDiagnosticsGetParamsWithContext creates a new MetroclusterDiagnosticsGetParams object with the ability to set a context for a request.

func NewMetroclusterDiagnosticsGetParamsWithHTTPClient

func NewMetroclusterDiagnosticsGetParamsWithHTTPClient(client *http.Client) *MetroclusterDiagnosticsGetParams

NewMetroclusterDiagnosticsGetParamsWithHTTPClient creates a new MetroclusterDiagnosticsGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterDiagnosticsGetParamsWithTimeout

func NewMetroclusterDiagnosticsGetParamsWithTimeout(timeout time.Duration) *MetroclusterDiagnosticsGetParams

NewMetroclusterDiagnosticsGetParamsWithTimeout creates a new MetroclusterDiagnosticsGetParams object with the ability to set a timeout on a request.

func (*MetroclusterDiagnosticsGetParams) SetContext

SetContext adds the context to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) SetDefaults

func (o *MetroclusterDiagnosticsGetParams) SetDefaults()

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

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

func (*MetroclusterDiagnosticsGetParams) SetFieldsQueryParameter

func (o *MetroclusterDiagnosticsGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) SetMaxRecordsQueryParameter

func (o *MetroclusterDiagnosticsGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) SetTimeout

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

SetTimeout adds the timeout to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) WithContext

WithContext adds the context to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) WithDefaults

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

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

func (*MetroclusterDiagnosticsGetParams) WithFieldsQueryParameter

func (o *MetroclusterDiagnosticsGetParams) WithFieldsQueryParameter(fields []string) *MetroclusterDiagnosticsGetParams

WithFieldsQueryParameter adds the fields to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) WithMaxRecordsQueryParameter

func (o *MetroclusterDiagnosticsGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *MetroclusterDiagnosticsGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster diagnostics get params

func (*MetroclusterDiagnosticsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterDiagnosticsGetReader

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

MetroclusterDiagnosticsGetReader is a Reader for the MetroclusterDiagnosticsGet structure.

func (*MetroclusterDiagnosticsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MetroclusterDrGroupCollectionGetDefault

type MetroclusterDrGroupCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterDrGroupCollectionGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2427132 | MetroCluster is not configured on this cluster. |

func NewMetroclusterDrGroupCollectionGetDefault

func NewMetroclusterDrGroupCollectionGetDefault(code int) *MetroclusterDrGroupCollectionGetDefault

NewMetroclusterDrGroupCollectionGetDefault creates a MetroclusterDrGroupCollectionGetDefault with default headers values

func (*MetroclusterDrGroupCollectionGetDefault) Code

Code gets the status code for the metrocluster dr group collection get default response

func (*MetroclusterDrGroupCollectionGetDefault) Error

func (*MetroclusterDrGroupCollectionGetDefault) GetPayload

func (*MetroclusterDrGroupCollectionGetDefault) IsClientError

func (o *MetroclusterDrGroupCollectionGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster dr group collection get default response has a 4xx status code

func (*MetroclusterDrGroupCollectionGetDefault) IsCode

IsCode returns true when this metrocluster dr group collection get default response a status code equal to that given

func (*MetroclusterDrGroupCollectionGetDefault) IsRedirect

IsRedirect returns true when this metrocluster dr group collection get default response has a 3xx status code

func (*MetroclusterDrGroupCollectionGetDefault) IsServerError

func (o *MetroclusterDrGroupCollectionGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster dr group collection get default response has a 5xx status code

func (*MetroclusterDrGroupCollectionGetDefault) IsSuccess

IsSuccess returns true when this metrocluster dr group collection get default response has a 2xx status code

func (*MetroclusterDrGroupCollectionGetDefault) String

type MetroclusterDrGroupCollectionGetOK

type MetroclusterDrGroupCollectionGetOK struct {
	Payload *models.MetroclusterDrGroupResponse
}

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

OK

func NewMetroclusterDrGroupCollectionGetOK

func NewMetroclusterDrGroupCollectionGetOK() *MetroclusterDrGroupCollectionGetOK

NewMetroclusterDrGroupCollectionGetOK creates a MetroclusterDrGroupCollectionGetOK with default headers values

func (*MetroclusterDrGroupCollectionGetOK) Error

func (*MetroclusterDrGroupCollectionGetOK) GetPayload

func (*MetroclusterDrGroupCollectionGetOK) IsClientError

func (o *MetroclusterDrGroupCollectionGetOK) IsClientError() bool

IsClientError returns true when this metrocluster dr group collection get o k response has a 4xx status code

func (*MetroclusterDrGroupCollectionGetOK) IsCode

IsCode returns true when this metrocluster dr group collection get o k response a status code equal to that given

func (*MetroclusterDrGroupCollectionGetOK) IsRedirect

func (o *MetroclusterDrGroupCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this metrocluster dr group collection get o k response has a 3xx status code

func (*MetroclusterDrGroupCollectionGetOK) IsServerError

func (o *MetroclusterDrGroupCollectionGetOK) IsServerError() bool

IsServerError returns true when this metrocluster dr group collection get o k response has a 5xx status code

func (*MetroclusterDrGroupCollectionGetOK) IsSuccess

IsSuccess returns true when this metrocluster dr group collection get o k response has a 2xx status code

func (*MetroclusterDrGroupCollectionGetOK) String

type MetroclusterDrGroupCollectionGetParams

type MetroclusterDrGroupCollectionGetParams struct {

	/* DrPairsNodeName.

	   Filter by dr_pairs.node.name
	*/
	DrPairsNodeNameQueryParameter *string

	/* DrPairsNodeUUID.

	   Filter by dr_pairs.node.uuid
	*/
	DrPairsNodeUUIDQueryParameter *string

	/* DrPairsPartnerName.

	   Filter by dr_pairs.partner.name
	*/
	DrPairsPartnerNameQueryParameter *string

	/* DrPairsPartnerUUID.

	   Filter by dr_pairs.partner.uuid
	*/
	DrPairsPartnerUUIDQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* ID.

	   Filter by id
	*/
	IDQueryParameter *int64

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* PartnerClusterName.

	   Filter by partner_cluster.name
	*/
	PartnerClusterNameQueryParameter *string

	/* PartnerClusterUUID.

	   Filter by partner_cluster.uuid
	*/
	PartnerClusterUUIDQueryParameter *string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

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

MetroclusterDrGroupCollectionGetParams contains all the parameters to send to the API endpoint

for the metrocluster dr group collection get operation.

Typically these are written to a http.Request.

func NewMetroclusterDrGroupCollectionGetParams

func NewMetroclusterDrGroupCollectionGetParams() *MetroclusterDrGroupCollectionGetParams

NewMetroclusterDrGroupCollectionGetParams creates a new MetroclusterDrGroupCollectionGetParams 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 NewMetroclusterDrGroupCollectionGetParamsWithContext

func NewMetroclusterDrGroupCollectionGetParamsWithContext(ctx context.Context) *MetroclusterDrGroupCollectionGetParams

NewMetroclusterDrGroupCollectionGetParamsWithContext creates a new MetroclusterDrGroupCollectionGetParams object with the ability to set a context for a request.

func NewMetroclusterDrGroupCollectionGetParamsWithHTTPClient

func NewMetroclusterDrGroupCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterDrGroupCollectionGetParams

NewMetroclusterDrGroupCollectionGetParamsWithHTTPClient creates a new MetroclusterDrGroupCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterDrGroupCollectionGetParamsWithTimeout

func NewMetroclusterDrGroupCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterDrGroupCollectionGetParams

NewMetroclusterDrGroupCollectionGetParamsWithTimeout creates a new MetroclusterDrGroupCollectionGetParams object with the ability to set a timeout on a request.

func (*MetroclusterDrGroupCollectionGetParams) SetContext

SetContext adds the context to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetDefaults

func (o *MetroclusterDrGroupCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster dr group collection get params (not the query body).

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

func (*MetroclusterDrGroupCollectionGetParams) SetDrPairsNodeNameQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetDrPairsNodeNameQueryParameter(drPairsNodeName *string)

SetDrPairsNodeNameQueryParameter adds the drPairsNodeName to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetDrPairsNodeUUIDQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetDrPairsNodeUUIDQueryParameter(drPairsNodeUUID *string)

SetDrPairsNodeUUIDQueryParameter adds the drPairsNodeUuid to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetDrPairsPartnerNameQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetDrPairsPartnerNameQueryParameter(drPairsPartnerName *string)

SetDrPairsPartnerNameQueryParameter adds the drPairsPartnerName to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetDrPairsPartnerUUIDQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetDrPairsPartnerUUIDQueryParameter(drPairsPartnerUUID *string)

SetDrPairsPartnerUUIDQueryParameter adds the drPairsPartnerUuid to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetFieldsQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetIDQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetIDQueryParameter(id *int64)

SetIDQueryParameter adds the id to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetMaxRecordsQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetOrderByQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetPartnerClusterNameQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetPartnerClusterNameQueryParameter(partnerClusterName *string)

SetPartnerClusterNameQueryParameter adds the partnerClusterName to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetPartnerClusterUUIDQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetPartnerClusterUUIDQueryParameter(partnerClusterUUID *string)

SetPartnerClusterUUIDQueryParameter adds the partnerClusterUuid to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetReturnRecordsQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) SetTimeout

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

SetTimeout adds the timeout to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithContext

WithContext adds the context to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster dr group collection get params (not the query body).

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

func (*MetroclusterDrGroupCollectionGetParams) WithDrPairsNodeNameQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithDrPairsNodeNameQueryParameter(drPairsNodeName *string) *MetroclusterDrGroupCollectionGetParams

WithDrPairsNodeNameQueryParameter adds the drPairsNodeName to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithDrPairsNodeUUIDQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithDrPairsNodeUUIDQueryParameter(drPairsNodeUUID *string) *MetroclusterDrGroupCollectionGetParams

WithDrPairsNodeUUIDQueryParameter adds the drPairsNodeUUID to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithDrPairsPartnerNameQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithDrPairsPartnerNameQueryParameter(drPairsPartnerName *string) *MetroclusterDrGroupCollectionGetParams

WithDrPairsPartnerNameQueryParameter adds the drPairsPartnerName to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithDrPairsPartnerUUIDQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithDrPairsPartnerUUIDQueryParameter(drPairsPartnerUUID *string) *MetroclusterDrGroupCollectionGetParams

WithDrPairsPartnerUUIDQueryParameter adds the drPairsPartnerUUID to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithFieldsQueryParameter

WithFieldsQueryParameter adds the fields to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithIDQueryParameter

WithIDQueryParameter adds the id to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithMaxRecordsQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *MetroclusterDrGroupCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithOrderByQueryParameter

WithOrderByQueryParameter adds the orderBy to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithPartnerClusterNameQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithPartnerClusterNameQueryParameter(partnerClusterName *string) *MetroclusterDrGroupCollectionGetParams

WithPartnerClusterNameQueryParameter adds the partnerClusterName to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithPartnerClusterUUIDQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithPartnerClusterUUIDQueryParameter(partnerClusterUUID *string) *MetroclusterDrGroupCollectionGetParams

WithPartnerClusterUUIDQueryParameter adds the partnerClusterUUID to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithReturnRecordsQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *MetroclusterDrGroupCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterDrGroupCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterDrGroupCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster dr group collection get params

func (*MetroclusterDrGroupCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterDrGroupCollectionGetReader

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

MetroclusterDrGroupCollectionGetReader is a Reader for the MetroclusterDrGroupCollectionGet structure.

func (*MetroclusterDrGroupCollectionGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MetroclusterDrGroupCreateAccepted

type MetroclusterDrGroupCreateAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewMetroclusterDrGroupCreateAccepted

func NewMetroclusterDrGroupCreateAccepted() *MetroclusterDrGroupCreateAccepted

NewMetroclusterDrGroupCreateAccepted creates a MetroclusterDrGroupCreateAccepted with default headers values

func (*MetroclusterDrGroupCreateAccepted) Error

func (*MetroclusterDrGroupCreateAccepted) GetPayload

func (*MetroclusterDrGroupCreateAccepted) IsClientError

func (o *MetroclusterDrGroupCreateAccepted) IsClientError() bool

IsClientError returns true when this metrocluster dr group create accepted response has a 4xx status code

func (*MetroclusterDrGroupCreateAccepted) IsCode

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

IsCode returns true when this metrocluster dr group create accepted response a status code equal to that given

func (*MetroclusterDrGroupCreateAccepted) IsRedirect

func (o *MetroclusterDrGroupCreateAccepted) IsRedirect() bool

IsRedirect returns true when this metrocluster dr group create accepted response has a 3xx status code

func (*MetroclusterDrGroupCreateAccepted) IsServerError

func (o *MetroclusterDrGroupCreateAccepted) IsServerError() bool

IsServerError returns true when this metrocluster dr group create accepted response has a 5xx status code

func (*MetroclusterDrGroupCreateAccepted) IsSuccess

func (o *MetroclusterDrGroupCreateAccepted) IsSuccess() bool

IsSuccess returns true when this metrocluster dr group create accepted response has a 2xx status code

func (*MetroclusterDrGroupCreateAccepted) String

type MetroclusterDrGroupCreateDefault

type MetroclusterDrGroupCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterDrGroupCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2432833 | Operation is already running. | | 2432836 | There are not enough disks in Pool1. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2432840 | Configuring DR Groups | | 2432841 | Generating IP addresses | | 2432844 | Checking remote storage pool | | 2432845 | Mirroring aggregates | | 2432846 | Configuring MetroCluster and DR mirroring | | 2432857 | Adding new MetroCluster DR Group | | 2432858 | MetroCluster DR Group setup done |

func NewMetroclusterDrGroupCreateDefault

func NewMetroclusterDrGroupCreateDefault(code int) *MetroclusterDrGroupCreateDefault

NewMetroclusterDrGroupCreateDefault creates a MetroclusterDrGroupCreateDefault with default headers values

func (*MetroclusterDrGroupCreateDefault) Code

Code gets the status code for the metrocluster dr group create default response

func (*MetroclusterDrGroupCreateDefault) Error

func (*MetroclusterDrGroupCreateDefault) GetPayload

func (*MetroclusterDrGroupCreateDefault) IsClientError

func (o *MetroclusterDrGroupCreateDefault) IsClientError() bool

IsClientError returns true when this metrocluster dr group create default response has a 4xx status code

func (*MetroclusterDrGroupCreateDefault) IsCode

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

IsCode returns true when this metrocluster dr group create default response a status code equal to that given

func (*MetroclusterDrGroupCreateDefault) IsRedirect

func (o *MetroclusterDrGroupCreateDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster dr group create default response has a 3xx status code

func (*MetroclusterDrGroupCreateDefault) IsServerError

func (o *MetroclusterDrGroupCreateDefault) IsServerError() bool

IsServerError returns true when this metrocluster dr group create default response has a 5xx status code

func (*MetroclusterDrGroupCreateDefault) IsSuccess

func (o *MetroclusterDrGroupCreateDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster dr group create default response has a 2xx status code

func (*MetroclusterDrGroupCreateDefault) String

type MetroclusterDrGroupCreateParams

type MetroclusterDrGroupCreateParams struct {

	/* Info.

	   MetroCluster DR Group information
	*/
	Info *models.MetroclusterDrGroup

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

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

MetroclusterDrGroupCreateParams contains all the parameters to send to the API endpoint

for the metrocluster dr group create operation.

Typically these are written to a http.Request.

func NewMetroclusterDrGroupCreateParams

func NewMetroclusterDrGroupCreateParams() *MetroclusterDrGroupCreateParams

NewMetroclusterDrGroupCreateParams creates a new MetroclusterDrGroupCreateParams 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 NewMetroclusterDrGroupCreateParamsWithContext

func NewMetroclusterDrGroupCreateParamsWithContext(ctx context.Context) *MetroclusterDrGroupCreateParams

NewMetroclusterDrGroupCreateParamsWithContext creates a new MetroclusterDrGroupCreateParams object with the ability to set a context for a request.

func NewMetroclusterDrGroupCreateParamsWithHTTPClient

func NewMetroclusterDrGroupCreateParamsWithHTTPClient(client *http.Client) *MetroclusterDrGroupCreateParams

NewMetroclusterDrGroupCreateParamsWithHTTPClient creates a new MetroclusterDrGroupCreateParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterDrGroupCreateParamsWithTimeout

func NewMetroclusterDrGroupCreateParamsWithTimeout(timeout time.Duration) *MetroclusterDrGroupCreateParams

NewMetroclusterDrGroupCreateParamsWithTimeout creates a new MetroclusterDrGroupCreateParams object with the ability to set a timeout on a request.

func (*MetroclusterDrGroupCreateParams) SetContext

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

SetContext adds the context to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) SetDefaults

func (o *MetroclusterDrGroupCreateParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster dr group create params (not the query body).

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

func (*MetroclusterDrGroupCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) SetInfo

SetInfo adds the info to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) SetReturnRecordsQueryParameter

func (o *MetroclusterDrGroupCreateParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterDrGroupCreateParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) SetTimeout

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

SetTimeout adds the timeout to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) WithContext

WithContext adds the context to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) WithDefaults

WithDefaults hydrates default values in the metrocluster dr group create params (not the query body).

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

func (*MetroclusterDrGroupCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) WithInfo

WithInfo adds the info to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) WithReturnRecordsQueryParameter

func (o *MetroclusterDrGroupCreateParams) WithReturnRecordsQueryParameter(returnRecords *bool) *MetroclusterDrGroupCreateParams

WithReturnRecordsQueryParameter adds the returnRecords to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterDrGroupCreateParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterDrGroupCreateParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) WithTimeout

WithTimeout adds the timeout to the metrocluster dr group create params

func (*MetroclusterDrGroupCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterDrGroupCreateReader

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

MetroclusterDrGroupCreateReader is a Reader for the MetroclusterDrGroupCreate structure.

func (*MetroclusterDrGroupCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MetroclusterDrGroupDeleteAccepted

type MetroclusterDrGroupDeleteAccepted struct {
	Payload *models.JobLinkResponse
}

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

Accepted

func NewMetroclusterDrGroupDeleteAccepted

func NewMetroclusterDrGroupDeleteAccepted() *MetroclusterDrGroupDeleteAccepted

NewMetroclusterDrGroupDeleteAccepted creates a MetroclusterDrGroupDeleteAccepted with default headers values

func (*MetroclusterDrGroupDeleteAccepted) Error

func (*MetroclusterDrGroupDeleteAccepted) GetPayload

func (*MetroclusterDrGroupDeleteAccepted) IsClientError

func (o *MetroclusterDrGroupDeleteAccepted) IsClientError() bool

IsClientError returns true when this metrocluster dr group delete accepted response has a 4xx status code

func (*MetroclusterDrGroupDeleteAccepted) IsCode

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

IsCode returns true when this metrocluster dr group delete accepted response a status code equal to that given

func (*MetroclusterDrGroupDeleteAccepted) IsRedirect

func (o *MetroclusterDrGroupDeleteAccepted) IsRedirect() bool

IsRedirect returns true when this metrocluster dr group delete accepted response has a 3xx status code

func (*MetroclusterDrGroupDeleteAccepted) IsServerError

func (o *MetroclusterDrGroupDeleteAccepted) IsServerError() bool

IsServerError returns true when this metrocluster dr group delete accepted response has a 5xx status code

func (*MetroclusterDrGroupDeleteAccepted) IsSuccess

func (o *MetroclusterDrGroupDeleteAccepted) IsSuccess() bool

IsSuccess returns true when this metrocluster dr group delete accepted response has a 2xx status code

func (*MetroclusterDrGroupDeleteAccepted) String

type MetroclusterDrGroupDeleteDefault

type MetroclusterDrGroupDeleteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterDrGroupDeleteDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2432833 | Operation is already running. | | 2432859 | Unconfigurint MetroCluster DR Group | | 2432860 | Unmirroring Aggregates | | 2432861 | Unassigning Remote Disks | | 2432862 | Disabling Cluster HA and Storage Failover HA | | 2432863 | Disconnecting and deleting network connections | | 2432864 | Unconfiguring and deleting the DR Group | | 2432865 | Deleting MetroCluster DR Group | | 2432866 | MetroCluster DR Group delete done |

func NewMetroclusterDrGroupDeleteDefault

func NewMetroclusterDrGroupDeleteDefault(code int) *MetroclusterDrGroupDeleteDefault

NewMetroclusterDrGroupDeleteDefault creates a MetroclusterDrGroupDeleteDefault with default headers values

func (*MetroclusterDrGroupDeleteDefault) Code

Code gets the status code for the metrocluster dr group delete default response

func (*MetroclusterDrGroupDeleteDefault) Error

func (*MetroclusterDrGroupDeleteDefault) GetPayload

func (*MetroclusterDrGroupDeleteDefault) IsClientError

func (o *MetroclusterDrGroupDeleteDefault) IsClientError() bool

IsClientError returns true when this metrocluster dr group delete default response has a 4xx status code

func (*MetroclusterDrGroupDeleteDefault) IsCode

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

IsCode returns true when this metrocluster dr group delete default response a status code equal to that given

func (*MetroclusterDrGroupDeleteDefault) IsRedirect

func (o *MetroclusterDrGroupDeleteDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster dr group delete default response has a 3xx status code

func (*MetroclusterDrGroupDeleteDefault) IsServerError

func (o *MetroclusterDrGroupDeleteDefault) IsServerError() bool

IsServerError returns true when this metrocluster dr group delete default response has a 5xx status code

func (*MetroclusterDrGroupDeleteDefault) IsSuccess

func (o *MetroclusterDrGroupDeleteDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster dr group delete default response has a 2xx status code

func (*MetroclusterDrGroupDeleteDefault) String

type MetroclusterDrGroupDeleteParams

type MetroclusterDrGroupDeleteParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	// ID.
	IDPathParameter string

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

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

MetroclusterDrGroupDeleteParams contains all the parameters to send to the API endpoint

for the metrocluster dr group delete operation.

Typically these are written to a http.Request.

func NewMetroclusterDrGroupDeleteParams

func NewMetroclusterDrGroupDeleteParams() *MetroclusterDrGroupDeleteParams

NewMetroclusterDrGroupDeleteParams creates a new MetroclusterDrGroupDeleteParams 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 NewMetroclusterDrGroupDeleteParamsWithContext

func NewMetroclusterDrGroupDeleteParamsWithContext(ctx context.Context) *MetroclusterDrGroupDeleteParams

NewMetroclusterDrGroupDeleteParamsWithContext creates a new MetroclusterDrGroupDeleteParams object with the ability to set a context for a request.

func NewMetroclusterDrGroupDeleteParamsWithHTTPClient

func NewMetroclusterDrGroupDeleteParamsWithHTTPClient(client *http.Client) *MetroclusterDrGroupDeleteParams

NewMetroclusterDrGroupDeleteParamsWithHTTPClient creates a new MetroclusterDrGroupDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterDrGroupDeleteParamsWithTimeout

func NewMetroclusterDrGroupDeleteParamsWithTimeout(timeout time.Duration) *MetroclusterDrGroupDeleteParams

NewMetroclusterDrGroupDeleteParamsWithTimeout creates a new MetroclusterDrGroupDeleteParams object with the ability to set a timeout on a request.

func (*MetroclusterDrGroupDeleteParams) SetContext

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

SetContext adds the context to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) SetDefaults

func (o *MetroclusterDrGroupDeleteParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster dr group delete params (not the query body).

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

func (*MetroclusterDrGroupDeleteParams) SetFieldsQueryParameter

func (o *MetroclusterDrGroupDeleteParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) SetIDPathParameter

func (o *MetroclusterDrGroupDeleteParams) SetIDPathParameter(id string)

SetIDPathParameter adds the id to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterDrGroupDeleteParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) WithContext

WithContext adds the context to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) WithDefaults

WithDefaults hydrates default values in the metrocluster dr group delete params (not the query body).

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

func (*MetroclusterDrGroupDeleteParams) WithFieldsQueryParameter

func (o *MetroclusterDrGroupDeleteParams) WithFieldsQueryParameter(fields []string) *MetroclusterDrGroupDeleteParams

WithFieldsQueryParameter adds the fields to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) WithIDPathParameter

WithIDPathParameter adds the id to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterDrGroupDeleteParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterDrGroupDeleteParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) WithTimeout

WithTimeout adds the timeout to the metrocluster dr group delete params

func (*MetroclusterDrGroupDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterDrGroupDeleteReader

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

MetroclusterDrGroupDeleteReader is a Reader for the MetroclusterDrGroupDelete structure.

func (*MetroclusterDrGroupDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MetroclusterDrGroupGetDefault

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

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

Error

func NewMetroclusterDrGroupGetDefault

func NewMetroclusterDrGroupGetDefault(code int) *MetroclusterDrGroupGetDefault

NewMetroclusterDrGroupGetDefault creates a MetroclusterDrGroupGetDefault with default headers values

func (*MetroclusterDrGroupGetDefault) Code

Code gets the status code for the metrocluster dr group get default response

func (*MetroclusterDrGroupGetDefault) Error

func (*MetroclusterDrGroupGetDefault) GetPayload

func (*MetroclusterDrGroupGetDefault) IsClientError

func (o *MetroclusterDrGroupGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster dr group get default response has a 4xx status code

func (*MetroclusterDrGroupGetDefault) IsCode

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

IsCode returns true when this metrocluster dr group get default response a status code equal to that given

func (*MetroclusterDrGroupGetDefault) IsRedirect

func (o *MetroclusterDrGroupGetDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster dr group get default response has a 3xx status code

func (*MetroclusterDrGroupGetDefault) IsServerError

func (o *MetroclusterDrGroupGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster dr group get default response has a 5xx status code

func (*MetroclusterDrGroupGetDefault) IsSuccess

func (o *MetroclusterDrGroupGetDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster dr group get default response has a 2xx status code

func (*MetroclusterDrGroupGetDefault) String

type MetroclusterDrGroupGetOK

type MetroclusterDrGroupGetOK struct {
	Payload *models.MetroclusterDrGroup
}

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

OK

func NewMetroclusterDrGroupGetOK

func NewMetroclusterDrGroupGetOK() *MetroclusterDrGroupGetOK

NewMetroclusterDrGroupGetOK creates a MetroclusterDrGroupGetOK with default headers values

func (*MetroclusterDrGroupGetOK) Error

func (o *MetroclusterDrGroupGetOK) Error() string

func (*MetroclusterDrGroupGetOK) GetPayload

func (*MetroclusterDrGroupGetOK) IsClientError

func (o *MetroclusterDrGroupGetOK) IsClientError() bool

IsClientError returns true when this metrocluster dr group get o k response has a 4xx status code

func (*MetroclusterDrGroupGetOK) IsCode

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

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

func (*MetroclusterDrGroupGetOK) IsRedirect

func (o *MetroclusterDrGroupGetOK) IsRedirect() bool

IsRedirect returns true when this metrocluster dr group get o k response has a 3xx status code

func (*MetroclusterDrGroupGetOK) IsServerError

func (o *MetroclusterDrGroupGetOK) IsServerError() bool

IsServerError returns true when this metrocluster dr group get o k response has a 5xx status code

func (*MetroclusterDrGroupGetOK) IsSuccess

func (o *MetroclusterDrGroupGetOK) IsSuccess() bool

IsSuccess returns true when this metrocluster dr group get o k response has a 2xx status code

func (*MetroclusterDrGroupGetOK) String

func (o *MetroclusterDrGroupGetOK) String() string

type MetroclusterDrGroupGetParams

type MetroclusterDrGroupGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	// ID.
	IDPathParameter string

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

MetroclusterDrGroupGetParams contains all the parameters to send to the API endpoint

for the metrocluster dr group get operation.

Typically these are written to a http.Request.

func NewMetroclusterDrGroupGetParams

func NewMetroclusterDrGroupGetParams() *MetroclusterDrGroupGetParams

NewMetroclusterDrGroupGetParams creates a new MetroclusterDrGroupGetParams 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 NewMetroclusterDrGroupGetParamsWithContext

func NewMetroclusterDrGroupGetParamsWithContext(ctx context.Context) *MetroclusterDrGroupGetParams

NewMetroclusterDrGroupGetParamsWithContext creates a new MetroclusterDrGroupGetParams object with the ability to set a context for a request.

func NewMetroclusterDrGroupGetParamsWithHTTPClient

func NewMetroclusterDrGroupGetParamsWithHTTPClient(client *http.Client) *MetroclusterDrGroupGetParams

NewMetroclusterDrGroupGetParamsWithHTTPClient creates a new MetroclusterDrGroupGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterDrGroupGetParamsWithTimeout

func NewMetroclusterDrGroupGetParamsWithTimeout(timeout time.Duration) *MetroclusterDrGroupGetParams

NewMetroclusterDrGroupGetParamsWithTimeout creates a new MetroclusterDrGroupGetParams object with the ability to set a timeout on a request.

func (*MetroclusterDrGroupGetParams) SetContext

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

SetContext adds the context to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) SetDefaults

func (o *MetroclusterDrGroupGetParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster dr group get params (not the query body).

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

func (*MetroclusterDrGroupGetParams) SetFieldsQueryParameter

func (o *MetroclusterDrGroupGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) SetIDPathParameter

func (o *MetroclusterDrGroupGetParams) SetIDPathParameter(id string)

SetIDPathParameter adds the id to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) SetTimeout

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

SetTimeout adds the timeout to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) WithContext

WithContext adds the context to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster dr group get params (not the query body).

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

func (*MetroclusterDrGroupGetParams) WithFieldsQueryParameter

func (o *MetroclusterDrGroupGetParams) WithFieldsQueryParameter(fields []string) *MetroclusterDrGroupGetParams

WithFieldsQueryParameter adds the fields to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) WithIDPathParameter

WithIDPathParameter adds the id to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster dr group get params

func (*MetroclusterDrGroupGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterDrGroupGetReader

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

MetroclusterDrGroupGetReader is a Reader for the MetroclusterDrGroupGet structure.

func (*MetroclusterDrGroupGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MetroclusterGetDefault

type MetroclusterGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. |

func NewMetroclusterGetDefault

func NewMetroclusterGetDefault(code int) *MetroclusterGetDefault

NewMetroclusterGetDefault creates a MetroclusterGetDefault with default headers values

func (*MetroclusterGetDefault) Code

func (o *MetroclusterGetDefault) Code() int

Code gets the status code for the metrocluster get default response

func (*MetroclusterGetDefault) Error

func (o *MetroclusterGetDefault) Error() string

func (*MetroclusterGetDefault) GetPayload

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

func (*MetroclusterGetDefault) IsClientError

func (o *MetroclusterGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster get default response has a 4xx status code

func (*MetroclusterGetDefault) IsCode

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

IsCode returns true when this metrocluster get default response a status code equal to that given

func (*MetroclusterGetDefault) IsRedirect

func (o *MetroclusterGetDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster get default response has a 3xx status code

func (*MetroclusterGetDefault) IsServerError

func (o *MetroclusterGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster get default response has a 5xx status code

func (*MetroclusterGetDefault) IsSuccess

func (o *MetroclusterGetDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster get default response has a 2xx status code

func (*MetroclusterGetDefault) String

func (o *MetroclusterGetDefault) String() string

type MetroclusterGetOK

type MetroclusterGetOK struct {
	Payload *models.Metrocluster
}

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

OK

func NewMetroclusterGetOK

func NewMetroclusterGetOK() *MetroclusterGetOK

NewMetroclusterGetOK creates a MetroclusterGetOK with default headers values

func (*MetroclusterGetOK) Error

func (o *MetroclusterGetOK) Error() string

func (*MetroclusterGetOK) GetPayload

func (o *MetroclusterGetOK) GetPayload() *models.Metrocluster

func (*MetroclusterGetOK) IsClientError

func (o *MetroclusterGetOK) IsClientError() bool

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

func (*MetroclusterGetOK) IsCode

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

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

func (*MetroclusterGetOK) IsRedirect

func (o *MetroclusterGetOK) IsRedirect() bool

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

func (*MetroclusterGetOK) IsServerError

func (o *MetroclusterGetOK) IsServerError() bool

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

func (*MetroclusterGetOK) IsSuccess

func (o *MetroclusterGetOK) IsSuccess() bool

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

func (*MetroclusterGetOK) String

func (o *MetroclusterGetOK) String() string

type MetroclusterGetParams

type MetroclusterGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

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

MetroclusterGetParams contains all the parameters to send to the API endpoint

for the metrocluster get operation.

Typically these are written to a http.Request.

func NewMetroclusterGetParams

func NewMetroclusterGetParams() *MetroclusterGetParams

NewMetroclusterGetParams creates a new MetroclusterGetParams 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 NewMetroclusterGetParamsWithContext

func NewMetroclusterGetParamsWithContext(ctx context.Context) *MetroclusterGetParams

NewMetroclusterGetParamsWithContext creates a new MetroclusterGetParams object with the ability to set a context for a request.

func NewMetroclusterGetParamsWithHTTPClient

func NewMetroclusterGetParamsWithHTTPClient(client *http.Client) *MetroclusterGetParams

NewMetroclusterGetParamsWithHTTPClient creates a new MetroclusterGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterGetParamsWithTimeout

func NewMetroclusterGetParamsWithTimeout(timeout time.Duration) *MetroclusterGetParams

NewMetroclusterGetParamsWithTimeout creates a new MetroclusterGetParams object with the ability to set a timeout on a request.

func (*MetroclusterGetParams) SetContext

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

SetContext adds the context to the metrocluster get params

func (*MetroclusterGetParams) SetDefaults

func (o *MetroclusterGetParams) SetDefaults()

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

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

func (*MetroclusterGetParams) SetFieldsQueryParameter

func (o *MetroclusterGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster get params

func (*MetroclusterGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the metrocluster get params

func (*MetroclusterGetParams) SetTimeout

func (o *MetroclusterGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster get params

func (*MetroclusterGetParams) WithContext

WithContext adds the context to the metrocluster get params

func (*MetroclusterGetParams) WithDefaults

func (o *MetroclusterGetParams) WithDefaults() *MetroclusterGetParams

WithDefaults hydrates default values in the metrocluster get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterGetParams) WithFieldsQueryParameter

func (o *MetroclusterGetParams) WithFieldsQueryParameter(fields []string) *MetroclusterGetParams

WithFieldsQueryParameter adds the fields to the metrocluster get params

func (*MetroclusterGetParams) WithHTTPClient

func (o *MetroclusterGetParams) WithHTTPClient(client *http.Client) *MetroclusterGetParams

WithHTTPClient adds the HTTPClient to the metrocluster get params

func (*MetroclusterGetParams) WithTimeout

func (o *MetroclusterGetParams) WithTimeout(timeout time.Duration) *MetroclusterGetParams

WithTimeout adds the timeout to the metrocluster get params

func (*MetroclusterGetParams) WriteToRequest

func (o *MetroclusterGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type MetroclusterGetReader

type MetroclusterGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterGetReader is a Reader for the MetroclusterGet structure.

func (*MetroclusterGetReader) ReadResponse

func (o *MetroclusterGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterInterconnectCollectionGetDefault

type MetroclusterInterconnectCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterInterconnectCollectionGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2427132 | MetroCluster is not configured on this cluster. |

func NewMetroclusterInterconnectCollectionGetDefault

func NewMetroclusterInterconnectCollectionGetDefault(code int) *MetroclusterInterconnectCollectionGetDefault

NewMetroclusterInterconnectCollectionGetDefault creates a MetroclusterInterconnectCollectionGetDefault with default headers values

func (*MetroclusterInterconnectCollectionGetDefault) Code

Code gets the status code for the metrocluster interconnect collection get default response

func (*MetroclusterInterconnectCollectionGetDefault) Error

func (*MetroclusterInterconnectCollectionGetDefault) GetPayload

func (*MetroclusterInterconnectCollectionGetDefault) IsClientError

IsClientError returns true when this metrocluster interconnect collection get default response has a 4xx status code

func (*MetroclusterInterconnectCollectionGetDefault) IsCode

IsCode returns true when this metrocluster interconnect collection get default response a status code equal to that given

func (*MetroclusterInterconnectCollectionGetDefault) IsRedirect

IsRedirect returns true when this metrocluster interconnect collection get default response has a 3xx status code

func (*MetroclusterInterconnectCollectionGetDefault) IsServerError

IsServerError returns true when this metrocluster interconnect collection get default response has a 5xx status code

func (*MetroclusterInterconnectCollectionGetDefault) IsSuccess

IsSuccess returns true when this metrocluster interconnect collection get default response has a 2xx status code

func (*MetroclusterInterconnectCollectionGetDefault) String

type MetroclusterInterconnectCollectionGetOK

type MetroclusterInterconnectCollectionGetOK struct {
	Payload *models.MetroclusterInterconnectResponse
}

MetroclusterInterconnectCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewMetroclusterInterconnectCollectionGetOK

func NewMetroclusterInterconnectCollectionGetOK() *MetroclusterInterconnectCollectionGetOK

NewMetroclusterInterconnectCollectionGetOK creates a MetroclusterInterconnectCollectionGetOK with default headers values

func (*MetroclusterInterconnectCollectionGetOK) Error

func (*MetroclusterInterconnectCollectionGetOK) GetPayload

func (*MetroclusterInterconnectCollectionGetOK) IsClientError

func (o *MetroclusterInterconnectCollectionGetOK) IsClientError() bool

IsClientError returns true when this metrocluster interconnect collection get o k response has a 4xx status code

func (*MetroclusterInterconnectCollectionGetOK) IsCode

IsCode returns true when this metrocluster interconnect collection get o k response a status code equal to that given

func (*MetroclusterInterconnectCollectionGetOK) IsRedirect

IsRedirect returns true when this metrocluster interconnect collection get o k response has a 3xx status code

func (*MetroclusterInterconnectCollectionGetOK) IsServerError

func (o *MetroclusterInterconnectCollectionGetOK) IsServerError() bool

IsServerError returns true when this metrocluster interconnect collection get o k response has a 5xx status code

func (*MetroclusterInterconnectCollectionGetOK) IsSuccess

IsSuccess returns true when this metrocluster interconnect collection get o k response has a 2xx status code

func (*MetroclusterInterconnectCollectionGetOK) String

type MetroclusterInterconnectCollectionGetParams

type MetroclusterInterconnectCollectionGetParams struct {

	/* Adapter.

	   Filter by adapter
	*/
	AdapterQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* InterfacesAddress.

	   Filter by interfaces.address
	*/
	InterfacesAddressQueryParameter *string

	/* InterfacesGateway.

	   Filter by interfaces.gateway
	*/
	InterfacesGatewayQueryParameter *string

	/* InterfacesNetmask.

	   Filter by interfaces.netmask
	*/
	InterfacesNetmaskQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* MirrorEnabled.

	   Filter by mirror.enabled
	*/
	MirrorEnabledQueryParameter *bool

	/* MirrorState.

	   Filter by mirror.state
	*/
	MirrorStateQueryParameter *string

	/* MultipathPolicy.

	   Filter by multipath_policy
	*/
	MultipathPolicyQueryParameter *string

	/* NodeName.

	   Filter by node.name
	*/
	NodeNameQueryParameter *string

	/* NodeUUID.

	   Filter by node.uuid
	*/
	NodeUUIDQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* PartnerType.

	   Filter by partner_type
	*/
	PartnerTypeQueryParameter *string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* State.

	   Filter by state
	*/
	StateQueryParameter *string

	/* Type.

	   Filter by type
	*/
	TypeQueryParameter *string

	/* VlanID.

	   Filter by vlan_id
	*/
	VlanIDQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterInterconnectCollectionGetParams contains all the parameters to send to the API endpoint

for the metrocluster interconnect collection get operation.

Typically these are written to a http.Request.

func NewMetroclusterInterconnectCollectionGetParams

func NewMetroclusterInterconnectCollectionGetParams() *MetroclusterInterconnectCollectionGetParams

NewMetroclusterInterconnectCollectionGetParams creates a new MetroclusterInterconnectCollectionGetParams 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 NewMetroclusterInterconnectCollectionGetParamsWithContext

func NewMetroclusterInterconnectCollectionGetParamsWithContext(ctx context.Context) *MetroclusterInterconnectCollectionGetParams

NewMetroclusterInterconnectCollectionGetParamsWithContext creates a new MetroclusterInterconnectCollectionGetParams object with the ability to set a context for a request.

func NewMetroclusterInterconnectCollectionGetParamsWithHTTPClient

func NewMetroclusterInterconnectCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterInterconnectCollectionGetParams

NewMetroclusterInterconnectCollectionGetParamsWithHTTPClient creates a new MetroclusterInterconnectCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterInterconnectCollectionGetParamsWithTimeout

func NewMetroclusterInterconnectCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterInterconnectCollectionGetParams

NewMetroclusterInterconnectCollectionGetParamsWithTimeout creates a new MetroclusterInterconnectCollectionGetParams object with the ability to set a timeout on a request.

func (*MetroclusterInterconnectCollectionGetParams) SetAdapterQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetAdapterQueryParameter(adapter *string)

SetAdapterQueryParameter adds the adapter to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetContext

SetContext adds the context to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetDefaults

SetDefaults hydrates default values in the metrocluster interconnect collection get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterInterconnectCollectionGetParams) SetFieldsQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetHTTPClient

func (o *MetroclusterInterconnectCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetInterfacesAddressQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetInterfacesAddressQueryParameter(interfacesAddress *string)

SetInterfacesAddressQueryParameter adds the interfacesAddress to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetInterfacesGatewayQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetInterfacesGatewayQueryParameter(interfacesGateway *string)

SetInterfacesGatewayQueryParameter adds the interfacesGateway to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetInterfacesNetmaskQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetInterfacesNetmaskQueryParameter(interfacesNetmask *string)

SetInterfacesNetmaskQueryParameter adds the interfacesNetmask to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetMaxRecordsQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetMirrorEnabledQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetMirrorEnabledQueryParameter(mirrorEnabled *bool)

SetMirrorEnabledQueryParameter adds the mirrorEnabled to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetMirrorStateQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetMirrorStateQueryParameter(mirrorState *string)

SetMirrorStateQueryParameter adds the mirrorState to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetMultipathPolicyQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetMultipathPolicyQueryParameter(multipathPolicy *string)

SetMultipathPolicyQueryParameter adds the multipathPolicy to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetNodeNameQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetNodeNameQueryParameter(nodeName *string)

SetNodeNameQueryParameter adds the nodeName to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetNodeUUIDQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetNodeUUIDQueryParameter(nodeUUID *string)

SetNodeUUIDQueryParameter adds the nodeUuid to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetOrderByQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetPartnerTypeQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetPartnerTypeQueryParameter(partnerType *string)

SetPartnerTypeQueryParameter adds the partnerType to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetReturnRecordsQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetStateQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetStateQueryParameter(state *string)

SetStateQueryParameter adds the state to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetTimeout

SetTimeout adds the timeout to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetTypeQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetTypeQueryParameter(typeVar *string)

SetTypeQueryParameter adds the type to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) SetVlanIDQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) SetVlanIDQueryParameter(vlanID *int64)

SetVlanIDQueryParameter adds the vlanId to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithAdapterQueryParameter

WithAdapterQueryParameter adds the adapter to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithContext

WithContext adds the context to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster interconnect collection get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterInterconnectCollectionGetParams) WithFieldsQueryParameter

WithFieldsQueryParameter adds the fields to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithInterfacesAddressQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) WithInterfacesAddressQueryParameter(interfacesAddress *string) *MetroclusterInterconnectCollectionGetParams

WithInterfacesAddressQueryParameter adds the interfacesAddress to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithInterfacesGatewayQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) WithInterfacesGatewayQueryParameter(interfacesGateway *string) *MetroclusterInterconnectCollectionGetParams

WithInterfacesGatewayQueryParameter adds the interfacesGateway to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithInterfacesNetmaskQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) WithInterfacesNetmaskQueryParameter(interfacesNetmask *string) *MetroclusterInterconnectCollectionGetParams

WithInterfacesNetmaskQueryParameter adds the interfacesNetmask to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithMaxRecordsQueryParameter

WithMaxRecordsQueryParameter adds the maxRecords to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithMirrorEnabledQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) WithMirrorEnabledQueryParameter(mirrorEnabled *bool) *MetroclusterInterconnectCollectionGetParams

WithMirrorEnabledQueryParameter adds the mirrorEnabled to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithMirrorStateQueryParameter

WithMirrorStateQueryParameter adds the mirrorState to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithMultipathPolicyQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) WithMultipathPolicyQueryParameter(multipathPolicy *string) *MetroclusterInterconnectCollectionGetParams

WithMultipathPolicyQueryParameter adds the multipathPolicy to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithNodeNameQueryParameter

WithNodeNameQueryParameter adds the nodeName to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithNodeUUIDQueryParameter

WithNodeUUIDQueryParameter adds the nodeUUID to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithOrderByQueryParameter

WithOrderByQueryParameter adds the orderBy to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithPartnerTypeQueryParameter

WithPartnerTypeQueryParameter adds the partnerType to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithReturnRecordsQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *MetroclusterInterconnectCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterInterconnectCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterInterconnectCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithStateQueryParameter

WithStateQueryParameter adds the state to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithTypeQueryParameter

WithTypeQueryParameter adds the typeVar to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WithVlanIDQueryParameter

WithVlanIDQueryParameter adds the vlanID to the metrocluster interconnect collection get params

func (*MetroclusterInterconnectCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterInterconnectCollectionGetReader

type MetroclusterInterconnectCollectionGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterInterconnectCollectionGetReader is a Reader for the MetroclusterInterconnectCollectionGet structure.

func (*MetroclusterInterconnectCollectionGetReader) ReadResponse

func (o *MetroclusterInterconnectCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterInterconnectGetDefault

type MetroclusterInterconnectGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterInterconnectGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. | | 2427132 | MetroCluster is not configured on this cluster. |

func NewMetroclusterInterconnectGetDefault

func NewMetroclusterInterconnectGetDefault(code int) *MetroclusterInterconnectGetDefault

NewMetroclusterInterconnectGetDefault creates a MetroclusterInterconnectGetDefault with default headers values

func (*MetroclusterInterconnectGetDefault) Code

Code gets the status code for the metrocluster interconnect get default response

func (*MetroclusterInterconnectGetDefault) Error

func (*MetroclusterInterconnectGetDefault) GetPayload

func (*MetroclusterInterconnectGetDefault) IsClientError

func (o *MetroclusterInterconnectGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster interconnect get default response has a 4xx status code

func (*MetroclusterInterconnectGetDefault) IsCode

IsCode returns true when this metrocluster interconnect get default response a status code equal to that given

func (*MetroclusterInterconnectGetDefault) IsRedirect

func (o *MetroclusterInterconnectGetDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster interconnect get default response has a 3xx status code

func (*MetroclusterInterconnectGetDefault) IsServerError

func (o *MetroclusterInterconnectGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster interconnect get default response has a 5xx status code

func (*MetroclusterInterconnectGetDefault) IsSuccess

IsSuccess returns true when this metrocluster interconnect get default response has a 2xx status code

func (*MetroclusterInterconnectGetDefault) String

type MetroclusterInterconnectGetOK

type MetroclusterInterconnectGetOK struct {
	Payload *models.MetroclusterInterconnect
}

MetroclusterInterconnectGetOK describes a response with status code 200, with default header values.

OK

func NewMetroclusterInterconnectGetOK

func NewMetroclusterInterconnectGetOK() *MetroclusterInterconnectGetOK

NewMetroclusterInterconnectGetOK creates a MetroclusterInterconnectGetOK with default headers values

func (*MetroclusterInterconnectGetOK) Error

func (*MetroclusterInterconnectGetOK) GetPayload

func (*MetroclusterInterconnectGetOK) IsClientError

func (o *MetroclusterInterconnectGetOK) IsClientError() bool

IsClientError returns true when this metrocluster interconnect get o k response has a 4xx status code

func (*MetroclusterInterconnectGetOK) IsCode

func (o *MetroclusterInterconnectGetOK) IsCode(code int) bool

IsCode returns true when this metrocluster interconnect get o k response a status code equal to that given

func (*MetroclusterInterconnectGetOK) IsRedirect

func (o *MetroclusterInterconnectGetOK) IsRedirect() bool

IsRedirect returns true when this metrocluster interconnect get o k response has a 3xx status code

func (*MetroclusterInterconnectGetOK) IsServerError

func (o *MetroclusterInterconnectGetOK) IsServerError() bool

IsServerError returns true when this metrocluster interconnect get o k response has a 5xx status code

func (*MetroclusterInterconnectGetOK) IsSuccess

func (o *MetroclusterInterconnectGetOK) IsSuccess() bool

IsSuccess returns true when this metrocluster interconnect get o k response has a 2xx status code

func (*MetroclusterInterconnectGetOK) String

type MetroclusterInterconnectGetParams

type MetroclusterInterconnectGetParams struct {

	/* Adapter.

	   Interconnect adapter.
	*/
	AdapterPathParameter string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* NodeUUID.

	   Node UUID
	*/
	NodeUUIDPathParameter string

	/* PartnerType.

	   DR Partner type
	*/
	PartnerTypePathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterInterconnectGetParams contains all the parameters to send to the API endpoint

for the metrocluster interconnect get operation.

Typically these are written to a http.Request.

func NewMetroclusterInterconnectGetParams

func NewMetroclusterInterconnectGetParams() *MetroclusterInterconnectGetParams

NewMetroclusterInterconnectGetParams creates a new MetroclusterInterconnectGetParams 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 NewMetroclusterInterconnectGetParamsWithContext

func NewMetroclusterInterconnectGetParamsWithContext(ctx context.Context) *MetroclusterInterconnectGetParams

NewMetroclusterInterconnectGetParamsWithContext creates a new MetroclusterInterconnectGetParams object with the ability to set a context for a request.

func NewMetroclusterInterconnectGetParamsWithHTTPClient

func NewMetroclusterInterconnectGetParamsWithHTTPClient(client *http.Client) *MetroclusterInterconnectGetParams

NewMetroclusterInterconnectGetParamsWithHTTPClient creates a new MetroclusterInterconnectGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterInterconnectGetParamsWithTimeout

func NewMetroclusterInterconnectGetParamsWithTimeout(timeout time.Duration) *MetroclusterInterconnectGetParams

NewMetroclusterInterconnectGetParamsWithTimeout creates a new MetroclusterInterconnectGetParams object with the ability to set a timeout on a request.

func (*MetroclusterInterconnectGetParams) SetAdapterPathParameter

func (o *MetroclusterInterconnectGetParams) SetAdapterPathParameter(adapter string)

SetAdapterPathParameter adds the adapter to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) SetContext

SetContext adds the context to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) SetDefaults

func (o *MetroclusterInterconnectGetParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster interconnect get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterInterconnectGetParams) SetFieldsQueryParameter

func (o *MetroclusterInterconnectGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) SetHTTPClient

func (o *MetroclusterInterconnectGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) SetNodeUUIDPathParameter

func (o *MetroclusterInterconnectGetParams) SetNodeUUIDPathParameter(nodeUUID string)

SetNodeUUIDPathParameter adds the nodeUuid to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) SetPartnerTypePathParameter

func (o *MetroclusterInterconnectGetParams) SetPartnerTypePathParameter(partnerType string)

SetPartnerTypePathParameter adds the partnerType to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) SetTimeout

func (o *MetroclusterInterconnectGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) WithAdapterPathParameter

func (o *MetroclusterInterconnectGetParams) WithAdapterPathParameter(adapter string) *MetroclusterInterconnectGetParams

WithAdapterPathParameter adds the adapter to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) WithContext

WithContext adds the context to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster interconnect get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterInterconnectGetParams) WithFieldsQueryParameter

func (o *MetroclusterInterconnectGetParams) WithFieldsQueryParameter(fields []string) *MetroclusterInterconnectGetParams

WithFieldsQueryParameter adds the fields to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) WithNodeUUIDPathParameter

func (o *MetroclusterInterconnectGetParams) WithNodeUUIDPathParameter(nodeUUID string) *MetroclusterInterconnectGetParams

WithNodeUUIDPathParameter adds the nodeUUID to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) WithPartnerTypePathParameter

func (o *MetroclusterInterconnectGetParams) WithPartnerTypePathParameter(partnerType string) *MetroclusterInterconnectGetParams

WithPartnerTypePathParameter adds the partnerType to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster interconnect get params

func (*MetroclusterInterconnectGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterInterconnectGetReader

type MetroclusterInterconnectGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterInterconnectGetReader is a Reader for the MetroclusterInterconnectGet structure.

func (*MetroclusterInterconnectGetReader) ReadResponse

func (o *MetroclusterInterconnectGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterInterconnectModifyAccepted

type MetroclusterInterconnectModifyAccepted struct {
	Payload *models.JobLinkResponse
}

MetroclusterInterconnectModifyAccepted describes a response with status code 202, with default header values.

Accepted

func NewMetroclusterInterconnectModifyAccepted

func NewMetroclusterInterconnectModifyAccepted() *MetroclusterInterconnectModifyAccepted

NewMetroclusterInterconnectModifyAccepted creates a MetroclusterInterconnectModifyAccepted with default headers values

func (*MetroclusterInterconnectModifyAccepted) Error

func (*MetroclusterInterconnectModifyAccepted) GetPayload

func (*MetroclusterInterconnectModifyAccepted) IsClientError

func (o *MetroclusterInterconnectModifyAccepted) IsClientError() bool

IsClientError returns true when this metrocluster interconnect modify accepted response has a 4xx status code

func (*MetroclusterInterconnectModifyAccepted) IsCode

IsCode returns true when this metrocluster interconnect modify accepted response a status code equal to that given

func (*MetroclusterInterconnectModifyAccepted) IsRedirect

IsRedirect returns true when this metrocluster interconnect modify accepted response has a 3xx status code

func (*MetroclusterInterconnectModifyAccepted) IsServerError

func (o *MetroclusterInterconnectModifyAccepted) IsServerError() bool

IsServerError returns true when this metrocluster interconnect modify accepted response has a 5xx status code

func (*MetroclusterInterconnectModifyAccepted) IsSuccess

IsSuccess returns true when this metrocluster interconnect modify accepted response has a 2xx status code

func (*MetroclusterInterconnectModifyAccepted) String

type MetroclusterInterconnectModifyDefault

type MetroclusterInterconnectModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterInterconnectModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error has occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. |

func NewMetroclusterInterconnectModifyDefault

func NewMetroclusterInterconnectModifyDefault(code int) *MetroclusterInterconnectModifyDefault

NewMetroclusterInterconnectModifyDefault creates a MetroclusterInterconnectModifyDefault with default headers values

func (*MetroclusterInterconnectModifyDefault) Code

Code gets the status code for the metrocluster interconnect modify default response

func (*MetroclusterInterconnectModifyDefault) Error

func (*MetroclusterInterconnectModifyDefault) GetPayload

func (*MetroclusterInterconnectModifyDefault) IsClientError

func (o *MetroclusterInterconnectModifyDefault) IsClientError() bool

IsClientError returns true when this metrocluster interconnect modify default response has a 4xx status code

func (*MetroclusterInterconnectModifyDefault) IsCode

IsCode returns true when this metrocluster interconnect modify default response a status code equal to that given

func (*MetroclusterInterconnectModifyDefault) IsRedirect

IsRedirect returns true when this metrocluster interconnect modify default response has a 3xx status code

func (*MetroclusterInterconnectModifyDefault) IsServerError

func (o *MetroclusterInterconnectModifyDefault) IsServerError() bool

IsServerError returns true when this metrocluster interconnect modify default response has a 5xx status code

func (*MetroclusterInterconnectModifyDefault) IsSuccess

IsSuccess returns true when this metrocluster interconnect modify default response has a 2xx status code

func (*MetroclusterInterconnectModifyDefault) String

type MetroclusterInterconnectModifyParams

type MetroclusterInterconnectModifyParams struct {

	/* Adapter.

	   Interconnect adapter
	*/
	AdapterPathParameter string

	/* Info.

	   MetroCluster interconnect interface information
	*/
	Info *models.MetroclusterInterconnect

	/* NodeUUID.

	   Node UUID
	*/
	NodeUUIDPathParameter string

	/* PartnerType.

	   DR Partner type
	*/
	PartnerTypePathParameter string

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterInterconnectModifyParams contains all the parameters to send to the API endpoint

for the metrocluster interconnect modify operation.

Typically these are written to a http.Request.

func NewMetroclusterInterconnectModifyParams

func NewMetroclusterInterconnectModifyParams() *MetroclusterInterconnectModifyParams

NewMetroclusterInterconnectModifyParams creates a new MetroclusterInterconnectModifyParams 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 NewMetroclusterInterconnectModifyParamsWithContext

func NewMetroclusterInterconnectModifyParamsWithContext(ctx context.Context) *MetroclusterInterconnectModifyParams

NewMetroclusterInterconnectModifyParamsWithContext creates a new MetroclusterInterconnectModifyParams object with the ability to set a context for a request.

func NewMetroclusterInterconnectModifyParamsWithHTTPClient

func NewMetroclusterInterconnectModifyParamsWithHTTPClient(client *http.Client) *MetroclusterInterconnectModifyParams

NewMetroclusterInterconnectModifyParamsWithHTTPClient creates a new MetroclusterInterconnectModifyParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterInterconnectModifyParamsWithTimeout

func NewMetroclusterInterconnectModifyParamsWithTimeout(timeout time.Duration) *MetroclusterInterconnectModifyParams

NewMetroclusterInterconnectModifyParamsWithTimeout creates a new MetroclusterInterconnectModifyParams object with the ability to set a timeout on a request.

func (*MetroclusterInterconnectModifyParams) SetAdapterPathParameter

func (o *MetroclusterInterconnectModifyParams) SetAdapterPathParameter(adapter string)

SetAdapterPathParameter adds the adapter to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) SetContext

SetContext adds the context to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) SetDefaults

func (o *MetroclusterInterconnectModifyParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster interconnect modify params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterInterconnectModifyParams) SetHTTPClient

func (o *MetroclusterInterconnectModifyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) SetInfo

SetInfo adds the info to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) SetNodeUUIDPathParameter

func (o *MetroclusterInterconnectModifyParams) SetNodeUUIDPathParameter(nodeUUID string)

SetNodeUUIDPathParameter adds the nodeUuid to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) SetPartnerTypePathParameter

func (o *MetroclusterInterconnectModifyParams) SetPartnerTypePathParameter(partnerType string)

SetPartnerTypePathParameter adds the partnerType to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterInterconnectModifyParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) SetTimeout

func (o *MetroclusterInterconnectModifyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WithAdapterPathParameter

WithAdapterPathParameter adds the adapter to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WithContext

WithContext adds the context to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WithDefaults

WithDefaults hydrates default values in the metrocluster interconnect modify params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterInterconnectModifyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WithInfo

WithInfo adds the info to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WithNodeUUIDPathParameter

WithNodeUUIDPathParameter adds the nodeUUID to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WithPartnerTypePathParameter

func (o *MetroclusterInterconnectModifyParams) WithPartnerTypePathParameter(partnerType string) *MetroclusterInterconnectModifyParams

WithPartnerTypePathParameter adds the partnerType to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterInterconnectModifyParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterInterconnectModifyParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WithTimeout

WithTimeout adds the timeout to the metrocluster interconnect modify params

func (*MetroclusterInterconnectModifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterInterconnectModifyReader

type MetroclusterInterconnectModifyReader struct {
	// contains filtered or unexported fields
}

MetroclusterInterconnectModifyReader is a Reader for the MetroclusterInterconnectModify structure.

func (*MetroclusterInterconnectModifyReader) ReadResponse

func (o *MetroclusterInterconnectModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterModifyAccepted

type MetroclusterModifyAccepted struct {
	Payload *models.JobLinkResponse
}

MetroclusterModifyAccepted describes a response with status code 202, with default header values.

Accepted

func NewMetroclusterModifyAccepted

func NewMetroclusterModifyAccepted() *MetroclusterModifyAccepted

NewMetroclusterModifyAccepted creates a MetroclusterModifyAccepted with default headers values

func (*MetroclusterModifyAccepted) Error

func (*MetroclusterModifyAccepted) GetPayload

func (*MetroclusterModifyAccepted) IsClientError

func (o *MetroclusterModifyAccepted) IsClientError() bool

IsClientError returns true when this metrocluster modify accepted response has a 4xx status code

func (*MetroclusterModifyAccepted) IsCode

func (o *MetroclusterModifyAccepted) IsCode(code int) bool

IsCode returns true when this metrocluster modify accepted response a status code equal to that given

func (*MetroclusterModifyAccepted) IsRedirect

func (o *MetroclusterModifyAccepted) IsRedirect() bool

IsRedirect returns true when this metrocluster modify accepted response has a 3xx status code

func (*MetroclusterModifyAccepted) IsServerError

func (o *MetroclusterModifyAccepted) IsServerError() bool

IsServerError returns true when this metrocluster modify accepted response has a 5xx status code

func (*MetroclusterModifyAccepted) IsSuccess

func (o *MetroclusterModifyAccepted) IsSuccess() bool

IsSuccess returns true when this metrocluster modify accepted response has a 2xx status code

func (*MetroclusterModifyAccepted) String

func (o *MetroclusterModifyAccepted) String() string

type MetroclusterModifyDefault

type MetroclusterModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. |

func NewMetroclusterModifyDefault

func NewMetroclusterModifyDefault(code int) *MetroclusterModifyDefault

NewMetroclusterModifyDefault creates a MetroclusterModifyDefault with default headers values

func (*MetroclusterModifyDefault) Code

func (o *MetroclusterModifyDefault) Code() int

Code gets the status code for the metrocluster modify default response

func (*MetroclusterModifyDefault) Error

func (o *MetroclusterModifyDefault) Error() string

func (*MetroclusterModifyDefault) GetPayload

func (*MetroclusterModifyDefault) IsClientError

func (o *MetroclusterModifyDefault) IsClientError() bool

IsClientError returns true when this metrocluster modify default response has a 4xx status code

func (*MetroclusterModifyDefault) IsCode

func (o *MetroclusterModifyDefault) IsCode(code int) bool

IsCode returns true when this metrocluster modify default response a status code equal to that given

func (*MetroclusterModifyDefault) IsRedirect

func (o *MetroclusterModifyDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster modify default response has a 3xx status code

func (*MetroclusterModifyDefault) IsServerError

func (o *MetroclusterModifyDefault) IsServerError() bool

IsServerError returns true when this metrocluster modify default response has a 5xx status code

func (*MetroclusterModifyDefault) IsSuccess

func (o *MetroclusterModifyDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster modify default response has a 2xx status code

func (*MetroclusterModifyDefault) String

func (o *MetroclusterModifyDefault) String() string

type MetroclusterModifyParams

type MetroclusterModifyParams struct {

	/* Action.

	   Action to perform on the MetroCluster.
	*/
	ActionQueryParameter *string

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterModifyParams contains all the parameters to send to the API endpoint

for the metrocluster modify operation.

Typically these are written to a http.Request.

func NewMetroclusterModifyParams

func NewMetroclusterModifyParams() *MetroclusterModifyParams

NewMetroclusterModifyParams creates a new MetroclusterModifyParams 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 NewMetroclusterModifyParamsWithContext

func NewMetroclusterModifyParamsWithContext(ctx context.Context) *MetroclusterModifyParams

NewMetroclusterModifyParamsWithContext creates a new MetroclusterModifyParams object with the ability to set a context for a request.

func NewMetroclusterModifyParamsWithHTTPClient

func NewMetroclusterModifyParamsWithHTTPClient(client *http.Client) *MetroclusterModifyParams

NewMetroclusterModifyParamsWithHTTPClient creates a new MetroclusterModifyParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterModifyParamsWithTimeout

func NewMetroclusterModifyParamsWithTimeout(timeout time.Duration) *MetroclusterModifyParams

NewMetroclusterModifyParamsWithTimeout creates a new MetroclusterModifyParams object with the ability to set a timeout on a request.

func (*MetroclusterModifyParams) SetActionQueryParameter

func (o *MetroclusterModifyParams) SetActionQueryParameter(action *string)

SetActionQueryParameter adds the action to the metrocluster modify params

func (*MetroclusterModifyParams) SetContext

func (o *MetroclusterModifyParams) SetContext(ctx context.Context)

SetContext adds the context to the metrocluster modify params

func (*MetroclusterModifyParams) SetDefaults

func (o *MetroclusterModifyParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster modify params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterModifyParams) SetHTTPClient

func (o *MetroclusterModifyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster modify params

func (*MetroclusterModifyParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterModifyParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster modify params

func (*MetroclusterModifyParams) SetTimeout

func (o *MetroclusterModifyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster modify params

func (*MetroclusterModifyParams) WithActionQueryParameter

func (o *MetroclusterModifyParams) WithActionQueryParameter(action *string) *MetroclusterModifyParams

WithActionQueryParameter adds the action to the metrocluster modify params

func (*MetroclusterModifyParams) WithContext

WithContext adds the context to the metrocluster modify params

func (*MetroclusterModifyParams) WithDefaults

WithDefaults hydrates default values in the metrocluster modify params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterModifyParams) WithHTTPClient

func (o *MetroclusterModifyParams) WithHTTPClient(client *http.Client) *MetroclusterModifyParams

WithHTTPClient adds the HTTPClient to the metrocluster modify params

func (*MetroclusterModifyParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterModifyParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterModifyParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster modify params

func (*MetroclusterModifyParams) WithTimeout

WithTimeout adds the timeout to the metrocluster modify params

func (*MetroclusterModifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterModifyReader

type MetroclusterModifyReader struct {
	// contains filtered or unexported fields
}

MetroclusterModifyReader is a Reader for the MetroclusterModify structure.

func (*MetroclusterModifyReader) ReadResponse

func (o *MetroclusterModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterNodeCollectionGetDefault

type MetroclusterNodeCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterNodeCollectionGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. |

func NewMetroclusterNodeCollectionGetDefault

func NewMetroclusterNodeCollectionGetDefault(code int) *MetroclusterNodeCollectionGetDefault

NewMetroclusterNodeCollectionGetDefault creates a MetroclusterNodeCollectionGetDefault with default headers values

func (*MetroclusterNodeCollectionGetDefault) Code

Code gets the status code for the metrocluster node collection get default response

func (*MetroclusterNodeCollectionGetDefault) Error

func (*MetroclusterNodeCollectionGetDefault) GetPayload

func (*MetroclusterNodeCollectionGetDefault) IsClientError

func (o *MetroclusterNodeCollectionGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster node collection get default response has a 4xx status code

func (*MetroclusterNodeCollectionGetDefault) IsCode

IsCode returns true when this metrocluster node collection get default response a status code equal to that given

func (*MetroclusterNodeCollectionGetDefault) IsRedirect

IsRedirect returns true when this metrocluster node collection get default response has a 3xx status code

func (*MetroclusterNodeCollectionGetDefault) IsServerError

func (o *MetroclusterNodeCollectionGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster node collection get default response has a 5xx status code

func (*MetroclusterNodeCollectionGetDefault) IsSuccess

IsSuccess returns true when this metrocluster node collection get default response has a 2xx status code

func (*MetroclusterNodeCollectionGetDefault) String

type MetroclusterNodeCollectionGetOK

type MetroclusterNodeCollectionGetOK struct {
	Payload *models.MetroclusterNodeResponse
}

MetroclusterNodeCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewMetroclusterNodeCollectionGetOK

func NewMetroclusterNodeCollectionGetOK() *MetroclusterNodeCollectionGetOK

NewMetroclusterNodeCollectionGetOK creates a MetroclusterNodeCollectionGetOK with default headers values

func (*MetroclusterNodeCollectionGetOK) Error

func (*MetroclusterNodeCollectionGetOK) GetPayload

func (*MetroclusterNodeCollectionGetOK) IsClientError

func (o *MetroclusterNodeCollectionGetOK) IsClientError() bool

IsClientError returns true when this metrocluster node collection get o k response has a 4xx status code

func (*MetroclusterNodeCollectionGetOK) IsCode

func (o *MetroclusterNodeCollectionGetOK) IsCode(code int) bool

IsCode returns true when this metrocluster node collection get o k response a status code equal to that given

func (*MetroclusterNodeCollectionGetOK) IsRedirect

func (o *MetroclusterNodeCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this metrocluster node collection get o k response has a 3xx status code

func (*MetroclusterNodeCollectionGetOK) IsServerError

func (o *MetroclusterNodeCollectionGetOK) IsServerError() bool

IsServerError returns true when this metrocluster node collection get o k response has a 5xx status code

func (*MetroclusterNodeCollectionGetOK) IsSuccess

func (o *MetroclusterNodeCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this metrocluster node collection get o k response has a 2xx status code

func (*MetroclusterNodeCollectionGetOK) String

type MetroclusterNodeCollectionGetParams

type MetroclusterNodeCollectionGetParams struct {

	/* AutomaticUso.

	   Filter by automatic_uso
	*/
	AutomaticUsoQueryParameter *bool

	/* ClusterName.

	   Filter by cluster.name
	*/
	ClusterNameQueryParameter *string

	/* ClusterUUID.

	   Filter by cluster.uuid
	*/
	ClusterUUIDQueryParameter *string

	/* ConfigurationState.

	   Filter by configuration_state
	*/
	ConfigurationStateQueryParameter *string

	/* DrGroupID.

	   Filter by dr_group_id
	*/
	DrGroupIDQueryParameter *int64

	/* DrMirroringState.

	   Filter by dr_mirroring_state
	*/
	DrMirroringStateQueryParameter *string

	/* DrOperationState.

	   Filter by dr_operation_state
	*/
	DrOperationStateQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* NodeName.

	   Filter by node.name
	*/
	NodeNameQueryParameter *string

	/* NodeUUID.

	   Filter by node.uuid
	*/
	NodeUUIDQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterNodeCollectionGetParams contains all the parameters to send to the API endpoint

for the metrocluster node collection get operation.

Typically these are written to a http.Request.

func NewMetroclusterNodeCollectionGetParams

func NewMetroclusterNodeCollectionGetParams() *MetroclusterNodeCollectionGetParams

NewMetroclusterNodeCollectionGetParams creates a new MetroclusterNodeCollectionGetParams 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 NewMetroclusterNodeCollectionGetParamsWithContext

func NewMetroclusterNodeCollectionGetParamsWithContext(ctx context.Context) *MetroclusterNodeCollectionGetParams

NewMetroclusterNodeCollectionGetParamsWithContext creates a new MetroclusterNodeCollectionGetParams object with the ability to set a context for a request.

func NewMetroclusterNodeCollectionGetParamsWithHTTPClient

func NewMetroclusterNodeCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterNodeCollectionGetParams

NewMetroclusterNodeCollectionGetParamsWithHTTPClient creates a new MetroclusterNodeCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterNodeCollectionGetParamsWithTimeout

func NewMetroclusterNodeCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterNodeCollectionGetParams

NewMetroclusterNodeCollectionGetParamsWithTimeout creates a new MetroclusterNodeCollectionGetParams object with the ability to set a timeout on a request.

func (*MetroclusterNodeCollectionGetParams) SetAutomaticUsoQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetAutomaticUsoQueryParameter(automaticUso *bool)

SetAutomaticUsoQueryParameter adds the automaticUso to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetClusterNameQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetClusterNameQueryParameter(clusterName *string)

SetClusterNameQueryParameter adds the clusterName to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetClusterUUIDQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetClusterUUIDQueryParameter(clusterUUID *string)

SetClusterUUIDQueryParameter adds the clusterUuid to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetConfigurationStateQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetConfigurationStateQueryParameter(configurationState *string)

SetConfigurationStateQueryParameter adds the configurationState to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetContext

SetContext adds the context to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetDefaults

func (o *MetroclusterNodeCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster node collection get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterNodeCollectionGetParams) SetDrGroupIDQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetDrGroupIDQueryParameter(drGroupID *int64)

SetDrGroupIDQueryParameter adds the drGroupId to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetDrMirroringStateQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetDrMirroringStateQueryParameter(drMirroringState *string)

SetDrMirroringStateQueryParameter adds the drMirroringState to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetDrOperationStateQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetDrOperationStateQueryParameter(drOperationState *string)

SetDrOperationStateQueryParameter adds the drOperationState to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetFieldsQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetHTTPClient

func (o *MetroclusterNodeCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetMaxRecordsQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetNodeNameQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetNodeNameQueryParameter(nodeName *string)

SetNodeNameQueryParameter adds the nodeName to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetNodeUUIDQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetNodeUUIDQueryParameter(nodeUUID *string)

SetNodeUUIDQueryParameter adds the nodeUuid to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetOrderByQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetReturnRecordsQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterNodeCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) SetTimeout

func (o *MetroclusterNodeCollectionGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithAutomaticUsoQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithAutomaticUsoQueryParameter(automaticUso *bool) *MetroclusterNodeCollectionGetParams

WithAutomaticUsoQueryParameter adds the automaticUso to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithClusterNameQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithClusterNameQueryParameter(clusterName *string) *MetroclusterNodeCollectionGetParams

WithClusterNameQueryParameter adds the clusterName to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithClusterUUIDQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithClusterUUIDQueryParameter(clusterUUID *string) *MetroclusterNodeCollectionGetParams

WithClusterUUIDQueryParameter adds the clusterUUID to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithConfigurationStateQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithConfigurationStateQueryParameter(configurationState *string) *MetroclusterNodeCollectionGetParams

WithConfigurationStateQueryParameter adds the configurationState to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithContext

WithContext adds the context to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster node collection get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterNodeCollectionGetParams) WithDrGroupIDQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithDrGroupIDQueryParameter(drGroupID *int64) *MetroclusterNodeCollectionGetParams

WithDrGroupIDQueryParameter adds the drGroupID to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithDrMirroringStateQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithDrMirroringStateQueryParameter(drMirroringState *string) *MetroclusterNodeCollectionGetParams

WithDrMirroringStateQueryParameter adds the drMirroringState to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithDrOperationStateQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithDrOperationStateQueryParameter(drOperationState *string) *MetroclusterNodeCollectionGetParams

WithDrOperationStateQueryParameter adds the drOperationState to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithFieldsQueryParameter

WithFieldsQueryParameter adds the fields to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithMaxRecordsQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *MetroclusterNodeCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithNodeNameQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithNodeNameQueryParameter(nodeName *string) *MetroclusterNodeCollectionGetParams

WithNodeNameQueryParameter adds the nodeName to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithNodeUUIDQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithNodeUUIDQueryParameter(nodeUUID *string) *MetroclusterNodeCollectionGetParams

WithNodeUUIDQueryParameter adds the nodeUUID to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithOrderByQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *MetroclusterNodeCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithReturnRecordsQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *MetroclusterNodeCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterNodeCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterNodeCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster node collection get params

func (*MetroclusterNodeCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterNodeCollectionGetReader

type MetroclusterNodeCollectionGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterNodeCollectionGetReader is a Reader for the MetroclusterNodeCollectionGet structure.

func (*MetroclusterNodeCollectionGetReader) ReadResponse

func (o *MetroclusterNodeCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterNodeGetDefault

type MetroclusterNodeGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterNodeGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. |

func NewMetroclusterNodeGetDefault

func NewMetroclusterNodeGetDefault(code int) *MetroclusterNodeGetDefault

NewMetroclusterNodeGetDefault creates a MetroclusterNodeGetDefault with default headers values

func (*MetroclusterNodeGetDefault) Code

func (o *MetroclusterNodeGetDefault) Code() int

Code gets the status code for the metrocluster node get default response

func (*MetroclusterNodeGetDefault) Error

func (*MetroclusterNodeGetDefault) GetPayload

func (*MetroclusterNodeGetDefault) IsClientError

func (o *MetroclusterNodeGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster node get default response has a 4xx status code

func (*MetroclusterNodeGetDefault) IsCode

func (o *MetroclusterNodeGetDefault) IsCode(code int) bool

IsCode returns true when this metrocluster node get default response a status code equal to that given

func (*MetroclusterNodeGetDefault) IsRedirect

func (o *MetroclusterNodeGetDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster node get default response has a 3xx status code

func (*MetroclusterNodeGetDefault) IsServerError

func (o *MetroclusterNodeGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster node get default response has a 5xx status code

func (*MetroclusterNodeGetDefault) IsSuccess

func (o *MetroclusterNodeGetDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster node get default response has a 2xx status code

func (*MetroclusterNodeGetDefault) String

func (o *MetroclusterNodeGetDefault) String() string

type MetroclusterNodeGetOK

type MetroclusterNodeGetOK struct {
	Payload *models.MetroclusterNode
}

MetroclusterNodeGetOK describes a response with status code 200, with default header values.

OK

func NewMetroclusterNodeGetOK

func NewMetroclusterNodeGetOK() *MetroclusterNodeGetOK

NewMetroclusterNodeGetOK creates a MetroclusterNodeGetOK with default headers values

func (*MetroclusterNodeGetOK) Error

func (o *MetroclusterNodeGetOK) Error() string

func (*MetroclusterNodeGetOK) GetPayload

func (*MetroclusterNodeGetOK) IsClientError

func (o *MetroclusterNodeGetOK) IsClientError() bool

IsClientError returns true when this metrocluster node get o k response has a 4xx status code

func (*MetroclusterNodeGetOK) IsCode

func (o *MetroclusterNodeGetOK) IsCode(code int) bool

IsCode returns true when this metrocluster node get o k response a status code equal to that given

func (*MetroclusterNodeGetOK) IsRedirect

func (o *MetroclusterNodeGetOK) IsRedirect() bool

IsRedirect returns true when this metrocluster node get o k response has a 3xx status code

func (*MetroclusterNodeGetOK) IsServerError

func (o *MetroclusterNodeGetOK) IsServerError() bool

IsServerError returns true when this metrocluster node get o k response has a 5xx status code

func (*MetroclusterNodeGetOK) IsSuccess

func (o *MetroclusterNodeGetOK) IsSuccess() bool

IsSuccess returns true when this metrocluster node get o k response has a 2xx status code

func (*MetroclusterNodeGetOK) String

func (o *MetroclusterNodeGetOK) String() string

type MetroclusterNodeGetParams

type MetroclusterNodeGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* NodeUUID.

	   Node UUID
	*/
	NodeUUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterNodeGetParams contains all the parameters to send to the API endpoint

for the metrocluster node get operation.

Typically these are written to a http.Request.

func NewMetroclusterNodeGetParams

func NewMetroclusterNodeGetParams() *MetroclusterNodeGetParams

NewMetroclusterNodeGetParams creates a new MetroclusterNodeGetParams 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 NewMetroclusterNodeGetParamsWithContext

func NewMetroclusterNodeGetParamsWithContext(ctx context.Context) *MetroclusterNodeGetParams

NewMetroclusterNodeGetParamsWithContext creates a new MetroclusterNodeGetParams object with the ability to set a context for a request.

func NewMetroclusterNodeGetParamsWithHTTPClient

func NewMetroclusterNodeGetParamsWithHTTPClient(client *http.Client) *MetroclusterNodeGetParams

NewMetroclusterNodeGetParamsWithHTTPClient creates a new MetroclusterNodeGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterNodeGetParamsWithTimeout

func NewMetroclusterNodeGetParamsWithTimeout(timeout time.Duration) *MetroclusterNodeGetParams

NewMetroclusterNodeGetParamsWithTimeout creates a new MetroclusterNodeGetParams object with the ability to set a timeout on a request.

func (*MetroclusterNodeGetParams) SetContext

func (o *MetroclusterNodeGetParams) SetContext(ctx context.Context)

SetContext adds the context to the metrocluster node get params

func (*MetroclusterNodeGetParams) SetDefaults

func (o *MetroclusterNodeGetParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster node get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterNodeGetParams) SetFieldsQueryParameter

func (o *MetroclusterNodeGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster node get params

func (*MetroclusterNodeGetParams) SetHTTPClient

func (o *MetroclusterNodeGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster node get params

func (*MetroclusterNodeGetParams) SetNodeUUIDPathParameter

func (o *MetroclusterNodeGetParams) SetNodeUUIDPathParameter(nodeUUID string)

SetNodeUUIDPathParameter adds the nodeUuid to the metrocluster node get params

func (*MetroclusterNodeGetParams) SetTimeout

func (o *MetroclusterNodeGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster node get params

func (*MetroclusterNodeGetParams) WithContext

WithContext adds the context to the metrocluster node get params

func (*MetroclusterNodeGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster node get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterNodeGetParams) WithFieldsQueryParameter

func (o *MetroclusterNodeGetParams) WithFieldsQueryParameter(fields []string) *MetroclusterNodeGetParams

WithFieldsQueryParameter adds the fields to the metrocluster node get params

func (*MetroclusterNodeGetParams) WithHTTPClient

func (o *MetroclusterNodeGetParams) WithHTTPClient(client *http.Client) *MetroclusterNodeGetParams

WithHTTPClient adds the HTTPClient to the metrocluster node get params

func (*MetroclusterNodeGetParams) WithNodeUUIDPathParameter

func (o *MetroclusterNodeGetParams) WithNodeUUIDPathParameter(nodeUUID string) *MetroclusterNodeGetParams

WithNodeUUIDPathParameter adds the nodeUUID to the metrocluster node get params

func (*MetroclusterNodeGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster node get params

func (*MetroclusterNodeGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterNodeGetReader

type MetroclusterNodeGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterNodeGetReader is a Reader for the MetroclusterNodeGet structure.

func (*MetroclusterNodeGetReader) ReadResponse

func (o *MetroclusterNodeGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterOperationCollectionGetDefault

type MetroclusterOperationCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterOperationCollectionGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. |

func NewMetroclusterOperationCollectionGetDefault

func NewMetroclusterOperationCollectionGetDefault(code int) *MetroclusterOperationCollectionGetDefault

NewMetroclusterOperationCollectionGetDefault creates a MetroclusterOperationCollectionGetDefault with default headers values

func (*MetroclusterOperationCollectionGetDefault) Code

Code gets the status code for the metrocluster operation collection get default response

func (*MetroclusterOperationCollectionGetDefault) Error

func (*MetroclusterOperationCollectionGetDefault) GetPayload

func (*MetroclusterOperationCollectionGetDefault) IsClientError

IsClientError returns true when this metrocluster operation collection get default response has a 4xx status code

func (*MetroclusterOperationCollectionGetDefault) IsCode

IsCode returns true when this metrocluster operation collection get default response a status code equal to that given

func (*MetroclusterOperationCollectionGetDefault) IsRedirect

IsRedirect returns true when this metrocluster operation collection get default response has a 3xx status code

func (*MetroclusterOperationCollectionGetDefault) IsServerError

IsServerError returns true when this metrocluster operation collection get default response has a 5xx status code

func (*MetroclusterOperationCollectionGetDefault) IsSuccess

IsSuccess returns true when this metrocluster operation collection get default response has a 2xx status code

func (*MetroclusterOperationCollectionGetDefault) String

type MetroclusterOperationCollectionGetOK

type MetroclusterOperationCollectionGetOK struct {
	Payload *models.MetroclusterOperationResponse
}

MetroclusterOperationCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewMetroclusterOperationCollectionGetOK

func NewMetroclusterOperationCollectionGetOK() *MetroclusterOperationCollectionGetOK

NewMetroclusterOperationCollectionGetOK creates a MetroclusterOperationCollectionGetOK with default headers values

func (*MetroclusterOperationCollectionGetOK) Error

func (*MetroclusterOperationCollectionGetOK) GetPayload

func (*MetroclusterOperationCollectionGetOK) IsClientError

func (o *MetroclusterOperationCollectionGetOK) IsClientError() bool

IsClientError returns true when this metrocluster operation collection get o k response has a 4xx status code

func (*MetroclusterOperationCollectionGetOK) IsCode

IsCode returns true when this metrocluster operation collection get o k response a status code equal to that given

func (*MetroclusterOperationCollectionGetOK) IsRedirect

IsRedirect returns true when this metrocluster operation collection get o k response has a 3xx status code

func (*MetroclusterOperationCollectionGetOK) IsServerError

func (o *MetroclusterOperationCollectionGetOK) IsServerError() bool

IsServerError returns true when this metrocluster operation collection get o k response has a 5xx status code

func (*MetroclusterOperationCollectionGetOK) IsSuccess

IsSuccess returns true when this metrocluster operation collection get o k response has a 2xx status code

func (*MetroclusterOperationCollectionGetOK) String

type MetroclusterOperationCollectionGetParams

type MetroclusterOperationCollectionGetParams struct {

	/* AdditionalInfo.

	   Filter by additional_info
	*/
	AdditionalInfoQueryParameter *string

	/* CommandLine.

	   Filter by command_line
	*/
	CommandLineQueryParameter *string

	/* EndTime.

	   Filter by end_time
	*/
	EndTimeQueryParameter *string

	/* Errors.

	   Filter by errors
	*/
	ErrorsQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* NodeName.

	   Filter by node.name
	*/
	NodeNameQueryParameter *string

	/* NodeUUID.

	   Filter by node.uuid
	*/
	NodeUUIDQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* StartTime.

	   Filter by start_time
	*/
	StartTimeQueryParameter *string

	/* State.

	   Filter by state
	*/
	StateQueryParameter *string

	/* Type.

	   Filter by type
	*/
	TypeQueryParameter *string

	/* UUID.

	   Filter by uuid
	*/
	UUIDQueryParameter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterOperationCollectionGetParams contains all the parameters to send to the API endpoint

for the metrocluster operation collection get operation.

Typically these are written to a http.Request.

func NewMetroclusterOperationCollectionGetParams

func NewMetroclusterOperationCollectionGetParams() *MetroclusterOperationCollectionGetParams

NewMetroclusterOperationCollectionGetParams creates a new MetroclusterOperationCollectionGetParams 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 NewMetroclusterOperationCollectionGetParamsWithContext

func NewMetroclusterOperationCollectionGetParamsWithContext(ctx context.Context) *MetroclusterOperationCollectionGetParams

NewMetroclusterOperationCollectionGetParamsWithContext creates a new MetroclusterOperationCollectionGetParams object with the ability to set a context for a request.

func NewMetroclusterOperationCollectionGetParamsWithHTTPClient

func NewMetroclusterOperationCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterOperationCollectionGetParams

NewMetroclusterOperationCollectionGetParamsWithHTTPClient creates a new MetroclusterOperationCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterOperationCollectionGetParamsWithTimeout

func NewMetroclusterOperationCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterOperationCollectionGetParams

NewMetroclusterOperationCollectionGetParamsWithTimeout creates a new MetroclusterOperationCollectionGetParams object with the ability to set a timeout on a request.

func (*MetroclusterOperationCollectionGetParams) SetAdditionalInfoQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetAdditionalInfoQueryParameter(additionalInfo *string)

SetAdditionalInfoQueryParameter adds the additionalInfo to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetCommandLineQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetCommandLineQueryParameter(commandLine *string)

SetCommandLineQueryParameter adds the commandLine to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetContext

SetContext adds the context to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetDefaults

SetDefaults hydrates default values in the metrocluster operation collection get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterOperationCollectionGetParams) SetEndTimeQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetEndTimeQueryParameter(endTime *string)

SetEndTimeQueryParameter adds the endTime to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetErrorsQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetErrorsQueryParameter(errors *string)

SetErrorsQueryParameter adds the errors to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetFieldsQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetHTTPClient

func (o *MetroclusterOperationCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetMaxRecordsQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetNodeNameQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetNodeNameQueryParameter(nodeName *string)

SetNodeNameQueryParameter adds the nodeName to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetNodeUUIDQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetNodeUUIDQueryParameter(nodeUUID *string)

SetNodeUUIDQueryParameter adds the nodeUuid to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetOrderByQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetReturnRecordsQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetStartTimeQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetStartTimeQueryParameter(startTime *string)

SetStartTimeQueryParameter adds the startTime to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetStateQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetStateQueryParameter(state *string)

SetStateQueryParameter adds the state to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetTimeout

SetTimeout adds the timeout to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetTypeQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetTypeQueryParameter(typeVar *string)

SetTypeQueryParameter adds the type to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) SetUUIDQueryParameter

func (o *MetroclusterOperationCollectionGetParams) SetUUIDQueryParameter(uuid *string)

SetUUIDQueryParameter adds the uuid to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithAdditionalInfoQueryParameter

func (o *MetroclusterOperationCollectionGetParams) WithAdditionalInfoQueryParameter(additionalInfo *string) *MetroclusterOperationCollectionGetParams

WithAdditionalInfoQueryParameter adds the additionalInfo to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithCommandLineQueryParameter

func (o *MetroclusterOperationCollectionGetParams) WithCommandLineQueryParameter(commandLine *string) *MetroclusterOperationCollectionGetParams

WithCommandLineQueryParameter adds the commandLine to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithContext

WithContext adds the context to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster operation collection get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterOperationCollectionGetParams) WithEndTimeQueryParameter

WithEndTimeQueryParameter adds the endTime to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithErrorsQueryParameter

WithErrorsQueryParameter adds the errors to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithFieldsQueryParameter

WithFieldsQueryParameter adds the fields to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithMaxRecordsQueryParameter

func (o *MetroclusterOperationCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *MetroclusterOperationCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithNodeNameQueryParameter

WithNodeNameQueryParameter adds the nodeName to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithNodeUUIDQueryParameter

WithNodeUUIDQueryParameter adds the nodeUUID to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithOrderByQueryParameter

WithOrderByQueryParameter adds the orderBy to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithReturnRecordsQueryParameter

func (o *MetroclusterOperationCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *MetroclusterOperationCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterOperationCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterOperationCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithStartTimeQueryParameter

WithStartTimeQueryParameter adds the startTime to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithStateQueryParameter

WithStateQueryParameter adds the state to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithTypeQueryParameter

WithTypeQueryParameter adds the typeVar to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WithUUIDQueryParameter

WithUUIDQueryParameter adds the uuid to the metrocluster operation collection get params

func (*MetroclusterOperationCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterOperationCollectionGetReader

type MetroclusterOperationCollectionGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterOperationCollectionGetReader is a Reader for the MetroclusterOperationCollectionGet structure.

func (*MetroclusterOperationCollectionGetReader) ReadResponse

func (o *MetroclusterOperationCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterOperationGetDefault

type MetroclusterOperationGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
MetroclusterOperationGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 2425734 | An internal error occurred. Wait a few minutes, and try the operation again. For further assistance, contact technical support. |

func NewMetroclusterOperationGetDefault

func NewMetroclusterOperationGetDefault(code int) *MetroclusterOperationGetDefault

NewMetroclusterOperationGetDefault creates a MetroclusterOperationGetDefault with default headers values

func (*MetroclusterOperationGetDefault) Code

Code gets the status code for the metrocluster operation get default response

func (*MetroclusterOperationGetDefault) Error

func (*MetroclusterOperationGetDefault) GetPayload

func (*MetroclusterOperationGetDefault) IsClientError

func (o *MetroclusterOperationGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster operation get default response has a 4xx status code

func (*MetroclusterOperationGetDefault) IsCode

func (o *MetroclusterOperationGetDefault) IsCode(code int) bool

IsCode returns true when this metrocluster operation get default response a status code equal to that given

func (*MetroclusterOperationGetDefault) IsRedirect

func (o *MetroclusterOperationGetDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster operation get default response has a 3xx status code

func (*MetroclusterOperationGetDefault) IsServerError

func (o *MetroclusterOperationGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster operation get default response has a 5xx status code

func (*MetroclusterOperationGetDefault) IsSuccess

func (o *MetroclusterOperationGetDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster operation get default response has a 2xx status code

func (*MetroclusterOperationGetDefault) String

type MetroclusterOperationGetOK

type MetroclusterOperationGetOK struct {
	Payload *models.MetroclusterOperation
}

MetroclusterOperationGetOK describes a response with status code 200, with default header values.

OK

func NewMetroclusterOperationGetOK

func NewMetroclusterOperationGetOK() *MetroclusterOperationGetOK

NewMetroclusterOperationGetOK creates a MetroclusterOperationGetOK with default headers values

func (*MetroclusterOperationGetOK) Error

func (*MetroclusterOperationGetOK) GetPayload

func (*MetroclusterOperationGetOK) IsClientError

func (o *MetroclusterOperationGetOK) IsClientError() bool

IsClientError returns true when this metrocluster operation get o k response has a 4xx status code

func (*MetroclusterOperationGetOK) IsCode

func (o *MetroclusterOperationGetOK) IsCode(code int) bool

IsCode returns true when this metrocluster operation get o k response a status code equal to that given

func (*MetroclusterOperationGetOK) IsRedirect

func (o *MetroclusterOperationGetOK) IsRedirect() bool

IsRedirect returns true when this metrocluster operation get o k response has a 3xx status code

func (*MetroclusterOperationGetOK) IsServerError

func (o *MetroclusterOperationGetOK) IsServerError() bool

IsServerError returns true when this metrocluster operation get o k response has a 5xx status code

func (*MetroclusterOperationGetOK) IsSuccess

func (o *MetroclusterOperationGetOK) IsSuccess() bool

IsSuccess returns true when this metrocluster operation get o k response has a 2xx status code

func (*MetroclusterOperationGetOK) String

func (o *MetroclusterOperationGetOK) String() string

type MetroclusterOperationGetParams

type MetroclusterOperationGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* UUID.

	   Unique identifier for the operation.
	*/
	UUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterOperationGetParams contains all the parameters to send to the API endpoint

for the metrocluster operation get operation.

Typically these are written to a http.Request.

func NewMetroclusterOperationGetParams

func NewMetroclusterOperationGetParams() *MetroclusterOperationGetParams

NewMetroclusterOperationGetParams creates a new MetroclusterOperationGetParams 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 NewMetroclusterOperationGetParamsWithContext

func NewMetroclusterOperationGetParamsWithContext(ctx context.Context) *MetroclusterOperationGetParams

NewMetroclusterOperationGetParamsWithContext creates a new MetroclusterOperationGetParams object with the ability to set a context for a request.

func NewMetroclusterOperationGetParamsWithHTTPClient

func NewMetroclusterOperationGetParamsWithHTTPClient(client *http.Client) *MetroclusterOperationGetParams

NewMetroclusterOperationGetParamsWithHTTPClient creates a new MetroclusterOperationGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterOperationGetParamsWithTimeout

func NewMetroclusterOperationGetParamsWithTimeout(timeout time.Duration) *MetroclusterOperationGetParams

NewMetroclusterOperationGetParamsWithTimeout creates a new MetroclusterOperationGetParams object with the ability to set a timeout on a request.

func (*MetroclusterOperationGetParams) SetContext

func (o *MetroclusterOperationGetParams) SetContext(ctx context.Context)

SetContext adds the context to the metrocluster operation get params

func (*MetroclusterOperationGetParams) SetDefaults

func (o *MetroclusterOperationGetParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster operation get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterOperationGetParams) SetFieldsQueryParameter

func (o *MetroclusterOperationGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster operation get params

func (*MetroclusterOperationGetParams) SetHTTPClient

func (o *MetroclusterOperationGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster operation get params

func (*MetroclusterOperationGetParams) SetTimeout

func (o *MetroclusterOperationGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster operation get params

func (*MetroclusterOperationGetParams) SetUUIDPathParameter

func (o *MetroclusterOperationGetParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the metrocluster operation get params

func (*MetroclusterOperationGetParams) WithContext

WithContext adds the context to the metrocluster operation get params

func (*MetroclusterOperationGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster operation get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterOperationGetParams) WithFieldsQueryParameter

func (o *MetroclusterOperationGetParams) WithFieldsQueryParameter(fields []string) *MetroclusterOperationGetParams

WithFieldsQueryParameter adds the fields to the metrocluster operation get params

func (*MetroclusterOperationGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster operation get params

func (*MetroclusterOperationGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster operation get params

func (*MetroclusterOperationGetParams) WithUUIDPathParameter

WithUUIDPathParameter adds the uuid to the metrocluster operation get params

func (*MetroclusterOperationGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterOperationGetReader

type MetroclusterOperationGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterOperationGetReader is a Reader for the MetroclusterOperationGet structure.

func (*MetroclusterOperationGetReader) ReadResponse

func (o *MetroclusterOperationGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterSvmCollectionGetDefault

type MetroclusterSvmCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

MetroclusterSvmCollectionGetDefault describes a response with status code -1, with default header values.

Error

func NewMetroclusterSvmCollectionGetDefault

func NewMetroclusterSvmCollectionGetDefault(code int) *MetroclusterSvmCollectionGetDefault

NewMetroclusterSvmCollectionGetDefault creates a MetroclusterSvmCollectionGetDefault with default headers values

func (*MetroclusterSvmCollectionGetDefault) Code

Code gets the status code for the metrocluster svm collection get default response

func (*MetroclusterSvmCollectionGetDefault) Error

func (*MetroclusterSvmCollectionGetDefault) GetPayload

func (*MetroclusterSvmCollectionGetDefault) IsClientError

func (o *MetroclusterSvmCollectionGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster svm collection get default response has a 4xx status code

func (*MetroclusterSvmCollectionGetDefault) IsCode

IsCode returns true when this metrocluster svm collection get default response a status code equal to that given

func (*MetroclusterSvmCollectionGetDefault) IsRedirect

func (o *MetroclusterSvmCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster svm collection get default response has a 3xx status code

func (*MetroclusterSvmCollectionGetDefault) IsServerError

func (o *MetroclusterSvmCollectionGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster svm collection get default response has a 5xx status code

func (*MetroclusterSvmCollectionGetDefault) IsSuccess

IsSuccess returns true when this metrocluster svm collection get default response has a 2xx status code

func (*MetroclusterSvmCollectionGetDefault) String

type MetroclusterSvmCollectionGetOK

type MetroclusterSvmCollectionGetOK struct {
	Payload *models.MetroclusterSvmResponse
}

MetroclusterSvmCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewMetroclusterSvmCollectionGetOK

func NewMetroclusterSvmCollectionGetOK() *MetroclusterSvmCollectionGetOK

NewMetroclusterSvmCollectionGetOK creates a MetroclusterSvmCollectionGetOK with default headers values

func (*MetroclusterSvmCollectionGetOK) Error

func (*MetroclusterSvmCollectionGetOK) GetPayload

func (*MetroclusterSvmCollectionGetOK) IsClientError

func (o *MetroclusterSvmCollectionGetOK) IsClientError() bool

IsClientError returns true when this metrocluster svm collection get o k response has a 4xx status code

func (*MetroclusterSvmCollectionGetOK) IsCode

func (o *MetroclusterSvmCollectionGetOK) IsCode(code int) bool

IsCode returns true when this metrocluster svm collection get o k response a status code equal to that given

func (*MetroclusterSvmCollectionGetOK) IsRedirect

func (o *MetroclusterSvmCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this metrocluster svm collection get o k response has a 3xx status code

func (*MetroclusterSvmCollectionGetOK) IsServerError

func (o *MetroclusterSvmCollectionGetOK) IsServerError() bool

IsServerError returns true when this metrocluster svm collection get o k response has a 5xx status code

func (*MetroclusterSvmCollectionGetOK) IsSuccess

func (o *MetroclusterSvmCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this metrocluster svm collection get o k response has a 2xx status code

func (*MetroclusterSvmCollectionGetOK) String

type MetroclusterSvmCollectionGetParams

type MetroclusterSvmCollectionGetParams struct {

	/* ClusterName.

	   Filter by cluster.name
	*/
	ClusterNameQueryParameter *string

	/* ClusterUUID.

	   Filter by cluster.uuid
	*/
	ClusterUUIDQueryParameter *string

	/* ConfigurationState.

	   Filter by configuration_state
	*/
	ConfigurationStateQueryParameter *string

	/* FailedReason.

	   Filter by failed_reason
	*/
	FailedReasonQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* PartnerSvmName.

	   Filter by partner_svm.name
	*/
	PartnerSVMNameQueryParameter *string

	/* PartnerSvmUUID.

	   Filter by partner_svm.uuid
	*/
	PartnerSVMUUIDQueryParameter *string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* SvmName.

	   Filter by svm.name
	*/
	SVMNameQueryParameter *string

	/* SvmUUID.

	   Filter by svm.uuid
	*/
	SVMUUIDQueryParameter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterSvmCollectionGetParams contains all the parameters to send to the API endpoint

for the metrocluster svm collection get operation.

Typically these are written to a http.Request.

func NewMetroclusterSvmCollectionGetParams

func NewMetroclusterSvmCollectionGetParams() *MetroclusterSvmCollectionGetParams

NewMetroclusterSvmCollectionGetParams creates a new MetroclusterSvmCollectionGetParams 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 NewMetroclusterSvmCollectionGetParamsWithContext

func NewMetroclusterSvmCollectionGetParamsWithContext(ctx context.Context) *MetroclusterSvmCollectionGetParams

NewMetroclusterSvmCollectionGetParamsWithContext creates a new MetroclusterSvmCollectionGetParams object with the ability to set a context for a request.

func NewMetroclusterSvmCollectionGetParamsWithHTTPClient

func NewMetroclusterSvmCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterSvmCollectionGetParams

NewMetroclusterSvmCollectionGetParamsWithHTTPClient creates a new MetroclusterSvmCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterSvmCollectionGetParamsWithTimeout

func NewMetroclusterSvmCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterSvmCollectionGetParams

NewMetroclusterSvmCollectionGetParamsWithTimeout creates a new MetroclusterSvmCollectionGetParams object with the ability to set a timeout on a request.

func (*MetroclusterSvmCollectionGetParams) SetClusterNameQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetClusterNameQueryParameter(clusterName *string)

SetClusterNameQueryParameter adds the clusterName to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetClusterUUIDQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetClusterUUIDQueryParameter(clusterUUID *string)

SetClusterUUIDQueryParameter adds the clusterUuid to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetConfigurationStateQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetConfigurationStateQueryParameter(configurationState *string)

SetConfigurationStateQueryParameter adds the configurationState to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetContext

SetContext adds the context to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetDefaults

func (o *MetroclusterSvmCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster svm collection get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterSvmCollectionGetParams) SetFailedReasonQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetFailedReasonQueryParameter(failedReason *string)

SetFailedReasonQueryParameter adds the failedReason to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetFieldsQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetHTTPClient

func (o *MetroclusterSvmCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetMaxRecordsQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetOrderByQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetPartnerSVMNameQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetPartnerSVMNameQueryParameter(partnerSvmName *string)

SetPartnerSVMNameQueryParameter adds the partnerSvmName to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetPartnerSVMUUIDQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetPartnerSVMUUIDQueryParameter(partnerSvmUUID *string)

SetPartnerSVMUUIDQueryParameter adds the partnerSvmUuid to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetReturnRecordsQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetSVMNameQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetSVMNameQueryParameter(svmName *string)

SetSVMNameQueryParameter adds the svmName to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetSVMUUIDQueryParameter

func (o *MetroclusterSvmCollectionGetParams) SetSVMUUIDQueryParameter(svmUUID *string)

SetSVMUUIDQueryParameter adds the svmUuid to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) SetTimeout

func (o *MetroclusterSvmCollectionGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithClusterNameQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithClusterNameQueryParameter(clusterName *string) *MetroclusterSvmCollectionGetParams

WithClusterNameQueryParameter adds the clusterName to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithClusterUUIDQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithClusterUUIDQueryParameter(clusterUUID *string) *MetroclusterSvmCollectionGetParams

WithClusterUUIDQueryParameter adds the clusterUUID to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithConfigurationStateQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithConfigurationStateQueryParameter(configurationState *string) *MetroclusterSvmCollectionGetParams

WithConfigurationStateQueryParameter adds the configurationState to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithContext

WithContext adds the context to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster svm collection get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterSvmCollectionGetParams) WithFailedReasonQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithFailedReasonQueryParameter(failedReason *string) *MetroclusterSvmCollectionGetParams

WithFailedReasonQueryParameter adds the failedReason to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithFieldsQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithFieldsQueryParameter(fields []string) *MetroclusterSvmCollectionGetParams

WithFieldsQueryParameter adds the fields to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithMaxRecordsQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *MetroclusterSvmCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithOrderByQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *MetroclusterSvmCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithPartnerSVMNameQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithPartnerSVMNameQueryParameter(partnerSvmName *string) *MetroclusterSvmCollectionGetParams

WithPartnerSVMNameQueryParameter adds the partnerSvmName to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithPartnerSVMUUIDQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithPartnerSVMUUIDQueryParameter(partnerSvmUUID *string) *MetroclusterSvmCollectionGetParams

WithPartnerSVMUUIDQueryParameter adds the partnerSvmUUID to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithReturnRecordsQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *MetroclusterSvmCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *MetroclusterSvmCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithSVMNameQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithSVMNameQueryParameter(svmName *string) *MetroclusterSvmCollectionGetParams

WithSVMNameQueryParameter adds the svmName to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithSVMUUIDQueryParameter

func (o *MetroclusterSvmCollectionGetParams) WithSVMUUIDQueryParameter(svmUUID *string) *MetroclusterSvmCollectionGetParams

WithSVMUUIDQueryParameter adds the svmUUID to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster svm collection get params

func (*MetroclusterSvmCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterSvmCollectionGetReader

type MetroclusterSvmCollectionGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterSvmCollectionGetReader is a Reader for the MetroclusterSvmCollectionGet structure.

func (*MetroclusterSvmCollectionGetReader) ReadResponse

func (o *MetroclusterSvmCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MetroclusterSvmGetDefault

type MetroclusterSvmGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

MetroclusterSvmGetDefault describes a response with status code -1, with default header values.

Error

func NewMetroclusterSvmGetDefault

func NewMetroclusterSvmGetDefault(code int) *MetroclusterSvmGetDefault

NewMetroclusterSvmGetDefault creates a MetroclusterSvmGetDefault with default headers values

func (*MetroclusterSvmGetDefault) Code

func (o *MetroclusterSvmGetDefault) Code() int

Code gets the status code for the metrocluster svm get default response

func (*MetroclusterSvmGetDefault) Error

func (o *MetroclusterSvmGetDefault) Error() string

func (*MetroclusterSvmGetDefault) GetPayload

func (*MetroclusterSvmGetDefault) IsClientError

func (o *MetroclusterSvmGetDefault) IsClientError() bool

IsClientError returns true when this metrocluster svm get default response has a 4xx status code

func (*MetroclusterSvmGetDefault) IsCode

func (o *MetroclusterSvmGetDefault) IsCode(code int) bool

IsCode returns true when this metrocluster svm get default response a status code equal to that given

func (*MetroclusterSvmGetDefault) IsRedirect

func (o *MetroclusterSvmGetDefault) IsRedirect() bool

IsRedirect returns true when this metrocluster svm get default response has a 3xx status code

func (*MetroclusterSvmGetDefault) IsServerError

func (o *MetroclusterSvmGetDefault) IsServerError() bool

IsServerError returns true when this metrocluster svm get default response has a 5xx status code

func (*MetroclusterSvmGetDefault) IsSuccess

func (o *MetroclusterSvmGetDefault) IsSuccess() bool

IsSuccess returns true when this metrocluster svm get default response has a 2xx status code

func (*MetroclusterSvmGetDefault) String

func (o *MetroclusterSvmGetDefault) String() string

type MetroclusterSvmGetOK

type MetroclusterSvmGetOK struct {
	Payload *models.MetroclusterSvm
}

MetroclusterSvmGetOK describes a response with status code 200, with default header values.

OK

func NewMetroclusterSvmGetOK

func NewMetroclusterSvmGetOK() *MetroclusterSvmGetOK

NewMetroclusterSvmGetOK creates a MetroclusterSvmGetOK with default headers values

func (*MetroclusterSvmGetOK) Error

func (o *MetroclusterSvmGetOK) Error() string

func (*MetroclusterSvmGetOK) GetPayload

func (o *MetroclusterSvmGetOK) GetPayload() *models.MetroclusterSvm

func (*MetroclusterSvmGetOK) IsClientError

func (o *MetroclusterSvmGetOK) IsClientError() bool

IsClientError returns true when this metrocluster svm get o k response has a 4xx status code

func (*MetroclusterSvmGetOK) IsCode

func (o *MetroclusterSvmGetOK) IsCode(code int) bool

IsCode returns true when this metrocluster svm get o k response a status code equal to that given

func (*MetroclusterSvmGetOK) IsRedirect

func (o *MetroclusterSvmGetOK) IsRedirect() bool

IsRedirect returns true when this metrocluster svm get o k response has a 3xx status code

func (*MetroclusterSvmGetOK) IsServerError

func (o *MetroclusterSvmGetOK) IsServerError() bool

IsServerError returns true when this metrocluster svm get o k response has a 5xx status code

func (*MetroclusterSvmGetOK) IsSuccess

func (o *MetroclusterSvmGetOK) IsSuccess() bool

IsSuccess returns true when this metrocluster svm get o k response has a 2xx status code

func (*MetroclusterSvmGetOK) String

func (o *MetroclusterSvmGetOK) String() string

type MetroclusterSvmGetParams

type MetroclusterSvmGetParams struct {

	/* ClusterUUID.

	   Cluster ID
	*/
	ClusterUUIDPathParameter string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* SvmUUID.

	   SVM UUID
	*/
	SVMUUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MetroclusterSvmGetParams contains all the parameters to send to the API endpoint

for the metrocluster svm get operation.

Typically these are written to a http.Request.

func NewMetroclusterSvmGetParams

func NewMetroclusterSvmGetParams() *MetroclusterSvmGetParams

NewMetroclusterSvmGetParams creates a new MetroclusterSvmGetParams 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 NewMetroclusterSvmGetParamsWithContext

func NewMetroclusterSvmGetParamsWithContext(ctx context.Context) *MetroclusterSvmGetParams

NewMetroclusterSvmGetParamsWithContext creates a new MetroclusterSvmGetParams object with the ability to set a context for a request.

func NewMetroclusterSvmGetParamsWithHTTPClient

func NewMetroclusterSvmGetParamsWithHTTPClient(client *http.Client) *MetroclusterSvmGetParams

NewMetroclusterSvmGetParamsWithHTTPClient creates a new MetroclusterSvmGetParams object with the ability to set a custom HTTPClient for a request.

func NewMetroclusterSvmGetParamsWithTimeout

func NewMetroclusterSvmGetParamsWithTimeout(timeout time.Duration) *MetroclusterSvmGetParams

NewMetroclusterSvmGetParamsWithTimeout creates a new MetroclusterSvmGetParams object with the ability to set a timeout on a request.

func (*MetroclusterSvmGetParams) SetClusterUUIDPathParameter

func (o *MetroclusterSvmGetParams) SetClusterUUIDPathParameter(clusterUUID string)

SetClusterUUIDPathParameter adds the clusterUuid to the metrocluster svm get params

func (*MetroclusterSvmGetParams) SetContext

func (o *MetroclusterSvmGetParams) SetContext(ctx context.Context)

SetContext adds the context to the metrocluster svm get params

func (*MetroclusterSvmGetParams) SetDefaults

func (o *MetroclusterSvmGetParams) SetDefaults()

SetDefaults hydrates default values in the metrocluster svm get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterSvmGetParams) SetFieldsQueryParameter

func (o *MetroclusterSvmGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the metrocluster svm get params

func (*MetroclusterSvmGetParams) SetHTTPClient

func (o *MetroclusterSvmGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the metrocluster svm get params

func (*MetroclusterSvmGetParams) SetSVMUUIDPathParameter

func (o *MetroclusterSvmGetParams) SetSVMUUIDPathParameter(svmUUID string)

SetSVMUUIDPathParameter adds the svmUuid to the metrocluster svm get params

func (*MetroclusterSvmGetParams) SetTimeout

func (o *MetroclusterSvmGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the metrocluster svm get params

func (*MetroclusterSvmGetParams) WithClusterUUIDPathParameter

func (o *MetroclusterSvmGetParams) WithClusterUUIDPathParameter(clusterUUID string) *MetroclusterSvmGetParams

WithClusterUUIDPathParameter adds the clusterUUID to the metrocluster svm get params

func (*MetroclusterSvmGetParams) WithContext

WithContext adds the context to the metrocluster svm get params

func (*MetroclusterSvmGetParams) WithDefaults

WithDefaults hydrates default values in the metrocluster svm get params (not the query body).

All values with no default are reset to their zero value.

func (*MetroclusterSvmGetParams) WithFieldsQueryParameter

func (o *MetroclusterSvmGetParams) WithFieldsQueryParameter(fields []string) *MetroclusterSvmGetParams

WithFieldsQueryParameter adds the fields to the metrocluster svm get params

func (*MetroclusterSvmGetParams) WithHTTPClient

func (o *MetroclusterSvmGetParams) WithHTTPClient(client *http.Client) *MetroclusterSvmGetParams

WithHTTPClient adds the HTTPClient to the metrocluster svm get params

func (*MetroclusterSvmGetParams) WithSVMUUIDPathParameter

func (o *MetroclusterSvmGetParams) WithSVMUUIDPathParameter(svmUUID string) *MetroclusterSvmGetParams

WithSVMUUIDPathParameter adds the svmUUID to the metrocluster svm get params

func (*MetroclusterSvmGetParams) WithTimeout

WithTimeout adds the timeout to the metrocluster svm get params

func (*MetroclusterSvmGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MetroclusterSvmGetReader

type MetroclusterSvmGetReader struct {
	// contains filtered or unexported fields
}

MetroclusterSvmGetReader is a Reader for the MetroclusterSvmGet structure.

func (*MetroclusterSvmGetReader) ReadResponse

func (o *MetroclusterSvmGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodeDeleteAccepted

type NodeDeleteAccepted struct {
	Payload *models.JobLinkResponse
}

NodeDeleteAccepted describes a response with status code 202, with default header values.

Accepted

func NewNodeDeleteAccepted

func NewNodeDeleteAccepted() *NodeDeleteAccepted

NewNodeDeleteAccepted creates a NodeDeleteAccepted with default headers values

func (*NodeDeleteAccepted) Error

func (o *NodeDeleteAccepted) Error() string

func (*NodeDeleteAccepted) GetPayload

func (o *NodeDeleteAccepted) GetPayload() *models.JobLinkResponse

func (*NodeDeleteAccepted) IsClientError

func (o *NodeDeleteAccepted) IsClientError() bool

IsClientError returns true when this node delete accepted response has a 4xx status code

func (*NodeDeleteAccepted) IsCode

func (o *NodeDeleteAccepted) IsCode(code int) bool

IsCode returns true when this node delete accepted response a status code equal to that given

func (*NodeDeleteAccepted) IsRedirect

func (o *NodeDeleteAccepted) IsRedirect() bool

IsRedirect returns true when this node delete accepted response has a 3xx status code

func (*NodeDeleteAccepted) IsServerError

func (o *NodeDeleteAccepted) IsServerError() bool

IsServerError returns true when this node delete accepted response has a 5xx status code

func (*NodeDeleteAccepted) IsSuccess

func (o *NodeDeleteAccepted) IsSuccess() bool

IsSuccess returns true when this node delete accepted response has a 2xx status code

func (*NodeDeleteAccepted) String

func (o *NodeDeleteAccepted) String() string

type NodeDeleteDefault

type NodeDeleteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
NodeDeleteDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 458755 | Replication service is offline. | | 458758 | Failed to load job for cluster remove node operation as the job exists. | | 1179732 | Cannot remove a node in a single-node cluster. | | 1179735 | Node is not part of a cluster. | | 1182805 | Cannot remove a node from the node network address of the node to be removed. | | 2293765 | Removing a node only works for nodes not in failover configuration. | | 2293767 | Node has volumes. Either move or delete them from the node before removing the node. | | 2293768 | Node is the home node for one or more logical interfaces. | | 2293769 | Node is the current node for one or more logical interfaces. | | 2293770 | Node has data logical interfaces configured as target node. | | 2293789 | Removing a node only works for nodes not in HA configuration. | | 2293796 | Cluster ring is offline on the node | | 2293798 | Cannot forcibly remove a node that is online. | | 2293800 | Node is configured with MetroCluster. | | 2293801 | Cannot remove node because it has foreign LUN Imports. | | 2293812 | Node is a member of MetroCluster DR group. | | 2293813 | Cannot remove a node from the cluster because a controller replacement is in progress. | | 2293814 | The DELETE operation is not supported until the cluster is upgraded. | | 2293816 | Cannot remove node because its Storage Encryption devices use authentication keys (AKs) that will not be available to the node after it leaves the cluster. |

func NewNodeDeleteDefault

func NewNodeDeleteDefault(code int) *NodeDeleteDefault

NewNodeDeleteDefault creates a NodeDeleteDefault with default headers values

func (*NodeDeleteDefault) Code

func (o *NodeDeleteDefault) Code() int

Code gets the status code for the node delete default response

func (*NodeDeleteDefault) Error

func (o *NodeDeleteDefault) Error() string

func (*NodeDeleteDefault) GetPayload

func (o *NodeDeleteDefault) GetPayload() *models.ErrorResponse

func (*NodeDeleteDefault) IsClientError

func (o *NodeDeleteDefault) IsClientError() bool

IsClientError returns true when this node delete default response has a 4xx status code

func (*NodeDeleteDefault) IsCode

func (o *NodeDeleteDefault) IsCode(code int) bool

IsCode returns true when this node delete default response a status code equal to that given

func (*NodeDeleteDefault) IsRedirect

func (o *NodeDeleteDefault) IsRedirect() bool

IsRedirect returns true when this node delete default response has a 3xx status code

func (*NodeDeleteDefault) IsServerError

func (o *NodeDeleteDefault) IsServerError() bool

IsServerError returns true when this node delete default response has a 5xx status code

func (*NodeDeleteDefault) IsSuccess

func (o *NodeDeleteDefault) IsSuccess() bool

IsSuccess returns true when this node delete default response has a 2xx status code

func (*NodeDeleteDefault) String

func (o *NodeDeleteDefault) String() string

type NodeDeleteParams

type NodeDeleteParams struct {

	/* Force.

	   Set the force flag to "true" to forcibly remove a node that is down and cannot be brought online to remove its shared resources.

	*/
	ForceQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	// UUID.
	UUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodeDeleteParams contains all the parameters to send to the API endpoint

for the node delete operation.

Typically these are written to a http.Request.

func NewNodeDeleteParams

func NewNodeDeleteParams() *NodeDeleteParams

NewNodeDeleteParams creates a new NodeDeleteParams 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 NewNodeDeleteParamsWithContext

func NewNodeDeleteParamsWithContext(ctx context.Context) *NodeDeleteParams

NewNodeDeleteParamsWithContext creates a new NodeDeleteParams object with the ability to set a context for a request.

func NewNodeDeleteParamsWithHTTPClient

func NewNodeDeleteParamsWithHTTPClient(client *http.Client) *NodeDeleteParams

NewNodeDeleteParamsWithHTTPClient creates a new NodeDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewNodeDeleteParamsWithTimeout

func NewNodeDeleteParamsWithTimeout(timeout time.Duration) *NodeDeleteParams

NewNodeDeleteParamsWithTimeout creates a new NodeDeleteParams object with the ability to set a timeout on a request.

func (*NodeDeleteParams) SetContext

func (o *NodeDeleteParams) SetContext(ctx context.Context)

SetContext adds the context to the node delete params

func (*NodeDeleteParams) SetDefaults

func (o *NodeDeleteParams) SetDefaults()

SetDefaults hydrates default values in the node delete params (not the query body).

All values with no default are reset to their zero value.

func (*NodeDeleteParams) SetForceQueryParameter

func (o *NodeDeleteParams) SetForceQueryParameter(force *bool)

SetForceQueryParameter adds the force to the node delete params

func (*NodeDeleteParams) SetHTTPClient

func (o *NodeDeleteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the node delete params

func (*NodeDeleteParams) SetReturnTimeoutQueryParameter

func (o *NodeDeleteParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the node delete params

func (*NodeDeleteParams) SetTimeout

func (o *NodeDeleteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the node delete params

func (*NodeDeleteParams) SetUUIDPathParameter

func (o *NodeDeleteParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the node delete params

func (*NodeDeleteParams) WithContext

func (o *NodeDeleteParams) WithContext(ctx context.Context) *NodeDeleteParams

WithContext adds the context to the node delete params

func (*NodeDeleteParams) WithDefaults

func (o *NodeDeleteParams) WithDefaults() *NodeDeleteParams

WithDefaults hydrates default values in the node delete params (not the query body).

All values with no default are reset to their zero value.

func (*NodeDeleteParams) WithForceQueryParameter

func (o *NodeDeleteParams) WithForceQueryParameter(force *bool) *NodeDeleteParams

WithForceQueryParameter adds the force to the node delete params

func (*NodeDeleteParams) WithHTTPClient

func (o *NodeDeleteParams) WithHTTPClient(client *http.Client) *NodeDeleteParams

WithHTTPClient adds the HTTPClient to the node delete params

func (*NodeDeleteParams) WithReturnTimeoutQueryParameter

func (o *NodeDeleteParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *NodeDeleteParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the node delete params

func (*NodeDeleteParams) WithTimeout

func (o *NodeDeleteParams) WithTimeout(timeout time.Duration) *NodeDeleteParams

WithTimeout adds the timeout to the node delete params

func (*NodeDeleteParams) WithUUIDPathParameter

func (o *NodeDeleteParams) WithUUIDPathParameter(uuid string) *NodeDeleteParams

WithUUIDPathParameter adds the uuid to the node delete params

func (*NodeDeleteParams) WriteToRequest

func (o *NodeDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type NodeDeleteReader

type NodeDeleteReader struct {
	// contains filtered or unexported fields
}

NodeDeleteReader is a Reader for the NodeDelete structure.

func (*NodeDeleteReader) ReadResponse

func (o *NodeDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodeGetDefault

type NodeGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

NodeGetDefault describes a response with status code -1, with default header values.

Error

func NewNodeGetDefault

func NewNodeGetDefault(code int) *NodeGetDefault

NewNodeGetDefault creates a NodeGetDefault with default headers values

func (*NodeGetDefault) Code

func (o *NodeGetDefault) Code() int

Code gets the status code for the node get default response

func (*NodeGetDefault) Error

func (o *NodeGetDefault) Error() string

func (*NodeGetDefault) GetPayload

func (o *NodeGetDefault) GetPayload() *models.ErrorResponse

func (*NodeGetDefault) IsClientError

func (o *NodeGetDefault) IsClientError() bool

IsClientError returns true when this node get default response has a 4xx status code

func (*NodeGetDefault) IsCode

func (o *NodeGetDefault) IsCode(code int) bool

IsCode returns true when this node get default response a status code equal to that given

func (*NodeGetDefault) IsRedirect

func (o *NodeGetDefault) IsRedirect() bool

IsRedirect returns true when this node get default response has a 3xx status code

func (*NodeGetDefault) IsServerError

func (o *NodeGetDefault) IsServerError() bool

IsServerError returns true when this node get default response has a 5xx status code

func (*NodeGetDefault) IsSuccess

func (o *NodeGetDefault) IsSuccess() bool

IsSuccess returns true when this node get default response has a 2xx status code

func (*NodeGetDefault) String

func (o *NodeGetDefault) String() string

type NodeGetOK

type NodeGetOK struct {
	Payload *models.Node
}

NodeGetOK describes a response with status code 200, with default header values.

OK

func NewNodeGetOK

func NewNodeGetOK() *NodeGetOK

NewNodeGetOK creates a NodeGetOK with default headers values

func (*NodeGetOK) Error

func (o *NodeGetOK) Error() string

func (*NodeGetOK) GetPayload

func (o *NodeGetOK) GetPayload() *models.Node

func (*NodeGetOK) IsClientError

func (o *NodeGetOK) IsClientError() bool

IsClientError returns true when this node get o k response has a 4xx status code

func (*NodeGetOK) IsCode

func (o *NodeGetOK) IsCode(code int) bool

IsCode returns true when this node get o k response a status code equal to that given

func (*NodeGetOK) IsRedirect

func (o *NodeGetOK) IsRedirect() bool

IsRedirect returns true when this node get o k response has a 3xx status code

func (*NodeGetOK) IsServerError

func (o *NodeGetOK) IsServerError() bool

IsServerError returns true when this node get o k response has a 5xx status code

func (*NodeGetOK) IsSuccess

func (o *NodeGetOK) IsSuccess() bool

IsSuccess returns true when this node get o k response has a 2xx status code

func (*NodeGetOK) String

func (o *NodeGetOK) String() string

type NodeGetParams

type NodeGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	// UUID.
	//
	// Format: uuid
	UUIDPathParameter strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodeGetParams contains all the parameters to send to the API endpoint

for the node get operation.

Typically these are written to a http.Request.

func NewNodeGetParams

func NewNodeGetParams() *NodeGetParams

NewNodeGetParams creates a new NodeGetParams 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 NewNodeGetParamsWithContext

func NewNodeGetParamsWithContext(ctx context.Context) *NodeGetParams

NewNodeGetParamsWithContext creates a new NodeGetParams object with the ability to set a context for a request.

func NewNodeGetParamsWithHTTPClient

func NewNodeGetParamsWithHTTPClient(client *http.Client) *NodeGetParams

NewNodeGetParamsWithHTTPClient creates a new NodeGetParams object with the ability to set a custom HTTPClient for a request.

func NewNodeGetParamsWithTimeout

func NewNodeGetParamsWithTimeout(timeout time.Duration) *NodeGetParams

NewNodeGetParamsWithTimeout creates a new NodeGetParams object with the ability to set a timeout on a request.

func (*NodeGetParams) SetContext

func (o *NodeGetParams) SetContext(ctx context.Context)

SetContext adds the context to the node get params

func (*NodeGetParams) SetDefaults

func (o *NodeGetParams) SetDefaults()

SetDefaults hydrates default values in the node get params (not the query body).

All values with no default are reset to their zero value.

func (*NodeGetParams) SetFieldsQueryParameter

func (o *NodeGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the node get params

func (*NodeGetParams) SetHTTPClient

func (o *NodeGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the node get params

func (*NodeGetParams) SetTimeout

func (o *NodeGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the node get params

func (*NodeGetParams) SetUUIDPathParameter

func (o *NodeGetParams) SetUUIDPathParameter(uuid strfmt.UUID)

SetUUIDPathParameter adds the uuid to the node get params

func (*NodeGetParams) WithContext

func (o *NodeGetParams) WithContext(ctx context.Context) *NodeGetParams

WithContext adds the context to the node get params

func (*NodeGetParams) WithDefaults

func (o *NodeGetParams) WithDefaults() *NodeGetParams

WithDefaults hydrates default values in the node get params (not the query body).

All values with no default are reset to their zero value.

func (*NodeGetParams) WithFieldsQueryParameter

func (o *NodeGetParams) WithFieldsQueryParameter(fields []string) *NodeGetParams

WithFieldsQueryParameter adds the fields to the node get params

func (*NodeGetParams) WithHTTPClient

func (o *NodeGetParams) WithHTTPClient(client *http.Client) *NodeGetParams

WithHTTPClient adds the HTTPClient to the node get params

func (*NodeGetParams) WithTimeout

func (o *NodeGetParams) WithTimeout(timeout time.Duration) *NodeGetParams

WithTimeout adds the timeout to the node get params

func (*NodeGetParams) WithUUIDPathParameter

func (o *NodeGetParams) WithUUIDPathParameter(uuid strfmt.UUID) *NodeGetParams

WithUUIDPathParameter adds the uuid to the node get params

func (*NodeGetParams) WriteToRequest

func (o *NodeGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type NodeGetReader

type NodeGetReader struct {
	// contains filtered or unexported fields
}

NodeGetReader is a Reader for the NodeGet structure.

func (*NodeGetReader) ReadResponse

func (o *NodeGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodeMetricsCollectionGetDefault

type NodeMetricsCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

NodeMetricsCollectionGetDefault describes a response with status code -1, with default header values.

Error

func NewNodeMetricsCollectionGetDefault

func NewNodeMetricsCollectionGetDefault(code int) *NodeMetricsCollectionGetDefault

NewNodeMetricsCollectionGetDefault creates a NodeMetricsCollectionGetDefault with default headers values

func (*NodeMetricsCollectionGetDefault) Code

Code gets the status code for the node metrics collection get default response

func (*NodeMetricsCollectionGetDefault) Error

func (*NodeMetricsCollectionGetDefault) GetPayload

func (*NodeMetricsCollectionGetDefault) IsClientError

func (o *NodeMetricsCollectionGetDefault) IsClientError() bool

IsClientError returns true when this node metrics collection get default response has a 4xx status code

func (*NodeMetricsCollectionGetDefault) IsCode

func (o *NodeMetricsCollectionGetDefault) IsCode(code int) bool

IsCode returns true when this node metrics collection get default response a status code equal to that given

func (*NodeMetricsCollectionGetDefault) IsRedirect

func (o *NodeMetricsCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this node metrics collection get default response has a 3xx status code

func (*NodeMetricsCollectionGetDefault) IsServerError

func (o *NodeMetricsCollectionGetDefault) IsServerError() bool

IsServerError returns true when this node metrics collection get default response has a 5xx status code

func (*NodeMetricsCollectionGetDefault) IsSuccess

func (o *NodeMetricsCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this node metrics collection get default response has a 2xx status code

func (*NodeMetricsCollectionGetDefault) String

type NodeMetricsCollectionGetOK

type NodeMetricsCollectionGetOK struct {
	Payload *models.NodeMetricsResponse
}

NodeMetricsCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewNodeMetricsCollectionGetOK

func NewNodeMetricsCollectionGetOK() *NodeMetricsCollectionGetOK

NewNodeMetricsCollectionGetOK creates a NodeMetricsCollectionGetOK with default headers values

func (*NodeMetricsCollectionGetOK) Error

func (*NodeMetricsCollectionGetOK) GetPayload

func (*NodeMetricsCollectionGetOK) IsClientError

func (o *NodeMetricsCollectionGetOK) IsClientError() bool

IsClientError returns true when this node metrics collection get o k response has a 4xx status code

func (*NodeMetricsCollectionGetOK) IsCode

func (o *NodeMetricsCollectionGetOK) IsCode(code int) bool

IsCode returns true when this node metrics collection get o k response a status code equal to that given

func (*NodeMetricsCollectionGetOK) IsRedirect

func (o *NodeMetricsCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this node metrics collection get o k response has a 3xx status code

func (*NodeMetricsCollectionGetOK) IsServerError

func (o *NodeMetricsCollectionGetOK) IsServerError() bool

IsServerError returns true when this node metrics collection get o k response has a 5xx status code

func (*NodeMetricsCollectionGetOK) IsSuccess

func (o *NodeMetricsCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this node metrics collection get o k response has a 2xx status code

func (*NodeMetricsCollectionGetOK) String

func (o *NodeMetricsCollectionGetOK) String() string

type NodeMetricsCollectionGetParams

type NodeMetricsCollectionGetParams struct {

	/* Duration.

	   Filter by duration
	*/
	DurationQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* Interval.

	     The time range for the data. Examples can be 1h, 1d, 1m, 1w, 1y.
	The period for each time range is as follows:
	* 1h: Metrics over the most recent hour sampled over 15 seconds.
	* 1d: Metrics over the most recent day sampled over 5 minutes.
	* 1w: Metrics over the most recent week sampled over 30 minutes.
	* 1m: Metrics over the most recent month sampled over 2 hours.
	* 1y: Metrics over the most recent year sampled over a day.


	     Default: "1h"
	*/
	IntervalQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ProcessorUtilization.

	   Filter by processor_utilization
	*/
	ProcessorUtilizationQueryParameter *int64

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* Status.

	   Filter by status
	*/
	StatusQueryParameter *string

	/* Timestamp.

	   Filter by timestamp
	*/
	TimestampQueryParameter *string

	/* UUID.

	   Unique identifier of the node.
	*/
	UUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodeMetricsCollectionGetParams contains all the parameters to send to the API endpoint

for the node metrics collection get operation.

Typically these are written to a http.Request.

func NewNodeMetricsCollectionGetParams

func NewNodeMetricsCollectionGetParams() *NodeMetricsCollectionGetParams

NewNodeMetricsCollectionGetParams creates a new NodeMetricsCollectionGetParams 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 NewNodeMetricsCollectionGetParamsWithContext

func NewNodeMetricsCollectionGetParamsWithContext(ctx context.Context) *NodeMetricsCollectionGetParams

NewNodeMetricsCollectionGetParamsWithContext creates a new NodeMetricsCollectionGetParams object with the ability to set a context for a request.

func NewNodeMetricsCollectionGetParamsWithHTTPClient

func NewNodeMetricsCollectionGetParamsWithHTTPClient(client *http.Client) *NodeMetricsCollectionGetParams

NewNodeMetricsCollectionGetParamsWithHTTPClient creates a new NodeMetricsCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewNodeMetricsCollectionGetParamsWithTimeout

func NewNodeMetricsCollectionGetParamsWithTimeout(timeout time.Duration) *NodeMetricsCollectionGetParams

NewNodeMetricsCollectionGetParamsWithTimeout creates a new NodeMetricsCollectionGetParams object with the ability to set a timeout on a request.

func (*NodeMetricsCollectionGetParams) SetContext

func (o *NodeMetricsCollectionGetParams) SetContext(ctx context.Context)

SetContext adds the context to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetDefaults

func (o *NodeMetricsCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the node metrics collection get params (not the query body).

All values with no default are reset to their zero value.

func (*NodeMetricsCollectionGetParams) SetDurationQueryParameter

func (o *NodeMetricsCollectionGetParams) SetDurationQueryParameter(duration *string)

SetDurationQueryParameter adds the duration to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetFieldsQueryParameter

func (o *NodeMetricsCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetHTTPClient

func (o *NodeMetricsCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetIntervalQueryParameter

func (o *NodeMetricsCollectionGetParams) SetIntervalQueryParameter(interval *string)

SetIntervalQueryParameter adds the interval to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetMaxRecordsQueryParameter

func (o *NodeMetricsCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetOrderByQueryParameter

func (o *NodeMetricsCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetProcessorUtilizationQueryParameter

func (o *NodeMetricsCollectionGetParams) SetProcessorUtilizationQueryParameter(processorUtilization *int64)

SetProcessorUtilizationQueryParameter adds the processorUtilization to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetReturnRecordsQueryParameter

func (o *NodeMetricsCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *NodeMetricsCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetStatusQueryParameter

func (o *NodeMetricsCollectionGetParams) SetStatusQueryParameter(status *string)

SetStatusQueryParameter adds the status to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetTimeout

func (o *NodeMetricsCollectionGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetTimestampQueryParameter

func (o *NodeMetricsCollectionGetParams) SetTimestampQueryParameter(timestamp *string)

SetTimestampQueryParameter adds the timestamp to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) SetUUIDPathParameter

func (o *NodeMetricsCollectionGetParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithContext

WithContext adds the context to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the node metrics collection get params (not the query body).

All values with no default are reset to their zero value.

func (*NodeMetricsCollectionGetParams) WithDurationQueryParameter

func (o *NodeMetricsCollectionGetParams) WithDurationQueryParameter(duration *string) *NodeMetricsCollectionGetParams

WithDurationQueryParameter adds the duration to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithFieldsQueryParameter

func (o *NodeMetricsCollectionGetParams) WithFieldsQueryParameter(fields []string) *NodeMetricsCollectionGetParams

WithFieldsQueryParameter adds the fields to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithIntervalQueryParameter

func (o *NodeMetricsCollectionGetParams) WithIntervalQueryParameter(interval *string) *NodeMetricsCollectionGetParams

WithIntervalQueryParameter adds the interval to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithMaxRecordsQueryParameter

func (o *NodeMetricsCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *NodeMetricsCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithOrderByQueryParameter

func (o *NodeMetricsCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *NodeMetricsCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithProcessorUtilizationQueryParameter

func (o *NodeMetricsCollectionGetParams) WithProcessorUtilizationQueryParameter(processorUtilization *int64) *NodeMetricsCollectionGetParams

WithProcessorUtilizationQueryParameter adds the processorUtilization to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithReturnRecordsQueryParameter

func (o *NodeMetricsCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *NodeMetricsCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *NodeMetricsCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *NodeMetricsCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithStatusQueryParameter

func (o *NodeMetricsCollectionGetParams) WithStatusQueryParameter(status *string) *NodeMetricsCollectionGetParams

WithStatusQueryParameter adds the status to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithTimestampQueryParameter

func (o *NodeMetricsCollectionGetParams) WithTimestampQueryParameter(timestamp *string) *NodeMetricsCollectionGetParams

WithTimestampQueryParameter adds the timestamp to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WithUUIDPathParameter

WithUUIDPathParameter adds the uuid to the node metrics collection get params

func (*NodeMetricsCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type NodeMetricsCollectionGetReader

type NodeMetricsCollectionGetReader struct {
	// contains filtered or unexported fields
}

NodeMetricsCollectionGetReader is a Reader for the NodeMetricsCollectionGet structure.

func (*NodeMetricsCollectionGetReader) ReadResponse

func (o *NodeMetricsCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodeModifyAccepted

type NodeModifyAccepted struct {
	Payload *models.JobLinkResponse
}

NodeModifyAccepted describes a response with status code 202, with default header values.

Accepted

func NewNodeModifyAccepted

func NewNodeModifyAccepted() *NodeModifyAccepted

NewNodeModifyAccepted creates a NodeModifyAccepted with default headers values

func (*NodeModifyAccepted) Error

func (o *NodeModifyAccepted) Error() string

func (*NodeModifyAccepted) GetPayload

func (o *NodeModifyAccepted) GetPayload() *models.JobLinkResponse

func (*NodeModifyAccepted) IsClientError

func (o *NodeModifyAccepted) IsClientError() bool

IsClientError returns true when this node modify accepted response has a 4xx status code

func (*NodeModifyAccepted) IsCode

func (o *NodeModifyAccepted) IsCode(code int) bool

IsCode returns true when this node modify accepted response a status code equal to that given

func (*NodeModifyAccepted) IsRedirect

func (o *NodeModifyAccepted) IsRedirect() bool

IsRedirect returns true when this node modify accepted response has a 3xx status code

func (*NodeModifyAccepted) IsServerError

func (o *NodeModifyAccepted) IsServerError() bool

IsServerError returns true when this node modify accepted response has a 5xx status code

func (*NodeModifyAccepted) IsSuccess

func (o *NodeModifyAccepted) IsSuccess() bool

IsSuccess returns true when this node modify accepted response has a 2xx status code

func (*NodeModifyAccepted) String

func (o *NodeModifyAccepted) String() string

type NodeModifyDefault

type NodeModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
NodeModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 852046 | HA partner node | | 852115 | The reboot/shutdown is prevented because LIFs cannot be moved away from the node | | 3604514 | A reboot or shutdown request is already in progress. | | 3604515 | Reboot or shutdown of all nodes results in data service failure and client disruption for the entire cluster. Use "allow-data-outage=true" to bypass this check. | | 9240606 | The reboot/shutdown is prevented due to quorum warnings. |

func NewNodeModifyDefault

func NewNodeModifyDefault(code int) *NodeModifyDefault

NewNodeModifyDefault creates a NodeModifyDefault with default headers values

func (*NodeModifyDefault) Code

func (o *NodeModifyDefault) Code() int

Code gets the status code for the node modify default response

func (*NodeModifyDefault) Error

func (o *NodeModifyDefault) Error() string

func (*NodeModifyDefault) GetPayload

func (o *NodeModifyDefault) GetPayload() *models.ErrorResponse

func (*NodeModifyDefault) IsClientError

func (o *NodeModifyDefault) IsClientError() bool

IsClientError returns true when this node modify default response has a 4xx status code

func (*NodeModifyDefault) IsCode

func (o *NodeModifyDefault) IsCode(code int) bool

IsCode returns true when this node modify default response a status code equal to that given

func (*NodeModifyDefault) IsRedirect

func (o *NodeModifyDefault) IsRedirect() bool

IsRedirect returns true when this node modify default response has a 3xx status code

func (*NodeModifyDefault) IsServerError

func (o *NodeModifyDefault) IsServerError() bool

IsServerError returns true when this node modify default response has a 5xx status code

func (*NodeModifyDefault) IsSuccess

func (o *NodeModifyDefault) IsSuccess() bool

IsSuccess returns true when this node modify default response has a 2xx status code

func (*NodeModifyDefault) String

func (o *NodeModifyDefault) String() string

type NodeModifyParams

type NodeModifyParams struct {

	/* Action.

	     The shutdown action shuts the node down and transfers storage control to its HA group if storage failover is enabled.
	The reboot action reboots the node and transfers storage control to its HA group if storage failover is enabled.
	The giveback action transfers storage control back to the owner from its HA group.
	The "power_off" action shuts the node down with the assistance of the service processor.
	The "power_on" action restores power to the node with the assistance of the service processor.

	*/
	ActionQueryParameter *string

	/* AllowDataOutage.

	   This only applies when an action of reboot or shutdown is provided. It allows storage failover to be bypassed along with any failures related to mainintaing quorum in the cluster.

	*/
	AllowDataOutageQueryParameter *bool

	// Info.
	Info *models.Node

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	/* ServiceProcessorAction.

	   Action used to reboot the service processor (SP).

	*/
	ServiceProcessorActionQueryParameter *string

	/* ServiceProcessorFirmwareImage.

	   Service processor image to boot with after a reboot.

	*/
	ServiceProcessorFirmwareImageQueryParameter *string

	/* ShutdownRebootReason.

	   Indicates the reason for the reboot or shutdown. This only applies when an action of reboot or shutdown is provided.

	*/
	ShutdownRebootReasonQueryParameter *string

	// UUID.
	//
	// Format: uuid
	UUIDPathParameter strfmt.UUID

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodeModifyParams contains all the parameters to send to the API endpoint

for the node modify operation.

Typically these are written to a http.Request.

func NewNodeModifyParams

func NewNodeModifyParams() *NodeModifyParams

NewNodeModifyParams creates a new NodeModifyParams 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 NewNodeModifyParamsWithContext

func NewNodeModifyParamsWithContext(ctx context.Context) *NodeModifyParams

NewNodeModifyParamsWithContext creates a new NodeModifyParams object with the ability to set a context for a request.

func NewNodeModifyParamsWithHTTPClient

func NewNodeModifyParamsWithHTTPClient(client *http.Client) *NodeModifyParams

NewNodeModifyParamsWithHTTPClient creates a new NodeModifyParams object with the ability to set a custom HTTPClient for a request.

func NewNodeModifyParamsWithTimeout

func NewNodeModifyParamsWithTimeout(timeout time.Duration) *NodeModifyParams

NewNodeModifyParamsWithTimeout creates a new NodeModifyParams object with the ability to set a timeout on a request.

func (*NodeModifyParams) SetActionQueryParameter

func (o *NodeModifyParams) SetActionQueryParameter(action *string)

SetActionQueryParameter adds the action to the node modify params

func (*NodeModifyParams) SetAllowDataOutageQueryParameter

func (o *NodeModifyParams) SetAllowDataOutageQueryParameter(allowDataOutage *bool)

SetAllowDataOutageQueryParameter adds the allowDataOutage to the node modify params

func (*NodeModifyParams) SetContext

func (o *NodeModifyParams) SetContext(ctx context.Context)

SetContext adds the context to the node modify params

func (*NodeModifyParams) SetDefaults

func (o *NodeModifyParams) SetDefaults()

SetDefaults hydrates default values in the node modify params (not the query body).

All values with no default are reset to their zero value.

func (*NodeModifyParams) SetHTTPClient

func (o *NodeModifyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the node modify params

func (*NodeModifyParams) SetInfo

func (o *NodeModifyParams) SetInfo(info *models.Node)

SetInfo adds the info to the node modify params

func (*NodeModifyParams) SetReturnTimeoutQueryParameter

func (o *NodeModifyParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the node modify params

func (*NodeModifyParams) SetServiceProcessorActionQueryParameter

func (o *NodeModifyParams) SetServiceProcessorActionQueryParameter(serviceProcessorAction *string)

SetServiceProcessorActionQueryParameter adds the serviceProcessorAction to the node modify params

func (*NodeModifyParams) SetServiceProcessorFirmwareImageQueryParameter

func (o *NodeModifyParams) SetServiceProcessorFirmwareImageQueryParameter(serviceProcessorFirmwareImage *string)

SetServiceProcessorFirmwareImageQueryParameter adds the serviceProcessorFirmwareImage to the node modify params

func (*NodeModifyParams) SetShutdownRebootReasonQueryParameter

func (o *NodeModifyParams) SetShutdownRebootReasonQueryParameter(shutdownRebootReason *string)

SetShutdownRebootReasonQueryParameter adds the shutdownRebootReason to the node modify params

func (*NodeModifyParams) SetTimeout

func (o *NodeModifyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the node modify params

func (*NodeModifyParams) SetUUIDPathParameter

func (o *NodeModifyParams) SetUUIDPathParameter(uuid strfmt.UUID)

SetUUIDPathParameter adds the uuid to the node modify params

func (*NodeModifyParams) WithActionQueryParameter

func (o *NodeModifyParams) WithActionQueryParameter(action *string) *NodeModifyParams

WithActionQueryParameter adds the action to the node modify params

func (*NodeModifyParams) WithAllowDataOutageQueryParameter

func (o *NodeModifyParams) WithAllowDataOutageQueryParameter(allowDataOutage *bool) *NodeModifyParams

WithAllowDataOutageQueryParameter adds the allowDataOutage to the node modify params

func (*NodeModifyParams) WithContext

func (o *NodeModifyParams) WithContext(ctx context.Context) *NodeModifyParams

WithContext adds the context to the node modify params

func (*NodeModifyParams) WithDefaults

func (o *NodeModifyParams) WithDefaults() *NodeModifyParams

WithDefaults hydrates default values in the node modify params (not the query body).

All values with no default are reset to their zero value.

func (*NodeModifyParams) WithHTTPClient

func (o *NodeModifyParams) WithHTTPClient(client *http.Client) *NodeModifyParams

WithHTTPClient adds the HTTPClient to the node modify params

func (*NodeModifyParams) WithInfo

func (o *NodeModifyParams) WithInfo(info *models.Node) *NodeModifyParams

WithInfo adds the info to the node modify params

func (*NodeModifyParams) WithReturnTimeoutQueryParameter

func (o *NodeModifyParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *NodeModifyParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the node modify params

func (*NodeModifyParams) WithServiceProcessorActionQueryParameter

func (o *NodeModifyParams) WithServiceProcessorActionQueryParameter(serviceProcessorAction *string) *NodeModifyParams

WithServiceProcessorActionQueryParameter adds the serviceProcessorAction to the node modify params

func (*NodeModifyParams) WithServiceProcessorFirmwareImageQueryParameter

func (o *NodeModifyParams) WithServiceProcessorFirmwareImageQueryParameter(serviceProcessorFirmwareImage *string) *NodeModifyParams

WithServiceProcessorFirmwareImageQueryParameter adds the serviceProcessorFirmwareImage to the node modify params

func (*NodeModifyParams) WithShutdownRebootReasonQueryParameter

func (o *NodeModifyParams) WithShutdownRebootReasonQueryParameter(shutdownRebootReason *string) *NodeModifyParams

WithShutdownRebootReasonQueryParameter adds the shutdownRebootReason to the node modify params

func (*NodeModifyParams) WithTimeout

func (o *NodeModifyParams) WithTimeout(timeout time.Duration) *NodeModifyParams

WithTimeout adds the timeout to the node modify params

func (*NodeModifyParams) WithUUIDPathParameter

func (o *NodeModifyParams) WithUUIDPathParameter(uuid strfmt.UUID) *NodeModifyParams

WithUUIDPathParameter adds the uuid to the node modify params

func (*NodeModifyParams) WriteToRequest

func (o *NodeModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type NodeModifyReader

type NodeModifyReader struct {
	// contains filtered or unexported fields
}

NodeModifyReader is a Reader for the NodeModify structure.

func (*NodeModifyReader) ReadResponse

func (o *NodeModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodesCreateAccepted

type NodesCreateAccepted struct {
	Payload *models.JobLinkResponse
}

NodesCreateAccepted describes a response with status code 202, with default header values.

Accepted

func NewNodesCreateAccepted

func NewNodesCreateAccepted() *NodesCreateAccepted

NewNodesCreateAccepted creates a NodesCreateAccepted with default headers values

func (*NodesCreateAccepted) Error

func (o *NodesCreateAccepted) Error() string

func (*NodesCreateAccepted) GetPayload

func (o *NodesCreateAccepted) GetPayload() *models.JobLinkResponse

func (*NodesCreateAccepted) IsClientError

func (o *NodesCreateAccepted) IsClientError() bool

IsClientError returns true when this nodes create accepted response has a 4xx status code

func (*NodesCreateAccepted) IsCode

func (o *NodesCreateAccepted) IsCode(code int) bool

IsCode returns true when this nodes create accepted response a status code equal to that given

func (*NodesCreateAccepted) IsRedirect

func (o *NodesCreateAccepted) IsRedirect() bool

IsRedirect returns true when this nodes create accepted response has a 3xx status code

func (*NodesCreateAccepted) IsServerError

func (o *NodesCreateAccepted) IsServerError() bool

IsServerError returns true when this nodes create accepted response has a 5xx status code

func (*NodesCreateAccepted) IsSuccess

func (o *NodesCreateAccepted) IsSuccess() bool

IsSuccess returns true when this nodes create accepted response has a 2xx status code

func (*NodesCreateAccepted) String

func (o *NodesCreateAccepted) String() string

type NodesCreateDefault

type NodesCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
NodesCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 262245 | The value provided was invalid. | | 1179795 | A node being added is already in the cluster. | | 1179813 | Fields set for one node must be set for all nodes. | | 1179817 | The IP address, subnet mask, and gateway must all be provided for cluster manangement interface. | | 1179818 | The IP address and gateway must be of the same family. | | 1179821 | An IP address and subnet mask conflicts with an existing entry. | | 131727360 | A node cannot be added to the cluster. This is a generic code, see response message for details. |

func NewNodesCreateDefault

func NewNodesCreateDefault(code int) *NodesCreateDefault

NewNodesCreateDefault creates a NodesCreateDefault with default headers values

func (*NodesCreateDefault) Code

func (o *NodesCreateDefault) Code() int

Code gets the status code for the nodes create default response

func (*NodesCreateDefault) Error

func (o *NodesCreateDefault) Error() string

func (*NodesCreateDefault) GetPayload

func (o *NodesCreateDefault) GetPayload() *models.ErrorResponse

func (*NodesCreateDefault) IsClientError

func (o *NodesCreateDefault) IsClientError() bool

IsClientError returns true when this nodes create default response has a 4xx status code

func (*NodesCreateDefault) IsCode

func (o *NodesCreateDefault) IsCode(code int) bool

IsCode returns true when this nodes create default response a status code equal to that given

func (*NodesCreateDefault) IsRedirect

func (o *NodesCreateDefault) IsRedirect() bool

IsRedirect returns true when this nodes create default response has a 3xx status code

func (*NodesCreateDefault) IsServerError

func (o *NodesCreateDefault) IsServerError() bool

IsServerError returns true when this nodes create default response has a 5xx status code

func (*NodesCreateDefault) IsSuccess

func (o *NodesCreateDefault) IsSuccess() bool

IsSuccess returns true when this nodes create default response has a 2xx status code

func (*NodesCreateDefault) String

func (o *NodesCreateDefault) String() string

type NodesCreateParams

type NodesCreateParams struct {

	/* CreateRecommendedAggregates.

	   Creates aggregates based on an optimal layout recommended by the system.
	*/
	CreateRecommendedAggregatesQueryParameter *bool

	/* Info.

	   An object containing an array of nodes.
	*/
	Info *models.Node

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodesCreateParams contains all the parameters to send to the API endpoint

for the nodes create operation.

Typically these are written to a http.Request.

func NewNodesCreateParams

func NewNodesCreateParams() *NodesCreateParams

NewNodesCreateParams creates a new NodesCreateParams 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 NewNodesCreateParamsWithContext

func NewNodesCreateParamsWithContext(ctx context.Context) *NodesCreateParams

NewNodesCreateParamsWithContext creates a new NodesCreateParams object with the ability to set a context for a request.

func NewNodesCreateParamsWithHTTPClient

func NewNodesCreateParamsWithHTTPClient(client *http.Client) *NodesCreateParams

NewNodesCreateParamsWithHTTPClient creates a new NodesCreateParams object with the ability to set a custom HTTPClient for a request.

func NewNodesCreateParamsWithTimeout

func NewNodesCreateParamsWithTimeout(timeout time.Duration) *NodesCreateParams

NewNodesCreateParamsWithTimeout creates a new NodesCreateParams object with the ability to set a timeout on a request.

func (*NodesCreateParams) SetContext

func (o *NodesCreateParams) SetContext(ctx context.Context)

SetContext adds the context to the nodes create params

func (*NodesCreateParams) SetCreateRecommendedAggregatesQueryParameter

func (o *NodesCreateParams) SetCreateRecommendedAggregatesQueryParameter(createRecommendedAggregates *bool)

SetCreateRecommendedAggregatesQueryParameter adds the createRecommendedAggregates to the nodes create params

func (*NodesCreateParams) SetDefaults

func (o *NodesCreateParams) SetDefaults()

SetDefaults hydrates default values in the nodes create params (not the query body).

All values with no default are reset to their zero value.

func (*NodesCreateParams) SetHTTPClient

func (o *NodesCreateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the nodes create params

func (*NodesCreateParams) SetInfo

func (o *NodesCreateParams) SetInfo(info *models.Node)

SetInfo adds the info to the nodes create params

func (*NodesCreateParams) SetReturnRecordsQueryParameter

func (o *NodesCreateParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the nodes create params

func (*NodesCreateParams) SetReturnTimeoutQueryParameter

func (o *NodesCreateParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the nodes create params

func (*NodesCreateParams) SetTimeout

func (o *NodesCreateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the nodes create params

func (*NodesCreateParams) WithContext

func (o *NodesCreateParams) WithContext(ctx context.Context) *NodesCreateParams

WithContext adds the context to the nodes create params

func (*NodesCreateParams) WithCreateRecommendedAggregatesQueryParameter

func (o *NodesCreateParams) WithCreateRecommendedAggregatesQueryParameter(createRecommendedAggregates *bool) *NodesCreateParams

WithCreateRecommendedAggregatesQueryParameter adds the createRecommendedAggregates to the nodes create params

func (*NodesCreateParams) WithDefaults

func (o *NodesCreateParams) WithDefaults() *NodesCreateParams

WithDefaults hydrates default values in the nodes create params (not the query body).

All values with no default are reset to their zero value.

func (*NodesCreateParams) WithHTTPClient

func (o *NodesCreateParams) WithHTTPClient(client *http.Client) *NodesCreateParams

WithHTTPClient adds the HTTPClient to the nodes create params

func (*NodesCreateParams) WithInfo

func (o *NodesCreateParams) WithInfo(info *models.Node) *NodesCreateParams

WithInfo adds the info to the nodes create params

func (*NodesCreateParams) WithReturnRecordsQueryParameter

func (o *NodesCreateParams) WithReturnRecordsQueryParameter(returnRecords *bool) *NodesCreateParams

WithReturnRecordsQueryParameter adds the returnRecords to the nodes create params

func (*NodesCreateParams) WithReturnTimeoutQueryParameter

func (o *NodesCreateParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *NodesCreateParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the nodes create params

func (*NodesCreateParams) WithTimeout

func (o *NodesCreateParams) WithTimeout(timeout time.Duration) *NodesCreateParams

WithTimeout adds the timeout to the nodes create params

func (*NodesCreateParams) WriteToRequest

func (o *NodesCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type NodesCreateReader

type NodesCreateReader struct {
	// contains filtered or unexported fields
}

NodesCreateReader is a Reader for the NodesCreate structure.

func (*NodesCreateReader) ReadResponse

func (o *NodesCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type NodesGetDefault

type NodesGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

NodesGetDefault describes a response with status code -1, with default header values.

Error

func NewNodesGetDefault

func NewNodesGetDefault(code int) *NodesGetDefault

NewNodesGetDefault creates a NodesGetDefault with default headers values

func (*NodesGetDefault) Code

func (o *NodesGetDefault) Code() int

Code gets the status code for the nodes get default response

func (*NodesGetDefault) Error

func (o *NodesGetDefault) Error() string

func (*NodesGetDefault) GetPayload

func (o *NodesGetDefault) GetPayload() *models.ErrorResponse

func (*NodesGetDefault) IsClientError

func (o *NodesGetDefault) IsClientError() bool

IsClientError returns true when this nodes get default response has a 4xx status code

func (*NodesGetDefault) IsCode

func (o *NodesGetDefault) IsCode(code int) bool

IsCode returns true when this nodes get default response a status code equal to that given

func (*NodesGetDefault) IsRedirect

func (o *NodesGetDefault) IsRedirect() bool

IsRedirect returns true when this nodes get default response has a 3xx status code

func (*NodesGetDefault) IsServerError

func (o *NodesGetDefault) IsServerError() bool

IsServerError returns true when this nodes get default response has a 5xx status code

func (*NodesGetDefault) IsSuccess

func (o *NodesGetDefault) IsSuccess() bool

IsSuccess returns true when this nodes get default response has a 2xx status code

func (*NodesGetDefault) String

func (o *NodesGetDefault) String() string

type NodesGetOK

type NodesGetOK struct {
	Payload *models.NodeResponse
}

NodesGetOK describes a response with status code 200, with default header values.

OK

func NewNodesGetOK

func NewNodesGetOK() *NodesGetOK

NewNodesGetOK creates a NodesGetOK with default headers values

func (*NodesGetOK) Error

func (o *NodesGetOK) Error() string

func (*NodesGetOK) GetPayload

func (o *NodesGetOK) GetPayload() *models.NodeResponse

func (*NodesGetOK) IsClientError

func (o *NodesGetOK) IsClientError() bool

IsClientError returns true when this nodes get o k response has a 4xx status code

func (*NodesGetOK) IsCode

func (o *NodesGetOK) IsCode(code int) bool

IsCode returns true when this nodes get o k response a status code equal to that given

func (*NodesGetOK) IsRedirect

func (o *NodesGetOK) IsRedirect() bool

IsRedirect returns true when this nodes get o k response has a 3xx status code

func (*NodesGetOK) IsServerError

func (o *NodesGetOK) IsServerError() bool

IsServerError returns true when this nodes get o k response has a 5xx status code

func (*NodesGetOK) IsSuccess

func (o *NodesGetOK) IsSuccess() bool

IsSuccess returns true when this nodes get o k response has a 2xx status code

func (*NodesGetOK) String

func (o *NodesGetOK) String() string

type NodesGetParams

type NodesGetParams struct {

	/* ClusterInterfacesIPAddress.

	   Filter by cluster_interfaces.ip.address
	*/
	ClusterInterfacesIPAddressQueryParameter *string

	/* ClusterInterfacesName.

	   Filter by cluster_interfaces.name
	*/
	ClusterInterfacesNameQueryParameter *string

	/* ClusterInterfacesUUID.

	   Filter by cluster_interfaces.uuid
	*/
	ClusterInterfacesUUIDQueryParameter *string

	/* ControllerBoard.

	   Filter by controller.board
	*/
	ControllerBoardQueryParameter *string

	/* ControllerCPUCount.

	   Filter by controller.cpu.count
	*/
	ControllerCPUCountQueryParameter *int64

	/* ControllerCPUFirmwareRelease.

	   Filter by controller.cpu.firmware_release
	*/
	ControllerCPUFirmwareReleaseQueryParameter *string

	/* ControllerCPUProcessor.

	   Filter by controller.cpu.processor
	*/
	ControllerCPUProcessorQueryParameter *string

	/* ControllerFailedFanCount.

	   Filter by controller.failed_fan.count
	*/
	ControllerFailedFanCountQueryParameter *int64

	/* ControllerFailedFanMessageCode.

	   Filter by controller.failed_fan.message.code
	*/
	ControllerFailedFanMessageCodeQueryParameter *string

	/* ControllerFailedFanMessageMessage.

	   Filter by controller.failed_fan.message.message
	*/
	ControllerFailedFanMessageMessageQueryParameter *string

	/* ControllerFailedPowerSupplyCount.

	   Filter by controller.failed_power_supply.count
	*/
	ControllerFailedPowerSupplyCountQueryParameter *int64

	/* ControllerFailedPowerSupplyMessageCode.

	   Filter by controller.failed_power_supply.message.code
	*/
	ControllerFailedPowerSupplyMessageCodeQueryParameter *string

	/* ControllerFailedPowerSupplyMessageMessage.

	   Filter by controller.failed_power_supply.message.message
	*/
	ControllerFailedPowerSupplyMessageMessageQueryParameter *string

	/* ControllerFlashCacheCapacity.

	   Filter by controller.flash_cache.capacity
	*/
	ControllerFlashCacheCapacityQueryParameter *int64

	/* ControllerFlashCacheDeviceID.

	   Filter by controller.flash_cache.device_id
	*/
	ControllerFlashCacheDeviceIDQueryParameter *int64

	/* ControllerFlashCacheFirmwareFile.

	   Filter by controller.flash_cache.firmware_file
	*/
	ControllerFlashCacheFirmwareFileQueryParameter *string

	/* ControllerFlashCacheFirmwareVersion.

	   Filter by controller.flash_cache.firmware_version
	*/
	ControllerFlashCacheFirmwareVersionQueryParameter *string

	/* ControllerFlashCacheHardwareRevision.

	   Filter by controller.flash_cache.hardware_revision
	*/
	ControllerFlashCacheHardwareRevisionQueryParameter *string

	/* ControllerFlashCacheModel.

	   Filter by controller.flash_cache.model
	*/
	ControllerFlashCacheModelQueryParameter *string

	/* ControllerFlashCachePartNumber.

	   Filter by controller.flash_cache.part_number
	*/
	ControllerFlashCachePartNumberQueryParameter *string

	/* ControllerFlashCacheSerialNumber.

	   Filter by controller.flash_cache.serial_number
	*/
	ControllerFlashCacheSerialNumberQueryParameter *string

	/* ControllerFlashCacheSlot.

	   Filter by controller.flash_cache.slot
	*/
	ControllerFlashCacheSlotQueryParameter *string

	/* ControllerFlashCacheState.

	   Filter by controller.flash_cache.state
	*/
	ControllerFlashCacheStateQueryParameter *string

	/* ControllerFrusID.

	   Filter by controller.frus.id
	*/
	ControllerFrusIDQueryParameter *string

	/* ControllerFrusState.

	   Filter by controller.frus.state
	*/
	ControllerFrusStateQueryParameter *string

	/* ControllerFrusType.

	   Filter by controller.frus.type
	*/
	ControllerFrusTypeQueryParameter *string

	/* ControllerMemorySize.

	   Filter by controller.memory_size
	*/
	ControllerMemorySizeQueryParameter *int64

	/* ControllerOverTemperature.

	   Filter by controller.over_temperature
	*/
	ControllerOverTemperatureQueryParameter *string

	/* Date.

	   Filter by date
	*/
	DateQueryParameter *string

	/* ExternalCacheIsEnabled.

	   Filter by external_cache.is_enabled
	*/
	ExternalCacheIsEnabledQueryParameter *bool

	/* ExternalCacheIsHyaEnabled.

	   Filter by external_cache.is_hya_enabled
	*/
	ExternalCacheIsHyaEnabledQueryParameter *bool

	/* ExternalCacheIsRewarmEnabled.

	   Filter by external_cache.is_rewarm_enabled
	*/
	ExternalCacheIsRewarmEnabledQueryParameter *bool

	/* ExternalCachePcsSize.

	   Filter by external_cache.pcs_size
	*/
	ExternalCachePcsSizeQueryParameter *int64

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* HaAutoGiveback.

	   Filter by ha.auto_giveback
	*/
	HaAutoGivebackQueryParameter *bool

	/* HaEnabled.

	   Filter by ha.enabled
	*/
	HaEnabledQueryParameter *bool

	/* HaGivebackFailureCode.

	   Filter by ha.giveback.failure.code
	*/
	HaGivebackFailureCodeQueryParameter *int64

	/* HaGivebackFailureMessage.

	   Filter by ha.giveback.failure.message
	*/
	HaGivebackFailureMessageQueryParameter *string

	/* HaGivebackState.

	   Filter by ha.giveback.state
	*/
	HaGivebackStateQueryParameter *string

	/* HaGivebackStatusAggregateName.

	   Filter by ha.giveback.status.aggregate.name
	*/
	HaGivebackStatusAggregateNameQueryParameter *string

	/* HaGivebackStatusAggregateUUID.

	   Filter by ha.giveback.status.aggregate.uuid
	*/
	HaGivebackStatusAggregateUUIDQueryParameter *string

	/* HaGivebackStatusErrorCode.

	   Filter by ha.giveback.status.error.code
	*/
	HaGivebackStatusErrorCodeQueryParameter *string

	/* HaGivebackStatusErrorMessage.

	   Filter by ha.giveback.status.error.message
	*/
	HaGivebackStatusErrorMessageQueryParameter *string

	/* HaGivebackStatusState.

	   Filter by ha.giveback.status.state
	*/
	HaGivebackStatusStateQueryParameter *string

	/* HaInterconnectAdapter.

	   Filter by ha.interconnect.adapter
	*/
	HaInterconnectAdapterQueryParameter *string

	/* HaInterconnectState.

	   Filter by ha.interconnect.state
	*/
	HaInterconnectStateQueryParameter *string

	/* HaPartnersName.

	   Filter by ha.partners.name
	*/
	HaPartnersNameQueryParameter *string

	/* HaPartnersUUID.

	   Filter by ha.partners.uuid
	*/
	HaPartnersUUIDQueryParameter *string

	/* HaPortsNumber.

	   Filter by ha.ports.number
	*/
	HaPortsNumberQueryParameter *int64

	/* HaPortsState.

	   Filter by ha.ports.state
	*/
	HaPortsStateQueryParameter *string

	/* HaTakeoverFailureCode.

	   Filter by ha.takeover.failure.code
	*/
	HaTakeoverFailureCodeQueryParameter *int64

	/* HaTakeoverFailureMessage.

	   Filter by ha.takeover.failure.message
	*/
	HaTakeoverFailureMessageQueryParameter *string

	/* HaTakeoverState.

	   Filter by ha.takeover.state
	*/
	HaTakeoverStateQueryParameter *string

	/* HwAssistStatusEnabled.

	   Filter by hw_assist.status.enabled
	*/
	HwAssistStatusEnabledQueryParameter *bool

	/* HwAssistStatusLocalIP.

	   Filter by hw_assist.status.local.ip
	*/
	HwAssistStatusLocalIPQueryParameter *string

	/* HwAssistStatusLocalPort.

	   Filter by hw_assist.status.local.port
	*/
	HwAssistStatusLocalPortQueryParameter *int64

	/* HwAssistStatusLocalState.

	   Filter by hw_assist.status.local.state
	*/
	HwAssistStatusLocalStateQueryParameter *string

	/* HwAssistStatusPartnerIP.

	   Filter by hw_assist.status.partner.ip
	*/
	HwAssistStatusPartnerIPQueryParameter *string

	/* HwAssistStatusPartnerPort.

	   Filter by hw_assist.status.partner.port
	*/
	HwAssistStatusPartnerPortQueryParameter *int64

	/* HwAssistStatusPartnerState.

	   Filter by hw_assist.status.partner.state
	*/
	HwAssistStatusPartnerStateQueryParameter *string

	/* IsAllFlashOptimized.

	   Filter by is_all_flash_optimized
	*/
	IsAllFlashOptimizedQueryParameter *bool

	/* IsAllFlashSelectOptimized.

	   Filter by is_all_flash_select_optimized
	*/
	IsAllFlashSelectOptimizedQueryParameter *bool

	/* IsCapacityOptimized.

	   Filter by is_capacity_optimized
	*/
	IsCapacityOptimizedQueryParameter *bool

	/* IsPerformanceOptimized.

	   Filter by is_performance_optimized
	*/
	IsPerformanceOptimizedQueryParameter *bool

	/* IsSparesLow.

	   Filter by is_spares_low
	*/
	IsSparesLowQueryParameter *bool

	/* Location.

	   Filter by location
	*/
	LocationQueryParameter *string

	/* ManagementInterfacesIPAddress.

	   Filter by management_interfaces.ip.address
	*/
	ManagementInterfacesIPAddressQueryParameter *string

	/* ManagementInterfacesName.

	   Filter by management_interfaces.name
	*/
	ManagementInterfacesNameQueryParameter *string

	/* ManagementInterfacesUUID.

	   Filter by management_interfaces.uuid
	*/
	ManagementInterfacesUUIDQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* Membership.

	   Filter by membership
	*/
	MembershIPQueryParameter *string

	/* MetricDuration.

	   Filter by metric.duration
	*/
	MetricDurationQueryParameter *string

	/* MetricProcessorUtilization.

	   Filter by metric.processor_utilization
	*/
	MetricProcessorUtilizationQueryParameter *int64

	/* MetricStatus.

	   Filter by metric.status
	*/
	MetricStatusQueryParameter *string

	/* MetricTimestamp.

	   Filter by metric.timestamp
	*/
	MetricTimestampQueryParameter *string

	/* MetricUUID.

	   Filter by metric.uuid
	*/
	MetricUUIDQueryParameter *string

	/* MetroclusterCustomVlanCapable.

	   Filter by metrocluster.custom_vlan_capable
	*/
	MetroclusterCustomVlanCapableQueryParameter *bool

	/* MetroclusterPortsName.

	   Filter by metrocluster.ports.name
	*/
	MetroclusterPortsNameQueryParameter *string

	/* MetroclusterType.

	   Filter by metrocluster.type
	*/
	MetroclusterTypeQueryParameter *string

	/* Model.

	   Filter by model
	*/
	ModelQueryParameter *string

	/* Name.

	   Filter by name
	*/
	NameQueryParameter *string

	/* NvramBatteryState.

	   Filter by nvram.battery_state
	*/
	NvramBatteryStateQueryParameter *string

	/* NvramID.

	   Filter by nvram.id
	*/
	NvramIDQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* Owner.

	   Filter by owner
	*/
	OwnerQueryParameter *string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* SerialNumber.

	   Filter by serial_number
	*/
	SerialNumberQueryParameter *string

	/* ServiceProcessorAPIServiceEnabled.

	   Filter by service_processor.api_service.enabled
	*/
	ServiceProcessorAPIServiceEnabledQueryParameter *bool

	/* ServiceProcessorAPIServiceLimitAccess.

	   Filter by service_processor.api_service.limit_access
	*/
	ServiceProcessorAPIServiceLimitAccessQueryParameter *bool

	/* ServiceProcessorAPIServicePort.

	   Filter by service_processor.api_service.port
	*/
	ServiceProcessorAPIServicePortQueryParameter *int64

	/* ServiceProcessorAutoConfigIPV4Subnet.

	   Filter by service_processor.auto_config.ipv4_subnet
	*/
	ServiceProcessorAutoConfigIPV4SubnetQueryParameter *string

	/* ServiceProcessorAutoConfigIPV6Subnet.

	   Filter by service_processor.auto_config.ipv6_subnet
	*/
	ServiceProcessorAutoConfigIPV6SubnetQueryParameter *string

	/* ServiceProcessorAutoupdateEnabled.

	   Filter by service_processor.autoupdate_enabled
	*/
	ServiceProcessorAutoupdateEnabledQueryParameter *bool

	/* ServiceProcessorBackupIsCurrent.

	   Filter by service_processor.backup.is_current
	*/
	ServiceProcessorBackupIsCurrentQueryParameter *bool

	/* ServiceProcessorBackupState.

	   Filter by service_processor.backup.state
	*/
	ServiceProcessorBackupStateQueryParameter *string

	/* ServiceProcessorBackupVersion.

	   Filter by service_processor.backup.version
	*/
	ServiceProcessorBackupVersionQueryParameter *string

	/* ServiceProcessorDhcpEnabled.

	   Filter by service_processor.dhcp_enabled
	*/
	ServiceProcessorDhcpEnabledQueryParameter *bool

	/* ServiceProcessorFirmwareVersion.

	   Filter by service_processor.firmware_version
	*/
	ServiceProcessorFirmwareVersionQueryParameter *string

	/* ServiceProcessorIPV4InterfaceAddress.

	   Filter by service_processor.ipv4_interface.address
	*/
	ServiceProcessorIPV4InterfaceAddressQueryParameter *string

	/* ServiceProcessorIPV4InterfaceGateway.

	   Filter by service_processor.ipv4_interface.gateway
	*/
	ServiceProcessorIPV4InterfaceGatewayQueryParameter *string

	/* ServiceProcessorIPV4InterfaceNetmask.

	   Filter by service_processor.ipv4_interface.netmask
	*/
	ServiceProcessorIPV4InterfaceNetmaskQueryParameter *string

	/* ServiceProcessorIPV6InterfaceAddress.

	   Filter by service_processor.ipv6_interface.address
	*/
	ServiceProcessorIPV6InterfaceAddressQueryParameter *string

	/* ServiceProcessorIPV6InterfaceGateway.

	   Filter by service_processor.ipv6_interface.gateway
	*/
	ServiceProcessorIPV6InterfaceGatewayQueryParameter *string

	/* ServiceProcessorIPV6InterfaceNetmask.

	   Filter by service_processor.ipv6_interface.netmask
	*/
	ServiceProcessorIPV6InterfaceNetmaskQueryParameter *int64

	/* ServiceProcessorIsIPConfigured.

	   Filter by service_processor.is_ip_configured
	*/
	ServiceProcessorIsIPConfiguredQueryParameter *bool

	/* ServiceProcessorLastUpdateState.

	   Filter by service_processor.last_update_state
	*/
	ServiceProcessorLastUpdateStateQueryParameter *string

	/* ServiceProcessorLinkStatus.

	   Filter by service_processor.link_status
	*/
	ServiceProcessorLinkStatusQueryParameter *string

	/* ServiceProcessorMacAddress.

	   Filter by service_processor.mac_address
	*/
	ServiceProcessorMacAddressQueryParameter *string

	/* ServiceProcessorPrimaryIsCurrent.

	   Filter by service_processor.primary.is_current
	*/
	ServiceProcessorPrimaryIsCurrentQueryParameter *bool

	/* ServiceProcessorPrimaryState.

	   Filter by service_processor.primary.state
	*/
	ServiceProcessorPrimaryStateQueryParameter *string

	/* ServiceProcessorPrimaryVersion.

	   Filter by service_processor.primary.version
	*/
	ServiceProcessorPrimaryVersionQueryParameter *string

	/* ServiceProcessorSSHInfoAllowedAddresses.

	   Filter by service_processor.ssh_info.allowed_addresses
	*/
	ServiceProcessorSSHInfoAllowedAddressesQueryParameter *string

	/* ServiceProcessorState.

	   Filter by service_processor.state
	*/
	ServiceProcessorStateQueryParameter *string

	/* ServiceProcessorType.

	   Filter by service_processor.type
	*/
	ServiceProcessorTypeQueryParameter *string

	/* State.

	   Filter by state
	*/
	StateQueryParameter *string

	/* StatisticsProcessorUtilizationBase.

	   Filter by statistics.processor_utilization_base
	*/
	StatisticsProcessorUtilizationBaseQueryParameter *int64

	/* StatisticsProcessorUtilizationRaw.

	   Filter by statistics.processor_utilization_raw
	*/
	StatisticsProcessorUtilizationRawQueryParameter *int64

	/* StatisticsStatus.

	   Filter by statistics.status
	*/
	StatisticsStatusQueryParameter *string

	/* StatisticsTimestamp.

	   Filter by statistics.timestamp
	*/
	StatisticsTimestampQueryParameter *string

	/* StorageConfiguration.

	   Filter by storage_configuration
	*/
	StorageConfigurationQueryParameter *string

	/* SystemID.

	   Filter by system_id
	*/
	SystemIDQueryParameter *string

	/* SystemMachineType.

	   Filter by system_machine_type
	*/
	SystemMachineTypeQueryParameter *string

	/* Uptime.

	   Filter by uptime
	*/
	UptimeQueryParameter *int64

	/* UUID.

	   Filter by uuid
	*/
	UUIDQueryParameter *string

	/* VendorSerialNumber.

	   Filter by vendor_serial_number
	*/
	VendorSerialNumberQueryParameter *string

	/* VersionFull.

	   Filter by version.full
	*/
	VersionFullQueryParameter *string

	/* VersionGeneration.

	   Filter by version.generation
	*/
	VersionGenerationQueryParameter *int64

	/* VersionMajor.

	   Filter by version.major
	*/
	VersionMajorQueryParameter *int64

	/* VersionMinor.

	   Filter by version.minor
	*/
	VersionMinorQueryParameter *int64

	/* VersionPatch.

	   Filter by version.patch
	*/
	VersionPatchQueryParameter *string

	/* VMAccountID.

	   Filter by vm.account_id
	*/
	VMAccountIDQueryParameter *string

	/* VMDeploymentID.

	   Filter by vm.deployment_id
	*/
	VMDeploymentIDQueryParameter *string

	/* VMFaultDomain.

	   Filter by vm.fault_domain
	*/
	VMFaultDomainQueryParameter *string

	/* VMInstanceID.

	   Filter by vm.instance_id
	*/
	VMInstanceIDQueryParameter *string

	/* VMPrimaryIP.

	   Filter by vm.primary_ip
	*/
	VMPrimaryIPQueryParameter *string

	/* VMProviderType.

	   Filter by vm.provider_type
	*/
	VMProviderTypeQueryParameter *string

	/* VMUpdateDomain.

	   Filter by vm.update_domain
	*/
	VMUpdateDomainQueryParameter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

NodesGetParams contains all the parameters to send to the API endpoint

for the nodes get operation.

Typically these are written to a http.Request.

func NewNodesGetParams

func NewNodesGetParams() *NodesGetParams

NewNodesGetParams creates a new NodesGetParams 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 NewNodesGetParamsWithContext

func NewNodesGetParamsWithContext(ctx context.Context) *NodesGetParams

NewNodesGetParamsWithContext creates a new NodesGetParams object with the ability to set a context for a request.

func NewNodesGetParamsWithHTTPClient

func NewNodesGetParamsWithHTTPClient(client *http.Client) *NodesGetParams

NewNodesGetParamsWithHTTPClient creates a new NodesGetParams object with the ability to set a custom HTTPClient for a request.

func NewNodesGetParamsWithTimeout

func NewNodesGetParamsWithTimeout(timeout time.Duration) *NodesGetParams

NewNodesGetParamsWithTimeout creates a new NodesGetParams object with the ability to set a timeout on a request.

func (*NodesGetParams) SetClusterInterfacesIPAddressQueryParameter

func (o *NodesGetParams) SetClusterInterfacesIPAddressQueryParameter(clusterInterfacesIPAddress *string)

SetClusterInterfacesIPAddressQueryParameter adds the clusterInterfacesIpAddress to the nodes get params

func (*NodesGetParams) SetClusterInterfacesNameQueryParameter

func (o *NodesGetParams) SetClusterInterfacesNameQueryParameter(clusterInterfacesName *string)

SetClusterInterfacesNameQueryParameter adds the clusterInterfacesName to the nodes get params

func (*NodesGetParams) SetClusterInterfacesUUIDQueryParameter

func (o *NodesGetParams) SetClusterInterfacesUUIDQueryParameter(clusterInterfacesUUID *string)

SetClusterInterfacesUUIDQueryParameter adds the clusterInterfacesUuid to the nodes get params

func (*NodesGetParams) SetContext

func (o *NodesGetParams) SetContext(ctx context.Context)

SetContext adds the context to the nodes get params

func (*NodesGetParams) SetControllerBoardQueryParameter

func (o *NodesGetParams) SetControllerBoardQueryParameter(controllerBoard *string)

SetControllerBoardQueryParameter adds the controllerBoard to the nodes get params

func (*NodesGetParams) SetControllerCPUCountQueryParameter

func (o *NodesGetParams) SetControllerCPUCountQueryParameter(controllerCPUCount *int64)

SetControllerCPUCountQueryParameter adds the controllerCpuCount to the nodes get params

func (*NodesGetParams) SetControllerCPUFirmwareReleaseQueryParameter

func (o *NodesGetParams) SetControllerCPUFirmwareReleaseQueryParameter(controllerCPUFirmwareRelease *string)

SetControllerCPUFirmwareReleaseQueryParameter adds the controllerCpuFirmwareRelease to the nodes get params

func (*NodesGetParams) SetControllerCPUProcessorQueryParameter

func (o *NodesGetParams) SetControllerCPUProcessorQueryParameter(controllerCPUProcessor *string)

SetControllerCPUProcessorQueryParameter adds the controllerCpuProcessor to the nodes get params

func (*NodesGetParams) SetControllerFailedFanCountQueryParameter

func (o *NodesGetParams) SetControllerFailedFanCountQueryParameter(controllerFailedFanCount *int64)

SetControllerFailedFanCountQueryParameter adds the controllerFailedFanCount to the nodes get params

func (*NodesGetParams) SetControllerFailedFanMessageCodeQueryParameter

func (o *NodesGetParams) SetControllerFailedFanMessageCodeQueryParameter(controllerFailedFanMessageCode *string)

SetControllerFailedFanMessageCodeQueryParameter adds the controllerFailedFanMessageCode to the nodes get params

func (*NodesGetParams) SetControllerFailedFanMessageMessageQueryParameter

func (o *NodesGetParams) SetControllerFailedFanMessageMessageQueryParameter(controllerFailedFanMessageMessage *string)

SetControllerFailedFanMessageMessageQueryParameter adds the controllerFailedFanMessageMessage to the nodes get params

func (*NodesGetParams) SetControllerFailedPowerSupplyCountQueryParameter

func (o *NodesGetParams) SetControllerFailedPowerSupplyCountQueryParameter(controllerFailedPowerSupplyCount *int64)

SetControllerFailedPowerSupplyCountQueryParameter adds the controllerFailedPowerSupplyCount to the nodes get params

func (*NodesGetParams) SetControllerFailedPowerSupplyMessageCodeQueryParameter

func (o *NodesGetParams) SetControllerFailedPowerSupplyMessageCodeQueryParameter(controllerFailedPowerSupplyMessageCode *string)

SetControllerFailedPowerSupplyMessageCodeQueryParameter adds the controllerFailedPowerSupplyMessageCode to the nodes get params

func (*NodesGetParams) SetControllerFailedPowerSupplyMessageMessageQueryParameter

func (o *NodesGetParams) SetControllerFailedPowerSupplyMessageMessageQueryParameter(controllerFailedPowerSupplyMessageMessage *string)

SetControllerFailedPowerSupplyMessageMessageQueryParameter adds the controllerFailedPowerSupplyMessageMessage to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheCapacityQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheCapacityQueryParameter(controllerFlashCacheCapacity *int64)

SetControllerFlashCacheCapacityQueryParameter adds the controllerFlashCacheCapacity to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheDeviceIDQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheDeviceIDQueryParameter(controllerFlashCacheDeviceID *int64)

SetControllerFlashCacheDeviceIDQueryParameter adds the controllerFlashCacheDeviceId to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheFirmwareFileQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheFirmwareFileQueryParameter(controllerFlashCacheFirmwareFile *string)

SetControllerFlashCacheFirmwareFileQueryParameter adds the controllerFlashCacheFirmwareFile to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheFirmwareVersionQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheFirmwareVersionQueryParameter(controllerFlashCacheFirmwareVersion *string)

SetControllerFlashCacheFirmwareVersionQueryParameter adds the controllerFlashCacheFirmwareVersion to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheHardwareRevisionQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheHardwareRevisionQueryParameter(controllerFlashCacheHardwareRevision *string)

SetControllerFlashCacheHardwareRevisionQueryParameter adds the controllerFlashCacheHardwareRevision to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheModelQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheModelQueryParameter(controllerFlashCacheModel *string)

SetControllerFlashCacheModelQueryParameter adds the controllerFlashCacheModel to the nodes get params

func (*NodesGetParams) SetControllerFlashCachePartNumberQueryParameter

func (o *NodesGetParams) SetControllerFlashCachePartNumberQueryParameter(controllerFlashCachePartNumber *string)

SetControllerFlashCachePartNumberQueryParameter adds the controllerFlashCachePartNumber to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheSerialNumberQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheSerialNumberQueryParameter(controllerFlashCacheSerialNumber *string)

SetControllerFlashCacheSerialNumberQueryParameter adds the controllerFlashCacheSerialNumber to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheSlotQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheSlotQueryParameter(controllerFlashCacheSlot *string)

SetControllerFlashCacheSlotQueryParameter adds the controllerFlashCacheSlot to the nodes get params

func (*NodesGetParams) SetControllerFlashCacheStateQueryParameter

func (o *NodesGetParams) SetControllerFlashCacheStateQueryParameter(controllerFlashCacheState *string)

SetControllerFlashCacheStateQueryParameter adds the controllerFlashCacheState to the nodes get params

func (*NodesGetParams) SetControllerFrusIDQueryParameter

func (o *NodesGetParams) SetControllerFrusIDQueryParameter(controllerFrusID *string)

SetControllerFrusIDQueryParameter adds the controllerFrusId to the nodes get params

func (*NodesGetParams) SetControllerFrusStateQueryParameter

func (o *NodesGetParams) SetControllerFrusStateQueryParameter(controllerFrusState *string)

SetControllerFrusStateQueryParameter adds the controllerFrusState to the nodes get params

func (*NodesGetParams) SetControllerFrusTypeQueryParameter

func (o *NodesGetParams) SetControllerFrusTypeQueryParameter(controllerFrusType *string)

SetControllerFrusTypeQueryParameter adds the controllerFrusType to the nodes get params

func (*NodesGetParams) SetControllerMemorySizeQueryParameter

func (o *NodesGetParams) SetControllerMemorySizeQueryParameter(controllerMemorySize *int64)

SetControllerMemorySizeQueryParameter adds the controllerMemorySize to the nodes get params

func (*NodesGetParams) SetControllerOverTemperatureQueryParameter

func (o *NodesGetParams) SetControllerOverTemperatureQueryParameter(controllerOverTemperature *string)

SetControllerOverTemperatureQueryParameter adds the controllerOverTemperature to the nodes get params

func (*NodesGetParams) SetDateQueryParameter

func (o *NodesGetParams) SetDateQueryParameter(date *string)

SetDateQueryParameter adds the date to the nodes get params

func (*NodesGetParams) SetDefaults

func (o *NodesGetParams) SetDefaults()

SetDefaults hydrates default values in the nodes get params (not the query body).

All values with no default are reset to their zero value.

func (*NodesGetParams) SetExternalCacheIsEnabledQueryParameter

func (o *NodesGetParams) SetExternalCacheIsEnabledQueryParameter(externalCacheIsEnabled *bool)

SetExternalCacheIsEnabledQueryParameter adds the externalCacheIsEnabled to the nodes get params

func (*NodesGetParams) SetExternalCacheIsHyaEnabledQueryParameter

func (o *NodesGetParams) SetExternalCacheIsHyaEnabledQueryParameter(externalCacheIsHyaEnabled *bool)

SetExternalCacheIsHyaEnabledQueryParameter adds the externalCacheIsHyaEnabled to the nodes get params

func (*NodesGetParams) SetExternalCacheIsRewarmEnabledQueryParameter

func (o *NodesGetParams) SetExternalCacheIsRewarmEnabledQueryParameter(externalCacheIsRewarmEnabled *bool)

SetExternalCacheIsRewarmEnabledQueryParameter adds the externalCacheIsRewarmEnabled to the nodes get params

func (*NodesGetParams) SetExternalCachePcsSizeQueryParameter

func (o *NodesGetParams) SetExternalCachePcsSizeQueryParameter(externalCachePcsSize *int64)

SetExternalCachePcsSizeQueryParameter adds the externalCachePcsSize to the nodes get params

func (*NodesGetParams) SetFieldsQueryParameter

func (o *NodesGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the nodes get params

func (*NodesGetParams) SetHTTPClient

func (o *NodesGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the nodes get params

func (*NodesGetParams) SetHaAutoGivebackQueryParameter

func (o *NodesGetParams) SetHaAutoGivebackQueryParameter(haAutoGiveback *bool)

SetHaAutoGivebackQueryParameter adds the haAutoGiveback to the nodes get params

func (*NodesGetParams) SetHaEnabledQueryParameter

func (o *NodesGetParams) SetHaEnabledQueryParameter(haEnabled *bool)

SetHaEnabledQueryParameter adds the haEnabled to the nodes get params

func (*NodesGetParams) SetHaGivebackFailureCodeQueryParameter

func (o *NodesGetParams) SetHaGivebackFailureCodeQueryParameter(haGivebackFailureCode *int64)

SetHaGivebackFailureCodeQueryParameter adds the haGivebackFailureCode to the nodes get params

func (*NodesGetParams) SetHaGivebackFailureMessageQueryParameter

func (o *NodesGetParams) SetHaGivebackFailureMessageQueryParameter(haGivebackFailureMessage *string)

SetHaGivebackFailureMessageQueryParameter adds the haGivebackFailureMessage to the nodes get params

func (*NodesGetParams) SetHaGivebackStateQueryParameter

func (o *NodesGetParams) SetHaGivebackStateQueryParameter(haGivebackState *string)

SetHaGivebackStateQueryParameter adds the haGivebackState to the nodes get params

func (*NodesGetParams) SetHaGivebackStatusAggregateNameQueryParameter

func (o *NodesGetParams) SetHaGivebackStatusAggregateNameQueryParameter(haGivebackStatusAggregateName *string)

SetHaGivebackStatusAggregateNameQueryParameter adds the haGivebackStatusAggregateName to the nodes get params

func (*NodesGetParams) SetHaGivebackStatusAggregateUUIDQueryParameter

func (o *NodesGetParams) SetHaGivebackStatusAggregateUUIDQueryParameter(haGivebackStatusAggregateUUID *string)

SetHaGivebackStatusAggregateUUIDQueryParameter adds the haGivebackStatusAggregateUuid to the nodes get params

func (*NodesGetParams) SetHaGivebackStatusErrorCodeQueryParameter

func (o *NodesGetParams) SetHaGivebackStatusErrorCodeQueryParameter(haGivebackStatusErrorCode *string)

SetHaGivebackStatusErrorCodeQueryParameter adds the haGivebackStatusErrorCode to the nodes get params

func (*NodesGetParams) SetHaGivebackStatusErrorMessageQueryParameter

func (o *NodesGetParams) SetHaGivebackStatusErrorMessageQueryParameter(haGivebackStatusErrorMessage *string)

SetHaGivebackStatusErrorMessageQueryParameter adds the haGivebackStatusErrorMessage to the nodes get params

func (*NodesGetParams) SetHaGivebackStatusStateQueryParameter

func (o *NodesGetParams) SetHaGivebackStatusStateQueryParameter(haGivebackStatusState *string)

SetHaGivebackStatusStateQueryParameter adds the haGivebackStatusState to the nodes get params

func (*NodesGetParams) SetHaInterconnectAdapterQueryParameter

func (o *NodesGetParams) SetHaInterconnectAdapterQueryParameter(haInterconnectAdapter *string)

SetHaInterconnectAdapterQueryParameter adds the haInterconnectAdapter to the nodes get params

func (*NodesGetParams) SetHaInterconnectStateQueryParameter

func (o *NodesGetParams) SetHaInterconnectStateQueryParameter(haInterconnectState *string)

SetHaInterconnectStateQueryParameter adds the haInterconnectState to the nodes get params

func (*NodesGetParams) SetHaPartnersNameQueryParameter

func (o *NodesGetParams) SetHaPartnersNameQueryParameter(haPartnersName *string)

SetHaPartnersNameQueryParameter adds the haPartnersName to the nodes get params

func (*NodesGetParams) SetHaPartnersUUIDQueryParameter

func (o *NodesGetParams) SetHaPartnersUUIDQueryParameter(haPartnersUUID *string)

SetHaPartnersUUIDQueryParameter adds the haPartnersUuid to the nodes get params

func (*NodesGetParams) SetHaPortsNumberQueryParameter

func (o *NodesGetParams) SetHaPortsNumberQueryParameter(haPortsNumber *int64)

SetHaPortsNumberQueryParameter adds the haPortsNumber to the nodes get params

func (*NodesGetParams) SetHaPortsStateQueryParameter

func (o *NodesGetParams) SetHaPortsStateQueryParameter(haPortsState *string)

SetHaPortsStateQueryParameter adds the haPortsState to the nodes get params

func (*NodesGetParams) SetHaTakeoverFailureCodeQueryParameter

func (o *NodesGetParams) SetHaTakeoverFailureCodeQueryParameter(haTakeoverFailureCode *int64)

SetHaTakeoverFailureCodeQueryParameter adds the haTakeoverFailureCode to the nodes get params

func (*NodesGetParams) SetHaTakeoverFailureMessageQueryParameter

func (o *NodesGetParams) SetHaTakeoverFailureMessageQueryParameter(haTakeoverFailureMessage *string)

SetHaTakeoverFailureMessageQueryParameter adds the haTakeoverFailureMessage to the nodes get params

func (*NodesGetParams) SetHaTakeoverStateQueryParameter

func (o *NodesGetParams) SetHaTakeoverStateQueryParameter(haTakeoverState *string)

SetHaTakeoverStateQueryParameter adds the haTakeoverState to the nodes get params

func (*NodesGetParams) SetHwAssistStatusEnabledQueryParameter

func (o *NodesGetParams) SetHwAssistStatusEnabledQueryParameter(hwAssistStatusEnabled *bool)

SetHwAssistStatusEnabledQueryParameter adds the hwAssistStatusEnabled to the nodes get params

func (*NodesGetParams) SetHwAssistStatusLocalIPQueryParameter

func (o *NodesGetParams) SetHwAssistStatusLocalIPQueryParameter(hwAssistStatusLocalIP *string)

SetHwAssistStatusLocalIPQueryParameter adds the hwAssistStatusLocalIp to the nodes get params

func (*NodesGetParams) SetHwAssistStatusLocalPortQueryParameter

func (o *NodesGetParams) SetHwAssistStatusLocalPortQueryParameter(hwAssistStatusLocalPort *int64)

SetHwAssistStatusLocalPortQueryParameter adds the hwAssistStatusLocalPort to the nodes get params

func (*NodesGetParams) SetHwAssistStatusLocalStateQueryParameter

func (o *NodesGetParams) SetHwAssistStatusLocalStateQueryParameter(hwAssistStatusLocalState *string)

SetHwAssistStatusLocalStateQueryParameter adds the hwAssistStatusLocalState to the nodes get params

func (*NodesGetParams) SetHwAssistStatusPartnerIPQueryParameter

func (o *NodesGetParams) SetHwAssistStatusPartnerIPQueryParameter(hwAssistStatusPartnerIP *string)

SetHwAssistStatusPartnerIPQueryParameter adds the hwAssistStatusPartnerIp to the nodes get params

func (*NodesGetParams) SetHwAssistStatusPartnerPortQueryParameter

func (o *NodesGetParams) SetHwAssistStatusPartnerPortQueryParameter(hwAssistStatusPartnerPort *int64)

SetHwAssistStatusPartnerPortQueryParameter adds the hwAssistStatusPartnerPort to the nodes get params

func (*NodesGetParams) SetHwAssistStatusPartnerStateQueryParameter

func (o *NodesGetParams) SetHwAssistStatusPartnerStateQueryParameter(hwAssistStatusPartnerState *string)

SetHwAssistStatusPartnerStateQueryParameter adds the hwAssistStatusPartnerState to the nodes get params

func (*NodesGetParams) SetIsAllFlashOptimizedQueryParameter

func (o *NodesGetParams) SetIsAllFlashOptimizedQueryParameter(isAllFlashOptimized *bool)

SetIsAllFlashOptimizedQueryParameter adds the isAllFlashOptimized to the nodes get params

func (*NodesGetParams) SetIsAllFlashSelectOptimizedQueryParameter

func (o *NodesGetParams) SetIsAllFlashSelectOptimizedQueryParameter(isAllFlashSelectOptimized *bool)

SetIsAllFlashSelectOptimizedQueryParameter adds the isAllFlashSelectOptimized to the nodes get params

func (*NodesGetParams) SetIsCapacityOptimizedQueryParameter

func (o *NodesGetParams) SetIsCapacityOptimizedQueryParameter(isCapacityOptimized *bool)

SetIsCapacityOptimizedQueryParameter adds the isCapacityOptimized to the nodes get params

func (*NodesGetParams) SetIsPerformanceOptimizedQueryParameter

func (o *NodesGetParams) SetIsPerformanceOptimizedQueryParameter(isPerformanceOptimized *bool)

SetIsPerformanceOptimizedQueryParameter adds the isPerformanceOptimized to the nodes get params

func (*NodesGetParams) SetIsSparesLowQueryParameter

func (o *NodesGetParams) SetIsSparesLowQueryParameter(isSparesLow *bool)

SetIsSparesLowQueryParameter adds the isSparesLow to the nodes get params

func (*NodesGetParams) SetLocationQueryParameter

func (o *NodesGetParams) SetLocationQueryParameter(location *string)

SetLocationQueryParameter adds the location to the nodes get params

func (*NodesGetParams) SetManagementInterfacesIPAddressQueryParameter

func (o *NodesGetParams) SetManagementInterfacesIPAddressQueryParameter(managementInterfacesIPAddress *string)

SetManagementInterfacesIPAddressQueryParameter adds the managementInterfacesIpAddress to the nodes get params

func (*NodesGetParams) SetManagementInterfacesNameQueryParameter

func (o *NodesGetParams) SetManagementInterfacesNameQueryParameter(managementInterfacesName *string)

SetManagementInterfacesNameQueryParameter adds the managementInterfacesName to the nodes get params

func (*NodesGetParams) SetManagementInterfacesUUIDQueryParameter

func (o *NodesGetParams) SetManagementInterfacesUUIDQueryParameter(managementInterfacesUUID *string)

SetManagementInterfacesUUIDQueryParameter adds the managementInterfacesUuid to the nodes get params

func (*NodesGetParams) SetMaxRecordsQueryParameter

func (o *NodesGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the nodes get params

func (*NodesGetParams) SetMembershIPQueryParameter

func (o *NodesGetParams) SetMembershIPQueryParameter(membership *string)

SetMembershIPQueryParameter adds the membership to the nodes get params

func (*NodesGetParams) SetMetricDurationQueryParameter

func (o *NodesGetParams) SetMetricDurationQueryParameter(metricDuration *string)

SetMetricDurationQueryParameter adds the metricDuration to the nodes get params

func (*NodesGetParams) SetMetricProcessorUtilizationQueryParameter

func (o *NodesGetParams) SetMetricProcessorUtilizationQueryParameter(metricProcessorUtilization *int64)

SetMetricProcessorUtilizationQueryParameter adds the metricProcessorUtilization to the nodes get params

func (*NodesGetParams) SetMetricStatusQueryParameter

func (o *NodesGetParams) SetMetricStatusQueryParameter(metricStatus *string)

SetMetricStatusQueryParameter adds the metricStatus to the nodes get params

func (*NodesGetParams) SetMetricTimestampQueryParameter

func (o *NodesGetParams) SetMetricTimestampQueryParameter(metricTimestamp *string)

SetMetricTimestampQueryParameter adds the metricTimestamp to the nodes get params

func (*NodesGetParams) SetMetricUUIDQueryParameter

func (o *NodesGetParams) SetMetricUUIDQueryParameter(metricUUID *string)

SetMetricUUIDQueryParameter adds the metricUuid to the nodes get params

func (*NodesGetParams) SetMetroclusterCustomVlanCapableQueryParameter

func (o *NodesGetParams) SetMetroclusterCustomVlanCapableQueryParameter(metroclusterCustomVlanCapable *bool)

SetMetroclusterCustomVlanCapableQueryParameter adds the metroclusterCustomVlanCapable to the nodes get params

func (*NodesGetParams) SetMetroclusterPortsNameQueryParameter

func (o *NodesGetParams) SetMetroclusterPortsNameQueryParameter(metroclusterPortsName *string)

SetMetroclusterPortsNameQueryParameter adds the metroclusterPortsName to the nodes get params

func (*NodesGetParams) SetMetroclusterTypeQueryParameter

func (o *NodesGetParams) SetMetroclusterTypeQueryParameter(metroclusterType *string)

SetMetroclusterTypeQueryParameter adds the metroclusterType to the nodes get params

func (*NodesGetParams) SetModelQueryParameter

func (o *NodesGetParams) SetModelQueryParameter(model *string)

SetModelQueryParameter adds the model to the nodes get params

func (*NodesGetParams) SetNameQueryParameter

func (o *NodesGetParams) SetNameQueryParameter(name *string)

SetNameQueryParameter adds the name to the nodes get params

func (*NodesGetParams) SetNvramBatteryStateQueryParameter

func (o *NodesGetParams) SetNvramBatteryStateQueryParameter(nvramBatteryState *string)

SetNvramBatteryStateQueryParameter adds the nvramBatteryState to the nodes get params

func (*NodesGetParams) SetNvramIDQueryParameter

func (o *NodesGetParams) SetNvramIDQueryParameter(nvramID *int64)

SetNvramIDQueryParameter adds the nvramId to the nodes get params

func (*NodesGetParams) SetOrderByQueryParameter

func (o *NodesGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the nodes get params

func (*NodesGetParams) SetOwnerQueryParameter

func (o *NodesGetParams) SetOwnerQueryParameter(owner *string)

SetOwnerQueryParameter adds the owner to the nodes get params

func (*NodesGetParams) SetReturnRecordsQueryParameter

func (o *NodesGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the nodes get params

func (*NodesGetParams) SetReturnTimeoutQueryParameter

func (o *NodesGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the nodes get params

func (*NodesGetParams) SetSerialNumberQueryParameter

func (o *NodesGetParams) SetSerialNumberQueryParameter(serialNumber *string)

SetSerialNumberQueryParameter adds the serialNumber to the nodes get params

func (*NodesGetParams) SetServiceProcessorAPIServiceEnabledQueryParameter

func (o *NodesGetParams) SetServiceProcessorAPIServiceEnabledQueryParameter(serviceProcessorAPIServiceEnabled *bool)

SetServiceProcessorAPIServiceEnabledQueryParameter adds the serviceProcessorApiServiceEnabled to the nodes get params

func (*NodesGetParams) SetServiceProcessorAPIServiceLimitAccessQueryParameter

func (o *NodesGetParams) SetServiceProcessorAPIServiceLimitAccessQueryParameter(serviceProcessorAPIServiceLimitAccess *bool)

SetServiceProcessorAPIServiceLimitAccessQueryParameter adds the serviceProcessorApiServiceLimitAccess to the nodes get params

func (*NodesGetParams) SetServiceProcessorAPIServicePortQueryParameter

func (o *NodesGetParams) SetServiceProcessorAPIServicePortQueryParameter(serviceProcessorAPIServicePort *int64)

SetServiceProcessorAPIServicePortQueryParameter adds the serviceProcessorApiServicePort to the nodes get params

func (*NodesGetParams) SetServiceProcessorAutoConfigIPV4SubnetQueryParameter

func (o *NodesGetParams) SetServiceProcessorAutoConfigIPV4SubnetQueryParameter(serviceProcessorAutoConfigIPV4Subnet *string)

SetServiceProcessorAutoConfigIPV4SubnetQueryParameter adds the serviceProcessorAutoConfigIpv4Subnet to the nodes get params

func (*NodesGetParams) SetServiceProcessorAutoConfigIPV6SubnetQueryParameter

func (o *NodesGetParams) SetServiceProcessorAutoConfigIPV6SubnetQueryParameter(serviceProcessorAutoConfigIPV6Subnet *string)

SetServiceProcessorAutoConfigIPV6SubnetQueryParameter adds the serviceProcessorAutoConfigIpv6Subnet to the nodes get params

func (*NodesGetParams) SetServiceProcessorAutoupdateEnabledQueryParameter

func (o *NodesGetParams) SetServiceProcessorAutoupdateEnabledQueryParameter(serviceProcessorAutoupdateEnabled *bool)

SetServiceProcessorAutoupdateEnabledQueryParameter adds the serviceProcessorAutoupdateEnabled to the nodes get params

func (*NodesGetParams) SetServiceProcessorBackupIsCurrentQueryParameter

func (o *NodesGetParams) SetServiceProcessorBackupIsCurrentQueryParameter(serviceProcessorBackupIsCurrent *bool)

SetServiceProcessorBackupIsCurrentQueryParameter adds the serviceProcessorBackupIsCurrent to the nodes get params

func (*NodesGetParams) SetServiceProcessorBackupStateQueryParameter

func (o *NodesGetParams) SetServiceProcessorBackupStateQueryParameter(serviceProcessorBackupState *string)

SetServiceProcessorBackupStateQueryParameter adds the serviceProcessorBackupState to the nodes get params

func (*NodesGetParams) SetServiceProcessorBackupVersionQueryParameter

func (o *NodesGetParams) SetServiceProcessorBackupVersionQueryParameter(serviceProcessorBackupVersion *string)

SetServiceProcessorBackupVersionQueryParameter adds the serviceProcessorBackupVersion to the nodes get params

func (*NodesGetParams) SetServiceProcessorDhcpEnabledQueryParameter

func (o *NodesGetParams) SetServiceProcessorDhcpEnabledQueryParameter(serviceProcessorDhcpEnabled *bool)

SetServiceProcessorDhcpEnabledQueryParameter adds the serviceProcessorDhcpEnabled to the nodes get params

func (*NodesGetParams) SetServiceProcessorFirmwareVersionQueryParameter

func (o *NodesGetParams) SetServiceProcessorFirmwareVersionQueryParameter(serviceProcessorFirmwareVersion *string)

SetServiceProcessorFirmwareVersionQueryParameter adds the serviceProcessorFirmwareVersion to the nodes get params

func (*NodesGetParams) SetServiceProcessorIPV4InterfaceAddressQueryParameter

func (o *NodesGetParams) SetServiceProcessorIPV4InterfaceAddressQueryParameter(serviceProcessorIPV4InterfaceAddress *string)

SetServiceProcessorIPV4InterfaceAddressQueryParameter adds the serviceProcessorIpv4InterfaceAddress to the nodes get params

func (*NodesGetParams) SetServiceProcessorIPV4InterfaceGatewayQueryParameter

func (o *NodesGetParams) SetServiceProcessorIPV4InterfaceGatewayQueryParameter(serviceProcessorIPV4InterfaceGateway *string)

SetServiceProcessorIPV4InterfaceGatewayQueryParameter adds the serviceProcessorIpv4InterfaceGateway to the nodes get params

func (*NodesGetParams) SetServiceProcessorIPV4InterfaceNetmaskQueryParameter

func (o *NodesGetParams) SetServiceProcessorIPV4InterfaceNetmaskQueryParameter(serviceProcessorIPV4InterfaceNetmask *string)

SetServiceProcessorIPV4InterfaceNetmaskQueryParameter adds the serviceProcessorIpv4InterfaceNetmask to the nodes get params

func (*NodesGetParams) SetServiceProcessorIPV6InterfaceAddressQueryParameter

func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceAddressQueryParameter(serviceProcessorIPV6InterfaceAddress *string)

SetServiceProcessorIPV6InterfaceAddressQueryParameter adds the serviceProcessorIpv6InterfaceAddress to the nodes get params

func (*NodesGetParams) SetServiceProcessorIPV6InterfaceGatewayQueryParameter

func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceGatewayQueryParameter(serviceProcessorIPV6InterfaceGateway *string)

SetServiceProcessorIPV6InterfaceGatewayQueryParameter adds the serviceProcessorIpv6InterfaceGateway to the nodes get params

func (*NodesGetParams) SetServiceProcessorIPV6InterfaceNetmaskQueryParameter

func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceNetmaskQueryParameter(serviceProcessorIPV6InterfaceNetmask *int64)

SetServiceProcessorIPV6InterfaceNetmaskQueryParameter adds the serviceProcessorIpv6InterfaceNetmask to the nodes get params

func (*NodesGetParams) SetServiceProcessorIsIPConfiguredQueryParameter

func (o *NodesGetParams) SetServiceProcessorIsIPConfiguredQueryParameter(serviceProcessorIsIPConfigured *bool)

SetServiceProcessorIsIPConfiguredQueryParameter adds the serviceProcessorIsIpConfigured to the nodes get params

func (*NodesGetParams) SetServiceProcessorLastUpdateStateQueryParameter

func (o *NodesGetParams) SetServiceProcessorLastUpdateStateQueryParameter(serviceProcessorLastUpdateState *string)

SetServiceProcessorLastUpdateStateQueryParameter adds the serviceProcessorLastUpdateState to the nodes get params

func (*NodesGetParams) SetServiceProcessorLinkStatusQueryParameter

func (o *NodesGetParams) SetServiceProcessorLinkStatusQueryParameter(serviceProcessorLinkStatus *string)

SetServiceProcessorLinkStatusQueryParameter adds the serviceProcessorLinkStatus to the nodes get params

func (*NodesGetParams) SetServiceProcessorMacAddressQueryParameter

func (o *NodesGetParams) SetServiceProcessorMacAddressQueryParameter(serviceProcessorMacAddress *string)

SetServiceProcessorMacAddressQueryParameter adds the serviceProcessorMacAddress to the nodes get params

func (*NodesGetParams) SetServiceProcessorPrimaryIsCurrentQueryParameter

func (o *NodesGetParams) SetServiceProcessorPrimaryIsCurrentQueryParameter(serviceProcessorPrimaryIsCurrent *bool)

SetServiceProcessorPrimaryIsCurrentQueryParameter adds the serviceProcessorPrimaryIsCurrent to the nodes get params

func (*NodesGetParams) SetServiceProcessorPrimaryStateQueryParameter

func (o *NodesGetParams) SetServiceProcessorPrimaryStateQueryParameter(serviceProcessorPrimaryState *string)

SetServiceProcessorPrimaryStateQueryParameter adds the serviceProcessorPrimaryState to the nodes get params

func (*NodesGetParams) SetServiceProcessorPrimaryVersionQueryParameter

func (o *NodesGetParams) SetServiceProcessorPrimaryVersionQueryParameter(serviceProcessorPrimaryVersion *string)

SetServiceProcessorPrimaryVersionQueryParameter adds the serviceProcessorPrimaryVersion to the nodes get params

func (*NodesGetParams) SetServiceProcessorSSHInfoAllowedAddressesQueryParameter

func (o *NodesGetParams) SetServiceProcessorSSHInfoAllowedAddressesQueryParameter(serviceProcessorSSHInfoAllowedAddresses *string)

SetServiceProcessorSSHInfoAllowedAddressesQueryParameter adds the serviceProcessorSshInfoAllowedAddresses to the nodes get params

func (*NodesGetParams) SetServiceProcessorStateQueryParameter

func (o *NodesGetParams) SetServiceProcessorStateQueryParameter(serviceProcessorState *string)

SetServiceProcessorStateQueryParameter adds the serviceProcessorState to the nodes get params

func (*NodesGetParams) SetServiceProcessorTypeQueryParameter

func (o *NodesGetParams) SetServiceProcessorTypeQueryParameter(serviceProcessorType *string)

SetServiceProcessorTypeQueryParameter adds the serviceProcessorType to the nodes get params

func (*NodesGetParams) SetStateQueryParameter

func (o *NodesGetParams) SetStateQueryParameter(state *string)

SetStateQueryParameter adds the state to the nodes get params

func (*NodesGetParams) SetStatisticsProcessorUtilizationBaseQueryParameter

func (o *NodesGetParams) SetStatisticsProcessorUtilizationBaseQueryParameter(statisticsProcessorUtilizationBase *int64)

SetStatisticsProcessorUtilizationBaseQueryParameter adds the statisticsProcessorUtilizationBase to the nodes get params

func (*NodesGetParams) SetStatisticsProcessorUtilizationRawQueryParameter

func (o *NodesGetParams) SetStatisticsProcessorUtilizationRawQueryParameter(statisticsProcessorUtilizationRaw *int64)

SetStatisticsProcessorUtilizationRawQueryParameter adds the statisticsProcessorUtilizationRaw to the nodes get params

func (*NodesGetParams) SetStatisticsStatusQueryParameter

func (o *NodesGetParams) SetStatisticsStatusQueryParameter(statisticsStatus *string)

SetStatisticsStatusQueryParameter adds the statisticsStatus to the nodes get params

func (*NodesGetParams) SetStatisticsTimestampQueryParameter

func (o *NodesGetParams) SetStatisticsTimestampQueryParameter(statisticsTimestamp *string)

SetStatisticsTimestampQueryParameter adds the statisticsTimestamp to the nodes get params

func (*NodesGetParams) SetStorageConfigurationQueryParameter

func (o *NodesGetParams) SetStorageConfigurationQueryParameter(storageConfiguration *string)

SetStorageConfigurationQueryParameter adds the storageConfiguration to the nodes get params

func (*NodesGetParams) SetSystemIDQueryParameter

func (o *NodesGetParams) SetSystemIDQueryParameter(systemID *string)

SetSystemIDQueryParameter adds the systemId to the nodes get params

func (*NodesGetParams) SetSystemMachineTypeQueryParameter

func (o *NodesGetParams) SetSystemMachineTypeQueryParameter(systemMachineType *string)

SetSystemMachineTypeQueryParameter adds the systemMachineType to the nodes get params

func (*NodesGetParams) SetTimeout

func (o *NodesGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the nodes get params

func (*NodesGetParams) SetUUIDQueryParameter

func (o *NodesGetParams) SetUUIDQueryParameter(uuid *string)

SetUUIDQueryParameter adds the uuid to the nodes get params

func (*NodesGetParams) SetUptimeQueryParameter

func (o *NodesGetParams) SetUptimeQueryParameter(uptime *int64)

SetUptimeQueryParameter adds the uptime to the nodes get params

func (*NodesGetParams) SetVMAccountIDQueryParameter

func (o *NodesGetParams) SetVMAccountIDQueryParameter(vMAccountID *string)

SetVMAccountIDQueryParameter adds the vmAccountId to the nodes get params

func (*NodesGetParams) SetVMDeploymentIDQueryParameter

func (o *NodesGetParams) SetVMDeploymentIDQueryParameter(vMDeploymentID *string)

SetVMDeploymentIDQueryParameter adds the vmDeploymentId to the nodes get params

func (*NodesGetParams) SetVMFaultDomainQueryParameter

func (o *NodesGetParams) SetVMFaultDomainQueryParameter(vMFaultDomain *string)

SetVMFaultDomainQueryParameter adds the vmFaultDomain to the nodes get params

func (*NodesGetParams) SetVMInstanceIDQueryParameter

func (o *NodesGetParams) SetVMInstanceIDQueryParameter(vMInstanceID *string)

SetVMInstanceIDQueryParameter adds the vmInstanceId to the nodes get params

func (*NodesGetParams) SetVMPrimaryIPQueryParameter

func (o *NodesGetParams) SetVMPrimaryIPQueryParameter(vMPrimaryIP *string)

SetVMPrimaryIPQueryParameter adds the vmPrimaryIp to the nodes get params

func (*NodesGetParams) SetVMProviderTypeQueryParameter

func (o *NodesGetParams) SetVMProviderTypeQueryParameter(vMProviderType *string)

SetVMProviderTypeQueryParameter adds the vmProviderType to the nodes get params

func (*NodesGetParams) SetVMUpdateDomainQueryParameter

func (o *NodesGetParams) SetVMUpdateDomainQueryParameter(vMUpdateDomain *string)

SetVMUpdateDomainQueryParameter adds the vmUpdateDomain to the nodes get params

func (*NodesGetParams) SetVendorSerialNumberQueryParameter

func (o *NodesGetParams) SetVendorSerialNumberQueryParameter(vendorSerialNumber *string)

SetVendorSerialNumberQueryParameter adds the vendorSerialNumber to the nodes get params

func (*NodesGetParams) SetVersionFullQueryParameter

func (o *NodesGetParams) SetVersionFullQueryParameter(versionFull *string)

SetVersionFullQueryParameter adds the versionFull to the nodes get params

func (*NodesGetParams) SetVersionGenerationQueryParameter

func (o *NodesGetParams) SetVersionGenerationQueryParameter(versionGeneration *int64)

SetVersionGenerationQueryParameter adds the versionGeneration to the nodes get params

func (*NodesGetParams) SetVersionMajorQueryParameter

func (o *NodesGetParams) SetVersionMajorQueryParameter(versionMajor *int64)

SetVersionMajorQueryParameter adds the versionMajor to the nodes get params

func (*NodesGetParams) SetVersionMinorQueryParameter

func (o *NodesGetParams) SetVersionMinorQueryParameter(versionMinor *int64)

SetVersionMinorQueryParameter adds the versionMinor to the nodes get params

func (*NodesGetParams) SetVersionPatchQueryParameter

func (o *NodesGetParams) SetVersionPatchQueryParameter(versionPatch *string)

SetVersionPatchQueryParameter adds the versionPatch to the nodes get params

func (*NodesGetParams) WithClusterInterfacesIPAddressQueryParameter

func (o *NodesGetParams) WithClusterInterfacesIPAddressQueryParameter(clusterInterfacesIPAddress *string) *NodesGetParams

WithClusterInterfacesIPAddressQueryParameter adds the clusterInterfacesIPAddress to the nodes get params

func (*NodesGetParams) WithClusterInterfacesNameQueryParameter

func (o *NodesGetParams) WithClusterInterfacesNameQueryParameter(clusterInterfacesName *string) *NodesGetParams

WithClusterInterfacesNameQueryParameter adds the clusterInterfacesName to the nodes get params

func (*NodesGetParams) WithClusterInterfacesUUIDQueryParameter

func (o *NodesGetParams) WithClusterInterfacesUUIDQueryParameter(clusterInterfacesUUID *string) *NodesGetParams

WithClusterInterfacesUUIDQueryParameter adds the clusterInterfacesUUID to the nodes get params

func (*NodesGetParams) WithContext

func (o *NodesGetParams) WithContext(ctx context.Context) *NodesGetParams

WithContext adds the context to the nodes get params

func (*NodesGetParams) WithControllerBoardQueryParameter

func (o *NodesGetParams) WithControllerBoardQueryParameter(controllerBoard *string) *NodesGetParams

WithControllerBoardQueryParameter adds the controllerBoard to the nodes get params

func (*NodesGetParams) WithControllerCPUCountQueryParameter

func (o *NodesGetParams) WithControllerCPUCountQueryParameter(controllerCPUCount *int64) *NodesGetParams

WithControllerCPUCountQueryParameter adds the controllerCPUCount to the nodes get params

func (*NodesGetParams) WithControllerCPUFirmwareReleaseQueryParameter

func (o *NodesGetParams) WithControllerCPUFirmwareReleaseQueryParameter(controllerCPUFirmwareRelease *string) *NodesGetParams

WithControllerCPUFirmwareReleaseQueryParameter adds the controllerCPUFirmwareRelease to the nodes get params

func (*NodesGetParams) WithControllerCPUProcessorQueryParameter

func (o *NodesGetParams) WithControllerCPUProcessorQueryParameter(controllerCPUProcessor *string) *NodesGetParams

WithControllerCPUProcessorQueryParameter adds the controllerCPUProcessor to the nodes get params

func (*NodesGetParams) WithControllerFailedFanCountQueryParameter

func (o *NodesGetParams) WithControllerFailedFanCountQueryParameter(controllerFailedFanCount *int64) *NodesGetParams

WithControllerFailedFanCountQueryParameter adds the controllerFailedFanCount to the nodes get params

func (*NodesGetParams) WithControllerFailedFanMessageCodeQueryParameter

func (o *NodesGetParams) WithControllerFailedFanMessageCodeQueryParameter(controllerFailedFanMessageCode *string) *NodesGetParams

WithControllerFailedFanMessageCodeQueryParameter adds the controllerFailedFanMessageCode to the nodes get params

func (*NodesGetParams) WithControllerFailedFanMessageMessageQueryParameter

func (o *NodesGetParams) WithControllerFailedFanMessageMessageQueryParameter(controllerFailedFanMessageMessage *string) *NodesGetParams

WithControllerFailedFanMessageMessageQueryParameter adds the controllerFailedFanMessageMessage to the nodes get params

func (*NodesGetParams) WithControllerFailedPowerSupplyCountQueryParameter

func (o *NodesGetParams) WithControllerFailedPowerSupplyCountQueryParameter(controllerFailedPowerSupplyCount *int64) *NodesGetParams

WithControllerFailedPowerSupplyCountQueryParameter adds the controllerFailedPowerSupplyCount to the nodes get params

func (*NodesGetParams) WithControllerFailedPowerSupplyMessageCodeQueryParameter

func (o *NodesGetParams) WithControllerFailedPowerSupplyMessageCodeQueryParameter(controllerFailedPowerSupplyMessageCode *string) *NodesGetParams

WithControllerFailedPowerSupplyMessageCodeQueryParameter adds the controllerFailedPowerSupplyMessageCode to the nodes get params

func (*NodesGetParams) WithControllerFailedPowerSupplyMessageMessageQueryParameter

func (o *NodesGetParams) WithControllerFailedPowerSupplyMessageMessageQueryParameter(controllerFailedPowerSupplyMessageMessage *string) *NodesGetParams

WithControllerFailedPowerSupplyMessageMessageQueryParameter adds the controllerFailedPowerSupplyMessageMessage to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheCapacityQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheCapacityQueryParameter(controllerFlashCacheCapacity *int64) *NodesGetParams

WithControllerFlashCacheCapacityQueryParameter adds the controllerFlashCacheCapacity to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheDeviceIDQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheDeviceIDQueryParameter(controllerFlashCacheDeviceID *int64) *NodesGetParams

WithControllerFlashCacheDeviceIDQueryParameter adds the controllerFlashCacheDeviceID to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheFirmwareFileQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheFirmwareFileQueryParameter(controllerFlashCacheFirmwareFile *string) *NodesGetParams

WithControllerFlashCacheFirmwareFileQueryParameter adds the controllerFlashCacheFirmwareFile to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheFirmwareVersionQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheFirmwareVersionQueryParameter(controllerFlashCacheFirmwareVersion *string) *NodesGetParams

WithControllerFlashCacheFirmwareVersionQueryParameter adds the controllerFlashCacheFirmwareVersion to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheHardwareRevisionQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheHardwareRevisionQueryParameter(controllerFlashCacheHardwareRevision *string) *NodesGetParams

WithControllerFlashCacheHardwareRevisionQueryParameter adds the controllerFlashCacheHardwareRevision to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheModelQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheModelQueryParameter(controllerFlashCacheModel *string) *NodesGetParams

WithControllerFlashCacheModelQueryParameter adds the controllerFlashCacheModel to the nodes get params

func (*NodesGetParams) WithControllerFlashCachePartNumberQueryParameter

func (o *NodesGetParams) WithControllerFlashCachePartNumberQueryParameter(controllerFlashCachePartNumber *string) *NodesGetParams

WithControllerFlashCachePartNumberQueryParameter adds the controllerFlashCachePartNumber to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheSerialNumberQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheSerialNumberQueryParameter(controllerFlashCacheSerialNumber *string) *NodesGetParams

WithControllerFlashCacheSerialNumberQueryParameter adds the controllerFlashCacheSerialNumber to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheSlotQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheSlotQueryParameter(controllerFlashCacheSlot *string) *NodesGetParams

WithControllerFlashCacheSlotQueryParameter adds the controllerFlashCacheSlot to the nodes get params

func (*NodesGetParams) WithControllerFlashCacheStateQueryParameter

func (o *NodesGetParams) WithControllerFlashCacheStateQueryParameter(controllerFlashCacheState *string) *NodesGetParams

WithControllerFlashCacheStateQueryParameter adds the controllerFlashCacheState to the nodes get params

func (*NodesGetParams) WithControllerFrusIDQueryParameter

func (o *NodesGetParams) WithControllerFrusIDQueryParameter(controllerFrusID *string) *NodesGetParams

WithControllerFrusIDQueryParameter adds the controllerFrusID to the nodes get params

func (*NodesGetParams) WithControllerFrusStateQueryParameter

func (o *NodesGetParams) WithControllerFrusStateQueryParameter(controllerFrusState *string) *NodesGetParams

WithControllerFrusStateQueryParameter adds the controllerFrusState to the nodes get params

func (*NodesGetParams) WithControllerFrusTypeQueryParameter

func (o *NodesGetParams) WithControllerFrusTypeQueryParameter(controllerFrusType *string) *NodesGetParams

WithControllerFrusTypeQueryParameter adds the controllerFrusType to the nodes get params

func (*NodesGetParams) WithControllerMemorySizeQueryParameter

func (o *NodesGetParams) WithControllerMemorySizeQueryParameter(controllerMemorySize *int64) *NodesGetParams

WithControllerMemorySizeQueryParameter adds the controllerMemorySize to the nodes get params

func (*NodesGetParams) WithControllerOverTemperatureQueryParameter

func (o *NodesGetParams) WithControllerOverTemperatureQueryParameter(controllerOverTemperature *string) *NodesGetParams

WithControllerOverTemperatureQueryParameter adds the controllerOverTemperature to the nodes get params

func (*NodesGetParams) WithDateQueryParameter

func (o *NodesGetParams) WithDateQueryParameter(date *string) *NodesGetParams

WithDateQueryParameter adds the date to the nodes get params

func (*NodesGetParams) WithDefaults

func (o *NodesGetParams) WithDefaults() *NodesGetParams

WithDefaults hydrates default values in the nodes get params (not the query body).

All values with no default are reset to their zero value.

func (*NodesGetParams) WithExternalCacheIsEnabledQueryParameter

func (o *NodesGetParams) WithExternalCacheIsEnabledQueryParameter(externalCacheIsEnabled *bool) *NodesGetParams

WithExternalCacheIsEnabledQueryParameter adds the externalCacheIsEnabled to the nodes get params

func (*NodesGetParams) WithExternalCacheIsHyaEnabledQueryParameter

func (o *NodesGetParams) WithExternalCacheIsHyaEnabledQueryParameter(externalCacheIsHyaEnabled *bool) *NodesGetParams

WithExternalCacheIsHyaEnabledQueryParameter adds the externalCacheIsHyaEnabled to the nodes get params

func (*NodesGetParams) WithExternalCacheIsRewarmEnabledQueryParameter

func (o *NodesGetParams) WithExternalCacheIsRewarmEnabledQueryParameter(externalCacheIsRewarmEnabled *bool) *NodesGetParams

WithExternalCacheIsRewarmEnabledQueryParameter adds the externalCacheIsRewarmEnabled to the nodes get params

func (*NodesGetParams) WithExternalCachePcsSizeQueryParameter

func (o *NodesGetParams) WithExternalCachePcsSizeQueryParameter(externalCachePcsSize *int64) *NodesGetParams

WithExternalCachePcsSizeQueryParameter adds the externalCachePcsSize to the nodes get params

func (*NodesGetParams) WithFieldsQueryParameter

func (o *NodesGetParams) WithFieldsQueryParameter(fields []string) *NodesGetParams

WithFieldsQueryParameter adds the fields to the nodes get params

func (*NodesGetParams) WithHTTPClient

func (o *NodesGetParams) WithHTTPClient(client *http.Client) *NodesGetParams

WithHTTPClient adds the HTTPClient to the nodes get params

func (*NodesGetParams) WithHaAutoGivebackQueryParameter

func (o *NodesGetParams) WithHaAutoGivebackQueryParameter(haAutoGiveback *bool) *NodesGetParams

WithHaAutoGivebackQueryParameter adds the haAutoGiveback to the nodes get params

func (*NodesGetParams) WithHaEnabledQueryParameter

func (o *NodesGetParams) WithHaEnabledQueryParameter(haEnabled *bool) *NodesGetParams

WithHaEnabledQueryParameter adds the haEnabled to the nodes get params

func (*NodesGetParams) WithHaGivebackFailureCodeQueryParameter

func (o *NodesGetParams) WithHaGivebackFailureCodeQueryParameter(haGivebackFailureCode *int64) *NodesGetParams

WithHaGivebackFailureCodeQueryParameter adds the haGivebackFailureCode to the nodes get params

func (*NodesGetParams) WithHaGivebackFailureMessageQueryParameter

func (o *NodesGetParams) WithHaGivebackFailureMessageQueryParameter(haGivebackFailureMessage *string) *NodesGetParams

WithHaGivebackFailureMessageQueryParameter adds the haGivebackFailureMessage to the nodes get params

func (*NodesGetParams) WithHaGivebackStateQueryParameter

func (o *NodesGetParams) WithHaGivebackStateQueryParameter(haGivebackState *string) *NodesGetParams

WithHaGivebackStateQueryParameter adds the haGivebackState to the nodes get params

func (*NodesGetParams) WithHaGivebackStatusAggregateNameQueryParameter

func (o *NodesGetParams) WithHaGivebackStatusAggregateNameQueryParameter(haGivebackStatusAggregateName *string) *NodesGetParams

WithHaGivebackStatusAggregateNameQueryParameter adds the haGivebackStatusAggregateName to the nodes get params

func (*NodesGetParams) WithHaGivebackStatusAggregateUUIDQueryParameter

func (o *NodesGetParams) WithHaGivebackStatusAggregateUUIDQueryParameter(haGivebackStatusAggregateUUID *string) *NodesGetParams

WithHaGivebackStatusAggregateUUIDQueryParameter adds the haGivebackStatusAggregateUUID to the nodes get params

func (*NodesGetParams) WithHaGivebackStatusErrorCodeQueryParameter

func (o *NodesGetParams) WithHaGivebackStatusErrorCodeQueryParameter(haGivebackStatusErrorCode *string) *NodesGetParams

WithHaGivebackStatusErrorCodeQueryParameter adds the haGivebackStatusErrorCode to the nodes get params

func (*NodesGetParams) WithHaGivebackStatusErrorMessageQueryParameter

func (o *NodesGetParams) WithHaGivebackStatusErrorMessageQueryParameter(haGivebackStatusErrorMessage *string) *NodesGetParams

WithHaGivebackStatusErrorMessageQueryParameter adds the haGivebackStatusErrorMessage to the nodes get params

func (*NodesGetParams) WithHaGivebackStatusStateQueryParameter

func (o *NodesGetParams) WithHaGivebackStatusStateQueryParameter(haGivebackStatusState *string) *NodesGetParams

WithHaGivebackStatusStateQueryParameter adds the haGivebackStatusState to the nodes get params

func (*NodesGetParams) WithHaInterconnectAdapterQueryParameter

func (o *NodesGetParams) WithHaInterconnectAdapterQueryParameter(haInterconnectAdapter *string) *NodesGetParams

WithHaInterconnectAdapterQueryParameter adds the haInterconnectAdapter to the nodes get params

func (*NodesGetParams) WithHaInterconnectStateQueryParameter

func (o *NodesGetParams) WithHaInterconnectStateQueryParameter(haInterconnectState *string) *NodesGetParams

WithHaInterconnectStateQueryParameter adds the haInterconnectState to the nodes get params

func (*NodesGetParams) WithHaPartnersNameQueryParameter

func (o *NodesGetParams) WithHaPartnersNameQueryParameter(haPartnersName *string) *NodesGetParams

WithHaPartnersNameQueryParameter adds the haPartnersName to the nodes get params

func (*NodesGetParams) WithHaPartnersUUIDQueryParameter

func (o *NodesGetParams) WithHaPartnersUUIDQueryParameter(haPartnersUUID *string) *NodesGetParams

WithHaPartnersUUIDQueryParameter adds the haPartnersUUID to the nodes get params

func (*NodesGetParams) WithHaPortsNumberQueryParameter

func (o *NodesGetParams) WithHaPortsNumberQueryParameter(haPortsNumber *int64) *NodesGetParams

WithHaPortsNumberQueryParameter adds the haPortsNumber to the nodes get params

func (*NodesGetParams) WithHaPortsStateQueryParameter

func (o *NodesGetParams) WithHaPortsStateQueryParameter(haPortsState *string) *NodesGetParams

WithHaPortsStateQueryParameter adds the haPortsState to the nodes get params

func (*NodesGetParams) WithHaTakeoverFailureCodeQueryParameter

func (o *NodesGetParams) WithHaTakeoverFailureCodeQueryParameter(haTakeoverFailureCode *int64) *NodesGetParams

WithHaTakeoverFailureCodeQueryParameter adds the haTakeoverFailureCode to the nodes get params

func (*NodesGetParams) WithHaTakeoverFailureMessageQueryParameter

func (o *NodesGetParams) WithHaTakeoverFailureMessageQueryParameter(haTakeoverFailureMessage *string) *NodesGetParams

WithHaTakeoverFailureMessageQueryParameter adds the haTakeoverFailureMessage to the nodes get params

func (*NodesGetParams) WithHaTakeoverStateQueryParameter

func (o *NodesGetParams) WithHaTakeoverStateQueryParameter(haTakeoverState *string) *NodesGetParams

WithHaTakeoverStateQueryParameter adds the haTakeoverState to the nodes get params

func (*NodesGetParams) WithHwAssistStatusEnabledQueryParameter

func (o *NodesGetParams) WithHwAssistStatusEnabledQueryParameter(hwAssistStatusEnabled *bool) *NodesGetParams

WithHwAssistStatusEnabledQueryParameter adds the hwAssistStatusEnabled to the nodes get params

func (*NodesGetParams) WithHwAssistStatusLocalIPQueryParameter

func (o *NodesGetParams) WithHwAssistStatusLocalIPQueryParameter(hwAssistStatusLocalIP *string) *NodesGetParams

WithHwAssistStatusLocalIPQueryParameter adds the hwAssistStatusLocalIP to the nodes get params

func (*NodesGetParams) WithHwAssistStatusLocalPortQueryParameter

func (o *NodesGetParams) WithHwAssistStatusLocalPortQueryParameter(hwAssistStatusLocalPort *int64) *NodesGetParams

WithHwAssistStatusLocalPortQueryParameter adds the hwAssistStatusLocalPort to the nodes get params

func (*NodesGetParams) WithHwAssistStatusLocalStateQueryParameter

func (o *NodesGetParams) WithHwAssistStatusLocalStateQueryParameter(hwAssistStatusLocalState *string) *NodesGetParams

WithHwAssistStatusLocalStateQueryParameter adds the hwAssistStatusLocalState to the nodes get params

func (*NodesGetParams) WithHwAssistStatusPartnerIPQueryParameter

func (o *NodesGetParams) WithHwAssistStatusPartnerIPQueryParameter(hwAssistStatusPartnerIP *string) *NodesGetParams

WithHwAssistStatusPartnerIPQueryParameter adds the hwAssistStatusPartnerIP to the nodes get params

func (*NodesGetParams) WithHwAssistStatusPartnerPortQueryParameter

func (o *NodesGetParams) WithHwAssistStatusPartnerPortQueryParameter(hwAssistStatusPartnerPort *int64) *NodesGetParams

WithHwAssistStatusPartnerPortQueryParameter adds the hwAssistStatusPartnerPort to the nodes get params

func (*NodesGetParams) WithHwAssistStatusPartnerStateQueryParameter

func (o *NodesGetParams) WithHwAssistStatusPartnerStateQueryParameter(hwAssistStatusPartnerState *string) *NodesGetParams

WithHwAssistStatusPartnerStateQueryParameter adds the hwAssistStatusPartnerState to the nodes get params

func (*NodesGetParams) WithIsAllFlashOptimizedQueryParameter

func (o *NodesGetParams) WithIsAllFlashOptimizedQueryParameter(isAllFlashOptimized *bool) *NodesGetParams

WithIsAllFlashOptimizedQueryParameter adds the isAllFlashOptimized to the nodes get params

func (*NodesGetParams) WithIsAllFlashSelectOptimizedQueryParameter

func (o *NodesGetParams) WithIsAllFlashSelectOptimizedQueryParameter(isAllFlashSelectOptimized *bool) *NodesGetParams

WithIsAllFlashSelectOptimizedQueryParameter adds the isAllFlashSelectOptimized to the nodes get params

func (*NodesGetParams) WithIsCapacityOptimizedQueryParameter

func (o *NodesGetParams) WithIsCapacityOptimizedQueryParameter(isCapacityOptimized *bool) *NodesGetParams

WithIsCapacityOptimizedQueryParameter adds the isCapacityOptimized to the nodes get params

func (*NodesGetParams) WithIsPerformanceOptimizedQueryParameter

func (o *NodesGetParams) WithIsPerformanceOptimizedQueryParameter(isPerformanceOptimized *bool) *NodesGetParams

WithIsPerformanceOptimizedQueryParameter adds the isPerformanceOptimized to the nodes get params

func (*NodesGetParams) WithIsSparesLowQueryParameter

func (o *NodesGetParams) WithIsSparesLowQueryParameter(isSparesLow *bool) *NodesGetParams

WithIsSparesLowQueryParameter adds the isSparesLow to the nodes get params

func (*NodesGetParams) WithLocationQueryParameter

func (o *NodesGetParams) WithLocationQueryParameter(location *string) *NodesGetParams

WithLocationQueryParameter adds the location to the nodes get params

func (*NodesGetParams) WithManagementInterfacesIPAddressQueryParameter

func (o *NodesGetParams) WithManagementInterfacesIPAddressQueryParameter(managementInterfacesIPAddress *string) *NodesGetParams

WithManagementInterfacesIPAddressQueryParameter adds the managementInterfacesIPAddress to the nodes get params

func (*NodesGetParams) WithManagementInterfacesNameQueryParameter

func (o *NodesGetParams) WithManagementInterfacesNameQueryParameter(managementInterfacesName *string) *NodesGetParams

WithManagementInterfacesNameQueryParameter adds the managementInterfacesName to the nodes get params

func (*NodesGetParams) WithManagementInterfacesUUIDQueryParameter

func (o *NodesGetParams) WithManagementInterfacesUUIDQueryParameter(managementInterfacesUUID *string) *NodesGetParams

WithManagementInterfacesUUIDQueryParameter adds the managementInterfacesUUID to the nodes get params

func (*NodesGetParams) WithMaxRecordsQueryParameter

func (o *NodesGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *NodesGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the nodes get params

func (*NodesGetParams) WithMembershIPQueryParameter

func (o *NodesGetParams) WithMembershIPQueryParameter(membership *string) *NodesGetParams

WithMembershIPQueryParameter adds the membership to the nodes get params

func (*NodesGetParams) WithMetricDurationQueryParameter

func (o *NodesGetParams) WithMetricDurationQueryParameter(metricDuration *string) *NodesGetParams

WithMetricDurationQueryParameter adds the metricDuration to the nodes get params

func (*NodesGetParams) WithMetricProcessorUtilizationQueryParameter

func (o *NodesGetParams) WithMetricProcessorUtilizationQueryParameter(metricProcessorUtilization *int64) *NodesGetParams

WithMetricProcessorUtilizationQueryParameter adds the metricProcessorUtilization to the nodes get params

func (*NodesGetParams) WithMetricStatusQueryParameter

func (o *NodesGetParams) WithMetricStatusQueryParameter(metricStatus *string) *NodesGetParams

WithMetricStatusQueryParameter adds the metricStatus to the nodes get params

func (*NodesGetParams) WithMetricTimestampQueryParameter

func (o *NodesGetParams) WithMetricTimestampQueryParameter(metricTimestamp *string) *NodesGetParams

WithMetricTimestampQueryParameter adds the metricTimestamp to the nodes get params

func (*NodesGetParams) WithMetricUUIDQueryParameter

func (o *NodesGetParams) WithMetricUUIDQueryParameter(metricUUID *string) *NodesGetParams

WithMetricUUIDQueryParameter adds the metricUUID to the nodes get params

func (*NodesGetParams) WithMetroclusterCustomVlanCapableQueryParameter

func (o *NodesGetParams) WithMetroclusterCustomVlanCapableQueryParameter(metroclusterCustomVlanCapable *bool) *NodesGetParams

WithMetroclusterCustomVlanCapableQueryParameter adds the metroclusterCustomVlanCapable to the nodes get params

func (*NodesGetParams) WithMetroclusterPortsNameQueryParameter

func (o *NodesGetParams) WithMetroclusterPortsNameQueryParameter(metroclusterPortsName *string) *NodesGetParams

WithMetroclusterPortsNameQueryParameter adds the metroclusterPortsName to the nodes get params

func (*NodesGetParams) WithMetroclusterTypeQueryParameter

func (o *NodesGetParams) WithMetroclusterTypeQueryParameter(metroclusterType *string) *NodesGetParams

WithMetroclusterTypeQueryParameter adds the metroclusterType to the nodes get params

func (*NodesGetParams) WithModelQueryParameter

func (o *NodesGetParams) WithModelQueryParameter(model *string) *NodesGetParams

WithModelQueryParameter adds the model to the nodes get params

func (*NodesGetParams) WithNameQueryParameter

func (o *NodesGetParams) WithNameQueryParameter(name *string) *NodesGetParams

WithNameQueryParameter adds the name to the nodes get params

func (*NodesGetParams) WithNvramBatteryStateQueryParameter

func (o *NodesGetParams) WithNvramBatteryStateQueryParameter(nvramBatteryState *string) *NodesGetParams

WithNvramBatteryStateQueryParameter adds the nvramBatteryState to the nodes get params

func (*NodesGetParams) WithNvramIDQueryParameter

func (o *NodesGetParams) WithNvramIDQueryParameter(nvramID *int64) *NodesGetParams

WithNvramIDQueryParameter adds the nvramID to the nodes get params

func (*NodesGetParams) WithOrderByQueryParameter

func (o *NodesGetParams) WithOrderByQueryParameter(orderBy []string) *NodesGetParams

WithOrderByQueryParameter adds the orderBy to the nodes get params

func (*NodesGetParams) WithOwnerQueryParameter

func (o *NodesGetParams) WithOwnerQueryParameter(owner *string) *NodesGetParams

WithOwnerQueryParameter adds the owner to the nodes get params

func (*NodesGetParams) WithReturnRecordsQueryParameter

func (o *NodesGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *NodesGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the nodes get params

func (*NodesGetParams) WithReturnTimeoutQueryParameter

func (o *NodesGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *NodesGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the nodes get params

func (*NodesGetParams) WithSerialNumberQueryParameter

func (o *NodesGetParams) WithSerialNumberQueryParameter(serialNumber *string) *NodesGetParams

WithSerialNumberQueryParameter adds the serialNumber to the nodes get params

func (*NodesGetParams) WithServiceProcessorAPIServiceEnabledQueryParameter

func (o *NodesGetParams) WithServiceProcessorAPIServiceEnabledQueryParameter(serviceProcessorAPIServiceEnabled *bool) *NodesGetParams

WithServiceProcessorAPIServiceEnabledQueryParameter adds the serviceProcessorAPIServiceEnabled to the nodes get params

func (*NodesGetParams) WithServiceProcessorAPIServiceLimitAccessQueryParameter

func (o *NodesGetParams) WithServiceProcessorAPIServiceLimitAccessQueryParameter(serviceProcessorAPIServiceLimitAccess *bool) *NodesGetParams

WithServiceProcessorAPIServiceLimitAccessQueryParameter adds the serviceProcessorAPIServiceLimitAccess to the nodes get params

func (*NodesGetParams) WithServiceProcessorAPIServicePortQueryParameter

func (o *NodesGetParams) WithServiceProcessorAPIServicePortQueryParameter(serviceProcessorAPIServicePort *int64) *NodesGetParams

WithServiceProcessorAPIServicePortQueryParameter adds the serviceProcessorAPIServicePort to the nodes get params

func (*NodesGetParams) WithServiceProcessorAutoConfigIPV4SubnetQueryParameter

func (o *NodesGetParams) WithServiceProcessorAutoConfigIPV4SubnetQueryParameter(serviceProcessorAutoConfigIPV4Subnet *string) *NodesGetParams

WithServiceProcessorAutoConfigIPV4SubnetQueryParameter adds the serviceProcessorAutoConfigIPV4Subnet to the nodes get params

func (*NodesGetParams) WithServiceProcessorAutoConfigIPV6SubnetQueryParameter

func (o *NodesGetParams) WithServiceProcessorAutoConfigIPV6SubnetQueryParameter(serviceProcessorAutoConfigIPV6Subnet *string) *NodesGetParams

WithServiceProcessorAutoConfigIPV6SubnetQueryParameter adds the serviceProcessorAutoConfigIPV6Subnet to the nodes get params

func (*NodesGetParams) WithServiceProcessorAutoupdateEnabledQueryParameter

func (o *NodesGetParams) WithServiceProcessorAutoupdateEnabledQueryParameter(serviceProcessorAutoupdateEnabled *bool) *NodesGetParams

WithServiceProcessorAutoupdateEnabledQueryParameter adds the serviceProcessorAutoupdateEnabled to the nodes get params

func (*NodesGetParams) WithServiceProcessorBackupIsCurrentQueryParameter

func (o *NodesGetParams) WithServiceProcessorBackupIsCurrentQueryParameter(serviceProcessorBackupIsCurrent *bool) *NodesGetParams

WithServiceProcessorBackupIsCurrentQueryParameter adds the serviceProcessorBackupIsCurrent to the nodes get params

func (*NodesGetParams) WithServiceProcessorBackupStateQueryParameter

func (o *NodesGetParams) WithServiceProcessorBackupStateQueryParameter(serviceProcessorBackupState *string) *NodesGetParams

WithServiceProcessorBackupStateQueryParameter adds the serviceProcessorBackupState to the nodes get params

func (*NodesGetParams) WithServiceProcessorBackupVersionQueryParameter

func (o *NodesGetParams) WithServiceProcessorBackupVersionQueryParameter(serviceProcessorBackupVersion *string) *NodesGetParams

WithServiceProcessorBackupVersionQueryParameter adds the serviceProcessorBackupVersion to the nodes get params

func (*NodesGetParams) WithServiceProcessorDhcpEnabledQueryParameter

func (o *NodesGetParams) WithServiceProcessorDhcpEnabledQueryParameter(serviceProcessorDhcpEnabled *bool) *NodesGetParams

WithServiceProcessorDhcpEnabledQueryParameter adds the serviceProcessorDhcpEnabled to the nodes get params

func (*NodesGetParams) WithServiceProcessorFirmwareVersionQueryParameter

func (o *NodesGetParams) WithServiceProcessorFirmwareVersionQueryParameter(serviceProcessorFirmwareVersion *string) *NodesGetParams

WithServiceProcessorFirmwareVersionQueryParameter adds the serviceProcessorFirmwareVersion to the nodes get params

func (*NodesGetParams) WithServiceProcessorIPV4InterfaceAddressQueryParameter

func (o *NodesGetParams) WithServiceProcessorIPV4InterfaceAddressQueryParameter(serviceProcessorIPV4InterfaceAddress *string) *NodesGetParams

WithServiceProcessorIPV4InterfaceAddressQueryParameter adds the serviceProcessorIPV4InterfaceAddress to the nodes get params

func (*NodesGetParams) WithServiceProcessorIPV4InterfaceGatewayQueryParameter

func (o *NodesGetParams) WithServiceProcessorIPV4InterfaceGatewayQueryParameter(serviceProcessorIPV4InterfaceGateway *string) *NodesGetParams

WithServiceProcessorIPV4InterfaceGatewayQueryParameter adds the serviceProcessorIPV4InterfaceGateway to the nodes get params

func (*NodesGetParams) WithServiceProcessorIPV4InterfaceNetmaskQueryParameter

func (o *NodesGetParams) WithServiceProcessorIPV4InterfaceNetmaskQueryParameter(serviceProcessorIPV4InterfaceNetmask *string) *NodesGetParams

WithServiceProcessorIPV4InterfaceNetmaskQueryParameter adds the serviceProcessorIPV4InterfaceNetmask to the nodes get params

func (*NodesGetParams) WithServiceProcessorIPV6InterfaceAddressQueryParameter

func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceAddressQueryParameter(serviceProcessorIPV6InterfaceAddress *string) *NodesGetParams

WithServiceProcessorIPV6InterfaceAddressQueryParameter adds the serviceProcessorIPV6InterfaceAddress to the nodes get params

func (*NodesGetParams) WithServiceProcessorIPV6InterfaceGatewayQueryParameter

func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceGatewayQueryParameter(serviceProcessorIPV6InterfaceGateway *string) *NodesGetParams

WithServiceProcessorIPV6InterfaceGatewayQueryParameter adds the serviceProcessorIPV6InterfaceGateway to the nodes get params

func (*NodesGetParams) WithServiceProcessorIPV6InterfaceNetmaskQueryParameter

func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceNetmaskQueryParameter(serviceProcessorIPV6InterfaceNetmask *int64) *NodesGetParams

WithServiceProcessorIPV6InterfaceNetmaskQueryParameter adds the serviceProcessorIPV6InterfaceNetmask to the nodes get params

func (*NodesGetParams) WithServiceProcessorIsIPConfiguredQueryParameter

func (o *NodesGetParams) WithServiceProcessorIsIPConfiguredQueryParameter(serviceProcessorIsIPConfigured *bool) *NodesGetParams

WithServiceProcessorIsIPConfiguredQueryParameter adds the serviceProcessorIsIPConfigured to the nodes get params

func (*NodesGetParams) WithServiceProcessorLastUpdateStateQueryParameter

func (o *NodesGetParams) WithServiceProcessorLastUpdateStateQueryParameter(serviceProcessorLastUpdateState *string) *NodesGetParams

WithServiceProcessorLastUpdateStateQueryParameter adds the serviceProcessorLastUpdateState to the nodes get params

func (*NodesGetParams) WithServiceProcessorLinkStatusQueryParameter

func (o *NodesGetParams) WithServiceProcessorLinkStatusQueryParameter(serviceProcessorLinkStatus *string) *NodesGetParams

WithServiceProcessorLinkStatusQueryParameter adds the serviceProcessorLinkStatus to the nodes get params

func (*NodesGetParams) WithServiceProcessorMacAddressQueryParameter

func (o *NodesGetParams) WithServiceProcessorMacAddressQueryParameter(serviceProcessorMacAddress *string) *NodesGetParams

WithServiceProcessorMacAddressQueryParameter adds the serviceProcessorMacAddress to the nodes get params

func (*NodesGetParams) WithServiceProcessorPrimaryIsCurrentQueryParameter

func (o *NodesGetParams) WithServiceProcessorPrimaryIsCurrentQueryParameter(serviceProcessorPrimaryIsCurrent *bool) *NodesGetParams

WithServiceProcessorPrimaryIsCurrentQueryParameter adds the serviceProcessorPrimaryIsCurrent to the nodes get params

func (*NodesGetParams) WithServiceProcessorPrimaryStateQueryParameter

func (o *NodesGetParams) WithServiceProcessorPrimaryStateQueryParameter(serviceProcessorPrimaryState *string) *NodesGetParams

WithServiceProcessorPrimaryStateQueryParameter adds the serviceProcessorPrimaryState to the nodes get params

func (*NodesGetParams) WithServiceProcessorPrimaryVersionQueryParameter

func (o *NodesGetParams) WithServiceProcessorPrimaryVersionQueryParameter(serviceProcessorPrimaryVersion *string) *NodesGetParams

WithServiceProcessorPrimaryVersionQueryParameter adds the serviceProcessorPrimaryVersion to the nodes get params

func (*NodesGetParams) WithServiceProcessorSSHInfoAllowedAddressesQueryParameter

func (o *NodesGetParams) WithServiceProcessorSSHInfoAllowedAddressesQueryParameter(serviceProcessorSSHInfoAllowedAddresses *string) *NodesGetParams

WithServiceProcessorSSHInfoAllowedAddressesQueryParameter adds the serviceProcessorSSHInfoAllowedAddresses to the nodes get params

func (*NodesGetParams) WithServiceProcessorStateQueryParameter

func (o *NodesGetParams) WithServiceProcessorStateQueryParameter(serviceProcessorState *string) *NodesGetParams

WithServiceProcessorStateQueryParameter adds the serviceProcessorState to the nodes get params

func (*NodesGetParams) WithServiceProcessorTypeQueryParameter

func (o *NodesGetParams) WithServiceProcessorTypeQueryParameter(serviceProcessorType *string) *NodesGetParams

WithServiceProcessorTypeQueryParameter adds the serviceProcessorType to the nodes get params

func (*NodesGetParams) WithStateQueryParameter

func (o *NodesGetParams) WithStateQueryParameter(state *string) *NodesGetParams

WithStateQueryParameter adds the state to the nodes get params

func (*NodesGetParams) WithStatisticsProcessorUtilizationBaseQueryParameter

func (o *NodesGetParams) WithStatisticsProcessorUtilizationBaseQueryParameter(statisticsProcessorUtilizationBase *int64) *NodesGetParams

WithStatisticsProcessorUtilizationBaseQueryParameter adds the statisticsProcessorUtilizationBase to the nodes get params

func (*NodesGetParams) WithStatisticsProcessorUtilizationRawQueryParameter

func (o *NodesGetParams) WithStatisticsProcessorUtilizationRawQueryParameter(statisticsProcessorUtilizationRaw *int64) *NodesGetParams

WithStatisticsProcessorUtilizationRawQueryParameter adds the statisticsProcessorUtilizationRaw to the nodes get params

func (*NodesGetParams) WithStatisticsStatusQueryParameter

func (o *NodesGetParams) WithStatisticsStatusQueryParameter(statisticsStatus *string) *NodesGetParams

WithStatisticsStatusQueryParameter adds the statisticsStatus to the nodes get params

func (*NodesGetParams) WithStatisticsTimestampQueryParameter

func (o *NodesGetParams) WithStatisticsTimestampQueryParameter(statisticsTimestamp *string) *NodesGetParams

WithStatisticsTimestampQueryParameter adds the statisticsTimestamp to the nodes get params

func (*NodesGetParams) WithStorageConfigurationQueryParameter

func (o *NodesGetParams) WithStorageConfigurationQueryParameter(storageConfiguration *string) *NodesGetParams

WithStorageConfigurationQueryParameter adds the storageConfiguration to the nodes get params

func (*NodesGetParams) WithSystemIDQueryParameter

func (o *NodesGetParams) WithSystemIDQueryParameter(systemID *string) *NodesGetParams

WithSystemIDQueryParameter adds the systemID to the nodes get params

func (*NodesGetParams) WithSystemMachineTypeQueryParameter

func (o *NodesGetParams) WithSystemMachineTypeQueryParameter(systemMachineType *string) *NodesGetParams

WithSystemMachineTypeQueryParameter adds the systemMachineType to the nodes get params

func (*NodesGetParams) WithTimeout

func (o *NodesGetParams) WithTimeout(timeout time.Duration) *NodesGetParams

WithTimeout adds the timeout to the nodes get params

func (*NodesGetParams) WithUUIDQueryParameter

func (o *NodesGetParams) WithUUIDQueryParameter(uuid *string) *NodesGetParams

WithUUIDQueryParameter adds the uuid to the nodes get params

func (*NodesGetParams) WithUptimeQueryParameter

func (o *NodesGetParams) WithUptimeQueryParameter(uptime *int64) *NodesGetParams

WithUptimeQueryParameter adds the uptime to the nodes get params

func (*NodesGetParams) WithVMAccountIDQueryParameter

func (o *NodesGetParams) WithVMAccountIDQueryParameter(vMAccountID *string) *NodesGetParams

WithVMAccountIDQueryParameter adds the vMAccountID to the nodes get params

func (*NodesGetParams) WithVMDeploymentIDQueryParameter

func (o *NodesGetParams) WithVMDeploymentIDQueryParameter(vMDeploymentID *string) *NodesGetParams

WithVMDeploymentIDQueryParameter adds the vMDeploymentID to the nodes get params

func (*NodesGetParams) WithVMFaultDomainQueryParameter

func (o *NodesGetParams) WithVMFaultDomainQueryParameter(vMFaultDomain *string) *NodesGetParams

WithVMFaultDomainQueryParameter adds the vMFaultDomain to the nodes get params

func (*NodesGetParams) WithVMInstanceIDQueryParameter

func (o *NodesGetParams) WithVMInstanceIDQueryParameter(vMInstanceID *string) *NodesGetParams

WithVMInstanceIDQueryParameter adds the vMInstanceID to the nodes get params

func (*NodesGetParams) WithVMPrimaryIPQueryParameter

func (o *NodesGetParams) WithVMPrimaryIPQueryParameter(vMPrimaryIP *string) *NodesGetParams

WithVMPrimaryIPQueryParameter adds the vMPrimaryIP to the nodes get params

func (*NodesGetParams) WithVMProviderTypeQueryParameter

func (o *NodesGetParams) WithVMProviderTypeQueryParameter(vMProviderType *string) *NodesGetParams

WithVMProviderTypeQueryParameter adds the vMProviderType to the nodes get params

func (*NodesGetParams) WithVMUpdateDomainQueryParameter

func (o *NodesGetParams) WithVMUpdateDomainQueryParameter(vMUpdateDomain *string) *NodesGetParams

WithVMUpdateDomainQueryParameter adds the vMUpdateDomain to the nodes get params

func (*NodesGetParams) WithVendorSerialNumberQueryParameter

func (o *NodesGetParams) WithVendorSerialNumberQueryParameter(vendorSerialNumber *string) *NodesGetParams

WithVendorSerialNumberQueryParameter adds the vendorSerialNumber to the nodes get params

func (*NodesGetParams) WithVersionFullQueryParameter

func (o *NodesGetParams) WithVersionFullQueryParameter(versionFull *string) *NodesGetParams

WithVersionFullQueryParameter adds the versionFull to the nodes get params

func (*NodesGetParams) WithVersionGenerationQueryParameter

func (o *NodesGetParams) WithVersionGenerationQueryParameter(versionGeneration *int64) *NodesGetParams

WithVersionGenerationQueryParameter adds the versionGeneration to the nodes get params

func (*NodesGetParams) WithVersionMajorQueryParameter

func (o *NodesGetParams) WithVersionMajorQueryParameter(versionMajor *int64) *NodesGetParams

WithVersionMajorQueryParameter adds the versionMajor to the nodes get params

func (*NodesGetParams) WithVersionMinorQueryParameter

func (o *NodesGetParams) WithVersionMinorQueryParameter(versionMinor *int64) *NodesGetParams

WithVersionMinorQueryParameter adds the versionMinor to the nodes get params

func (*NodesGetParams) WithVersionPatchQueryParameter

func (o *NodesGetParams) WithVersionPatchQueryParameter(versionPatch *string) *NodesGetParams

WithVersionPatchQueryParameter adds the versionPatch to the nodes get params

func (*NodesGetParams) WriteToRequest

func (o *NodesGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type NodesGetReader

type NodesGetReader struct {
	// contains filtered or unexported fields
}

NodesGetReader is a Reader for the NodesGet structure.

func (*NodesGetReader) ReadResponse

func (o *NodesGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ScheduleCollectionGetDefault

type ScheduleCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ScheduleCollectionGetDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 459760 | The schedule specified is not a valid schedule. |

func NewScheduleCollectionGetDefault

func NewScheduleCollectionGetDefault(code int) *ScheduleCollectionGetDefault

NewScheduleCollectionGetDefault creates a ScheduleCollectionGetDefault with default headers values

func (*ScheduleCollectionGetDefault) Code

Code gets the status code for the schedule collection get default response

func (*ScheduleCollectionGetDefault) Error

func (*ScheduleCollectionGetDefault) GetPayload

func (*ScheduleCollectionGetDefault) IsClientError

func (o *ScheduleCollectionGetDefault) IsClientError() bool

IsClientError returns true when this schedule collection get default response has a 4xx status code

func (*ScheduleCollectionGetDefault) IsCode

func (o *ScheduleCollectionGetDefault) IsCode(code int) bool

IsCode returns true when this schedule collection get default response a status code equal to that given

func (*ScheduleCollectionGetDefault) IsRedirect

func (o *ScheduleCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this schedule collection get default response has a 3xx status code

func (*ScheduleCollectionGetDefault) IsServerError

func (o *ScheduleCollectionGetDefault) IsServerError() bool

IsServerError returns true when this schedule collection get default response has a 5xx status code

func (*ScheduleCollectionGetDefault) IsSuccess

func (o *ScheduleCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this schedule collection get default response has a 2xx status code

func (*ScheduleCollectionGetDefault) String

type ScheduleCollectionGetOK

type ScheduleCollectionGetOK struct {
	Payload *models.ScheduleResponse
}

ScheduleCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewScheduleCollectionGetOK

func NewScheduleCollectionGetOK() *ScheduleCollectionGetOK

NewScheduleCollectionGetOK creates a ScheduleCollectionGetOK with default headers values

func (*ScheduleCollectionGetOK) Error

func (o *ScheduleCollectionGetOK) Error() string

func (*ScheduleCollectionGetOK) GetPayload

func (*ScheduleCollectionGetOK) IsClientError

func (o *ScheduleCollectionGetOK) IsClientError() bool

IsClientError returns true when this schedule collection get o k response has a 4xx status code

func (*ScheduleCollectionGetOK) IsCode

func (o *ScheduleCollectionGetOK) IsCode(code int) bool

IsCode returns true when this schedule collection get o k response a status code equal to that given

func (*ScheduleCollectionGetOK) IsRedirect

func (o *ScheduleCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this schedule collection get o k response has a 3xx status code

func (*ScheduleCollectionGetOK) IsServerError

func (o *ScheduleCollectionGetOK) IsServerError() bool

IsServerError returns true when this schedule collection get o k response has a 5xx status code

func (*ScheduleCollectionGetOK) IsSuccess

func (o *ScheduleCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this schedule collection get o k response has a 2xx status code

func (*ScheduleCollectionGetOK) String

func (o *ScheduleCollectionGetOK) String() string

type ScheduleCollectionGetParams

type ScheduleCollectionGetParams struct {

	/* ClusterName.

	   Filter by cluster.name
	*/
	ClusterNameQueryParameter *string

	/* ClusterUUID.

	   Filter by cluster.uuid
	*/
	ClusterUUIDQueryParameter *string

	/* CronDays.

	   Filter by cron.days
	*/
	CronDaysQueryParameter *int64

	/* CronHours.

	   Filter by cron.hours
	*/
	CronHoursQueryParameter *int64

	/* CronMinutes.

	   Filter by cron.minutes
	*/
	CronMinutesQueryParameter *int64

	/* CronMonths.

	   Filter by cron.months
	*/
	CronMonthsQueryParameter *int64

	/* CronWeekdays.

	   Filter by cron.weekdays
	*/
	CronWeekdaysQueryParameter *int64

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* Interval.

	   Filter by interval
	*/
	IntervalQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* Name.

	   Filter by name
	*/
	NameQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* Scope.

	   Filter by scope
	*/
	ScopeQueryParameter *string

	/* SvmName.

	   Filter by svm.name
	*/
	SVMNameQueryParameter *string

	/* SvmUUID.

	   Filter by svm.uuid
	*/
	SVMUUIDQueryParameter *string

	/* Type.

	   Filter by type
	*/
	TypeQueryParameter *string

	/* UUID.

	   Filter by uuid
	*/
	UUIDQueryParameter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ScheduleCollectionGetParams contains all the parameters to send to the API endpoint

for the schedule collection get operation.

Typically these are written to a http.Request.

func NewScheduleCollectionGetParams

func NewScheduleCollectionGetParams() *ScheduleCollectionGetParams

NewScheduleCollectionGetParams creates a new ScheduleCollectionGetParams 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 NewScheduleCollectionGetParamsWithContext

func NewScheduleCollectionGetParamsWithContext(ctx context.Context) *ScheduleCollectionGetParams

NewScheduleCollectionGetParamsWithContext creates a new ScheduleCollectionGetParams object with the ability to set a context for a request.

func NewScheduleCollectionGetParamsWithHTTPClient

func NewScheduleCollectionGetParamsWithHTTPClient(client *http.Client) *ScheduleCollectionGetParams

NewScheduleCollectionGetParamsWithHTTPClient creates a new ScheduleCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewScheduleCollectionGetParamsWithTimeout

func NewScheduleCollectionGetParamsWithTimeout(timeout time.Duration) *ScheduleCollectionGetParams

NewScheduleCollectionGetParamsWithTimeout creates a new ScheduleCollectionGetParams object with the ability to set a timeout on a request.

func (*ScheduleCollectionGetParams) SetClusterNameQueryParameter

func (o *ScheduleCollectionGetParams) SetClusterNameQueryParameter(clusterName *string)

SetClusterNameQueryParameter adds the clusterName to the schedule collection get params

func (*ScheduleCollectionGetParams) SetClusterUUIDQueryParameter

func (o *ScheduleCollectionGetParams) SetClusterUUIDQueryParameter(clusterUUID *string)

SetClusterUUIDQueryParameter adds the clusterUuid to the schedule collection get params

func (*ScheduleCollectionGetParams) SetContext

func (o *ScheduleCollectionGetParams) SetContext(ctx context.Context)

SetContext adds the context to the schedule collection get params

func (*ScheduleCollectionGetParams) SetCronDaysQueryParameter

func (o *ScheduleCollectionGetParams) SetCronDaysQueryParameter(cronDays *int64)

SetCronDaysQueryParameter adds the cronDays to the schedule collection get params

func (*ScheduleCollectionGetParams) SetCronHoursQueryParameter

func (o *ScheduleCollectionGetParams) SetCronHoursQueryParameter(cronHours *int64)

SetCronHoursQueryParameter adds the cronHours to the schedule collection get params

func (*ScheduleCollectionGetParams) SetCronMinutesQueryParameter

func (o *ScheduleCollectionGetParams) SetCronMinutesQueryParameter(cronMinutes *int64)

SetCronMinutesQueryParameter adds the cronMinutes to the schedule collection get params

func (*ScheduleCollectionGetParams) SetCronMonthsQueryParameter

func (o *ScheduleCollectionGetParams) SetCronMonthsQueryParameter(cronMonths *int64)

SetCronMonthsQueryParameter adds the cronMonths to the schedule collection get params

func (*ScheduleCollectionGetParams) SetCronWeekdaysQueryParameter

func (o *ScheduleCollectionGetParams) SetCronWeekdaysQueryParameter(cronWeekdays *int64)

SetCronWeekdaysQueryParameter adds the cronWeekdays to the schedule collection get params

func (*ScheduleCollectionGetParams) SetDefaults

func (o *ScheduleCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the schedule collection get params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleCollectionGetParams) SetFieldsQueryParameter

func (o *ScheduleCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the schedule collection get params

func (*ScheduleCollectionGetParams) SetHTTPClient

func (o *ScheduleCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the schedule collection get params

func (*ScheduleCollectionGetParams) SetIntervalQueryParameter

func (o *ScheduleCollectionGetParams) SetIntervalQueryParameter(interval *string)

SetIntervalQueryParameter adds the interval to the schedule collection get params

func (*ScheduleCollectionGetParams) SetMaxRecordsQueryParameter

func (o *ScheduleCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the schedule collection get params

func (*ScheduleCollectionGetParams) SetNameQueryParameter

func (o *ScheduleCollectionGetParams) SetNameQueryParameter(name *string)

SetNameQueryParameter adds the name to the schedule collection get params

func (*ScheduleCollectionGetParams) SetOrderByQueryParameter

func (o *ScheduleCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the schedule collection get params

func (*ScheduleCollectionGetParams) SetReturnRecordsQueryParameter

func (o *ScheduleCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the schedule collection get params

func (*ScheduleCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *ScheduleCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the schedule collection get params

func (*ScheduleCollectionGetParams) SetSVMNameQueryParameter

func (o *ScheduleCollectionGetParams) SetSVMNameQueryParameter(svmName *string)

SetSVMNameQueryParameter adds the svmName to the schedule collection get params

func (*ScheduleCollectionGetParams) SetSVMUUIDQueryParameter

func (o *ScheduleCollectionGetParams) SetSVMUUIDQueryParameter(svmUUID *string)

SetSVMUUIDQueryParameter adds the svmUuid to the schedule collection get params

func (*ScheduleCollectionGetParams) SetScopeQueryParameter

func (o *ScheduleCollectionGetParams) SetScopeQueryParameter(scope *string)

SetScopeQueryParameter adds the scope to the schedule collection get params

func (*ScheduleCollectionGetParams) SetTimeout

func (o *ScheduleCollectionGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the schedule collection get params

func (*ScheduleCollectionGetParams) SetTypeQueryParameter

func (o *ScheduleCollectionGetParams) SetTypeQueryParameter(typeVar *string)

SetTypeQueryParameter adds the type to the schedule collection get params

func (*ScheduleCollectionGetParams) SetUUIDQueryParameter

func (o *ScheduleCollectionGetParams) SetUUIDQueryParameter(uuid *string)

SetUUIDQueryParameter adds the uuid to the schedule collection get params

func (*ScheduleCollectionGetParams) WithClusterNameQueryParameter

func (o *ScheduleCollectionGetParams) WithClusterNameQueryParameter(clusterName *string) *ScheduleCollectionGetParams

WithClusterNameQueryParameter adds the clusterName to the schedule collection get params

func (*ScheduleCollectionGetParams) WithClusterUUIDQueryParameter

func (o *ScheduleCollectionGetParams) WithClusterUUIDQueryParameter(clusterUUID *string) *ScheduleCollectionGetParams

WithClusterUUIDQueryParameter adds the clusterUUID to the schedule collection get params

func (*ScheduleCollectionGetParams) WithContext

WithContext adds the context to the schedule collection get params

func (*ScheduleCollectionGetParams) WithCronDaysQueryParameter

func (o *ScheduleCollectionGetParams) WithCronDaysQueryParameter(cronDays *int64) *ScheduleCollectionGetParams

WithCronDaysQueryParameter adds the cronDays to the schedule collection get params

func (*ScheduleCollectionGetParams) WithCronHoursQueryParameter

func (o *ScheduleCollectionGetParams) WithCronHoursQueryParameter(cronHours *int64) *ScheduleCollectionGetParams

WithCronHoursQueryParameter adds the cronHours to the schedule collection get params

func (*ScheduleCollectionGetParams) WithCronMinutesQueryParameter

func (o *ScheduleCollectionGetParams) WithCronMinutesQueryParameter(cronMinutes *int64) *ScheduleCollectionGetParams

WithCronMinutesQueryParameter adds the cronMinutes to the schedule collection get params

func (*ScheduleCollectionGetParams) WithCronMonthsQueryParameter

func (o *ScheduleCollectionGetParams) WithCronMonthsQueryParameter(cronMonths *int64) *ScheduleCollectionGetParams

WithCronMonthsQueryParameter adds the cronMonths to the schedule collection get params

func (*ScheduleCollectionGetParams) WithCronWeekdaysQueryParameter

func (o *ScheduleCollectionGetParams) WithCronWeekdaysQueryParameter(cronWeekdays *int64) *ScheduleCollectionGetParams

WithCronWeekdaysQueryParameter adds the cronWeekdays to the schedule collection get params

func (*ScheduleCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the schedule collection get params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleCollectionGetParams) WithFieldsQueryParameter

func (o *ScheduleCollectionGetParams) WithFieldsQueryParameter(fields []string) *ScheduleCollectionGetParams

WithFieldsQueryParameter adds the fields to the schedule collection get params

func (*ScheduleCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the schedule collection get params

func (*ScheduleCollectionGetParams) WithIntervalQueryParameter

func (o *ScheduleCollectionGetParams) WithIntervalQueryParameter(interval *string) *ScheduleCollectionGetParams

WithIntervalQueryParameter adds the interval to the schedule collection get params

func (*ScheduleCollectionGetParams) WithMaxRecordsQueryParameter

func (o *ScheduleCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *ScheduleCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the schedule collection get params

func (*ScheduleCollectionGetParams) WithNameQueryParameter

func (o *ScheduleCollectionGetParams) WithNameQueryParameter(name *string) *ScheduleCollectionGetParams

WithNameQueryParameter adds the name to the schedule collection get params

func (*ScheduleCollectionGetParams) WithOrderByQueryParameter

func (o *ScheduleCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *ScheduleCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the schedule collection get params

func (*ScheduleCollectionGetParams) WithReturnRecordsQueryParameter

func (o *ScheduleCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ScheduleCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the schedule collection get params

func (*ScheduleCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *ScheduleCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *ScheduleCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the schedule collection get params

func (*ScheduleCollectionGetParams) WithSVMNameQueryParameter

func (o *ScheduleCollectionGetParams) WithSVMNameQueryParameter(svmName *string) *ScheduleCollectionGetParams

WithSVMNameQueryParameter adds the svmName to the schedule collection get params

func (*ScheduleCollectionGetParams) WithSVMUUIDQueryParameter

func (o *ScheduleCollectionGetParams) WithSVMUUIDQueryParameter(svmUUID *string) *ScheduleCollectionGetParams

WithSVMUUIDQueryParameter adds the svmUUID to the schedule collection get params

func (*ScheduleCollectionGetParams) WithScopeQueryParameter

func (o *ScheduleCollectionGetParams) WithScopeQueryParameter(scope *string) *ScheduleCollectionGetParams

WithScopeQueryParameter adds the scope to the schedule collection get params

func (*ScheduleCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the schedule collection get params

func (*ScheduleCollectionGetParams) WithTypeQueryParameter

func (o *ScheduleCollectionGetParams) WithTypeQueryParameter(typeVar *string) *ScheduleCollectionGetParams

WithTypeQueryParameter adds the typeVar to the schedule collection get params

func (*ScheduleCollectionGetParams) WithUUIDQueryParameter

func (o *ScheduleCollectionGetParams) WithUUIDQueryParameter(uuid *string) *ScheduleCollectionGetParams

WithUUIDQueryParameter adds the uuid to the schedule collection get params

func (*ScheduleCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ScheduleCollectionGetReader

type ScheduleCollectionGetReader struct {
	// contains filtered or unexported fields
}

ScheduleCollectionGetReader is a Reader for the ScheduleCollectionGet structure.

func (*ScheduleCollectionGetReader) ReadResponse

func (o *ScheduleCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ScheduleCreateCreated

type ScheduleCreateCreated struct {
}

ScheduleCreateCreated describes a response with status code 201, with default header values.

Created

func NewScheduleCreateCreated

func NewScheduleCreateCreated() *ScheduleCreateCreated

NewScheduleCreateCreated creates a ScheduleCreateCreated with default headers values

func (*ScheduleCreateCreated) Error

func (o *ScheduleCreateCreated) Error() string

func (*ScheduleCreateCreated) IsClientError

func (o *ScheduleCreateCreated) IsClientError() bool

IsClientError returns true when this schedule create created response has a 4xx status code

func (*ScheduleCreateCreated) IsCode

func (o *ScheduleCreateCreated) IsCode(code int) bool

IsCode returns true when this schedule create created response a status code equal to that given

func (*ScheduleCreateCreated) IsRedirect

func (o *ScheduleCreateCreated) IsRedirect() bool

IsRedirect returns true when this schedule create created response has a 3xx status code

func (*ScheduleCreateCreated) IsServerError

func (o *ScheduleCreateCreated) IsServerError() bool

IsServerError returns true when this schedule create created response has a 5xx status code

func (*ScheduleCreateCreated) IsSuccess

func (o *ScheduleCreateCreated) IsSuccess() bool

IsSuccess returns true when this schedule create created response has a 2xx status code

func (*ScheduleCreateCreated) String

func (o *ScheduleCreateCreated) String() string

type ScheduleCreateDefault

type ScheduleCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ScheduleCreateDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 458788 | The schedule specified is not a valid schedule. | | 459760 | The schedule specified is not a valid schedule. | | 459763 | Schedule cannot be created locally using the remote cluster name as the owner. | | 459764 | Cannot create a schedule with the same name as an existing schedule from the MetroCluster partner cluster but of a different schedule type. | | 460783 | As this is a MetroCluster configuration and the local cluster is waiting for switchback, changes to non-system schedules are not allowed. | | 460784 | An error occurred creating the remote cluster version of this schedule. |

func NewScheduleCreateDefault

func NewScheduleCreateDefault(code int) *ScheduleCreateDefault

NewScheduleCreateDefault creates a ScheduleCreateDefault with default headers values

func (*ScheduleCreateDefault) Code

func (o *ScheduleCreateDefault) Code() int

Code gets the status code for the schedule create default response

func (*ScheduleCreateDefault) Error

func (o *ScheduleCreateDefault) Error() string

func (*ScheduleCreateDefault) GetPayload

func (o *ScheduleCreateDefault) GetPayload() *models.ErrorResponse

func (*ScheduleCreateDefault) IsClientError

func (o *ScheduleCreateDefault) IsClientError() bool

IsClientError returns true when this schedule create default response has a 4xx status code

func (*ScheduleCreateDefault) IsCode

func (o *ScheduleCreateDefault) IsCode(code int) bool

IsCode returns true when this schedule create default response a status code equal to that given

func (*ScheduleCreateDefault) IsRedirect

func (o *ScheduleCreateDefault) IsRedirect() bool

IsRedirect returns true when this schedule create default response has a 3xx status code

func (*ScheduleCreateDefault) IsServerError

func (o *ScheduleCreateDefault) IsServerError() bool

IsServerError returns true when this schedule create default response has a 5xx status code

func (*ScheduleCreateDefault) IsSuccess

func (o *ScheduleCreateDefault) IsSuccess() bool

IsSuccess returns true when this schedule create default response has a 2xx status code

func (*ScheduleCreateDefault) String

func (o *ScheduleCreateDefault) String() string

type ScheduleCreateParams

type ScheduleCreateParams struct {

	/* Info.

	   Info specification
	*/
	Info *models.Schedule

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ScheduleCreateParams contains all the parameters to send to the API endpoint

for the schedule create operation.

Typically these are written to a http.Request.

func NewScheduleCreateParams

func NewScheduleCreateParams() *ScheduleCreateParams

NewScheduleCreateParams creates a new ScheduleCreateParams 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 NewScheduleCreateParamsWithContext

func NewScheduleCreateParamsWithContext(ctx context.Context) *ScheduleCreateParams

NewScheduleCreateParamsWithContext creates a new ScheduleCreateParams object with the ability to set a context for a request.

func NewScheduleCreateParamsWithHTTPClient

func NewScheduleCreateParamsWithHTTPClient(client *http.Client) *ScheduleCreateParams

NewScheduleCreateParamsWithHTTPClient creates a new ScheduleCreateParams object with the ability to set a custom HTTPClient for a request.

func NewScheduleCreateParamsWithTimeout

func NewScheduleCreateParamsWithTimeout(timeout time.Duration) *ScheduleCreateParams

NewScheduleCreateParamsWithTimeout creates a new ScheduleCreateParams object with the ability to set a timeout on a request.

func (*ScheduleCreateParams) SetContext

func (o *ScheduleCreateParams) SetContext(ctx context.Context)

SetContext adds the context to the schedule create params

func (*ScheduleCreateParams) SetDefaults

func (o *ScheduleCreateParams) SetDefaults()

SetDefaults hydrates default values in the schedule create params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleCreateParams) SetHTTPClient

func (o *ScheduleCreateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the schedule create params

func (*ScheduleCreateParams) SetInfo

func (o *ScheduleCreateParams) SetInfo(info *models.Schedule)

SetInfo adds the info to the schedule create params

func (*ScheduleCreateParams) SetReturnRecordsQueryParameter

func (o *ScheduleCreateParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the schedule create params

func (*ScheduleCreateParams) SetTimeout

func (o *ScheduleCreateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the schedule create params

func (*ScheduleCreateParams) WithContext

WithContext adds the context to the schedule create params

func (*ScheduleCreateParams) WithDefaults

func (o *ScheduleCreateParams) WithDefaults() *ScheduleCreateParams

WithDefaults hydrates default values in the schedule create params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleCreateParams) WithHTTPClient

func (o *ScheduleCreateParams) WithHTTPClient(client *http.Client) *ScheduleCreateParams

WithHTTPClient adds the HTTPClient to the schedule create params

func (*ScheduleCreateParams) WithInfo

WithInfo adds the info to the schedule create params

func (*ScheduleCreateParams) WithReturnRecordsQueryParameter

func (o *ScheduleCreateParams) WithReturnRecordsQueryParameter(returnRecords *bool) *ScheduleCreateParams

WithReturnRecordsQueryParameter adds the returnRecords to the schedule create params

func (*ScheduleCreateParams) WithTimeout

func (o *ScheduleCreateParams) WithTimeout(timeout time.Duration) *ScheduleCreateParams

WithTimeout adds the timeout to the schedule create params

func (*ScheduleCreateParams) WriteToRequest

func (o *ScheduleCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ScheduleCreateReader

type ScheduleCreateReader struct {
	// contains filtered or unexported fields
}

ScheduleCreateReader is a Reader for the ScheduleCreate structure.

func (*ScheduleCreateReader) ReadResponse

func (o *ScheduleCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ScheduleDeleteDefault

type ScheduleDeleteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ScheduleDeleteDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 459758 | Cannot delete a job schedule that is in use. Remove all references to the schedule, and then try to delete again. | | 459761 | Schedule cannot be deleted on this cluster because it is replicated from the remote cluster. | | 459762 | The schedule cannot be deleted because it is a system-level schedule. |

func NewScheduleDeleteDefault

func NewScheduleDeleteDefault(code int) *ScheduleDeleteDefault

NewScheduleDeleteDefault creates a ScheduleDeleteDefault with default headers values

func (*ScheduleDeleteDefault) Code

func (o *ScheduleDeleteDefault) Code() int

Code gets the status code for the schedule delete default response

func (*ScheduleDeleteDefault) Error

func (o *ScheduleDeleteDefault) Error() string

func (*ScheduleDeleteDefault) GetPayload

func (o *ScheduleDeleteDefault) GetPayload() *models.ErrorResponse

func (*ScheduleDeleteDefault) IsClientError

func (o *ScheduleDeleteDefault) IsClientError() bool

IsClientError returns true when this schedule delete default response has a 4xx status code

func (*ScheduleDeleteDefault) IsCode

func (o *ScheduleDeleteDefault) IsCode(code int) bool

IsCode returns true when this schedule delete default response a status code equal to that given

func (*ScheduleDeleteDefault) IsRedirect

func (o *ScheduleDeleteDefault) IsRedirect() bool

IsRedirect returns true when this schedule delete default response has a 3xx status code

func (*ScheduleDeleteDefault) IsServerError

func (o *ScheduleDeleteDefault) IsServerError() bool

IsServerError returns true when this schedule delete default response has a 5xx status code

func (*ScheduleDeleteDefault) IsSuccess

func (o *ScheduleDeleteDefault) IsSuccess() bool

IsSuccess returns true when this schedule delete default response has a 2xx status code

func (*ScheduleDeleteDefault) String

func (o *ScheduleDeleteDefault) String() string

type ScheduleDeleteOK

type ScheduleDeleteOK struct {
}

ScheduleDeleteOK describes a response with status code 200, with default header values.

OK

func NewScheduleDeleteOK

func NewScheduleDeleteOK() *ScheduleDeleteOK

NewScheduleDeleteOK creates a ScheduleDeleteOK with default headers values

func (*ScheduleDeleteOK) Error

func (o *ScheduleDeleteOK) Error() string

func (*ScheduleDeleteOK) IsClientError

func (o *ScheduleDeleteOK) IsClientError() bool

IsClientError returns true when this schedule delete o k response has a 4xx status code

func (*ScheduleDeleteOK) IsCode

func (o *ScheduleDeleteOK) IsCode(code int) bool

IsCode returns true when this schedule delete o k response a status code equal to that given

func (*ScheduleDeleteOK) IsRedirect

func (o *ScheduleDeleteOK) IsRedirect() bool

IsRedirect returns true when this schedule delete o k response has a 3xx status code

func (*ScheduleDeleteOK) IsServerError

func (o *ScheduleDeleteOK) IsServerError() bool

IsServerError returns true when this schedule delete o k response has a 5xx status code

func (*ScheduleDeleteOK) IsSuccess

func (o *ScheduleDeleteOK) IsSuccess() bool

IsSuccess returns true when this schedule delete o k response has a 2xx status code

func (*ScheduleDeleteOK) String

func (o *ScheduleDeleteOK) String() string

type ScheduleDeleteParams

type ScheduleDeleteParams struct {

	/* UUID.

	   Schedule UUID
	*/
	UUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ScheduleDeleteParams contains all the parameters to send to the API endpoint

for the schedule delete operation.

Typically these are written to a http.Request.

func NewScheduleDeleteParams

func NewScheduleDeleteParams() *ScheduleDeleteParams

NewScheduleDeleteParams creates a new ScheduleDeleteParams 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 NewScheduleDeleteParamsWithContext

func NewScheduleDeleteParamsWithContext(ctx context.Context) *ScheduleDeleteParams

NewScheduleDeleteParamsWithContext creates a new ScheduleDeleteParams object with the ability to set a context for a request.

func NewScheduleDeleteParamsWithHTTPClient

func NewScheduleDeleteParamsWithHTTPClient(client *http.Client) *ScheduleDeleteParams

NewScheduleDeleteParamsWithHTTPClient creates a new ScheduleDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewScheduleDeleteParamsWithTimeout

func NewScheduleDeleteParamsWithTimeout(timeout time.Duration) *ScheduleDeleteParams

NewScheduleDeleteParamsWithTimeout creates a new ScheduleDeleteParams object with the ability to set a timeout on a request.

func (*ScheduleDeleteParams) SetContext

func (o *ScheduleDeleteParams) SetContext(ctx context.Context)

SetContext adds the context to the schedule delete params

func (*ScheduleDeleteParams) SetDefaults

func (o *ScheduleDeleteParams) SetDefaults()

SetDefaults hydrates default values in the schedule delete params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleDeleteParams) SetHTTPClient

func (o *ScheduleDeleteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the schedule delete params

func (*ScheduleDeleteParams) SetTimeout

func (o *ScheduleDeleteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the schedule delete params

func (*ScheduleDeleteParams) SetUUIDPathParameter

func (o *ScheduleDeleteParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the schedule delete params

func (*ScheduleDeleteParams) WithContext

WithContext adds the context to the schedule delete params

func (*ScheduleDeleteParams) WithDefaults

func (o *ScheduleDeleteParams) WithDefaults() *ScheduleDeleteParams

WithDefaults hydrates default values in the schedule delete params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleDeleteParams) WithHTTPClient

func (o *ScheduleDeleteParams) WithHTTPClient(client *http.Client) *ScheduleDeleteParams

WithHTTPClient adds the HTTPClient to the schedule delete params

func (*ScheduleDeleteParams) WithTimeout

func (o *ScheduleDeleteParams) WithTimeout(timeout time.Duration) *ScheduleDeleteParams

WithTimeout adds the timeout to the schedule delete params

func (*ScheduleDeleteParams) WithUUIDPathParameter

func (o *ScheduleDeleteParams) WithUUIDPathParameter(uuid string) *ScheduleDeleteParams

WithUUIDPathParameter adds the uuid to the schedule delete params

func (*ScheduleDeleteParams) WriteToRequest

func (o *ScheduleDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ScheduleDeleteReader

type ScheduleDeleteReader struct {
	// contains filtered or unexported fields
}

ScheduleDeleteReader is a Reader for the ScheduleDelete structure.

func (*ScheduleDeleteReader) ReadResponse

func (o *ScheduleDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ScheduleGetDefault

type ScheduleGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ScheduleGetDefault describes a response with status code -1, with default header values.

Error

func NewScheduleGetDefault

func NewScheduleGetDefault(code int) *ScheduleGetDefault

NewScheduleGetDefault creates a ScheduleGetDefault with default headers values

func (*ScheduleGetDefault) Code

func (o *ScheduleGetDefault) Code() int

Code gets the status code for the schedule get default response

func (*ScheduleGetDefault) Error

func (o *ScheduleGetDefault) Error() string

func (*ScheduleGetDefault) GetPayload

func (o *ScheduleGetDefault) GetPayload() *models.ErrorResponse

func (*ScheduleGetDefault) IsClientError

func (o *ScheduleGetDefault) IsClientError() bool

IsClientError returns true when this schedule get default response has a 4xx status code

func (*ScheduleGetDefault) IsCode

func (o *ScheduleGetDefault) IsCode(code int) bool

IsCode returns true when this schedule get default response a status code equal to that given

func (*ScheduleGetDefault) IsRedirect

func (o *ScheduleGetDefault) IsRedirect() bool

IsRedirect returns true when this schedule get default response has a 3xx status code

func (*ScheduleGetDefault) IsServerError

func (o *ScheduleGetDefault) IsServerError() bool

IsServerError returns true when this schedule get default response has a 5xx status code

func (*ScheduleGetDefault) IsSuccess

func (o *ScheduleGetDefault) IsSuccess() bool

IsSuccess returns true when this schedule get default response has a 2xx status code

func (*ScheduleGetDefault) String

func (o *ScheduleGetDefault) String() string

type ScheduleGetOK

type ScheduleGetOK struct {
	Payload *models.Schedule
}

ScheduleGetOK describes a response with status code 200, with default header values.

OK

func NewScheduleGetOK

func NewScheduleGetOK() *ScheduleGetOK

NewScheduleGetOK creates a ScheduleGetOK with default headers values

func (*ScheduleGetOK) Error

func (o *ScheduleGetOK) Error() string

func (*ScheduleGetOK) GetPayload

func (o *ScheduleGetOK) GetPayload() *models.Schedule

func (*ScheduleGetOK) IsClientError

func (o *ScheduleGetOK) IsClientError() bool

IsClientError returns true when this schedule get o k response has a 4xx status code

func (*ScheduleGetOK) IsCode

func (o *ScheduleGetOK) IsCode(code int) bool

IsCode returns true when this schedule get o k response a status code equal to that given

func (*ScheduleGetOK) IsRedirect

func (o *ScheduleGetOK) IsRedirect() bool

IsRedirect returns true when this schedule get o k response has a 3xx status code

func (*ScheduleGetOK) IsServerError

func (o *ScheduleGetOK) IsServerError() bool

IsServerError returns true when this schedule get o k response has a 5xx status code

func (*ScheduleGetOK) IsSuccess

func (o *ScheduleGetOK) IsSuccess() bool

IsSuccess returns true when this schedule get o k response has a 2xx status code

func (*ScheduleGetOK) String

func (o *ScheduleGetOK) String() string

type ScheduleGetParams

type ScheduleGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* UUID.

	   Schedule UUID
	*/
	UUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ScheduleGetParams contains all the parameters to send to the API endpoint

for the schedule get operation.

Typically these are written to a http.Request.

func NewScheduleGetParams

func NewScheduleGetParams() *ScheduleGetParams

NewScheduleGetParams creates a new ScheduleGetParams 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 NewScheduleGetParamsWithContext

func NewScheduleGetParamsWithContext(ctx context.Context) *ScheduleGetParams

NewScheduleGetParamsWithContext creates a new ScheduleGetParams object with the ability to set a context for a request.

func NewScheduleGetParamsWithHTTPClient

func NewScheduleGetParamsWithHTTPClient(client *http.Client) *ScheduleGetParams

NewScheduleGetParamsWithHTTPClient creates a new ScheduleGetParams object with the ability to set a custom HTTPClient for a request.

func NewScheduleGetParamsWithTimeout

func NewScheduleGetParamsWithTimeout(timeout time.Duration) *ScheduleGetParams

NewScheduleGetParamsWithTimeout creates a new ScheduleGetParams object with the ability to set a timeout on a request.

func (*ScheduleGetParams) SetContext

func (o *ScheduleGetParams) SetContext(ctx context.Context)

SetContext adds the context to the schedule get params

func (*ScheduleGetParams) SetDefaults

func (o *ScheduleGetParams) SetDefaults()

SetDefaults hydrates default values in the schedule get params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleGetParams) SetFieldsQueryParameter

func (o *ScheduleGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the schedule get params

func (*ScheduleGetParams) SetHTTPClient

func (o *ScheduleGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the schedule get params

func (*ScheduleGetParams) SetTimeout

func (o *ScheduleGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the schedule get params

func (*ScheduleGetParams) SetUUIDPathParameter

func (o *ScheduleGetParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the schedule get params

func (*ScheduleGetParams) WithContext

func (o *ScheduleGetParams) WithContext(ctx context.Context) *ScheduleGetParams

WithContext adds the context to the schedule get params

func (*ScheduleGetParams) WithDefaults

func (o *ScheduleGetParams) WithDefaults() *ScheduleGetParams

WithDefaults hydrates default values in the schedule get params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleGetParams) WithFieldsQueryParameter

func (o *ScheduleGetParams) WithFieldsQueryParameter(fields []string) *ScheduleGetParams

WithFieldsQueryParameter adds the fields to the schedule get params

func (*ScheduleGetParams) WithHTTPClient

func (o *ScheduleGetParams) WithHTTPClient(client *http.Client) *ScheduleGetParams

WithHTTPClient adds the HTTPClient to the schedule get params

func (*ScheduleGetParams) WithTimeout

func (o *ScheduleGetParams) WithTimeout(timeout time.Duration) *ScheduleGetParams

WithTimeout adds the timeout to the schedule get params

func (*ScheduleGetParams) WithUUIDPathParameter

func (o *ScheduleGetParams) WithUUIDPathParameter(uuid string) *ScheduleGetParams

WithUUIDPathParameter adds the uuid to the schedule get params

func (*ScheduleGetParams) WriteToRequest

func (o *ScheduleGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ScheduleGetReader

type ScheduleGetReader struct {
	// contains filtered or unexported fields
}

ScheduleGetReader is a Reader for the ScheduleGet structure.

func (*ScheduleGetReader) ReadResponse

func (o *ScheduleGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ScheduleModifyDefault

type ScheduleModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
ScheduleModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 458788 | The schedule specified is not a valid schedule. | | 459760 | The schedule specified is not a valid schedule. | | 459761 | Schedule cannot be modified on this cluster because it is replicated from the remote cluster. | | 460783 | As this is a MetroCluster configuration and the local cluster is waiting for switchback, changes to non-system schedules are not allowed. |

func NewScheduleModifyDefault

func NewScheduleModifyDefault(code int) *ScheduleModifyDefault

NewScheduleModifyDefault creates a ScheduleModifyDefault with default headers values

func (*ScheduleModifyDefault) Code

func (o *ScheduleModifyDefault) Code() int

Code gets the status code for the schedule modify default response

func (*ScheduleModifyDefault) Error

func (o *ScheduleModifyDefault) Error() string

func (*ScheduleModifyDefault) GetPayload

func (o *ScheduleModifyDefault) GetPayload() *models.ErrorResponse

func (*ScheduleModifyDefault) IsClientError

func (o *ScheduleModifyDefault) IsClientError() bool

IsClientError returns true when this schedule modify default response has a 4xx status code

func (*ScheduleModifyDefault) IsCode

func (o *ScheduleModifyDefault) IsCode(code int) bool

IsCode returns true when this schedule modify default response a status code equal to that given

func (*ScheduleModifyDefault) IsRedirect

func (o *ScheduleModifyDefault) IsRedirect() bool

IsRedirect returns true when this schedule modify default response has a 3xx status code

func (*ScheduleModifyDefault) IsServerError

func (o *ScheduleModifyDefault) IsServerError() bool

IsServerError returns true when this schedule modify default response has a 5xx status code

func (*ScheduleModifyDefault) IsSuccess

func (o *ScheduleModifyDefault) IsSuccess() bool

IsSuccess returns true when this schedule modify default response has a 2xx status code

func (*ScheduleModifyDefault) String

func (o *ScheduleModifyDefault) String() string

type ScheduleModifyOK

type ScheduleModifyOK struct {
}

ScheduleModifyOK describes a response with status code 200, with default header values.

OK

func NewScheduleModifyOK

func NewScheduleModifyOK() *ScheduleModifyOK

NewScheduleModifyOK creates a ScheduleModifyOK with default headers values

func (*ScheduleModifyOK) Error

func (o *ScheduleModifyOK) Error() string

func (*ScheduleModifyOK) IsClientError

func (o *ScheduleModifyOK) IsClientError() bool

IsClientError returns true when this schedule modify o k response has a 4xx status code

func (*ScheduleModifyOK) IsCode

func (o *ScheduleModifyOK) IsCode(code int) bool

IsCode returns true when this schedule modify o k response a status code equal to that given

func (*ScheduleModifyOK) IsRedirect

func (o *ScheduleModifyOK) IsRedirect() bool

IsRedirect returns true when this schedule modify o k response has a 3xx status code

func (*ScheduleModifyOK) IsServerError

func (o *ScheduleModifyOK) IsServerError() bool

IsServerError returns true when this schedule modify o k response has a 5xx status code

func (*ScheduleModifyOK) IsSuccess

func (o *ScheduleModifyOK) IsSuccess() bool

IsSuccess returns true when this schedule modify o k response has a 2xx status code

func (*ScheduleModifyOK) String

func (o *ScheduleModifyOK) String() string

type ScheduleModifyParams

type ScheduleModifyParams struct {

	/* Info.

	   Info specification
	*/
	Info *models.Schedule

	/* UUID.

	   Schedule UUID
	*/
	UUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ScheduleModifyParams contains all the parameters to send to the API endpoint

for the schedule modify operation.

Typically these are written to a http.Request.

func NewScheduleModifyParams

func NewScheduleModifyParams() *ScheduleModifyParams

NewScheduleModifyParams creates a new ScheduleModifyParams 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 NewScheduleModifyParamsWithContext

func NewScheduleModifyParamsWithContext(ctx context.Context) *ScheduleModifyParams

NewScheduleModifyParamsWithContext creates a new ScheduleModifyParams object with the ability to set a context for a request.

func NewScheduleModifyParamsWithHTTPClient

func NewScheduleModifyParamsWithHTTPClient(client *http.Client) *ScheduleModifyParams

NewScheduleModifyParamsWithHTTPClient creates a new ScheduleModifyParams object with the ability to set a custom HTTPClient for a request.

func NewScheduleModifyParamsWithTimeout

func NewScheduleModifyParamsWithTimeout(timeout time.Duration) *ScheduleModifyParams

NewScheduleModifyParamsWithTimeout creates a new ScheduleModifyParams object with the ability to set a timeout on a request.

func (*ScheduleModifyParams) SetContext

func (o *ScheduleModifyParams) SetContext(ctx context.Context)

SetContext adds the context to the schedule modify params

func (*ScheduleModifyParams) SetDefaults

func (o *ScheduleModifyParams) SetDefaults()

SetDefaults hydrates default values in the schedule modify params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleModifyParams) SetHTTPClient

func (o *ScheduleModifyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the schedule modify params

func (*ScheduleModifyParams) SetInfo

func (o *ScheduleModifyParams) SetInfo(info *models.Schedule)

SetInfo adds the info to the schedule modify params

func (*ScheduleModifyParams) SetTimeout

func (o *ScheduleModifyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the schedule modify params

func (*ScheduleModifyParams) SetUUIDPathParameter

func (o *ScheduleModifyParams) SetUUIDPathParameter(uuid string)

SetUUIDPathParameter adds the uuid to the schedule modify params

func (*ScheduleModifyParams) WithContext

WithContext adds the context to the schedule modify params

func (*ScheduleModifyParams) WithDefaults

func (o *ScheduleModifyParams) WithDefaults() *ScheduleModifyParams

WithDefaults hydrates default values in the schedule modify params (not the query body).

All values with no default are reset to their zero value.

func (*ScheduleModifyParams) WithHTTPClient

func (o *ScheduleModifyParams) WithHTTPClient(client *http.Client) *ScheduleModifyParams

WithHTTPClient adds the HTTPClient to the schedule modify params

func (*ScheduleModifyParams) WithInfo

WithInfo adds the info to the schedule modify params

func (*ScheduleModifyParams) WithTimeout

func (o *ScheduleModifyParams) WithTimeout(timeout time.Duration) *ScheduleModifyParams

WithTimeout adds the timeout to the schedule modify params

func (*ScheduleModifyParams) WithUUIDPathParameter

func (o *ScheduleModifyParams) WithUUIDPathParameter(uuid string) *ScheduleModifyParams

WithUUIDPathParameter adds the uuid to the schedule modify params

func (*ScheduleModifyParams) WriteToRequest

func (o *ScheduleModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ScheduleModifyReader

type ScheduleModifyReader struct {
	// contains filtered or unexported fields
}

ScheduleModifyReader is a Reader for the ScheduleModify structure.

func (*ScheduleModifyReader) ReadResponse

func (o *ScheduleModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SensorsCollectionGetDefault

type SensorsCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SensorsCollectionGetDefault describes a response with status code -1, with default header values.

Error

func NewSensorsCollectionGetDefault

func NewSensorsCollectionGetDefault(code int) *SensorsCollectionGetDefault

NewSensorsCollectionGetDefault creates a SensorsCollectionGetDefault with default headers values

func (*SensorsCollectionGetDefault) Code

func (o *SensorsCollectionGetDefault) Code() int

Code gets the status code for the sensors collection get default response

func (*SensorsCollectionGetDefault) Error

func (*SensorsCollectionGetDefault) GetPayload

func (*SensorsCollectionGetDefault) IsClientError

func (o *SensorsCollectionGetDefault) IsClientError() bool

IsClientError returns true when this sensors collection get default response has a 4xx status code

func (*SensorsCollectionGetDefault) IsCode

func (o *SensorsCollectionGetDefault) IsCode(code int) bool

IsCode returns true when this sensors collection get default response a status code equal to that given

func (*SensorsCollectionGetDefault) IsRedirect

func (o *SensorsCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this sensors collection get default response has a 3xx status code

func (*SensorsCollectionGetDefault) IsServerError

func (o *SensorsCollectionGetDefault) IsServerError() bool

IsServerError returns true when this sensors collection get default response has a 5xx status code

func (*SensorsCollectionGetDefault) IsSuccess

func (o *SensorsCollectionGetDefault) IsSuccess() bool

IsSuccess returns true when this sensors collection get default response has a 2xx status code

func (*SensorsCollectionGetDefault) String

func (o *SensorsCollectionGetDefault) String() string

type SensorsCollectionGetOK

type SensorsCollectionGetOK struct {
	Payload *models.SensorsResponse
}

SensorsCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewSensorsCollectionGetOK

func NewSensorsCollectionGetOK() *SensorsCollectionGetOK

NewSensorsCollectionGetOK creates a SensorsCollectionGetOK with default headers values

func (*SensorsCollectionGetOK) Error

func (o *SensorsCollectionGetOK) Error() string

func (*SensorsCollectionGetOK) GetPayload

func (*SensorsCollectionGetOK) IsClientError

func (o *SensorsCollectionGetOK) IsClientError() bool

IsClientError returns true when this sensors collection get o k response has a 4xx status code

func (*SensorsCollectionGetOK) IsCode

func (o *SensorsCollectionGetOK) IsCode(code int) bool

IsCode returns true when this sensors collection get o k response a status code equal to that given

func (*SensorsCollectionGetOK) IsRedirect

func (o *SensorsCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this sensors collection get o k response has a 3xx status code

func (*SensorsCollectionGetOK) IsServerError

func (o *SensorsCollectionGetOK) IsServerError() bool

IsServerError returns true when this sensors collection get o k response has a 5xx status code

func (*SensorsCollectionGetOK) IsSuccess

func (o *SensorsCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this sensors collection get o k response has a 2xx status code

func (*SensorsCollectionGetOK) String

func (o *SensorsCollectionGetOK) String() string

type SensorsCollectionGetParams

type SensorsCollectionGetParams struct {

	/* CriticalHighThreshold.

	   Filter by critical_high_threshold
	*/
	CriticalHighThresholdQueryParameter *int64

	/* CriticalLowThreshold.

	   Filter by critical_low_threshold
	*/
	CriticalLowThresholdQueryParameter *int64

	/* DiscreteState.

	   Filter by discrete_state
	*/
	DiscreteStateQueryParameter *string

	/* DiscreteValue.

	   Filter by discrete_value
	*/
	DiscreteValueQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* Index.

	   Filter by index
	*/
	IndexQueryParameter *int64

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* Name.

	   Filter by name
	*/
	NameQueryParameter *string

	/* NodeName.

	   Filter by node.name
	*/
	NodeNameQueryParameter *string

	/* NodeUUID.

	   Filter by node.uuid
	*/
	NodeUUIDQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* ThresholdState.

	   Filter by threshold_state
	*/
	ThresholdStateQueryParameter *string

	/* Type.

	   Filter by type
	*/
	TypeQueryParameter *string

	/* Value.

	   Filter by value
	*/
	ValueQueryParameter *int64

	/* ValueUnits.

	   Filter by value_units
	*/
	ValueUnitsQueryParameter *string

	/* WarningHighThreshold.

	   Filter by warning_high_threshold
	*/
	WarningHighThresholdQueryParameter *int64

	/* WarningLowThreshold.

	   Filter by warning_low_threshold
	*/
	WarningLowThresholdQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SensorsCollectionGetParams contains all the parameters to send to the API endpoint

for the sensors collection get operation.

Typically these are written to a http.Request.

func NewSensorsCollectionGetParams

func NewSensorsCollectionGetParams() *SensorsCollectionGetParams

NewSensorsCollectionGetParams creates a new SensorsCollectionGetParams 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 NewSensorsCollectionGetParamsWithContext

func NewSensorsCollectionGetParamsWithContext(ctx context.Context) *SensorsCollectionGetParams

NewSensorsCollectionGetParamsWithContext creates a new SensorsCollectionGetParams object with the ability to set a context for a request.

func NewSensorsCollectionGetParamsWithHTTPClient

func NewSensorsCollectionGetParamsWithHTTPClient(client *http.Client) *SensorsCollectionGetParams

NewSensorsCollectionGetParamsWithHTTPClient creates a new SensorsCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewSensorsCollectionGetParamsWithTimeout

func NewSensorsCollectionGetParamsWithTimeout(timeout time.Duration) *SensorsCollectionGetParams

NewSensorsCollectionGetParamsWithTimeout creates a new SensorsCollectionGetParams object with the ability to set a timeout on a request.

func (*SensorsCollectionGetParams) SetContext

func (o *SensorsCollectionGetParams) SetContext(ctx context.Context)

SetContext adds the context to the sensors collection get params

func (*SensorsCollectionGetParams) SetCriticalHighThresholdQueryParameter

func (o *SensorsCollectionGetParams) SetCriticalHighThresholdQueryParameter(criticalHighThreshold *int64)

SetCriticalHighThresholdQueryParameter adds the criticalHighThreshold to the sensors collection get params

func (*SensorsCollectionGetParams) SetCriticalLowThresholdQueryParameter

func (o *SensorsCollectionGetParams) SetCriticalLowThresholdQueryParameter(criticalLowThreshold *int64)

SetCriticalLowThresholdQueryParameter adds the criticalLowThreshold to the sensors collection get params

func (*SensorsCollectionGetParams) SetDefaults

func (o *SensorsCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the sensors collection get params (not the query body).

All values with no default are reset to their zero value.

func (*SensorsCollectionGetParams) SetDiscreteStateQueryParameter

func (o *SensorsCollectionGetParams) SetDiscreteStateQueryParameter(discreteState *string)

SetDiscreteStateQueryParameter adds the discreteState to the sensors collection get params

func (*SensorsCollectionGetParams) SetDiscreteValueQueryParameter

func (o *SensorsCollectionGetParams) SetDiscreteValueQueryParameter(discreteValue *string)

SetDiscreteValueQueryParameter adds the discreteValue to the sensors collection get params

func (*SensorsCollectionGetParams) SetFieldsQueryParameter

func (o *SensorsCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the sensors collection get params

func (*SensorsCollectionGetParams) SetHTTPClient

func (o *SensorsCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the sensors collection get params

func (*SensorsCollectionGetParams) SetIndexQueryParameter

func (o *SensorsCollectionGetParams) SetIndexQueryParameter(index *int64)

SetIndexQueryParameter adds the index to the sensors collection get params

func (*SensorsCollectionGetParams) SetMaxRecordsQueryParameter

func (o *SensorsCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the sensors collection get params

func (*SensorsCollectionGetParams) SetNameQueryParameter

func (o *SensorsCollectionGetParams) SetNameQueryParameter(name *string)

SetNameQueryParameter adds the name to the sensors collection get params

func (*SensorsCollectionGetParams) SetNodeNameQueryParameter

func (o *SensorsCollectionGetParams) SetNodeNameQueryParameter(nodeName *string)

SetNodeNameQueryParameter adds the nodeName to the sensors collection get params

func (*SensorsCollectionGetParams) SetNodeUUIDQueryParameter

func (o *SensorsCollectionGetParams) SetNodeUUIDQueryParameter(nodeUUID *string)

SetNodeUUIDQueryParameter adds the nodeUuid to the sensors collection get params

func (*SensorsCollectionGetParams) SetOrderByQueryParameter

func (o *SensorsCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the sensors collection get params

func (*SensorsCollectionGetParams) SetReturnRecordsQueryParameter

func (o *SensorsCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the sensors collection get params

func (*SensorsCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *SensorsCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the sensors collection get params

func (*SensorsCollectionGetParams) SetThresholdStateQueryParameter

func (o *SensorsCollectionGetParams) SetThresholdStateQueryParameter(thresholdState *string)

SetThresholdStateQueryParameter adds the thresholdState to the sensors collection get params

func (*SensorsCollectionGetParams) SetTimeout

func (o *SensorsCollectionGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the sensors collection get params

func (*SensorsCollectionGetParams) SetTypeQueryParameter

func (o *SensorsCollectionGetParams) SetTypeQueryParameter(typeVar *string)

SetTypeQueryParameter adds the type to the sensors collection get params

func (*SensorsCollectionGetParams) SetValueQueryParameter

func (o *SensorsCollectionGetParams) SetValueQueryParameter(value *int64)

SetValueQueryParameter adds the value to the sensors collection get params

func (*SensorsCollectionGetParams) SetValueUnitsQueryParameter

func (o *SensorsCollectionGetParams) SetValueUnitsQueryParameter(valueUnits *string)

SetValueUnitsQueryParameter adds the valueUnits to the sensors collection get params

func (*SensorsCollectionGetParams) SetWarningHighThresholdQueryParameter

func (o *SensorsCollectionGetParams) SetWarningHighThresholdQueryParameter(warningHighThreshold *int64)

SetWarningHighThresholdQueryParameter adds the warningHighThreshold to the sensors collection get params

func (*SensorsCollectionGetParams) SetWarningLowThresholdQueryParameter

func (o *SensorsCollectionGetParams) SetWarningLowThresholdQueryParameter(warningLowThreshold *int64)

SetWarningLowThresholdQueryParameter adds the warningLowThreshold to the sensors collection get params

func (*SensorsCollectionGetParams) WithContext

WithContext adds the context to the sensors collection get params

func (*SensorsCollectionGetParams) WithCriticalHighThresholdQueryParameter

func (o *SensorsCollectionGetParams) WithCriticalHighThresholdQueryParameter(criticalHighThreshold *int64) *SensorsCollectionGetParams

WithCriticalHighThresholdQueryParameter adds the criticalHighThreshold to the sensors collection get params

func (*SensorsCollectionGetParams) WithCriticalLowThresholdQueryParameter

func (o *SensorsCollectionGetParams) WithCriticalLowThresholdQueryParameter(criticalLowThreshold *int64) *SensorsCollectionGetParams

WithCriticalLowThresholdQueryParameter adds the criticalLowThreshold to the sensors collection get params

func (*SensorsCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the sensors collection get params (not the query body).

All values with no default are reset to their zero value.

func (*SensorsCollectionGetParams) WithDiscreteStateQueryParameter

func (o *SensorsCollectionGetParams) WithDiscreteStateQueryParameter(discreteState *string) *SensorsCollectionGetParams

WithDiscreteStateQueryParameter adds the discreteState to the sensors collection get params

func (*SensorsCollectionGetParams) WithDiscreteValueQueryParameter

func (o *SensorsCollectionGetParams) WithDiscreteValueQueryParameter(discreteValue *string) *SensorsCollectionGetParams

WithDiscreteValueQueryParameter adds the discreteValue to the sensors collection get params

func (*SensorsCollectionGetParams) WithFieldsQueryParameter

func (o *SensorsCollectionGetParams) WithFieldsQueryParameter(fields []string) *SensorsCollectionGetParams

WithFieldsQueryParameter adds the fields to the sensors collection get params

func (*SensorsCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the sensors collection get params

func (*SensorsCollectionGetParams) WithIndexQueryParameter

func (o *SensorsCollectionGetParams) WithIndexQueryParameter(index *int64) *SensorsCollectionGetParams

WithIndexQueryParameter adds the index to the sensors collection get params

func (*SensorsCollectionGetParams) WithMaxRecordsQueryParameter

func (o *SensorsCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *SensorsCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the sensors collection get params

func (*SensorsCollectionGetParams) WithNameQueryParameter

func (o *SensorsCollectionGetParams) WithNameQueryParameter(name *string) *SensorsCollectionGetParams

WithNameQueryParameter adds the name to the sensors collection get params

func (*SensorsCollectionGetParams) WithNodeNameQueryParameter

func (o *SensorsCollectionGetParams) WithNodeNameQueryParameter(nodeName *string) *SensorsCollectionGetParams

WithNodeNameQueryParameter adds the nodeName to the sensors collection get params

func (*SensorsCollectionGetParams) WithNodeUUIDQueryParameter

func (o *SensorsCollectionGetParams) WithNodeUUIDQueryParameter(nodeUUID *string) *SensorsCollectionGetParams

WithNodeUUIDQueryParameter adds the nodeUUID to the sensors collection get params

func (*SensorsCollectionGetParams) WithOrderByQueryParameter

func (o *SensorsCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *SensorsCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the sensors collection get params

func (*SensorsCollectionGetParams) WithReturnRecordsQueryParameter

func (o *SensorsCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *SensorsCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the sensors collection get params

func (*SensorsCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *SensorsCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SensorsCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the sensors collection get params

func (*SensorsCollectionGetParams) WithThresholdStateQueryParameter

func (o *SensorsCollectionGetParams) WithThresholdStateQueryParameter(thresholdState *string) *SensorsCollectionGetParams

WithThresholdStateQueryParameter adds the thresholdState to the sensors collection get params

func (*SensorsCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the sensors collection get params

func (*SensorsCollectionGetParams) WithTypeQueryParameter

func (o *SensorsCollectionGetParams) WithTypeQueryParameter(typeVar *string) *SensorsCollectionGetParams

WithTypeQueryParameter adds the typeVar to the sensors collection get params

func (*SensorsCollectionGetParams) WithValueQueryParameter

func (o *SensorsCollectionGetParams) WithValueQueryParameter(value *int64) *SensorsCollectionGetParams

WithValueQueryParameter adds the value to the sensors collection get params

func (*SensorsCollectionGetParams) WithValueUnitsQueryParameter

func (o *SensorsCollectionGetParams) WithValueUnitsQueryParameter(valueUnits *string) *SensorsCollectionGetParams

WithValueUnitsQueryParameter adds the valueUnits to the sensors collection get params

func (*SensorsCollectionGetParams) WithWarningHighThresholdQueryParameter

func (o *SensorsCollectionGetParams) WithWarningHighThresholdQueryParameter(warningHighThreshold *int64) *SensorsCollectionGetParams

WithWarningHighThresholdQueryParameter adds the warningHighThreshold to the sensors collection get params

func (*SensorsCollectionGetParams) WithWarningLowThresholdQueryParameter

func (o *SensorsCollectionGetParams) WithWarningLowThresholdQueryParameter(warningLowThreshold *int64) *SensorsCollectionGetParams

WithWarningLowThresholdQueryParameter adds the warningLowThreshold to the sensors collection get params

func (*SensorsCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SensorsCollectionGetReader

type SensorsCollectionGetReader struct {
	// contains filtered or unexported fields
}

SensorsCollectionGetReader is a Reader for the SensorsCollectionGet structure.

func (*SensorsCollectionGetReader) ReadResponse

func (o *SensorsCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SensorsGetDefault

type SensorsGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SensorsGetDefault describes a response with status code -1, with default header values.

Error

func NewSensorsGetDefault

func NewSensorsGetDefault(code int) *SensorsGetDefault

NewSensorsGetDefault creates a SensorsGetDefault with default headers values

func (*SensorsGetDefault) Code

func (o *SensorsGetDefault) Code() int

Code gets the status code for the sensors get default response

func (*SensorsGetDefault) Error

func (o *SensorsGetDefault) Error() string

func (*SensorsGetDefault) GetPayload

func (o *SensorsGetDefault) GetPayload() *models.ErrorResponse

func (*SensorsGetDefault) IsClientError

func (o *SensorsGetDefault) IsClientError() bool

IsClientError returns true when this sensors get default response has a 4xx status code

func (*SensorsGetDefault) IsCode

func (o *SensorsGetDefault) IsCode(code int) bool

IsCode returns true when this sensors get default response a status code equal to that given

func (*SensorsGetDefault) IsRedirect

func (o *SensorsGetDefault) IsRedirect() bool

IsRedirect returns true when this sensors get default response has a 3xx status code

func (*SensorsGetDefault) IsServerError

func (o *SensorsGetDefault) IsServerError() bool

IsServerError returns true when this sensors get default response has a 5xx status code

func (*SensorsGetDefault) IsSuccess

func (o *SensorsGetDefault) IsSuccess() bool

IsSuccess returns true when this sensors get default response has a 2xx status code

func (*SensorsGetDefault) String

func (o *SensorsGetDefault) String() string

type SensorsGetOK

type SensorsGetOK struct {
	Payload *models.Sensors
}

SensorsGetOK describes a response with status code 200, with default header values.

OK

func NewSensorsGetOK

func NewSensorsGetOK() *SensorsGetOK

NewSensorsGetOK creates a SensorsGetOK with default headers values

func (*SensorsGetOK) Error

func (o *SensorsGetOK) Error() string

func (*SensorsGetOK) GetPayload

func (o *SensorsGetOK) GetPayload() *models.Sensors

func (*SensorsGetOK) IsClientError

func (o *SensorsGetOK) IsClientError() bool

IsClientError returns true when this sensors get o k response has a 4xx status code

func (*SensorsGetOK) IsCode

func (o *SensorsGetOK) IsCode(code int) bool

IsCode returns true when this sensors get o k response a status code equal to that given

func (*SensorsGetOK) IsRedirect

func (o *SensorsGetOK) IsRedirect() bool

IsRedirect returns true when this sensors get o k response has a 3xx status code

func (*SensorsGetOK) IsServerError

func (o *SensorsGetOK) IsServerError() bool

IsServerError returns true when this sensors get o k response has a 5xx status code

func (*SensorsGetOK) IsSuccess

func (o *SensorsGetOK) IsSuccess() bool

IsSuccess returns true when this sensors get o k response has a 2xx status code

func (*SensorsGetOK) String

func (o *SensorsGetOK) String() string

type SensorsGetParams

type SensorsGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* Index.

	   Filter by index
	*/
	IndexPathParameter string

	/* NodeUUID.

	   Filter by node.uuid
	*/
	NodeUUIDPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SensorsGetParams contains all the parameters to send to the API endpoint

for the sensors get operation.

Typically these are written to a http.Request.

func NewSensorsGetParams

func NewSensorsGetParams() *SensorsGetParams

NewSensorsGetParams creates a new SensorsGetParams 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 NewSensorsGetParamsWithContext

func NewSensorsGetParamsWithContext(ctx context.Context) *SensorsGetParams

NewSensorsGetParamsWithContext creates a new SensorsGetParams object with the ability to set a context for a request.

func NewSensorsGetParamsWithHTTPClient

func NewSensorsGetParamsWithHTTPClient(client *http.Client) *SensorsGetParams

NewSensorsGetParamsWithHTTPClient creates a new SensorsGetParams object with the ability to set a custom HTTPClient for a request.

func NewSensorsGetParamsWithTimeout

func NewSensorsGetParamsWithTimeout(timeout time.Duration) *SensorsGetParams

NewSensorsGetParamsWithTimeout creates a new SensorsGetParams object with the ability to set a timeout on a request.

func (*SensorsGetParams) SetContext

func (o *SensorsGetParams) SetContext(ctx context.Context)

SetContext adds the context to the sensors get params

func (*SensorsGetParams) SetDefaults

func (o *SensorsGetParams) SetDefaults()

SetDefaults hydrates default values in the sensors get params (not the query body).

All values with no default are reset to their zero value.

func (*SensorsGetParams) SetFieldsQueryParameter

func (o *SensorsGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the sensors get params

func (*SensorsGetParams) SetHTTPClient

func (o *SensorsGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the sensors get params

func (*SensorsGetParams) SetIndexPathParameter

func (o *SensorsGetParams) SetIndexPathParameter(index string)

SetIndexPathParameter adds the index to the sensors get params

func (*SensorsGetParams) SetNodeUUIDPathParameter

func (o *SensorsGetParams) SetNodeUUIDPathParameter(nodeUUID string)

SetNodeUUIDPathParameter adds the nodeUuid to the sensors get params

func (*SensorsGetParams) SetTimeout

func (o *SensorsGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the sensors get params

func (*SensorsGetParams) WithContext

func (o *SensorsGetParams) WithContext(ctx context.Context) *SensorsGetParams

WithContext adds the context to the sensors get params

func (*SensorsGetParams) WithDefaults

func (o *SensorsGetParams) WithDefaults() *SensorsGetParams

WithDefaults hydrates default values in the sensors get params (not the query body).

All values with no default are reset to their zero value.

func (*SensorsGetParams) WithFieldsQueryParameter

func (o *SensorsGetParams) WithFieldsQueryParameter(fields []string) *SensorsGetParams

WithFieldsQueryParameter adds the fields to the sensors get params

func (*SensorsGetParams) WithHTTPClient

func (o *SensorsGetParams) WithHTTPClient(client *http.Client) *SensorsGetParams

WithHTTPClient adds the HTTPClient to the sensors get params

func (*SensorsGetParams) WithIndexPathParameter

func (o *SensorsGetParams) WithIndexPathParameter(index string) *SensorsGetParams

WithIndexPathParameter adds the index to the sensors get params

func (*SensorsGetParams) WithNodeUUIDPathParameter

func (o *SensorsGetParams) WithNodeUUIDPathParameter(nodeUUID string) *SensorsGetParams

WithNodeUUIDPathParameter adds the nodeUUID to the sensors get params

func (*SensorsGetParams) WithTimeout

func (o *SensorsGetParams) WithTimeout(timeout time.Duration) *SensorsGetParams

WithTimeout adds the timeout to the sensors get params

func (*SensorsGetParams) WriteToRequest

func (o *SensorsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SensorsGetReader

type SensorsGetReader struct {
	// contains filtered or unexported fields
}

SensorsGetReader is a Reader for the SensorsGet structure.

func (*SensorsGetReader) ReadResponse

func (o *SensorsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwareDownloadGetDefault

type SoftwareDownloadGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SoftwareDownloadGetDefault describes a response with status code -1, with default header values.

Error

func NewSoftwareDownloadGetDefault

func NewSoftwareDownloadGetDefault(code int) *SoftwareDownloadGetDefault

NewSoftwareDownloadGetDefault creates a SoftwareDownloadGetDefault with default headers values

func (*SoftwareDownloadGetDefault) Code

func (o *SoftwareDownloadGetDefault) Code() int

Code gets the status code for the software download get default response

func (*SoftwareDownloadGetDefault) Error

func (*SoftwareDownloadGetDefault) GetPayload

func (*SoftwareDownloadGetDefault) IsClientError

func (o *SoftwareDownloadGetDefault) IsClientError() bool

IsClientError returns true when this software download get default response has a 4xx status code

func (*SoftwareDownloadGetDefault) IsCode

func (o *SoftwareDownloadGetDefault) IsCode(code int) bool

IsCode returns true when this software download get default response a status code equal to that given

func (*SoftwareDownloadGetDefault) IsRedirect

func (o *SoftwareDownloadGetDefault) IsRedirect() bool

IsRedirect returns true when this software download get default response has a 3xx status code

func (*SoftwareDownloadGetDefault) IsServerError

func (o *SoftwareDownloadGetDefault) IsServerError() bool

IsServerError returns true when this software download get default response has a 5xx status code

func (*SoftwareDownloadGetDefault) IsSuccess

func (o *SoftwareDownloadGetDefault) IsSuccess() bool

IsSuccess returns true when this software download get default response has a 2xx status code

func (*SoftwareDownloadGetDefault) String

func (o *SoftwareDownloadGetDefault) String() string

type SoftwareDownloadGetOK

type SoftwareDownloadGetOK struct {
	Payload *models.SoftwarePackageDownloadGet
}

SoftwareDownloadGetOK describes a response with status code 200, with default header values.

OK

func NewSoftwareDownloadGetOK

func NewSoftwareDownloadGetOK() *SoftwareDownloadGetOK

NewSoftwareDownloadGetOK creates a SoftwareDownloadGetOK with default headers values

func (*SoftwareDownloadGetOK) Error

func (o *SoftwareDownloadGetOK) Error() string

func (*SoftwareDownloadGetOK) GetPayload

func (*SoftwareDownloadGetOK) IsClientError

func (o *SoftwareDownloadGetOK) IsClientError() bool

IsClientError returns true when this software download get o k response has a 4xx status code

func (*SoftwareDownloadGetOK) IsCode

func (o *SoftwareDownloadGetOK) IsCode(code int) bool

IsCode returns true when this software download get o k response a status code equal to that given

func (*SoftwareDownloadGetOK) IsRedirect

func (o *SoftwareDownloadGetOK) IsRedirect() bool

IsRedirect returns true when this software download get o k response has a 3xx status code

func (*SoftwareDownloadGetOK) IsServerError

func (o *SoftwareDownloadGetOK) IsServerError() bool

IsServerError returns true when this software download get o k response has a 5xx status code

func (*SoftwareDownloadGetOK) IsSuccess

func (o *SoftwareDownloadGetOK) IsSuccess() bool

IsSuccess returns true when this software download get o k response has a 2xx status code

func (*SoftwareDownloadGetOK) String

func (o *SoftwareDownloadGetOK) String() string

type SoftwareDownloadGetParams

type SoftwareDownloadGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwareDownloadGetParams contains all the parameters to send to the API endpoint

for the software download get operation.

Typically these are written to a http.Request.

func NewSoftwareDownloadGetParams

func NewSoftwareDownloadGetParams() *SoftwareDownloadGetParams

NewSoftwareDownloadGetParams creates a new SoftwareDownloadGetParams 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 NewSoftwareDownloadGetParamsWithContext

func NewSoftwareDownloadGetParamsWithContext(ctx context.Context) *SoftwareDownloadGetParams

NewSoftwareDownloadGetParamsWithContext creates a new SoftwareDownloadGetParams object with the ability to set a context for a request.

func NewSoftwareDownloadGetParamsWithHTTPClient

func NewSoftwareDownloadGetParamsWithHTTPClient(client *http.Client) *SoftwareDownloadGetParams

NewSoftwareDownloadGetParamsWithHTTPClient creates a new SoftwareDownloadGetParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwareDownloadGetParamsWithTimeout

func NewSoftwareDownloadGetParamsWithTimeout(timeout time.Duration) *SoftwareDownloadGetParams

NewSoftwareDownloadGetParamsWithTimeout creates a new SoftwareDownloadGetParams object with the ability to set a timeout on a request.

func (*SoftwareDownloadGetParams) SetContext

func (o *SoftwareDownloadGetParams) SetContext(ctx context.Context)

SetContext adds the context to the software download get params

func (*SoftwareDownloadGetParams) SetDefaults

func (o *SoftwareDownloadGetParams) SetDefaults()

SetDefaults hydrates default values in the software download get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareDownloadGetParams) SetFieldsQueryParameter

func (o *SoftwareDownloadGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the software download get params

func (*SoftwareDownloadGetParams) SetHTTPClient

func (o *SoftwareDownloadGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software download get params

func (*SoftwareDownloadGetParams) SetReturnTimeoutQueryParameter

func (o *SoftwareDownloadGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the software download get params

func (*SoftwareDownloadGetParams) SetTimeout

func (o *SoftwareDownloadGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software download get params

func (*SoftwareDownloadGetParams) WithContext

WithContext adds the context to the software download get params

func (*SoftwareDownloadGetParams) WithDefaults

WithDefaults hydrates default values in the software download get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareDownloadGetParams) WithFieldsQueryParameter

func (o *SoftwareDownloadGetParams) WithFieldsQueryParameter(fields []string) *SoftwareDownloadGetParams

WithFieldsQueryParameter adds the fields to the software download get params

func (*SoftwareDownloadGetParams) WithHTTPClient

func (o *SoftwareDownloadGetParams) WithHTTPClient(client *http.Client) *SoftwareDownloadGetParams

WithHTTPClient adds the HTTPClient to the software download get params

func (*SoftwareDownloadGetParams) WithReturnTimeoutQueryParameter

func (o *SoftwareDownloadGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SoftwareDownloadGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the software download get params

func (*SoftwareDownloadGetParams) WithTimeout

WithTimeout adds the timeout to the software download get params

func (*SoftwareDownloadGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SoftwareDownloadGetReader

type SoftwareDownloadGetReader struct {
	// contains filtered or unexported fields
}

SoftwareDownloadGetReader is a Reader for the SoftwareDownloadGet structure.

func (*SoftwareDownloadGetReader) ReadResponse

func (o *SoftwareDownloadGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwareGetDefault

type SoftwareGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SoftwareGetDefault describes a response with status code -1, with default header values.

Error

func NewSoftwareGetDefault

func NewSoftwareGetDefault(code int) *SoftwareGetDefault

NewSoftwareGetDefault creates a SoftwareGetDefault with default headers values

func (*SoftwareGetDefault) Code

func (o *SoftwareGetDefault) Code() int

Code gets the status code for the software get default response

func (*SoftwareGetDefault) Error

func (o *SoftwareGetDefault) Error() string

func (*SoftwareGetDefault) GetPayload

func (o *SoftwareGetDefault) GetPayload() *models.ErrorResponse

func (*SoftwareGetDefault) IsClientError

func (o *SoftwareGetDefault) IsClientError() bool

IsClientError returns true when this software get default response has a 4xx status code

func (*SoftwareGetDefault) IsCode

func (o *SoftwareGetDefault) IsCode(code int) bool

IsCode returns true when this software get default response a status code equal to that given

func (*SoftwareGetDefault) IsRedirect

func (o *SoftwareGetDefault) IsRedirect() bool

IsRedirect returns true when this software get default response has a 3xx status code

func (*SoftwareGetDefault) IsServerError

func (o *SoftwareGetDefault) IsServerError() bool

IsServerError returns true when this software get default response has a 5xx status code

func (*SoftwareGetDefault) IsSuccess

func (o *SoftwareGetDefault) IsSuccess() bool

IsSuccess returns true when this software get default response has a 2xx status code

func (*SoftwareGetDefault) String

func (o *SoftwareGetDefault) String() string

type SoftwareGetOK

type SoftwareGetOK struct {
	Payload *models.SoftwareReference
}

SoftwareGetOK describes a response with status code 200, with default header values.

OK

func NewSoftwareGetOK

func NewSoftwareGetOK() *SoftwareGetOK

NewSoftwareGetOK creates a SoftwareGetOK with default headers values

func (*SoftwareGetOK) Error

func (o *SoftwareGetOK) Error() string

func (*SoftwareGetOK) GetPayload

func (o *SoftwareGetOK) GetPayload() *models.SoftwareReference

func (*SoftwareGetOK) IsClientError

func (o *SoftwareGetOK) IsClientError() bool

IsClientError returns true when this software get o k response has a 4xx status code

func (*SoftwareGetOK) IsCode

func (o *SoftwareGetOK) IsCode(code int) bool

IsCode returns true when this software get o k response a status code equal to that given

func (*SoftwareGetOK) IsRedirect

func (o *SoftwareGetOK) IsRedirect() bool

IsRedirect returns true when this software get o k response has a 3xx status code

func (*SoftwareGetOK) IsServerError

func (o *SoftwareGetOK) IsServerError() bool

IsServerError returns true when this software get o k response has a 5xx status code

func (*SoftwareGetOK) IsSuccess

func (o *SoftwareGetOK) IsSuccess() bool

IsSuccess returns true when this software get o k response has a 2xx status code

func (*SoftwareGetOK) String

func (o *SoftwareGetOK) String() string

type SoftwareGetParams

type SoftwareGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwareGetParams contains all the parameters to send to the API endpoint

for the software get operation.

Typically these are written to a http.Request.

func NewSoftwareGetParams

func NewSoftwareGetParams() *SoftwareGetParams

NewSoftwareGetParams creates a new SoftwareGetParams 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 NewSoftwareGetParamsWithContext

func NewSoftwareGetParamsWithContext(ctx context.Context) *SoftwareGetParams

NewSoftwareGetParamsWithContext creates a new SoftwareGetParams object with the ability to set a context for a request.

func NewSoftwareGetParamsWithHTTPClient

func NewSoftwareGetParamsWithHTTPClient(client *http.Client) *SoftwareGetParams

NewSoftwareGetParamsWithHTTPClient creates a new SoftwareGetParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwareGetParamsWithTimeout

func NewSoftwareGetParamsWithTimeout(timeout time.Duration) *SoftwareGetParams

NewSoftwareGetParamsWithTimeout creates a new SoftwareGetParams object with the ability to set a timeout on a request.

func (*SoftwareGetParams) SetContext

func (o *SoftwareGetParams) SetContext(ctx context.Context)

SetContext adds the context to the software get params

func (*SoftwareGetParams) SetDefaults

func (o *SoftwareGetParams) SetDefaults()

SetDefaults hydrates default values in the software get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareGetParams) SetFieldsQueryParameter

func (o *SoftwareGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the software get params

func (*SoftwareGetParams) SetHTTPClient

func (o *SoftwareGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software get params

func (*SoftwareGetParams) SetReturnTimeoutQueryParameter

func (o *SoftwareGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the software get params

func (*SoftwareGetParams) SetTimeout

func (o *SoftwareGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software get params

func (*SoftwareGetParams) WithContext

func (o *SoftwareGetParams) WithContext(ctx context.Context) *SoftwareGetParams

WithContext adds the context to the software get params

func (*SoftwareGetParams) WithDefaults

func (o *SoftwareGetParams) WithDefaults() *SoftwareGetParams

WithDefaults hydrates default values in the software get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareGetParams) WithFieldsQueryParameter

func (o *SoftwareGetParams) WithFieldsQueryParameter(fields []string) *SoftwareGetParams

WithFieldsQueryParameter adds the fields to the software get params

func (*SoftwareGetParams) WithHTTPClient

func (o *SoftwareGetParams) WithHTTPClient(client *http.Client) *SoftwareGetParams

WithHTTPClient adds the HTTPClient to the software get params

func (*SoftwareGetParams) WithReturnTimeoutQueryParameter

func (o *SoftwareGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SoftwareGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the software get params

func (*SoftwareGetParams) WithTimeout

func (o *SoftwareGetParams) WithTimeout(timeout time.Duration) *SoftwareGetParams

WithTimeout adds the timeout to the software get params

func (*SoftwareGetParams) WriteToRequest

func (o *SoftwareGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SoftwareGetReader

type SoftwareGetReader struct {
	// contains filtered or unexported fields
}

SoftwareGetReader is a Reader for the SoftwareGet structure.

func (*SoftwareGetReader) ReadResponse

func (o *SoftwareGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwareHistoryCollectionGetDefault

type SoftwareHistoryCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SoftwareHistoryCollectionGetDefault describes a response with status code -1, with default header values.

Error

func NewSoftwareHistoryCollectionGetDefault

func NewSoftwareHistoryCollectionGetDefault(code int) *SoftwareHistoryCollectionGetDefault

NewSoftwareHistoryCollectionGetDefault creates a SoftwareHistoryCollectionGetDefault with default headers values

func (*SoftwareHistoryCollectionGetDefault) Code

Code gets the status code for the software history collection get default response

func (*SoftwareHistoryCollectionGetDefault) Error

func (*SoftwareHistoryCollectionGetDefault) GetPayload

func (*SoftwareHistoryCollectionGetDefault) IsClientError

func (o *SoftwareHistoryCollectionGetDefault) IsClientError() bool

IsClientError returns true when this software history collection get default response has a 4xx status code

func (*SoftwareHistoryCollectionGetDefault) IsCode

IsCode returns true when this software history collection get default response a status code equal to that given

func (*SoftwareHistoryCollectionGetDefault) IsRedirect

func (o *SoftwareHistoryCollectionGetDefault) IsRedirect() bool

IsRedirect returns true when this software history collection get default response has a 3xx status code

func (*SoftwareHistoryCollectionGetDefault) IsServerError

func (o *SoftwareHistoryCollectionGetDefault) IsServerError() bool

IsServerError returns true when this software history collection get default response has a 5xx status code

func (*SoftwareHistoryCollectionGetDefault) IsSuccess

IsSuccess returns true when this software history collection get default response has a 2xx status code

func (*SoftwareHistoryCollectionGetDefault) String

type SoftwareHistoryCollectionGetOK

type SoftwareHistoryCollectionGetOK struct {
	Payload *models.SoftwareHistoryResponse
}

SoftwareHistoryCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewSoftwareHistoryCollectionGetOK

func NewSoftwareHistoryCollectionGetOK() *SoftwareHistoryCollectionGetOK

NewSoftwareHistoryCollectionGetOK creates a SoftwareHistoryCollectionGetOK with default headers values

func (*SoftwareHistoryCollectionGetOK) Error

func (*SoftwareHistoryCollectionGetOK) GetPayload

func (*SoftwareHistoryCollectionGetOK) IsClientError

func (o *SoftwareHistoryCollectionGetOK) IsClientError() bool

IsClientError returns true when this software history collection get o k response has a 4xx status code

func (*SoftwareHistoryCollectionGetOK) IsCode

func (o *SoftwareHistoryCollectionGetOK) IsCode(code int) bool

IsCode returns true when this software history collection get o k response a status code equal to that given

func (*SoftwareHistoryCollectionGetOK) IsRedirect

func (o *SoftwareHistoryCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this software history collection get o k response has a 3xx status code

func (*SoftwareHistoryCollectionGetOK) IsServerError

func (o *SoftwareHistoryCollectionGetOK) IsServerError() bool

IsServerError returns true when this software history collection get o k response has a 5xx status code

func (*SoftwareHistoryCollectionGetOK) IsSuccess

func (o *SoftwareHistoryCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this software history collection get o k response has a 2xx status code

func (*SoftwareHistoryCollectionGetOK) String

type SoftwareHistoryCollectionGetParams

type SoftwareHistoryCollectionGetParams struct {

	/* EndTime.

	   Filter by end_time
	*/
	EndTimeQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* FromVersion.

	   Filter by from_version
	*/
	FromVersionQueryParameter *string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* NodeName.

	   Filter by node.name
	*/
	NodeNameQueryParameter *string

	/* NodeUUID.

	   Filter by node.uuid
	*/
	NodeUUIDQueryParameter *string

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* StartTime.

	   Filter by start_time
	*/
	StartTimeQueryParameter *string

	/* State.

	   Filter by state
	*/
	StateQueryParameter *string

	/* ToVersion.

	   Filter by to_version
	*/
	ToVersionQueryParameter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwareHistoryCollectionGetParams contains all the parameters to send to the API endpoint

for the software history collection get operation.

Typically these are written to a http.Request.

func NewSoftwareHistoryCollectionGetParams

func NewSoftwareHistoryCollectionGetParams() *SoftwareHistoryCollectionGetParams

NewSoftwareHistoryCollectionGetParams creates a new SoftwareHistoryCollectionGetParams 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 NewSoftwareHistoryCollectionGetParamsWithContext

func NewSoftwareHistoryCollectionGetParamsWithContext(ctx context.Context) *SoftwareHistoryCollectionGetParams

NewSoftwareHistoryCollectionGetParamsWithContext creates a new SoftwareHistoryCollectionGetParams object with the ability to set a context for a request.

func NewSoftwareHistoryCollectionGetParamsWithHTTPClient

func NewSoftwareHistoryCollectionGetParamsWithHTTPClient(client *http.Client) *SoftwareHistoryCollectionGetParams

NewSoftwareHistoryCollectionGetParamsWithHTTPClient creates a new SoftwareHistoryCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwareHistoryCollectionGetParamsWithTimeout

func NewSoftwareHistoryCollectionGetParamsWithTimeout(timeout time.Duration) *SoftwareHistoryCollectionGetParams

NewSoftwareHistoryCollectionGetParamsWithTimeout creates a new SoftwareHistoryCollectionGetParams object with the ability to set a timeout on a request.

func (*SoftwareHistoryCollectionGetParams) SetContext

SetContext adds the context to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetDefaults

func (o *SoftwareHistoryCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the software history collection get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareHistoryCollectionGetParams) SetEndTimeQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetEndTimeQueryParameter(endTime *string)

SetEndTimeQueryParameter adds the endTime to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetFieldsQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetFromVersionQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetFromVersionQueryParameter(fromVersion *string)

SetFromVersionQueryParameter adds the fromVersion to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetHTTPClient

func (o *SoftwareHistoryCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetMaxRecordsQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetNodeNameQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetNodeNameQueryParameter(nodeName *string)

SetNodeNameQueryParameter adds the nodeName to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetNodeUUIDQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetNodeUUIDQueryParameter(nodeUUID *string)

SetNodeUUIDQueryParameter adds the nodeUuid to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetOrderByQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetReturnRecordsQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetStartTimeQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetStartTimeQueryParameter(startTime *string)

SetStartTimeQueryParameter adds the startTime to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetStateQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetStateQueryParameter(state *string)

SetStateQueryParameter adds the state to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetTimeout

func (o *SoftwareHistoryCollectionGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) SetToVersionQueryParameter

func (o *SoftwareHistoryCollectionGetParams) SetToVersionQueryParameter(toVersion *string)

SetToVersionQueryParameter adds the toVersion to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithContext

WithContext adds the context to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the software history collection get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareHistoryCollectionGetParams) WithEndTimeQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithEndTimeQueryParameter(endTime *string) *SoftwareHistoryCollectionGetParams

WithEndTimeQueryParameter adds the endTime to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithFieldsQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithFieldsQueryParameter(fields []string) *SoftwareHistoryCollectionGetParams

WithFieldsQueryParameter adds the fields to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithFromVersionQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithFromVersionQueryParameter(fromVersion *string) *SoftwareHistoryCollectionGetParams

WithFromVersionQueryParameter adds the fromVersion to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithMaxRecordsQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *SoftwareHistoryCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithNodeNameQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithNodeNameQueryParameter(nodeName *string) *SoftwareHistoryCollectionGetParams

WithNodeNameQueryParameter adds the nodeName to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithNodeUUIDQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithNodeUUIDQueryParameter(nodeUUID *string) *SoftwareHistoryCollectionGetParams

WithNodeUUIDQueryParameter adds the nodeUUID to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithOrderByQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *SoftwareHistoryCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithReturnRecordsQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *SoftwareHistoryCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SoftwareHistoryCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithStartTimeQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithStartTimeQueryParameter(startTime *string) *SoftwareHistoryCollectionGetParams

WithStartTimeQueryParameter adds the startTime to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithStateQueryParameter

WithStateQueryParameter adds the state to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WithToVersionQueryParameter

func (o *SoftwareHistoryCollectionGetParams) WithToVersionQueryParameter(toVersion *string) *SoftwareHistoryCollectionGetParams

WithToVersionQueryParameter adds the toVersion to the software history collection get params

func (*SoftwareHistoryCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SoftwareHistoryCollectionGetReader

type SoftwareHistoryCollectionGetReader struct {
	// contains filtered or unexported fields
}

SoftwareHistoryCollectionGetReader is a Reader for the SoftwareHistoryCollectionGet structure.

func (*SoftwareHistoryCollectionGetReader) ReadResponse

func (o *SoftwareHistoryCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwareModifyAccepted

type SoftwareModifyAccepted struct {
	Payload *models.JobLinkResponse
}

SoftwareModifyAccepted describes a response with status code 202, with default header values.

Accepted

func NewSoftwareModifyAccepted

func NewSoftwareModifyAccepted() *SoftwareModifyAccepted

NewSoftwareModifyAccepted creates a SoftwareModifyAccepted with default headers values

func (*SoftwareModifyAccepted) Error

func (o *SoftwareModifyAccepted) Error() string

func (*SoftwareModifyAccepted) GetPayload

func (*SoftwareModifyAccepted) IsClientError

func (o *SoftwareModifyAccepted) IsClientError() bool

IsClientError returns true when this software modify accepted response has a 4xx status code

func (*SoftwareModifyAccepted) IsCode

func (o *SoftwareModifyAccepted) IsCode(code int) bool

IsCode returns true when this software modify accepted response a status code equal to that given

func (*SoftwareModifyAccepted) IsRedirect

func (o *SoftwareModifyAccepted) IsRedirect() bool

IsRedirect returns true when this software modify accepted response has a 3xx status code

func (*SoftwareModifyAccepted) IsServerError

func (o *SoftwareModifyAccepted) IsServerError() bool

IsServerError returns true when this software modify accepted response has a 5xx status code

func (*SoftwareModifyAccepted) IsSuccess

func (o *SoftwareModifyAccepted) IsSuccess() bool

IsSuccess returns true when this software modify accepted response has a 2xx status code

func (*SoftwareModifyAccepted) String

func (o *SoftwareModifyAccepted) String() string

type SoftwareModifyDefault

type SoftwareModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SoftwareModifyDefault describes a response with status code -1, with default header values.

Error

func NewSoftwareModifyDefault

func NewSoftwareModifyDefault(code int) *SoftwareModifyDefault

NewSoftwareModifyDefault creates a SoftwareModifyDefault with default headers values

func (*SoftwareModifyDefault) Code

func (o *SoftwareModifyDefault) Code() int

Code gets the status code for the software modify default response

func (*SoftwareModifyDefault) Error

func (o *SoftwareModifyDefault) Error() string

func (*SoftwareModifyDefault) GetPayload

func (o *SoftwareModifyDefault) GetPayload() *models.ErrorResponse

func (*SoftwareModifyDefault) IsClientError

func (o *SoftwareModifyDefault) IsClientError() bool

IsClientError returns true when this software modify default response has a 4xx status code

func (*SoftwareModifyDefault) IsCode

func (o *SoftwareModifyDefault) IsCode(code int) bool

IsCode returns true when this software modify default response a status code equal to that given

func (*SoftwareModifyDefault) IsRedirect

func (o *SoftwareModifyDefault) IsRedirect() bool

IsRedirect returns true when this software modify default response has a 3xx status code

func (*SoftwareModifyDefault) IsServerError

func (o *SoftwareModifyDefault) IsServerError() bool

IsServerError returns true when this software modify default response has a 5xx status code

func (*SoftwareModifyDefault) IsSuccess

func (o *SoftwareModifyDefault) IsSuccess() bool

IsSuccess returns true when this software modify default response has a 2xx status code

func (*SoftwareModifyDefault) String

func (o *SoftwareModifyDefault) String() string

type SoftwareModifyParams

type SoftwareModifyParams struct {

	/* Action.

	     Requests an upgrade to pause, resume, or cancel.
	Note that not all upgrades support these actions. An upgrade can only be resumed if it is in the paused state. When a request to cancel an upgrade is successful, the upgrade state changes to either `success` or `failure`.

	*/
	ActionQueryParameter *string

	/* EstimateOnly.

	     Generates an estimate of the time required for the overall update operation for the specified package.
	No update is performed when this option is used. The default is false.

	*/
	EstimateOnlyQueryParameter *bool

	/* ForceRolling.

	   Forces a rolling upgrade on the cluster. This option is not applicable for a single-node cluster and for a two-node MetroCluster. The default is false.

	*/
	ForceRollingQueryParameter *bool

	// Info.
	Info *models.SoftwareReference

	/* NodesToUpdate.

	   A comma separated list of node names to be updated. The nodes must be a part of a HA Pair. The default is all nodes.

	*/
	NodesToUpdateQueryParameter *string

	/* PauseAfter.

	   The pause after specified tasks option. When ANDU is paused user interaction is required to resume the update. The default is none.

	*/
	PauseAfterQueryParameter *string

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	/* ShowValidationDetails.

	   If the value is set to true, then all validation details will be shown in the output.

	*/
	ShowValidationDetailsQueryParameter *bool

	/* SkipWarnings.

	   Ignore warnings and proceed with the install.
	*/
	SkIPWarningsQueryParameter *bool

	/* StabilizeMinutes.

	   Sets a custom value between 1 to 60 minutes for the upgrade, allowing each node a specified amount of time to stabilize after a reboot.
	*/
	StabilizeMinutesQueryParameter *int64

	/* ValidateOnly.

	   Validate the operation and its parameters, without actually performing the operation.
	*/
	ValidateOnlyQueryParameter *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwareModifyParams contains all the parameters to send to the API endpoint

for the software modify operation.

Typically these are written to a http.Request.

func NewSoftwareModifyParams

func NewSoftwareModifyParams() *SoftwareModifyParams

NewSoftwareModifyParams creates a new SoftwareModifyParams 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 NewSoftwareModifyParamsWithContext

func NewSoftwareModifyParamsWithContext(ctx context.Context) *SoftwareModifyParams

NewSoftwareModifyParamsWithContext creates a new SoftwareModifyParams object with the ability to set a context for a request.

func NewSoftwareModifyParamsWithHTTPClient

func NewSoftwareModifyParamsWithHTTPClient(client *http.Client) *SoftwareModifyParams

NewSoftwareModifyParamsWithHTTPClient creates a new SoftwareModifyParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwareModifyParamsWithTimeout

func NewSoftwareModifyParamsWithTimeout(timeout time.Duration) *SoftwareModifyParams

NewSoftwareModifyParamsWithTimeout creates a new SoftwareModifyParams object with the ability to set a timeout on a request.

func (*SoftwareModifyParams) SetActionQueryParameter

func (o *SoftwareModifyParams) SetActionQueryParameter(action *string)

SetActionQueryParameter adds the action to the software modify params

func (*SoftwareModifyParams) SetContext

func (o *SoftwareModifyParams) SetContext(ctx context.Context)

SetContext adds the context to the software modify params

func (*SoftwareModifyParams) SetDefaults

func (o *SoftwareModifyParams) SetDefaults()

SetDefaults hydrates default values in the software modify params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareModifyParams) SetEstimateOnlyQueryParameter

func (o *SoftwareModifyParams) SetEstimateOnlyQueryParameter(estimateOnly *bool)

SetEstimateOnlyQueryParameter adds the estimateOnly to the software modify params

func (*SoftwareModifyParams) SetForceRollingQueryParameter

func (o *SoftwareModifyParams) SetForceRollingQueryParameter(forceRolling *bool)

SetForceRollingQueryParameter adds the forceRolling to the software modify params

func (*SoftwareModifyParams) SetHTTPClient

func (o *SoftwareModifyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software modify params

func (*SoftwareModifyParams) SetInfo

func (o *SoftwareModifyParams) SetInfo(info *models.SoftwareReference)

SetInfo adds the info to the software modify params

func (*SoftwareModifyParams) SetNodesToUpdateQueryParameter

func (o *SoftwareModifyParams) SetNodesToUpdateQueryParameter(nodesToUpdate *string)

SetNodesToUpdateQueryParameter adds the nodesToUpdate to the software modify params

func (*SoftwareModifyParams) SetPauseAfterQueryParameter

func (o *SoftwareModifyParams) SetPauseAfterQueryParameter(pauseAfter *string)

SetPauseAfterQueryParameter adds the pauseAfter to the software modify params

func (*SoftwareModifyParams) SetReturnTimeoutQueryParameter

func (o *SoftwareModifyParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the software modify params

func (*SoftwareModifyParams) SetShowValidationDetailsQueryParameter

func (o *SoftwareModifyParams) SetShowValidationDetailsQueryParameter(showValidationDetails *bool)

SetShowValidationDetailsQueryParameter adds the showValidationDetails to the software modify params

func (*SoftwareModifyParams) SetSkIPWarningsQueryParameter

func (o *SoftwareModifyParams) SetSkIPWarningsQueryParameter(skipWarnings *bool)

SetSkIPWarningsQueryParameter adds the skipWarnings to the software modify params

func (*SoftwareModifyParams) SetStabilizeMinutesQueryParameter

func (o *SoftwareModifyParams) SetStabilizeMinutesQueryParameter(stabilizeMinutes *int64)

SetStabilizeMinutesQueryParameter adds the stabilizeMinutes to the software modify params

func (*SoftwareModifyParams) SetTimeout

func (o *SoftwareModifyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software modify params

func (*SoftwareModifyParams) SetValidateOnlyQueryParameter

func (o *SoftwareModifyParams) SetValidateOnlyQueryParameter(validateOnly *bool)

SetValidateOnlyQueryParameter adds the validateOnly to the software modify params

func (*SoftwareModifyParams) WithActionQueryParameter

func (o *SoftwareModifyParams) WithActionQueryParameter(action *string) *SoftwareModifyParams

WithActionQueryParameter adds the action to the software modify params

func (*SoftwareModifyParams) WithContext

WithContext adds the context to the software modify params

func (*SoftwareModifyParams) WithDefaults

func (o *SoftwareModifyParams) WithDefaults() *SoftwareModifyParams

WithDefaults hydrates default values in the software modify params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareModifyParams) WithEstimateOnlyQueryParameter

func (o *SoftwareModifyParams) WithEstimateOnlyQueryParameter(estimateOnly *bool) *SoftwareModifyParams

WithEstimateOnlyQueryParameter adds the estimateOnly to the software modify params

func (*SoftwareModifyParams) WithForceRollingQueryParameter

func (o *SoftwareModifyParams) WithForceRollingQueryParameter(forceRolling *bool) *SoftwareModifyParams

WithForceRollingQueryParameter adds the forceRolling to the software modify params

func (*SoftwareModifyParams) WithHTTPClient

func (o *SoftwareModifyParams) WithHTTPClient(client *http.Client) *SoftwareModifyParams

WithHTTPClient adds the HTTPClient to the software modify params

func (*SoftwareModifyParams) WithInfo

WithInfo adds the info to the software modify params

func (*SoftwareModifyParams) WithNodesToUpdateQueryParameter

func (o *SoftwareModifyParams) WithNodesToUpdateQueryParameter(nodesToUpdate *string) *SoftwareModifyParams

WithNodesToUpdateQueryParameter adds the nodesToUpdate to the software modify params

func (*SoftwareModifyParams) WithPauseAfterQueryParameter

func (o *SoftwareModifyParams) WithPauseAfterQueryParameter(pauseAfter *string) *SoftwareModifyParams

WithPauseAfterQueryParameter adds the pauseAfter to the software modify params

func (*SoftwareModifyParams) WithReturnTimeoutQueryParameter

func (o *SoftwareModifyParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SoftwareModifyParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the software modify params

func (*SoftwareModifyParams) WithShowValidationDetailsQueryParameter

func (o *SoftwareModifyParams) WithShowValidationDetailsQueryParameter(showValidationDetails *bool) *SoftwareModifyParams

WithShowValidationDetailsQueryParameter adds the showValidationDetails to the software modify params

func (*SoftwareModifyParams) WithSkIPWarningsQueryParameter

func (o *SoftwareModifyParams) WithSkIPWarningsQueryParameter(skipWarnings *bool) *SoftwareModifyParams

WithSkIPWarningsQueryParameter adds the skipWarnings to the software modify params

func (*SoftwareModifyParams) WithStabilizeMinutesQueryParameter

func (o *SoftwareModifyParams) WithStabilizeMinutesQueryParameter(stabilizeMinutes *int64) *SoftwareModifyParams

WithStabilizeMinutesQueryParameter adds the stabilizeMinutes to the software modify params

func (*SoftwareModifyParams) WithTimeout

func (o *SoftwareModifyParams) WithTimeout(timeout time.Duration) *SoftwareModifyParams

WithTimeout adds the timeout to the software modify params

func (*SoftwareModifyParams) WithValidateOnlyQueryParameter

func (o *SoftwareModifyParams) WithValidateOnlyQueryParameter(validateOnly *bool) *SoftwareModifyParams

WithValidateOnlyQueryParameter adds the validateOnly to the software modify params

func (*SoftwareModifyParams) WriteToRequest

func (o *SoftwareModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SoftwareModifyReader

type SoftwareModifyReader struct {
	// contains filtered or unexported fields
}

SoftwareModifyReader is a Reader for the SoftwareModify structure.

func (*SoftwareModifyReader) ReadResponse

func (o *SoftwareModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwarePackageCreateAccepted

type SoftwarePackageCreateAccepted struct {
	Payload *models.JobLinkResponse
}

SoftwarePackageCreateAccepted describes a response with status code 202, with default header values.

Accepted

func NewSoftwarePackageCreateAccepted

func NewSoftwarePackageCreateAccepted() *SoftwarePackageCreateAccepted

NewSoftwarePackageCreateAccepted creates a SoftwarePackageCreateAccepted with default headers values

func (*SoftwarePackageCreateAccepted) Error

func (*SoftwarePackageCreateAccepted) GetPayload

func (*SoftwarePackageCreateAccepted) IsClientError

func (o *SoftwarePackageCreateAccepted) IsClientError() bool

IsClientError returns true when this software package create accepted response has a 4xx status code

func (*SoftwarePackageCreateAccepted) IsCode

func (o *SoftwarePackageCreateAccepted) IsCode(code int) bool

IsCode returns true when this software package create accepted response a status code equal to that given

func (*SoftwarePackageCreateAccepted) IsRedirect

func (o *SoftwarePackageCreateAccepted) IsRedirect() bool

IsRedirect returns true when this software package create accepted response has a 3xx status code

func (*SoftwarePackageCreateAccepted) IsServerError

func (o *SoftwarePackageCreateAccepted) IsServerError() bool

IsServerError returns true when this software package create accepted response has a 5xx status code

func (*SoftwarePackageCreateAccepted) IsSuccess

func (o *SoftwarePackageCreateAccepted) IsSuccess() bool

IsSuccess returns true when this software package create accepted response has a 2xx status code

func (*SoftwarePackageCreateAccepted) String

type SoftwarePackageCreateDefault

type SoftwarePackageCreateDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SoftwarePackageCreateDefault describes a response with status code -1, with default header values.

Error

func NewSoftwarePackageCreateDefault

func NewSoftwarePackageCreateDefault(code int) *SoftwarePackageCreateDefault

NewSoftwarePackageCreateDefault creates a SoftwarePackageCreateDefault with default headers values

func (*SoftwarePackageCreateDefault) Code

Code gets the status code for the software package create default response

func (*SoftwarePackageCreateDefault) Error

func (*SoftwarePackageCreateDefault) GetPayload

func (*SoftwarePackageCreateDefault) IsClientError

func (o *SoftwarePackageCreateDefault) IsClientError() bool

IsClientError returns true when this software package create default response has a 4xx status code

func (*SoftwarePackageCreateDefault) IsCode

func (o *SoftwarePackageCreateDefault) IsCode(code int) bool

IsCode returns true when this software package create default response a status code equal to that given

func (*SoftwarePackageCreateDefault) IsRedirect

func (o *SoftwarePackageCreateDefault) IsRedirect() bool

IsRedirect returns true when this software package create default response has a 3xx status code

func (*SoftwarePackageCreateDefault) IsServerError

func (o *SoftwarePackageCreateDefault) IsServerError() bool

IsServerError returns true when this software package create default response has a 5xx status code

func (*SoftwarePackageCreateDefault) IsSuccess

func (o *SoftwarePackageCreateDefault) IsSuccess() bool

IsSuccess returns true when this software package create default response has a 2xx status code

func (*SoftwarePackageCreateDefault) String

type SoftwarePackageCreateParams

type SoftwarePackageCreateParams struct {

	/* Info.

	   Info specification
	*/
	Info *models.SoftwarePackageDownload

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwarePackageCreateParams contains all the parameters to send to the API endpoint

for the software package create operation.

Typically these are written to a http.Request.

func NewSoftwarePackageCreateParams

func NewSoftwarePackageCreateParams() *SoftwarePackageCreateParams

NewSoftwarePackageCreateParams creates a new SoftwarePackageCreateParams 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 NewSoftwarePackageCreateParamsWithContext

func NewSoftwarePackageCreateParamsWithContext(ctx context.Context) *SoftwarePackageCreateParams

NewSoftwarePackageCreateParamsWithContext creates a new SoftwarePackageCreateParams object with the ability to set a context for a request.

func NewSoftwarePackageCreateParamsWithHTTPClient

func NewSoftwarePackageCreateParamsWithHTTPClient(client *http.Client) *SoftwarePackageCreateParams

NewSoftwarePackageCreateParamsWithHTTPClient creates a new SoftwarePackageCreateParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwarePackageCreateParamsWithTimeout

func NewSoftwarePackageCreateParamsWithTimeout(timeout time.Duration) *SoftwarePackageCreateParams

NewSoftwarePackageCreateParamsWithTimeout creates a new SoftwarePackageCreateParams object with the ability to set a timeout on a request.

func (*SoftwarePackageCreateParams) SetContext

func (o *SoftwarePackageCreateParams) SetContext(ctx context.Context)

SetContext adds the context to the software package create params

func (*SoftwarePackageCreateParams) SetDefaults

func (o *SoftwarePackageCreateParams) SetDefaults()

SetDefaults hydrates default values in the software package create params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwarePackageCreateParams) SetHTTPClient

func (o *SoftwarePackageCreateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software package create params

func (*SoftwarePackageCreateParams) SetInfo

SetInfo adds the info to the software package create params

func (*SoftwarePackageCreateParams) SetReturnTimeoutQueryParameter

func (o *SoftwarePackageCreateParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the software package create params

func (*SoftwarePackageCreateParams) SetTimeout

func (o *SoftwarePackageCreateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software package create params

func (*SoftwarePackageCreateParams) WithContext

WithContext adds the context to the software package create params

func (*SoftwarePackageCreateParams) WithDefaults

WithDefaults hydrates default values in the software package create params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwarePackageCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the software package create params

func (*SoftwarePackageCreateParams) WithInfo

WithInfo adds the info to the software package create params

func (*SoftwarePackageCreateParams) WithReturnTimeoutQueryParameter

func (o *SoftwarePackageCreateParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SoftwarePackageCreateParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the software package create params

func (*SoftwarePackageCreateParams) WithTimeout

WithTimeout adds the timeout to the software package create params

func (*SoftwarePackageCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SoftwarePackageCreateReader

type SoftwarePackageCreateReader struct {
	// contains filtered or unexported fields
}

SoftwarePackageCreateReader is a Reader for the SoftwarePackageCreate structure.

func (*SoftwarePackageCreateReader) ReadResponse

func (o *SoftwarePackageCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwarePackageDeleteAccepted

type SoftwarePackageDeleteAccepted struct {
}

SoftwarePackageDeleteAccepted describes a response with status code 202, with default header values.

Accepted

func NewSoftwarePackageDeleteAccepted

func NewSoftwarePackageDeleteAccepted() *SoftwarePackageDeleteAccepted

NewSoftwarePackageDeleteAccepted creates a SoftwarePackageDeleteAccepted with default headers values

func (*SoftwarePackageDeleteAccepted) Error

func (*SoftwarePackageDeleteAccepted) IsClientError

func (o *SoftwarePackageDeleteAccepted) IsClientError() bool

IsClientError returns true when this software package delete accepted response has a 4xx status code

func (*SoftwarePackageDeleteAccepted) IsCode

func (o *SoftwarePackageDeleteAccepted) IsCode(code int) bool

IsCode returns true when this software package delete accepted response a status code equal to that given

func (*SoftwarePackageDeleteAccepted) IsRedirect

func (o *SoftwarePackageDeleteAccepted) IsRedirect() bool

IsRedirect returns true when this software package delete accepted response has a 3xx status code

func (*SoftwarePackageDeleteAccepted) IsServerError

func (o *SoftwarePackageDeleteAccepted) IsServerError() bool

IsServerError returns true when this software package delete accepted response has a 5xx status code

func (*SoftwarePackageDeleteAccepted) IsSuccess

func (o *SoftwarePackageDeleteAccepted) IsSuccess() bool

IsSuccess returns true when this software package delete accepted response has a 2xx status code

func (*SoftwarePackageDeleteAccepted) String

type SoftwarePackageDeleteDefault

type SoftwarePackageDeleteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
SoftwarePackageDeleteDefault describes a response with status code -1, with default header values.

ONTAP error response codes

| Error codes | Description | | ----------- | ----------- | | 10551315 | Package store is empty | | 10551322 | Error in retrieving package cleanup status | | 10551323 | Error in cleaning up package information on a node | | 10551324 | Error in cleaning up package information on multiple nodes | | 10551325 | Package does not exist on the system | | 10551326 | Error in deleting older package cleanup tasks. Clean up images from the store and retry | | 10551346 | Package delete failed since a validation is in progress | | 10551347 | Package delete failed since an update is in progress | | 10551367 | A package synchronization is in progress | | 10551388 | Package delete operation timed out |

func NewSoftwarePackageDeleteDefault

func NewSoftwarePackageDeleteDefault(code int) *SoftwarePackageDeleteDefault

NewSoftwarePackageDeleteDefault creates a SoftwarePackageDeleteDefault with default headers values

func (*SoftwarePackageDeleteDefault) Code

Code gets the status code for the software package delete default response

func (*SoftwarePackageDeleteDefault) Error

func (*SoftwarePackageDeleteDefault) GetPayload

func (*SoftwarePackageDeleteDefault) IsClientError

func (o *SoftwarePackageDeleteDefault) IsClientError() bool

IsClientError returns true when this software package delete default response has a 4xx status code

func (*SoftwarePackageDeleteDefault) IsCode

func (o *SoftwarePackageDeleteDefault) IsCode(code int) bool

IsCode returns true when this software package delete default response a status code equal to that given

func (*SoftwarePackageDeleteDefault) IsRedirect

func (o *SoftwarePackageDeleteDefault) IsRedirect() bool

IsRedirect returns true when this software package delete default response has a 3xx status code

func (*SoftwarePackageDeleteDefault) IsServerError

func (o *SoftwarePackageDeleteDefault) IsServerError() bool

IsServerError returns true when this software package delete default response has a 5xx status code

func (*SoftwarePackageDeleteDefault) IsSuccess

func (o *SoftwarePackageDeleteDefault) IsSuccess() bool

IsSuccess returns true when this software package delete default response has a 2xx status code

func (*SoftwarePackageDeleteDefault) String

type SoftwarePackageDeleteParams

type SoftwarePackageDeleteParams struct {

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	// Version.
	VersionPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwarePackageDeleteParams contains all the parameters to send to the API endpoint

for the software package delete operation.

Typically these are written to a http.Request.

func NewSoftwarePackageDeleteParams

func NewSoftwarePackageDeleteParams() *SoftwarePackageDeleteParams

NewSoftwarePackageDeleteParams creates a new SoftwarePackageDeleteParams 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 NewSoftwarePackageDeleteParamsWithContext

func NewSoftwarePackageDeleteParamsWithContext(ctx context.Context) *SoftwarePackageDeleteParams

NewSoftwarePackageDeleteParamsWithContext creates a new SoftwarePackageDeleteParams object with the ability to set a context for a request.

func NewSoftwarePackageDeleteParamsWithHTTPClient

func NewSoftwarePackageDeleteParamsWithHTTPClient(client *http.Client) *SoftwarePackageDeleteParams

NewSoftwarePackageDeleteParamsWithHTTPClient creates a new SoftwarePackageDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwarePackageDeleteParamsWithTimeout

func NewSoftwarePackageDeleteParamsWithTimeout(timeout time.Duration) *SoftwarePackageDeleteParams

NewSoftwarePackageDeleteParamsWithTimeout creates a new SoftwarePackageDeleteParams object with the ability to set a timeout on a request.

func (*SoftwarePackageDeleteParams) SetContext

func (o *SoftwarePackageDeleteParams) SetContext(ctx context.Context)

SetContext adds the context to the software package delete params

func (*SoftwarePackageDeleteParams) SetDefaults

func (o *SoftwarePackageDeleteParams) SetDefaults()

SetDefaults hydrates default values in the software package delete params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwarePackageDeleteParams) SetHTTPClient

func (o *SoftwarePackageDeleteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software package delete params

func (*SoftwarePackageDeleteParams) SetReturnTimeoutQueryParameter

func (o *SoftwarePackageDeleteParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the software package delete params

func (*SoftwarePackageDeleteParams) SetTimeout

func (o *SoftwarePackageDeleteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software package delete params

func (*SoftwarePackageDeleteParams) SetVersionPathParameter

func (o *SoftwarePackageDeleteParams) SetVersionPathParameter(version string)

SetVersionPathParameter adds the version to the software package delete params

func (*SoftwarePackageDeleteParams) WithContext

WithContext adds the context to the software package delete params

func (*SoftwarePackageDeleteParams) WithDefaults

WithDefaults hydrates default values in the software package delete params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwarePackageDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the software package delete params

func (*SoftwarePackageDeleteParams) WithReturnTimeoutQueryParameter

func (o *SoftwarePackageDeleteParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SoftwarePackageDeleteParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the software package delete params

func (*SoftwarePackageDeleteParams) WithTimeout

WithTimeout adds the timeout to the software package delete params

func (*SoftwarePackageDeleteParams) WithVersionPathParameter

func (o *SoftwarePackageDeleteParams) WithVersionPathParameter(version string) *SoftwarePackageDeleteParams

WithVersionPathParameter adds the version to the software package delete params

func (*SoftwarePackageDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SoftwarePackageDeleteReader

type SoftwarePackageDeleteReader struct {
	// contains filtered or unexported fields
}

SoftwarePackageDeleteReader is a Reader for the SoftwarePackageDelete structure.

func (*SoftwarePackageDeleteReader) ReadResponse

func (o *SoftwarePackageDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwarePackageGetDefault

type SoftwarePackageGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SoftwarePackageGetDefault describes a response with status code -1, with default header values.

Error

func NewSoftwarePackageGetDefault

func NewSoftwarePackageGetDefault(code int) *SoftwarePackageGetDefault

NewSoftwarePackageGetDefault creates a SoftwarePackageGetDefault with default headers values

func (*SoftwarePackageGetDefault) Code

func (o *SoftwarePackageGetDefault) Code() int

Code gets the status code for the software package get default response

func (*SoftwarePackageGetDefault) Error

func (o *SoftwarePackageGetDefault) Error() string

func (*SoftwarePackageGetDefault) GetPayload

func (*SoftwarePackageGetDefault) IsClientError

func (o *SoftwarePackageGetDefault) IsClientError() bool

IsClientError returns true when this software package get default response has a 4xx status code

func (*SoftwarePackageGetDefault) IsCode

func (o *SoftwarePackageGetDefault) IsCode(code int) bool

IsCode returns true when this software package get default response a status code equal to that given

func (*SoftwarePackageGetDefault) IsRedirect

func (o *SoftwarePackageGetDefault) IsRedirect() bool

IsRedirect returns true when this software package get default response has a 3xx status code

func (*SoftwarePackageGetDefault) IsServerError

func (o *SoftwarePackageGetDefault) IsServerError() bool

IsServerError returns true when this software package get default response has a 5xx status code

func (*SoftwarePackageGetDefault) IsSuccess

func (o *SoftwarePackageGetDefault) IsSuccess() bool

IsSuccess returns true when this software package get default response has a 2xx status code

func (*SoftwarePackageGetDefault) String

func (o *SoftwarePackageGetDefault) String() string

type SoftwarePackageGetOK

type SoftwarePackageGetOK struct {
	Payload *models.SoftwarePackage
}

SoftwarePackageGetOK describes a response with status code 200, with default header values.

OK

func NewSoftwarePackageGetOK

func NewSoftwarePackageGetOK() *SoftwarePackageGetOK

NewSoftwarePackageGetOK creates a SoftwarePackageGetOK with default headers values

func (*SoftwarePackageGetOK) Error

func (o *SoftwarePackageGetOK) Error() string

func (*SoftwarePackageGetOK) GetPayload

func (o *SoftwarePackageGetOK) GetPayload() *models.SoftwarePackage

func (*SoftwarePackageGetOK) IsClientError

func (o *SoftwarePackageGetOK) IsClientError() bool

IsClientError returns true when this software package get o k response has a 4xx status code

func (*SoftwarePackageGetOK) IsCode

func (o *SoftwarePackageGetOK) IsCode(code int) bool

IsCode returns true when this software package get o k response a status code equal to that given

func (*SoftwarePackageGetOK) IsRedirect

func (o *SoftwarePackageGetOK) IsRedirect() bool

IsRedirect returns true when this software package get o k response has a 3xx status code

func (*SoftwarePackageGetOK) IsServerError

func (o *SoftwarePackageGetOK) IsServerError() bool

IsServerError returns true when this software package get o k response has a 5xx status code

func (*SoftwarePackageGetOK) IsSuccess

func (o *SoftwarePackageGetOK) IsSuccess() bool

IsSuccess returns true when this software package get o k response has a 2xx status code

func (*SoftwarePackageGetOK) String

func (o *SoftwarePackageGetOK) String() string

type SoftwarePackageGetParams

type SoftwarePackageGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	// Version.
	VersionPathParameter string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwarePackageGetParams contains all the parameters to send to the API endpoint

for the software package get operation.

Typically these are written to a http.Request.

func NewSoftwarePackageGetParams

func NewSoftwarePackageGetParams() *SoftwarePackageGetParams

NewSoftwarePackageGetParams creates a new SoftwarePackageGetParams 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 NewSoftwarePackageGetParamsWithContext

func NewSoftwarePackageGetParamsWithContext(ctx context.Context) *SoftwarePackageGetParams

NewSoftwarePackageGetParamsWithContext creates a new SoftwarePackageGetParams object with the ability to set a context for a request.

func NewSoftwarePackageGetParamsWithHTTPClient

func NewSoftwarePackageGetParamsWithHTTPClient(client *http.Client) *SoftwarePackageGetParams

NewSoftwarePackageGetParamsWithHTTPClient creates a new SoftwarePackageGetParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwarePackageGetParamsWithTimeout

func NewSoftwarePackageGetParamsWithTimeout(timeout time.Duration) *SoftwarePackageGetParams

NewSoftwarePackageGetParamsWithTimeout creates a new SoftwarePackageGetParams object with the ability to set a timeout on a request.

func (*SoftwarePackageGetParams) SetContext

func (o *SoftwarePackageGetParams) SetContext(ctx context.Context)

SetContext adds the context to the software package get params

func (*SoftwarePackageGetParams) SetDefaults

func (o *SoftwarePackageGetParams) SetDefaults()

SetDefaults hydrates default values in the software package get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwarePackageGetParams) SetFieldsQueryParameter

func (o *SoftwarePackageGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the software package get params

func (*SoftwarePackageGetParams) SetHTTPClient

func (o *SoftwarePackageGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software package get params

func (*SoftwarePackageGetParams) SetTimeout

func (o *SoftwarePackageGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software package get params

func (*SoftwarePackageGetParams) SetVersionPathParameter

func (o *SoftwarePackageGetParams) SetVersionPathParameter(version string)

SetVersionPathParameter adds the version to the software package get params

func (*SoftwarePackageGetParams) WithContext

WithContext adds the context to the software package get params

func (*SoftwarePackageGetParams) WithDefaults

WithDefaults hydrates default values in the software package get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwarePackageGetParams) WithFieldsQueryParameter

func (o *SoftwarePackageGetParams) WithFieldsQueryParameter(fields []string) *SoftwarePackageGetParams

WithFieldsQueryParameter adds the fields to the software package get params

func (*SoftwarePackageGetParams) WithHTTPClient

func (o *SoftwarePackageGetParams) WithHTTPClient(client *http.Client) *SoftwarePackageGetParams

WithHTTPClient adds the HTTPClient to the software package get params

func (*SoftwarePackageGetParams) WithTimeout

WithTimeout adds the timeout to the software package get params

func (*SoftwarePackageGetParams) WithVersionPathParameter

func (o *SoftwarePackageGetParams) WithVersionPathParameter(version string) *SoftwarePackageGetParams

WithVersionPathParameter adds the version to the software package get params

func (*SoftwarePackageGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SoftwarePackageGetReader

type SoftwarePackageGetReader struct {
	// contains filtered or unexported fields
}

SoftwarePackageGetReader is a Reader for the SoftwarePackageGet structure.

func (*SoftwarePackageGetReader) ReadResponse

func (o *SoftwarePackageGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwarePackagesCollectionGetDefault

type SoftwarePackagesCollectionGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SoftwarePackagesCollectionGetDefault describes a response with status code -1, with default header values.

Error

func NewSoftwarePackagesCollectionGetDefault

func NewSoftwarePackagesCollectionGetDefault(code int) *SoftwarePackagesCollectionGetDefault

NewSoftwarePackagesCollectionGetDefault creates a SoftwarePackagesCollectionGetDefault with default headers values

func (*SoftwarePackagesCollectionGetDefault) Code

Code gets the status code for the software packages collection get default response

func (*SoftwarePackagesCollectionGetDefault) Error

func (*SoftwarePackagesCollectionGetDefault) GetPayload

func (*SoftwarePackagesCollectionGetDefault) IsClientError

func (o *SoftwarePackagesCollectionGetDefault) IsClientError() bool

IsClientError returns true when this software packages collection get default response has a 4xx status code

func (*SoftwarePackagesCollectionGetDefault) IsCode

IsCode returns true when this software packages collection get default response a status code equal to that given

func (*SoftwarePackagesCollectionGetDefault) IsRedirect

IsRedirect returns true when this software packages collection get default response has a 3xx status code

func (*SoftwarePackagesCollectionGetDefault) IsServerError

func (o *SoftwarePackagesCollectionGetDefault) IsServerError() bool

IsServerError returns true when this software packages collection get default response has a 5xx status code

func (*SoftwarePackagesCollectionGetDefault) IsSuccess

IsSuccess returns true when this software packages collection get default response has a 2xx status code

func (*SoftwarePackagesCollectionGetDefault) String

type SoftwarePackagesCollectionGetOK

type SoftwarePackagesCollectionGetOK struct {
	Payload *models.SoftwarePackageResponse
}

SoftwarePackagesCollectionGetOK describes a response with status code 200, with default header values.

OK

func NewSoftwarePackagesCollectionGetOK

func NewSoftwarePackagesCollectionGetOK() *SoftwarePackagesCollectionGetOK

NewSoftwarePackagesCollectionGetOK creates a SoftwarePackagesCollectionGetOK with default headers values

func (*SoftwarePackagesCollectionGetOK) Error

func (*SoftwarePackagesCollectionGetOK) GetPayload

func (*SoftwarePackagesCollectionGetOK) IsClientError

func (o *SoftwarePackagesCollectionGetOK) IsClientError() bool

IsClientError returns true when this software packages collection get o k response has a 4xx status code

func (*SoftwarePackagesCollectionGetOK) IsCode

func (o *SoftwarePackagesCollectionGetOK) IsCode(code int) bool

IsCode returns true when this software packages collection get o k response a status code equal to that given

func (*SoftwarePackagesCollectionGetOK) IsRedirect

func (o *SoftwarePackagesCollectionGetOK) IsRedirect() bool

IsRedirect returns true when this software packages collection get o k response has a 3xx status code

func (*SoftwarePackagesCollectionGetOK) IsServerError

func (o *SoftwarePackagesCollectionGetOK) IsServerError() bool

IsServerError returns true when this software packages collection get o k response has a 5xx status code

func (*SoftwarePackagesCollectionGetOK) IsSuccess

func (o *SoftwarePackagesCollectionGetOK) IsSuccess() bool

IsSuccess returns true when this software packages collection get o k response has a 2xx status code

func (*SoftwarePackagesCollectionGetOK) String

type SoftwarePackagesCollectionGetParams

type SoftwarePackagesCollectionGetParams struct {

	/* CreateTime.

	   Filter by create_time
	*/
	CreateTimeQueryParameter *string

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	/* MaxRecords.

	   Limit the number of records returned.
	*/
	MaxRecordsQueryParameter *int64

	/* OrderBy.

	   Order results by specified fields and optional [asc|desc] direction. Default direction is 'asc' for ascending.
	*/
	OrderByQueryParameter []string

	/* ReturnRecords.

	   The default is true for GET calls.  When set to false, only the number of records is returned.

	   Default: true
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning.  When iterating over a collection, the default is 15 seconds.  ONTAP returns earlier if either max records or the end of the collection is reached.

	   Default: 15
	*/
	ReturnTimeoutQueryParameter *int64

	/* Version.

	   Filter by version
	*/
	VersionQueryParameter *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwarePackagesCollectionGetParams contains all the parameters to send to the API endpoint

for the software packages collection get operation.

Typically these are written to a http.Request.

func NewSoftwarePackagesCollectionGetParams

func NewSoftwarePackagesCollectionGetParams() *SoftwarePackagesCollectionGetParams

NewSoftwarePackagesCollectionGetParams creates a new SoftwarePackagesCollectionGetParams 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 NewSoftwarePackagesCollectionGetParamsWithContext

func NewSoftwarePackagesCollectionGetParamsWithContext(ctx context.Context) *SoftwarePackagesCollectionGetParams

NewSoftwarePackagesCollectionGetParamsWithContext creates a new SoftwarePackagesCollectionGetParams object with the ability to set a context for a request.

func NewSoftwarePackagesCollectionGetParamsWithHTTPClient

func NewSoftwarePackagesCollectionGetParamsWithHTTPClient(client *http.Client) *SoftwarePackagesCollectionGetParams

NewSoftwarePackagesCollectionGetParamsWithHTTPClient creates a new SoftwarePackagesCollectionGetParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwarePackagesCollectionGetParamsWithTimeout

func NewSoftwarePackagesCollectionGetParamsWithTimeout(timeout time.Duration) *SoftwarePackagesCollectionGetParams

NewSoftwarePackagesCollectionGetParamsWithTimeout creates a new SoftwarePackagesCollectionGetParams object with the ability to set a timeout on a request.

func (*SoftwarePackagesCollectionGetParams) SetContext

SetContext adds the context to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetCreateTimeQueryParameter

func (o *SoftwarePackagesCollectionGetParams) SetCreateTimeQueryParameter(createTime *string)

SetCreateTimeQueryParameter adds the createTime to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetDefaults

func (o *SoftwarePackagesCollectionGetParams) SetDefaults()

SetDefaults hydrates default values in the software packages collection get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwarePackagesCollectionGetParams) SetFieldsQueryParameter

func (o *SoftwarePackagesCollectionGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetHTTPClient

func (o *SoftwarePackagesCollectionGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetMaxRecordsQueryParameter

func (o *SoftwarePackagesCollectionGetParams) SetMaxRecordsQueryParameter(maxRecords *int64)

SetMaxRecordsQueryParameter adds the maxRecords to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetOrderByQueryParameter

func (o *SoftwarePackagesCollectionGetParams) SetOrderByQueryParameter(orderBy []string)

SetOrderByQueryParameter adds the orderBy to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetReturnRecordsQueryParameter

func (o *SoftwarePackagesCollectionGetParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetReturnTimeoutQueryParameter

func (o *SoftwarePackagesCollectionGetParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetTimeout

func (o *SoftwarePackagesCollectionGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) SetVersionQueryParameter

func (o *SoftwarePackagesCollectionGetParams) SetVersionQueryParameter(version *string)

SetVersionQueryParameter adds the version to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithContext

WithContext adds the context to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithCreateTimeQueryParameter

func (o *SoftwarePackagesCollectionGetParams) WithCreateTimeQueryParameter(createTime *string) *SoftwarePackagesCollectionGetParams

WithCreateTimeQueryParameter adds the createTime to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithDefaults

WithDefaults hydrates default values in the software packages collection get params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwarePackagesCollectionGetParams) WithFieldsQueryParameter

WithFieldsQueryParameter adds the fields to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithMaxRecordsQueryParameter

func (o *SoftwarePackagesCollectionGetParams) WithMaxRecordsQueryParameter(maxRecords *int64) *SoftwarePackagesCollectionGetParams

WithMaxRecordsQueryParameter adds the maxRecords to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithOrderByQueryParameter

func (o *SoftwarePackagesCollectionGetParams) WithOrderByQueryParameter(orderBy []string) *SoftwarePackagesCollectionGetParams

WithOrderByQueryParameter adds the orderBy to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithReturnRecordsQueryParameter

func (o *SoftwarePackagesCollectionGetParams) WithReturnRecordsQueryParameter(returnRecords *bool) *SoftwarePackagesCollectionGetParams

WithReturnRecordsQueryParameter adds the returnRecords to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithReturnTimeoutQueryParameter

func (o *SoftwarePackagesCollectionGetParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SoftwarePackagesCollectionGetParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithTimeout

WithTimeout adds the timeout to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WithVersionQueryParameter

func (o *SoftwarePackagesCollectionGetParams) WithVersionQueryParameter(version *string) *SoftwarePackagesCollectionGetParams

WithVersionQueryParameter adds the version to the software packages collection get params

func (*SoftwarePackagesCollectionGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SoftwarePackagesCollectionGetReader

type SoftwarePackagesCollectionGetReader struct {
	// contains filtered or unexported fields
}

SoftwarePackagesCollectionGetReader is a Reader for the SoftwarePackagesCollectionGet structure.

func (*SoftwarePackagesCollectionGetReader) ReadResponse

func (o *SoftwarePackagesCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SoftwareUploadAccepted

type SoftwareUploadAccepted struct {
	Payload *models.JobLinkResponse
}

SoftwareUploadAccepted describes a response with status code 202, with default header values.

Accepted

func NewSoftwareUploadAccepted

func NewSoftwareUploadAccepted() *SoftwareUploadAccepted

NewSoftwareUploadAccepted creates a SoftwareUploadAccepted with default headers values

func (*SoftwareUploadAccepted) Error

func (o *SoftwareUploadAccepted) Error() string

func (*SoftwareUploadAccepted) GetPayload

func (*SoftwareUploadAccepted) IsClientError

func (o *SoftwareUploadAccepted) IsClientError() bool

IsClientError returns true when this software upload accepted response has a 4xx status code

func (*SoftwareUploadAccepted) IsCode

func (o *SoftwareUploadAccepted) IsCode(code int) bool

IsCode returns true when this software upload accepted response a status code equal to that given

func (*SoftwareUploadAccepted) IsRedirect

func (o *SoftwareUploadAccepted) IsRedirect() bool

IsRedirect returns true when this software upload accepted response has a 3xx status code

func (*SoftwareUploadAccepted) IsServerError

func (o *SoftwareUploadAccepted) IsServerError() bool

IsServerError returns true when this software upload accepted response has a 5xx status code

func (*SoftwareUploadAccepted) IsSuccess

func (o *SoftwareUploadAccepted) IsSuccess() bool

IsSuccess returns true when this software upload accepted response has a 2xx status code

func (*SoftwareUploadAccepted) String

func (o *SoftwareUploadAccepted) String() string

type SoftwareUploadDefault

type SoftwareUploadDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

SoftwareUploadDefault describes a response with status code -1, with default header values.

Error

func NewSoftwareUploadDefault

func NewSoftwareUploadDefault(code int) *SoftwareUploadDefault

NewSoftwareUploadDefault creates a SoftwareUploadDefault with default headers values

func (*SoftwareUploadDefault) Code

func (o *SoftwareUploadDefault) Code() int

Code gets the status code for the software upload default response

func (*SoftwareUploadDefault) Error

func (o *SoftwareUploadDefault) Error() string

func (*SoftwareUploadDefault) GetPayload

func (o *SoftwareUploadDefault) GetPayload() *models.ErrorResponse

func (*SoftwareUploadDefault) IsClientError

func (o *SoftwareUploadDefault) IsClientError() bool

IsClientError returns true when this software upload default response has a 4xx status code

func (*SoftwareUploadDefault) IsCode

func (o *SoftwareUploadDefault) IsCode(code int) bool

IsCode returns true when this software upload default response a status code equal to that given

func (*SoftwareUploadDefault) IsRedirect

func (o *SoftwareUploadDefault) IsRedirect() bool

IsRedirect returns true when this software upload default response has a 3xx status code

func (*SoftwareUploadDefault) IsServerError

func (o *SoftwareUploadDefault) IsServerError() bool

IsServerError returns true when this software upload default response has a 5xx status code

func (*SoftwareUploadDefault) IsSuccess

func (o *SoftwareUploadDefault) IsSuccess() bool

IsSuccess returns true when this software upload default response has a 2xx status code

func (*SoftwareUploadDefault) String

func (o *SoftwareUploadDefault) String() string

type SoftwareUploadParams

type SoftwareUploadParams struct {

	/* File.

	   Info specification
	*/
	File runtime.NamedReadCloser

	/* ReturnRecords.

	   The default is false.  If set to true, the records are returned.
	*/
	ReturnRecordsQueryParameter *bool

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SoftwareUploadParams contains all the parameters to send to the API endpoint

for the software upload operation.

Typically these are written to a http.Request.

func NewSoftwareUploadParams

func NewSoftwareUploadParams() *SoftwareUploadParams

NewSoftwareUploadParams creates a new SoftwareUploadParams 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 NewSoftwareUploadParamsWithContext

func NewSoftwareUploadParamsWithContext(ctx context.Context) *SoftwareUploadParams

NewSoftwareUploadParamsWithContext creates a new SoftwareUploadParams object with the ability to set a context for a request.

func NewSoftwareUploadParamsWithHTTPClient

func NewSoftwareUploadParamsWithHTTPClient(client *http.Client) *SoftwareUploadParams

NewSoftwareUploadParamsWithHTTPClient creates a new SoftwareUploadParams object with the ability to set a custom HTTPClient for a request.

func NewSoftwareUploadParamsWithTimeout

func NewSoftwareUploadParamsWithTimeout(timeout time.Duration) *SoftwareUploadParams

NewSoftwareUploadParamsWithTimeout creates a new SoftwareUploadParams object with the ability to set a timeout on a request.

func (*SoftwareUploadParams) SetContext

func (o *SoftwareUploadParams) SetContext(ctx context.Context)

SetContext adds the context to the software upload params

func (*SoftwareUploadParams) SetDefaults

func (o *SoftwareUploadParams) SetDefaults()

SetDefaults hydrates default values in the software upload params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareUploadParams) SetFile

func (o *SoftwareUploadParams) SetFile(file runtime.NamedReadCloser)

SetFile adds the file to the software upload params

func (*SoftwareUploadParams) SetHTTPClient

func (o *SoftwareUploadParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the software upload params

func (*SoftwareUploadParams) SetReturnRecordsQueryParameter

func (o *SoftwareUploadParams) SetReturnRecordsQueryParameter(returnRecords *bool)

SetReturnRecordsQueryParameter adds the returnRecords to the software upload params

func (*SoftwareUploadParams) SetReturnTimeoutQueryParameter

func (o *SoftwareUploadParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the software upload params

func (*SoftwareUploadParams) SetTimeout

func (o *SoftwareUploadParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the software upload params

func (*SoftwareUploadParams) WithContext

WithContext adds the context to the software upload params

func (*SoftwareUploadParams) WithDefaults

func (o *SoftwareUploadParams) WithDefaults() *SoftwareUploadParams

WithDefaults hydrates default values in the software upload params (not the query body).

All values with no default are reset to their zero value.

func (*SoftwareUploadParams) WithFile

WithFile adds the file to the software upload params

func (*SoftwareUploadParams) WithHTTPClient

func (o *SoftwareUploadParams) WithHTTPClient(client *http.Client) *SoftwareUploadParams

WithHTTPClient adds the HTTPClient to the software upload params

func (*SoftwareUploadParams) WithReturnRecordsQueryParameter

func (o *SoftwareUploadParams) WithReturnRecordsQueryParameter(returnRecords *bool) *SoftwareUploadParams

WithReturnRecordsQueryParameter adds the returnRecords to the software upload params

func (*SoftwareUploadParams) WithReturnTimeoutQueryParameter

func (o *SoftwareUploadParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *SoftwareUploadParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the software upload params

func (*SoftwareUploadParams) WithTimeout

func (o *SoftwareUploadParams) WithTimeout(timeout time.Duration) *SoftwareUploadParams

WithTimeout adds the timeout to the software upload params

func (*SoftwareUploadParams) WriteToRequest

func (o *SoftwareUploadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SoftwareUploadReader

type SoftwareUploadReader struct {
	// contains filtered or unexported fields
}

SoftwareUploadReader is a Reader for the SoftwareUpload structure.

func (*SoftwareUploadReader) ReadResponse

func (o *SoftwareUploadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WebGetDefault

type WebGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

WebGetDefault describes a response with status code -1, with default header values.

Error

func NewWebGetDefault

func NewWebGetDefault(code int) *WebGetDefault

NewWebGetDefault creates a WebGetDefault with default headers values

func (*WebGetDefault) Code

func (o *WebGetDefault) Code() int

Code gets the status code for the web get default response

func (*WebGetDefault) Error

func (o *WebGetDefault) Error() string

func (*WebGetDefault) GetPayload

func (o *WebGetDefault) GetPayload() *models.ErrorResponse

func (*WebGetDefault) IsClientError

func (o *WebGetDefault) IsClientError() bool

IsClientError returns true when this web get default response has a 4xx status code

func (*WebGetDefault) IsCode

func (o *WebGetDefault) IsCode(code int) bool

IsCode returns true when this web get default response a status code equal to that given

func (*WebGetDefault) IsRedirect

func (o *WebGetDefault) IsRedirect() bool

IsRedirect returns true when this web get default response has a 3xx status code

func (*WebGetDefault) IsServerError

func (o *WebGetDefault) IsServerError() bool

IsServerError returns true when this web get default response has a 5xx status code

func (*WebGetDefault) IsSuccess

func (o *WebGetDefault) IsSuccess() bool

IsSuccess returns true when this web get default response has a 2xx status code

func (*WebGetDefault) String

func (o *WebGetDefault) String() string

type WebGetOK

type WebGetOK struct {
	Payload *models.Web
}

WebGetOK describes a response with status code 200, with default header values.

OK

func NewWebGetOK

func NewWebGetOK() *WebGetOK

NewWebGetOK creates a WebGetOK with default headers values

func (*WebGetOK) Error

func (o *WebGetOK) Error() string

func (*WebGetOK) GetPayload

func (o *WebGetOK) GetPayload() *models.Web

func (*WebGetOK) IsClientError

func (o *WebGetOK) IsClientError() bool

IsClientError returns true when this web get o k response has a 4xx status code

func (*WebGetOK) IsCode

func (o *WebGetOK) IsCode(code int) bool

IsCode returns true when this web get o k response a status code equal to that given

func (*WebGetOK) IsRedirect

func (o *WebGetOK) IsRedirect() bool

IsRedirect returns true when this web get o k response has a 3xx status code

func (*WebGetOK) IsServerError

func (o *WebGetOK) IsServerError() bool

IsServerError returns true when this web get o k response has a 5xx status code

func (*WebGetOK) IsSuccess

func (o *WebGetOK) IsSuccess() bool

IsSuccess returns true when this web get o k response has a 2xx status code

func (*WebGetOK) String

func (o *WebGetOK) String() string

type WebGetParams

type WebGetParams struct {

	/* Fields.

	   Specify the fields to return.
	*/
	FieldsQueryParameter []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WebGetParams contains all the parameters to send to the API endpoint

for the web get operation.

Typically these are written to a http.Request.

func NewWebGetParams

func NewWebGetParams() *WebGetParams

NewWebGetParams creates a new WebGetParams 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 NewWebGetParamsWithContext

func NewWebGetParamsWithContext(ctx context.Context) *WebGetParams

NewWebGetParamsWithContext creates a new WebGetParams object with the ability to set a context for a request.

func NewWebGetParamsWithHTTPClient

func NewWebGetParamsWithHTTPClient(client *http.Client) *WebGetParams

NewWebGetParamsWithHTTPClient creates a new WebGetParams object with the ability to set a custom HTTPClient for a request.

func NewWebGetParamsWithTimeout

func NewWebGetParamsWithTimeout(timeout time.Duration) *WebGetParams

NewWebGetParamsWithTimeout creates a new WebGetParams object with the ability to set a timeout on a request.

func (*WebGetParams) SetContext

func (o *WebGetParams) SetContext(ctx context.Context)

SetContext adds the context to the web get params

func (*WebGetParams) SetDefaults

func (o *WebGetParams) SetDefaults()

SetDefaults hydrates default values in the web get params (not the query body).

All values with no default are reset to their zero value.

func (*WebGetParams) SetFieldsQueryParameter

func (o *WebGetParams) SetFieldsQueryParameter(fields []string)

SetFieldsQueryParameter adds the fields to the web get params

func (*WebGetParams) SetHTTPClient

func (o *WebGetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the web get params

func (*WebGetParams) SetTimeout

func (o *WebGetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the web get params

func (*WebGetParams) WithContext

func (o *WebGetParams) WithContext(ctx context.Context) *WebGetParams

WithContext adds the context to the web get params

func (*WebGetParams) WithDefaults

func (o *WebGetParams) WithDefaults() *WebGetParams

WithDefaults hydrates default values in the web get params (not the query body).

All values with no default are reset to their zero value.

func (*WebGetParams) WithFieldsQueryParameter

func (o *WebGetParams) WithFieldsQueryParameter(fields []string) *WebGetParams

WithFieldsQueryParameter adds the fields to the web get params

func (*WebGetParams) WithHTTPClient

func (o *WebGetParams) WithHTTPClient(client *http.Client) *WebGetParams

WithHTTPClient adds the HTTPClient to the web get params

func (*WebGetParams) WithTimeout

func (o *WebGetParams) WithTimeout(timeout time.Duration) *WebGetParams

WithTimeout adds the timeout to the web get params

func (*WebGetParams) WriteToRequest

func (o *WebGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type WebGetReader

type WebGetReader struct {
	// contains filtered or unexported fields
}

WebGetReader is a Reader for the WebGet structure.

func (*WebGetReader) ReadResponse

func (o *WebGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type WebModifyAccepted

type WebModifyAccepted struct {
	Payload *models.JobLinkResponse
}

WebModifyAccepted describes a response with status code 202, with default header values.

Accepted

func NewWebModifyAccepted

func NewWebModifyAccepted() *WebModifyAccepted

NewWebModifyAccepted creates a WebModifyAccepted with default headers values

func (*WebModifyAccepted) Error

func (o *WebModifyAccepted) Error() string

func (*WebModifyAccepted) GetPayload

func (o *WebModifyAccepted) GetPayload() *models.JobLinkResponse

func (*WebModifyAccepted) IsClientError

func (o *WebModifyAccepted) IsClientError() bool

IsClientError returns true when this web modify accepted response has a 4xx status code

func (*WebModifyAccepted) IsCode

func (o *WebModifyAccepted) IsCode(code int) bool

IsCode returns true when this web modify accepted response a status code equal to that given

func (*WebModifyAccepted) IsRedirect

func (o *WebModifyAccepted) IsRedirect() bool

IsRedirect returns true when this web modify accepted response has a 3xx status code

func (*WebModifyAccepted) IsServerError

func (o *WebModifyAccepted) IsServerError() bool

IsServerError returns true when this web modify accepted response has a 5xx status code

func (*WebModifyAccepted) IsSuccess

func (o *WebModifyAccepted) IsSuccess() bool

IsSuccess returns true when this web modify accepted response has a 2xx status code

func (*WebModifyAccepted) String

func (o *WebModifyAccepted) String() string

type WebModifyDefault

type WebModifyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
WebModifyDefault describes a response with status code -1, with default header values.

ONTAP Error Response Codes

| Error Code | Description | | ---------- | ----------- | | 9830406 | Reconfiguration of the web services failed. | | 9830407 | The web services failed to restart. | | 9830408 | Reconfiguration and/or restart of the web services failed. | | 9830442 | Client authentication cannot be enabled without a client ca certificate. | | 9830463 | The cluster must be fully upgraded before modifying this resource. | | 9830464 | HTTP cannot be enabled when FIPS is also enabled. | | 9830483 | The CSRF token timeout is invalid. | | 9830484 | The maximum concurrent CSRF token count cannot be lower than 100. | | 9830485 | The CSRF idle timeout cannot be greater than the CSRF absolute timeout. | | 9830486 | CSRF requires an effective cluster version of 9.7 or later. | | 9830487 | The HTTP and HTTPS ports must not have the same value. | | 9830488 | The certificate is not a "server" certificate. | | 9830489 | The certificate does not exist for the given SVM. |

func NewWebModifyDefault

func NewWebModifyDefault(code int) *WebModifyDefault

NewWebModifyDefault creates a WebModifyDefault with default headers values

func (*WebModifyDefault) Code

func (o *WebModifyDefault) Code() int

Code gets the status code for the web modify default response

func (*WebModifyDefault) Error

func (o *WebModifyDefault) Error() string

func (*WebModifyDefault) GetPayload

func (o *WebModifyDefault) GetPayload() *models.ErrorResponse

func (*WebModifyDefault) IsClientError

func (o *WebModifyDefault) IsClientError() bool

IsClientError returns true when this web modify default response has a 4xx status code

func (*WebModifyDefault) IsCode

func (o *WebModifyDefault) IsCode(code int) bool

IsCode returns true when this web modify default response a status code equal to that given

func (*WebModifyDefault) IsRedirect

func (o *WebModifyDefault) IsRedirect() bool

IsRedirect returns true when this web modify default response has a 3xx status code

func (*WebModifyDefault) IsServerError

func (o *WebModifyDefault) IsServerError() bool

IsServerError returns true when this web modify default response has a 5xx status code

func (*WebModifyDefault) IsSuccess

func (o *WebModifyDefault) IsSuccess() bool

IsSuccess returns true when this web modify default response has a 2xx status code

func (*WebModifyDefault) String

func (o *WebModifyDefault) String() string

type WebModifyOK

type WebModifyOK struct {
}

WebModifyOK describes a response with status code 200, with default header values.

OK

func NewWebModifyOK

func NewWebModifyOK() *WebModifyOK

NewWebModifyOK creates a WebModifyOK with default headers values

func (*WebModifyOK) Error

func (o *WebModifyOK) Error() string

func (*WebModifyOK) IsClientError

func (o *WebModifyOK) IsClientError() bool

IsClientError returns true when this web modify o k response has a 4xx status code

func (*WebModifyOK) IsCode

func (o *WebModifyOK) IsCode(code int) bool

IsCode returns true when this web modify o k response a status code equal to that given

func (*WebModifyOK) IsRedirect

func (o *WebModifyOK) IsRedirect() bool

IsRedirect returns true when this web modify o k response has a 3xx status code

func (*WebModifyOK) IsServerError

func (o *WebModifyOK) IsServerError() bool

IsServerError returns true when this web modify o k response has a 5xx status code

func (*WebModifyOK) IsSuccess

func (o *WebModifyOK) IsSuccess() bool

IsSuccess returns true when this web modify o k response has a 2xx status code

func (*WebModifyOK) String

func (o *WebModifyOK) String() string

type WebModifyParams

type WebModifyParams struct {

	/* Info.

	   Web services information
	*/
	Info *models.Web

	/* ReturnTimeout.

	   The number of seconds to allow the call to execute before returning. When doing a POST, PATCH, or DELETE operation on a single record, the default is 0 seconds.  This means that if an asynchronous operation is started, the server immediately returns HTTP code 202 (Accepted) along with a link to the job.  If a non-zero value is specified for POST, PATCH, or DELETE operations, ONTAP waits that length of time to see if the job completes so it can return something other than 202.
	*/
	ReturnTimeoutQueryParameter *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

WebModifyParams contains all the parameters to send to the API endpoint

for the web modify operation.

Typically these are written to a http.Request.

func NewWebModifyParams

func NewWebModifyParams() *WebModifyParams

NewWebModifyParams creates a new WebModifyParams 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 NewWebModifyParamsWithContext

func NewWebModifyParamsWithContext(ctx context.Context) *WebModifyParams

NewWebModifyParamsWithContext creates a new WebModifyParams object with the ability to set a context for a request.

func NewWebModifyParamsWithHTTPClient

func NewWebModifyParamsWithHTTPClient(client *http.Client) *WebModifyParams

NewWebModifyParamsWithHTTPClient creates a new WebModifyParams object with the ability to set a custom HTTPClient for a request.

func NewWebModifyParamsWithTimeout

func NewWebModifyParamsWithTimeout(timeout time.Duration) *WebModifyParams

NewWebModifyParamsWithTimeout creates a new WebModifyParams object with the ability to set a timeout on a request.

func (*WebModifyParams) SetContext

func (o *WebModifyParams) SetContext(ctx context.Context)

SetContext adds the context to the web modify params

func (*WebModifyParams) SetDefaults

func (o *WebModifyParams) SetDefaults()

SetDefaults hydrates default values in the web modify params (not the query body).

All values with no default are reset to their zero value.

func (*WebModifyParams) SetHTTPClient

func (o *WebModifyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the web modify params

func (*WebModifyParams) SetInfo

func (o *WebModifyParams) SetInfo(info *models.Web)

SetInfo adds the info to the web modify params

func (*WebModifyParams) SetReturnTimeoutQueryParameter

func (o *WebModifyParams) SetReturnTimeoutQueryParameter(returnTimeout *int64)

SetReturnTimeoutQueryParameter adds the returnTimeout to the web modify params

func (*WebModifyParams) SetTimeout

func (o *WebModifyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the web modify params

func (*WebModifyParams) WithContext

func (o *WebModifyParams) WithContext(ctx context.Context) *WebModifyParams

WithContext adds the context to the web modify params

func (*WebModifyParams) WithDefaults

func (o *WebModifyParams) WithDefaults() *WebModifyParams

WithDefaults hydrates default values in the web modify params (not the query body).

All values with no default are reset to their zero value.

func (*WebModifyParams) WithHTTPClient

func (o *WebModifyParams) WithHTTPClient(client *http.Client) *WebModifyParams

WithHTTPClient adds the HTTPClient to the web modify params

func (*WebModifyParams) WithInfo

func (o *WebModifyParams) WithInfo(info *models.Web) *WebModifyParams

WithInfo adds the info to the web modify params

func (*WebModifyParams) WithReturnTimeoutQueryParameter

func (o *WebModifyParams) WithReturnTimeoutQueryParameter(returnTimeout *int64) *WebModifyParams

WithReturnTimeoutQueryParameter adds the returnTimeout to the web modify params

func (*WebModifyParams) WithTimeout

func (o *WebModifyParams) WithTimeout(timeout time.Duration) *WebModifyParams

WithTimeout adds the timeout to the web modify params

func (*WebModifyParams) WriteToRequest

func (o *WebModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type WebModifyReader

type WebModifyReader struct {
	// contains filtered or unexported fields
}

WebModifyReader is a Reader for the WebModify structure.

func (*WebModifyReader) ReadResponse

func (o *WebModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL