Versions in this module Expand all Collapse all v0 v0.2.0 Mar 4, 2026 Changes in this version type MetroclusterModifyParams + DrGroupID *int64 + EncryptionEnabled *bool + func (o *MetroclusterModifyParams) SetDrGroupID(drGroupID *int64) + func (o *MetroclusterModifyParams) SetEncryptionEnabled(encryptionEnabled *bool) + func (o *MetroclusterModifyParams) WithDrGroupID(drGroupID *int64) *MetroclusterModifyParams + func (o *MetroclusterModifyParams) WithEncryptionEnabled(encryptionEnabled *bool) *MetroclusterModifyParams type NodesGetParams + AntiRansomwareVersion *string + func (o *NodesGetParams) SetAntiRansomwareVersion(antiRansomwareVersion *string) + func (o *NodesGetParams) WithAntiRansomwareVersion(antiRansomwareVersion *string) *NodesGetParams type ResourceTagResourceCollectionGetParams + Href *string + Value *string + func (o *ResourceTagResourceCollectionGetParams) SetHref(href *string) + func (o *ResourceTagResourceCollectionGetParams) SetValue(value *string) + func (o *ResourceTagResourceCollectionGetParams) WithHref(href *string) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithValue(value *string) *ResourceTagResourceCollectionGetParams type SoftwareModifyParams + SkipNodesAtTargetVersion *bool + func (o *SoftwareModifyParams) SetSkipNodesAtTargetVersion(skipNodesAtTargetVersion *bool) + func (o *SoftwareModifyParams) WithSkipNodesAtTargetVersion(skipNodesAtTargetVersion *bool) *SoftwareModifyParams type SoftwarePackageDeleteAccepted + Payload *models.JobLinkResponse + func (o *SoftwarePackageDeleteAccepted) GetPayload() *models.JobLinkResponse type SoftwarePackageDeleteOK + Payload *models.JobLinkResponse + func (o *SoftwarePackageDeleteOK) GetPayload() *models.JobLinkResponse v0.1.0 Jul 22, 2025 Changes in this version + func WithAcceptApplicationHalJSON(r *runtime.ClientOperation) + func WithAcceptApplicationJSON(r *runtime.ClientOperation) + func WithContentTypeApplicationHalJSON(r *runtime.ClientOperation) + func WithContentTypeApplicationJSON(r *runtime.ClientOperation) + func WithContentTypeMultipartFormData(r *runtime.ClientOperation) + type CapacityPoolCollectionGetDefault struct + Payload *models.ErrorResponse + func NewCapacityPoolCollectionGetDefault(code int) *CapacityPoolCollectionGetDefault + func (o *CapacityPoolCollectionGetDefault) Code() int + func (o *CapacityPoolCollectionGetDefault) Error() string + func (o *CapacityPoolCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *CapacityPoolCollectionGetDefault) IsClientError() bool + func (o *CapacityPoolCollectionGetDefault) IsCode(code int) bool + func (o *CapacityPoolCollectionGetDefault) IsRedirect() bool + func (o *CapacityPoolCollectionGetDefault) IsServerError() bool + func (o *CapacityPoolCollectionGetDefault) IsSuccess() bool + func (o *CapacityPoolCollectionGetDefault) String() string + type CapacityPoolCollectionGetOK struct + Payload *models.CapacityPoolResponse + func NewCapacityPoolCollectionGetOK() *CapacityPoolCollectionGetOK + func (o *CapacityPoolCollectionGetOK) Code() int + func (o *CapacityPoolCollectionGetOK) Error() string + func (o *CapacityPoolCollectionGetOK) GetPayload() *models.CapacityPoolResponse + func (o *CapacityPoolCollectionGetOK) IsClientError() bool + func (o *CapacityPoolCollectionGetOK) IsCode(code int) bool + func (o *CapacityPoolCollectionGetOK) IsRedirect() bool + func (o *CapacityPoolCollectionGetOK) IsServerError() bool + func (o *CapacityPoolCollectionGetOK) IsSuccess() bool + func (o *CapacityPoolCollectionGetOK) String() string + type CapacityPoolCollectionGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + LicenseManagerUUID *string + MaxRecords *int64 + NodesNodeName *string + NodesNodeUUID *string + NodesUsedSize *int64 + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + SerialNumber *string + func NewCapacityPoolCollectionGetParams() *CapacityPoolCollectionGetParams + func NewCapacityPoolCollectionGetParamsWithContext(ctx context.Context) *CapacityPoolCollectionGetParams + func NewCapacityPoolCollectionGetParamsWithHTTPClient(client *http.Client) *CapacityPoolCollectionGetParams + func NewCapacityPoolCollectionGetParamsWithTimeout(timeout time.Duration) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) SetContext(ctx context.Context) + func (o *CapacityPoolCollectionGetParams) SetDefaults() + func (o *CapacityPoolCollectionGetParams) SetFields(fields []string) + func (o *CapacityPoolCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *CapacityPoolCollectionGetParams) SetLicenseManagerUUID(licenseManagerUUID *string) + func (o *CapacityPoolCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *CapacityPoolCollectionGetParams) SetNodesNodeName(nodesNodeName *string) + func (o *CapacityPoolCollectionGetParams) SetNodesNodeUUID(nodesNodeUUID *string) + func (o *CapacityPoolCollectionGetParams) SetNodesUsedSize(nodesUsedSize *int64) + func (o *CapacityPoolCollectionGetParams) SetOrderBy(orderBy []string) + func (o *CapacityPoolCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *CapacityPoolCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *CapacityPoolCollectionGetParams) SetSerialNumber(serialNumber *string) + func (o *CapacityPoolCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *CapacityPoolCollectionGetParams) WithContext(ctx context.Context) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithDefaults() *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithFields(fields []string) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithHTTPClient(client *http.Client) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithLicenseManagerUUID(licenseManagerUUID *string) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithMaxRecords(maxRecords *int64) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithNodesNodeName(nodesNodeName *string) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithNodesNodeUUID(nodesNodeUUID *string) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithNodesUsedSize(nodesUsedSize *int64) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithOrderBy(orderBy []string) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithReturnRecords(returnRecords *bool) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithSerialNumber(serialNumber *string) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WithTimeout(timeout time.Duration) *CapacityPoolCollectionGetParams + func (o *CapacityPoolCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CapacityPoolCollectionGetReader struct + func (o *CapacityPoolCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CapacityPoolGetDefault struct + Payload *models.ErrorResponse + func NewCapacityPoolGetDefault(code int) *CapacityPoolGetDefault + func (o *CapacityPoolGetDefault) Code() int + func (o *CapacityPoolGetDefault) Error() string + func (o *CapacityPoolGetDefault) GetPayload() *models.ErrorResponse + func (o *CapacityPoolGetDefault) IsClientError() bool + func (o *CapacityPoolGetDefault) IsCode(code int) bool + func (o *CapacityPoolGetDefault) IsRedirect() bool + func (o *CapacityPoolGetDefault) IsServerError() bool + func (o *CapacityPoolGetDefault) IsSuccess() bool + func (o *CapacityPoolGetDefault) String() string + type CapacityPoolGetOK struct + Payload *models.CapacityPool + func NewCapacityPoolGetOK() *CapacityPoolGetOK + func (o *CapacityPoolGetOK) Code() int + func (o *CapacityPoolGetOK) Error() string + func (o *CapacityPoolGetOK) GetPayload() *models.CapacityPool + func (o *CapacityPoolGetOK) IsClientError() bool + func (o *CapacityPoolGetOK) IsCode(code int) bool + func (o *CapacityPoolGetOK) IsRedirect() bool + func (o *CapacityPoolGetOK) IsServerError() bool + func (o *CapacityPoolGetOK) IsSuccess() bool + func (o *CapacityPoolGetOK) String() string + type CapacityPoolGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + LicenseManagerUUID *string + NodesNodeName *string + NodesNodeUUID *string + NodesUsedSize *int64 + SerialNumber string + func NewCapacityPoolGetParams() *CapacityPoolGetParams + func NewCapacityPoolGetParamsWithContext(ctx context.Context) *CapacityPoolGetParams + func NewCapacityPoolGetParamsWithHTTPClient(client *http.Client) *CapacityPoolGetParams + func NewCapacityPoolGetParamsWithTimeout(timeout time.Duration) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) SetContext(ctx context.Context) + func (o *CapacityPoolGetParams) SetDefaults() + func (o *CapacityPoolGetParams) SetFields(fields []string) + func (o *CapacityPoolGetParams) SetHTTPClient(client *http.Client) + func (o *CapacityPoolGetParams) SetLicenseManagerUUID(licenseManagerUUID *string) + func (o *CapacityPoolGetParams) SetNodesNodeName(nodesNodeName *string) + func (o *CapacityPoolGetParams) SetNodesNodeUUID(nodesNodeUUID *string) + func (o *CapacityPoolGetParams) SetNodesUsedSize(nodesUsedSize *int64) + func (o *CapacityPoolGetParams) SetSerialNumber(serialNumber string) + func (o *CapacityPoolGetParams) SetTimeout(timeout time.Duration) + func (o *CapacityPoolGetParams) WithContext(ctx context.Context) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithDefaults() *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithFields(fields []string) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithHTTPClient(client *http.Client) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithLicenseManagerUUID(licenseManagerUUID *string) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithNodesNodeName(nodesNodeName *string) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithNodesNodeUUID(nodesNodeUUID *string) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithNodesUsedSize(nodesUsedSize *int64) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithSerialNumber(serialNumber string) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WithTimeout(timeout time.Duration) *CapacityPoolGetParams + func (o *CapacityPoolGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CapacityPoolGetReader struct + func (o *CapacityPoolGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ChassisCollectionGetDefault struct + Payload *models.ErrorResponse + func NewChassisCollectionGetDefault(code int) *ChassisCollectionGetDefault + func (o *ChassisCollectionGetDefault) Code() int + func (o *ChassisCollectionGetDefault) Error() string + func (o *ChassisCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *ChassisCollectionGetDefault) IsClientError() bool + func (o *ChassisCollectionGetDefault) IsCode(code int) bool + func (o *ChassisCollectionGetDefault) IsRedirect() bool + func (o *ChassisCollectionGetDefault) IsServerError() bool + func (o *ChassisCollectionGetDefault) IsSuccess() bool + func (o *ChassisCollectionGetDefault) String() string + type ChassisCollectionGetOK struct + Payload *models.ChassisResponse + func NewChassisCollectionGetOK() *ChassisCollectionGetOK + func (o *ChassisCollectionGetOK) Code() int + func (o *ChassisCollectionGetOK) Error() string + func (o *ChassisCollectionGetOK) GetPayload() *models.ChassisResponse + func (o *ChassisCollectionGetOK) IsClientError() bool + func (o *ChassisCollectionGetOK) IsCode(code int) bool + func (o *ChassisCollectionGetOK) IsRedirect() bool + func (o *ChassisCollectionGetOK) IsServerError() bool + func (o *ChassisCollectionGetOK) IsSuccess() bool + func (o *ChassisCollectionGetOK) String() string + type ChassisCollectionGetParams struct + Context context.Context + Fields []string + FrusID *string + FrusState *string + FrusType *string + HTTPClient *http.Client + ID *string + MaxRecords *int64 + NodesName *string + NodesPcisCardsDevice *string + NodesPcisCardsInfo *string + NodesPcisCardsSlot *string + NodesPosition *string + NodesUUID *string + NodesUsbsEnabled *bool + NodesUsbsPortsConnected *bool + NodesUsbsSupported *bool + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + ShelvesUID *string + State *string + func NewChassisCollectionGetParams() *ChassisCollectionGetParams + func NewChassisCollectionGetParamsWithContext(ctx context.Context) *ChassisCollectionGetParams + func NewChassisCollectionGetParamsWithHTTPClient(client *http.Client) *ChassisCollectionGetParams + func NewChassisCollectionGetParamsWithTimeout(timeout time.Duration) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) SetContext(ctx context.Context) + func (o *ChassisCollectionGetParams) SetDefaults() + func (o *ChassisCollectionGetParams) SetFields(fields []string) + func (o *ChassisCollectionGetParams) SetFrusID(frusID *string) + func (o *ChassisCollectionGetParams) SetFrusState(frusState *string) + func (o *ChassisCollectionGetParams) SetFrusType(frusType *string) + func (o *ChassisCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *ChassisCollectionGetParams) SetID(id *string) + func (o *ChassisCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *ChassisCollectionGetParams) SetNodesName(nodesName *string) + func (o *ChassisCollectionGetParams) SetNodesPcisCardsDevice(nodesPcisCardsDevice *string) + func (o *ChassisCollectionGetParams) SetNodesPcisCardsInfo(nodesPcisCardsInfo *string) + func (o *ChassisCollectionGetParams) SetNodesPcisCardsSlot(nodesPcisCardsSlot *string) + func (o *ChassisCollectionGetParams) SetNodesPosition(nodesPosition *string) + func (o *ChassisCollectionGetParams) SetNodesUUID(nodesUUID *string) + func (o *ChassisCollectionGetParams) SetNodesUsbsEnabled(nodesUsbsEnabled *bool) + func (o *ChassisCollectionGetParams) SetNodesUsbsPortsConnected(nodesUsbsPortsConnected *bool) + func (o *ChassisCollectionGetParams) SetNodesUsbsSupported(nodesUsbsSupported *bool) + func (o *ChassisCollectionGetParams) SetOrderBy(orderBy []string) + func (o *ChassisCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *ChassisCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *ChassisCollectionGetParams) SetShelvesUID(shelvesUID *string) + func (o *ChassisCollectionGetParams) SetState(state *string) + func (o *ChassisCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *ChassisCollectionGetParams) WithContext(ctx context.Context) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithDefaults() *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithFields(fields []string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithFrusID(frusID *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithFrusState(frusState *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithFrusType(frusType *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithHTTPClient(client *http.Client) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithID(id *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithMaxRecords(maxRecords *int64) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesName(nodesName *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesPcisCardsDevice(nodesPcisCardsDevice *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesPcisCardsInfo(nodesPcisCardsInfo *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesPcisCardsSlot(nodesPcisCardsSlot *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesPosition(nodesPosition *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesUUID(nodesUUID *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesUsbsEnabled(nodesUsbsEnabled *bool) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesUsbsPortsConnected(nodesUsbsPortsConnected *bool) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithNodesUsbsSupported(nodesUsbsSupported *bool) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithOrderBy(orderBy []string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithReturnRecords(returnRecords *bool) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithShelvesUID(shelvesUID *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithState(state *string) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WithTimeout(timeout time.Duration) *ChassisCollectionGetParams + func (o *ChassisCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ChassisCollectionGetReader struct + func (o *ChassisCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ChassisGetDefault struct + Payload *models.ErrorResponse + func NewChassisGetDefault(code int) *ChassisGetDefault + func (o *ChassisGetDefault) Code() int + func (o *ChassisGetDefault) Error() string + func (o *ChassisGetDefault) GetPayload() *models.ErrorResponse + func (o *ChassisGetDefault) IsClientError() bool + func (o *ChassisGetDefault) IsCode(code int) bool + func (o *ChassisGetDefault) IsRedirect() bool + func (o *ChassisGetDefault) IsServerError() bool + func (o *ChassisGetDefault) IsSuccess() bool + func (o *ChassisGetDefault) String() string + type ChassisGetOK struct + Payload *models.Chassis + func NewChassisGetOK() *ChassisGetOK + func (o *ChassisGetOK) Code() int + func (o *ChassisGetOK) Error() string + func (o *ChassisGetOK) GetPayload() *models.Chassis + func (o *ChassisGetOK) IsClientError() bool + func (o *ChassisGetOK) IsCode(code int) bool + func (o *ChassisGetOK) IsRedirect() bool + func (o *ChassisGetOK) IsServerError() bool + func (o *ChassisGetOK) IsSuccess() bool + func (o *ChassisGetOK) String() string + type ChassisGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + ID string + func NewChassisGetParams() *ChassisGetParams + func NewChassisGetParamsWithContext(ctx context.Context) *ChassisGetParams + func NewChassisGetParamsWithHTTPClient(client *http.Client) *ChassisGetParams + func NewChassisGetParamsWithTimeout(timeout time.Duration) *ChassisGetParams + func (o *ChassisGetParams) SetContext(ctx context.Context) + func (o *ChassisGetParams) SetDefaults() + func (o *ChassisGetParams) SetFields(fields []string) + func (o *ChassisGetParams) SetHTTPClient(client *http.Client) + func (o *ChassisGetParams) SetID(id string) + func (o *ChassisGetParams) SetTimeout(timeout time.Duration) + func (o *ChassisGetParams) WithContext(ctx context.Context) *ChassisGetParams + func (o *ChassisGetParams) WithDefaults() *ChassisGetParams + func (o *ChassisGetParams) WithFields(fields []string) *ChassisGetParams + func (o *ChassisGetParams) WithHTTPClient(client *http.Client) *ChassisGetParams + func (o *ChassisGetParams) WithID(id string) *ChassisGetParams + func (o *ChassisGetParams) WithTimeout(timeout time.Duration) *ChassisGetParams + func (o *ChassisGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ChassisGetReader struct + func (o *ChassisGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func (a *Client) CapacityPoolCollectionGet(params *CapacityPoolCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CapacityPoolCollectionGetOK, error) + func (a *Client) CapacityPoolGet(params *CapacityPoolGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CapacityPoolGetOK, error) + func (a *Client) ChassisCollectionGet(params *ChassisCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ChassisCollectionGetOK, error) + func (a *Client) ChassisGet(params *ChassisGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ChassisGetOK, error) + func (a *Client) ClusterCollectionPerformanceMetricsGet(params *ClusterCollectionPerformanceMetricsGetParams, ...) (*ClusterCollectionPerformanceMetricsGetOK, error) + func (a *Client) ClusterCreate(params *ClusterCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterCreateCreated, *ClusterCreateAccepted, error) + func (a *Client) ClusterGet(params *ClusterGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterGetOK, error) + func (a *Client) ClusterModify(params *ClusterModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterModifyOK, *ClusterModifyAccepted, error) + func (a *Client) ClusterNtpKeysCollectionGet(params *ClusterNtpKeysCollectionGetParams, ...) (*ClusterNtpKeysCollectionGetOK, error) + func (a *Client) ClusterNtpKeysCreate(params *ClusterNtpKeysCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpKeysCreateCreated, error) + func (a *Client) ClusterNtpKeysDelete(params *ClusterNtpKeysDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpKeysDeleteOK, error) + func (a *Client) ClusterNtpKeysGet(params *ClusterNtpKeysGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpKeysGetOK, error) + func (a *Client) ClusterNtpKeysModify(params *ClusterNtpKeysModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpKeysModifyOK, error) + func (a *Client) ClusterNtpServersCollectionGet(params *ClusterNtpServersCollectionGetParams, ...) (*ClusterNtpServersCollectionGetOK, error) + func (a *Client) ClusterNtpServersCreate(params *ClusterNtpServersCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpServersCreateCreated, *ClusterNtpServersCreateAccepted, error) + func (a *Client) ClusterNtpServersDelete(params *ClusterNtpServersDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpServersDeleteOK, *ClusterNtpServersDeleteAccepted, error) + func (a *Client) ClusterNtpServersGet(params *ClusterNtpServersGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpServersGetOK, error) + func (a *Client) ClusterNtpServersModify(params *ClusterNtpServersModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpServersModifyOK, *ClusterNtpServersModifyAccepted, error) + func (a *Client) ClusterPeerCollectionGet(params *ClusterPeerCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerCollectionGetOK, error) + func (a *Client) ClusterPeerCreate(params *ClusterPeerCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerCreateCreated, error) + func (a *Client) ClusterPeerDelete(params *ClusterPeerDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerDeleteOK, error) + func (a *Client) ClusterPeerGet(params *ClusterPeerGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerGetOK, error) + func (a *Client) ClusterPeerModify(params *ClusterPeerModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerModifyOK, error) + func (a *Client) CounterRowCollectionGet(params *CounterRowCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CounterRowCollectionGetOK, error) + func (a *Client) CounterRowGet(params *CounterRowGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CounterRowGetOK, error) + func (a *Client) CounterTableCollectionGet(params *CounterTableCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CounterTableCollectionGetOK, error) + func (a *Client) CounterTableGet(params *CounterTableGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CounterTableGetOK, error) + func (a *Client) FirmwareHistoryCollectionGet(params *FirmwareHistoryCollectionGetParams, ...) (*FirmwareHistoryCollectionGetOK, error) + func (a *Client) JobCollectionGet(params *JobCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*JobCollectionGetOK, error) + func (a *Client) JobGet(params *JobGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*JobGetOK, error) + func (a *Client) JobModify(params *JobModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*JobModifyOK, error) + func (a *Client) LicenseCreate(params *LicenseCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseCreateCreated, error) + func (a *Client) LicenseDelete(params *LicenseDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseDeleteOK, error) + func (a *Client) LicenseGet(params *LicenseGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseGetOK, error) + func (a *Client) LicenseManagerCollectionGet(params *LicenseManagerCollectionGetParams, ...) (*LicenseManagerCollectionGetOK, error) + func (a *Client) LicenseManagerGet(params *LicenseManagerGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseManagerGetOK, error) + func (a *Client) LicenseManagerModify(params *LicenseManagerModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseManagerModifyOK, *LicenseManagerModifyAccepted, error) + func (a *Client) LicensesGet(params *LicensesGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicensesGetOK, error) + func (a *Client) MediatorCollectionGet(params *MediatorCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MediatorCollectionGetOK, error) + func (a *Client) MediatorCreate(params *MediatorCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MediatorCreateCreated, *MediatorCreateAccepted, error) + func (a *Client) MediatorDelete(params *MediatorDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MediatorDeleteOK, *MediatorDeleteAccepted, error) + func (a *Client) MediatorGet(params *MediatorGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MediatorGetOK, error) + func (a *Client) MetroclusterCreate(params *MetroclusterCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterCreateCreated, *MetroclusterCreateAccepted, error) + func (a *Client) MetroclusterDiagnosticsCreate(params *MetroclusterDiagnosticsCreateParams, ...) (*MetroclusterDiagnosticsCreateCreated, *MetroclusterDiagnosticsCreateAccepted, ...) + func (a *Client) MetroclusterDiagnosticsGet(params *MetroclusterDiagnosticsGetParams, ...) (*MetroclusterDiagnosticsGetOK, error) + func (a *Client) MetroclusterDrGroupCollectionGet(params *MetroclusterDrGroupCollectionGetParams, ...) (*MetroclusterDrGroupCollectionGetOK, error) + func (a *Client) MetroclusterDrGroupCreate(params *MetroclusterDrGroupCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterDrGroupCreateCreated, *MetroclusterDrGroupCreateAccepted, error) + func (a *Client) MetroclusterDrGroupDelete(params *MetroclusterDrGroupDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterDrGroupDeleteOK, *MetroclusterDrGroupDeleteAccepted, error) + func (a *Client) MetroclusterDrGroupGet(params *MetroclusterDrGroupGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterDrGroupGetOK, error) + func (a *Client) MetroclusterGet(params *MetroclusterGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterGetOK, error) + func (a *Client) MetroclusterInterconnectCollectionGet(params *MetroclusterInterconnectCollectionGetParams, ...) (*MetroclusterInterconnectCollectionGetOK, error) + func (a *Client) MetroclusterInterconnectGet(params *MetroclusterInterconnectGetParams, ...) (*MetroclusterInterconnectGetOK, error) + func (a *Client) MetroclusterInterconnectModify(params *MetroclusterInterconnectModifyParams, ...) (*MetroclusterInterconnectModifyOK, *MetroclusterInterconnectModifyAccepted, ...) + func (a *Client) MetroclusterModify(params *MetroclusterModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterModifyOK, *MetroclusterModifyAccepted, error) + func (a *Client) MetroclusterNodeCollectionGet(params *MetroclusterNodeCollectionGetParams, ...) (*MetroclusterNodeCollectionGetOK, error) + func (a *Client) MetroclusterNodeGet(params *MetroclusterNodeGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterNodeGetOK, error) + func (a *Client) MetroclusterOperationCollectionGet(params *MetroclusterOperationCollectionGetParams, ...) (*MetroclusterOperationCollectionGetOK, error) + func (a *Client) MetroclusterOperationGet(params *MetroclusterOperationGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterOperationGetOK, error) + func (a *Client) MetroclusterSvmCollectionGet(params *MetroclusterSvmCollectionGetParams, ...) (*MetroclusterSvmCollectionGetOK, error) + func (a *Client) MetroclusterSvmGet(params *MetroclusterSvmGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterSvmGetOK, error) + func (a *Client) NodeDelete(params *NodeDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodeDeleteOK, *NodeDeleteAccepted, error) + func (a *Client) NodeGet(params *NodeGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodeGetOK, error) + func (a *Client) NodeMetricsCollectionGet(params *NodeMetricsCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodeMetricsCollectionGetOK, error) + func (a *Client) NodeModify(params *NodeModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodeModifyOK, *NodeModifyAccepted, error) + func (a *Client) NodesCreate(params *NodesCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodesCreateCreated, *NodesCreateAccepted, error) + func (a *Client) NodesGet(params *NodesGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodesGetOK, error) + func (a *Client) ResourceTagCollectionGet(params *ResourceTagCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagCollectionGetOK, error) + func (a *Client) ResourceTagGet(params *ResourceTagGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagGetOK, error) + func (a *Client) ResourceTagResourceCollectionGet(params *ResourceTagResourceCollectionGetParams, ...) (*ResourceTagResourceCollectionGetOK, error) + func (a *Client) ResourceTagResourceCreate(params *ResourceTagResourceCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagResourceCreateCreated, error) + func (a *Client) ResourceTagResourceDelete(params *ResourceTagResourceDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagResourceDeleteOK, error) + func (a *Client) ResourceTagResourceGet(params *ResourceTagResourceGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagResourceGetOK, error) + func (a *Client) ScheduleCollectionGet(params *ScheduleCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleCollectionGetOK, error) + func (a *Client) ScheduleCreate(params *ScheduleCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleCreateCreated, error) + func (a *Client) ScheduleDelete(params *ScheduleDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleDeleteOK, error) + func (a *Client) ScheduleGet(params *ScheduleGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleGetOK, error) + func (a *Client) ScheduleModify(params *ScheduleModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleModifyOK, error) + func (a *Client) SensorsCollectionGet(params *SensorsCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SensorsCollectionGetOK, error) + func (a *Client) SensorsGet(params *SensorsGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SensorsGetOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) SoftwareDownloadGet(params *SoftwareDownloadGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwareDownloadGetOK, error) + func (a *Client) SoftwareGet(params *SoftwareGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwareGetOK, error) + func (a *Client) SoftwareHistoryCollectionGet(params *SoftwareHistoryCollectionGetParams, ...) (*SoftwareHistoryCollectionGetOK, error) + func (a *Client) SoftwareModify(params *SoftwareModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwareModifyOK, *SoftwareModifyAccepted, error) + func (a *Client) SoftwarePackageCreate(params *SoftwarePackageCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwarePackageCreateCreated, *SoftwarePackageCreateAccepted, error) + func (a *Client) SoftwarePackageDelete(params *SoftwarePackageDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwarePackageDeleteOK, *SoftwarePackageDeleteAccepted, error) + func (a *Client) SoftwarePackageGet(params *SoftwarePackageGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwarePackageGetOK, error) + func (a *Client) SoftwarePackagesCollectionGet(params *SoftwarePackagesCollectionGetParams, ...) (*SoftwarePackagesCollectionGetOK, error) + func (a *Client) SoftwareUpload(params *SoftwareUploadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwareUploadCreated, *SoftwareUploadAccepted, error) + func (a *Client) WebGet(params *WebGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*WebGetOK, error) + func (a *Client) WebModify(params *WebModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*WebModifyOK, *WebModifyAccepted, error) + type ClientOption func(*runtime.ClientOperation) + func WithAccept(mime string) ClientOption + func WithContentType(mime string) ClientOption + type ClientService interface + CapacityPoolCollectionGet func(params *CapacityPoolCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CapacityPoolCollectionGetOK, error) + CapacityPoolGet func(params *CapacityPoolGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CapacityPoolGetOK, error) + ChassisCollectionGet func(params *ChassisCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ChassisCollectionGetOK, error) + ChassisGet func(params *ChassisGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ChassisGetOK, error) + ClusterCollectionPerformanceMetricsGet func(params *ClusterCollectionPerformanceMetricsGetParams, ...) (*ClusterCollectionPerformanceMetricsGetOK, error) + ClusterCreate func(params *ClusterCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterCreateCreated, *ClusterCreateAccepted, error) + ClusterGet func(params *ClusterGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterGetOK, error) + ClusterModify func(params *ClusterModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterModifyOK, *ClusterModifyAccepted, error) + ClusterNtpKeysCollectionGet func(params *ClusterNtpKeysCollectionGetParams, ...) (*ClusterNtpKeysCollectionGetOK, error) + ClusterNtpKeysCreate func(params *ClusterNtpKeysCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpKeysCreateCreated, error) + ClusterNtpKeysDelete func(params *ClusterNtpKeysDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpKeysDeleteOK, error) + ClusterNtpKeysGet func(params *ClusterNtpKeysGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpKeysGetOK, error) + ClusterNtpKeysModify func(params *ClusterNtpKeysModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpKeysModifyOK, error) + ClusterNtpServersCollectionGet func(params *ClusterNtpServersCollectionGetParams, ...) (*ClusterNtpServersCollectionGetOK, error) + ClusterNtpServersCreate func(params *ClusterNtpServersCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpServersCreateCreated, *ClusterNtpServersCreateAccepted, error) + ClusterNtpServersDelete func(params *ClusterNtpServersDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpServersDeleteOK, *ClusterNtpServersDeleteAccepted, error) + ClusterNtpServersGet func(params *ClusterNtpServersGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpServersGetOK, error) + ClusterNtpServersModify func(params *ClusterNtpServersModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterNtpServersModifyOK, *ClusterNtpServersModifyAccepted, error) + ClusterPeerCollectionGet func(params *ClusterPeerCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerCollectionGetOK, error) + ClusterPeerCreate func(params *ClusterPeerCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerCreateCreated, error) + ClusterPeerDelete func(params *ClusterPeerDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerDeleteOK, error) + ClusterPeerGet func(params *ClusterPeerGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerGetOK, error) + ClusterPeerModify func(params *ClusterPeerModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ClusterPeerModifyOK, error) + CounterRowCollectionGet func(params *CounterRowCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CounterRowCollectionGetOK, error) + CounterRowGet func(params *CounterRowGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CounterRowGetOK, error) + CounterTableCollectionGet func(params *CounterTableCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CounterTableCollectionGetOK, error) + CounterTableGet func(params *CounterTableGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CounterTableGetOK, error) + FirmwareHistoryCollectionGet func(params *FirmwareHistoryCollectionGetParams, ...) (*FirmwareHistoryCollectionGetOK, error) + JobCollectionGet func(params *JobCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*JobCollectionGetOK, error) + JobGet func(params *JobGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*JobGetOK, error) + JobModify func(params *JobModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*JobModifyOK, error) + LicenseCreate func(params *LicenseCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseCreateCreated, error) + LicenseDelete func(params *LicenseDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseDeleteOK, error) + LicenseGet func(params *LicenseGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseGetOK, error) + LicenseManagerCollectionGet func(params *LicenseManagerCollectionGetParams, ...) (*LicenseManagerCollectionGetOK, error) + LicenseManagerGet func(params *LicenseManagerGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseManagerGetOK, error) + LicenseManagerModify func(params *LicenseManagerModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicenseManagerModifyOK, *LicenseManagerModifyAccepted, error) + LicensesGet func(params *LicensesGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LicensesGetOK, error) + MediatorCollectionGet func(params *MediatorCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MediatorCollectionGetOK, error) + MediatorCreate func(params *MediatorCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MediatorCreateCreated, *MediatorCreateAccepted, error) + MediatorDelete func(params *MediatorDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MediatorDeleteOK, *MediatorDeleteAccepted, error) + MediatorGet func(params *MediatorGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MediatorGetOK, error) + MetroclusterCreate func(params *MetroclusterCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterCreateCreated, *MetroclusterCreateAccepted, error) + MetroclusterDiagnosticsCreate func(params *MetroclusterDiagnosticsCreateParams, ...) (*MetroclusterDiagnosticsCreateCreated, *MetroclusterDiagnosticsCreateAccepted, ...) + MetroclusterDiagnosticsGet func(params *MetroclusterDiagnosticsGetParams, ...) (*MetroclusterDiagnosticsGetOK, error) + MetroclusterDrGroupCollectionGet func(params *MetroclusterDrGroupCollectionGetParams, ...) (*MetroclusterDrGroupCollectionGetOK, error) + MetroclusterDrGroupCreate func(params *MetroclusterDrGroupCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterDrGroupCreateCreated, *MetroclusterDrGroupCreateAccepted, error) + MetroclusterDrGroupDelete func(params *MetroclusterDrGroupDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterDrGroupDeleteOK, *MetroclusterDrGroupDeleteAccepted, error) + MetroclusterDrGroupGet func(params *MetroclusterDrGroupGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterDrGroupGetOK, error) + MetroclusterGet func(params *MetroclusterGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterGetOK, error) + MetroclusterInterconnectCollectionGet func(params *MetroclusterInterconnectCollectionGetParams, ...) (*MetroclusterInterconnectCollectionGetOK, error) + MetroclusterInterconnectGet func(params *MetroclusterInterconnectGetParams, ...) (*MetroclusterInterconnectGetOK, error) + MetroclusterInterconnectModify func(params *MetroclusterInterconnectModifyParams, ...) (*MetroclusterInterconnectModifyOK, *MetroclusterInterconnectModifyAccepted, ...) + MetroclusterModify func(params *MetroclusterModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterModifyOK, *MetroclusterModifyAccepted, error) + MetroclusterNodeCollectionGet func(params *MetroclusterNodeCollectionGetParams, ...) (*MetroclusterNodeCollectionGetOK, error) + MetroclusterNodeGet func(params *MetroclusterNodeGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterNodeGetOK, error) + MetroclusterOperationCollectionGet func(params *MetroclusterOperationCollectionGetParams, ...) (*MetroclusterOperationCollectionGetOK, error) + MetroclusterOperationGet func(params *MetroclusterOperationGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterOperationGetOK, error) + MetroclusterSvmCollectionGet func(params *MetroclusterSvmCollectionGetParams, ...) (*MetroclusterSvmCollectionGetOK, error) + MetroclusterSvmGet func(params *MetroclusterSvmGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MetroclusterSvmGetOK, error) + NodeDelete func(params *NodeDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodeDeleteOK, *NodeDeleteAccepted, error) + NodeGet func(params *NodeGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodeGetOK, error) + NodeMetricsCollectionGet func(params *NodeMetricsCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodeMetricsCollectionGetOK, error) + NodeModify func(params *NodeModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodeModifyOK, *NodeModifyAccepted, error) + NodesCreate func(params *NodesCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodesCreateCreated, *NodesCreateAccepted, error) + NodesGet func(params *NodesGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NodesGetOK, error) + ResourceTagCollectionGet func(params *ResourceTagCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagCollectionGetOK, error) + ResourceTagGet func(params *ResourceTagGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagGetOK, error) + ResourceTagResourceCollectionGet func(params *ResourceTagResourceCollectionGetParams, ...) (*ResourceTagResourceCollectionGetOK, error) + ResourceTagResourceCreate func(params *ResourceTagResourceCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagResourceCreateCreated, error) + ResourceTagResourceDelete func(params *ResourceTagResourceDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagResourceDeleteOK, error) + ResourceTagResourceGet func(params *ResourceTagResourceGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResourceTagResourceGetOK, error) + ScheduleCollectionGet func(params *ScheduleCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleCollectionGetOK, error) + ScheduleCreate func(params *ScheduleCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleCreateCreated, error) + ScheduleDelete func(params *ScheduleDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleDeleteOK, error) + ScheduleGet func(params *ScheduleGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleGetOK, error) + ScheduleModify func(params *ScheduleModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ScheduleModifyOK, error) + SensorsCollectionGet func(params *SensorsCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SensorsCollectionGetOK, error) + SensorsGet func(params *SensorsGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SensorsGetOK, error) + SetTransport func(transport runtime.ClientTransport) + SoftwareDownloadGet func(params *SoftwareDownloadGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwareDownloadGetOK, error) + SoftwareGet func(params *SoftwareGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwareGetOK, error) + SoftwareHistoryCollectionGet func(params *SoftwareHistoryCollectionGetParams, ...) (*SoftwareHistoryCollectionGetOK, error) + SoftwareModify func(params *SoftwareModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwareModifyOK, *SoftwareModifyAccepted, error) + SoftwarePackageCreate func(params *SoftwarePackageCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwarePackageCreateCreated, *SoftwarePackageCreateAccepted, error) + SoftwarePackageDelete func(params *SoftwarePackageDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwarePackageDeleteOK, *SoftwarePackageDeleteAccepted, error) + SoftwarePackageGet func(params *SoftwarePackageGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwarePackageGetOK, error) + SoftwarePackagesCollectionGet func(params *SoftwarePackagesCollectionGetParams, ...) (*SoftwarePackagesCollectionGetOK, error) + SoftwareUpload func(params *SoftwareUploadParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SoftwareUploadCreated, *SoftwareUploadAccepted, error) + WebGet func(params *WebGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*WebGetOK, error) + WebModify func(params *WebModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*WebModifyOK, *WebModifyAccepted, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type ClusterCollectionPerformanceMetricsGetDefault struct + Payload *models.ErrorResponse + func NewClusterCollectionPerformanceMetricsGetDefault(code int) *ClusterCollectionPerformanceMetricsGetDefault + func (o *ClusterCollectionPerformanceMetricsGetDefault) Code() int + func (o *ClusterCollectionPerformanceMetricsGetDefault) Error() string + func (o *ClusterCollectionPerformanceMetricsGetDefault) GetPayload() *models.ErrorResponse + func (o *ClusterCollectionPerformanceMetricsGetDefault) IsClientError() bool + func (o *ClusterCollectionPerformanceMetricsGetDefault) IsCode(code int) bool + func (o *ClusterCollectionPerformanceMetricsGetDefault) IsRedirect() bool + func (o *ClusterCollectionPerformanceMetricsGetDefault) IsServerError() bool + func (o *ClusterCollectionPerformanceMetricsGetDefault) IsSuccess() bool + func (o *ClusterCollectionPerformanceMetricsGetDefault) String() string + type ClusterCollectionPerformanceMetricsGetOK struct + Payload *models.ClusterMetricsResponse + func NewClusterCollectionPerformanceMetricsGetOK() *ClusterCollectionPerformanceMetricsGetOK + func (o *ClusterCollectionPerformanceMetricsGetOK) Code() int + func (o *ClusterCollectionPerformanceMetricsGetOK) Error() string + func (o *ClusterCollectionPerformanceMetricsGetOK) GetPayload() *models.ClusterMetricsResponse + func (o *ClusterCollectionPerformanceMetricsGetOK) IsClientError() bool + func (o *ClusterCollectionPerformanceMetricsGetOK) IsCode(code int) bool + func (o *ClusterCollectionPerformanceMetricsGetOK) IsRedirect() bool + func (o *ClusterCollectionPerformanceMetricsGetOK) IsServerError() bool + func (o *ClusterCollectionPerformanceMetricsGetOK) IsSuccess() bool + func (o *ClusterCollectionPerformanceMetricsGetOK) String() string + type ClusterCollectionPerformanceMetricsGetParams struct + Context context.Context + Duration *string + Fields []string + HTTPClient *http.Client + Interval *string + IopsOther *int64 + IopsRead *int64 + IopsTotal *int64 + IopsWrite *int64 + LatencyOther *int64 + LatencyRead *int64 + LatencyTotal *int64 + LatencyWrite *int64 + MaxRecords *int64 + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + Status *string + ThroughputOther *int64 + ThroughputRead *int64 + ThroughputTotal *int64 + ThroughputWrite *int64 + Timestamp *string + func NewClusterCollectionPerformanceMetricsGetParams() *ClusterCollectionPerformanceMetricsGetParams + func NewClusterCollectionPerformanceMetricsGetParamsWithContext(ctx context.Context) *ClusterCollectionPerformanceMetricsGetParams + func NewClusterCollectionPerformanceMetricsGetParamsWithHTTPClient(client *http.Client) *ClusterCollectionPerformanceMetricsGetParams + func NewClusterCollectionPerformanceMetricsGetParamsWithTimeout(timeout time.Duration) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) SetContext(ctx context.Context) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetDefaults() + func (o *ClusterCollectionPerformanceMetricsGetParams) SetDuration(duration *string) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetFields(fields []string) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetHTTPClient(client *http.Client) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetInterval(interval *string) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetIopsOther(iopsOther *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetIopsRead(iopsRead *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetIopsTotal(iopsTotal *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetIopsWrite(iopsWrite *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetLatencyOther(latencyOther *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetLatencyRead(latencyRead *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetLatencyTotal(latencyTotal *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetLatencyWrite(latencyWrite *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetMaxRecords(maxRecords *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetOrderBy(orderBy []string) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetReturnRecords(returnRecords *bool) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetStatus(status *string) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetThroughputOther(throughputOther *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetThroughputRead(throughputRead *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetThroughputTotal(throughputTotal *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetThroughputWrite(throughputWrite *int64) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetTimeout(timeout time.Duration) + func (o *ClusterCollectionPerformanceMetricsGetParams) SetTimestamp(timestamp *string) + func (o *ClusterCollectionPerformanceMetricsGetParams) WithContext(ctx context.Context) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithDefaults() *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithDuration(duration *string) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithFields(fields []string) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithHTTPClient(client *http.Client) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithInterval(interval *string) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithIopsOther(iopsOther *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithIopsRead(iopsRead *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithIopsTotal(iopsTotal *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithIopsWrite(iopsWrite *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithLatencyOther(latencyOther *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithLatencyRead(latencyRead *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithLatencyTotal(latencyTotal *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithLatencyWrite(latencyWrite *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithMaxRecords(maxRecords *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithOrderBy(orderBy []string) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithReturnRecords(returnRecords *bool) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithReturnTimeout(returnTimeout *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithStatus(status *string) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithThroughputOther(throughputOther *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithThroughputRead(throughputRead *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithThroughputTotal(throughputTotal *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithThroughputWrite(throughputWrite *int64) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithTimeout(timeout time.Duration) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WithTimestamp(timestamp *string) *ClusterCollectionPerformanceMetricsGetParams + func (o *ClusterCollectionPerformanceMetricsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterCollectionPerformanceMetricsGetReader struct + func (o *ClusterCollectionPerformanceMetricsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewClusterCreateAccepted() *ClusterCreateAccepted + func (o *ClusterCreateAccepted) Code() int + func (o *ClusterCreateAccepted) Error() string + func (o *ClusterCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *ClusterCreateAccepted) IsClientError() bool + func (o *ClusterCreateAccepted) IsCode(code int) bool + func (o *ClusterCreateAccepted) IsRedirect() bool + func (o *ClusterCreateAccepted) IsServerError() bool + func (o *ClusterCreateAccepted) IsSuccess() bool + func (o *ClusterCreateAccepted) String() string + type ClusterCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewClusterCreateCreated() *ClusterCreateCreated + func (o *ClusterCreateCreated) Code() int + func (o *ClusterCreateCreated) Error() string + func (o *ClusterCreateCreated) GetPayload() *models.JobLinkResponse + func (o *ClusterCreateCreated) IsClientError() bool + func (o *ClusterCreateCreated) IsCode(code int) bool + func (o *ClusterCreateCreated) IsRedirect() bool + func (o *ClusterCreateCreated) IsServerError() bool + func (o *ClusterCreateCreated) IsSuccess() bool + func (o *ClusterCreateCreated) String() string + type ClusterCreateDefault struct + Payload *models.ErrorResponse + func NewClusterCreateDefault(code int) *ClusterCreateDefault + func (o *ClusterCreateDefault) Code() int + func (o *ClusterCreateDefault) Error() string + func (o *ClusterCreateDefault) GetPayload() *models.ErrorResponse + func (o *ClusterCreateDefault) IsClientError() bool + func (o *ClusterCreateDefault) IsCode(code int) bool + func (o *ClusterCreateDefault) IsRedirect() bool + func (o *ClusterCreateDefault) IsServerError() bool + func (o *ClusterCreateDefault) IsSuccess() bool + func (o *ClusterCreateDefault) String() string + type ClusterCreateParams struct + Context context.Context + CreateRecommendedAggregates *bool + HTTPClient *http.Client + Info *models.Cluster + KeepPreclusterConfig *bool + ReturnTimeout *int64 + SingleNodeCluster *bool + func NewClusterCreateParams() *ClusterCreateParams + func NewClusterCreateParamsWithContext(ctx context.Context) *ClusterCreateParams + func NewClusterCreateParamsWithHTTPClient(client *http.Client) *ClusterCreateParams + func NewClusterCreateParamsWithTimeout(timeout time.Duration) *ClusterCreateParams + func (o *ClusterCreateParams) SetContext(ctx context.Context) + func (o *ClusterCreateParams) SetCreateRecommendedAggregates(createRecommendedAggregates *bool) + func (o *ClusterCreateParams) SetDefaults() + func (o *ClusterCreateParams) SetHTTPClient(client *http.Client) + func (o *ClusterCreateParams) SetInfo(info *models.Cluster) + func (o *ClusterCreateParams) SetKeepPreclusterConfig(keepPreclusterConfig *bool) + func (o *ClusterCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterCreateParams) SetSingleNodeCluster(singleNodeCluster *bool) + func (o *ClusterCreateParams) SetTimeout(timeout time.Duration) + func (o *ClusterCreateParams) WithContext(ctx context.Context) *ClusterCreateParams + func (o *ClusterCreateParams) WithCreateRecommendedAggregates(createRecommendedAggregates *bool) *ClusterCreateParams + func (o *ClusterCreateParams) WithDefaults() *ClusterCreateParams + func (o *ClusterCreateParams) WithHTTPClient(client *http.Client) *ClusterCreateParams + func (o *ClusterCreateParams) WithInfo(info *models.Cluster) *ClusterCreateParams + func (o *ClusterCreateParams) WithKeepPreclusterConfig(keepPreclusterConfig *bool) *ClusterCreateParams + func (o *ClusterCreateParams) WithReturnTimeout(returnTimeout *int64) *ClusterCreateParams + func (o *ClusterCreateParams) WithSingleNodeCluster(singleNodeCluster *bool) *ClusterCreateParams + func (o *ClusterCreateParams) WithTimeout(timeout time.Duration) *ClusterCreateParams + func (o *ClusterCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterCreateReader struct + func (o *ClusterCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterGetDefault struct + Payload *models.ErrorResponse + func NewClusterGetDefault(code int) *ClusterGetDefault + func (o *ClusterGetDefault) Code() int + func (o *ClusterGetDefault) Error() string + func (o *ClusterGetDefault) GetPayload() *models.ErrorResponse + func (o *ClusterGetDefault) IsClientError() bool + func (o *ClusterGetDefault) IsCode(code int) bool + func (o *ClusterGetDefault) IsRedirect() bool + func (o *ClusterGetDefault) IsServerError() bool + func (o *ClusterGetDefault) IsSuccess() bool + func (o *ClusterGetDefault) String() string + type ClusterGetOK struct + Payload *models.Cluster + func NewClusterGetOK() *ClusterGetOK + func (o *ClusterGetOK) Code() int + func (o *ClusterGetOK) Error() string + func (o *ClusterGetOK) GetPayload() *models.Cluster + func (o *ClusterGetOK) IsClientError() bool + func (o *ClusterGetOK) IsCode(code int) bool + func (o *ClusterGetOK) IsRedirect() bool + func (o *ClusterGetOK) IsServerError() bool + func (o *ClusterGetOK) IsSuccess() bool + func (o *ClusterGetOK) String() string + type ClusterGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + func NewClusterGetParams() *ClusterGetParams + func NewClusterGetParamsWithContext(ctx context.Context) *ClusterGetParams + func NewClusterGetParamsWithHTTPClient(client *http.Client) *ClusterGetParams + func NewClusterGetParamsWithTimeout(timeout time.Duration) *ClusterGetParams + func (o *ClusterGetParams) SetContext(ctx context.Context) + func (o *ClusterGetParams) SetDefaults() + func (o *ClusterGetParams) SetFields(fields []string) + func (o *ClusterGetParams) SetHTTPClient(client *http.Client) + func (o *ClusterGetParams) SetTimeout(timeout time.Duration) + func (o *ClusterGetParams) WithContext(ctx context.Context) *ClusterGetParams + func (o *ClusterGetParams) WithDefaults() *ClusterGetParams + func (o *ClusterGetParams) WithFields(fields []string) *ClusterGetParams + func (o *ClusterGetParams) WithHTTPClient(client *http.Client) *ClusterGetParams + func (o *ClusterGetParams) WithTimeout(timeout time.Duration) *ClusterGetParams + func (o *ClusterGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterGetReader struct + func (o *ClusterGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterModifyAccepted struct + Payload *models.JobLinkResponse + func NewClusterModifyAccepted() *ClusterModifyAccepted + func (o *ClusterModifyAccepted) Code() int + func (o *ClusterModifyAccepted) Error() string + func (o *ClusterModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *ClusterModifyAccepted) IsClientError() bool + func (o *ClusterModifyAccepted) IsCode(code int) bool + func (o *ClusterModifyAccepted) IsRedirect() bool + func (o *ClusterModifyAccepted) IsServerError() bool + func (o *ClusterModifyAccepted) IsSuccess() bool + func (o *ClusterModifyAccepted) String() string + type ClusterModifyDefault struct + Payload *models.ErrorResponse + func NewClusterModifyDefault(code int) *ClusterModifyDefault + func (o *ClusterModifyDefault) Code() int + func (o *ClusterModifyDefault) Error() string + func (o *ClusterModifyDefault) GetPayload() *models.ErrorResponse + func (o *ClusterModifyDefault) IsClientError() bool + func (o *ClusterModifyDefault) IsCode(code int) bool + func (o *ClusterModifyDefault) IsRedirect() bool + func (o *ClusterModifyDefault) IsServerError() bool + func (o *ClusterModifyDefault) IsSuccess() bool + func (o *ClusterModifyDefault) String() string + type ClusterModifyOK struct + Payload *models.JobLinkResponse + func NewClusterModifyOK() *ClusterModifyOK + func (o *ClusterModifyOK) Code() int + func (o *ClusterModifyOK) Error() string + func (o *ClusterModifyOK) GetPayload() *models.JobLinkResponse + func (o *ClusterModifyOK) IsClientError() bool + func (o *ClusterModifyOK) IsCode(code int) bool + func (o *ClusterModifyOK) IsRedirect() bool + func (o *ClusterModifyOK) IsServerError() bool + func (o *ClusterModifyOK) IsSuccess() bool + func (o *ClusterModifyOK) String() string + type ClusterModifyParams struct + Context context.Context + HTTPClient *http.Client + Info *models.Cluster + ReturnTimeout *int64 + func NewClusterModifyParams() *ClusterModifyParams + func NewClusterModifyParamsWithContext(ctx context.Context) *ClusterModifyParams + func NewClusterModifyParamsWithHTTPClient(client *http.Client) *ClusterModifyParams + func NewClusterModifyParamsWithTimeout(timeout time.Duration) *ClusterModifyParams + func (o *ClusterModifyParams) SetContext(ctx context.Context) + func (o *ClusterModifyParams) SetDefaults() + func (o *ClusterModifyParams) SetHTTPClient(client *http.Client) + func (o *ClusterModifyParams) SetInfo(info *models.Cluster) + func (o *ClusterModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterModifyParams) SetTimeout(timeout time.Duration) + func (o *ClusterModifyParams) WithContext(ctx context.Context) *ClusterModifyParams + func (o *ClusterModifyParams) WithDefaults() *ClusterModifyParams + func (o *ClusterModifyParams) WithHTTPClient(client *http.Client) *ClusterModifyParams + func (o *ClusterModifyParams) WithInfo(info *models.Cluster) *ClusterModifyParams + func (o *ClusterModifyParams) WithReturnTimeout(returnTimeout *int64) *ClusterModifyParams + func (o *ClusterModifyParams) WithTimeout(timeout time.Duration) *ClusterModifyParams + func (o *ClusterModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterModifyReader struct + func (o *ClusterModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpKeysCollectionGetDefault struct + Payload *models.ErrorResponse + func NewClusterNtpKeysCollectionGetDefault(code int) *ClusterNtpKeysCollectionGetDefault + func (o *ClusterNtpKeysCollectionGetDefault) Code() int + func (o *ClusterNtpKeysCollectionGetDefault) Error() string + func (o *ClusterNtpKeysCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpKeysCollectionGetDefault) IsClientError() bool + func (o *ClusterNtpKeysCollectionGetDefault) IsCode(code int) bool + func (o *ClusterNtpKeysCollectionGetDefault) IsRedirect() bool + func (o *ClusterNtpKeysCollectionGetDefault) IsServerError() bool + func (o *ClusterNtpKeysCollectionGetDefault) IsSuccess() bool + func (o *ClusterNtpKeysCollectionGetDefault) String() string + type ClusterNtpKeysCollectionGetOK struct + Payload *models.NtpKeyResponse + func NewClusterNtpKeysCollectionGetOK() *ClusterNtpKeysCollectionGetOK + func (o *ClusterNtpKeysCollectionGetOK) Code() int + func (o *ClusterNtpKeysCollectionGetOK) Error() string + func (o *ClusterNtpKeysCollectionGetOK) GetPayload() *models.NtpKeyResponse + func (o *ClusterNtpKeysCollectionGetOK) IsClientError() bool + func (o *ClusterNtpKeysCollectionGetOK) IsCode(code int) bool + func (o *ClusterNtpKeysCollectionGetOK) IsRedirect() bool + func (o *ClusterNtpKeysCollectionGetOK) IsServerError() bool + func (o *ClusterNtpKeysCollectionGetOK) IsSuccess() bool + func (o *ClusterNtpKeysCollectionGetOK) String() string + type ClusterNtpKeysCollectionGetParams struct + Context context.Context + DigestType *string + Fields []string + HTTPClient *http.Client + ID *int64 + MaxRecords *int64 + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + Value *string + func NewClusterNtpKeysCollectionGetParams() *ClusterNtpKeysCollectionGetParams + func NewClusterNtpKeysCollectionGetParamsWithContext(ctx context.Context) *ClusterNtpKeysCollectionGetParams + func NewClusterNtpKeysCollectionGetParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysCollectionGetParams + func NewClusterNtpKeysCollectionGetParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) SetContext(ctx context.Context) + func (o *ClusterNtpKeysCollectionGetParams) SetDefaults() + func (o *ClusterNtpKeysCollectionGetParams) SetDigestType(digestType *string) + func (o *ClusterNtpKeysCollectionGetParams) SetFields(fields []string) + func (o *ClusterNtpKeysCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpKeysCollectionGetParams) SetID(id *int64) + func (o *ClusterNtpKeysCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *ClusterNtpKeysCollectionGetParams) SetOrderBy(orderBy []string) + func (o *ClusterNtpKeysCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *ClusterNtpKeysCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterNtpKeysCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpKeysCollectionGetParams) SetValue(value *string) + func (o *ClusterNtpKeysCollectionGetParams) WithContext(ctx context.Context) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithDefaults() *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithDigestType(digestType *string) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithFields(fields []string) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithHTTPClient(client *http.Client) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithID(id *int64) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithMaxRecords(maxRecords *int64) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithOrderBy(orderBy []string) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithReturnRecords(returnRecords *bool) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithTimeout(timeout time.Duration) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WithValue(value *string) *ClusterNtpKeysCollectionGetParams + func (o *ClusterNtpKeysCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpKeysCollectionGetReader struct + func (o *ClusterNtpKeysCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpKeysCreateCreated struct + Location string + func NewClusterNtpKeysCreateCreated() *ClusterNtpKeysCreateCreated + func (o *ClusterNtpKeysCreateCreated) Code() int + func (o *ClusterNtpKeysCreateCreated) Error() string + func (o *ClusterNtpKeysCreateCreated) IsClientError() bool + func (o *ClusterNtpKeysCreateCreated) IsCode(code int) bool + func (o *ClusterNtpKeysCreateCreated) IsRedirect() bool + func (o *ClusterNtpKeysCreateCreated) IsServerError() bool + func (o *ClusterNtpKeysCreateCreated) IsSuccess() bool + func (o *ClusterNtpKeysCreateCreated) String() string + type ClusterNtpKeysCreateDefault struct + Payload *models.ErrorResponse + func NewClusterNtpKeysCreateDefault(code int) *ClusterNtpKeysCreateDefault + func (o *ClusterNtpKeysCreateDefault) Code() int + func (o *ClusterNtpKeysCreateDefault) Error() string + func (o *ClusterNtpKeysCreateDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpKeysCreateDefault) IsClientError() bool + func (o *ClusterNtpKeysCreateDefault) IsCode(code int) bool + func (o *ClusterNtpKeysCreateDefault) IsRedirect() bool + func (o *ClusterNtpKeysCreateDefault) IsServerError() bool + func (o *ClusterNtpKeysCreateDefault) IsSuccess() bool + func (o *ClusterNtpKeysCreateDefault) String() string + type ClusterNtpKeysCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.NtpKey + ReturnRecords *bool + func NewClusterNtpKeysCreateParams() *ClusterNtpKeysCreateParams + func NewClusterNtpKeysCreateParamsWithContext(ctx context.Context) *ClusterNtpKeysCreateParams + func NewClusterNtpKeysCreateParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysCreateParams + func NewClusterNtpKeysCreateParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysCreateParams + func (o *ClusterNtpKeysCreateParams) SetContext(ctx context.Context) + func (o *ClusterNtpKeysCreateParams) SetDefaults() + func (o *ClusterNtpKeysCreateParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpKeysCreateParams) SetInfo(info *models.NtpKey) + func (o *ClusterNtpKeysCreateParams) SetReturnRecords(returnRecords *bool) + func (o *ClusterNtpKeysCreateParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpKeysCreateParams) WithContext(ctx context.Context) *ClusterNtpKeysCreateParams + func (o *ClusterNtpKeysCreateParams) WithDefaults() *ClusterNtpKeysCreateParams + func (o *ClusterNtpKeysCreateParams) WithHTTPClient(client *http.Client) *ClusterNtpKeysCreateParams + func (o *ClusterNtpKeysCreateParams) WithInfo(info *models.NtpKey) *ClusterNtpKeysCreateParams + func (o *ClusterNtpKeysCreateParams) WithReturnRecords(returnRecords *bool) *ClusterNtpKeysCreateParams + func (o *ClusterNtpKeysCreateParams) WithTimeout(timeout time.Duration) *ClusterNtpKeysCreateParams + func (o *ClusterNtpKeysCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpKeysCreateReader struct + func (o *ClusterNtpKeysCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpKeysDeleteDefault struct + Payload *models.ErrorResponse + func NewClusterNtpKeysDeleteDefault(code int) *ClusterNtpKeysDeleteDefault + func (o *ClusterNtpKeysDeleteDefault) Code() int + func (o *ClusterNtpKeysDeleteDefault) Error() string + func (o *ClusterNtpKeysDeleteDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpKeysDeleteDefault) IsClientError() bool + func (o *ClusterNtpKeysDeleteDefault) IsCode(code int) bool + func (o *ClusterNtpKeysDeleteDefault) IsRedirect() bool + func (o *ClusterNtpKeysDeleteDefault) IsServerError() bool + func (o *ClusterNtpKeysDeleteDefault) IsSuccess() bool + func (o *ClusterNtpKeysDeleteDefault) String() string + type ClusterNtpKeysDeleteOK struct + func NewClusterNtpKeysDeleteOK() *ClusterNtpKeysDeleteOK + func (o *ClusterNtpKeysDeleteOK) Code() int + func (o *ClusterNtpKeysDeleteOK) Error() string + func (o *ClusterNtpKeysDeleteOK) IsClientError() bool + func (o *ClusterNtpKeysDeleteOK) IsCode(code int) bool + func (o *ClusterNtpKeysDeleteOK) IsRedirect() bool + func (o *ClusterNtpKeysDeleteOK) IsServerError() bool + func (o *ClusterNtpKeysDeleteOK) IsSuccess() bool + func (o *ClusterNtpKeysDeleteOK) String() string + type ClusterNtpKeysDeleteParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewClusterNtpKeysDeleteParams() *ClusterNtpKeysDeleteParams + func NewClusterNtpKeysDeleteParamsWithContext(ctx context.Context) *ClusterNtpKeysDeleteParams + func NewClusterNtpKeysDeleteParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysDeleteParams + func NewClusterNtpKeysDeleteParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysDeleteParams + func (o *ClusterNtpKeysDeleteParams) SetContext(ctx context.Context) + func (o *ClusterNtpKeysDeleteParams) SetDefaults() + func (o *ClusterNtpKeysDeleteParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpKeysDeleteParams) SetID(id int64) + func (o *ClusterNtpKeysDeleteParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpKeysDeleteParams) WithContext(ctx context.Context) *ClusterNtpKeysDeleteParams + func (o *ClusterNtpKeysDeleteParams) WithDefaults() *ClusterNtpKeysDeleteParams + func (o *ClusterNtpKeysDeleteParams) WithHTTPClient(client *http.Client) *ClusterNtpKeysDeleteParams + func (o *ClusterNtpKeysDeleteParams) WithID(id int64) *ClusterNtpKeysDeleteParams + func (o *ClusterNtpKeysDeleteParams) WithTimeout(timeout time.Duration) *ClusterNtpKeysDeleteParams + func (o *ClusterNtpKeysDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpKeysDeleteReader struct + func (o *ClusterNtpKeysDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpKeysGetDefault struct + Payload *models.ErrorResponse + func NewClusterNtpKeysGetDefault(code int) *ClusterNtpKeysGetDefault + func (o *ClusterNtpKeysGetDefault) Code() int + func (o *ClusterNtpKeysGetDefault) Error() string + func (o *ClusterNtpKeysGetDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpKeysGetDefault) IsClientError() bool + func (o *ClusterNtpKeysGetDefault) IsCode(code int) bool + func (o *ClusterNtpKeysGetDefault) IsRedirect() bool + func (o *ClusterNtpKeysGetDefault) IsServerError() bool + func (o *ClusterNtpKeysGetDefault) IsSuccess() bool + func (o *ClusterNtpKeysGetDefault) String() string + type ClusterNtpKeysGetOK struct + Payload *models.NtpKey + func NewClusterNtpKeysGetOK() *ClusterNtpKeysGetOK + func (o *ClusterNtpKeysGetOK) Code() int + func (o *ClusterNtpKeysGetOK) Error() string + func (o *ClusterNtpKeysGetOK) GetPayload() *models.NtpKey + func (o *ClusterNtpKeysGetOK) IsClientError() bool + func (o *ClusterNtpKeysGetOK) IsCode(code int) bool + func (o *ClusterNtpKeysGetOK) IsRedirect() bool + func (o *ClusterNtpKeysGetOK) IsServerError() bool + func (o *ClusterNtpKeysGetOK) IsSuccess() bool + func (o *ClusterNtpKeysGetOK) String() string + type ClusterNtpKeysGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + ID int64 + func NewClusterNtpKeysGetParams() *ClusterNtpKeysGetParams + func NewClusterNtpKeysGetParamsWithContext(ctx context.Context) *ClusterNtpKeysGetParams + func NewClusterNtpKeysGetParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysGetParams + func NewClusterNtpKeysGetParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysGetParams + func (o *ClusterNtpKeysGetParams) SetContext(ctx context.Context) + func (o *ClusterNtpKeysGetParams) SetDefaults() + func (o *ClusterNtpKeysGetParams) SetFields(fields []string) + func (o *ClusterNtpKeysGetParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpKeysGetParams) SetID(id int64) + func (o *ClusterNtpKeysGetParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpKeysGetParams) WithContext(ctx context.Context) *ClusterNtpKeysGetParams + func (o *ClusterNtpKeysGetParams) WithDefaults() *ClusterNtpKeysGetParams + func (o *ClusterNtpKeysGetParams) WithFields(fields []string) *ClusterNtpKeysGetParams + func (o *ClusterNtpKeysGetParams) WithHTTPClient(client *http.Client) *ClusterNtpKeysGetParams + func (o *ClusterNtpKeysGetParams) WithID(id int64) *ClusterNtpKeysGetParams + func (o *ClusterNtpKeysGetParams) WithTimeout(timeout time.Duration) *ClusterNtpKeysGetParams + func (o *ClusterNtpKeysGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpKeysGetReader struct + func (o *ClusterNtpKeysGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpKeysModifyDefault struct + Payload *models.ErrorResponse + func NewClusterNtpKeysModifyDefault(code int) *ClusterNtpKeysModifyDefault + func (o *ClusterNtpKeysModifyDefault) Code() int + func (o *ClusterNtpKeysModifyDefault) Error() string + func (o *ClusterNtpKeysModifyDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpKeysModifyDefault) IsClientError() bool + func (o *ClusterNtpKeysModifyDefault) IsCode(code int) bool + func (o *ClusterNtpKeysModifyDefault) IsRedirect() bool + func (o *ClusterNtpKeysModifyDefault) IsServerError() bool + func (o *ClusterNtpKeysModifyDefault) IsSuccess() bool + func (o *ClusterNtpKeysModifyDefault) String() string + type ClusterNtpKeysModifyOK struct + func NewClusterNtpKeysModifyOK() *ClusterNtpKeysModifyOK + func (o *ClusterNtpKeysModifyOK) Code() int + func (o *ClusterNtpKeysModifyOK) Error() string + func (o *ClusterNtpKeysModifyOK) IsClientError() bool + func (o *ClusterNtpKeysModifyOK) IsCode(code int) bool + func (o *ClusterNtpKeysModifyOK) IsRedirect() bool + func (o *ClusterNtpKeysModifyOK) IsServerError() bool + func (o *ClusterNtpKeysModifyOK) IsSuccess() bool + func (o *ClusterNtpKeysModifyOK) String() string + type ClusterNtpKeysModifyParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + Info *models.NtpKey + func NewClusterNtpKeysModifyParams() *ClusterNtpKeysModifyParams + func NewClusterNtpKeysModifyParamsWithContext(ctx context.Context) *ClusterNtpKeysModifyParams + func NewClusterNtpKeysModifyParamsWithHTTPClient(client *http.Client) *ClusterNtpKeysModifyParams + func NewClusterNtpKeysModifyParamsWithTimeout(timeout time.Duration) *ClusterNtpKeysModifyParams + func (o *ClusterNtpKeysModifyParams) SetContext(ctx context.Context) + func (o *ClusterNtpKeysModifyParams) SetDefaults() + func (o *ClusterNtpKeysModifyParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpKeysModifyParams) SetID(id int64) + func (o *ClusterNtpKeysModifyParams) SetInfo(info *models.NtpKey) + func (o *ClusterNtpKeysModifyParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpKeysModifyParams) WithContext(ctx context.Context) *ClusterNtpKeysModifyParams + func (o *ClusterNtpKeysModifyParams) WithDefaults() *ClusterNtpKeysModifyParams + func (o *ClusterNtpKeysModifyParams) WithHTTPClient(client *http.Client) *ClusterNtpKeysModifyParams + func (o *ClusterNtpKeysModifyParams) WithID(id int64) *ClusterNtpKeysModifyParams + func (o *ClusterNtpKeysModifyParams) WithInfo(info *models.NtpKey) *ClusterNtpKeysModifyParams + func (o *ClusterNtpKeysModifyParams) WithTimeout(timeout time.Duration) *ClusterNtpKeysModifyParams + func (o *ClusterNtpKeysModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpKeysModifyReader struct + func (o *ClusterNtpKeysModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpServersCollectionGetDefault struct + Payload *models.ErrorResponse + func NewClusterNtpServersCollectionGetDefault(code int) *ClusterNtpServersCollectionGetDefault + func (o *ClusterNtpServersCollectionGetDefault) Code() int + func (o *ClusterNtpServersCollectionGetDefault) Error() string + func (o *ClusterNtpServersCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpServersCollectionGetDefault) IsClientError() bool + func (o *ClusterNtpServersCollectionGetDefault) IsCode(code int) bool + func (o *ClusterNtpServersCollectionGetDefault) IsRedirect() bool + func (o *ClusterNtpServersCollectionGetDefault) IsServerError() bool + func (o *ClusterNtpServersCollectionGetDefault) IsSuccess() bool + func (o *ClusterNtpServersCollectionGetDefault) String() string + type ClusterNtpServersCollectionGetOK struct + Payload *models.NtpServerResponse + func NewClusterNtpServersCollectionGetOK() *ClusterNtpServersCollectionGetOK + func (o *ClusterNtpServersCollectionGetOK) Code() int + func (o *ClusterNtpServersCollectionGetOK) Error() string + func (o *ClusterNtpServersCollectionGetOK) GetPayload() *models.NtpServerResponse + func (o *ClusterNtpServersCollectionGetOK) IsClientError() bool + func (o *ClusterNtpServersCollectionGetOK) IsCode(code int) bool + func (o *ClusterNtpServersCollectionGetOK) IsRedirect() bool + func (o *ClusterNtpServersCollectionGetOK) IsServerError() bool + func (o *ClusterNtpServersCollectionGetOK) IsSuccess() bool + func (o *ClusterNtpServersCollectionGetOK) String() string + type ClusterNtpServersCollectionGetParams struct + AuthenticationEnabled *bool + Context context.Context + Fields []string + HTTPClient *http.Client + KeyID *int64 + MaxRecords *int64 + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + Server *string + Version *string + func NewClusterNtpServersCollectionGetParams() *ClusterNtpServersCollectionGetParams + func NewClusterNtpServersCollectionGetParamsWithContext(ctx context.Context) *ClusterNtpServersCollectionGetParams + func NewClusterNtpServersCollectionGetParamsWithHTTPClient(client *http.Client) *ClusterNtpServersCollectionGetParams + func NewClusterNtpServersCollectionGetParamsWithTimeout(timeout time.Duration) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) SetAuthenticationEnabled(authenticationEnabled *bool) + func (o *ClusterNtpServersCollectionGetParams) SetContext(ctx context.Context) + func (o *ClusterNtpServersCollectionGetParams) SetDefaults() + func (o *ClusterNtpServersCollectionGetParams) SetFields(fields []string) + func (o *ClusterNtpServersCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpServersCollectionGetParams) SetKeyID(keyID *int64) + func (o *ClusterNtpServersCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *ClusterNtpServersCollectionGetParams) SetOrderBy(orderBy []string) + func (o *ClusterNtpServersCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *ClusterNtpServersCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterNtpServersCollectionGetParams) SetServer(server *string) + func (o *ClusterNtpServersCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpServersCollectionGetParams) SetVersion(version *string) + func (o *ClusterNtpServersCollectionGetParams) WithAuthenticationEnabled(authenticationEnabled *bool) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithContext(ctx context.Context) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithDefaults() *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithFields(fields []string) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithHTTPClient(client *http.Client) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithKeyID(keyID *int64) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithMaxRecords(maxRecords *int64) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithOrderBy(orderBy []string) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithReturnRecords(returnRecords *bool) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithServer(server *string) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithTimeout(timeout time.Duration) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WithVersion(version *string) *ClusterNtpServersCollectionGetParams + func (o *ClusterNtpServersCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpServersCollectionGetReader struct + func (o *ClusterNtpServersCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpServersCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewClusterNtpServersCreateAccepted() *ClusterNtpServersCreateAccepted + func (o *ClusterNtpServersCreateAccepted) Code() int + func (o *ClusterNtpServersCreateAccepted) Error() string + func (o *ClusterNtpServersCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *ClusterNtpServersCreateAccepted) IsClientError() bool + func (o *ClusterNtpServersCreateAccepted) IsCode(code int) bool + func (o *ClusterNtpServersCreateAccepted) IsRedirect() bool + func (o *ClusterNtpServersCreateAccepted) IsServerError() bool + func (o *ClusterNtpServersCreateAccepted) IsSuccess() bool + func (o *ClusterNtpServersCreateAccepted) String() string + type ClusterNtpServersCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewClusterNtpServersCreateCreated() *ClusterNtpServersCreateCreated + func (o *ClusterNtpServersCreateCreated) Code() int + func (o *ClusterNtpServersCreateCreated) Error() string + func (o *ClusterNtpServersCreateCreated) GetPayload() *models.JobLinkResponse + func (o *ClusterNtpServersCreateCreated) IsClientError() bool + func (o *ClusterNtpServersCreateCreated) IsCode(code int) bool + func (o *ClusterNtpServersCreateCreated) IsRedirect() bool + func (o *ClusterNtpServersCreateCreated) IsServerError() bool + func (o *ClusterNtpServersCreateCreated) IsSuccess() bool + func (o *ClusterNtpServersCreateCreated) String() string + type ClusterNtpServersCreateDefault struct + Payload *models.ErrorResponse + func NewClusterNtpServersCreateDefault(code int) *ClusterNtpServersCreateDefault + func (o *ClusterNtpServersCreateDefault) Code() int + func (o *ClusterNtpServersCreateDefault) Error() string + func (o *ClusterNtpServersCreateDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpServersCreateDefault) IsClientError() bool + func (o *ClusterNtpServersCreateDefault) IsCode(code int) bool + func (o *ClusterNtpServersCreateDefault) IsRedirect() bool + func (o *ClusterNtpServersCreateDefault) IsServerError() bool + func (o *ClusterNtpServersCreateDefault) IsSuccess() bool + func (o *ClusterNtpServersCreateDefault) String() string + type ClusterNtpServersCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.NtpServer + ReturnRecords *bool + ReturnTimeout *int64 + func NewClusterNtpServersCreateParams() *ClusterNtpServersCreateParams + func NewClusterNtpServersCreateParamsWithContext(ctx context.Context) *ClusterNtpServersCreateParams + func NewClusterNtpServersCreateParamsWithHTTPClient(client *http.Client) *ClusterNtpServersCreateParams + func NewClusterNtpServersCreateParamsWithTimeout(timeout time.Duration) *ClusterNtpServersCreateParams + func (o *ClusterNtpServersCreateParams) SetContext(ctx context.Context) + func (o *ClusterNtpServersCreateParams) SetDefaults() + func (o *ClusterNtpServersCreateParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpServersCreateParams) SetInfo(info *models.NtpServer) + func (o *ClusterNtpServersCreateParams) SetReturnRecords(returnRecords *bool) + func (o *ClusterNtpServersCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterNtpServersCreateParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpServersCreateParams) WithContext(ctx context.Context) *ClusterNtpServersCreateParams + func (o *ClusterNtpServersCreateParams) WithDefaults() *ClusterNtpServersCreateParams + func (o *ClusterNtpServersCreateParams) WithHTTPClient(client *http.Client) *ClusterNtpServersCreateParams + func (o *ClusterNtpServersCreateParams) WithInfo(info *models.NtpServer) *ClusterNtpServersCreateParams + func (o *ClusterNtpServersCreateParams) WithReturnRecords(returnRecords *bool) *ClusterNtpServersCreateParams + func (o *ClusterNtpServersCreateParams) WithReturnTimeout(returnTimeout *int64) *ClusterNtpServersCreateParams + func (o *ClusterNtpServersCreateParams) WithTimeout(timeout time.Duration) *ClusterNtpServersCreateParams + func (o *ClusterNtpServersCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpServersCreateReader struct + func (o *ClusterNtpServersCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpServersDeleteAccepted struct + Payload *models.JobLinkResponse + func NewClusterNtpServersDeleteAccepted() *ClusterNtpServersDeleteAccepted + func (o *ClusterNtpServersDeleteAccepted) Code() int + func (o *ClusterNtpServersDeleteAccepted) Error() string + func (o *ClusterNtpServersDeleteAccepted) GetPayload() *models.JobLinkResponse + func (o *ClusterNtpServersDeleteAccepted) IsClientError() bool + func (o *ClusterNtpServersDeleteAccepted) IsCode(code int) bool + func (o *ClusterNtpServersDeleteAccepted) IsRedirect() bool + func (o *ClusterNtpServersDeleteAccepted) IsServerError() bool + func (o *ClusterNtpServersDeleteAccepted) IsSuccess() bool + func (o *ClusterNtpServersDeleteAccepted) String() string + type ClusterNtpServersDeleteDefault struct + Payload *models.ErrorResponse + func NewClusterNtpServersDeleteDefault(code int) *ClusterNtpServersDeleteDefault + func (o *ClusterNtpServersDeleteDefault) Code() int + func (o *ClusterNtpServersDeleteDefault) Error() string + func (o *ClusterNtpServersDeleteDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpServersDeleteDefault) IsClientError() bool + func (o *ClusterNtpServersDeleteDefault) IsCode(code int) bool + func (o *ClusterNtpServersDeleteDefault) IsRedirect() bool + func (o *ClusterNtpServersDeleteDefault) IsServerError() bool + func (o *ClusterNtpServersDeleteDefault) IsSuccess() bool + func (o *ClusterNtpServersDeleteDefault) String() string + type ClusterNtpServersDeleteOK struct + Payload *models.JobLinkResponse + func NewClusterNtpServersDeleteOK() *ClusterNtpServersDeleteOK + func (o *ClusterNtpServersDeleteOK) Code() int + func (o *ClusterNtpServersDeleteOK) Error() string + func (o *ClusterNtpServersDeleteOK) GetPayload() *models.JobLinkResponse + func (o *ClusterNtpServersDeleteOK) IsClientError() bool + func (o *ClusterNtpServersDeleteOK) IsCode(code int) bool + func (o *ClusterNtpServersDeleteOK) IsRedirect() bool + func (o *ClusterNtpServersDeleteOK) IsServerError() bool + func (o *ClusterNtpServersDeleteOK) IsSuccess() bool + func (o *ClusterNtpServersDeleteOK) String() string + type ClusterNtpServersDeleteParams struct + Context context.Context + HTTPClient *http.Client + ReturnTimeout *int64 + Server string + func NewClusterNtpServersDeleteParams() *ClusterNtpServersDeleteParams + func NewClusterNtpServersDeleteParamsWithContext(ctx context.Context) *ClusterNtpServersDeleteParams + func NewClusterNtpServersDeleteParamsWithHTTPClient(client *http.Client) *ClusterNtpServersDeleteParams + func NewClusterNtpServersDeleteParamsWithTimeout(timeout time.Duration) *ClusterNtpServersDeleteParams + func (o *ClusterNtpServersDeleteParams) SetContext(ctx context.Context) + func (o *ClusterNtpServersDeleteParams) SetDefaults() + func (o *ClusterNtpServersDeleteParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpServersDeleteParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterNtpServersDeleteParams) SetServer(server string) + func (o *ClusterNtpServersDeleteParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpServersDeleteParams) WithContext(ctx context.Context) *ClusterNtpServersDeleteParams + func (o *ClusterNtpServersDeleteParams) WithDefaults() *ClusterNtpServersDeleteParams + func (o *ClusterNtpServersDeleteParams) WithHTTPClient(client *http.Client) *ClusterNtpServersDeleteParams + func (o *ClusterNtpServersDeleteParams) WithReturnTimeout(returnTimeout *int64) *ClusterNtpServersDeleteParams + func (o *ClusterNtpServersDeleteParams) WithServer(server string) *ClusterNtpServersDeleteParams + func (o *ClusterNtpServersDeleteParams) WithTimeout(timeout time.Duration) *ClusterNtpServersDeleteParams + func (o *ClusterNtpServersDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpServersDeleteReader struct + func (o *ClusterNtpServersDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpServersGetDefault struct + Payload *models.ErrorResponse + func NewClusterNtpServersGetDefault(code int) *ClusterNtpServersGetDefault + func (o *ClusterNtpServersGetDefault) Code() int + func (o *ClusterNtpServersGetDefault) Error() string + func (o *ClusterNtpServersGetDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpServersGetDefault) IsClientError() bool + func (o *ClusterNtpServersGetDefault) IsCode(code int) bool + func (o *ClusterNtpServersGetDefault) IsRedirect() bool + func (o *ClusterNtpServersGetDefault) IsServerError() bool + func (o *ClusterNtpServersGetDefault) IsSuccess() bool + func (o *ClusterNtpServersGetDefault) String() string + type ClusterNtpServersGetOK struct + Payload *models.NtpServer + func NewClusterNtpServersGetOK() *ClusterNtpServersGetOK + func (o *ClusterNtpServersGetOK) Code() int + func (o *ClusterNtpServersGetOK) Error() string + func (o *ClusterNtpServersGetOK) GetPayload() *models.NtpServer + func (o *ClusterNtpServersGetOK) IsClientError() bool + func (o *ClusterNtpServersGetOK) IsCode(code int) bool + func (o *ClusterNtpServersGetOK) IsRedirect() bool + func (o *ClusterNtpServersGetOK) IsServerError() bool + func (o *ClusterNtpServersGetOK) IsSuccess() bool + func (o *ClusterNtpServersGetOK) String() string + type ClusterNtpServersGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + Server string + func NewClusterNtpServersGetParams() *ClusterNtpServersGetParams + func NewClusterNtpServersGetParamsWithContext(ctx context.Context) *ClusterNtpServersGetParams + func NewClusterNtpServersGetParamsWithHTTPClient(client *http.Client) *ClusterNtpServersGetParams + func NewClusterNtpServersGetParamsWithTimeout(timeout time.Duration) *ClusterNtpServersGetParams + func (o *ClusterNtpServersGetParams) SetContext(ctx context.Context) + func (o *ClusterNtpServersGetParams) SetDefaults() + func (o *ClusterNtpServersGetParams) SetFields(fields []string) + func (o *ClusterNtpServersGetParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpServersGetParams) SetServer(server string) + func (o *ClusterNtpServersGetParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpServersGetParams) WithContext(ctx context.Context) *ClusterNtpServersGetParams + func (o *ClusterNtpServersGetParams) WithDefaults() *ClusterNtpServersGetParams + func (o *ClusterNtpServersGetParams) WithFields(fields []string) *ClusterNtpServersGetParams + func (o *ClusterNtpServersGetParams) WithHTTPClient(client *http.Client) *ClusterNtpServersGetParams + func (o *ClusterNtpServersGetParams) WithServer(server string) *ClusterNtpServersGetParams + func (o *ClusterNtpServersGetParams) WithTimeout(timeout time.Duration) *ClusterNtpServersGetParams + func (o *ClusterNtpServersGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpServersGetReader struct + func (o *ClusterNtpServersGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterNtpServersModifyAccepted struct + Payload *models.JobLinkResponse + func NewClusterNtpServersModifyAccepted() *ClusterNtpServersModifyAccepted + func (o *ClusterNtpServersModifyAccepted) Code() int + func (o *ClusterNtpServersModifyAccepted) Error() string + func (o *ClusterNtpServersModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *ClusterNtpServersModifyAccepted) IsClientError() bool + func (o *ClusterNtpServersModifyAccepted) IsCode(code int) bool + func (o *ClusterNtpServersModifyAccepted) IsRedirect() bool + func (o *ClusterNtpServersModifyAccepted) IsServerError() bool + func (o *ClusterNtpServersModifyAccepted) IsSuccess() bool + func (o *ClusterNtpServersModifyAccepted) String() string + type ClusterNtpServersModifyDefault struct + Payload *models.ErrorResponse + func NewClusterNtpServersModifyDefault(code int) *ClusterNtpServersModifyDefault + func (o *ClusterNtpServersModifyDefault) Code() int + func (o *ClusterNtpServersModifyDefault) Error() string + func (o *ClusterNtpServersModifyDefault) GetPayload() *models.ErrorResponse + func (o *ClusterNtpServersModifyDefault) IsClientError() bool + func (o *ClusterNtpServersModifyDefault) IsCode(code int) bool + func (o *ClusterNtpServersModifyDefault) IsRedirect() bool + func (o *ClusterNtpServersModifyDefault) IsServerError() bool + func (o *ClusterNtpServersModifyDefault) IsSuccess() bool + func (o *ClusterNtpServersModifyDefault) String() string + type ClusterNtpServersModifyOK struct + Payload *models.JobLinkResponse + func NewClusterNtpServersModifyOK() *ClusterNtpServersModifyOK + func (o *ClusterNtpServersModifyOK) Code() int + func (o *ClusterNtpServersModifyOK) Error() string + func (o *ClusterNtpServersModifyOK) GetPayload() *models.JobLinkResponse + func (o *ClusterNtpServersModifyOK) IsClientError() bool + func (o *ClusterNtpServersModifyOK) IsCode(code int) bool + func (o *ClusterNtpServersModifyOK) IsRedirect() bool + func (o *ClusterNtpServersModifyOK) IsServerError() bool + func (o *ClusterNtpServersModifyOK) IsSuccess() bool + func (o *ClusterNtpServersModifyOK) String() string + type ClusterNtpServersModifyParams struct + Context context.Context + HTTPClient *http.Client + Info *models.NtpServer + ReturnTimeout *int64 + Server string + func NewClusterNtpServersModifyParams() *ClusterNtpServersModifyParams + func NewClusterNtpServersModifyParamsWithContext(ctx context.Context) *ClusterNtpServersModifyParams + func NewClusterNtpServersModifyParamsWithHTTPClient(client *http.Client) *ClusterNtpServersModifyParams + func NewClusterNtpServersModifyParamsWithTimeout(timeout time.Duration) *ClusterNtpServersModifyParams + func (o *ClusterNtpServersModifyParams) SetContext(ctx context.Context) + func (o *ClusterNtpServersModifyParams) SetDefaults() + func (o *ClusterNtpServersModifyParams) SetHTTPClient(client *http.Client) + func (o *ClusterNtpServersModifyParams) SetInfo(info *models.NtpServer) + func (o *ClusterNtpServersModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterNtpServersModifyParams) SetServer(server string) + func (o *ClusterNtpServersModifyParams) SetTimeout(timeout time.Duration) + func (o *ClusterNtpServersModifyParams) WithContext(ctx context.Context) *ClusterNtpServersModifyParams + func (o *ClusterNtpServersModifyParams) WithDefaults() *ClusterNtpServersModifyParams + func (o *ClusterNtpServersModifyParams) WithHTTPClient(client *http.Client) *ClusterNtpServersModifyParams + func (o *ClusterNtpServersModifyParams) WithInfo(info *models.NtpServer) *ClusterNtpServersModifyParams + func (o *ClusterNtpServersModifyParams) WithReturnTimeout(returnTimeout *int64) *ClusterNtpServersModifyParams + func (o *ClusterNtpServersModifyParams) WithServer(server string) *ClusterNtpServersModifyParams + func (o *ClusterNtpServersModifyParams) WithTimeout(timeout time.Duration) *ClusterNtpServersModifyParams + func (o *ClusterNtpServersModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterNtpServersModifyReader struct + func (o *ClusterNtpServersModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterPeerCollectionGetDefault struct + Payload *models.ErrorResponse + func NewClusterPeerCollectionGetDefault(code int) *ClusterPeerCollectionGetDefault + func (o *ClusterPeerCollectionGetDefault) Code() int + func (o *ClusterPeerCollectionGetDefault) Error() string + func (o *ClusterPeerCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *ClusterPeerCollectionGetDefault) IsClientError() bool + func (o *ClusterPeerCollectionGetDefault) IsCode(code int) bool + func (o *ClusterPeerCollectionGetDefault) IsRedirect() bool + func (o *ClusterPeerCollectionGetDefault) IsServerError() bool + func (o *ClusterPeerCollectionGetDefault) IsSuccess() bool + func (o *ClusterPeerCollectionGetDefault) String() string + type ClusterPeerCollectionGetOK struct + Payload *models.ClusterPeerResponse + func NewClusterPeerCollectionGetOK() *ClusterPeerCollectionGetOK + func (o *ClusterPeerCollectionGetOK) Code() int + func (o *ClusterPeerCollectionGetOK) Error() string + func (o *ClusterPeerCollectionGetOK) GetPayload() *models.ClusterPeerResponse + func (o *ClusterPeerCollectionGetOK) IsClientError() bool + func (o *ClusterPeerCollectionGetOK) IsCode(code int) bool + func (o *ClusterPeerCollectionGetOK) IsRedirect() bool + func (o *ClusterPeerCollectionGetOK) IsServerError() bool + func (o *ClusterPeerCollectionGetOK) IsSuccess() bool + func (o *ClusterPeerCollectionGetOK) String() string + type ClusterPeerCollectionGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + func NewClusterPeerCollectionGetParams() *ClusterPeerCollectionGetParams + func NewClusterPeerCollectionGetParamsWithContext(ctx context.Context) *ClusterPeerCollectionGetParams + func NewClusterPeerCollectionGetParamsWithHTTPClient(client *http.Client) *ClusterPeerCollectionGetParams + func NewClusterPeerCollectionGetParamsWithTimeout(timeout time.Duration) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) SetContext(ctx context.Context) + func (o *ClusterPeerCollectionGetParams) SetDefaults() + func (o *ClusterPeerCollectionGetParams) SetFields(fields []string) + func (o *ClusterPeerCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *ClusterPeerCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *ClusterPeerCollectionGetParams) SetOrderBy(orderBy []string) + func (o *ClusterPeerCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *ClusterPeerCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *ClusterPeerCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *ClusterPeerCollectionGetParams) WithContext(ctx context.Context) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WithDefaults() *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WithFields(fields []string) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WithHTTPClient(client *http.Client) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WithMaxRecords(maxRecords *int64) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WithOrderBy(orderBy []string) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WithReturnRecords(returnRecords *bool) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WithTimeout(timeout time.Duration) *ClusterPeerCollectionGetParams + func (o *ClusterPeerCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterPeerCollectionGetReader struct + func (o *ClusterPeerCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterPeerCreateCreated struct + Location string + Payload *models.ClusterPeerResponse + func NewClusterPeerCreateCreated() *ClusterPeerCreateCreated + func (o *ClusterPeerCreateCreated) Code() int + func (o *ClusterPeerCreateCreated) Error() string + func (o *ClusterPeerCreateCreated) GetPayload() *models.ClusterPeerResponse + func (o *ClusterPeerCreateCreated) IsClientError() bool + func (o *ClusterPeerCreateCreated) IsCode(code int) bool + func (o *ClusterPeerCreateCreated) IsRedirect() bool + func (o *ClusterPeerCreateCreated) IsServerError() bool + func (o *ClusterPeerCreateCreated) IsSuccess() bool + func (o *ClusterPeerCreateCreated) String() string + type ClusterPeerCreateDefault struct + Payload *models.ErrorResponse + func NewClusterPeerCreateDefault(code int) *ClusterPeerCreateDefault + func (o *ClusterPeerCreateDefault) Code() int + func (o *ClusterPeerCreateDefault) Error() string + func (o *ClusterPeerCreateDefault) GetPayload() *models.ErrorResponse + func (o *ClusterPeerCreateDefault) IsClientError() bool + func (o *ClusterPeerCreateDefault) IsCode(code int) bool + func (o *ClusterPeerCreateDefault) IsRedirect() bool + func (o *ClusterPeerCreateDefault) IsServerError() bool + func (o *ClusterPeerCreateDefault) IsSuccess() bool + func (o *ClusterPeerCreateDefault) String() string + type ClusterPeerCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.ClusterPeer + ReturnRecords *bool + func NewClusterPeerCreateParams() *ClusterPeerCreateParams + func NewClusterPeerCreateParamsWithContext(ctx context.Context) *ClusterPeerCreateParams + func NewClusterPeerCreateParamsWithHTTPClient(client *http.Client) *ClusterPeerCreateParams + func NewClusterPeerCreateParamsWithTimeout(timeout time.Duration) *ClusterPeerCreateParams + func (o *ClusterPeerCreateParams) SetContext(ctx context.Context) + func (o *ClusterPeerCreateParams) SetDefaults() + func (o *ClusterPeerCreateParams) SetHTTPClient(client *http.Client) + func (o *ClusterPeerCreateParams) SetInfo(info *models.ClusterPeer) + func (o *ClusterPeerCreateParams) SetReturnRecords(returnRecords *bool) + func (o *ClusterPeerCreateParams) SetTimeout(timeout time.Duration) + func (o *ClusterPeerCreateParams) WithContext(ctx context.Context) *ClusterPeerCreateParams + func (o *ClusterPeerCreateParams) WithDefaults() *ClusterPeerCreateParams + func (o *ClusterPeerCreateParams) WithHTTPClient(client *http.Client) *ClusterPeerCreateParams + func (o *ClusterPeerCreateParams) WithInfo(info *models.ClusterPeer) *ClusterPeerCreateParams + func (o *ClusterPeerCreateParams) WithReturnRecords(returnRecords *bool) *ClusterPeerCreateParams + func (o *ClusterPeerCreateParams) WithTimeout(timeout time.Duration) *ClusterPeerCreateParams + func (o *ClusterPeerCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterPeerCreateReader struct + func (o *ClusterPeerCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterPeerDeleteDefault struct + Payload *models.ErrorResponse + func NewClusterPeerDeleteDefault(code int) *ClusterPeerDeleteDefault + func (o *ClusterPeerDeleteDefault) Code() int + func (o *ClusterPeerDeleteDefault) Error() string + func (o *ClusterPeerDeleteDefault) GetPayload() *models.ErrorResponse + func (o *ClusterPeerDeleteDefault) IsClientError() bool + func (o *ClusterPeerDeleteDefault) IsCode(code int) bool + func (o *ClusterPeerDeleteDefault) IsRedirect() bool + func (o *ClusterPeerDeleteDefault) IsServerError() bool + func (o *ClusterPeerDeleteDefault) IsSuccess() bool + func (o *ClusterPeerDeleteDefault) String() string + type ClusterPeerDeleteOK struct + func NewClusterPeerDeleteOK() *ClusterPeerDeleteOK + func (o *ClusterPeerDeleteOK) Code() int + func (o *ClusterPeerDeleteOK) Error() string + func (o *ClusterPeerDeleteOK) IsClientError() bool + func (o *ClusterPeerDeleteOK) IsCode(code int) bool + func (o *ClusterPeerDeleteOK) IsRedirect() bool + func (o *ClusterPeerDeleteOK) IsServerError() bool + func (o *ClusterPeerDeleteOK) IsSuccess() bool + func (o *ClusterPeerDeleteOK) String() string + type ClusterPeerDeleteParams struct + Context context.Context + HTTPClient *http.Client + UUID string + func NewClusterPeerDeleteParams() *ClusterPeerDeleteParams + func NewClusterPeerDeleteParamsWithContext(ctx context.Context) *ClusterPeerDeleteParams + func NewClusterPeerDeleteParamsWithHTTPClient(client *http.Client) *ClusterPeerDeleteParams + func NewClusterPeerDeleteParamsWithTimeout(timeout time.Duration) *ClusterPeerDeleteParams + func (o *ClusterPeerDeleteParams) SetContext(ctx context.Context) + func (o *ClusterPeerDeleteParams) SetDefaults() + func (o *ClusterPeerDeleteParams) SetHTTPClient(client *http.Client) + func (o *ClusterPeerDeleteParams) SetTimeout(timeout time.Duration) + func (o *ClusterPeerDeleteParams) SetUUID(uuid string) + func (o *ClusterPeerDeleteParams) WithContext(ctx context.Context) *ClusterPeerDeleteParams + func (o *ClusterPeerDeleteParams) WithDefaults() *ClusterPeerDeleteParams + func (o *ClusterPeerDeleteParams) WithHTTPClient(client *http.Client) *ClusterPeerDeleteParams + func (o *ClusterPeerDeleteParams) WithTimeout(timeout time.Duration) *ClusterPeerDeleteParams + func (o *ClusterPeerDeleteParams) WithUUID(uuid string) *ClusterPeerDeleteParams + func (o *ClusterPeerDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterPeerDeleteReader struct + func (o *ClusterPeerDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterPeerGetDefault struct + Payload *models.ErrorResponse + func NewClusterPeerGetDefault(code int) *ClusterPeerGetDefault + func (o *ClusterPeerGetDefault) Code() int + func (o *ClusterPeerGetDefault) Error() string + func (o *ClusterPeerGetDefault) GetPayload() *models.ErrorResponse + func (o *ClusterPeerGetDefault) IsClientError() bool + func (o *ClusterPeerGetDefault) IsCode(code int) bool + func (o *ClusterPeerGetDefault) IsRedirect() bool + func (o *ClusterPeerGetDefault) IsServerError() bool + func (o *ClusterPeerGetDefault) IsSuccess() bool + func (o *ClusterPeerGetDefault) String() string + type ClusterPeerGetOK struct + Payload *models.ClusterPeer + func NewClusterPeerGetOK() *ClusterPeerGetOK + func (o *ClusterPeerGetOK) Code() int + func (o *ClusterPeerGetOK) Error() string + func (o *ClusterPeerGetOK) GetPayload() *models.ClusterPeer + func (o *ClusterPeerGetOK) IsClientError() bool + func (o *ClusterPeerGetOK) IsCode(code int) bool + func (o *ClusterPeerGetOK) IsRedirect() bool + func (o *ClusterPeerGetOK) IsServerError() bool + func (o *ClusterPeerGetOK) IsSuccess() bool + func (o *ClusterPeerGetOK) String() string + type ClusterPeerGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + UUID string + func NewClusterPeerGetParams() *ClusterPeerGetParams + func NewClusterPeerGetParamsWithContext(ctx context.Context) *ClusterPeerGetParams + func NewClusterPeerGetParamsWithHTTPClient(client *http.Client) *ClusterPeerGetParams + func NewClusterPeerGetParamsWithTimeout(timeout time.Duration) *ClusterPeerGetParams + func (o *ClusterPeerGetParams) SetContext(ctx context.Context) + func (o *ClusterPeerGetParams) SetDefaults() + func (o *ClusterPeerGetParams) SetFields(fields []string) + func (o *ClusterPeerGetParams) SetHTTPClient(client *http.Client) + func (o *ClusterPeerGetParams) SetTimeout(timeout time.Duration) + func (o *ClusterPeerGetParams) SetUUID(uuid string) + func (o *ClusterPeerGetParams) WithContext(ctx context.Context) *ClusterPeerGetParams + func (o *ClusterPeerGetParams) WithDefaults() *ClusterPeerGetParams + func (o *ClusterPeerGetParams) WithFields(fields []string) *ClusterPeerGetParams + func (o *ClusterPeerGetParams) WithHTTPClient(client *http.Client) *ClusterPeerGetParams + func (o *ClusterPeerGetParams) WithTimeout(timeout time.Duration) *ClusterPeerGetParams + func (o *ClusterPeerGetParams) WithUUID(uuid string) *ClusterPeerGetParams + func (o *ClusterPeerGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterPeerGetReader struct + func (o *ClusterPeerGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClusterPeerModifyDefault struct + Payload *models.ErrorResponse + func NewClusterPeerModifyDefault(code int) *ClusterPeerModifyDefault + func (o *ClusterPeerModifyDefault) Code() int + func (o *ClusterPeerModifyDefault) Error() string + func (o *ClusterPeerModifyDefault) GetPayload() *models.ErrorResponse + func (o *ClusterPeerModifyDefault) IsClientError() bool + func (o *ClusterPeerModifyDefault) IsCode(code int) bool + func (o *ClusterPeerModifyDefault) IsRedirect() bool + func (o *ClusterPeerModifyDefault) IsServerError() bool + func (o *ClusterPeerModifyDefault) IsSuccess() bool + func (o *ClusterPeerModifyDefault) String() string + type ClusterPeerModifyOK struct + Payload *models.ClusterPeer + func NewClusterPeerModifyOK() *ClusterPeerModifyOK + func (o *ClusterPeerModifyOK) Code() int + func (o *ClusterPeerModifyOK) Error() string + func (o *ClusterPeerModifyOK) GetPayload() *models.ClusterPeer + func (o *ClusterPeerModifyOK) IsClientError() bool + func (o *ClusterPeerModifyOK) IsCode(code int) bool + func (o *ClusterPeerModifyOK) IsRedirect() bool + func (o *ClusterPeerModifyOK) IsServerError() bool + func (o *ClusterPeerModifyOK) IsSuccess() bool + func (o *ClusterPeerModifyOK) String() string + type ClusterPeerModifyParams struct + Context context.Context + HTTPClient *http.Client + Info *models.ClusterPeer + UUID string + func NewClusterPeerModifyParams() *ClusterPeerModifyParams + func NewClusterPeerModifyParamsWithContext(ctx context.Context) *ClusterPeerModifyParams + func NewClusterPeerModifyParamsWithHTTPClient(client *http.Client) *ClusterPeerModifyParams + func NewClusterPeerModifyParamsWithTimeout(timeout time.Duration) *ClusterPeerModifyParams + func (o *ClusterPeerModifyParams) SetContext(ctx context.Context) + func (o *ClusterPeerModifyParams) SetDefaults() + func (o *ClusterPeerModifyParams) SetHTTPClient(client *http.Client) + func (o *ClusterPeerModifyParams) SetInfo(info *models.ClusterPeer) + func (o *ClusterPeerModifyParams) SetTimeout(timeout time.Duration) + func (o *ClusterPeerModifyParams) SetUUID(uuid string) + func (o *ClusterPeerModifyParams) WithContext(ctx context.Context) *ClusterPeerModifyParams + func (o *ClusterPeerModifyParams) WithDefaults() *ClusterPeerModifyParams + func (o *ClusterPeerModifyParams) WithHTTPClient(client *http.Client) *ClusterPeerModifyParams + func (o *ClusterPeerModifyParams) WithInfo(info *models.ClusterPeer) *ClusterPeerModifyParams + func (o *ClusterPeerModifyParams) WithTimeout(timeout time.Duration) *ClusterPeerModifyParams + func (o *ClusterPeerModifyParams) WithUUID(uuid string) *ClusterPeerModifyParams + func (o *ClusterPeerModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClusterPeerModifyReader struct + func (o *ClusterPeerModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CounterRowCollectionGetDefault struct + Payload *models.ErrorResponse + func NewCounterRowCollectionGetDefault(code int) *CounterRowCollectionGetDefault + func (o *CounterRowCollectionGetDefault) Code() int + func (o *CounterRowCollectionGetDefault) Error() string + func (o *CounterRowCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *CounterRowCollectionGetDefault) IsClientError() bool + func (o *CounterRowCollectionGetDefault) IsCode(code int) bool + func (o *CounterRowCollectionGetDefault) IsRedirect() bool + func (o *CounterRowCollectionGetDefault) IsServerError() bool + func (o *CounterRowCollectionGetDefault) IsSuccess() bool + func (o *CounterRowCollectionGetDefault) String() string + type CounterRowCollectionGetOK struct + Payload *models.CounterRowResponse + func NewCounterRowCollectionGetOK() *CounterRowCollectionGetOK + func (o *CounterRowCollectionGetOK) Code() int + func (o *CounterRowCollectionGetOK) Error() string + func (o *CounterRowCollectionGetOK) GetPayload() *models.CounterRowResponse + func (o *CounterRowCollectionGetOK) IsClientError() bool + func (o *CounterRowCollectionGetOK) IsCode(code int) bool + func (o *CounterRowCollectionGetOK) IsRedirect() bool + func (o *CounterRowCollectionGetOK) IsServerError() bool + func (o *CounterRowCollectionGetOK) IsSuccess() bool + func (o *CounterRowCollectionGetOK) String() string + type CounterRowCollectionGetParams struct + AggregationComplete *bool + AggregationCount *int64 + Context context.Context + CounterTableName string + CountersCountersLabel *string + CountersCountersValues *int64 + CountersLabels *string + CountersName *string + CountersValue *int64 + CountersValues *int64 + Fields []string + HTTPClient *http.Client + ID *string + MaxRecords *int64 + OrderBy []string + PropertiesName *string + PropertiesValue *string + ReturnRecords *bool + ReturnTimeout *int64 + func NewCounterRowCollectionGetParams() *CounterRowCollectionGetParams + func NewCounterRowCollectionGetParamsWithContext(ctx context.Context) *CounterRowCollectionGetParams + func NewCounterRowCollectionGetParamsWithHTTPClient(client *http.Client) *CounterRowCollectionGetParams + func NewCounterRowCollectionGetParamsWithTimeout(timeout time.Duration) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) SetAggregationComplete(aggregationComplete *bool) + func (o *CounterRowCollectionGetParams) SetAggregationCount(aggregationCount *int64) + func (o *CounterRowCollectionGetParams) SetContext(ctx context.Context) + func (o *CounterRowCollectionGetParams) SetCounterTableName(counterTableName string) + func (o *CounterRowCollectionGetParams) SetCountersCountersLabel(countersCountersLabel *string) + func (o *CounterRowCollectionGetParams) SetCountersCountersValues(countersCountersValues *int64) + func (o *CounterRowCollectionGetParams) SetCountersLabels(countersLabels *string) + func (o *CounterRowCollectionGetParams) SetCountersName(countersName *string) + func (o *CounterRowCollectionGetParams) SetCountersValue(countersValue *int64) + func (o *CounterRowCollectionGetParams) SetCountersValues(countersValues *int64) + func (o *CounterRowCollectionGetParams) SetDefaults() + func (o *CounterRowCollectionGetParams) SetFields(fields []string) + func (o *CounterRowCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *CounterRowCollectionGetParams) SetID(id *string) + func (o *CounterRowCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *CounterRowCollectionGetParams) SetOrderBy(orderBy []string) + func (o *CounterRowCollectionGetParams) SetPropertiesName(propertiesName *string) + func (o *CounterRowCollectionGetParams) SetPropertiesValue(propertiesValue *string) + func (o *CounterRowCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *CounterRowCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *CounterRowCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *CounterRowCollectionGetParams) WithAggregationComplete(aggregationComplete *bool) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithAggregationCount(aggregationCount *int64) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithContext(ctx context.Context) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithCounterTableName(counterTableName string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithCountersCountersLabel(countersCountersLabel *string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithCountersCountersValues(countersCountersValues *int64) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithCountersLabels(countersLabels *string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithCountersName(countersName *string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithCountersValue(countersValue *int64) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithCountersValues(countersValues *int64) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithDefaults() *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithFields(fields []string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithHTTPClient(client *http.Client) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithID(id *string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithMaxRecords(maxRecords *int64) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithOrderBy(orderBy []string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithPropertiesName(propertiesName *string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithPropertiesValue(propertiesValue *string) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithReturnRecords(returnRecords *bool) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WithTimeout(timeout time.Duration) *CounterRowCollectionGetParams + func (o *CounterRowCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CounterRowCollectionGetReader struct + func (o *CounterRowCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CounterRowGetDefault struct + Payload *models.ErrorResponse + func NewCounterRowGetDefault(code int) *CounterRowGetDefault + func (o *CounterRowGetDefault) Code() int + func (o *CounterRowGetDefault) Error() string + func (o *CounterRowGetDefault) GetPayload() *models.ErrorResponse + func (o *CounterRowGetDefault) IsClientError() bool + func (o *CounterRowGetDefault) IsCode(code int) bool + func (o *CounterRowGetDefault) IsRedirect() bool + func (o *CounterRowGetDefault) IsServerError() bool + func (o *CounterRowGetDefault) IsSuccess() bool + func (o *CounterRowGetDefault) String() string + type CounterRowGetOK struct + Payload *models.CounterRow + func NewCounterRowGetOK() *CounterRowGetOK + func (o *CounterRowGetOK) Code() int + func (o *CounterRowGetOK) Error() string + func (o *CounterRowGetOK) GetPayload() *models.CounterRow + func (o *CounterRowGetOK) IsClientError() bool + func (o *CounterRowGetOK) IsCode(code int) bool + func (o *CounterRowGetOK) IsRedirect() bool + func (o *CounterRowGetOK) IsServerError() bool + func (o *CounterRowGetOK) IsSuccess() bool + func (o *CounterRowGetOK) String() string + type CounterRowGetParams struct + Context context.Context + CounterTableName string + Fields []string + HTTPClient *http.Client + ID string + func NewCounterRowGetParams() *CounterRowGetParams + func NewCounterRowGetParamsWithContext(ctx context.Context) *CounterRowGetParams + func NewCounterRowGetParamsWithHTTPClient(client *http.Client) *CounterRowGetParams + func NewCounterRowGetParamsWithTimeout(timeout time.Duration) *CounterRowGetParams + func (o *CounterRowGetParams) SetContext(ctx context.Context) + func (o *CounterRowGetParams) SetCounterTableName(counterTableName string) + func (o *CounterRowGetParams) SetDefaults() + func (o *CounterRowGetParams) SetFields(fields []string) + func (o *CounterRowGetParams) SetHTTPClient(client *http.Client) + func (o *CounterRowGetParams) SetID(id string) + func (o *CounterRowGetParams) SetTimeout(timeout time.Duration) + func (o *CounterRowGetParams) WithContext(ctx context.Context) *CounterRowGetParams + func (o *CounterRowGetParams) WithCounterTableName(counterTableName string) *CounterRowGetParams + func (o *CounterRowGetParams) WithDefaults() *CounterRowGetParams + func (o *CounterRowGetParams) WithFields(fields []string) *CounterRowGetParams + func (o *CounterRowGetParams) WithHTTPClient(client *http.Client) *CounterRowGetParams + func (o *CounterRowGetParams) WithID(id string) *CounterRowGetParams + func (o *CounterRowGetParams) WithTimeout(timeout time.Duration) *CounterRowGetParams + func (o *CounterRowGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CounterRowGetReader struct + func (o *CounterRowGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CounterTableCollectionGetDefault struct + Payload *models.ErrorResponse + func NewCounterTableCollectionGetDefault(code int) *CounterTableCollectionGetDefault + func (o *CounterTableCollectionGetDefault) Code() int + func (o *CounterTableCollectionGetDefault) Error() string + func (o *CounterTableCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *CounterTableCollectionGetDefault) IsClientError() bool + func (o *CounterTableCollectionGetDefault) IsCode(code int) bool + func (o *CounterTableCollectionGetDefault) IsRedirect() bool + func (o *CounterTableCollectionGetDefault) IsServerError() bool + func (o *CounterTableCollectionGetDefault) IsSuccess() bool + func (o *CounterTableCollectionGetDefault) String() string + type CounterTableCollectionGetOK struct + Payload *models.CounterTableResponse + func NewCounterTableCollectionGetOK() *CounterTableCollectionGetOK + func (o *CounterTableCollectionGetOK) Code() int + func (o *CounterTableCollectionGetOK) Error() string + func (o *CounterTableCollectionGetOK) GetPayload() *models.CounterTableResponse + func (o *CounterTableCollectionGetOK) IsClientError() bool + func (o *CounterTableCollectionGetOK) IsCode(code int) bool + func (o *CounterTableCollectionGetOK) IsRedirect() bool + func (o *CounterTableCollectionGetOK) IsServerError() bool + func (o *CounterTableCollectionGetOK) IsSuccess() bool + func (o *CounterTableCollectionGetOK) String() string + type CounterTableCollectionGetParams struct + Context context.Context + CounterSchemasDenominatorName *string + CounterSchemasDescription *string + CounterSchemasName *string + CounterSchemasType *string + CounterSchemasUnit *string + Description *string + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + Name *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + func NewCounterTableCollectionGetParams() *CounterTableCollectionGetParams + func NewCounterTableCollectionGetParamsWithContext(ctx context.Context) *CounterTableCollectionGetParams + func NewCounterTableCollectionGetParamsWithHTTPClient(client *http.Client) *CounterTableCollectionGetParams + func NewCounterTableCollectionGetParamsWithTimeout(timeout time.Duration) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) SetContext(ctx context.Context) + func (o *CounterTableCollectionGetParams) SetCounterSchemasDenominatorName(counterSchemasDenominatorName *string) + func (o *CounterTableCollectionGetParams) SetCounterSchemasDescription(counterSchemasDescription *string) + func (o *CounterTableCollectionGetParams) SetCounterSchemasName(counterSchemasName *string) + func (o *CounterTableCollectionGetParams) SetCounterSchemasType(counterSchemasType *string) + func (o *CounterTableCollectionGetParams) SetCounterSchemasUnit(counterSchemasUnit *string) + func (o *CounterTableCollectionGetParams) SetDefaults() + func (o *CounterTableCollectionGetParams) SetDescription(description *string) + func (o *CounterTableCollectionGetParams) SetFields(fields []string) + func (o *CounterTableCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *CounterTableCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *CounterTableCollectionGetParams) SetName(name *string) + func (o *CounterTableCollectionGetParams) SetOrderBy(orderBy []string) + func (o *CounterTableCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *CounterTableCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *CounterTableCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *CounterTableCollectionGetParams) WithContext(ctx context.Context) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithCounterSchemasDenominatorName(counterSchemasDenominatorName *string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithCounterSchemasDescription(counterSchemasDescription *string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithCounterSchemasName(counterSchemasName *string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithCounterSchemasType(counterSchemasType *string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithCounterSchemasUnit(counterSchemasUnit *string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithDefaults() *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithDescription(description *string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithFields(fields []string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithHTTPClient(client *http.Client) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithMaxRecords(maxRecords *int64) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithName(name *string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithOrderBy(orderBy []string) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithReturnRecords(returnRecords *bool) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WithTimeout(timeout time.Duration) *CounterTableCollectionGetParams + func (o *CounterTableCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CounterTableCollectionGetReader struct + func (o *CounterTableCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CounterTableGetDefault struct + Payload *models.ErrorResponse + func NewCounterTableGetDefault(code int) *CounterTableGetDefault + func (o *CounterTableGetDefault) Code() int + func (o *CounterTableGetDefault) Error() string + func (o *CounterTableGetDefault) GetPayload() *models.ErrorResponse + func (o *CounterTableGetDefault) IsClientError() bool + func (o *CounterTableGetDefault) IsCode(code int) bool + func (o *CounterTableGetDefault) IsRedirect() bool + func (o *CounterTableGetDefault) IsServerError() bool + func (o *CounterTableGetDefault) IsSuccess() bool + func (o *CounterTableGetDefault) String() string + type CounterTableGetOK struct + Payload *models.CounterTable + func NewCounterTableGetOK() *CounterTableGetOK + func (o *CounterTableGetOK) Code() int + func (o *CounterTableGetOK) Error() string + func (o *CounterTableGetOK) GetPayload() *models.CounterTable + func (o *CounterTableGetOK) IsClientError() bool + func (o *CounterTableGetOK) IsCode(code int) bool + func (o *CounterTableGetOK) IsRedirect() bool + func (o *CounterTableGetOK) IsServerError() bool + func (o *CounterTableGetOK) IsSuccess() bool + func (o *CounterTableGetOK) String() string + type CounterTableGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + Name string + func NewCounterTableGetParams() *CounterTableGetParams + func NewCounterTableGetParamsWithContext(ctx context.Context) *CounterTableGetParams + func NewCounterTableGetParamsWithHTTPClient(client *http.Client) *CounterTableGetParams + func NewCounterTableGetParamsWithTimeout(timeout time.Duration) *CounterTableGetParams + func (o *CounterTableGetParams) SetContext(ctx context.Context) + func (o *CounterTableGetParams) SetDefaults() + func (o *CounterTableGetParams) SetFields(fields []string) + func (o *CounterTableGetParams) SetHTTPClient(client *http.Client) + func (o *CounterTableGetParams) SetName(name string) + func (o *CounterTableGetParams) SetTimeout(timeout time.Duration) + func (o *CounterTableGetParams) WithContext(ctx context.Context) *CounterTableGetParams + func (o *CounterTableGetParams) WithDefaults() *CounterTableGetParams + func (o *CounterTableGetParams) WithFields(fields []string) *CounterTableGetParams + func (o *CounterTableGetParams) WithHTTPClient(client *http.Client) *CounterTableGetParams + func (o *CounterTableGetParams) WithName(name string) *CounterTableGetParams + func (o *CounterTableGetParams) WithTimeout(timeout time.Duration) *CounterTableGetParams + func (o *CounterTableGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CounterTableGetReader struct + func (o *CounterTableGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type FirmwareHistoryCollectionGetDefault struct + Payload *models.ErrorResponse + func NewFirmwareHistoryCollectionGetDefault(code int) *FirmwareHistoryCollectionGetDefault + func (o *FirmwareHistoryCollectionGetDefault) Code() int + func (o *FirmwareHistoryCollectionGetDefault) Error() string + func (o *FirmwareHistoryCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *FirmwareHistoryCollectionGetDefault) IsClientError() bool + func (o *FirmwareHistoryCollectionGetDefault) IsCode(code int) bool + func (o *FirmwareHistoryCollectionGetDefault) IsRedirect() bool + func (o *FirmwareHistoryCollectionGetDefault) IsServerError() bool + func (o *FirmwareHistoryCollectionGetDefault) IsSuccess() bool + func (o *FirmwareHistoryCollectionGetDefault) String() string + type FirmwareHistoryCollectionGetOK struct + Payload *models.FirmwareHistoryResponse + func NewFirmwareHistoryCollectionGetOK() *FirmwareHistoryCollectionGetOK + func (o *FirmwareHistoryCollectionGetOK) Code() int + func (o *FirmwareHistoryCollectionGetOK) Error() string + func (o *FirmwareHistoryCollectionGetOK) GetPayload() *models.FirmwareHistoryResponse + func (o *FirmwareHistoryCollectionGetOK) IsClientError() bool + func (o *FirmwareHistoryCollectionGetOK) IsCode(code int) bool + func (o *FirmwareHistoryCollectionGetOK) IsRedirect() bool + func (o *FirmwareHistoryCollectionGetOK) IsServerError() bool + func (o *FirmwareHistoryCollectionGetOK) IsSuccess() bool + func (o *FirmwareHistoryCollectionGetOK) String() string + type FirmwareHistoryCollectionGetParams struct + Context context.Context + EndTime *string + Fields []string + FwFileName *string + FwUpdateState *string + HTTPClient *http.Client + JobUUID *string + MaxRecords *int64 + NodeName *string + NodeUUID *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + StartTime *string + UpdateStatusWorkerErrorCode *int64 + UpdateStatusWorkerErrorMessage *string + UpdateStatusWorkerNodeName *string + UpdateStatusWorkerNodeUUID *string + UpdateStatusWorkerState *string + func NewFirmwareHistoryCollectionGetParams() *FirmwareHistoryCollectionGetParams + func NewFirmwareHistoryCollectionGetParamsWithContext(ctx context.Context) *FirmwareHistoryCollectionGetParams + func NewFirmwareHistoryCollectionGetParamsWithHTTPClient(client *http.Client) *FirmwareHistoryCollectionGetParams + func NewFirmwareHistoryCollectionGetParamsWithTimeout(timeout time.Duration) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) SetContext(ctx context.Context) + func (o *FirmwareHistoryCollectionGetParams) SetDefaults() + func (o *FirmwareHistoryCollectionGetParams) SetEndTime(endTime *string) + func (o *FirmwareHistoryCollectionGetParams) SetFields(fields []string) + func (o *FirmwareHistoryCollectionGetParams) SetFwFileName(fwFileName *string) + func (o *FirmwareHistoryCollectionGetParams) SetFwUpdateState(fwUpdateState *string) + func (o *FirmwareHistoryCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *FirmwareHistoryCollectionGetParams) SetJobUUID(jobUUID *string) + func (o *FirmwareHistoryCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *FirmwareHistoryCollectionGetParams) SetNodeName(nodeName *string) + func (o *FirmwareHistoryCollectionGetParams) SetNodeUUID(nodeUUID *string) + func (o *FirmwareHistoryCollectionGetParams) SetOrderBy(orderBy []string) + func (o *FirmwareHistoryCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *FirmwareHistoryCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *FirmwareHistoryCollectionGetParams) SetStartTime(startTime *string) + func (o *FirmwareHistoryCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerErrorCode(updateStatusWorkerErrorCode *int64) + func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerErrorMessage(updateStatusWorkerErrorMessage *string) + func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerNodeName(updateStatusWorkerNodeName *string) + func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerNodeUUID(updateStatusWorkerNodeUUID *string) + func (o *FirmwareHistoryCollectionGetParams) SetUpdateStatusWorkerState(updateStatusWorkerState *string) + func (o *FirmwareHistoryCollectionGetParams) WithContext(ctx context.Context) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithDefaults() *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithEndTime(endTime *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithFields(fields []string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithFwFileName(fwFileName *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithFwUpdateState(fwUpdateState *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithHTTPClient(client *http.Client) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithJobUUID(jobUUID *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithMaxRecords(maxRecords *int64) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithNodeName(nodeName *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithNodeUUID(nodeUUID *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithOrderBy(orderBy []string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithReturnRecords(returnRecords *bool) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithStartTime(startTime *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithTimeout(timeout time.Duration) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerErrorCode(updateStatusWorkerErrorCode *int64) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerErrorMessage(updateStatusWorkerErrorMessage *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerNodeName(updateStatusWorkerNodeName *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerNodeUUID(updateStatusWorkerNodeUUID *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WithUpdateStatusWorkerState(updateStatusWorkerState *string) *FirmwareHistoryCollectionGetParams + func (o *FirmwareHistoryCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type FirmwareHistoryCollectionGetReader struct + func (o *FirmwareHistoryCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type JobCollectionGetDefault struct + Payload *models.ErrorResponse + func NewJobCollectionGetDefault(code int) *JobCollectionGetDefault + func (o *JobCollectionGetDefault) Code() int + func (o *JobCollectionGetDefault) Error() string + func (o *JobCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *JobCollectionGetDefault) IsClientError() bool + func (o *JobCollectionGetDefault) IsCode(code int) bool + func (o *JobCollectionGetDefault) IsRedirect() bool + func (o *JobCollectionGetDefault) IsServerError() bool + func (o *JobCollectionGetDefault) IsSuccess() bool + func (o *JobCollectionGetDefault) String() string + type JobCollectionGetOK struct + Payload *models.JobResponse + func NewJobCollectionGetOK() *JobCollectionGetOK + func (o *JobCollectionGetOK) Code() int + func (o *JobCollectionGetOK) Error() string + func (o *JobCollectionGetOK) GetPayload() *models.JobResponse + func (o *JobCollectionGetOK) IsClientError() bool + func (o *JobCollectionGetOK) IsCode(code int) bool + func (o *JobCollectionGetOK) IsRedirect() bool + func (o *JobCollectionGetOK) IsServerError() bool + func (o *JobCollectionGetOK) IsSuccess() bool + func (o *JobCollectionGetOK) String() string + type JobCollectionGetParams struct + Code *int64 + Context context.Context + Description *string + EndTime *string + ErrorArgumentsCode *string + ErrorArgumentsMessage *string + ErrorCode *string + ErrorMessage *string + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + Message *string + NodeName *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + StartTime *string + State *string + SvmName *string + SvmUUID *string + UUID *string + func NewJobCollectionGetParams() *JobCollectionGetParams + func NewJobCollectionGetParamsWithContext(ctx context.Context) *JobCollectionGetParams + func NewJobCollectionGetParamsWithHTTPClient(client *http.Client) *JobCollectionGetParams + func NewJobCollectionGetParamsWithTimeout(timeout time.Duration) *JobCollectionGetParams + func (o *JobCollectionGetParams) SetCode(code *int64) + func (o *JobCollectionGetParams) SetContext(ctx context.Context) + func (o *JobCollectionGetParams) SetDefaults() + func (o *JobCollectionGetParams) SetDescription(description *string) + func (o *JobCollectionGetParams) SetEndTime(endTime *string) + func (o *JobCollectionGetParams) SetErrorArgumentsCode(errorArgumentsCode *string) + func (o *JobCollectionGetParams) SetErrorArgumentsMessage(errorArgumentsMessage *string) + func (o *JobCollectionGetParams) SetErrorCode(errorCode *string) + func (o *JobCollectionGetParams) SetErrorMessage(errorMessage *string) + func (o *JobCollectionGetParams) SetFields(fields []string) + func (o *JobCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *JobCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *JobCollectionGetParams) SetMessage(message *string) + func (o *JobCollectionGetParams) SetNodeName(nodeName *string) + func (o *JobCollectionGetParams) SetOrderBy(orderBy []string) + func (o *JobCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *JobCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *JobCollectionGetParams) SetStartTime(startTime *string) + func (o *JobCollectionGetParams) SetState(state *string) + func (o *JobCollectionGetParams) SetSvmName(svmName *string) + func (o *JobCollectionGetParams) SetSvmUUID(svmUUID *string) + func (o *JobCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *JobCollectionGetParams) SetUUID(uuid *string) + func (o *JobCollectionGetParams) WithCode(code *int64) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithContext(ctx context.Context) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithDefaults() *JobCollectionGetParams + func (o *JobCollectionGetParams) WithDescription(description *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithEndTime(endTime *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithErrorArgumentsCode(errorArgumentsCode *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithErrorArgumentsMessage(errorArgumentsMessage *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithErrorCode(errorCode *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithErrorMessage(errorMessage *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithFields(fields []string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithHTTPClient(client *http.Client) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithMaxRecords(maxRecords *int64) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithMessage(message *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithNodeName(nodeName *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithOrderBy(orderBy []string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithReturnRecords(returnRecords *bool) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithStartTime(startTime *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithState(state *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithSvmName(svmName *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithSvmUUID(svmUUID *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithTimeout(timeout time.Duration) *JobCollectionGetParams + func (o *JobCollectionGetParams) WithUUID(uuid *string) *JobCollectionGetParams + func (o *JobCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type JobCollectionGetReader struct + func (o *JobCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type JobGetDefault struct + Payload *models.ErrorResponse + func NewJobGetDefault(code int) *JobGetDefault + func (o *JobGetDefault) Code() int + func (o *JobGetDefault) Error() string + func (o *JobGetDefault) GetPayload() *models.ErrorResponse + func (o *JobGetDefault) IsClientError() bool + func (o *JobGetDefault) IsCode(code int) bool + func (o *JobGetDefault) IsRedirect() bool + func (o *JobGetDefault) IsServerError() bool + func (o *JobGetDefault) IsSuccess() bool + func (o *JobGetDefault) String() string + type JobGetOK struct + Payload *models.Job + func NewJobGetOK() *JobGetOK + func (o *JobGetOK) Code() int + func (o *JobGetOK) Error() string + func (o *JobGetOK) GetPayload() *models.Job + func (o *JobGetOK) IsClientError() bool + func (o *JobGetOK) IsCode(code int) bool + func (o *JobGetOK) IsRedirect() bool + func (o *JobGetOK) IsServerError() bool + func (o *JobGetOK) IsSuccess() bool + func (o *JobGetOK) String() string + type JobGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + UUID string + func NewJobGetParams() *JobGetParams + func NewJobGetParamsWithContext(ctx context.Context) *JobGetParams + func NewJobGetParamsWithHTTPClient(client *http.Client) *JobGetParams + func NewJobGetParamsWithTimeout(timeout time.Duration) *JobGetParams + func (o *JobGetParams) SetContext(ctx context.Context) + func (o *JobGetParams) SetDefaults() + func (o *JobGetParams) SetFields(fields []string) + func (o *JobGetParams) SetHTTPClient(client *http.Client) + func (o *JobGetParams) SetTimeout(timeout time.Duration) + func (o *JobGetParams) SetUUID(uuid string) + func (o *JobGetParams) WithContext(ctx context.Context) *JobGetParams + func (o *JobGetParams) WithDefaults() *JobGetParams + func (o *JobGetParams) WithFields(fields []string) *JobGetParams + func (o *JobGetParams) WithHTTPClient(client *http.Client) *JobGetParams + func (o *JobGetParams) WithTimeout(timeout time.Duration) *JobGetParams + func (o *JobGetParams) WithUUID(uuid string) *JobGetParams + func (o *JobGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type JobGetReader struct + func (o *JobGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type JobModifyDefault struct + Payload *models.ErrorResponse + func NewJobModifyDefault(code int) *JobModifyDefault + func (o *JobModifyDefault) Code() int + func (o *JobModifyDefault) Error() string + func (o *JobModifyDefault) GetPayload() *models.ErrorResponse + func (o *JobModifyDefault) IsClientError() bool + func (o *JobModifyDefault) IsCode(code int) bool + func (o *JobModifyDefault) IsRedirect() bool + func (o *JobModifyDefault) IsServerError() bool + func (o *JobModifyDefault) IsSuccess() bool + func (o *JobModifyDefault) String() string + type JobModifyOK struct + func NewJobModifyOK() *JobModifyOK + func (o *JobModifyOK) Code() int + func (o *JobModifyOK) Error() string + func (o *JobModifyOK) IsClientError() bool + func (o *JobModifyOK) IsCode(code int) bool + func (o *JobModifyOK) IsRedirect() bool + func (o *JobModifyOK) IsServerError() bool + func (o *JobModifyOK) IsSuccess() bool + func (o *JobModifyOK) String() string + type JobModifyParams struct + Action *string + Context context.Context + HTTPClient *http.Client + UUID string + func NewJobModifyParams() *JobModifyParams + func NewJobModifyParamsWithContext(ctx context.Context) *JobModifyParams + func NewJobModifyParamsWithHTTPClient(client *http.Client) *JobModifyParams + func NewJobModifyParamsWithTimeout(timeout time.Duration) *JobModifyParams + func (o *JobModifyParams) SetAction(action *string) + func (o *JobModifyParams) SetContext(ctx context.Context) + func (o *JobModifyParams) SetDefaults() + func (o *JobModifyParams) SetHTTPClient(client *http.Client) + func (o *JobModifyParams) SetTimeout(timeout time.Duration) + func (o *JobModifyParams) SetUUID(uuid string) + func (o *JobModifyParams) WithAction(action *string) *JobModifyParams + func (o *JobModifyParams) WithContext(ctx context.Context) *JobModifyParams + func (o *JobModifyParams) WithDefaults() *JobModifyParams + func (o *JobModifyParams) WithHTTPClient(client *http.Client) *JobModifyParams + func (o *JobModifyParams) WithTimeout(timeout time.Duration) *JobModifyParams + func (o *JobModifyParams) WithUUID(uuid string) *JobModifyParams + func (o *JobModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type JobModifyReader struct + func (o *JobModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LicenseCreateCreated struct + Location string + Payload *models.LicensePackageResponse + func NewLicenseCreateCreated() *LicenseCreateCreated + func (o *LicenseCreateCreated) Code() int + func (o *LicenseCreateCreated) Error() string + func (o *LicenseCreateCreated) GetPayload() *models.LicensePackageResponse + func (o *LicenseCreateCreated) IsClientError() bool + func (o *LicenseCreateCreated) IsCode(code int) bool + func (o *LicenseCreateCreated) IsRedirect() bool + func (o *LicenseCreateCreated) IsServerError() bool + func (o *LicenseCreateCreated) IsSuccess() bool + func (o *LicenseCreateCreated) String() string + type LicenseCreateDefault struct + Payload *models.ErrorResponses + func NewLicenseCreateDefault(code int) *LicenseCreateDefault + func (o *LicenseCreateDefault) Code() int + func (o *LicenseCreateDefault) Error() string + func (o *LicenseCreateDefault) GetPayload() *models.ErrorResponses + func (o *LicenseCreateDefault) IsClientError() bool + func (o *LicenseCreateDefault) IsCode(code int) bool + func (o *LicenseCreateDefault) IsRedirect() bool + func (o *LicenseCreateDefault) IsServerError() bool + func (o *LicenseCreateDefault) IsSuccess() bool + func (o *LicenseCreateDefault) String() string + type LicenseCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.LicensePackage + ReturnRecords *bool + func NewLicenseCreateParams() *LicenseCreateParams + func NewLicenseCreateParamsWithContext(ctx context.Context) *LicenseCreateParams + func NewLicenseCreateParamsWithHTTPClient(client *http.Client) *LicenseCreateParams + func NewLicenseCreateParamsWithTimeout(timeout time.Duration) *LicenseCreateParams + func (o *LicenseCreateParams) SetContext(ctx context.Context) + func (o *LicenseCreateParams) SetDefaults() + func (o *LicenseCreateParams) SetHTTPClient(client *http.Client) + func (o *LicenseCreateParams) SetInfo(info *models.LicensePackage) + func (o *LicenseCreateParams) SetReturnRecords(returnRecords *bool) + func (o *LicenseCreateParams) SetTimeout(timeout time.Duration) + func (o *LicenseCreateParams) WithContext(ctx context.Context) *LicenseCreateParams + func (o *LicenseCreateParams) WithDefaults() *LicenseCreateParams + func (o *LicenseCreateParams) WithHTTPClient(client *http.Client) *LicenseCreateParams + func (o *LicenseCreateParams) WithInfo(info *models.LicensePackage) *LicenseCreateParams + func (o *LicenseCreateParams) WithReturnRecords(returnRecords *bool) *LicenseCreateParams + func (o *LicenseCreateParams) WithTimeout(timeout time.Duration) *LicenseCreateParams + func (o *LicenseCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LicenseCreateReader struct + func (o *LicenseCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LicenseDeleteDefault struct + Payload *models.ErrorResponse + func NewLicenseDeleteDefault(code int) *LicenseDeleteDefault + func (o *LicenseDeleteDefault) Code() int + func (o *LicenseDeleteDefault) Error() string + func (o *LicenseDeleteDefault) GetPayload() *models.ErrorResponse + func (o *LicenseDeleteDefault) IsClientError() bool + func (o *LicenseDeleteDefault) IsCode(code int) bool + func (o *LicenseDeleteDefault) IsRedirect() bool + func (o *LicenseDeleteDefault) IsServerError() bool + func (o *LicenseDeleteDefault) IsSuccess() bool + func (o *LicenseDeleteDefault) String() string + type LicenseDeleteOK struct + func NewLicenseDeleteOK() *LicenseDeleteOK + func (o *LicenseDeleteOK) Code() int + func (o *LicenseDeleteOK) Error() string + func (o *LicenseDeleteOK) IsClientError() bool + func (o *LicenseDeleteOK) IsCode(code int) bool + func (o *LicenseDeleteOK) IsRedirect() bool + func (o *LicenseDeleteOK) IsServerError() bool + func (o *LicenseDeleteOK) IsSuccess() bool + func (o *LicenseDeleteOK) String() string + type LicenseDeleteParams struct + Context context.Context + HTTPClient *http.Client + Name string + SerialNumber string + func NewLicenseDeleteParams() *LicenseDeleteParams + func NewLicenseDeleteParamsWithContext(ctx context.Context) *LicenseDeleteParams + func NewLicenseDeleteParamsWithHTTPClient(client *http.Client) *LicenseDeleteParams + func NewLicenseDeleteParamsWithTimeout(timeout time.Duration) *LicenseDeleteParams + func (o *LicenseDeleteParams) SetContext(ctx context.Context) + func (o *LicenseDeleteParams) SetDefaults() + func (o *LicenseDeleteParams) SetHTTPClient(client *http.Client) + func (o *LicenseDeleteParams) SetName(name string) + func (o *LicenseDeleteParams) SetSerialNumber(serialNumber string) + func (o *LicenseDeleteParams) SetTimeout(timeout time.Duration) + func (o *LicenseDeleteParams) WithContext(ctx context.Context) *LicenseDeleteParams + func (o *LicenseDeleteParams) WithDefaults() *LicenseDeleteParams + func (o *LicenseDeleteParams) WithHTTPClient(client *http.Client) *LicenseDeleteParams + func (o *LicenseDeleteParams) WithName(name string) *LicenseDeleteParams + func (o *LicenseDeleteParams) WithSerialNumber(serialNumber string) *LicenseDeleteParams + func (o *LicenseDeleteParams) WithTimeout(timeout time.Duration) *LicenseDeleteParams + func (o *LicenseDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LicenseDeleteReader struct + func (o *LicenseDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LicenseGetDefault struct + Payload *models.ErrorResponse + func NewLicenseGetDefault(code int) *LicenseGetDefault + func (o *LicenseGetDefault) Code() int + func (o *LicenseGetDefault) Error() string + func (o *LicenseGetDefault) GetPayload() *models.ErrorResponse + func (o *LicenseGetDefault) IsClientError() bool + func (o *LicenseGetDefault) IsCode(code int) bool + func (o *LicenseGetDefault) IsRedirect() bool + func (o *LicenseGetDefault) IsServerError() bool + func (o *LicenseGetDefault) IsSuccess() bool + func (o *LicenseGetDefault) String() string + type LicenseGetOK struct + Payload *models.LicensePackage + func NewLicenseGetOK() *LicenseGetOK + func (o *LicenseGetOK) Code() int + func (o *LicenseGetOK) Error() string + func (o *LicenseGetOK) GetPayload() *models.LicensePackage + func (o *LicenseGetOK) IsClientError() bool + func (o *LicenseGetOK) IsCode(code int) bool + func (o *LicenseGetOK) IsRedirect() bool + func (o *LicenseGetOK) IsServerError() bool + func (o *LicenseGetOK) IsSuccess() bool + func (o *LicenseGetOK) String() string + type LicenseGetParams struct + Context context.Context + Description *string + EntitlementAction *string + EntitlementRisk *string + Fields []string + HTTPClient *http.Client + LicensesActive *bool + LicensesCapacityMaximumSize *int64 + LicensesCapacityUsedSize *int64 + LicensesComplianceState *string + LicensesEvaluation *bool + LicensesExpiryTime *string + LicensesHostID *string + LicensesInstalledLicense *string + LicensesOwner *string + LicensesSerialNumber *string + LicensesShutdownImminent *bool + LicensesStartTime *string + Name string + Scope *string + State *string + func NewLicenseGetParams() *LicenseGetParams + func NewLicenseGetParamsWithContext(ctx context.Context) *LicenseGetParams + func NewLicenseGetParamsWithHTTPClient(client *http.Client) *LicenseGetParams + func NewLicenseGetParamsWithTimeout(timeout time.Duration) *LicenseGetParams + func (o *LicenseGetParams) SetContext(ctx context.Context) + func (o *LicenseGetParams) SetDefaults() + func (o *LicenseGetParams) SetDescription(description *string) + func (o *LicenseGetParams) SetEntitlementAction(entitlementAction *string) + func (o *LicenseGetParams) SetEntitlementRisk(entitlementRisk *string) + func (o *LicenseGetParams) SetFields(fields []string) + func (o *LicenseGetParams) SetHTTPClient(client *http.Client) + func (o *LicenseGetParams) SetLicensesActive(licensesActive *bool) + func (o *LicenseGetParams) SetLicensesCapacityMaximumSize(licensesCapacityMaximumSize *int64) + func (o *LicenseGetParams) SetLicensesCapacityUsedSize(licensesCapacityUsedSize *int64) + func (o *LicenseGetParams) SetLicensesComplianceState(licensesComplianceState *string) + func (o *LicenseGetParams) SetLicensesEvaluation(licensesEvaluation *bool) + func (o *LicenseGetParams) SetLicensesExpiryTime(licensesExpiryTime *string) + func (o *LicenseGetParams) SetLicensesHostID(licensesHostID *string) + func (o *LicenseGetParams) SetLicensesInstalledLicense(licensesInstalledLicense *string) + func (o *LicenseGetParams) SetLicensesOwner(licensesOwner *string) + func (o *LicenseGetParams) SetLicensesSerialNumber(licensesSerialNumber *string) + func (o *LicenseGetParams) SetLicensesShutdownImminent(licensesShutdownImminent *bool) + func (o *LicenseGetParams) SetLicensesStartTime(licensesStartTime *string) + func (o *LicenseGetParams) SetName(name string) + func (o *LicenseGetParams) SetScope(scope *string) + func (o *LicenseGetParams) SetState(state *string) + func (o *LicenseGetParams) SetTimeout(timeout time.Duration) + func (o *LicenseGetParams) WithContext(ctx context.Context) *LicenseGetParams + func (o *LicenseGetParams) WithDefaults() *LicenseGetParams + func (o *LicenseGetParams) WithDescription(description *string) *LicenseGetParams + func (o *LicenseGetParams) WithEntitlementAction(entitlementAction *string) *LicenseGetParams + func (o *LicenseGetParams) WithEntitlementRisk(entitlementRisk *string) *LicenseGetParams + func (o *LicenseGetParams) WithFields(fields []string) *LicenseGetParams + func (o *LicenseGetParams) WithHTTPClient(client *http.Client) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesActive(licensesActive *bool) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesCapacityMaximumSize(licensesCapacityMaximumSize *int64) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesCapacityUsedSize(licensesCapacityUsedSize *int64) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesComplianceState(licensesComplianceState *string) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesEvaluation(licensesEvaluation *bool) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesExpiryTime(licensesExpiryTime *string) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesHostID(licensesHostID *string) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesInstalledLicense(licensesInstalledLicense *string) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesOwner(licensesOwner *string) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesSerialNumber(licensesSerialNumber *string) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesShutdownImminent(licensesShutdownImminent *bool) *LicenseGetParams + func (o *LicenseGetParams) WithLicensesStartTime(licensesStartTime *string) *LicenseGetParams + func (o *LicenseGetParams) WithName(name string) *LicenseGetParams + func (o *LicenseGetParams) WithScope(scope *string) *LicenseGetParams + func (o *LicenseGetParams) WithState(state *string) *LicenseGetParams + func (o *LicenseGetParams) WithTimeout(timeout time.Duration) *LicenseGetParams + func (o *LicenseGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LicenseGetReader struct + func (o *LicenseGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LicenseManagerCollectionGetDefault struct + Payload *models.ErrorResponse + func NewLicenseManagerCollectionGetDefault(code int) *LicenseManagerCollectionGetDefault + func (o *LicenseManagerCollectionGetDefault) Code() int + func (o *LicenseManagerCollectionGetDefault) Error() string + func (o *LicenseManagerCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *LicenseManagerCollectionGetDefault) IsClientError() bool + func (o *LicenseManagerCollectionGetDefault) IsCode(code int) bool + func (o *LicenseManagerCollectionGetDefault) IsRedirect() bool + func (o *LicenseManagerCollectionGetDefault) IsServerError() bool + func (o *LicenseManagerCollectionGetDefault) IsSuccess() bool + func (o *LicenseManagerCollectionGetDefault) String() string + type LicenseManagerCollectionGetOK struct + Payload *models.LicenseManagerResponse + func NewLicenseManagerCollectionGetOK() *LicenseManagerCollectionGetOK + func (o *LicenseManagerCollectionGetOK) Code() int + func (o *LicenseManagerCollectionGetOK) Error() string + func (o *LicenseManagerCollectionGetOK) GetPayload() *models.LicenseManagerResponse + func (o *LicenseManagerCollectionGetOK) IsClientError() bool + func (o *LicenseManagerCollectionGetOK) IsCode(code int) bool + func (o *LicenseManagerCollectionGetOK) IsRedirect() bool + func (o *LicenseManagerCollectionGetOK) IsServerError() bool + func (o *LicenseManagerCollectionGetOK) IsSuccess() bool + func (o *LicenseManagerCollectionGetOK) String() string + type LicenseManagerCollectionGetParams struct + Context context.Context + Default *bool + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + URIHost *string + UUID *string + func NewLicenseManagerCollectionGetParams() *LicenseManagerCollectionGetParams + func NewLicenseManagerCollectionGetParamsWithContext(ctx context.Context) *LicenseManagerCollectionGetParams + func NewLicenseManagerCollectionGetParamsWithHTTPClient(client *http.Client) *LicenseManagerCollectionGetParams + func NewLicenseManagerCollectionGetParamsWithTimeout(timeout time.Duration) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) SetContext(ctx context.Context) + func (o *LicenseManagerCollectionGetParams) SetDefault(defaultVar *bool) + func (o *LicenseManagerCollectionGetParams) SetDefaults() + func (o *LicenseManagerCollectionGetParams) SetFields(fields []string) + func (o *LicenseManagerCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *LicenseManagerCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *LicenseManagerCollectionGetParams) SetOrderBy(orderBy []string) + func (o *LicenseManagerCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *LicenseManagerCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *LicenseManagerCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *LicenseManagerCollectionGetParams) SetURIHost(uRIHost *string) + func (o *LicenseManagerCollectionGetParams) SetUUID(uuid *string) + func (o *LicenseManagerCollectionGetParams) WithContext(ctx context.Context) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithDefault(defaultVar *bool) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithDefaults() *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithFields(fields []string) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithHTTPClient(client *http.Client) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithMaxRecords(maxRecords *int64) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithOrderBy(orderBy []string) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithReturnRecords(returnRecords *bool) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithTimeout(timeout time.Duration) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithURIHost(uRIHost *string) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WithUUID(uuid *string) *LicenseManagerCollectionGetParams + func (o *LicenseManagerCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LicenseManagerCollectionGetReader struct + func (o *LicenseManagerCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LicenseManagerGetDefault struct + Payload *models.ErrorResponse + func NewLicenseManagerGetDefault(code int) *LicenseManagerGetDefault + func (o *LicenseManagerGetDefault) Code() int + func (o *LicenseManagerGetDefault) Error() string + func (o *LicenseManagerGetDefault) GetPayload() *models.ErrorResponse + func (o *LicenseManagerGetDefault) IsClientError() bool + func (o *LicenseManagerGetDefault) IsCode(code int) bool + func (o *LicenseManagerGetDefault) IsRedirect() bool + func (o *LicenseManagerGetDefault) IsServerError() bool + func (o *LicenseManagerGetDefault) IsSuccess() bool + func (o *LicenseManagerGetDefault) String() string + type LicenseManagerGetOK struct + Payload *models.LicenseManager + func NewLicenseManagerGetOK() *LicenseManagerGetOK + func (o *LicenseManagerGetOK) Code() int + func (o *LicenseManagerGetOK) Error() string + func (o *LicenseManagerGetOK) GetPayload() *models.LicenseManager + func (o *LicenseManagerGetOK) IsClientError() bool + func (o *LicenseManagerGetOK) IsCode(code int) bool + func (o *LicenseManagerGetOK) IsRedirect() bool + func (o *LicenseManagerGetOK) IsServerError() bool + func (o *LicenseManagerGetOK) IsSuccess() bool + func (o *LicenseManagerGetOK) String() string + type LicenseManagerGetParams struct + Context context.Context + Default *bool + Fields []string + HTTPClient *http.Client + URIHost *string + UUID string + func NewLicenseManagerGetParams() *LicenseManagerGetParams + func NewLicenseManagerGetParamsWithContext(ctx context.Context) *LicenseManagerGetParams + func NewLicenseManagerGetParamsWithHTTPClient(client *http.Client) *LicenseManagerGetParams + func NewLicenseManagerGetParamsWithTimeout(timeout time.Duration) *LicenseManagerGetParams + func (o *LicenseManagerGetParams) SetContext(ctx context.Context) + func (o *LicenseManagerGetParams) SetDefault(defaultVar *bool) + func (o *LicenseManagerGetParams) SetDefaults() + func (o *LicenseManagerGetParams) SetFields(fields []string) + func (o *LicenseManagerGetParams) SetHTTPClient(client *http.Client) + func (o *LicenseManagerGetParams) SetTimeout(timeout time.Duration) + func (o *LicenseManagerGetParams) SetURIHost(uRIHost *string) + func (o *LicenseManagerGetParams) SetUUID(uuid string) + func (o *LicenseManagerGetParams) WithContext(ctx context.Context) *LicenseManagerGetParams + func (o *LicenseManagerGetParams) WithDefault(defaultVar *bool) *LicenseManagerGetParams + func (o *LicenseManagerGetParams) WithDefaults() *LicenseManagerGetParams + func (o *LicenseManagerGetParams) WithFields(fields []string) *LicenseManagerGetParams + func (o *LicenseManagerGetParams) WithHTTPClient(client *http.Client) *LicenseManagerGetParams + func (o *LicenseManagerGetParams) WithTimeout(timeout time.Duration) *LicenseManagerGetParams + func (o *LicenseManagerGetParams) WithURIHost(uRIHost *string) *LicenseManagerGetParams + func (o *LicenseManagerGetParams) WithUUID(uuid string) *LicenseManagerGetParams + func (o *LicenseManagerGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LicenseManagerGetReader struct + func (o *LicenseManagerGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LicenseManagerModifyAccepted struct + Payload *models.JobLinkResponse + func NewLicenseManagerModifyAccepted() *LicenseManagerModifyAccepted + func (o *LicenseManagerModifyAccepted) Code() int + func (o *LicenseManagerModifyAccepted) Error() string + func (o *LicenseManagerModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *LicenseManagerModifyAccepted) IsClientError() bool + func (o *LicenseManagerModifyAccepted) IsCode(code int) bool + func (o *LicenseManagerModifyAccepted) IsRedirect() bool + func (o *LicenseManagerModifyAccepted) IsServerError() bool + func (o *LicenseManagerModifyAccepted) IsSuccess() bool + func (o *LicenseManagerModifyAccepted) String() string + type LicenseManagerModifyDefault struct + Payload *models.ErrorResponses + func NewLicenseManagerModifyDefault(code int) *LicenseManagerModifyDefault + func (o *LicenseManagerModifyDefault) Code() int + func (o *LicenseManagerModifyDefault) Error() string + func (o *LicenseManagerModifyDefault) GetPayload() *models.ErrorResponses + func (o *LicenseManagerModifyDefault) IsClientError() bool + func (o *LicenseManagerModifyDefault) IsCode(code int) bool + func (o *LicenseManagerModifyDefault) IsRedirect() bool + func (o *LicenseManagerModifyDefault) IsServerError() bool + func (o *LicenseManagerModifyDefault) IsSuccess() bool + func (o *LicenseManagerModifyDefault) String() string + type LicenseManagerModifyOK struct + Payload *models.JobLinkResponse + func NewLicenseManagerModifyOK() *LicenseManagerModifyOK + func (o *LicenseManagerModifyOK) Code() int + func (o *LicenseManagerModifyOK) Error() string + func (o *LicenseManagerModifyOK) GetPayload() *models.JobLinkResponse + func (o *LicenseManagerModifyOK) IsClientError() bool + func (o *LicenseManagerModifyOK) IsCode(code int) bool + func (o *LicenseManagerModifyOK) IsRedirect() bool + func (o *LicenseManagerModifyOK) IsServerError() bool + func (o *LicenseManagerModifyOK) IsSuccess() bool + func (o *LicenseManagerModifyOK) String() string + type LicenseManagerModifyParams struct + Context context.Context + HTTPClient *http.Client + Info *models.LicenseManager + ReturnTimeout *int64 + UUID string + func NewLicenseManagerModifyParams() *LicenseManagerModifyParams + func NewLicenseManagerModifyParamsWithContext(ctx context.Context) *LicenseManagerModifyParams + func NewLicenseManagerModifyParamsWithHTTPClient(client *http.Client) *LicenseManagerModifyParams + func NewLicenseManagerModifyParamsWithTimeout(timeout time.Duration) *LicenseManagerModifyParams + func (o *LicenseManagerModifyParams) SetContext(ctx context.Context) + func (o *LicenseManagerModifyParams) SetDefaults() + func (o *LicenseManagerModifyParams) SetHTTPClient(client *http.Client) + func (o *LicenseManagerModifyParams) SetInfo(info *models.LicenseManager) + func (o *LicenseManagerModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *LicenseManagerModifyParams) SetTimeout(timeout time.Duration) + func (o *LicenseManagerModifyParams) SetUUID(uuid string) + func (o *LicenseManagerModifyParams) WithContext(ctx context.Context) *LicenseManagerModifyParams + func (o *LicenseManagerModifyParams) WithDefaults() *LicenseManagerModifyParams + func (o *LicenseManagerModifyParams) WithHTTPClient(client *http.Client) *LicenseManagerModifyParams + func (o *LicenseManagerModifyParams) WithInfo(info *models.LicenseManager) *LicenseManagerModifyParams + func (o *LicenseManagerModifyParams) WithReturnTimeout(returnTimeout *int64) *LicenseManagerModifyParams + func (o *LicenseManagerModifyParams) WithTimeout(timeout time.Duration) *LicenseManagerModifyParams + func (o *LicenseManagerModifyParams) WithUUID(uuid string) *LicenseManagerModifyParams + func (o *LicenseManagerModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LicenseManagerModifyReader struct + func (o *LicenseManagerModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LicensesGetDefault struct + Payload *models.ErrorResponse + func NewLicensesGetDefault(code int) *LicensesGetDefault + func (o *LicensesGetDefault) Code() int + func (o *LicensesGetDefault) Error() string + func (o *LicensesGetDefault) GetPayload() *models.ErrorResponse + func (o *LicensesGetDefault) IsClientError() bool + func (o *LicensesGetDefault) IsCode(code int) bool + func (o *LicensesGetDefault) IsRedirect() bool + func (o *LicensesGetDefault) IsServerError() bool + func (o *LicensesGetDefault) IsSuccess() bool + func (o *LicensesGetDefault) String() string + type LicensesGetOK struct + Payload *models.LicensePackageResponse + func NewLicensesGetOK() *LicensesGetOK + func (o *LicensesGetOK) Code() int + func (o *LicensesGetOK) Error() string + func (o *LicensesGetOK) GetPayload() *models.LicensePackageResponse + func (o *LicensesGetOK) IsClientError() bool + func (o *LicensesGetOK) IsCode(code int) bool + func (o *LicensesGetOK) IsRedirect() bool + func (o *LicensesGetOK) IsServerError() bool + func (o *LicensesGetOK) IsSuccess() bool + func (o *LicensesGetOK) String() string + type LicensesGetParams struct + Context context.Context + Description *string + EntitlementAction *string + EntitlementRisk *string + Fields []string + HTTPClient *http.Client + LicensesActive *bool + LicensesCapacityMaximumSize *int64 + LicensesCapacityUsedSize *int64 + LicensesComplianceState *string + LicensesEvaluation *bool + LicensesExpiryTime *string + LicensesHostID *string + LicensesInstalledLicense *string + LicensesOwner *string + LicensesSerialNumber *string + LicensesShutdownImminent *bool + LicensesStartTime *string + MaxRecords *int64 + Name *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + Scope *string + State *string + func NewLicensesGetParams() *LicensesGetParams + func NewLicensesGetParamsWithContext(ctx context.Context) *LicensesGetParams + func NewLicensesGetParamsWithHTTPClient(client *http.Client) *LicensesGetParams + func NewLicensesGetParamsWithTimeout(timeout time.Duration) *LicensesGetParams + func (o *LicensesGetParams) SetContext(ctx context.Context) + func (o *LicensesGetParams) SetDefaults() + func (o *LicensesGetParams) SetDescription(description *string) + func (o *LicensesGetParams) SetEntitlementAction(entitlementAction *string) + func (o *LicensesGetParams) SetEntitlementRisk(entitlementRisk *string) + func (o *LicensesGetParams) SetFields(fields []string) + func (o *LicensesGetParams) SetHTTPClient(client *http.Client) + func (o *LicensesGetParams) SetLicensesActive(licensesActive *bool) + func (o *LicensesGetParams) SetLicensesCapacityMaximumSize(licensesCapacityMaximumSize *int64) + func (o *LicensesGetParams) SetLicensesCapacityUsedSize(licensesCapacityUsedSize *int64) + func (o *LicensesGetParams) SetLicensesComplianceState(licensesComplianceState *string) + func (o *LicensesGetParams) SetLicensesEvaluation(licensesEvaluation *bool) + func (o *LicensesGetParams) SetLicensesExpiryTime(licensesExpiryTime *string) + func (o *LicensesGetParams) SetLicensesHostID(licensesHostID *string) + func (o *LicensesGetParams) SetLicensesInstalledLicense(licensesInstalledLicense *string) + func (o *LicensesGetParams) SetLicensesOwner(licensesOwner *string) + func (o *LicensesGetParams) SetLicensesSerialNumber(licensesSerialNumber *string) + func (o *LicensesGetParams) SetLicensesShutdownImminent(licensesShutdownImminent *bool) + func (o *LicensesGetParams) SetLicensesStartTime(licensesStartTime *string) + func (o *LicensesGetParams) SetMaxRecords(maxRecords *int64) + func (o *LicensesGetParams) SetName(name *string) + func (o *LicensesGetParams) SetOrderBy(orderBy []string) + func (o *LicensesGetParams) SetReturnRecords(returnRecords *bool) + func (o *LicensesGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *LicensesGetParams) SetScope(scope *string) + func (o *LicensesGetParams) SetState(state *string) + func (o *LicensesGetParams) SetTimeout(timeout time.Duration) + func (o *LicensesGetParams) WithContext(ctx context.Context) *LicensesGetParams + func (o *LicensesGetParams) WithDefaults() *LicensesGetParams + func (o *LicensesGetParams) WithDescription(description *string) *LicensesGetParams + func (o *LicensesGetParams) WithEntitlementAction(entitlementAction *string) *LicensesGetParams + func (o *LicensesGetParams) WithEntitlementRisk(entitlementRisk *string) *LicensesGetParams + func (o *LicensesGetParams) WithFields(fields []string) *LicensesGetParams + func (o *LicensesGetParams) WithHTTPClient(client *http.Client) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesActive(licensesActive *bool) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesCapacityMaximumSize(licensesCapacityMaximumSize *int64) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesCapacityUsedSize(licensesCapacityUsedSize *int64) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesComplianceState(licensesComplianceState *string) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesEvaluation(licensesEvaluation *bool) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesExpiryTime(licensesExpiryTime *string) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesHostID(licensesHostID *string) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesInstalledLicense(licensesInstalledLicense *string) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesOwner(licensesOwner *string) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesSerialNumber(licensesSerialNumber *string) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesShutdownImminent(licensesShutdownImminent *bool) *LicensesGetParams + func (o *LicensesGetParams) WithLicensesStartTime(licensesStartTime *string) *LicensesGetParams + func (o *LicensesGetParams) WithMaxRecords(maxRecords *int64) *LicensesGetParams + func (o *LicensesGetParams) WithName(name *string) *LicensesGetParams + func (o *LicensesGetParams) WithOrderBy(orderBy []string) *LicensesGetParams + func (o *LicensesGetParams) WithReturnRecords(returnRecords *bool) *LicensesGetParams + func (o *LicensesGetParams) WithReturnTimeout(returnTimeout *int64) *LicensesGetParams + func (o *LicensesGetParams) WithScope(scope *string) *LicensesGetParams + func (o *LicensesGetParams) WithState(state *string) *LicensesGetParams + func (o *LicensesGetParams) WithTimeout(timeout time.Duration) *LicensesGetParams + func (o *LicensesGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LicensesGetReader struct + func (o *LicensesGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MediatorCollectionGetDefault struct + Payload *models.ErrorResponse + func NewMediatorCollectionGetDefault(code int) *MediatorCollectionGetDefault + func (o *MediatorCollectionGetDefault) Code() int + func (o *MediatorCollectionGetDefault) Error() string + func (o *MediatorCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *MediatorCollectionGetDefault) IsClientError() bool + func (o *MediatorCollectionGetDefault) IsCode(code int) bool + func (o *MediatorCollectionGetDefault) IsRedirect() bool + func (o *MediatorCollectionGetDefault) IsServerError() bool + func (o *MediatorCollectionGetDefault) IsSuccess() bool + func (o *MediatorCollectionGetDefault) String() string + type MediatorCollectionGetOK struct + Payload *models.MediatorResponse + func NewMediatorCollectionGetOK() *MediatorCollectionGetOK + func (o *MediatorCollectionGetOK) Code() int + func (o *MediatorCollectionGetOK) Error() string + func (o *MediatorCollectionGetOK) GetPayload() *models.MediatorResponse + func (o *MediatorCollectionGetOK) IsClientError() bool + func (o *MediatorCollectionGetOK) IsCode(code int) bool + func (o *MediatorCollectionGetOK) IsRedirect() bool + func (o *MediatorCollectionGetOK) IsServerError() bool + func (o *MediatorCollectionGetOK) IsSuccess() bool + func (o *MediatorCollectionGetOK) String() string + type MediatorCollectionGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + IPAddress *string + MaxRecords *int64 + OrderBy []string + PeerClusterName *string + PeerClusterUUID *string + PeerMediatorConnectivity *string + Port *int64 + Reachable *bool + ReturnRecords *bool + ReturnTimeout *int64 + UUID *string + func NewMediatorCollectionGetParams() *MediatorCollectionGetParams + func NewMediatorCollectionGetParamsWithContext(ctx context.Context) *MediatorCollectionGetParams + func NewMediatorCollectionGetParamsWithHTTPClient(client *http.Client) *MediatorCollectionGetParams + func NewMediatorCollectionGetParamsWithTimeout(timeout time.Duration) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) SetContext(ctx context.Context) + func (o *MediatorCollectionGetParams) SetDefaults() + func (o *MediatorCollectionGetParams) SetFields(fields []string) + func (o *MediatorCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *MediatorCollectionGetParams) SetIPAddress(iPAddress *string) + func (o *MediatorCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *MediatorCollectionGetParams) SetOrderBy(orderBy []string) + func (o *MediatorCollectionGetParams) SetPeerClusterName(peerClusterName *string) + func (o *MediatorCollectionGetParams) SetPeerClusterUUID(peerClusterUUID *string) + func (o *MediatorCollectionGetParams) SetPeerMediatorConnectivity(peerMediatorConnectivity *string) + func (o *MediatorCollectionGetParams) SetPort(port *int64) + func (o *MediatorCollectionGetParams) SetReachable(reachable *bool) + func (o *MediatorCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *MediatorCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *MediatorCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *MediatorCollectionGetParams) SetUUID(uuid *string) + func (o *MediatorCollectionGetParams) WithContext(ctx context.Context) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithDefaults() *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithFields(fields []string) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithHTTPClient(client *http.Client) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithIPAddress(iPAddress *string) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithMaxRecords(maxRecords *int64) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithOrderBy(orderBy []string) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithPeerClusterName(peerClusterName *string) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithPeerClusterUUID(peerClusterUUID *string) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithPeerMediatorConnectivity(peerMediatorConnectivity *string) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithPort(port *int64) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithReachable(reachable *bool) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithReturnRecords(returnRecords *bool) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithTimeout(timeout time.Duration) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WithUUID(uuid *string) *MediatorCollectionGetParams + func (o *MediatorCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MediatorCollectionGetReader struct + func (o *MediatorCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MediatorCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewMediatorCreateAccepted() *MediatorCreateAccepted + func (o *MediatorCreateAccepted) Code() int + func (o *MediatorCreateAccepted) Error() string + func (o *MediatorCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *MediatorCreateAccepted) IsClientError() bool + func (o *MediatorCreateAccepted) IsCode(code int) bool + func (o *MediatorCreateAccepted) IsRedirect() bool + func (o *MediatorCreateAccepted) IsServerError() bool + func (o *MediatorCreateAccepted) IsSuccess() bool + func (o *MediatorCreateAccepted) String() string + type MediatorCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewMediatorCreateCreated() *MediatorCreateCreated + func (o *MediatorCreateCreated) Code() int + func (o *MediatorCreateCreated) Error() string + func (o *MediatorCreateCreated) GetPayload() *models.JobLinkResponse + func (o *MediatorCreateCreated) IsClientError() bool + func (o *MediatorCreateCreated) IsCode(code int) bool + func (o *MediatorCreateCreated) IsRedirect() bool + func (o *MediatorCreateCreated) IsServerError() bool + func (o *MediatorCreateCreated) IsSuccess() bool + func (o *MediatorCreateCreated) String() string + type MediatorCreateDefault struct + Payload *models.ErrorResponse + func NewMediatorCreateDefault(code int) *MediatorCreateDefault + func (o *MediatorCreateDefault) Code() int + func (o *MediatorCreateDefault) Error() string + func (o *MediatorCreateDefault) GetPayload() *models.ErrorResponse + func (o *MediatorCreateDefault) IsClientError() bool + func (o *MediatorCreateDefault) IsCode(code int) bool + func (o *MediatorCreateDefault) IsRedirect() bool + func (o *MediatorCreateDefault) IsServerError() bool + func (o *MediatorCreateDefault) IsSuccess() bool + func (o *MediatorCreateDefault) String() string + type MediatorCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.Mediator + ReturnRecords *bool + ReturnTimeout *int64 + func NewMediatorCreateParams() *MediatorCreateParams + func NewMediatorCreateParamsWithContext(ctx context.Context) *MediatorCreateParams + func NewMediatorCreateParamsWithHTTPClient(client *http.Client) *MediatorCreateParams + func NewMediatorCreateParamsWithTimeout(timeout time.Duration) *MediatorCreateParams + func (o *MediatorCreateParams) SetContext(ctx context.Context) + func (o *MediatorCreateParams) SetDefaults() + func (o *MediatorCreateParams) SetHTTPClient(client *http.Client) + func (o *MediatorCreateParams) SetInfo(info *models.Mediator) + func (o *MediatorCreateParams) SetReturnRecords(returnRecords *bool) + func (o *MediatorCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *MediatorCreateParams) SetTimeout(timeout time.Duration) + func (o *MediatorCreateParams) WithContext(ctx context.Context) *MediatorCreateParams + func (o *MediatorCreateParams) WithDefaults() *MediatorCreateParams + func (o *MediatorCreateParams) WithHTTPClient(client *http.Client) *MediatorCreateParams + func (o *MediatorCreateParams) WithInfo(info *models.Mediator) *MediatorCreateParams + func (o *MediatorCreateParams) WithReturnRecords(returnRecords *bool) *MediatorCreateParams + func (o *MediatorCreateParams) WithReturnTimeout(returnTimeout *int64) *MediatorCreateParams + func (o *MediatorCreateParams) WithTimeout(timeout time.Duration) *MediatorCreateParams + func (o *MediatorCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MediatorCreateReader struct + func (o *MediatorCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MediatorDeleteAccepted struct + Payload *models.JobLinkResponse + func NewMediatorDeleteAccepted() *MediatorDeleteAccepted + func (o *MediatorDeleteAccepted) Code() int + func (o *MediatorDeleteAccepted) Error() string + func (o *MediatorDeleteAccepted) GetPayload() *models.JobLinkResponse + func (o *MediatorDeleteAccepted) IsClientError() bool + func (o *MediatorDeleteAccepted) IsCode(code int) bool + func (o *MediatorDeleteAccepted) IsRedirect() bool + func (o *MediatorDeleteAccepted) IsServerError() bool + func (o *MediatorDeleteAccepted) IsSuccess() bool + func (o *MediatorDeleteAccepted) String() string + type MediatorDeleteDefault struct + Payload *models.ErrorResponse + func NewMediatorDeleteDefault(code int) *MediatorDeleteDefault + func (o *MediatorDeleteDefault) Code() int + func (o *MediatorDeleteDefault) Error() string + func (o *MediatorDeleteDefault) GetPayload() *models.ErrorResponse + func (o *MediatorDeleteDefault) IsClientError() bool + func (o *MediatorDeleteDefault) IsCode(code int) bool + func (o *MediatorDeleteDefault) IsRedirect() bool + func (o *MediatorDeleteDefault) IsServerError() bool + func (o *MediatorDeleteDefault) IsSuccess() bool + func (o *MediatorDeleteDefault) String() string + type MediatorDeleteOK struct + Payload *models.JobLinkResponse + func NewMediatorDeleteOK() *MediatorDeleteOK + func (o *MediatorDeleteOK) Code() int + func (o *MediatorDeleteOK) Error() string + func (o *MediatorDeleteOK) GetPayload() *models.JobLinkResponse + func (o *MediatorDeleteOK) IsClientError() bool + func (o *MediatorDeleteOK) IsCode(code int) bool + func (o *MediatorDeleteOK) IsRedirect() bool + func (o *MediatorDeleteOK) IsServerError() bool + func (o *MediatorDeleteOK) IsSuccess() bool + func (o *MediatorDeleteOK) String() string + type MediatorDeleteParams struct + Context context.Context + HTTPClient *http.Client + Info *models.Mediator + ReturnTimeout *int64 + UUID strfmt.UUID + func NewMediatorDeleteParams() *MediatorDeleteParams + func NewMediatorDeleteParamsWithContext(ctx context.Context) *MediatorDeleteParams + func NewMediatorDeleteParamsWithHTTPClient(client *http.Client) *MediatorDeleteParams + func NewMediatorDeleteParamsWithTimeout(timeout time.Duration) *MediatorDeleteParams + func (o *MediatorDeleteParams) SetContext(ctx context.Context) + func (o *MediatorDeleteParams) SetDefaults() + func (o *MediatorDeleteParams) SetHTTPClient(client *http.Client) + func (o *MediatorDeleteParams) SetInfo(info *models.Mediator) + func (o *MediatorDeleteParams) SetReturnTimeout(returnTimeout *int64) + func (o *MediatorDeleteParams) SetTimeout(timeout time.Duration) + func (o *MediatorDeleteParams) SetUUID(uuid strfmt.UUID) + func (o *MediatorDeleteParams) WithContext(ctx context.Context) *MediatorDeleteParams + func (o *MediatorDeleteParams) WithDefaults() *MediatorDeleteParams + func (o *MediatorDeleteParams) WithHTTPClient(client *http.Client) *MediatorDeleteParams + func (o *MediatorDeleteParams) WithInfo(info *models.Mediator) *MediatorDeleteParams + func (o *MediatorDeleteParams) WithReturnTimeout(returnTimeout *int64) *MediatorDeleteParams + func (o *MediatorDeleteParams) WithTimeout(timeout time.Duration) *MediatorDeleteParams + func (o *MediatorDeleteParams) WithUUID(uuid strfmt.UUID) *MediatorDeleteParams + func (o *MediatorDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MediatorDeleteReader struct + func (o *MediatorDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MediatorGetDefault struct + Payload *models.ErrorResponse + func NewMediatorGetDefault(code int) *MediatorGetDefault + func (o *MediatorGetDefault) Code() int + func (o *MediatorGetDefault) Error() string + func (o *MediatorGetDefault) GetPayload() *models.ErrorResponse + func (o *MediatorGetDefault) IsClientError() bool + func (o *MediatorGetDefault) IsCode(code int) bool + func (o *MediatorGetDefault) IsRedirect() bool + func (o *MediatorGetDefault) IsServerError() bool + func (o *MediatorGetDefault) IsSuccess() bool + func (o *MediatorGetDefault) String() string + type MediatorGetOK struct + Payload *models.Mediator + func NewMediatorGetOK() *MediatorGetOK + func (o *MediatorGetOK) Code() int + func (o *MediatorGetOK) Error() string + func (o *MediatorGetOK) GetPayload() *models.Mediator + func (o *MediatorGetOK) IsClientError() bool + func (o *MediatorGetOK) IsCode(code int) bool + func (o *MediatorGetOK) IsRedirect() bool + func (o *MediatorGetOK) IsServerError() bool + func (o *MediatorGetOK) IsSuccess() bool + func (o *MediatorGetOK) String() string + type MediatorGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + UUID strfmt.UUID + func NewMediatorGetParams() *MediatorGetParams + func NewMediatorGetParamsWithContext(ctx context.Context) *MediatorGetParams + func NewMediatorGetParamsWithHTTPClient(client *http.Client) *MediatorGetParams + func NewMediatorGetParamsWithTimeout(timeout time.Duration) *MediatorGetParams + func (o *MediatorGetParams) SetContext(ctx context.Context) + func (o *MediatorGetParams) SetDefaults() + func (o *MediatorGetParams) SetFields(fields []string) + func (o *MediatorGetParams) SetHTTPClient(client *http.Client) + func (o *MediatorGetParams) SetTimeout(timeout time.Duration) + func (o *MediatorGetParams) SetUUID(uuid strfmt.UUID) + func (o *MediatorGetParams) WithContext(ctx context.Context) *MediatorGetParams + func (o *MediatorGetParams) WithDefaults() *MediatorGetParams + func (o *MediatorGetParams) WithFields(fields []string) *MediatorGetParams + func (o *MediatorGetParams) WithHTTPClient(client *http.Client) *MediatorGetParams + func (o *MediatorGetParams) WithTimeout(timeout time.Duration) *MediatorGetParams + func (o *MediatorGetParams) WithUUID(uuid strfmt.UUID) *MediatorGetParams + func (o *MediatorGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MediatorGetReader struct + func (o *MediatorGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewMetroclusterCreateAccepted() *MetroclusterCreateAccepted + func (o *MetroclusterCreateAccepted) Code() int + func (o *MetroclusterCreateAccepted) Error() string + func (o *MetroclusterCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *MetroclusterCreateAccepted) IsClientError() bool + func (o *MetroclusterCreateAccepted) IsCode(code int) bool + func (o *MetroclusterCreateAccepted) IsRedirect() bool + func (o *MetroclusterCreateAccepted) IsServerError() bool + func (o *MetroclusterCreateAccepted) IsSuccess() bool + func (o *MetroclusterCreateAccepted) String() string + type MetroclusterCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewMetroclusterCreateCreated() *MetroclusterCreateCreated + func (o *MetroclusterCreateCreated) Code() int + func (o *MetroclusterCreateCreated) Error() string + func (o *MetroclusterCreateCreated) GetPayload() *models.JobLinkResponse + func (o *MetroclusterCreateCreated) IsClientError() bool + func (o *MetroclusterCreateCreated) IsCode(code int) bool + func (o *MetroclusterCreateCreated) IsRedirect() bool + func (o *MetroclusterCreateCreated) IsServerError() bool + func (o *MetroclusterCreateCreated) IsSuccess() bool + func (o *MetroclusterCreateCreated) String() string + type MetroclusterCreateDefault struct + Payload *models.ErrorResponse + func NewMetroclusterCreateDefault(code int) *MetroclusterCreateDefault + func (o *MetroclusterCreateDefault) Code() int + func (o *MetroclusterCreateDefault) Error() string + func (o *MetroclusterCreateDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterCreateDefault) IsClientError() bool + func (o *MetroclusterCreateDefault) IsCode(code int) bool + func (o *MetroclusterCreateDefault) IsRedirect() bool + func (o *MetroclusterCreateDefault) IsServerError() bool + func (o *MetroclusterCreateDefault) IsSuccess() bool + func (o *MetroclusterCreateDefault) String() string + type MetroclusterCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.Metrocluster + ReturnTimeout *int64 + func NewMetroclusterCreateParams() *MetroclusterCreateParams + func NewMetroclusterCreateParamsWithContext(ctx context.Context) *MetroclusterCreateParams + func NewMetroclusterCreateParamsWithHTTPClient(client *http.Client) *MetroclusterCreateParams + func NewMetroclusterCreateParamsWithTimeout(timeout time.Duration) *MetroclusterCreateParams + func (o *MetroclusterCreateParams) SetContext(ctx context.Context) + func (o *MetroclusterCreateParams) SetDefaults() + func (o *MetroclusterCreateParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterCreateParams) SetInfo(info *models.Metrocluster) + func (o *MetroclusterCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterCreateParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterCreateParams) WithContext(ctx context.Context) *MetroclusterCreateParams + func (o *MetroclusterCreateParams) WithDefaults() *MetroclusterCreateParams + func (o *MetroclusterCreateParams) WithHTTPClient(client *http.Client) *MetroclusterCreateParams + func (o *MetroclusterCreateParams) WithInfo(info *models.Metrocluster) *MetroclusterCreateParams + func (o *MetroclusterCreateParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterCreateParams + func (o *MetroclusterCreateParams) WithTimeout(timeout time.Duration) *MetroclusterCreateParams + func (o *MetroclusterCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterCreateReader struct + func (o *MetroclusterCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterDiagnosticsCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewMetroclusterDiagnosticsCreateAccepted() *MetroclusterDiagnosticsCreateAccepted + func (o *MetroclusterDiagnosticsCreateAccepted) Code() int + func (o *MetroclusterDiagnosticsCreateAccepted) Error() string + func (o *MetroclusterDiagnosticsCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *MetroclusterDiagnosticsCreateAccepted) IsClientError() bool + func (o *MetroclusterDiagnosticsCreateAccepted) IsCode(code int) bool + func (o *MetroclusterDiagnosticsCreateAccepted) IsRedirect() bool + func (o *MetroclusterDiagnosticsCreateAccepted) IsServerError() bool + func (o *MetroclusterDiagnosticsCreateAccepted) IsSuccess() bool + func (o *MetroclusterDiagnosticsCreateAccepted) String() string + type MetroclusterDiagnosticsCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewMetroclusterDiagnosticsCreateCreated() *MetroclusterDiagnosticsCreateCreated + func (o *MetroclusterDiagnosticsCreateCreated) Code() int + func (o *MetroclusterDiagnosticsCreateCreated) Error() string + func (o *MetroclusterDiagnosticsCreateCreated) GetPayload() *models.JobLinkResponse + func (o *MetroclusterDiagnosticsCreateCreated) IsClientError() bool + func (o *MetroclusterDiagnosticsCreateCreated) IsCode(code int) bool + func (o *MetroclusterDiagnosticsCreateCreated) IsRedirect() bool + func (o *MetroclusterDiagnosticsCreateCreated) IsServerError() bool + func (o *MetroclusterDiagnosticsCreateCreated) IsSuccess() bool + func (o *MetroclusterDiagnosticsCreateCreated) String() string + type MetroclusterDiagnosticsCreateDefault struct + Payload *models.ErrorResponse + func NewMetroclusterDiagnosticsCreateDefault(code int) *MetroclusterDiagnosticsCreateDefault + func (o *MetroclusterDiagnosticsCreateDefault) Code() int + func (o *MetroclusterDiagnosticsCreateDefault) Error() string + func (o *MetroclusterDiagnosticsCreateDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterDiagnosticsCreateDefault) IsClientError() bool + func (o *MetroclusterDiagnosticsCreateDefault) IsCode(code int) bool + func (o *MetroclusterDiagnosticsCreateDefault) IsRedirect() bool + func (o *MetroclusterDiagnosticsCreateDefault) IsServerError() bool + func (o *MetroclusterDiagnosticsCreateDefault) IsSuccess() bool + func (o *MetroclusterDiagnosticsCreateDefault) String() string + type MetroclusterDiagnosticsCreateParams struct + Context context.Context + HTTPClient *http.Client + ReturnTimeout *int64 + Schedule *int64 + func NewMetroclusterDiagnosticsCreateParams() *MetroclusterDiagnosticsCreateParams + func NewMetroclusterDiagnosticsCreateParamsWithContext(ctx context.Context) *MetroclusterDiagnosticsCreateParams + func NewMetroclusterDiagnosticsCreateParamsWithHTTPClient(client *http.Client) *MetroclusterDiagnosticsCreateParams + func NewMetroclusterDiagnosticsCreateParamsWithTimeout(timeout time.Duration) *MetroclusterDiagnosticsCreateParams + func (o *MetroclusterDiagnosticsCreateParams) SetContext(ctx context.Context) + func (o *MetroclusterDiagnosticsCreateParams) SetDefaults() + func (o *MetroclusterDiagnosticsCreateParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterDiagnosticsCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterDiagnosticsCreateParams) SetSchedule(schedule *int64) + func (o *MetroclusterDiagnosticsCreateParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterDiagnosticsCreateParams) WithContext(ctx context.Context) *MetroclusterDiagnosticsCreateParams + func (o *MetroclusterDiagnosticsCreateParams) WithDefaults() *MetroclusterDiagnosticsCreateParams + func (o *MetroclusterDiagnosticsCreateParams) WithHTTPClient(client *http.Client) *MetroclusterDiagnosticsCreateParams + func (o *MetroclusterDiagnosticsCreateParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterDiagnosticsCreateParams + func (o *MetroclusterDiagnosticsCreateParams) WithSchedule(schedule *int64) *MetroclusterDiagnosticsCreateParams + func (o *MetroclusterDiagnosticsCreateParams) WithTimeout(timeout time.Duration) *MetroclusterDiagnosticsCreateParams + func (o *MetroclusterDiagnosticsCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterDiagnosticsCreateReader struct + func (o *MetroclusterDiagnosticsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterDiagnosticsGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterDiagnosticsGetDefault(code int) *MetroclusterDiagnosticsGetDefault + func (o *MetroclusterDiagnosticsGetDefault) Code() int + func (o *MetroclusterDiagnosticsGetDefault) Error() string + func (o *MetroclusterDiagnosticsGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterDiagnosticsGetDefault) IsClientError() bool + func (o *MetroclusterDiagnosticsGetDefault) IsCode(code int) bool + func (o *MetroclusterDiagnosticsGetDefault) IsRedirect() bool + func (o *MetroclusterDiagnosticsGetDefault) IsServerError() bool + func (o *MetroclusterDiagnosticsGetDefault) IsSuccess() bool + func (o *MetroclusterDiagnosticsGetDefault) String() string + type MetroclusterDiagnosticsGetOK struct + Payload *models.MetroclusterDiagnostics + func NewMetroclusterDiagnosticsGetOK() *MetroclusterDiagnosticsGetOK + func (o *MetroclusterDiagnosticsGetOK) Code() int + func (o *MetroclusterDiagnosticsGetOK) Error() string + func (o *MetroclusterDiagnosticsGetOK) GetPayload() *models.MetroclusterDiagnostics + func (o *MetroclusterDiagnosticsGetOK) IsClientError() bool + func (o *MetroclusterDiagnosticsGetOK) IsCode(code int) bool + func (o *MetroclusterDiagnosticsGetOK) IsRedirect() bool + func (o *MetroclusterDiagnosticsGetOK) IsServerError() bool + func (o *MetroclusterDiagnosticsGetOK) IsSuccess() bool + func (o *MetroclusterDiagnosticsGetOK) String() string + type MetroclusterDiagnosticsGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + func NewMetroclusterDiagnosticsGetParams() *MetroclusterDiagnosticsGetParams + func NewMetroclusterDiagnosticsGetParamsWithContext(ctx context.Context) *MetroclusterDiagnosticsGetParams + func NewMetroclusterDiagnosticsGetParamsWithHTTPClient(client *http.Client) *MetroclusterDiagnosticsGetParams + func NewMetroclusterDiagnosticsGetParamsWithTimeout(timeout time.Duration) *MetroclusterDiagnosticsGetParams + func (o *MetroclusterDiagnosticsGetParams) SetContext(ctx context.Context) + func (o *MetroclusterDiagnosticsGetParams) SetDefaults() + func (o *MetroclusterDiagnosticsGetParams) SetFields(fields []string) + func (o *MetroclusterDiagnosticsGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterDiagnosticsGetParams) SetMaxRecords(maxRecords *int64) + func (o *MetroclusterDiagnosticsGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterDiagnosticsGetParams) WithContext(ctx context.Context) *MetroclusterDiagnosticsGetParams + func (o *MetroclusterDiagnosticsGetParams) WithDefaults() *MetroclusterDiagnosticsGetParams + func (o *MetroclusterDiagnosticsGetParams) WithFields(fields []string) *MetroclusterDiagnosticsGetParams + func (o *MetroclusterDiagnosticsGetParams) WithHTTPClient(client *http.Client) *MetroclusterDiagnosticsGetParams + func (o *MetroclusterDiagnosticsGetParams) WithMaxRecords(maxRecords *int64) *MetroclusterDiagnosticsGetParams + func (o *MetroclusterDiagnosticsGetParams) WithTimeout(timeout time.Duration) *MetroclusterDiagnosticsGetParams + func (o *MetroclusterDiagnosticsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterDiagnosticsGetReader struct + func (o *MetroclusterDiagnosticsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterDrGroupCollectionGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterDrGroupCollectionGetDefault(code int) *MetroclusterDrGroupCollectionGetDefault + func (o *MetroclusterDrGroupCollectionGetDefault) Code() int + func (o *MetroclusterDrGroupCollectionGetDefault) Error() string + func (o *MetroclusterDrGroupCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterDrGroupCollectionGetDefault) IsClientError() bool + func (o *MetroclusterDrGroupCollectionGetDefault) IsCode(code int) bool + func (o *MetroclusterDrGroupCollectionGetDefault) IsRedirect() bool + func (o *MetroclusterDrGroupCollectionGetDefault) IsServerError() bool + func (o *MetroclusterDrGroupCollectionGetDefault) IsSuccess() bool + func (o *MetroclusterDrGroupCollectionGetDefault) String() string + type MetroclusterDrGroupCollectionGetOK struct + Payload *models.MetroclusterDrGroupResponse + func NewMetroclusterDrGroupCollectionGetOK() *MetroclusterDrGroupCollectionGetOK + func (o *MetroclusterDrGroupCollectionGetOK) Code() int + func (o *MetroclusterDrGroupCollectionGetOK) Error() string + func (o *MetroclusterDrGroupCollectionGetOK) GetPayload() *models.MetroclusterDrGroupResponse + func (o *MetroclusterDrGroupCollectionGetOK) IsClientError() bool + func (o *MetroclusterDrGroupCollectionGetOK) IsCode(code int) bool + func (o *MetroclusterDrGroupCollectionGetOK) IsRedirect() bool + func (o *MetroclusterDrGroupCollectionGetOK) IsServerError() bool + func (o *MetroclusterDrGroupCollectionGetOK) IsSuccess() bool + func (o *MetroclusterDrGroupCollectionGetOK) String() string + type MetroclusterDrGroupCollectionGetParams struct + Context context.Context + DrPairsNodeName *string + DrPairsNodeUUID *string + DrPairsPartnerName *string + DrPairsPartnerUUID *string + Fields []string + HTTPClient *http.Client + ID *int64 + MaxRecords *int64 + OrderBy []string + PartnerClusterName *string + PartnerClusterUUID *string + ReturnRecords *bool + ReturnTimeout *int64 + func NewMetroclusterDrGroupCollectionGetParams() *MetroclusterDrGroupCollectionGetParams + func NewMetroclusterDrGroupCollectionGetParamsWithContext(ctx context.Context) *MetroclusterDrGroupCollectionGetParams + func NewMetroclusterDrGroupCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterDrGroupCollectionGetParams + func NewMetroclusterDrGroupCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) SetContext(ctx context.Context) + func (o *MetroclusterDrGroupCollectionGetParams) SetDefaults() + func (o *MetroclusterDrGroupCollectionGetParams) SetDrPairsNodeName(drPairsNodeName *string) + func (o *MetroclusterDrGroupCollectionGetParams) SetDrPairsNodeUUID(drPairsNodeUUID *string) + func (o *MetroclusterDrGroupCollectionGetParams) SetDrPairsPartnerName(drPairsPartnerName *string) + func (o *MetroclusterDrGroupCollectionGetParams) SetDrPairsPartnerUUID(drPairsPartnerUUID *string) + func (o *MetroclusterDrGroupCollectionGetParams) SetFields(fields []string) + func (o *MetroclusterDrGroupCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterDrGroupCollectionGetParams) SetID(id *int64) + func (o *MetroclusterDrGroupCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *MetroclusterDrGroupCollectionGetParams) SetOrderBy(orderBy []string) + func (o *MetroclusterDrGroupCollectionGetParams) SetPartnerClusterName(partnerClusterName *string) + func (o *MetroclusterDrGroupCollectionGetParams) SetPartnerClusterUUID(partnerClusterUUID *string) + func (o *MetroclusterDrGroupCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *MetroclusterDrGroupCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterDrGroupCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterDrGroupCollectionGetParams) WithContext(ctx context.Context) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithDefaults() *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithDrPairsNodeName(drPairsNodeName *string) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithDrPairsNodeUUID(drPairsNodeUUID *string) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithDrPairsPartnerName(drPairsPartnerName *string) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithDrPairsPartnerUUID(drPairsPartnerUUID *string) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithFields(fields []string) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithHTTPClient(client *http.Client) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithID(id *int64) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithMaxRecords(maxRecords *int64) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithOrderBy(orderBy []string) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithPartnerClusterName(partnerClusterName *string) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithPartnerClusterUUID(partnerClusterUUID *string) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithReturnRecords(returnRecords *bool) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WithTimeout(timeout time.Duration) *MetroclusterDrGroupCollectionGetParams + func (o *MetroclusterDrGroupCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterDrGroupCollectionGetReader struct + func (o *MetroclusterDrGroupCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterDrGroupCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewMetroclusterDrGroupCreateAccepted() *MetroclusterDrGroupCreateAccepted + func (o *MetroclusterDrGroupCreateAccepted) Code() int + func (o *MetroclusterDrGroupCreateAccepted) Error() string + func (o *MetroclusterDrGroupCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *MetroclusterDrGroupCreateAccepted) IsClientError() bool + func (o *MetroclusterDrGroupCreateAccepted) IsCode(code int) bool + func (o *MetroclusterDrGroupCreateAccepted) IsRedirect() bool + func (o *MetroclusterDrGroupCreateAccepted) IsServerError() bool + func (o *MetroclusterDrGroupCreateAccepted) IsSuccess() bool + func (o *MetroclusterDrGroupCreateAccepted) String() string + type MetroclusterDrGroupCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewMetroclusterDrGroupCreateCreated() *MetroclusterDrGroupCreateCreated + func (o *MetroclusterDrGroupCreateCreated) Code() int + func (o *MetroclusterDrGroupCreateCreated) Error() string + func (o *MetroclusterDrGroupCreateCreated) GetPayload() *models.JobLinkResponse + func (o *MetroclusterDrGroupCreateCreated) IsClientError() bool + func (o *MetroclusterDrGroupCreateCreated) IsCode(code int) bool + func (o *MetroclusterDrGroupCreateCreated) IsRedirect() bool + func (o *MetroclusterDrGroupCreateCreated) IsServerError() bool + func (o *MetroclusterDrGroupCreateCreated) IsSuccess() bool + func (o *MetroclusterDrGroupCreateCreated) String() string + type MetroclusterDrGroupCreateDefault struct + Payload *models.ErrorResponse + func NewMetroclusterDrGroupCreateDefault(code int) *MetroclusterDrGroupCreateDefault + func (o *MetroclusterDrGroupCreateDefault) Code() int + func (o *MetroclusterDrGroupCreateDefault) Error() string + func (o *MetroclusterDrGroupCreateDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterDrGroupCreateDefault) IsClientError() bool + func (o *MetroclusterDrGroupCreateDefault) IsCode(code int) bool + func (o *MetroclusterDrGroupCreateDefault) IsRedirect() bool + func (o *MetroclusterDrGroupCreateDefault) IsServerError() bool + func (o *MetroclusterDrGroupCreateDefault) IsSuccess() bool + func (o *MetroclusterDrGroupCreateDefault) String() string + type MetroclusterDrGroupCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.MetroclusterDrGroup + ReturnRecords *bool + ReturnTimeout *int64 + func NewMetroclusterDrGroupCreateParams() *MetroclusterDrGroupCreateParams + func NewMetroclusterDrGroupCreateParamsWithContext(ctx context.Context) *MetroclusterDrGroupCreateParams + func NewMetroclusterDrGroupCreateParamsWithHTTPClient(client *http.Client) *MetroclusterDrGroupCreateParams + func NewMetroclusterDrGroupCreateParamsWithTimeout(timeout time.Duration) *MetroclusterDrGroupCreateParams + func (o *MetroclusterDrGroupCreateParams) SetContext(ctx context.Context) + func (o *MetroclusterDrGroupCreateParams) SetDefaults() + func (o *MetroclusterDrGroupCreateParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterDrGroupCreateParams) SetInfo(info *models.MetroclusterDrGroup) + func (o *MetroclusterDrGroupCreateParams) SetReturnRecords(returnRecords *bool) + func (o *MetroclusterDrGroupCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterDrGroupCreateParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterDrGroupCreateParams) WithContext(ctx context.Context) *MetroclusterDrGroupCreateParams + func (o *MetroclusterDrGroupCreateParams) WithDefaults() *MetroclusterDrGroupCreateParams + func (o *MetroclusterDrGroupCreateParams) WithHTTPClient(client *http.Client) *MetroclusterDrGroupCreateParams + func (o *MetroclusterDrGroupCreateParams) WithInfo(info *models.MetroclusterDrGroup) *MetroclusterDrGroupCreateParams + func (o *MetroclusterDrGroupCreateParams) WithReturnRecords(returnRecords *bool) *MetroclusterDrGroupCreateParams + func (o *MetroclusterDrGroupCreateParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterDrGroupCreateParams + func (o *MetroclusterDrGroupCreateParams) WithTimeout(timeout time.Duration) *MetroclusterDrGroupCreateParams + func (o *MetroclusterDrGroupCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterDrGroupCreateReader struct + func (o *MetroclusterDrGroupCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterDrGroupDeleteAccepted struct + Payload *models.JobLinkResponse + func NewMetroclusterDrGroupDeleteAccepted() *MetroclusterDrGroupDeleteAccepted + func (o *MetroclusterDrGroupDeleteAccepted) Code() int + func (o *MetroclusterDrGroupDeleteAccepted) Error() string + func (o *MetroclusterDrGroupDeleteAccepted) GetPayload() *models.JobLinkResponse + func (o *MetroclusterDrGroupDeleteAccepted) IsClientError() bool + func (o *MetroclusterDrGroupDeleteAccepted) IsCode(code int) bool + func (o *MetroclusterDrGroupDeleteAccepted) IsRedirect() bool + func (o *MetroclusterDrGroupDeleteAccepted) IsServerError() bool + func (o *MetroclusterDrGroupDeleteAccepted) IsSuccess() bool + func (o *MetroclusterDrGroupDeleteAccepted) String() string + type MetroclusterDrGroupDeleteDefault struct + Payload *models.ErrorResponse + func NewMetroclusterDrGroupDeleteDefault(code int) *MetroclusterDrGroupDeleteDefault + func (o *MetroclusterDrGroupDeleteDefault) Code() int + func (o *MetroclusterDrGroupDeleteDefault) Error() string + func (o *MetroclusterDrGroupDeleteDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterDrGroupDeleteDefault) IsClientError() bool + func (o *MetroclusterDrGroupDeleteDefault) IsCode(code int) bool + func (o *MetroclusterDrGroupDeleteDefault) IsRedirect() bool + func (o *MetroclusterDrGroupDeleteDefault) IsServerError() bool + func (o *MetroclusterDrGroupDeleteDefault) IsSuccess() bool + func (o *MetroclusterDrGroupDeleteDefault) String() string + type MetroclusterDrGroupDeleteOK struct + Payload *models.JobLinkResponse + func NewMetroclusterDrGroupDeleteOK() *MetroclusterDrGroupDeleteOK + func (o *MetroclusterDrGroupDeleteOK) Code() int + func (o *MetroclusterDrGroupDeleteOK) Error() string + func (o *MetroclusterDrGroupDeleteOK) GetPayload() *models.JobLinkResponse + func (o *MetroclusterDrGroupDeleteOK) IsClientError() bool + func (o *MetroclusterDrGroupDeleteOK) IsCode(code int) bool + func (o *MetroclusterDrGroupDeleteOK) IsRedirect() bool + func (o *MetroclusterDrGroupDeleteOK) IsServerError() bool + func (o *MetroclusterDrGroupDeleteOK) IsSuccess() bool + func (o *MetroclusterDrGroupDeleteOK) String() string + type MetroclusterDrGroupDeleteParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + ID string + ReturnTimeout *int64 + func NewMetroclusterDrGroupDeleteParams() *MetroclusterDrGroupDeleteParams + func NewMetroclusterDrGroupDeleteParamsWithContext(ctx context.Context) *MetroclusterDrGroupDeleteParams + func NewMetroclusterDrGroupDeleteParamsWithHTTPClient(client *http.Client) *MetroclusterDrGroupDeleteParams + func NewMetroclusterDrGroupDeleteParamsWithTimeout(timeout time.Duration) *MetroclusterDrGroupDeleteParams + func (o *MetroclusterDrGroupDeleteParams) SetContext(ctx context.Context) + func (o *MetroclusterDrGroupDeleteParams) SetDefaults() + func (o *MetroclusterDrGroupDeleteParams) SetFields(fields []string) + func (o *MetroclusterDrGroupDeleteParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterDrGroupDeleteParams) SetID(id string) + func (o *MetroclusterDrGroupDeleteParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterDrGroupDeleteParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterDrGroupDeleteParams) WithContext(ctx context.Context) *MetroclusterDrGroupDeleteParams + func (o *MetroclusterDrGroupDeleteParams) WithDefaults() *MetroclusterDrGroupDeleteParams + func (o *MetroclusterDrGroupDeleteParams) WithFields(fields []string) *MetroclusterDrGroupDeleteParams + func (o *MetroclusterDrGroupDeleteParams) WithHTTPClient(client *http.Client) *MetroclusterDrGroupDeleteParams + func (o *MetroclusterDrGroupDeleteParams) WithID(id string) *MetroclusterDrGroupDeleteParams + func (o *MetroclusterDrGroupDeleteParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterDrGroupDeleteParams + func (o *MetroclusterDrGroupDeleteParams) WithTimeout(timeout time.Duration) *MetroclusterDrGroupDeleteParams + func (o *MetroclusterDrGroupDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterDrGroupDeleteReader struct + func (o *MetroclusterDrGroupDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterDrGroupGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterDrGroupGetDefault(code int) *MetroclusterDrGroupGetDefault + func (o *MetroclusterDrGroupGetDefault) Code() int + func (o *MetroclusterDrGroupGetDefault) Error() string + func (o *MetroclusterDrGroupGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterDrGroupGetDefault) IsClientError() bool + func (o *MetroclusterDrGroupGetDefault) IsCode(code int) bool + func (o *MetroclusterDrGroupGetDefault) IsRedirect() bool + func (o *MetroclusterDrGroupGetDefault) IsServerError() bool + func (o *MetroclusterDrGroupGetDefault) IsSuccess() bool + func (o *MetroclusterDrGroupGetDefault) String() string + type MetroclusterDrGroupGetOK struct + Payload *models.MetroclusterDrGroup + func NewMetroclusterDrGroupGetOK() *MetroclusterDrGroupGetOK + func (o *MetroclusterDrGroupGetOK) Code() int + func (o *MetroclusterDrGroupGetOK) Error() string + func (o *MetroclusterDrGroupGetOK) GetPayload() *models.MetroclusterDrGroup + func (o *MetroclusterDrGroupGetOK) IsClientError() bool + func (o *MetroclusterDrGroupGetOK) IsCode(code int) bool + func (o *MetroclusterDrGroupGetOK) IsRedirect() bool + func (o *MetroclusterDrGroupGetOK) IsServerError() bool + func (o *MetroclusterDrGroupGetOK) IsSuccess() bool + func (o *MetroclusterDrGroupGetOK) String() string + type MetroclusterDrGroupGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + ID string + func NewMetroclusterDrGroupGetParams() *MetroclusterDrGroupGetParams + func NewMetroclusterDrGroupGetParamsWithContext(ctx context.Context) *MetroclusterDrGroupGetParams + func NewMetroclusterDrGroupGetParamsWithHTTPClient(client *http.Client) *MetroclusterDrGroupGetParams + func NewMetroclusterDrGroupGetParamsWithTimeout(timeout time.Duration) *MetroclusterDrGroupGetParams + func (o *MetroclusterDrGroupGetParams) SetContext(ctx context.Context) + func (o *MetroclusterDrGroupGetParams) SetDefaults() + func (o *MetroclusterDrGroupGetParams) SetFields(fields []string) + func (o *MetroclusterDrGroupGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterDrGroupGetParams) SetID(id string) + func (o *MetroclusterDrGroupGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterDrGroupGetParams) WithContext(ctx context.Context) *MetroclusterDrGroupGetParams + func (o *MetroclusterDrGroupGetParams) WithDefaults() *MetroclusterDrGroupGetParams + func (o *MetroclusterDrGroupGetParams) WithFields(fields []string) *MetroclusterDrGroupGetParams + func (o *MetroclusterDrGroupGetParams) WithHTTPClient(client *http.Client) *MetroclusterDrGroupGetParams + func (o *MetroclusterDrGroupGetParams) WithID(id string) *MetroclusterDrGroupGetParams + func (o *MetroclusterDrGroupGetParams) WithTimeout(timeout time.Duration) *MetroclusterDrGroupGetParams + func (o *MetroclusterDrGroupGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterDrGroupGetReader struct + func (o *MetroclusterDrGroupGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterGetDefault(code int) *MetroclusterGetDefault + func (o *MetroclusterGetDefault) Code() int + func (o *MetroclusterGetDefault) Error() string + func (o *MetroclusterGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterGetDefault) IsClientError() bool + func (o *MetroclusterGetDefault) IsCode(code int) bool + func (o *MetroclusterGetDefault) IsRedirect() bool + func (o *MetroclusterGetDefault) IsServerError() bool + func (o *MetroclusterGetDefault) IsSuccess() bool + func (o *MetroclusterGetDefault) String() string + type MetroclusterGetOK struct + Payload *models.Metrocluster + func NewMetroclusterGetOK() *MetroclusterGetOK + func (o *MetroclusterGetOK) Code() int + func (o *MetroclusterGetOK) Error() string + func (o *MetroclusterGetOK) GetPayload() *models.Metrocluster + func (o *MetroclusterGetOK) IsClientError() bool + func (o *MetroclusterGetOK) IsCode(code int) bool + func (o *MetroclusterGetOK) IsRedirect() bool + func (o *MetroclusterGetOK) IsServerError() bool + func (o *MetroclusterGetOK) IsSuccess() bool + func (o *MetroclusterGetOK) String() string + type MetroclusterGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + func NewMetroclusterGetParams() *MetroclusterGetParams + func NewMetroclusterGetParamsWithContext(ctx context.Context) *MetroclusterGetParams + func NewMetroclusterGetParamsWithHTTPClient(client *http.Client) *MetroclusterGetParams + func NewMetroclusterGetParamsWithTimeout(timeout time.Duration) *MetroclusterGetParams + func (o *MetroclusterGetParams) SetContext(ctx context.Context) + func (o *MetroclusterGetParams) SetDefaults() + func (o *MetroclusterGetParams) SetFields(fields []string) + func (o *MetroclusterGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterGetParams) WithContext(ctx context.Context) *MetroclusterGetParams + func (o *MetroclusterGetParams) WithDefaults() *MetroclusterGetParams + func (o *MetroclusterGetParams) WithFields(fields []string) *MetroclusterGetParams + func (o *MetroclusterGetParams) WithHTTPClient(client *http.Client) *MetroclusterGetParams + func (o *MetroclusterGetParams) WithTimeout(timeout time.Duration) *MetroclusterGetParams + func (o *MetroclusterGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterGetReader struct + func (o *MetroclusterGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterInterconnectCollectionGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterInterconnectCollectionGetDefault(code int) *MetroclusterInterconnectCollectionGetDefault + func (o *MetroclusterInterconnectCollectionGetDefault) Code() int + func (o *MetroclusterInterconnectCollectionGetDefault) Error() string + func (o *MetroclusterInterconnectCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterInterconnectCollectionGetDefault) IsClientError() bool + func (o *MetroclusterInterconnectCollectionGetDefault) IsCode(code int) bool + func (o *MetroclusterInterconnectCollectionGetDefault) IsRedirect() bool + func (o *MetroclusterInterconnectCollectionGetDefault) IsServerError() bool + func (o *MetroclusterInterconnectCollectionGetDefault) IsSuccess() bool + func (o *MetroclusterInterconnectCollectionGetDefault) String() string + type MetroclusterInterconnectCollectionGetOK struct + Payload *models.MetroclusterInterconnectResponse + func NewMetroclusterInterconnectCollectionGetOK() *MetroclusterInterconnectCollectionGetOK + func (o *MetroclusterInterconnectCollectionGetOK) Code() int + func (o *MetroclusterInterconnectCollectionGetOK) Error() string + func (o *MetroclusterInterconnectCollectionGetOK) GetPayload() *models.MetroclusterInterconnectResponse + func (o *MetroclusterInterconnectCollectionGetOK) IsClientError() bool + func (o *MetroclusterInterconnectCollectionGetOK) IsCode(code int) bool + func (o *MetroclusterInterconnectCollectionGetOK) IsRedirect() bool + func (o *MetroclusterInterconnectCollectionGetOK) IsServerError() bool + func (o *MetroclusterInterconnectCollectionGetOK) IsSuccess() bool + func (o *MetroclusterInterconnectCollectionGetOK) String() string + type MetroclusterInterconnectCollectionGetParams struct + Adapter *string + Context context.Context + Fields []string + HTTPClient *http.Client + InterfacesAddress *string + InterfacesGateway *string + InterfacesNetmask *string + MaxRecords *int64 + MirrorEnabled *bool + MirrorState *string + MultipathPolicy *string + NodeName *string + NodeUUID *string + OrderBy []string + PartnerType *string + ReturnRecords *bool + ReturnTimeout *int64 + State *string + Type *string + VlanID *int64 + func NewMetroclusterInterconnectCollectionGetParams() *MetroclusterInterconnectCollectionGetParams + func NewMetroclusterInterconnectCollectionGetParamsWithContext(ctx context.Context) *MetroclusterInterconnectCollectionGetParams + func NewMetroclusterInterconnectCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterInterconnectCollectionGetParams + func NewMetroclusterInterconnectCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) SetAdapter(adapter *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetContext(ctx context.Context) + func (o *MetroclusterInterconnectCollectionGetParams) SetDefaults() + func (o *MetroclusterInterconnectCollectionGetParams) SetFields(fields []string) + func (o *MetroclusterInterconnectCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterInterconnectCollectionGetParams) SetInterfacesAddress(interfacesAddress *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetInterfacesGateway(interfacesGateway *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetInterfacesNetmask(interfacesNetmask *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *MetroclusterInterconnectCollectionGetParams) SetMirrorEnabled(mirrorEnabled *bool) + func (o *MetroclusterInterconnectCollectionGetParams) SetMirrorState(mirrorState *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetMultipathPolicy(multipathPolicy *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetNodeName(nodeName *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetNodeUUID(nodeUUID *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetOrderBy(orderBy []string) + func (o *MetroclusterInterconnectCollectionGetParams) SetPartnerType(partnerType *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *MetroclusterInterconnectCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterInterconnectCollectionGetParams) SetState(state *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterInterconnectCollectionGetParams) SetType(typeVar *string) + func (o *MetroclusterInterconnectCollectionGetParams) SetVlanID(vlanID *int64) + func (o *MetroclusterInterconnectCollectionGetParams) WithAdapter(adapter *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithContext(ctx context.Context) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithDefaults() *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithFields(fields []string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithHTTPClient(client *http.Client) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithInterfacesAddress(interfacesAddress *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithInterfacesGateway(interfacesGateway *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithInterfacesNetmask(interfacesNetmask *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithMaxRecords(maxRecords *int64) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithMirrorEnabled(mirrorEnabled *bool) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithMirrorState(mirrorState *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithMultipathPolicy(multipathPolicy *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithNodeName(nodeName *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithNodeUUID(nodeUUID *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithOrderBy(orderBy []string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithPartnerType(partnerType *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithReturnRecords(returnRecords *bool) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithState(state *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithTimeout(timeout time.Duration) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithType(typeVar *string) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WithVlanID(vlanID *int64) *MetroclusterInterconnectCollectionGetParams + func (o *MetroclusterInterconnectCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterInterconnectCollectionGetReader struct + func (o *MetroclusterInterconnectCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterInterconnectGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterInterconnectGetDefault(code int) *MetroclusterInterconnectGetDefault + func (o *MetroclusterInterconnectGetDefault) Code() int + func (o *MetroclusterInterconnectGetDefault) Error() string + func (o *MetroclusterInterconnectGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterInterconnectGetDefault) IsClientError() bool + func (o *MetroclusterInterconnectGetDefault) IsCode(code int) bool + func (o *MetroclusterInterconnectGetDefault) IsRedirect() bool + func (o *MetroclusterInterconnectGetDefault) IsServerError() bool + func (o *MetroclusterInterconnectGetDefault) IsSuccess() bool + func (o *MetroclusterInterconnectGetDefault) String() string + type MetroclusterInterconnectGetOK struct + Payload *models.MetroclusterInterconnect + func NewMetroclusterInterconnectGetOK() *MetroclusterInterconnectGetOK + func (o *MetroclusterInterconnectGetOK) Code() int + func (o *MetroclusterInterconnectGetOK) Error() string + func (o *MetroclusterInterconnectGetOK) GetPayload() *models.MetroclusterInterconnect + func (o *MetroclusterInterconnectGetOK) IsClientError() bool + func (o *MetroclusterInterconnectGetOK) IsCode(code int) bool + func (o *MetroclusterInterconnectGetOK) IsRedirect() bool + func (o *MetroclusterInterconnectGetOK) IsServerError() bool + func (o *MetroclusterInterconnectGetOK) IsSuccess() bool + func (o *MetroclusterInterconnectGetOK) String() string + type MetroclusterInterconnectGetParams struct + Adapter string + Context context.Context + Fields []string + HTTPClient *http.Client + NodeUUID string + PartnerType string + func NewMetroclusterInterconnectGetParams() *MetroclusterInterconnectGetParams + func NewMetroclusterInterconnectGetParamsWithContext(ctx context.Context) *MetroclusterInterconnectGetParams + func NewMetroclusterInterconnectGetParamsWithHTTPClient(client *http.Client) *MetroclusterInterconnectGetParams + func NewMetroclusterInterconnectGetParamsWithTimeout(timeout time.Duration) *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) SetAdapter(adapter string) + func (o *MetroclusterInterconnectGetParams) SetContext(ctx context.Context) + func (o *MetroclusterInterconnectGetParams) SetDefaults() + func (o *MetroclusterInterconnectGetParams) SetFields(fields []string) + func (o *MetroclusterInterconnectGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterInterconnectGetParams) SetNodeUUID(nodeUUID string) + func (o *MetroclusterInterconnectGetParams) SetPartnerType(partnerType string) + func (o *MetroclusterInterconnectGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterInterconnectGetParams) WithAdapter(adapter string) *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) WithContext(ctx context.Context) *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) WithDefaults() *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) WithFields(fields []string) *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) WithHTTPClient(client *http.Client) *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) WithNodeUUID(nodeUUID string) *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) WithPartnerType(partnerType string) *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) WithTimeout(timeout time.Duration) *MetroclusterInterconnectGetParams + func (o *MetroclusterInterconnectGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterInterconnectGetReader struct + func (o *MetroclusterInterconnectGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterInterconnectModifyAccepted struct + Payload *models.JobLinkResponse + func NewMetroclusterInterconnectModifyAccepted() *MetroclusterInterconnectModifyAccepted + func (o *MetroclusterInterconnectModifyAccepted) Code() int + func (o *MetroclusterInterconnectModifyAccepted) Error() string + func (o *MetroclusterInterconnectModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *MetroclusterInterconnectModifyAccepted) IsClientError() bool + func (o *MetroclusterInterconnectModifyAccepted) IsCode(code int) bool + func (o *MetroclusterInterconnectModifyAccepted) IsRedirect() bool + func (o *MetroclusterInterconnectModifyAccepted) IsServerError() bool + func (o *MetroclusterInterconnectModifyAccepted) IsSuccess() bool + func (o *MetroclusterInterconnectModifyAccepted) String() string + type MetroclusterInterconnectModifyDefault struct + Payload *models.ErrorResponse + func NewMetroclusterInterconnectModifyDefault(code int) *MetroclusterInterconnectModifyDefault + func (o *MetroclusterInterconnectModifyDefault) Code() int + func (o *MetroclusterInterconnectModifyDefault) Error() string + func (o *MetroclusterInterconnectModifyDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterInterconnectModifyDefault) IsClientError() bool + func (o *MetroclusterInterconnectModifyDefault) IsCode(code int) bool + func (o *MetroclusterInterconnectModifyDefault) IsRedirect() bool + func (o *MetroclusterInterconnectModifyDefault) IsServerError() bool + func (o *MetroclusterInterconnectModifyDefault) IsSuccess() bool + func (o *MetroclusterInterconnectModifyDefault) String() string + type MetroclusterInterconnectModifyOK struct + Payload *models.JobLinkResponse + func NewMetroclusterInterconnectModifyOK() *MetroclusterInterconnectModifyOK + func (o *MetroclusterInterconnectModifyOK) Code() int + func (o *MetroclusterInterconnectModifyOK) Error() string + func (o *MetroclusterInterconnectModifyOK) GetPayload() *models.JobLinkResponse + func (o *MetroclusterInterconnectModifyOK) IsClientError() bool + func (o *MetroclusterInterconnectModifyOK) IsCode(code int) bool + func (o *MetroclusterInterconnectModifyOK) IsRedirect() bool + func (o *MetroclusterInterconnectModifyOK) IsServerError() bool + func (o *MetroclusterInterconnectModifyOK) IsSuccess() bool + func (o *MetroclusterInterconnectModifyOK) String() string + type MetroclusterInterconnectModifyParams struct + Adapter string + Context context.Context + HTTPClient *http.Client + Info *models.MetroclusterInterconnect + NodeUUID string + PartnerType string + ReturnTimeout *int64 + func NewMetroclusterInterconnectModifyParams() *MetroclusterInterconnectModifyParams + func NewMetroclusterInterconnectModifyParamsWithContext(ctx context.Context) *MetroclusterInterconnectModifyParams + func NewMetroclusterInterconnectModifyParamsWithHTTPClient(client *http.Client) *MetroclusterInterconnectModifyParams + func NewMetroclusterInterconnectModifyParamsWithTimeout(timeout time.Duration) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) SetAdapter(adapter string) + func (o *MetroclusterInterconnectModifyParams) SetContext(ctx context.Context) + func (o *MetroclusterInterconnectModifyParams) SetDefaults() + func (o *MetroclusterInterconnectModifyParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterInterconnectModifyParams) SetInfo(info *models.MetroclusterInterconnect) + func (o *MetroclusterInterconnectModifyParams) SetNodeUUID(nodeUUID string) + func (o *MetroclusterInterconnectModifyParams) SetPartnerType(partnerType string) + func (o *MetroclusterInterconnectModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterInterconnectModifyParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterInterconnectModifyParams) WithAdapter(adapter string) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WithContext(ctx context.Context) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WithDefaults() *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WithHTTPClient(client *http.Client) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WithInfo(info *models.MetroclusterInterconnect) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WithNodeUUID(nodeUUID string) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WithPartnerType(partnerType string) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WithTimeout(timeout time.Duration) *MetroclusterInterconnectModifyParams + func (o *MetroclusterInterconnectModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterInterconnectModifyReader struct + func (o *MetroclusterInterconnectModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterModifyAccepted struct + Payload *models.JobLinkResponse + func NewMetroclusterModifyAccepted() *MetroclusterModifyAccepted + func (o *MetroclusterModifyAccepted) Code() int + func (o *MetroclusterModifyAccepted) Error() string + func (o *MetroclusterModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *MetroclusterModifyAccepted) IsClientError() bool + func (o *MetroclusterModifyAccepted) IsCode(code int) bool + func (o *MetroclusterModifyAccepted) IsRedirect() bool + func (o *MetroclusterModifyAccepted) IsServerError() bool + func (o *MetroclusterModifyAccepted) IsSuccess() bool + func (o *MetroclusterModifyAccepted) String() string + type MetroclusterModifyDefault struct + Payload *models.ErrorResponse + func NewMetroclusterModifyDefault(code int) *MetroclusterModifyDefault + func (o *MetroclusterModifyDefault) Code() int + func (o *MetroclusterModifyDefault) Error() string + func (o *MetroclusterModifyDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterModifyDefault) IsClientError() bool + func (o *MetroclusterModifyDefault) IsCode(code int) bool + func (o *MetroclusterModifyDefault) IsRedirect() bool + func (o *MetroclusterModifyDefault) IsServerError() bool + func (o *MetroclusterModifyDefault) IsSuccess() bool + func (o *MetroclusterModifyDefault) String() string + type MetroclusterModifyOK struct + Payload *models.JobLinkResponse + func NewMetroclusterModifyOK() *MetroclusterModifyOK + func (o *MetroclusterModifyOK) Code() int + func (o *MetroclusterModifyOK) Error() string + func (o *MetroclusterModifyOK) GetPayload() *models.JobLinkResponse + func (o *MetroclusterModifyOK) IsClientError() bool + func (o *MetroclusterModifyOK) IsCode(code int) bool + func (o *MetroclusterModifyOK) IsRedirect() bool + func (o *MetroclusterModifyOK) IsServerError() bool + func (o *MetroclusterModifyOK) IsSuccess() bool + func (o *MetroclusterModifyOK) String() string + type MetroclusterModifyParams struct + Action *string + Context context.Context + HTTPClient *http.Client + Info *models.Metrocluster + ReturnTimeout *int64 + func NewMetroclusterModifyParams() *MetroclusterModifyParams + func NewMetroclusterModifyParamsWithContext(ctx context.Context) *MetroclusterModifyParams + func NewMetroclusterModifyParamsWithHTTPClient(client *http.Client) *MetroclusterModifyParams + func NewMetroclusterModifyParamsWithTimeout(timeout time.Duration) *MetroclusterModifyParams + func (o *MetroclusterModifyParams) SetAction(action *string) + func (o *MetroclusterModifyParams) SetContext(ctx context.Context) + func (o *MetroclusterModifyParams) SetDefaults() + func (o *MetroclusterModifyParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterModifyParams) SetInfo(info *models.Metrocluster) + func (o *MetroclusterModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterModifyParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterModifyParams) WithAction(action *string) *MetroclusterModifyParams + func (o *MetroclusterModifyParams) WithContext(ctx context.Context) *MetroclusterModifyParams + func (o *MetroclusterModifyParams) WithDefaults() *MetroclusterModifyParams + func (o *MetroclusterModifyParams) WithHTTPClient(client *http.Client) *MetroclusterModifyParams + func (o *MetroclusterModifyParams) WithInfo(info *models.Metrocluster) *MetroclusterModifyParams + func (o *MetroclusterModifyParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterModifyParams + func (o *MetroclusterModifyParams) WithTimeout(timeout time.Duration) *MetroclusterModifyParams + func (o *MetroclusterModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterModifyReader struct + func (o *MetroclusterModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterNodeCollectionGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterNodeCollectionGetDefault(code int) *MetroclusterNodeCollectionGetDefault + func (o *MetroclusterNodeCollectionGetDefault) Code() int + func (o *MetroclusterNodeCollectionGetDefault) Error() string + func (o *MetroclusterNodeCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterNodeCollectionGetDefault) IsClientError() bool + func (o *MetroclusterNodeCollectionGetDefault) IsCode(code int) bool + func (o *MetroclusterNodeCollectionGetDefault) IsRedirect() bool + func (o *MetroclusterNodeCollectionGetDefault) IsServerError() bool + func (o *MetroclusterNodeCollectionGetDefault) IsSuccess() bool + func (o *MetroclusterNodeCollectionGetDefault) String() string + type MetroclusterNodeCollectionGetOK struct + Payload *models.MetroclusterNodeResponse + func NewMetroclusterNodeCollectionGetOK() *MetroclusterNodeCollectionGetOK + func (o *MetroclusterNodeCollectionGetOK) Code() int + func (o *MetroclusterNodeCollectionGetOK) Error() string + func (o *MetroclusterNodeCollectionGetOK) GetPayload() *models.MetroclusterNodeResponse + func (o *MetroclusterNodeCollectionGetOK) IsClientError() bool + func (o *MetroclusterNodeCollectionGetOK) IsCode(code int) bool + func (o *MetroclusterNodeCollectionGetOK) IsRedirect() bool + func (o *MetroclusterNodeCollectionGetOK) IsServerError() bool + func (o *MetroclusterNodeCollectionGetOK) IsSuccess() bool + func (o *MetroclusterNodeCollectionGetOK) String() string + type MetroclusterNodeCollectionGetParams struct + AutomaticUso *bool + ClusterName *string + ClusterUUID *string + ConfigurationState *string + Context context.Context + DrAuxiliaryClusterName *string + DrAuxiliaryClusterUUID *string + DrAuxiliaryPartnerName *string + DrAuxiliaryPartnerSystemID *string + DrAuxiliaryPartnerUUID *string + DrGroupID *int64 + DrMirroringState *string + DrOperationState *string + DrPartnerClusterName *string + DrPartnerClusterUUID *string + DrPartnerName *string + DrPartnerSystemID *string + DrPartnerUUID *string + EncryptionEnabled *bool + Fields []string + HTTPClient *http.Client + HaPartnerClusterName *string + HaPartnerClusterUUID *string + HaPartnerName *string + HaPartnerSystemID *string + HaPartnerUUID *string + IsMccip *bool + LimitEnforcement *string + MaxRecords *int64 + NodeName *string + NodeSystemID *string + NodeUUID *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + func NewMetroclusterNodeCollectionGetParams() *MetroclusterNodeCollectionGetParams + func NewMetroclusterNodeCollectionGetParamsWithContext(ctx context.Context) *MetroclusterNodeCollectionGetParams + func NewMetroclusterNodeCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterNodeCollectionGetParams + func NewMetroclusterNodeCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) SetAutomaticUso(automaticUso *bool) + func (o *MetroclusterNodeCollectionGetParams) SetClusterName(clusterName *string) + func (o *MetroclusterNodeCollectionGetParams) SetClusterUUID(clusterUUID *string) + func (o *MetroclusterNodeCollectionGetParams) SetConfigurationState(configurationState *string) + func (o *MetroclusterNodeCollectionGetParams) SetContext(ctx context.Context) + func (o *MetroclusterNodeCollectionGetParams) SetDefaults() + func (o *MetroclusterNodeCollectionGetParams) SetDrAuxiliaryClusterName(drAuxiliaryClusterName *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrAuxiliaryClusterUUID(drAuxiliaryClusterUUID *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrAuxiliaryPartnerName(drAuxiliaryPartnerName *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrAuxiliaryPartnerSystemID(drAuxiliaryPartnerSystemID *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrAuxiliaryPartnerUUID(drAuxiliaryPartnerUUID *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrGroupID(drGroupID *int64) + func (o *MetroclusterNodeCollectionGetParams) SetDrMirroringState(drMirroringState *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrOperationState(drOperationState *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrPartnerClusterName(drPartnerClusterName *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrPartnerClusterUUID(drPartnerClusterUUID *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrPartnerName(drPartnerName *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrPartnerSystemID(drPartnerSystemID *string) + func (o *MetroclusterNodeCollectionGetParams) SetDrPartnerUUID(drPartnerUUID *string) + func (o *MetroclusterNodeCollectionGetParams) SetEncryptionEnabled(encryptionEnabled *bool) + func (o *MetroclusterNodeCollectionGetParams) SetFields(fields []string) + func (o *MetroclusterNodeCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterNodeCollectionGetParams) SetHaPartnerClusterName(haPartnerClusterName *string) + func (o *MetroclusterNodeCollectionGetParams) SetHaPartnerClusterUUID(haPartnerClusterUUID *string) + func (o *MetroclusterNodeCollectionGetParams) SetHaPartnerName(haPartnerName *string) + func (o *MetroclusterNodeCollectionGetParams) SetHaPartnerSystemID(haPartnerSystemID *string) + func (o *MetroclusterNodeCollectionGetParams) SetHaPartnerUUID(haPartnerUUID *string) + func (o *MetroclusterNodeCollectionGetParams) SetIsMccip(isMccip *bool) + func (o *MetroclusterNodeCollectionGetParams) SetLimitEnforcement(limitEnforcement *string) + func (o *MetroclusterNodeCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *MetroclusterNodeCollectionGetParams) SetNodeName(nodeName *string) + func (o *MetroclusterNodeCollectionGetParams) SetNodeSystemID(nodeSystemID *string) + func (o *MetroclusterNodeCollectionGetParams) SetNodeUUID(nodeUUID *string) + func (o *MetroclusterNodeCollectionGetParams) SetOrderBy(orderBy []string) + func (o *MetroclusterNodeCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *MetroclusterNodeCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterNodeCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterNodeCollectionGetParams) WithAutomaticUso(automaticUso *bool) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithClusterName(clusterName *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithClusterUUID(clusterUUID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithConfigurationState(configurationState *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithContext(ctx context.Context) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDefaults() *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrAuxiliaryClusterName(drAuxiliaryClusterName *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrAuxiliaryClusterUUID(drAuxiliaryClusterUUID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrAuxiliaryPartnerName(drAuxiliaryPartnerName *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrAuxiliaryPartnerSystemID(drAuxiliaryPartnerSystemID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrAuxiliaryPartnerUUID(drAuxiliaryPartnerUUID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrGroupID(drGroupID *int64) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrMirroringState(drMirroringState *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrOperationState(drOperationState *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrPartnerClusterName(drPartnerClusterName *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrPartnerClusterUUID(drPartnerClusterUUID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrPartnerName(drPartnerName *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrPartnerSystemID(drPartnerSystemID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithDrPartnerUUID(drPartnerUUID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithEncryptionEnabled(encryptionEnabled *bool) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithFields(fields []string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithHTTPClient(client *http.Client) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithHaPartnerClusterName(haPartnerClusterName *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithHaPartnerClusterUUID(haPartnerClusterUUID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithHaPartnerName(haPartnerName *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithHaPartnerSystemID(haPartnerSystemID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithHaPartnerUUID(haPartnerUUID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithIsMccip(isMccip *bool) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithLimitEnforcement(limitEnforcement *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithMaxRecords(maxRecords *int64) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithNodeName(nodeName *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithNodeSystemID(nodeSystemID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithNodeUUID(nodeUUID *string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithOrderBy(orderBy []string) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithReturnRecords(returnRecords *bool) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WithTimeout(timeout time.Duration) *MetroclusterNodeCollectionGetParams + func (o *MetroclusterNodeCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterNodeCollectionGetReader struct + func (o *MetroclusterNodeCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterNodeGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterNodeGetDefault(code int) *MetroclusterNodeGetDefault + func (o *MetroclusterNodeGetDefault) Code() int + func (o *MetroclusterNodeGetDefault) Error() string + func (o *MetroclusterNodeGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterNodeGetDefault) IsClientError() bool + func (o *MetroclusterNodeGetDefault) IsCode(code int) bool + func (o *MetroclusterNodeGetDefault) IsRedirect() bool + func (o *MetroclusterNodeGetDefault) IsServerError() bool + func (o *MetroclusterNodeGetDefault) IsSuccess() bool + func (o *MetroclusterNodeGetDefault) String() string + type MetroclusterNodeGetOK struct + Payload *models.MetroclusterNode + func NewMetroclusterNodeGetOK() *MetroclusterNodeGetOK + func (o *MetroclusterNodeGetOK) Code() int + func (o *MetroclusterNodeGetOK) Error() string + func (o *MetroclusterNodeGetOK) GetPayload() *models.MetroclusterNode + func (o *MetroclusterNodeGetOK) IsClientError() bool + func (o *MetroclusterNodeGetOK) IsCode(code int) bool + func (o *MetroclusterNodeGetOK) IsRedirect() bool + func (o *MetroclusterNodeGetOK) IsServerError() bool + func (o *MetroclusterNodeGetOK) IsSuccess() bool + func (o *MetroclusterNodeGetOK) String() string + type MetroclusterNodeGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + NodeUUID string + func NewMetroclusterNodeGetParams() *MetroclusterNodeGetParams + func NewMetroclusterNodeGetParamsWithContext(ctx context.Context) *MetroclusterNodeGetParams + func NewMetroclusterNodeGetParamsWithHTTPClient(client *http.Client) *MetroclusterNodeGetParams + func NewMetroclusterNodeGetParamsWithTimeout(timeout time.Duration) *MetroclusterNodeGetParams + func (o *MetroclusterNodeGetParams) SetContext(ctx context.Context) + func (o *MetroclusterNodeGetParams) SetDefaults() + func (o *MetroclusterNodeGetParams) SetFields(fields []string) + func (o *MetroclusterNodeGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterNodeGetParams) SetNodeUUID(nodeUUID string) + func (o *MetroclusterNodeGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterNodeGetParams) WithContext(ctx context.Context) *MetroclusterNodeGetParams + func (o *MetroclusterNodeGetParams) WithDefaults() *MetroclusterNodeGetParams + func (o *MetroclusterNodeGetParams) WithFields(fields []string) *MetroclusterNodeGetParams + func (o *MetroclusterNodeGetParams) WithHTTPClient(client *http.Client) *MetroclusterNodeGetParams + func (o *MetroclusterNodeGetParams) WithNodeUUID(nodeUUID string) *MetroclusterNodeGetParams + func (o *MetroclusterNodeGetParams) WithTimeout(timeout time.Duration) *MetroclusterNodeGetParams + func (o *MetroclusterNodeGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterNodeGetReader struct + func (o *MetroclusterNodeGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterOperationCollectionGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterOperationCollectionGetDefault(code int) *MetroclusterOperationCollectionGetDefault + func (o *MetroclusterOperationCollectionGetDefault) Code() int + func (o *MetroclusterOperationCollectionGetDefault) Error() string + func (o *MetroclusterOperationCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterOperationCollectionGetDefault) IsClientError() bool + func (o *MetroclusterOperationCollectionGetDefault) IsCode(code int) bool + func (o *MetroclusterOperationCollectionGetDefault) IsRedirect() bool + func (o *MetroclusterOperationCollectionGetDefault) IsServerError() bool + func (o *MetroclusterOperationCollectionGetDefault) IsSuccess() bool + func (o *MetroclusterOperationCollectionGetDefault) String() string + type MetroclusterOperationCollectionGetOK struct + Payload *models.MetroclusterOperationResponse + func NewMetroclusterOperationCollectionGetOK() *MetroclusterOperationCollectionGetOK + func (o *MetroclusterOperationCollectionGetOK) Code() int + func (o *MetroclusterOperationCollectionGetOK) Error() string + func (o *MetroclusterOperationCollectionGetOK) GetPayload() *models.MetroclusterOperationResponse + func (o *MetroclusterOperationCollectionGetOK) IsClientError() bool + func (o *MetroclusterOperationCollectionGetOK) IsCode(code int) bool + func (o *MetroclusterOperationCollectionGetOK) IsRedirect() bool + func (o *MetroclusterOperationCollectionGetOK) IsServerError() bool + func (o *MetroclusterOperationCollectionGetOK) IsSuccess() bool + func (o *MetroclusterOperationCollectionGetOK) String() string + type MetroclusterOperationCollectionGetParams struct + AdditionalInfo *string + CommandLine *string + Context context.Context + EndTime *string + Errors *string + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + NodeName *string + NodeUUID *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + StartTime *string + State *string + Type *string + UUID *string + func NewMetroclusterOperationCollectionGetParams() *MetroclusterOperationCollectionGetParams + func NewMetroclusterOperationCollectionGetParamsWithContext(ctx context.Context) *MetroclusterOperationCollectionGetParams + func NewMetroclusterOperationCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterOperationCollectionGetParams + func NewMetroclusterOperationCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) SetAdditionalInfo(additionalInfo *string) + func (o *MetroclusterOperationCollectionGetParams) SetCommandLine(commandLine *string) + func (o *MetroclusterOperationCollectionGetParams) SetContext(ctx context.Context) + func (o *MetroclusterOperationCollectionGetParams) SetDefaults() + func (o *MetroclusterOperationCollectionGetParams) SetEndTime(endTime *string) + func (o *MetroclusterOperationCollectionGetParams) SetErrors(errors *string) + func (o *MetroclusterOperationCollectionGetParams) SetFields(fields []string) + func (o *MetroclusterOperationCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterOperationCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *MetroclusterOperationCollectionGetParams) SetNodeName(nodeName *string) + func (o *MetroclusterOperationCollectionGetParams) SetNodeUUID(nodeUUID *string) + func (o *MetroclusterOperationCollectionGetParams) SetOrderBy(orderBy []string) + func (o *MetroclusterOperationCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *MetroclusterOperationCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterOperationCollectionGetParams) SetStartTime(startTime *string) + func (o *MetroclusterOperationCollectionGetParams) SetState(state *string) + func (o *MetroclusterOperationCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterOperationCollectionGetParams) SetType(typeVar *string) + func (o *MetroclusterOperationCollectionGetParams) SetUUID(uuid *string) + func (o *MetroclusterOperationCollectionGetParams) WithAdditionalInfo(additionalInfo *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithCommandLine(commandLine *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithContext(ctx context.Context) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithDefaults() *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithEndTime(endTime *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithErrors(errors *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithFields(fields []string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithHTTPClient(client *http.Client) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithMaxRecords(maxRecords *int64) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithNodeName(nodeName *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithNodeUUID(nodeUUID *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithOrderBy(orderBy []string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithReturnRecords(returnRecords *bool) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithStartTime(startTime *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithState(state *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithTimeout(timeout time.Duration) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithType(typeVar *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WithUUID(uuid *string) *MetroclusterOperationCollectionGetParams + func (o *MetroclusterOperationCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterOperationCollectionGetReader struct + func (o *MetroclusterOperationCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterOperationGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterOperationGetDefault(code int) *MetroclusterOperationGetDefault + func (o *MetroclusterOperationGetDefault) Code() int + func (o *MetroclusterOperationGetDefault) Error() string + func (o *MetroclusterOperationGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterOperationGetDefault) IsClientError() bool + func (o *MetroclusterOperationGetDefault) IsCode(code int) bool + func (o *MetroclusterOperationGetDefault) IsRedirect() bool + func (o *MetroclusterOperationGetDefault) IsServerError() bool + func (o *MetroclusterOperationGetDefault) IsSuccess() bool + func (o *MetroclusterOperationGetDefault) String() string + type MetroclusterOperationGetOK struct + Payload *models.MetroclusterOperation + func NewMetroclusterOperationGetOK() *MetroclusterOperationGetOK + func (o *MetroclusterOperationGetOK) Code() int + func (o *MetroclusterOperationGetOK) Error() string + func (o *MetroclusterOperationGetOK) GetPayload() *models.MetroclusterOperation + func (o *MetroclusterOperationGetOK) IsClientError() bool + func (o *MetroclusterOperationGetOK) IsCode(code int) bool + func (o *MetroclusterOperationGetOK) IsRedirect() bool + func (o *MetroclusterOperationGetOK) IsServerError() bool + func (o *MetroclusterOperationGetOK) IsSuccess() bool + func (o *MetroclusterOperationGetOK) String() string + type MetroclusterOperationGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + UUID string + func NewMetroclusterOperationGetParams() *MetroclusterOperationGetParams + func NewMetroclusterOperationGetParamsWithContext(ctx context.Context) *MetroclusterOperationGetParams + func NewMetroclusterOperationGetParamsWithHTTPClient(client *http.Client) *MetroclusterOperationGetParams + func NewMetroclusterOperationGetParamsWithTimeout(timeout time.Duration) *MetroclusterOperationGetParams + func (o *MetroclusterOperationGetParams) SetContext(ctx context.Context) + func (o *MetroclusterOperationGetParams) SetDefaults() + func (o *MetroclusterOperationGetParams) SetFields(fields []string) + func (o *MetroclusterOperationGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterOperationGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterOperationGetParams) SetUUID(uuid string) + func (o *MetroclusterOperationGetParams) WithContext(ctx context.Context) *MetroclusterOperationGetParams + func (o *MetroclusterOperationGetParams) WithDefaults() *MetroclusterOperationGetParams + func (o *MetroclusterOperationGetParams) WithFields(fields []string) *MetroclusterOperationGetParams + func (o *MetroclusterOperationGetParams) WithHTTPClient(client *http.Client) *MetroclusterOperationGetParams + func (o *MetroclusterOperationGetParams) WithTimeout(timeout time.Duration) *MetroclusterOperationGetParams + func (o *MetroclusterOperationGetParams) WithUUID(uuid string) *MetroclusterOperationGetParams + func (o *MetroclusterOperationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterOperationGetReader struct + func (o *MetroclusterOperationGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterSvmCollectionGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterSvmCollectionGetDefault(code int) *MetroclusterSvmCollectionGetDefault + func (o *MetroclusterSvmCollectionGetDefault) Code() int + func (o *MetroclusterSvmCollectionGetDefault) Error() string + func (o *MetroclusterSvmCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterSvmCollectionGetDefault) IsClientError() bool + func (o *MetroclusterSvmCollectionGetDefault) IsCode(code int) bool + func (o *MetroclusterSvmCollectionGetDefault) IsRedirect() bool + func (o *MetroclusterSvmCollectionGetDefault) IsServerError() bool + func (o *MetroclusterSvmCollectionGetDefault) IsSuccess() bool + func (o *MetroclusterSvmCollectionGetDefault) String() string + type MetroclusterSvmCollectionGetOK struct + Payload *models.MetroclusterSvmResponse + func NewMetroclusterSvmCollectionGetOK() *MetroclusterSvmCollectionGetOK + func (o *MetroclusterSvmCollectionGetOK) Code() int + func (o *MetroclusterSvmCollectionGetOK) Error() string + func (o *MetroclusterSvmCollectionGetOK) GetPayload() *models.MetroclusterSvmResponse + func (o *MetroclusterSvmCollectionGetOK) IsClientError() bool + func (o *MetroclusterSvmCollectionGetOK) IsCode(code int) bool + func (o *MetroclusterSvmCollectionGetOK) IsRedirect() bool + func (o *MetroclusterSvmCollectionGetOK) IsServerError() bool + func (o *MetroclusterSvmCollectionGetOK) IsSuccess() bool + func (o *MetroclusterSvmCollectionGetOK) String() string + type MetroclusterSvmCollectionGetParams struct + ClusterName *string + ClusterUUID *string + ConfigurationState *string + Context context.Context + FailedReason *string + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + OrderBy []string + PartnerSvmName *string + PartnerSvmUUID *string + ReturnRecords *bool + ReturnTimeout *int64 + SvmName *string + SvmUUID *string + func NewMetroclusterSvmCollectionGetParams() *MetroclusterSvmCollectionGetParams + func NewMetroclusterSvmCollectionGetParamsWithContext(ctx context.Context) *MetroclusterSvmCollectionGetParams + func NewMetroclusterSvmCollectionGetParamsWithHTTPClient(client *http.Client) *MetroclusterSvmCollectionGetParams + func NewMetroclusterSvmCollectionGetParamsWithTimeout(timeout time.Duration) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) SetClusterName(clusterName *string) + func (o *MetroclusterSvmCollectionGetParams) SetClusterUUID(clusterUUID *string) + func (o *MetroclusterSvmCollectionGetParams) SetConfigurationState(configurationState *string) + func (o *MetroclusterSvmCollectionGetParams) SetContext(ctx context.Context) + func (o *MetroclusterSvmCollectionGetParams) SetDefaults() + func (o *MetroclusterSvmCollectionGetParams) SetFailedReason(failedReason *string) + func (o *MetroclusterSvmCollectionGetParams) SetFields(fields []string) + func (o *MetroclusterSvmCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterSvmCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *MetroclusterSvmCollectionGetParams) SetOrderBy(orderBy []string) + func (o *MetroclusterSvmCollectionGetParams) SetPartnerSvmName(partnerSvmName *string) + func (o *MetroclusterSvmCollectionGetParams) SetPartnerSvmUUID(partnerSvmUUID *string) + func (o *MetroclusterSvmCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *MetroclusterSvmCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *MetroclusterSvmCollectionGetParams) SetSvmName(svmName *string) + func (o *MetroclusterSvmCollectionGetParams) SetSvmUUID(svmUUID *string) + func (o *MetroclusterSvmCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterSvmCollectionGetParams) WithClusterName(clusterName *string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithClusterUUID(clusterUUID *string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithConfigurationState(configurationState *string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithContext(ctx context.Context) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithDefaults() *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithFailedReason(failedReason *string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithFields(fields []string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithHTTPClient(client *http.Client) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithMaxRecords(maxRecords *int64) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithOrderBy(orderBy []string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithPartnerSvmName(partnerSvmName *string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithPartnerSvmUUID(partnerSvmUUID *string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithReturnRecords(returnRecords *bool) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithSvmName(svmName *string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithSvmUUID(svmUUID *string) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WithTimeout(timeout time.Duration) *MetroclusterSvmCollectionGetParams + func (o *MetroclusterSvmCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterSvmCollectionGetReader struct + func (o *MetroclusterSvmCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MetroclusterSvmGetDefault struct + Payload *models.ErrorResponse + func NewMetroclusterSvmGetDefault(code int) *MetroclusterSvmGetDefault + func (o *MetroclusterSvmGetDefault) Code() int + func (o *MetroclusterSvmGetDefault) Error() string + func (o *MetroclusterSvmGetDefault) GetPayload() *models.ErrorResponse + func (o *MetroclusterSvmGetDefault) IsClientError() bool + func (o *MetroclusterSvmGetDefault) IsCode(code int) bool + func (o *MetroclusterSvmGetDefault) IsRedirect() bool + func (o *MetroclusterSvmGetDefault) IsServerError() bool + func (o *MetroclusterSvmGetDefault) IsSuccess() bool + func (o *MetroclusterSvmGetDefault) String() string + type MetroclusterSvmGetOK struct + Payload *models.MetroclusterSvm + func NewMetroclusterSvmGetOK() *MetroclusterSvmGetOK + func (o *MetroclusterSvmGetOK) Code() int + func (o *MetroclusterSvmGetOK) Error() string + func (o *MetroclusterSvmGetOK) GetPayload() *models.MetroclusterSvm + func (o *MetroclusterSvmGetOK) IsClientError() bool + func (o *MetroclusterSvmGetOK) IsCode(code int) bool + func (o *MetroclusterSvmGetOK) IsRedirect() bool + func (o *MetroclusterSvmGetOK) IsServerError() bool + func (o *MetroclusterSvmGetOK) IsSuccess() bool + func (o *MetroclusterSvmGetOK) String() string + type MetroclusterSvmGetParams struct + ClusterUUID string + Context context.Context + Fields []string + HTTPClient *http.Client + SvmUUID string + func NewMetroclusterSvmGetParams() *MetroclusterSvmGetParams + func NewMetroclusterSvmGetParamsWithContext(ctx context.Context) *MetroclusterSvmGetParams + func NewMetroclusterSvmGetParamsWithHTTPClient(client *http.Client) *MetroclusterSvmGetParams + func NewMetroclusterSvmGetParamsWithTimeout(timeout time.Duration) *MetroclusterSvmGetParams + func (o *MetroclusterSvmGetParams) SetClusterUUID(clusterUUID string) + func (o *MetroclusterSvmGetParams) SetContext(ctx context.Context) + func (o *MetroclusterSvmGetParams) SetDefaults() + func (o *MetroclusterSvmGetParams) SetFields(fields []string) + func (o *MetroclusterSvmGetParams) SetHTTPClient(client *http.Client) + func (o *MetroclusterSvmGetParams) SetSvmUUID(svmUUID string) + func (o *MetroclusterSvmGetParams) SetTimeout(timeout time.Duration) + func (o *MetroclusterSvmGetParams) WithClusterUUID(clusterUUID string) *MetroclusterSvmGetParams + func (o *MetroclusterSvmGetParams) WithContext(ctx context.Context) *MetroclusterSvmGetParams + func (o *MetroclusterSvmGetParams) WithDefaults() *MetroclusterSvmGetParams + func (o *MetroclusterSvmGetParams) WithFields(fields []string) *MetroclusterSvmGetParams + func (o *MetroclusterSvmGetParams) WithHTTPClient(client *http.Client) *MetroclusterSvmGetParams + func (o *MetroclusterSvmGetParams) WithSvmUUID(svmUUID string) *MetroclusterSvmGetParams + func (o *MetroclusterSvmGetParams) WithTimeout(timeout time.Duration) *MetroclusterSvmGetParams + func (o *MetroclusterSvmGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MetroclusterSvmGetReader struct + func (o *MetroclusterSvmGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type NodeDeleteAccepted struct + Payload *models.JobLinkResponse + func NewNodeDeleteAccepted() *NodeDeleteAccepted + func (o *NodeDeleteAccepted) Code() int + func (o *NodeDeleteAccepted) Error() string + func (o *NodeDeleteAccepted) GetPayload() *models.JobLinkResponse + func (o *NodeDeleteAccepted) IsClientError() bool + func (o *NodeDeleteAccepted) IsCode(code int) bool + func (o *NodeDeleteAccepted) IsRedirect() bool + func (o *NodeDeleteAccepted) IsServerError() bool + func (o *NodeDeleteAccepted) IsSuccess() bool + func (o *NodeDeleteAccepted) String() string + type NodeDeleteDefault struct + Payload *models.ErrorResponse + func NewNodeDeleteDefault(code int) *NodeDeleteDefault + func (o *NodeDeleteDefault) Code() int + func (o *NodeDeleteDefault) Error() string + func (o *NodeDeleteDefault) GetPayload() *models.ErrorResponse + func (o *NodeDeleteDefault) IsClientError() bool + func (o *NodeDeleteDefault) IsCode(code int) bool + func (o *NodeDeleteDefault) IsRedirect() bool + func (o *NodeDeleteDefault) IsServerError() bool + func (o *NodeDeleteDefault) IsSuccess() bool + func (o *NodeDeleteDefault) String() string + type NodeDeleteOK struct + Payload *models.JobLinkResponse + func NewNodeDeleteOK() *NodeDeleteOK + func (o *NodeDeleteOK) Code() int + func (o *NodeDeleteOK) Error() string + func (o *NodeDeleteOK) GetPayload() *models.JobLinkResponse + func (o *NodeDeleteOK) IsClientError() bool + func (o *NodeDeleteOK) IsCode(code int) bool + func (o *NodeDeleteOK) IsRedirect() bool + func (o *NodeDeleteOK) IsServerError() bool + func (o *NodeDeleteOK) IsSuccess() bool + func (o *NodeDeleteOK) String() string + type NodeDeleteParams struct + Context context.Context + Force *bool + HTTPClient *http.Client + ReturnTimeout *int64 + UUID string + func NewNodeDeleteParams() *NodeDeleteParams + func NewNodeDeleteParamsWithContext(ctx context.Context) *NodeDeleteParams + func NewNodeDeleteParamsWithHTTPClient(client *http.Client) *NodeDeleteParams + func NewNodeDeleteParamsWithTimeout(timeout time.Duration) *NodeDeleteParams + func (o *NodeDeleteParams) SetContext(ctx context.Context) + func (o *NodeDeleteParams) SetDefaults() + func (o *NodeDeleteParams) SetForce(force *bool) + func (o *NodeDeleteParams) SetHTTPClient(client *http.Client) + func (o *NodeDeleteParams) SetReturnTimeout(returnTimeout *int64) + func (o *NodeDeleteParams) SetTimeout(timeout time.Duration) + func (o *NodeDeleteParams) SetUUID(uuid string) + func (o *NodeDeleteParams) WithContext(ctx context.Context) *NodeDeleteParams + func (o *NodeDeleteParams) WithDefaults() *NodeDeleteParams + func (o *NodeDeleteParams) WithForce(force *bool) *NodeDeleteParams + func (o *NodeDeleteParams) WithHTTPClient(client *http.Client) *NodeDeleteParams + func (o *NodeDeleteParams) WithReturnTimeout(returnTimeout *int64) *NodeDeleteParams + func (o *NodeDeleteParams) WithTimeout(timeout time.Duration) *NodeDeleteParams + func (o *NodeDeleteParams) WithUUID(uuid string) *NodeDeleteParams + func (o *NodeDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodeDeleteReader struct + func (o *NodeDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type NodeGetDefault struct + Payload *models.ErrorResponse + func NewNodeGetDefault(code int) *NodeGetDefault + func (o *NodeGetDefault) Code() int + func (o *NodeGetDefault) Error() string + func (o *NodeGetDefault) GetPayload() *models.ErrorResponse + func (o *NodeGetDefault) IsClientError() bool + func (o *NodeGetDefault) IsCode(code int) bool + func (o *NodeGetDefault) IsRedirect() bool + func (o *NodeGetDefault) IsServerError() bool + func (o *NodeGetDefault) IsSuccess() bool + func (o *NodeGetDefault) String() string + type NodeGetOK struct + Payload *models.Node + func NewNodeGetOK() *NodeGetOK + func (o *NodeGetOK) Code() int + func (o *NodeGetOK) Error() string + func (o *NodeGetOK) GetPayload() *models.Node + func (o *NodeGetOK) IsClientError() bool + func (o *NodeGetOK) IsCode(code int) bool + func (o *NodeGetOK) IsRedirect() bool + func (o *NodeGetOK) IsServerError() bool + func (o *NodeGetOK) IsSuccess() bool + func (o *NodeGetOK) String() string + type NodeGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + UUID strfmt.UUID + func NewNodeGetParams() *NodeGetParams + func NewNodeGetParamsWithContext(ctx context.Context) *NodeGetParams + func NewNodeGetParamsWithHTTPClient(client *http.Client) *NodeGetParams + func NewNodeGetParamsWithTimeout(timeout time.Duration) *NodeGetParams + func (o *NodeGetParams) SetContext(ctx context.Context) + func (o *NodeGetParams) SetDefaults() + func (o *NodeGetParams) SetFields(fields []string) + func (o *NodeGetParams) SetHTTPClient(client *http.Client) + func (o *NodeGetParams) SetTimeout(timeout time.Duration) + func (o *NodeGetParams) SetUUID(uuid strfmt.UUID) + func (o *NodeGetParams) WithContext(ctx context.Context) *NodeGetParams + func (o *NodeGetParams) WithDefaults() *NodeGetParams + func (o *NodeGetParams) WithFields(fields []string) *NodeGetParams + func (o *NodeGetParams) WithHTTPClient(client *http.Client) *NodeGetParams + func (o *NodeGetParams) WithTimeout(timeout time.Duration) *NodeGetParams + func (o *NodeGetParams) WithUUID(uuid strfmt.UUID) *NodeGetParams + func (o *NodeGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodeGetReader struct + func (o *NodeGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type NodeMetricsCollectionGetDefault struct + Payload *models.ErrorResponse + func NewNodeMetricsCollectionGetDefault(code int) *NodeMetricsCollectionGetDefault + func (o *NodeMetricsCollectionGetDefault) Code() int + func (o *NodeMetricsCollectionGetDefault) Error() string + func (o *NodeMetricsCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *NodeMetricsCollectionGetDefault) IsClientError() bool + func (o *NodeMetricsCollectionGetDefault) IsCode(code int) bool + func (o *NodeMetricsCollectionGetDefault) IsRedirect() bool + func (o *NodeMetricsCollectionGetDefault) IsServerError() bool + func (o *NodeMetricsCollectionGetDefault) IsSuccess() bool + func (o *NodeMetricsCollectionGetDefault) String() string + type NodeMetricsCollectionGetOK struct + Payload *models.NodeMetricsResponse + func NewNodeMetricsCollectionGetOK() *NodeMetricsCollectionGetOK + func (o *NodeMetricsCollectionGetOK) Code() int + func (o *NodeMetricsCollectionGetOK) Error() string + func (o *NodeMetricsCollectionGetOK) GetPayload() *models.NodeMetricsResponse + func (o *NodeMetricsCollectionGetOK) IsClientError() bool + func (o *NodeMetricsCollectionGetOK) IsCode(code int) bool + func (o *NodeMetricsCollectionGetOK) IsRedirect() bool + func (o *NodeMetricsCollectionGetOK) IsServerError() bool + func (o *NodeMetricsCollectionGetOK) IsSuccess() bool + func (o *NodeMetricsCollectionGetOK) String() string + type NodeMetricsCollectionGetParams struct + Context context.Context + Duration *string + Fields []string + HTTPClient *http.Client + Interval *string + MaxRecords *int64 + OrderBy []string + ProcessorUtilization *int64 + ReturnRecords *bool + ReturnTimeout *int64 + Status *string + Timestamp *string + UUID string + func NewNodeMetricsCollectionGetParams() *NodeMetricsCollectionGetParams + func NewNodeMetricsCollectionGetParamsWithContext(ctx context.Context) *NodeMetricsCollectionGetParams + func NewNodeMetricsCollectionGetParamsWithHTTPClient(client *http.Client) *NodeMetricsCollectionGetParams + func NewNodeMetricsCollectionGetParamsWithTimeout(timeout time.Duration) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) SetContext(ctx context.Context) + func (o *NodeMetricsCollectionGetParams) SetDefaults() + func (o *NodeMetricsCollectionGetParams) SetDuration(duration *string) + func (o *NodeMetricsCollectionGetParams) SetFields(fields []string) + func (o *NodeMetricsCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *NodeMetricsCollectionGetParams) SetInterval(interval *string) + func (o *NodeMetricsCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *NodeMetricsCollectionGetParams) SetOrderBy(orderBy []string) + func (o *NodeMetricsCollectionGetParams) SetProcessorUtilization(processorUtilization *int64) + func (o *NodeMetricsCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *NodeMetricsCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *NodeMetricsCollectionGetParams) SetStatus(status *string) + func (o *NodeMetricsCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *NodeMetricsCollectionGetParams) SetTimestamp(timestamp *string) + func (o *NodeMetricsCollectionGetParams) SetUUID(uuid string) + func (o *NodeMetricsCollectionGetParams) WithContext(ctx context.Context) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithDefaults() *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithDuration(duration *string) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithFields(fields []string) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithHTTPClient(client *http.Client) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithInterval(interval *string) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithMaxRecords(maxRecords *int64) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithOrderBy(orderBy []string) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithProcessorUtilization(processorUtilization *int64) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithReturnRecords(returnRecords *bool) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithStatus(status *string) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithTimeout(timeout time.Duration) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithTimestamp(timestamp *string) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WithUUID(uuid string) *NodeMetricsCollectionGetParams + func (o *NodeMetricsCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodeMetricsCollectionGetReader struct + func (o *NodeMetricsCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type NodeModifyAccepted struct + Payload *models.JobLinkResponse + func NewNodeModifyAccepted() *NodeModifyAccepted + func (o *NodeModifyAccepted) Code() int + func (o *NodeModifyAccepted) Error() string + func (o *NodeModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *NodeModifyAccepted) IsClientError() bool + func (o *NodeModifyAccepted) IsCode(code int) bool + func (o *NodeModifyAccepted) IsRedirect() bool + func (o *NodeModifyAccepted) IsServerError() bool + func (o *NodeModifyAccepted) IsSuccess() bool + func (o *NodeModifyAccepted) String() string + type NodeModifyDefault struct + Payload *models.ErrorResponse + func NewNodeModifyDefault(code int) *NodeModifyDefault + func (o *NodeModifyDefault) Code() int + func (o *NodeModifyDefault) Error() string + func (o *NodeModifyDefault) GetPayload() *models.ErrorResponse + func (o *NodeModifyDefault) IsClientError() bool + func (o *NodeModifyDefault) IsCode(code int) bool + func (o *NodeModifyDefault) IsRedirect() bool + func (o *NodeModifyDefault) IsServerError() bool + func (o *NodeModifyDefault) IsSuccess() bool + func (o *NodeModifyDefault) String() string + type NodeModifyOK struct + Payload *models.JobLinkResponse + func NewNodeModifyOK() *NodeModifyOK + func (o *NodeModifyOK) Code() int + func (o *NodeModifyOK) Error() string + func (o *NodeModifyOK) GetPayload() *models.JobLinkResponse + func (o *NodeModifyOK) IsClientError() bool + func (o *NodeModifyOK) IsCode(code int) bool + func (o *NodeModifyOK) IsRedirect() bool + func (o *NodeModifyOK) IsServerError() bool + func (o *NodeModifyOK) IsSuccess() bool + func (o *NodeModifyOK) String() string + type NodeModifyParams struct + Action *string + AllowDataOutage *bool + AllowVersionMismatch *bool + Context context.Context + HTTPClient *http.Client + Info *models.Node + OverrideVetoes *bool + ReturnTimeout *int64 + ServiceProcessorAction *string + ServiceProcessorFirmwareImage *string + ShutdownRebootReason *string + UUID strfmt.UUID + func NewNodeModifyParams() *NodeModifyParams + func NewNodeModifyParamsWithContext(ctx context.Context) *NodeModifyParams + func NewNodeModifyParamsWithHTTPClient(client *http.Client) *NodeModifyParams + func NewNodeModifyParamsWithTimeout(timeout time.Duration) *NodeModifyParams + func (o *NodeModifyParams) SetAction(action *string) + func (o *NodeModifyParams) SetAllowDataOutage(allowDataOutage *bool) + func (o *NodeModifyParams) SetAllowVersionMismatch(allowVersionMismatch *bool) + func (o *NodeModifyParams) SetContext(ctx context.Context) + func (o *NodeModifyParams) SetDefaults() + func (o *NodeModifyParams) SetHTTPClient(client *http.Client) + func (o *NodeModifyParams) SetInfo(info *models.Node) + func (o *NodeModifyParams) SetOverrideVetoes(overrideVetoes *bool) + func (o *NodeModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *NodeModifyParams) SetServiceProcessorAction(serviceProcessorAction *string) + func (o *NodeModifyParams) SetServiceProcessorFirmwareImage(serviceProcessorFirmwareImage *string) + func (o *NodeModifyParams) SetShutdownRebootReason(shutdownRebootReason *string) + func (o *NodeModifyParams) SetTimeout(timeout time.Duration) + func (o *NodeModifyParams) SetUUID(uuid strfmt.UUID) + func (o *NodeModifyParams) WithAction(action *string) *NodeModifyParams + func (o *NodeModifyParams) WithAllowDataOutage(allowDataOutage *bool) *NodeModifyParams + func (o *NodeModifyParams) WithAllowVersionMismatch(allowVersionMismatch *bool) *NodeModifyParams + func (o *NodeModifyParams) WithContext(ctx context.Context) *NodeModifyParams + func (o *NodeModifyParams) WithDefaults() *NodeModifyParams + func (o *NodeModifyParams) WithHTTPClient(client *http.Client) *NodeModifyParams + func (o *NodeModifyParams) WithInfo(info *models.Node) *NodeModifyParams + func (o *NodeModifyParams) WithOverrideVetoes(overrideVetoes *bool) *NodeModifyParams + func (o *NodeModifyParams) WithReturnTimeout(returnTimeout *int64) *NodeModifyParams + func (o *NodeModifyParams) WithServiceProcessorAction(serviceProcessorAction *string) *NodeModifyParams + func (o *NodeModifyParams) WithServiceProcessorFirmwareImage(serviceProcessorFirmwareImage *string) *NodeModifyParams + func (o *NodeModifyParams) WithShutdownRebootReason(shutdownRebootReason *string) *NodeModifyParams + func (o *NodeModifyParams) WithTimeout(timeout time.Duration) *NodeModifyParams + func (o *NodeModifyParams) WithUUID(uuid strfmt.UUID) *NodeModifyParams + func (o *NodeModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodeModifyReader struct + func (o *NodeModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type NodesCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewNodesCreateAccepted() *NodesCreateAccepted + func (o *NodesCreateAccepted) Code() int + func (o *NodesCreateAccepted) Error() string + func (o *NodesCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *NodesCreateAccepted) IsClientError() bool + func (o *NodesCreateAccepted) IsCode(code int) bool + func (o *NodesCreateAccepted) IsRedirect() bool + func (o *NodesCreateAccepted) IsServerError() bool + func (o *NodesCreateAccepted) IsSuccess() bool + func (o *NodesCreateAccepted) String() string + type NodesCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewNodesCreateCreated() *NodesCreateCreated + func (o *NodesCreateCreated) Code() int + func (o *NodesCreateCreated) Error() string + func (o *NodesCreateCreated) GetPayload() *models.JobLinkResponse + func (o *NodesCreateCreated) IsClientError() bool + func (o *NodesCreateCreated) IsCode(code int) bool + func (o *NodesCreateCreated) IsRedirect() bool + func (o *NodesCreateCreated) IsServerError() bool + func (o *NodesCreateCreated) IsSuccess() bool + func (o *NodesCreateCreated) String() string + type NodesCreateDefault struct + Payload *models.ErrorResponse + func NewNodesCreateDefault(code int) *NodesCreateDefault + func (o *NodesCreateDefault) Code() int + func (o *NodesCreateDefault) Error() string + func (o *NodesCreateDefault) GetPayload() *models.ErrorResponse + func (o *NodesCreateDefault) IsClientError() bool + func (o *NodesCreateDefault) IsCode(code int) bool + func (o *NodesCreateDefault) IsRedirect() bool + func (o *NodesCreateDefault) IsServerError() bool + func (o *NodesCreateDefault) IsSuccess() bool + func (o *NodesCreateDefault) String() string + type NodesCreateParams struct + Context context.Context + CreateRecommendedAggregates *bool + HTTPClient *http.Client + Info *models.Node + ReturnRecords *bool + ReturnTimeout *int64 + func NewNodesCreateParams() *NodesCreateParams + func NewNodesCreateParamsWithContext(ctx context.Context) *NodesCreateParams + func NewNodesCreateParamsWithHTTPClient(client *http.Client) *NodesCreateParams + func NewNodesCreateParamsWithTimeout(timeout time.Duration) *NodesCreateParams + func (o *NodesCreateParams) SetContext(ctx context.Context) + func (o *NodesCreateParams) SetCreateRecommendedAggregates(createRecommendedAggregates *bool) + func (o *NodesCreateParams) SetDefaults() + func (o *NodesCreateParams) SetHTTPClient(client *http.Client) + func (o *NodesCreateParams) SetInfo(info *models.Node) + func (o *NodesCreateParams) SetReturnRecords(returnRecords *bool) + func (o *NodesCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *NodesCreateParams) SetTimeout(timeout time.Duration) + func (o *NodesCreateParams) WithContext(ctx context.Context) *NodesCreateParams + func (o *NodesCreateParams) WithCreateRecommendedAggregates(createRecommendedAggregates *bool) *NodesCreateParams + func (o *NodesCreateParams) WithDefaults() *NodesCreateParams + func (o *NodesCreateParams) WithHTTPClient(client *http.Client) *NodesCreateParams + func (o *NodesCreateParams) WithInfo(info *models.Node) *NodesCreateParams + func (o *NodesCreateParams) WithReturnRecords(returnRecords *bool) *NodesCreateParams + func (o *NodesCreateParams) WithReturnTimeout(returnTimeout *int64) *NodesCreateParams + func (o *NodesCreateParams) WithTimeout(timeout time.Duration) *NodesCreateParams + func (o *NodesCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodesCreateReader struct + func (o *NodesCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type NodesGetDefault struct + Payload *models.ErrorResponse + func NewNodesGetDefault(code int) *NodesGetDefault + func (o *NodesGetDefault) Code() int + func (o *NodesGetDefault) Error() string + func (o *NodesGetDefault) GetPayload() *models.ErrorResponse + func (o *NodesGetDefault) IsClientError() bool + func (o *NodesGetDefault) IsCode(code int) bool + func (o *NodesGetDefault) IsRedirect() bool + func (o *NodesGetDefault) IsServerError() bool + func (o *NodesGetDefault) IsSuccess() bool + func (o *NodesGetDefault) String() string + type NodesGetOK struct + Payload *models.NodeResponse + func NewNodesGetOK() *NodesGetOK + func (o *NodesGetOK) Code() int + func (o *NodesGetOK) Error() string + func (o *NodesGetOK) GetPayload() *models.NodeResponse + func (o *NodesGetOK) IsClientError() bool + func (o *NodesGetOK) IsCode(code int) bool + func (o *NodesGetOK) IsRedirect() bool + func (o *NodesGetOK) IsServerError() bool + func (o *NodesGetOK) IsSuccess() bool + func (o *NodesGetOK) String() string + type NodesGetParams struct + ClusterInterfacesIPAddress *string + ClusterInterfacesName *string + ClusterInterfacesUUID *string + Context context.Context + ControllerBoard *string + ControllerCPUCount *int64 + ControllerCPUFirmwareRelease *string + ControllerCPUProcessor *string + ControllerFailedFanCount *int64 + ControllerFailedFanMessageCode *string + ControllerFailedFanMessageMessage *string + ControllerFailedPowerSupplyCount *int64 + ControllerFailedPowerSupplyMessageCode *string + ControllerFailedPowerSupplyMessageMessage *string + ControllerFlashCacheCapacity *int64 + ControllerFlashCacheDeviceID *int64 + ControllerFlashCacheFirmwareFile *string + ControllerFlashCacheFirmwareVersion *string + ControllerFlashCacheHardwareRevision *string + ControllerFlashCacheModel *string + ControllerFlashCachePartNumber *string + ControllerFlashCacheSerialNumber *string + ControllerFlashCacheSlot *string + ControllerFlashCacheState *string + ControllerFrusID *string + ControllerFrusState *string + ControllerFrusType *string + ControllerMemorySize *int64 + ControllerOverTemperature *string + Date *string + ExternalCacheIsEnabled *bool + ExternalCacheIsHyaEnabled *bool + ExternalCacheIsRewarmEnabled *bool + ExternalCachePcsSize *int64 + Fields []string + HTTPClient *http.Client + HaAutoGiveback *bool + HaEnabled *bool + HaGivebackFailureCode *int64 + HaGivebackFailureMessage *string + HaGivebackState *string + HaGivebackStatusAggregateName *string + HaGivebackStatusAggregateUUID *string + HaGivebackStatusErrorCode *string + HaGivebackStatusErrorMessage *string + HaGivebackStatusState *string + HaInterconnectAdapter *string + HaInterconnectState *string + HaPartnersName *string + HaPartnersUUID *string + HaPortsNumber *int64 + HaPortsState *string + HaTakeoverCheckReasons *string + HaTakeoverCheckTakeoverPossible *bool + HaTakeoverFailureCode *int64 + HaTakeoverFailureMessage *string + HaTakeoverState *string + HwAssistStatusEnabled *bool + HwAssistStatusLocalIP *string + HwAssistStatusLocalPort *int64 + HwAssistStatusLocalState *string + HwAssistStatusPartnerIP *string + HwAssistStatusPartnerPort *int64 + HwAssistStatusPartnerState *string + IsSparesLow *bool + Location *string + ManagementInterfacesIPAddress *string + ManagementInterfacesName *string + ManagementInterfacesUUID *string + MaxRecords *int64 + Membership *string + MetricDuration *string + MetricProcessorUtilization *int64 + MetricStatus *string + MetricTimestamp *string + MetricUUID *string + MetroclusterCustomVlanCapable *bool + MetroclusterPortsName *string + MetroclusterType *string + Model *string + Name *string + NvramBatteryState *string + NvramID *int64 + OrderBy []string + Owner *string + ReturnRecords *bool + ReturnTimeout *int64 + SerialNumber *string + ServiceProcessorAPIServiceEnabled *bool + ServiceProcessorAPIServiceLimitAccess *bool + ServiceProcessorAPIServicePort *int64 + ServiceProcessorAutoConfigIPV4Subnet *string + ServiceProcessorAutoConfigIPV6Subnet *string + ServiceProcessorAutoupdateEnabled *bool + ServiceProcessorBackupIsCurrent *bool + ServiceProcessorBackupState *string + ServiceProcessorBackupVersion *string + ServiceProcessorDhcpEnabled *bool + ServiceProcessorFirmwareVersion *string + ServiceProcessorIPV4InterfaceAddress *string + ServiceProcessorIPV4InterfaceEnabled *bool + ServiceProcessorIPV4InterfaceGateway *string + ServiceProcessorIPV4InterfaceNetmask *string + ServiceProcessorIPV4InterfaceSetupState *string + ServiceProcessorIPV6InterfaceAddress *string + ServiceProcessorIPV6InterfaceEnabled *bool + ServiceProcessorIPV6InterfaceGateway *string + ServiceProcessorIPV6InterfaceIsIPV6RaEnabled *bool + ServiceProcessorIPV6InterfaceLinkLocalIP *string + ServiceProcessorIPV6InterfaceNetmask *int64 + ServiceProcessorIPV6InterfaceRouterIP *string + ServiceProcessorIPV6InterfaceSetupState *string + ServiceProcessorIsIPConfigured *bool + ServiceProcessorLastUpdateState *string + ServiceProcessorLinkStatus *string + ServiceProcessorMacAddress *string + ServiceProcessorPrimaryIsCurrent *bool + ServiceProcessorPrimaryState *string + ServiceProcessorPrimaryVersion *string + ServiceProcessorSSHInfoAllowedAddresses *string + ServiceProcessorState *string + ServiceProcessorType *string + ServiceProcessorWebServiceEnabled *bool + ServiceProcessorWebServiceLimitAccess *bool + SnaplockComplianceClockTime *string + State *string + StatisticsProcessorUtilizationBase *int64 + StatisticsProcessorUtilizationRaw *int64 + StatisticsStatus *string + StatisticsTimestamp *string + StorageConfiguration *string + SystemAggregateName *string + SystemAggregateUUID *string + SystemID *string + SystemMachineType *string + UUID *string + Uptime *int64 + VMProviderType *string + VendorSerialNumber *string + VersionFull *string + VersionGeneration *int64 + VersionMajor *int64 + VersionMinor *int64 + func NewNodesGetParams() *NodesGetParams + func NewNodesGetParamsWithContext(ctx context.Context) *NodesGetParams + func NewNodesGetParamsWithHTTPClient(client *http.Client) *NodesGetParams + func NewNodesGetParamsWithTimeout(timeout time.Duration) *NodesGetParams + func (o *NodesGetParams) SetClusterInterfacesIPAddress(clusterInterfacesIPAddress *string) + func (o *NodesGetParams) SetClusterInterfacesName(clusterInterfacesName *string) + func (o *NodesGetParams) SetClusterInterfacesUUID(clusterInterfacesUUID *string) + func (o *NodesGetParams) SetContext(ctx context.Context) + func (o *NodesGetParams) SetControllerBoard(controllerBoard *string) + func (o *NodesGetParams) SetControllerCPUCount(controllerCPUCount *int64) + func (o *NodesGetParams) SetControllerCPUFirmwareRelease(controllerCPUFirmwareRelease *string) + func (o *NodesGetParams) SetControllerCPUProcessor(controllerCPUProcessor *string) + func (o *NodesGetParams) SetControllerFailedFanCount(controllerFailedFanCount *int64) + func (o *NodesGetParams) SetControllerFailedFanMessageCode(controllerFailedFanMessageCode *string) + func (o *NodesGetParams) SetControllerFailedFanMessageMessage(controllerFailedFanMessageMessage *string) + func (o *NodesGetParams) SetControllerFailedPowerSupplyCount(controllerFailedPowerSupplyCount *int64) + func (o *NodesGetParams) SetControllerFailedPowerSupplyMessageCode(controllerFailedPowerSupplyMessageCode *string) + func (o *NodesGetParams) SetControllerFailedPowerSupplyMessageMessage(controllerFailedPowerSupplyMessageMessage *string) + func (o *NodesGetParams) SetControllerFlashCacheCapacity(controllerFlashCacheCapacity *int64) + func (o *NodesGetParams) SetControllerFlashCacheDeviceID(controllerFlashCacheDeviceID *int64) + func (o *NodesGetParams) SetControllerFlashCacheFirmwareFile(controllerFlashCacheFirmwareFile *string) + func (o *NodesGetParams) SetControllerFlashCacheFirmwareVersion(controllerFlashCacheFirmwareVersion *string) + func (o *NodesGetParams) SetControllerFlashCacheHardwareRevision(controllerFlashCacheHardwareRevision *string) + func (o *NodesGetParams) SetControllerFlashCacheModel(controllerFlashCacheModel *string) + func (o *NodesGetParams) SetControllerFlashCachePartNumber(controllerFlashCachePartNumber *string) + func (o *NodesGetParams) SetControllerFlashCacheSerialNumber(controllerFlashCacheSerialNumber *string) + func (o *NodesGetParams) SetControllerFlashCacheSlot(controllerFlashCacheSlot *string) + func (o *NodesGetParams) SetControllerFlashCacheState(controllerFlashCacheState *string) + func (o *NodesGetParams) SetControllerFrusID(controllerFrusID *string) + func (o *NodesGetParams) SetControllerFrusState(controllerFrusState *string) + func (o *NodesGetParams) SetControllerFrusType(controllerFrusType *string) + func (o *NodesGetParams) SetControllerMemorySize(controllerMemorySize *int64) + func (o *NodesGetParams) SetControllerOverTemperature(controllerOverTemperature *string) + func (o *NodesGetParams) SetDate(date *string) + func (o *NodesGetParams) SetDefaults() + func (o *NodesGetParams) SetExternalCacheIsEnabled(externalCacheIsEnabled *bool) + func (o *NodesGetParams) SetExternalCacheIsHyaEnabled(externalCacheIsHyaEnabled *bool) + func (o *NodesGetParams) SetExternalCacheIsRewarmEnabled(externalCacheIsRewarmEnabled *bool) + func (o *NodesGetParams) SetExternalCachePcsSize(externalCachePcsSize *int64) + func (o *NodesGetParams) SetFields(fields []string) + func (o *NodesGetParams) SetHTTPClient(client *http.Client) + func (o *NodesGetParams) SetHaAutoGiveback(haAutoGiveback *bool) + func (o *NodesGetParams) SetHaEnabled(haEnabled *bool) + func (o *NodesGetParams) SetHaGivebackFailureCode(haGivebackFailureCode *int64) + func (o *NodesGetParams) SetHaGivebackFailureMessage(haGivebackFailureMessage *string) + func (o *NodesGetParams) SetHaGivebackState(haGivebackState *string) + func (o *NodesGetParams) SetHaGivebackStatusAggregateName(haGivebackStatusAggregateName *string) + func (o *NodesGetParams) SetHaGivebackStatusAggregateUUID(haGivebackStatusAggregateUUID *string) + func (o *NodesGetParams) SetHaGivebackStatusErrorCode(haGivebackStatusErrorCode *string) + func (o *NodesGetParams) SetHaGivebackStatusErrorMessage(haGivebackStatusErrorMessage *string) + func (o *NodesGetParams) SetHaGivebackStatusState(haGivebackStatusState *string) + func (o *NodesGetParams) SetHaInterconnectAdapter(haInterconnectAdapter *string) + func (o *NodesGetParams) SetHaInterconnectState(haInterconnectState *string) + func (o *NodesGetParams) SetHaPartnersName(haPartnersName *string) + func (o *NodesGetParams) SetHaPartnersUUID(haPartnersUUID *string) + func (o *NodesGetParams) SetHaPortsNumber(haPortsNumber *int64) + func (o *NodesGetParams) SetHaPortsState(haPortsState *string) + func (o *NodesGetParams) SetHaTakeoverCheckReasons(haTakeoverCheckReasons *string) + func (o *NodesGetParams) SetHaTakeoverCheckTakeoverPossible(haTakeoverCheckTakeoverPossible *bool) + func (o *NodesGetParams) SetHaTakeoverFailureCode(haTakeoverFailureCode *int64) + func (o *NodesGetParams) SetHaTakeoverFailureMessage(haTakeoverFailureMessage *string) + func (o *NodesGetParams) SetHaTakeoverState(haTakeoverState *string) + func (o *NodesGetParams) SetHwAssistStatusEnabled(hwAssistStatusEnabled *bool) + func (o *NodesGetParams) SetHwAssistStatusLocalIP(hwAssistStatusLocalIP *string) + func (o *NodesGetParams) SetHwAssistStatusLocalPort(hwAssistStatusLocalPort *int64) + func (o *NodesGetParams) SetHwAssistStatusLocalState(hwAssistStatusLocalState *string) + func (o *NodesGetParams) SetHwAssistStatusPartnerIP(hwAssistStatusPartnerIP *string) + func (o *NodesGetParams) SetHwAssistStatusPartnerPort(hwAssistStatusPartnerPort *int64) + func (o *NodesGetParams) SetHwAssistStatusPartnerState(hwAssistStatusPartnerState *string) + func (o *NodesGetParams) SetIsSparesLow(isSparesLow *bool) + func (o *NodesGetParams) SetLocation(location *string) + func (o *NodesGetParams) SetManagementInterfacesIPAddress(managementInterfacesIPAddress *string) + func (o *NodesGetParams) SetManagementInterfacesName(managementInterfacesName *string) + func (o *NodesGetParams) SetManagementInterfacesUUID(managementInterfacesUUID *string) + func (o *NodesGetParams) SetMaxRecords(maxRecords *int64) + func (o *NodesGetParams) SetMembership(membership *string) + func (o *NodesGetParams) SetMetricDuration(metricDuration *string) + func (o *NodesGetParams) SetMetricProcessorUtilization(metricProcessorUtilization *int64) + func (o *NodesGetParams) SetMetricStatus(metricStatus *string) + func (o *NodesGetParams) SetMetricTimestamp(metricTimestamp *string) + func (o *NodesGetParams) SetMetricUUID(metricUUID *string) + func (o *NodesGetParams) SetMetroclusterCustomVlanCapable(metroclusterCustomVlanCapable *bool) + func (o *NodesGetParams) SetMetroclusterPortsName(metroclusterPortsName *string) + func (o *NodesGetParams) SetMetroclusterType(metroclusterType *string) + func (o *NodesGetParams) SetModel(model *string) + func (o *NodesGetParams) SetName(name *string) + func (o *NodesGetParams) SetNvramBatteryState(nvramBatteryState *string) + func (o *NodesGetParams) SetNvramID(nvramID *int64) + func (o *NodesGetParams) SetOrderBy(orderBy []string) + func (o *NodesGetParams) SetOwner(owner *string) + func (o *NodesGetParams) SetReturnRecords(returnRecords *bool) + func (o *NodesGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *NodesGetParams) SetSerialNumber(serialNumber *string) + func (o *NodesGetParams) SetServiceProcessorAPIServiceEnabled(serviceProcessorAPIServiceEnabled *bool) + func (o *NodesGetParams) SetServiceProcessorAPIServiceLimitAccess(serviceProcessorAPIServiceLimitAccess *bool) + func (o *NodesGetParams) SetServiceProcessorAPIServicePort(serviceProcessorAPIServicePort *int64) + func (o *NodesGetParams) SetServiceProcessorAutoConfigIPV4Subnet(serviceProcessorAutoConfigIPV4Subnet *string) + func (o *NodesGetParams) SetServiceProcessorAutoConfigIPV6Subnet(serviceProcessorAutoConfigIPV6Subnet *string) + func (o *NodesGetParams) SetServiceProcessorAutoupdateEnabled(serviceProcessorAutoupdateEnabled *bool) + func (o *NodesGetParams) SetServiceProcessorBackupIsCurrent(serviceProcessorBackupIsCurrent *bool) + func (o *NodesGetParams) SetServiceProcessorBackupState(serviceProcessorBackupState *string) + func (o *NodesGetParams) SetServiceProcessorBackupVersion(serviceProcessorBackupVersion *string) + func (o *NodesGetParams) SetServiceProcessorDhcpEnabled(serviceProcessorDhcpEnabled *bool) + func (o *NodesGetParams) SetServiceProcessorFirmwareVersion(serviceProcessorFirmwareVersion *string) + func (o *NodesGetParams) SetServiceProcessorIPV4InterfaceAddress(serviceProcessorIPV4InterfaceAddress *string) + func (o *NodesGetParams) SetServiceProcessorIPV4InterfaceEnabled(serviceProcessorIPV4InterfaceEnabled *bool) + func (o *NodesGetParams) SetServiceProcessorIPV4InterfaceGateway(serviceProcessorIPV4InterfaceGateway *string) + func (o *NodesGetParams) SetServiceProcessorIPV4InterfaceNetmask(serviceProcessorIPV4InterfaceNetmask *string) + func (o *NodesGetParams) SetServiceProcessorIPV4InterfaceSetupState(serviceProcessorIPV4InterfaceSetupState *string) + func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceAddress(serviceProcessorIPV6InterfaceAddress *string) + func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceEnabled(serviceProcessorIPV6InterfaceEnabled *bool) + func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceGateway(serviceProcessorIPV6InterfaceGateway *string) + func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceIsIPV6RaEnabled(serviceProcessorIPV6InterfaceIsIPV6RaEnabled *bool) + func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceLinkLocalIP(serviceProcessorIPV6InterfaceLinkLocalIP *string) + func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceNetmask(serviceProcessorIPV6InterfaceNetmask *int64) + func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceRouterIP(serviceProcessorIPV6InterfaceRouterIP *string) + func (o *NodesGetParams) SetServiceProcessorIPV6InterfaceSetupState(serviceProcessorIPV6InterfaceSetupState *string) + func (o *NodesGetParams) SetServiceProcessorIsIPConfigured(serviceProcessorIsIPConfigured *bool) + func (o *NodesGetParams) SetServiceProcessorLastUpdateState(serviceProcessorLastUpdateState *string) + func (o *NodesGetParams) SetServiceProcessorLinkStatus(serviceProcessorLinkStatus *string) + func (o *NodesGetParams) SetServiceProcessorMacAddress(serviceProcessorMacAddress *string) + func (o *NodesGetParams) SetServiceProcessorPrimaryIsCurrent(serviceProcessorPrimaryIsCurrent *bool) + func (o *NodesGetParams) SetServiceProcessorPrimaryState(serviceProcessorPrimaryState *string) + func (o *NodesGetParams) SetServiceProcessorPrimaryVersion(serviceProcessorPrimaryVersion *string) + func (o *NodesGetParams) SetServiceProcessorSSHInfoAllowedAddresses(serviceProcessorSSHInfoAllowedAddresses *string) + func (o *NodesGetParams) SetServiceProcessorState(serviceProcessorState *string) + func (o *NodesGetParams) SetServiceProcessorType(serviceProcessorType *string) + func (o *NodesGetParams) SetServiceProcessorWebServiceEnabled(serviceProcessorWebServiceEnabled *bool) + func (o *NodesGetParams) SetServiceProcessorWebServiceLimitAccess(serviceProcessorWebServiceLimitAccess *bool) + func (o *NodesGetParams) SetSnaplockComplianceClockTime(snaplockComplianceClockTime *string) + func (o *NodesGetParams) SetState(state *string) + func (o *NodesGetParams) SetStatisticsProcessorUtilizationBase(statisticsProcessorUtilizationBase *int64) + func (o *NodesGetParams) SetStatisticsProcessorUtilizationRaw(statisticsProcessorUtilizationRaw *int64) + func (o *NodesGetParams) SetStatisticsStatus(statisticsStatus *string) + func (o *NodesGetParams) SetStatisticsTimestamp(statisticsTimestamp *string) + func (o *NodesGetParams) SetStorageConfiguration(storageConfiguration *string) + func (o *NodesGetParams) SetSystemAggregateName(systemAggregateName *string) + func (o *NodesGetParams) SetSystemAggregateUUID(systemAggregateUUID *string) + func (o *NodesGetParams) SetSystemID(systemID *string) + func (o *NodesGetParams) SetSystemMachineType(systemMachineType *string) + func (o *NodesGetParams) SetTimeout(timeout time.Duration) + func (o *NodesGetParams) SetUUID(uuid *string) + func (o *NodesGetParams) SetUptime(uptime *int64) + func (o *NodesGetParams) SetVMProviderType(vMProviderType *string) + func (o *NodesGetParams) SetVendorSerialNumber(vendorSerialNumber *string) + func (o *NodesGetParams) SetVersionFull(versionFull *string) + func (o *NodesGetParams) SetVersionGeneration(versionGeneration *int64) + func (o *NodesGetParams) SetVersionMajor(versionMajor *int64) + func (o *NodesGetParams) SetVersionMinor(versionMinor *int64) + func (o *NodesGetParams) WithClusterInterfacesIPAddress(clusterInterfacesIPAddress *string) *NodesGetParams + func (o *NodesGetParams) WithClusterInterfacesName(clusterInterfacesName *string) *NodesGetParams + func (o *NodesGetParams) WithClusterInterfacesUUID(clusterInterfacesUUID *string) *NodesGetParams + func (o *NodesGetParams) WithContext(ctx context.Context) *NodesGetParams + func (o *NodesGetParams) WithControllerBoard(controllerBoard *string) *NodesGetParams + func (o *NodesGetParams) WithControllerCPUCount(controllerCPUCount *int64) *NodesGetParams + func (o *NodesGetParams) WithControllerCPUFirmwareRelease(controllerCPUFirmwareRelease *string) *NodesGetParams + func (o *NodesGetParams) WithControllerCPUProcessor(controllerCPUProcessor *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFailedFanCount(controllerFailedFanCount *int64) *NodesGetParams + func (o *NodesGetParams) WithControllerFailedFanMessageCode(controllerFailedFanMessageCode *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFailedFanMessageMessage(controllerFailedFanMessageMessage *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFailedPowerSupplyCount(controllerFailedPowerSupplyCount *int64) *NodesGetParams + func (o *NodesGetParams) WithControllerFailedPowerSupplyMessageCode(controllerFailedPowerSupplyMessageCode *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFailedPowerSupplyMessageMessage(controllerFailedPowerSupplyMessageMessage *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheCapacity(controllerFlashCacheCapacity *int64) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheDeviceID(controllerFlashCacheDeviceID *int64) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheFirmwareFile(controllerFlashCacheFirmwareFile *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheFirmwareVersion(controllerFlashCacheFirmwareVersion *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheHardwareRevision(controllerFlashCacheHardwareRevision *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheModel(controllerFlashCacheModel *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCachePartNumber(controllerFlashCachePartNumber *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheSerialNumber(controllerFlashCacheSerialNumber *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheSlot(controllerFlashCacheSlot *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFlashCacheState(controllerFlashCacheState *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFrusID(controllerFrusID *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFrusState(controllerFrusState *string) *NodesGetParams + func (o *NodesGetParams) WithControllerFrusType(controllerFrusType *string) *NodesGetParams + func (o *NodesGetParams) WithControllerMemorySize(controllerMemorySize *int64) *NodesGetParams + func (o *NodesGetParams) WithControllerOverTemperature(controllerOverTemperature *string) *NodesGetParams + func (o *NodesGetParams) WithDate(date *string) *NodesGetParams + func (o *NodesGetParams) WithDefaults() *NodesGetParams + func (o *NodesGetParams) WithExternalCacheIsEnabled(externalCacheIsEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithExternalCacheIsHyaEnabled(externalCacheIsHyaEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithExternalCacheIsRewarmEnabled(externalCacheIsRewarmEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithExternalCachePcsSize(externalCachePcsSize *int64) *NodesGetParams + func (o *NodesGetParams) WithFields(fields []string) *NodesGetParams + func (o *NodesGetParams) WithHTTPClient(client *http.Client) *NodesGetParams + func (o *NodesGetParams) WithHaAutoGiveback(haAutoGiveback *bool) *NodesGetParams + func (o *NodesGetParams) WithHaEnabled(haEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithHaGivebackFailureCode(haGivebackFailureCode *int64) *NodesGetParams + func (o *NodesGetParams) WithHaGivebackFailureMessage(haGivebackFailureMessage *string) *NodesGetParams + func (o *NodesGetParams) WithHaGivebackState(haGivebackState *string) *NodesGetParams + func (o *NodesGetParams) WithHaGivebackStatusAggregateName(haGivebackStatusAggregateName *string) *NodesGetParams + func (o *NodesGetParams) WithHaGivebackStatusAggregateUUID(haGivebackStatusAggregateUUID *string) *NodesGetParams + func (o *NodesGetParams) WithHaGivebackStatusErrorCode(haGivebackStatusErrorCode *string) *NodesGetParams + func (o *NodesGetParams) WithHaGivebackStatusErrorMessage(haGivebackStatusErrorMessage *string) *NodesGetParams + func (o *NodesGetParams) WithHaGivebackStatusState(haGivebackStatusState *string) *NodesGetParams + func (o *NodesGetParams) WithHaInterconnectAdapter(haInterconnectAdapter *string) *NodesGetParams + func (o *NodesGetParams) WithHaInterconnectState(haInterconnectState *string) *NodesGetParams + func (o *NodesGetParams) WithHaPartnersName(haPartnersName *string) *NodesGetParams + func (o *NodesGetParams) WithHaPartnersUUID(haPartnersUUID *string) *NodesGetParams + func (o *NodesGetParams) WithHaPortsNumber(haPortsNumber *int64) *NodesGetParams + func (o *NodesGetParams) WithHaPortsState(haPortsState *string) *NodesGetParams + func (o *NodesGetParams) WithHaTakeoverCheckReasons(haTakeoverCheckReasons *string) *NodesGetParams + func (o *NodesGetParams) WithHaTakeoverCheckTakeoverPossible(haTakeoverCheckTakeoverPossible *bool) *NodesGetParams + func (o *NodesGetParams) WithHaTakeoverFailureCode(haTakeoverFailureCode *int64) *NodesGetParams + func (o *NodesGetParams) WithHaTakeoverFailureMessage(haTakeoverFailureMessage *string) *NodesGetParams + func (o *NodesGetParams) WithHaTakeoverState(haTakeoverState *string) *NodesGetParams + func (o *NodesGetParams) WithHwAssistStatusEnabled(hwAssistStatusEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithHwAssistStatusLocalIP(hwAssistStatusLocalIP *string) *NodesGetParams + func (o *NodesGetParams) WithHwAssistStatusLocalPort(hwAssistStatusLocalPort *int64) *NodesGetParams + func (o *NodesGetParams) WithHwAssistStatusLocalState(hwAssistStatusLocalState *string) *NodesGetParams + func (o *NodesGetParams) WithHwAssistStatusPartnerIP(hwAssistStatusPartnerIP *string) *NodesGetParams + func (o *NodesGetParams) WithHwAssistStatusPartnerPort(hwAssistStatusPartnerPort *int64) *NodesGetParams + func (o *NodesGetParams) WithHwAssistStatusPartnerState(hwAssistStatusPartnerState *string) *NodesGetParams + func (o *NodesGetParams) WithIsSparesLow(isSparesLow *bool) *NodesGetParams + func (o *NodesGetParams) WithLocation(location *string) *NodesGetParams + func (o *NodesGetParams) WithManagementInterfacesIPAddress(managementInterfacesIPAddress *string) *NodesGetParams + func (o *NodesGetParams) WithManagementInterfacesName(managementInterfacesName *string) *NodesGetParams + func (o *NodesGetParams) WithManagementInterfacesUUID(managementInterfacesUUID *string) *NodesGetParams + func (o *NodesGetParams) WithMaxRecords(maxRecords *int64) *NodesGetParams + func (o *NodesGetParams) WithMembership(membership *string) *NodesGetParams + func (o *NodesGetParams) WithMetricDuration(metricDuration *string) *NodesGetParams + func (o *NodesGetParams) WithMetricProcessorUtilization(metricProcessorUtilization *int64) *NodesGetParams + func (o *NodesGetParams) WithMetricStatus(metricStatus *string) *NodesGetParams + func (o *NodesGetParams) WithMetricTimestamp(metricTimestamp *string) *NodesGetParams + func (o *NodesGetParams) WithMetricUUID(metricUUID *string) *NodesGetParams + func (o *NodesGetParams) WithMetroclusterCustomVlanCapable(metroclusterCustomVlanCapable *bool) *NodesGetParams + func (o *NodesGetParams) WithMetroclusterPortsName(metroclusterPortsName *string) *NodesGetParams + func (o *NodesGetParams) WithMetroclusterType(metroclusterType *string) *NodesGetParams + func (o *NodesGetParams) WithModel(model *string) *NodesGetParams + func (o *NodesGetParams) WithName(name *string) *NodesGetParams + func (o *NodesGetParams) WithNvramBatteryState(nvramBatteryState *string) *NodesGetParams + func (o *NodesGetParams) WithNvramID(nvramID *int64) *NodesGetParams + func (o *NodesGetParams) WithOrderBy(orderBy []string) *NodesGetParams + func (o *NodesGetParams) WithOwner(owner *string) *NodesGetParams + func (o *NodesGetParams) WithReturnRecords(returnRecords *bool) *NodesGetParams + func (o *NodesGetParams) WithReturnTimeout(returnTimeout *int64) *NodesGetParams + func (o *NodesGetParams) WithSerialNumber(serialNumber *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorAPIServiceEnabled(serviceProcessorAPIServiceEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorAPIServiceLimitAccess(serviceProcessorAPIServiceLimitAccess *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorAPIServicePort(serviceProcessorAPIServicePort *int64) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorAutoConfigIPV4Subnet(serviceProcessorAutoConfigIPV4Subnet *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorAutoConfigIPV6Subnet(serviceProcessorAutoConfigIPV6Subnet *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorAutoupdateEnabled(serviceProcessorAutoupdateEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorBackupIsCurrent(serviceProcessorBackupIsCurrent *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorBackupState(serviceProcessorBackupState *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorBackupVersion(serviceProcessorBackupVersion *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorDhcpEnabled(serviceProcessorDhcpEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorFirmwareVersion(serviceProcessorFirmwareVersion *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV4InterfaceAddress(serviceProcessorIPV4InterfaceAddress *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV4InterfaceEnabled(serviceProcessorIPV4InterfaceEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV4InterfaceGateway(serviceProcessorIPV4InterfaceGateway *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV4InterfaceNetmask(serviceProcessorIPV4InterfaceNetmask *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV4InterfaceSetupState(serviceProcessorIPV4InterfaceSetupState *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceAddress(serviceProcessorIPV6InterfaceAddress *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceEnabled(serviceProcessorIPV6InterfaceEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceGateway(serviceProcessorIPV6InterfaceGateway *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceIsIPV6RaEnabled(serviceProcessorIPV6InterfaceIsIPV6RaEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceLinkLocalIP(serviceProcessorIPV6InterfaceLinkLocalIP *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceNetmask(serviceProcessorIPV6InterfaceNetmask *int64) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceRouterIP(serviceProcessorIPV6InterfaceRouterIP *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIPV6InterfaceSetupState(serviceProcessorIPV6InterfaceSetupState *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorIsIPConfigured(serviceProcessorIsIPConfigured *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorLastUpdateState(serviceProcessorLastUpdateState *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorLinkStatus(serviceProcessorLinkStatus *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorMacAddress(serviceProcessorMacAddress *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorPrimaryIsCurrent(serviceProcessorPrimaryIsCurrent *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorPrimaryState(serviceProcessorPrimaryState *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorPrimaryVersion(serviceProcessorPrimaryVersion *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorSSHInfoAllowedAddresses(serviceProcessorSSHInfoAllowedAddresses *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorState(serviceProcessorState *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorType(serviceProcessorType *string) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorWebServiceEnabled(serviceProcessorWebServiceEnabled *bool) *NodesGetParams + func (o *NodesGetParams) WithServiceProcessorWebServiceLimitAccess(serviceProcessorWebServiceLimitAccess *bool) *NodesGetParams + func (o *NodesGetParams) WithSnaplockComplianceClockTime(snaplockComplianceClockTime *string) *NodesGetParams + func (o *NodesGetParams) WithState(state *string) *NodesGetParams + func (o *NodesGetParams) WithStatisticsProcessorUtilizationBase(statisticsProcessorUtilizationBase *int64) *NodesGetParams + func (o *NodesGetParams) WithStatisticsProcessorUtilizationRaw(statisticsProcessorUtilizationRaw *int64) *NodesGetParams + func (o *NodesGetParams) WithStatisticsStatus(statisticsStatus *string) *NodesGetParams + func (o *NodesGetParams) WithStatisticsTimestamp(statisticsTimestamp *string) *NodesGetParams + func (o *NodesGetParams) WithStorageConfiguration(storageConfiguration *string) *NodesGetParams + func (o *NodesGetParams) WithSystemAggregateName(systemAggregateName *string) *NodesGetParams + func (o *NodesGetParams) WithSystemAggregateUUID(systemAggregateUUID *string) *NodesGetParams + func (o *NodesGetParams) WithSystemID(systemID *string) *NodesGetParams + func (o *NodesGetParams) WithSystemMachineType(systemMachineType *string) *NodesGetParams + func (o *NodesGetParams) WithTimeout(timeout time.Duration) *NodesGetParams + func (o *NodesGetParams) WithUUID(uuid *string) *NodesGetParams + func (o *NodesGetParams) WithUptime(uptime *int64) *NodesGetParams + func (o *NodesGetParams) WithVMProviderType(vMProviderType *string) *NodesGetParams + func (o *NodesGetParams) WithVendorSerialNumber(vendorSerialNumber *string) *NodesGetParams + func (o *NodesGetParams) WithVersionFull(versionFull *string) *NodesGetParams + func (o *NodesGetParams) WithVersionGeneration(versionGeneration *int64) *NodesGetParams + func (o *NodesGetParams) WithVersionMajor(versionMajor *int64) *NodesGetParams + func (o *NodesGetParams) WithVersionMinor(versionMinor *int64) *NodesGetParams + func (o *NodesGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodesGetReader struct + func (o *NodesGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ResourceTagCollectionGetDefault struct + Payload *models.ErrorResponse + func NewResourceTagCollectionGetDefault(code int) *ResourceTagCollectionGetDefault + func (o *ResourceTagCollectionGetDefault) Code() int + func (o *ResourceTagCollectionGetDefault) Error() string + func (o *ResourceTagCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *ResourceTagCollectionGetDefault) IsClientError() bool + func (o *ResourceTagCollectionGetDefault) IsCode(code int) bool + func (o *ResourceTagCollectionGetDefault) IsRedirect() bool + func (o *ResourceTagCollectionGetDefault) IsServerError() bool + func (o *ResourceTagCollectionGetDefault) IsSuccess() bool + func (o *ResourceTagCollectionGetDefault) String() string + type ResourceTagCollectionGetOK struct + Payload *models.ResourceTagResponse + func NewResourceTagCollectionGetOK() *ResourceTagCollectionGetOK + func (o *ResourceTagCollectionGetOK) Code() int + func (o *ResourceTagCollectionGetOK) Error() string + func (o *ResourceTagCollectionGetOK) GetPayload() *models.ResourceTagResponse + func (o *ResourceTagCollectionGetOK) IsClientError() bool + func (o *ResourceTagCollectionGetOK) IsCode(code int) bool + func (o *ResourceTagCollectionGetOK) IsRedirect() bool + func (o *ResourceTagCollectionGetOK) IsServerError() bool + func (o *ResourceTagCollectionGetOK) IsSuccess() bool + func (o *ResourceTagCollectionGetOK) String() string + type ResourceTagCollectionGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + NumResources *int64 + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + Value *string + func NewResourceTagCollectionGetParams() *ResourceTagCollectionGetParams + func NewResourceTagCollectionGetParamsWithContext(ctx context.Context) *ResourceTagCollectionGetParams + func NewResourceTagCollectionGetParamsWithHTTPClient(client *http.Client) *ResourceTagCollectionGetParams + func NewResourceTagCollectionGetParamsWithTimeout(timeout time.Duration) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) SetContext(ctx context.Context) + func (o *ResourceTagCollectionGetParams) SetDefaults() + func (o *ResourceTagCollectionGetParams) SetFields(fields []string) + func (o *ResourceTagCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *ResourceTagCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *ResourceTagCollectionGetParams) SetNumResources(numResources *int64) + func (o *ResourceTagCollectionGetParams) SetOrderBy(orderBy []string) + func (o *ResourceTagCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *ResourceTagCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *ResourceTagCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *ResourceTagCollectionGetParams) SetValue(value *string) + func (o *ResourceTagCollectionGetParams) WithContext(ctx context.Context) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithDefaults() *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithFields(fields []string) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithHTTPClient(client *http.Client) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithMaxRecords(maxRecords *int64) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithNumResources(numResources *int64) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithOrderBy(orderBy []string) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithReturnRecords(returnRecords *bool) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithTimeout(timeout time.Duration) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WithValue(value *string) *ResourceTagCollectionGetParams + func (o *ResourceTagCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ResourceTagCollectionGetReader struct + func (o *ResourceTagCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ResourceTagGetDefault struct + Payload *models.ErrorResponse + func NewResourceTagGetDefault(code int) *ResourceTagGetDefault + func (o *ResourceTagGetDefault) Code() int + func (o *ResourceTagGetDefault) Error() string + func (o *ResourceTagGetDefault) GetPayload() *models.ErrorResponse + func (o *ResourceTagGetDefault) IsClientError() bool + func (o *ResourceTagGetDefault) IsCode(code int) bool + func (o *ResourceTagGetDefault) IsRedirect() bool + func (o *ResourceTagGetDefault) IsServerError() bool + func (o *ResourceTagGetDefault) IsSuccess() bool + func (o *ResourceTagGetDefault) String() string + type ResourceTagGetOK struct + Payload *models.ResourceTag + func NewResourceTagGetOK() *ResourceTagGetOK + func (o *ResourceTagGetOK) Code() int + func (o *ResourceTagGetOK) Error() string + func (o *ResourceTagGetOK) GetPayload() *models.ResourceTag + func (o *ResourceTagGetOK) IsClientError() bool + func (o *ResourceTagGetOK) IsCode(code int) bool + func (o *ResourceTagGetOK) IsRedirect() bool + func (o *ResourceTagGetOK) IsServerError() bool + func (o *ResourceTagGetOK) IsSuccess() bool + func (o *ResourceTagGetOK) String() string + type ResourceTagGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + Value string + func NewResourceTagGetParams() *ResourceTagGetParams + func NewResourceTagGetParamsWithContext(ctx context.Context) *ResourceTagGetParams + func NewResourceTagGetParamsWithHTTPClient(client *http.Client) *ResourceTagGetParams + func NewResourceTagGetParamsWithTimeout(timeout time.Duration) *ResourceTagGetParams + func (o *ResourceTagGetParams) SetContext(ctx context.Context) + func (o *ResourceTagGetParams) SetDefaults() + func (o *ResourceTagGetParams) SetFields(fields []string) + func (o *ResourceTagGetParams) SetHTTPClient(client *http.Client) + func (o *ResourceTagGetParams) SetTimeout(timeout time.Duration) + func (o *ResourceTagGetParams) SetValue(value string) + func (o *ResourceTagGetParams) WithContext(ctx context.Context) *ResourceTagGetParams + func (o *ResourceTagGetParams) WithDefaults() *ResourceTagGetParams + func (o *ResourceTagGetParams) WithFields(fields []string) *ResourceTagGetParams + func (o *ResourceTagGetParams) WithHTTPClient(client *http.Client) *ResourceTagGetParams + func (o *ResourceTagGetParams) WithTimeout(timeout time.Duration) *ResourceTagGetParams + func (o *ResourceTagGetParams) WithValue(value string) *ResourceTagGetParams + func (o *ResourceTagGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ResourceTagGetReader struct + func (o *ResourceTagGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ResourceTagResourceCollectionGetDefault struct + Payload *models.ErrorResponse + func NewResourceTagResourceCollectionGetDefault(code int) *ResourceTagResourceCollectionGetDefault + func (o *ResourceTagResourceCollectionGetDefault) Code() int + func (o *ResourceTagResourceCollectionGetDefault) Error() string + func (o *ResourceTagResourceCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *ResourceTagResourceCollectionGetDefault) IsClientError() bool + func (o *ResourceTagResourceCollectionGetDefault) IsCode(code int) bool + func (o *ResourceTagResourceCollectionGetDefault) IsRedirect() bool + func (o *ResourceTagResourceCollectionGetDefault) IsServerError() bool + func (o *ResourceTagResourceCollectionGetDefault) IsSuccess() bool + func (o *ResourceTagResourceCollectionGetDefault) String() string + type ResourceTagResourceCollectionGetOK struct + Payload *models.ResourceTagResourceResponse + func NewResourceTagResourceCollectionGetOK() *ResourceTagResourceCollectionGetOK + func (o *ResourceTagResourceCollectionGetOK) Code() int + func (o *ResourceTagResourceCollectionGetOK) Error() string + func (o *ResourceTagResourceCollectionGetOK) GetPayload() *models.ResourceTagResourceResponse + func (o *ResourceTagResourceCollectionGetOK) IsClientError() bool + func (o *ResourceTagResourceCollectionGetOK) IsCode(code int) bool + func (o *ResourceTagResourceCollectionGetOK) IsRedirect() bool + func (o *ResourceTagResourceCollectionGetOK) IsServerError() bool + func (o *ResourceTagResourceCollectionGetOK) IsSuccess() bool + func (o *ResourceTagResourceCollectionGetOK) String() string + type ResourceTagResourceCollectionGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + Label *string + MaxRecords *int64 + OrderBy []string + ResourceTagValue string + ReturnRecords *bool + ReturnTimeout *int64 + SvmName *string + SvmUUID *string + func NewResourceTagResourceCollectionGetParams() *ResourceTagResourceCollectionGetParams + func NewResourceTagResourceCollectionGetParamsWithContext(ctx context.Context) *ResourceTagResourceCollectionGetParams + func NewResourceTagResourceCollectionGetParamsWithHTTPClient(client *http.Client) *ResourceTagResourceCollectionGetParams + func NewResourceTagResourceCollectionGetParamsWithTimeout(timeout time.Duration) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) SetContext(ctx context.Context) + func (o *ResourceTagResourceCollectionGetParams) SetDefaults() + func (o *ResourceTagResourceCollectionGetParams) SetFields(fields []string) + func (o *ResourceTagResourceCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *ResourceTagResourceCollectionGetParams) SetLabel(label *string) + func (o *ResourceTagResourceCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *ResourceTagResourceCollectionGetParams) SetOrderBy(orderBy []string) + func (o *ResourceTagResourceCollectionGetParams) SetResourceTagValue(resourceTagValue string) + func (o *ResourceTagResourceCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *ResourceTagResourceCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *ResourceTagResourceCollectionGetParams) SetSvmName(svmName *string) + func (o *ResourceTagResourceCollectionGetParams) SetSvmUUID(svmUUID *string) + func (o *ResourceTagResourceCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *ResourceTagResourceCollectionGetParams) WithContext(ctx context.Context) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithDefaults() *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithFields(fields []string) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithHTTPClient(client *http.Client) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithLabel(label *string) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithMaxRecords(maxRecords *int64) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithOrderBy(orderBy []string) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithResourceTagValue(resourceTagValue string) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithReturnRecords(returnRecords *bool) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithSvmName(svmName *string) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithSvmUUID(svmUUID *string) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WithTimeout(timeout time.Duration) *ResourceTagResourceCollectionGetParams + func (o *ResourceTagResourceCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ResourceTagResourceCollectionGetReader struct + func (o *ResourceTagResourceCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ResourceTagResourceCreateCreated struct + Location string + func NewResourceTagResourceCreateCreated() *ResourceTagResourceCreateCreated + func (o *ResourceTagResourceCreateCreated) Code() int + func (o *ResourceTagResourceCreateCreated) Error() string + func (o *ResourceTagResourceCreateCreated) IsClientError() bool + func (o *ResourceTagResourceCreateCreated) IsCode(code int) bool + func (o *ResourceTagResourceCreateCreated) IsRedirect() bool + func (o *ResourceTagResourceCreateCreated) IsServerError() bool + func (o *ResourceTagResourceCreateCreated) IsSuccess() bool + func (o *ResourceTagResourceCreateCreated) String() string + type ResourceTagResourceCreateDefault struct + Payload *models.ErrorResponse + func NewResourceTagResourceCreateDefault(code int) *ResourceTagResourceCreateDefault + func (o *ResourceTagResourceCreateDefault) Code() int + func (o *ResourceTagResourceCreateDefault) Error() string + func (o *ResourceTagResourceCreateDefault) GetPayload() *models.ErrorResponse + func (o *ResourceTagResourceCreateDefault) IsClientError() bool + func (o *ResourceTagResourceCreateDefault) IsCode(code int) bool + func (o *ResourceTagResourceCreateDefault) IsRedirect() bool + func (o *ResourceTagResourceCreateDefault) IsServerError() bool + func (o *ResourceTagResourceCreateDefault) IsSuccess() bool + func (o *ResourceTagResourceCreateDefault) String() string + type ResourceTagResourceCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.ResourceTagResource + ResourceTagValue string + ReturnRecords *bool + func NewResourceTagResourceCreateParams() *ResourceTagResourceCreateParams + func NewResourceTagResourceCreateParamsWithContext(ctx context.Context) *ResourceTagResourceCreateParams + func NewResourceTagResourceCreateParamsWithHTTPClient(client *http.Client) *ResourceTagResourceCreateParams + func NewResourceTagResourceCreateParamsWithTimeout(timeout time.Duration) *ResourceTagResourceCreateParams + func (o *ResourceTagResourceCreateParams) SetContext(ctx context.Context) + func (o *ResourceTagResourceCreateParams) SetDefaults() + func (o *ResourceTagResourceCreateParams) SetHTTPClient(client *http.Client) + func (o *ResourceTagResourceCreateParams) SetInfo(info *models.ResourceTagResource) + func (o *ResourceTagResourceCreateParams) SetResourceTagValue(resourceTagValue string) + func (o *ResourceTagResourceCreateParams) SetReturnRecords(returnRecords *bool) + func (o *ResourceTagResourceCreateParams) SetTimeout(timeout time.Duration) + func (o *ResourceTagResourceCreateParams) WithContext(ctx context.Context) *ResourceTagResourceCreateParams + func (o *ResourceTagResourceCreateParams) WithDefaults() *ResourceTagResourceCreateParams + func (o *ResourceTagResourceCreateParams) WithHTTPClient(client *http.Client) *ResourceTagResourceCreateParams + func (o *ResourceTagResourceCreateParams) WithInfo(info *models.ResourceTagResource) *ResourceTagResourceCreateParams + func (o *ResourceTagResourceCreateParams) WithResourceTagValue(resourceTagValue string) *ResourceTagResourceCreateParams + func (o *ResourceTagResourceCreateParams) WithReturnRecords(returnRecords *bool) *ResourceTagResourceCreateParams + func (o *ResourceTagResourceCreateParams) WithTimeout(timeout time.Duration) *ResourceTagResourceCreateParams + func (o *ResourceTagResourceCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ResourceTagResourceCreateReader struct + func (o *ResourceTagResourceCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ResourceTagResourceDeleteDefault struct + Payload *models.ErrorResponse + func NewResourceTagResourceDeleteDefault(code int) *ResourceTagResourceDeleteDefault + func (o *ResourceTagResourceDeleteDefault) Code() int + func (o *ResourceTagResourceDeleteDefault) Error() string + func (o *ResourceTagResourceDeleteDefault) GetPayload() *models.ErrorResponse + func (o *ResourceTagResourceDeleteDefault) IsClientError() bool + func (o *ResourceTagResourceDeleteDefault) IsCode(code int) bool + func (o *ResourceTagResourceDeleteDefault) IsRedirect() bool + func (o *ResourceTagResourceDeleteDefault) IsServerError() bool + func (o *ResourceTagResourceDeleteDefault) IsSuccess() bool + func (o *ResourceTagResourceDeleteDefault) String() string + type ResourceTagResourceDeleteOK struct + func NewResourceTagResourceDeleteOK() *ResourceTagResourceDeleteOK + func (o *ResourceTagResourceDeleteOK) Code() int + func (o *ResourceTagResourceDeleteOK) Error() string + func (o *ResourceTagResourceDeleteOK) IsClientError() bool + func (o *ResourceTagResourceDeleteOK) IsCode(code int) bool + func (o *ResourceTagResourceDeleteOK) IsRedirect() bool + func (o *ResourceTagResourceDeleteOK) IsServerError() bool + func (o *ResourceTagResourceDeleteOK) IsSuccess() bool + func (o *ResourceTagResourceDeleteOK) String() string + type ResourceTagResourceDeleteParams struct + Context context.Context + HTTPClient *http.Client + Href string + ResourceTagValue string + func NewResourceTagResourceDeleteParams() *ResourceTagResourceDeleteParams + func NewResourceTagResourceDeleteParamsWithContext(ctx context.Context) *ResourceTagResourceDeleteParams + func NewResourceTagResourceDeleteParamsWithHTTPClient(client *http.Client) *ResourceTagResourceDeleteParams + func NewResourceTagResourceDeleteParamsWithTimeout(timeout time.Duration) *ResourceTagResourceDeleteParams + func (o *ResourceTagResourceDeleteParams) SetContext(ctx context.Context) + func (o *ResourceTagResourceDeleteParams) SetDefaults() + func (o *ResourceTagResourceDeleteParams) SetHTTPClient(client *http.Client) + func (o *ResourceTagResourceDeleteParams) SetHref(href string) + func (o *ResourceTagResourceDeleteParams) SetResourceTagValue(resourceTagValue string) + func (o *ResourceTagResourceDeleteParams) SetTimeout(timeout time.Duration) + func (o *ResourceTagResourceDeleteParams) WithContext(ctx context.Context) *ResourceTagResourceDeleteParams + func (o *ResourceTagResourceDeleteParams) WithDefaults() *ResourceTagResourceDeleteParams + func (o *ResourceTagResourceDeleteParams) WithHTTPClient(client *http.Client) *ResourceTagResourceDeleteParams + func (o *ResourceTagResourceDeleteParams) WithHref(href string) *ResourceTagResourceDeleteParams + func (o *ResourceTagResourceDeleteParams) WithResourceTagValue(resourceTagValue string) *ResourceTagResourceDeleteParams + func (o *ResourceTagResourceDeleteParams) WithTimeout(timeout time.Duration) *ResourceTagResourceDeleteParams + func (o *ResourceTagResourceDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ResourceTagResourceDeleteReader struct + func (o *ResourceTagResourceDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ResourceTagResourceGetDefault struct + Payload *models.ErrorResponse + func NewResourceTagResourceGetDefault(code int) *ResourceTagResourceGetDefault + func (o *ResourceTagResourceGetDefault) Code() int + func (o *ResourceTagResourceGetDefault) Error() string + func (o *ResourceTagResourceGetDefault) GetPayload() *models.ErrorResponse + func (o *ResourceTagResourceGetDefault) IsClientError() bool + func (o *ResourceTagResourceGetDefault) IsCode(code int) bool + func (o *ResourceTagResourceGetDefault) IsRedirect() bool + func (o *ResourceTagResourceGetDefault) IsServerError() bool + func (o *ResourceTagResourceGetDefault) IsSuccess() bool + func (o *ResourceTagResourceGetDefault) String() string + type ResourceTagResourceGetOK struct + Payload *models.ResourceTagResource + func NewResourceTagResourceGetOK() *ResourceTagResourceGetOK + func (o *ResourceTagResourceGetOK) Code() int + func (o *ResourceTagResourceGetOK) Error() string + func (o *ResourceTagResourceGetOK) GetPayload() *models.ResourceTagResource + func (o *ResourceTagResourceGetOK) IsClientError() bool + func (o *ResourceTagResourceGetOK) IsCode(code int) bool + func (o *ResourceTagResourceGetOK) IsRedirect() bool + func (o *ResourceTagResourceGetOK) IsServerError() bool + func (o *ResourceTagResourceGetOK) IsSuccess() bool + func (o *ResourceTagResourceGetOK) String() string + type ResourceTagResourceGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + Href string + ResourceTagValue string + func NewResourceTagResourceGetParams() *ResourceTagResourceGetParams + func NewResourceTagResourceGetParamsWithContext(ctx context.Context) *ResourceTagResourceGetParams + func NewResourceTagResourceGetParamsWithHTTPClient(client *http.Client) *ResourceTagResourceGetParams + func NewResourceTagResourceGetParamsWithTimeout(timeout time.Duration) *ResourceTagResourceGetParams + func (o *ResourceTagResourceGetParams) SetContext(ctx context.Context) + func (o *ResourceTagResourceGetParams) SetDefaults() + func (o *ResourceTagResourceGetParams) SetFields(fields []string) + func (o *ResourceTagResourceGetParams) SetHTTPClient(client *http.Client) + func (o *ResourceTagResourceGetParams) SetHref(href string) + func (o *ResourceTagResourceGetParams) SetResourceTagValue(resourceTagValue string) + func (o *ResourceTagResourceGetParams) SetTimeout(timeout time.Duration) + func (o *ResourceTagResourceGetParams) WithContext(ctx context.Context) *ResourceTagResourceGetParams + func (o *ResourceTagResourceGetParams) WithDefaults() *ResourceTagResourceGetParams + func (o *ResourceTagResourceGetParams) WithFields(fields []string) *ResourceTagResourceGetParams + func (o *ResourceTagResourceGetParams) WithHTTPClient(client *http.Client) *ResourceTagResourceGetParams + func (o *ResourceTagResourceGetParams) WithHref(href string) *ResourceTagResourceGetParams + func (o *ResourceTagResourceGetParams) WithResourceTagValue(resourceTagValue string) *ResourceTagResourceGetParams + func (o *ResourceTagResourceGetParams) WithTimeout(timeout time.Duration) *ResourceTagResourceGetParams + func (o *ResourceTagResourceGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ResourceTagResourceGetReader struct + func (o *ResourceTagResourceGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ScheduleCollectionGetDefault struct + Payload *models.ErrorResponse + func NewScheduleCollectionGetDefault(code int) *ScheduleCollectionGetDefault + func (o *ScheduleCollectionGetDefault) Code() int + func (o *ScheduleCollectionGetDefault) Error() string + func (o *ScheduleCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *ScheduleCollectionGetDefault) IsClientError() bool + func (o *ScheduleCollectionGetDefault) IsCode(code int) bool + func (o *ScheduleCollectionGetDefault) IsRedirect() bool + func (o *ScheduleCollectionGetDefault) IsServerError() bool + func (o *ScheduleCollectionGetDefault) IsSuccess() bool + func (o *ScheduleCollectionGetDefault) String() string + type ScheduleCollectionGetOK struct + Payload *models.ScheduleResponse + func NewScheduleCollectionGetOK() *ScheduleCollectionGetOK + func (o *ScheduleCollectionGetOK) Code() int + func (o *ScheduleCollectionGetOK) Error() string + func (o *ScheduleCollectionGetOK) GetPayload() *models.ScheduleResponse + func (o *ScheduleCollectionGetOK) IsClientError() bool + func (o *ScheduleCollectionGetOK) IsCode(code int) bool + func (o *ScheduleCollectionGetOK) IsRedirect() bool + func (o *ScheduleCollectionGetOK) IsServerError() bool + func (o *ScheduleCollectionGetOK) IsSuccess() bool + func (o *ScheduleCollectionGetOK) String() string + type ScheduleCollectionGetParams struct + ClusterName *string + ClusterUUID *string + Context context.Context + CronDays *int64 + CronHours *int64 + CronMinutes *int64 + CronMonths *int64 + CronWeekdays *int64 + Fields []string + HTTPClient *http.Client + Interval *string + MaxRecords *int64 + Name *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + Scope *string + SvmName *string + SvmUUID *string + Type *string + UUID *string + func NewScheduleCollectionGetParams() *ScheduleCollectionGetParams + func NewScheduleCollectionGetParamsWithContext(ctx context.Context) *ScheduleCollectionGetParams + func NewScheduleCollectionGetParamsWithHTTPClient(client *http.Client) *ScheduleCollectionGetParams + func NewScheduleCollectionGetParamsWithTimeout(timeout time.Duration) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) SetClusterName(clusterName *string) + func (o *ScheduleCollectionGetParams) SetClusterUUID(clusterUUID *string) + func (o *ScheduleCollectionGetParams) SetContext(ctx context.Context) + func (o *ScheduleCollectionGetParams) SetCronDays(cronDays *int64) + func (o *ScheduleCollectionGetParams) SetCronHours(cronHours *int64) + func (o *ScheduleCollectionGetParams) SetCronMinutes(cronMinutes *int64) + func (o *ScheduleCollectionGetParams) SetCronMonths(cronMonths *int64) + func (o *ScheduleCollectionGetParams) SetCronWeekdays(cronWeekdays *int64) + func (o *ScheduleCollectionGetParams) SetDefaults() + func (o *ScheduleCollectionGetParams) SetFields(fields []string) + func (o *ScheduleCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *ScheduleCollectionGetParams) SetInterval(interval *string) + func (o *ScheduleCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *ScheduleCollectionGetParams) SetName(name *string) + func (o *ScheduleCollectionGetParams) SetOrderBy(orderBy []string) + func (o *ScheduleCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *ScheduleCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *ScheduleCollectionGetParams) SetScope(scope *string) + func (o *ScheduleCollectionGetParams) SetSvmName(svmName *string) + func (o *ScheduleCollectionGetParams) SetSvmUUID(svmUUID *string) + func (o *ScheduleCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *ScheduleCollectionGetParams) SetType(typeVar *string) + func (o *ScheduleCollectionGetParams) SetUUID(uuid *string) + func (o *ScheduleCollectionGetParams) WithClusterName(clusterName *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithClusterUUID(clusterUUID *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithContext(ctx context.Context) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithCronDays(cronDays *int64) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithCronHours(cronHours *int64) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithCronMinutes(cronMinutes *int64) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithCronMonths(cronMonths *int64) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithCronWeekdays(cronWeekdays *int64) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithDefaults() *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithFields(fields []string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithHTTPClient(client *http.Client) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithInterval(interval *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithMaxRecords(maxRecords *int64) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithName(name *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithOrderBy(orderBy []string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithReturnRecords(returnRecords *bool) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithScope(scope *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithSvmName(svmName *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithSvmUUID(svmUUID *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithTimeout(timeout time.Duration) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithType(typeVar *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WithUUID(uuid *string) *ScheduleCollectionGetParams + func (o *ScheduleCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ScheduleCollectionGetReader struct + func (o *ScheduleCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ScheduleCreateCreated struct + Location string + func NewScheduleCreateCreated() *ScheduleCreateCreated + func (o *ScheduleCreateCreated) Code() int + func (o *ScheduleCreateCreated) Error() string + func (o *ScheduleCreateCreated) IsClientError() bool + func (o *ScheduleCreateCreated) IsCode(code int) bool + func (o *ScheduleCreateCreated) IsRedirect() bool + func (o *ScheduleCreateCreated) IsServerError() bool + func (o *ScheduleCreateCreated) IsSuccess() bool + func (o *ScheduleCreateCreated) String() string + type ScheduleCreateDefault struct + Payload *models.ErrorResponse + func NewScheduleCreateDefault(code int) *ScheduleCreateDefault + func (o *ScheduleCreateDefault) Code() int + func (o *ScheduleCreateDefault) Error() string + func (o *ScheduleCreateDefault) GetPayload() *models.ErrorResponse + func (o *ScheduleCreateDefault) IsClientError() bool + func (o *ScheduleCreateDefault) IsCode(code int) bool + func (o *ScheduleCreateDefault) IsRedirect() bool + func (o *ScheduleCreateDefault) IsServerError() bool + func (o *ScheduleCreateDefault) IsSuccess() bool + func (o *ScheduleCreateDefault) String() string + type ScheduleCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.Schedule + ReturnRecords *bool + func NewScheduleCreateParams() *ScheduleCreateParams + func NewScheduleCreateParamsWithContext(ctx context.Context) *ScheduleCreateParams + func NewScheduleCreateParamsWithHTTPClient(client *http.Client) *ScheduleCreateParams + func NewScheduleCreateParamsWithTimeout(timeout time.Duration) *ScheduleCreateParams + func (o *ScheduleCreateParams) SetContext(ctx context.Context) + func (o *ScheduleCreateParams) SetDefaults() + func (o *ScheduleCreateParams) SetHTTPClient(client *http.Client) + func (o *ScheduleCreateParams) SetInfo(info *models.Schedule) + func (o *ScheduleCreateParams) SetReturnRecords(returnRecords *bool) + func (o *ScheduleCreateParams) SetTimeout(timeout time.Duration) + func (o *ScheduleCreateParams) WithContext(ctx context.Context) *ScheduleCreateParams + func (o *ScheduleCreateParams) WithDefaults() *ScheduleCreateParams + func (o *ScheduleCreateParams) WithHTTPClient(client *http.Client) *ScheduleCreateParams + func (o *ScheduleCreateParams) WithInfo(info *models.Schedule) *ScheduleCreateParams + func (o *ScheduleCreateParams) WithReturnRecords(returnRecords *bool) *ScheduleCreateParams + func (o *ScheduleCreateParams) WithTimeout(timeout time.Duration) *ScheduleCreateParams + func (o *ScheduleCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ScheduleCreateReader struct + func (o *ScheduleCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ScheduleDeleteDefault struct + Payload *models.ErrorResponse + func NewScheduleDeleteDefault(code int) *ScheduleDeleteDefault + func (o *ScheduleDeleteDefault) Code() int + func (o *ScheduleDeleteDefault) Error() string + func (o *ScheduleDeleteDefault) GetPayload() *models.ErrorResponse + func (o *ScheduleDeleteDefault) IsClientError() bool + func (o *ScheduleDeleteDefault) IsCode(code int) bool + func (o *ScheduleDeleteDefault) IsRedirect() bool + func (o *ScheduleDeleteDefault) IsServerError() bool + func (o *ScheduleDeleteDefault) IsSuccess() bool + func (o *ScheduleDeleteDefault) String() string + type ScheduleDeleteOK struct + func NewScheduleDeleteOK() *ScheduleDeleteOK + func (o *ScheduleDeleteOK) Code() int + func (o *ScheduleDeleteOK) Error() string + func (o *ScheduleDeleteOK) IsClientError() bool + func (o *ScheduleDeleteOK) IsCode(code int) bool + func (o *ScheduleDeleteOK) IsRedirect() bool + func (o *ScheduleDeleteOK) IsServerError() bool + func (o *ScheduleDeleteOK) IsSuccess() bool + func (o *ScheduleDeleteOK) String() string + type ScheduleDeleteParams struct + Context context.Context + HTTPClient *http.Client + UUID string + func NewScheduleDeleteParams() *ScheduleDeleteParams + func NewScheduleDeleteParamsWithContext(ctx context.Context) *ScheduleDeleteParams + func NewScheduleDeleteParamsWithHTTPClient(client *http.Client) *ScheduleDeleteParams + func NewScheduleDeleteParamsWithTimeout(timeout time.Duration) *ScheduleDeleteParams + func (o *ScheduleDeleteParams) SetContext(ctx context.Context) + func (o *ScheduleDeleteParams) SetDefaults() + func (o *ScheduleDeleteParams) SetHTTPClient(client *http.Client) + func (o *ScheduleDeleteParams) SetTimeout(timeout time.Duration) + func (o *ScheduleDeleteParams) SetUUID(uuid string) + func (o *ScheduleDeleteParams) WithContext(ctx context.Context) *ScheduleDeleteParams + func (o *ScheduleDeleteParams) WithDefaults() *ScheduleDeleteParams + func (o *ScheduleDeleteParams) WithHTTPClient(client *http.Client) *ScheduleDeleteParams + func (o *ScheduleDeleteParams) WithTimeout(timeout time.Duration) *ScheduleDeleteParams + func (o *ScheduleDeleteParams) WithUUID(uuid string) *ScheduleDeleteParams + func (o *ScheduleDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ScheduleDeleteReader struct + func (o *ScheduleDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ScheduleGetDefault struct + Payload *models.ErrorResponse + func NewScheduleGetDefault(code int) *ScheduleGetDefault + func (o *ScheduleGetDefault) Code() int + func (o *ScheduleGetDefault) Error() string + func (o *ScheduleGetDefault) GetPayload() *models.ErrorResponse + func (o *ScheduleGetDefault) IsClientError() bool + func (o *ScheduleGetDefault) IsCode(code int) bool + func (o *ScheduleGetDefault) IsRedirect() bool + func (o *ScheduleGetDefault) IsServerError() bool + func (o *ScheduleGetDefault) IsSuccess() bool + func (o *ScheduleGetDefault) String() string + type ScheduleGetOK struct + Payload *models.Schedule + func NewScheduleGetOK() *ScheduleGetOK + func (o *ScheduleGetOK) Code() int + func (o *ScheduleGetOK) Error() string + func (o *ScheduleGetOK) GetPayload() *models.Schedule + func (o *ScheduleGetOK) IsClientError() bool + func (o *ScheduleGetOK) IsCode(code int) bool + func (o *ScheduleGetOK) IsRedirect() bool + func (o *ScheduleGetOK) IsServerError() bool + func (o *ScheduleGetOK) IsSuccess() bool + func (o *ScheduleGetOK) String() string + type ScheduleGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + UUID string + func NewScheduleGetParams() *ScheduleGetParams + func NewScheduleGetParamsWithContext(ctx context.Context) *ScheduleGetParams + func NewScheduleGetParamsWithHTTPClient(client *http.Client) *ScheduleGetParams + func NewScheduleGetParamsWithTimeout(timeout time.Duration) *ScheduleGetParams + func (o *ScheduleGetParams) SetContext(ctx context.Context) + func (o *ScheduleGetParams) SetDefaults() + func (o *ScheduleGetParams) SetFields(fields []string) + func (o *ScheduleGetParams) SetHTTPClient(client *http.Client) + func (o *ScheduleGetParams) SetTimeout(timeout time.Duration) + func (o *ScheduleGetParams) SetUUID(uuid string) + func (o *ScheduleGetParams) WithContext(ctx context.Context) *ScheduleGetParams + func (o *ScheduleGetParams) WithDefaults() *ScheduleGetParams + func (o *ScheduleGetParams) WithFields(fields []string) *ScheduleGetParams + func (o *ScheduleGetParams) WithHTTPClient(client *http.Client) *ScheduleGetParams + func (o *ScheduleGetParams) WithTimeout(timeout time.Duration) *ScheduleGetParams + func (o *ScheduleGetParams) WithUUID(uuid string) *ScheduleGetParams + func (o *ScheduleGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ScheduleGetReader struct + func (o *ScheduleGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ScheduleModifyDefault struct + Payload *models.ErrorResponse + func NewScheduleModifyDefault(code int) *ScheduleModifyDefault + func (o *ScheduleModifyDefault) Code() int + func (o *ScheduleModifyDefault) Error() string + func (o *ScheduleModifyDefault) GetPayload() *models.ErrorResponse + func (o *ScheduleModifyDefault) IsClientError() bool + func (o *ScheduleModifyDefault) IsCode(code int) bool + func (o *ScheduleModifyDefault) IsRedirect() bool + func (o *ScheduleModifyDefault) IsServerError() bool + func (o *ScheduleModifyDefault) IsSuccess() bool + func (o *ScheduleModifyDefault) String() string + type ScheduleModifyOK struct + func NewScheduleModifyOK() *ScheduleModifyOK + func (o *ScheduleModifyOK) Code() int + func (o *ScheduleModifyOK) Error() string + func (o *ScheduleModifyOK) IsClientError() bool + func (o *ScheduleModifyOK) IsCode(code int) bool + func (o *ScheduleModifyOK) IsRedirect() bool + func (o *ScheduleModifyOK) IsServerError() bool + func (o *ScheduleModifyOK) IsSuccess() bool + func (o *ScheduleModifyOK) String() string + type ScheduleModifyParams struct + Context context.Context + HTTPClient *http.Client + Info *models.Schedule + UUID string + func NewScheduleModifyParams() *ScheduleModifyParams + func NewScheduleModifyParamsWithContext(ctx context.Context) *ScheduleModifyParams + func NewScheduleModifyParamsWithHTTPClient(client *http.Client) *ScheduleModifyParams + func NewScheduleModifyParamsWithTimeout(timeout time.Duration) *ScheduleModifyParams + func (o *ScheduleModifyParams) SetContext(ctx context.Context) + func (o *ScheduleModifyParams) SetDefaults() + func (o *ScheduleModifyParams) SetHTTPClient(client *http.Client) + func (o *ScheduleModifyParams) SetInfo(info *models.Schedule) + func (o *ScheduleModifyParams) SetTimeout(timeout time.Duration) + func (o *ScheduleModifyParams) SetUUID(uuid string) + func (o *ScheduleModifyParams) WithContext(ctx context.Context) *ScheduleModifyParams + func (o *ScheduleModifyParams) WithDefaults() *ScheduleModifyParams + func (o *ScheduleModifyParams) WithHTTPClient(client *http.Client) *ScheduleModifyParams + func (o *ScheduleModifyParams) WithInfo(info *models.Schedule) *ScheduleModifyParams + func (o *ScheduleModifyParams) WithTimeout(timeout time.Duration) *ScheduleModifyParams + func (o *ScheduleModifyParams) WithUUID(uuid string) *ScheduleModifyParams + func (o *ScheduleModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ScheduleModifyReader struct + func (o *ScheduleModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SensorsCollectionGetDefault struct + Payload *models.ErrorResponse + func NewSensorsCollectionGetDefault(code int) *SensorsCollectionGetDefault + func (o *SensorsCollectionGetDefault) Code() int + func (o *SensorsCollectionGetDefault) Error() string + func (o *SensorsCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *SensorsCollectionGetDefault) IsClientError() bool + func (o *SensorsCollectionGetDefault) IsCode(code int) bool + func (o *SensorsCollectionGetDefault) IsRedirect() bool + func (o *SensorsCollectionGetDefault) IsServerError() bool + func (o *SensorsCollectionGetDefault) IsSuccess() bool + func (o *SensorsCollectionGetDefault) String() string + type SensorsCollectionGetOK struct + Payload *models.SensorsResponse + func NewSensorsCollectionGetOK() *SensorsCollectionGetOK + func (o *SensorsCollectionGetOK) Code() int + func (o *SensorsCollectionGetOK) Error() string + func (o *SensorsCollectionGetOK) GetPayload() *models.SensorsResponse + func (o *SensorsCollectionGetOK) IsClientError() bool + func (o *SensorsCollectionGetOK) IsCode(code int) bool + func (o *SensorsCollectionGetOK) IsRedirect() bool + func (o *SensorsCollectionGetOK) IsServerError() bool + func (o *SensorsCollectionGetOK) IsSuccess() bool + func (o *SensorsCollectionGetOK) String() string + type SensorsCollectionGetParams struct + Context context.Context + CriticalHighThreshold *int64 + CriticalLowThreshold *int64 + DiscreteState *string + DiscreteValue *string + Fields []string + HTTPClient *http.Client + Index *int64 + MaxRecords *int64 + Name *string + NodeName *string + NodeUUID *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + ThresholdState *string + Type *string + Value *int64 + ValueUnits *string + WarningHighThreshold *int64 + WarningLowThreshold *int64 + func NewSensorsCollectionGetParams() *SensorsCollectionGetParams + func NewSensorsCollectionGetParamsWithContext(ctx context.Context) *SensorsCollectionGetParams + func NewSensorsCollectionGetParamsWithHTTPClient(client *http.Client) *SensorsCollectionGetParams + func NewSensorsCollectionGetParamsWithTimeout(timeout time.Duration) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) SetContext(ctx context.Context) + func (o *SensorsCollectionGetParams) SetCriticalHighThreshold(criticalHighThreshold *int64) + func (o *SensorsCollectionGetParams) SetCriticalLowThreshold(criticalLowThreshold *int64) + func (o *SensorsCollectionGetParams) SetDefaults() + func (o *SensorsCollectionGetParams) SetDiscreteState(discreteState *string) + func (o *SensorsCollectionGetParams) SetDiscreteValue(discreteValue *string) + func (o *SensorsCollectionGetParams) SetFields(fields []string) + func (o *SensorsCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *SensorsCollectionGetParams) SetIndex(index *int64) + func (o *SensorsCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *SensorsCollectionGetParams) SetName(name *string) + func (o *SensorsCollectionGetParams) SetNodeName(nodeName *string) + func (o *SensorsCollectionGetParams) SetNodeUUID(nodeUUID *string) + func (o *SensorsCollectionGetParams) SetOrderBy(orderBy []string) + func (o *SensorsCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *SensorsCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *SensorsCollectionGetParams) SetThresholdState(thresholdState *string) + func (o *SensorsCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *SensorsCollectionGetParams) SetType(typeVar *string) + func (o *SensorsCollectionGetParams) SetValue(value *int64) + func (o *SensorsCollectionGetParams) SetValueUnits(valueUnits *string) + func (o *SensorsCollectionGetParams) SetWarningHighThreshold(warningHighThreshold *int64) + func (o *SensorsCollectionGetParams) SetWarningLowThreshold(warningLowThreshold *int64) + func (o *SensorsCollectionGetParams) WithContext(ctx context.Context) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithCriticalHighThreshold(criticalHighThreshold *int64) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithCriticalLowThreshold(criticalLowThreshold *int64) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithDefaults() *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithDiscreteState(discreteState *string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithDiscreteValue(discreteValue *string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithFields(fields []string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithHTTPClient(client *http.Client) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithIndex(index *int64) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithMaxRecords(maxRecords *int64) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithName(name *string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithNodeName(nodeName *string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithNodeUUID(nodeUUID *string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithOrderBy(orderBy []string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithReturnRecords(returnRecords *bool) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithThresholdState(thresholdState *string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithTimeout(timeout time.Duration) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithType(typeVar *string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithValue(value *int64) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithValueUnits(valueUnits *string) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithWarningHighThreshold(warningHighThreshold *int64) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WithWarningLowThreshold(warningLowThreshold *int64) *SensorsCollectionGetParams + func (o *SensorsCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SensorsCollectionGetReader struct + func (o *SensorsCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SensorsGetDefault struct + Payload *models.ErrorResponse + func NewSensorsGetDefault(code int) *SensorsGetDefault + func (o *SensorsGetDefault) Code() int + func (o *SensorsGetDefault) Error() string + func (o *SensorsGetDefault) GetPayload() *models.ErrorResponse + func (o *SensorsGetDefault) IsClientError() bool + func (o *SensorsGetDefault) IsCode(code int) bool + func (o *SensorsGetDefault) IsRedirect() bool + func (o *SensorsGetDefault) IsServerError() bool + func (o *SensorsGetDefault) IsSuccess() bool + func (o *SensorsGetDefault) String() string + type SensorsGetOK struct + Payload *models.Sensors + func NewSensorsGetOK() *SensorsGetOK + func (o *SensorsGetOK) Code() int + func (o *SensorsGetOK) Error() string + func (o *SensorsGetOK) GetPayload() *models.Sensors + func (o *SensorsGetOK) IsClientError() bool + func (o *SensorsGetOK) IsCode(code int) bool + func (o *SensorsGetOK) IsRedirect() bool + func (o *SensorsGetOK) IsServerError() bool + func (o *SensorsGetOK) IsSuccess() bool + func (o *SensorsGetOK) String() string + type SensorsGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + Index string + NodeUUID string + func NewSensorsGetParams() *SensorsGetParams + func NewSensorsGetParamsWithContext(ctx context.Context) *SensorsGetParams + func NewSensorsGetParamsWithHTTPClient(client *http.Client) *SensorsGetParams + func NewSensorsGetParamsWithTimeout(timeout time.Duration) *SensorsGetParams + func (o *SensorsGetParams) SetContext(ctx context.Context) + func (o *SensorsGetParams) SetDefaults() + func (o *SensorsGetParams) SetFields(fields []string) + func (o *SensorsGetParams) SetHTTPClient(client *http.Client) + func (o *SensorsGetParams) SetIndex(index string) + func (o *SensorsGetParams) SetNodeUUID(nodeUUID string) + func (o *SensorsGetParams) SetTimeout(timeout time.Duration) + func (o *SensorsGetParams) WithContext(ctx context.Context) *SensorsGetParams + func (o *SensorsGetParams) WithDefaults() *SensorsGetParams + func (o *SensorsGetParams) WithFields(fields []string) *SensorsGetParams + func (o *SensorsGetParams) WithHTTPClient(client *http.Client) *SensorsGetParams + func (o *SensorsGetParams) WithIndex(index string) *SensorsGetParams + func (o *SensorsGetParams) WithNodeUUID(nodeUUID string) *SensorsGetParams + func (o *SensorsGetParams) WithTimeout(timeout time.Duration) *SensorsGetParams + func (o *SensorsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SensorsGetReader struct + func (o *SensorsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwareDownloadGetDefault struct + Payload *models.ErrorResponse + func NewSoftwareDownloadGetDefault(code int) *SoftwareDownloadGetDefault + func (o *SoftwareDownloadGetDefault) Code() int + func (o *SoftwareDownloadGetDefault) Error() string + func (o *SoftwareDownloadGetDefault) GetPayload() *models.ErrorResponse + func (o *SoftwareDownloadGetDefault) IsClientError() bool + func (o *SoftwareDownloadGetDefault) IsCode(code int) bool + func (o *SoftwareDownloadGetDefault) IsRedirect() bool + func (o *SoftwareDownloadGetDefault) IsServerError() bool + func (o *SoftwareDownloadGetDefault) IsSuccess() bool + func (o *SoftwareDownloadGetDefault) String() string + type SoftwareDownloadGetOK struct + Payload *models.SoftwarePackageDownloadGet + func NewSoftwareDownloadGetOK() *SoftwareDownloadGetOK + func (o *SoftwareDownloadGetOK) Code() int + func (o *SoftwareDownloadGetOK) Error() string + func (o *SoftwareDownloadGetOK) GetPayload() *models.SoftwarePackageDownloadGet + func (o *SoftwareDownloadGetOK) IsClientError() bool + func (o *SoftwareDownloadGetOK) IsCode(code int) bool + func (o *SoftwareDownloadGetOK) IsRedirect() bool + func (o *SoftwareDownloadGetOK) IsServerError() bool + func (o *SoftwareDownloadGetOK) IsSuccess() bool + func (o *SoftwareDownloadGetOK) String() string + type SoftwareDownloadGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + ReturnTimeout *int64 + func NewSoftwareDownloadGetParams() *SoftwareDownloadGetParams + func NewSoftwareDownloadGetParamsWithContext(ctx context.Context) *SoftwareDownloadGetParams + func NewSoftwareDownloadGetParamsWithHTTPClient(client *http.Client) *SoftwareDownloadGetParams + func NewSoftwareDownloadGetParamsWithTimeout(timeout time.Duration) *SoftwareDownloadGetParams + func (o *SoftwareDownloadGetParams) SetContext(ctx context.Context) + func (o *SoftwareDownloadGetParams) SetDefaults() + func (o *SoftwareDownloadGetParams) SetFields(fields []string) + func (o *SoftwareDownloadGetParams) SetHTTPClient(client *http.Client) + func (o *SoftwareDownloadGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *SoftwareDownloadGetParams) SetTimeout(timeout time.Duration) + func (o *SoftwareDownloadGetParams) WithContext(ctx context.Context) *SoftwareDownloadGetParams + func (o *SoftwareDownloadGetParams) WithDefaults() *SoftwareDownloadGetParams + func (o *SoftwareDownloadGetParams) WithFields(fields []string) *SoftwareDownloadGetParams + func (o *SoftwareDownloadGetParams) WithHTTPClient(client *http.Client) *SoftwareDownloadGetParams + func (o *SoftwareDownloadGetParams) WithReturnTimeout(returnTimeout *int64) *SoftwareDownloadGetParams + func (o *SoftwareDownloadGetParams) WithTimeout(timeout time.Duration) *SoftwareDownloadGetParams + func (o *SoftwareDownloadGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwareDownloadGetReader struct + func (o *SoftwareDownloadGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwareGetDefault struct + Payload *models.ErrorResponse + func NewSoftwareGetDefault(code int) *SoftwareGetDefault + func (o *SoftwareGetDefault) Code() int + func (o *SoftwareGetDefault) Error() string + func (o *SoftwareGetDefault) GetPayload() *models.ErrorResponse + func (o *SoftwareGetDefault) IsClientError() bool + func (o *SoftwareGetDefault) IsCode(code int) bool + func (o *SoftwareGetDefault) IsRedirect() bool + func (o *SoftwareGetDefault) IsServerError() bool + func (o *SoftwareGetDefault) IsSuccess() bool + func (o *SoftwareGetDefault) String() string + type SoftwareGetOK struct + Payload *models.SoftwareReference + func NewSoftwareGetOK() *SoftwareGetOK + func (o *SoftwareGetOK) Code() int + func (o *SoftwareGetOK) Error() string + func (o *SoftwareGetOK) GetPayload() *models.SoftwareReference + func (o *SoftwareGetOK) IsClientError() bool + func (o *SoftwareGetOK) IsCode(code int) bool + func (o *SoftwareGetOK) IsRedirect() bool + func (o *SoftwareGetOK) IsServerError() bool + func (o *SoftwareGetOK) IsSuccess() bool + func (o *SoftwareGetOK) String() string + type SoftwareGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + ReturnTimeout *int64 + func NewSoftwareGetParams() *SoftwareGetParams + func NewSoftwareGetParamsWithContext(ctx context.Context) *SoftwareGetParams + func NewSoftwareGetParamsWithHTTPClient(client *http.Client) *SoftwareGetParams + func NewSoftwareGetParamsWithTimeout(timeout time.Duration) *SoftwareGetParams + func (o *SoftwareGetParams) SetContext(ctx context.Context) + func (o *SoftwareGetParams) SetDefaults() + func (o *SoftwareGetParams) SetFields(fields []string) + func (o *SoftwareGetParams) SetHTTPClient(client *http.Client) + func (o *SoftwareGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *SoftwareGetParams) SetTimeout(timeout time.Duration) + func (o *SoftwareGetParams) WithContext(ctx context.Context) *SoftwareGetParams + func (o *SoftwareGetParams) WithDefaults() *SoftwareGetParams + func (o *SoftwareGetParams) WithFields(fields []string) *SoftwareGetParams + func (o *SoftwareGetParams) WithHTTPClient(client *http.Client) *SoftwareGetParams + func (o *SoftwareGetParams) WithReturnTimeout(returnTimeout *int64) *SoftwareGetParams + func (o *SoftwareGetParams) WithTimeout(timeout time.Duration) *SoftwareGetParams + func (o *SoftwareGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwareGetReader struct + func (o *SoftwareGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwareHistoryCollectionGetDefault struct + Payload *models.ErrorResponse + func NewSoftwareHistoryCollectionGetDefault(code int) *SoftwareHistoryCollectionGetDefault + func (o *SoftwareHistoryCollectionGetDefault) Code() int + func (o *SoftwareHistoryCollectionGetDefault) Error() string + func (o *SoftwareHistoryCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *SoftwareHistoryCollectionGetDefault) IsClientError() bool + func (o *SoftwareHistoryCollectionGetDefault) IsCode(code int) bool + func (o *SoftwareHistoryCollectionGetDefault) IsRedirect() bool + func (o *SoftwareHistoryCollectionGetDefault) IsServerError() bool + func (o *SoftwareHistoryCollectionGetDefault) IsSuccess() bool + func (o *SoftwareHistoryCollectionGetDefault) String() string + type SoftwareHistoryCollectionGetOK struct + Payload *models.SoftwareHistoryResponse + func NewSoftwareHistoryCollectionGetOK() *SoftwareHistoryCollectionGetOK + func (o *SoftwareHistoryCollectionGetOK) Code() int + func (o *SoftwareHistoryCollectionGetOK) Error() string + func (o *SoftwareHistoryCollectionGetOK) GetPayload() *models.SoftwareHistoryResponse + func (o *SoftwareHistoryCollectionGetOK) IsClientError() bool + func (o *SoftwareHistoryCollectionGetOK) IsCode(code int) bool + func (o *SoftwareHistoryCollectionGetOK) IsRedirect() bool + func (o *SoftwareHistoryCollectionGetOK) IsServerError() bool + func (o *SoftwareHistoryCollectionGetOK) IsSuccess() bool + func (o *SoftwareHistoryCollectionGetOK) String() string + type SoftwareHistoryCollectionGetParams struct + Context context.Context + EndTime *string + Fields []string + FromVersion *string + HTTPClient *http.Client + MaxRecords *int64 + NodeName *string + NodeUUID *string + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + StartTime *string + State *string + ToVersion *string + func NewSoftwareHistoryCollectionGetParams() *SoftwareHistoryCollectionGetParams + func NewSoftwareHistoryCollectionGetParamsWithContext(ctx context.Context) *SoftwareHistoryCollectionGetParams + func NewSoftwareHistoryCollectionGetParamsWithHTTPClient(client *http.Client) *SoftwareHistoryCollectionGetParams + func NewSoftwareHistoryCollectionGetParamsWithTimeout(timeout time.Duration) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) SetContext(ctx context.Context) + func (o *SoftwareHistoryCollectionGetParams) SetDefaults() + func (o *SoftwareHistoryCollectionGetParams) SetEndTime(endTime *string) + func (o *SoftwareHistoryCollectionGetParams) SetFields(fields []string) + func (o *SoftwareHistoryCollectionGetParams) SetFromVersion(fromVersion *string) + func (o *SoftwareHistoryCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *SoftwareHistoryCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *SoftwareHistoryCollectionGetParams) SetNodeName(nodeName *string) + func (o *SoftwareHistoryCollectionGetParams) SetNodeUUID(nodeUUID *string) + func (o *SoftwareHistoryCollectionGetParams) SetOrderBy(orderBy []string) + func (o *SoftwareHistoryCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *SoftwareHistoryCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *SoftwareHistoryCollectionGetParams) SetStartTime(startTime *string) + func (o *SoftwareHistoryCollectionGetParams) SetState(state *string) + func (o *SoftwareHistoryCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *SoftwareHistoryCollectionGetParams) SetToVersion(toVersion *string) + func (o *SoftwareHistoryCollectionGetParams) WithContext(ctx context.Context) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithDefaults() *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithEndTime(endTime *string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithFields(fields []string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithFromVersion(fromVersion *string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithHTTPClient(client *http.Client) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithMaxRecords(maxRecords *int64) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithNodeName(nodeName *string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithNodeUUID(nodeUUID *string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithOrderBy(orderBy []string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithReturnRecords(returnRecords *bool) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithStartTime(startTime *string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithState(state *string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithTimeout(timeout time.Duration) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WithToVersion(toVersion *string) *SoftwareHistoryCollectionGetParams + func (o *SoftwareHistoryCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwareHistoryCollectionGetReader struct + func (o *SoftwareHistoryCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwareModifyAccepted struct + Payload *models.JobLinkResponse + func NewSoftwareModifyAccepted() *SoftwareModifyAccepted + func (o *SoftwareModifyAccepted) Code() int + func (o *SoftwareModifyAccepted) Error() string + func (o *SoftwareModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *SoftwareModifyAccepted) IsClientError() bool + func (o *SoftwareModifyAccepted) IsCode(code int) bool + func (o *SoftwareModifyAccepted) IsRedirect() bool + func (o *SoftwareModifyAccepted) IsServerError() bool + func (o *SoftwareModifyAccepted) IsSuccess() bool + func (o *SoftwareModifyAccepted) String() string + type SoftwareModifyDefault struct + Payload *models.ErrorResponse + func NewSoftwareModifyDefault(code int) *SoftwareModifyDefault + func (o *SoftwareModifyDefault) Code() int + func (o *SoftwareModifyDefault) Error() string + func (o *SoftwareModifyDefault) GetPayload() *models.ErrorResponse + func (o *SoftwareModifyDefault) IsClientError() bool + func (o *SoftwareModifyDefault) IsCode(code int) bool + func (o *SoftwareModifyDefault) IsRedirect() bool + func (o *SoftwareModifyDefault) IsServerError() bool + func (o *SoftwareModifyDefault) IsSuccess() bool + func (o *SoftwareModifyDefault) String() string + type SoftwareModifyOK struct + Payload *models.JobLinkResponse + func NewSoftwareModifyOK() *SoftwareModifyOK + func (o *SoftwareModifyOK) Code() int + func (o *SoftwareModifyOK) Error() string + func (o *SoftwareModifyOK) GetPayload() *models.JobLinkResponse + func (o *SoftwareModifyOK) IsClientError() bool + func (o *SoftwareModifyOK) IsCode(code int) bool + func (o *SoftwareModifyOK) IsRedirect() bool + func (o *SoftwareModifyOK) IsServerError() bool + func (o *SoftwareModifyOK) IsSuccess() bool + func (o *SoftwareModifyOK) String() string + type SoftwareModifyParams struct + Action *string + Context context.Context + EstimateOnly *bool + ForceRolling *bool + HTTPClient *http.Client + Info *models.SoftwareReference + NodesToUpdate *string + PauseAfter *string + ReturnTimeout *int64 + ShowValidationDetails *bool + SkipWarnings *bool + StabilizeMinutes *int64 + ValidateOnly *bool + func NewSoftwareModifyParams() *SoftwareModifyParams + func NewSoftwareModifyParamsWithContext(ctx context.Context) *SoftwareModifyParams + func NewSoftwareModifyParamsWithHTTPClient(client *http.Client) *SoftwareModifyParams + func NewSoftwareModifyParamsWithTimeout(timeout time.Duration) *SoftwareModifyParams + func (o *SoftwareModifyParams) SetAction(action *string) + func (o *SoftwareModifyParams) SetContext(ctx context.Context) + func (o *SoftwareModifyParams) SetDefaults() + func (o *SoftwareModifyParams) SetEstimateOnly(estimateOnly *bool) + func (o *SoftwareModifyParams) SetForceRolling(forceRolling *bool) + func (o *SoftwareModifyParams) SetHTTPClient(client *http.Client) + func (o *SoftwareModifyParams) SetInfo(info *models.SoftwareReference) + func (o *SoftwareModifyParams) SetNodesToUpdate(nodesToUpdate *string) + func (o *SoftwareModifyParams) SetPauseAfter(pauseAfter *string) + func (o *SoftwareModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *SoftwareModifyParams) SetShowValidationDetails(showValidationDetails *bool) + func (o *SoftwareModifyParams) SetSkipWarnings(skipWarnings *bool) + func (o *SoftwareModifyParams) SetStabilizeMinutes(stabilizeMinutes *int64) + func (o *SoftwareModifyParams) SetTimeout(timeout time.Duration) + func (o *SoftwareModifyParams) SetValidateOnly(validateOnly *bool) + func (o *SoftwareModifyParams) WithAction(action *string) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithContext(ctx context.Context) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithDefaults() *SoftwareModifyParams + func (o *SoftwareModifyParams) WithEstimateOnly(estimateOnly *bool) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithForceRolling(forceRolling *bool) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithHTTPClient(client *http.Client) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithInfo(info *models.SoftwareReference) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithNodesToUpdate(nodesToUpdate *string) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithPauseAfter(pauseAfter *string) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithReturnTimeout(returnTimeout *int64) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithShowValidationDetails(showValidationDetails *bool) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithSkipWarnings(skipWarnings *bool) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithStabilizeMinutes(stabilizeMinutes *int64) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithTimeout(timeout time.Duration) *SoftwareModifyParams + func (o *SoftwareModifyParams) WithValidateOnly(validateOnly *bool) *SoftwareModifyParams + func (o *SoftwareModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwareModifyReader struct + func (o *SoftwareModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwarePackageCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewSoftwarePackageCreateAccepted() *SoftwarePackageCreateAccepted + func (o *SoftwarePackageCreateAccepted) Code() int + func (o *SoftwarePackageCreateAccepted) Error() string + func (o *SoftwarePackageCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *SoftwarePackageCreateAccepted) IsClientError() bool + func (o *SoftwarePackageCreateAccepted) IsCode(code int) bool + func (o *SoftwarePackageCreateAccepted) IsRedirect() bool + func (o *SoftwarePackageCreateAccepted) IsServerError() bool + func (o *SoftwarePackageCreateAccepted) IsSuccess() bool + func (o *SoftwarePackageCreateAccepted) String() string + type SoftwarePackageCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewSoftwarePackageCreateCreated() *SoftwarePackageCreateCreated + func (o *SoftwarePackageCreateCreated) Code() int + func (o *SoftwarePackageCreateCreated) Error() string + func (o *SoftwarePackageCreateCreated) GetPayload() *models.JobLinkResponse + func (o *SoftwarePackageCreateCreated) IsClientError() bool + func (o *SoftwarePackageCreateCreated) IsCode(code int) bool + func (o *SoftwarePackageCreateCreated) IsRedirect() bool + func (o *SoftwarePackageCreateCreated) IsServerError() bool + func (o *SoftwarePackageCreateCreated) IsSuccess() bool + func (o *SoftwarePackageCreateCreated) String() string + type SoftwarePackageCreateDefault struct + Payload *models.ErrorResponse + func NewSoftwarePackageCreateDefault(code int) *SoftwarePackageCreateDefault + func (o *SoftwarePackageCreateDefault) Code() int + func (o *SoftwarePackageCreateDefault) Error() string + func (o *SoftwarePackageCreateDefault) GetPayload() *models.ErrorResponse + func (o *SoftwarePackageCreateDefault) IsClientError() bool + func (o *SoftwarePackageCreateDefault) IsCode(code int) bool + func (o *SoftwarePackageCreateDefault) IsRedirect() bool + func (o *SoftwarePackageCreateDefault) IsServerError() bool + func (o *SoftwarePackageCreateDefault) IsSuccess() bool + func (o *SoftwarePackageCreateDefault) String() string + type SoftwarePackageCreateParams struct + Context context.Context + HTTPClient *http.Client + Info *models.SoftwarePackageDownload + ReturnTimeout *int64 + func NewSoftwarePackageCreateParams() *SoftwarePackageCreateParams + func NewSoftwarePackageCreateParamsWithContext(ctx context.Context) *SoftwarePackageCreateParams + func NewSoftwarePackageCreateParamsWithHTTPClient(client *http.Client) *SoftwarePackageCreateParams + func NewSoftwarePackageCreateParamsWithTimeout(timeout time.Duration) *SoftwarePackageCreateParams + func (o *SoftwarePackageCreateParams) SetContext(ctx context.Context) + func (o *SoftwarePackageCreateParams) SetDefaults() + func (o *SoftwarePackageCreateParams) SetHTTPClient(client *http.Client) + func (o *SoftwarePackageCreateParams) SetInfo(info *models.SoftwarePackageDownload) + func (o *SoftwarePackageCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *SoftwarePackageCreateParams) SetTimeout(timeout time.Duration) + func (o *SoftwarePackageCreateParams) WithContext(ctx context.Context) *SoftwarePackageCreateParams + func (o *SoftwarePackageCreateParams) WithDefaults() *SoftwarePackageCreateParams + func (o *SoftwarePackageCreateParams) WithHTTPClient(client *http.Client) *SoftwarePackageCreateParams + func (o *SoftwarePackageCreateParams) WithInfo(info *models.SoftwarePackageDownload) *SoftwarePackageCreateParams + func (o *SoftwarePackageCreateParams) WithReturnTimeout(returnTimeout *int64) *SoftwarePackageCreateParams + func (o *SoftwarePackageCreateParams) WithTimeout(timeout time.Duration) *SoftwarePackageCreateParams + func (o *SoftwarePackageCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwarePackageCreateReader struct + func (o *SoftwarePackageCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwarePackageDeleteAccepted struct + func NewSoftwarePackageDeleteAccepted() *SoftwarePackageDeleteAccepted + func (o *SoftwarePackageDeleteAccepted) Code() int + func (o *SoftwarePackageDeleteAccepted) Error() string + func (o *SoftwarePackageDeleteAccepted) IsClientError() bool + func (o *SoftwarePackageDeleteAccepted) IsCode(code int) bool + func (o *SoftwarePackageDeleteAccepted) IsRedirect() bool + func (o *SoftwarePackageDeleteAccepted) IsServerError() bool + func (o *SoftwarePackageDeleteAccepted) IsSuccess() bool + func (o *SoftwarePackageDeleteAccepted) String() string + type SoftwarePackageDeleteDefault struct + Payload *models.ErrorResponse + func NewSoftwarePackageDeleteDefault(code int) *SoftwarePackageDeleteDefault + func (o *SoftwarePackageDeleteDefault) Code() int + func (o *SoftwarePackageDeleteDefault) Error() string + func (o *SoftwarePackageDeleteDefault) GetPayload() *models.ErrorResponse + func (o *SoftwarePackageDeleteDefault) IsClientError() bool + func (o *SoftwarePackageDeleteDefault) IsCode(code int) bool + func (o *SoftwarePackageDeleteDefault) IsRedirect() bool + func (o *SoftwarePackageDeleteDefault) IsServerError() bool + func (o *SoftwarePackageDeleteDefault) IsSuccess() bool + func (o *SoftwarePackageDeleteDefault) String() string + type SoftwarePackageDeleteOK struct + func NewSoftwarePackageDeleteOK() *SoftwarePackageDeleteOK + func (o *SoftwarePackageDeleteOK) Code() int + func (o *SoftwarePackageDeleteOK) Error() string + func (o *SoftwarePackageDeleteOK) IsClientError() bool + func (o *SoftwarePackageDeleteOK) IsCode(code int) bool + func (o *SoftwarePackageDeleteOK) IsRedirect() bool + func (o *SoftwarePackageDeleteOK) IsServerError() bool + func (o *SoftwarePackageDeleteOK) IsSuccess() bool + func (o *SoftwarePackageDeleteOK) String() string + type SoftwarePackageDeleteParams struct + Context context.Context + HTTPClient *http.Client + ReturnTimeout *int64 + Version string + func NewSoftwarePackageDeleteParams() *SoftwarePackageDeleteParams + func NewSoftwarePackageDeleteParamsWithContext(ctx context.Context) *SoftwarePackageDeleteParams + func NewSoftwarePackageDeleteParamsWithHTTPClient(client *http.Client) *SoftwarePackageDeleteParams + func NewSoftwarePackageDeleteParamsWithTimeout(timeout time.Duration) *SoftwarePackageDeleteParams + func (o *SoftwarePackageDeleteParams) SetContext(ctx context.Context) + func (o *SoftwarePackageDeleteParams) SetDefaults() + func (o *SoftwarePackageDeleteParams) SetHTTPClient(client *http.Client) + func (o *SoftwarePackageDeleteParams) SetReturnTimeout(returnTimeout *int64) + func (o *SoftwarePackageDeleteParams) SetTimeout(timeout time.Duration) + func (o *SoftwarePackageDeleteParams) SetVersion(version string) + func (o *SoftwarePackageDeleteParams) WithContext(ctx context.Context) *SoftwarePackageDeleteParams + func (o *SoftwarePackageDeleteParams) WithDefaults() *SoftwarePackageDeleteParams + func (o *SoftwarePackageDeleteParams) WithHTTPClient(client *http.Client) *SoftwarePackageDeleteParams + func (o *SoftwarePackageDeleteParams) WithReturnTimeout(returnTimeout *int64) *SoftwarePackageDeleteParams + func (o *SoftwarePackageDeleteParams) WithTimeout(timeout time.Duration) *SoftwarePackageDeleteParams + func (o *SoftwarePackageDeleteParams) WithVersion(version string) *SoftwarePackageDeleteParams + func (o *SoftwarePackageDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwarePackageDeleteReader struct + func (o *SoftwarePackageDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwarePackageGetDefault struct + Payload *models.ErrorResponse + func NewSoftwarePackageGetDefault(code int) *SoftwarePackageGetDefault + func (o *SoftwarePackageGetDefault) Code() int + func (o *SoftwarePackageGetDefault) Error() string + func (o *SoftwarePackageGetDefault) GetPayload() *models.ErrorResponse + func (o *SoftwarePackageGetDefault) IsClientError() bool + func (o *SoftwarePackageGetDefault) IsCode(code int) bool + func (o *SoftwarePackageGetDefault) IsRedirect() bool + func (o *SoftwarePackageGetDefault) IsServerError() bool + func (o *SoftwarePackageGetDefault) IsSuccess() bool + func (o *SoftwarePackageGetDefault) String() string + type SoftwarePackageGetOK struct + Payload *models.SoftwarePackage + func NewSoftwarePackageGetOK() *SoftwarePackageGetOK + func (o *SoftwarePackageGetOK) Code() int + func (o *SoftwarePackageGetOK) Error() string + func (o *SoftwarePackageGetOK) GetPayload() *models.SoftwarePackage + func (o *SoftwarePackageGetOK) IsClientError() bool + func (o *SoftwarePackageGetOK) IsCode(code int) bool + func (o *SoftwarePackageGetOK) IsRedirect() bool + func (o *SoftwarePackageGetOK) IsServerError() bool + func (o *SoftwarePackageGetOK) IsSuccess() bool + func (o *SoftwarePackageGetOK) String() string + type SoftwarePackageGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + Version string + func NewSoftwarePackageGetParams() *SoftwarePackageGetParams + func NewSoftwarePackageGetParamsWithContext(ctx context.Context) *SoftwarePackageGetParams + func NewSoftwarePackageGetParamsWithHTTPClient(client *http.Client) *SoftwarePackageGetParams + func NewSoftwarePackageGetParamsWithTimeout(timeout time.Duration) *SoftwarePackageGetParams + func (o *SoftwarePackageGetParams) SetContext(ctx context.Context) + func (o *SoftwarePackageGetParams) SetDefaults() + func (o *SoftwarePackageGetParams) SetFields(fields []string) + func (o *SoftwarePackageGetParams) SetHTTPClient(client *http.Client) + func (o *SoftwarePackageGetParams) SetTimeout(timeout time.Duration) + func (o *SoftwarePackageGetParams) SetVersion(version string) + func (o *SoftwarePackageGetParams) WithContext(ctx context.Context) *SoftwarePackageGetParams + func (o *SoftwarePackageGetParams) WithDefaults() *SoftwarePackageGetParams + func (o *SoftwarePackageGetParams) WithFields(fields []string) *SoftwarePackageGetParams + func (o *SoftwarePackageGetParams) WithHTTPClient(client *http.Client) *SoftwarePackageGetParams + func (o *SoftwarePackageGetParams) WithTimeout(timeout time.Duration) *SoftwarePackageGetParams + func (o *SoftwarePackageGetParams) WithVersion(version string) *SoftwarePackageGetParams + func (o *SoftwarePackageGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwarePackageGetReader struct + func (o *SoftwarePackageGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwarePackagesCollectionGetDefault struct + Payload *models.ErrorResponse + func NewSoftwarePackagesCollectionGetDefault(code int) *SoftwarePackagesCollectionGetDefault + func (o *SoftwarePackagesCollectionGetDefault) Code() int + func (o *SoftwarePackagesCollectionGetDefault) Error() string + func (o *SoftwarePackagesCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *SoftwarePackagesCollectionGetDefault) IsClientError() bool + func (o *SoftwarePackagesCollectionGetDefault) IsCode(code int) bool + func (o *SoftwarePackagesCollectionGetDefault) IsRedirect() bool + func (o *SoftwarePackagesCollectionGetDefault) IsServerError() bool + func (o *SoftwarePackagesCollectionGetDefault) IsSuccess() bool + func (o *SoftwarePackagesCollectionGetDefault) String() string + type SoftwarePackagesCollectionGetOK struct + Payload *models.SoftwarePackageResponse + func NewSoftwarePackagesCollectionGetOK() *SoftwarePackagesCollectionGetOK + func (o *SoftwarePackagesCollectionGetOK) Code() int + func (o *SoftwarePackagesCollectionGetOK) Error() string + func (o *SoftwarePackagesCollectionGetOK) GetPayload() *models.SoftwarePackageResponse + func (o *SoftwarePackagesCollectionGetOK) IsClientError() bool + func (o *SoftwarePackagesCollectionGetOK) IsCode(code int) bool + func (o *SoftwarePackagesCollectionGetOK) IsRedirect() bool + func (o *SoftwarePackagesCollectionGetOK) IsServerError() bool + func (o *SoftwarePackagesCollectionGetOK) IsSuccess() bool + func (o *SoftwarePackagesCollectionGetOK) String() string + type SoftwarePackagesCollectionGetParams struct + Context context.Context + CreateTime *string + Fields []string + HTTPClient *http.Client + MaxRecords *int64 + OrderBy []string + ReturnRecords *bool + ReturnTimeout *int64 + Version *string + func NewSoftwarePackagesCollectionGetParams() *SoftwarePackagesCollectionGetParams + func NewSoftwarePackagesCollectionGetParamsWithContext(ctx context.Context) *SoftwarePackagesCollectionGetParams + func NewSoftwarePackagesCollectionGetParamsWithHTTPClient(client *http.Client) *SoftwarePackagesCollectionGetParams + func NewSoftwarePackagesCollectionGetParamsWithTimeout(timeout time.Duration) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) SetContext(ctx context.Context) + func (o *SoftwarePackagesCollectionGetParams) SetCreateTime(createTime *string) + func (o *SoftwarePackagesCollectionGetParams) SetDefaults() + func (o *SoftwarePackagesCollectionGetParams) SetFields(fields []string) + func (o *SoftwarePackagesCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *SoftwarePackagesCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *SoftwarePackagesCollectionGetParams) SetOrderBy(orderBy []string) + func (o *SoftwarePackagesCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *SoftwarePackagesCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *SoftwarePackagesCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *SoftwarePackagesCollectionGetParams) SetVersion(version *string) + func (o *SoftwarePackagesCollectionGetParams) WithContext(ctx context.Context) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithCreateTime(createTime *string) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithDefaults() *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithFields(fields []string) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithHTTPClient(client *http.Client) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithMaxRecords(maxRecords *int64) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithOrderBy(orderBy []string) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithReturnRecords(returnRecords *bool) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithTimeout(timeout time.Duration) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WithVersion(version *string) *SoftwarePackagesCollectionGetParams + func (o *SoftwarePackagesCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwarePackagesCollectionGetReader struct + func (o *SoftwarePackagesCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SoftwareUploadAccepted struct + Payload *models.JobLinkResponse + func NewSoftwareUploadAccepted() *SoftwareUploadAccepted + func (o *SoftwareUploadAccepted) Code() int + func (o *SoftwareUploadAccepted) Error() string + func (o *SoftwareUploadAccepted) GetPayload() *models.JobLinkResponse + func (o *SoftwareUploadAccepted) IsClientError() bool + func (o *SoftwareUploadAccepted) IsCode(code int) bool + func (o *SoftwareUploadAccepted) IsRedirect() bool + func (o *SoftwareUploadAccepted) IsServerError() bool + func (o *SoftwareUploadAccepted) IsSuccess() bool + func (o *SoftwareUploadAccepted) String() string + type SoftwareUploadCreated struct + Payload *models.JobLinkResponse + func NewSoftwareUploadCreated() *SoftwareUploadCreated + func (o *SoftwareUploadCreated) Code() int + func (o *SoftwareUploadCreated) Error() string + func (o *SoftwareUploadCreated) GetPayload() *models.JobLinkResponse + func (o *SoftwareUploadCreated) IsClientError() bool + func (o *SoftwareUploadCreated) IsCode(code int) bool + func (o *SoftwareUploadCreated) IsRedirect() bool + func (o *SoftwareUploadCreated) IsServerError() bool + func (o *SoftwareUploadCreated) IsSuccess() bool + func (o *SoftwareUploadCreated) String() string + type SoftwareUploadDefault struct + Payload *models.ErrorResponse + func NewSoftwareUploadDefault(code int) *SoftwareUploadDefault + func (o *SoftwareUploadDefault) Code() int + func (o *SoftwareUploadDefault) Error() string + func (o *SoftwareUploadDefault) GetPayload() *models.ErrorResponse + func (o *SoftwareUploadDefault) IsClientError() bool + func (o *SoftwareUploadDefault) IsCode(code int) bool + func (o *SoftwareUploadDefault) IsRedirect() bool + func (o *SoftwareUploadDefault) IsServerError() bool + func (o *SoftwareUploadDefault) IsSuccess() bool + func (o *SoftwareUploadDefault) String() string + type SoftwareUploadParams struct + Context context.Context + File runtime.NamedReadCloser + HTTPClient *http.Client + ReturnRecords *bool + ReturnTimeout *int64 + func NewSoftwareUploadParams() *SoftwareUploadParams + func NewSoftwareUploadParamsWithContext(ctx context.Context) *SoftwareUploadParams + func NewSoftwareUploadParamsWithHTTPClient(client *http.Client) *SoftwareUploadParams + func NewSoftwareUploadParamsWithTimeout(timeout time.Duration) *SoftwareUploadParams + func (o *SoftwareUploadParams) SetContext(ctx context.Context) + func (o *SoftwareUploadParams) SetDefaults() + func (o *SoftwareUploadParams) SetFile(file runtime.NamedReadCloser) + func (o *SoftwareUploadParams) SetHTTPClient(client *http.Client) + func (o *SoftwareUploadParams) SetReturnRecords(returnRecords *bool) + func (o *SoftwareUploadParams) SetReturnTimeout(returnTimeout *int64) + func (o *SoftwareUploadParams) SetTimeout(timeout time.Duration) + func (o *SoftwareUploadParams) WithContext(ctx context.Context) *SoftwareUploadParams + func (o *SoftwareUploadParams) WithDefaults() *SoftwareUploadParams + func (o *SoftwareUploadParams) WithFile(file runtime.NamedReadCloser) *SoftwareUploadParams + func (o *SoftwareUploadParams) WithHTTPClient(client *http.Client) *SoftwareUploadParams + func (o *SoftwareUploadParams) WithReturnRecords(returnRecords *bool) *SoftwareUploadParams + func (o *SoftwareUploadParams) WithReturnTimeout(returnTimeout *int64) *SoftwareUploadParams + func (o *SoftwareUploadParams) WithTimeout(timeout time.Duration) *SoftwareUploadParams + func (o *SoftwareUploadParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SoftwareUploadReader struct + func (o *SoftwareUploadReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type WebGetDefault struct + Payload *models.ErrorResponse + func NewWebGetDefault(code int) *WebGetDefault + func (o *WebGetDefault) Code() int + func (o *WebGetDefault) Error() string + func (o *WebGetDefault) GetPayload() *models.ErrorResponse + func (o *WebGetDefault) IsClientError() bool + func (o *WebGetDefault) IsCode(code int) bool + func (o *WebGetDefault) IsRedirect() bool + func (o *WebGetDefault) IsServerError() bool + func (o *WebGetDefault) IsSuccess() bool + func (o *WebGetDefault) String() string + type WebGetOK struct + Payload *models.Web + func NewWebGetOK() *WebGetOK + func (o *WebGetOK) Code() int + func (o *WebGetOK) Error() string + func (o *WebGetOK) GetPayload() *models.Web + func (o *WebGetOK) IsClientError() bool + func (o *WebGetOK) IsCode(code int) bool + func (o *WebGetOK) IsRedirect() bool + func (o *WebGetOK) IsServerError() bool + func (o *WebGetOK) IsSuccess() bool + func (o *WebGetOK) String() string + type WebGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + func NewWebGetParams() *WebGetParams + func NewWebGetParamsWithContext(ctx context.Context) *WebGetParams + func NewWebGetParamsWithHTTPClient(client *http.Client) *WebGetParams + func NewWebGetParamsWithTimeout(timeout time.Duration) *WebGetParams + func (o *WebGetParams) SetContext(ctx context.Context) + func (o *WebGetParams) SetDefaults() + func (o *WebGetParams) SetFields(fields []string) + func (o *WebGetParams) SetHTTPClient(client *http.Client) + func (o *WebGetParams) SetTimeout(timeout time.Duration) + func (o *WebGetParams) WithContext(ctx context.Context) *WebGetParams + func (o *WebGetParams) WithDefaults() *WebGetParams + func (o *WebGetParams) WithFields(fields []string) *WebGetParams + func (o *WebGetParams) WithHTTPClient(client *http.Client) *WebGetParams + func (o *WebGetParams) WithTimeout(timeout time.Duration) *WebGetParams + func (o *WebGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type WebGetReader struct + func (o *WebGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type WebModifyAccepted struct + Payload *models.JobLinkResponse + func NewWebModifyAccepted() *WebModifyAccepted + func (o *WebModifyAccepted) Code() int + func (o *WebModifyAccepted) Error() string + func (o *WebModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *WebModifyAccepted) IsClientError() bool + func (o *WebModifyAccepted) IsCode(code int) bool + func (o *WebModifyAccepted) IsRedirect() bool + func (o *WebModifyAccepted) IsServerError() bool + func (o *WebModifyAccepted) IsSuccess() bool + func (o *WebModifyAccepted) String() string + type WebModifyDefault struct + Payload *models.ErrorResponse + func NewWebModifyDefault(code int) *WebModifyDefault + func (o *WebModifyDefault) Code() int + func (o *WebModifyDefault) Error() string + func (o *WebModifyDefault) GetPayload() *models.ErrorResponse + func (o *WebModifyDefault) IsClientError() bool + func (o *WebModifyDefault) IsCode(code int) bool + func (o *WebModifyDefault) IsRedirect() bool + func (o *WebModifyDefault) IsServerError() bool + func (o *WebModifyDefault) IsSuccess() bool + func (o *WebModifyDefault) String() string + type WebModifyOK struct + func NewWebModifyOK() *WebModifyOK + func (o *WebModifyOK) Code() int + func (o *WebModifyOK) Error() string + func (o *WebModifyOK) IsClientError() bool + func (o *WebModifyOK) IsCode(code int) bool + func (o *WebModifyOK) IsRedirect() bool + func (o *WebModifyOK) IsServerError() bool + func (o *WebModifyOK) IsSuccess() bool + func (o *WebModifyOK) String() string + type WebModifyParams struct + Context context.Context + HTTPClient *http.Client + Info *models.Web + ReturnTimeout *int64 + func NewWebModifyParams() *WebModifyParams + func NewWebModifyParamsWithContext(ctx context.Context) *WebModifyParams + func NewWebModifyParamsWithHTTPClient(client *http.Client) *WebModifyParams + func NewWebModifyParamsWithTimeout(timeout time.Duration) *WebModifyParams + func (o *WebModifyParams) SetContext(ctx context.Context) + func (o *WebModifyParams) SetDefaults() + func (o *WebModifyParams) SetHTTPClient(client *http.Client) + func (o *WebModifyParams) SetInfo(info *models.Web) + func (o *WebModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *WebModifyParams) SetTimeout(timeout time.Duration) + func (o *WebModifyParams) WithContext(ctx context.Context) *WebModifyParams + func (o *WebModifyParams) WithDefaults() *WebModifyParams + func (o *WebModifyParams) WithHTTPClient(client *http.Client) *WebModifyParams + func (o *WebModifyParams) WithInfo(info *models.Web) *WebModifyParams + func (o *WebModifyParams) WithReturnTimeout(returnTimeout *int64) *WebModifyParams + func (o *WebModifyParams) WithTimeout(timeout time.Duration) *WebModifyParams + func (o *WebModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type WebModifyReader struct + func (o *WebModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)