vault_service

package
v0.94.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MPL-2.0 Imports: 12 Imported by: 2

Documentation

Index

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 (*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 (*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

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

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) Code added in v0.75.0

func (o *CreateOK) Code() int

Code gets the status code for the create o k response

func (*CreateOK) Error

func (o *CreateOK) Error() string

func (*CreateOK) GetPayload

func (*CreateOK) IsClientError added in v0.23.0

func (o *CreateOK) IsClientError() bool

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

func (*CreateOK) IsCode added in v0.23.0

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

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

func (*CreateOK) IsRedirect added in v0.23.0

func (o *CreateOK) IsRedirect() bool

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

func (*CreateOK) IsServerError added in v0.23.0

func (o *CreateOK) IsServerError() bool

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

func (*CreateOK) IsSuccess added in v0.23.0

func (o *CreateOK) IsSuccess() bool

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

func (*CreateOK) String added in v0.23.0

func (o *CreateOK) String() string

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

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

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 (*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) 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

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

WithBody adds the body to the create snapshot params

func (*CreateSnapshotParams) WithContext

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) Code added in v0.75.0

func (o *DeleteOK) Code() int

Code gets the status code for the delete o k response

func (*DeleteOK) Error

func (o *DeleteOK) Error() string

func (*DeleteOK) GetPayload

func (*DeleteOK) IsClientError added in v0.23.0

func (o *DeleteOK) IsClientError() bool

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

func (*DeleteOK) IsCode added in v0.23.0

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

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

func (*DeleteOK) IsRedirect added in v0.23.0

func (o *DeleteOK) IsRedirect() bool

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

func (*DeleteOK) IsServerError added in v0.23.0

func (o *DeleteOK) IsServerError() bool

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

func (*DeleteOK) IsSuccess added in v0.23.0

func (o *DeleteOK) IsSuccess() bool

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

func (*DeleteOK) String added in v0.23.0

func (o *DeleteOK) String() string

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 (*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 (*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

WithContext adds the context to the delete paths filter params

func (*DeletePathsFilterParams) WithDefaults added in v0.23.0

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

WithTimeout adds the timeout to the delete paths filter params

func (*DeletePathsFilterParams) WriteToRequest added in v0.17.0

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 (*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 (*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

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

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

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 (*DeleteSentinelPolicyDefault) GetPayload added in v0.42.0

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 (*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

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

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

WithContext adds the context to the delete sentinel policy params

func (*DeleteSentinelPolicyParams) WithDefaults added in v0.42.0

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

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

WithTimeout adds the timeout to the delete sentinel policy params

func (*DeleteSentinelPolicyParams) WriteToRequest added in v0.42.0

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 (*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) 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

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

Code gets the status code for the deregister linked cluster default response

func (*DeregisterLinkedClusterDefault) Error added in v0.21.0

func (*DeregisterLinkedClusterDefault) GetPayload added in v0.21.0

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

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 (*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

WithClusterID adds the clusterID to the deregister linked cluster params

func (*DeregisterLinkedClusterParams) WithContext added in v0.21.0

WithContext adds the context to the deregister linked cluster params

func (*DeregisterLinkedClusterParams) WithDefaults added in v0.23.0

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

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

WithTimeout adds the timeout to the deregister linked cluster params

func (*DeregisterLinkedClusterParams) WriteToRequest added in v0.21.0

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 (*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) 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 (*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 (*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

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

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

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 (*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 (*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

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 (*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) 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

WithContext adds the context to the get audit log status params

func (*GetAuditLogStatusParams) WithDefaults added in v0.23.0

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

WithLogID adds the logID to the get audit log status params

func (*GetAuditLogStatusParams) WithTimeout

WithTimeout adds the timeout to the get audit log status params

func (*GetAuditLogStatusParams) WriteToRequest

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

Code gets the status code for the get available providers default response

func (*GetAvailableProvidersDefault) Error added in v0.21.0

func (*GetAvailableProvidersDefault) GetPayload added in v0.21.0

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

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 (*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

WithContext adds the context to the get available providers params

func (*GetAvailableProvidersParams) WithDefaults added in v0.23.0

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

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

WithTimeout adds the timeout to the get available providers params

func (*GetAvailableProvidersParams) WriteToRequest added in v0.21.0

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

Code gets the status code for the get available templates default response

func (*GetAvailableTemplatesDefault) Error added in v0.42.0

func (*GetAvailableTemplatesDefault) GetPayload added in v0.42.0

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

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 (*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

WithContext adds the context to the get available templates params

func (*GetAvailableTemplatesParams) WithDefaults added in v0.42.0

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

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

WithTimeout adds the timeout to the get available templates params

func (*GetAvailableTemplatesParams) WriteToRequest added in v0.42.0

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 (*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 (*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

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 (*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) 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

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 (*GetCurrentMilestoneDefault) GetPayload added in v0.21.0

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 (*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

WithContext adds the context to the get current milestone params

func (*GetCurrentMilestoneParams) WithDefaults added in v0.23.0

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

WithTimeout adds the timeout to the get current milestone params

func (*GetCurrentMilestoneParams) WriteToRequest added in v0.21.0

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 (*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 (*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

WithContext adds the context to the get linked cluster params

func (*GetLinkedClusterParams) WithDefaults added in v0.23.0

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

WithTimeout adds the timeout to the get linked cluster params

func (*GetLinkedClusterParams) WriteToRequest added in v0.23.0

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 NewGetOK

func NewGetOK() *GetOK

NewGetOK creates a GetOK with default headers values

func (*GetOK) Code added in v0.75.0

func (o *GetOK) Code() int

Code gets the status code for the get o k response

func (*GetOK) Error

func (o *GetOK) Error() string

func (*GetOK) GetPayload

func (*GetOK) IsClientError added in v0.23.0

func (o *GetOK) IsClientError() bool

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

func (*GetOK) IsCode added in v0.23.0

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

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

func (*GetOK) IsRedirect added in v0.23.0

func (o *GetOK) IsRedirect() bool

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

func (*GetOK) IsServerError added in v0.23.0

func (o *GetOK) IsServerError() bool

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

func (*GetOK) IsSuccess added in v0.23.0

func (o *GetOK) IsSuccess() bool

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

func (*GetOK) String added in v0.23.0

func (o *GetOK) String() string

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

func NewGetParamsWithContext(ctx context.Context) *GetParams

NewGetParamsWithContext creates a new GetParams object with the ability to set a context for a request.

func NewGetParamsWithHTTPClient

func NewGetParamsWithHTTPClient(client *http.Client) *GetParams

NewGetParamsWithHTTPClient creates a new GetParams object with the ability to set a custom HTTPClient for a request.

func NewGetParamsWithTimeout

func NewGetParamsWithTimeout(timeout time.Duration) *GetParams

NewGetParamsWithTimeout creates a new GetParams object with the ability to set a timeout on a request.

func (*GetParams) SetClusterID

func (o *GetParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get params

func (*GetParams) SetContext

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

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

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

SetHTTPClient adds the HTTPClient to the get params

func (*GetParams) SetLocationOrganizationID

func (o *GetParams) SetLocationOrganizationID(locationOrganizationID string)

SetLocationOrganizationID adds the locationOrganizationId to the get params

func (*GetParams) SetLocationProjectID

func (o *GetParams) SetLocationProjectID(locationProjectID string)

SetLocationProjectID adds the locationProjectId to the get params

func (*GetParams) SetLocationRegionProvider

func (o *GetParams) SetLocationRegionProvider(locationRegionProvider *string)

SetLocationRegionProvider adds the locationRegionProvider to the get params

func (*GetParams) SetLocationRegionRegion

func (o *GetParams) SetLocationRegionRegion(locationRegionRegion *string)

SetLocationRegionRegion adds the locationRegionRegion to the get params

func (*GetParams) SetTimeout

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

SetTimeout adds the timeout to the get params

func (*GetParams) WithClusterID

func (o *GetParams) WithClusterID(clusterID string) *GetParams

WithClusterID adds the clusterID to the get params

func (*GetParams) WithContext

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

WithContext adds the context to the get params

func (*GetParams) WithDefaults added in v0.23.0

func (o *GetParams) WithDefaults() *GetParams

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

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

WithHTTPClient adds the HTTPClient to the get params

func (*GetParams) WithLocationOrganizationID

func (o *GetParams) WithLocationOrganizationID(locationOrganizationID string) *GetParams

WithLocationOrganizationID adds the locationOrganizationID to the get params

func (*GetParams) WithLocationProjectID

func (o *GetParams) WithLocationProjectID(locationProjectID string) *GetParams

WithLocationProjectID adds the locationProjectID to the get params

func (*GetParams) WithLocationRegionProvider

func (o *GetParams) WithLocationRegionProvider(locationRegionProvider *string) *GetParams

WithLocationRegionProvider adds the locationRegionProvider to the get params

func (*GetParams) WithLocationRegionRegion

func (o *GetParams) WithLocationRegionRegion(locationRegionRegion *string) *GetParams

WithLocationRegionRegion adds the locationRegionRegion to the get params

func (*GetParams) WithTimeout

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

WithTimeout adds the timeout to the get params

func (*GetParams) WriteToRequest

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

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 (*GetReplicationStatusDefault) GetPayload added in v0.20.0

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 (*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

WithContext adds the context to the get replication status params

func (*GetReplicationStatusParams) WithDefaults added in v0.23.0

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

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

WithTimeout adds the timeout to the get replication status params

func (*GetReplicationStatusParams) WriteToRequest added in v0.20.0

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 (*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 (*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 (*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) 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

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

Code gets the status code for the is vault plugin registered default response

func (*IsVaultPluginRegisteredDefault) Error added in v0.42.0

func (*IsVaultPluginRegisteredDefault) GetPayload added in v0.42.0

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

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 (*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

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

WithBody adds the body to the is vault plugin registered params

func (*IsVaultPluginRegisteredParams) WithClusterID added in v0.42.0

WithClusterID adds the clusterID to the is vault plugin registered params

func (*IsVaultPluginRegisteredParams) WithContext added in v0.42.0

WithContext adds the context to the is vault plugin registered params

func (*IsVaultPluginRegisteredParams) WithDefaults added in v0.42.0

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

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

WithTimeout adds the timeout to the is vault plugin registered params

func (*IsVaultPluginRegisteredParams) WriteToRequest added in v0.42.0

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 (*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 (*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

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 NewListOK

func NewListOK() *ListOK

NewListOK creates a ListOK with default headers values

func (*ListOK) Code added in v0.75.0

func (o *ListOK) Code() int

Code gets the status code for the list o k response

func (*ListOK) Error

func (o *ListOK) Error() string

func (*ListOK) GetPayload

func (*ListOK) IsClientError added in v0.23.0

func (o *ListOK) IsClientError() bool

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

func (*ListOK) IsCode added in v0.23.0

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

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

func (*ListOK) IsRedirect added in v0.23.0

func (o *ListOK) IsRedirect() bool

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

func (*ListOK) IsServerError added in v0.23.0

func (o *ListOK) IsServerError() bool

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

func (*ListOK) IsSuccess added in v0.23.0

func (o *ListOK) IsSuccess() bool

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

func (*ListOK) String added in v0.23.0

func (o *ListOK) String() string

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

Code gets the status code for the list performance replication secondaries default response

func (*ListPerformanceReplicationSecondariesDefault) Error

func (*ListPerformanceReplicationSecondariesDefault) GetPayload

func (*ListPerformanceReplicationSecondariesDefault) IsClientError added in v0.23.0

IsClientError returns true when this list performance replication secondaries default response has a 4xx status code

func (*ListPerformanceReplicationSecondariesDefault) IsCode added in v0.23.0

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

IsRedirect returns true when this list performance replication secondaries default response has a 3xx status code

func (*ListPerformanceReplicationSecondariesDefault) IsServerError added in v0.23.0

IsServerError returns true when this list performance replication secondaries default response has a 5xx status code

func (*ListPerformanceReplicationSecondariesDefault) IsSuccess added in v0.23.0

IsSuccess returns true when this list performance replication secondaries default response has a 2xx status code

func (*ListPerformanceReplicationSecondariesDefault) String added in v0.23.0

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

Code gets the status code for the list performance replication secondaries o k response

func (*ListPerformanceReplicationSecondariesOK) Error

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

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

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

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

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

SetContext adds the context to the list performance replication secondaries params

func (*ListPerformanceReplicationSecondariesParams) SetDefaults added in v0.23.0

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

SetTimeout adds the timeout to the list performance replication secondaries params

func (*ListPerformanceReplicationSecondariesParams) WithClusterID

WithClusterID adds the clusterID to the list performance replication secondaries params

func (*ListPerformanceReplicationSecondariesParams) WithContext

WithContext adds the context to the list performance replication secondaries params

func (*ListPerformanceReplicationSecondariesParams) WithDefaults added in v0.23.0

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

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

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

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

WithTimeout adds the timeout to the list performance replication secondaries params

func (*ListPerformanceReplicationSecondariesParams) WriteToRequest

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 (*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 (*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

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) Code added in v0.75.0

func (o *LockOK) Code() int

Code gets the status code for the lock o k response

func (*LockOK) Error added in v0.42.0

func (o *LockOK) Error() string

func (*LockOK) GetPayload added in v0.42.0

func (*LockOK) IsClientError added in v0.42.0

func (o *LockOK) IsClientError() bool

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

func (*LockOK) IsCode added in v0.42.0

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

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

func (*LockOK) IsRedirect added in v0.42.0

func (o *LockOK) IsRedirect() bool

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

func (*LockOK) IsServerError added in v0.42.0

func (o *LockOK) IsServerError() bool

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

func (*LockOK) IsSuccess added in v0.42.0

func (o *LockOK) IsSuccess() bool

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

func (*LockOK) String added in v0.42.0

func (o *LockOK) String() string

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

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

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

Code gets the status code for the plugin registration status default response

func (*PluginRegistrationStatusDefault) Error added in v0.53.0

func (*PluginRegistrationStatusDefault) GetPayload added in v0.53.0

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

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 (*PluginRegistrationStatusOK) GetPayload added in v0.53.0

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

WithClusterID adds the clusterID to the plugin registration status params

func (*PluginRegistrationStatusParams) WithContext added in v0.53.0

WithContext adds the context to the plugin registration status params

func (*PluginRegistrationStatusParams) WithDefaults added in v0.53.0

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

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

WithTimeout adds the timeout to the plugin registration status params

func (*PluginRegistrationStatusParams) WriteToRequest added in v0.53.0

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 (*RecreateFromSnapshotDefault) GetPayload added in v0.21.0

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 (*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

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

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

WithContext adds the context to the recreate from snapshot params

func (*RecreateFromSnapshotParams) WithDefaults added in v0.23.0

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

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

WithTimeout adds the timeout to the recreate from snapshot params

func (*RecreateFromSnapshotParams) WriteToRequest added in v0.21.0

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

Code gets the status code for the register linked cluster default response

func (*RegisterLinkedClusterDefault) Error added in v0.21.0

func (*RegisterLinkedClusterDefault) GetPayload added in v0.21.0

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

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 (*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

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

WithBody adds the body to the register linked cluster params

func (*RegisterLinkedClusterParams) WithContext added in v0.21.0

WithContext adds the context to the register linked cluster params

func (*RegisterLinkedClusterParams) WithDefaults added in v0.23.0

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

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

WithTimeout adds the timeout to the register linked cluster params

func (*RegisterLinkedClusterParams) WriteToRequest added in v0.21.0

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 (*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) 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

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

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

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 (*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 (*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

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

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

WithContext adds the context to the revoke admin tokens params

func (*RevokeAdminTokensParams) WithDefaults added in v0.42.0

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

WithTimeout adds the timeout to the revoke admin tokens params

func (*RevokeAdminTokensParams) WriteToRequest added in v0.42.0

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 NewSealOK

func NewSealOK() *SealOK

NewSealOK creates a SealOK with default headers values

func (*SealOK) Code added in v0.75.0

func (o *SealOK) Code() int

Code gets the status code for the seal o k response

func (*SealOK) Error

func (o *SealOK) Error() string

func (*SealOK) GetPayload

func (*SealOK) IsClientError added in v0.23.0

func (o *SealOK) IsClientError() bool

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

func (*SealOK) IsCode added in v0.23.0

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

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

func (*SealOK) IsRedirect added in v0.23.0

func (o *SealOK) IsRedirect() bool

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

func (*SealOK) IsServerError added in v0.23.0

func (o *SealOK) IsServerError() bool

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

func (*SealOK) IsSuccess added in v0.23.0

func (o *SealOK) IsSuccess() bool

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

func (*SealOK) String added in v0.23.0

func (o *SealOK) String() string

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

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

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) Code added in v0.75.0

func (o *UnlockOK) Code() int

Code gets the status code for the unlock o k response

func (*UnlockOK) Error added in v0.42.0

func (o *UnlockOK) Error() string

func (*UnlockOK) GetPayload added in v0.42.0

func (*UnlockOK) IsClientError added in v0.42.0

func (o *UnlockOK) IsClientError() bool

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

func (*UnlockOK) IsCode added in v0.42.0

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

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

func (*UnlockOK) IsRedirect added in v0.42.0

func (o *UnlockOK) IsRedirect() bool

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

func (*UnlockOK) IsServerError added in v0.42.0

func (o *UnlockOK) IsServerError() bool

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

func (*UnlockOK) IsSuccess added in v0.42.0

func (o *UnlockOK) IsSuccess() bool

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

func (*UnlockOK) String added in v0.42.0

func (o *UnlockOK) String() string

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

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

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) Code added in v0.75.0

func (o *UnsealOK) Code() int

Code gets the status code for the unseal o k response

func (*UnsealOK) Error

func (o *UnsealOK) Error() string

func (*UnsealOK) GetPayload

func (*UnsealOK) IsClientError added in v0.23.0

func (o *UnsealOK) IsClientError() bool

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

func (*UnsealOK) IsCode added in v0.23.0

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

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

func (*UnsealOK) IsRedirect added in v0.23.0

func (o *UnsealOK) IsRedirect() bool

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

func (*UnsealOK) IsServerError added in v0.23.0

func (o *UnsealOK) IsServerError() bool

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

func (*UnsealOK) IsSuccess added in v0.23.0

func (o *UnsealOK) IsSuccess() bool

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

func (*UnsealOK) String added in v0.23.0

func (o *UnsealOK) String() string

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

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

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 (*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) 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

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

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

WithContext adds the context to the update c o r s config params

func (*UpdateCORSConfigParams) WithDefaults added in v0.23.0

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

WithTimeout adds the timeout to the update c o r s config params

func (*UpdateCORSConfigParams) WriteToRequest

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

Code gets the status code for the update major version upgrade config default response

func (*UpdateMajorVersionUpgradeConfigDefault) Error added in v0.20.0

func (*UpdateMajorVersionUpgradeConfigDefault) GetPayload added in v0.20.0

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

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

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

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

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

Code gets the status code for the update major version upgrade config o k response

func (*UpdateMajorVersionUpgradeConfigOK) Error added in v0.20.0

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

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

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

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

WithBody adds the body to the update major version upgrade config params

func (*UpdateMajorVersionUpgradeConfigParams) WithClusterID added in v0.20.0

WithClusterID adds the clusterID to the update major version upgrade config params

func (*UpdateMajorVersionUpgradeConfigParams) WithContext added in v0.20.0

WithContext adds the context to the update major version upgrade config params

func (*UpdateMajorVersionUpgradeConfigParams) WithDefaults added in v0.23.0

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

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

WithTimeout adds the timeout to the update major version upgrade config params

func (*UpdateMajorVersionUpgradeConfigParams) WriteToRequest added in v0.20.0

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) Code added in v0.75.0

func (o *UpdateOK) Code() int

Code gets the status code for the update o k response

func (*UpdateOK) Error

func (o *UpdateOK) Error() string

func (*UpdateOK) GetPayload

func (*UpdateOK) IsClientError added in v0.23.0

func (o *UpdateOK) IsClientError() bool

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

func (*UpdateOK) IsCode added in v0.23.0

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

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

func (*UpdateOK) IsRedirect added in v0.23.0

func (o *UpdateOK) IsRedirect() bool

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

func (*UpdateOK) IsServerError added in v0.23.0

func (o *UpdateOK) IsServerError() bool

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

func (*UpdateOK) IsSuccess added in v0.23.0

func (o *UpdateOK) IsSuccess() bool

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

func (*UpdateOK) String added in v0.23.0

func (o *UpdateOK) String() string

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

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

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 (*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 (*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

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

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

WithContext adds the context to the update paths filter params

func (*UpdatePathsFilterParams) WithDefaults added in v0.23.0

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

WithTimeout adds the timeout to the update paths filter params

func (*UpdatePathsFilterParams) WriteToRequest added in v0.17.0

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 (*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) 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

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

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

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 (*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) 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

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

WithBody adds the body to the update snapshot params

func (*UpdateSnapshotParams) WithContext

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 (*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 (*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

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

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

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 (*UpgradeMajorVersionDefault) GetPayload added in v0.20.0

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 (*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

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

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

WithContext adds the context to the upgrade major version params

func (*UpgradeMajorVersionParams) WithDefaults added in v0.23.0

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

WithTimeout adds the timeout to the upgrade major version params

func (*UpgradeMajorVersionParams) WriteToRequest added in v0.20.0

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

Jump to

Keyboard shortcuts

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