Versions in this module Expand all Collapse all v0 v0.2.0 Mar 4, 2026 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) + type Client struct + func (a *Client) CloudTargetCollectionGet(params *CloudTargetCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetCollectionGetOK, error) + func (a *Client) CloudTargetCreate(params *CloudTargetCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetCreateCreated, *CloudTargetCreateAccepted, error) + func (a *Client) CloudTargetDelete(params *CloudTargetDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetDeleteOK, *CloudTargetDeleteAccepted, error) + func (a *Client) CloudTargetGet(params *CloudTargetGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetGetOK, error) + func (a *Client) CloudTargetModify(params *CloudTargetModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetModifyOK, *CloudTargetModifyAccepted, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + func WithAccept(mime string) ClientOption + func WithContentType(mime string) ClientOption + type ClientService interface + CloudTargetCollectionGet func(params *CloudTargetCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetCollectionGetOK, error) + CloudTargetCreate func(params *CloudTargetCreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetCreateCreated, *CloudTargetCreateAccepted, error) + CloudTargetDelete func(params *CloudTargetDeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetDeleteOK, *CloudTargetDeleteAccepted, error) + CloudTargetGet func(params *CloudTargetGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetGetOK, error) + CloudTargetModify func(params *CloudTargetModifyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CloudTargetModifyOK, *CloudTargetModifyAccepted, error) + SetTransport func(transport runtime.ClientTransport) + 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 CloudTargetCollectionGetDefault struct + Payload *models.ErrorResponse + func NewCloudTargetCollectionGetDefault(code int) *CloudTargetCollectionGetDefault + func (o *CloudTargetCollectionGetDefault) Code() int + func (o *CloudTargetCollectionGetDefault) Error() string + func (o *CloudTargetCollectionGetDefault) GetPayload() *models.ErrorResponse + func (o *CloudTargetCollectionGetDefault) IsClientError() bool + func (o *CloudTargetCollectionGetDefault) IsCode(code int) bool + func (o *CloudTargetCollectionGetDefault) IsRedirect() bool + func (o *CloudTargetCollectionGetDefault) IsServerError() bool + func (o *CloudTargetCollectionGetDefault) IsSuccess() bool + func (o *CloudTargetCollectionGetDefault) String() string + type CloudTargetCollectionGetOK struct + Payload *models.CloudTargetResponse + func NewCloudTargetCollectionGetOK() *CloudTargetCollectionGetOK + func (o *CloudTargetCollectionGetOK) Code() int + func (o *CloudTargetCollectionGetOK) Error() string + func (o *CloudTargetCollectionGetOK) GetPayload() *models.CloudTargetResponse + func (o *CloudTargetCollectionGetOK) IsClientError() bool + func (o *CloudTargetCollectionGetOK) IsCode(code int) bool + func (o *CloudTargetCollectionGetOK) IsRedirect() bool + func (o *CloudTargetCollectionGetOK) IsServerError() bool + func (o *CloudTargetCollectionGetOK) IsSuccess() bool + func (o *CloudTargetCollectionGetOK) String() string + type CloudTargetCollectionGetParams struct + AccessKey *string + AuthenticationType *string + AzureAccount *string + CapURL *string + CertificateValidationEnabled *bool + ClusterName *string + ClusterUUID *string + Container *string + Context context.Context + Fields []string + HTTPClient *http.Client + IpspaceName *string + IpspaceUUID *string + MaxRecords *int64 + Name *string + OrderBy []string + Owner *string + Port *int64 + ProviderType *string + ReadLatencyWarningThreshold *int64 + ReturnRecords *bool + ReturnTimeout *int64 + Scope *string + Server *string + ServerSideEncryption *string + SnapmirrorUse *string + SslEnabled *bool + SvmName *string + SvmUUID *string + URLStyle *string + UUID *string + UseHTTPProxy *bool + Used *int64 + func NewCloudTargetCollectionGetParams() *CloudTargetCollectionGetParams + func NewCloudTargetCollectionGetParamsWithContext(ctx context.Context) *CloudTargetCollectionGetParams + func NewCloudTargetCollectionGetParamsWithHTTPClient(client *http.Client) *CloudTargetCollectionGetParams + func NewCloudTargetCollectionGetParamsWithTimeout(timeout time.Duration) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) SetAccessKey(accessKey *string) + func (o *CloudTargetCollectionGetParams) SetAuthenticationType(authenticationType *string) + func (o *CloudTargetCollectionGetParams) SetAzureAccount(azureAccount *string) + func (o *CloudTargetCollectionGetParams) SetCapURL(capURL *string) + func (o *CloudTargetCollectionGetParams) SetCertificateValidationEnabled(certificateValidationEnabled *bool) + func (o *CloudTargetCollectionGetParams) SetClusterName(clusterName *string) + func (o *CloudTargetCollectionGetParams) SetClusterUUID(clusterUUID *string) + func (o *CloudTargetCollectionGetParams) SetContainer(container *string) + func (o *CloudTargetCollectionGetParams) SetContext(ctx context.Context) + func (o *CloudTargetCollectionGetParams) SetDefaults() + func (o *CloudTargetCollectionGetParams) SetFields(fields []string) + func (o *CloudTargetCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *CloudTargetCollectionGetParams) SetIpspaceName(ipspaceName *string) + func (o *CloudTargetCollectionGetParams) SetIpspaceUUID(ipspaceUUID *string) + func (o *CloudTargetCollectionGetParams) SetMaxRecords(maxRecords *int64) + func (o *CloudTargetCollectionGetParams) SetName(name *string) + func (o *CloudTargetCollectionGetParams) SetOrderBy(orderBy []string) + func (o *CloudTargetCollectionGetParams) SetOwner(owner *string) + func (o *CloudTargetCollectionGetParams) SetPort(port *int64) + func (o *CloudTargetCollectionGetParams) SetProviderType(providerType *string) + func (o *CloudTargetCollectionGetParams) SetReadLatencyWarningThreshold(readLatencyWarningThreshold *int64) + func (o *CloudTargetCollectionGetParams) SetReturnRecords(returnRecords *bool) + func (o *CloudTargetCollectionGetParams) SetReturnTimeout(returnTimeout *int64) + func (o *CloudTargetCollectionGetParams) SetScope(scope *string) + func (o *CloudTargetCollectionGetParams) SetServer(server *string) + func (o *CloudTargetCollectionGetParams) SetServerSideEncryption(serverSideEncryption *string) + func (o *CloudTargetCollectionGetParams) SetSnapmirrorUse(snapmirrorUse *string) + func (o *CloudTargetCollectionGetParams) SetSslEnabled(sslEnabled *bool) + func (o *CloudTargetCollectionGetParams) SetSvmName(svmName *string) + func (o *CloudTargetCollectionGetParams) SetSvmUUID(svmUUID *string) + func (o *CloudTargetCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *CloudTargetCollectionGetParams) SetURLStyle(uRLStyle *string) + func (o *CloudTargetCollectionGetParams) SetUUID(uuid *string) + func (o *CloudTargetCollectionGetParams) SetUseHTTPProxy(useHTTPProxy *bool) + func (o *CloudTargetCollectionGetParams) SetUsed(used *int64) + func (o *CloudTargetCollectionGetParams) WithAccessKey(accessKey *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithAuthenticationType(authenticationType *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithAzureAccount(azureAccount *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithCapURL(capURL *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithCertificateValidationEnabled(certificateValidationEnabled *bool) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithClusterName(clusterName *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithClusterUUID(clusterUUID *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithContainer(container *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithContext(ctx context.Context) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithDefaults() *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithFields(fields []string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithHTTPClient(client *http.Client) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithIpspaceName(ipspaceName *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithIpspaceUUID(ipspaceUUID *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithMaxRecords(maxRecords *int64) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithName(name *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithOrderBy(orderBy []string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithOwner(owner *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithPort(port *int64) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithProviderType(providerType *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithReadLatencyWarningThreshold(readLatencyWarningThreshold *int64) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithReturnRecords(returnRecords *bool) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithReturnTimeout(returnTimeout *int64) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithScope(scope *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithServer(server *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithServerSideEncryption(serverSideEncryption *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithSnapmirrorUse(snapmirrorUse *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithSslEnabled(sslEnabled *bool) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithSvmName(svmName *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithSvmUUID(svmUUID *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithTimeout(timeout time.Duration) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithURLStyle(uRLStyle *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithUUID(uuid *string) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithUseHTTPProxy(useHTTPProxy *bool) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WithUsed(used *int64) *CloudTargetCollectionGetParams + func (o *CloudTargetCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CloudTargetCollectionGetReader struct + func (o *CloudTargetCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CloudTargetCreateAccepted struct + Location string + Payload *models.JobLinkResponse + func NewCloudTargetCreateAccepted() *CloudTargetCreateAccepted + func (o *CloudTargetCreateAccepted) Code() int + func (o *CloudTargetCreateAccepted) Error() string + func (o *CloudTargetCreateAccepted) GetPayload() *models.JobLinkResponse + func (o *CloudTargetCreateAccepted) IsClientError() bool + func (o *CloudTargetCreateAccepted) IsCode(code int) bool + func (o *CloudTargetCreateAccepted) IsRedirect() bool + func (o *CloudTargetCreateAccepted) IsServerError() bool + func (o *CloudTargetCreateAccepted) IsSuccess() bool + func (o *CloudTargetCreateAccepted) String() string + type CloudTargetCreateCreated struct + Location string + Payload *models.JobLinkResponse + func NewCloudTargetCreateCreated() *CloudTargetCreateCreated + func (o *CloudTargetCreateCreated) Code() int + func (o *CloudTargetCreateCreated) Error() string + func (o *CloudTargetCreateCreated) GetPayload() *models.JobLinkResponse + func (o *CloudTargetCreateCreated) IsClientError() bool + func (o *CloudTargetCreateCreated) IsCode(code int) bool + func (o *CloudTargetCreateCreated) IsRedirect() bool + func (o *CloudTargetCreateCreated) IsServerError() bool + func (o *CloudTargetCreateCreated) IsSuccess() bool + func (o *CloudTargetCreateCreated) String() string + type CloudTargetCreateDefault struct + Payload *models.ErrorResponse + func NewCloudTargetCreateDefault(code int) *CloudTargetCreateDefault + func (o *CloudTargetCreateDefault) Code() int + func (o *CloudTargetCreateDefault) Error() string + func (o *CloudTargetCreateDefault) GetPayload() *models.ErrorResponse + func (o *CloudTargetCreateDefault) IsClientError() bool + func (o *CloudTargetCreateDefault) IsCode(code int) bool + func (o *CloudTargetCreateDefault) IsRedirect() bool + func (o *CloudTargetCreateDefault) IsServerError() bool + func (o *CloudTargetCreateDefault) IsSuccess() bool + func (o *CloudTargetCreateDefault) String() string + type CloudTargetCreateParams struct + CheckOnly *bool + Context context.Context + HTTPClient *http.Client + IgnoreWarnings *bool + Info *models.CloudTarget + ReturnRecords *bool + ReturnTimeout *int64 + func NewCloudTargetCreateParams() *CloudTargetCreateParams + func NewCloudTargetCreateParamsWithContext(ctx context.Context) *CloudTargetCreateParams + func NewCloudTargetCreateParamsWithHTTPClient(client *http.Client) *CloudTargetCreateParams + func NewCloudTargetCreateParamsWithTimeout(timeout time.Duration) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) SetCheckOnly(checkOnly *bool) + func (o *CloudTargetCreateParams) SetContext(ctx context.Context) + func (o *CloudTargetCreateParams) SetDefaults() + func (o *CloudTargetCreateParams) SetHTTPClient(client *http.Client) + func (o *CloudTargetCreateParams) SetIgnoreWarnings(ignoreWarnings *bool) + func (o *CloudTargetCreateParams) SetInfo(info *models.CloudTarget) + func (o *CloudTargetCreateParams) SetReturnRecords(returnRecords *bool) + func (o *CloudTargetCreateParams) SetReturnTimeout(returnTimeout *int64) + func (o *CloudTargetCreateParams) SetTimeout(timeout time.Duration) + func (o *CloudTargetCreateParams) WithCheckOnly(checkOnly *bool) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WithContext(ctx context.Context) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WithDefaults() *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WithHTTPClient(client *http.Client) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WithIgnoreWarnings(ignoreWarnings *bool) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WithInfo(info *models.CloudTarget) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WithReturnRecords(returnRecords *bool) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WithReturnTimeout(returnTimeout *int64) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WithTimeout(timeout time.Duration) *CloudTargetCreateParams + func (o *CloudTargetCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CloudTargetCreateReader struct + func (o *CloudTargetCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CloudTargetDeleteAccepted struct + Payload *models.JobLinkResponse + func NewCloudTargetDeleteAccepted() *CloudTargetDeleteAccepted + func (o *CloudTargetDeleteAccepted) Code() int + func (o *CloudTargetDeleteAccepted) Error() string + func (o *CloudTargetDeleteAccepted) GetPayload() *models.JobLinkResponse + func (o *CloudTargetDeleteAccepted) IsClientError() bool + func (o *CloudTargetDeleteAccepted) IsCode(code int) bool + func (o *CloudTargetDeleteAccepted) IsRedirect() bool + func (o *CloudTargetDeleteAccepted) IsServerError() bool + func (o *CloudTargetDeleteAccepted) IsSuccess() bool + func (o *CloudTargetDeleteAccepted) String() string + type CloudTargetDeleteDefault struct + Payload *models.ErrorResponse + func NewCloudTargetDeleteDefault(code int) *CloudTargetDeleteDefault + func (o *CloudTargetDeleteDefault) Code() int + func (o *CloudTargetDeleteDefault) Error() string + func (o *CloudTargetDeleteDefault) GetPayload() *models.ErrorResponse + func (o *CloudTargetDeleteDefault) IsClientError() bool + func (o *CloudTargetDeleteDefault) IsCode(code int) bool + func (o *CloudTargetDeleteDefault) IsRedirect() bool + func (o *CloudTargetDeleteDefault) IsServerError() bool + func (o *CloudTargetDeleteDefault) IsSuccess() bool + func (o *CloudTargetDeleteDefault) String() string + type CloudTargetDeleteOK struct + Payload *models.JobLinkResponse + func NewCloudTargetDeleteOK() *CloudTargetDeleteOK + func (o *CloudTargetDeleteOK) Code() int + func (o *CloudTargetDeleteOK) Error() string + func (o *CloudTargetDeleteOK) GetPayload() *models.JobLinkResponse + func (o *CloudTargetDeleteOK) IsClientError() bool + func (o *CloudTargetDeleteOK) IsCode(code int) bool + func (o *CloudTargetDeleteOK) IsRedirect() bool + func (o *CloudTargetDeleteOK) IsServerError() bool + func (o *CloudTargetDeleteOK) IsSuccess() bool + func (o *CloudTargetDeleteOK) String() string + type CloudTargetDeleteParams struct + Context context.Context + HTTPClient *http.Client + ReturnTimeout *int64 + UUID string + func NewCloudTargetDeleteParams() *CloudTargetDeleteParams + func NewCloudTargetDeleteParamsWithContext(ctx context.Context) *CloudTargetDeleteParams + func NewCloudTargetDeleteParamsWithHTTPClient(client *http.Client) *CloudTargetDeleteParams + func NewCloudTargetDeleteParamsWithTimeout(timeout time.Duration) *CloudTargetDeleteParams + func (o *CloudTargetDeleteParams) SetContext(ctx context.Context) + func (o *CloudTargetDeleteParams) SetDefaults() + func (o *CloudTargetDeleteParams) SetHTTPClient(client *http.Client) + func (o *CloudTargetDeleteParams) SetReturnTimeout(returnTimeout *int64) + func (o *CloudTargetDeleteParams) SetTimeout(timeout time.Duration) + func (o *CloudTargetDeleteParams) SetUUID(uuid string) + func (o *CloudTargetDeleteParams) WithContext(ctx context.Context) *CloudTargetDeleteParams + func (o *CloudTargetDeleteParams) WithDefaults() *CloudTargetDeleteParams + func (o *CloudTargetDeleteParams) WithHTTPClient(client *http.Client) *CloudTargetDeleteParams + func (o *CloudTargetDeleteParams) WithReturnTimeout(returnTimeout *int64) *CloudTargetDeleteParams + func (o *CloudTargetDeleteParams) WithTimeout(timeout time.Duration) *CloudTargetDeleteParams + func (o *CloudTargetDeleteParams) WithUUID(uuid string) *CloudTargetDeleteParams + func (o *CloudTargetDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CloudTargetDeleteReader struct + func (o *CloudTargetDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CloudTargetGetDefault struct + Payload *models.ErrorResponse + func NewCloudTargetGetDefault(code int) *CloudTargetGetDefault + func (o *CloudTargetGetDefault) Code() int + func (o *CloudTargetGetDefault) Error() string + func (o *CloudTargetGetDefault) GetPayload() *models.ErrorResponse + func (o *CloudTargetGetDefault) IsClientError() bool + func (o *CloudTargetGetDefault) IsCode(code int) bool + func (o *CloudTargetGetDefault) IsRedirect() bool + func (o *CloudTargetGetDefault) IsServerError() bool + func (o *CloudTargetGetDefault) IsSuccess() bool + func (o *CloudTargetGetDefault) String() string + type CloudTargetGetOK struct + Payload *models.CloudTarget + func NewCloudTargetGetOK() *CloudTargetGetOK + func (o *CloudTargetGetOK) Code() int + func (o *CloudTargetGetOK) Error() string + func (o *CloudTargetGetOK) GetPayload() *models.CloudTarget + func (o *CloudTargetGetOK) IsClientError() bool + func (o *CloudTargetGetOK) IsCode(code int) bool + func (o *CloudTargetGetOK) IsRedirect() bool + func (o *CloudTargetGetOK) IsServerError() bool + func (o *CloudTargetGetOK) IsSuccess() bool + func (o *CloudTargetGetOK) String() string + type CloudTargetGetParams struct + Context context.Context + Fields []string + HTTPClient *http.Client + UUID string + func NewCloudTargetGetParams() *CloudTargetGetParams + func NewCloudTargetGetParamsWithContext(ctx context.Context) *CloudTargetGetParams + func NewCloudTargetGetParamsWithHTTPClient(client *http.Client) *CloudTargetGetParams + func NewCloudTargetGetParamsWithTimeout(timeout time.Duration) *CloudTargetGetParams + func (o *CloudTargetGetParams) SetContext(ctx context.Context) + func (o *CloudTargetGetParams) SetDefaults() + func (o *CloudTargetGetParams) SetFields(fields []string) + func (o *CloudTargetGetParams) SetHTTPClient(client *http.Client) + func (o *CloudTargetGetParams) SetTimeout(timeout time.Duration) + func (o *CloudTargetGetParams) SetUUID(uuid string) + func (o *CloudTargetGetParams) WithContext(ctx context.Context) *CloudTargetGetParams + func (o *CloudTargetGetParams) WithDefaults() *CloudTargetGetParams + func (o *CloudTargetGetParams) WithFields(fields []string) *CloudTargetGetParams + func (o *CloudTargetGetParams) WithHTTPClient(client *http.Client) *CloudTargetGetParams + func (o *CloudTargetGetParams) WithTimeout(timeout time.Duration) *CloudTargetGetParams + func (o *CloudTargetGetParams) WithUUID(uuid string) *CloudTargetGetParams + func (o *CloudTargetGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CloudTargetGetReader struct + func (o *CloudTargetGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CloudTargetModifyAccepted struct + Payload *models.JobLinkResponse + func NewCloudTargetModifyAccepted() *CloudTargetModifyAccepted + func (o *CloudTargetModifyAccepted) Code() int + func (o *CloudTargetModifyAccepted) Error() string + func (o *CloudTargetModifyAccepted) GetPayload() *models.JobLinkResponse + func (o *CloudTargetModifyAccepted) IsClientError() bool + func (o *CloudTargetModifyAccepted) IsCode(code int) bool + func (o *CloudTargetModifyAccepted) IsRedirect() bool + func (o *CloudTargetModifyAccepted) IsServerError() bool + func (o *CloudTargetModifyAccepted) IsSuccess() bool + func (o *CloudTargetModifyAccepted) String() string + type CloudTargetModifyDefault struct + Payload *models.ErrorResponse + func NewCloudTargetModifyDefault(code int) *CloudTargetModifyDefault + func (o *CloudTargetModifyDefault) Code() int + func (o *CloudTargetModifyDefault) Error() string + func (o *CloudTargetModifyDefault) GetPayload() *models.ErrorResponse + func (o *CloudTargetModifyDefault) IsClientError() bool + func (o *CloudTargetModifyDefault) IsCode(code int) bool + func (o *CloudTargetModifyDefault) IsRedirect() bool + func (o *CloudTargetModifyDefault) IsServerError() bool + func (o *CloudTargetModifyDefault) IsSuccess() bool + func (o *CloudTargetModifyDefault) String() string + type CloudTargetModifyOK struct + Payload *models.JobLinkResponse + func NewCloudTargetModifyOK() *CloudTargetModifyOK + func (o *CloudTargetModifyOK) Code() int + func (o *CloudTargetModifyOK) Error() string + func (o *CloudTargetModifyOK) GetPayload() *models.JobLinkResponse + func (o *CloudTargetModifyOK) IsClientError() bool + func (o *CloudTargetModifyOK) IsCode(code int) bool + func (o *CloudTargetModifyOK) IsRedirect() bool + func (o *CloudTargetModifyOK) IsServerError() bool + func (o *CloudTargetModifyOK) IsSuccess() bool + func (o *CloudTargetModifyOK) String() string + type CloudTargetModifyParams struct + CheckOnly *bool + Context context.Context + HTTPClient *http.Client + IgnoreWarnings *bool + Info *models.CloudTarget + ReturnTimeout *int64 + UUID string + func NewCloudTargetModifyParams() *CloudTargetModifyParams + func NewCloudTargetModifyParamsWithContext(ctx context.Context) *CloudTargetModifyParams + func NewCloudTargetModifyParamsWithHTTPClient(client *http.Client) *CloudTargetModifyParams + func NewCloudTargetModifyParamsWithTimeout(timeout time.Duration) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) SetCheckOnly(checkOnly *bool) + func (o *CloudTargetModifyParams) SetContext(ctx context.Context) + func (o *CloudTargetModifyParams) SetDefaults() + func (o *CloudTargetModifyParams) SetHTTPClient(client *http.Client) + func (o *CloudTargetModifyParams) SetIgnoreWarnings(ignoreWarnings *bool) + func (o *CloudTargetModifyParams) SetInfo(info *models.CloudTarget) + func (o *CloudTargetModifyParams) SetReturnTimeout(returnTimeout *int64) + func (o *CloudTargetModifyParams) SetTimeout(timeout time.Duration) + func (o *CloudTargetModifyParams) SetUUID(uuid string) + func (o *CloudTargetModifyParams) WithCheckOnly(checkOnly *bool) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WithContext(ctx context.Context) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WithDefaults() *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WithHTTPClient(client *http.Client) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WithIgnoreWarnings(ignoreWarnings *bool) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WithInfo(info *models.CloudTarget) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WithReturnTimeout(returnTimeout *int64) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WithTimeout(timeout time.Duration) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WithUUID(uuid string) *CloudTargetModifyParams + func (o *CloudTargetModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CloudTargetModifyReader struct + func (o *CloudTargetModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)