Documentation ¶
Index ¶
- type AddPluginDefault
- func (o *AddPluginDefault) Code() int
- func (o *AddPluginDefault) Error() string
- func (o *AddPluginDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *AddPluginDefault) IsClientError() bool
- func (o *AddPluginDefault) IsCode(code int) bool
- func (o *AddPluginDefault) IsRedirect() bool
- func (o *AddPluginDefault) IsServerError() bool
- func (o *AddPluginDefault) IsSuccess() bool
- func (o *AddPluginDefault) String() string
- type AddPluginOK
- func (o *AddPluginOK) Code() int
- func (o *AddPluginOK) Error() string
- func (o *AddPluginOK) GetPayload() models.HashicorpCloudVault20201125AddPluginResponse
- func (o *AddPluginOK) IsClientError() bool
- func (o *AddPluginOK) IsCode(code int) bool
- func (o *AddPluginOK) IsRedirect() bool
- func (o *AddPluginOK) IsServerError() bool
- func (o *AddPluginOK) IsSuccess() bool
- func (o *AddPluginOK) String() string
- type AddPluginParams
- func (o *AddPluginParams) SetBody(body *models.HashicorpCloudVault20201125AddPluginRequest)
- func (o *AddPluginParams) SetClusterID(clusterID string)
- func (o *AddPluginParams) SetContext(ctx context.Context)
- func (o *AddPluginParams) SetDefaults()
- func (o *AddPluginParams) SetHTTPClient(client *http.Client)
- func (o *AddPluginParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *AddPluginParams) SetLocationProjectID(locationProjectID string)
- func (o *AddPluginParams) SetTimeout(timeout time.Duration)
- func (o *AddPluginParams) WithBody(body *models.HashicorpCloudVault20201125AddPluginRequest) *AddPluginParams
- func (o *AddPluginParams) WithClusterID(clusterID string) *AddPluginParams
- func (o *AddPluginParams) WithContext(ctx context.Context) *AddPluginParams
- func (o *AddPluginParams) WithDefaults() *AddPluginParams
- func (o *AddPluginParams) WithHTTPClient(client *http.Client) *AddPluginParams
- func (o *AddPluginParams) WithLocationOrganizationID(locationOrganizationID string) *AddPluginParams
- func (o *AddPluginParams) WithLocationProjectID(locationProjectID string) *AddPluginParams
- func (o *AddPluginParams) WithTimeout(timeout time.Duration) *AddPluginParams
- func (o *AddPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddPluginReader
- type Client
- func (a *Client) AddPlugin(params *AddPluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddPluginOK, error)
- func (a *Client) Create(params *CreateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOK, error)
- func (a *Client) CreateSnapshot(params *CreateSnapshotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSnapshotOK, error)
- func (a *Client) Delete(params *DeleteParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteOK, error)
- func (a *Client) DeletePathsFilter(params *DeletePathsFilterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeletePathsFilterOK, error)
- func (a *Client) DeletePlugin(params *DeletePluginParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeletePluginOK, error)
- func (a *Client) DeleteSentinelPolicy(params *DeleteSentinelPolicyParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSentinelPolicyOK, error)
- func (a *Client) DeleteSnapshot(params *DeleteSnapshotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSnapshotOK, error)
- func (a *Client) DeregisterLinkedCluster(params *DeregisterLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeregisterLinkedClusterOK, error)
- func (a *Client) DisableCORS(params *DisableCORSParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DisableCORSOK, error)
- func (a *Client) FetchAuditLog(params *FetchAuditLogParams, authInfo runtime.ClientAuthInfoWriter, ...) (*FetchAuditLogOK, error)
- func (a *Client) Get(params *GetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOK, error)
- func (a *Client) GetAdminToken(params *GetAdminTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAdminTokenOK, error)
- func (a *Client) GetAuditLogStatus(params *GetAuditLogStatusParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAuditLogStatusOK, error)
- func (a *Client) GetAvailableProviders(params *GetAvailableProvidersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAvailableProvidersOK, error)
- func (a *Client) GetAvailableTemplates(params *GetAvailableTemplatesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAvailableTemplatesOK, error)
- func (a *Client) GetCORSConfig(params *GetCORSConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetCORSConfigOK, error)
- func (a *Client) GetClientCounts(params *GetClientCountsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetClientCountsOK, error)
- func (a *Client) GetCurrentMilestone(params *GetCurrentMilestoneParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetCurrentMilestoneOK, error)
- func (a *Client) GetLinkedCluster(params *GetLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetLinkedClusterOK, error)
- func (a *Client) GetReplicationStatus(params *GetReplicationStatusParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetReplicationStatusOK, error)
- func (a *Client) GetSnapshot(params *GetSnapshotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSnapshotOK, error)
- func (a *Client) GetUtilization(params *GetUtilizationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUtilizationOK, error)
- func (a *Client) IsVaultPluginRegistered(params *IsVaultPluginRegisteredParams, authInfo runtime.ClientAuthInfoWriter, ...) (*IsVaultPluginRegisteredOK, error)
- func (a *Client) List(params *ListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListOK, error)
- func (a *Client) ListAllClusters(params *ListAllClustersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAllClustersOK, error)
- func (a *Client) ListPerformanceReplicationSecondaries(params *ListPerformanceReplicationSecondariesParams, ...) (*ListPerformanceReplicationSecondariesOK, error)
- func (a *Client) ListSnapshots(params *ListSnapshotsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListSnapshotsOK, error)
- func (a *Client) Lock(params *LockParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LockOK, error)
- func (a *Client) PluginRegistrationStatus(params *PluginRegistrationStatusParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PluginRegistrationStatusOK, error)
- func (a *Client) RecreateFromSnapshot(params *RecreateFromSnapshotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RecreateFromSnapshotOK, error)
- func (a *Client) RegisterLinkedCluster(params *RegisterLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RegisterLinkedClusterOK, error)
- func (a *Client) RestoreSnapshot(params *RestoreSnapshotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RestoreSnapshotOK, error)
- func (a *Client) RevokeAdminTokens(params *RevokeAdminTokensParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RevokeAdminTokensOK, error)
- func (a *Client) Seal(params *SealParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SealOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) Unlock(params *UnlockParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UnlockOK, error)
- func (a *Client) Unseal(params *UnsealParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UnsealOK, error)
- func (a *Client) Update(params *UpdateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateOK, error)
- func (a *Client) UpdateCORSConfig(params *UpdateCORSConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateCORSConfigOK, error)
- func (a *Client) UpdateMajorVersionUpgradeConfig(params *UpdateMajorVersionUpgradeConfigParams, ...) (*UpdateMajorVersionUpgradeConfigOK, error)
- func (a *Client) UpdatePathsFilter(params *UpdatePathsFilterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdatePathsFilterOK, error)
- func (a *Client) UpdatePublicIps(params *UpdatePublicIpsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdatePublicIpsOK, error)
- func (a *Client) UpdateSnapshot(params *UpdateSnapshotParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateSnapshotOK, error)
- func (a *Client) UpdateVersion(params *UpdateVersionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateVersionOK, error)
- func (a *Client) UpgradeMajorVersion(params *UpgradeMajorVersionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpgradeMajorVersionOK, error)
- type ClientOption
- type ClientService
- type CreateDefault
- func (o *CreateDefault) Code() int
- func (o *CreateDefault) Error() string
- func (o *CreateDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *CreateDefault) IsClientError() bool
- func (o *CreateDefault) IsCode(code int) bool
- func (o *CreateDefault) IsRedirect() bool
- func (o *CreateDefault) IsServerError() bool
- func (o *CreateDefault) IsSuccess() bool
- func (o *CreateDefault) String() string
- type CreateOK
- func (o *CreateOK) Code() int
- func (o *CreateOK) Error() string
- func (o *CreateOK) GetPayload() *models.HashicorpCloudVault20201125CreateResponse
- func (o *CreateOK) IsClientError() bool
- func (o *CreateOK) IsCode(code int) bool
- func (o *CreateOK) IsRedirect() bool
- func (o *CreateOK) IsServerError() bool
- func (o *CreateOK) IsSuccess() bool
- func (o *CreateOK) String() string
- type CreateParams
- func (o *CreateParams) SetBody(body *models.HashicorpCloudVault20201125CreateRequest)
- func (o *CreateParams) SetClusterLocationOrganizationID(clusterLocationOrganizationID string)
- func (o *CreateParams) SetClusterLocationProjectID(clusterLocationProjectID string)
- func (o *CreateParams) SetContext(ctx context.Context)
- func (o *CreateParams) SetDefaults()
- func (o *CreateParams) SetHTTPClient(client *http.Client)
- func (o *CreateParams) SetTimeout(timeout time.Duration)
- func (o *CreateParams) WithBody(body *models.HashicorpCloudVault20201125CreateRequest) *CreateParams
- func (o *CreateParams) WithClusterLocationOrganizationID(clusterLocationOrganizationID string) *CreateParams
- func (o *CreateParams) WithClusterLocationProjectID(clusterLocationProjectID string) *CreateParams
- func (o *CreateParams) WithContext(ctx context.Context) *CreateParams
- func (o *CreateParams) WithDefaults() *CreateParams
- func (o *CreateParams) WithHTTPClient(client *http.Client) *CreateParams
- func (o *CreateParams) WithTimeout(timeout time.Duration) *CreateParams
- func (o *CreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateReader
- type CreateSnapshotDefault
- func (o *CreateSnapshotDefault) Code() int
- func (o *CreateSnapshotDefault) Error() string
- func (o *CreateSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *CreateSnapshotDefault) IsClientError() bool
- func (o *CreateSnapshotDefault) IsCode(code int) bool
- func (o *CreateSnapshotDefault) IsRedirect() bool
- func (o *CreateSnapshotDefault) IsServerError() bool
- func (o *CreateSnapshotDefault) IsSuccess() bool
- func (o *CreateSnapshotDefault) String() string
- type CreateSnapshotOK
- func (o *CreateSnapshotOK) Code() int
- func (o *CreateSnapshotOK) Error() string
- func (o *CreateSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125CreateSnapshotResponse
- func (o *CreateSnapshotOK) IsClientError() bool
- func (o *CreateSnapshotOK) IsCode(code int) bool
- func (o *CreateSnapshotOK) IsRedirect() bool
- func (o *CreateSnapshotOK) IsServerError() bool
- func (o *CreateSnapshotOK) IsSuccess() bool
- func (o *CreateSnapshotOK) String() string
- type CreateSnapshotParams
- func NewCreateSnapshotParams() *CreateSnapshotParams
- func NewCreateSnapshotParamsWithContext(ctx context.Context) *CreateSnapshotParams
- func NewCreateSnapshotParamsWithHTTPClient(client *http.Client) *CreateSnapshotParams
- func NewCreateSnapshotParamsWithTimeout(timeout time.Duration) *CreateSnapshotParams
- func (o *CreateSnapshotParams) SetBody(body *models.HashicorpCloudVault20201125CreateSnapshotRequest)
- func (o *CreateSnapshotParams) SetContext(ctx context.Context)
- func (o *CreateSnapshotParams) SetDefaults()
- func (o *CreateSnapshotParams) SetHTTPClient(client *http.Client)
- func (o *CreateSnapshotParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
- func (o *CreateSnapshotParams) SetResourceLocationProjectID(resourceLocationProjectID string)
- func (o *CreateSnapshotParams) SetTimeout(timeout time.Duration)
- func (o *CreateSnapshotParams) WithBody(body *models.HashicorpCloudVault20201125CreateSnapshotRequest) *CreateSnapshotParams
- func (o *CreateSnapshotParams) WithContext(ctx context.Context) *CreateSnapshotParams
- func (o *CreateSnapshotParams) WithDefaults() *CreateSnapshotParams
- func (o *CreateSnapshotParams) WithHTTPClient(client *http.Client) *CreateSnapshotParams
- func (o *CreateSnapshotParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *CreateSnapshotParams
- func (o *CreateSnapshotParams) WithResourceLocationProjectID(resourceLocationProjectID string) *CreateSnapshotParams
- func (o *CreateSnapshotParams) WithTimeout(timeout time.Duration) *CreateSnapshotParams
- func (o *CreateSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSnapshotReader
- type DeleteDefault
- func (o *DeleteDefault) Code() int
- func (o *DeleteDefault) Error() string
- func (o *DeleteDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *DeleteDefault) IsClientError() bool
- func (o *DeleteDefault) IsCode(code int) bool
- func (o *DeleteDefault) IsRedirect() bool
- func (o *DeleteDefault) IsServerError() bool
- func (o *DeleteDefault) IsSuccess() bool
- func (o *DeleteDefault) String() string
- type DeleteOK
- func (o *DeleteOK) Code() int
- func (o *DeleteOK) Error() string
- func (o *DeleteOK) GetPayload() *models.HashicorpCloudVault20201125DeleteResponse
- func (o *DeleteOK) IsClientError() bool
- func (o *DeleteOK) IsCode(code int) bool
- func (o *DeleteOK) IsRedirect() bool
- func (o *DeleteOK) IsServerError() bool
- func (o *DeleteOK) IsSuccess() bool
- func (o *DeleteOK) String() string
- type DeleteParams
- func (o *DeleteParams) SetClusterID(clusterID string)
- func (o *DeleteParams) SetContext(ctx context.Context)
- func (o *DeleteParams) SetDefaults()
- func (o *DeleteParams) SetHTTPClient(client *http.Client)
- func (o *DeleteParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeleteParams) SetLocationProjectID(locationProjectID string)
- func (o *DeleteParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DeleteParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DeleteParams) SetTimeout(timeout time.Duration)
- func (o *DeleteParams) WithClusterID(clusterID string) *DeleteParams
- func (o *DeleteParams) WithContext(ctx context.Context) *DeleteParams
- func (o *DeleteParams) WithDefaults() *DeleteParams
- func (o *DeleteParams) WithHTTPClient(client *http.Client) *DeleteParams
- func (o *DeleteParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteParams
- func (o *DeleteParams) WithLocationProjectID(locationProjectID string) *DeleteParams
- func (o *DeleteParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteParams
- func (o *DeleteParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteParams
- func (o *DeleteParams) WithTimeout(timeout time.Duration) *DeleteParams
- func (o *DeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePathsFilterDefault
- func (o *DeletePathsFilterDefault) Code() int
- func (o *DeletePathsFilterDefault) Error() string
- func (o *DeletePathsFilterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *DeletePathsFilterDefault) IsClientError() bool
- func (o *DeletePathsFilterDefault) IsCode(code int) bool
- func (o *DeletePathsFilterDefault) IsRedirect() bool
- func (o *DeletePathsFilterDefault) IsServerError() bool
- func (o *DeletePathsFilterDefault) IsSuccess() bool
- func (o *DeletePathsFilterDefault) String() string
- type DeletePathsFilterOK
- func (o *DeletePathsFilterOK) Code() int
- func (o *DeletePathsFilterOK) Error() string
- func (o *DeletePathsFilterOK) GetPayload() *models.HashicorpCloudVault20201125DeletePathsFilterResponse
- func (o *DeletePathsFilterOK) IsClientError() bool
- func (o *DeletePathsFilterOK) IsCode(code int) bool
- func (o *DeletePathsFilterOK) IsRedirect() bool
- func (o *DeletePathsFilterOK) IsServerError() bool
- func (o *DeletePathsFilterOK) IsSuccess() bool
- func (o *DeletePathsFilterOK) String() string
- type DeletePathsFilterParams
- func NewDeletePathsFilterParams() *DeletePathsFilterParams
- func NewDeletePathsFilterParamsWithContext(ctx context.Context) *DeletePathsFilterParams
- func NewDeletePathsFilterParamsWithHTTPClient(client *http.Client) *DeletePathsFilterParams
- func NewDeletePathsFilterParamsWithTimeout(timeout time.Duration) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) SetClusterID(clusterID string)
- func (o *DeletePathsFilterParams) SetContext(ctx context.Context)
- func (o *DeletePathsFilterParams) SetDefaults()
- func (o *DeletePathsFilterParams) SetHTTPClient(client *http.Client)
- func (o *DeletePathsFilterParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeletePathsFilterParams) SetLocationProjectID(locationProjectID string)
- func (o *DeletePathsFilterParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DeletePathsFilterParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DeletePathsFilterParams) SetTimeout(timeout time.Duration)
- func (o *DeletePathsFilterParams) WithClusterID(clusterID string) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WithContext(ctx context.Context) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WithDefaults() *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WithHTTPClient(client *http.Client) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WithLocationOrganizationID(locationOrganizationID string) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WithLocationProjectID(locationProjectID string) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WithLocationRegionProvider(locationRegionProvider *string) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WithLocationRegionRegion(locationRegionRegion *string) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WithTimeout(timeout time.Duration) *DeletePathsFilterParams
- func (o *DeletePathsFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePathsFilterReader
- type DeletePluginDefault
- func (o *DeletePluginDefault) Code() int
- func (o *DeletePluginDefault) Error() string
- func (o *DeletePluginDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *DeletePluginDefault) IsClientError() bool
- func (o *DeletePluginDefault) IsCode(code int) bool
- func (o *DeletePluginDefault) IsRedirect() bool
- func (o *DeletePluginDefault) IsServerError() bool
- func (o *DeletePluginDefault) IsSuccess() bool
- func (o *DeletePluginDefault) String() string
- type DeletePluginOK
- func (o *DeletePluginOK) Code() int
- func (o *DeletePluginOK) Error() string
- func (o *DeletePluginOK) GetPayload() models.HashicorpCloudVault20201125DeletePluginResponse
- func (o *DeletePluginOK) IsClientError() bool
- func (o *DeletePluginOK) IsCode(code int) bool
- func (o *DeletePluginOK) IsRedirect() bool
- func (o *DeletePluginOK) IsServerError() bool
- func (o *DeletePluginOK) IsSuccess() bool
- func (o *DeletePluginOK) String() string
- type DeletePluginParams
- func (o *DeletePluginParams) SetBody(body *models.HashicorpCloudVault20201125DeletePluginRequest)
- func (o *DeletePluginParams) SetClusterID(clusterID string)
- func (o *DeletePluginParams) SetContext(ctx context.Context)
- func (o *DeletePluginParams) SetDefaults()
- func (o *DeletePluginParams) SetHTTPClient(client *http.Client)
- func (o *DeletePluginParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeletePluginParams) SetLocationProjectID(locationProjectID string)
- func (o *DeletePluginParams) SetTimeout(timeout time.Duration)
- func (o *DeletePluginParams) WithBody(body *models.HashicorpCloudVault20201125DeletePluginRequest) *DeletePluginParams
- func (o *DeletePluginParams) WithClusterID(clusterID string) *DeletePluginParams
- func (o *DeletePluginParams) WithContext(ctx context.Context) *DeletePluginParams
- func (o *DeletePluginParams) WithDefaults() *DeletePluginParams
- func (o *DeletePluginParams) WithHTTPClient(client *http.Client) *DeletePluginParams
- func (o *DeletePluginParams) WithLocationOrganizationID(locationOrganizationID string) *DeletePluginParams
- func (o *DeletePluginParams) WithLocationProjectID(locationProjectID string) *DeletePluginParams
- func (o *DeletePluginParams) WithTimeout(timeout time.Duration) *DeletePluginParams
- func (o *DeletePluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePluginReader
- type DeleteReader
- type DeleteSentinelPolicyDefault
- func (o *DeleteSentinelPolicyDefault) Code() int
- func (o *DeleteSentinelPolicyDefault) Error() string
- func (o *DeleteSentinelPolicyDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *DeleteSentinelPolicyDefault) IsClientError() bool
- func (o *DeleteSentinelPolicyDefault) IsCode(code int) bool
- func (o *DeleteSentinelPolicyDefault) IsRedirect() bool
- func (o *DeleteSentinelPolicyDefault) IsServerError() bool
- func (o *DeleteSentinelPolicyDefault) IsSuccess() bool
- func (o *DeleteSentinelPolicyDefault) String() string
- type DeleteSentinelPolicyOK
- func (o *DeleteSentinelPolicyOK) Code() int
- func (o *DeleteSentinelPolicyOK) Error() string
- func (o *DeleteSentinelPolicyOK) GetPayload() *models.HashicorpCloudVault20201125DeleteSentinelPolicyResponse
- func (o *DeleteSentinelPolicyOK) IsClientError() bool
- func (o *DeleteSentinelPolicyOK) IsCode(code int) bool
- func (o *DeleteSentinelPolicyOK) IsRedirect() bool
- func (o *DeleteSentinelPolicyOK) IsServerError() bool
- func (o *DeleteSentinelPolicyOK) IsSuccess() bool
- func (o *DeleteSentinelPolicyOK) String() string
- type DeleteSentinelPolicyParams
- func NewDeleteSentinelPolicyParams() *DeleteSentinelPolicyParams
- func NewDeleteSentinelPolicyParamsWithContext(ctx context.Context) *DeleteSentinelPolicyParams
- func NewDeleteSentinelPolicyParamsWithHTTPClient(client *http.Client) *DeleteSentinelPolicyParams
- func NewDeleteSentinelPolicyParamsWithTimeout(timeout time.Duration) *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) SetBody(body *models.HashicorpCloudVault20201125DeleteSentinelPolicyRequest)
- func (o *DeleteSentinelPolicyParams) SetClusterID(clusterID string)
- func (o *DeleteSentinelPolicyParams) SetContext(ctx context.Context)
- func (o *DeleteSentinelPolicyParams) SetDefaults()
- func (o *DeleteSentinelPolicyParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSentinelPolicyParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeleteSentinelPolicyParams) SetLocationProjectID(locationProjectID string)
- func (o *DeleteSentinelPolicyParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSentinelPolicyParams) WithBody(body *models.HashicorpCloudVault20201125DeleteSentinelPolicyRequest) *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) WithClusterID(clusterID string) *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) WithContext(ctx context.Context) *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) WithDefaults() *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) WithHTTPClient(client *http.Client) *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) WithLocationProjectID(locationProjectID string) *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) WithTimeout(timeout time.Duration) *DeleteSentinelPolicyParams
- func (o *DeleteSentinelPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSentinelPolicyReader
- type DeleteSnapshotDefault
- func (o *DeleteSnapshotDefault) Code() int
- func (o *DeleteSnapshotDefault) Error() string
- func (o *DeleteSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *DeleteSnapshotDefault) IsClientError() bool
- func (o *DeleteSnapshotDefault) IsCode(code int) bool
- func (o *DeleteSnapshotDefault) IsRedirect() bool
- func (o *DeleteSnapshotDefault) IsServerError() bool
- func (o *DeleteSnapshotDefault) IsSuccess() bool
- func (o *DeleteSnapshotDefault) String() string
- type DeleteSnapshotOK
- func (o *DeleteSnapshotOK) Code() int
- func (o *DeleteSnapshotOK) Error() string
- func (o *DeleteSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125DeleteSnapshotResponse
- func (o *DeleteSnapshotOK) IsClientError() bool
- func (o *DeleteSnapshotOK) IsCode(code int) bool
- func (o *DeleteSnapshotOK) IsRedirect() bool
- func (o *DeleteSnapshotOK) IsServerError() bool
- func (o *DeleteSnapshotOK) IsSuccess() bool
- func (o *DeleteSnapshotOK) String() string
- type DeleteSnapshotParams
- func NewDeleteSnapshotParams() *DeleteSnapshotParams
- func NewDeleteSnapshotParamsWithContext(ctx context.Context) *DeleteSnapshotParams
- func NewDeleteSnapshotParamsWithHTTPClient(client *http.Client) *DeleteSnapshotParams
- func NewDeleteSnapshotParamsWithTimeout(timeout time.Duration) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) SetContext(ctx context.Context)
- func (o *DeleteSnapshotParams) SetDefaults()
- func (o *DeleteSnapshotParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSnapshotParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeleteSnapshotParams) SetLocationProjectID(locationProjectID string)
- func (o *DeleteSnapshotParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DeleteSnapshotParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DeleteSnapshotParams) SetSnapshotID(snapshotID string)
- func (o *DeleteSnapshotParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSnapshotParams) WithContext(ctx context.Context) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WithDefaults() *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WithHTTPClient(client *http.Client) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WithLocationProjectID(locationProjectID string) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WithSnapshotID(snapshotID string) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WithTimeout(timeout time.Duration) *DeleteSnapshotParams
- func (o *DeleteSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSnapshotReader
- type DeregisterLinkedClusterDefault
- func (o *DeregisterLinkedClusterDefault) Code() int
- func (o *DeregisterLinkedClusterDefault) Error() string
- func (o *DeregisterLinkedClusterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *DeregisterLinkedClusterDefault) IsClientError() bool
- func (o *DeregisterLinkedClusterDefault) IsCode(code int) bool
- func (o *DeregisterLinkedClusterDefault) IsRedirect() bool
- func (o *DeregisterLinkedClusterDefault) IsServerError() bool
- func (o *DeregisterLinkedClusterDefault) IsSuccess() bool
- func (o *DeregisterLinkedClusterDefault) String() string
- type DeregisterLinkedClusterOK
- func (o *DeregisterLinkedClusterOK) Code() int
- func (o *DeregisterLinkedClusterOK) Error() string
- func (o *DeregisterLinkedClusterOK) GetPayload() *models.HashicorpCloudVault20201125DeregisterLinkedClusterResponse
- func (o *DeregisterLinkedClusterOK) IsClientError() bool
- func (o *DeregisterLinkedClusterOK) IsCode(code int) bool
- func (o *DeregisterLinkedClusterOK) IsRedirect() bool
- func (o *DeregisterLinkedClusterOK) IsServerError() bool
- func (o *DeregisterLinkedClusterOK) IsSuccess() bool
- func (o *DeregisterLinkedClusterOK) String() string
- type DeregisterLinkedClusterParams
- func NewDeregisterLinkedClusterParams() *DeregisterLinkedClusterParams
- func NewDeregisterLinkedClusterParamsWithContext(ctx context.Context) *DeregisterLinkedClusterParams
- func NewDeregisterLinkedClusterParamsWithHTTPClient(client *http.Client) *DeregisterLinkedClusterParams
- func NewDeregisterLinkedClusterParamsWithTimeout(timeout time.Duration) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) SetClusterID(clusterID string)
- func (o *DeregisterLinkedClusterParams) SetContext(ctx context.Context)
- func (o *DeregisterLinkedClusterParams) SetDefaults()
- func (o *DeregisterLinkedClusterParams) SetHTTPClient(client *http.Client)
- func (o *DeregisterLinkedClusterParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeregisterLinkedClusterParams) SetLocationProjectID(locationProjectID string)
- func (o *DeregisterLinkedClusterParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DeregisterLinkedClusterParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DeregisterLinkedClusterParams) SetTimeout(timeout time.Duration)
- func (o *DeregisterLinkedClusterParams) WithClusterID(clusterID string) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WithContext(ctx context.Context) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WithDefaults() *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WithHTTPClient(client *http.Client) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WithLocationOrganizationID(locationOrganizationID string) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WithLocationProjectID(locationProjectID string) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WithLocationRegionProvider(locationRegionProvider *string) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WithLocationRegionRegion(locationRegionRegion *string) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WithTimeout(timeout time.Duration) *DeregisterLinkedClusterParams
- func (o *DeregisterLinkedClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeregisterLinkedClusterReader
- type DisableCORSDefault
- func (o *DisableCORSDefault) Code() int
- func (o *DisableCORSDefault) Error() string
- func (o *DisableCORSDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *DisableCORSDefault) IsClientError() bool
- func (o *DisableCORSDefault) IsCode(code int) bool
- func (o *DisableCORSDefault) IsRedirect() bool
- func (o *DisableCORSDefault) IsServerError() bool
- func (o *DisableCORSDefault) IsSuccess() bool
- func (o *DisableCORSDefault) String() string
- type DisableCORSOK
- func (o *DisableCORSOK) Code() int
- func (o *DisableCORSOK) Error() string
- func (o *DisableCORSOK) GetPayload() models.HashicorpCloudVault20201125DisableCORSResponse
- func (o *DisableCORSOK) IsClientError() bool
- func (o *DisableCORSOK) IsCode(code int) bool
- func (o *DisableCORSOK) IsRedirect() bool
- func (o *DisableCORSOK) IsServerError() bool
- func (o *DisableCORSOK) IsSuccess() bool
- func (o *DisableCORSOK) String() string
- type DisableCORSParams
- func (o *DisableCORSParams) SetClusterID(clusterID string)
- func (o *DisableCORSParams) SetContext(ctx context.Context)
- func (o *DisableCORSParams) SetDefaults()
- func (o *DisableCORSParams) SetHTTPClient(client *http.Client)
- func (o *DisableCORSParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DisableCORSParams) SetLocationProjectID(locationProjectID string)
- func (o *DisableCORSParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DisableCORSParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DisableCORSParams) SetTimeout(timeout time.Duration)
- func (o *DisableCORSParams) WithClusterID(clusterID string) *DisableCORSParams
- func (o *DisableCORSParams) WithContext(ctx context.Context) *DisableCORSParams
- func (o *DisableCORSParams) WithDefaults() *DisableCORSParams
- func (o *DisableCORSParams) WithHTTPClient(client *http.Client) *DisableCORSParams
- func (o *DisableCORSParams) WithLocationOrganizationID(locationOrganizationID string) *DisableCORSParams
- func (o *DisableCORSParams) WithLocationProjectID(locationProjectID string) *DisableCORSParams
- func (o *DisableCORSParams) WithLocationRegionProvider(locationRegionProvider *string) *DisableCORSParams
- func (o *DisableCORSParams) WithLocationRegionRegion(locationRegionRegion *string) *DisableCORSParams
- func (o *DisableCORSParams) WithTimeout(timeout time.Duration) *DisableCORSParams
- func (o *DisableCORSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DisableCORSReader
- type FetchAuditLogDefault
- func (o *FetchAuditLogDefault) Code() int
- func (o *FetchAuditLogDefault) Error() string
- func (o *FetchAuditLogDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *FetchAuditLogDefault) IsClientError() bool
- func (o *FetchAuditLogDefault) IsCode(code int) bool
- func (o *FetchAuditLogDefault) IsRedirect() bool
- func (o *FetchAuditLogDefault) IsServerError() bool
- func (o *FetchAuditLogDefault) IsSuccess() bool
- func (o *FetchAuditLogDefault) String() string
- type FetchAuditLogOK
- func (o *FetchAuditLogOK) Code() int
- func (o *FetchAuditLogOK) Error() string
- func (o *FetchAuditLogOK) GetPayload() *models.HashicorpCloudVault20201125FetchAuditLogResponse
- func (o *FetchAuditLogOK) IsClientError() bool
- func (o *FetchAuditLogOK) IsCode(code int) bool
- func (o *FetchAuditLogOK) IsRedirect() bool
- func (o *FetchAuditLogOK) IsServerError() bool
- func (o *FetchAuditLogOK) IsSuccess() bool
- func (o *FetchAuditLogOK) String() string
- type FetchAuditLogParams
- func (o *FetchAuditLogParams) SetBody(body *models.HashicorpCloudVault20201125FetchAuditLogRequest)
- func (o *FetchAuditLogParams) SetClusterID(clusterID string)
- func (o *FetchAuditLogParams) SetContext(ctx context.Context)
- func (o *FetchAuditLogParams) SetDefaults()
- func (o *FetchAuditLogParams) SetHTTPClient(client *http.Client)
- func (o *FetchAuditLogParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *FetchAuditLogParams) SetLocationProjectID(locationProjectID string)
- func (o *FetchAuditLogParams) SetTimeout(timeout time.Duration)
- func (o *FetchAuditLogParams) WithBody(body *models.HashicorpCloudVault20201125FetchAuditLogRequest) *FetchAuditLogParams
- func (o *FetchAuditLogParams) WithClusterID(clusterID string) *FetchAuditLogParams
- func (o *FetchAuditLogParams) WithContext(ctx context.Context) *FetchAuditLogParams
- func (o *FetchAuditLogParams) WithDefaults() *FetchAuditLogParams
- func (o *FetchAuditLogParams) WithHTTPClient(client *http.Client) *FetchAuditLogParams
- func (o *FetchAuditLogParams) WithLocationOrganizationID(locationOrganizationID string) *FetchAuditLogParams
- func (o *FetchAuditLogParams) WithLocationProjectID(locationProjectID string) *FetchAuditLogParams
- func (o *FetchAuditLogParams) WithTimeout(timeout time.Duration) *FetchAuditLogParams
- func (o *FetchAuditLogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FetchAuditLogReader
- type GetAdminTokenDefault
- func (o *GetAdminTokenDefault) Code() int
- func (o *GetAdminTokenDefault) Error() string
- func (o *GetAdminTokenDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetAdminTokenDefault) IsClientError() bool
- func (o *GetAdminTokenDefault) IsCode(code int) bool
- func (o *GetAdminTokenDefault) IsRedirect() bool
- func (o *GetAdminTokenDefault) IsServerError() bool
- func (o *GetAdminTokenDefault) IsSuccess() bool
- func (o *GetAdminTokenDefault) String() string
- type GetAdminTokenOK
- func (o *GetAdminTokenOK) Code() int
- func (o *GetAdminTokenOK) Error() string
- func (o *GetAdminTokenOK) GetPayload() *models.HashicorpCloudVault20201125GetAdminTokenResponse
- func (o *GetAdminTokenOK) IsClientError() bool
- func (o *GetAdminTokenOK) IsCode(code int) bool
- func (o *GetAdminTokenOK) IsRedirect() bool
- func (o *GetAdminTokenOK) IsServerError() bool
- func (o *GetAdminTokenOK) IsSuccess() bool
- func (o *GetAdminTokenOK) String() string
- type GetAdminTokenParams
- func (o *GetAdminTokenParams) SetClusterID(clusterID string)
- func (o *GetAdminTokenParams) SetContext(ctx context.Context)
- func (o *GetAdminTokenParams) SetDefaults()
- func (o *GetAdminTokenParams) SetHTTPClient(client *http.Client)
- func (o *GetAdminTokenParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetAdminTokenParams) SetLocationProjectID(locationProjectID string)
- func (o *GetAdminTokenParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetAdminTokenParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetAdminTokenParams) SetTimeout(timeout time.Duration)
- func (o *GetAdminTokenParams) WithClusterID(clusterID string) *GetAdminTokenParams
- func (o *GetAdminTokenParams) WithContext(ctx context.Context) *GetAdminTokenParams
- func (o *GetAdminTokenParams) WithDefaults() *GetAdminTokenParams
- func (o *GetAdminTokenParams) WithHTTPClient(client *http.Client) *GetAdminTokenParams
- func (o *GetAdminTokenParams) WithLocationOrganizationID(locationOrganizationID string) *GetAdminTokenParams
- func (o *GetAdminTokenParams) WithLocationProjectID(locationProjectID string) *GetAdminTokenParams
- func (o *GetAdminTokenParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAdminTokenParams
- func (o *GetAdminTokenParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAdminTokenParams
- func (o *GetAdminTokenParams) WithTimeout(timeout time.Duration) *GetAdminTokenParams
- func (o *GetAdminTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAdminTokenReader
- type GetAuditLogStatusDefault
- func (o *GetAuditLogStatusDefault) Code() int
- func (o *GetAuditLogStatusDefault) Error() string
- func (o *GetAuditLogStatusDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetAuditLogStatusDefault) IsClientError() bool
- func (o *GetAuditLogStatusDefault) IsCode(code int) bool
- func (o *GetAuditLogStatusDefault) IsRedirect() bool
- func (o *GetAuditLogStatusDefault) IsServerError() bool
- func (o *GetAuditLogStatusDefault) IsSuccess() bool
- func (o *GetAuditLogStatusDefault) String() string
- type GetAuditLogStatusOK
- func (o *GetAuditLogStatusOK) Code() int
- func (o *GetAuditLogStatusOK) Error() string
- func (o *GetAuditLogStatusOK) GetPayload() *models.HashicorpCloudVault20201125GetAuditLogStatusResponse
- func (o *GetAuditLogStatusOK) IsClientError() bool
- func (o *GetAuditLogStatusOK) IsCode(code int) bool
- func (o *GetAuditLogStatusOK) IsRedirect() bool
- func (o *GetAuditLogStatusOK) IsServerError() bool
- func (o *GetAuditLogStatusOK) IsSuccess() bool
- func (o *GetAuditLogStatusOK) String() string
- type GetAuditLogStatusParams
- func NewGetAuditLogStatusParams() *GetAuditLogStatusParams
- func NewGetAuditLogStatusParamsWithContext(ctx context.Context) *GetAuditLogStatusParams
- func NewGetAuditLogStatusParamsWithHTTPClient(client *http.Client) *GetAuditLogStatusParams
- func NewGetAuditLogStatusParamsWithTimeout(timeout time.Duration) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) SetClusterID(clusterID string)
- func (o *GetAuditLogStatusParams) SetContext(ctx context.Context)
- func (o *GetAuditLogStatusParams) SetDefaults()
- func (o *GetAuditLogStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetAuditLogStatusParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetAuditLogStatusParams) SetLocationProjectID(locationProjectID string)
- func (o *GetAuditLogStatusParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetAuditLogStatusParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetAuditLogStatusParams) SetLogID(logID string)
- func (o *GetAuditLogStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetAuditLogStatusParams) WithClusterID(clusterID string) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithContext(ctx context.Context) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithDefaults() *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithHTTPClient(client *http.Client) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithLocationOrganizationID(locationOrganizationID string) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithLocationProjectID(locationProjectID string) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithLogID(logID string) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WithTimeout(timeout time.Duration) *GetAuditLogStatusParams
- func (o *GetAuditLogStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAuditLogStatusReader
- type GetAvailableProvidersDefault
- func (o *GetAvailableProvidersDefault) Code() int
- func (o *GetAvailableProvidersDefault) Error() string
- func (o *GetAvailableProvidersDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetAvailableProvidersDefault) IsClientError() bool
- func (o *GetAvailableProvidersDefault) IsCode(code int) bool
- func (o *GetAvailableProvidersDefault) IsRedirect() bool
- func (o *GetAvailableProvidersDefault) IsServerError() bool
- func (o *GetAvailableProvidersDefault) IsSuccess() bool
- func (o *GetAvailableProvidersDefault) String() string
- type GetAvailableProvidersOK
- func (o *GetAvailableProvidersOK) Code() int
- func (o *GetAvailableProvidersOK) Error() string
- func (o *GetAvailableProvidersOK) GetPayload() *models.HashicorpCloudVault20201125GetAvailableProvidersResponse
- func (o *GetAvailableProvidersOK) IsClientError() bool
- func (o *GetAvailableProvidersOK) IsCode(code int) bool
- func (o *GetAvailableProvidersOK) IsRedirect() bool
- func (o *GetAvailableProvidersOK) IsServerError() bool
- func (o *GetAvailableProvidersOK) IsSuccess() bool
- func (o *GetAvailableProvidersOK) String() string
- type GetAvailableProvidersParams
- func NewGetAvailableProvidersParams() *GetAvailableProvidersParams
- func NewGetAvailableProvidersParamsWithContext(ctx context.Context) *GetAvailableProvidersParams
- func NewGetAvailableProvidersParamsWithHTTPClient(client *http.Client) *GetAvailableProvidersParams
- func NewGetAvailableProvidersParamsWithTimeout(timeout time.Duration) *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) SetContext(ctx context.Context)
- func (o *GetAvailableProvidersParams) SetDefaults()
- func (o *GetAvailableProvidersParams) SetHTTPClient(client *http.Client)
- func (o *GetAvailableProvidersParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetAvailableProvidersParams) SetLocationProjectID(locationProjectID string)
- func (o *GetAvailableProvidersParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetAvailableProvidersParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetAvailableProvidersParams) SetTimeout(timeout time.Duration)
- func (o *GetAvailableProvidersParams) WithContext(ctx context.Context) *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) WithDefaults() *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) WithHTTPClient(client *http.Client) *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) WithLocationOrganizationID(locationOrganizationID string) *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) WithLocationProjectID(locationProjectID string) *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) WithTimeout(timeout time.Duration) *GetAvailableProvidersParams
- func (o *GetAvailableProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAvailableProvidersReader
- type GetAvailableTemplatesDefault
- func (o *GetAvailableTemplatesDefault) Code() int
- func (o *GetAvailableTemplatesDefault) Error() string
- func (o *GetAvailableTemplatesDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetAvailableTemplatesDefault) IsClientError() bool
- func (o *GetAvailableTemplatesDefault) IsCode(code int) bool
- func (o *GetAvailableTemplatesDefault) IsRedirect() bool
- func (o *GetAvailableTemplatesDefault) IsServerError() bool
- func (o *GetAvailableTemplatesDefault) IsSuccess() bool
- func (o *GetAvailableTemplatesDefault) String() string
- type GetAvailableTemplatesOK
- func (o *GetAvailableTemplatesOK) Code() int
- func (o *GetAvailableTemplatesOK) Error() string
- func (o *GetAvailableTemplatesOK) GetPayload() *models.HashicorpCloudVault20201125GetAvailableTemplatesResponse
- func (o *GetAvailableTemplatesOK) IsClientError() bool
- func (o *GetAvailableTemplatesOK) IsCode(code int) bool
- func (o *GetAvailableTemplatesOK) IsRedirect() bool
- func (o *GetAvailableTemplatesOK) IsServerError() bool
- func (o *GetAvailableTemplatesOK) IsSuccess() bool
- func (o *GetAvailableTemplatesOK) String() string
- type GetAvailableTemplatesParams
- func NewGetAvailableTemplatesParams() *GetAvailableTemplatesParams
- func NewGetAvailableTemplatesParamsWithContext(ctx context.Context) *GetAvailableTemplatesParams
- func NewGetAvailableTemplatesParamsWithHTTPClient(client *http.Client) *GetAvailableTemplatesParams
- func NewGetAvailableTemplatesParamsWithTimeout(timeout time.Duration) *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) SetContext(ctx context.Context)
- func (o *GetAvailableTemplatesParams) SetDefaults()
- func (o *GetAvailableTemplatesParams) SetHTTPClient(client *http.Client)
- func (o *GetAvailableTemplatesParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetAvailableTemplatesParams) SetLocationProjectID(locationProjectID string)
- func (o *GetAvailableTemplatesParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetAvailableTemplatesParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetAvailableTemplatesParams) SetTimeout(timeout time.Duration)
- func (o *GetAvailableTemplatesParams) WithContext(ctx context.Context) *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) WithDefaults() *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) WithHTTPClient(client *http.Client) *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) WithLocationOrganizationID(locationOrganizationID string) *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) WithLocationProjectID(locationProjectID string) *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) WithTimeout(timeout time.Duration) *GetAvailableTemplatesParams
- func (o *GetAvailableTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAvailableTemplatesReader
- type GetCORSConfigDefault
- func (o *GetCORSConfigDefault) Code() int
- func (o *GetCORSConfigDefault) Error() string
- func (o *GetCORSConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetCORSConfigDefault) IsClientError() bool
- func (o *GetCORSConfigDefault) IsCode(code int) bool
- func (o *GetCORSConfigDefault) IsRedirect() bool
- func (o *GetCORSConfigDefault) IsServerError() bool
- func (o *GetCORSConfigDefault) IsSuccess() bool
- func (o *GetCORSConfigDefault) String() string
- type GetCORSConfigOK
- func (o *GetCORSConfigOK) Code() int
- func (o *GetCORSConfigOK) Error() string
- func (o *GetCORSConfigOK) GetPayload() *models.HashicorpCloudVault20201125GetCORSConfigResponse
- func (o *GetCORSConfigOK) IsClientError() bool
- func (o *GetCORSConfigOK) IsCode(code int) bool
- func (o *GetCORSConfigOK) IsRedirect() bool
- func (o *GetCORSConfigOK) IsServerError() bool
- func (o *GetCORSConfigOK) IsSuccess() bool
- func (o *GetCORSConfigOK) String() string
- type GetCORSConfigParams
- func (o *GetCORSConfigParams) SetClusterID(clusterID string)
- func (o *GetCORSConfigParams) SetContext(ctx context.Context)
- func (o *GetCORSConfigParams) SetDefaults()
- func (o *GetCORSConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetCORSConfigParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetCORSConfigParams) SetLocationProjectID(locationProjectID string)
- func (o *GetCORSConfigParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetCORSConfigParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetCORSConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetCORSConfigParams) WithClusterID(clusterID string) *GetCORSConfigParams
- func (o *GetCORSConfigParams) WithContext(ctx context.Context) *GetCORSConfigParams
- func (o *GetCORSConfigParams) WithDefaults() *GetCORSConfigParams
- func (o *GetCORSConfigParams) WithHTTPClient(client *http.Client) *GetCORSConfigParams
- func (o *GetCORSConfigParams) WithLocationOrganizationID(locationOrganizationID string) *GetCORSConfigParams
- func (o *GetCORSConfigParams) WithLocationProjectID(locationProjectID string) *GetCORSConfigParams
- func (o *GetCORSConfigParams) WithLocationRegionProvider(locationRegionProvider *string) *GetCORSConfigParams
- func (o *GetCORSConfigParams) WithLocationRegionRegion(locationRegionRegion *string) *GetCORSConfigParams
- func (o *GetCORSConfigParams) WithTimeout(timeout time.Duration) *GetCORSConfigParams
- func (o *GetCORSConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCORSConfigReader
- type GetClientCountsDefault
- func (o *GetClientCountsDefault) Code() int
- func (o *GetClientCountsDefault) Error() string
- func (o *GetClientCountsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetClientCountsDefault) IsClientError() bool
- func (o *GetClientCountsDefault) IsCode(code int) bool
- func (o *GetClientCountsDefault) IsRedirect() bool
- func (o *GetClientCountsDefault) IsServerError() bool
- func (o *GetClientCountsDefault) IsSuccess() bool
- func (o *GetClientCountsDefault) String() string
- type GetClientCountsOK
- func (o *GetClientCountsOK) Code() int
- func (o *GetClientCountsOK) Error() string
- func (o *GetClientCountsOK) GetPayload() *models.HashicorpCloudVault20201125GetClientCountsResponse
- func (o *GetClientCountsOK) IsClientError() bool
- func (o *GetClientCountsOK) IsCode(code int) bool
- func (o *GetClientCountsOK) IsRedirect() bool
- func (o *GetClientCountsOK) IsServerError() bool
- func (o *GetClientCountsOK) IsSuccess() bool
- func (o *GetClientCountsOK) String() string
- type GetClientCountsParams
- func NewGetClientCountsParams() *GetClientCountsParams
- func NewGetClientCountsParamsWithContext(ctx context.Context) *GetClientCountsParams
- func NewGetClientCountsParamsWithHTTPClient(client *http.Client) *GetClientCountsParams
- func NewGetClientCountsParamsWithTimeout(timeout time.Duration) *GetClientCountsParams
- func (o *GetClientCountsParams) SetClusterID(clusterID string)
- func (o *GetClientCountsParams) SetContext(ctx context.Context)
- func (o *GetClientCountsParams) SetDefaults()
- func (o *GetClientCountsParams) SetHTTPClient(client *http.Client)
- func (o *GetClientCountsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetClientCountsParams) SetLocationProjectID(locationProjectID string)
- func (o *GetClientCountsParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetClientCountsParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetClientCountsParams) SetTimeout(timeout time.Duration)
- func (o *GetClientCountsParams) WithClusterID(clusterID string) *GetClientCountsParams
- func (o *GetClientCountsParams) WithContext(ctx context.Context) *GetClientCountsParams
- func (o *GetClientCountsParams) WithDefaults() *GetClientCountsParams
- func (o *GetClientCountsParams) WithHTTPClient(client *http.Client) *GetClientCountsParams
- func (o *GetClientCountsParams) WithLocationOrganizationID(locationOrganizationID string) *GetClientCountsParams
- func (o *GetClientCountsParams) WithLocationProjectID(locationProjectID string) *GetClientCountsParams
- func (o *GetClientCountsParams) WithLocationRegionProvider(locationRegionProvider *string) *GetClientCountsParams
- func (o *GetClientCountsParams) WithLocationRegionRegion(locationRegionRegion *string) *GetClientCountsParams
- func (o *GetClientCountsParams) WithTimeout(timeout time.Duration) *GetClientCountsParams
- func (o *GetClientCountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClientCountsReader
- type GetCurrentMilestoneDefault
- func (o *GetCurrentMilestoneDefault) Code() int
- func (o *GetCurrentMilestoneDefault) Error() string
- func (o *GetCurrentMilestoneDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetCurrentMilestoneDefault) IsClientError() bool
- func (o *GetCurrentMilestoneDefault) IsCode(code int) bool
- func (o *GetCurrentMilestoneDefault) IsRedirect() bool
- func (o *GetCurrentMilestoneDefault) IsServerError() bool
- func (o *GetCurrentMilestoneDefault) IsSuccess() bool
- func (o *GetCurrentMilestoneDefault) String() string
- type GetCurrentMilestoneOK
- func (o *GetCurrentMilestoneOK) Code() int
- func (o *GetCurrentMilestoneOK) Error() string
- func (o *GetCurrentMilestoneOK) GetPayload() *models.HashicorpCloudVault20201125GetCurrentMilestoneResponse
- func (o *GetCurrentMilestoneOK) IsClientError() bool
- func (o *GetCurrentMilestoneOK) IsCode(code int) bool
- func (o *GetCurrentMilestoneOK) IsRedirect() bool
- func (o *GetCurrentMilestoneOK) IsServerError() bool
- func (o *GetCurrentMilestoneOK) IsSuccess() bool
- func (o *GetCurrentMilestoneOK) String() string
- type GetCurrentMilestoneParams
- func NewGetCurrentMilestoneParams() *GetCurrentMilestoneParams
- func NewGetCurrentMilestoneParamsWithContext(ctx context.Context) *GetCurrentMilestoneParams
- func NewGetCurrentMilestoneParamsWithHTTPClient(client *http.Client) *GetCurrentMilestoneParams
- func NewGetCurrentMilestoneParamsWithTimeout(timeout time.Duration) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) SetClusterID(clusterID string)
- func (o *GetCurrentMilestoneParams) SetContext(ctx context.Context)
- func (o *GetCurrentMilestoneParams) SetDefaults()
- func (o *GetCurrentMilestoneParams) SetHTTPClient(client *http.Client)
- func (o *GetCurrentMilestoneParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetCurrentMilestoneParams) SetLocationProjectID(locationProjectID string)
- func (o *GetCurrentMilestoneParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetCurrentMilestoneParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetCurrentMilestoneParams) SetTimeout(timeout time.Duration)
- func (o *GetCurrentMilestoneParams) WithClusterID(clusterID string) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WithContext(ctx context.Context) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WithDefaults() *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WithHTTPClient(client *http.Client) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WithLocationOrganizationID(locationOrganizationID string) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WithLocationProjectID(locationProjectID string) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WithLocationRegionProvider(locationRegionProvider *string) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WithLocationRegionRegion(locationRegionRegion *string) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WithTimeout(timeout time.Duration) *GetCurrentMilestoneParams
- func (o *GetCurrentMilestoneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCurrentMilestoneReader
- type GetDefault
- func (o *GetDefault) Code() int
- func (o *GetDefault) Error() string
- func (o *GetDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetDefault) IsClientError() bool
- func (o *GetDefault) IsCode(code int) bool
- func (o *GetDefault) IsRedirect() bool
- func (o *GetDefault) IsServerError() bool
- func (o *GetDefault) IsSuccess() bool
- func (o *GetDefault) String() string
- type GetLinkedClusterDefault
- func (o *GetLinkedClusterDefault) Code() int
- func (o *GetLinkedClusterDefault) Error() string
- func (o *GetLinkedClusterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetLinkedClusterDefault) IsClientError() bool
- func (o *GetLinkedClusterDefault) IsCode(code int) bool
- func (o *GetLinkedClusterDefault) IsRedirect() bool
- func (o *GetLinkedClusterDefault) IsServerError() bool
- func (o *GetLinkedClusterDefault) IsSuccess() bool
- func (o *GetLinkedClusterDefault) String() string
- type GetLinkedClusterOK
- func (o *GetLinkedClusterOK) Code() int
- func (o *GetLinkedClusterOK) Error() string
- func (o *GetLinkedClusterOK) GetPayload() *models.HashicorpCloudVault20201125GetLinkedClusterResponse
- func (o *GetLinkedClusterOK) IsClientError() bool
- func (o *GetLinkedClusterOK) IsCode(code int) bool
- func (o *GetLinkedClusterOK) IsRedirect() bool
- func (o *GetLinkedClusterOK) IsServerError() bool
- func (o *GetLinkedClusterOK) IsSuccess() bool
- func (o *GetLinkedClusterOK) String() string
- type GetLinkedClusterParams
- func NewGetLinkedClusterParams() *GetLinkedClusterParams
- func NewGetLinkedClusterParamsWithContext(ctx context.Context) *GetLinkedClusterParams
- func NewGetLinkedClusterParamsWithHTTPClient(client *http.Client) *GetLinkedClusterParams
- func NewGetLinkedClusterParamsWithTimeout(timeout time.Duration) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) SetClusterID(clusterID string)
- func (o *GetLinkedClusterParams) SetContext(ctx context.Context)
- func (o *GetLinkedClusterParams) SetDefaults()
- func (o *GetLinkedClusterParams) SetHTTPClient(client *http.Client)
- func (o *GetLinkedClusterParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetLinkedClusterParams) SetLocationProjectID(locationProjectID string)
- func (o *GetLinkedClusterParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetLinkedClusterParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetLinkedClusterParams) SetTimeout(timeout time.Duration)
- func (o *GetLinkedClusterParams) WithClusterID(clusterID string) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WithContext(ctx context.Context) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WithDefaults() *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WithHTTPClient(client *http.Client) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WithLocationOrganizationID(locationOrganizationID string) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WithLocationProjectID(locationProjectID string) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WithLocationRegionProvider(locationRegionProvider *string) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WithLocationRegionRegion(locationRegionRegion *string) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WithTimeout(timeout time.Duration) *GetLinkedClusterParams
- func (o *GetLinkedClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLinkedClusterReader
- type GetOK
- func (o *GetOK) Code() int
- func (o *GetOK) Error() string
- func (o *GetOK) GetPayload() *models.HashicorpCloudVault20201125GetResponse
- func (o *GetOK) IsClientError() bool
- func (o *GetOK) IsCode(code int) bool
- func (o *GetOK) IsRedirect() bool
- func (o *GetOK) IsServerError() bool
- func (o *GetOK) IsSuccess() bool
- func (o *GetOK) String() string
- type GetParams
- func (o *GetParams) SetClusterID(clusterID string)
- func (o *GetParams) SetContext(ctx context.Context)
- func (o *GetParams) SetDefaults()
- func (o *GetParams) SetHTTPClient(client *http.Client)
- func (o *GetParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetParams) SetLocationProjectID(locationProjectID string)
- func (o *GetParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetParams) SetTimeout(timeout time.Duration)
- func (o *GetParams) WithClusterID(clusterID string) *GetParams
- func (o *GetParams) WithContext(ctx context.Context) *GetParams
- func (o *GetParams) WithDefaults() *GetParams
- func (o *GetParams) WithHTTPClient(client *http.Client) *GetParams
- func (o *GetParams) WithLocationOrganizationID(locationOrganizationID string) *GetParams
- func (o *GetParams) WithLocationProjectID(locationProjectID string) *GetParams
- func (o *GetParams) WithLocationRegionProvider(locationRegionProvider *string) *GetParams
- func (o *GetParams) WithLocationRegionRegion(locationRegionRegion *string) *GetParams
- func (o *GetParams) WithTimeout(timeout time.Duration) *GetParams
- func (o *GetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetReader
- type GetReplicationStatusDefault
- func (o *GetReplicationStatusDefault) Code() int
- func (o *GetReplicationStatusDefault) Error() string
- func (o *GetReplicationStatusDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetReplicationStatusDefault) IsClientError() bool
- func (o *GetReplicationStatusDefault) IsCode(code int) bool
- func (o *GetReplicationStatusDefault) IsRedirect() bool
- func (o *GetReplicationStatusDefault) IsServerError() bool
- func (o *GetReplicationStatusDefault) IsSuccess() bool
- func (o *GetReplicationStatusDefault) String() string
- type GetReplicationStatusOK
- func (o *GetReplicationStatusOK) Code() int
- func (o *GetReplicationStatusOK) Error() string
- func (o *GetReplicationStatusOK) GetPayload() *models.HashicorpCloudVault20201125GetReplicationStatusResponse
- func (o *GetReplicationStatusOK) IsClientError() bool
- func (o *GetReplicationStatusOK) IsCode(code int) bool
- func (o *GetReplicationStatusOK) IsRedirect() bool
- func (o *GetReplicationStatusOK) IsServerError() bool
- func (o *GetReplicationStatusOK) IsSuccess() bool
- func (o *GetReplicationStatusOK) String() string
- type GetReplicationStatusParams
- func NewGetReplicationStatusParams() *GetReplicationStatusParams
- func NewGetReplicationStatusParamsWithContext(ctx context.Context) *GetReplicationStatusParams
- func NewGetReplicationStatusParamsWithHTTPClient(client *http.Client) *GetReplicationStatusParams
- func NewGetReplicationStatusParamsWithTimeout(timeout time.Duration) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) SetClusterID(clusterID string)
- func (o *GetReplicationStatusParams) SetContext(ctx context.Context)
- func (o *GetReplicationStatusParams) SetDefaults()
- func (o *GetReplicationStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetReplicationStatusParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetReplicationStatusParams) SetLocationProjectID(locationProjectID string)
- func (o *GetReplicationStatusParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetReplicationStatusParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetReplicationStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetReplicationStatusParams) WithClusterID(clusterID string) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WithContext(ctx context.Context) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WithDefaults() *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WithHTTPClient(client *http.Client) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WithLocationOrganizationID(locationOrganizationID string) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WithLocationProjectID(locationProjectID string) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WithLocationRegionProvider(locationRegionProvider *string) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WithLocationRegionRegion(locationRegionRegion *string) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WithTimeout(timeout time.Duration) *GetReplicationStatusParams
- func (o *GetReplicationStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetReplicationStatusReader
- type GetSnapshotDefault
- func (o *GetSnapshotDefault) Code() int
- func (o *GetSnapshotDefault) Error() string
- func (o *GetSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetSnapshotDefault) IsClientError() bool
- func (o *GetSnapshotDefault) IsCode(code int) bool
- func (o *GetSnapshotDefault) IsRedirect() bool
- func (o *GetSnapshotDefault) IsServerError() bool
- func (o *GetSnapshotDefault) IsSuccess() bool
- func (o *GetSnapshotDefault) String() string
- type GetSnapshotOK
- func (o *GetSnapshotOK) Code() int
- func (o *GetSnapshotOK) Error() string
- func (o *GetSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125GetSnapshotResponse
- func (o *GetSnapshotOK) IsClientError() bool
- func (o *GetSnapshotOK) IsCode(code int) bool
- func (o *GetSnapshotOK) IsRedirect() bool
- func (o *GetSnapshotOK) IsServerError() bool
- func (o *GetSnapshotOK) IsSuccess() bool
- func (o *GetSnapshotOK) String() string
- type GetSnapshotParams
- func (o *GetSnapshotParams) SetContext(ctx context.Context)
- func (o *GetSnapshotParams) SetDefaults()
- func (o *GetSnapshotParams) SetHTTPClient(client *http.Client)
- func (o *GetSnapshotParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetSnapshotParams) SetLocationProjectID(locationProjectID string)
- func (o *GetSnapshotParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetSnapshotParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetSnapshotParams) SetSnapshotID(snapshotID string)
- func (o *GetSnapshotParams) SetTimeout(timeout time.Duration)
- func (o *GetSnapshotParams) WithContext(ctx context.Context) *GetSnapshotParams
- func (o *GetSnapshotParams) WithDefaults() *GetSnapshotParams
- func (o *GetSnapshotParams) WithHTTPClient(client *http.Client) *GetSnapshotParams
- func (o *GetSnapshotParams) WithLocationOrganizationID(locationOrganizationID string) *GetSnapshotParams
- func (o *GetSnapshotParams) WithLocationProjectID(locationProjectID string) *GetSnapshotParams
- func (o *GetSnapshotParams) WithLocationRegionProvider(locationRegionProvider *string) *GetSnapshotParams
- func (o *GetSnapshotParams) WithLocationRegionRegion(locationRegionRegion *string) *GetSnapshotParams
- func (o *GetSnapshotParams) WithSnapshotID(snapshotID string) *GetSnapshotParams
- func (o *GetSnapshotParams) WithTimeout(timeout time.Duration) *GetSnapshotParams
- func (o *GetSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSnapshotReader
- type GetUtilizationDefault
- func (o *GetUtilizationDefault) Code() int
- func (o *GetUtilizationDefault) Error() string
- func (o *GetUtilizationDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *GetUtilizationDefault) IsClientError() bool
- func (o *GetUtilizationDefault) IsCode(code int) bool
- func (o *GetUtilizationDefault) IsRedirect() bool
- func (o *GetUtilizationDefault) IsServerError() bool
- func (o *GetUtilizationDefault) IsSuccess() bool
- func (o *GetUtilizationDefault) String() string
- type GetUtilizationOK
- func (o *GetUtilizationOK) Code() int
- func (o *GetUtilizationOK) Error() string
- func (o *GetUtilizationOK) GetPayload() *models.HashicorpCloudVault20201125GetUtilizationResponse
- func (o *GetUtilizationOK) IsClientError() bool
- func (o *GetUtilizationOK) IsCode(code int) bool
- func (o *GetUtilizationOK) IsRedirect() bool
- func (o *GetUtilizationOK) IsServerError() bool
- func (o *GetUtilizationOK) IsSuccess() bool
- func (o *GetUtilizationOK) String() string
- type GetUtilizationParams
- func NewGetUtilizationParams() *GetUtilizationParams
- func NewGetUtilizationParamsWithContext(ctx context.Context) *GetUtilizationParams
- func NewGetUtilizationParamsWithHTTPClient(client *http.Client) *GetUtilizationParams
- func NewGetUtilizationParamsWithTimeout(timeout time.Duration) *GetUtilizationParams
- func (o *GetUtilizationParams) SetClusterID(clusterID string)
- func (o *GetUtilizationParams) SetContext(ctx context.Context)
- func (o *GetUtilizationParams) SetDefaults()
- func (o *GetUtilizationParams) SetHTTPClient(client *http.Client)
- func (o *GetUtilizationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetUtilizationParams) SetLocationProjectID(locationProjectID string)
- func (o *GetUtilizationParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetUtilizationParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetUtilizationParams) SetTimeout(timeout time.Duration)
- func (o *GetUtilizationParams) WithClusterID(clusterID string) *GetUtilizationParams
- func (o *GetUtilizationParams) WithContext(ctx context.Context) *GetUtilizationParams
- func (o *GetUtilizationParams) WithDefaults() *GetUtilizationParams
- func (o *GetUtilizationParams) WithHTTPClient(client *http.Client) *GetUtilizationParams
- func (o *GetUtilizationParams) WithLocationOrganizationID(locationOrganizationID string) *GetUtilizationParams
- func (o *GetUtilizationParams) WithLocationProjectID(locationProjectID string) *GetUtilizationParams
- func (o *GetUtilizationParams) WithLocationRegionProvider(locationRegionProvider *string) *GetUtilizationParams
- func (o *GetUtilizationParams) WithLocationRegionRegion(locationRegionRegion *string) *GetUtilizationParams
- func (o *GetUtilizationParams) WithTimeout(timeout time.Duration) *GetUtilizationParams
- func (o *GetUtilizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetUtilizationReader
- type IsVaultPluginRegisteredDefault
- func (o *IsVaultPluginRegisteredDefault) Code() int
- func (o *IsVaultPluginRegisteredDefault) Error() string
- func (o *IsVaultPluginRegisteredDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *IsVaultPluginRegisteredDefault) IsClientError() bool
- func (o *IsVaultPluginRegisteredDefault) IsCode(code int) bool
- func (o *IsVaultPluginRegisteredDefault) IsRedirect() bool
- func (o *IsVaultPluginRegisteredDefault) IsServerError() bool
- func (o *IsVaultPluginRegisteredDefault) IsSuccess() bool
- func (o *IsVaultPluginRegisteredDefault) String() string
- type IsVaultPluginRegisteredOK
- func (o *IsVaultPluginRegisteredOK) Code() int
- func (o *IsVaultPluginRegisteredOK) Error() string
- func (o *IsVaultPluginRegisteredOK) GetPayload() *models.HashicorpCloudVault20201125IsVaultPluginRegisteredResponse
- func (o *IsVaultPluginRegisteredOK) IsClientError() bool
- func (o *IsVaultPluginRegisteredOK) IsCode(code int) bool
- func (o *IsVaultPluginRegisteredOK) IsRedirect() bool
- func (o *IsVaultPluginRegisteredOK) IsServerError() bool
- func (o *IsVaultPluginRegisteredOK) IsSuccess() bool
- func (o *IsVaultPluginRegisteredOK) String() string
- type IsVaultPluginRegisteredParams
- func NewIsVaultPluginRegisteredParams() *IsVaultPluginRegisteredParams
- func NewIsVaultPluginRegisteredParamsWithContext(ctx context.Context) *IsVaultPluginRegisteredParams
- func NewIsVaultPluginRegisteredParamsWithHTTPClient(client *http.Client) *IsVaultPluginRegisteredParams
- func NewIsVaultPluginRegisteredParamsWithTimeout(timeout time.Duration) *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) SetBody(body *models.HashicorpCloudVault20201125IsVaultPluginRegisteredRequest)
- func (o *IsVaultPluginRegisteredParams) SetClusterID(clusterID string)
- func (o *IsVaultPluginRegisteredParams) SetContext(ctx context.Context)
- func (o *IsVaultPluginRegisteredParams) SetDefaults()
- func (o *IsVaultPluginRegisteredParams) SetHTTPClient(client *http.Client)
- func (o *IsVaultPluginRegisteredParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *IsVaultPluginRegisteredParams) SetLocationProjectID(locationProjectID string)
- func (o *IsVaultPluginRegisteredParams) SetTimeout(timeout time.Duration)
- func (o *IsVaultPluginRegisteredParams) WithBody(body *models.HashicorpCloudVault20201125IsVaultPluginRegisteredRequest) *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) WithClusterID(clusterID string) *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) WithContext(ctx context.Context) *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) WithDefaults() *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) WithHTTPClient(client *http.Client) *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) WithLocationOrganizationID(locationOrganizationID string) *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) WithLocationProjectID(locationProjectID string) *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) WithTimeout(timeout time.Duration) *IsVaultPluginRegisteredParams
- func (o *IsVaultPluginRegisteredParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type IsVaultPluginRegisteredReader
- type ListAllClustersDefault
- func (o *ListAllClustersDefault) Code() int
- func (o *ListAllClustersDefault) Error() string
- func (o *ListAllClustersDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ListAllClustersDefault) IsClientError() bool
- func (o *ListAllClustersDefault) IsCode(code int) bool
- func (o *ListAllClustersDefault) IsRedirect() bool
- func (o *ListAllClustersDefault) IsServerError() bool
- func (o *ListAllClustersDefault) IsSuccess() bool
- func (o *ListAllClustersDefault) String() string
- type ListAllClustersOK
- func (o *ListAllClustersOK) Code() int
- func (o *ListAllClustersOK) Error() string
- func (o *ListAllClustersOK) GetPayload() *models.HashicorpCloudVault20201125ListAllClustersResponse
- func (o *ListAllClustersOK) IsClientError() bool
- func (o *ListAllClustersOK) IsCode(code int) bool
- func (o *ListAllClustersOK) IsRedirect() bool
- func (o *ListAllClustersOK) IsServerError() bool
- func (o *ListAllClustersOK) IsSuccess() bool
- func (o *ListAllClustersOK) String() string
- type ListAllClustersParams
- func NewListAllClustersParams() *ListAllClustersParams
- func NewListAllClustersParamsWithContext(ctx context.Context) *ListAllClustersParams
- func NewListAllClustersParamsWithHTTPClient(client *http.Client) *ListAllClustersParams
- func NewListAllClustersParamsWithTimeout(timeout time.Duration) *ListAllClustersParams
- func (o *ListAllClustersParams) SetContext(ctx context.Context)
- func (o *ListAllClustersParams) SetDefaults()
- func (o *ListAllClustersParams) SetFiltersPrimariesOnly(filtersPrimariesOnly *bool)
- func (o *ListAllClustersParams) SetHTTPClient(client *http.Client)
- func (o *ListAllClustersParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ListAllClustersParams) SetLocationProjectID(locationProjectID string)
- func (o *ListAllClustersParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *ListAllClustersParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *ListAllClustersParams) SetPaginationNextPageToken(paginationNextPageToken *string)
- func (o *ListAllClustersParams) SetPaginationPageSize(paginationPageSize *int64)
- func (o *ListAllClustersParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)
- func (o *ListAllClustersParams) SetTimeout(timeout time.Duration)
- func (o *ListAllClustersParams) WithContext(ctx context.Context) *ListAllClustersParams
- func (o *ListAllClustersParams) WithDefaults() *ListAllClustersParams
- func (o *ListAllClustersParams) WithFiltersPrimariesOnly(filtersPrimariesOnly *bool) *ListAllClustersParams
- func (o *ListAllClustersParams) WithHTTPClient(client *http.Client) *ListAllClustersParams
- func (o *ListAllClustersParams) WithLocationOrganizationID(locationOrganizationID string) *ListAllClustersParams
- func (o *ListAllClustersParams) WithLocationProjectID(locationProjectID string) *ListAllClustersParams
- func (o *ListAllClustersParams) WithLocationRegionProvider(locationRegionProvider *string) *ListAllClustersParams
- func (o *ListAllClustersParams) WithLocationRegionRegion(locationRegionRegion *string) *ListAllClustersParams
- func (o *ListAllClustersParams) WithPaginationNextPageToken(paginationNextPageToken *string) *ListAllClustersParams
- func (o *ListAllClustersParams) WithPaginationPageSize(paginationPageSize *int64) *ListAllClustersParams
- func (o *ListAllClustersParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *ListAllClustersParams
- func (o *ListAllClustersParams) WithTimeout(timeout time.Duration) *ListAllClustersParams
- func (o *ListAllClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAllClustersReader
- type ListDefault
- func (o *ListDefault) Code() int
- func (o *ListDefault) Error() string
- func (o *ListDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ListDefault) IsClientError() bool
- func (o *ListDefault) IsCode(code int) bool
- func (o *ListDefault) IsRedirect() bool
- func (o *ListDefault) IsServerError() bool
- func (o *ListDefault) IsSuccess() bool
- func (o *ListDefault) String() string
- type ListOK
- func (o *ListOK) Code() int
- func (o *ListOK) Error() string
- func (o *ListOK) GetPayload() *models.HashicorpCloudVault20201125ListResponse
- func (o *ListOK) IsClientError() bool
- func (o *ListOK) IsCode(code int) bool
- func (o *ListOK) IsRedirect() bool
- func (o *ListOK) IsServerError() bool
- func (o *ListOK) IsSuccess() bool
- func (o *ListOK) String() string
- type ListParams
- func (o *ListParams) SetContext(ctx context.Context)
- func (o *ListParams) SetDefaults()
- func (o *ListParams) SetFiltersPrimariesOnly(filtersPrimariesOnly *bool)
- func (o *ListParams) SetHTTPClient(client *http.Client)
- func (o *ListParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ListParams) SetLocationProjectID(locationProjectID string)
- func (o *ListParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *ListParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *ListParams) SetPaginationNextPageToken(paginationNextPageToken *string)
- func (o *ListParams) SetPaginationPageSize(paginationPageSize *int64)
- func (o *ListParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)
- func (o *ListParams) SetTimeout(timeout time.Duration)
- func (o *ListParams) WithContext(ctx context.Context) *ListParams
- func (o *ListParams) WithDefaults() *ListParams
- func (o *ListParams) WithFiltersPrimariesOnly(filtersPrimariesOnly *bool) *ListParams
- func (o *ListParams) WithHTTPClient(client *http.Client) *ListParams
- func (o *ListParams) WithLocationOrganizationID(locationOrganizationID string) *ListParams
- func (o *ListParams) WithLocationProjectID(locationProjectID string) *ListParams
- func (o *ListParams) WithLocationRegionProvider(locationRegionProvider *string) *ListParams
- func (o *ListParams) WithLocationRegionRegion(locationRegionRegion *string) *ListParams
- func (o *ListParams) WithPaginationNextPageToken(paginationNextPageToken *string) *ListParams
- func (o *ListParams) WithPaginationPageSize(paginationPageSize *int64) *ListParams
- func (o *ListParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *ListParams
- func (o *ListParams) WithTimeout(timeout time.Duration) *ListParams
- func (o *ListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListPerformanceReplicationSecondariesDefault
- func (o *ListPerformanceReplicationSecondariesDefault) Code() int
- func (o *ListPerformanceReplicationSecondariesDefault) Error() string
- func (o *ListPerformanceReplicationSecondariesDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ListPerformanceReplicationSecondariesDefault) IsClientError() bool
- func (o *ListPerformanceReplicationSecondariesDefault) IsCode(code int) bool
- func (o *ListPerformanceReplicationSecondariesDefault) IsRedirect() bool
- func (o *ListPerformanceReplicationSecondariesDefault) IsServerError() bool
- func (o *ListPerformanceReplicationSecondariesDefault) IsSuccess() bool
- func (o *ListPerformanceReplicationSecondariesDefault) String() string
- type ListPerformanceReplicationSecondariesOK
- func (o *ListPerformanceReplicationSecondariesOK) Code() int
- func (o *ListPerformanceReplicationSecondariesOK) Error() string
- func (o *ListPerformanceReplicationSecondariesOK) GetPayload() ...
- func (o *ListPerformanceReplicationSecondariesOK) IsClientError() bool
- func (o *ListPerformanceReplicationSecondariesOK) IsCode(code int) bool
- func (o *ListPerformanceReplicationSecondariesOK) IsRedirect() bool
- func (o *ListPerformanceReplicationSecondariesOK) IsServerError() bool
- func (o *ListPerformanceReplicationSecondariesOK) IsSuccess() bool
- func (o *ListPerformanceReplicationSecondariesOK) String() string
- type ListPerformanceReplicationSecondariesParams
- func NewListPerformanceReplicationSecondariesParams() *ListPerformanceReplicationSecondariesParams
- func NewListPerformanceReplicationSecondariesParamsWithContext(ctx context.Context) *ListPerformanceReplicationSecondariesParams
- func NewListPerformanceReplicationSecondariesParamsWithHTTPClient(client *http.Client) *ListPerformanceReplicationSecondariesParams
- func NewListPerformanceReplicationSecondariesParamsWithTimeout(timeout time.Duration) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) SetClusterID(clusterID string)
- func (o *ListPerformanceReplicationSecondariesParams) SetContext(ctx context.Context)
- func (o *ListPerformanceReplicationSecondariesParams) SetDefaults()
- func (o *ListPerformanceReplicationSecondariesParams) SetHTTPClient(client *http.Client)
- func (o *ListPerformanceReplicationSecondariesParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ListPerformanceReplicationSecondariesParams) SetLocationProjectID(locationProjectID string)
- func (o *ListPerformanceReplicationSecondariesParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *ListPerformanceReplicationSecondariesParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *ListPerformanceReplicationSecondariesParams) SetPaginationNextPageToken(paginationNextPageToken *string)
- func (o *ListPerformanceReplicationSecondariesParams) SetPaginationPageSize(paginationPageSize *int64)
- func (o *ListPerformanceReplicationSecondariesParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)
- func (o *ListPerformanceReplicationSecondariesParams) SetTimeout(timeout time.Duration)
- func (o *ListPerformanceReplicationSecondariesParams) WithClusterID(clusterID string) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithContext(ctx context.Context) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithDefaults() *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithHTTPClient(client *http.Client) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithLocationOrganizationID(locationOrganizationID string) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithLocationProjectID(locationProjectID string) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithLocationRegionProvider(locationRegionProvider *string) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithLocationRegionRegion(locationRegionRegion *string) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithPaginationNextPageToken(paginationNextPageToken *string) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithPaginationPageSize(paginationPageSize *int64) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WithTimeout(timeout time.Duration) *ListPerformanceReplicationSecondariesParams
- func (o *ListPerformanceReplicationSecondariesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListPerformanceReplicationSecondariesReader
- type ListReader
- type ListSnapshotsDefault
- func (o *ListSnapshotsDefault) Code() int
- func (o *ListSnapshotsDefault) Error() string
- func (o *ListSnapshotsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ListSnapshotsDefault) IsClientError() bool
- func (o *ListSnapshotsDefault) IsCode(code int) bool
- func (o *ListSnapshotsDefault) IsRedirect() bool
- func (o *ListSnapshotsDefault) IsServerError() bool
- func (o *ListSnapshotsDefault) IsSuccess() bool
- func (o *ListSnapshotsDefault) String() string
- type ListSnapshotsOK
- func (o *ListSnapshotsOK) Code() int
- func (o *ListSnapshotsOK) Error() string
- func (o *ListSnapshotsOK) GetPayload() *models.HashicorpCloudVault20201125ListSnapshotsResponse
- func (o *ListSnapshotsOK) IsClientError() bool
- func (o *ListSnapshotsOK) IsCode(code int) bool
- func (o *ListSnapshotsOK) IsRedirect() bool
- func (o *ListSnapshotsOK) IsServerError() bool
- func (o *ListSnapshotsOK) IsSuccess() bool
- func (o *ListSnapshotsOK) String() string
- type ListSnapshotsParams
- func (o *ListSnapshotsParams) SetContext(ctx context.Context)
- func (o *ListSnapshotsParams) SetDefaults()
- func (o *ListSnapshotsParams) SetHTTPClient(client *http.Client)
- func (o *ListSnapshotsParams) SetPaginationNextPageToken(paginationNextPageToken *string)
- func (o *ListSnapshotsParams) SetPaginationPageSize(paginationPageSize *int64)
- func (o *ListSnapshotsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)
- func (o *ListSnapshotsParams) SetResourceDescription(resourceDescription *string)
- func (o *ListSnapshotsParams) SetResourceID(resourceID *string)
- func (o *ListSnapshotsParams) SetResourceInternalID(resourceInternalID *string)
- func (o *ListSnapshotsParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
- func (o *ListSnapshotsParams) SetResourceLocationProjectID(resourceLocationProjectID string)
- func (o *ListSnapshotsParams) SetResourceLocationRegionProvider(resourceLocationRegionProvider *string)
- func (o *ListSnapshotsParams) SetResourceLocationRegionRegion(resourceLocationRegionRegion *string)
- func (o *ListSnapshotsParams) SetResourceType(resourceType *string)
- func (o *ListSnapshotsParams) SetResourceUUID(resourceUUID *string)
- func (o *ListSnapshotsParams) SetTimeout(timeout time.Duration)
- func (o *ListSnapshotsParams) WithContext(ctx context.Context) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithDefaults() *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithHTTPClient(client *http.Client) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithPaginationPageSize(paginationPageSize *int64) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceDescription(resourceDescription *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceID(resourceID *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceInternalID(resourceInternalID *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceLocationProjectID(resourceLocationProjectID string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceLocationRegionProvider(resourceLocationRegionProvider *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceLocationRegionRegion(resourceLocationRegionRegion *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceType(resourceType *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithResourceUUID(resourceUUID *string) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WithTimeout(timeout time.Duration) *ListSnapshotsParams
- func (o *ListSnapshotsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSnapshotsReader
- type LockDefault
- func (o *LockDefault) Code() int
- func (o *LockDefault) Error() string
- func (o *LockDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *LockDefault) IsClientError() bool
- func (o *LockDefault) IsCode(code int) bool
- func (o *LockDefault) IsRedirect() bool
- func (o *LockDefault) IsServerError() bool
- func (o *LockDefault) IsSuccess() bool
- func (o *LockDefault) String() string
- type LockOK
- func (o *LockOK) Code() int
- func (o *LockOK) Error() string
- func (o *LockOK) GetPayload() *models.HashicorpCloudVault20201125LockResponse
- func (o *LockOK) IsClientError() bool
- func (o *LockOK) IsCode(code int) bool
- func (o *LockOK) IsRedirect() bool
- func (o *LockOK) IsServerError() bool
- func (o *LockOK) IsSuccess() bool
- func (o *LockOK) String() string
- type LockParams
- func (o *LockParams) SetBody(body *models.HashicorpCloudVault20201125LockRequest)
- func (o *LockParams) SetClusterID(clusterID string)
- func (o *LockParams) SetContext(ctx context.Context)
- func (o *LockParams) SetDefaults()
- func (o *LockParams) SetHTTPClient(client *http.Client)
- func (o *LockParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *LockParams) SetLocationProjectID(locationProjectID string)
- func (o *LockParams) SetTimeout(timeout time.Duration)
- func (o *LockParams) WithBody(body *models.HashicorpCloudVault20201125LockRequest) *LockParams
- func (o *LockParams) WithClusterID(clusterID string) *LockParams
- func (o *LockParams) WithContext(ctx context.Context) *LockParams
- func (o *LockParams) WithDefaults() *LockParams
- func (o *LockParams) WithHTTPClient(client *http.Client) *LockParams
- func (o *LockParams) WithLocationOrganizationID(locationOrganizationID string) *LockParams
- func (o *LockParams) WithLocationProjectID(locationProjectID string) *LockParams
- func (o *LockParams) WithTimeout(timeout time.Duration) *LockParams
- func (o *LockParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LockReader
- type PluginRegistrationStatusDefault
- func (o *PluginRegistrationStatusDefault) Code() int
- func (o *PluginRegistrationStatusDefault) Error() string
- func (o *PluginRegistrationStatusDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *PluginRegistrationStatusDefault) IsClientError() bool
- func (o *PluginRegistrationStatusDefault) IsCode(code int) bool
- func (o *PluginRegistrationStatusDefault) IsRedirect() bool
- func (o *PluginRegistrationStatusDefault) IsServerError() bool
- func (o *PluginRegistrationStatusDefault) IsSuccess() bool
- func (o *PluginRegistrationStatusDefault) String() string
- type PluginRegistrationStatusOK
- func (o *PluginRegistrationStatusOK) Code() int
- func (o *PluginRegistrationStatusOK) Error() string
- func (o *PluginRegistrationStatusOK) GetPayload() *models.HashicorpCloudVault20201125PluginRegistrationStatusResponse
- func (o *PluginRegistrationStatusOK) IsClientError() bool
- func (o *PluginRegistrationStatusOK) IsCode(code int) bool
- func (o *PluginRegistrationStatusOK) IsRedirect() bool
- func (o *PluginRegistrationStatusOK) IsServerError() bool
- func (o *PluginRegistrationStatusOK) IsSuccess() bool
- func (o *PluginRegistrationStatusOK) String() string
- type PluginRegistrationStatusParams
- func NewPluginRegistrationStatusParams() *PluginRegistrationStatusParams
- func NewPluginRegistrationStatusParamsWithContext(ctx context.Context) *PluginRegistrationStatusParams
- func NewPluginRegistrationStatusParamsWithHTTPClient(client *http.Client) *PluginRegistrationStatusParams
- func NewPluginRegistrationStatusParamsWithTimeout(timeout time.Duration) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) SetClusterID(clusterID string)
- func (o *PluginRegistrationStatusParams) SetContext(ctx context.Context)
- func (o *PluginRegistrationStatusParams) SetDefaults()
- func (o *PluginRegistrationStatusParams) SetHTTPClient(client *http.Client)
- func (o *PluginRegistrationStatusParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *PluginRegistrationStatusParams) SetLocationProjectID(locationProjectID string)
- func (o *PluginRegistrationStatusParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *PluginRegistrationStatusParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *PluginRegistrationStatusParams) SetTimeout(timeout time.Duration)
- func (o *PluginRegistrationStatusParams) WithClusterID(clusterID string) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WithContext(ctx context.Context) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WithDefaults() *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WithHTTPClient(client *http.Client) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WithLocationOrganizationID(locationOrganizationID string) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WithLocationProjectID(locationProjectID string) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WithLocationRegionProvider(locationRegionProvider *string) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WithLocationRegionRegion(locationRegionRegion *string) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WithTimeout(timeout time.Duration) *PluginRegistrationStatusParams
- func (o *PluginRegistrationStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PluginRegistrationStatusReader
- type RecreateFromSnapshotDefault
- func (o *RecreateFromSnapshotDefault) Code() int
- func (o *RecreateFromSnapshotDefault) Error() string
- func (o *RecreateFromSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *RecreateFromSnapshotDefault) IsClientError() bool
- func (o *RecreateFromSnapshotDefault) IsCode(code int) bool
- func (o *RecreateFromSnapshotDefault) IsRedirect() bool
- func (o *RecreateFromSnapshotDefault) IsServerError() bool
- func (o *RecreateFromSnapshotDefault) IsSuccess() bool
- func (o *RecreateFromSnapshotDefault) String() string
- type RecreateFromSnapshotOK
- func (o *RecreateFromSnapshotOK) Code() int
- func (o *RecreateFromSnapshotOK) Error() string
- func (o *RecreateFromSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125RecreateFromSnapshotResponse
- func (o *RecreateFromSnapshotOK) IsClientError() bool
- func (o *RecreateFromSnapshotOK) IsCode(code int) bool
- func (o *RecreateFromSnapshotOK) IsRedirect() bool
- func (o *RecreateFromSnapshotOK) IsServerError() bool
- func (o *RecreateFromSnapshotOK) IsSuccess() bool
- func (o *RecreateFromSnapshotOK) String() string
- type RecreateFromSnapshotParams
- func NewRecreateFromSnapshotParams() *RecreateFromSnapshotParams
- func NewRecreateFromSnapshotParamsWithContext(ctx context.Context) *RecreateFromSnapshotParams
- func NewRecreateFromSnapshotParamsWithHTTPClient(client *http.Client) *RecreateFromSnapshotParams
- func NewRecreateFromSnapshotParamsWithTimeout(timeout time.Duration) *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) SetBody(body *models.HashicorpCloudVault20201125RecreateFromSnapshotRequest)
- func (o *RecreateFromSnapshotParams) SetClusterID(clusterID string)
- func (o *RecreateFromSnapshotParams) SetContext(ctx context.Context)
- func (o *RecreateFromSnapshotParams) SetDefaults()
- func (o *RecreateFromSnapshotParams) SetHTTPClient(client *http.Client)
- func (o *RecreateFromSnapshotParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *RecreateFromSnapshotParams) SetLocationProjectID(locationProjectID string)
- func (o *RecreateFromSnapshotParams) SetTimeout(timeout time.Duration)
- func (o *RecreateFromSnapshotParams) WithBody(body *models.HashicorpCloudVault20201125RecreateFromSnapshotRequest) *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) WithClusterID(clusterID string) *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) WithContext(ctx context.Context) *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) WithDefaults() *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) WithHTTPClient(client *http.Client) *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) WithLocationOrganizationID(locationOrganizationID string) *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) WithLocationProjectID(locationProjectID string) *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) WithTimeout(timeout time.Duration) *RecreateFromSnapshotParams
- func (o *RecreateFromSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RecreateFromSnapshotReader
- type RegisterLinkedClusterDefault
- func (o *RegisterLinkedClusterDefault) Code() int
- func (o *RegisterLinkedClusterDefault) Error() string
- func (o *RegisterLinkedClusterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *RegisterLinkedClusterDefault) IsClientError() bool
- func (o *RegisterLinkedClusterDefault) IsCode(code int) bool
- func (o *RegisterLinkedClusterDefault) IsRedirect() bool
- func (o *RegisterLinkedClusterDefault) IsServerError() bool
- func (o *RegisterLinkedClusterDefault) IsSuccess() bool
- func (o *RegisterLinkedClusterDefault) String() string
- type RegisterLinkedClusterOK
- func (o *RegisterLinkedClusterOK) Code() int
- func (o *RegisterLinkedClusterOK) Error() string
- func (o *RegisterLinkedClusterOK) GetPayload() *models.HashicorpCloudVault20201125RegisterLinkedClusterResponse
- func (o *RegisterLinkedClusterOK) IsClientError() bool
- func (o *RegisterLinkedClusterOK) IsCode(code int) bool
- func (o *RegisterLinkedClusterOK) IsRedirect() bool
- func (o *RegisterLinkedClusterOK) IsServerError() bool
- func (o *RegisterLinkedClusterOK) IsSuccess() bool
- func (o *RegisterLinkedClusterOK) String() string
- type RegisterLinkedClusterParams
- func NewRegisterLinkedClusterParams() *RegisterLinkedClusterParams
- func NewRegisterLinkedClusterParamsWithContext(ctx context.Context) *RegisterLinkedClusterParams
- func NewRegisterLinkedClusterParamsWithHTTPClient(client *http.Client) *RegisterLinkedClusterParams
- func NewRegisterLinkedClusterParamsWithTimeout(timeout time.Duration) *RegisterLinkedClusterParams
- func (o *RegisterLinkedClusterParams) SetBody(body *models.HashicorpCloudVault20201125RegisterLinkedClusterRequest)
- func (o *RegisterLinkedClusterParams) SetContext(ctx context.Context)
- func (o *RegisterLinkedClusterParams) SetDefaults()
- func (o *RegisterLinkedClusterParams) SetHTTPClient(client *http.Client)
- func (o *RegisterLinkedClusterParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *RegisterLinkedClusterParams) SetLocationProjectID(locationProjectID string)
- func (o *RegisterLinkedClusterParams) SetTimeout(timeout time.Duration)
- func (o *RegisterLinkedClusterParams) WithBody(body *models.HashicorpCloudVault20201125RegisterLinkedClusterRequest) *RegisterLinkedClusterParams
- func (o *RegisterLinkedClusterParams) WithContext(ctx context.Context) *RegisterLinkedClusterParams
- func (o *RegisterLinkedClusterParams) WithDefaults() *RegisterLinkedClusterParams
- func (o *RegisterLinkedClusterParams) WithHTTPClient(client *http.Client) *RegisterLinkedClusterParams
- func (o *RegisterLinkedClusterParams) WithLocationOrganizationID(locationOrganizationID string) *RegisterLinkedClusterParams
- func (o *RegisterLinkedClusterParams) WithLocationProjectID(locationProjectID string) *RegisterLinkedClusterParams
- func (o *RegisterLinkedClusterParams) WithTimeout(timeout time.Duration) *RegisterLinkedClusterParams
- func (o *RegisterLinkedClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RegisterLinkedClusterReader
- type RestoreSnapshotDefault
- func (o *RestoreSnapshotDefault) Code() int
- func (o *RestoreSnapshotDefault) Error() string
- func (o *RestoreSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *RestoreSnapshotDefault) IsClientError() bool
- func (o *RestoreSnapshotDefault) IsCode(code int) bool
- func (o *RestoreSnapshotDefault) IsRedirect() bool
- func (o *RestoreSnapshotDefault) IsServerError() bool
- func (o *RestoreSnapshotDefault) IsSuccess() bool
- func (o *RestoreSnapshotDefault) String() string
- type RestoreSnapshotOK
- func (o *RestoreSnapshotOK) Code() int
- func (o *RestoreSnapshotOK) Error() string
- func (o *RestoreSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125RestoreSnapshotResponse
- func (o *RestoreSnapshotOK) IsClientError() bool
- func (o *RestoreSnapshotOK) IsCode(code int) bool
- func (o *RestoreSnapshotOK) IsRedirect() bool
- func (o *RestoreSnapshotOK) IsServerError() bool
- func (o *RestoreSnapshotOK) IsSuccess() bool
- func (o *RestoreSnapshotOK) String() string
- type RestoreSnapshotParams
- func NewRestoreSnapshotParams() *RestoreSnapshotParams
- func NewRestoreSnapshotParamsWithContext(ctx context.Context) *RestoreSnapshotParams
- func NewRestoreSnapshotParamsWithHTTPClient(client *http.Client) *RestoreSnapshotParams
- func NewRestoreSnapshotParamsWithTimeout(timeout time.Duration) *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) SetBody(body *models.HashicorpCloudVault20201125RestoreSnapshotRequest)
- func (o *RestoreSnapshotParams) SetClusterID(clusterID string)
- func (o *RestoreSnapshotParams) SetContext(ctx context.Context)
- func (o *RestoreSnapshotParams) SetDefaults()
- func (o *RestoreSnapshotParams) SetHTTPClient(client *http.Client)
- func (o *RestoreSnapshotParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *RestoreSnapshotParams) SetLocationProjectID(locationProjectID string)
- func (o *RestoreSnapshotParams) SetTimeout(timeout time.Duration)
- func (o *RestoreSnapshotParams) WithBody(body *models.HashicorpCloudVault20201125RestoreSnapshotRequest) *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) WithClusterID(clusterID string) *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) WithContext(ctx context.Context) *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) WithDefaults() *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) WithHTTPClient(client *http.Client) *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) WithLocationOrganizationID(locationOrganizationID string) *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) WithLocationProjectID(locationProjectID string) *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) WithTimeout(timeout time.Duration) *RestoreSnapshotParams
- func (o *RestoreSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreSnapshotReader
- type RevokeAdminTokensDefault
- func (o *RevokeAdminTokensDefault) Code() int
- func (o *RevokeAdminTokensDefault) Error() string
- func (o *RevokeAdminTokensDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *RevokeAdminTokensDefault) IsClientError() bool
- func (o *RevokeAdminTokensDefault) IsCode(code int) bool
- func (o *RevokeAdminTokensDefault) IsRedirect() bool
- func (o *RevokeAdminTokensDefault) IsServerError() bool
- func (o *RevokeAdminTokensDefault) IsSuccess() bool
- func (o *RevokeAdminTokensDefault) String() string
- type RevokeAdminTokensOK
- func (o *RevokeAdminTokensOK) Code() int
- func (o *RevokeAdminTokensOK) Error() string
- func (o *RevokeAdminTokensOK) GetPayload() models.HashicorpCloudVault20201125RevokeAdminTokensResponse
- func (o *RevokeAdminTokensOK) IsClientError() bool
- func (o *RevokeAdminTokensOK) IsCode(code int) bool
- func (o *RevokeAdminTokensOK) IsRedirect() bool
- func (o *RevokeAdminTokensOK) IsServerError() bool
- func (o *RevokeAdminTokensOK) IsSuccess() bool
- func (o *RevokeAdminTokensOK) String() string
- type RevokeAdminTokensParams
- func NewRevokeAdminTokensParams() *RevokeAdminTokensParams
- func NewRevokeAdminTokensParamsWithContext(ctx context.Context) *RevokeAdminTokensParams
- func NewRevokeAdminTokensParamsWithHTTPClient(client *http.Client) *RevokeAdminTokensParams
- func NewRevokeAdminTokensParamsWithTimeout(timeout time.Duration) *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) SetBody(body *models.HashicorpCloudVault20201125RevokeAdminTokensRequest)
- func (o *RevokeAdminTokensParams) SetClusterID(clusterID string)
- func (o *RevokeAdminTokensParams) SetContext(ctx context.Context)
- func (o *RevokeAdminTokensParams) SetDefaults()
- func (o *RevokeAdminTokensParams) SetHTTPClient(client *http.Client)
- func (o *RevokeAdminTokensParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *RevokeAdminTokensParams) SetLocationProjectID(locationProjectID string)
- func (o *RevokeAdminTokensParams) SetTimeout(timeout time.Duration)
- func (o *RevokeAdminTokensParams) WithBody(body *models.HashicorpCloudVault20201125RevokeAdminTokensRequest) *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) WithClusterID(clusterID string) *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) WithContext(ctx context.Context) *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) WithDefaults() *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) WithHTTPClient(client *http.Client) *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) WithLocationOrganizationID(locationOrganizationID string) *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) WithLocationProjectID(locationProjectID string) *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) WithTimeout(timeout time.Duration) *RevokeAdminTokensParams
- func (o *RevokeAdminTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RevokeAdminTokensReader
- type SealDefault
- func (o *SealDefault) Code() int
- func (o *SealDefault) Error() string
- func (o *SealDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *SealDefault) IsClientError() bool
- func (o *SealDefault) IsCode(code int) bool
- func (o *SealDefault) IsRedirect() bool
- func (o *SealDefault) IsServerError() bool
- func (o *SealDefault) IsSuccess() bool
- func (o *SealDefault) String() string
- type SealOK
- func (o *SealOK) Code() int
- func (o *SealOK) Error() string
- func (o *SealOK) GetPayload() *models.HashicorpCloudVault20201125SealResponse
- func (o *SealOK) IsClientError() bool
- func (o *SealOK) IsCode(code int) bool
- func (o *SealOK) IsRedirect() bool
- func (o *SealOK) IsServerError() bool
- func (o *SealOK) IsSuccess() bool
- func (o *SealOK) String() string
- type SealParams
- func (o *SealParams) SetBody(body *models.HashicorpCloudVault20201125SealRequest)
- func (o *SealParams) SetClusterID(clusterID string)
- func (o *SealParams) SetContext(ctx context.Context)
- func (o *SealParams) SetDefaults()
- func (o *SealParams) SetHTTPClient(client *http.Client)
- func (o *SealParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *SealParams) SetLocationProjectID(locationProjectID string)
- func (o *SealParams) SetTimeout(timeout time.Duration)
- func (o *SealParams) WithBody(body *models.HashicorpCloudVault20201125SealRequest) *SealParams
- func (o *SealParams) WithClusterID(clusterID string) *SealParams
- func (o *SealParams) WithContext(ctx context.Context) *SealParams
- func (o *SealParams) WithDefaults() *SealParams
- func (o *SealParams) WithHTTPClient(client *http.Client) *SealParams
- func (o *SealParams) WithLocationOrganizationID(locationOrganizationID string) *SealParams
- func (o *SealParams) WithLocationProjectID(locationProjectID string) *SealParams
- func (o *SealParams) WithTimeout(timeout time.Duration) *SealParams
- func (o *SealParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SealReader
- type UnlockDefault
- func (o *UnlockDefault) Code() int
- func (o *UnlockDefault) Error() string
- func (o *UnlockDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UnlockDefault) IsClientError() bool
- func (o *UnlockDefault) IsCode(code int) bool
- func (o *UnlockDefault) IsRedirect() bool
- func (o *UnlockDefault) IsServerError() bool
- func (o *UnlockDefault) IsSuccess() bool
- func (o *UnlockDefault) String() string
- type UnlockOK
- func (o *UnlockOK) Code() int
- func (o *UnlockOK) Error() string
- func (o *UnlockOK) GetPayload() *models.HashicorpCloudVault20201125UnlockResponse
- func (o *UnlockOK) IsClientError() bool
- func (o *UnlockOK) IsCode(code int) bool
- func (o *UnlockOK) IsRedirect() bool
- func (o *UnlockOK) IsServerError() bool
- func (o *UnlockOK) IsSuccess() bool
- func (o *UnlockOK) String() string
- type UnlockParams
- func (o *UnlockParams) SetBody(body *models.HashicorpCloudVault20201125UnlockRequest)
- func (o *UnlockParams) SetClusterID(clusterID string)
- func (o *UnlockParams) SetContext(ctx context.Context)
- func (o *UnlockParams) SetDefaults()
- func (o *UnlockParams) SetHTTPClient(client *http.Client)
- func (o *UnlockParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UnlockParams) SetLocationProjectID(locationProjectID string)
- func (o *UnlockParams) SetTimeout(timeout time.Duration)
- func (o *UnlockParams) WithBody(body *models.HashicorpCloudVault20201125UnlockRequest) *UnlockParams
- func (o *UnlockParams) WithClusterID(clusterID string) *UnlockParams
- func (o *UnlockParams) WithContext(ctx context.Context) *UnlockParams
- func (o *UnlockParams) WithDefaults() *UnlockParams
- func (o *UnlockParams) WithHTTPClient(client *http.Client) *UnlockParams
- func (o *UnlockParams) WithLocationOrganizationID(locationOrganizationID string) *UnlockParams
- func (o *UnlockParams) WithLocationProjectID(locationProjectID string) *UnlockParams
- func (o *UnlockParams) WithTimeout(timeout time.Duration) *UnlockParams
- func (o *UnlockParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnlockReader
- type UnsealDefault
- func (o *UnsealDefault) Code() int
- func (o *UnsealDefault) Error() string
- func (o *UnsealDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UnsealDefault) IsClientError() bool
- func (o *UnsealDefault) IsCode(code int) bool
- func (o *UnsealDefault) IsRedirect() bool
- func (o *UnsealDefault) IsServerError() bool
- func (o *UnsealDefault) IsSuccess() bool
- func (o *UnsealDefault) String() string
- type UnsealOK
- func (o *UnsealOK) Code() int
- func (o *UnsealOK) Error() string
- func (o *UnsealOK) GetPayload() *models.HashicorpCloudVault20201125UnsealResponse
- func (o *UnsealOK) IsClientError() bool
- func (o *UnsealOK) IsCode(code int) bool
- func (o *UnsealOK) IsRedirect() bool
- func (o *UnsealOK) IsServerError() bool
- func (o *UnsealOK) IsSuccess() bool
- func (o *UnsealOK) String() string
- type UnsealParams
- func (o *UnsealParams) SetBody(body *models.HashicorpCloudVault20201125UnsealRequest)
- func (o *UnsealParams) SetClusterID(clusterID string)
- func (o *UnsealParams) SetContext(ctx context.Context)
- func (o *UnsealParams) SetDefaults()
- func (o *UnsealParams) SetHTTPClient(client *http.Client)
- func (o *UnsealParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UnsealParams) SetLocationProjectID(locationProjectID string)
- func (o *UnsealParams) SetTimeout(timeout time.Duration)
- func (o *UnsealParams) WithBody(body *models.HashicorpCloudVault20201125UnsealRequest) *UnsealParams
- func (o *UnsealParams) WithClusterID(clusterID string) *UnsealParams
- func (o *UnsealParams) WithContext(ctx context.Context) *UnsealParams
- func (o *UnsealParams) WithDefaults() *UnsealParams
- func (o *UnsealParams) WithHTTPClient(client *http.Client) *UnsealParams
- func (o *UnsealParams) WithLocationOrganizationID(locationOrganizationID string) *UnsealParams
- func (o *UnsealParams) WithLocationProjectID(locationProjectID string) *UnsealParams
- func (o *UnsealParams) WithTimeout(timeout time.Duration) *UnsealParams
- func (o *UnsealParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnsealReader
- type UpdateCORSConfigDefault
- func (o *UpdateCORSConfigDefault) Code() int
- func (o *UpdateCORSConfigDefault) Error() string
- func (o *UpdateCORSConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UpdateCORSConfigDefault) IsClientError() bool
- func (o *UpdateCORSConfigDefault) IsCode(code int) bool
- func (o *UpdateCORSConfigDefault) IsRedirect() bool
- func (o *UpdateCORSConfigDefault) IsServerError() bool
- func (o *UpdateCORSConfigDefault) IsSuccess() bool
- func (o *UpdateCORSConfigDefault) String() string
- type UpdateCORSConfigOK
- func (o *UpdateCORSConfigOK) Code() int
- func (o *UpdateCORSConfigOK) Error() string
- func (o *UpdateCORSConfigOK) GetPayload() models.HashicorpCloudVault20201125UpdateCORSConfigResponse
- func (o *UpdateCORSConfigOK) IsClientError() bool
- func (o *UpdateCORSConfigOK) IsCode(code int) bool
- func (o *UpdateCORSConfigOK) IsRedirect() bool
- func (o *UpdateCORSConfigOK) IsServerError() bool
- func (o *UpdateCORSConfigOK) IsSuccess() bool
- func (o *UpdateCORSConfigOK) String() string
- type UpdateCORSConfigParams
- func NewUpdateCORSConfigParams() *UpdateCORSConfigParams
- func NewUpdateCORSConfigParamsWithContext(ctx context.Context) *UpdateCORSConfigParams
- func NewUpdateCORSConfigParamsWithHTTPClient(client *http.Client) *UpdateCORSConfigParams
- func NewUpdateCORSConfigParamsWithTimeout(timeout time.Duration) *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) SetBody(body *models.HashicorpCloudVault20201125UpdateCORSConfigRequest)
- func (o *UpdateCORSConfigParams) SetClusterID(clusterID string)
- func (o *UpdateCORSConfigParams) SetContext(ctx context.Context)
- func (o *UpdateCORSConfigParams) SetDefaults()
- func (o *UpdateCORSConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCORSConfigParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpdateCORSConfigParams) SetLocationProjectID(locationProjectID string)
- func (o *UpdateCORSConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCORSConfigParams) WithBody(body *models.HashicorpCloudVault20201125UpdateCORSConfigRequest) *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) WithClusterID(clusterID string) *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) WithContext(ctx context.Context) *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) WithDefaults() *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) WithHTTPClient(client *http.Client) *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) WithLocationProjectID(locationProjectID string) *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) WithTimeout(timeout time.Duration) *UpdateCORSConfigParams
- func (o *UpdateCORSConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCORSConfigReader
- type UpdateDefault
- func (o *UpdateDefault) Code() int
- func (o *UpdateDefault) Error() string
- func (o *UpdateDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UpdateDefault) IsClientError() bool
- func (o *UpdateDefault) IsCode(code int) bool
- func (o *UpdateDefault) IsRedirect() bool
- func (o *UpdateDefault) IsServerError() bool
- func (o *UpdateDefault) IsSuccess() bool
- func (o *UpdateDefault) String() string
- type UpdateMajorVersionUpgradeConfigDefault
- func (o *UpdateMajorVersionUpgradeConfigDefault) Code() int
- func (o *UpdateMajorVersionUpgradeConfigDefault) Error() string
- func (o *UpdateMajorVersionUpgradeConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UpdateMajorVersionUpgradeConfigDefault) IsClientError() bool
- func (o *UpdateMajorVersionUpgradeConfigDefault) IsCode(code int) bool
- func (o *UpdateMajorVersionUpgradeConfigDefault) IsRedirect() bool
- func (o *UpdateMajorVersionUpgradeConfigDefault) IsServerError() bool
- func (o *UpdateMajorVersionUpgradeConfigDefault) IsSuccess() bool
- func (o *UpdateMajorVersionUpgradeConfigDefault) String() string
- type UpdateMajorVersionUpgradeConfigOK
- func (o *UpdateMajorVersionUpgradeConfigOK) Code() int
- func (o *UpdateMajorVersionUpgradeConfigOK) Error() string
- func (o *UpdateMajorVersionUpgradeConfigOK) GetPayload() models.HashicorpCloudVault20201125UpdateMajorVersionUpgradeConfigResponse
- func (o *UpdateMajorVersionUpgradeConfigOK) IsClientError() bool
- func (o *UpdateMajorVersionUpgradeConfigOK) IsCode(code int) bool
- func (o *UpdateMajorVersionUpgradeConfigOK) IsRedirect() bool
- func (o *UpdateMajorVersionUpgradeConfigOK) IsServerError() bool
- func (o *UpdateMajorVersionUpgradeConfigOK) IsSuccess() bool
- func (o *UpdateMajorVersionUpgradeConfigOK) String() string
- type UpdateMajorVersionUpgradeConfigParams
- func NewUpdateMajorVersionUpgradeConfigParams() *UpdateMajorVersionUpgradeConfigParams
- func NewUpdateMajorVersionUpgradeConfigParamsWithContext(ctx context.Context) *UpdateMajorVersionUpgradeConfigParams
- func NewUpdateMajorVersionUpgradeConfigParamsWithHTTPClient(client *http.Client) *UpdateMajorVersionUpgradeConfigParams
- func NewUpdateMajorVersionUpgradeConfigParamsWithTimeout(timeout time.Duration) *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) SetBody(body *models.HashicorpCloudVault20201125UpdateMajorVersionUpgradeConfigRequest)
- func (o *UpdateMajorVersionUpgradeConfigParams) SetClusterID(clusterID string)
- func (o *UpdateMajorVersionUpgradeConfigParams) SetContext(ctx context.Context)
- func (o *UpdateMajorVersionUpgradeConfigParams) SetDefaults()
- func (o *UpdateMajorVersionUpgradeConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateMajorVersionUpgradeConfigParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpdateMajorVersionUpgradeConfigParams) SetLocationProjectID(locationProjectID string)
- func (o *UpdateMajorVersionUpgradeConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateMajorVersionUpgradeConfigParams) WithBody(body *models.HashicorpCloudVault20201125UpdateMajorVersionUpgradeConfigRequest) *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) WithClusterID(clusterID string) *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) WithContext(ctx context.Context) *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) WithDefaults() *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) WithHTTPClient(client *http.Client) *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) WithLocationProjectID(locationProjectID string) *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) WithTimeout(timeout time.Duration) *UpdateMajorVersionUpgradeConfigParams
- func (o *UpdateMajorVersionUpgradeConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateMajorVersionUpgradeConfigReader
- type UpdateOK
- func (o *UpdateOK) Code() int
- func (o *UpdateOK) Error() string
- func (o *UpdateOK) GetPayload() *models.HashicorpCloudVault20201125UpdateResponse
- func (o *UpdateOK) IsClientError() bool
- func (o *UpdateOK) IsCode(code int) bool
- func (o *UpdateOK) IsRedirect() bool
- func (o *UpdateOK) IsServerError() bool
- func (o *UpdateOK) IsSuccess() bool
- func (o *UpdateOK) String() string
- type UpdateParams
- func (o *UpdateParams) SetBody(body *models.HashicorpCloudVault20201125InputCluster)
- func (o *UpdateParams) SetClusterID(clusterID string)
- func (o *UpdateParams) SetClusterLocationOrganizationID(clusterLocationOrganizationID string)
- func (o *UpdateParams) SetClusterLocationProjectID(clusterLocationProjectID string)
- func (o *UpdateParams) SetContext(ctx context.Context)
- func (o *UpdateParams) SetDefaults()
- func (o *UpdateParams) SetHTTPClient(client *http.Client)
- func (o *UpdateParams) SetTimeout(timeout time.Duration)
- func (o *UpdateParams) SetUpdateMaskPaths(updateMaskPaths []string)
- func (o *UpdateParams) WithBody(body *models.HashicorpCloudVault20201125InputCluster) *UpdateParams
- func (o *UpdateParams) WithClusterID(clusterID string) *UpdateParams
- func (o *UpdateParams) WithClusterLocationOrganizationID(clusterLocationOrganizationID string) *UpdateParams
- func (o *UpdateParams) WithClusterLocationProjectID(clusterLocationProjectID string) *UpdateParams
- func (o *UpdateParams) WithContext(ctx context.Context) *UpdateParams
- func (o *UpdateParams) WithDefaults() *UpdateParams
- func (o *UpdateParams) WithHTTPClient(client *http.Client) *UpdateParams
- func (o *UpdateParams) WithTimeout(timeout time.Duration) *UpdateParams
- func (o *UpdateParams) WithUpdateMaskPaths(updateMaskPaths []string) *UpdateParams
- func (o *UpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePathsFilterDefault
- func (o *UpdatePathsFilterDefault) Code() int
- func (o *UpdatePathsFilterDefault) Error() string
- func (o *UpdatePathsFilterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UpdatePathsFilterDefault) IsClientError() bool
- func (o *UpdatePathsFilterDefault) IsCode(code int) bool
- func (o *UpdatePathsFilterDefault) IsRedirect() bool
- func (o *UpdatePathsFilterDefault) IsServerError() bool
- func (o *UpdatePathsFilterDefault) IsSuccess() bool
- func (o *UpdatePathsFilterDefault) String() string
- type UpdatePathsFilterOK
- func (o *UpdatePathsFilterOK) Code() int
- func (o *UpdatePathsFilterOK) Error() string
- func (o *UpdatePathsFilterOK) GetPayload() *models.HashicorpCloudVault20201125UpdatePathsFilterResponse
- func (o *UpdatePathsFilterOK) IsClientError() bool
- func (o *UpdatePathsFilterOK) IsCode(code int) bool
- func (o *UpdatePathsFilterOK) IsRedirect() bool
- func (o *UpdatePathsFilterOK) IsServerError() bool
- func (o *UpdatePathsFilterOK) IsSuccess() bool
- func (o *UpdatePathsFilterOK) String() string
- type UpdatePathsFilterParams
- func NewUpdatePathsFilterParams() *UpdatePathsFilterParams
- func NewUpdatePathsFilterParamsWithContext(ctx context.Context) *UpdatePathsFilterParams
- func NewUpdatePathsFilterParamsWithHTTPClient(client *http.Client) *UpdatePathsFilterParams
- func NewUpdatePathsFilterParamsWithTimeout(timeout time.Duration) *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) SetBody(body *models.HashicorpCloudVault20201125UpdatePathsFilterRequest)
- func (o *UpdatePathsFilterParams) SetClusterID(clusterID string)
- func (o *UpdatePathsFilterParams) SetContext(ctx context.Context)
- func (o *UpdatePathsFilterParams) SetDefaults()
- func (o *UpdatePathsFilterParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePathsFilterParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpdatePathsFilterParams) SetLocationProjectID(locationProjectID string)
- func (o *UpdatePathsFilterParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePathsFilterParams) WithBody(body *models.HashicorpCloudVault20201125UpdatePathsFilterRequest) *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) WithClusterID(clusterID string) *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) WithContext(ctx context.Context) *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) WithDefaults() *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) WithHTTPClient(client *http.Client) *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) WithLocationOrganizationID(locationOrganizationID string) *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) WithLocationProjectID(locationProjectID string) *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) WithTimeout(timeout time.Duration) *UpdatePathsFilterParams
- func (o *UpdatePathsFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePathsFilterReader
- type UpdatePublicIpsDefault
- func (o *UpdatePublicIpsDefault) Code() int
- func (o *UpdatePublicIpsDefault) Error() string
- func (o *UpdatePublicIpsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UpdatePublicIpsDefault) IsClientError() bool
- func (o *UpdatePublicIpsDefault) IsCode(code int) bool
- func (o *UpdatePublicIpsDefault) IsRedirect() bool
- func (o *UpdatePublicIpsDefault) IsServerError() bool
- func (o *UpdatePublicIpsDefault) IsSuccess() bool
- func (o *UpdatePublicIpsDefault) String() string
- type UpdatePublicIpsOK
- func (o *UpdatePublicIpsOK) Code() int
- func (o *UpdatePublicIpsOK) Error() string
- func (o *UpdatePublicIpsOK) GetPayload() *models.HashicorpCloudVault20201125UpdatePublicIpsResponse
- func (o *UpdatePublicIpsOK) IsClientError() bool
- func (o *UpdatePublicIpsOK) IsCode(code int) bool
- func (o *UpdatePublicIpsOK) IsRedirect() bool
- func (o *UpdatePublicIpsOK) IsServerError() bool
- func (o *UpdatePublicIpsOK) IsSuccess() bool
- func (o *UpdatePublicIpsOK) String() string
- type UpdatePublicIpsParams
- func NewUpdatePublicIpsParams() *UpdatePublicIpsParams
- func NewUpdatePublicIpsParamsWithContext(ctx context.Context) *UpdatePublicIpsParams
- func NewUpdatePublicIpsParamsWithHTTPClient(client *http.Client) *UpdatePublicIpsParams
- func NewUpdatePublicIpsParamsWithTimeout(timeout time.Duration) *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) SetBody(body *models.HashicorpCloudVault20201125UpdatePublicIpsRequest)
- func (o *UpdatePublicIpsParams) SetClusterID(clusterID string)
- func (o *UpdatePublicIpsParams) SetContext(ctx context.Context)
- func (o *UpdatePublicIpsParams) SetDefaults()
- func (o *UpdatePublicIpsParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePublicIpsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpdatePublicIpsParams) SetLocationProjectID(locationProjectID string)
- func (o *UpdatePublicIpsParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePublicIpsParams) WithBody(body *models.HashicorpCloudVault20201125UpdatePublicIpsRequest) *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) WithClusterID(clusterID string) *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) WithContext(ctx context.Context) *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) WithDefaults() *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) WithHTTPClient(client *http.Client) *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) WithLocationOrganizationID(locationOrganizationID string) *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) WithLocationProjectID(locationProjectID string) *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) WithTimeout(timeout time.Duration) *UpdatePublicIpsParams
- func (o *UpdatePublicIpsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePublicIpsReader
- type UpdateReader
- type UpdateSnapshotDefault
- func (o *UpdateSnapshotDefault) Code() int
- func (o *UpdateSnapshotDefault) Error() string
- func (o *UpdateSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UpdateSnapshotDefault) IsClientError() bool
- func (o *UpdateSnapshotDefault) IsCode(code int) bool
- func (o *UpdateSnapshotDefault) IsRedirect() bool
- func (o *UpdateSnapshotDefault) IsServerError() bool
- func (o *UpdateSnapshotDefault) IsSuccess() bool
- func (o *UpdateSnapshotDefault) String() string
- type UpdateSnapshotOK
- func (o *UpdateSnapshotOK) Code() int
- func (o *UpdateSnapshotOK) Error() string
- func (o *UpdateSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125UpdateSnapshotResponse
- func (o *UpdateSnapshotOK) IsClientError() bool
- func (o *UpdateSnapshotOK) IsCode(code int) bool
- func (o *UpdateSnapshotOK) IsRedirect() bool
- func (o *UpdateSnapshotOK) IsServerError() bool
- func (o *UpdateSnapshotOK) IsSuccess() bool
- func (o *UpdateSnapshotOK) String() string
- type UpdateSnapshotParams
- func NewUpdateSnapshotParams() *UpdateSnapshotParams
- func NewUpdateSnapshotParamsWithContext(ctx context.Context) *UpdateSnapshotParams
- func NewUpdateSnapshotParamsWithHTTPClient(client *http.Client) *UpdateSnapshotParams
- func NewUpdateSnapshotParamsWithTimeout(timeout time.Duration) *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) SetBody(body *models.HashicorpCloudVault20201125UpdateSnapshotRequest)
- func (o *UpdateSnapshotParams) SetContext(ctx context.Context)
- func (o *UpdateSnapshotParams) SetDefaults()
- func (o *UpdateSnapshotParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSnapshotParams) SetSnapshotLocationOrganizationID(snapshotLocationOrganizationID string)
- func (o *UpdateSnapshotParams) SetSnapshotLocationProjectID(snapshotLocationProjectID string)
- func (o *UpdateSnapshotParams) SetSnapshotSnapshotID(snapshotSnapshotID string)
- func (o *UpdateSnapshotParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSnapshotParams) WithBody(body *models.HashicorpCloudVault20201125UpdateSnapshotRequest) *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) WithContext(ctx context.Context) *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) WithDefaults() *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) WithHTTPClient(client *http.Client) *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) WithSnapshotLocationOrganizationID(snapshotLocationOrganizationID string) *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) WithSnapshotLocationProjectID(snapshotLocationProjectID string) *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) WithSnapshotSnapshotID(snapshotSnapshotID string) *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) WithTimeout(timeout time.Duration) *UpdateSnapshotParams
- func (o *UpdateSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSnapshotReader
- type UpdateVersionDefault
- func (o *UpdateVersionDefault) Code() int
- func (o *UpdateVersionDefault) Error() string
- func (o *UpdateVersionDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UpdateVersionDefault) IsClientError() bool
- func (o *UpdateVersionDefault) IsCode(code int) bool
- func (o *UpdateVersionDefault) IsRedirect() bool
- func (o *UpdateVersionDefault) IsServerError() bool
- func (o *UpdateVersionDefault) IsSuccess() bool
- func (o *UpdateVersionDefault) String() string
- type UpdateVersionOK
- func (o *UpdateVersionOK) Code() int
- func (o *UpdateVersionOK) Error() string
- func (o *UpdateVersionOK) GetPayload() *models.HashicorpCloudVault20201125UpdateVersionResponse
- func (o *UpdateVersionOK) IsClientError() bool
- func (o *UpdateVersionOK) IsCode(code int) bool
- func (o *UpdateVersionOK) IsRedirect() bool
- func (o *UpdateVersionOK) IsServerError() bool
- func (o *UpdateVersionOK) IsSuccess() bool
- func (o *UpdateVersionOK) String() string
- type UpdateVersionParams
- func (o *UpdateVersionParams) SetBody(body *models.HashicorpCloudVault20201125UpdateVersionRequest)
- func (o *UpdateVersionParams) SetClusterID(clusterID string)
- func (o *UpdateVersionParams) SetContext(ctx context.Context)
- func (o *UpdateVersionParams) SetDefaults()
- func (o *UpdateVersionParams) SetHTTPClient(client *http.Client)
- func (o *UpdateVersionParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpdateVersionParams) SetLocationProjectID(locationProjectID string)
- func (o *UpdateVersionParams) SetTimeout(timeout time.Duration)
- func (o *UpdateVersionParams) SetVersion(version string)
- func (o *UpdateVersionParams) WithBody(body *models.HashicorpCloudVault20201125UpdateVersionRequest) *UpdateVersionParams
- func (o *UpdateVersionParams) WithClusterID(clusterID string) *UpdateVersionParams
- func (o *UpdateVersionParams) WithContext(ctx context.Context) *UpdateVersionParams
- func (o *UpdateVersionParams) WithDefaults() *UpdateVersionParams
- func (o *UpdateVersionParams) WithHTTPClient(client *http.Client) *UpdateVersionParams
- func (o *UpdateVersionParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateVersionParams
- func (o *UpdateVersionParams) WithLocationProjectID(locationProjectID string) *UpdateVersionParams
- func (o *UpdateVersionParams) WithTimeout(timeout time.Duration) *UpdateVersionParams
- func (o *UpdateVersionParams) WithVersion(version string) *UpdateVersionParams
- func (o *UpdateVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateVersionReader
- type UpgradeMajorVersionDefault
- func (o *UpgradeMajorVersionDefault) Code() int
- func (o *UpgradeMajorVersionDefault) Error() string
- func (o *UpgradeMajorVersionDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *UpgradeMajorVersionDefault) IsClientError() bool
- func (o *UpgradeMajorVersionDefault) IsCode(code int) bool
- func (o *UpgradeMajorVersionDefault) IsRedirect() bool
- func (o *UpgradeMajorVersionDefault) IsServerError() bool
- func (o *UpgradeMajorVersionDefault) IsSuccess() bool
- func (o *UpgradeMajorVersionDefault) String() string
- type UpgradeMajorVersionOK
- func (o *UpgradeMajorVersionOK) Code() int
- func (o *UpgradeMajorVersionOK) Error() string
- func (o *UpgradeMajorVersionOK) GetPayload() *models.HashicorpCloudVault20201125UpgradeMajorVersionResponse
- func (o *UpgradeMajorVersionOK) IsClientError() bool
- func (o *UpgradeMajorVersionOK) IsCode(code int) bool
- func (o *UpgradeMajorVersionOK) IsRedirect() bool
- func (o *UpgradeMajorVersionOK) IsServerError() bool
- func (o *UpgradeMajorVersionOK) IsSuccess() bool
- func (o *UpgradeMajorVersionOK) String() string
- type UpgradeMajorVersionParams
- func NewUpgradeMajorVersionParams() *UpgradeMajorVersionParams
- func NewUpgradeMajorVersionParamsWithContext(ctx context.Context) *UpgradeMajorVersionParams
- func NewUpgradeMajorVersionParamsWithHTTPClient(client *http.Client) *UpgradeMajorVersionParams
- func NewUpgradeMajorVersionParamsWithTimeout(timeout time.Duration) *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) SetBody(body *models.HashicorpCloudVault20201125UpgradeMajorVersionRequest)
- func (o *UpgradeMajorVersionParams) SetClusterID(clusterID string)
- func (o *UpgradeMajorVersionParams) SetContext(ctx context.Context)
- func (o *UpgradeMajorVersionParams) SetDefaults()
- func (o *UpgradeMajorVersionParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeMajorVersionParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpgradeMajorVersionParams) SetLocationProjectID(locationProjectID string)
- func (o *UpgradeMajorVersionParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeMajorVersionParams) WithBody(body *models.HashicorpCloudVault20201125UpgradeMajorVersionRequest) *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) WithClusterID(clusterID string) *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) WithContext(ctx context.Context) *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) WithDefaults() *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) WithHTTPClient(client *http.Client) *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) WithLocationOrganizationID(locationOrganizationID string) *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) WithLocationProjectID(locationProjectID string) *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) WithTimeout(timeout time.Duration) *UpgradeMajorVersionParams
- func (o *UpgradeMajorVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeMajorVersionReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddPluginDefault ¶ added in v0.52.0
type AddPluginDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
AddPluginDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewAddPluginDefault ¶ added in v0.52.0
func NewAddPluginDefault(code int) *AddPluginDefault
NewAddPluginDefault creates a AddPluginDefault with default headers values
func (*AddPluginDefault) Code ¶ added in v0.52.0
func (o *AddPluginDefault) Code() int
Code gets the status code for the add plugin default response
func (*AddPluginDefault) Error ¶ added in v0.52.0
func (o *AddPluginDefault) Error() string
func (*AddPluginDefault) GetPayload ¶ added in v0.52.0
func (o *AddPluginDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*AddPluginDefault) IsClientError ¶ added in v0.52.0
func (o *AddPluginDefault) IsClientError() bool
IsClientError returns true when this add plugin default response has a 4xx status code
func (*AddPluginDefault) IsCode ¶ added in v0.52.0
func (o *AddPluginDefault) IsCode(code int) bool
IsCode returns true when this add plugin default response a status code equal to that given
func (*AddPluginDefault) IsRedirect ¶ added in v0.52.0
func (o *AddPluginDefault) IsRedirect() bool
IsRedirect returns true when this add plugin default response has a 3xx status code
func (*AddPluginDefault) IsServerError ¶ added in v0.52.0
func (o *AddPluginDefault) IsServerError() bool
IsServerError returns true when this add plugin default response has a 5xx status code
func (*AddPluginDefault) IsSuccess ¶ added in v0.52.0
func (o *AddPluginDefault) IsSuccess() bool
IsSuccess returns true when this add plugin default response has a 2xx status code
func (*AddPluginDefault) String ¶ added in v0.52.0
func (o *AddPluginDefault) String() string
type AddPluginOK ¶ added in v0.52.0
type AddPluginOK struct {
Payload models.HashicorpCloudVault20201125AddPluginResponse
}
AddPluginOK describes a response with status code 200, with default header values.
A successful response.
func NewAddPluginOK ¶ added in v0.52.0
func NewAddPluginOK() *AddPluginOK
NewAddPluginOK creates a AddPluginOK with default headers values
func (*AddPluginOK) Code ¶ added in v0.75.0
func (o *AddPluginOK) Code() int
Code gets the status code for the add plugin o k response
func (*AddPluginOK) Error ¶ added in v0.52.0
func (o *AddPluginOK) Error() string
func (*AddPluginOK) GetPayload ¶ added in v0.52.0
func (o *AddPluginOK) GetPayload() models.HashicorpCloudVault20201125AddPluginResponse
func (*AddPluginOK) IsClientError ¶ added in v0.52.0
func (o *AddPluginOK) IsClientError() bool
IsClientError returns true when this add plugin o k response has a 4xx status code
func (*AddPluginOK) IsCode ¶ added in v0.52.0
func (o *AddPluginOK) IsCode(code int) bool
IsCode returns true when this add plugin o k response a status code equal to that given
func (*AddPluginOK) IsRedirect ¶ added in v0.52.0
func (o *AddPluginOK) IsRedirect() bool
IsRedirect returns true when this add plugin o k response has a 3xx status code
func (*AddPluginOK) IsServerError ¶ added in v0.52.0
func (o *AddPluginOK) IsServerError() bool
IsServerError returns true when this add plugin o k response has a 5xx status code
func (*AddPluginOK) IsSuccess ¶ added in v0.52.0
func (o *AddPluginOK) IsSuccess() bool
IsSuccess returns true when this add plugin o k response has a 2xx status code
func (*AddPluginOK) String ¶ added in v0.52.0
func (o *AddPluginOK) String() string
type AddPluginParams ¶ added in v0.52.0
type AddPluginParams struct { // Body. Body *models.HashicorpCloudVault20201125AddPluginRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddPluginParams contains all the parameters to send to the API endpoint
for the add plugin operation. Typically these are written to a http.Request.
func NewAddPluginParams ¶ added in v0.52.0
func NewAddPluginParams() *AddPluginParams
NewAddPluginParams creates a new AddPluginParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAddPluginParamsWithContext ¶ added in v0.52.0
func NewAddPluginParamsWithContext(ctx context.Context) *AddPluginParams
NewAddPluginParamsWithContext creates a new AddPluginParams object with the ability to set a context for a request.
func NewAddPluginParamsWithHTTPClient ¶ added in v0.52.0
func NewAddPluginParamsWithHTTPClient(client *http.Client) *AddPluginParams
NewAddPluginParamsWithHTTPClient creates a new AddPluginParams object with the ability to set a custom HTTPClient for a request.
func NewAddPluginParamsWithTimeout ¶ added in v0.52.0
func NewAddPluginParamsWithTimeout(timeout time.Duration) *AddPluginParams
NewAddPluginParamsWithTimeout creates a new AddPluginParams object with the ability to set a timeout on a request.
func (*AddPluginParams) SetBody ¶ added in v0.52.0
func (o *AddPluginParams) SetBody(body *models.HashicorpCloudVault20201125AddPluginRequest)
SetBody adds the body to the add plugin params
func (*AddPluginParams) SetClusterID ¶ added in v0.52.0
func (o *AddPluginParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the add plugin params
func (*AddPluginParams) SetContext ¶ added in v0.52.0
func (o *AddPluginParams) SetContext(ctx context.Context)
SetContext adds the context to the add plugin params
func (*AddPluginParams) SetDefaults ¶ added in v0.52.0
func (o *AddPluginParams) SetDefaults()
SetDefaults hydrates default values in the add plugin params (not the query body).
All values with no default are reset to their zero value.
func (*AddPluginParams) SetHTTPClient ¶ added in v0.52.0
func (o *AddPluginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add plugin params
func (*AddPluginParams) SetLocationOrganizationID ¶ added in v0.52.0
func (o *AddPluginParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the add plugin params
func (*AddPluginParams) SetLocationProjectID ¶ added in v0.52.0
func (o *AddPluginParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the add plugin params
func (*AddPluginParams) SetTimeout ¶ added in v0.52.0
func (o *AddPluginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add plugin params
func (*AddPluginParams) WithBody ¶ added in v0.52.0
func (o *AddPluginParams) WithBody(body *models.HashicorpCloudVault20201125AddPluginRequest) *AddPluginParams
WithBody adds the body to the add plugin params
func (*AddPluginParams) WithClusterID ¶ added in v0.52.0
func (o *AddPluginParams) WithClusterID(clusterID string) *AddPluginParams
WithClusterID adds the clusterID to the add plugin params
func (*AddPluginParams) WithContext ¶ added in v0.52.0
func (o *AddPluginParams) WithContext(ctx context.Context) *AddPluginParams
WithContext adds the context to the add plugin params
func (*AddPluginParams) WithDefaults ¶ added in v0.52.0
func (o *AddPluginParams) WithDefaults() *AddPluginParams
WithDefaults hydrates default values in the add plugin params (not the query body).
All values with no default are reset to their zero value.
func (*AddPluginParams) WithHTTPClient ¶ added in v0.52.0
func (o *AddPluginParams) WithHTTPClient(client *http.Client) *AddPluginParams
WithHTTPClient adds the HTTPClient to the add plugin params
func (*AddPluginParams) WithLocationOrganizationID ¶ added in v0.52.0
func (o *AddPluginParams) WithLocationOrganizationID(locationOrganizationID string) *AddPluginParams
WithLocationOrganizationID adds the locationOrganizationID to the add plugin params
func (*AddPluginParams) WithLocationProjectID ¶ added in v0.52.0
func (o *AddPluginParams) WithLocationProjectID(locationProjectID string) *AddPluginParams
WithLocationProjectID adds the locationProjectID to the add plugin params
func (*AddPluginParams) WithTimeout ¶ added in v0.52.0
func (o *AddPluginParams) WithTimeout(timeout time.Duration) *AddPluginParams
WithTimeout adds the timeout to the add plugin params
func (*AddPluginParams) WriteToRequest ¶ added in v0.52.0
func (o *AddPluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddPluginReader ¶ added in v0.52.0
type AddPluginReader struct {
// contains filtered or unexported fields
}
AddPluginReader is a Reader for the AddPlugin structure.
func (*AddPluginReader) ReadResponse ¶ added in v0.52.0
func (o *AddPluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for vault service API
func (*Client) AddPlugin ¶ added in v0.52.0
func (a *Client) AddPlugin(params *AddPluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddPluginOK, error)
AddPlugin add plugin API
func (*Client) Create ¶
func (a *Client) Create(params *CreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOK, error)
Create create API
func (*Client) CreateSnapshot ¶
func (a *Client) CreateSnapshot(params *CreateSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSnapshotOK, error)
CreateSnapshot create snapshot API
func (*Client) Delete ¶
func (a *Client) Delete(params *DeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOK, error)
Delete delete API
func (*Client) DeletePathsFilter ¶ added in v0.17.0
func (a *Client) DeletePathsFilter(params *DeletePathsFilterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePathsFilterOK, error)
DeletePathsFilter delete paths filter API
func (*Client) DeletePlugin ¶ added in v0.52.0
func (a *Client) DeletePlugin(params *DeletePluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePluginOK, error)
DeletePlugin delete plugin API
func (*Client) DeleteSentinelPolicy ¶ added in v0.42.0
func (a *Client) DeleteSentinelPolicy(params *DeleteSentinelPolicyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSentinelPolicyOK, error)
DeleteSentinelPolicy delete sentinel policy API
func (*Client) DeleteSnapshot ¶
func (a *Client) DeleteSnapshot(params *DeleteSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSnapshotOK, error)
DeleteSnapshot delete snapshot API
func (*Client) DeregisterLinkedCluster ¶ added in v0.21.0
func (a *Client) DeregisterLinkedCluster(params *DeregisterLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeregisterLinkedClusterOK, error)
DeregisterLinkedCluster deregister linked cluster API
func (*Client) DisableCORS ¶
func (a *Client) DisableCORS(params *DisableCORSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DisableCORSOK, error)
DisableCORS disable c o r s API
func (*Client) FetchAuditLog ¶
func (a *Client) FetchAuditLog(params *FetchAuditLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FetchAuditLogOK, error)
FetchAuditLog fetch audit log API
func (*Client) Get ¶
func (a *Client) Get(params *GetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOK, error)
Get get API
func (*Client) GetAdminToken ¶
func (a *Client) GetAdminToken(params *GetAdminTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAdminTokenOK, error)
GetAdminToken get admin token API
func (*Client) GetAuditLogStatus ¶
func (a *Client) GetAuditLogStatus(params *GetAuditLogStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAuditLogStatusOK, error)
GetAuditLogStatus get audit log status API
func (*Client) GetAvailableProviders ¶ added in v0.21.0
func (a *Client) GetAvailableProviders(params *GetAvailableProvidersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAvailableProvidersOK, error)
GetAvailableProviders get available providers API
func (*Client) GetAvailableTemplates ¶ added in v0.42.0
func (a *Client) GetAvailableTemplates(params *GetAvailableTemplatesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAvailableTemplatesOK, error)
GetAvailableTemplates get available templates API
func (*Client) GetCORSConfig ¶
func (a *Client) GetCORSConfig(params *GetCORSConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCORSConfigOK, error)
GetCORSConfig get c o r s config API
func (*Client) GetClientCounts ¶
func (a *Client) GetClientCounts(params *GetClientCountsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClientCountsOK, error)
GetClientCounts get client counts API
func (*Client) GetCurrentMilestone ¶ added in v0.21.0
func (a *Client) GetCurrentMilestone(params *GetCurrentMilestoneParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCurrentMilestoneOK, error)
GetCurrentMilestone get current milestone API
func (*Client) GetLinkedCluster ¶ added in v0.23.0
func (a *Client) GetLinkedCluster(params *GetLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLinkedClusterOK, error)
GetLinkedCluster get linked cluster API
func (*Client) GetReplicationStatus ¶ added in v0.20.0
func (a *Client) GetReplicationStatus(params *GetReplicationStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetReplicationStatusOK, error)
GetReplicationStatus get replication status API
func (*Client) GetSnapshot ¶
func (a *Client) GetSnapshot(params *GetSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSnapshotOK, error)
GetSnapshot get snapshot API
func (*Client) GetUtilization ¶
func (a *Client) GetUtilization(params *GetUtilizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUtilizationOK, error)
GetUtilization get utilization API
func (*Client) IsVaultPluginRegistered ¶ added in v0.42.0
func (a *Client) IsVaultPluginRegistered(params *IsVaultPluginRegisteredParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IsVaultPluginRegisteredOK, error)
IsVaultPluginRegistered is vault plugin registered API
func (*Client) List ¶
func (a *Client) List(params *ListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOK, error)
List list API
func (*Client) ListAllClusters ¶ added in v0.42.0
func (a *Client) ListAllClusters(params *ListAllClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAllClustersOK, error)
ListAllClusters list all clusters API
func (*Client) ListPerformanceReplicationSecondaries ¶
func (a *Client) ListPerformanceReplicationSecondaries(params *ListPerformanceReplicationSecondariesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPerformanceReplicationSecondariesOK, error)
ListPerformanceReplicationSecondaries list performance replication secondaries API
func (*Client) ListSnapshots ¶
func (a *Client) ListSnapshots(params *ListSnapshotsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSnapshotsOK, error)
ListSnapshots list snapshots API
func (*Client) Lock ¶ added in v0.42.0
func (a *Client) Lock(params *LockParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LockOK, error)
Lock lock API
func (*Client) PluginRegistrationStatus ¶ added in v0.53.0
func (a *Client) PluginRegistrationStatus(params *PluginRegistrationStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PluginRegistrationStatusOK, error)
PluginRegistrationStatus plugin registration status API
func (*Client) RecreateFromSnapshot ¶ added in v0.21.0
func (a *Client) RecreateFromSnapshot(params *RecreateFromSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RecreateFromSnapshotOK, error)
RecreateFromSnapshot recreate from snapshot API
func (*Client) RegisterLinkedCluster ¶ added in v0.21.0
func (a *Client) RegisterLinkedCluster(params *RegisterLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RegisterLinkedClusterOK, error)
RegisterLinkedCluster register linked cluster API
func (*Client) RestoreSnapshot ¶
func (a *Client) RestoreSnapshot(params *RestoreSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreSnapshotOK, error)
RestoreSnapshot restore snapshot API
func (*Client) RevokeAdminTokens ¶ added in v0.42.0
func (a *Client) RevokeAdminTokens(params *RevokeAdminTokensParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeAdminTokensOK, error)
RevokeAdminTokens revoke admin tokens API
func (*Client) Seal ¶
func (a *Client) Seal(params *SealParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SealOK, error)
Seal seal API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) Unlock ¶ added in v0.42.0
func (a *Client) Unlock(params *UnlockParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnlockOK, error)
Unlock unlock API
func (*Client) Unseal ¶
func (a *Client) Unseal(params *UnsealParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnsealOK, error)
Unseal unseal API
func (*Client) Update ¶
func (a *Client) Update(params *UpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOK, error)
Update update API
func (*Client) UpdateCORSConfig ¶
func (a *Client) UpdateCORSConfig(params *UpdateCORSConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateCORSConfigOK, error)
UpdateCORSConfig update c o r s config API
func (*Client) UpdateMajorVersionUpgradeConfig ¶ added in v0.20.0
func (a *Client) UpdateMajorVersionUpgradeConfig(params *UpdateMajorVersionUpgradeConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateMajorVersionUpgradeConfigOK, error)
UpdateMajorVersionUpgradeConfig update major version upgrade config API
func (*Client) UpdatePathsFilter ¶ added in v0.17.0
func (a *Client) UpdatePathsFilter(params *UpdatePathsFilterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdatePathsFilterOK, error)
UpdatePathsFilter update paths filter API
func (*Client) UpdatePublicIps ¶
func (a *Client) UpdatePublicIps(params *UpdatePublicIpsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdatePublicIpsOK, error)
UpdatePublicIps update public ips API
func (*Client) UpdateSnapshot ¶
func (a *Client) UpdateSnapshot(params *UpdateSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSnapshotOK, error)
UpdateSnapshot update snapshot API
func (*Client) UpdateVersion ¶
func (a *Client) UpdateVersion(params *UpdateVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateVersionOK, error)
UpdateVersion update version API
func (*Client) UpgradeMajorVersion ¶ added in v0.20.0
func (a *Client) UpgradeMajorVersion(params *UpgradeMajorVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpgradeMajorVersionOK, error)
UpgradeMajorVersion upgrade major version API
type ClientOption ¶ added in v0.23.0
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { AddPlugin(params *AddPluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddPluginOK, error) Create(params *CreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOK, error) CreateSnapshot(params *CreateSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSnapshotOK, error) Delete(params *DeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOK, error) DeletePathsFilter(params *DeletePathsFilterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePathsFilterOK, error) DeletePlugin(params *DeletePluginParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeletePluginOK, error) DeleteSentinelPolicy(params *DeleteSentinelPolicyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSentinelPolicyOK, error) DeleteSnapshot(params *DeleteSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSnapshotOK, error) DeregisterLinkedCluster(params *DeregisterLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeregisterLinkedClusterOK, error) DisableCORS(params *DisableCORSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DisableCORSOK, error) FetchAuditLog(params *FetchAuditLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FetchAuditLogOK, error) Get(params *GetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOK, error) GetAdminToken(params *GetAdminTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAdminTokenOK, error) GetAuditLogStatus(params *GetAuditLogStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAuditLogStatusOK, error) GetAvailableProviders(params *GetAvailableProvidersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAvailableProvidersOK, error) GetAvailableTemplates(params *GetAvailableTemplatesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAvailableTemplatesOK, error) GetCORSConfig(params *GetCORSConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCORSConfigOK, error) GetClientCounts(params *GetClientCountsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClientCountsOK, error) GetCurrentMilestone(params *GetCurrentMilestoneParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCurrentMilestoneOK, error) GetLinkedCluster(params *GetLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetLinkedClusterOK, error) GetReplicationStatus(params *GetReplicationStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetReplicationStatusOK, error) GetSnapshot(params *GetSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSnapshotOK, error) GetUtilization(params *GetUtilizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetUtilizationOK, error) IsVaultPluginRegistered(params *IsVaultPluginRegisteredParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IsVaultPluginRegisteredOK, error) List(params *ListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOK, error) ListAllClusters(params *ListAllClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAllClustersOK, error) ListPerformanceReplicationSecondaries(params *ListPerformanceReplicationSecondariesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListPerformanceReplicationSecondariesOK, error) ListSnapshots(params *ListSnapshotsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSnapshotsOK, error) Lock(params *LockParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LockOK, error) PluginRegistrationStatus(params *PluginRegistrationStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PluginRegistrationStatusOK, error) RecreateFromSnapshot(params *RecreateFromSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RecreateFromSnapshotOK, error) RegisterLinkedCluster(params *RegisterLinkedClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RegisterLinkedClusterOK, error) RestoreSnapshot(params *RestoreSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreSnapshotOK, error) RevokeAdminTokens(params *RevokeAdminTokensParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RevokeAdminTokensOK, error) Seal(params *SealParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SealOK, error) Unlock(params *UnlockParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnlockOK, error) Unseal(params *UnsealParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnsealOK, error) Update(params *UpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateOK, error) UpdateCORSConfig(params *UpdateCORSConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateCORSConfigOK, error) UpdateMajorVersionUpgradeConfig(params *UpdateMajorVersionUpgradeConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateMajorVersionUpgradeConfigOK, error) UpdatePathsFilter(params *UpdatePathsFilterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdatePathsFilterOK, error) UpdatePublicIps(params *UpdatePublicIpsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdatePublicIpsOK, error) UpdateSnapshot(params *UpdateSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateSnapshotOK, error) UpdateVersion(params *UpdateVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateVersionOK, error) UpgradeMajorVersion(params *UpgradeMajorVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpgradeMajorVersionOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new vault service API client.
type CreateDefault ¶
type CreateDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
CreateDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewCreateDefault ¶
func NewCreateDefault(code int) *CreateDefault
NewCreateDefault creates a CreateDefault with default headers values
func (*CreateDefault) Code ¶
func (o *CreateDefault) Code() int
Code gets the status code for the create default response
func (*CreateDefault) Error ¶
func (o *CreateDefault) Error() string
func (*CreateDefault) GetPayload ¶
func (o *CreateDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*CreateDefault) IsClientError ¶ added in v0.23.0
func (o *CreateDefault) IsClientError() bool
IsClientError returns true when this create default response has a 4xx status code
func (*CreateDefault) IsCode ¶ added in v0.23.0
func (o *CreateDefault) IsCode(code int) bool
IsCode returns true when this create default response a status code equal to that given
func (*CreateDefault) IsRedirect ¶ added in v0.23.0
func (o *CreateDefault) IsRedirect() bool
IsRedirect returns true when this create default response has a 3xx status code
func (*CreateDefault) IsServerError ¶ added in v0.23.0
func (o *CreateDefault) IsServerError() bool
IsServerError returns true when this create default response has a 5xx status code
func (*CreateDefault) IsSuccess ¶ added in v0.23.0
func (o *CreateDefault) IsSuccess() bool
IsSuccess returns true when this create default response has a 2xx status code
func (*CreateDefault) String ¶ added in v0.23.0
func (o *CreateDefault) String() string
type CreateOK ¶
type CreateOK struct {
Payload *models.HashicorpCloudVault20201125CreateResponse
}
CreateOK describes a response with status code 200, with default header values.
A successful response.
func NewCreateOK ¶
func NewCreateOK() *CreateOK
NewCreateOK creates a CreateOK with default headers values
func (*CreateOK) GetPayload ¶
func (o *CreateOK) GetPayload() *models.HashicorpCloudVault20201125CreateResponse
func (*CreateOK) IsClientError ¶ added in v0.23.0
IsClientError returns true when this create o k response has a 4xx status code
func (*CreateOK) IsCode ¶ added in v0.23.0
IsCode returns true when this create o k response a status code equal to that given
func (*CreateOK) IsRedirect ¶ added in v0.23.0
IsRedirect returns true when this create o k response has a 3xx status code
func (*CreateOK) IsServerError ¶ added in v0.23.0
IsServerError returns true when this create o k response has a 5xx status code
type CreateParams ¶
type CreateParams struct { // Body. Body *models.HashicorpCloudVault20201125CreateRequest /* ClusterLocationOrganizationID. organization_id is the id of the organization. */ ClusterLocationOrganizationID string /* ClusterLocationProjectID. project_id is the projects id. */ ClusterLocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateParams contains all the parameters to send to the API endpoint
for the create operation. Typically these are written to a http.Request.
func NewCreateParams ¶
func NewCreateParams() *CreateParams
NewCreateParams creates a new CreateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateParamsWithContext ¶
func NewCreateParamsWithContext(ctx context.Context) *CreateParams
NewCreateParamsWithContext creates a new CreateParams object with the ability to set a context for a request.
func NewCreateParamsWithHTTPClient ¶
func NewCreateParamsWithHTTPClient(client *http.Client) *CreateParams
NewCreateParamsWithHTTPClient creates a new CreateParams object with the ability to set a custom HTTPClient for a request.
func NewCreateParamsWithTimeout ¶
func NewCreateParamsWithTimeout(timeout time.Duration) *CreateParams
NewCreateParamsWithTimeout creates a new CreateParams object with the ability to set a timeout on a request.
func (*CreateParams) SetBody ¶
func (o *CreateParams) SetBody(body *models.HashicorpCloudVault20201125CreateRequest)
SetBody adds the body to the create params
func (*CreateParams) SetClusterLocationOrganizationID ¶
func (o *CreateParams) SetClusterLocationOrganizationID(clusterLocationOrganizationID string)
SetClusterLocationOrganizationID adds the clusterLocationOrganizationId to the create params
func (*CreateParams) SetClusterLocationProjectID ¶
func (o *CreateParams) SetClusterLocationProjectID(clusterLocationProjectID string)
SetClusterLocationProjectID adds the clusterLocationProjectId to the create params
func (*CreateParams) SetContext ¶
func (o *CreateParams) SetContext(ctx context.Context)
SetContext adds the context to the create params
func (*CreateParams) SetDefaults ¶ added in v0.23.0
func (o *CreateParams) SetDefaults()
SetDefaults hydrates default values in the create params (not the query body).
All values with no default are reset to their zero value.
func (*CreateParams) SetHTTPClient ¶
func (o *CreateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create params
func (*CreateParams) SetTimeout ¶
func (o *CreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create params
func (*CreateParams) WithBody ¶
func (o *CreateParams) WithBody(body *models.HashicorpCloudVault20201125CreateRequest) *CreateParams
WithBody adds the body to the create params
func (*CreateParams) WithClusterLocationOrganizationID ¶
func (o *CreateParams) WithClusterLocationOrganizationID(clusterLocationOrganizationID string) *CreateParams
WithClusterLocationOrganizationID adds the clusterLocationOrganizationID to the create params
func (*CreateParams) WithClusterLocationProjectID ¶
func (o *CreateParams) WithClusterLocationProjectID(clusterLocationProjectID string) *CreateParams
WithClusterLocationProjectID adds the clusterLocationProjectID to the create params
func (*CreateParams) WithContext ¶
func (o *CreateParams) WithContext(ctx context.Context) *CreateParams
WithContext adds the context to the create params
func (*CreateParams) WithDefaults ¶ added in v0.23.0
func (o *CreateParams) WithDefaults() *CreateParams
WithDefaults hydrates default values in the create params (not the query body).
All values with no default are reset to their zero value.
func (*CreateParams) WithHTTPClient ¶
func (o *CreateParams) WithHTTPClient(client *http.Client) *CreateParams
WithHTTPClient adds the HTTPClient to the create params
func (*CreateParams) WithTimeout ¶
func (o *CreateParams) WithTimeout(timeout time.Duration) *CreateParams
WithTimeout adds the timeout to the create params
func (*CreateParams) WriteToRequest ¶
func (o *CreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateReader ¶
type CreateReader struct {
// contains filtered or unexported fields
}
CreateReader is a Reader for the Create structure.
func (*CreateReader) ReadResponse ¶
func (o *CreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSnapshotDefault ¶
type CreateSnapshotDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
CreateSnapshotDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewCreateSnapshotDefault ¶
func NewCreateSnapshotDefault(code int) *CreateSnapshotDefault
NewCreateSnapshotDefault creates a CreateSnapshotDefault with default headers values
func (*CreateSnapshotDefault) Code ¶
func (o *CreateSnapshotDefault) Code() int
Code gets the status code for the create snapshot default response
func (*CreateSnapshotDefault) Error ¶
func (o *CreateSnapshotDefault) Error() string
func (*CreateSnapshotDefault) GetPayload ¶
func (o *CreateSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*CreateSnapshotDefault) IsClientError ¶ added in v0.23.0
func (o *CreateSnapshotDefault) IsClientError() bool
IsClientError returns true when this create snapshot default response has a 4xx status code
func (*CreateSnapshotDefault) IsCode ¶ added in v0.23.0
func (o *CreateSnapshotDefault) IsCode(code int) bool
IsCode returns true when this create snapshot default response a status code equal to that given
func (*CreateSnapshotDefault) IsRedirect ¶ added in v0.23.0
func (o *CreateSnapshotDefault) IsRedirect() bool
IsRedirect returns true when this create snapshot default response has a 3xx status code
func (*CreateSnapshotDefault) IsServerError ¶ added in v0.23.0
func (o *CreateSnapshotDefault) IsServerError() bool
IsServerError returns true when this create snapshot default response has a 5xx status code
func (*CreateSnapshotDefault) IsSuccess ¶ added in v0.23.0
func (o *CreateSnapshotDefault) IsSuccess() bool
IsSuccess returns true when this create snapshot default response has a 2xx status code
func (*CreateSnapshotDefault) String ¶ added in v0.23.0
func (o *CreateSnapshotDefault) String() string
type CreateSnapshotOK ¶
type CreateSnapshotOK struct {
Payload *models.HashicorpCloudVault20201125CreateSnapshotResponse
}
CreateSnapshotOK describes a response with status code 200, with default header values.
A successful response.
func NewCreateSnapshotOK ¶
func NewCreateSnapshotOK() *CreateSnapshotOK
NewCreateSnapshotOK creates a CreateSnapshotOK with default headers values
func (*CreateSnapshotOK) Code ¶ added in v0.75.0
func (o *CreateSnapshotOK) Code() int
Code gets the status code for the create snapshot o k response
func (*CreateSnapshotOK) Error ¶
func (o *CreateSnapshotOK) Error() string
func (*CreateSnapshotOK) GetPayload ¶
func (o *CreateSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125CreateSnapshotResponse
func (*CreateSnapshotOK) IsClientError ¶ added in v0.23.0
func (o *CreateSnapshotOK) IsClientError() bool
IsClientError returns true when this create snapshot o k response has a 4xx status code
func (*CreateSnapshotOK) IsCode ¶ added in v0.23.0
func (o *CreateSnapshotOK) IsCode(code int) bool
IsCode returns true when this create snapshot o k response a status code equal to that given
func (*CreateSnapshotOK) IsRedirect ¶ added in v0.23.0
func (o *CreateSnapshotOK) IsRedirect() bool
IsRedirect returns true when this create snapshot o k response has a 3xx status code
func (*CreateSnapshotOK) IsServerError ¶ added in v0.23.0
func (o *CreateSnapshotOK) IsServerError() bool
IsServerError returns true when this create snapshot o k response has a 5xx status code
func (*CreateSnapshotOK) IsSuccess ¶ added in v0.23.0
func (o *CreateSnapshotOK) IsSuccess() bool
IsSuccess returns true when this create snapshot o k response has a 2xx status code
func (*CreateSnapshotOK) String ¶ added in v0.23.0
func (o *CreateSnapshotOK) String() string
type CreateSnapshotParams ¶
type CreateSnapshotParams struct { // Body. Body *models.HashicorpCloudVault20201125CreateSnapshotRequest /* ResourceLocationOrganizationID. organization_id is the id of the organization. */ ResourceLocationOrganizationID string /* ResourceLocationProjectID. project_id is the projects id. */ ResourceLocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSnapshotParams contains all the parameters to send to the API endpoint
for the create snapshot operation. Typically these are written to a http.Request.
func NewCreateSnapshotParams ¶
func NewCreateSnapshotParams() *CreateSnapshotParams
NewCreateSnapshotParams creates a new CreateSnapshotParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateSnapshotParamsWithContext ¶
func NewCreateSnapshotParamsWithContext(ctx context.Context) *CreateSnapshotParams
NewCreateSnapshotParamsWithContext creates a new CreateSnapshotParams object with the ability to set a context for a request.
func NewCreateSnapshotParamsWithHTTPClient ¶
func NewCreateSnapshotParamsWithHTTPClient(client *http.Client) *CreateSnapshotParams
NewCreateSnapshotParamsWithHTTPClient creates a new CreateSnapshotParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSnapshotParamsWithTimeout ¶
func NewCreateSnapshotParamsWithTimeout(timeout time.Duration) *CreateSnapshotParams
NewCreateSnapshotParamsWithTimeout creates a new CreateSnapshotParams object with the ability to set a timeout on a request.
func (*CreateSnapshotParams) SetBody ¶
func (o *CreateSnapshotParams) SetBody(body *models.HashicorpCloudVault20201125CreateSnapshotRequest)
SetBody adds the body to the create snapshot params
func (*CreateSnapshotParams) SetContext ¶
func (o *CreateSnapshotParams) SetContext(ctx context.Context)
SetContext adds the context to the create snapshot params
func (*CreateSnapshotParams) SetDefaults ¶ added in v0.23.0
func (o *CreateSnapshotParams) SetDefaults()
SetDefaults hydrates default values in the create snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSnapshotParams) SetHTTPClient ¶
func (o *CreateSnapshotParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create snapshot params
func (*CreateSnapshotParams) SetResourceLocationOrganizationID ¶
func (o *CreateSnapshotParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
SetResourceLocationOrganizationID adds the resourceLocationOrganizationId to the create snapshot params
func (*CreateSnapshotParams) SetResourceLocationProjectID ¶
func (o *CreateSnapshotParams) SetResourceLocationProjectID(resourceLocationProjectID string)
SetResourceLocationProjectID adds the resourceLocationProjectId to the create snapshot params
func (*CreateSnapshotParams) SetTimeout ¶
func (o *CreateSnapshotParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create snapshot params
func (*CreateSnapshotParams) WithBody ¶
func (o *CreateSnapshotParams) WithBody(body *models.HashicorpCloudVault20201125CreateSnapshotRequest) *CreateSnapshotParams
WithBody adds the body to the create snapshot params
func (*CreateSnapshotParams) WithContext ¶
func (o *CreateSnapshotParams) WithContext(ctx context.Context) *CreateSnapshotParams
WithContext adds the context to the create snapshot params
func (*CreateSnapshotParams) WithDefaults ¶ added in v0.23.0
func (o *CreateSnapshotParams) WithDefaults() *CreateSnapshotParams
WithDefaults hydrates default values in the create snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSnapshotParams) WithHTTPClient ¶
func (o *CreateSnapshotParams) WithHTTPClient(client *http.Client) *CreateSnapshotParams
WithHTTPClient adds the HTTPClient to the create snapshot params
func (*CreateSnapshotParams) WithResourceLocationOrganizationID ¶
func (o *CreateSnapshotParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *CreateSnapshotParams
WithResourceLocationOrganizationID adds the resourceLocationOrganizationID to the create snapshot params
func (*CreateSnapshotParams) WithResourceLocationProjectID ¶
func (o *CreateSnapshotParams) WithResourceLocationProjectID(resourceLocationProjectID string) *CreateSnapshotParams
WithResourceLocationProjectID adds the resourceLocationProjectID to the create snapshot params
func (*CreateSnapshotParams) WithTimeout ¶
func (o *CreateSnapshotParams) WithTimeout(timeout time.Duration) *CreateSnapshotParams
WithTimeout adds the timeout to the create snapshot params
func (*CreateSnapshotParams) WriteToRequest ¶
func (o *CreateSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSnapshotReader ¶
type CreateSnapshotReader struct {
// contains filtered or unexported fields
}
CreateSnapshotReader is a Reader for the CreateSnapshot structure.
func (*CreateSnapshotReader) ReadResponse ¶
func (o *CreateSnapshotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDefault ¶
type DeleteDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
DeleteDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteDefault ¶
func NewDeleteDefault(code int) *DeleteDefault
NewDeleteDefault creates a DeleteDefault with default headers values
func (*DeleteDefault) Code ¶
func (o *DeleteDefault) Code() int
Code gets the status code for the delete default response
func (*DeleteDefault) Error ¶
func (o *DeleteDefault) Error() string
func (*DeleteDefault) GetPayload ¶
func (o *DeleteDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*DeleteDefault) IsClientError ¶ added in v0.23.0
func (o *DeleteDefault) IsClientError() bool
IsClientError returns true when this delete default response has a 4xx status code
func (*DeleteDefault) IsCode ¶ added in v0.23.0
func (o *DeleteDefault) IsCode(code int) bool
IsCode returns true when this delete default response a status code equal to that given
func (*DeleteDefault) IsRedirect ¶ added in v0.23.0
func (o *DeleteDefault) IsRedirect() bool
IsRedirect returns true when this delete default response has a 3xx status code
func (*DeleteDefault) IsServerError ¶ added in v0.23.0
func (o *DeleteDefault) IsServerError() bool
IsServerError returns true when this delete default response has a 5xx status code
func (*DeleteDefault) IsSuccess ¶ added in v0.23.0
func (o *DeleteDefault) IsSuccess() bool
IsSuccess returns true when this delete default response has a 2xx status code
func (*DeleteDefault) String ¶ added in v0.23.0
func (o *DeleteDefault) String() string
type DeleteOK ¶
type DeleteOK struct {
Payload *models.HashicorpCloudVault20201125DeleteResponse
}
DeleteOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteOK ¶
func NewDeleteOK() *DeleteOK
NewDeleteOK creates a DeleteOK with default headers values
func (*DeleteOK) GetPayload ¶
func (o *DeleteOK) GetPayload() *models.HashicorpCloudVault20201125DeleteResponse
func (*DeleteOK) IsClientError ¶ added in v0.23.0
IsClientError returns true when this delete o k response has a 4xx status code
func (*DeleteOK) IsCode ¶ added in v0.23.0
IsCode returns true when this delete o k response a status code equal to that given
func (*DeleteOK) IsRedirect ¶ added in v0.23.0
IsRedirect returns true when this delete o k response has a 3xx status code
func (*DeleteOK) IsServerError ¶ added in v0.23.0
IsServerError returns true when this delete o k response has a 5xx status code
type DeleteParams ¶
type DeleteParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteParams contains all the parameters to send to the API endpoint
for the delete operation. Typically these are written to a http.Request.
func NewDeleteParams ¶
func NewDeleteParams() *DeleteParams
NewDeleteParams creates a new DeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteParamsWithContext ¶
func NewDeleteParamsWithContext(ctx context.Context) *DeleteParams
NewDeleteParamsWithContext creates a new DeleteParams object with the ability to set a context for a request.
func NewDeleteParamsWithHTTPClient ¶
func NewDeleteParamsWithHTTPClient(client *http.Client) *DeleteParams
NewDeleteParamsWithHTTPClient creates a new DeleteParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteParamsWithTimeout ¶
func NewDeleteParamsWithTimeout(timeout time.Duration) *DeleteParams
NewDeleteParamsWithTimeout creates a new DeleteParams object with the ability to set a timeout on a request.
func (*DeleteParams) SetClusterID ¶
func (o *DeleteParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the delete params
func (*DeleteParams) SetContext ¶
func (o *DeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the delete params
func (*DeleteParams) SetDefaults ¶ added in v0.23.0
func (o *DeleteParams) SetDefaults()
SetDefaults hydrates default values in the delete params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteParams) SetHTTPClient ¶
func (o *DeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete params
func (*DeleteParams) SetLocationOrganizationID ¶
func (o *DeleteParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete params
func (*DeleteParams) SetLocationProjectID ¶
func (o *DeleteParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete params
func (*DeleteParams) SetLocationRegionProvider ¶
func (o *DeleteParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the delete params
func (*DeleteParams) SetLocationRegionRegion ¶
func (o *DeleteParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the delete params
func (*DeleteParams) SetTimeout ¶
func (o *DeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete params
func (*DeleteParams) WithClusterID ¶
func (o *DeleteParams) WithClusterID(clusterID string) *DeleteParams
WithClusterID adds the clusterID to the delete params
func (*DeleteParams) WithContext ¶
func (o *DeleteParams) WithContext(ctx context.Context) *DeleteParams
WithContext adds the context to the delete params
func (*DeleteParams) WithDefaults ¶ added in v0.23.0
func (o *DeleteParams) WithDefaults() *DeleteParams
WithDefaults hydrates default values in the delete params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteParams) WithHTTPClient ¶
func (o *DeleteParams) WithHTTPClient(client *http.Client) *DeleteParams
WithHTTPClient adds the HTTPClient to the delete params
func (*DeleteParams) WithLocationOrganizationID ¶
func (o *DeleteParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteParams
WithLocationOrganizationID adds the locationOrganizationID to the delete params
func (*DeleteParams) WithLocationProjectID ¶
func (o *DeleteParams) WithLocationProjectID(locationProjectID string) *DeleteParams
WithLocationProjectID adds the locationProjectID to the delete params
func (*DeleteParams) WithLocationRegionProvider ¶
func (o *DeleteParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteParams
WithLocationRegionProvider adds the locationRegionProvider to the delete params
func (*DeleteParams) WithLocationRegionRegion ¶
func (o *DeleteParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteParams
WithLocationRegionRegion adds the locationRegionRegion to the delete params
func (*DeleteParams) WithTimeout ¶
func (o *DeleteParams) WithTimeout(timeout time.Duration) *DeleteParams
WithTimeout adds the timeout to the delete params
func (*DeleteParams) WriteToRequest ¶
func (o *DeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePathsFilterDefault ¶ added in v0.17.0
type DeletePathsFilterDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
DeletePathsFilterDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeletePathsFilterDefault ¶ added in v0.17.0
func NewDeletePathsFilterDefault(code int) *DeletePathsFilterDefault
NewDeletePathsFilterDefault creates a DeletePathsFilterDefault with default headers values
func (*DeletePathsFilterDefault) Code ¶ added in v0.17.0
func (o *DeletePathsFilterDefault) Code() int
Code gets the status code for the delete paths filter default response
func (*DeletePathsFilterDefault) Error ¶ added in v0.17.0
func (o *DeletePathsFilterDefault) Error() string
func (*DeletePathsFilterDefault) GetPayload ¶ added in v0.17.0
func (o *DeletePathsFilterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*DeletePathsFilterDefault) IsClientError ¶ added in v0.23.0
func (o *DeletePathsFilterDefault) IsClientError() bool
IsClientError returns true when this delete paths filter default response has a 4xx status code
func (*DeletePathsFilterDefault) IsCode ¶ added in v0.23.0
func (o *DeletePathsFilterDefault) IsCode(code int) bool
IsCode returns true when this delete paths filter default response a status code equal to that given
func (*DeletePathsFilterDefault) IsRedirect ¶ added in v0.23.0
func (o *DeletePathsFilterDefault) IsRedirect() bool
IsRedirect returns true when this delete paths filter default response has a 3xx status code
func (*DeletePathsFilterDefault) IsServerError ¶ added in v0.23.0
func (o *DeletePathsFilterDefault) IsServerError() bool
IsServerError returns true when this delete paths filter default response has a 5xx status code
func (*DeletePathsFilterDefault) IsSuccess ¶ added in v0.23.0
func (o *DeletePathsFilterDefault) IsSuccess() bool
IsSuccess returns true when this delete paths filter default response has a 2xx status code
func (*DeletePathsFilterDefault) String ¶ added in v0.23.0
func (o *DeletePathsFilterDefault) String() string
type DeletePathsFilterOK ¶ added in v0.17.0
type DeletePathsFilterOK struct {
Payload *models.HashicorpCloudVault20201125DeletePathsFilterResponse
}
DeletePathsFilterOK describes a response with status code 200, with default header values.
A successful response.
func NewDeletePathsFilterOK ¶ added in v0.17.0
func NewDeletePathsFilterOK() *DeletePathsFilterOK
NewDeletePathsFilterOK creates a DeletePathsFilterOK with default headers values
func (*DeletePathsFilterOK) Code ¶ added in v0.75.0
func (o *DeletePathsFilterOK) Code() int
Code gets the status code for the delete paths filter o k response
func (*DeletePathsFilterOK) Error ¶ added in v0.17.0
func (o *DeletePathsFilterOK) Error() string
func (*DeletePathsFilterOK) GetPayload ¶ added in v0.17.0
func (o *DeletePathsFilterOK) GetPayload() *models.HashicorpCloudVault20201125DeletePathsFilterResponse
func (*DeletePathsFilterOK) IsClientError ¶ added in v0.23.0
func (o *DeletePathsFilterOK) IsClientError() bool
IsClientError returns true when this delete paths filter o k response has a 4xx status code
func (*DeletePathsFilterOK) IsCode ¶ added in v0.23.0
func (o *DeletePathsFilterOK) IsCode(code int) bool
IsCode returns true when this delete paths filter o k response a status code equal to that given
func (*DeletePathsFilterOK) IsRedirect ¶ added in v0.23.0
func (o *DeletePathsFilterOK) IsRedirect() bool
IsRedirect returns true when this delete paths filter o k response has a 3xx status code
func (*DeletePathsFilterOK) IsServerError ¶ added in v0.23.0
func (o *DeletePathsFilterOK) IsServerError() bool
IsServerError returns true when this delete paths filter o k response has a 5xx status code
func (*DeletePathsFilterOK) IsSuccess ¶ added in v0.23.0
func (o *DeletePathsFilterOK) IsSuccess() bool
IsSuccess returns true when this delete paths filter o k response has a 2xx status code
func (*DeletePathsFilterOK) String ¶ added in v0.23.0
func (o *DeletePathsFilterOK) String() string
type DeletePathsFilterParams ¶ added in v0.17.0
type DeletePathsFilterParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePathsFilterParams contains all the parameters to send to the API endpoint
for the delete paths filter operation. Typically these are written to a http.Request.
func NewDeletePathsFilterParams ¶ added in v0.17.0
func NewDeletePathsFilterParams() *DeletePathsFilterParams
NewDeletePathsFilterParams creates a new DeletePathsFilterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeletePathsFilterParamsWithContext ¶ added in v0.17.0
func NewDeletePathsFilterParamsWithContext(ctx context.Context) *DeletePathsFilterParams
NewDeletePathsFilterParamsWithContext creates a new DeletePathsFilterParams object with the ability to set a context for a request.
func NewDeletePathsFilterParamsWithHTTPClient ¶ added in v0.17.0
func NewDeletePathsFilterParamsWithHTTPClient(client *http.Client) *DeletePathsFilterParams
NewDeletePathsFilterParamsWithHTTPClient creates a new DeletePathsFilterParams object with the ability to set a custom HTTPClient for a request.
func NewDeletePathsFilterParamsWithTimeout ¶ added in v0.17.0
func NewDeletePathsFilterParamsWithTimeout(timeout time.Duration) *DeletePathsFilterParams
NewDeletePathsFilterParamsWithTimeout creates a new DeletePathsFilterParams object with the ability to set a timeout on a request.
func (*DeletePathsFilterParams) SetClusterID ¶ added in v0.17.0
func (o *DeletePathsFilterParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the delete paths filter params
func (*DeletePathsFilterParams) SetContext ¶ added in v0.17.0
func (o *DeletePathsFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the delete paths filter params
func (*DeletePathsFilterParams) SetDefaults ¶ added in v0.23.0
func (o *DeletePathsFilterParams) SetDefaults()
SetDefaults hydrates default values in the delete paths filter params (not the query body).
All values with no default are reset to their zero value.
func (*DeletePathsFilterParams) SetHTTPClient ¶ added in v0.17.0
func (o *DeletePathsFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete paths filter params
func (*DeletePathsFilterParams) SetLocationOrganizationID ¶ added in v0.17.0
func (o *DeletePathsFilterParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete paths filter params
func (*DeletePathsFilterParams) SetLocationProjectID ¶ added in v0.17.0
func (o *DeletePathsFilterParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete paths filter params
func (*DeletePathsFilterParams) SetLocationRegionProvider ¶ added in v0.17.0
func (o *DeletePathsFilterParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the delete paths filter params
func (*DeletePathsFilterParams) SetLocationRegionRegion ¶ added in v0.17.0
func (o *DeletePathsFilterParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the delete paths filter params
func (*DeletePathsFilterParams) SetTimeout ¶ added in v0.17.0
func (o *DeletePathsFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete paths filter params
func (*DeletePathsFilterParams) WithClusterID ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WithClusterID(clusterID string) *DeletePathsFilterParams
WithClusterID adds the clusterID to the delete paths filter params
func (*DeletePathsFilterParams) WithContext ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WithContext(ctx context.Context) *DeletePathsFilterParams
WithContext adds the context to the delete paths filter params
func (*DeletePathsFilterParams) WithDefaults ¶ added in v0.23.0
func (o *DeletePathsFilterParams) WithDefaults() *DeletePathsFilterParams
WithDefaults hydrates default values in the delete paths filter params (not the query body).
All values with no default are reset to their zero value.
func (*DeletePathsFilterParams) WithHTTPClient ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WithHTTPClient(client *http.Client) *DeletePathsFilterParams
WithHTTPClient adds the HTTPClient to the delete paths filter params
func (*DeletePathsFilterParams) WithLocationOrganizationID ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WithLocationOrganizationID(locationOrganizationID string) *DeletePathsFilterParams
WithLocationOrganizationID adds the locationOrganizationID to the delete paths filter params
func (*DeletePathsFilterParams) WithLocationProjectID ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WithLocationProjectID(locationProjectID string) *DeletePathsFilterParams
WithLocationProjectID adds the locationProjectID to the delete paths filter params
func (*DeletePathsFilterParams) WithLocationRegionProvider ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WithLocationRegionProvider(locationRegionProvider *string) *DeletePathsFilterParams
WithLocationRegionProvider adds the locationRegionProvider to the delete paths filter params
func (*DeletePathsFilterParams) WithLocationRegionRegion ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WithLocationRegionRegion(locationRegionRegion *string) *DeletePathsFilterParams
WithLocationRegionRegion adds the locationRegionRegion to the delete paths filter params
func (*DeletePathsFilterParams) WithTimeout ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WithTimeout(timeout time.Duration) *DeletePathsFilterParams
WithTimeout adds the timeout to the delete paths filter params
func (*DeletePathsFilterParams) WriteToRequest ¶ added in v0.17.0
func (o *DeletePathsFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePathsFilterReader ¶ added in v0.17.0
type DeletePathsFilterReader struct {
// contains filtered or unexported fields
}
DeletePathsFilterReader is a Reader for the DeletePathsFilter structure.
func (*DeletePathsFilterReader) ReadResponse ¶ added in v0.17.0
func (o *DeletePathsFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePluginDefault ¶ added in v0.52.0
type DeletePluginDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
DeletePluginDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeletePluginDefault ¶ added in v0.52.0
func NewDeletePluginDefault(code int) *DeletePluginDefault
NewDeletePluginDefault creates a DeletePluginDefault with default headers values
func (*DeletePluginDefault) Code ¶ added in v0.52.0
func (o *DeletePluginDefault) Code() int
Code gets the status code for the delete plugin default response
func (*DeletePluginDefault) Error ¶ added in v0.52.0
func (o *DeletePluginDefault) Error() string
func (*DeletePluginDefault) GetPayload ¶ added in v0.52.0
func (o *DeletePluginDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*DeletePluginDefault) IsClientError ¶ added in v0.52.0
func (o *DeletePluginDefault) IsClientError() bool
IsClientError returns true when this delete plugin default response has a 4xx status code
func (*DeletePluginDefault) IsCode ¶ added in v0.52.0
func (o *DeletePluginDefault) IsCode(code int) bool
IsCode returns true when this delete plugin default response a status code equal to that given
func (*DeletePluginDefault) IsRedirect ¶ added in v0.52.0
func (o *DeletePluginDefault) IsRedirect() bool
IsRedirect returns true when this delete plugin default response has a 3xx status code
func (*DeletePluginDefault) IsServerError ¶ added in v0.52.0
func (o *DeletePluginDefault) IsServerError() bool
IsServerError returns true when this delete plugin default response has a 5xx status code
func (*DeletePluginDefault) IsSuccess ¶ added in v0.52.0
func (o *DeletePluginDefault) IsSuccess() bool
IsSuccess returns true when this delete plugin default response has a 2xx status code
func (*DeletePluginDefault) String ¶ added in v0.52.0
func (o *DeletePluginDefault) String() string
type DeletePluginOK ¶ added in v0.52.0
type DeletePluginOK struct {
Payload models.HashicorpCloudVault20201125DeletePluginResponse
}
DeletePluginOK describes a response with status code 200, with default header values.
A successful response.
func NewDeletePluginOK ¶ added in v0.52.0
func NewDeletePluginOK() *DeletePluginOK
NewDeletePluginOK creates a DeletePluginOK with default headers values
func (*DeletePluginOK) Code ¶ added in v0.75.0
func (o *DeletePluginOK) Code() int
Code gets the status code for the delete plugin o k response
func (*DeletePluginOK) Error ¶ added in v0.52.0
func (o *DeletePluginOK) Error() string
func (*DeletePluginOK) GetPayload ¶ added in v0.52.0
func (o *DeletePluginOK) GetPayload() models.HashicorpCloudVault20201125DeletePluginResponse
func (*DeletePluginOK) IsClientError ¶ added in v0.52.0
func (o *DeletePluginOK) IsClientError() bool
IsClientError returns true when this delete plugin o k response has a 4xx status code
func (*DeletePluginOK) IsCode ¶ added in v0.52.0
func (o *DeletePluginOK) IsCode(code int) bool
IsCode returns true when this delete plugin o k response a status code equal to that given
func (*DeletePluginOK) IsRedirect ¶ added in v0.52.0
func (o *DeletePluginOK) IsRedirect() bool
IsRedirect returns true when this delete plugin o k response has a 3xx status code
func (*DeletePluginOK) IsServerError ¶ added in v0.52.0
func (o *DeletePluginOK) IsServerError() bool
IsServerError returns true when this delete plugin o k response has a 5xx status code
func (*DeletePluginOK) IsSuccess ¶ added in v0.52.0
func (o *DeletePluginOK) IsSuccess() bool
IsSuccess returns true when this delete plugin o k response has a 2xx status code
func (*DeletePluginOK) String ¶ added in v0.52.0
func (o *DeletePluginOK) String() string
type DeletePluginParams ¶ added in v0.52.0
type DeletePluginParams struct { // Body. Body *models.HashicorpCloudVault20201125DeletePluginRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePluginParams contains all the parameters to send to the API endpoint
for the delete plugin operation. Typically these are written to a http.Request.
func NewDeletePluginParams ¶ added in v0.52.0
func NewDeletePluginParams() *DeletePluginParams
NewDeletePluginParams creates a new DeletePluginParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeletePluginParamsWithContext ¶ added in v0.52.0
func NewDeletePluginParamsWithContext(ctx context.Context) *DeletePluginParams
NewDeletePluginParamsWithContext creates a new DeletePluginParams object with the ability to set a context for a request.
func NewDeletePluginParamsWithHTTPClient ¶ added in v0.52.0
func NewDeletePluginParamsWithHTTPClient(client *http.Client) *DeletePluginParams
NewDeletePluginParamsWithHTTPClient creates a new DeletePluginParams object with the ability to set a custom HTTPClient for a request.
func NewDeletePluginParamsWithTimeout ¶ added in v0.52.0
func NewDeletePluginParamsWithTimeout(timeout time.Duration) *DeletePluginParams
NewDeletePluginParamsWithTimeout creates a new DeletePluginParams object with the ability to set a timeout on a request.
func (*DeletePluginParams) SetBody ¶ added in v0.52.0
func (o *DeletePluginParams) SetBody(body *models.HashicorpCloudVault20201125DeletePluginRequest)
SetBody adds the body to the delete plugin params
func (*DeletePluginParams) SetClusterID ¶ added in v0.52.0
func (o *DeletePluginParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the delete plugin params
func (*DeletePluginParams) SetContext ¶ added in v0.52.0
func (o *DeletePluginParams) SetContext(ctx context.Context)
SetContext adds the context to the delete plugin params
func (*DeletePluginParams) SetDefaults ¶ added in v0.52.0
func (o *DeletePluginParams) SetDefaults()
SetDefaults hydrates default values in the delete plugin params (not the query body).
All values with no default are reset to their zero value.
func (*DeletePluginParams) SetHTTPClient ¶ added in v0.52.0
func (o *DeletePluginParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete plugin params
func (*DeletePluginParams) SetLocationOrganizationID ¶ added in v0.52.0
func (o *DeletePluginParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete plugin params
func (*DeletePluginParams) SetLocationProjectID ¶ added in v0.52.0
func (o *DeletePluginParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete plugin params
func (*DeletePluginParams) SetTimeout ¶ added in v0.52.0
func (o *DeletePluginParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete plugin params
func (*DeletePluginParams) WithBody ¶ added in v0.52.0
func (o *DeletePluginParams) WithBody(body *models.HashicorpCloudVault20201125DeletePluginRequest) *DeletePluginParams
WithBody adds the body to the delete plugin params
func (*DeletePluginParams) WithClusterID ¶ added in v0.52.0
func (o *DeletePluginParams) WithClusterID(clusterID string) *DeletePluginParams
WithClusterID adds the clusterID to the delete plugin params
func (*DeletePluginParams) WithContext ¶ added in v0.52.0
func (o *DeletePluginParams) WithContext(ctx context.Context) *DeletePluginParams
WithContext adds the context to the delete plugin params
func (*DeletePluginParams) WithDefaults ¶ added in v0.52.0
func (o *DeletePluginParams) WithDefaults() *DeletePluginParams
WithDefaults hydrates default values in the delete plugin params (not the query body).
All values with no default are reset to their zero value.
func (*DeletePluginParams) WithHTTPClient ¶ added in v0.52.0
func (o *DeletePluginParams) WithHTTPClient(client *http.Client) *DeletePluginParams
WithHTTPClient adds the HTTPClient to the delete plugin params
func (*DeletePluginParams) WithLocationOrganizationID ¶ added in v0.52.0
func (o *DeletePluginParams) WithLocationOrganizationID(locationOrganizationID string) *DeletePluginParams
WithLocationOrganizationID adds the locationOrganizationID to the delete plugin params
func (*DeletePluginParams) WithLocationProjectID ¶ added in v0.52.0
func (o *DeletePluginParams) WithLocationProjectID(locationProjectID string) *DeletePluginParams
WithLocationProjectID adds the locationProjectID to the delete plugin params
func (*DeletePluginParams) WithTimeout ¶ added in v0.52.0
func (o *DeletePluginParams) WithTimeout(timeout time.Duration) *DeletePluginParams
WithTimeout adds the timeout to the delete plugin params
func (*DeletePluginParams) WriteToRequest ¶ added in v0.52.0
func (o *DeletePluginParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePluginReader ¶ added in v0.52.0
type DeletePluginReader struct {
// contains filtered or unexported fields
}
DeletePluginReader is a Reader for the DeletePlugin structure.
func (*DeletePluginReader) ReadResponse ¶ added in v0.52.0
func (o *DeletePluginReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteReader ¶
type DeleteReader struct {
// contains filtered or unexported fields
}
DeleteReader is a Reader for the Delete structure.
func (*DeleteReader) ReadResponse ¶
func (o *DeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSentinelPolicyDefault ¶ added in v0.42.0
type DeleteSentinelPolicyDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
DeleteSentinelPolicyDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteSentinelPolicyDefault ¶ added in v0.42.0
func NewDeleteSentinelPolicyDefault(code int) *DeleteSentinelPolicyDefault
NewDeleteSentinelPolicyDefault creates a DeleteSentinelPolicyDefault with default headers values
func (*DeleteSentinelPolicyDefault) Code ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) Code() int
Code gets the status code for the delete sentinel policy default response
func (*DeleteSentinelPolicyDefault) Error ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) Error() string
func (*DeleteSentinelPolicyDefault) GetPayload ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*DeleteSentinelPolicyDefault) IsClientError ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) IsClientError() bool
IsClientError returns true when this delete sentinel policy default response has a 4xx status code
func (*DeleteSentinelPolicyDefault) IsCode ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) IsCode(code int) bool
IsCode returns true when this delete sentinel policy default response a status code equal to that given
func (*DeleteSentinelPolicyDefault) IsRedirect ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) IsRedirect() bool
IsRedirect returns true when this delete sentinel policy default response has a 3xx status code
func (*DeleteSentinelPolicyDefault) IsServerError ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) IsServerError() bool
IsServerError returns true when this delete sentinel policy default response has a 5xx status code
func (*DeleteSentinelPolicyDefault) IsSuccess ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) IsSuccess() bool
IsSuccess returns true when this delete sentinel policy default response has a 2xx status code
func (*DeleteSentinelPolicyDefault) String ¶ added in v0.42.0
func (o *DeleteSentinelPolicyDefault) String() string
type DeleteSentinelPolicyOK ¶ added in v0.42.0
type DeleteSentinelPolicyOK struct {
Payload *models.HashicorpCloudVault20201125DeleteSentinelPolicyResponse
}
DeleteSentinelPolicyOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteSentinelPolicyOK ¶ added in v0.42.0
func NewDeleteSentinelPolicyOK() *DeleteSentinelPolicyOK
NewDeleteSentinelPolicyOK creates a DeleteSentinelPolicyOK with default headers values
func (*DeleteSentinelPolicyOK) Code ¶ added in v0.75.0
func (o *DeleteSentinelPolicyOK) Code() int
Code gets the status code for the delete sentinel policy o k response
func (*DeleteSentinelPolicyOK) Error ¶ added in v0.42.0
func (o *DeleteSentinelPolicyOK) Error() string
func (*DeleteSentinelPolicyOK) GetPayload ¶ added in v0.42.0
func (o *DeleteSentinelPolicyOK) GetPayload() *models.HashicorpCloudVault20201125DeleteSentinelPolicyResponse
func (*DeleteSentinelPolicyOK) IsClientError ¶ added in v0.42.0
func (o *DeleteSentinelPolicyOK) IsClientError() bool
IsClientError returns true when this delete sentinel policy o k response has a 4xx status code
func (*DeleteSentinelPolicyOK) IsCode ¶ added in v0.42.0
func (o *DeleteSentinelPolicyOK) IsCode(code int) bool
IsCode returns true when this delete sentinel policy o k response a status code equal to that given
func (*DeleteSentinelPolicyOK) IsRedirect ¶ added in v0.42.0
func (o *DeleteSentinelPolicyOK) IsRedirect() bool
IsRedirect returns true when this delete sentinel policy o k response has a 3xx status code
func (*DeleteSentinelPolicyOK) IsServerError ¶ added in v0.42.0
func (o *DeleteSentinelPolicyOK) IsServerError() bool
IsServerError returns true when this delete sentinel policy o k response has a 5xx status code
func (*DeleteSentinelPolicyOK) IsSuccess ¶ added in v0.42.0
func (o *DeleteSentinelPolicyOK) IsSuccess() bool
IsSuccess returns true when this delete sentinel policy o k response has a 2xx status code
func (*DeleteSentinelPolicyOK) String ¶ added in v0.42.0
func (o *DeleteSentinelPolicyOK) String() string
type DeleteSentinelPolicyParams ¶ added in v0.42.0
type DeleteSentinelPolicyParams struct { // Body. Body *models.HashicorpCloudVault20201125DeleteSentinelPolicyRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSentinelPolicyParams contains all the parameters to send to the API endpoint
for the delete sentinel policy operation. Typically these are written to a http.Request.
func NewDeleteSentinelPolicyParams ¶ added in v0.42.0
func NewDeleteSentinelPolicyParams() *DeleteSentinelPolicyParams
NewDeleteSentinelPolicyParams creates a new DeleteSentinelPolicyParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteSentinelPolicyParamsWithContext ¶ added in v0.42.0
func NewDeleteSentinelPolicyParamsWithContext(ctx context.Context) *DeleteSentinelPolicyParams
NewDeleteSentinelPolicyParamsWithContext creates a new DeleteSentinelPolicyParams object with the ability to set a context for a request.
func NewDeleteSentinelPolicyParamsWithHTTPClient ¶ added in v0.42.0
func NewDeleteSentinelPolicyParamsWithHTTPClient(client *http.Client) *DeleteSentinelPolicyParams
NewDeleteSentinelPolicyParamsWithHTTPClient creates a new DeleteSentinelPolicyParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSentinelPolicyParamsWithTimeout ¶ added in v0.42.0
func NewDeleteSentinelPolicyParamsWithTimeout(timeout time.Duration) *DeleteSentinelPolicyParams
NewDeleteSentinelPolicyParamsWithTimeout creates a new DeleteSentinelPolicyParams object with the ability to set a timeout on a request.
func (*DeleteSentinelPolicyParams) SetBody ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) SetBody(body *models.HashicorpCloudVault20201125DeleteSentinelPolicyRequest)
SetBody adds the body to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) SetClusterID ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) SetContext ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) SetContext(ctx context.Context)
SetContext adds the context to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) SetDefaults ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) SetDefaults()
SetDefaults hydrates default values in the delete sentinel policy params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSentinelPolicyParams) SetHTTPClient ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) SetLocationOrganizationID ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) SetLocationProjectID ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) SetTimeout ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) WithBody ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WithBody(body *models.HashicorpCloudVault20201125DeleteSentinelPolicyRequest) *DeleteSentinelPolicyParams
WithBody adds the body to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) WithClusterID ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WithClusterID(clusterID string) *DeleteSentinelPolicyParams
WithClusterID adds the clusterID to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) WithContext ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WithContext(ctx context.Context) *DeleteSentinelPolicyParams
WithContext adds the context to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) WithDefaults ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WithDefaults() *DeleteSentinelPolicyParams
WithDefaults hydrates default values in the delete sentinel policy params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSentinelPolicyParams) WithHTTPClient ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WithHTTPClient(client *http.Client) *DeleteSentinelPolicyParams
WithHTTPClient adds the HTTPClient to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) WithLocationOrganizationID ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteSentinelPolicyParams
WithLocationOrganizationID adds the locationOrganizationID to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) WithLocationProjectID ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WithLocationProjectID(locationProjectID string) *DeleteSentinelPolicyParams
WithLocationProjectID adds the locationProjectID to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) WithTimeout ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WithTimeout(timeout time.Duration) *DeleteSentinelPolicyParams
WithTimeout adds the timeout to the delete sentinel policy params
func (*DeleteSentinelPolicyParams) WriteToRequest ¶ added in v0.42.0
func (o *DeleteSentinelPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSentinelPolicyReader ¶ added in v0.42.0
type DeleteSentinelPolicyReader struct {
// contains filtered or unexported fields
}
DeleteSentinelPolicyReader is a Reader for the DeleteSentinelPolicy structure.
func (*DeleteSentinelPolicyReader) ReadResponse ¶ added in v0.42.0
func (o *DeleteSentinelPolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSnapshotDefault ¶
type DeleteSnapshotDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
DeleteSnapshotDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteSnapshotDefault ¶
func NewDeleteSnapshotDefault(code int) *DeleteSnapshotDefault
NewDeleteSnapshotDefault creates a DeleteSnapshotDefault with default headers values
func (*DeleteSnapshotDefault) Code ¶
func (o *DeleteSnapshotDefault) Code() int
Code gets the status code for the delete snapshot default response
func (*DeleteSnapshotDefault) Error ¶
func (o *DeleteSnapshotDefault) Error() string
func (*DeleteSnapshotDefault) GetPayload ¶
func (o *DeleteSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*DeleteSnapshotDefault) IsClientError ¶ added in v0.23.0
func (o *DeleteSnapshotDefault) IsClientError() bool
IsClientError returns true when this delete snapshot default response has a 4xx status code
func (*DeleteSnapshotDefault) IsCode ¶ added in v0.23.0
func (o *DeleteSnapshotDefault) IsCode(code int) bool
IsCode returns true when this delete snapshot default response a status code equal to that given
func (*DeleteSnapshotDefault) IsRedirect ¶ added in v0.23.0
func (o *DeleteSnapshotDefault) IsRedirect() bool
IsRedirect returns true when this delete snapshot default response has a 3xx status code
func (*DeleteSnapshotDefault) IsServerError ¶ added in v0.23.0
func (o *DeleteSnapshotDefault) IsServerError() bool
IsServerError returns true when this delete snapshot default response has a 5xx status code
func (*DeleteSnapshotDefault) IsSuccess ¶ added in v0.23.0
func (o *DeleteSnapshotDefault) IsSuccess() bool
IsSuccess returns true when this delete snapshot default response has a 2xx status code
func (*DeleteSnapshotDefault) String ¶ added in v0.23.0
func (o *DeleteSnapshotDefault) String() string
type DeleteSnapshotOK ¶
type DeleteSnapshotOK struct {
Payload *models.HashicorpCloudVault20201125DeleteSnapshotResponse
}
DeleteSnapshotOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteSnapshotOK ¶
func NewDeleteSnapshotOK() *DeleteSnapshotOK
NewDeleteSnapshotOK creates a DeleteSnapshotOK with default headers values
func (*DeleteSnapshotOK) Code ¶ added in v0.75.0
func (o *DeleteSnapshotOK) Code() int
Code gets the status code for the delete snapshot o k response
func (*DeleteSnapshotOK) Error ¶
func (o *DeleteSnapshotOK) Error() string
func (*DeleteSnapshotOK) GetPayload ¶
func (o *DeleteSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125DeleteSnapshotResponse
func (*DeleteSnapshotOK) IsClientError ¶ added in v0.23.0
func (o *DeleteSnapshotOK) IsClientError() bool
IsClientError returns true when this delete snapshot o k response has a 4xx status code
func (*DeleteSnapshotOK) IsCode ¶ added in v0.23.0
func (o *DeleteSnapshotOK) IsCode(code int) bool
IsCode returns true when this delete snapshot o k response a status code equal to that given
func (*DeleteSnapshotOK) IsRedirect ¶ added in v0.23.0
func (o *DeleteSnapshotOK) IsRedirect() bool
IsRedirect returns true when this delete snapshot o k response has a 3xx status code
func (*DeleteSnapshotOK) IsServerError ¶ added in v0.23.0
func (o *DeleteSnapshotOK) IsServerError() bool
IsServerError returns true when this delete snapshot o k response has a 5xx status code
func (*DeleteSnapshotOK) IsSuccess ¶ added in v0.23.0
func (o *DeleteSnapshotOK) IsSuccess() bool
IsSuccess returns true when this delete snapshot o k response has a 2xx status code
func (*DeleteSnapshotOK) String ¶ added in v0.23.0
func (o *DeleteSnapshotOK) String() string
type DeleteSnapshotParams ¶
type DeleteSnapshotParams struct { /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string /* SnapshotID. snapshot_id represents the snapshot to delete. */ SnapshotID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSnapshotParams contains all the parameters to send to the API endpoint
for the delete snapshot operation. Typically these are written to a http.Request.
func NewDeleteSnapshotParams ¶
func NewDeleteSnapshotParams() *DeleteSnapshotParams
NewDeleteSnapshotParams creates a new DeleteSnapshotParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteSnapshotParamsWithContext ¶
func NewDeleteSnapshotParamsWithContext(ctx context.Context) *DeleteSnapshotParams
NewDeleteSnapshotParamsWithContext creates a new DeleteSnapshotParams object with the ability to set a context for a request.
func NewDeleteSnapshotParamsWithHTTPClient ¶
func NewDeleteSnapshotParamsWithHTTPClient(client *http.Client) *DeleteSnapshotParams
NewDeleteSnapshotParamsWithHTTPClient creates a new DeleteSnapshotParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSnapshotParamsWithTimeout ¶
func NewDeleteSnapshotParamsWithTimeout(timeout time.Duration) *DeleteSnapshotParams
NewDeleteSnapshotParamsWithTimeout creates a new DeleteSnapshotParams object with the ability to set a timeout on a request.
func (*DeleteSnapshotParams) SetContext ¶
func (o *DeleteSnapshotParams) SetContext(ctx context.Context)
SetContext adds the context to the delete snapshot params
func (*DeleteSnapshotParams) SetDefaults ¶ added in v0.23.0
func (o *DeleteSnapshotParams) SetDefaults()
SetDefaults hydrates default values in the delete snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSnapshotParams) SetHTTPClient ¶
func (o *DeleteSnapshotParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete snapshot params
func (*DeleteSnapshotParams) SetLocationOrganizationID ¶
func (o *DeleteSnapshotParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete snapshot params
func (*DeleteSnapshotParams) SetLocationProjectID ¶
func (o *DeleteSnapshotParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete snapshot params
func (*DeleteSnapshotParams) SetLocationRegionProvider ¶
func (o *DeleteSnapshotParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the delete snapshot params
func (*DeleteSnapshotParams) SetLocationRegionRegion ¶
func (o *DeleteSnapshotParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the delete snapshot params
func (*DeleteSnapshotParams) SetSnapshotID ¶
func (o *DeleteSnapshotParams) SetSnapshotID(snapshotID string)
SetSnapshotID adds the snapshotId to the delete snapshot params
func (*DeleteSnapshotParams) SetTimeout ¶
func (o *DeleteSnapshotParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete snapshot params
func (*DeleteSnapshotParams) WithContext ¶
func (o *DeleteSnapshotParams) WithContext(ctx context.Context) *DeleteSnapshotParams
WithContext adds the context to the delete snapshot params
func (*DeleteSnapshotParams) WithDefaults ¶ added in v0.23.0
func (o *DeleteSnapshotParams) WithDefaults() *DeleteSnapshotParams
WithDefaults hydrates default values in the delete snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSnapshotParams) WithHTTPClient ¶
func (o *DeleteSnapshotParams) WithHTTPClient(client *http.Client) *DeleteSnapshotParams
WithHTTPClient adds the HTTPClient to the delete snapshot params
func (*DeleteSnapshotParams) WithLocationOrganizationID ¶
func (o *DeleteSnapshotParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteSnapshotParams
WithLocationOrganizationID adds the locationOrganizationID to the delete snapshot params
func (*DeleteSnapshotParams) WithLocationProjectID ¶
func (o *DeleteSnapshotParams) WithLocationProjectID(locationProjectID string) *DeleteSnapshotParams
WithLocationProjectID adds the locationProjectID to the delete snapshot params
func (*DeleteSnapshotParams) WithLocationRegionProvider ¶
func (o *DeleteSnapshotParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteSnapshotParams
WithLocationRegionProvider adds the locationRegionProvider to the delete snapshot params
func (*DeleteSnapshotParams) WithLocationRegionRegion ¶
func (o *DeleteSnapshotParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteSnapshotParams
WithLocationRegionRegion adds the locationRegionRegion to the delete snapshot params
func (*DeleteSnapshotParams) WithSnapshotID ¶
func (o *DeleteSnapshotParams) WithSnapshotID(snapshotID string) *DeleteSnapshotParams
WithSnapshotID adds the snapshotID to the delete snapshot params
func (*DeleteSnapshotParams) WithTimeout ¶
func (o *DeleteSnapshotParams) WithTimeout(timeout time.Duration) *DeleteSnapshotParams
WithTimeout adds the timeout to the delete snapshot params
func (*DeleteSnapshotParams) WriteToRequest ¶
func (o *DeleteSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSnapshotReader ¶
type DeleteSnapshotReader struct {
// contains filtered or unexported fields
}
DeleteSnapshotReader is a Reader for the DeleteSnapshot structure.
func (*DeleteSnapshotReader) ReadResponse ¶
func (o *DeleteSnapshotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeregisterLinkedClusterDefault ¶ added in v0.21.0
type DeregisterLinkedClusterDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
DeregisterLinkedClusterDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeregisterLinkedClusterDefault ¶ added in v0.21.0
func NewDeregisterLinkedClusterDefault(code int) *DeregisterLinkedClusterDefault
NewDeregisterLinkedClusterDefault creates a DeregisterLinkedClusterDefault with default headers values
func (*DeregisterLinkedClusterDefault) Code ¶ added in v0.21.0
func (o *DeregisterLinkedClusterDefault) Code() int
Code gets the status code for the deregister linked cluster default response
func (*DeregisterLinkedClusterDefault) Error ¶ added in v0.21.0
func (o *DeregisterLinkedClusterDefault) Error() string
func (*DeregisterLinkedClusterDefault) GetPayload ¶ added in v0.21.0
func (o *DeregisterLinkedClusterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*DeregisterLinkedClusterDefault) IsClientError ¶ added in v0.23.0
func (o *DeregisterLinkedClusterDefault) IsClientError() bool
IsClientError returns true when this deregister linked cluster default response has a 4xx status code
func (*DeregisterLinkedClusterDefault) IsCode ¶ added in v0.23.0
func (o *DeregisterLinkedClusterDefault) IsCode(code int) bool
IsCode returns true when this deregister linked cluster default response a status code equal to that given
func (*DeregisterLinkedClusterDefault) IsRedirect ¶ added in v0.23.0
func (o *DeregisterLinkedClusterDefault) IsRedirect() bool
IsRedirect returns true when this deregister linked cluster default response has a 3xx status code
func (*DeregisterLinkedClusterDefault) IsServerError ¶ added in v0.23.0
func (o *DeregisterLinkedClusterDefault) IsServerError() bool
IsServerError returns true when this deregister linked cluster default response has a 5xx status code
func (*DeregisterLinkedClusterDefault) IsSuccess ¶ added in v0.23.0
func (o *DeregisterLinkedClusterDefault) IsSuccess() bool
IsSuccess returns true when this deregister linked cluster default response has a 2xx status code
func (*DeregisterLinkedClusterDefault) String ¶ added in v0.23.0
func (o *DeregisterLinkedClusterDefault) String() string
type DeregisterLinkedClusterOK ¶ added in v0.21.0
type DeregisterLinkedClusterOK struct {
Payload *models.HashicorpCloudVault20201125DeregisterLinkedClusterResponse
}
DeregisterLinkedClusterOK describes a response with status code 200, with default header values.
A successful response.
func NewDeregisterLinkedClusterOK ¶ added in v0.21.0
func NewDeregisterLinkedClusterOK() *DeregisterLinkedClusterOK
NewDeregisterLinkedClusterOK creates a DeregisterLinkedClusterOK with default headers values
func (*DeregisterLinkedClusterOK) Code ¶ added in v0.75.0
func (o *DeregisterLinkedClusterOK) Code() int
Code gets the status code for the deregister linked cluster o k response
func (*DeregisterLinkedClusterOK) Error ¶ added in v0.21.0
func (o *DeregisterLinkedClusterOK) Error() string
func (*DeregisterLinkedClusterOK) GetPayload ¶ added in v0.21.0
func (o *DeregisterLinkedClusterOK) GetPayload() *models.HashicorpCloudVault20201125DeregisterLinkedClusterResponse
func (*DeregisterLinkedClusterOK) IsClientError ¶ added in v0.23.0
func (o *DeregisterLinkedClusterOK) IsClientError() bool
IsClientError returns true when this deregister linked cluster o k response has a 4xx status code
func (*DeregisterLinkedClusterOK) IsCode ¶ added in v0.23.0
func (o *DeregisterLinkedClusterOK) IsCode(code int) bool
IsCode returns true when this deregister linked cluster o k response a status code equal to that given
func (*DeregisterLinkedClusterOK) IsRedirect ¶ added in v0.23.0
func (o *DeregisterLinkedClusterOK) IsRedirect() bool
IsRedirect returns true when this deregister linked cluster o k response has a 3xx status code
func (*DeregisterLinkedClusterOK) IsServerError ¶ added in v0.23.0
func (o *DeregisterLinkedClusterOK) IsServerError() bool
IsServerError returns true when this deregister linked cluster o k response has a 5xx status code
func (*DeregisterLinkedClusterOK) IsSuccess ¶ added in v0.23.0
func (o *DeregisterLinkedClusterOK) IsSuccess() bool
IsSuccess returns true when this deregister linked cluster o k response has a 2xx status code
func (*DeregisterLinkedClusterOK) String ¶ added in v0.23.0
func (o *DeregisterLinkedClusterOK) String() string
type DeregisterLinkedClusterParams ¶ added in v0.21.0
type DeregisterLinkedClusterParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeregisterLinkedClusterParams contains all the parameters to send to the API endpoint
for the deregister linked cluster operation. Typically these are written to a http.Request.
func NewDeregisterLinkedClusterParams ¶ added in v0.21.0
func NewDeregisterLinkedClusterParams() *DeregisterLinkedClusterParams
NewDeregisterLinkedClusterParams creates a new DeregisterLinkedClusterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeregisterLinkedClusterParamsWithContext ¶ added in v0.21.0
func NewDeregisterLinkedClusterParamsWithContext(ctx context.Context) *DeregisterLinkedClusterParams
NewDeregisterLinkedClusterParamsWithContext creates a new DeregisterLinkedClusterParams object with the ability to set a context for a request.
func NewDeregisterLinkedClusterParamsWithHTTPClient ¶ added in v0.21.0
func NewDeregisterLinkedClusterParamsWithHTTPClient(client *http.Client) *DeregisterLinkedClusterParams
NewDeregisterLinkedClusterParamsWithHTTPClient creates a new DeregisterLinkedClusterParams object with the ability to set a custom HTTPClient for a request.
func NewDeregisterLinkedClusterParamsWithTimeout ¶ added in v0.21.0
func NewDeregisterLinkedClusterParamsWithTimeout(timeout time.Duration) *DeregisterLinkedClusterParams
NewDeregisterLinkedClusterParamsWithTimeout creates a new DeregisterLinkedClusterParams object with the ability to set a timeout on a request.
func (*DeregisterLinkedClusterParams) SetClusterID ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) SetContext ¶ added in v0.21.0
func (o *DeregisterLinkedClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) SetDefaults ¶ added in v0.23.0
func (o *DeregisterLinkedClusterParams) SetDefaults()
SetDefaults hydrates default values in the deregister linked cluster params (not the query body).
All values with no default are reset to their zero value.
func (*DeregisterLinkedClusterParams) SetHTTPClient ¶ added in v0.21.0
func (o *DeregisterLinkedClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) SetLocationOrganizationID ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) SetLocationProjectID ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) SetLocationRegionProvider ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) SetLocationRegionRegion ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) SetTimeout ¶ added in v0.21.0
func (o *DeregisterLinkedClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WithClusterID ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) WithClusterID(clusterID string) *DeregisterLinkedClusterParams
WithClusterID adds the clusterID to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WithContext ¶ added in v0.21.0
func (o *DeregisterLinkedClusterParams) WithContext(ctx context.Context) *DeregisterLinkedClusterParams
WithContext adds the context to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WithDefaults ¶ added in v0.23.0
func (o *DeregisterLinkedClusterParams) WithDefaults() *DeregisterLinkedClusterParams
WithDefaults hydrates default values in the deregister linked cluster params (not the query body).
All values with no default are reset to their zero value.
func (*DeregisterLinkedClusterParams) WithHTTPClient ¶ added in v0.21.0
func (o *DeregisterLinkedClusterParams) WithHTTPClient(client *http.Client) *DeregisterLinkedClusterParams
WithHTTPClient adds the HTTPClient to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WithLocationOrganizationID ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) WithLocationOrganizationID(locationOrganizationID string) *DeregisterLinkedClusterParams
WithLocationOrganizationID adds the locationOrganizationID to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WithLocationProjectID ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) WithLocationProjectID(locationProjectID string) *DeregisterLinkedClusterParams
WithLocationProjectID adds the locationProjectID to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WithLocationRegionProvider ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) WithLocationRegionProvider(locationRegionProvider *string) *DeregisterLinkedClusterParams
WithLocationRegionProvider adds the locationRegionProvider to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WithLocationRegionRegion ¶ added in v0.42.0
func (o *DeregisterLinkedClusterParams) WithLocationRegionRegion(locationRegionRegion *string) *DeregisterLinkedClusterParams
WithLocationRegionRegion adds the locationRegionRegion to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WithTimeout ¶ added in v0.21.0
func (o *DeregisterLinkedClusterParams) WithTimeout(timeout time.Duration) *DeregisterLinkedClusterParams
WithTimeout adds the timeout to the deregister linked cluster params
func (*DeregisterLinkedClusterParams) WriteToRequest ¶ added in v0.21.0
func (o *DeregisterLinkedClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeregisterLinkedClusterReader ¶ added in v0.21.0
type DeregisterLinkedClusterReader struct {
// contains filtered or unexported fields
}
DeregisterLinkedClusterReader is a Reader for the DeregisterLinkedCluster structure.
func (*DeregisterLinkedClusterReader) ReadResponse ¶ added in v0.21.0
func (o *DeregisterLinkedClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DisableCORSDefault ¶
type DisableCORSDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
DisableCORSDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDisableCORSDefault ¶
func NewDisableCORSDefault(code int) *DisableCORSDefault
NewDisableCORSDefault creates a DisableCORSDefault with default headers values
func (*DisableCORSDefault) Code ¶
func (o *DisableCORSDefault) Code() int
Code gets the status code for the disable c o r s default response
func (*DisableCORSDefault) Error ¶
func (o *DisableCORSDefault) Error() string
func (*DisableCORSDefault) GetPayload ¶
func (o *DisableCORSDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*DisableCORSDefault) IsClientError ¶ added in v0.23.0
func (o *DisableCORSDefault) IsClientError() bool
IsClientError returns true when this disable c o r s default response has a 4xx status code
func (*DisableCORSDefault) IsCode ¶ added in v0.23.0
func (o *DisableCORSDefault) IsCode(code int) bool
IsCode returns true when this disable c o r s default response a status code equal to that given
func (*DisableCORSDefault) IsRedirect ¶ added in v0.23.0
func (o *DisableCORSDefault) IsRedirect() bool
IsRedirect returns true when this disable c o r s default response has a 3xx status code
func (*DisableCORSDefault) IsServerError ¶ added in v0.23.0
func (o *DisableCORSDefault) IsServerError() bool
IsServerError returns true when this disable c o r s default response has a 5xx status code
func (*DisableCORSDefault) IsSuccess ¶ added in v0.23.0
func (o *DisableCORSDefault) IsSuccess() bool
IsSuccess returns true when this disable c o r s default response has a 2xx status code
func (*DisableCORSDefault) String ¶ added in v0.23.0
func (o *DisableCORSDefault) String() string
type DisableCORSOK ¶
type DisableCORSOK struct {
Payload models.HashicorpCloudVault20201125DisableCORSResponse
}
DisableCORSOK describes a response with status code 200, with default header values.
A successful response.
func NewDisableCORSOK ¶
func NewDisableCORSOK() *DisableCORSOK
NewDisableCORSOK creates a DisableCORSOK with default headers values
func (*DisableCORSOK) Code ¶ added in v0.75.0
func (o *DisableCORSOK) Code() int
Code gets the status code for the disable c o r s o k response
func (*DisableCORSOK) Error ¶
func (o *DisableCORSOK) Error() string
func (*DisableCORSOK) GetPayload ¶
func (o *DisableCORSOK) GetPayload() models.HashicorpCloudVault20201125DisableCORSResponse
func (*DisableCORSOK) IsClientError ¶ added in v0.23.0
func (o *DisableCORSOK) IsClientError() bool
IsClientError returns true when this disable c o r s o k response has a 4xx status code
func (*DisableCORSOK) IsCode ¶ added in v0.23.0
func (o *DisableCORSOK) IsCode(code int) bool
IsCode returns true when this disable c o r s o k response a status code equal to that given
func (*DisableCORSOK) IsRedirect ¶ added in v0.23.0
func (o *DisableCORSOK) IsRedirect() bool
IsRedirect returns true when this disable c o r s o k response has a 3xx status code
func (*DisableCORSOK) IsServerError ¶ added in v0.23.0
func (o *DisableCORSOK) IsServerError() bool
IsServerError returns true when this disable c o r s o k response has a 5xx status code
func (*DisableCORSOK) IsSuccess ¶ added in v0.23.0
func (o *DisableCORSOK) IsSuccess() bool
IsSuccess returns true when this disable c o r s o k response has a 2xx status code
func (*DisableCORSOK) String ¶ added in v0.23.0
func (o *DisableCORSOK) String() string
type DisableCORSParams ¶
type DisableCORSParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DisableCORSParams contains all the parameters to send to the API endpoint
for the disable c o r s operation. Typically these are written to a http.Request.
func NewDisableCORSParams ¶
func NewDisableCORSParams() *DisableCORSParams
NewDisableCORSParams creates a new DisableCORSParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDisableCORSParamsWithContext ¶
func NewDisableCORSParamsWithContext(ctx context.Context) *DisableCORSParams
NewDisableCORSParamsWithContext creates a new DisableCORSParams object with the ability to set a context for a request.
func NewDisableCORSParamsWithHTTPClient ¶
func NewDisableCORSParamsWithHTTPClient(client *http.Client) *DisableCORSParams
NewDisableCORSParamsWithHTTPClient creates a new DisableCORSParams object with the ability to set a custom HTTPClient for a request.
func NewDisableCORSParamsWithTimeout ¶
func NewDisableCORSParamsWithTimeout(timeout time.Duration) *DisableCORSParams
NewDisableCORSParamsWithTimeout creates a new DisableCORSParams object with the ability to set a timeout on a request.
func (*DisableCORSParams) SetClusterID ¶
func (o *DisableCORSParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the disable c o r s params
func (*DisableCORSParams) SetContext ¶
func (o *DisableCORSParams) SetContext(ctx context.Context)
SetContext adds the context to the disable c o r s params
func (*DisableCORSParams) SetDefaults ¶ added in v0.23.0
func (o *DisableCORSParams) SetDefaults()
SetDefaults hydrates default values in the disable c o r s params (not the query body).
All values with no default are reset to their zero value.
func (*DisableCORSParams) SetHTTPClient ¶
func (o *DisableCORSParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the disable c o r s params
func (*DisableCORSParams) SetLocationOrganizationID ¶
func (o *DisableCORSParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the disable c o r s params
func (*DisableCORSParams) SetLocationProjectID ¶
func (o *DisableCORSParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the disable c o r s params
func (*DisableCORSParams) SetLocationRegionProvider ¶
func (o *DisableCORSParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the disable c o r s params
func (*DisableCORSParams) SetLocationRegionRegion ¶
func (o *DisableCORSParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the disable c o r s params
func (*DisableCORSParams) SetTimeout ¶
func (o *DisableCORSParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the disable c o r s params
func (*DisableCORSParams) WithClusterID ¶
func (o *DisableCORSParams) WithClusterID(clusterID string) *DisableCORSParams
WithClusterID adds the clusterID to the disable c o r s params
func (*DisableCORSParams) WithContext ¶
func (o *DisableCORSParams) WithContext(ctx context.Context) *DisableCORSParams
WithContext adds the context to the disable c o r s params
func (*DisableCORSParams) WithDefaults ¶ added in v0.23.0
func (o *DisableCORSParams) WithDefaults() *DisableCORSParams
WithDefaults hydrates default values in the disable c o r s params (not the query body).
All values with no default are reset to their zero value.
func (*DisableCORSParams) WithHTTPClient ¶
func (o *DisableCORSParams) WithHTTPClient(client *http.Client) *DisableCORSParams
WithHTTPClient adds the HTTPClient to the disable c o r s params
func (*DisableCORSParams) WithLocationOrganizationID ¶
func (o *DisableCORSParams) WithLocationOrganizationID(locationOrganizationID string) *DisableCORSParams
WithLocationOrganizationID adds the locationOrganizationID to the disable c o r s params
func (*DisableCORSParams) WithLocationProjectID ¶
func (o *DisableCORSParams) WithLocationProjectID(locationProjectID string) *DisableCORSParams
WithLocationProjectID adds the locationProjectID to the disable c o r s params
func (*DisableCORSParams) WithLocationRegionProvider ¶
func (o *DisableCORSParams) WithLocationRegionProvider(locationRegionProvider *string) *DisableCORSParams
WithLocationRegionProvider adds the locationRegionProvider to the disable c o r s params
func (*DisableCORSParams) WithLocationRegionRegion ¶
func (o *DisableCORSParams) WithLocationRegionRegion(locationRegionRegion *string) *DisableCORSParams
WithLocationRegionRegion adds the locationRegionRegion to the disable c o r s params
func (*DisableCORSParams) WithTimeout ¶
func (o *DisableCORSParams) WithTimeout(timeout time.Duration) *DisableCORSParams
WithTimeout adds the timeout to the disable c o r s params
func (*DisableCORSParams) WriteToRequest ¶
func (o *DisableCORSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DisableCORSReader ¶
type DisableCORSReader struct {
// contains filtered or unexported fields
}
DisableCORSReader is a Reader for the DisableCORS structure.
func (*DisableCORSReader) ReadResponse ¶
func (o *DisableCORSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FetchAuditLogDefault ¶
type FetchAuditLogDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
FetchAuditLogDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewFetchAuditLogDefault ¶
func NewFetchAuditLogDefault(code int) *FetchAuditLogDefault
NewFetchAuditLogDefault creates a FetchAuditLogDefault with default headers values
func (*FetchAuditLogDefault) Code ¶
func (o *FetchAuditLogDefault) Code() int
Code gets the status code for the fetch audit log default response
func (*FetchAuditLogDefault) Error ¶
func (o *FetchAuditLogDefault) Error() string
func (*FetchAuditLogDefault) GetPayload ¶
func (o *FetchAuditLogDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*FetchAuditLogDefault) IsClientError ¶ added in v0.23.0
func (o *FetchAuditLogDefault) IsClientError() bool
IsClientError returns true when this fetch audit log default response has a 4xx status code
func (*FetchAuditLogDefault) IsCode ¶ added in v0.23.0
func (o *FetchAuditLogDefault) IsCode(code int) bool
IsCode returns true when this fetch audit log default response a status code equal to that given
func (*FetchAuditLogDefault) IsRedirect ¶ added in v0.23.0
func (o *FetchAuditLogDefault) IsRedirect() bool
IsRedirect returns true when this fetch audit log default response has a 3xx status code
func (*FetchAuditLogDefault) IsServerError ¶ added in v0.23.0
func (o *FetchAuditLogDefault) IsServerError() bool
IsServerError returns true when this fetch audit log default response has a 5xx status code
func (*FetchAuditLogDefault) IsSuccess ¶ added in v0.23.0
func (o *FetchAuditLogDefault) IsSuccess() bool
IsSuccess returns true when this fetch audit log default response has a 2xx status code
func (*FetchAuditLogDefault) String ¶ added in v0.23.0
func (o *FetchAuditLogDefault) String() string
type FetchAuditLogOK ¶
type FetchAuditLogOK struct {
Payload *models.HashicorpCloudVault20201125FetchAuditLogResponse
}
FetchAuditLogOK describes a response with status code 200, with default header values.
A successful response.
func NewFetchAuditLogOK ¶
func NewFetchAuditLogOK() *FetchAuditLogOK
NewFetchAuditLogOK creates a FetchAuditLogOK with default headers values
func (*FetchAuditLogOK) Code ¶ added in v0.75.0
func (o *FetchAuditLogOK) Code() int
Code gets the status code for the fetch audit log o k response
func (*FetchAuditLogOK) Error ¶
func (o *FetchAuditLogOK) Error() string
func (*FetchAuditLogOK) GetPayload ¶
func (o *FetchAuditLogOK) GetPayload() *models.HashicorpCloudVault20201125FetchAuditLogResponse
func (*FetchAuditLogOK) IsClientError ¶ added in v0.23.0
func (o *FetchAuditLogOK) IsClientError() bool
IsClientError returns true when this fetch audit log o k response has a 4xx status code
func (*FetchAuditLogOK) IsCode ¶ added in v0.23.0
func (o *FetchAuditLogOK) IsCode(code int) bool
IsCode returns true when this fetch audit log o k response a status code equal to that given
func (*FetchAuditLogOK) IsRedirect ¶ added in v0.23.0
func (o *FetchAuditLogOK) IsRedirect() bool
IsRedirect returns true when this fetch audit log o k response has a 3xx status code
func (*FetchAuditLogOK) IsServerError ¶ added in v0.23.0
func (o *FetchAuditLogOK) IsServerError() bool
IsServerError returns true when this fetch audit log o k response has a 5xx status code
func (*FetchAuditLogOK) IsSuccess ¶ added in v0.23.0
func (o *FetchAuditLogOK) IsSuccess() bool
IsSuccess returns true when this fetch audit log o k response has a 2xx status code
func (*FetchAuditLogOK) String ¶ added in v0.23.0
func (o *FetchAuditLogOK) String() string
type FetchAuditLogParams ¶
type FetchAuditLogParams struct { // Body. Body *models.HashicorpCloudVault20201125FetchAuditLogRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FetchAuditLogParams contains all the parameters to send to the API endpoint
for the fetch audit log operation. Typically these are written to a http.Request.
func NewFetchAuditLogParams ¶
func NewFetchAuditLogParams() *FetchAuditLogParams
NewFetchAuditLogParams creates a new FetchAuditLogParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFetchAuditLogParamsWithContext ¶
func NewFetchAuditLogParamsWithContext(ctx context.Context) *FetchAuditLogParams
NewFetchAuditLogParamsWithContext creates a new FetchAuditLogParams object with the ability to set a context for a request.
func NewFetchAuditLogParamsWithHTTPClient ¶
func NewFetchAuditLogParamsWithHTTPClient(client *http.Client) *FetchAuditLogParams
NewFetchAuditLogParamsWithHTTPClient creates a new FetchAuditLogParams object with the ability to set a custom HTTPClient for a request.
func NewFetchAuditLogParamsWithTimeout ¶
func NewFetchAuditLogParamsWithTimeout(timeout time.Duration) *FetchAuditLogParams
NewFetchAuditLogParamsWithTimeout creates a new FetchAuditLogParams object with the ability to set a timeout on a request.
func (*FetchAuditLogParams) SetBody ¶
func (o *FetchAuditLogParams) SetBody(body *models.HashicorpCloudVault20201125FetchAuditLogRequest)
SetBody adds the body to the fetch audit log params
func (*FetchAuditLogParams) SetClusterID ¶
func (o *FetchAuditLogParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the fetch audit log params
func (*FetchAuditLogParams) SetContext ¶
func (o *FetchAuditLogParams) SetContext(ctx context.Context)
SetContext adds the context to the fetch audit log params
func (*FetchAuditLogParams) SetDefaults ¶ added in v0.23.0
func (o *FetchAuditLogParams) SetDefaults()
SetDefaults hydrates default values in the fetch audit log params (not the query body).
All values with no default are reset to their zero value.
func (*FetchAuditLogParams) SetHTTPClient ¶
func (o *FetchAuditLogParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the fetch audit log params
func (*FetchAuditLogParams) SetLocationOrganizationID ¶
func (o *FetchAuditLogParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the fetch audit log params
func (*FetchAuditLogParams) SetLocationProjectID ¶
func (o *FetchAuditLogParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the fetch audit log params
func (*FetchAuditLogParams) SetTimeout ¶
func (o *FetchAuditLogParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the fetch audit log params
func (*FetchAuditLogParams) WithBody ¶
func (o *FetchAuditLogParams) WithBody(body *models.HashicorpCloudVault20201125FetchAuditLogRequest) *FetchAuditLogParams
WithBody adds the body to the fetch audit log params
func (*FetchAuditLogParams) WithClusterID ¶
func (o *FetchAuditLogParams) WithClusterID(clusterID string) *FetchAuditLogParams
WithClusterID adds the clusterID to the fetch audit log params
func (*FetchAuditLogParams) WithContext ¶
func (o *FetchAuditLogParams) WithContext(ctx context.Context) *FetchAuditLogParams
WithContext adds the context to the fetch audit log params
func (*FetchAuditLogParams) WithDefaults ¶ added in v0.23.0
func (o *FetchAuditLogParams) WithDefaults() *FetchAuditLogParams
WithDefaults hydrates default values in the fetch audit log params (not the query body).
All values with no default are reset to their zero value.
func (*FetchAuditLogParams) WithHTTPClient ¶
func (o *FetchAuditLogParams) WithHTTPClient(client *http.Client) *FetchAuditLogParams
WithHTTPClient adds the HTTPClient to the fetch audit log params
func (*FetchAuditLogParams) WithLocationOrganizationID ¶
func (o *FetchAuditLogParams) WithLocationOrganizationID(locationOrganizationID string) *FetchAuditLogParams
WithLocationOrganizationID adds the locationOrganizationID to the fetch audit log params
func (*FetchAuditLogParams) WithLocationProjectID ¶
func (o *FetchAuditLogParams) WithLocationProjectID(locationProjectID string) *FetchAuditLogParams
WithLocationProjectID adds the locationProjectID to the fetch audit log params
func (*FetchAuditLogParams) WithTimeout ¶
func (o *FetchAuditLogParams) WithTimeout(timeout time.Duration) *FetchAuditLogParams
WithTimeout adds the timeout to the fetch audit log params
func (*FetchAuditLogParams) WriteToRequest ¶
func (o *FetchAuditLogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FetchAuditLogReader ¶
type FetchAuditLogReader struct {
// contains filtered or unexported fields
}
FetchAuditLogReader is a Reader for the FetchAuditLog structure.
func (*FetchAuditLogReader) ReadResponse ¶
func (o *FetchAuditLogReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAdminTokenDefault ¶
type GetAdminTokenDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetAdminTokenDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetAdminTokenDefault ¶
func NewGetAdminTokenDefault(code int) *GetAdminTokenDefault
NewGetAdminTokenDefault creates a GetAdminTokenDefault with default headers values
func (*GetAdminTokenDefault) Code ¶
func (o *GetAdminTokenDefault) Code() int
Code gets the status code for the get admin token default response
func (*GetAdminTokenDefault) Error ¶
func (o *GetAdminTokenDefault) Error() string
func (*GetAdminTokenDefault) GetPayload ¶
func (o *GetAdminTokenDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetAdminTokenDefault) IsClientError ¶ added in v0.23.0
func (o *GetAdminTokenDefault) IsClientError() bool
IsClientError returns true when this get admin token default response has a 4xx status code
func (*GetAdminTokenDefault) IsCode ¶ added in v0.23.0
func (o *GetAdminTokenDefault) IsCode(code int) bool
IsCode returns true when this get admin token default response a status code equal to that given
func (*GetAdminTokenDefault) IsRedirect ¶ added in v0.23.0
func (o *GetAdminTokenDefault) IsRedirect() bool
IsRedirect returns true when this get admin token default response has a 3xx status code
func (*GetAdminTokenDefault) IsServerError ¶ added in v0.23.0
func (o *GetAdminTokenDefault) IsServerError() bool
IsServerError returns true when this get admin token default response has a 5xx status code
func (*GetAdminTokenDefault) IsSuccess ¶ added in v0.23.0
func (o *GetAdminTokenDefault) IsSuccess() bool
IsSuccess returns true when this get admin token default response has a 2xx status code
func (*GetAdminTokenDefault) String ¶ added in v0.23.0
func (o *GetAdminTokenDefault) String() string
type GetAdminTokenOK ¶
type GetAdminTokenOK struct {
Payload *models.HashicorpCloudVault20201125GetAdminTokenResponse
}
GetAdminTokenOK describes a response with status code 200, with default header values.
A successful response.
func NewGetAdminTokenOK ¶
func NewGetAdminTokenOK() *GetAdminTokenOK
NewGetAdminTokenOK creates a GetAdminTokenOK with default headers values
func (*GetAdminTokenOK) Code ¶ added in v0.75.0
func (o *GetAdminTokenOK) Code() int
Code gets the status code for the get admin token o k response
func (*GetAdminTokenOK) Error ¶
func (o *GetAdminTokenOK) Error() string
func (*GetAdminTokenOK) GetPayload ¶
func (o *GetAdminTokenOK) GetPayload() *models.HashicorpCloudVault20201125GetAdminTokenResponse
func (*GetAdminTokenOK) IsClientError ¶ added in v0.23.0
func (o *GetAdminTokenOK) IsClientError() bool
IsClientError returns true when this get admin token o k response has a 4xx status code
func (*GetAdminTokenOK) IsCode ¶ added in v0.23.0
func (o *GetAdminTokenOK) IsCode(code int) bool
IsCode returns true when this get admin token o k response a status code equal to that given
func (*GetAdminTokenOK) IsRedirect ¶ added in v0.23.0
func (o *GetAdminTokenOK) IsRedirect() bool
IsRedirect returns true when this get admin token o k response has a 3xx status code
func (*GetAdminTokenOK) IsServerError ¶ added in v0.23.0
func (o *GetAdminTokenOK) IsServerError() bool
IsServerError returns true when this get admin token o k response has a 5xx status code
func (*GetAdminTokenOK) IsSuccess ¶ added in v0.23.0
func (o *GetAdminTokenOK) IsSuccess() bool
IsSuccess returns true when this get admin token o k response has a 2xx status code
func (*GetAdminTokenOK) String ¶ added in v0.23.0
func (o *GetAdminTokenOK) String() string
type GetAdminTokenParams ¶
type GetAdminTokenParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAdminTokenParams contains all the parameters to send to the API endpoint
for the get admin token operation. Typically these are written to a http.Request.
func NewGetAdminTokenParams ¶
func NewGetAdminTokenParams() *GetAdminTokenParams
NewGetAdminTokenParams creates a new GetAdminTokenParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetAdminTokenParamsWithContext ¶
func NewGetAdminTokenParamsWithContext(ctx context.Context) *GetAdminTokenParams
NewGetAdminTokenParamsWithContext creates a new GetAdminTokenParams object with the ability to set a context for a request.
func NewGetAdminTokenParamsWithHTTPClient ¶
func NewGetAdminTokenParamsWithHTTPClient(client *http.Client) *GetAdminTokenParams
NewGetAdminTokenParamsWithHTTPClient creates a new GetAdminTokenParams object with the ability to set a custom HTTPClient for a request.
func NewGetAdminTokenParamsWithTimeout ¶
func NewGetAdminTokenParamsWithTimeout(timeout time.Duration) *GetAdminTokenParams
NewGetAdminTokenParamsWithTimeout creates a new GetAdminTokenParams object with the ability to set a timeout on a request.
func (*GetAdminTokenParams) SetClusterID ¶
func (o *GetAdminTokenParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get admin token params
func (*GetAdminTokenParams) SetContext ¶
func (o *GetAdminTokenParams) SetContext(ctx context.Context)
SetContext adds the context to the get admin token params
func (*GetAdminTokenParams) SetDefaults ¶ added in v0.23.0
func (o *GetAdminTokenParams) SetDefaults()
SetDefaults hydrates default values in the get admin token params (not the query body).
All values with no default are reset to their zero value.
func (*GetAdminTokenParams) SetHTTPClient ¶
func (o *GetAdminTokenParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get admin token params
func (*GetAdminTokenParams) SetLocationOrganizationID ¶
func (o *GetAdminTokenParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get admin token params
func (*GetAdminTokenParams) SetLocationProjectID ¶
func (o *GetAdminTokenParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get admin token params
func (*GetAdminTokenParams) SetLocationRegionProvider ¶
func (o *GetAdminTokenParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get admin token params
func (*GetAdminTokenParams) SetLocationRegionRegion ¶
func (o *GetAdminTokenParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get admin token params
func (*GetAdminTokenParams) SetTimeout ¶
func (o *GetAdminTokenParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get admin token params
func (*GetAdminTokenParams) WithClusterID ¶
func (o *GetAdminTokenParams) WithClusterID(clusterID string) *GetAdminTokenParams
WithClusterID adds the clusterID to the get admin token params
func (*GetAdminTokenParams) WithContext ¶
func (o *GetAdminTokenParams) WithContext(ctx context.Context) *GetAdminTokenParams
WithContext adds the context to the get admin token params
func (*GetAdminTokenParams) WithDefaults ¶ added in v0.23.0
func (o *GetAdminTokenParams) WithDefaults() *GetAdminTokenParams
WithDefaults hydrates default values in the get admin token params (not the query body).
All values with no default are reset to their zero value.
func (*GetAdminTokenParams) WithHTTPClient ¶
func (o *GetAdminTokenParams) WithHTTPClient(client *http.Client) *GetAdminTokenParams
WithHTTPClient adds the HTTPClient to the get admin token params
func (*GetAdminTokenParams) WithLocationOrganizationID ¶
func (o *GetAdminTokenParams) WithLocationOrganizationID(locationOrganizationID string) *GetAdminTokenParams
WithLocationOrganizationID adds the locationOrganizationID to the get admin token params
func (*GetAdminTokenParams) WithLocationProjectID ¶
func (o *GetAdminTokenParams) WithLocationProjectID(locationProjectID string) *GetAdminTokenParams
WithLocationProjectID adds the locationProjectID to the get admin token params
func (*GetAdminTokenParams) WithLocationRegionProvider ¶
func (o *GetAdminTokenParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAdminTokenParams
WithLocationRegionProvider adds the locationRegionProvider to the get admin token params
func (*GetAdminTokenParams) WithLocationRegionRegion ¶
func (o *GetAdminTokenParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAdminTokenParams
WithLocationRegionRegion adds the locationRegionRegion to the get admin token params
func (*GetAdminTokenParams) WithTimeout ¶
func (o *GetAdminTokenParams) WithTimeout(timeout time.Duration) *GetAdminTokenParams
WithTimeout adds the timeout to the get admin token params
func (*GetAdminTokenParams) WriteToRequest ¶
func (o *GetAdminTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAdminTokenReader ¶
type GetAdminTokenReader struct {
// contains filtered or unexported fields
}
GetAdminTokenReader is a Reader for the GetAdminToken structure.
func (*GetAdminTokenReader) ReadResponse ¶
func (o *GetAdminTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAuditLogStatusDefault ¶
type GetAuditLogStatusDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetAuditLogStatusDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetAuditLogStatusDefault ¶
func NewGetAuditLogStatusDefault(code int) *GetAuditLogStatusDefault
NewGetAuditLogStatusDefault creates a GetAuditLogStatusDefault with default headers values
func (*GetAuditLogStatusDefault) Code ¶
func (o *GetAuditLogStatusDefault) Code() int
Code gets the status code for the get audit log status default response
func (*GetAuditLogStatusDefault) Error ¶
func (o *GetAuditLogStatusDefault) Error() string
func (*GetAuditLogStatusDefault) GetPayload ¶
func (o *GetAuditLogStatusDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetAuditLogStatusDefault) IsClientError ¶ added in v0.23.0
func (o *GetAuditLogStatusDefault) IsClientError() bool
IsClientError returns true when this get audit log status default response has a 4xx status code
func (*GetAuditLogStatusDefault) IsCode ¶ added in v0.23.0
func (o *GetAuditLogStatusDefault) IsCode(code int) bool
IsCode returns true when this get audit log status default response a status code equal to that given
func (*GetAuditLogStatusDefault) IsRedirect ¶ added in v0.23.0
func (o *GetAuditLogStatusDefault) IsRedirect() bool
IsRedirect returns true when this get audit log status default response has a 3xx status code
func (*GetAuditLogStatusDefault) IsServerError ¶ added in v0.23.0
func (o *GetAuditLogStatusDefault) IsServerError() bool
IsServerError returns true when this get audit log status default response has a 5xx status code
func (*GetAuditLogStatusDefault) IsSuccess ¶ added in v0.23.0
func (o *GetAuditLogStatusDefault) IsSuccess() bool
IsSuccess returns true when this get audit log status default response has a 2xx status code
func (*GetAuditLogStatusDefault) String ¶ added in v0.23.0
func (o *GetAuditLogStatusDefault) String() string
type GetAuditLogStatusOK ¶
type GetAuditLogStatusOK struct {
Payload *models.HashicorpCloudVault20201125GetAuditLogStatusResponse
}
GetAuditLogStatusOK describes a response with status code 200, with default header values.
A successful response.
func NewGetAuditLogStatusOK ¶
func NewGetAuditLogStatusOK() *GetAuditLogStatusOK
NewGetAuditLogStatusOK creates a GetAuditLogStatusOK with default headers values
func (*GetAuditLogStatusOK) Code ¶ added in v0.75.0
func (o *GetAuditLogStatusOK) Code() int
Code gets the status code for the get audit log status o k response
func (*GetAuditLogStatusOK) Error ¶
func (o *GetAuditLogStatusOK) Error() string
func (*GetAuditLogStatusOK) GetPayload ¶
func (o *GetAuditLogStatusOK) GetPayload() *models.HashicorpCloudVault20201125GetAuditLogStatusResponse
func (*GetAuditLogStatusOK) IsClientError ¶ added in v0.23.0
func (o *GetAuditLogStatusOK) IsClientError() bool
IsClientError returns true when this get audit log status o k response has a 4xx status code
func (*GetAuditLogStatusOK) IsCode ¶ added in v0.23.0
func (o *GetAuditLogStatusOK) IsCode(code int) bool
IsCode returns true when this get audit log status o k response a status code equal to that given
func (*GetAuditLogStatusOK) IsRedirect ¶ added in v0.23.0
func (o *GetAuditLogStatusOK) IsRedirect() bool
IsRedirect returns true when this get audit log status o k response has a 3xx status code
func (*GetAuditLogStatusOK) IsServerError ¶ added in v0.23.0
func (o *GetAuditLogStatusOK) IsServerError() bool
IsServerError returns true when this get audit log status o k response has a 5xx status code
func (*GetAuditLogStatusOK) IsSuccess ¶ added in v0.23.0
func (o *GetAuditLogStatusOK) IsSuccess() bool
IsSuccess returns true when this get audit log status o k response has a 2xx status code
func (*GetAuditLogStatusOK) String ¶ added in v0.23.0
func (o *GetAuditLogStatusOK) String() string
type GetAuditLogStatusParams ¶
type GetAuditLogStatusParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string // LogID. LogID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAuditLogStatusParams contains all the parameters to send to the API endpoint
for the get audit log status operation. Typically these are written to a http.Request.
func NewGetAuditLogStatusParams ¶
func NewGetAuditLogStatusParams() *GetAuditLogStatusParams
NewGetAuditLogStatusParams creates a new GetAuditLogStatusParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetAuditLogStatusParamsWithContext ¶
func NewGetAuditLogStatusParamsWithContext(ctx context.Context) *GetAuditLogStatusParams
NewGetAuditLogStatusParamsWithContext creates a new GetAuditLogStatusParams object with the ability to set a context for a request.
func NewGetAuditLogStatusParamsWithHTTPClient ¶
func NewGetAuditLogStatusParamsWithHTTPClient(client *http.Client) *GetAuditLogStatusParams
NewGetAuditLogStatusParamsWithHTTPClient creates a new GetAuditLogStatusParams object with the ability to set a custom HTTPClient for a request.
func NewGetAuditLogStatusParamsWithTimeout ¶
func NewGetAuditLogStatusParamsWithTimeout(timeout time.Duration) *GetAuditLogStatusParams
NewGetAuditLogStatusParamsWithTimeout creates a new GetAuditLogStatusParams object with the ability to set a timeout on a request.
func (*GetAuditLogStatusParams) SetClusterID ¶
func (o *GetAuditLogStatusParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get audit log status params
func (*GetAuditLogStatusParams) SetContext ¶
func (o *GetAuditLogStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get audit log status params
func (*GetAuditLogStatusParams) SetDefaults ¶ added in v0.23.0
func (o *GetAuditLogStatusParams) SetDefaults()
SetDefaults hydrates default values in the get audit log status params (not the query body).
All values with no default are reset to their zero value.
func (*GetAuditLogStatusParams) SetHTTPClient ¶
func (o *GetAuditLogStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get audit log status params
func (*GetAuditLogStatusParams) SetLocationOrganizationID ¶
func (o *GetAuditLogStatusParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get audit log status params
func (*GetAuditLogStatusParams) SetLocationProjectID ¶
func (o *GetAuditLogStatusParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get audit log status params
func (*GetAuditLogStatusParams) SetLocationRegionProvider ¶
func (o *GetAuditLogStatusParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get audit log status params
func (*GetAuditLogStatusParams) SetLocationRegionRegion ¶
func (o *GetAuditLogStatusParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get audit log status params
func (*GetAuditLogStatusParams) SetLogID ¶
func (o *GetAuditLogStatusParams) SetLogID(logID string)
SetLogID adds the logId to the get audit log status params
func (*GetAuditLogStatusParams) SetTimeout ¶
func (o *GetAuditLogStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get audit log status params
func (*GetAuditLogStatusParams) WithClusterID ¶
func (o *GetAuditLogStatusParams) WithClusterID(clusterID string) *GetAuditLogStatusParams
WithClusterID adds the clusterID to the get audit log status params
func (*GetAuditLogStatusParams) WithContext ¶
func (o *GetAuditLogStatusParams) WithContext(ctx context.Context) *GetAuditLogStatusParams
WithContext adds the context to the get audit log status params
func (*GetAuditLogStatusParams) WithDefaults ¶ added in v0.23.0
func (o *GetAuditLogStatusParams) WithDefaults() *GetAuditLogStatusParams
WithDefaults hydrates default values in the get audit log status params (not the query body).
All values with no default are reset to their zero value.
func (*GetAuditLogStatusParams) WithHTTPClient ¶
func (o *GetAuditLogStatusParams) WithHTTPClient(client *http.Client) *GetAuditLogStatusParams
WithHTTPClient adds the HTTPClient to the get audit log status params
func (*GetAuditLogStatusParams) WithLocationOrganizationID ¶
func (o *GetAuditLogStatusParams) WithLocationOrganizationID(locationOrganizationID string) *GetAuditLogStatusParams
WithLocationOrganizationID adds the locationOrganizationID to the get audit log status params
func (*GetAuditLogStatusParams) WithLocationProjectID ¶
func (o *GetAuditLogStatusParams) WithLocationProjectID(locationProjectID string) *GetAuditLogStatusParams
WithLocationProjectID adds the locationProjectID to the get audit log status params
func (*GetAuditLogStatusParams) WithLocationRegionProvider ¶
func (o *GetAuditLogStatusParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAuditLogStatusParams
WithLocationRegionProvider adds the locationRegionProvider to the get audit log status params
func (*GetAuditLogStatusParams) WithLocationRegionRegion ¶
func (o *GetAuditLogStatusParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAuditLogStatusParams
WithLocationRegionRegion adds the locationRegionRegion to the get audit log status params
func (*GetAuditLogStatusParams) WithLogID ¶
func (o *GetAuditLogStatusParams) WithLogID(logID string) *GetAuditLogStatusParams
WithLogID adds the logID to the get audit log status params
func (*GetAuditLogStatusParams) WithTimeout ¶
func (o *GetAuditLogStatusParams) WithTimeout(timeout time.Duration) *GetAuditLogStatusParams
WithTimeout adds the timeout to the get audit log status params
func (*GetAuditLogStatusParams) WriteToRequest ¶
func (o *GetAuditLogStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAuditLogStatusReader ¶
type GetAuditLogStatusReader struct {
// contains filtered or unexported fields
}
GetAuditLogStatusReader is a Reader for the GetAuditLogStatus structure.
func (*GetAuditLogStatusReader) ReadResponse ¶
func (o *GetAuditLogStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAvailableProvidersDefault ¶ added in v0.21.0
type GetAvailableProvidersDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetAvailableProvidersDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetAvailableProvidersDefault ¶ added in v0.21.0
func NewGetAvailableProvidersDefault(code int) *GetAvailableProvidersDefault
NewGetAvailableProvidersDefault creates a GetAvailableProvidersDefault with default headers values
func (*GetAvailableProvidersDefault) Code ¶ added in v0.21.0
func (o *GetAvailableProvidersDefault) Code() int
Code gets the status code for the get available providers default response
func (*GetAvailableProvidersDefault) Error ¶ added in v0.21.0
func (o *GetAvailableProvidersDefault) Error() string
func (*GetAvailableProvidersDefault) GetPayload ¶ added in v0.21.0
func (o *GetAvailableProvidersDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetAvailableProvidersDefault) IsClientError ¶ added in v0.23.0
func (o *GetAvailableProvidersDefault) IsClientError() bool
IsClientError returns true when this get available providers default response has a 4xx status code
func (*GetAvailableProvidersDefault) IsCode ¶ added in v0.23.0
func (o *GetAvailableProvidersDefault) IsCode(code int) bool
IsCode returns true when this get available providers default response a status code equal to that given
func (*GetAvailableProvidersDefault) IsRedirect ¶ added in v0.23.0
func (o *GetAvailableProvidersDefault) IsRedirect() bool
IsRedirect returns true when this get available providers default response has a 3xx status code
func (*GetAvailableProvidersDefault) IsServerError ¶ added in v0.23.0
func (o *GetAvailableProvidersDefault) IsServerError() bool
IsServerError returns true when this get available providers default response has a 5xx status code
func (*GetAvailableProvidersDefault) IsSuccess ¶ added in v0.23.0
func (o *GetAvailableProvidersDefault) IsSuccess() bool
IsSuccess returns true when this get available providers default response has a 2xx status code
func (*GetAvailableProvidersDefault) String ¶ added in v0.23.0
func (o *GetAvailableProvidersDefault) String() string
type GetAvailableProvidersOK ¶ added in v0.21.0
type GetAvailableProvidersOK struct {
Payload *models.HashicorpCloudVault20201125GetAvailableProvidersResponse
}
GetAvailableProvidersOK describes a response with status code 200, with default header values.
A successful response.
func NewGetAvailableProvidersOK ¶ added in v0.21.0
func NewGetAvailableProvidersOK() *GetAvailableProvidersOK
NewGetAvailableProvidersOK creates a GetAvailableProvidersOK with default headers values
func (*GetAvailableProvidersOK) Code ¶ added in v0.75.0
func (o *GetAvailableProvidersOK) Code() int
Code gets the status code for the get available providers o k response
func (*GetAvailableProvidersOK) Error ¶ added in v0.21.0
func (o *GetAvailableProvidersOK) Error() string
func (*GetAvailableProvidersOK) GetPayload ¶ added in v0.21.0
func (o *GetAvailableProvidersOK) GetPayload() *models.HashicorpCloudVault20201125GetAvailableProvidersResponse
func (*GetAvailableProvidersOK) IsClientError ¶ added in v0.23.0
func (o *GetAvailableProvidersOK) IsClientError() bool
IsClientError returns true when this get available providers o k response has a 4xx status code
func (*GetAvailableProvidersOK) IsCode ¶ added in v0.23.0
func (o *GetAvailableProvidersOK) IsCode(code int) bool
IsCode returns true when this get available providers o k response a status code equal to that given
func (*GetAvailableProvidersOK) IsRedirect ¶ added in v0.23.0
func (o *GetAvailableProvidersOK) IsRedirect() bool
IsRedirect returns true when this get available providers o k response has a 3xx status code
func (*GetAvailableProvidersOK) IsServerError ¶ added in v0.23.0
func (o *GetAvailableProvidersOK) IsServerError() bool
IsServerError returns true when this get available providers o k response has a 5xx status code
func (*GetAvailableProvidersOK) IsSuccess ¶ added in v0.23.0
func (o *GetAvailableProvidersOK) IsSuccess() bool
IsSuccess returns true when this get available providers o k response has a 2xx status code
func (*GetAvailableProvidersOK) String ¶ added in v0.23.0
func (o *GetAvailableProvidersOK) String() string
type GetAvailableProvidersParams ¶ added in v0.21.0
type GetAvailableProvidersParams struct { /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAvailableProvidersParams contains all the parameters to send to the API endpoint
for the get available providers operation. Typically these are written to a http.Request.
func NewGetAvailableProvidersParams ¶ added in v0.21.0
func NewGetAvailableProvidersParams() *GetAvailableProvidersParams
NewGetAvailableProvidersParams creates a new GetAvailableProvidersParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetAvailableProvidersParamsWithContext ¶ added in v0.21.0
func NewGetAvailableProvidersParamsWithContext(ctx context.Context) *GetAvailableProvidersParams
NewGetAvailableProvidersParamsWithContext creates a new GetAvailableProvidersParams object with the ability to set a context for a request.
func NewGetAvailableProvidersParamsWithHTTPClient ¶ added in v0.21.0
func NewGetAvailableProvidersParamsWithHTTPClient(client *http.Client) *GetAvailableProvidersParams
NewGetAvailableProvidersParamsWithHTTPClient creates a new GetAvailableProvidersParams object with the ability to set a custom HTTPClient for a request.
func NewGetAvailableProvidersParamsWithTimeout ¶ added in v0.21.0
func NewGetAvailableProvidersParamsWithTimeout(timeout time.Duration) *GetAvailableProvidersParams
NewGetAvailableProvidersParamsWithTimeout creates a new GetAvailableProvidersParams object with the ability to set a timeout on a request.
func (*GetAvailableProvidersParams) SetContext ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) SetContext(ctx context.Context)
SetContext adds the context to the get available providers params
func (*GetAvailableProvidersParams) SetDefaults ¶ added in v0.23.0
func (o *GetAvailableProvidersParams) SetDefaults()
SetDefaults hydrates default values in the get available providers params (not the query body).
All values with no default are reset to their zero value.
func (*GetAvailableProvidersParams) SetHTTPClient ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get available providers params
func (*GetAvailableProvidersParams) SetLocationOrganizationID ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get available providers params
func (*GetAvailableProvidersParams) SetLocationProjectID ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get available providers params
func (*GetAvailableProvidersParams) SetLocationRegionProvider ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get available providers params
func (*GetAvailableProvidersParams) SetLocationRegionRegion ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get available providers params
func (*GetAvailableProvidersParams) SetTimeout ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get available providers params
func (*GetAvailableProvidersParams) WithContext ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) WithContext(ctx context.Context) *GetAvailableProvidersParams
WithContext adds the context to the get available providers params
func (*GetAvailableProvidersParams) WithDefaults ¶ added in v0.23.0
func (o *GetAvailableProvidersParams) WithDefaults() *GetAvailableProvidersParams
WithDefaults hydrates default values in the get available providers params (not the query body).
All values with no default are reset to their zero value.
func (*GetAvailableProvidersParams) WithHTTPClient ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) WithHTTPClient(client *http.Client) *GetAvailableProvidersParams
WithHTTPClient adds the HTTPClient to the get available providers params
func (*GetAvailableProvidersParams) WithLocationOrganizationID ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) WithLocationOrganizationID(locationOrganizationID string) *GetAvailableProvidersParams
WithLocationOrganizationID adds the locationOrganizationID to the get available providers params
func (*GetAvailableProvidersParams) WithLocationProjectID ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) WithLocationProjectID(locationProjectID string) *GetAvailableProvidersParams
WithLocationProjectID adds the locationProjectID to the get available providers params
func (*GetAvailableProvidersParams) WithLocationRegionProvider ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAvailableProvidersParams
WithLocationRegionProvider adds the locationRegionProvider to the get available providers params
func (*GetAvailableProvidersParams) WithLocationRegionRegion ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAvailableProvidersParams
WithLocationRegionRegion adds the locationRegionRegion to the get available providers params
func (*GetAvailableProvidersParams) WithTimeout ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) WithTimeout(timeout time.Duration) *GetAvailableProvidersParams
WithTimeout adds the timeout to the get available providers params
func (*GetAvailableProvidersParams) WriteToRequest ¶ added in v0.21.0
func (o *GetAvailableProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAvailableProvidersReader ¶ added in v0.21.0
type GetAvailableProvidersReader struct {
// contains filtered or unexported fields
}
GetAvailableProvidersReader is a Reader for the GetAvailableProviders structure.
func (*GetAvailableProvidersReader) ReadResponse ¶ added in v0.21.0
func (o *GetAvailableProvidersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAvailableTemplatesDefault ¶ added in v0.42.0
type GetAvailableTemplatesDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetAvailableTemplatesDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetAvailableTemplatesDefault ¶ added in v0.42.0
func NewGetAvailableTemplatesDefault(code int) *GetAvailableTemplatesDefault
NewGetAvailableTemplatesDefault creates a GetAvailableTemplatesDefault with default headers values
func (*GetAvailableTemplatesDefault) Code ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) Code() int
Code gets the status code for the get available templates default response
func (*GetAvailableTemplatesDefault) Error ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) Error() string
func (*GetAvailableTemplatesDefault) GetPayload ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetAvailableTemplatesDefault) IsClientError ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) IsClientError() bool
IsClientError returns true when this get available templates default response has a 4xx status code
func (*GetAvailableTemplatesDefault) IsCode ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) IsCode(code int) bool
IsCode returns true when this get available templates default response a status code equal to that given
func (*GetAvailableTemplatesDefault) IsRedirect ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) IsRedirect() bool
IsRedirect returns true when this get available templates default response has a 3xx status code
func (*GetAvailableTemplatesDefault) IsServerError ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) IsServerError() bool
IsServerError returns true when this get available templates default response has a 5xx status code
func (*GetAvailableTemplatesDefault) IsSuccess ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) IsSuccess() bool
IsSuccess returns true when this get available templates default response has a 2xx status code
func (*GetAvailableTemplatesDefault) String ¶ added in v0.42.0
func (o *GetAvailableTemplatesDefault) String() string
type GetAvailableTemplatesOK ¶ added in v0.42.0
type GetAvailableTemplatesOK struct {
Payload *models.HashicorpCloudVault20201125GetAvailableTemplatesResponse
}
GetAvailableTemplatesOK describes a response with status code 200, with default header values.
A successful response.
func NewGetAvailableTemplatesOK ¶ added in v0.42.0
func NewGetAvailableTemplatesOK() *GetAvailableTemplatesOK
NewGetAvailableTemplatesOK creates a GetAvailableTemplatesOK with default headers values
func (*GetAvailableTemplatesOK) Code ¶ added in v0.75.0
func (o *GetAvailableTemplatesOK) Code() int
Code gets the status code for the get available templates o k response
func (*GetAvailableTemplatesOK) Error ¶ added in v0.42.0
func (o *GetAvailableTemplatesOK) Error() string
func (*GetAvailableTemplatesOK) GetPayload ¶ added in v0.42.0
func (o *GetAvailableTemplatesOK) GetPayload() *models.HashicorpCloudVault20201125GetAvailableTemplatesResponse
func (*GetAvailableTemplatesOK) IsClientError ¶ added in v0.42.0
func (o *GetAvailableTemplatesOK) IsClientError() bool
IsClientError returns true when this get available templates o k response has a 4xx status code
func (*GetAvailableTemplatesOK) IsCode ¶ added in v0.42.0
func (o *GetAvailableTemplatesOK) IsCode(code int) bool
IsCode returns true when this get available templates o k response a status code equal to that given
func (*GetAvailableTemplatesOK) IsRedirect ¶ added in v0.42.0
func (o *GetAvailableTemplatesOK) IsRedirect() bool
IsRedirect returns true when this get available templates o k response has a 3xx status code
func (*GetAvailableTemplatesOK) IsServerError ¶ added in v0.42.0
func (o *GetAvailableTemplatesOK) IsServerError() bool
IsServerError returns true when this get available templates o k response has a 5xx status code
func (*GetAvailableTemplatesOK) IsSuccess ¶ added in v0.42.0
func (o *GetAvailableTemplatesOK) IsSuccess() bool
IsSuccess returns true when this get available templates o k response has a 2xx status code
func (*GetAvailableTemplatesOK) String ¶ added in v0.42.0
func (o *GetAvailableTemplatesOK) String() string
type GetAvailableTemplatesParams ¶ added in v0.42.0
type GetAvailableTemplatesParams struct { /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAvailableTemplatesParams contains all the parameters to send to the API endpoint
for the get available templates operation. Typically these are written to a http.Request.
func NewGetAvailableTemplatesParams ¶ added in v0.42.0
func NewGetAvailableTemplatesParams() *GetAvailableTemplatesParams
NewGetAvailableTemplatesParams creates a new GetAvailableTemplatesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetAvailableTemplatesParamsWithContext ¶ added in v0.42.0
func NewGetAvailableTemplatesParamsWithContext(ctx context.Context) *GetAvailableTemplatesParams
NewGetAvailableTemplatesParamsWithContext creates a new GetAvailableTemplatesParams object with the ability to set a context for a request.
func NewGetAvailableTemplatesParamsWithHTTPClient ¶ added in v0.42.0
func NewGetAvailableTemplatesParamsWithHTTPClient(client *http.Client) *GetAvailableTemplatesParams
NewGetAvailableTemplatesParamsWithHTTPClient creates a new GetAvailableTemplatesParams object with the ability to set a custom HTTPClient for a request.
func NewGetAvailableTemplatesParamsWithTimeout ¶ added in v0.42.0
func NewGetAvailableTemplatesParamsWithTimeout(timeout time.Duration) *GetAvailableTemplatesParams
NewGetAvailableTemplatesParamsWithTimeout creates a new GetAvailableTemplatesParams object with the ability to set a timeout on a request.
func (*GetAvailableTemplatesParams) SetContext ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) SetContext(ctx context.Context)
SetContext adds the context to the get available templates params
func (*GetAvailableTemplatesParams) SetDefaults ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) SetDefaults()
SetDefaults hydrates default values in the get available templates params (not the query body).
All values with no default are reset to their zero value.
func (*GetAvailableTemplatesParams) SetHTTPClient ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get available templates params
func (*GetAvailableTemplatesParams) SetLocationOrganizationID ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get available templates params
func (*GetAvailableTemplatesParams) SetLocationProjectID ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get available templates params
func (*GetAvailableTemplatesParams) SetLocationRegionProvider ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get available templates params
func (*GetAvailableTemplatesParams) SetLocationRegionRegion ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get available templates params
func (*GetAvailableTemplatesParams) SetTimeout ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get available templates params
func (*GetAvailableTemplatesParams) WithContext ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WithContext(ctx context.Context) *GetAvailableTemplatesParams
WithContext adds the context to the get available templates params
func (*GetAvailableTemplatesParams) WithDefaults ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WithDefaults() *GetAvailableTemplatesParams
WithDefaults hydrates default values in the get available templates params (not the query body).
All values with no default are reset to their zero value.
func (*GetAvailableTemplatesParams) WithHTTPClient ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WithHTTPClient(client *http.Client) *GetAvailableTemplatesParams
WithHTTPClient adds the HTTPClient to the get available templates params
func (*GetAvailableTemplatesParams) WithLocationOrganizationID ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WithLocationOrganizationID(locationOrganizationID string) *GetAvailableTemplatesParams
WithLocationOrganizationID adds the locationOrganizationID to the get available templates params
func (*GetAvailableTemplatesParams) WithLocationProjectID ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WithLocationProjectID(locationProjectID string) *GetAvailableTemplatesParams
WithLocationProjectID adds the locationProjectID to the get available templates params
func (*GetAvailableTemplatesParams) WithLocationRegionProvider ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAvailableTemplatesParams
WithLocationRegionProvider adds the locationRegionProvider to the get available templates params
func (*GetAvailableTemplatesParams) WithLocationRegionRegion ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAvailableTemplatesParams
WithLocationRegionRegion adds the locationRegionRegion to the get available templates params
func (*GetAvailableTemplatesParams) WithTimeout ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WithTimeout(timeout time.Duration) *GetAvailableTemplatesParams
WithTimeout adds the timeout to the get available templates params
func (*GetAvailableTemplatesParams) WriteToRequest ¶ added in v0.42.0
func (o *GetAvailableTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAvailableTemplatesReader ¶ added in v0.42.0
type GetAvailableTemplatesReader struct {
// contains filtered or unexported fields
}
GetAvailableTemplatesReader is a Reader for the GetAvailableTemplates structure.
func (*GetAvailableTemplatesReader) ReadResponse ¶ added in v0.42.0
func (o *GetAvailableTemplatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCORSConfigDefault ¶
type GetCORSConfigDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetCORSConfigDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetCORSConfigDefault ¶
func NewGetCORSConfigDefault(code int) *GetCORSConfigDefault
NewGetCORSConfigDefault creates a GetCORSConfigDefault with default headers values
func (*GetCORSConfigDefault) Code ¶
func (o *GetCORSConfigDefault) Code() int
Code gets the status code for the get c o r s config default response
func (*GetCORSConfigDefault) Error ¶
func (o *GetCORSConfigDefault) Error() string
func (*GetCORSConfigDefault) GetPayload ¶
func (o *GetCORSConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetCORSConfigDefault) IsClientError ¶ added in v0.23.0
func (o *GetCORSConfigDefault) IsClientError() bool
IsClientError returns true when this get c o r s config default response has a 4xx status code
func (*GetCORSConfigDefault) IsCode ¶ added in v0.23.0
func (o *GetCORSConfigDefault) IsCode(code int) bool
IsCode returns true when this get c o r s config default response a status code equal to that given
func (*GetCORSConfigDefault) IsRedirect ¶ added in v0.23.0
func (o *GetCORSConfigDefault) IsRedirect() bool
IsRedirect returns true when this get c o r s config default response has a 3xx status code
func (*GetCORSConfigDefault) IsServerError ¶ added in v0.23.0
func (o *GetCORSConfigDefault) IsServerError() bool
IsServerError returns true when this get c o r s config default response has a 5xx status code
func (*GetCORSConfigDefault) IsSuccess ¶ added in v0.23.0
func (o *GetCORSConfigDefault) IsSuccess() bool
IsSuccess returns true when this get c o r s config default response has a 2xx status code
func (*GetCORSConfigDefault) String ¶ added in v0.23.0
func (o *GetCORSConfigDefault) String() string
type GetCORSConfigOK ¶
type GetCORSConfigOK struct {
Payload *models.HashicorpCloudVault20201125GetCORSConfigResponse
}
GetCORSConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewGetCORSConfigOK ¶
func NewGetCORSConfigOK() *GetCORSConfigOK
NewGetCORSConfigOK creates a GetCORSConfigOK with default headers values
func (*GetCORSConfigOK) Code ¶ added in v0.75.0
func (o *GetCORSConfigOK) Code() int
Code gets the status code for the get c o r s config o k response
func (*GetCORSConfigOK) Error ¶
func (o *GetCORSConfigOK) Error() string
func (*GetCORSConfigOK) GetPayload ¶
func (o *GetCORSConfigOK) GetPayload() *models.HashicorpCloudVault20201125GetCORSConfigResponse
func (*GetCORSConfigOK) IsClientError ¶ added in v0.23.0
func (o *GetCORSConfigOK) IsClientError() bool
IsClientError returns true when this get c o r s config o k response has a 4xx status code
func (*GetCORSConfigOK) IsCode ¶ added in v0.23.0
func (o *GetCORSConfigOK) IsCode(code int) bool
IsCode returns true when this get c o r s config o k response a status code equal to that given
func (*GetCORSConfigOK) IsRedirect ¶ added in v0.23.0
func (o *GetCORSConfigOK) IsRedirect() bool
IsRedirect returns true when this get c o r s config o k response has a 3xx status code
func (*GetCORSConfigOK) IsServerError ¶ added in v0.23.0
func (o *GetCORSConfigOK) IsServerError() bool
IsServerError returns true when this get c o r s config o k response has a 5xx status code
func (*GetCORSConfigOK) IsSuccess ¶ added in v0.23.0
func (o *GetCORSConfigOK) IsSuccess() bool
IsSuccess returns true when this get c o r s config o k response has a 2xx status code
func (*GetCORSConfigOK) String ¶ added in v0.23.0
func (o *GetCORSConfigOK) String() string
type GetCORSConfigParams ¶
type GetCORSConfigParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCORSConfigParams contains all the parameters to send to the API endpoint
for the get c o r s config operation. Typically these are written to a http.Request.
func NewGetCORSConfigParams ¶
func NewGetCORSConfigParams() *GetCORSConfigParams
NewGetCORSConfigParams creates a new GetCORSConfigParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetCORSConfigParamsWithContext ¶
func NewGetCORSConfigParamsWithContext(ctx context.Context) *GetCORSConfigParams
NewGetCORSConfigParamsWithContext creates a new GetCORSConfigParams object with the ability to set a context for a request.
func NewGetCORSConfigParamsWithHTTPClient ¶
func NewGetCORSConfigParamsWithHTTPClient(client *http.Client) *GetCORSConfigParams
NewGetCORSConfigParamsWithHTTPClient creates a new GetCORSConfigParams object with the ability to set a custom HTTPClient for a request.
func NewGetCORSConfigParamsWithTimeout ¶
func NewGetCORSConfigParamsWithTimeout(timeout time.Duration) *GetCORSConfigParams
NewGetCORSConfigParamsWithTimeout creates a new GetCORSConfigParams object with the ability to set a timeout on a request.
func (*GetCORSConfigParams) SetClusterID ¶
func (o *GetCORSConfigParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get c o r s config params
func (*GetCORSConfigParams) SetContext ¶
func (o *GetCORSConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get c o r s config params
func (*GetCORSConfigParams) SetDefaults ¶ added in v0.23.0
func (o *GetCORSConfigParams) SetDefaults()
SetDefaults hydrates default values in the get c o r s config params (not the query body).
All values with no default are reset to their zero value.
func (*GetCORSConfigParams) SetHTTPClient ¶
func (o *GetCORSConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get c o r s config params
func (*GetCORSConfigParams) SetLocationOrganizationID ¶
func (o *GetCORSConfigParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get c o r s config params
func (*GetCORSConfigParams) SetLocationProjectID ¶
func (o *GetCORSConfigParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get c o r s config params
func (*GetCORSConfigParams) SetLocationRegionProvider ¶
func (o *GetCORSConfigParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get c o r s config params
func (*GetCORSConfigParams) SetLocationRegionRegion ¶
func (o *GetCORSConfigParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get c o r s config params
func (*GetCORSConfigParams) SetTimeout ¶
func (o *GetCORSConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get c o r s config params
func (*GetCORSConfigParams) WithClusterID ¶
func (o *GetCORSConfigParams) WithClusterID(clusterID string) *GetCORSConfigParams
WithClusterID adds the clusterID to the get c o r s config params
func (*GetCORSConfigParams) WithContext ¶
func (o *GetCORSConfigParams) WithContext(ctx context.Context) *GetCORSConfigParams
WithContext adds the context to the get c o r s config params
func (*GetCORSConfigParams) WithDefaults ¶ added in v0.23.0
func (o *GetCORSConfigParams) WithDefaults() *GetCORSConfigParams
WithDefaults hydrates default values in the get c o r s config params (not the query body).
All values with no default are reset to their zero value.
func (*GetCORSConfigParams) WithHTTPClient ¶
func (o *GetCORSConfigParams) WithHTTPClient(client *http.Client) *GetCORSConfigParams
WithHTTPClient adds the HTTPClient to the get c o r s config params
func (*GetCORSConfigParams) WithLocationOrganizationID ¶
func (o *GetCORSConfigParams) WithLocationOrganizationID(locationOrganizationID string) *GetCORSConfigParams
WithLocationOrganizationID adds the locationOrganizationID to the get c o r s config params
func (*GetCORSConfigParams) WithLocationProjectID ¶
func (o *GetCORSConfigParams) WithLocationProjectID(locationProjectID string) *GetCORSConfigParams
WithLocationProjectID adds the locationProjectID to the get c o r s config params
func (*GetCORSConfigParams) WithLocationRegionProvider ¶
func (o *GetCORSConfigParams) WithLocationRegionProvider(locationRegionProvider *string) *GetCORSConfigParams
WithLocationRegionProvider adds the locationRegionProvider to the get c o r s config params
func (*GetCORSConfigParams) WithLocationRegionRegion ¶
func (o *GetCORSConfigParams) WithLocationRegionRegion(locationRegionRegion *string) *GetCORSConfigParams
WithLocationRegionRegion adds the locationRegionRegion to the get c o r s config params
func (*GetCORSConfigParams) WithTimeout ¶
func (o *GetCORSConfigParams) WithTimeout(timeout time.Duration) *GetCORSConfigParams
WithTimeout adds the timeout to the get c o r s config params
func (*GetCORSConfigParams) WriteToRequest ¶
func (o *GetCORSConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCORSConfigReader ¶
type GetCORSConfigReader struct {
// contains filtered or unexported fields
}
GetCORSConfigReader is a Reader for the GetCORSConfig structure.
func (*GetCORSConfigReader) ReadResponse ¶
func (o *GetCORSConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClientCountsDefault ¶
type GetClientCountsDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetClientCountsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetClientCountsDefault ¶
func NewGetClientCountsDefault(code int) *GetClientCountsDefault
NewGetClientCountsDefault creates a GetClientCountsDefault with default headers values
func (*GetClientCountsDefault) Code ¶
func (o *GetClientCountsDefault) Code() int
Code gets the status code for the get client counts default response
func (*GetClientCountsDefault) Error ¶
func (o *GetClientCountsDefault) Error() string
func (*GetClientCountsDefault) GetPayload ¶
func (o *GetClientCountsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetClientCountsDefault) IsClientError ¶ added in v0.23.0
func (o *GetClientCountsDefault) IsClientError() bool
IsClientError returns true when this get client counts default response has a 4xx status code
func (*GetClientCountsDefault) IsCode ¶ added in v0.23.0
func (o *GetClientCountsDefault) IsCode(code int) bool
IsCode returns true when this get client counts default response a status code equal to that given
func (*GetClientCountsDefault) IsRedirect ¶ added in v0.23.0
func (o *GetClientCountsDefault) IsRedirect() bool
IsRedirect returns true when this get client counts default response has a 3xx status code
func (*GetClientCountsDefault) IsServerError ¶ added in v0.23.0
func (o *GetClientCountsDefault) IsServerError() bool
IsServerError returns true when this get client counts default response has a 5xx status code
func (*GetClientCountsDefault) IsSuccess ¶ added in v0.23.0
func (o *GetClientCountsDefault) IsSuccess() bool
IsSuccess returns true when this get client counts default response has a 2xx status code
func (*GetClientCountsDefault) String ¶ added in v0.23.0
func (o *GetClientCountsDefault) String() string
type GetClientCountsOK ¶
type GetClientCountsOK struct {
Payload *models.HashicorpCloudVault20201125GetClientCountsResponse
}
GetClientCountsOK describes a response with status code 200, with default header values.
A successful response.
func NewGetClientCountsOK ¶
func NewGetClientCountsOK() *GetClientCountsOK
NewGetClientCountsOK creates a GetClientCountsOK with default headers values
func (*GetClientCountsOK) Code ¶ added in v0.75.0
func (o *GetClientCountsOK) Code() int
Code gets the status code for the get client counts o k response
func (*GetClientCountsOK) Error ¶
func (o *GetClientCountsOK) Error() string
func (*GetClientCountsOK) GetPayload ¶
func (o *GetClientCountsOK) GetPayload() *models.HashicorpCloudVault20201125GetClientCountsResponse
func (*GetClientCountsOK) IsClientError ¶ added in v0.23.0
func (o *GetClientCountsOK) IsClientError() bool
IsClientError returns true when this get client counts o k response has a 4xx status code
func (*GetClientCountsOK) IsCode ¶ added in v0.23.0
func (o *GetClientCountsOK) IsCode(code int) bool
IsCode returns true when this get client counts o k response a status code equal to that given
func (*GetClientCountsOK) IsRedirect ¶ added in v0.23.0
func (o *GetClientCountsOK) IsRedirect() bool
IsRedirect returns true when this get client counts o k response has a 3xx status code
func (*GetClientCountsOK) IsServerError ¶ added in v0.23.0
func (o *GetClientCountsOK) IsServerError() bool
IsServerError returns true when this get client counts o k response has a 5xx status code
func (*GetClientCountsOK) IsSuccess ¶ added in v0.23.0
func (o *GetClientCountsOK) IsSuccess() bool
IsSuccess returns true when this get client counts o k response has a 2xx status code
func (*GetClientCountsOK) String ¶ added in v0.23.0
func (o *GetClientCountsOK) String() string
type GetClientCountsParams ¶
type GetClientCountsParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClientCountsParams contains all the parameters to send to the API endpoint
for the get client counts operation. Typically these are written to a http.Request.
func NewGetClientCountsParams ¶
func NewGetClientCountsParams() *GetClientCountsParams
NewGetClientCountsParams creates a new GetClientCountsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetClientCountsParamsWithContext ¶
func NewGetClientCountsParamsWithContext(ctx context.Context) *GetClientCountsParams
NewGetClientCountsParamsWithContext creates a new GetClientCountsParams object with the ability to set a context for a request.
func NewGetClientCountsParamsWithHTTPClient ¶
func NewGetClientCountsParamsWithHTTPClient(client *http.Client) *GetClientCountsParams
NewGetClientCountsParamsWithHTTPClient creates a new GetClientCountsParams object with the ability to set a custom HTTPClient for a request.
func NewGetClientCountsParamsWithTimeout ¶
func NewGetClientCountsParamsWithTimeout(timeout time.Duration) *GetClientCountsParams
NewGetClientCountsParamsWithTimeout creates a new GetClientCountsParams object with the ability to set a timeout on a request.
func (*GetClientCountsParams) SetClusterID ¶
func (o *GetClientCountsParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get client counts params
func (*GetClientCountsParams) SetContext ¶
func (o *GetClientCountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get client counts params
func (*GetClientCountsParams) SetDefaults ¶ added in v0.23.0
func (o *GetClientCountsParams) SetDefaults()
SetDefaults hydrates default values in the get client counts params (not the query body).
All values with no default are reset to their zero value.
func (*GetClientCountsParams) SetHTTPClient ¶
func (o *GetClientCountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get client counts params
func (*GetClientCountsParams) SetLocationOrganizationID ¶
func (o *GetClientCountsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get client counts params
func (*GetClientCountsParams) SetLocationProjectID ¶
func (o *GetClientCountsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get client counts params
func (*GetClientCountsParams) SetLocationRegionProvider ¶
func (o *GetClientCountsParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get client counts params
func (*GetClientCountsParams) SetLocationRegionRegion ¶
func (o *GetClientCountsParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get client counts params
func (*GetClientCountsParams) SetTimeout ¶
func (o *GetClientCountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get client counts params
func (*GetClientCountsParams) WithClusterID ¶
func (o *GetClientCountsParams) WithClusterID(clusterID string) *GetClientCountsParams
WithClusterID adds the clusterID to the get client counts params
func (*GetClientCountsParams) WithContext ¶
func (o *GetClientCountsParams) WithContext(ctx context.Context) *GetClientCountsParams
WithContext adds the context to the get client counts params
func (*GetClientCountsParams) WithDefaults ¶ added in v0.23.0
func (o *GetClientCountsParams) WithDefaults() *GetClientCountsParams
WithDefaults hydrates default values in the get client counts params (not the query body).
All values with no default are reset to their zero value.
func (*GetClientCountsParams) WithHTTPClient ¶
func (o *GetClientCountsParams) WithHTTPClient(client *http.Client) *GetClientCountsParams
WithHTTPClient adds the HTTPClient to the get client counts params
func (*GetClientCountsParams) WithLocationOrganizationID ¶
func (o *GetClientCountsParams) WithLocationOrganizationID(locationOrganizationID string) *GetClientCountsParams
WithLocationOrganizationID adds the locationOrganizationID to the get client counts params
func (*GetClientCountsParams) WithLocationProjectID ¶
func (o *GetClientCountsParams) WithLocationProjectID(locationProjectID string) *GetClientCountsParams
WithLocationProjectID adds the locationProjectID to the get client counts params
func (*GetClientCountsParams) WithLocationRegionProvider ¶
func (o *GetClientCountsParams) WithLocationRegionProvider(locationRegionProvider *string) *GetClientCountsParams
WithLocationRegionProvider adds the locationRegionProvider to the get client counts params
func (*GetClientCountsParams) WithLocationRegionRegion ¶
func (o *GetClientCountsParams) WithLocationRegionRegion(locationRegionRegion *string) *GetClientCountsParams
WithLocationRegionRegion adds the locationRegionRegion to the get client counts params
func (*GetClientCountsParams) WithTimeout ¶
func (o *GetClientCountsParams) WithTimeout(timeout time.Duration) *GetClientCountsParams
WithTimeout adds the timeout to the get client counts params
func (*GetClientCountsParams) WriteToRequest ¶
func (o *GetClientCountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClientCountsReader ¶
type GetClientCountsReader struct {
// contains filtered or unexported fields
}
GetClientCountsReader is a Reader for the GetClientCounts structure.
func (*GetClientCountsReader) ReadResponse ¶
func (o *GetClientCountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCurrentMilestoneDefault ¶ added in v0.21.0
type GetCurrentMilestoneDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetCurrentMilestoneDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetCurrentMilestoneDefault ¶ added in v0.21.0
func NewGetCurrentMilestoneDefault(code int) *GetCurrentMilestoneDefault
NewGetCurrentMilestoneDefault creates a GetCurrentMilestoneDefault with default headers values
func (*GetCurrentMilestoneDefault) Code ¶ added in v0.21.0
func (o *GetCurrentMilestoneDefault) Code() int
Code gets the status code for the get current milestone default response
func (*GetCurrentMilestoneDefault) Error ¶ added in v0.21.0
func (o *GetCurrentMilestoneDefault) Error() string
func (*GetCurrentMilestoneDefault) GetPayload ¶ added in v0.21.0
func (o *GetCurrentMilestoneDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetCurrentMilestoneDefault) IsClientError ¶ added in v0.23.0
func (o *GetCurrentMilestoneDefault) IsClientError() bool
IsClientError returns true when this get current milestone default response has a 4xx status code
func (*GetCurrentMilestoneDefault) IsCode ¶ added in v0.23.0
func (o *GetCurrentMilestoneDefault) IsCode(code int) bool
IsCode returns true when this get current milestone default response a status code equal to that given
func (*GetCurrentMilestoneDefault) IsRedirect ¶ added in v0.23.0
func (o *GetCurrentMilestoneDefault) IsRedirect() bool
IsRedirect returns true when this get current milestone default response has a 3xx status code
func (*GetCurrentMilestoneDefault) IsServerError ¶ added in v0.23.0
func (o *GetCurrentMilestoneDefault) IsServerError() bool
IsServerError returns true when this get current milestone default response has a 5xx status code
func (*GetCurrentMilestoneDefault) IsSuccess ¶ added in v0.23.0
func (o *GetCurrentMilestoneDefault) IsSuccess() bool
IsSuccess returns true when this get current milestone default response has a 2xx status code
func (*GetCurrentMilestoneDefault) String ¶ added in v0.23.0
func (o *GetCurrentMilestoneDefault) String() string
type GetCurrentMilestoneOK ¶ added in v0.21.0
type GetCurrentMilestoneOK struct {
Payload *models.HashicorpCloudVault20201125GetCurrentMilestoneResponse
}
GetCurrentMilestoneOK describes a response with status code 200, with default header values.
A successful response.
func NewGetCurrentMilestoneOK ¶ added in v0.21.0
func NewGetCurrentMilestoneOK() *GetCurrentMilestoneOK
NewGetCurrentMilestoneOK creates a GetCurrentMilestoneOK with default headers values
func (*GetCurrentMilestoneOK) Code ¶ added in v0.75.0
func (o *GetCurrentMilestoneOK) Code() int
Code gets the status code for the get current milestone o k response
func (*GetCurrentMilestoneOK) Error ¶ added in v0.21.0
func (o *GetCurrentMilestoneOK) Error() string
func (*GetCurrentMilestoneOK) GetPayload ¶ added in v0.21.0
func (o *GetCurrentMilestoneOK) GetPayload() *models.HashicorpCloudVault20201125GetCurrentMilestoneResponse
func (*GetCurrentMilestoneOK) IsClientError ¶ added in v0.23.0
func (o *GetCurrentMilestoneOK) IsClientError() bool
IsClientError returns true when this get current milestone o k response has a 4xx status code
func (*GetCurrentMilestoneOK) IsCode ¶ added in v0.23.0
func (o *GetCurrentMilestoneOK) IsCode(code int) bool
IsCode returns true when this get current milestone o k response a status code equal to that given
func (*GetCurrentMilestoneOK) IsRedirect ¶ added in v0.23.0
func (o *GetCurrentMilestoneOK) IsRedirect() bool
IsRedirect returns true when this get current milestone o k response has a 3xx status code
func (*GetCurrentMilestoneOK) IsServerError ¶ added in v0.23.0
func (o *GetCurrentMilestoneOK) IsServerError() bool
IsServerError returns true when this get current milestone o k response has a 5xx status code
func (*GetCurrentMilestoneOK) IsSuccess ¶ added in v0.23.0
func (o *GetCurrentMilestoneOK) IsSuccess() bool
IsSuccess returns true when this get current milestone o k response has a 2xx status code
func (*GetCurrentMilestoneOK) String ¶ added in v0.23.0
func (o *GetCurrentMilestoneOK) String() string
type GetCurrentMilestoneParams ¶ added in v0.21.0
type GetCurrentMilestoneParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCurrentMilestoneParams contains all the parameters to send to the API endpoint
for the get current milestone operation. Typically these are written to a http.Request.
func NewGetCurrentMilestoneParams ¶ added in v0.21.0
func NewGetCurrentMilestoneParams() *GetCurrentMilestoneParams
NewGetCurrentMilestoneParams creates a new GetCurrentMilestoneParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetCurrentMilestoneParamsWithContext ¶ added in v0.21.0
func NewGetCurrentMilestoneParamsWithContext(ctx context.Context) *GetCurrentMilestoneParams
NewGetCurrentMilestoneParamsWithContext creates a new GetCurrentMilestoneParams object with the ability to set a context for a request.
func NewGetCurrentMilestoneParamsWithHTTPClient ¶ added in v0.21.0
func NewGetCurrentMilestoneParamsWithHTTPClient(client *http.Client) *GetCurrentMilestoneParams
NewGetCurrentMilestoneParamsWithHTTPClient creates a new GetCurrentMilestoneParams object with the ability to set a custom HTTPClient for a request.
func NewGetCurrentMilestoneParamsWithTimeout ¶ added in v0.21.0
func NewGetCurrentMilestoneParamsWithTimeout(timeout time.Duration) *GetCurrentMilestoneParams
NewGetCurrentMilestoneParamsWithTimeout creates a new GetCurrentMilestoneParams object with the ability to set a timeout on a request.
func (*GetCurrentMilestoneParams) SetClusterID ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get current milestone params
func (*GetCurrentMilestoneParams) SetContext ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) SetContext(ctx context.Context)
SetContext adds the context to the get current milestone params
func (*GetCurrentMilestoneParams) SetDefaults ¶ added in v0.23.0
func (o *GetCurrentMilestoneParams) SetDefaults()
SetDefaults hydrates default values in the get current milestone params (not the query body).
All values with no default are reset to their zero value.
func (*GetCurrentMilestoneParams) SetHTTPClient ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get current milestone params
func (*GetCurrentMilestoneParams) SetLocationOrganizationID ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get current milestone params
func (*GetCurrentMilestoneParams) SetLocationProjectID ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get current milestone params
func (*GetCurrentMilestoneParams) SetLocationRegionProvider ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get current milestone params
func (*GetCurrentMilestoneParams) SetLocationRegionRegion ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get current milestone params
func (*GetCurrentMilestoneParams) SetTimeout ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get current milestone params
func (*GetCurrentMilestoneParams) WithClusterID ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WithClusterID(clusterID string) *GetCurrentMilestoneParams
WithClusterID adds the clusterID to the get current milestone params
func (*GetCurrentMilestoneParams) WithContext ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WithContext(ctx context.Context) *GetCurrentMilestoneParams
WithContext adds the context to the get current milestone params
func (*GetCurrentMilestoneParams) WithDefaults ¶ added in v0.23.0
func (o *GetCurrentMilestoneParams) WithDefaults() *GetCurrentMilestoneParams
WithDefaults hydrates default values in the get current milestone params (not the query body).
All values with no default are reset to their zero value.
func (*GetCurrentMilestoneParams) WithHTTPClient ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WithHTTPClient(client *http.Client) *GetCurrentMilestoneParams
WithHTTPClient adds the HTTPClient to the get current milestone params
func (*GetCurrentMilestoneParams) WithLocationOrganizationID ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WithLocationOrganizationID(locationOrganizationID string) *GetCurrentMilestoneParams
WithLocationOrganizationID adds the locationOrganizationID to the get current milestone params
func (*GetCurrentMilestoneParams) WithLocationProjectID ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WithLocationProjectID(locationProjectID string) *GetCurrentMilestoneParams
WithLocationProjectID adds the locationProjectID to the get current milestone params
func (*GetCurrentMilestoneParams) WithLocationRegionProvider ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WithLocationRegionProvider(locationRegionProvider *string) *GetCurrentMilestoneParams
WithLocationRegionProvider adds the locationRegionProvider to the get current milestone params
func (*GetCurrentMilestoneParams) WithLocationRegionRegion ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WithLocationRegionRegion(locationRegionRegion *string) *GetCurrentMilestoneParams
WithLocationRegionRegion adds the locationRegionRegion to the get current milestone params
func (*GetCurrentMilestoneParams) WithTimeout ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WithTimeout(timeout time.Duration) *GetCurrentMilestoneParams
WithTimeout adds the timeout to the get current milestone params
func (*GetCurrentMilestoneParams) WriteToRequest ¶ added in v0.21.0
func (o *GetCurrentMilestoneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCurrentMilestoneReader ¶ added in v0.21.0
type GetCurrentMilestoneReader struct {
// contains filtered or unexported fields
}
GetCurrentMilestoneReader is a Reader for the GetCurrentMilestone structure.
func (*GetCurrentMilestoneReader) ReadResponse ¶ added in v0.21.0
func (o *GetCurrentMilestoneReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDefault ¶
type GetDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetDefault ¶
func NewGetDefault(code int) *GetDefault
NewGetDefault creates a GetDefault with default headers values
func (*GetDefault) Code ¶
func (o *GetDefault) Code() int
Code gets the status code for the get default response
func (*GetDefault) Error ¶
func (o *GetDefault) Error() string
func (*GetDefault) GetPayload ¶
func (o *GetDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetDefault) IsClientError ¶ added in v0.23.0
func (o *GetDefault) IsClientError() bool
IsClientError returns true when this get default response has a 4xx status code
func (*GetDefault) IsCode ¶ added in v0.23.0
func (o *GetDefault) IsCode(code int) bool
IsCode returns true when this get default response a status code equal to that given
func (*GetDefault) IsRedirect ¶ added in v0.23.0
func (o *GetDefault) IsRedirect() bool
IsRedirect returns true when this get default response has a 3xx status code
func (*GetDefault) IsServerError ¶ added in v0.23.0
func (o *GetDefault) IsServerError() bool
IsServerError returns true when this get default response has a 5xx status code
func (*GetDefault) IsSuccess ¶ added in v0.23.0
func (o *GetDefault) IsSuccess() bool
IsSuccess returns true when this get default response has a 2xx status code
func (*GetDefault) String ¶ added in v0.23.0
func (o *GetDefault) String() string
type GetLinkedClusterDefault ¶ added in v0.23.0
type GetLinkedClusterDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetLinkedClusterDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetLinkedClusterDefault ¶ added in v0.23.0
func NewGetLinkedClusterDefault(code int) *GetLinkedClusterDefault
NewGetLinkedClusterDefault creates a GetLinkedClusterDefault with default headers values
func (*GetLinkedClusterDefault) Code ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) Code() int
Code gets the status code for the get linked cluster default response
func (*GetLinkedClusterDefault) Error ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) Error() string
func (*GetLinkedClusterDefault) GetPayload ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetLinkedClusterDefault) IsClientError ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) IsClientError() bool
IsClientError returns true when this get linked cluster default response has a 4xx status code
func (*GetLinkedClusterDefault) IsCode ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) IsCode(code int) bool
IsCode returns true when this get linked cluster default response a status code equal to that given
func (*GetLinkedClusterDefault) IsRedirect ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) IsRedirect() bool
IsRedirect returns true when this get linked cluster default response has a 3xx status code
func (*GetLinkedClusterDefault) IsServerError ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) IsServerError() bool
IsServerError returns true when this get linked cluster default response has a 5xx status code
func (*GetLinkedClusterDefault) IsSuccess ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) IsSuccess() bool
IsSuccess returns true when this get linked cluster default response has a 2xx status code
func (*GetLinkedClusterDefault) String ¶ added in v0.23.0
func (o *GetLinkedClusterDefault) String() string
type GetLinkedClusterOK ¶ added in v0.23.0
type GetLinkedClusterOK struct {
Payload *models.HashicorpCloudVault20201125GetLinkedClusterResponse
}
GetLinkedClusterOK describes a response with status code 200, with default header values.
A successful response.
func NewGetLinkedClusterOK ¶ added in v0.23.0
func NewGetLinkedClusterOK() *GetLinkedClusterOK
NewGetLinkedClusterOK creates a GetLinkedClusterOK with default headers values
func (*GetLinkedClusterOK) Code ¶ added in v0.75.0
func (o *GetLinkedClusterOK) Code() int
Code gets the status code for the get linked cluster o k response
func (*GetLinkedClusterOK) Error ¶ added in v0.23.0
func (o *GetLinkedClusterOK) Error() string
func (*GetLinkedClusterOK) GetPayload ¶ added in v0.23.0
func (o *GetLinkedClusterOK) GetPayload() *models.HashicorpCloudVault20201125GetLinkedClusterResponse
func (*GetLinkedClusterOK) IsClientError ¶ added in v0.23.0
func (o *GetLinkedClusterOK) IsClientError() bool
IsClientError returns true when this get linked cluster o k response has a 4xx status code
func (*GetLinkedClusterOK) IsCode ¶ added in v0.23.0
func (o *GetLinkedClusterOK) IsCode(code int) bool
IsCode returns true when this get linked cluster o k response a status code equal to that given
func (*GetLinkedClusterOK) IsRedirect ¶ added in v0.23.0
func (o *GetLinkedClusterOK) IsRedirect() bool
IsRedirect returns true when this get linked cluster o k response has a 3xx status code
func (*GetLinkedClusterOK) IsServerError ¶ added in v0.23.0
func (o *GetLinkedClusterOK) IsServerError() bool
IsServerError returns true when this get linked cluster o k response has a 5xx status code
func (*GetLinkedClusterOK) IsSuccess ¶ added in v0.23.0
func (o *GetLinkedClusterOK) IsSuccess() bool
IsSuccess returns true when this get linked cluster o k response has a 2xx status code
func (*GetLinkedClusterOK) String ¶ added in v0.23.0
func (o *GetLinkedClusterOK) String() string
type GetLinkedClusterParams ¶ added in v0.23.0
type GetLinkedClusterParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLinkedClusterParams contains all the parameters to send to the API endpoint
for the get linked cluster operation. Typically these are written to a http.Request.
func NewGetLinkedClusterParams ¶ added in v0.23.0
func NewGetLinkedClusterParams() *GetLinkedClusterParams
NewGetLinkedClusterParams creates a new GetLinkedClusterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetLinkedClusterParamsWithContext ¶ added in v0.23.0
func NewGetLinkedClusterParamsWithContext(ctx context.Context) *GetLinkedClusterParams
NewGetLinkedClusterParamsWithContext creates a new GetLinkedClusterParams object with the ability to set a context for a request.
func NewGetLinkedClusterParamsWithHTTPClient ¶ added in v0.23.0
func NewGetLinkedClusterParamsWithHTTPClient(client *http.Client) *GetLinkedClusterParams
NewGetLinkedClusterParamsWithHTTPClient creates a new GetLinkedClusterParams object with the ability to set a custom HTTPClient for a request.
func NewGetLinkedClusterParamsWithTimeout ¶ added in v0.23.0
func NewGetLinkedClusterParamsWithTimeout(timeout time.Duration) *GetLinkedClusterParams
NewGetLinkedClusterParamsWithTimeout creates a new GetLinkedClusterParams object with the ability to set a timeout on a request.
func (*GetLinkedClusterParams) SetClusterID ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get linked cluster params
func (*GetLinkedClusterParams) SetContext ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the get linked cluster params
func (*GetLinkedClusterParams) SetDefaults ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetDefaults()
SetDefaults hydrates default values in the get linked cluster params (not the query body).
All values with no default are reset to their zero value.
func (*GetLinkedClusterParams) SetHTTPClient ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get linked cluster params
func (*GetLinkedClusterParams) SetLocationOrganizationID ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get linked cluster params
func (*GetLinkedClusterParams) SetLocationProjectID ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get linked cluster params
func (*GetLinkedClusterParams) SetLocationRegionProvider ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get linked cluster params
func (*GetLinkedClusterParams) SetLocationRegionRegion ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get linked cluster params
func (*GetLinkedClusterParams) SetTimeout ¶ added in v0.23.0
func (o *GetLinkedClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get linked cluster params
func (*GetLinkedClusterParams) WithClusterID ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithClusterID(clusterID string) *GetLinkedClusterParams
WithClusterID adds the clusterID to the get linked cluster params
func (*GetLinkedClusterParams) WithContext ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithContext(ctx context.Context) *GetLinkedClusterParams
WithContext adds the context to the get linked cluster params
func (*GetLinkedClusterParams) WithDefaults ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithDefaults() *GetLinkedClusterParams
WithDefaults hydrates default values in the get linked cluster params (not the query body).
All values with no default are reset to their zero value.
func (*GetLinkedClusterParams) WithHTTPClient ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithHTTPClient(client *http.Client) *GetLinkedClusterParams
WithHTTPClient adds the HTTPClient to the get linked cluster params
func (*GetLinkedClusterParams) WithLocationOrganizationID ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithLocationOrganizationID(locationOrganizationID string) *GetLinkedClusterParams
WithLocationOrganizationID adds the locationOrganizationID to the get linked cluster params
func (*GetLinkedClusterParams) WithLocationProjectID ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithLocationProjectID(locationProjectID string) *GetLinkedClusterParams
WithLocationProjectID adds the locationProjectID to the get linked cluster params
func (*GetLinkedClusterParams) WithLocationRegionProvider ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithLocationRegionProvider(locationRegionProvider *string) *GetLinkedClusterParams
WithLocationRegionProvider adds the locationRegionProvider to the get linked cluster params
func (*GetLinkedClusterParams) WithLocationRegionRegion ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithLocationRegionRegion(locationRegionRegion *string) *GetLinkedClusterParams
WithLocationRegionRegion adds the locationRegionRegion to the get linked cluster params
func (*GetLinkedClusterParams) WithTimeout ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WithTimeout(timeout time.Duration) *GetLinkedClusterParams
WithTimeout adds the timeout to the get linked cluster params
func (*GetLinkedClusterParams) WriteToRequest ¶ added in v0.23.0
func (o *GetLinkedClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLinkedClusterReader ¶ added in v0.23.0
type GetLinkedClusterReader struct {
// contains filtered or unexported fields
}
GetLinkedClusterReader is a Reader for the GetLinkedCluster structure.
func (*GetLinkedClusterReader) ReadResponse ¶ added in v0.23.0
func (o *GetLinkedClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOK ¶
type GetOK struct {
Payload *models.HashicorpCloudVault20201125GetResponse
}
GetOK describes a response with status code 200, with default header values.
A successful response.
func (*GetOK) GetPayload ¶
func (o *GetOK) GetPayload() *models.HashicorpCloudVault20201125GetResponse
func (*GetOK) IsClientError ¶ added in v0.23.0
IsClientError returns true when this get o k response has a 4xx status code
func (*GetOK) IsCode ¶ added in v0.23.0
IsCode returns true when this get o k response a status code equal to that given
func (*GetOK) IsRedirect ¶ added in v0.23.0
IsRedirect returns true when this get o k response has a 3xx status code
func (*GetOK) IsServerError ¶ added in v0.23.0
IsServerError returns true when this get o k response has a 5xx status code
type GetParams ¶
type GetParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetParams contains all the parameters to send to the API endpoint
for the get operation. Typically these are written to a http.Request.
func NewGetParams ¶
func NewGetParams() *GetParams
NewGetParams creates a new GetParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetParamsWithContext ¶
NewGetParamsWithContext creates a new GetParams object with the ability to set a context for a request.
func NewGetParamsWithHTTPClient ¶
NewGetParamsWithHTTPClient creates a new GetParams object with the ability to set a custom HTTPClient for a request.
func NewGetParamsWithTimeout ¶
NewGetParamsWithTimeout creates a new GetParams object with the ability to set a timeout on a request.
func (*GetParams) SetClusterID ¶
SetClusterID adds the clusterId to the get params
func (*GetParams) SetContext ¶
SetContext adds the context to the get params
func (*GetParams) SetDefaults ¶ added in v0.23.0
func (o *GetParams) SetDefaults()
SetDefaults hydrates default values in the get params (not the query body).
All values with no default are reset to their zero value.
func (*GetParams) SetHTTPClient ¶
SetHTTPClient adds the HTTPClient to the get params
func (*GetParams) SetLocationOrganizationID ¶
SetLocationOrganizationID adds the locationOrganizationId to the get params
func (*GetParams) SetLocationProjectID ¶
SetLocationProjectID adds the locationProjectId to the get params
func (*GetParams) SetLocationRegionProvider ¶
SetLocationRegionProvider adds the locationRegionProvider to the get params
func (*GetParams) SetLocationRegionRegion ¶
SetLocationRegionRegion adds the locationRegionRegion to the get params
func (*GetParams) SetTimeout ¶
SetTimeout adds the timeout to the get params
func (*GetParams) WithClusterID ¶
WithClusterID adds the clusterID to the get params
func (*GetParams) WithContext ¶
WithContext adds the context to the get params
func (*GetParams) WithDefaults ¶ added in v0.23.0
WithDefaults hydrates default values in the get params (not the query body).
All values with no default are reset to their zero value.
func (*GetParams) WithHTTPClient ¶
WithHTTPClient adds the HTTPClient to the get params
func (*GetParams) WithLocationOrganizationID ¶
WithLocationOrganizationID adds the locationOrganizationID to the get params
func (*GetParams) WithLocationProjectID ¶
WithLocationProjectID adds the locationProjectID to the get params
func (*GetParams) WithLocationRegionProvider ¶
WithLocationRegionProvider adds the locationRegionProvider to the get params
func (*GetParams) WithLocationRegionRegion ¶
WithLocationRegionRegion adds the locationRegionRegion to the get params
func (*GetParams) WithTimeout ¶
WithTimeout adds the timeout to the get params
func (*GetParams) WriteToRequest ¶
WriteToRequest writes these params to a swagger request
type GetReader ¶
type GetReader struct {
// contains filtered or unexported fields
}
GetReader is a Reader for the Get structure.
func (*GetReader) ReadResponse ¶
func (o *GetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetReplicationStatusDefault ¶ added in v0.20.0
type GetReplicationStatusDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetReplicationStatusDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetReplicationStatusDefault ¶ added in v0.20.0
func NewGetReplicationStatusDefault(code int) *GetReplicationStatusDefault
NewGetReplicationStatusDefault creates a GetReplicationStatusDefault with default headers values
func (*GetReplicationStatusDefault) Code ¶ added in v0.20.0
func (o *GetReplicationStatusDefault) Code() int
Code gets the status code for the get replication status default response
func (*GetReplicationStatusDefault) Error ¶ added in v0.20.0
func (o *GetReplicationStatusDefault) Error() string
func (*GetReplicationStatusDefault) GetPayload ¶ added in v0.20.0
func (o *GetReplicationStatusDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetReplicationStatusDefault) IsClientError ¶ added in v0.23.0
func (o *GetReplicationStatusDefault) IsClientError() bool
IsClientError returns true when this get replication status default response has a 4xx status code
func (*GetReplicationStatusDefault) IsCode ¶ added in v0.23.0
func (o *GetReplicationStatusDefault) IsCode(code int) bool
IsCode returns true when this get replication status default response a status code equal to that given
func (*GetReplicationStatusDefault) IsRedirect ¶ added in v0.23.0
func (o *GetReplicationStatusDefault) IsRedirect() bool
IsRedirect returns true when this get replication status default response has a 3xx status code
func (*GetReplicationStatusDefault) IsServerError ¶ added in v0.23.0
func (o *GetReplicationStatusDefault) IsServerError() bool
IsServerError returns true when this get replication status default response has a 5xx status code
func (*GetReplicationStatusDefault) IsSuccess ¶ added in v0.23.0
func (o *GetReplicationStatusDefault) IsSuccess() bool
IsSuccess returns true when this get replication status default response has a 2xx status code
func (*GetReplicationStatusDefault) String ¶ added in v0.23.0
func (o *GetReplicationStatusDefault) String() string
type GetReplicationStatusOK ¶ added in v0.20.0
type GetReplicationStatusOK struct {
Payload *models.HashicorpCloudVault20201125GetReplicationStatusResponse
}
GetReplicationStatusOK describes a response with status code 200, with default header values.
A successful response.
func NewGetReplicationStatusOK ¶ added in v0.20.0
func NewGetReplicationStatusOK() *GetReplicationStatusOK
NewGetReplicationStatusOK creates a GetReplicationStatusOK with default headers values
func (*GetReplicationStatusOK) Code ¶ added in v0.75.0
func (o *GetReplicationStatusOK) Code() int
Code gets the status code for the get replication status o k response
func (*GetReplicationStatusOK) Error ¶ added in v0.20.0
func (o *GetReplicationStatusOK) Error() string
func (*GetReplicationStatusOK) GetPayload ¶ added in v0.20.0
func (o *GetReplicationStatusOK) GetPayload() *models.HashicorpCloudVault20201125GetReplicationStatusResponse
func (*GetReplicationStatusOK) IsClientError ¶ added in v0.23.0
func (o *GetReplicationStatusOK) IsClientError() bool
IsClientError returns true when this get replication status o k response has a 4xx status code
func (*GetReplicationStatusOK) IsCode ¶ added in v0.23.0
func (o *GetReplicationStatusOK) IsCode(code int) bool
IsCode returns true when this get replication status o k response a status code equal to that given
func (*GetReplicationStatusOK) IsRedirect ¶ added in v0.23.0
func (o *GetReplicationStatusOK) IsRedirect() bool
IsRedirect returns true when this get replication status o k response has a 3xx status code
func (*GetReplicationStatusOK) IsServerError ¶ added in v0.23.0
func (o *GetReplicationStatusOK) IsServerError() bool
IsServerError returns true when this get replication status o k response has a 5xx status code
func (*GetReplicationStatusOK) IsSuccess ¶ added in v0.23.0
func (o *GetReplicationStatusOK) IsSuccess() bool
IsSuccess returns true when this get replication status o k response has a 2xx status code
func (*GetReplicationStatusOK) String ¶ added in v0.23.0
func (o *GetReplicationStatusOK) String() string
type GetReplicationStatusParams ¶ added in v0.20.0
type GetReplicationStatusParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetReplicationStatusParams contains all the parameters to send to the API endpoint
for the get replication status operation. Typically these are written to a http.Request.
func NewGetReplicationStatusParams ¶ added in v0.20.0
func NewGetReplicationStatusParams() *GetReplicationStatusParams
NewGetReplicationStatusParams creates a new GetReplicationStatusParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetReplicationStatusParamsWithContext ¶ added in v0.20.0
func NewGetReplicationStatusParamsWithContext(ctx context.Context) *GetReplicationStatusParams
NewGetReplicationStatusParamsWithContext creates a new GetReplicationStatusParams object with the ability to set a context for a request.
func NewGetReplicationStatusParamsWithHTTPClient ¶ added in v0.20.0
func NewGetReplicationStatusParamsWithHTTPClient(client *http.Client) *GetReplicationStatusParams
NewGetReplicationStatusParamsWithHTTPClient creates a new GetReplicationStatusParams object with the ability to set a custom HTTPClient for a request.
func NewGetReplicationStatusParamsWithTimeout ¶ added in v0.20.0
func NewGetReplicationStatusParamsWithTimeout(timeout time.Duration) *GetReplicationStatusParams
NewGetReplicationStatusParamsWithTimeout creates a new GetReplicationStatusParams object with the ability to set a timeout on a request.
func (*GetReplicationStatusParams) SetClusterID ¶ added in v0.20.0
func (o *GetReplicationStatusParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get replication status params
func (*GetReplicationStatusParams) SetContext ¶ added in v0.20.0
func (o *GetReplicationStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get replication status params
func (*GetReplicationStatusParams) SetDefaults ¶ added in v0.23.0
func (o *GetReplicationStatusParams) SetDefaults()
SetDefaults hydrates default values in the get replication status params (not the query body).
All values with no default are reset to their zero value.
func (*GetReplicationStatusParams) SetHTTPClient ¶ added in v0.20.0
func (o *GetReplicationStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get replication status params
func (*GetReplicationStatusParams) SetLocationOrganizationID ¶ added in v0.20.0
func (o *GetReplicationStatusParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get replication status params
func (*GetReplicationStatusParams) SetLocationProjectID ¶ added in v0.20.0
func (o *GetReplicationStatusParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get replication status params
func (*GetReplicationStatusParams) SetLocationRegionProvider ¶ added in v0.20.0
func (o *GetReplicationStatusParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get replication status params
func (*GetReplicationStatusParams) SetLocationRegionRegion ¶ added in v0.20.0
func (o *GetReplicationStatusParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get replication status params
func (*GetReplicationStatusParams) SetTimeout ¶ added in v0.20.0
func (o *GetReplicationStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get replication status params
func (*GetReplicationStatusParams) WithClusterID ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WithClusterID(clusterID string) *GetReplicationStatusParams
WithClusterID adds the clusterID to the get replication status params
func (*GetReplicationStatusParams) WithContext ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WithContext(ctx context.Context) *GetReplicationStatusParams
WithContext adds the context to the get replication status params
func (*GetReplicationStatusParams) WithDefaults ¶ added in v0.23.0
func (o *GetReplicationStatusParams) WithDefaults() *GetReplicationStatusParams
WithDefaults hydrates default values in the get replication status params (not the query body).
All values with no default are reset to their zero value.
func (*GetReplicationStatusParams) WithHTTPClient ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WithHTTPClient(client *http.Client) *GetReplicationStatusParams
WithHTTPClient adds the HTTPClient to the get replication status params
func (*GetReplicationStatusParams) WithLocationOrganizationID ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WithLocationOrganizationID(locationOrganizationID string) *GetReplicationStatusParams
WithLocationOrganizationID adds the locationOrganizationID to the get replication status params
func (*GetReplicationStatusParams) WithLocationProjectID ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WithLocationProjectID(locationProjectID string) *GetReplicationStatusParams
WithLocationProjectID adds the locationProjectID to the get replication status params
func (*GetReplicationStatusParams) WithLocationRegionProvider ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WithLocationRegionProvider(locationRegionProvider *string) *GetReplicationStatusParams
WithLocationRegionProvider adds the locationRegionProvider to the get replication status params
func (*GetReplicationStatusParams) WithLocationRegionRegion ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WithLocationRegionRegion(locationRegionRegion *string) *GetReplicationStatusParams
WithLocationRegionRegion adds the locationRegionRegion to the get replication status params
func (*GetReplicationStatusParams) WithTimeout ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WithTimeout(timeout time.Duration) *GetReplicationStatusParams
WithTimeout adds the timeout to the get replication status params
func (*GetReplicationStatusParams) WriteToRequest ¶ added in v0.20.0
func (o *GetReplicationStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetReplicationStatusReader ¶ added in v0.20.0
type GetReplicationStatusReader struct {
// contains filtered or unexported fields
}
GetReplicationStatusReader is a Reader for the GetReplicationStatus structure.
func (*GetReplicationStatusReader) ReadResponse ¶ added in v0.20.0
func (o *GetReplicationStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSnapshotDefault ¶
type GetSnapshotDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetSnapshotDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetSnapshotDefault ¶
func NewGetSnapshotDefault(code int) *GetSnapshotDefault
NewGetSnapshotDefault creates a GetSnapshotDefault with default headers values
func (*GetSnapshotDefault) Code ¶
func (o *GetSnapshotDefault) Code() int
Code gets the status code for the get snapshot default response
func (*GetSnapshotDefault) Error ¶
func (o *GetSnapshotDefault) Error() string
func (*GetSnapshotDefault) GetPayload ¶
func (o *GetSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetSnapshotDefault) IsClientError ¶ added in v0.23.0
func (o *GetSnapshotDefault) IsClientError() bool
IsClientError returns true when this get snapshot default response has a 4xx status code
func (*GetSnapshotDefault) IsCode ¶ added in v0.23.0
func (o *GetSnapshotDefault) IsCode(code int) bool
IsCode returns true when this get snapshot default response a status code equal to that given
func (*GetSnapshotDefault) IsRedirect ¶ added in v0.23.0
func (o *GetSnapshotDefault) IsRedirect() bool
IsRedirect returns true when this get snapshot default response has a 3xx status code
func (*GetSnapshotDefault) IsServerError ¶ added in v0.23.0
func (o *GetSnapshotDefault) IsServerError() bool
IsServerError returns true when this get snapshot default response has a 5xx status code
func (*GetSnapshotDefault) IsSuccess ¶ added in v0.23.0
func (o *GetSnapshotDefault) IsSuccess() bool
IsSuccess returns true when this get snapshot default response has a 2xx status code
func (*GetSnapshotDefault) String ¶ added in v0.23.0
func (o *GetSnapshotDefault) String() string
type GetSnapshotOK ¶
type GetSnapshotOK struct {
Payload *models.HashicorpCloudVault20201125GetSnapshotResponse
}
GetSnapshotOK describes a response with status code 200, with default header values.
A successful response.
func NewGetSnapshotOK ¶
func NewGetSnapshotOK() *GetSnapshotOK
NewGetSnapshotOK creates a GetSnapshotOK with default headers values
func (*GetSnapshotOK) Code ¶ added in v0.75.0
func (o *GetSnapshotOK) Code() int
Code gets the status code for the get snapshot o k response
func (*GetSnapshotOK) Error ¶
func (o *GetSnapshotOK) Error() string
func (*GetSnapshotOK) GetPayload ¶
func (o *GetSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125GetSnapshotResponse
func (*GetSnapshotOK) IsClientError ¶ added in v0.23.0
func (o *GetSnapshotOK) IsClientError() bool
IsClientError returns true when this get snapshot o k response has a 4xx status code
func (*GetSnapshotOK) IsCode ¶ added in v0.23.0
func (o *GetSnapshotOK) IsCode(code int) bool
IsCode returns true when this get snapshot o k response a status code equal to that given
func (*GetSnapshotOK) IsRedirect ¶ added in v0.23.0
func (o *GetSnapshotOK) IsRedirect() bool
IsRedirect returns true when this get snapshot o k response has a 3xx status code
func (*GetSnapshotOK) IsServerError ¶ added in v0.23.0
func (o *GetSnapshotOK) IsServerError() bool
IsServerError returns true when this get snapshot o k response has a 5xx status code
func (*GetSnapshotOK) IsSuccess ¶ added in v0.23.0
func (o *GetSnapshotOK) IsSuccess() bool
IsSuccess returns true when this get snapshot o k response has a 2xx status code
func (*GetSnapshotOK) String ¶ added in v0.23.0
func (o *GetSnapshotOK) String() string
type GetSnapshotParams ¶
type GetSnapshotParams struct { /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string /* SnapshotID. snapshot_id represents the snapshot to get. */ SnapshotID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSnapshotParams contains all the parameters to send to the API endpoint
for the get snapshot operation. Typically these are written to a http.Request.
func NewGetSnapshotParams ¶
func NewGetSnapshotParams() *GetSnapshotParams
NewGetSnapshotParams creates a new GetSnapshotParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSnapshotParamsWithContext ¶
func NewGetSnapshotParamsWithContext(ctx context.Context) *GetSnapshotParams
NewGetSnapshotParamsWithContext creates a new GetSnapshotParams object with the ability to set a context for a request.
func NewGetSnapshotParamsWithHTTPClient ¶
func NewGetSnapshotParamsWithHTTPClient(client *http.Client) *GetSnapshotParams
NewGetSnapshotParamsWithHTTPClient creates a new GetSnapshotParams object with the ability to set a custom HTTPClient for a request.
func NewGetSnapshotParamsWithTimeout ¶
func NewGetSnapshotParamsWithTimeout(timeout time.Duration) *GetSnapshotParams
NewGetSnapshotParamsWithTimeout creates a new GetSnapshotParams object with the ability to set a timeout on a request.
func (*GetSnapshotParams) SetContext ¶
func (o *GetSnapshotParams) SetContext(ctx context.Context)
SetContext adds the context to the get snapshot params
func (*GetSnapshotParams) SetDefaults ¶ added in v0.23.0
func (o *GetSnapshotParams) SetDefaults()
SetDefaults hydrates default values in the get snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*GetSnapshotParams) SetHTTPClient ¶
func (o *GetSnapshotParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get snapshot params
func (*GetSnapshotParams) SetLocationOrganizationID ¶
func (o *GetSnapshotParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get snapshot params
func (*GetSnapshotParams) SetLocationProjectID ¶
func (o *GetSnapshotParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get snapshot params
func (*GetSnapshotParams) SetLocationRegionProvider ¶
func (o *GetSnapshotParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get snapshot params
func (*GetSnapshotParams) SetLocationRegionRegion ¶
func (o *GetSnapshotParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get snapshot params
func (*GetSnapshotParams) SetSnapshotID ¶
func (o *GetSnapshotParams) SetSnapshotID(snapshotID string)
SetSnapshotID adds the snapshotId to the get snapshot params
func (*GetSnapshotParams) SetTimeout ¶
func (o *GetSnapshotParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get snapshot params
func (*GetSnapshotParams) WithContext ¶
func (o *GetSnapshotParams) WithContext(ctx context.Context) *GetSnapshotParams
WithContext adds the context to the get snapshot params
func (*GetSnapshotParams) WithDefaults ¶ added in v0.23.0
func (o *GetSnapshotParams) WithDefaults() *GetSnapshotParams
WithDefaults hydrates default values in the get snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*GetSnapshotParams) WithHTTPClient ¶
func (o *GetSnapshotParams) WithHTTPClient(client *http.Client) *GetSnapshotParams
WithHTTPClient adds the HTTPClient to the get snapshot params
func (*GetSnapshotParams) WithLocationOrganizationID ¶
func (o *GetSnapshotParams) WithLocationOrganizationID(locationOrganizationID string) *GetSnapshotParams
WithLocationOrganizationID adds the locationOrganizationID to the get snapshot params
func (*GetSnapshotParams) WithLocationProjectID ¶
func (o *GetSnapshotParams) WithLocationProjectID(locationProjectID string) *GetSnapshotParams
WithLocationProjectID adds the locationProjectID to the get snapshot params
func (*GetSnapshotParams) WithLocationRegionProvider ¶
func (o *GetSnapshotParams) WithLocationRegionProvider(locationRegionProvider *string) *GetSnapshotParams
WithLocationRegionProvider adds the locationRegionProvider to the get snapshot params
func (*GetSnapshotParams) WithLocationRegionRegion ¶
func (o *GetSnapshotParams) WithLocationRegionRegion(locationRegionRegion *string) *GetSnapshotParams
WithLocationRegionRegion adds the locationRegionRegion to the get snapshot params
func (*GetSnapshotParams) WithSnapshotID ¶
func (o *GetSnapshotParams) WithSnapshotID(snapshotID string) *GetSnapshotParams
WithSnapshotID adds the snapshotID to the get snapshot params
func (*GetSnapshotParams) WithTimeout ¶
func (o *GetSnapshotParams) WithTimeout(timeout time.Duration) *GetSnapshotParams
WithTimeout adds the timeout to the get snapshot params
func (*GetSnapshotParams) WriteToRequest ¶
func (o *GetSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSnapshotReader ¶
type GetSnapshotReader struct {
// contains filtered or unexported fields
}
GetSnapshotReader is a Reader for the GetSnapshot structure.
func (*GetSnapshotReader) ReadResponse ¶
func (o *GetSnapshotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUtilizationDefault ¶
type GetUtilizationDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
GetUtilizationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetUtilizationDefault ¶
func NewGetUtilizationDefault(code int) *GetUtilizationDefault
NewGetUtilizationDefault creates a GetUtilizationDefault with default headers values
func (*GetUtilizationDefault) Code ¶
func (o *GetUtilizationDefault) Code() int
Code gets the status code for the get utilization default response
func (*GetUtilizationDefault) Error ¶
func (o *GetUtilizationDefault) Error() string
func (*GetUtilizationDefault) GetPayload ¶
func (o *GetUtilizationDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*GetUtilizationDefault) IsClientError ¶ added in v0.23.0
func (o *GetUtilizationDefault) IsClientError() bool
IsClientError returns true when this get utilization default response has a 4xx status code
func (*GetUtilizationDefault) IsCode ¶ added in v0.23.0
func (o *GetUtilizationDefault) IsCode(code int) bool
IsCode returns true when this get utilization default response a status code equal to that given
func (*GetUtilizationDefault) IsRedirect ¶ added in v0.23.0
func (o *GetUtilizationDefault) IsRedirect() bool
IsRedirect returns true when this get utilization default response has a 3xx status code
func (*GetUtilizationDefault) IsServerError ¶ added in v0.23.0
func (o *GetUtilizationDefault) IsServerError() bool
IsServerError returns true when this get utilization default response has a 5xx status code
func (*GetUtilizationDefault) IsSuccess ¶ added in v0.23.0
func (o *GetUtilizationDefault) IsSuccess() bool
IsSuccess returns true when this get utilization default response has a 2xx status code
func (*GetUtilizationDefault) String ¶ added in v0.23.0
func (o *GetUtilizationDefault) String() string
type GetUtilizationOK ¶
type GetUtilizationOK struct {
Payload *models.HashicorpCloudVault20201125GetUtilizationResponse
}
GetUtilizationOK describes a response with status code 200, with default header values.
A successful response.
func NewGetUtilizationOK ¶
func NewGetUtilizationOK() *GetUtilizationOK
NewGetUtilizationOK creates a GetUtilizationOK with default headers values
func (*GetUtilizationOK) Code ¶ added in v0.75.0
func (o *GetUtilizationOK) Code() int
Code gets the status code for the get utilization o k response
func (*GetUtilizationOK) Error ¶
func (o *GetUtilizationOK) Error() string
func (*GetUtilizationOK) GetPayload ¶
func (o *GetUtilizationOK) GetPayload() *models.HashicorpCloudVault20201125GetUtilizationResponse
func (*GetUtilizationOK) IsClientError ¶ added in v0.23.0
func (o *GetUtilizationOK) IsClientError() bool
IsClientError returns true when this get utilization o k response has a 4xx status code
func (*GetUtilizationOK) IsCode ¶ added in v0.23.0
func (o *GetUtilizationOK) IsCode(code int) bool
IsCode returns true when this get utilization o k response a status code equal to that given
func (*GetUtilizationOK) IsRedirect ¶ added in v0.23.0
func (o *GetUtilizationOK) IsRedirect() bool
IsRedirect returns true when this get utilization o k response has a 3xx status code
func (*GetUtilizationOK) IsServerError ¶ added in v0.23.0
func (o *GetUtilizationOK) IsServerError() bool
IsServerError returns true when this get utilization o k response has a 5xx status code
func (*GetUtilizationOK) IsSuccess ¶ added in v0.23.0
func (o *GetUtilizationOK) IsSuccess() bool
IsSuccess returns true when this get utilization o k response has a 2xx status code
func (*GetUtilizationOK) String ¶ added in v0.23.0
func (o *GetUtilizationOK) String() string
type GetUtilizationParams ¶
type GetUtilizationParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetUtilizationParams contains all the parameters to send to the API endpoint
for the get utilization operation. Typically these are written to a http.Request.
func NewGetUtilizationParams ¶
func NewGetUtilizationParams() *GetUtilizationParams
NewGetUtilizationParams creates a new GetUtilizationParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetUtilizationParamsWithContext ¶
func NewGetUtilizationParamsWithContext(ctx context.Context) *GetUtilizationParams
NewGetUtilizationParamsWithContext creates a new GetUtilizationParams object with the ability to set a context for a request.
func NewGetUtilizationParamsWithHTTPClient ¶
func NewGetUtilizationParamsWithHTTPClient(client *http.Client) *GetUtilizationParams
NewGetUtilizationParamsWithHTTPClient creates a new GetUtilizationParams object with the ability to set a custom HTTPClient for a request.
func NewGetUtilizationParamsWithTimeout ¶
func NewGetUtilizationParamsWithTimeout(timeout time.Duration) *GetUtilizationParams
NewGetUtilizationParamsWithTimeout creates a new GetUtilizationParams object with the ability to set a timeout on a request.
func (*GetUtilizationParams) SetClusterID ¶
func (o *GetUtilizationParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the get utilization params
func (*GetUtilizationParams) SetContext ¶
func (o *GetUtilizationParams) SetContext(ctx context.Context)
SetContext adds the context to the get utilization params
func (*GetUtilizationParams) SetDefaults ¶ added in v0.23.0
func (o *GetUtilizationParams) SetDefaults()
SetDefaults hydrates default values in the get utilization params (not the query body).
All values with no default are reset to their zero value.
func (*GetUtilizationParams) SetHTTPClient ¶
func (o *GetUtilizationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get utilization params
func (*GetUtilizationParams) SetLocationOrganizationID ¶
func (o *GetUtilizationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get utilization params
func (*GetUtilizationParams) SetLocationProjectID ¶
func (o *GetUtilizationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get utilization params
func (*GetUtilizationParams) SetLocationRegionProvider ¶
func (o *GetUtilizationParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get utilization params
func (*GetUtilizationParams) SetLocationRegionRegion ¶
func (o *GetUtilizationParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get utilization params
func (*GetUtilizationParams) SetTimeout ¶
func (o *GetUtilizationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get utilization params
func (*GetUtilizationParams) WithClusterID ¶
func (o *GetUtilizationParams) WithClusterID(clusterID string) *GetUtilizationParams
WithClusterID adds the clusterID to the get utilization params
func (*GetUtilizationParams) WithContext ¶
func (o *GetUtilizationParams) WithContext(ctx context.Context) *GetUtilizationParams
WithContext adds the context to the get utilization params
func (*GetUtilizationParams) WithDefaults ¶ added in v0.23.0
func (o *GetUtilizationParams) WithDefaults() *GetUtilizationParams
WithDefaults hydrates default values in the get utilization params (not the query body).
All values with no default are reset to their zero value.
func (*GetUtilizationParams) WithHTTPClient ¶
func (o *GetUtilizationParams) WithHTTPClient(client *http.Client) *GetUtilizationParams
WithHTTPClient adds the HTTPClient to the get utilization params
func (*GetUtilizationParams) WithLocationOrganizationID ¶
func (o *GetUtilizationParams) WithLocationOrganizationID(locationOrganizationID string) *GetUtilizationParams
WithLocationOrganizationID adds the locationOrganizationID to the get utilization params
func (*GetUtilizationParams) WithLocationProjectID ¶
func (o *GetUtilizationParams) WithLocationProjectID(locationProjectID string) *GetUtilizationParams
WithLocationProjectID adds the locationProjectID to the get utilization params
func (*GetUtilizationParams) WithLocationRegionProvider ¶
func (o *GetUtilizationParams) WithLocationRegionProvider(locationRegionProvider *string) *GetUtilizationParams
WithLocationRegionProvider adds the locationRegionProvider to the get utilization params
func (*GetUtilizationParams) WithLocationRegionRegion ¶
func (o *GetUtilizationParams) WithLocationRegionRegion(locationRegionRegion *string) *GetUtilizationParams
WithLocationRegionRegion adds the locationRegionRegion to the get utilization params
func (*GetUtilizationParams) WithTimeout ¶
func (o *GetUtilizationParams) WithTimeout(timeout time.Duration) *GetUtilizationParams
WithTimeout adds the timeout to the get utilization params
func (*GetUtilizationParams) WriteToRequest ¶
func (o *GetUtilizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUtilizationReader ¶
type GetUtilizationReader struct {
// contains filtered or unexported fields
}
GetUtilizationReader is a Reader for the GetUtilization structure.
func (*GetUtilizationReader) ReadResponse ¶
func (o *GetUtilizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type IsVaultPluginRegisteredDefault ¶ added in v0.42.0
type IsVaultPluginRegisteredDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
IsVaultPluginRegisteredDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewIsVaultPluginRegisteredDefault ¶ added in v0.42.0
func NewIsVaultPluginRegisteredDefault(code int) *IsVaultPluginRegisteredDefault
NewIsVaultPluginRegisteredDefault creates a IsVaultPluginRegisteredDefault with default headers values
func (*IsVaultPluginRegisteredDefault) Code ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) Code() int
Code gets the status code for the is vault plugin registered default response
func (*IsVaultPluginRegisteredDefault) Error ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) Error() string
func (*IsVaultPluginRegisteredDefault) GetPayload ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*IsVaultPluginRegisteredDefault) IsClientError ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) IsClientError() bool
IsClientError returns true when this is vault plugin registered default response has a 4xx status code
func (*IsVaultPluginRegisteredDefault) IsCode ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) IsCode(code int) bool
IsCode returns true when this is vault plugin registered default response a status code equal to that given
func (*IsVaultPluginRegisteredDefault) IsRedirect ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) IsRedirect() bool
IsRedirect returns true when this is vault plugin registered default response has a 3xx status code
func (*IsVaultPluginRegisteredDefault) IsServerError ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) IsServerError() bool
IsServerError returns true when this is vault plugin registered default response has a 5xx status code
func (*IsVaultPluginRegisteredDefault) IsSuccess ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) IsSuccess() bool
IsSuccess returns true when this is vault plugin registered default response has a 2xx status code
func (*IsVaultPluginRegisteredDefault) String ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredDefault) String() string
type IsVaultPluginRegisteredOK ¶ added in v0.42.0
type IsVaultPluginRegisteredOK struct {
Payload *models.HashicorpCloudVault20201125IsVaultPluginRegisteredResponse
}
IsVaultPluginRegisteredOK describes a response with status code 200, with default header values.
A successful response.
func NewIsVaultPluginRegisteredOK ¶ added in v0.42.0
func NewIsVaultPluginRegisteredOK() *IsVaultPluginRegisteredOK
NewIsVaultPluginRegisteredOK creates a IsVaultPluginRegisteredOK with default headers values
func (*IsVaultPluginRegisteredOK) Code ¶ added in v0.75.0
func (o *IsVaultPluginRegisteredOK) Code() int
Code gets the status code for the is vault plugin registered o k response
func (*IsVaultPluginRegisteredOK) Error ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredOK) Error() string
func (*IsVaultPluginRegisteredOK) GetPayload ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredOK) GetPayload() *models.HashicorpCloudVault20201125IsVaultPluginRegisteredResponse
func (*IsVaultPluginRegisteredOK) IsClientError ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredOK) IsClientError() bool
IsClientError returns true when this is vault plugin registered o k response has a 4xx status code
func (*IsVaultPluginRegisteredOK) IsCode ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredOK) IsCode(code int) bool
IsCode returns true when this is vault plugin registered o k response a status code equal to that given
func (*IsVaultPluginRegisteredOK) IsRedirect ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredOK) IsRedirect() bool
IsRedirect returns true when this is vault plugin registered o k response has a 3xx status code
func (*IsVaultPluginRegisteredOK) IsServerError ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredOK) IsServerError() bool
IsServerError returns true when this is vault plugin registered o k response has a 5xx status code
func (*IsVaultPluginRegisteredOK) IsSuccess ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredOK) IsSuccess() bool
IsSuccess returns true when this is vault plugin registered o k response has a 2xx status code
func (*IsVaultPluginRegisteredOK) String ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredOK) String() string
type IsVaultPluginRegisteredParams ¶ added in v0.42.0
type IsVaultPluginRegisteredParams struct { // Body. Body *models.HashicorpCloudVault20201125IsVaultPluginRegisteredRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
IsVaultPluginRegisteredParams contains all the parameters to send to the API endpoint
for the is vault plugin registered operation. Typically these are written to a http.Request.
func NewIsVaultPluginRegisteredParams ¶ added in v0.42.0
func NewIsVaultPluginRegisteredParams() *IsVaultPluginRegisteredParams
NewIsVaultPluginRegisteredParams creates a new IsVaultPluginRegisteredParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewIsVaultPluginRegisteredParamsWithContext ¶ added in v0.42.0
func NewIsVaultPluginRegisteredParamsWithContext(ctx context.Context) *IsVaultPluginRegisteredParams
NewIsVaultPluginRegisteredParamsWithContext creates a new IsVaultPluginRegisteredParams object with the ability to set a context for a request.
func NewIsVaultPluginRegisteredParamsWithHTTPClient ¶ added in v0.42.0
func NewIsVaultPluginRegisteredParamsWithHTTPClient(client *http.Client) *IsVaultPluginRegisteredParams
NewIsVaultPluginRegisteredParamsWithHTTPClient creates a new IsVaultPluginRegisteredParams object with the ability to set a custom HTTPClient for a request.
func NewIsVaultPluginRegisteredParamsWithTimeout ¶ added in v0.42.0
func NewIsVaultPluginRegisteredParamsWithTimeout(timeout time.Duration) *IsVaultPluginRegisteredParams
NewIsVaultPluginRegisteredParamsWithTimeout creates a new IsVaultPluginRegisteredParams object with the ability to set a timeout on a request.
func (*IsVaultPluginRegisteredParams) SetBody ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) SetBody(body *models.HashicorpCloudVault20201125IsVaultPluginRegisteredRequest)
SetBody adds the body to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) SetClusterID ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) SetContext ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) SetContext(ctx context.Context)
SetContext adds the context to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) SetDefaults ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) SetDefaults()
SetDefaults hydrates default values in the is vault plugin registered params (not the query body).
All values with no default are reset to their zero value.
func (*IsVaultPluginRegisteredParams) SetHTTPClient ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) SetLocationOrganizationID ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) SetLocationProjectID ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) SetTimeout ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) WithBody ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WithBody(body *models.HashicorpCloudVault20201125IsVaultPluginRegisteredRequest) *IsVaultPluginRegisteredParams
WithBody adds the body to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) WithClusterID ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WithClusterID(clusterID string) *IsVaultPluginRegisteredParams
WithClusterID adds the clusterID to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) WithContext ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WithContext(ctx context.Context) *IsVaultPluginRegisteredParams
WithContext adds the context to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) WithDefaults ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WithDefaults() *IsVaultPluginRegisteredParams
WithDefaults hydrates default values in the is vault plugin registered params (not the query body).
All values with no default are reset to their zero value.
func (*IsVaultPluginRegisteredParams) WithHTTPClient ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WithHTTPClient(client *http.Client) *IsVaultPluginRegisteredParams
WithHTTPClient adds the HTTPClient to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) WithLocationOrganizationID ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WithLocationOrganizationID(locationOrganizationID string) *IsVaultPluginRegisteredParams
WithLocationOrganizationID adds the locationOrganizationID to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) WithLocationProjectID ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WithLocationProjectID(locationProjectID string) *IsVaultPluginRegisteredParams
WithLocationProjectID adds the locationProjectID to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) WithTimeout ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WithTimeout(timeout time.Duration) *IsVaultPluginRegisteredParams
WithTimeout adds the timeout to the is vault plugin registered params
func (*IsVaultPluginRegisteredParams) WriteToRequest ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type IsVaultPluginRegisteredReader ¶ added in v0.42.0
type IsVaultPluginRegisteredReader struct {
// contains filtered or unexported fields
}
IsVaultPluginRegisteredReader is a Reader for the IsVaultPluginRegistered structure.
func (*IsVaultPluginRegisteredReader) ReadResponse ¶ added in v0.42.0
func (o *IsVaultPluginRegisteredReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAllClustersDefault ¶ added in v0.42.0
type ListAllClustersDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ListAllClustersDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListAllClustersDefault ¶ added in v0.42.0
func NewListAllClustersDefault(code int) *ListAllClustersDefault
NewListAllClustersDefault creates a ListAllClustersDefault with default headers values
func (*ListAllClustersDefault) Code ¶ added in v0.42.0
func (o *ListAllClustersDefault) Code() int
Code gets the status code for the list all clusters default response
func (*ListAllClustersDefault) Error ¶ added in v0.42.0
func (o *ListAllClustersDefault) Error() string
func (*ListAllClustersDefault) GetPayload ¶ added in v0.42.0
func (o *ListAllClustersDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ListAllClustersDefault) IsClientError ¶ added in v0.42.0
func (o *ListAllClustersDefault) IsClientError() bool
IsClientError returns true when this list all clusters default response has a 4xx status code
func (*ListAllClustersDefault) IsCode ¶ added in v0.42.0
func (o *ListAllClustersDefault) IsCode(code int) bool
IsCode returns true when this list all clusters default response a status code equal to that given
func (*ListAllClustersDefault) IsRedirect ¶ added in v0.42.0
func (o *ListAllClustersDefault) IsRedirect() bool
IsRedirect returns true when this list all clusters default response has a 3xx status code
func (*ListAllClustersDefault) IsServerError ¶ added in v0.42.0
func (o *ListAllClustersDefault) IsServerError() bool
IsServerError returns true when this list all clusters default response has a 5xx status code
func (*ListAllClustersDefault) IsSuccess ¶ added in v0.42.0
func (o *ListAllClustersDefault) IsSuccess() bool
IsSuccess returns true when this list all clusters default response has a 2xx status code
func (*ListAllClustersDefault) String ¶ added in v0.42.0
func (o *ListAllClustersDefault) String() string
type ListAllClustersOK ¶ added in v0.42.0
type ListAllClustersOK struct {
Payload *models.HashicorpCloudVault20201125ListAllClustersResponse
}
ListAllClustersOK describes a response with status code 200, with default header values.
A successful response.
func NewListAllClustersOK ¶ added in v0.42.0
func NewListAllClustersOK() *ListAllClustersOK
NewListAllClustersOK creates a ListAllClustersOK with default headers values
func (*ListAllClustersOK) Code ¶ added in v0.75.0
func (o *ListAllClustersOK) Code() int
Code gets the status code for the list all clusters o k response
func (*ListAllClustersOK) Error ¶ added in v0.42.0
func (o *ListAllClustersOK) Error() string
func (*ListAllClustersOK) GetPayload ¶ added in v0.42.0
func (o *ListAllClustersOK) GetPayload() *models.HashicorpCloudVault20201125ListAllClustersResponse
func (*ListAllClustersOK) IsClientError ¶ added in v0.42.0
func (o *ListAllClustersOK) IsClientError() bool
IsClientError returns true when this list all clusters o k response has a 4xx status code
func (*ListAllClustersOK) IsCode ¶ added in v0.42.0
func (o *ListAllClustersOK) IsCode(code int) bool
IsCode returns true when this list all clusters o k response a status code equal to that given
func (*ListAllClustersOK) IsRedirect ¶ added in v0.42.0
func (o *ListAllClustersOK) IsRedirect() bool
IsRedirect returns true when this list all clusters o k response has a 3xx status code
func (*ListAllClustersOK) IsServerError ¶ added in v0.42.0
func (o *ListAllClustersOK) IsServerError() bool
IsServerError returns true when this list all clusters o k response has a 5xx status code
func (*ListAllClustersOK) IsSuccess ¶ added in v0.42.0
func (o *ListAllClustersOK) IsSuccess() bool
IsSuccess returns true when this list all clusters o k response has a 2xx status code
func (*ListAllClustersOK) String ¶ added in v0.42.0
func (o *ListAllClustersOK) String() string
type ListAllClustersParams ¶ added in v0.42.0
type ListAllClustersParams struct { // FiltersPrimariesOnly. FiltersPrimariesOnly *bool /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string /* PaginationNextPageToken. Specifies a page token to use to retrieve the next page. Set this to the `next_page_token` returned by previous list requests to get the next page of results. If set, `previous_page_token` must not be set. */ PaginationNextPageToken *string /* PaginationPageSize. The max number of results per page that should be returned. If the number of available results is larger than `page_size`, a `next_page_token` is returned which can be used to get the next page of results in subsequent requests. A value of zero will cause `page_size` to be defaulted. Format: int64 */ PaginationPageSize *int64 /* PaginationPreviousPageToken. Specifies a page token to use to retrieve the previous page. Set this to the `previous_page_token` returned by previous list requests to get the previous page of results. If set, `next_page_token` must not be set. */ PaginationPreviousPageToken *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAllClustersParams contains all the parameters to send to the API endpoint
for the list all clusters operation. Typically these are written to a http.Request.
func NewListAllClustersParams ¶ added in v0.42.0
func NewListAllClustersParams() *ListAllClustersParams
NewListAllClustersParams creates a new ListAllClustersParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListAllClustersParamsWithContext ¶ added in v0.42.0
func NewListAllClustersParamsWithContext(ctx context.Context) *ListAllClustersParams
NewListAllClustersParamsWithContext creates a new ListAllClustersParams object with the ability to set a context for a request.
func NewListAllClustersParamsWithHTTPClient ¶ added in v0.42.0
func NewListAllClustersParamsWithHTTPClient(client *http.Client) *ListAllClustersParams
NewListAllClustersParamsWithHTTPClient creates a new ListAllClustersParams object with the ability to set a custom HTTPClient for a request.
func NewListAllClustersParamsWithTimeout ¶ added in v0.42.0
func NewListAllClustersParamsWithTimeout(timeout time.Duration) *ListAllClustersParams
NewListAllClustersParamsWithTimeout creates a new ListAllClustersParams object with the ability to set a timeout on a request.
func (*ListAllClustersParams) SetContext ¶ added in v0.42.0
func (o *ListAllClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the list all clusters params
func (*ListAllClustersParams) SetDefaults ¶ added in v0.42.0
func (o *ListAllClustersParams) SetDefaults()
SetDefaults hydrates default values in the list all clusters params (not the query body).
All values with no default are reset to their zero value.
func (*ListAllClustersParams) SetFiltersPrimariesOnly ¶ added in v0.42.0
func (o *ListAllClustersParams) SetFiltersPrimariesOnly(filtersPrimariesOnly *bool)
SetFiltersPrimariesOnly adds the filtersPrimariesOnly to the list all clusters params
func (*ListAllClustersParams) SetHTTPClient ¶ added in v0.42.0
func (o *ListAllClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list all clusters params
func (*ListAllClustersParams) SetLocationOrganizationID ¶ added in v0.42.0
func (o *ListAllClustersParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the list all clusters params
func (*ListAllClustersParams) SetLocationProjectID ¶ added in v0.42.0
func (o *ListAllClustersParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the list all clusters params
func (*ListAllClustersParams) SetLocationRegionProvider ¶ added in v0.42.0
func (o *ListAllClustersParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the list all clusters params
func (*ListAllClustersParams) SetLocationRegionRegion ¶ added in v0.42.0
func (o *ListAllClustersParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the list all clusters params
func (*ListAllClustersParams) SetPaginationNextPageToken ¶ added in v0.42.0
func (o *ListAllClustersParams) SetPaginationNextPageToken(paginationNextPageToken *string)
SetPaginationNextPageToken adds the paginationNextPageToken to the list all clusters params
func (*ListAllClustersParams) SetPaginationPageSize ¶ added in v0.42.0
func (o *ListAllClustersParams) SetPaginationPageSize(paginationPageSize *int64)
SetPaginationPageSize adds the paginationPageSize to the list all clusters params
func (*ListAllClustersParams) SetPaginationPreviousPageToken ¶ added in v0.42.0
func (o *ListAllClustersParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)
SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the list all clusters params
func (*ListAllClustersParams) SetTimeout ¶ added in v0.42.0
func (o *ListAllClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list all clusters params
func (*ListAllClustersParams) WithContext ¶ added in v0.42.0
func (o *ListAllClustersParams) WithContext(ctx context.Context) *ListAllClustersParams
WithContext adds the context to the list all clusters params
func (*ListAllClustersParams) WithDefaults ¶ added in v0.42.0
func (o *ListAllClustersParams) WithDefaults() *ListAllClustersParams
WithDefaults hydrates default values in the list all clusters params (not the query body).
All values with no default are reset to their zero value.
func (*ListAllClustersParams) WithFiltersPrimariesOnly ¶ added in v0.42.0
func (o *ListAllClustersParams) WithFiltersPrimariesOnly(filtersPrimariesOnly *bool) *ListAllClustersParams
WithFiltersPrimariesOnly adds the filtersPrimariesOnly to the list all clusters params
func (*ListAllClustersParams) WithHTTPClient ¶ added in v0.42.0
func (o *ListAllClustersParams) WithHTTPClient(client *http.Client) *ListAllClustersParams
WithHTTPClient adds the HTTPClient to the list all clusters params
func (*ListAllClustersParams) WithLocationOrganizationID ¶ added in v0.42.0
func (o *ListAllClustersParams) WithLocationOrganizationID(locationOrganizationID string) *ListAllClustersParams
WithLocationOrganizationID adds the locationOrganizationID to the list all clusters params
func (*ListAllClustersParams) WithLocationProjectID ¶ added in v0.42.0
func (o *ListAllClustersParams) WithLocationProjectID(locationProjectID string) *ListAllClustersParams
WithLocationProjectID adds the locationProjectID to the list all clusters params
func (*ListAllClustersParams) WithLocationRegionProvider ¶ added in v0.42.0
func (o *ListAllClustersParams) WithLocationRegionProvider(locationRegionProvider *string) *ListAllClustersParams
WithLocationRegionProvider adds the locationRegionProvider to the list all clusters params
func (*ListAllClustersParams) WithLocationRegionRegion ¶ added in v0.42.0
func (o *ListAllClustersParams) WithLocationRegionRegion(locationRegionRegion *string) *ListAllClustersParams
WithLocationRegionRegion adds the locationRegionRegion to the list all clusters params
func (*ListAllClustersParams) WithPaginationNextPageToken ¶ added in v0.42.0
func (o *ListAllClustersParams) WithPaginationNextPageToken(paginationNextPageToken *string) *ListAllClustersParams
WithPaginationNextPageToken adds the paginationNextPageToken to the list all clusters params
func (*ListAllClustersParams) WithPaginationPageSize ¶ added in v0.42.0
func (o *ListAllClustersParams) WithPaginationPageSize(paginationPageSize *int64) *ListAllClustersParams
WithPaginationPageSize adds the paginationPageSize to the list all clusters params
func (*ListAllClustersParams) WithPaginationPreviousPageToken ¶ added in v0.42.0
func (o *ListAllClustersParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *ListAllClustersParams
WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the list all clusters params
func (*ListAllClustersParams) WithTimeout ¶ added in v0.42.0
func (o *ListAllClustersParams) WithTimeout(timeout time.Duration) *ListAllClustersParams
WithTimeout adds the timeout to the list all clusters params
func (*ListAllClustersParams) WriteToRequest ¶ added in v0.42.0
func (o *ListAllClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAllClustersReader ¶ added in v0.42.0
type ListAllClustersReader struct {
// contains filtered or unexported fields
}
ListAllClustersReader is a Reader for the ListAllClusters structure.
func (*ListAllClustersReader) ReadResponse ¶ added in v0.42.0
func (o *ListAllClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListDefault ¶
type ListDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ListDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListDefault ¶
func NewListDefault(code int) *ListDefault
NewListDefault creates a ListDefault with default headers values
func (*ListDefault) Code ¶
func (o *ListDefault) Code() int
Code gets the status code for the list default response
func (*ListDefault) Error ¶
func (o *ListDefault) Error() string
func (*ListDefault) GetPayload ¶
func (o *ListDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ListDefault) IsClientError ¶ added in v0.23.0
func (o *ListDefault) IsClientError() bool
IsClientError returns true when this list default response has a 4xx status code
func (*ListDefault) IsCode ¶ added in v0.23.0
func (o *ListDefault) IsCode(code int) bool
IsCode returns true when this list default response a status code equal to that given
func (*ListDefault) IsRedirect ¶ added in v0.23.0
func (o *ListDefault) IsRedirect() bool
IsRedirect returns true when this list default response has a 3xx status code
func (*ListDefault) IsServerError ¶ added in v0.23.0
func (o *ListDefault) IsServerError() bool
IsServerError returns true when this list default response has a 5xx status code
func (*ListDefault) IsSuccess ¶ added in v0.23.0
func (o *ListDefault) IsSuccess() bool
IsSuccess returns true when this list default response has a 2xx status code
func (*ListDefault) String ¶ added in v0.23.0
func (o *ListDefault) String() string
type ListOK ¶
type ListOK struct {
Payload *models.HashicorpCloudVault20201125ListResponse
}
ListOK describes a response with status code 200, with default header values.
A successful response.
func (*ListOK) GetPayload ¶
func (o *ListOK) GetPayload() *models.HashicorpCloudVault20201125ListResponse
func (*ListOK) IsClientError ¶ added in v0.23.0
IsClientError returns true when this list o k response has a 4xx status code
func (*ListOK) IsCode ¶ added in v0.23.0
IsCode returns true when this list o k response a status code equal to that given
func (*ListOK) IsRedirect ¶ added in v0.23.0
IsRedirect returns true when this list o k response has a 3xx status code
func (*ListOK) IsServerError ¶ added in v0.23.0
IsServerError returns true when this list o k response has a 5xx status code
type ListParams ¶
type ListParams struct { // FiltersPrimariesOnly. FiltersPrimariesOnly *bool /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string /* PaginationNextPageToken. Specifies a page token to use to retrieve the next page. Set this to the `next_page_token` returned by previous list requests to get the next page of results. If set, `previous_page_token` must not be set. */ PaginationNextPageToken *string /* PaginationPageSize. The max number of results per page that should be returned. If the number of available results is larger than `page_size`, a `next_page_token` is returned which can be used to get the next page of results in subsequent requests. A value of zero will cause `page_size` to be defaulted. Format: int64 */ PaginationPageSize *int64 /* PaginationPreviousPageToken. Specifies a page token to use to retrieve the previous page. Set this to the `previous_page_token` returned by previous list requests to get the previous page of results. If set, `next_page_token` must not be set. */ PaginationPreviousPageToken *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListParams contains all the parameters to send to the API endpoint
for the list operation. Typically these are written to a http.Request.
func NewListParams ¶
func NewListParams() *ListParams
NewListParams creates a new ListParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListParamsWithContext ¶
func NewListParamsWithContext(ctx context.Context) *ListParams
NewListParamsWithContext creates a new ListParams object with the ability to set a context for a request.
func NewListParamsWithHTTPClient ¶
func NewListParamsWithHTTPClient(client *http.Client) *ListParams
NewListParamsWithHTTPClient creates a new ListParams object with the ability to set a custom HTTPClient for a request.
func NewListParamsWithTimeout ¶
func NewListParamsWithTimeout(timeout time.Duration) *ListParams
NewListParamsWithTimeout creates a new ListParams object with the ability to set a timeout on a request.
func (*ListParams) SetContext ¶
func (o *ListParams) SetContext(ctx context.Context)
SetContext adds the context to the list params
func (*ListParams) SetDefaults ¶ added in v0.23.0
func (o *ListParams) SetDefaults()
SetDefaults hydrates default values in the list params (not the query body).
All values with no default are reset to their zero value.
func (*ListParams) SetFiltersPrimariesOnly ¶
func (o *ListParams) SetFiltersPrimariesOnly(filtersPrimariesOnly *bool)
SetFiltersPrimariesOnly adds the filtersPrimariesOnly to the list params
func (*ListParams) SetHTTPClient ¶
func (o *ListParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list params
func (*ListParams) SetLocationOrganizationID ¶
func (o *ListParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the list params
func (*ListParams) SetLocationProjectID ¶
func (o *ListParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the list params
func (*ListParams) SetLocationRegionProvider ¶
func (o *ListParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the list params
func (*ListParams) SetLocationRegionRegion ¶
func (o *ListParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the list params
func (*ListParams) SetPaginationNextPageToken ¶
func (o *ListParams) SetPaginationNextPageToken(paginationNextPageToken *string)
SetPaginationNextPageToken adds the paginationNextPageToken to the list params
func (*ListParams) SetPaginationPageSize ¶
func (o *ListParams) SetPaginationPageSize(paginationPageSize *int64)
SetPaginationPageSize adds the paginationPageSize to the list params
func (*ListParams) SetPaginationPreviousPageToken ¶
func (o *ListParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)
SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the list params
func (*ListParams) SetTimeout ¶
func (o *ListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list params
func (*ListParams) WithContext ¶
func (o *ListParams) WithContext(ctx context.Context) *ListParams
WithContext adds the context to the list params
func (*ListParams) WithDefaults ¶ added in v0.23.0
func (o *ListParams) WithDefaults() *ListParams
WithDefaults hydrates default values in the list params (not the query body).
All values with no default are reset to their zero value.
func (*ListParams) WithFiltersPrimariesOnly ¶
func (o *ListParams) WithFiltersPrimariesOnly(filtersPrimariesOnly *bool) *ListParams
WithFiltersPrimariesOnly adds the filtersPrimariesOnly to the list params
func (*ListParams) WithHTTPClient ¶
func (o *ListParams) WithHTTPClient(client *http.Client) *ListParams
WithHTTPClient adds the HTTPClient to the list params
func (*ListParams) WithLocationOrganizationID ¶
func (o *ListParams) WithLocationOrganizationID(locationOrganizationID string) *ListParams
WithLocationOrganizationID adds the locationOrganizationID to the list params
func (*ListParams) WithLocationProjectID ¶
func (o *ListParams) WithLocationProjectID(locationProjectID string) *ListParams
WithLocationProjectID adds the locationProjectID to the list params
func (*ListParams) WithLocationRegionProvider ¶
func (o *ListParams) WithLocationRegionProvider(locationRegionProvider *string) *ListParams
WithLocationRegionProvider adds the locationRegionProvider to the list params
func (*ListParams) WithLocationRegionRegion ¶
func (o *ListParams) WithLocationRegionRegion(locationRegionRegion *string) *ListParams
WithLocationRegionRegion adds the locationRegionRegion to the list params
func (*ListParams) WithPaginationNextPageToken ¶
func (o *ListParams) WithPaginationNextPageToken(paginationNextPageToken *string) *ListParams
WithPaginationNextPageToken adds the paginationNextPageToken to the list params
func (*ListParams) WithPaginationPageSize ¶
func (o *ListParams) WithPaginationPageSize(paginationPageSize *int64) *ListParams
WithPaginationPageSize adds the paginationPageSize to the list params
func (*ListParams) WithPaginationPreviousPageToken ¶
func (o *ListParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *ListParams
WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the list params
func (*ListParams) WithTimeout ¶
func (o *ListParams) WithTimeout(timeout time.Duration) *ListParams
WithTimeout adds the timeout to the list params
func (*ListParams) WriteToRequest ¶
func (o *ListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListPerformanceReplicationSecondariesDefault ¶
type ListPerformanceReplicationSecondariesDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ListPerformanceReplicationSecondariesDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListPerformanceReplicationSecondariesDefault ¶
func NewListPerformanceReplicationSecondariesDefault(code int) *ListPerformanceReplicationSecondariesDefault
NewListPerformanceReplicationSecondariesDefault creates a ListPerformanceReplicationSecondariesDefault with default headers values
func (*ListPerformanceReplicationSecondariesDefault) Code ¶
func (o *ListPerformanceReplicationSecondariesDefault) Code() int
Code gets the status code for the list performance replication secondaries default response
func (*ListPerformanceReplicationSecondariesDefault) Error ¶
func (o *ListPerformanceReplicationSecondariesDefault) Error() string
func (*ListPerformanceReplicationSecondariesDefault) GetPayload ¶
func (o *ListPerformanceReplicationSecondariesDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ListPerformanceReplicationSecondariesDefault) IsClientError ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesDefault) IsClientError() bool
IsClientError returns true when this list performance replication secondaries default response has a 4xx status code
func (*ListPerformanceReplicationSecondariesDefault) IsCode ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesDefault) IsCode(code int) bool
IsCode returns true when this list performance replication secondaries default response a status code equal to that given
func (*ListPerformanceReplicationSecondariesDefault) IsRedirect ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesDefault) IsRedirect() bool
IsRedirect returns true when this list performance replication secondaries default response has a 3xx status code
func (*ListPerformanceReplicationSecondariesDefault) IsServerError ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesDefault) IsServerError() bool
IsServerError returns true when this list performance replication secondaries default response has a 5xx status code
func (*ListPerformanceReplicationSecondariesDefault) IsSuccess ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesDefault) IsSuccess() bool
IsSuccess returns true when this list performance replication secondaries default response has a 2xx status code
func (*ListPerformanceReplicationSecondariesDefault) String ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesDefault) String() string
type ListPerformanceReplicationSecondariesOK ¶
type ListPerformanceReplicationSecondariesOK struct {
Payload *models.HashicorpCloudVault20201125ListPerformanceReplicationSecondariesResponse
}
ListPerformanceReplicationSecondariesOK describes a response with status code 200, with default header values.
A successful response.
func NewListPerformanceReplicationSecondariesOK ¶
func NewListPerformanceReplicationSecondariesOK() *ListPerformanceReplicationSecondariesOK
NewListPerformanceReplicationSecondariesOK creates a ListPerformanceReplicationSecondariesOK with default headers values
func (*ListPerformanceReplicationSecondariesOK) Code ¶ added in v0.75.0
func (o *ListPerformanceReplicationSecondariesOK) Code() int
Code gets the status code for the list performance replication secondaries o k response
func (*ListPerformanceReplicationSecondariesOK) Error ¶
func (o *ListPerformanceReplicationSecondariesOK) Error() string
func (*ListPerformanceReplicationSecondariesOK) GetPayload ¶
func (*ListPerformanceReplicationSecondariesOK) IsClientError ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesOK) IsClientError() bool
IsClientError returns true when this list performance replication secondaries o k response has a 4xx status code
func (*ListPerformanceReplicationSecondariesOK) IsCode ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesOK) IsCode(code int) bool
IsCode returns true when this list performance replication secondaries o k response a status code equal to that given
func (*ListPerformanceReplicationSecondariesOK) IsRedirect ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesOK) IsRedirect() bool
IsRedirect returns true when this list performance replication secondaries o k response has a 3xx status code
func (*ListPerformanceReplicationSecondariesOK) IsServerError ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesOK) IsServerError() bool
IsServerError returns true when this list performance replication secondaries o k response has a 5xx status code
func (*ListPerformanceReplicationSecondariesOK) IsSuccess ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesOK) IsSuccess() bool
IsSuccess returns true when this list performance replication secondaries o k response has a 2xx status code
func (*ListPerformanceReplicationSecondariesOK) String ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesOK) String() string
type ListPerformanceReplicationSecondariesParams ¶
type ListPerformanceReplicationSecondariesParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string /* PaginationNextPageToken. Specifies a page token to use to retrieve the next page. Set this to the `next_page_token` returned by previous list requests to get the next page of results. If set, `previous_page_token` must not be set. */ PaginationNextPageToken *string /* PaginationPageSize. The max number of results per page that should be returned. If the number of available results is larger than `page_size`, a `next_page_token` is returned which can be used to get the next page of results in subsequent requests. A value of zero will cause `page_size` to be defaulted. Format: int64 */ PaginationPageSize *int64 /* PaginationPreviousPageToken. Specifies a page token to use to retrieve the previous page. Set this to the `previous_page_token` returned by previous list requests to get the previous page of results. If set, `next_page_token` must not be set. */ PaginationPreviousPageToken *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListPerformanceReplicationSecondariesParams contains all the parameters to send to the API endpoint
for the list performance replication secondaries operation. Typically these are written to a http.Request.
func NewListPerformanceReplicationSecondariesParams ¶
func NewListPerformanceReplicationSecondariesParams() *ListPerformanceReplicationSecondariesParams
NewListPerformanceReplicationSecondariesParams creates a new ListPerformanceReplicationSecondariesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListPerformanceReplicationSecondariesParamsWithContext ¶
func NewListPerformanceReplicationSecondariesParamsWithContext(ctx context.Context) *ListPerformanceReplicationSecondariesParams
NewListPerformanceReplicationSecondariesParamsWithContext creates a new ListPerformanceReplicationSecondariesParams object with the ability to set a context for a request.
func NewListPerformanceReplicationSecondariesParamsWithHTTPClient ¶
func NewListPerformanceReplicationSecondariesParamsWithHTTPClient(client *http.Client) *ListPerformanceReplicationSecondariesParams
NewListPerformanceReplicationSecondariesParamsWithHTTPClient creates a new ListPerformanceReplicationSecondariesParams object with the ability to set a custom HTTPClient for a request.
func NewListPerformanceReplicationSecondariesParamsWithTimeout ¶
func NewListPerformanceReplicationSecondariesParamsWithTimeout(timeout time.Duration) *ListPerformanceReplicationSecondariesParams
NewListPerformanceReplicationSecondariesParamsWithTimeout creates a new ListPerformanceReplicationSecondariesParams object with the ability to set a timeout on a request.
func (*ListPerformanceReplicationSecondariesParams) SetClusterID ¶
func (o *ListPerformanceReplicationSecondariesParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetContext ¶
func (o *ListPerformanceReplicationSecondariesParams) SetContext(ctx context.Context)
SetContext adds the context to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetDefaults ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesParams) SetDefaults()
SetDefaults hydrates default values in the list performance replication secondaries params (not the query body).
All values with no default are reset to their zero value.
func (*ListPerformanceReplicationSecondariesParams) SetHTTPClient ¶
func (o *ListPerformanceReplicationSecondariesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetLocationOrganizationID ¶
func (o *ListPerformanceReplicationSecondariesParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetLocationProjectID ¶
func (o *ListPerformanceReplicationSecondariesParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetLocationRegionProvider ¶
func (o *ListPerformanceReplicationSecondariesParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetLocationRegionRegion ¶
func (o *ListPerformanceReplicationSecondariesParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetPaginationNextPageToken ¶
func (o *ListPerformanceReplicationSecondariesParams) SetPaginationNextPageToken(paginationNextPageToken *string)
SetPaginationNextPageToken adds the paginationNextPageToken to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetPaginationPageSize ¶
func (o *ListPerformanceReplicationSecondariesParams) SetPaginationPageSize(paginationPageSize *int64)
SetPaginationPageSize adds the paginationPageSize to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetPaginationPreviousPageToken ¶
func (o *ListPerformanceReplicationSecondariesParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)
SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) SetTimeout ¶
func (o *ListPerformanceReplicationSecondariesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithClusterID ¶
func (o *ListPerformanceReplicationSecondariesParams) WithClusterID(clusterID string) *ListPerformanceReplicationSecondariesParams
WithClusterID adds the clusterID to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithContext ¶
func (o *ListPerformanceReplicationSecondariesParams) WithContext(ctx context.Context) *ListPerformanceReplicationSecondariesParams
WithContext adds the context to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithDefaults ¶ added in v0.23.0
func (o *ListPerformanceReplicationSecondariesParams) WithDefaults() *ListPerformanceReplicationSecondariesParams
WithDefaults hydrates default values in the list performance replication secondaries params (not the query body).
All values with no default are reset to their zero value.
func (*ListPerformanceReplicationSecondariesParams) WithHTTPClient ¶
func (o *ListPerformanceReplicationSecondariesParams) WithHTTPClient(client *http.Client) *ListPerformanceReplicationSecondariesParams
WithHTTPClient adds the HTTPClient to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithLocationOrganizationID ¶
func (o *ListPerformanceReplicationSecondariesParams) WithLocationOrganizationID(locationOrganizationID string) *ListPerformanceReplicationSecondariesParams
WithLocationOrganizationID adds the locationOrganizationID to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithLocationProjectID ¶
func (o *ListPerformanceReplicationSecondariesParams) WithLocationProjectID(locationProjectID string) *ListPerformanceReplicationSecondariesParams
WithLocationProjectID adds the locationProjectID to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithLocationRegionProvider ¶
func (o *ListPerformanceReplicationSecondariesParams) WithLocationRegionProvider(locationRegionProvider *string) *ListPerformanceReplicationSecondariesParams
WithLocationRegionProvider adds the locationRegionProvider to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithLocationRegionRegion ¶
func (o *ListPerformanceReplicationSecondariesParams) WithLocationRegionRegion(locationRegionRegion *string) *ListPerformanceReplicationSecondariesParams
WithLocationRegionRegion adds the locationRegionRegion to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithPaginationNextPageToken ¶
func (o *ListPerformanceReplicationSecondariesParams) WithPaginationNextPageToken(paginationNextPageToken *string) *ListPerformanceReplicationSecondariesParams
WithPaginationNextPageToken adds the paginationNextPageToken to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithPaginationPageSize ¶
func (o *ListPerformanceReplicationSecondariesParams) WithPaginationPageSize(paginationPageSize *int64) *ListPerformanceReplicationSecondariesParams
WithPaginationPageSize adds the paginationPageSize to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithPaginationPreviousPageToken ¶
func (o *ListPerformanceReplicationSecondariesParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *ListPerformanceReplicationSecondariesParams
WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WithTimeout ¶
func (o *ListPerformanceReplicationSecondariesParams) WithTimeout(timeout time.Duration) *ListPerformanceReplicationSecondariesParams
WithTimeout adds the timeout to the list performance replication secondaries params
func (*ListPerformanceReplicationSecondariesParams) WriteToRequest ¶
func (o *ListPerformanceReplicationSecondariesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListPerformanceReplicationSecondariesReader ¶
type ListPerformanceReplicationSecondariesReader struct {
// contains filtered or unexported fields
}
ListPerformanceReplicationSecondariesReader is a Reader for the ListPerformanceReplicationSecondaries structure.
func (*ListPerformanceReplicationSecondariesReader) ReadResponse ¶
func (o *ListPerformanceReplicationSecondariesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListReader ¶
type ListReader struct {
// contains filtered or unexported fields
}
ListReader is a Reader for the List structure.
func (*ListReader) ReadResponse ¶
func (o *ListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListSnapshotsDefault ¶
type ListSnapshotsDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ListSnapshotsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListSnapshotsDefault ¶
func NewListSnapshotsDefault(code int) *ListSnapshotsDefault
NewListSnapshotsDefault creates a ListSnapshotsDefault with default headers values
func (*ListSnapshotsDefault) Code ¶
func (o *ListSnapshotsDefault) Code() int
Code gets the status code for the list snapshots default response
func (*ListSnapshotsDefault) Error ¶
func (o *ListSnapshotsDefault) Error() string
func (*ListSnapshotsDefault) GetPayload ¶
func (o *ListSnapshotsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ListSnapshotsDefault) IsClientError ¶ added in v0.23.0
func (o *ListSnapshotsDefault) IsClientError() bool
IsClientError returns true when this list snapshots default response has a 4xx status code
func (*ListSnapshotsDefault) IsCode ¶ added in v0.23.0
func (o *ListSnapshotsDefault) IsCode(code int) bool
IsCode returns true when this list snapshots default response a status code equal to that given
func (*ListSnapshotsDefault) IsRedirect ¶ added in v0.23.0
func (o *ListSnapshotsDefault) IsRedirect() bool
IsRedirect returns true when this list snapshots default response has a 3xx status code
func (*ListSnapshotsDefault) IsServerError ¶ added in v0.23.0
func (o *ListSnapshotsDefault) IsServerError() bool
IsServerError returns true when this list snapshots default response has a 5xx status code
func (*ListSnapshotsDefault) IsSuccess ¶ added in v0.23.0
func (o *ListSnapshotsDefault) IsSuccess() bool
IsSuccess returns true when this list snapshots default response has a 2xx status code
func (*ListSnapshotsDefault) String ¶ added in v0.23.0
func (o *ListSnapshotsDefault) String() string
type ListSnapshotsOK ¶
type ListSnapshotsOK struct {
Payload *models.HashicorpCloudVault20201125ListSnapshotsResponse
}
ListSnapshotsOK describes a response with status code 200, with default header values.
A successful response.
func NewListSnapshotsOK ¶
func NewListSnapshotsOK() *ListSnapshotsOK
NewListSnapshotsOK creates a ListSnapshotsOK with default headers values
func (*ListSnapshotsOK) Code ¶ added in v0.75.0
func (o *ListSnapshotsOK) Code() int
Code gets the status code for the list snapshots o k response
func (*ListSnapshotsOK) Error ¶
func (o *ListSnapshotsOK) Error() string
func (*ListSnapshotsOK) GetPayload ¶
func (o *ListSnapshotsOK) GetPayload() *models.HashicorpCloudVault20201125ListSnapshotsResponse
func (*ListSnapshotsOK) IsClientError ¶ added in v0.23.0
func (o *ListSnapshotsOK) IsClientError() bool
IsClientError returns true when this list snapshots o k response has a 4xx status code
func (*ListSnapshotsOK) IsCode ¶ added in v0.23.0
func (o *ListSnapshotsOK) IsCode(code int) bool
IsCode returns true when this list snapshots o k response a status code equal to that given
func (*ListSnapshotsOK) IsRedirect ¶ added in v0.23.0
func (o *ListSnapshotsOK) IsRedirect() bool
IsRedirect returns true when this list snapshots o k response has a 3xx status code
func (*ListSnapshotsOK) IsServerError ¶ added in v0.23.0
func (o *ListSnapshotsOK) IsServerError() bool
IsServerError returns true when this list snapshots o k response has a 5xx status code
func (*ListSnapshotsOK) IsSuccess ¶ added in v0.23.0
func (o *ListSnapshotsOK) IsSuccess() bool
IsSuccess returns true when this list snapshots o k response has a 2xx status code
func (*ListSnapshotsOK) String ¶ added in v0.23.0
func (o *ListSnapshotsOK) String() string
type ListSnapshotsParams ¶
type ListSnapshotsParams struct { /* PaginationNextPageToken. Specifies a page token to use to retrieve the next page. Set this to the `next_page_token` returned by previous list requests to get the next page of results. If set, `previous_page_token` must not be set. */ PaginationNextPageToken *string /* PaginationPageSize. The max number of results per page that should be returned. If the number of available results is larger than `page_size`, a `next_page_token` is returned which can be used to get the next page of results in subsequent requests. A value of zero will cause `page_size` to be defaulted. Format: int64 */ PaginationPageSize *int64 /* PaginationPreviousPageToken. Specifies a page token to use to retrieve the previous page. Set this to the `previous_page_token` returned by previous list requests to get the previous page of results. If set, `next_page_token` must not be set. */ PaginationPreviousPageToken *string /* ResourceDescription. description is a human-friendly description for this link. This is used primarily for informational purposes such as error messages. */ ResourceDescription *string /* ResourceID. id is the ID of the resource. This may be a slug ID or a UUID depending on the resource, and as such has no guarantee that it is globally unique. If a globally unique identifier for the resource is required, refer to internal_id. */ ResourceID *string /* ResourceInternalID. internal_id is a globally unique identifier for the resource. In the case that a resource has a user specifiable identifier, the internal_id will differ. */ ResourceInternalID *string /* ResourceLocationOrganizationID. organization_id is the id of the organization. */ ResourceLocationOrganizationID string /* ResourceLocationProjectID. project_id is the projects id. */ ResourceLocationProjectID string /* ResourceLocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ ResourceLocationRegionProvider *string /* ResourceLocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ ResourceLocationRegionRegion *string /* ResourceType. type is the unique type of the resource. Each service publishes a unique set of types. The type value is recommended to be formatted in "<org>.<type>" such as "hashicorp.hvn". This is to prevent conflicts in the future, but any string value will work. */ ResourceType *string /* ResourceUUID. uuid is being deprecated in favor of the id field. */ ResourceUUID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListSnapshotsParams contains all the parameters to send to the API endpoint
for the list snapshots operation. Typically these are written to a http.Request.
func NewListSnapshotsParams ¶
func NewListSnapshotsParams() *ListSnapshotsParams
NewListSnapshotsParams creates a new ListSnapshotsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListSnapshotsParamsWithContext ¶
func NewListSnapshotsParamsWithContext(ctx context.Context) *ListSnapshotsParams
NewListSnapshotsParamsWithContext creates a new ListSnapshotsParams object with the ability to set a context for a request.
func NewListSnapshotsParamsWithHTTPClient ¶
func NewListSnapshotsParamsWithHTTPClient(client *http.Client) *ListSnapshotsParams
NewListSnapshotsParamsWithHTTPClient creates a new ListSnapshotsParams object with the ability to set a custom HTTPClient for a request.
func NewListSnapshotsParamsWithTimeout ¶
func NewListSnapshotsParamsWithTimeout(timeout time.Duration) *ListSnapshotsParams
NewListSnapshotsParamsWithTimeout creates a new ListSnapshotsParams object with the ability to set a timeout on a request.
func (*ListSnapshotsParams) SetContext ¶
func (o *ListSnapshotsParams) SetContext(ctx context.Context)
SetContext adds the context to the list snapshots params
func (*ListSnapshotsParams) SetDefaults ¶ added in v0.23.0
func (o *ListSnapshotsParams) SetDefaults()
SetDefaults hydrates default values in the list snapshots params (not the query body).
All values with no default are reset to their zero value.
func (*ListSnapshotsParams) SetHTTPClient ¶
func (o *ListSnapshotsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list snapshots params
func (*ListSnapshotsParams) SetPaginationNextPageToken ¶
func (o *ListSnapshotsParams) SetPaginationNextPageToken(paginationNextPageToken *string)
SetPaginationNextPageToken adds the paginationNextPageToken to the list snapshots params
func (*ListSnapshotsParams) SetPaginationPageSize ¶
func (o *ListSnapshotsParams) SetPaginationPageSize(paginationPageSize *int64)
SetPaginationPageSize adds the paginationPageSize to the list snapshots params
func (*ListSnapshotsParams) SetPaginationPreviousPageToken ¶
func (o *ListSnapshotsParams) SetPaginationPreviousPageToken(paginationPreviousPageToken *string)
SetPaginationPreviousPageToken adds the paginationPreviousPageToken to the list snapshots params
func (*ListSnapshotsParams) SetResourceDescription ¶
func (o *ListSnapshotsParams) SetResourceDescription(resourceDescription *string)
SetResourceDescription adds the resourceDescription to the list snapshots params
func (*ListSnapshotsParams) SetResourceID ¶
func (o *ListSnapshotsParams) SetResourceID(resourceID *string)
SetResourceID adds the resourceId to the list snapshots params
func (*ListSnapshotsParams) SetResourceInternalID ¶ added in v0.42.0
func (o *ListSnapshotsParams) SetResourceInternalID(resourceInternalID *string)
SetResourceInternalID adds the resourceInternalId to the list snapshots params
func (*ListSnapshotsParams) SetResourceLocationOrganizationID ¶
func (o *ListSnapshotsParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
SetResourceLocationOrganizationID adds the resourceLocationOrganizationId to the list snapshots params
func (*ListSnapshotsParams) SetResourceLocationProjectID ¶
func (o *ListSnapshotsParams) SetResourceLocationProjectID(resourceLocationProjectID string)
SetResourceLocationProjectID adds the resourceLocationProjectId to the list snapshots params
func (*ListSnapshotsParams) SetResourceLocationRegionProvider ¶
func (o *ListSnapshotsParams) SetResourceLocationRegionProvider(resourceLocationRegionProvider *string)
SetResourceLocationRegionProvider adds the resourceLocationRegionProvider to the list snapshots params
func (*ListSnapshotsParams) SetResourceLocationRegionRegion ¶
func (o *ListSnapshotsParams) SetResourceLocationRegionRegion(resourceLocationRegionRegion *string)
SetResourceLocationRegionRegion adds the resourceLocationRegionRegion to the list snapshots params
func (*ListSnapshotsParams) SetResourceType ¶
func (o *ListSnapshotsParams) SetResourceType(resourceType *string)
SetResourceType adds the resourceType to the list snapshots params
func (*ListSnapshotsParams) SetResourceUUID ¶
func (o *ListSnapshotsParams) SetResourceUUID(resourceUUID *string)
SetResourceUUID adds the resourceUuid to the list snapshots params
func (*ListSnapshotsParams) SetTimeout ¶
func (o *ListSnapshotsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list snapshots params
func (*ListSnapshotsParams) WithContext ¶
func (o *ListSnapshotsParams) WithContext(ctx context.Context) *ListSnapshotsParams
WithContext adds the context to the list snapshots params
func (*ListSnapshotsParams) WithDefaults ¶ added in v0.23.0
func (o *ListSnapshotsParams) WithDefaults() *ListSnapshotsParams
WithDefaults hydrates default values in the list snapshots params (not the query body).
All values with no default are reset to their zero value.
func (*ListSnapshotsParams) WithHTTPClient ¶
func (o *ListSnapshotsParams) WithHTTPClient(client *http.Client) *ListSnapshotsParams
WithHTTPClient adds the HTTPClient to the list snapshots params
func (*ListSnapshotsParams) WithPaginationNextPageToken ¶
func (o *ListSnapshotsParams) WithPaginationNextPageToken(paginationNextPageToken *string) *ListSnapshotsParams
WithPaginationNextPageToken adds the paginationNextPageToken to the list snapshots params
func (*ListSnapshotsParams) WithPaginationPageSize ¶
func (o *ListSnapshotsParams) WithPaginationPageSize(paginationPageSize *int64) *ListSnapshotsParams
WithPaginationPageSize adds the paginationPageSize to the list snapshots params
func (*ListSnapshotsParams) WithPaginationPreviousPageToken ¶
func (o *ListSnapshotsParams) WithPaginationPreviousPageToken(paginationPreviousPageToken *string) *ListSnapshotsParams
WithPaginationPreviousPageToken adds the paginationPreviousPageToken to the list snapshots params
func (*ListSnapshotsParams) WithResourceDescription ¶
func (o *ListSnapshotsParams) WithResourceDescription(resourceDescription *string) *ListSnapshotsParams
WithResourceDescription adds the resourceDescription to the list snapshots params
func (*ListSnapshotsParams) WithResourceID ¶
func (o *ListSnapshotsParams) WithResourceID(resourceID *string) *ListSnapshotsParams
WithResourceID adds the resourceID to the list snapshots params
func (*ListSnapshotsParams) WithResourceInternalID ¶ added in v0.42.0
func (o *ListSnapshotsParams) WithResourceInternalID(resourceInternalID *string) *ListSnapshotsParams
WithResourceInternalID adds the resourceInternalID to the list snapshots params
func (*ListSnapshotsParams) WithResourceLocationOrganizationID ¶
func (o *ListSnapshotsParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *ListSnapshotsParams
WithResourceLocationOrganizationID adds the resourceLocationOrganizationID to the list snapshots params
func (*ListSnapshotsParams) WithResourceLocationProjectID ¶
func (o *ListSnapshotsParams) WithResourceLocationProjectID(resourceLocationProjectID string) *ListSnapshotsParams
WithResourceLocationProjectID adds the resourceLocationProjectID to the list snapshots params
func (*ListSnapshotsParams) WithResourceLocationRegionProvider ¶
func (o *ListSnapshotsParams) WithResourceLocationRegionProvider(resourceLocationRegionProvider *string) *ListSnapshotsParams
WithResourceLocationRegionProvider adds the resourceLocationRegionProvider to the list snapshots params
func (*ListSnapshotsParams) WithResourceLocationRegionRegion ¶
func (o *ListSnapshotsParams) WithResourceLocationRegionRegion(resourceLocationRegionRegion *string) *ListSnapshotsParams
WithResourceLocationRegionRegion adds the resourceLocationRegionRegion to the list snapshots params
func (*ListSnapshotsParams) WithResourceType ¶
func (o *ListSnapshotsParams) WithResourceType(resourceType *string) *ListSnapshotsParams
WithResourceType adds the resourceType to the list snapshots params
func (*ListSnapshotsParams) WithResourceUUID ¶
func (o *ListSnapshotsParams) WithResourceUUID(resourceUUID *string) *ListSnapshotsParams
WithResourceUUID adds the resourceUUID to the list snapshots params
func (*ListSnapshotsParams) WithTimeout ¶
func (o *ListSnapshotsParams) WithTimeout(timeout time.Duration) *ListSnapshotsParams
WithTimeout adds the timeout to the list snapshots params
func (*ListSnapshotsParams) WriteToRequest ¶
func (o *ListSnapshotsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListSnapshotsReader ¶
type ListSnapshotsReader struct {
// contains filtered or unexported fields
}
ListSnapshotsReader is a Reader for the ListSnapshots structure.
func (*ListSnapshotsReader) ReadResponse ¶
func (o *ListSnapshotsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LockDefault ¶ added in v0.42.0
type LockDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
LockDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLockDefault ¶ added in v0.42.0
func NewLockDefault(code int) *LockDefault
NewLockDefault creates a LockDefault with default headers values
func (*LockDefault) Code ¶ added in v0.42.0
func (o *LockDefault) Code() int
Code gets the status code for the lock default response
func (*LockDefault) Error ¶ added in v0.42.0
func (o *LockDefault) Error() string
func (*LockDefault) GetPayload ¶ added in v0.42.0
func (o *LockDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*LockDefault) IsClientError ¶ added in v0.42.0
func (o *LockDefault) IsClientError() bool
IsClientError returns true when this lock default response has a 4xx status code
func (*LockDefault) IsCode ¶ added in v0.42.0
func (o *LockDefault) IsCode(code int) bool
IsCode returns true when this lock default response a status code equal to that given
func (*LockDefault) IsRedirect ¶ added in v0.42.0
func (o *LockDefault) IsRedirect() bool
IsRedirect returns true when this lock default response has a 3xx status code
func (*LockDefault) IsServerError ¶ added in v0.42.0
func (o *LockDefault) IsServerError() bool
IsServerError returns true when this lock default response has a 5xx status code
func (*LockDefault) IsSuccess ¶ added in v0.42.0
func (o *LockDefault) IsSuccess() bool
IsSuccess returns true when this lock default response has a 2xx status code
func (*LockDefault) String ¶ added in v0.42.0
func (o *LockDefault) String() string
type LockOK ¶ added in v0.42.0
type LockOK struct {
Payload *models.HashicorpCloudVault20201125LockResponse
}
LockOK describes a response with status code 200, with default header values.
A successful response.
func NewLockOK ¶ added in v0.42.0
func NewLockOK() *LockOK
NewLockOK creates a LockOK with default headers values
func (*LockOK) GetPayload ¶ added in v0.42.0
func (o *LockOK) GetPayload() *models.HashicorpCloudVault20201125LockResponse
func (*LockOK) IsClientError ¶ added in v0.42.0
IsClientError returns true when this lock o k response has a 4xx status code
func (*LockOK) IsCode ¶ added in v0.42.0
IsCode returns true when this lock o k response a status code equal to that given
func (*LockOK) IsRedirect ¶ added in v0.42.0
IsRedirect returns true when this lock o k response has a 3xx status code
func (*LockOK) IsServerError ¶ added in v0.42.0
IsServerError returns true when this lock o k response has a 5xx status code
type LockParams ¶ added in v0.42.0
type LockParams struct { // Body. Body *models.HashicorpCloudVault20201125LockRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LockParams contains all the parameters to send to the API endpoint
for the lock operation. Typically these are written to a http.Request.
func NewLockParams ¶ added in v0.42.0
func NewLockParams() *LockParams
NewLockParams creates a new LockParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewLockParamsWithContext ¶ added in v0.42.0
func NewLockParamsWithContext(ctx context.Context) *LockParams
NewLockParamsWithContext creates a new LockParams object with the ability to set a context for a request.
func NewLockParamsWithHTTPClient ¶ added in v0.42.0
func NewLockParamsWithHTTPClient(client *http.Client) *LockParams
NewLockParamsWithHTTPClient creates a new LockParams object with the ability to set a custom HTTPClient for a request.
func NewLockParamsWithTimeout ¶ added in v0.42.0
func NewLockParamsWithTimeout(timeout time.Duration) *LockParams
NewLockParamsWithTimeout creates a new LockParams object with the ability to set a timeout on a request.
func (*LockParams) SetBody ¶ added in v0.42.0
func (o *LockParams) SetBody(body *models.HashicorpCloudVault20201125LockRequest)
SetBody adds the body to the lock params
func (*LockParams) SetClusterID ¶ added in v0.42.0
func (o *LockParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the lock params
func (*LockParams) SetContext ¶ added in v0.42.0
func (o *LockParams) SetContext(ctx context.Context)
SetContext adds the context to the lock params
func (*LockParams) SetDefaults ¶ added in v0.42.0
func (o *LockParams) SetDefaults()
SetDefaults hydrates default values in the lock params (not the query body).
All values with no default are reset to their zero value.
func (*LockParams) SetHTTPClient ¶ added in v0.42.0
func (o *LockParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the lock params
func (*LockParams) SetLocationOrganizationID ¶ added in v0.42.0
func (o *LockParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the lock params
func (*LockParams) SetLocationProjectID ¶ added in v0.42.0
func (o *LockParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the lock params
func (*LockParams) SetTimeout ¶ added in v0.42.0
func (o *LockParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the lock params
func (*LockParams) WithBody ¶ added in v0.42.0
func (o *LockParams) WithBody(body *models.HashicorpCloudVault20201125LockRequest) *LockParams
WithBody adds the body to the lock params
func (*LockParams) WithClusterID ¶ added in v0.42.0
func (o *LockParams) WithClusterID(clusterID string) *LockParams
WithClusterID adds the clusterID to the lock params
func (*LockParams) WithContext ¶ added in v0.42.0
func (o *LockParams) WithContext(ctx context.Context) *LockParams
WithContext adds the context to the lock params
func (*LockParams) WithDefaults ¶ added in v0.42.0
func (o *LockParams) WithDefaults() *LockParams
WithDefaults hydrates default values in the lock params (not the query body).
All values with no default are reset to their zero value.
func (*LockParams) WithHTTPClient ¶ added in v0.42.0
func (o *LockParams) WithHTTPClient(client *http.Client) *LockParams
WithHTTPClient adds the HTTPClient to the lock params
func (*LockParams) WithLocationOrganizationID ¶ added in v0.42.0
func (o *LockParams) WithLocationOrganizationID(locationOrganizationID string) *LockParams
WithLocationOrganizationID adds the locationOrganizationID to the lock params
func (*LockParams) WithLocationProjectID ¶ added in v0.42.0
func (o *LockParams) WithLocationProjectID(locationProjectID string) *LockParams
WithLocationProjectID adds the locationProjectID to the lock params
func (*LockParams) WithTimeout ¶ added in v0.42.0
func (o *LockParams) WithTimeout(timeout time.Duration) *LockParams
WithTimeout adds the timeout to the lock params
func (*LockParams) WriteToRequest ¶ added in v0.42.0
func (o *LockParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LockReader ¶ added in v0.42.0
type LockReader struct {
// contains filtered or unexported fields
}
LockReader is a Reader for the Lock structure.
func (*LockReader) ReadResponse ¶ added in v0.42.0
func (o *LockReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PluginRegistrationStatusDefault ¶ added in v0.53.0
type PluginRegistrationStatusDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
PluginRegistrationStatusDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewPluginRegistrationStatusDefault ¶ added in v0.53.0
func NewPluginRegistrationStatusDefault(code int) *PluginRegistrationStatusDefault
NewPluginRegistrationStatusDefault creates a PluginRegistrationStatusDefault with default headers values
func (*PluginRegistrationStatusDefault) Code ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) Code() int
Code gets the status code for the plugin registration status default response
func (*PluginRegistrationStatusDefault) Error ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) Error() string
func (*PluginRegistrationStatusDefault) GetPayload ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*PluginRegistrationStatusDefault) IsClientError ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) IsClientError() bool
IsClientError returns true when this plugin registration status default response has a 4xx status code
func (*PluginRegistrationStatusDefault) IsCode ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) IsCode(code int) bool
IsCode returns true when this plugin registration status default response a status code equal to that given
func (*PluginRegistrationStatusDefault) IsRedirect ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) IsRedirect() bool
IsRedirect returns true when this plugin registration status default response has a 3xx status code
func (*PluginRegistrationStatusDefault) IsServerError ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) IsServerError() bool
IsServerError returns true when this plugin registration status default response has a 5xx status code
func (*PluginRegistrationStatusDefault) IsSuccess ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) IsSuccess() bool
IsSuccess returns true when this plugin registration status default response has a 2xx status code
func (*PluginRegistrationStatusDefault) String ¶ added in v0.53.0
func (o *PluginRegistrationStatusDefault) String() string
type PluginRegistrationStatusOK ¶ added in v0.53.0
type PluginRegistrationStatusOK struct {
Payload *models.HashicorpCloudVault20201125PluginRegistrationStatusResponse
}
PluginRegistrationStatusOK describes a response with status code 200, with default header values.
A successful response.
func NewPluginRegistrationStatusOK ¶ added in v0.53.0
func NewPluginRegistrationStatusOK() *PluginRegistrationStatusOK
NewPluginRegistrationStatusOK creates a PluginRegistrationStatusOK with default headers values
func (*PluginRegistrationStatusOK) Code ¶ added in v0.75.0
func (o *PluginRegistrationStatusOK) Code() int
Code gets the status code for the plugin registration status o k response
func (*PluginRegistrationStatusOK) Error ¶ added in v0.53.0
func (o *PluginRegistrationStatusOK) Error() string
func (*PluginRegistrationStatusOK) GetPayload ¶ added in v0.53.0
func (o *PluginRegistrationStatusOK) GetPayload() *models.HashicorpCloudVault20201125PluginRegistrationStatusResponse
func (*PluginRegistrationStatusOK) IsClientError ¶ added in v0.53.0
func (o *PluginRegistrationStatusOK) IsClientError() bool
IsClientError returns true when this plugin registration status o k response has a 4xx status code
func (*PluginRegistrationStatusOK) IsCode ¶ added in v0.53.0
func (o *PluginRegistrationStatusOK) IsCode(code int) bool
IsCode returns true when this plugin registration status o k response a status code equal to that given
func (*PluginRegistrationStatusOK) IsRedirect ¶ added in v0.53.0
func (o *PluginRegistrationStatusOK) IsRedirect() bool
IsRedirect returns true when this plugin registration status o k response has a 3xx status code
func (*PluginRegistrationStatusOK) IsServerError ¶ added in v0.53.0
func (o *PluginRegistrationStatusOK) IsServerError() bool
IsServerError returns true when this plugin registration status o k response has a 5xx status code
func (*PluginRegistrationStatusOK) IsSuccess ¶ added in v0.53.0
func (o *PluginRegistrationStatusOK) IsSuccess() bool
IsSuccess returns true when this plugin registration status o k response has a 2xx status code
func (*PluginRegistrationStatusOK) String ¶ added in v0.53.0
func (o *PluginRegistrationStatusOK) String() string
type PluginRegistrationStatusParams ¶ added in v0.53.0
type PluginRegistrationStatusParams struct { // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PluginRegistrationStatusParams contains all the parameters to send to the API endpoint
for the plugin registration status operation. Typically these are written to a http.Request.
func NewPluginRegistrationStatusParams ¶ added in v0.53.0
func NewPluginRegistrationStatusParams() *PluginRegistrationStatusParams
NewPluginRegistrationStatusParams creates a new PluginRegistrationStatusParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPluginRegistrationStatusParamsWithContext ¶ added in v0.53.0
func NewPluginRegistrationStatusParamsWithContext(ctx context.Context) *PluginRegistrationStatusParams
NewPluginRegistrationStatusParamsWithContext creates a new PluginRegistrationStatusParams object with the ability to set a context for a request.
func NewPluginRegistrationStatusParamsWithHTTPClient ¶ added in v0.53.0
func NewPluginRegistrationStatusParamsWithHTTPClient(client *http.Client) *PluginRegistrationStatusParams
NewPluginRegistrationStatusParamsWithHTTPClient creates a new PluginRegistrationStatusParams object with the ability to set a custom HTTPClient for a request.
func NewPluginRegistrationStatusParamsWithTimeout ¶ added in v0.53.0
func NewPluginRegistrationStatusParamsWithTimeout(timeout time.Duration) *PluginRegistrationStatusParams
NewPluginRegistrationStatusParamsWithTimeout creates a new PluginRegistrationStatusParams object with the ability to set a timeout on a request.
func (*PluginRegistrationStatusParams) SetClusterID ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the plugin registration status params
func (*PluginRegistrationStatusParams) SetContext ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the plugin registration status params
func (*PluginRegistrationStatusParams) SetDefaults ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetDefaults()
SetDefaults hydrates default values in the plugin registration status params (not the query body).
All values with no default are reset to their zero value.
func (*PluginRegistrationStatusParams) SetHTTPClient ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the plugin registration status params
func (*PluginRegistrationStatusParams) SetLocationOrganizationID ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the plugin registration status params
func (*PluginRegistrationStatusParams) SetLocationProjectID ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the plugin registration status params
func (*PluginRegistrationStatusParams) SetLocationRegionProvider ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the plugin registration status params
func (*PluginRegistrationStatusParams) SetLocationRegionRegion ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the plugin registration status params
func (*PluginRegistrationStatusParams) SetTimeout ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the plugin registration status params
func (*PluginRegistrationStatusParams) WithClusterID ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithClusterID(clusterID string) *PluginRegistrationStatusParams
WithClusterID adds the clusterID to the plugin registration status params
func (*PluginRegistrationStatusParams) WithContext ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithContext(ctx context.Context) *PluginRegistrationStatusParams
WithContext adds the context to the plugin registration status params
func (*PluginRegistrationStatusParams) WithDefaults ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithDefaults() *PluginRegistrationStatusParams
WithDefaults hydrates default values in the plugin registration status params (not the query body).
All values with no default are reset to their zero value.
func (*PluginRegistrationStatusParams) WithHTTPClient ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithHTTPClient(client *http.Client) *PluginRegistrationStatusParams
WithHTTPClient adds the HTTPClient to the plugin registration status params
func (*PluginRegistrationStatusParams) WithLocationOrganizationID ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithLocationOrganizationID(locationOrganizationID string) *PluginRegistrationStatusParams
WithLocationOrganizationID adds the locationOrganizationID to the plugin registration status params
func (*PluginRegistrationStatusParams) WithLocationProjectID ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithLocationProjectID(locationProjectID string) *PluginRegistrationStatusParams
WithLocationProjectID adds the locationProjectID to the plugin registration status params
func (*PluginRegistrationStatusParams) WithLocationRegionProvider ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithLocationRegionProvider(locationRegionProvider *string) *PluginRegistrationStatusParams
WithLocationRegionProvider adds the locationRegionProvider to the plugin registration status params
func (*PluginRegistrationStatusParams) WithLocationRegionRegion ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithLocationRegionRegion(locationRegionRegion *string) *PluginRegistrationStatusParams
WithLocationRegionRegion adds the locationRegionRegion to the plugin registration status params
func (*PluginRegistrationStatusParams) WithTimeout ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WithTimeout(timeout time.Duration) *PluginRegistrationStatusParams
WithTimeout adds the timeout to the plugin registration status params
func (*PluginRegistrationStatusParams) WriteToRequest ¶ added in v0.53.0
func (o *PluginRegistrationStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PluginRegistrationStatusReader ¶ added in v0.53.0
type PluginRegistrationStatusReader struct {
// contains filtered or unexported fields
}
PluginRegistrationStatusReader is a Reader for the PluginRegistrationStatus structure.
func (*PluginRegistrationStatusReader) ReadResponse ¶ added in v0.53.0
func (o *PluginRegistrationStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RecreateFromSnapshotDefault ¶ added in v0.21.0
type RecreateFromSnapshotDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
RecreateFromSnapshotDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewRecreateFromSnapshotDefault ¶ added in v0.21.0
func NewRecreateFromSnapshotDefault(code int) *RecreateFromSnapshotDefault
NewRecreateFromSnapshotDefault creates a RecreateFromSnapshotDefault with default headers values
func (*RecreateFromSnapshotDefault) Code ¶ added in v0.21.0
func (o *RecreateFromSnapshotDefault) Code() int
Code gets the status code for the recreate from snapshot default response
func (*RecreateFromSnapshotDefault) Error ¶ added in v0.21.0
func (o *RecreateFromSnapshotDefault) Error() string
func (*RecreateFromSnapshotDefault) GetPayload ¶ added in v0.21.0
func (o *RecreateFromSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*RecreateFromSnapshotDefault) IsClientError ¶ added in v0.23.0
func (o *RecreateFromSnapshotDefault) IsClientError() bool
IsClientError returns true when this recreate from snapshot default response has a 4xx status code
func (*RecreateFromSnapshotDefault) IsCode ¶ added in v0.23.0
func (o *RecreateFromSnapshotDefault) IsCode(code int) bool
IsCode returns true when this recreate from snapshot default response a status code equal to that given
func (*RecreateFromSnapshotDefault) IsRedirect ¶ added in v0.23.0
func (o *RecreateFromSnapshotDefault) IsRedirect() bool
IsRedirect returns true when this recreate from snapshot default response has a 3xx status code
func (*RecreateFromSnapshotDefault) IsServerError ¶ added in v0.23.0
func (o *RecreateFromSnapshotDefault) IsServerError() bool
IsServerError returns true when this recreate from snapshot default response has a 5xx status code
func (*RecreateFromSnapshotDefault) IsSuccess ¶ added in v0.23.0
func (o *RecreateFromSnapshotDefault) IsSuccess() bool
IsSuccess returns true when this recreate from snapshot default response has a 2xx status code
func (*RecreateFromSnapshotDefault) String ¶ added in v0.23.0
func (o *RecreateFromSnapshotDefault) String() string
type RecreateFromSnapshotOK ¶ added in v0.21.0
type RecreateFromSnapshotOK struct {
Payload *models.HashicorpCloudVault20201125RecreateFromSnapshotResponse
}
RecreateFromSnapshotOK describes a response with status code 200, with default header values.
A successful response.
func NewRecreateFromSnapshotOK ¶ added in v0.21.0
func NewRecreateFromSnapshotOK() *RecreateFromSnapshotOK
NewRecreateFromSnapshotOK creates a RecreateFromSnapshotOK with default headers values
func (*RecreateFromSnapshotOK) Code ¶ added in v0.75.0
func (o *RecreateFromSnapshotOK) Code() int
Code gets the status code for the recreate from snapshot o k response
func (*RecreateFromSnapshotOK) Error ¶ added in v0.21.0
func (o *RecreateFromSnapshotOK) Error() string
func (*RecreateFromSnapshotOK) GetPayload ¶ added in v0.21.0
func (o *RecreateFromSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125RecreateFromSnapshotResponse
func (*RecreateFromSnapshotOK) IsClientError ¶ added in v0.23.0
func (o *RecreateFromSnapshotOK) IsClientError() bool
IsClientError returns true when this recreate from snapshot o k response has a 4xx status code
func (*RecreateFromSnapshotOK) IsCode ¶ added in v0.23.0
func (o *RecreateFromSnapshotOK) IsCode(code int) bool
IsCode returns true when this recreate from snapshot o k response a status code equal to that given
func (*RecreateFromSnapshotOK) IsRedirect ¶ added in v0.23.0
func (o *RecreateFromSnapshotOK) IsRedirect() bool
IsRedirect returns true when this recreate from snapshot o k response has a 3xx status code
func (*RecreateFromSnapshotOK) IsServerError ¶ added in v0.23.0
func (o *RecreateFromSnapshotOK) IsServerError() bool
IsServerError returns true when this recreate from snapshot o k response has a 5xx status code
func (*RecreateFromSnapshotOK) IsSuccess ¶ added in v0.23.0
func (o *RecreateFromSnapshotOK) IsSuccess() bool
IsSuccess returns true when this recreate from snapshot o k response has a 2xx status code
func (*RecreateFromSnapshotOK) String ¶ added in v0.23.0
func (o *RecreateFromSnapshotOK) String() string
type RecreateFromSnapshotParams ¶ added in v0.21.0
type RecreateFromSnapshotParams struct { // Body. Body *models.HashicorpCloudVault20201125RecreateFromSnapshotRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RecreateFromSnapshotParams contains all the parameters to send to the API endpoint
for the recreate from snapshot operation. Typically these are written to a http.Request.
func NewRecreateFromSnapshotParams ¶ added in v0.21.0
func NewRecreateFromSnapshotParams() *RecreateFromSnapshotParams
NewRecreateFromSnapshotParams creates a new RecreateFromSnapshotParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRecreateFromSnapshotParamsWithContext ¶ added in v0.21.0
func NewRecreateFromSnapshotParamsWithContext(ctx context.Context) *RecreateFromSnapshotParams
NewRecreateFromSnapshotParamsWithContext creates a new RecreateFromSnapshotParams object with the ability to set a context for a request.
func NewRecreateFromSnapshotParamsWithHTTPClient ¶ added in v0.21.0
func NewRecreateFromSnapshotParamsWithHTTPClient(client *http.Client) *RecreateFromSnapshotParams
NewRecreateFromSnapshotParamsWithHTTPClient creates a new RecreateFromSnapshotParams object with the ability to set a custom HTTPClient for a request.
func NewRecreateFromSnapshotParamsWithTimeout ¶ added in v0.21.0
func NewRecreateFromSnapshotParamsWithTimeout(timeout time.Duration) *RecreateFromSnapshotParams
NewRecreateFromSnapshotParamsWithTimeout creates a new RecreateFromSnapshotParams object with the ability to set a timeout on a request.
func (*RecreateFromSnapshotParams) SetBody ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) SetBody(body *models.HashicorpCloudVault20201125RecreateFromSnapshotRequest)
SetBody adds the body to the recreate from snapshot params
func (*RecreateFromSnapshotParams) SetClusterID ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the recreate from snapshot params
func (*RecreateFromSnapshotParams) SetContext ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) SetContext(ctx context.Context)
SetContext adds the context to the recreate from snapshot params
func (*RecreateFromSnapshotParams) SetDefaults ¶ added in v0.23.0
func (o *RecreateFromSnapshotParams) SetDefaults()
SetDefaults hydrates default values in the recreate from snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*RecreateFromSnapshotParams) SetHTTPClient ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the recreate from snapshot params
func (*RecreateFromSnapshotParams) SetLocationOrganizationID ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the recreate from snapshot params
func (*RecreateFromSnapshotParams) SetLocationProjectID ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the recreate from snapshot params
func (*RecreateFromSnapshotParams) SetTimeout ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the recreate from snapshot params
func (*RecreateFromSnapshotParams) WithBody ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) WithBody(body *models.HashicorpCloudVault20201125RecreateFromSnapshotRequest) *RecreateFromSnapshotParams
WithBody adds the body to the recreate from snapshot params
func (*RecreateFromSnapshotParams) WithClusterID ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) WithClusterID(clusterID string) *RecreateFromSnapshotParams
WithClusterID adds the clusterID to the recreate from snapshot params
func (*RecreateFromSnapshotParams) WithContext ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) WithContext(ctx context.Context) *RecreateFromSnapshotParams
WithContext adds the context to the recreate from snapshot params
func (*RecreateFromSnapshotParams) WithDefaults ¶ added in v0.23.0
func (o *RecreateFromSnapshotParams) WithDefaults() *RecreateFromSnapshotParams
WithDefaults hydrates default values in the recreate from snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*RecreateFromSnapshotParams) WithHTTPClient ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) WithHTTPClient(client *http.Client) *RecreateFromSnapshotParams
WithHTTPClient adds the HTTPClient to the recreate from snapshot params
func (*RecreateFromSnapshotParams) WithLocationOrganizationID ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) WithLocationOrganizationID(locationOrganizationID string) *RecreateFromSnapshotParams
WithLocationOrganizationID adds the locationOrganizationID to the recreate from snapshot params
func (*RecreateFromSnapshotParams) WithLocationProjectID ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) WithLocationProjectID(locationProjectID string) *RecreateFromSnapshotParams
WithLocationProjectID adds the locationProjectID to the recreate from snapshot params
func (*RecreateFromSnapshotParams) WithTimeout ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) WithTimeout(timeout time.Duration) *RecreateFromSnapshotParams
WithTimeout adds the timeout to the recreate from snapshot params
func (*RecreateFromSnapshotParams) WriteToRequest ¶ added in v0.21.0
func (o *RecreateFromSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RecreateFromSnapshotReader ¶ added in v0.21.0
type RecreateFromSnapshotReader struct {
// contains filtered or unexported fields
}
RecreateFromSnapshotReader is a Reader for the RecreateFromSnapshot structure.
func (*RecreateFromSnapshotReader) ReadResponse ¶ added in v0.21.0
func (o *RecreateFromSnapshotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RegisterLinkedClusterDefault ¶ added in v0.21.0
type RegisterLinkedClusterDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
RegisterLinkedClusterDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewRegisterLinkedClusterDefault ¶ added in v0.21.0
func NewRegisterLinkedClusterDefault(code int) *RegisterLinkedClusterDefault
NewRegisterLinkedClusterDefault creates a RegisterLinkedClusterDefault with default headers values
func (*RegisterLinkedClusterDefault) Code ¶ added in v0.21.0
func (o *RegisterLinkedClusterDefault) Code() int
Code gets the status code for the register linked cluster default response
func (*RegisterLinkedClusterDefault) Error ¶ added in v0.21.0
func (o *RegisterLinkedClusterDefault) Error() string
func (*RegisterLinkedClusterDefault) GetPayload ¶ added in v0.21.0
func (o *RegisterLinkedClusterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*RegisterLinkedClusterDefault) IsClientError ¶ added in v0.23.0
func (o *RegisterLinkedClusterDefault) IsClientError() bool
IsClientError returns true when this register linked cluster default response has a 4xx status code
func (*RegisterLinkedClusterDefault) IsCode ¶ added in v0.23.0
func (o *RegisterLinkedClusterDefault) IsCode(code int) bool
IsCode returns true when this register linked cluster default response a status code equal to that given
func (*RegisterLinkedClusterDefault) IsRedirect ¶ added in v0.23.0
func (o *RegisterLinkedClusterDefault) IsRedirect() bool
IsRedirect returns true when this register linked cluster default response has a 3xx status code
func (*RegisterLinkedClusterDefault) IsServerError ¶ added in v0.23.0
func (o *RegisterLinkedClusterDefault) IsServerError() bool
IsServerError returns true when this register linked cluster default response has a 5xx status code
func (*RegisterLinkedClusterDefault) IsSuccess ¶ added in v0.23.0
func (o *RegisterLinkedClusterDefault) IsSuccess() bool
IsSuccess returns true when this register linked cluster default response has a 2xx status code
func (*RegisterLinkedClusterDefault) String ¶ added in v0.23.0
func (o *RegisterLinkedClusterDefault) String() string
type RegisterLinkedClusterOK ¶ added in v0.21.0
type RegisterLinkedClusterOK struct {
Payload *models.HashicorpCloudVault20201125RegisterLinkedClusterResponse
}
RegisterLinkedClusterOK describes a response with status code 200, with default header values.
A successful response.
func NewRegisterLinkedClusterOK ¶ added in v0.21.0
func NewRegisterLinkedClusterOK() *RegisterLinkedClusterOK
NewRegisterLinkedClusterOK creates a RegisterLinkedClusterOK with default headers values
func (*RegisterLinkedClusterOK) Code ¶ added in v0.75.0
func (o *RegisterLinkedClusterOK) Code() int
Code gets the status code for the register linked cluster o k response
func (*RegisterLinkedClusterOK) Error ¶ added in v0.21.0
func (o *RegisterLinkedClusterOK) Error() string
func (*RegisterLinkedClusterOK) GetPayload ¶ added in v0.21.0
func (o *RegisterLinkedClusterOK) GetPayload() *models.HashicorpCloudVault20201125RegisterLinkedClusterResponse
func (*RegisterLinkedClusterOK) IsClientError ¶ added in v0.23.0
func (o *RegisterLinkedClusterOK) IsClientError() bool
IsClientError returns true when this register linked cluster o k response has a 4xx status code
func (*RegisterLinkedClusterOK) IsCode ¶ added in v0.23.0
func (o *RegisterLinkedClusterOK) IsCode(code int) bool
IsCode returns true when this register linked cluster o k response a status code equal to that given
func (*RegisterLinkedClusterOK) IsRedirect ¶ added in v0.23.0
func (o *RegisterLinkedClusterOK) IsRedirect() bool
IsRedirect returns true when this register linked cluster o k response has a 3xx status code
func (*RegisterLinkedClusterOK) IsServerError ¶ added in v0.23.0
func (o *RegisterLinkedClusterOK) IsServerError() bool
IsServerError returns true when this register linked cluster o k response has a 5xx status code
func (*RegisterLinkedClusterOK) IsSuccess ¶ added in v0.23.0
func (o *RegisterLinkedClusterOK) IsSuccess() bool
IsSuccess returns true when this register linked cluster o k response has a 2xx status code
func (*RegisterLinkedClusterOK) String ¶ added in v0.23.0
func (o *RegisterLinkedClusterOK) String() string
type RegisterLinkedClusterParams ¶ added in v0.21.0
type RegisterLinkedClusterParams struct { // Body. Body *models.HashicorpCloudVault20201125RegisterLinkedClusterRequest /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RegisterLinkedClusterParams contains all the parameters to send to the API endpoint
for the register linked cluster operation. Typically these are written to a http.Request.
func NewRegisterLinkedClusterParams ¶ added in v0.21.0
func NewRegisterLinkedClusterParams() *RegisterLinkedClusterParams
NewRegisterLinkedClusterParams creates a new RegisterLinkedClusterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRegisterLinkedClusterParamsWithContext ¶ added in v0.21.0
func NewRegisterLinkedClusterParamsWithContext(ctx context.Context) *RegisterLinkedClusterParams
NewRegisterLinkedClusterParamsWithContext creates a new RegisterLinkedClusterParams object with the ability to set a context for a request.
func NewRegisterLinkedClusterParamsWithHTTPClient ¶ added in v0.21.0
func NewRegisterLinkedClusterParamsWithHTTPClient(client *http.Client) *RegisterLinkedClusterParams
NewRegisterLinkedClusterParamsWithHTTPClient creates a new RegisterLinkedClusterParams object with the ability to set a custom HTTPClient for a request.
func NewRegisterLinkedClusterParamsWithTimeout ¶ added in v0.21.0
func NewRegisterLinkedClusterParamsWithTimeout(timeout time.Duration) *RegisterLinkedClusterParams
NewRegisterLinkedClusterParamsWithTimeout creates a new RegisterLinkedClusterParams object with the ability to set a timeout on a request.
func (*RegisterLinkedClusterParams) SetBody ¶ added in v0.23.0
func (o *RegisterLinkedClusterParams) SetBody(body *models.HashicorpCloudVault20201125RegisterLinkedClusterRequest)
SetBody adds the body to the register linked cluster params
func (*RegisterLinkedClusterParams) SetContext ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the register linked cluster params
func (*RegisterLinkedClusterParams) SetDefaults ¶ added in v0.23.0
func (o *RegisterLinkedClusterParams) SetDefaults()
SetDefaults hydrates default values in the register linked cluster params (not the query body).
All values with no default are reset to their zero value.
func (*RegisterLinkedClusterParams) SetHTTPClient ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the register linked cluster params
func (*RegisterLinkedClusterParams) SetLocationOrganizationID ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the register linked cluster params
func (*RegisterLinkedClusterParams) SetLocationProjectID ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the register linked cluster params
func (*RegisterLinkedClusterParams) SetTimeout ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the register linked cluster params
func (*RegisterLinkedClusterParams) WithBody ¶ added in v0.23.0
func (o *RegisterLinkedClusterParams) WithBody(body *models.HashicorpCloudVault20201125RegisterLinkedClusterRequest) *RegisterLinkedClusterParams
WithBody adds the body to the register linked cluster params
func (*RegisterLinkedClusterParams) WithContext ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) WithContext(ctx context.Context) *RegisterLinkedClusterParams
WithContext adds the context to the register linked cluster params
func (*RegisterLinkedClusterParams) WithDefaults ¶ added in v0.23.0
func (o *RegisterLinkedClusterParams) WithDefaults() *RegisterLinkedClusterParams
WithDefaults hydrates default values in the register linked cluster params (not the query body).
All values with no default are reset to their zero value.
func (*RegisterLinkedClusterParams) WithHTTPClient ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) WithHTTPClient(client *http.Client) *RegisterLinkedClusterParams
WithHTTPClient adds the HTTPClient to the register linked cluster params
func (*RegisterLinkedClusterParams) WithLocationOrganizationID ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) WithLocationOrganizationID(locationOrganizationID string) *RegisterLinkedClusterParams
WithLocationOrganizationID adds the locationOrganizationID to the register linked cluster params
func (*RegisterLinkedClusterParams) WithLocationProjectID ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) WithLocationProjectID(locationProjectID string) *RegisterLinkedClusterParams
WithLocationProjectID adds the locationProjectID to the register linked cluster params
func (*RegisterLinkedClusterParams) WithTimeout ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) WithTimeout(timeout time.Duration) *RegisterLinkedClusterParams
WithTimeout adds the timeout to the register linked cluster params
func (*RegisterLinkedClusterParams) WriteToRequest ¶ added in v0.21.0
func (o *RegisterLinkedClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RegisterLinkedClusterReader ¶ added in v0.21.0
type RegisterLinkedClusterReader struct {
// contains filtered or unexported fields
}
RegisterLinkedClusterReader is a Reader for the RegisterLinkedCluster structure.
func (*RegisterLinkedClusterReader) ReadResponse ¶ added in v0.21.0
func (o *RegisterLinkedClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestoreSnapshotDefault ¶
type RestoreSnapshotDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
RestoreSnapshotDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewRestoreSnapshotDefault ¶
func NewRestoreSnapshotDefault(code int) *RestoreSnapshotDefault
NewRestoreSnapshotDefault creates a RestoreSnapshotDefault with default headers values
func (*RestoreSnapshotDefault) Code ¶
func (o *RestoreSnapshotDefault) Code() int
Code gets the status code for the restore snapshot default response
func (*RestoreSnapshotDefault) Error ¶
func (o *RestoreSnapshotDefault) Error() string
func (*RestoreSnapshotDefault) GetPayload ¶
func (o *RestoreSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*RestoreSnapshotDefault) IsClientError ¶ added in v0.23.0
func (o *RestoreSnapshotDefault) IsClientError() bool
IsClientError returns true when this restore snapshot default response has a 4xx status code
func (*RestoreSnapshotDefault) IsCode ¶ added in v0.23.0
func (o *RestoreSnapshotDefault) IsCode(code int) bool
IsCode returns true when this restore snapshot default response a status code equal to that given
func (*RestoreSnapshotDefault) IsRedirect ¶ added in v0.23.0
func (o *RestoreSnapshotDefault) IsRedirect() bool
IsRedirect returns true when this restore snapshot default response has a 3xx status code
func (*RestoreSnapshotDefault) IsServerError ¶ added in v0.23.0
func (o *RestoreSnapshotDefault) IsServerError() bool
IsServerError returns true when this restore snapshot default response has a 5xx status code
func (*RestoreSnapshotDefault) IsSuccess ¶ added in v0.23.0
func (o *RestoreSnapshotDefault) IsSuccess() bool
IsSuccess returns true when this restore snapshot default response has a 2xx status code
func (*RestoreSnapshotDefault) String ¶ added in v0.23.0
func (o *RestoreSnapshotDefault) String() string
type RestoreSnapshotOK ¶
type RestoreSnapshotOK struct {
Payload *models.HashicorpCloudVault20201125RestoreSnapshotResponse
}
RestoreSnapshotOK describes a response with status code 200, with default header values.
A successful response.
func NewRestoreSnapshotOK ¶
func NewRestoreSnapshotOK() *RestoreSnapshotOK
NewRestoreSnapshotOK creates a RestoreSnapshotOK with default headers values
func (*RestoreSnapshotOK) Code ¶ added in v0.75.0
func (o *RestoreSnapshotOK) Code() int
Code gets the status code for the restore snapshot o k response
func (*RestoreSnapshotOK) Error ¶
func (o *RestoreSnapshotOK) Error() string
func (*RestoreSnapshotOK) GetPayload ¶
func (o *RestoreSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125RestoreSnapshotResponse
func (*RestoreSnapshotOK) IsClientError ¶ added in v0.23.0
func (o *RestoreSnapshotOK) IsClientError() bool
IsClientError returns true when this restore snapshot o k response has a 4xx status code
func (*RestoreSnapshotOK) IsCode ¶ added in v0.23.0
func (o *RestoreSnapshotOK) IsCode(code int) bool
IsCode returns true when this restore snapshot o k response a status code equal to that given
func (*RestoreSnapshotOK) IsRedirect ¶ added in v0.23.0
func (o *RestoreSnapshotOK) IsRedirect() bool
IsRedirect returns true when this restore snapshot o k response has a 3xx status code
func (*RestoreSnapshotOK) IsServerError ¶ added in v0.23.0
func (o *RestoreSnapshotOK) IsServerError() bool
IsServerError returns true when this restore snapshot o k response has a 5xx status code
func (*RestoreSnapshotOK) IsSuccess ¶ added in v0.23.0
func (o *RestoreSnapshotOK) IsSuccess() bool
IsSuccess returns true when this restore snapshot o k response has a 2xx status code
func (*RestoreSnapshotOK) String ¶ added in v0.23.0
func (o *RestoreSnapshotOK) String() string
type RestoreSnapshotParams ¶
type RestoreSnapshotParams struct { // Body. Body *models.HashicorpCloudVault20201125RestoreSnapshotRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RestoreSnapshotParams contains all the parameters to send to the API endpoint
for the restore snapshot operation. Typically these are written to a http.Request.
func NewRestoreSnapshotParams ¶
func NewRestoreSnapshotParams() *RestoreSnapshotParams
NewRestoreSnapshotParams creates a new RestoreSnapshotParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRestoreSnapshotParamsWithContext ¶
func NewRestoreSnapshotParamsWithContext(ctx context.Context) *RestoreSnapshotParams
NewRestoreSnapshotParamsWithContext creates a new RestoreSnapshotParams object with the ability to set a context for a request.
func NewRestoreSnapshotParamsWithHTTPClient ¶
func NewRestoreSnapshotParamsWithHTTPClient(client *http.Client) *RestoreSnapshotParams
NewRestoreSnapshotParamsWithHTTPClient creates a new RestoreSnapshotParams object with the ability to set a custom HTTPClient for a request.
func NewRestoreSnapshotParamsWithTimeout ¶
func NewRestoreSnapshotParamsWithTimeout(timeout time.Duration) *RestoreSnapshotParams
NewRestoreSnapshotParamsWithTimeout creates a new RestoreSnapshotParams object with the ability to set a timeout on a request.
func (*RestoreSnapshotParams) SetBody ¶
func (o *RestoreSnapshotParams) SetBody(body *models.HashicorpCloudVault20201125RestoreSnapshotRequest)
SetBody adds the body to the restore snapshot params
func (*RestoreSnapshotParams) SetClusterID ¶
func (o *RestoreSnapshotParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the restore snapshot params
func (*RestoreSnapshotParams) SetContext ¶
func (o *RestoreSnapshotParams) SetContext(ctx context.Context)
SetContext adds the context to the restore snapshot params
func (*RestoreSnapshotParams) SetDefaults ¶ added in v0.23.0
func (o *RestoreSnapshotParams) SetDefaults()
SetDefaults hydrates default values in the restore snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreSnapshotParams) SetHTTPClient ¶
func (o *RestoreSnapshotParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restore snapshot params
func (*RestoreSnapshotParams) SetLocationOrganizationID ¶
func (o *RestoreSnapshotParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the restore snapshot params
func (*RestoreSnapshotParams) SetLocationProjectID ¶
func (o *RestoreSnapshotParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the restore snapshot params
func (*RestoreSnapshotParams) SetTimeout ¶
func (o *RestoreSnapshotParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restore snapshot params
func (*RestoreSnapshotParams) WithBody ¶
func (o *RestoreSnapshotParams) WithBody(body *models.HashicorpCloudVault20201125RestoreSnapshotRequest) *RestoreSnapshotParams
WithBody adds the body to the restore snapshot params
func (*RestoreSnapshotParams) WithClusterID ¶
func (o *RestoreSnapshotParams) WithClusterID(clusterID string) *RestoreSnapshotParams
WithClusterID adds the clusterID to the restore snapshot params
func (*RestoreSnapshotParams) WithContext ¶
func (o *RestoreSnapshotParams) WithContext(ctx context.Context) *RestoreSnapshotParams
WithContext adds the context to the restore snapshot params
func (*RestoreSnapshotParams) WithDefaults ¶ added in v0.23.0
func (o *RestoreSnapshotParams) WithDefaults() *RestoreSnapshotParams
WithDefaults hydrates default values in the restore snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreSnapshotParams) WithHTTPClient ¶
func (o *RestoreSnapshotParams) WithHTTPClient(client *http.Client) *RestoreSnapshotParams
WithHTTPClient adds the HTTPClient to the restore snapshot params
func (*RestoreSnapshotParams) WithLocationOrganizationID ¶
func (o *RestoreSnapshotParams) WithLocationOrganizationID(locationOrganizationID string) *RestoreSnapshotParams
WithLocationOrganizationID adds the locationOrganizationID to the restore snapshot params
func (*RestoreSnapshotParams) WithLocationProjectID ¶
func (o *RestoreSnapshotParams) WithLocationProjectID(locationProjectID string) *RestoreSnapshotParams
WithLocationProjectID adds the locationProjectID to the restore snapshot params
func (*RestoreSnapshotParams) WithTimeout ¶
func (o *RestoreSnapshotParams) WithTimeout(timeout time.Duration) *RestoreSnapshotParams
WithTimeout adds the timeout to the restore snapshot params
func (*RestoreSnapshotParams) WriteToRequest ¶
func (o *RestoreSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestoreSnapshotReader ¶
type RestoreSnapshotReader struct {
// contains filtered or unexported fields
}
RestoreSnapshotReader is a Reader for the RestoreSnapshot structure.
func (*RestoreSnapshotReader) ReadResponse ¶
func (o *RestoreSnapshotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RevokeAdminTokensDefault ¶ added in v0.42.0
type RevokeAdminTokensDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
RevokeAdminTokensDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewRevokeAdminTokensDefault ¶ added in v0.42.0
func NewRevokeAdminTokensDefault(code int) *RevokeAdminTokensDefault
NewRevokeAdminTokensDefault creates a RevokeAdminTokensDefault with default headers values
func (*RevokeAdminTokensDefault) Code ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) Code() int
Code gets the status code for the revoke admin tokens default response
func (*RevokeAdminTokensDefault) Error ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) Error() string
func (*RevokeAdminTokensDefault) GetPayload ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*RevokeAdminTokensDefault) IsClientError ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) IsClientError() bool
IsClientError returns true when this revoke admin tokens default response has a 4xx status code
func (*RevokeAdminTokensDefault) IsCode ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) IsCode(code int) bool
IsCode returns true when this revoke admin tokens default response a status code equal to that given
func (*RevokeAdminTokensDefault) IsRedirect ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) IsRedirect() bool
IsRedirect returns true when this revoke admin tokens default response has a 3xx status code
func (*RevokeAdminTokensDefault) IsServerError ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) IsServerError() bool
IsServerError returns true when this revoke admin tokens default response has a 5xx status code
func (*RevokeAdminTokensDefault) IsSuccess ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) IsSuccess() bool
IsSuccess returns true when this revoke admin tokens default response has a 2xx status code
func (*RevokeAdminTokensDefault) String ¶ added in v0.42.0
func (o *RevokeAdminTokensDefault) String() string
type RevokeAdminTokensOK ¶ added in v0.42.0
type RevokeAdminTokensOK struct {
Payload models.HashicorpCloudVault20201125RevokeAdminTokensResponse
}
RevokeAdminTokensOK describes a response with status code 200, with default header values.
A successful response.
func NewRevokeAdminTokensOK ¶ added in v0.42.0
func NewRevokeAdminTokensOK() *RevokeAdminTokensOK
NewRevokeAdminTokensOK creates a RevokeAdminTokensOK with default headers values
func (*RevokeAdminTokensOK) Code ¶ added in v0.75.0
func (o *RevokeAdminTokensOK) Code() int
Code gets the status code for the revoke admin tokens o k response
func (*RevokeAdminTokensOK) Error ¶ added in v0.42.0
func (o *RevokeAdminTokensOK) Error() string
func (*RevokeAdminTokensOK) GetPayload ¶ added in v0.42.0
func (o *RevokeAdminTokensOK) GetPayload() models.HashicorpCloudVault20201125RevokeAdminTokensResponse
func (*RevokeAdminTokensOK) IsClientError ¶ added in v0.42.0
func (o *RevokeAdminTokensOK) IsClientError() bool
IsClientError returns true when this revoke admin tokens o k response has a 4xx status code
func (*RevokeAdminTokensOK) IsCode ¶ added in v0.42.0
func (o *RevokeAdminTokensOK) IsCode(code int) bool
IsCode returns true when this revoke admin tokens o k response a status code equal to that given
func (*RevokeAdminTokensOK) IsRedirect ¶ added in v0.42.0
func (o *RevokeAdminTokensOK) IsRedirect() bool
IsRedirect returns true when this revoke admin tokens o k response has a 3xx status code
func (*RevokeAdminTokensOK) IsServerError ¶ added in v0.42.0
func (o *RevokeAdminTokensOK) IsServerError() bool
IsServerError returns true when this revoke admin tokens o k response has a 5xx status code
func (*RevokeAdminTokensOK) IsSuccess ¶ added in v0.42.0
func (o *RevokeAdminTokensOK) IsSuccess() bool
IsSuccess returns true when this revoke admin tokens o k response has a 2xx status code
func (*RevokeAdminTokensOK) String ¶ added in v0.42.0
func (o *RevokeAdminTokensOK) String() string
type RevokeAdminTokensParams ¶ added in v0.42.0
type RevokeAdminTokensParams struct { // Body. Body *models.HashicorpCloudVault20201125RevokeAdminTokensRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RevokeAdminTokensParams contains all the parameters to send to the API endpoint
for the revoke admin tokens operation. Typically these are written to a http.Request.
func NewRevokeAdminTokensParams ¶ added in v0.42.0
func NewRevokeAdminTokensParams() *RevokeAdminTokensParams
NewRevokeAdminTokensParams creates a new RevokeAdminTokensParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRevokeAdminTokensParamsWithContext ¶ added in v0.42.0
func NewRevokeAdminTokensParamsWithContext(ctx context.Context) *RevokeAdminTokensParams
NewRevokeAdminTokensParamsWithContext creates a new RevokeAdminTokensParams object with the ability to set a context for a request.
func NewRevokeAdminTokensParamsWithHTTPClient ¶ added in v0.42.0
func NewRevokeAdminTokensParamsWithHTTPClient(client *http.Client) *RevokeAdminTokensParams
NewRevokeAdminTokensParamsWithHTTPClient creates a new RevokeAdminTokensParams object with the ability to set a custom HTTPClient for a request.
func NewRevokeAdminTokensParamsWithTimeout ¶ added in v0.42.0
func NewRevokeAdminTokensParamsWithTimeout(timeout time.Duration) *RevokeAdminTokensParams
NewRevokeAdminTokensParamsWithTimeout creates a new RevokeAdminTokensParams object with the ability to set a timeout on a request.
func (*RevokeAdminTokensParams) SetBody ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) SetBody(body *models.HashicorpCloudVault20201125RevokeAdminTokensRequest)
SetBody adds the body to the revoke admin tokens params
func (*RevokeAdminTokensParams) SetClusterID ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the revoke admin tokens params
func (*RevokeAdminTokensParams) SetContext ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) SetContext(ctx context.Context)
SetContext adds the context to the revoke admin tokens params
func (*RevokeAdminTokensParams) SetDefaults ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) SetDefaults()
SetDefaults hydrates default values in the revoke admin tokens params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeAdminTokensParams) SetHTTPClient ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the revoke admin tokens params
func (*RevokeAdminTokensParams) SetLocationOrganizationID ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the revoke admin tokens params
func (*RevokeAdminTokensParams) SetLocationProjectID ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the revoke admin tokens params
func (*RevokeAdminTokensParams) SetTimeout ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the revoke admin tokens params
func (*RevokeAdminTokensParams) WithBody ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WithBody(body *models.HashicorpCloudVault20201125RevokeAdminTokensRequest) *RevokeAdminTokensParams
WithBody adds the body to the revoke admin tokens params
func (*RevokeAdminTokensParams) WithClusterID ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WithClusterID(clusterID string) *RevokeAdminTokensParams
WithClusterID adds the clusterID to the revoke admin tokens params
func (*RevokeAdminTokensParams) WithContext ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WithContext(ctx context.Context) *RevokeAdminTokensParams
WithContext adds the context to the revoke admin tokens params
func (*RevokeAdminTokensParams) WithDefaults ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WithDefaults() *RevokeAdminTokensParams
WithDefaults hydrates default values in the revoke admin tokens params (not the query body).
All values with no default are reset to their zero value.
func (*RevokeAdminTokensParams) WithHTTPClient ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WithHTTPClient(client *http.Client) *RevokeAdminTokensParams
WithHTTPClient adds the HTTPClient to the revoke admin tokens params
func (*RevokeAdminTokensParams) WithLocationOrganizationID ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WithLocationOrganizationID(locationOrganizationID string) *RevokeAdminTokensParams
WithLocationOrganizationID adds the locationOrganizationID to the revoke admin tokens params
func (*RevokeAdminTokensParams) WithLocationProjectID ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WithLocationProjectID(locationProjectID string) *RevokeAdminTokensParams
WithLocationProjectID adds the locationProjectID to the revoke admin tokens params
func (*RevokeAdminTokensParams) WithTimeout ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WithTimeout(timeout time.Duration) *RevokeAdminTokensParams
WithTimeout adds the timeout to the revoke admin tokens params
func (*RevokeAdminTokensParams) WriteToRequest ¶ added in v0.42.0
func (o *RevokeAdminTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RevokeAdminTokensReader ¶ added in v0.42.0
type RevokeAdminTokensReader struct {
// contains filtered or unexported fields
}
RevokeAdminTokensReader is a Reader for the RevokeAdminTokens structure.
func (*RevokeAdminTokensReader) ReadResponse ¶ added in v0.42.0
func (o *RevokeAdminTokensReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SealDefault ¶
type SealDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
SealDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewSealDefault ¶
func NewSealDefault(code int) *SealDefault
NewSealDefault creates a SealDefault with default headers values
func (*SealDefault) Code ¶
func (o *SealDefault) Code() int
Code gets the status code for the seal default response
func (*SealDefault) Error ¶
func (o *SealDefault) Error() string
func (*SealDefault) GetPayload ¶
func (o *SealDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*SealDefault) IsClientError ¶ added in v0.23.0
func (o *SealDefault) IsClientError() bool
IsClientError returns true when this seal default response has a 4xx status code
func (*SealDefault) IsCode ¶ added in v0.23.0
func (o *SealDefault) IsCode(code int) bool
IsCode returns true when this seal default response a status code equal to that given
func (*SealDefault) IsRedirect ¶ added in v0.23.0
func (o *SealDefault) IsRedirect() bool
IsRedirect returns true when this seal default response has a 3xx status code
func (*SealDefault) IsServerError ¶ added in v0.23.0
func (o *SealDefault) IsServerError() bool
IsServerError returns true when this seal default response has a 5xx status code
func (*SealDefault) IsSuccess ¶ added in v0.23.0
func (o *SealDefault) IsSuccess() bool
IsSuccess returns true when this seal default response has a 2xx status code
func (*SealDefault) String ¶ added in v0.23.0
func (o *SealDefault) String() string
type SealOK ¶
type SealOK struct {
Payload *models.HashicorpCloudVault20201125SealResponse
}
SealOK describes a response with status code 200, with default header values.
A successful response.
func (*SealOK) GetPayload ¶
func (o *SealOK) GetPayload() *models.HashicorpCloudVault20201125SealResponse
func (*SealOK) IsClientError ¶ added in v0.23.0
IsClientError returns true when this seal o k response has a 4xx status code
func (*SealOK) IsCode ¶ added in v0.23.0
IsCode returns true when this seal o k response a status code equal to that given
func (*SealOK) IsRedirect ¶ added in v0.23.0
IsRedirect returns true when this seal o k response has a 3xx status code
func (*SealOK) IsServerError ¶ added in v0.23.0
IsServerError returns true when this seal o k response has a 5xx status code
type SealParams ¶
type SealParams struct { // Body. Body *models.HashicorpCloudVault20201125SealRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SealParams contains all the parameters to send to the API endpoint
for the seal operation. Typically these are written to a http.Request.
func NewSealParams ¶
func NewSealParams() *SealParams
NewSealParams creates a new SealParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSealParamsWithContext ¶
func NewSealParamsWithContext(ctx context.Context) *SealParams
NewSealParamsWithContext creates a new SealParams object with the ability to set a context for a request.
func NewSealParamsWithHTTPClient ¶
func NewSealParamsWithHTTPClient(client *http.Client) *SealParams
NewSealParamsWithHTTPClient creates a new SealParams object with the ability to set a custom HTTPClient for a request.
func NewSealParamsWithTimeout ¶
func NewSealParamsWithTimeout(timeout time.Duration) *SealParams
NewSealParamsWithTimeout creates a new SealParams object with the ability to set a timeout on a request.
func (*SealParams) SetBody ¶
func (o *SealParams) SetBody(body *models.HashicorpCloudVault20201125SealRequest)
SetBody adds the body to the seal params
func (*SealParams) SetClusterID ¶
func (o *SealParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the seal params
func (*SealParams) SetContext ¶
func (o *SealParams) SetContext(ctx context.Context)
SetContext adds the context to the seal params
func (*SealParams) SetDefaults ¶ added in v0.23.0
func (o *SealParams) SetDefaults()
SetDefaults hydrates default values in the seal params (not the query body).
All values with no default are reset to their zero value.
func (*SealParams) SetHTTPClient ¶
func (o *SealParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the seal params
func (*SealParams) SetLocationOrganizationID ¶
func (o *SealParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the seal params
func (*SealParams) SetLocationProjectID ¶
func (o *SealParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the seal params
func (*SealParams) SetTimeout ¶
func (o *SealParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the seal params
func (*SealParams) WithBody ¶
func (o *SealParams) WithBody(body *models.HashicorpCloudVault20201125SealRequest) *SealParams
WithBody adds the body to the seal params
func (*SealParams) WithClusterID ¶
func (o *SealParams) WithClusterID(clusterID string) *SealParams
WithClusterID adds the clusterID to the seal params
func (*SealParams) WithContext ¶
func (o *SealParams) WithContext(ctx context.Context) *SealParams
WithContext adds the context to the seal params
func (*SealParams) WithDefaults ¶ added in v0.23.0
func (o *SealParams) WithDefaults() *SealParams
WithDefaults hydrates default values in the seal params (not the query body).
All values with no default are reset to their zero value.
func (*SealParams) WithHTTPClient ¶
func (o *SealParams) WithHTTPClient(client *http.Client) *SealParams
WithHTTPClient adds the HTTPClient to the seal params
func (*SealParams) WithLocationOrganizationID ¶
func (o *SealParams) WithLocationOrganizationID(locationOrganizationID string) *SealParams
WithLocationOrganizationID adds the locationOrganizationID to the seal params
func (*SealParams) WithLocationProjectID ¶
func (o *SealParams) WithLocationProjectID(locationProjectID string) *SealParams
WithLocationProjectID adds the locationProjectID to the seal params
func (*SealParams) WithTimeout ¶
func (o *SealParams) WithTimeout(timeout time.Duration) *SealParams
WithTimeout adds the timeout to the seal params
func (*SealParams) WriteToRequest ¶
func (o *SealParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SealReader ¶
type SealReader struct {
// contains filtered or unexported fields
}
SealReader is a Reader for the Seal structure.
func (*SealReader) ReadResponse ¶
func (o *SealReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnlockDefault ¶ added in v0.42.0
type UnlockDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UnlockDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUnlockDefault ¶ added in v0.42.0
func NewUnlockDefault(code int) *UnlockDefault
NewUnlockDefault creates a UnlockDefault with default headers values
func (*UnlockDefault) Code ¶ added in v0.42.0
func (o *UnlockDefault) Code() int
Code gets the status code for the unlock default response
func (*UnlockDefault) Error ¶ added in v0.42.0
func (o *UnlockDefault) Error() string
func (*UnlockDefault) GetPayload ¶ added in v0.42.0
func (o *UnlockDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UnlockDefault) IsClientError ¶ added in v0.42.0
func (o *UnlockDefault) IsClientError() bool
IsClientError returns true when this unlock default response has a 4xx status code
func (*UnlockDefault) IsCode ¶ added in v0.42.0
func (o *UnlockDefault) IsCode(code int) bool
IsCode returns true when this unlock default response a status code equal to that given
func (*UnlockDefault) IsRedirect ¶ added in v0.42.0
func (o *UnlockDefault) IsRedirect() bool
IsRedirect returns true when this unlock default response has a 3xx status code
func (*UnlockDefault) IsServerError ¶ added in v0.42.0
func (o *UnlockDefault) IsServerError() bool
IsServerError returns true when this unlock default response has a 5xx status code
func (*UnlockDefault) IsSuccess ¶ added in v0.42.0
func (o *UnlockDefault) IsSuccess() bool
IsSuccess returns true when this unlock default response has a 2xx status code
func (*UnlockDefault) String ¶ added in v0.42.0
func (o *UnlockDefault) String() string
type UnlockOK ¶ added in v0.42.0
type UnlockOK struct {
Payload *models.HashicorpCloudVault20201125UnlockResponse
}
UnlockOK describes a response with status code 200, with default header values.
A successful response.
func NewUnlockOK ¶ added in v0.42.0
func NewUnlockOK() *UnlockOK
NewUnlockOK creates a UnlockOK with default headers values
func (*UnlockOK) GetPayload ¶ added in v0.42.0
func (o *UnlockOK) GetPayload() *models.HashicorpCloudVault20201125UnlockResponse
func (*UnlockOK) IsClientError ¶ added in v0.42.0
IsClientError returns true when this unlock o k response has a 4xx status code
func (*UnlockOK) IsCode ¶ added in v0.42.0
IsCode returns true when this unlock o k response a status code equal to that given
func (*UnlockOK) IsRedirect ¶ added in v0.42.0
IsRedirect returns true when this unlock o k response has a 3xx status code
func (*UnlockOK) IsServerError ¶ added in v0.42.0
IsServerError returns true when this unlock o k response has a 5xx status code
type UnlockParams ¶ added in v0.42.0
type UnlockParams struct { // Body. Body *models.HashicorpCloudVault20201125UnlockRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UnlockParams contains all the parameters to send to the API endpoint
for the unlock operation. Typically these are written to a http.Request.
func NewUnlockParams ¶ added in v0.42.0
func NewUnlockParams() *UnlockParams
NewUnlockParams creates a new UnlockParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUnlockParamsWithContext ¶ added in v0.42.0
func NewUnlockParamsWithContext(ctx context.Context) *UnlockParams
NewUnlockParamsWithContext creates a new UnlockParams object with the ability to set a context for a request.
func NewUnlockParamsWithHTTPClient ¶ added in v0.42.0
func NewUnlockParamsWithHTTPClient(client *http.Client) *UnlockParams
NewUnlockParamsWithHTTPClient creates a new UnlockParams object with the ability to set a custom HTTPClient for a request.
func NewUnlockParamsWithTimeout ¶ added in v0.42.0
func NewUnlockParamsWithTimeout(timeout time.Duration) *UnlockParams
NewUnlockParamsWithTimeout creates a new UnlockParams object with the ability to set a timeout on a request.
func (*UnlockParams) SetBody ¶ added in v0.42.0
func (o *UnlockParams) SetBody(body *models.HashicorpCloudVault20201125UnlockRequest)
SetBody adds the body to the unlock params
func (*UnlockParams) SetClusterID ¶ added in v0.42.0
func (o *UnlockParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the unlock params
func (*UnlockParams) SetContext ¶ added in v0.42.0
func (o *UnlockParams) SetContext(ctx context.Context)
SetContext adds the context to the unlock params
func (*UnlockParams) SetDefaults ¶ added in v0.42.0
func (o *UnlockParams) SetDefaults()
SetDefaults hydrates default values in the unlock params (not the query body).
All values with no default are reset to their zero value.
func (*UnlockParams) SetHTTPClient ¶ added in v0.42.0
func (o *UnlockParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unlock params
func (*UnlockParams) SetLocationOrganizationID ¶ added in v0.42.0
func (o *UnlockParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the unlock params
func (*UnlockParams) SetLocationProjectID ¶ added in v0.42.0
func (o *UnlockParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the unlock params
func (*UnlockParams) SetTimeout ¶ added in v0.42.0
func (o *UnlockParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unlock params
func (*UnlockParams) WithBody ¶ added in v0.42.0
func (o *UnlockParams) WithBody(body *models.HashicorpCloudVault20201125UnlockRequest) *UnlockParams
WithBody adds the body to the unlock params
func (*UnlockParams) WithClusterID ¶ added in v0.42.0
func (o *UnlockParams) WithClusterID(clusterID string) *UnlockParams
WithClusterID adds the clusterID to the unlock params
func (*UnlockParams) WithContext ¶ added in v0.42.0
func (o *UnlockParams) WithContext(ctx context.Context) *UnlockParams
WithContext adds the context to the unlock params
func (*UnlockParams) WithDefaults ¶ added in v0.42.0
func (o *UnlockParams) WithDefaults() *UnlockParams
WithDefaults hydrates default values in the unlock params (not the query body).
All values with no default are reset to their zero value.
func (*UnlockParams) WithHTTPClient ¶ added in v0.42.0
func (o *UnlockParams) WithHTTPClient(client *http.Client) *UnlockParams
WithHTTPClient adds the HTTPClient to the unlock params
func (*UnlockParams) WithLocationOrganizationID ¶ added in v0.42.0
func (o *UnlockParams) WithLocationOrganizationID(locationOrganizationID string) *UnlockParams
WithLocationOrganizationID adds the locationOrganizationID to the unlock params
func (*UnlockParams) WithLocationProjectID ¶ added in v0.42.0
func (o *UnlockParams) WithLocationProjectID(locationProjectID string) *UnlockParams
WithLocationProjectID adds the locationProjectID to the unlock params
func (*UnlockParams) WithTimeout ¶ added in v0.42.0
func (o *UnlockParams) WithTimeout(timeout time.Duration) *UnlockParams
WithTimeout adds the timeout to the unlock params
func (*UnlockParams) WriteToRequest ¶ added in v0.42.0
func (o *UnlockParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnlockReader ¶ added in v0.42.0
type UnlockReader struct {
// contains filtered or unexported fields
}
UnlockReader is a Reader for the Unlock structure.
func (*UnlockReader) ReadResponse ¶ added in v0.42.0
func (o *UnlockReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnsealDefault ¶
type UnsealDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UnsealDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUnsealDefault ¶
func NewUnsealDefault(code int) *UnsealDefault
NewUnsealDefault creates a UnsealDefault with default headers values
func (*UnsealDefault) Code ¶
func (o *UnsealDefault) Code() int
Code gets the status code for the unseal default response
func (*UnsealDefault) Error ¶
func (o *UnsealDefault) Error() string
func (*UnsealDefault) GetPayload ¶
func (o *UnsealDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UnsealDefault) IsClientError ¶ added in v0.23.0
func (o *UnsealDefault) IsClientError() bool
IsClientError returns true when this unseal default response has a 4xx status code
func (*UnsealDefault) IsCode ¶ added in v0.23.0
func (o *UnsealDefault) IsCode(code int) bool
IsCode returns true when this unseal default response a status code equal to that given
func (*UnsealDefault) IsRedirect ¶ added in v0.23.0
func (o *UnsealDefault) IsRedirect() bool
IsRedirect returns true when this unseal default response has a 3xx status code
func (*UnsealDefault) IsServerError ¶ added in v0.23.0
func (o *UnsealDefault) IsServerError() bool
IsServerError returns true when this unseal default response has a 5xx status code
func (*UnsealDefault) IsSuccess ¶ added in v0.23.0
func (o *UnsealDefault) IsSuccess() bool
IsSuccess returns true when this unseal default response has a 2xx status code
func (*UnsealDefault) String ¶ added in v0.23.0
func (o *UnsealDefault) String() string
type UnsealOK ¶
type UnsealOK struct {
Payload *models.HashicorpCloudVault20201125UnsealResponse
}
UnsealOK describes a response with status code 200, with default header values.
A successful response.
func NewUnsealOK ¶
func NewUnsealOK() *UnsealOK
NewUnsealOK creates a UnsealOK with default headers values
func (*UnsealOK) GetPayload ¶
func (o *UnsealOK) GetPayload() *models.HashicorpCloudVault20201125UnsealResponse
func (*UnsealOK) IsClientError ¶ added in v0.23.0
IsClientError returns true when this unseal o k response has a 4xx status code
func (*UnsealOK) IsCode ¶ added in v0.23.0
IsCode returns true when this unseal o k response a status code equal to that given
func (*UnsealOK) IsRedirect ¶ added in v0.23.0
IsRedirect returns true when this unseal o k response has a 3xx status code
func (*UnsealOK) IsServerError ¶ added in v0.23.0
IsServerError returns true when this unseal o k response has a 5xx status code
type UnsealParams ¶
type UnsealParams struct { // Body. Body *models.HashicorpCloudVault20201125UnsealRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UnsealParams contains all the parameters to send to the API endpoint
for the unseal operation. Typically these are written to a http.Request.
func NewUnsealParams ¶
func NewUnsealParams() *UnsealParams
NewUnsealParams creates a new UnsealParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUnsealParamsWithContext ¶
func NewUnsealParamsWithContext(ctx context.Context) *UnsealParams
NewUnsealParamsWithContext creates a new UnsealParams object with the ability to set a context for a request.
func NewUnsealParamsWithHTTPClient ¶
func NewUnsealParamsWithHTTPClient(client *http.Client) *UnsealParams
NewUnsealParamsWithHTTPClient creates a new UnsealParams object with the ability to set a custom HTTPClient for a request.
func NewUnsealParamsWithTimeout ¶
func NewUnsealParamsWithTimeout(timeout time.Duration) *UnsealParams
NewUnsealParamsWithTimeout creates a new UnsealParams object with the ability to set a timeout on a request.
func (*UnsealParams) SetBody ¶
func (o *UnsealParams) SetBody(body *models.HashicorpCloudVault20201125UnsealRequest)
SetBody adds the body to the unseal params
func (*UnsealParams) SetClusterID ¶
func (o *UnsealParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the unseal params
func (*UnsealParams) SetContext ¶
func (o *UnsealParams) SetContext(ctx context.Context)
SetContext adds the context to the unseal params
func (*UnsealParams) SetDefaults ¶ added in v0.23.0
func (o *UnsealParams) SetDefaults()
SetDefaults hydrates default values in the unseal params (not the query body).
All values with no default are reset to their zero value.
func (*UnsealParams) SetHTTPClient ¶
func (o *UnsealParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unseal params
func (*UnsealParams) SetLocationOrganizationID ¶
func (o *UnsealParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the unseal params
func (*UnsealParams) SetLocationProjectID ¶
func (o *UnsealParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the unseal params
func (*UnsealParams) SetTimeout ¶
func (o *UnsealParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unseal params
func (*UnsealParams) WithBody ¶
func (o *UnsealParams) WithBody(body *models.HashicorpCloudVault20201125UnsealRequest) *UnsealParams
WithBody adds the body to the unseal params
func (*UnsealParams) WithClusterID ¶
func (o *UnsealParams) WithClusterID(clusterID string) *UnsealParams
WithClusterID adds the clusterID to the unseal params
func (*UnsealParams) WithContext ¶
func (o *UnsealParams) WithContext(ctx context.Context) *UnsealParams
WithContext adds the context to the unseal params
func (*UnsealParams) WithDefaults ¶ added in v0.23.0
func (o *UnsealParams) WithDefaults() *UnsealParams
WithDefaults hydrates default values in the unseal params (not the query body).
All values with no default are reset to their zero value.
func (*UnsealParams) WithHTTPClient ¶
func (o *UnsealParams) WithHTTPClient(client *http.Client) *UnsealParams
WithHTTPClient adds the HTTPClient to the unseal params
func (*UnsealParams) WithLocationOrganizationID ¶
func (o *UnsealParams) WithLocationOrganizationID(locationOrganizationID string) *UnsealParams
WithLocationOrganizationID adds the locationOrganizationID to the unseal params
func (*UnsealParams) WithLocationProjectID ¶
func (o *UnsealParams) WithLocationProjectID(locationProjectID string) *UnsealParams
WithLocationProjectID adds the locationProjectID to the unseal params
func (*UnsealParams) WithTimeout ¶
func (o *UnsealParams) WithTimeout(timeout time.Duration) *UnsealParams
WithTimeout adds the timeout to the unseal params
func (*UnsealParams) WriteToRequest ¶
func (o *UnsealParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnsealReader ¶
type UnsealReader struct {
// contains filtered or unexported fields
}
UnsealReader is a Reader for the Unseal structure.
func (*UnsealReader) ReadResponse ¶
func (o *UnsealReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCORSConfigDefault ¶
type UpdateCORSConfigDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UpdateCORSConfigDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateCORSConfigDefault ¶
func NewUpdateCORSConfigDefault(code int) *UpdateCORSConfigDefault
NewUpdateCORSConfigDefault creates a UpdateCORSConfigDefault with default headers values
func (*UpdateCORSConfigDefault) Code ¶
func (o *UpdateCORSConfigDefault) Code() int
Code gets the status code for the update c o r s config default response
func (*UpdateCORSConfigDefault) Error ¶
func (o *UpdateCORSConfigDefault) Error() string
func (*UpdateCORSConfigDefault) GetPayload ¶
func (o *UpdateCORSConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UpdateCORSConfigDefault) IsClientError ¶ added in v0.23.0
func (o *UpdateCORSConfigDefault) IsClientError() bool
IsClientError returns true when this update c o r s config default response has a 4xx status code
func (*UpdateCORSConfigDefault) IsCode ¶ added in v0.23.0
func (o *UpdateCORSConfigDefault) IsCode(code int) bool
IsCode returns true when this update c o r s config default response a status code equal to that given
func (*UpdateCORSConfigDefault) IsRedirect ¶ added in v0.23.0
func (o *UpdateCORSConfigDefault) IsRedirect() bool
IsRedirect returns true when this update c o r s config default response has a 3xx status code
func (*UpdateCORSConfigDefault) IsServerError ¶ added in v0.23.0
func (o *UpdateCORSConfigDefault) IsServerError() bool
IsServerError returns true when this update c o r s config default response has a 5xx status code
func (*UpdateCORSConfigDefault) IsSuccess ¶ added in v0.23.0
func (o *UpdateCORSConfigDefault) IsSuccess() bool
IsSuccess returns true when this update c o r s config default response has a 2xx status code
func (*UpdateCORSConfigDefault) String ¶ added in v0.23.0
func (o *UpdateCORSConfigDefault) String() string
type UpdateCORSConfigOK ¶
type UpdateCORSConfigOK struct {
Payload models.HashicorpCloudVault20201125UpdateCORSConfigResponse
}
UpdateCORSConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateCORSConfigOK ¶
func NewUpdateCORSConfigOK() *UpdateCORSConfigOK
NewUpdateCORSConfigOK creates a UpdateCORSConfigOK with default headers values
func (*UpdateCORSConfigOK) Code ¶ added in v0.75.0
func (o *UpdateCORSConfigOK) Code() int
Code gets the status code for the update c o r s config o k response
func (*UpdateCORSConfigOK) Error ¶
func (o *UpdateCORSConfigOK) Error() string
func (*UpdateCORSConfigOK) GetPayload ¶
func (o *UpdateCORSConfigOK) GetPayload() models.HashicorpCloudVault20201125UpdateCORSConfigResponse
func (*UpdateCORSConfigOK) IsClientError ¶ added in v0.23.0
func (o *UpdateCORSConfigOK) IsClientError() bool
IsClientError returns true when this update c o r s config o k response has a 4xx status code
func (*UpdateCORSConfigOK) IsCode ¶ added in v0.23.0
func (o *UpdateCORSConfigOK) IsCode(code int) bool
IsCode returns true when this update c o r s config o k response a status code equal to that given
func (*UpdateCORSConfigOK) IsRedirect ¶ added in v0.23.0
func (o *UpdateCORSConfigOK) IsRedirect() bool
IsRedirect returns true when this update c o r s config o k response has a 3xx status code
func (*UpdateCORSConfigOK) IsServerError ¶ added in v0.23.0
func (o *UpdateCORSConfigOK) IsServerError() bool
IsServerError returns true when this update c o r s config o k response has a 5xx status code
func (*UpdateCORSConfigOK) IsSuccess ¶ added in v0.23.0
func (o *UpdateCORSConfigOK) IsSuccess() bool
IsSuccess returns true when this update c o r s config o k response has a 2xx status code
func (*UpdateCORSConfigOK) String ¶ added in v0.23.0
func (o *UpdateCORSConfigOK) String() string
type UpdateCORSConfigParams ¶
type UpdateCORSConfigParams struct { // Body. Body *models.HashicorpCloudVault20201125UpdateCORSConfigRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCORSConfigParams contains all the parameters to send to the API endpoint
for the update c o r s config operation. Typically these are written to a http.Request.
func NewUpdateCORSConfigParams ¶
func NewUpdateCORSConfigParams() *UpdateCORSConfigParams
NewUpdateCORSConfigParams creates a new UpdateCORSConfigParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateCORSConfigParamsWithContext ¶
func NewUpdateCORSConfigParamsWithContext(ctx context.Context) *UpdateCORSConfigParams
NewUpdateCORSConfigParamsWithContext creates a new UpdateCORSConfigParams object with the ability to set a context for a request.
func NewUpdateCORSConfigParamsWithHTTPClient ¶
func NewUpdateCORSConfigParamsWithHTTPClient(client *http.Client) *UpdateCORSConfigParams
NewUpdateCORSConfigParamsWithHTTPClient creates a new UpdateCORSConfigParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateCORSConfigParamsWithTimeout ¶
func NewUpdateCORSConfigParamsWithTimeout(timeout time.Duration) *UpdateCORSConfigParams
NewUpdateCORSConfigParamsWithTimeout creates a new UpdateCORSConfigParams object with the ability to set a timeout on a request.
func (*UpdateCORSConfigParams) SetBody ¶
func (o *UpdateCORSConfigParams) SetBody(body *models.HashicorpCloudVault20201125UpdateCORSConfigRequest)
SetBody adds the body to the update c o r s config params
func (*UpdateCORSConfigParams) SetClusterID ¶
func (o *UpdateCORSConfigParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the update c o r s config params
func (*UpdateCORSConfigParams) SetContext ¶
func (o *UpdateCORSConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update c o r s config params
func (*UpdateCORSConfigParams) SetDefaults ¶ added in v0.23.0
func (o *UpdateCORSConfigParams) SetDefaults()
SetDefaults hydrates default values in the update c o r s config params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCORSConfigParams) SetHTTPClient ¶
func (o *UpdateCORSConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update c o r s config params
func (*UpdateCORSConfigParams) SetLocationOrganizationID ¶
func (o *UpdateCORSConfigParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the update c o r s config params
func (*UpdateCORSConfigParams) SetLocationProjectID ¶
func (o *UpdateCORSConfigParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the update c o r s config params
func (*UpdateCORSConfigParams) SetTimeout ¶
func (o *UpdateCORSConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update c o r s config params
func (*UpdateCORSConfigParams) WithBody ¶
func (o *UpdateCORSConfigParams) WithBody(body *models.HashicorpCloudVault20201125UpdateCORSConfigRequest) *UpdateCORSConfigParams
WithBody adds the body to the update c o r s config params
func (*UpdateCORSConfigParams) WithClusterID ¶
func (o *UpdateCORSConfigParams) WithClusterID(clusterID string) *UpdateCORSConfigParams
WithClusterID adds the clusterID to the update c o r s config params
func (*UpdateCORSConfigParams) WithContext ¶
func (o *UpdateCORSConfigParams) WithContext(ctx context.Context) *UpdateCORSConfigParams
WithContext adds the context to the update c o r s config params
func (*UpdateCORSConfigParams) WithDefaults ¶ added in v0.23.0
func (o *UpdateCORSConfigParams) WithDefaults() *UpdateCORSConfigParams
WithDefaults hydrates default values in the update c o r s config params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateCORSConfigParams) WithHTTPClient ¶
func (o *UpdateCORSConfigParams) WithHTTPClient(client *http.Client) *UpdateCORSConfigParams
WithHTTPClient adds the HTTPClient to the update c o r s config params
func (*UpdateCORSConfigParams) WithLocationOrganizationID ¶
func (o *UpdateCORSConfigParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateCORSConfigParams
WithLocationOrganizationID adds the locationOrganizationID to the update c o r s config params
func (*UpdateCORSConfigParams) WithLocationProjectID ¶
func (o *UpdateCORSConfigParams) WithLocationProjectID(locationProjectID string) *UpdateCORSConfigParams
WithLocationProjectID adds the locationProjectID to the update c o r s config params
func (*UpdateCORSConfigParams) WithTimeout ¶
func (o *UpdateCORSConfigParams) WithTimeout(timeout time.Duration) *UpdateCORSConfigParams
WithTimeout adds the timeout to the update c o r s config params
func (*UpdateCORSConfigParams) WriteToRequest ¶
func (o *UpdateCORSConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCORSConfigReader ¶
type UpdateCORSConfigReader struct {
// contains filtered or unexported fields
}
UpdateCORSConfigReader is a Reader for the UpdateCORSConfig structure.
func (*UpdateCORSConfigReader) ReadResponse ¶
func (o *UpdateCORSConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDefault ¶
type UpdateDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UpdateDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateDefault ¶
func NewUpdateDefault(code int) *UpdateDefault
NewUpdateDefault creates a UpdateDefault with default headers values
func (*UpdateDefault) Code ¶
func (o *UpdateDefault) Code() int
Code gets the status code for the update default response
func (*UpdateDefault) Error ¶
func (o *UpdateDefault) Error() string
func (*UpdateDefault) GetPayload ¶
func (o *UpdateDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UpdateDefault) IsClientError ¶ added in v0.23.0
func (o *UpdateDefault) IsClientError() bool
IsClientError returns true when this update default response has a 4xx status code
func (*UpdateDefault) IsCode ¶ added in v0.23.0
func (o *UpdateDefault) IsCode(code int) bool
IsCode returns true when this update default response a status code equal to that given
func (*UpdateDefault) IsRedirect ¶ added in v0.23.0
func (o *UpdateDefault) IsRedirect() bool
IsRedirect returns true when this update default response has a 3xx status code
func (*UpdateDefault) IsServerError ¶ added in v0.23.0
func (o *UpdateDefault) IsServerError() bool
IsServerError returns true when this update default response has a 5xx status code
func (*UpdateDefault) IsSuccess ¶ added in v0.23.0
func (o *UpdateDefault) IsSuccess() bool
IsSuccess returns true when this update default response has a 2xx status code
func (*UpdateDefault) String ¶ added in v0.23.0
func (o *UpdateDefault) String() string
type UpdateMajorVersionUpgradeConfigDefault ¶ added in v0.20.0
type UpdateMajorVersionUpgradeConfigDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UpdateMajorVersionUpgradeConfigDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateMajorVersionUpgradeConfigDefault ¶ added in v0.20.0
func NewUpdateMajorVersionUpgradeConfigDefault(code int) *UpdateMajorVersionUpgradeConfigDefault
NewUpdateMajorVersionUpgradeConfigDefault creates a UpdateMajorVersionUpgradeConfigDefault with default headers values
func (*UpdateMajorVersionUpgradeConfigDefault) Code ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigDefault) Code() int
Code gets the status code for the update major version upgrade config default response
func (*UpdateMajorVersionUpgradeConfigDefault) Error ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigDefault) Error() string
func (*UpdateMajorVersionUpgradeConfigDefault) GetPayload ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UpdateMajorVersionUpgradeConfigDefault) IsClientError ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigDefault) IsClientError() bool
IsClientError returns true when this update major version upgrade config default response has a 4xx status code
func (*UpdateMajorVersionUpgradeConfigDefault) IsCode ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigDefault) IsCode(code int) bool
IsCode returns true when this update major version upgrade config default response a status code equal to that given
func (*UpdateMajorVersionUpgradeConfigDefault) IsRedirect ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigDefault) IsRedirect() bool
IsRedirect returns true when this update major version upgrade config default response has a 3xx status code
func (*UpdateMajorVersionUpgradeConfigDefault) IsServerError ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigDefault) IsServerError() bool
IsServerError returns true when this update major version upgrade config default response has a 5xx status code
func (*UpdateMajorVersionUpgradeConfigDefault) IsSuccess ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigDefault) IsSuccess() bool
IsSuccess returns true when this update major version upgrade config default response has a 2xx status code
func (*UpdateMajorVersionUpgradeConfigDefault) String ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigDefault) String() string
type UpdateMajorVersionUpgradeConfigOK ¶ added in v0.20.0
type UpdateMajorVersionUpgradeConfigOK struct {
Payload models.HashicorpCloudVault20201125UpdateMajorVersionUpgradeConfigResponse
}
UpdateMajorVersionUpgradeConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateMajorVersionUpgradeConfigOK ¶ added in v0.20.0
func NewUpdateMajorVersionUpgradeConfigOK() *UpdateMajorVersionUpgradeConfigOK
NewUpdateMajorVersionUpgradeConfigOK creates a UpdateMajorVersionUpgradeConfigOK with default headers values
func (*UpdateMajorVersionUpgradeConfigOK) Code ¶ added in v0.75.0
func (o *UpdateMajorVersionUpgradeConfigOK) Code() int
Code gets the status code for the update major version upgrade config o k response
func (*UpdateMajorVersionUpgradeConfigOK) Error ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigOK) Error() string
func (*UpdateMajorVersionUpgradeConfigOK) GetPayload ¶ added in v0.20.0
func (*UpdateMajorVersionUpgradeConfigOK) IsClientError ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigOK) IsClientError() bool
IsClientError returns true when this update major version upgrade config o k response has a 4xx status code
func (*UpdateMajorVersionUpgradeConfigOK) IsCode ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigOK) IsCode(code int) bool
IsCode returns true when this update major version upgrade config o k response a status code equal to that given
func (*UpdateMajorVersionUpgradeConfigOK) IsRedirect ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigOK) IsRedirect() bool
IsRedirect returns true when this update major version upgrade config o k response has a 3xx status code
func (*UpdateMajorVersionUpgradeConfigOK) IsServerError ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigOK) IsServerError() bool
IsServerError returns true when this update major version upgrade config o k response has a 5xx status code
func (*UpdateMajorVersionUpgradeConfigOK) IsSuccess ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigOK) IsSuccess() bool
IsSuccess returns true when this update major version upgrade config o k response has a 2xx status code
func (*UpdateMajorVersionUpgradeConfigOK) String ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigOK) String() string
type UpdateMajorVersionUpgradeConfigParams ¶ added in v0.20.0
type UpdateMajorVersionUpgradeConfigParams struct { // Body. Body *models.HashicorpCloudVault20201125UpdateMajorVersionUpgradeConfigRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateMajorVersionUpgradeConfigParams contains all the parameters to send to the API endpoint
for the update major version upgrade config operation. Typically these are written to a http.Request.
func NewUpdateMajorVersionUpgradeConfigParams ¶ added in v0.20.0
func NewUpdateMajorVersionUpgradeConfigParams() *UpdateMajorVersionUpgradeConfigParams
NewUpdateMajorVersionUpgradeConfigParams creates a new UpdateMajorVersionUpgradeConfigParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateMajorVersionUpgradeConfigParamsWithContext ¶ added in v0.20.0
func NewUpdateMajorVersionUpgradeConfigParamsWithContext(ctx context.Context) *UpdateMajorVersionUpgradeConfigParams
NewUpdateMajorVersionUpgradeConfigParamsWithContext creates a new UpdateMajorVersionUpgradeConfigParams object with the ability to set a context for a request.
func NewUpdateMajorVersionUpgradeConfigParamsWithHTTPClient ¶ added in v0.20.0
func NewUpdateMajorVersionUpgradeConfigParamsWithHTTPClient(client *http.Client) *UpdateMajorVersionUpgradeConfigParams
NewUpdateMajorVersionUpgradeConfigParamsWithHTTPClient creates a new UpdateMajorVersionUpgradeConfigParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateMajorVersionUpgradeConfigParamsWithTimeout ¶ added in v0.20.0
func NewUpdateMajorVersionUpgradeConfigParamsWithTimeout(timeout time.Duration) *UpdateMajorVersionUpgradeConfigParams
NewUpdateMajorVersionUpgradeConfigParamsWithTimeout creates a new UpdateMajorVersionUpgradeConfigParams object with the ability to set a timeout on a request.
func (*UpdateMajorVersionUpgradeConfigParams) SetBody ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) SetBody(body *models.HashicorpCloudVault20201125UpdateMajorVersionUpgradeConfigRequest)
SetBody adds the body to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) SetClusterID ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) SetContext ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) SetDefaults ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigParams) SetDefaults()
SetDefaults hydrates default values in the update major version upgrade config params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateMajorVersionUpgradeConfigParams) SetHTTPClient ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) SetLocationOrganizationID ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) SetLocationProjectID ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) SetTimeout ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) WithBody ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) WithBody(body *models.HashicorpCloudVault20201125UpdateMajorVersionUpgradeConfigRequest) *UpdateMajorVersionUpgradeConfigParams
WithBody adds the body to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) WithClusterID ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) WithClusterID(clusterID string) *UpdateMajorVersionUpgradeConfigParams
WithClusterID adds the clusterID to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) WithContext ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) WithContext(ctx context.Context) *UpdateMajorVersionUpgradeConfigParams
WithContext adds the context to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) WithDefaults ¶ added in v0.23.0
func (o *UpdateMajorVersionUpgradeConfigParams) WithDefaults() *UpdateMajorVersionUpgradeConfigParams
WithDefaults hydrates default values in the update major version upgrade config params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateMajorVersionUpgradeConfigParams) WithHTTPClient ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) WithHTTPClient(client *http.Client) *UpdateMajorVersionUpgradeConfigParams
WithHTTPClient adds the HTTPClient to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) WithLocationOrganizationID ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateMajorVersionUpgradeConfigParams
WithLocationOrganizationID adds the locationOrganizationID to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) WithLocationProjectID ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) WithLocationProjectID(locationProjectID string) *UpdateMajorVersionUpgradeConfigParams
WithLocationProjectID adds the locationProjectID to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) WithTimeout ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) WithTimeout(timeout time.Duration) *UpdateMajorVersionUpgradeConfigParams
WithTimeout adds the timeout to the update major version upgrade config params
func (*UpdateMajorVersionUpgradeConfigParams) WriteToRequest ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateMajorVersionUpgradeConfigReader ¶ added in v0.20.0
type UpdateMajorVersionUpgradeConfigReader struct {
// contains filtered or unexported fields
}
UpdateMajorVersionUpgradeConfigReader is a Reader for the UpdateMajorVersionUpgradeConfig structure.
func (*UpdateMajorVersionUpgradeConfigReader) ReadResponse ¶ added in v0.20.0
func (o *UpdateMajorVersionUpgradeConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateOK ¶
type UpdateOK struct {
Payload *models.HashicorpCloudVault20201125UpdateResponse
}
UpdateOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateOK ¶
func NewUpdateOK() *UpdateOK
NewUpdateOK creates a UpdateOK with default headers values
func (*UpdateOK) GetPayload ¶
func (o *UpdateOK) GetPayload() *models.HashicorpCloudVault20201125UpdateResponse
func (*UpdateOK) IsClientError ¶ added in v0.23.0
IsClientError returns true when this update o k response has a 4xx status code
func (*UpdateOK) IsCode ¶ added in v0.23.0
IsCode returns true when this update o k response a status code equal to that given
func (*UpdateOK) IsRedirect ¶ added in v0.23.0
IsRedirect returns true when this update o k response has a 3xx status code
func (*UpdateOK) IsServerError ¶ added in v0.23.0
IsServerError returns true when this update o k response has a 5xx status code
type UpdateParams ¶
type UpdateParams struct { /* Body. cluster is the input cluster resources to be updated. */ Body *models.HashicorpCloudVault20201125InputCluster /* ClusterID. id is ID of the Vault cluster. */ ClusterID string /* ClusterLocationOrganizationID. organization_id is the id of the organization. */ ClusterLocationOrganizationID string /* ClusterLocationProjectID. project_id is the projects id. */ ClusterLocationProjectID string /* UpdateMaskPaths. The set of field mask paths. */ UpdateMaskPaths []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateParams contains all the parameters to send to the API endpoint
for the update operation. Typically these are written to a http.Request.
func NewUpdateParams ¶
func NewUpdateParams() *UpdateParams
NewUpdateParams creates a new UpdateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateParamsWithContext ¶
func NewUpdateParamsWithContext(ctx context.Context) *UpdateParams
NewUpdateParamsWithContext creates a new UpdateParams object with the ability to set a context for a request.
func NewUpdateParamsWithHTTPClient ¶
func NewUpdateParamsWithHTTPClient(client *http.Client) *UpdateParams
NewUpdateParamsWithHTTPClient creates a new UpdateParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateParamsWithTimeout ¶
func NewUpdateParamsWithTimeout(timeout time.Duration) *UpdateParams
NewUpdateParamsWithTimeout creates a new UpdateParams object with the ability to set a timeout on a request.
func (*UpdateParams) SetBody ¶
func (o *UpdateParams) SetBody(body *models.HashicorpCloudVault20201125InputCluster)
SetBody adds the body to the update params
func (*UpdateParams) SetClusterID ¶
func (o *UpdateParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the update params
func (*UpdateParams) SetClusterLocationOrganizationID ¶
func (o *UpdateParams) SetClusterLocationOrganizationID(clusterLocationOrganizationID string)
SetClusterLocationOrganizationID adds the clusterLocationOrganizationId to the update params
func (*UpdateParams) SetClusterLocationProjectID ¶
func (o *UpdateParams) SetClusterLocationProjectID(clusterLocationProjectID string)
SetClusterLocationProjectID adds the clusterLocationProjectId to the update params
func (*UpdateParams) SetContext ¶
func (o *UpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the update params
func (*UpdateParams) SetDefaults ¶ added in v0.23.0
func (o *UpdateParams) SetDefaults()
SetDefaults hydrates default values in the update params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateParams) SetHTTPClient ¶
func (o *UpdateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update params
func (*UpdateParams) SetTimeout ¶
func (o *UpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update params
func (*UpdateParams) SetUpdateMaskPaths ¶
func (o *UpdateParams) SetUpdateMaskPaths(updateMaskPaths []string)
SetUpdateMaskPaths adds the updateMaskPaths to the update params
func (*UpdateParams) WithBody ¶
func (o *UpdateParams) WithBody(body *models.HashicorpCloudVault20201125InputCluster) *UpdateParams
WithBody adds the body to the update params
func (*UpdateParams) WithClusterID ¶
func (o *UpdateParams) WithClusterID(clusterID string) *UpdateParams
WithClusterID adds the clusterID to the update params
func (*UpdateParams) WithClusterLocationOrganizationID ¶
func (o *UpdateParams) WithClusterLocationOrganizationID(clusterLocationOrganizationID string) *UpdateParams
WithClusterLocationOrganizationID adds the clusterLocationOrganizationID to the update params
func (*UpdateParams) WithClusterLocationProjectID ¶
func (o *UpdateParams) WithClusterLocationProjectID(clusterLocationProjectID string) *UpdateParams
WithClusterLocationProjectID adds the clusterLocationProjectID to the update params
func (*UpdateParams) WithContext ¶
func (o *UpdateParams) WithContext(ctx context.Context) *UpdateParams
WithContext adds the context to the update params
func (*UpdateParams) WithDefaults ¶ added in v0.23.0
func (o *UpdateParams) WithDefaults() *UpdateParams
WithDefaults hydrates default values in the update params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateParams) WithHTTPClient ¶
func (o *UpdateParams) WithHTTPClient(client *http.Client) *UpdateParams
WithHTTPClient adds the HTTPClient to the update params
func (*UpdateParams) WithTimeout ¶
func (o *UpdateParams) WithTimeout(timeout time.Duration) *UpdateParams
WithTimeout adds the timeout to the update params
func (*UpdateParams) WithUpdateMaskPaths ¶
func (o *UpdateParams) WithUpdateMaskPaths(updateMaskPaths []string) *UpdateParams
WithUpdateMaskPaths adds the updateMaskPaths to the update params
func (*UpdateParams) WriteToRequest ¶
func (o *UpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePathsFilterDefault ¶ added in v0.17.0
type UpdatePathsFilterDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UpdatePathsFilterDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdatePathsFilterDefault ¶ added in v0.17.0
func NewUpdatePathsFilterDefault(code int) *UpdatePathsFilterDefault
NewUpdatePathsFilterDefault creates a UpdatePathsFilterDefault with default headers values
func (*UpdatePathsFilterDefault) Code ¶ added in v0.17.0
func (o *UpdatePathsFilterDefault) Code() int
Code gets the status code for the update paths filter default response
func (*UpdatePathsFilterDefault) Error ¶ added in v0.17.0
func (o *UpdatePathsFilterDefault) Error() string
func (*UpdatePathsFilterDefault) GetPayload ¶ added in v0.17.0
func (o *UpdatePathsFilterDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UpdatePathsFilterDefault) IsClientError ¶ added in v0.23.0
func (o *UpdatePathsFilterDefault) IsClientError() bool
IsClientError returns true when this update paths filter default response has a 4xx status code
func (*UpdatePathsFilterDefault) IsCode ¶ added in v0.23.0
func (o *UpdatePathsFilterDefault) IsCode(code int) bool
IsCode returns true when this update paths filter default response a status code equal to that given
func (*UpdatePathsFilterDefault) IsRedirect ¶ added in v0.23.0
func (o *UpdatePathsFilterDefault) IsRedirect() bool
IsRedirect returns true when this update paths filter default response has a 3xx status code
func (*UpdatePathsFilterDefault) IsServerError ¶ added in v0.23.0
func (o *UpdatePathsFilterDefault) IsServerError() bool
IsServerError returns true when this update paths filter default response has a 5xx status code
func (*UpdatePathsFilterDefault) IsSuccess ¶ added in v0.23.0
func (o *UpdatePathsFilterDefault) IsSuccess() bool
IsSuccess returns true when this update paths filter default response has a 2xx status code
func (*UpdatePathsFilterDefault) String ¶ added in v0.23.0
func (o *UpdatePathsFilterDefault) String() string
type UpdatePathsFilterOK ¶ added in v0.17.0
type UpdatePathsFilterOK struct {
Payload *models.HashicorpCloudVault20201125UpdatePathsFilterResponse
}
UpdatePathsFilterOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdatePathsFilterOK ¶ added in v0.17.0
func NewUpdatePathsFilterOK() *UpdatePathsFilterOK
NewUpdatePathsFilterOK creates a UpdatePathsFilterOK with default headers values
func (*UpdatePathsFilterOK) Code ¶ added in v0.75.0
func (o *UpdatePathsFilterOK) Code() int
Code gets the status code for the update paths filter o k response
func (*UpdatePathsFilterOK) Error ¶ added in v0.17.0
func (o *UpdatePathsFilterOK) Error() string
func (*UpdatePathsFilterOK) GetPayload ¶ added in v0.17.0
func (o *UpdatePathsFilterOK) GetPayload() *models.HashicorpCloudVault20201125UpdatePathsFilterResponse
func (*UpdatePathsFilterOK) IsClientError ¶ added in v0.23.0
func (o *UpdatePathsFilterOK) IsClientError() bool
IsClientError returns true when this update paths filter o k response has a 4xx status code
func (*UpdatePathsFilterOK) IsCode ¶ added in v0.23.0
func (o *UpdatePathsFilterOK) IsCode(code int) bool
IsCode returns true when this update paths filter o k response a status code equal to that given
func (*UpdatePathsFilterOK) IsRedirect ¶ added in v0.23.0
func (o *UpdatePathsFilterOK) IsRedirect() bool
IsRedirect returns true when this update paths filter o k response has a 3xx status code
func (*UpdatePathsFilterOK) IsServerError ¶ added in v0.23.0
func (o *UpdatePathsFilterOK) IsServerError() bool
IsServerError returns true when this update paths filter o k response has a 5xx status code
func (*UpdatePathsFilterOK) IsSuccess ¶ added in v0.23.0
func (o *UpdatePathsFilterOK) IsSuccess() bool
IsSuccess returns true when this update paths filter o k response has a 2xx status code
func (*UpdatePathsFilterOK) String ¶ added in v0.23.0
func (o *UpdatePathsFilterOK) String() string
type UpdatePathsFilterParams ¶ added in v0.17.0
type UpdatePathsFilterParams struct { // Body. Body *models.HashicorpCloudVault20201125UpdatePathsFilterRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePathsFilterParams contains all the parameters to send to the API endpoint
for the update paths filter operation. Typically these are written to a http.Request.
func NewUpdatePathsFilterParams ¶ added in v0.17.0
func NewUpdatePathsFilterParams() *UpdatePathsFilterParams
NewUpdatePathsFilterParams creates a new UpdatePathsFilterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdatePathsFilterParamsWithContext ¶ added in v0.17.0
func NewUpdatePathsFilterParamsWithContext(ctx context.Context) *UpdatePathsFilterParams
NewUpdatePathsFilterParamsWithContext creates a new UpdatePathsFilterParams object with the ability to set a context for a request.
func NewUpdatePathsFilterParamsWithHTTPClient ¶ added in v0.17.0
func NewUpdatePathsFilterParamsWithHTTPClient(client *http.Client) *UpdatePathsFilterParams
NewUpdatePathsFilterParamsWithHTTPClient creates a new UpdatePathsFilterParams object with the ability to set a custom HTTPClient for a request.
func NewUpdatePathsFilterParamsWithTimeout ¶ added in v0.17.0
func NewUpdatePathsFilterParamsWithTimeout(timeout time.Duration) *UpdatePathsFilterParams
NewUpdatePathsFilterParamsWithTimeout creates a new UpdatePathsFilterParams object with the ability to set a timeout on a request.
func (*UpdatePathsFilterParams) SetBody ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) SetBody(body *models.HashicorpCloudVault20201125UpdatePathsFilterRequest)
SetBody adds the body to the update paths filter params
func (*UpdatePathsFilterParams) SetClusterID ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the update paths filter params
func (*UpdatePathsFilterParams) SetContext ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the update paths filter params
func (*UpdatePathsFilterParams) SetDefaults ¶ added in v0.23.0
func (o *UpdatePathsFilterParams) SetDefaults()
SetDefaults hydrates default values in the update paths filter params (not the query body).
All values with no default are reset to their zero value.
func (*UpdatePathsFilterParams) SetHTTPClient ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update paths filter params
func (*UpdatePathsFilterParams) SetLocationOrganizationID ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the update paths filter params
func (*UpdatePathsFilterParams) SetLocationProjectID ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the update paths filter params
func (*UpdatePathsFilterParams) SetTimeout ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update paths filter params
func (*UpdatePathsFilterParams) WithBody ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) WithBody(body *models.HashicorpCloudVault20201125UpdatePathsFilterRequest) *UpdatePathsFilterParams
WithBody adds the body to the update paths filter params
func (*UpdatePathsFilterParams) WithClusterID ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) WithClusterID(clusterID string) *UpdatePathsFilterParams
WithClusterID adds the clusterID to the update paths filter params
func (*UpdatePathsFilterParams) WithContext ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) WithContext(ctx context.Context) *UpdatePathsFilterParams
WithContext adds the context to the update paths filter params
func (*UpdatePathsFilterParams) WithDefaults ¶ added in v0.23.0
func (o *UpdatePathsFilterParams) WithDefaults() *UpdatePathsFilterParams
WithDefaults hydrates default values in the update paths filter params (not the query body).
All values with no default are reset to their zero value.
func (*UpdatePathsFilterParams) WithHTTPClient ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) WithHTTPClient(client *http.Client) *UpdatePathsFilterParams
WithHTTPClient adds the HTTPClient to the update paths filter params
func (*UpdatePathsFilterParams) WithLocationOrganizationID ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) WithLocationOrganizationID(locationOrganizationID string) *UpdatePathsFilterParams
WithLocationOrganizationID adds the locationOrganizationID to the update paths filter params
func (*UpdatePathsFilterParams) WithLocationProjectID ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) WithLocationProjectID(locationProjectID string) *UpdatePathsFilterParams
WithLocationProjectID adds the locationProjectID to the update paths filter params
func (*UpdatePathsFilterParams) WithTimeout ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) WithTimeout(timeout time.Duration) *UpdatePathsFilterParams
WithTimeout adds the timeout to the update paths filter params
func (*UpdatePathsFilterParams) WriteToRequest ¶ added in v0.17.0
func (o *UpdatePathsFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePathsFilterReader ¶ added in v0.17.0
type UpdatePathsFilterReader struct {
// contains filtered or unexported fields
}
UpdatePathsFilterReader is a Reader for the UpdatePathsFilter structure.
func (*UpdatePathsFilterReader) ReadResponse ¶ added in v0.17.0
func (o *UpdatePathsFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePublicIpsDefault ¶
type UpdatePublicIpsDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UpdatePublicIpsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdatePublicIpsDefault ¶
func NewUpdatePublicIpsDefault(code int) *UpdatePublicIpsDefault
NewUpdatePublicIpsDefault creates a UpdatePublicIpsDefault with default headers values
func (*UpdatePublicIpsDefault) Code ¶
func (o *UpdatePublicIpsDefault) Code() int
Code gets the status code for the update public ips default response
func (*UpdatePublicIpsDefault) Error ¶
func (o *UpdatePublicIpsDefault) Error() string
func (*UpdatePublicIpsDefault) GetPayload ¶
func (o *UpdatePublicIpsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UpdatePublicIpsDefault) IsClientError ¶ added in v0.23.0
func (o *UpdatePublicIpsDefault) IsClientError() bool
IsClientError returns true when this update public ips default response has a 4xx status code
func (*UpdatePublicIpsDefault) IsCode ¶ added in v0.23.0
func (o *UpdatePublicIpsDefault) IsCode(code int) bool
IsCode returns true when this update public ips default response a status code equal to that given
func (*UpdatePublicIpsDefault) IsRedirect ¶ added in v0.23.0
func (o *UpdatePublicIpsDefault) IsRedirect() bool
IsRedirect returns true when this update public ips default response has a 3xx status code
func (*UpdatePublicIpsDefault) IsServerError ¶ added in v0.23.0
func (o *UpdatePublicIpsDefault) IsServerError() bool
IsServerError returns true when this update public ips default response has a 5xx status code
func (*UpdatePublicIpsDefault) IsSuccess ¶ added in v0.23.0
func (o *UpdatePublicIpsDefault) IsSuccess() bool
IsSuccess returns true when this update public ips default response has a 2xx status code
func (*UpdatePublicIpsDefault) String ¶ added in v0.23.0
func (o *UpdatePublicIpsDefault) String() string
type UpdatePublicIpsOK ¶
type UpdatePublicIpsOK struct {
Payload *models.HashicorpCloudVault20201125UpdatePublicIpsResponse
}
UpdatePublicIpsOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdatePublicIpsOK ¶
func NewUpdatePublicIpsOK() *UpdatePublicIpsOK
NewUpdatePublicIpsOK creates a UpdatePublicIpsOK with default headers values
func (*UpdatePublicIpsOK) Code ¶ added in v0.75.0
func (o *UpdatePublicIpsOK) Code() int
Code gets the status code for the update public ips o k response
func (*UpdatePublicIpsOK) Error ¶
func (o *UpdatePublicIpsOK) Error() string
func (*UpdatePublicIpsOK) GetPayload ¶
func (o *UpdatePublicIpsOK) GetPayload() *models.HashicorpCloudVault20201125UpdatePublicIpsResponse
func (*UpdatePublicIpsOK) IsClientError ¶ added in v0.23.0
func (o *UpdatePublicIpsOK) IsClientError() bool
IsClientError returns true when this update public ips o k response has a 4xx status code
func (*UpdatePublicIpsOK) IsCode ¶ added in v0.23.0
func (o *UpdatePublicIpsOK) IsCode(code int) bool
IsCode returns true when this update public ips o k response a status code equal to that given
func (*UpdatePublicIpsOK) IsRedirect ¶ added in v0.23.0
func (o *UpdatePublicIpsOK) IsRedirect() bool
IsRedirect returns true when this update public ips o k response has a 3xx status code
func (*UpdatePublicIpsOK) IsServerError ¶ added in v0.23.0
func (o *UpdatePublicIpsOK) IsServerError() bool
IsServerError returns true when this update public ips o k response has a 5xx status code
func (*UpdatePublicIpsOK) IsSuccess ¶ added in v0.23.0
func (o *UpdatePublicIpsOK) IsSuccess() bool
IsSuccess returns true when this update public ips o k response has a 2xx status code
func (*UpdatePublicIpsOK) String ¶ added in v0.23.0
func (o *UpdatePublicIpsOK) String() string
type UpdatePublicIpsParams ¶
type UpdatePublicIpsParams struct { // Body. Body *models.HashicorpCloudVault20201125UpdatePublicIpsRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePublicIpsParams contains all the parameters to send to the API endpoint
for the update public ips operation. Typically these are written to a http.Request.
func NewUpdatePublicIpsParams ¶
func NewUpdatePublicIpsParams() *UpdatePublicIpsParams
NewUpdatePublicIpsParams creates a new UpdatePublicIpsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdatePublicIpsParamsWithContext ¶
func NewUpdatePublicIpsParamsWithContext(ctx context.Context) *UpdatePublicIpsParams
NewUpdatePublicIpsParamsWithContext creates a new UpdatePublicIpsParams object with the ability to set a context for a request.
func NewUpdatePublicIpsParamsWithHTTPClient ¶
func NewUpdatePublicIpsParamsWithHTTPClient(client *http.Client) *UpdatePublicIpsParams
NewUpdatePublicIpsParamsWithHTTPClient creates a new UpdatePublicIpsParams object with the ability to set a custom HTTPClient for a request.
func NewUpdatePublicIpsParamsWithTimeout ¶
func NewUpdatePublicIpsParamsWithTimeout(timeout time.Duration) *UpdatePublicIpsParams
NewUpdatePublicIpsParamsWithTimeout creates a new UpdatePublicIpsParams object with the ability to set a timeout on a request.
func (*UpdatePublicIpsParams) SetBody ¶
func (o *UpdatePublicIpsParams) SetBody(body *models.HashicorpCloudVault20201125UpdatePublicIpsRequest)
SetBody adds the body to the update public ips params
func (*UpdatePublicIpsParams) SetClusterID ¶
func (o *UpdatePublicIpsParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the update public ips params
func (*UpdatePublicIpsParams) SetContext ¶
func (o *UpdatePublicIpsParams) SetContext(ctx context.Context)
SetContext adds the context to the update public ips params
func (*UpdatePublicIpsParams) SetDefaults ¶ added in v0.23.0
func (o *UpdatePublicIpsParams) SetDefaults()
SetDefaults hydrates default values in the update public ips params (not the query body).
All values with no default are reset to their zero value.
func (*UpdatePublicIpsParams) SetHTTPClient ¶
func (o *UpdatePublicIpsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update public ips params
func (*UpdatePublicIpsParams) SetLocationOrganizationID ¶
func (o *UpdatePublicIpsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the update public ips params
func (*UpdatePublicIpsParams) SetLocationProjectID ¶
func (o *UpdatePublicIpsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the update public ips params
func (*UpdatePublicIpsParams) SetTimeout ¶
func (o *UpdatePublicIpsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update public ips params
func (*UpdatePublicIpsParams) WithBody ¶
func (o *UpdatePublicIpsParams) WithBody(body *models.HashicorpCloudVault20201125UpdatePublicIpsRequest) *UpdatePublicIpsParams
WithBody adds the body to the update public ips params
func (*UpdatePublicIpsParams) WithClusterID ¶
func (o *UpdatePublicIpsParams) WithClusterID(clusterID string) *UpdatePublicIpsParams
WithClusterID adds the clusterID to the update public ips params
func (*UpdatePublicIpsParams) WithContext ¶
func (o *UpdatePublicIpsParams) WithContext(ctx context.Context) *UpdatePublicIpsParams
WithContext adds the context to the update public ips params
func (*UpdatePublicIpsParams) WithDefaults ¶ added in v0.23.0
func (o *UpdatePublicIpsParams) WithDefaults() *UpdatePublicIpsParams
WithDefaults hydrates default values in the update public ips params (not the query body).
All values with no default are reset to their zero value.
func (*UpdatePublicIpsParams) WithHTTPClient ¶
func (o *UpdatePublicIpsParams) WithHTTPClient(client *http.Client) *UpdatePublicIpsParams
WithHTTPClient adds the HTTPClient to the update public ips params
func (*UpdatePublicIpsParams) WithLocationOrganizationID ¶
func (o *UpdatePublicIpsParams) WithLocationOrganizationID(locationOrganizationID string) *UpdatePublicIpsParams
WithLocationOrganizationID adds the locationOrganizationID to the update public ips params
func (*UpdatePublicIpsParams) WithLocationProjectID ¶
func (o *UpdatePublicIpsParams) WithLocationProjectID(locationProjectID string) *UpdatePublicIpsParams
WithLocationProjectID adds the locationProjectID to the update public ips params
func (*UpdatePublicIpsParams) WithTimeout ¶
func (o *UpdatePublicIpsParams) WithTimeout(timeout time.Duration) *UpdatePublicIpsParams
WithTimeout adds the timeout to the update public ips params
func (*UpdatePublicIpsParams) WriteToRequest ¶
func (o *UpdatePublicIpsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePublicIpsReader ¶
type UpdatePublicIpsReader struct {
// contains filtered or unexported fields
}
UpdatePublicIpsReader is a Reader for the UpdatePublicIps structure.
func (*UpdatePublicIpsReader) ReadResponse ¶
func (o *UpdatePublicIpsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateReader ¶
type UpdateReader struct {
// contains filtered or unexported fields
}
UpdateReader is a Reader for the Update structure.
func (*UpdateReader) ReadResponse ¶
func (o *UpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSnapshotDefault ¶
type UpdateSnapshotDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UpdateSnapshotDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateSnapshotDefault ¶
func NewUpdateSnapshotDefault(code int) *UpdateSnapshotDefault
NewUpdateSnapshotDefault creates a UpdateSnapshotDefault with default headers values
func (*UpdateSnapshotDefault) Code ¶
func (o *UpdateSnapshotDefault) Code() int
Code gets the status code for the update snapshot default response
func (*UpdateSnapshotDefault) Error ¶
func (o *UpdateSnapshotDefault) Error() string
func (*UpdateSnapshotDefault) GetPayload ¶
func (o *UpdateSnapshotDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UpdateSnapshotDefault) IsClientError ¶ added in v0.23.0
func (o *UpdateSnapshotDefault) IsClientError() bool
IsClientError returns true when this update snapshot default response has a 4xx status code
func (*UpdateSnapshotDefault) IsCode ¶ added in v0.23.0
func (o *UpdateSnapshotDefault) IsCode(code int) bool
IsCode returns true when this update snapshot default response a status code equal to that given
func (*UpdateSnapshotDefault) IsRedirect ¶ added in v0.23.0
func (o *UpdateSnapshotDefault) IsRedirect() bool
IsRedirect returns true when this update snapshot default response has a 3xx status code
func (*UpdateSnapshotDefault) IsServerError ¶ added in v0.23.0
func (o *UpdateSnapshotDefault) IsServerError() bool
IsServerError returns true when this update snapshot default response has a 5xx status code
func (*UpdateSnapshotDefault) IsSuccess ¶ added in v0.23.0
func (o *UpdateSnapshotDefault) IsSuccess() bool
IsSuccess returns true when this update snapshot default response has a 2xx status code
func (*UpdateSnapshotDefault) String ¶ added in v0.23.0
func (o *UpdateSnapshotDefault) String() string
type UpdateSnapshotOK ¶
type UpdateSnapshotOK struct {
Payload *models.HashicorpCloudVault20201125UpdateSnapshotResponse
}
UpdateSnapshotOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateSnapshotOK ¶
func NewUpdateSnapshotOK() *UpdateSnapshotOK
NewUpdateSnapshotOK creates a UpdateSnapshotOK with default headers values
func (*UpdateSnapshotOK) Code ¶ added in v0.75.0
func (o *UpdateSnapshotOK) Code() int
Code gets the status code for the update snapshot o k response
func (*UpdateSnapshotOK) Error ¶
func (o *UpdateSnapshotOK) Error() string
func (*UpdateSnapshotOK) GetPayload ¶
func (o *UpdateSnapshotOK) GetPayload() *models.HashicorpCloudVault20201125UpdateSnapshotResponse
func (*UpdateSnapshotOK) IsClientError ¶ added in v0.23.0
func (o *UpdateSnapshotOK) IsClientError() bool
IsClientError returns true when this update snapshot o k response has a 4xx status code
func (*UpdateSnapshotOK) IsCode ¶ added in v0.23.0
func (o *UpdateSnapshotOK) IsCode(code int) bool
IsCode returns true when this update snapshot o k response a status code equal to that given
func (*UpdateSnapshotOK) IsRedirect ¶ added in v0.23.0
func (o *UpdateSnapshotOK) IsRedirect() bool
IsRedirect returns true when this update snapshot o k response has a 3xx status code
func (*UpdateSnapshotOK) IsServerError ¶ added in v0.23.0
func (o *UpdateSnapshotOK) IsServerError() bool
IsServerError returns true when this update snapshot o k response has a 5xx status code
func (*UpdateSnapshotOK) IsSuccess ¶ added in v0.23.0
func (o *UpdateSnapshotOK) IsSuccess() bool
IsSuccess returns true when this update snapshot o k response has a 2xx status code
func (*UpdateSnapshotOK) String ¶ added in v0.23.0
func (o *UpdateSnapshotOK) String() string
type UpdateSnapshotParams ¶
type UpdateSnapshotParams struct { // Body. Body *models.HashicorpCloudVault20201125UpdateSnapshotRequest /* SnapshotLocationOrganizationID. organization_id is the id of the organization. */ SnapshotLocationOrganizationID string /* SnapshotLocationProjectID. project_id is the projects id. */ SnapshotLocationProjectID string /* SnapshotSnapshotID. snapshot_id is the snapshots UUID. */ SnapshotSnapshotID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateSnapshotParams contains all the parameters to send to the API endpoint
for the update snapshot operation. Typically these are written to a http.Request.
func NewUpdateSnapshotParams ¶
func NewUpdateSnapshotParams() *UpdateSnapshotParams
NewUpdateSnapshotParams creates a new UpdateSnapshotParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateSnapshotParamsWithContext ¶
func NewUpdateSnapshotParamsWithContext(ctx context.Context) *UpdateSnapshotParams
NewUpdateSnapshotParamsWithContext creates a new UpdateSnapshotParams object with the ability to set a context for a request.
func NewUpdateSnapshotParamsWithHTTPClient ¶
func NewUpdateSnapshotParamsWithHTTPClient(client *http.Client) *UpdateSnapshotParams
NewUpdateSnapshotParamsWithHTTPClient creates a new UpdateSnapshotParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateSnapshotParamsWithTimeout ¶
func NewUpdateSnapshotParamsWithTimeout(timeout time.Duration) *UpdateSnapshotParams
NewUpdateSnapshotParamsWithTimeout creates a new UpdateSnapshotParams object with the ability to set a timeout on a request.
func (*UpdateSnapshotParams) SetBody ¶
func (o *UpdateSnapshotParams) SetBody(body *models.HashicorpCloudVault20201125UpdateSnapshotRequest)
SetBody adds the body to the update snapshot params
func (*UpdateSnapshotParams) SetContext ¶
func (o *UpdateSnapshotParams) SetContext(ctx context.Context)
SetContext adds the context to the update snapshot params
func (*UpdateSnapshotParams) SetDefaults ¶ added in v0.23.0
func (o *UpdateSnapshotParams) SetDefaults()
SetDefaults hydrates default values in the update snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSnapshotParams) SetHTTPClient ¶
func (o *UpdateSnapshotParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update snapshot params
func (*UpdateSnapshotParams) SetSnapshotLocationOrganizationID ¶
func (o *UpdateSnapshotParams) SetSnapshotLocationOrganizationID(snapshotLocationOrganizationID string)
SetSnapshotLocationOrganizationID adds the snapshotLocationOrganizationId to the update snapshot params
func (*UpdateSnapshotParams) SetSnapshotLocationProjectID ¶
func (o *UpdateSnapshotParams) SetSnapshotLocationProjectID(snapshotLocationProjectID string)
SetSnapshotLocationProjectID adds the snapshotLocationProjectId to the update snapshot params
func (*UpdateSnapshotParams) SetSnapshotSnapshotID ¶
func (o *UpdateSnapshotParams) SetSnapshotSnapshotID(snapshotSnapshotID string)
SetSnapshotSnapshotID adds the snapshotSnapshotId to the update snapshot params
func (*UpdateSnapshotParams) SetTimeout ¶
func (o *UpdateSnapshotParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update snapshot params
func (*UpdateSnapshotParams) WithBody ¶
func (o *UpdateSnapshotParams) WithBody(body *models.HashicorpCloudVault20201125UpdateSnapshotRequest) *UpdateSnapshotParams
WithBody adds the body to the update snapshot params
func (*UpdateSnapshotParams) WithContext ¶
func (o *UpdateSnapshotParams) WithContext(ctx context.Context) *UpdateSnapshotParams
WithContext adds the context to the update snapshot params
func (*UpdateSnapshotParams) WithDefaults ¶ added in v0.23.0
func (o *UpdateSnapshotParams) WithDefaults() *UpdateSnapshotParams
WithDefaults hydrates default values in the update snapshot params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateSnapshotParams) WithHTTPClient ¶
func (o *UpdateSnapshotParams) WithHTTPClient(client *http.Client) *UpdateSnapshotParams
WithHTTPClient adds the HTTPClient to the update snapshot params
func (*UpdateSnapshotParams) WithSnapshotLocationOrganizationID ¶
func (o *UpdateSnapshotParams) WithSnapshotLocationOrganizationID(snapshotLocationOrganizationID string) *UpdateSnapshotParams
WithSnapshotLocationOrganizationID adds the snapshotLocationOrganizationID to the update snapshot params
func (*UpdateSnapshotParams) WithSnapshotLocationProjectID ¶
func (o *UpdateSnapshotParams) WithSnapshotLocationProjectID(snapshotLocationProjectID string) *UpdateSnapshotParams
WithSnapshotLocationProjectID adds the snapshotLocationProjectID to the update snapshot params
func (*UpdateSnapshotParams) WithSnapshotSnapshotID ¶
func (o *UpdateSnapshotParams) WithSnapshotSnapshotID(snapshotSnapshotID string) *UpdateSnapshotParams
WithSnapshotSnapshotID adds the snapshotSnapshotID to the update snapshot params
func (*UpdateSnapshotParams) WithTimeout ¶
func (o *UpdateSnapshotParams) WithTimeout(timeout time.Duration) *UpdateSnapshotParams
WithTimeout adds the timeout to the update snapshot params
func (*UpdateSnapshotParams) WriteToRequest ¶
func (o *UpdateSnapshotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSnapshotReader ¶
type UpdateSnapshotReader struct {
// contains filtered or unexported fields
}
UpdateSnapshotReader is a Reader for the UpdateSnapshot structure.
func (*UpdateSnapshotReader) ReadResponse ¶
func (o *UpdateSnapshotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateVersionDefault ¶
type UpdateVersionDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UpdateVersionDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateVersionDefault ¶
func NewUpdateVersionDefault(code int) *UpdateVersionDefault
NewUpdateVersionDefault creates a UpdateVersionDefault with default headers values
func (*UpdateVersionDefault) Code ¶
func (o *UpdateVersionDefault) Code() int
Code gets the status code for the update version default response
func (*UpdateVersionDefault) Error ¶
func (o *UpdateVersionDefault) Error() string
func (*UpdateVersionDefault) GetPayload ¶
func (o *UpdateVersionDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UpdateVersionDefault) IsClientError ¶ added in v0.23.0
func (o *UpdateVersionDefault) IsClientError() bool
IsClientError returns true when this update version default response has a 4xx status code
func (*UpdateVersionDefault) IsCode ¶ added in v0.23.0
func (o *UpdateVersionDefault) IsCode(code int) bool
IsCode returns true when this update version default response a status code equal to that given
func (*UpdateVersionDefault) IsRedirect ¶ added in v0.23.0
func (o *UpdateVersionDefault) IsRedirect() bool
IsRedirect returns true when this update version default response has a 3xx status code
func (*UpdateVersionDefault) IsServerError ¶ added in v0.23.0
func (o *UpdateVersionDefault) IsServerError() bool
IsServerError returns true when this update version default response has a 5xx status code
func (*UpdateVersionDefault) IsSuccess ¶ added in v0.23.0
func (o *UpdateVersionDefault) IsSuccess() bool
IsSuccess returns true when this update version default response has a 2xx status code
func (*UpdateVersionDefault) String ¶ added in v0.23.0
func (o *UpdateVersionDefault) String() string
type UpdateVersionOK ¶
type UpdateVersionOK struct {
Payload *models.HashicorpCloudVault20201125UpdateVersionResponse
}
UpdateVersionOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateVersionOK ¶
func NewUpdateVersionOK() *UpdateVersionOK
NewUpdateVersionOK creates a UpdateVersionOK with default headers values
func (*UpdateVersionOK) Code ¶ added in v0.75.0
func (o *UpdateVersionOK) Code() int
Code gets the status code for the update version o k response
func (*UpdateVersionOK) Error ¶
func (o *UpdateVersionOK) Error() string
func (*UpdateVersionOK) GetPayload ¶
func (o *UpdateVersionOK) GetPayload() *models.HashicorpCloudVault20201125UpdateVersionResponse
func (*UpdateVersionOK) IsClientError ¶ added in v0.23.0
func (o *UpdateVersionOK) IsClientError() bool
IsClientError returns true when this update version o k response has a 4xx status code
func (*UpdateVersionOK) IsCode ¶ added in v0.23.0
func (o *UpdateVersionOK) IsCode(code int) bool
IsCode returns true when this update version o k response a status code equal to that given
func (*UpdateVersionOK) IsRedirect ¶ added in v0.23.0
func (o *UpdateVersionOK) IsRedirect() bool
IsRedirect returns true when this update version o k response has a 3xx status code
func (*UpdateVersionOK) IsServerError ¶ added in v0.23.0
func (o *UpdateVersionOK) IsServerError() bool
IsServerError returns true when this update version o k response has a 5xx status code
func (*UpdateVersionOK) IsSuccess ¶ added in v0.23.0
func (o *UpdateVersionOK) IsSuccess() bool
IsSuccess returns true when this update version o k response has a 2xx status code
func (*UpdateVersionOK) String ¶ added in v0.23.0
func (o *UpdateVersionOK) String() string
type UpdateVersionParams ¶
type UpdateVersionParams struct { // Body. Body *models.HashicorpCloudVault20201125UpdateVersionRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string // Version. Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateVersionParams contains all the parameters to send to the API endpoint
for the update version operation. Typically these are written to a http.Request.
func NewUpdateVersionParams ¶
func NewUpdateVersionParams() *UpdateVersionParams
NewUpdateVersionParams creates a new UpdateVersionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateVersionParamsWithContext ¶
func NewUpdateVersionParamsWithContext(ctx context.Context) *UpdateVersionParams
NewUpdateVersionParamsWithContext creates a new UpdateVersionParams object with the ability to set a context for a request.
func NewUpdateVersionParamsWithHTTPClient ¶
func NewUpdateVersionParamsWithHTTPClient(client *http.Client) *UpdateVersionParams
NewUpdateVersionParamsWithHTTPClient creates a new UpdateVersionParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateVersionParamsWithTimeout ¶
func NewUpdateVersionParamsWithTimeout(timeout time.Duration) *UpdateVersionParams
NewUpdateVersionParamsWithTimeout creates a new UpdateVersionParams object with the ability to set a timeout on a request.
func (*UpdateVersionParams) SetBody ¶
func (o *UpdateVersionParams) SetBody(body *models.HashicorpCloudVault20201125UpdateVersionRequest)
SetBody adds the body to the update version params
func (*UpdateVersionParams) SetClusterID ¶
func (o *UpdateVersionParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the update version params
func (*UpdateVersionParams) SetContext ¶
func (o *UpdateVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the update version params
func (*UpdateVersionParams) SetDefaults ¶ added in v0.23.0
func (o *UpdateVersionParams) SetDefaults()
SetDefaults hydrates default values in the update version params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateVersionParams) SetHTTPClient ¶
func (o *UpdateVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update version params
func (*UpdateVersionParams) SetLocationOrganizationID ¶
func (o *UpdateVersionParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the update version params
func (*UpdateVersionParams) SetLocationProjectID ¶
func (o *UpdateVersionParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the update version params
func (*UpdateVersionParams) SetTimeout ¶
func (o *UpdateVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update version params
func (*UpdateVersionParams) SetVersion ¶
func (o *UpdateVersionParams) SetVersion(version string)
SetVersion adds the version to the update version params
func (*UpdateVersionParams) WithBody ¶
func (o *UpdateVersionParams) WithBody(body *models.HashicorpCloudVault20201125UpdateVersionRequest) *UpdateVersionParams
WithBody adds the body to the update version params
func (*UpdateVersionParams) WithClusterID ¶
func (o *UpdateVersionParams) WithClusterID(clusterID string) *UpdateVersionParams
WithClusterID adds the clusterID to the update version params
func (*UpdateVersionParams) WithContext ¶
func (o *UpdateVersionParams) WithContext(ctx context.Context) *UpdateVersionParams
WithContext adds the context to the update version params
func (*UpdateVersionParams) WithDefaults ¶ added in v0.23.0
func (o *UpdateVersionParams) WithDefaults() *UpdateVersionParams
WithDefaults hydrates default values in the update version params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateVersionParams) WithHTTPClient ¶
func (o *UpdateVersionParams) WithHTTPClient(client *http.Client) *UpdateVersionParams
WithHTTPClient adds the HTTPClient to the update version params
func (*UpdateVersionParams) WithLocationOrganizationID ¶
func (o *UpdateVersionParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateVersionParams
WithLocationOrganizationID adds the locationOrganizationID to the update version params
func (*UpdateVersionParams) WithLocationProjectID ¶
func (o *UpdateVersionParams) WithLocationProjectID(locationProjectID string) *UpdateVersionParams
WithLocationProjectID adds the locationProjectID to the update version params
func (*UpdateVersionParams) WithTimeout ¶
func (o *UpdateVersionParams) WithTimeout(timeout time.Duration) *UpdateVersionParams
WithTimeout adds the timeout to the update version params
func (*UpdateVersionParams) WithVersion ¶
func (o *UpdateVersionParams) WithVersion(version string) *UpdateVersionParams
WithVersion adds the version to the update version params
func (*UpdateVersionParams) WriteToRequest ¶
func (o *UpdateVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateVersionReader ¶
type UpdateVersionReader struct {
// contains filtered or unexported fields
}
UpdateVersionReader is a Reader for the UpdateVersion structure.
func (*UpdateVersionReader) ReadResponse ¶
func (o *UpdateVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpgradeMajorVersionDefault ¶ added in v0.20.0
type UpgradeMajorVersionDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
UpgradeMajorVersionDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpgradeMajorVersionDefault ¶ added in v0.20.0
func NewUpgradeMajorVersionDefault(code int) *UpgradeMajorVersionDefault
NewUpgradeMajorVersionDefault creates a UpgradeMajorVersionDefault with default headers values
func (*UpgradeMajorVersionDefault) Code ¶ added in v0.20.0
func (o *UpgradeMajorVersionDefault) Code() int
Code gets the status code for the upgrade major version default response
func (*UpgradeMajorVersionDefault) Error ¶ added in v0.20.0
func (o *UpgradeMajorVersionDefault) Error() string
func (*UpgradeMajorVersionDefault) GetPayload ¶ added in v0.20.0
func (o *UpgradeMajorVersionDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*UpgradeMajorVersionDefault) IsClientError ¶ added in v0.23.0
func (o *UpgradeMajorVersionDefault) IsClientError() bool
IsClientError returns true when this upgrade major version default response has a 4xx status code
func (*UpgradeMajorVersionDefault) IsCode ¶ added in v0.23.0
func (o *UpgradeMajorVersionDefault) IsCode(code int) bool
IsCode returns true when this upgrade major version default response a status code equal to that given
func (*UpgradeMajorVersionDefault) IsRedirect ¶ added in v0.23.0
func (o *UpgradeMajorVersionDefault) IsRedirect() bool
IsRedirect returns true when this upgrade major version default response has a 3xx status code
func (*UpgradeMajorVersionDefault) IsServerError ¶ added in v0.23.0
func (o *UpgradeMajorVersionDefault) IsServerError() bool
IsServerError returns true when this upgrade major version default response has a 5xx status code
func (*UpgradeMajorVersionDefault) IsSuccess ¶ added in v0.23.0
func (o *UpgradeMajorVersionDefault) IsSuccess() bool
IsSuccess returns true when this upgrade major version default response has a 2xx status code
func (*UpgradeMajorVersionDefault) String ¶ added in v0.23.0
func (o *UpgradeMajorVersionDefault) String() string
type UpgradeMajorVersionOK ¶ added in v0.20.0
type UpgradeMajorVersionOK struct {
Payload *models.HashicorpCloudVault20201125UpgradeMajorVersionResponse
}
UpgradeMajorVersionOK describes a response with status code 200, with default header values.
A successful response.
func NewUpgradeMajorVersionOK ¶ added in v0.20.0
func NewUpgradeMajorVersionOK() *UpgradeMajorVersionOK
NewUpgradeMajorVersionOK creates a UpgradeMajorVersionOK with default headers values
func (*UpgradeMajorVersionOK) Code ¶ added in v0.75.0
func (o *UpgradeMajorVersionOK) Code() int
Code gets the status code for the upgrade major version o k response
func (*UpgradeMajorVersionOK) Error ¶ added in v0.20.0
func (o *UpgradeMajorVersionOK) Error() string
func (*UpgradeMajorVersionOK) GetPayload ¶ added in v0.20.0
func (o *UpgradeMajorVersionOK) GetPayload() *models.HashicorpCloudVault20201125UpgradeMajorVersionResponse
func (*UpgradeMajorVersionOK) IsClientError ¶ added in v0.23.0
func (o *UpgradeMajorVersionOK) IsClientError() bool
IsClientError returns true when this upgrade major version o k response has a 4xx status code
func (*UpgradeMajorVersionOK) IsCode ¶ added in v0.23.0
func (o *UpgradeMajorVersionOK) IsCode(code int) bool
IsCode returns true when this upgrade major version o k response a status code equal to that given
func (*UpgradeMajorVersionOK) IsRedirect ¶ added in v0.23.0
func (o *UpgradeMajorVersionOK) IsRedirect() bool
IsRedirect returns true when this upgrade major version o k response has a 3xx status code
func (*UpgradeMajorVersionOK) IsServerError ¶ added in v0.23.0
func (o *UpgradeMajorVersionOK) IsServerError() bool
IsServerError returns true when this upgrade major version o k response has a 5xx status code
func (*UpgradeMajorVersionOK) IsSuccess ¶ added in v0.23.0
func (o *UpgradeMajorVersionOK) IsSuccess() bool
IsSuccess returns true when this upgrade major version o k response has a 2xx status code
func (*UpgradeMajorVersionOK) String ¶ added in v0.23.0
func (o *UpgradeMajorVersionOK) String() string
type UpgradeMajorVersionParams ¶ added in v0.20.0
type UpgradeMajorVersionParams struct { // Body. Body *models.HashicorpCloudVault20201125UpgradeMajorVersionRequest // ClusterID. ClusterID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpgradeMajorVersionParams contains all the parameters to send to the API endpoint
for the upgrade major version operation. Typically these are written to a http.Request.
func NewUpgradeMajorVersionParams ¶ added in v0.20.0
func NewUpgradeMajorVersionParams() *UpgradeMajorVersionParams
NewUpgradeMajorVersionParams creates a new UpgradeMajorVersionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpgradeMajorVersionParamsWithContext ¶ added in v0.20.0
func NewUpgradeMajorVersionParamsWithContext(ctx context.Context) *UpgradeMajorVersionParams
NewUpgradeMajorVersionParamsWithContext creates a new UpgradeMajorVersionParams object with the ability to set a context for a request.
func NewUpgradeMajorVersionParamsWithHTTPClient ¶ added in v0.20.0
func NewUpgradeMajorVersionParamsWithHTTPClient(client *http.Client) *UpgradeMajorVersionParams
NewUpgradeMajorVersionParamsWithHTTPClient creates a new UpgradeMajorVersionParams object with the ability to set a custom HTTPClient for a request.
func NewUpgradeMajorVersionParamsWithTimeout ¶ added in v0.20.0
func NewUpgradeMajorVersionParamsWithTimeout(timeout time.Duration) *UpgradeMajorVersionParams
NewUpgradeMajorVersionParamsWithTimeout creates a new UpgradeMajorVersionParams object with the ability to set a timeout on a request.
func (*UpgradeMajorVersionParams) SetBody ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) SetBody(body *models.HashicorpCloudVault20201125UpgradeMajorVersionRequest)
SetBody adds the body to the upgrade major version params
func (*UpgradeMajorVersionParams) SetClusterID ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) SetClusterID(clusterID string)
SetClusterID adds the clusterId to the upgrade major version params
func (*UpgradeMajorVersionParams) SetContext ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the upgrade major version params
func (*UpgradeMajorVersionParams) SetDefaults ¶ added in v0.23.0
func (o *UpgradeMajorVersionParams) SetDefaults()
SetDefaults hydrates default values in the upgrade major version params (not the query body).
All values with no default are reset to their zero value.
func (*UpgradeMajorVersionParams) SetHTTPClient ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upgrade major version params
func (*UpgradeMajorVersionParams) SetLocationOrganizationID ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the upgrade major version params
func (*UpgradeMajorVersionParams) SetLocationProjectID ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the upgrade major version params
func (*UpgradeMajorVersionParams) SetTimeout ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upgrade major version params
func (*UpgradeMajorVersionParams) WithBody ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) WithBody(body *models.HashicorpCloudVault20201125UpgradeMajorVersionRequest) *UpgradeMajorVersionParams
WithBody adds the body to the upgrade major version params
func (*UpgradeMajorVersionParams) WithClusterID ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) WithClusterID(clusterID string) *UpgradeMajorVersionParams
WithClusterID adds the clusterID to the upgrade major version params
func (*UpgradeMajorVersionParams) WithContext ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) WithContext(ctx context.Context) *UpgradeMajorVersionParams
WithContext adds the context to the upgrade major version params
func (*UpgradeMajorVersionParams) WithDefaults ¶ added in v0.23.0
func (o *UpgradeMajorVersionParams) WithDefaults() *UpgradeMajorVersionParams
WithDefaults hydrates default values in the upgrade major version params (not the query body).
All values with no default are reset to their zero value.
func (*UpgradeMajorVersionParams) WithHTTPClient ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) WithHTTPClient(client *http.Client) *UpgradeMajorVersionParams
WithHTTPClient adds the HTTPClient to the upgrade major version params
func (*UpgradeMajorVersionParams) WithLocationOrganizationID ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) WithLocationOrganizationID(locationOrganizationID string) *UpgradeMajorVersionParams
WithLocationOrganizationID adds the locationOrganizationID to the upgrade major version params
func (*UpgradeMajorVersionParams) WithLocationProjectID ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) WithLocationProjectID(locationProjectID string) *UpgradeMajorVersionParams
WithLocationProjectID adds the locationProjectID to the upgrade major version params
func (*UpgradeMajorVersionParams) WithTimeout ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) WithTimeout(timeout time.Duration) *UpgradeMajorVersionParams
WithTimeout adds the timeout to the upgrade major version params
func (*UpgradeMajorVersionParams) WriteToRequest ¶ added in v0.20.0
func (o *UpgradeMajorVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpgradeMajorVersionReader ¶ added in v0.20.0
type UpgradeMajorVersionReader struct {
// contains filtered or unexported fields
}
UpgradeMajorVersionReader is a Reader for the UpgradeMajorVersion structure.
func (*UpgradeMajorVersionReader) ReadResponse ¶ added in v0.20.0
func (o *UpgradeMajorVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- add_plugin_parameters.go
- add_plugin_responses.go
- create_parameters.go
- create_responses.go
- create_snapshot_parameters.go
- create_snapshot_responses.go
- delete_parameters.go
- delete_paths_filter_parameters.go
- delete_paths_filter_responses.go
- delete_plugin_parameters.go
- delete_plugin_responses.go
- delete_responses.go
- delete_sentinel_policy_parameters.go
- delete_sentinel_policy_responses.go
- delete_snapshot_parameters.go
- delete_snapshot_responses.go
- deregister_linked_cluster_parameters.go
- deregister_linked_cluster_responses.go
- disable_c_o_r_s_parameters.go
- disable_c_o_r_s_responses.go
- fetch_audit_log_parameters.go
- fetch_audit_log_responses.go
- get_admin_token_parameters.go
- get_admin_token_responses.go
- get_audit_log_status_parameters.go
- get_audit_log_status_responses.go
- get_available_providers_parameters.go
- get_available_providers_responses.go
- get_available_templates_parameters.go
- get_available_templates_responses.go
- get_c_o_r_s_config_parameters.go
- get_c_o_r_s_config_responses.go
- get_client_counts_parameters.go
- get_client_counts_responses.go
- get_current_milestone_parameters.go
- get_current_milestone_responses.go
- get_linked_cluster_parameters.go
- get_linked_cluster_responses.go
- get_parameters.go
- get_replication_status_parameters.go
- get_replication_status_responses.go
- get_responses.go
- get_snapshot_parameters.go
- get_snapshot_responses.go
- get_utilization_parameters.go
- get_utilization_responses.go
- is_vault_plugin_registered_parameters.go
- is_vault_plugin_registered_responses.go
- list_all_clusters_parameters.go
- list_all_clusters_responses.go
- list_parameters.go
- list_performance_replication_secondaries_parameters.go
- list_performance_replication_secondaries_responses.go
- list_responses.go
- list_snapshots_parameters.go
- list_snapshots_responses.go
- lock_parameters.go
- lock_responses.go
- plugin_registration_status_parameters.go
- plugin_registration_status_responses.go
- recreate_from_snapshot_parameters.go
- recreate_from_snapshot_responses.go
- register_linked_cluster_parameters.go
- register_linked_cluster_responses.go
- restore_snapshot_parameters.go
- restore_snapshot_responses.go
- revoke_admin_tokens_parameters.go
- revoke_admin_tokens_responses.go
- seal_parameters.go
- seal_responses.go
- unlock_parameters.go
- unlock_responses.go
- unseal_parameters.go
- unseal_responses.go
- update_c_o_r_s_config_parameters.go
- update_c_o_r_s_config_responses.go
- update_major_version_upgrade_config_parameters.go
- update_major_version_upgrade_config_responses.go
- update_parameters.go
- update_paths_filter_parameters.go
- update_paths_filter_responses.go
- update_public_ips_parameters.go
- update_public_ips_responses.go
- update_responses.go
- update_snapshot_parameters.go
- update_snapshot_responses.go
- update_version_parameters.go
- update_version_responses.go
- upgrade_major_version_parameters.go
- upgrade_major_version_responses.go
- vault_service_client.go