Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateAwsCloudAccount(params *CreateAwsCloudAccountParams) (*CreateAwsCloudAccountCreated, error)
- func (a *Client) CreateAzureCloudAccount(params *CreateAzureCloudAccountParams) (*CreateAzureCloudAccountCreated, error)
- func (a *Client) CreateCloudAccount(params *CreateCloudAccountParams) (*CreateCloudAccountCreated, error)
- func (a *Client) CreateGcpCloudAccount(params *CreateGcpCloudAccountParams) (*CreateGcpCloudAccountCreated, error)
- func (a *Client) CreateNsxTCloudAccount(params *CreateNsxTCloudAccountParams) (*CreateNsxTCloudAccountCreated, error)
- func (a *Client) CreateNsxVCloudAccount(params *CreateNsxVCloudAccountParams) (*CreateNsxVCloudAccountCreated, error)
- func (a *Client) CreateVSphereCloudAccount(params *CreateVSphereCloudAccountParams) (*CreateVSphereCloudAccountCreated, error)
- func (a *Client) DeleteAwsCloudAccount(params *DeleteAwsCloudAccountParams) (*DeleteAwsCloudAccountNoContent, error)
- func (a *Client) DeleteAzureCloudAccount(params *DeleteAzureCloudAccountParams) (*DeleteAzureCloudAccountNoContent, error)
- func (a *Client) DeleteCloudAccount(params *DeleteCloudAccountParams) (*DeleteCloudAccountNoContent, error)
- func (a *Client) DeleteCloudAccountNsxT(params *DeleteCloudAccountNsxTParams) (*DeleteCloudAccountNsxTNoContent, error)
- func (a *Client) DeleteCloudAccountNsxV(params *DeleteCloudAccountNsxVParams) (*DeleteCloudAccountNsxVNoContent, error)
- func (a *Client) DeleteGcpCloudAccount(params *DeleteGcpCloudAccountParams) (*DeleteGcpCloudAccountNoContent, error)
- func (a *Client) DeleteVSphereCloudAccount(params *DeleteVSphereCloudAccountParams) (*DeleteVSphereCloudAccountNoContent, error)
- func (a *Client) EnumerateAwsRegions(params *EnumerateAwsRegionsParams) (*EnumerateAwsRegionsOK, error)
- func (a *Client) EnumerateAzureRegions(params *EnumerateAzureRegionsParams) (*EnumerateAzureRegionsOK, error)
- func (a *Client) EnumerateGcpRegions(params *EnumerateGcpRegionsParams) (*EnumerateGcpRegionsOK, error)
- func (a *Client) EnumerateRegions(params *EnumerateRegionsParams) (*EnumerateRegionsOK, error)
- func (a *Client) EnumerateVSphereRegions(params *EnumerateVSphereRegionsParams) (*EnumerateVSphereRegionsOK, error)
- func (a *Client) GetAwsCloudAccount(params *GetAwsCloudAccountParams) (*GetAwsCloudAccountOK, error)
- func (a *Client) GetAwsCloudAccounts(params *GetAwsCloudAccountsParams) (*GetAwsCloudAccountsOK, error)
- func (a *Client) GetAzureCloudAccount(params *GetAzureCloudAccountParams) (*GetAzureCloudAccountOK, error)
- func (a *Client) GetAzureCloudAccounts(params *GetAzureCloudAccountsParams) (*GetAzureCloudAccountsOK, error)
- func (a *Client) GetCloudAccount(params *GetCloudAccountParams) (*GetCloudAccountOK, error)
- func (a *Client) GetCloudAccounts(params *GetCloudAccountsParams) (*GetCloudAccountsOK, error)
- func (a *Client) GetGcpCloudAccount(params *GetGcpCloudAccountParams) (*GetGcpCloudAccountOK, error)
- func (a *Client) GetGcpCloudAccounts(params *GetGcpCloudAccountsParams) (*GetGcpCloudAccountsOK, error)
- func (a *Client) GetNsxTCloudAccount(params *GetNsxTCloudAccountParams) (*GetNsxTCloudAccountOK, error)
- func (a *Client) GetNsxTCloudAccounts(params *GetNsxTCloudAccountsParams) (*GetNsxTCloudAccountsOK, error)
- func (a *Client) GetNsxVCloudAccount(params *GetNsxVCloudAccountParams) (*GetNsxVCloudAccountOK, error)
- func (a *Client) GetNsxVCloudAccounts(params *GetNsxVCloudAccountsParams) (*GetNsxVCloudAccountsOK, error)
- func (a *Client) GetVSphereCloudAccount(params *GetVSphereCloudAccountParams) (*GetVSphereCloudAccountOK, error)
- func (a *Client) GetVSphereCloudAccounts(params *GetVSphereCloudAccountsParams) (*GetVSphereCloudAccountsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateAwsCloudAccount(params *UpdateAwsCloudAccountParams) (*UpdateAwsCloudAccountOK, error)
- func (a *Client) UpdateAzureCloudAccount(params *UpdateAzureCloudAccountParams) (*UpdateAzureCloudAccountOK, error)
- func (a *Client) UpdateCloudAccount(params *UpdateCloudAccountParams) (*UpdateCloudAccountOK, error)
- func (a *Client) UpdateGcpCloudAccount(params *UpdateGcpCloudAccountParams) (*UpdateGcpCloudAccountOK, error)
- func (a *Client) UpdateNsxTCloudAccount(params *UpdateNsxTCloudAccountParams) (*UpdateNsxTCloudAccountOK, error)
- func (a *Client) UpdateNsxVCloudAccount(params *UpdateNsxVCloudAccountParams) (*UpdateNsxVCloudAccountOK, error)
- func (a *Client) UpdateVSphereCloudAccount(params *UpdateVSphereCloudAccountParams) (*UpdateVSphereCloudAccountOK, error)
- type CreateAwsCloudAccountBadRequest
- type CreateAwsCloudAccountCreated
- type CreateAwsCloudAccountForbidden
- type CreateAwsCloudAccountParams
- func NewCreateAwsCloudAccountParams() *CreateAwsCloudAccountParams
- func NewCreateAwsCloudAccountParamsWithContext(ctx context.Context) *CreateAwsCloudAccountParams
- func NewCreateAwsCloudAccountParamsWithHTTPClient(client *http.Client) *CreateAwsCloudAccountParams
- func NewCreateAwsCloudAccountParamsWithTimeout(timeout time.Duration) *CreateAwsCloudAccountParams
- func (o *CreateAwsCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateAwsCloudAccountParams) SetBody(body *models.CloudAccountAwsSpecification)
- func (o *CreateAwsCloudAccountParams) SetContext(ctx context.Context)
- func (o *CreateAwsCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateAwsCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateAwsCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateAwsCloudAccountParams
- func (o *CreateAwsCloudAccountParams) WithBody(body *models.CloudAccountAwsSpecification) *CreateAwsCloudAccountParams
- func (o *CreateAwsCloudAccountParams) WithContext(ctx context.Context) *CreateAwsCloudAccountParams
- func (o *CreateAwsCloudAccountParams) WithHTTPClient(client *http.Client) *CreateAwsCloudAccountParams
- func (o *CreateAwsCloudAccountParams) WithTimeout(timeout time.Duration) *CreateAwsCloudAccountParams
- func (o *CreateAwsCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAwsCloudAccountReader
- type CreateAzureCloudAccountBadRequest
- type CreateAzureCloudAccountCreated
- type CreateAzureCloudAccountForbidden
- type CreateAzureCloudAccountParams
- func NewCreateAzureCloudAccountParams() *CreateAzureCloudAccountParams
- func NewCreateAzureCloudAccountParamsWithContext(ctx context.Context) *CreateAzureCloudAccountParams
- func NewCreateAzureCloudAccountParamsWithHTTPClient(client *http.Client) *CreateAzureCloudAccountParams
- func NewCreateAzureCloudAccountParamsWithTimeout(timeout time.Duration) *CreateAzureCloudAccountParams
- func (o *CreateAzureCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateAzureCloudAccountParams) SetBody(body *models.CloudAccountAzureSpecification)
- func (o *CreateAzureCloudAccountParams) SetContext(ctx context.Context)
- func (o *CreateAzureCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateAzureCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateAzureCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateAzureCloudAccountParams
- func (o *CreateAzureCloudAccountParams) WithBody(body *models.CloudAccountAzureSpecification) *CreateAzureCloudAccountParams
- func (o *CreateAzureCloudAccountParams) WithContext(ctx context.Context) *CreateAzureCloudAccountParams
- func (o *CreateAzureCloudAccountParams) WithHTTPClient(client *http.Client) *CreateAzureCloudAccountParams
- func (o *CreateAzureCloudAccountParams) WithTimeout(timeout time.Duration) *CreateAzureCloudAccountParams
- func (o *CreateAzureCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAzureCloudAccountReader
- type CreateCloudAccountBadRequest
- type CreateCloudAccountCreated
- type CreateCloudAccountForbidden
- type CreateCloudAccountParams
- func NewCreateCloudAccountParams() *CreateCloudAccountParams
- func NewCreateCloudAccountParamsWithContext(ctx context.Context) *CreateCloudAccountParams
- func NewCreateCloudAccountParamsWithHTTPClient(client *http.Client) *CreateCloudAccountParams
- func NewCreateCloudAccountParamsWithTimeout(timeout time.Duration) *CreateCloudAccountParams
- func (o *CreateCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateCloudAccountParams) SetBody(body *models.CloudAccountSpecification)
- func (o *CreateCloudAccountParams) SetContext(ctx context.Context)
- func (o *CreateCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateCloudAccountParams
- func (o *CreateCloudAccountParams) WithBody(body *models.CloudAccountSpecification) *CreateCloudAccountParams
- func (o *CreateCloudAccountParams) WithContext(ctx context.Context) *CreateCloudAccountParams
- func (o *CreateCloudAccountParams) WithHTTPClient(client *http.Client) *CreateCloudAccountParams
- func (o *CreateCloudAccountParams) WithTimeout(timeout time.Duration) *CreateCloudAccountParams
- func (o *CreateCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateCloudAccountReader
- type CreateGcpCloudAccountBadRequest
- type CreateGcpCloudAccountCreated
- type CreateGcpCloudAccountForbidden
- type CreateGcpCloudAccountParams
- func NewCreateGcpCloudAccountParams() *CreateGcpCloudAccountParams
- func NewCreateGcpCloudAccountParamsWithContext(ctx context.Context) *CreateGcpCloudAccountParams
- func NewCreateGcpCloudAccountParamsWithHTTPClient(client *http.Client) *CreateGcpCloudAccountParams
- func NewCreateGcpCloudAccountParamsWithTimeout(timeout time.Duration) *CreateGcpCloudAccountParams
- func (o *CreateGcpCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateGcpCloudAccountParams) SetBody(body *models.CloudAccountGcpSpecification)
- func (o *CreateGcpCloudAccountParams) SetContext(ctx context.Context)
- func (o *CreateGcpCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateGcpCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateGcpCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateGcpCloudAccountParams
- func (o *CreateGcpCloudAccountParams) WithBody(body *models.CloudAccountGcpSpecification) *CreateGcpCloudAccountParams
- func (o *CreateGcpCloudAccountParams) WithContext(ctx context.Context) *CreateGcpCloudAccountParams
- func (o *CreateGcpCloudAccountParams) WithHTTPClient(client *http.Client) *CreateGcpCloudAccountParams
- func (o *CreateGcpCloudAccountParams) WithTimeout(timeout time.Duration) *CreateGcpCloudAccountParams
- func (o *CreateGcpCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateGcpCloudAccountReader
- type CreateNsxTCloudAccountBadRequest
- type CreateNsxTCloudAccountCreated
- type CreateNsxTCloudAccountForbidden
- type CreateNsxTCloudAccountParams
- func NewCreateNsxTCloudAccountParams() *CreateNsxTCloudAccountParams
- func NewCreateNsxTCloudAccountParamsWithContext(ctx context.Context) *CreateNsxTCloudAccountParams
- func NewCreateNsxTCloudAccountParamsWithHTTPClient(client *http.Client) *CreateNsxTCloudAccountParams
- func NewCreateNsxTCloudAccountParamsWithTimeout(timeout time.Duration) *CreateNsxTCloudAccountParams
- func (o *CreateNsxTCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateNsxTCloudAccountParams) SetBody(body *models.CloudAccountNsxTSpecification)
- func (o *CreateNsxTCloudAccountParams) SetContext(ctx context.Context)
- func (o *CreateNsxTCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateNsxTCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateNsxTCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateNsxTCloudAccountParams
- func (o *CreateNsxTCloudAccountParams) WithBody(body *models.CloudAccountNsxTSpecification) *CreateNsxTCloudAccountParams
- func (o *CreateNsxTCloudAccountParams) WithContext(ctx context.Context) *CreateNsxTCloudAccountParams
- func (o *CreateNsxTCloudAccountParams) WithHTTPClient(client *http.Client) *CreateNsxTCloudAccountParams
- func (o *CreateNsxTCloudAccountParams) WithTimeout(timeout time.Duration) *CreateNsxTCloudAccountParams
- func (o *CreateNsxTCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateNsxTCloudAccountReader
- type CreateNsxVCloudAccountBadRequest
- type CreateNsxVCloudAccountCreated
- type CreateNsxVCloudAccountForbidden
- type CreateNsxVCloudAccountParams
- func NewCreateNsxVCloudAccountParams() *CreateNsxVCloudAccountParams
- func NewCreateNsxVCloudAccountParamsWithContext(ctx context.Context) *CreateNsxVCloudAccountParams
- func NewCreateNsxVCloudAccountParamsWithHTTPClient(client *http.Client) *CreateNsxVCloudAccountParams
- func NewCreateNsxVCloudAccountParamsWithTimeout(timeout time.Duration) *CreateNsxVCloudAccountParams
- func (o *CreateNsxVCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateNsxVCloudAccountParams) SetBody(body *models.CloudAccountNsxVSpecification)
- func (o *CreateNsxVCloudAccountParams) SetContext(ctx context.Context)
- func (o *CreateNsxVCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateNsxVCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateNsxVCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateNsxVCloudAccountParams
- func (o *CreateNsxVCloudAccountParams) WithBody(body *models.CloudAccountNsxVSpecification) *CreateNsxVCloudAccountParams
- func (o *CreateNsxVCloudAccountParams) WithContext(ctx context.Context) *CreateNsxVCloudAccountParams
- func (o *CreateNsxVCloudAccountParams) WithHTTPClient(client *http.Client) *CreateNsxVCloudAccountParams
- func (o *CreateNsxVCloudAccountParams) WithTimeout(timeout time.Duration) *CreateNsxVCloudAccountParams
- func (o *CreateNsxVCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateNsxVCloudAccountReader
- type CreateVSphereCloudAccountBadRequest
- type CreateVSphereCloudAccountCreated
- type CreateVSphereCloudAccountForbidden
- type CreateVSphereCloudAccountParams
- func NewCreateVSphereCloudAccountParams() *CreateVSphereCloudAccountParams
- func NewCreateVSphereCloudAccountParamsWithContext(ctx context.Context) *CreateVSphereCloudAccountParams
- func NewCreateVSphereCloudAccountParamsWithHTTPClient(client *http.Client) *CreateVSphereCloudAccountParams
- func NewCreateVSphereCloudAccountParamsWithTimeout(timeout time.Duration) *CreateVSphereCloudAccountParams
- func (o *CreateVSphereCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateVSphereCloudAccountParams) SetBody(body *models.CloudAccountVsphereSpecification)
- func (o *CreateVSphereCloudAccountParams) SetContext(ctx context.Context)
- func (o *CreateVSphereCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateVSphereCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateVSphereCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateVSphereCloudAccountParams
- func (o *CreateVSphereCloudAccountParams) WithBody(body *models.CloudAccountVsphereSpecification) *CreateVSphereCloudAccountParams
- func (o *CreateVSphereCloudAccountParams) WithContext(ctx context.Context) *CreateVSphereCloudAccountParams
- func (o *CreateVSphereCloudAccountParams) WithHTTPClient(client *http.Client) *CreateVSphereCloudAccountParams
- func (o *CreateVSphereCloudAccountParams) WithTimeout(timeout time.Duration) *CreateVSphereCloudAccountParams
- func (o *CreateVSphereCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateVSphereCloudAccountReader
- type DeleteAwsCloudAccountForbidden
- type DeleteAwsCloudAccountNoContent
- type DeleteAwsCloudAccountParams
- func NewDeleteAwsCloudAccountParams() *DeleteAwsCloudAccountParams
- func NewDeleteAwsCloudAccountParamsWithContext(ctx context.Context) *DeleteAwsCloudAccountParams
- func NewDeleteAwsCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteAwsCloudAccountParams
- func NewDeleteAwsCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteAwsCloudAccountParams
- func (o *DeleteAwsCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteAwsCloudAccountParams) SetContext(ctx context.Context)
- func (o *DeleteAwsCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAwsCloudAccountParams) SetID(id string)
- func (o *DeleteAwsCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAwsCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteAwsCloudAccountParams
- func (o *DeleteAwsCloudAccountParams) WithContext(ctx context.Context) *DeleteAwsCloudAccountParams
- func (o *DeleteAwsCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteAwsCloudAccountParams
- func (o *DeleteAwsCloudAccountParams) WithID(id string) *DeleteAwsCloudAccountParams
- func (o *DeleteAwsCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteAwsCloudAccountParams
- func (o *DeleteAwsCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAwsCloudAccountReader
- type DeleteAzureCloudAccountForbidden
- type DeleteAzureCloudAccountNoContent
- type DeleteAzureCloudAccountParams
- func NewDeleteAzureCloudAccountParams() *DeleteAzureCloudAccountParams
- func NewDeleteAzureCloudAccountParamsWithContext(ctx context.Context) *DeleteAzureCloudAccountParams
- func NewDeleteAzureCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteAzureCloudAccountParams
- func NewDeleteAzureCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteAzureCloudAccountParams
- func (o *DeleteAzureCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteAzureCloudAccountParams) SetContext(ctx context.Context)
- func (o *DeleteAzureCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAzureCloudAccountParams) SetID(id string)
- func (o *DeleteAzureCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAzureCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteAzureCloudAccountParams
- func (o *DeleteAzureCloudAccountParams) WithContext(ctx context.Context) *DeleteAzureCloudAccountParams
- func (o *DeleteAzureCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteAzureCloudAccountParams
- func (o *DeleteAzureCloudAccountParams) WithID(id string) *DeleteAzureCloudAccountParams
- func (o *DeleteAzureCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteAzureCloudAccountParams
- func (o *DeleteAzureCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAzureCloudAccountReader
- type DeleteCloudAccountForbidden
- type DeleteCloudAccountNoContent
- type DeleteCloudAccountNsxTForbidden
- type DeleteCloudAccountNsxTNoContent
- type DeleteCloudAccountNsxTParams
- func NewDeleteCloudAccountNsxTParams() *DeleteCloudAccountNsxTParams
- func NewDeleteCloudAccountNsxTParamsWithContext(ctx context.Context) *DeleteCloudAccountNsxTParams
- func NewDeleteCloudAccountNsxTParamsWithHTTPClient(client *http.Client) *DeleteCloudAccountNsxTParams
- func NewDeleteCloudAccountNsxTParamsWithTimeout(timeout time.Duration) *DeleteCloudAccountNsxTParams
- func (o *DeleteCloudAccountNsxTParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteCloudAccountNsxTParams) SetContext(ctx context.Context)
- func (o *DeleteCloudAccountNsxTParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCloudAccountNsxTParams) SetID(id string)
- func (o *DeleteCloudAccountNsxTParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCloudAccountNsxTParams) WithAPIVersion(aPIVersion *string) *DeleteCloudAccountNsxTParams
- func (o *DeleteCloudAccountNsxTParams) WithContext(ctx context.Context) *DeleteCloudAccountNsxTParams
- func (o *DeleteCloudAccountNsxTParams) WithHTTPClient(client *http.Client) *DeleteCloudAccountNsxTParams
- func (o *DeleteCloudAccountNsxTParams) WithID(id string) *DeleteCloudAccountNsxTParams
- func (o *DeleteCloudAccountNsxTParams) WithTimeout(timeout time.Duration) *DeleteCloudAccountNsxTParams
- func (o *DeleteCloudAccountNsxTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCloudAccountNsxTReader
- type DeleteCloudAccountNsxVForbidden
- type DeleteCloudAccountNsxVNoContent
- type DeleteCloudAccountNsxVParams
- func NewDeleteCloudAccountNsxVParams() *DeleteCloudAccountNsxVParams
- func NewDeleteCloudAccountNsxVParamsWithContext(ctx context.Context) *DeleteCloudAccountNsxVParams
- func NewDeleteCloudAccountNsxVParamsWithHTTPClient(client *http.Client) *DeleteCloudAccountNsxVParams
- func NewDeleteCloudAccountNsxVParamsWithTimeout(timeout time.Duration) *DeleteCloudAccountNsxVParams
- func (o *DeleteCloudAccountNsxVParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteCloudAccountNsxVParams) SetContext(ctx context.Context)
- func (o *DeleteCloudAccountNsxVParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCloudAccountNsxVParams) SetID(id string)
- func (o *DeleteCloudAccountNsxVParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCloudAccountNsxVParams) WithAPIVersion(aPIVersion *string) *DeleteCloudAccountNsxVParams
- func (o *DeleteCloudAccountNsxVParams) WithContext(ctx context.Context) *DeleteCloudAccountNsxVParams
- func (o *DeleteCloudAccountNsxVParams) WithHTTPClient(client *http.Client) *DeleteCloudAccountNsxVParams
- func (o *DeleteCloudAccountNsxVParams) WithID(id string) *DeleteCloudAccountNsxVParams
- func (o *DeleteCloudAccountNsxVParams) WithTimeout(timeout time.Duration) *DeleteCloudAccountNsxVParams
- func (o *DeleteCloudAccountNsxVParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCloudAccountNsxVReader
- type DeleteCloudAccountParams
- func NewDeleteCloudAccountParams() *DeleteCloudAccountParams
- func NewDeleteCloudAccountParamsWithContext(ctx context.Context) *DeleteCloudAccountParams
- func NewDeleteCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteCloudAccountParams
- func NewDeleteCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteCloudAccountParams
- func (o *DeleteCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteCloudAccountParams) SetContext(ctx context.Context)
- func (o *DeleteCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *DeleteCloudAccountParams) SetID(id string)
- func (o *DeleteCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *DeleteCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteCloudAccountParams
- func (o *DeleteCloudAccountParams) WithContext(ctx context.Context) *DeleteCloudAccountParams
- func (o *DeleteCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteCloudAccountParams
- func (o *DeleteCloudAccountParams) WithID(id string) *DeleteCloudAccountParams
- func (o *DeleteCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteCloudAccountParams
- func (o *DeleteCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteCloudAccountReader
- type DeleteGcpCloudAccountForbidden
- type DeleteGcpCloudAccountNoContent
- type DeleteGcpCloudAccountParams
- func NewDeleteGcpCloudAccountParams() *DeleteGcpCloudAccountParams
- func NewDeleteGcpCloudAccountParamsWithContext(ctx context.Context) *DeleteGcpCloudAccountParams
- func NewDeleteGcpCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteGcpCloudAccountParams
- func NewDeleteGcpCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteGcpCloudAccountParams
- func (o *DeleteGcpCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteGcpCloudAccountParams) SetContext(ctx context.Context)
- func (o *DeleteGcpCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *DeleteGcpCloudAccountParams) SetID(id string)
- func (o *DeleteGcpCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *DeleteGcpCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteGcpCloudAccountParams
- func (o *DeleteGcpCloudAccountParams) WithContext(ctx context.Context) *DeleteGcpCloudAccountParams
- func (o *DeleteGcpCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteGcpCloudAccountParams
- func (o *DeleteGcpCloudAccountParams) WithID(id string) *DeleteGcpCloudAccountParams
- func (o *DeleteGcpCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteGcpCloudAccountParams
- func (o *DeleteGcpCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteGcpCloudAccountReader
- type DeleteVSphereCloudAccountForbidden
- type DeleteVSphereCloudAccountNoContent
- type DeleteVSphereCloudAccountParams
- func NewDeleteVSphereCloudAccountParams() *DeleteVSphereCloudAccountParams
- func NewDeleteVSphereCloudAccountParamsWithContext(ctx context.Context) *DeleteVSphereCloudAccountParams
- func NewDeleteVSphereCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteVSphereCloudAccountParams
- func NewDeleteVSphereCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteVSphereCloudAccountParams
- func (o *DeleteVSphereCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteVSphereCloudAccountParams) SetContext(ctx context.Context)
- func (o *DeleteVSphereCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *DeleteVSphereCloudAccountParams) SetID(id string)
- func (o *DeleteVSphereCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *DeleteVSphereCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteVSphereCloudAccountParams
- func (o *DeleteVSphereCloudAccountParams) WithContext(ctx context.Context) *DeleteVSphereCloudAccountParams
- func (o *DeleteVSphereCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteVSphereCloudAccountParams
- func (o *DeleteVSphereCloudAccountParams) WithID(id string) *DeleteVSphereCloudAccountParams
- func (o *DeleteVSphereCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteVSphereCloudAccountParams
- func (o *DeleteVSphereCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteVSphereCloudAccountReader
- type EnumerateAwsRegionsBadRequest
- type EnumerateAwsRegionsForbidden
- type EnumerateAwsRegionsOK
- type EnumerateAwsRegionsParams
- func NewEnumerateAwsRegionsParams() *EnumerateAwsRegionsParams
- func NewEnumerateAwsRegionsParamsWithContext(ctx context.Context) *EnumerateAwsRegionsParams
- func NewEnumerateAwsRegionsParamsWithHTTPClient(client *http.Client) *EnumerateAwsRegionsParams
- func NewEnumerateAwsRegionsParamsWithTimeout(timeout time.Duration) *EnumerateAwsRegionsParams
- func (o *EnumerateAwsRegionsParams) SetAPIVersion(aPIVersion *string)
- func (o *EnumerateAwsRegionsParams) SetBody(body *models.CloudAccountAwsSpecification)
- func (o *EnumerateAwsRegionsParams) SetContext(ctx context.Context)
- func (o *EnumerateAwsRegionsParams) SetHTTPClient(client *http.Client)
- func (o *EnumerateAwsRegionsParams) SetTimeout(timeout time.Duration)
- func (o *EnumerateAwsRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateAwsRegionsParams
- func (o *EnumerateAwsRegionsParams) WithBody(body *models.CloudAccountAwsSpecification) *EnumerateAwsRegionsParams
- func (o *EnumerateAwsRegionsParams) WithContext(ctx context.Context) *EnumerateAwsRegionsParams
- func (o *EnumerateAwsRegionsParams) WithHTTPClient(client *http.Client) *EnumerateAwsRegionsParams
- func (o *EnumerateAwsRegionsParams) WithTimeout(timeout time.Duration) *EnumerateAwsRegionsParams
- func (o *EnumerateAwsRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnumerateAwsRegionsReader
- type EnumerateAzureRegionsBadRequest
- type EnumerateAzureRegionsForbidden
- type EnumerateAzureRegionsOK
- type EnumerateAzureRegionsParams
- func NewEnumerateAzureRegionsParams() *EnumerateAzureRegionsParams
- func NewEnumerateAzureRegionsParamsWithContext(ctx context.Context) *EnumerateAzureRegionsParams
- func NewEnumerateAzureRegionsParamsWithHTTPClient(client *http.Client) *EnumerateAzureRegionsParams
- func NewEnumerateAzureRegionsParamsWithTimeout(timeout time.Duration) *EnumerateAzureRegionsParams
- func (o *EnumerateAzureRegionsParams) SetAPIVersion(aPIVersion *string)
- func (o *EnumerateAzureRegionsParams) SetBody(body *models.CloudAccountAzureSpecification)
- func (o *EnumerateAzureRegionsParams) SetContext(ctx context.Context)
- func (o *EnumerateAzureRegionsParams) SetHTTPClient(client *http.Client)
- func (o *EnumerateAzureRegionsParams) SetTimeout(timeout time.Duration)
- func (o *EnumerateAzureRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateAzureRegionsParams
- func (o *EnumerateAzureRegionsParams) WithBody(body *models.CloudAccountAzureSpecification) *EnumerateAzureRegionsParams
- func (o *EnumerateAzureRegionsParams) WithContext(ctx context.Context) *EnumerateAzureRegionsParams
- func (o *EnumerateAzureRegionsParams) WithHTTPClient(client *http.Client) *EnumerateAzureRegionsParams
- func (o *EnumerateAzureRegionsParams) WithTimeout(timeout time.Duration) *EnumerateAzureRegionsParams
- func (o *EnumerateAzureRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnumerateAzureRegionsReader
- type EnumerateGcpRegionsBadRequest
- type EnumerateGcpRegionsForbidden
- type EnumerateGcpRegionsOK
- type EnumerateGcpRegionsParams
- func NewEnumerateGcpRegionsParams() *EnumerateGcpRegionsParams
- func NewEnumerateGcpRegionsParamsWithContext(ctx context.Context) *EnumerateGcpRegionsParams
- func NewEnumerateGcpRegionsParamsWithHTTPClient(client *http.Client) *EnumerateGcpRegionsParams
- func NewEnumerateGcpRegionsParamsWithTimeout(timeout time.Duration) *EnumerateGcpRegionsParams
- func (o *EnumerateGcpRegionsParams) SetAPIVersion(aPIVersion *string)
- func (o *EnumerateGcpRegionsParams) SetBody(body *models.CloudAccountGcpSpecification)
- func (o *EnumerateGcpRegionsParams) SetContext(ctx context.Context)
- func (o *EnumerateGcpRegionsParams) SetHTTPClient(client *http.Client)
- func (o *EnumerateGcpRegionsParams) SetTimeout(timeout time.Duration)
- func (o *EnumerateGcpRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateGcpRegionsParams
- func (o *EnumerateGcpRegionsParams) WithBody(body *models.CloudAccountGcpSpecification) *EnumerateGcpRegionsParams
- func (o *EnumerateGcpRegionsParams) WithContext(ctx context.Context) *EnumerateGcpRegionsParams
- func (o *EnumerateGcpRegionsParams) WithHTTPClient(client *http.Client) *EnumerateGcpRegionsParams
- func (o *EnumerateGcpRegionsParams) WithTimeout(timeout time.Duration) *EnumerateGcpRegionsParams
- func (o *EnumerateGcpRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnumerateGcpRegionsReader
- type EnumerateRegionsBadRequest
- type EnumerateRegionsForbidden
- type EnumerateRegionsOK
- type EnumerateRegionsParams
- func NewEnumerateRegionsParams() *EnumerateRegionsParams
- func NewEnumerateRegionsParamsWithContext(ctx context.Context) *EnumerateRegionsParams
- func NewEnumerateRegionsParamsWithHTTPClient(client *http.Client) *EnumerateRegionsParams
- func NewEnumerateRegionsParamsWithTimeout(timeout time.Duration) *EnumerateRegionsParams
- func (o *EnumerateRegionsParams) SetAPIVersion(aPIVersion *string)
- func (o *EnumerateRegionsParams) SetBody(body *models.CloudAccountSpecification)
- func (o *EnumerateRegionsParams) SetContext(ctx context.Context)
- func (o *EnumerateRegionsParams) SetHTTPClient(client *http.Client)
- func (o *EnumerateRegionsParams) SetTimeout(timeout time.Duration)
- func (o *EnumerateRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateRegionsParams
- func (o *EnumerateRegionsParams) WithBody(body *models.CloudAccountSpecification) *EnumerateRegionsParams
- func (o *EnumerateRegionsParams) WithContext(ctx context.Context) *EnumerateRegionsParams
- func (o *EnumerateRegionsParams) WithHTTPClient(client *http.Client) *EnumerateRegionsParams
- func (o *EnumerateRegionsParams) WithTimeout(timeout time.Duration) *EnumerateRegionsParams
- func (o *EnumerateRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnumerateRegionsReader
- type EnumerateVSphereRegionsBadRequest
- type EnumerateVSphereRegionsForbidden
- type EnumerateVSphereRegionsOK
- type EnumerateVSphereRegionsParams
- func NewEnumerateVSphereRegionsParams() *EnumerateVSphereRegionsParams
- func NewEnumerateVSphereRegionsParamsWithContext(ctx context.Context) *EnumerateVSphereRegionsParams
- func NewEnumerateVSphereRegionsParamsWithHTTPClient(client *http.Client) *EnumerateVSphereRegionsParams
- func NewEnumerateVSphereRegionsParamsWithTimeout(timeout time.Duration) *EnumerateVSphereRegionsParams
- func (o *EnumerateVSphereRegionsParams) SetAPIVersion(aPIVersion *string)
- func (o *EnumerateVSphereRegionsParams) SetBody(body *models.CloudAccountVsphereSpecification)
- func (o *EnumerateVSphereRegionsParams) SetContext(ctx context.Context)
- func (o *EnumerateVSphereRegionsParams) SetHTTPClient(client *http.Client)
- func (o *EnumerateVSphereRegionsParams) SetTimeout(timeout time.Duration)
- func (o *EnumerateVSphereRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateVSphereRegionsParams
- func (o *EnumerateVSphereRegionsParams) WithBody(body *models.CloudAccountVsphereSpecification) *EnumerateVSphereRegionsParams
- func (o *EnumerateVSphereRegionsParams) WithContext(ctx context.Context) *EnumerateVSphereRegionsParams
- func (o *EnumerateVSphereRegionsParams) WithHTTPClient(client *http.Client) *EnumerateVSphereRegionsParams
- func (o *EnumerateVSphereRegionsParams) WithTimeout(timeout time.Duration) *EnumerateVSphereRegionsParams
- func (o *EnumerateVSphereRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnumerateVSphereRegionsReader
- type GetAwsCloudAccountForbidden
- type GetAwsCloudAccountNotFound
- type GetAwsCloudAccountOK
- type GetAwsCloudAccountParams
- func NewGetAwsCloudAccountParams() *GetAwsCloudAccountParams
- func NewGetAwsCloudAccountParamsWithContext(ctx context.Context) *GetAwsCloudAccountParams
- func NewGetAwsCloudAccountParamsWithHTTPClient(client *http.Client) *GetAwsCloudAccountParams
- func NewGetAwsCloudAccountParamsWithTimeout(timeout time.Duration) *GetAwsCloudAccountParams
- func (o *GetAwsCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *GetAwsCloudAccountParams) SetContext(ctx context.Context)
- func (o *GetAwsCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetAwsCloudAccountParams) SetID(id string)
- func (o *GetAwsCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetAwsCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetAwsCloudAccountParams
- func (o *GetAwsCloudAccountParams) WithContext(ctx context.Context) *GetAwsCloudAccountParams
- func (o *GetAwsCloudAccountParams) WithHTTPClient(client *http.Client) *GetAwsCloudAccountParams
- func (o *GetAwsCloudAccountParams) WithID(id string) *GetAwsCloudAccountParams
- func (o *GetAwsCloudAccountParams) WithTimeout(timeout time.Duration) *GetAwsCloudAccountParams
- func (o *GetAwsCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAwsCloudAccountReader
- type GetAwsCloudAccountsForbidden
- type GetAwsCloudAccountsOK
- type GetAwsCloudAccountsParams
- func NewGetAwsCloudAccountsParams() *GetAwsCloudAccountsParams
- func NewGetAwsCloudAccountsParamsWithContext(ctx context.Context) *GetAwsCloudAccountsParams
- func NewGetAwsCloudAccountsParamsWithHTTPClient(client *http.Client) *GetAwsCloudAccountsParams
- func NewGetAwsCloudAccountsParamsWithTimeout(timeout time.Duration) *GetAwsCloudAccountsParams
- func (o *GetAwsCloudAccountsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetAwsCloudAccountsParams) SetContext(ctx context.Context)
- func (o *GetAwsCloudAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetAwsCloudAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetAwsCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetAwsCloudAccountsParams
- func (o *GetAwsCloudAccountsParams) WithContext(ctx context.Context) *GetAwsCloudAccountsParams
- func (o *GetAwsCloudAccountsParams) WithHTTPClient(client *http.Client) *GetAwsCloudAccountsParams
- func (o *GetAwsCloudAccountsParams) WithTimeout(timeout time.Duration) *GetAwsCloudAccountsParams
- func (o *GetAwsCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAwsCloudAccountsReader
- type GetAzureCloudAccountForbidden
- type GetAzureCloudAccountNotFound
- type GetAzureCloudAccountOK
- type GetAzureCloudAccountParams
- func NewGetAzureCloudAccountParams() *GetAzureCloudAccountParams
- func NewGetAzureCloudAccountParamsWithContext(ctx context.Context) *GetAzureCloudAccountParams
- func NewGetAzureCloudAccountParamsWithHTTPClient(client *http.Client) *GetAzureCloudAccountParams
- func NewGetAzureCloudAccountParamsWithTimeout(timeout time.Duration) *GetAzureCloudAccountParams
- func (o *GetAzureCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *GetAzureCloudAccountParams) SetContext(ctx context.Context)
- func (o *GetAzureCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetAzureCloudAccountParams) SetID(id string)
- func (o *GetAzureCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetAzureCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetAzureCloudAccountParams
- func (o *GetAzureCloudAccountParams) WithContext(ctx context.Context) *GetAzureCloudAccountParams
- func (o *GetAzureCloudAccountParams) WithHTTPClient(client *http.Client) *GetAzureCloudAccountParams
- func (o *GetAzureCloudAccountParams) WithID(id string) *GetAzureCloudAccountParams
- func (o *GetAzureCloudAccountParams) WithTimeout(timeout time.Duration) *GetAzureCloudAccountParams
- func (o *GetAzureCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAzureCloudAccountReader
- type GetAzureCloudAccountsForbidden
- type GetAzureCloudAccountsOK
- type GetAzureCloudAccountsParams
- func NewGetAzureCloudAccountsParams() *GetAzureCloudAccountsParams
- func NewGetAzureCloudAccountsParamsWithContext(ctx context.Context) *GetAzureCloudAccountsParams
- func NewGetAzureCloudAccountsParamsWithHTTPClient(client *http.Client) *GetAzureCloudAccountsParams
- func NewGetAzureCloudAccountsParamsWithTimeout(timeout time.Duration) *GetAzureCloudAccountsParams
- func (o *GetAzureCloudAccountsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetAzureCloudAccountsParams) SetContext(ctx context.Context)
- func (o *GetAzureCloudAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetAzureCloudAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetAzureCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetAzureCloudAccountsParams
- func (o *GetAzureCloudAccountsParams) WithContext(ctx context.Context) *GetAzureCloudAccountsParams
- func (o *GetAzureCloudAccountsParams) WithHTTPClient(client *http.Client) *GetAzureCloudAccountsParams
- func (o *GetAzureCloudAccountsParams) WithTimeout(timeout time.Duration) *GetAzureCloudAccountsParams
- func (o *GetAzureCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAzureCloudAccountsReader
- type GetCloudAccountForbidden
- type GetCloudAccountNotFound
- type GetCloudAccountOK
- type GetCloudAccountParams
- func NewGetCloudAccountParams() *GetCloudAccountParams
- func NewGetCloudAccountParamsWithContext(ctx context.Context) *GetCloudAccountParams
- func NewGetCloudAccountParamsWithHTTPClient(client *http.Client) *GetCloudAccountParams
- func NewGetCloudAccountParamsWithTimeout(timeout time.Duration) *GetCloudAccountParams
- func (o *GetCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *GetCloudAccountParams) SetContext(ctx context.Context)
- func (o *GetCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetCloudAccountParams) SetID(id string)
- func (o *GetCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetCloudAccountParams
- func (o *GetCloudAccountParams) WithContext(ctx context.Context) *GetCloudAccountParams
- func (o *GetCloudAccountParams) WithHTTPClient(client *http.Client) *GetCloudAccountParams
- func (o *GetCloudAccountParams) WithID(id string) *GetCloudAccountParams
- func (o *GetCloudAccountParams) WithTimeout(timeout time.Duration) *GetCloudAccountParams
- func (o *GetCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCloudAccountReader
- type GetCloudAccountsForbidden
- type GetCloudAccountsOK
- type GetCloudAccountsParams
- func NewGetCloudAccountsParams() *GetCloudAccountsParams
- func NewGetCloudAccountsParamsWithContext(ctx context.Context) *GetCloudAccountsParams
- func NewGetCloudAccountsParamsWithHTTPClient(client *http.Client) *GetCloudAccountsParams
- func NewGetCloudAccountsParamsWithTimeout(timeout time.Duration) *GetCloudAccountsParams
- func (o *GetCloudAccountsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetCloudAccountsParams) SetContext(ctx context.Context)
- func (o *GetCloudAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetCloudAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetCloudAccountsParams
- func (o *GetCloudAccountsParams) WithContext(ctx context.Context) *GetCloudAccountsParams
- func (o *GetCloudAccountsParams) WithHTTPClient(client *http.Client) *GetCloudAccountsParams
- func (o *GetCloudAccountsParams) WithTimeout(timeout time.Duration) *GetCloudAccountsParams
- func (o *GetCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCloudAccountsReader
- type GetGcpCloudAccountForbidden
- type GetGcpCloudAccountNotFound
- type GetGcpCloudAccountOK
- type GetGcpCloudAccountParams
- func NewGetGcpCloudAccountParams() *GetGcpCloudAccountParams
- func NewGetGcpCloudAccountParamsWithContext(ctx context.Context) *GetGcpCloudAccountParams
- func NewGetGcpCloudAccountParamsWithHTTPClient(client *http.Client) *GetGcpCloudAccountParams
- func NewGetGcpCloudAccountParamsWithTimeout(timeout time.Duration) *GetGcpCloudAccountParams
- func (o *GetGcpCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *GetGcpCloudAccountParams) SetContext(ctx context.Context)
- func (o *GetGcpCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetGcpCloudAccountParams) SetID(id string)
- func (o *GetGcpCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetGcpCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetGcpCloudAccountParams
- func (o *GetGcpCloudAccountParams) WithContext(ctx context.Context) *GetGcpCloudAccountParams
- func (o *GetGcpCloudAccountParams) WithHTTPClient(client *http.Client) *GetGcpCloudAccountParams
- func (o *GetGcpCloudAccountParams) WithID(id string) *GetGcpCloudAccountParams
- func (o *GetGcpCloudAccountParams) WithTimeout(timeout time.Duration) *GetGcpCloudAccountParams
- func (o *GetGcpCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGcpCloudAccountReader
- type GetGcpCloudAccountsForbidden
- type GetGcpCloudAccountsOK
- type GetGcpCloudAccountsParams
- func NewGetGcpCloudAccountsParams() *GetGcpCloudAccountsParams
- func NewGetGcpCloudAccountsParamsWithContext(ctx context.Context) *GetGcpCloudAccountsParams
- func NewGetGcpCloudAccountsParamsWithHTTPClient(client *http.Client) *GetGcpCloudAccountsParams
- func NewGetGcpCloudAccountsParamsWithTimeout(timeout time.Duration) *GetGcpCloudAccountsParams
- func (o *GetGcpCloudAccountsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetGcpCloudAccountsParams) SetContext(ctx context.Context)
- func (o *GetGcpCloudAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetGcpCloudAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetGcpCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetGcpCloudAccountsParams
- func (o *GetGcpCloudAccountsParams) WithContext(ctx context.Context) *GetGcpCloudAccountsParams
- func (o *GetGcpCloudAccountsParams) WithHTTPClient(client *http.Client) *GetGcpCloudAccountsParams
- func (o *GetGcpCloudAccountsParams) WithTimeout(timeout time.Duration) *GetGcpCloudAccountsParams
- func (o *GetGcpCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGcpCloudAccountsReader
- type GetNsxTCloudAccountForbidden
- type GetNsxTCloudAccountNotFound
- type GetNsxTCloudAccountOK
- type GetNsxTCloudAccountParams
- func NewGetNsxTCloudAccountParams() *GetNsxTCloudAccountParams
- func NewGetNsxTCloudAccountParamsWithContext(ctx context.Context) *GetNsxTCloudAccountParams
- func NewGetNsxTCloudAccountParamsWithHTTPClient(client *http.Client) *GetNsxTCloudAccountParams
- func NewGetNsxTCloudAccountParamsWithTimeout(timeout time.Duration) *GetNsxTCloudAccountParams
- func (o *GetNsxTCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *GetNsxTCloudAccountParams) SetContext(ctx context.Context)
- func (o *GetNsxTCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetNsxTCloudAccountParams) SetID(id string)
- func (o *GetNsxTCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetNsxTCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetNsxTCloudAccountParams
- func (o *GetNsxTCloudAccountParams) WithContext(ctx context.Context) *GetNsxTCloudAccountParams
- func (o *GetNsxTCloudAccountParams) WithHTTPClient(client *http.Client) *GetNsxTCloudAccountParams
- func (o *GetNsxTCloudAccountParams) WithID(id string) *GetNsxTCloudAccountParams
- func (o *GetNsxTCloudAccountParams) WithTimeout(timeout time.Duration) *GetNsxTCloudAccountParams
- func (o *GetNsxTCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNsxTCloudAccountReader
- type GetNsxTCloudAccountsForbidden
- type GetNsxTCloudAccountsOK
- type GetNsxTCloudAccountsParams
- func NewGetNsxTCloudAccountsParams() *GetNsxTCloudAccountsParams
- func NewGetNsxTCloudAccountsParamsWithContext(ctx context.Context) *GetNsxTCloudAccountsParams
- func NewGetNsxTCloudAccountsParamsWithHTTPClient(client *http.Client) *GetNsxTCloudAccountsParams
- func NewGetNsxTCloudAccountsParamsWithTimeout(timeout time.Duration) *GetNsxTCloudAccountsParams
- func (o *GetNsxTCloudAccountsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetNsxTCloudAccountsParams) SetContext(ctx context.Context)
- func (o *GetNsxTCloudAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetNsxTCloudAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetNsxTCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetNsxTCloudAccountsParams
- func (o *GetNsxTCloudAccountsParams) WithContext(ctx context.Context) *GetNsxTCloudAccountsParams
- func (o *GetNsxTCloudAccountsParams) WithHTTPClient(client *http.Client) *GetNsxTCloudAccountsParams
- func (o *GetNsxTCloudAccountsParams) WithTimeout(timeout time.Duration) *GetNsxTCloudAccountsParams
- func (o *GetNsxTCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNsxTCloudAccountsReader
- type GetNsxVCloudAccountForbidden
- type GetNsxVCloudAccountNotFound
- type GetNsxVCloudAccountOK
- type GetNsxVCloudAccountParams
- func NewGetNsxVCloudAccountParams() *GetNsxVCloudAccountParams
- func NewGetNsxVCloudAccountParamsWithContext(ctx context.Context) *GetNsxVCloudAccountParams
- func NewGetNsxVCloudAccountParamsWithHTTPClient(client *http.Client) *GetNsxVCloudAccountParams
- func NewGetNsxVCloudAccountParamsWithTimeout(timeout time.Duration) *GetNsxVCloudAccountParams
- func (o *GetNsxVCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *GetNsxVCloudAccountParams) SetContext(ctx context.Context)
- func (o *GetNsxVCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetNsxVCloudAccountParams) SetID(id string)
- func (o *GetNsxVCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetNsxVCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetNsxVCloudAccountParams
- func (o *GetNsxVCloudAccountParams) WithContext(ctx context.Context) *GetNsxVCloudAccountParams
- func (o *GetNsxVCloudAccountParams) WithHTTPClient(client *http.Client) *GetNsxVCloudAccountParams
- func (o *GetNsxVCloudAccountParams) WithID(id string) *GetNsxVCloudAccountParams
- func (o *GetNsxVCloudAccountParams) WithTimeout(timeout time.Duration) *GetNsxVCloudAccountParams
- func (o *GetNsxVCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNsxVCloudAccountReader
- type GetNsxVCloudAccountsForbidden
- type GetNsxVCloudAccountsOK
- type GetNsxVCloudAccountsParams
- func NewGetNsxVCloudAccountsParams() *GetNsxVCloudAccountsParams
- func NewGetNsxVCloudAccountsParamsWithContext(ctx context.Context) *GetNsxVCloudAccountsParams
- func NewGetNsxVCloudAccountsParamsWithHTTPClient(client *http.Client) *GetNsxVCloudAccountsParams
- func NewGetNsxVCloudAccountsParamsWithTimeout(timeout time.Duration) *GetNsxVCloudAccountsParams
- func (o *GetNsxVCloudAccountsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetNsxVCloudAccountsParams) SetContext(ctx context.Context)
- func (o *GetNsxVCloudAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetNsxVCloudAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetNsxVCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetNsxVCloudAccountsParams
- func (o *GetNsxVCloudAccountsParams) WithContext(ctx context.Context) *GetNsxVCloudAccountsParams
- func (o *GetNsxVCloudAccountsParams) WithHTTPClient(client *http.Client) *GetNsxVCloudAccountsParams
- func (o *GetNsxVCloudAccountsParams) WithTimeout(timeout time.Duration) *GetNsxVCloudAccountsParams
- func (o *GetNsxVCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNsxVCloudAccountsReader
- type GetVSphereCloudAccountForbidden
- type GetVSphereCloudAccountNotFound
- type GetVSphereCloudAccountOK
- type GetVSphereCloudAccountParams
- func NewGetVSphereCloudAccountParams() *GetVSphereCloudAccountParams
- func NewGetVSphereCloudAccountParamsWithContext(ctx context.Context) *GetVSphereCloudAccountParams
- func NewGetVSphereCloudAccountParamsWithHTTPClient(client *http.Client) *GetVSphereCloudAccountParams
- func NewGetVSphereCloudAccountParamsWithTimeout(timeout time.Duration) *GetVSphereCloudAccountParams
- func (o *GetVSphereCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *GetVSphereCloudAccountParams) SetContext(ctx context.Context)
- func (o *GetVSphereCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *GetVSphereCloudAccountParams) SetID(id string)
- func (o *GetVSphereCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *GetVSphereCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetVSphereCloudAccountParams
- func (o *GetVSphereCloudAccountParams) WithContext(ctx context.Context) *GetVSphereCloudAccountParams
- func (o *GetVSphereCloudAccountParams) WithHTTPClient(client *http.Client) *GetVSphereCloudAccountParams
- func (o *GetVSphereCloudAccountParams) WithID(id string) *GetVSphereCloudAccountParams
- func (o *GetVSphereCloudAccountParams) WithTimeout(timeout time.Duration) *GetVSphereCloudAccountParams
- func (o *GetVSphereCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVSphereCloudAccountReader
- type GetVSphereCloudAccountsForbidden
- type GetVSphereCloudAccountsOK
- type GetVSphereCloudAccountsParams
- func NewGetVSphereCloudAccountsParams() *GetVSphereCloudAccountsParams
- func NewGetVSphereCloudAccountsParamsWithContext(ctx context.Context) *GetVSphereCloudAccountsParams
- func NewGetVSphereCloudAccountsParamsWithHTTPClient(client *http.Client) *GetVSphereCloudAccountsParams
- func NewGetVSphereCloudAccountsParamsWithTimeout(timeout time.Duration) *GetVSphereCloudAccountsParams
- func (o *GetVSphereCloudAccountsParams) SetAPIVersion(aPIVersion *string)
- func (o *GetVSphereCloudAccountsParams) SetContext(ctx context.Context)
- func (o *GetVSphereCloudAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetVSphereCloudAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetVSphereCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetVSphereCloudAccountsParams
- func (o *GetVSphereCloudAccountsParams) WithContext(ctx context.Context) *GetVSphereCloudAccountsParams
- func (o *GetVSphereCloudAccountsParams) WithHTTPClient(client *http.Client) *GetVSphereCloudAccountsParams
- func (o *GetVSphereCloudAccountsParams) WithTimeout(timeout time.Duration) *GetVSphereCloudAccountsParams
- func (o *GetVSphereCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVSphereCloudAccountsReader
- type UpdateAwsCloudAccountForbidden
- type UpdateAwsCloudAccountNotFound
- type UpdateAwsCloudAccountOK
- type UpdateAwsCloudAccountParams
- func NewUpdateAwsCloudAccountParams() *UpdateAwsCloudAccountParams
- func NewUpdateAwsCloudAccountParamsWithContext(ctx context.Context) *UpdateAwsCloudAccountParams
- func NewUpdateAwsCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateAwsCloudAccountParams
- func NewUpdateAwsCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateAwsCloudAccountParams
- func (o *UpdateAwsCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateAwsCloudAccountParams) SetBody(body *models.UpdateCloudAccountAwsSpecification)
- func (o *UpdateAwsCloudAccountParams) SetContext(ctx context.Context)
- func (o *UpdateAwsCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAwsCloudAccountParams) SetID(id string)
- func (o *UpdateAwsCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAwsCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateAwsCloudAccountParams
- func (o *UpdateAwsCloudAccountParams) WithBody(body *models.UpdateCloudAccountAwsSpecification) *UpdateAwsCloudAccountParams
- func (o *UpdateAwsCloudAccountParams) WithContext(ctx context.Context) *UpdateAwsCloudAccountParams
- func (o *UpdateAwsCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateAwsCloudAccountParams
- func (o *UpdateAwsCloudAccountParams) WithID(id string) *UpdateAwsCloudAccountParams
- func (o *UpdateAwsCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateAwsCloudAccountParams
- func (o *UpdateAwsCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAwsCloudAccountReader
- type UpdateAzureCloudAccountForbidden
- type UpdateAzureCloudAccountNotFound
- type UpdateAzureCloudAccountOK
- type UpdateAzureCloudAccountParams
- func NewUpdateAzureCloudAccountParams() *UpdateAzureCloudAccountParams
- func NewUpdateAzureCloudAccountParamsWithContext(ctx context.Context) *UpdateAzureCloudAccountParams
- func NewUpdateAzureCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateAzureCloudAccountParams
- func NewUpdateAzureCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateAzureCloudAccountParams
- func (o *UpdateAzureCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateAzureCloudAccountParams) SetBody(body *models.UpdateCloudAccountAzureSpecification)
- func (o *UpdateAzureCloudAccountParams) SetContext(ctx context.Context)
- func (o *UpdateAzureCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAzureCloudAccountParams) SetID(id string)
- func (o *UpdateAzureCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAzureCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateAzureCloudAccountParams
- func (o *UpdateAzureCloudAccountParams) WithBody(body *models.UpdateCloudAccountAzureSpecification) *UpdateAzureCloudAccountParams
- func (o *UpdateAzureCloudAccountParams) WithContext(ctx context.Context) *UpdateAzureCloudAccountParams
- func (o *UpdateAzureCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateAzureCloudAccountParams
- func (o *UpdateAzureCloudAccountParams) WithID(id string) *UpdateAzureCloudAccountParams
- func (o *UpdateAzureCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateAzureCloudAccountParams
- func (o *UpdateAzureCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAzureCloudAccountReader
- type UpdateCloudAccountForbidden
- type UpdateCloudAccountNotFound
- type UpdateCloudAccountOK
- type UpdateCloudAccountParams
- func NewUpdateCloudAccountParams() *UpdateCloudAccountParams
- func NewUpdateCloudAccountParamsWithContext(ctx context.Context) *UpdateCloudAccountParams
- func NewUpdateCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateCloudAccountParams
- func NewUpdateCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateCloudAccountParams
- func (o *UpdateCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateCloudAccountParams) SetBody(body *models.UpdateCloudAccountSpecification)
- func (o *UpdateCloudAccountParams) SetContext(ctx context.Context)
- func (o *UpdateCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCloudAccountParams) SetID(id string)
- func (o *UpdateCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateCloudAccountParams
- func (o *UpdateCloudAccountParams) WithBody(body *models.UpdateCloudAccountSpecification) *UpdateCloudAccountParams
- func (o *UpdateCloudAccountParams) WithContext(ctx context.Context) *UpdateCloudAccountParams
- func (o *UpdateCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateCloudAccountParams
- func (o *UpdateCloudAccountParams) WithID(id string) *UpdateCloudAccountParams
- func (o *UpdateCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateCloudAccountParams
- func (o *UpdateCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCloudAccountReader
- type UpdateGcpCloudAccountForbidden
- type UpdateGcpCloudAccountNotFound
- type UpdateGcpCloudAccountOK
- type UpdateGcpCloudAccountParams
- func NewUpdateGcpCloudAccountParams() *UpdateGcpCloudAccountParams
- func NewUpdateGcpCloudAccountParamsWithContext(ctx context.Context) *UpdateGcpCloudAccountParams
- func NewUpdateGcpCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateGcpCloudAccountParams
- func NewUpdateGcpCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateGcpCloudAccountParams
- func (o *UpdateGcpCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateGcpCloudAccountParams) SetBody(body *models.UpdateCloudAccountGcpSpecification)
- func (o *UpdateGcpCloudAccountParams) SetContext(ctx context.Context)
- func (o *UpdateGcpCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *UpdateGcpCloudAccountParams) SetID(id string)
- func (o *UpdateGcpCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *UpdateGcpCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateGcpCloudAccountParams
- func (o *UpdateGcpCloudAccountParams) WithBody(body *models.UpdateCloudAccountGcpSpecification) *UpdateGcpCloudAccountParams
- func (o *UpdateGcpCloudAccountParams) WithContext(ctx context.Context) *UpdateGcpCloudAccountParams
- func (o *UpdateGcpCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateGcpCloudAccountParams
- func (o *UpdateGcpCloudAccountParams) WithID(id string) *UpdateGcpCloudAccountParams
- func (o *UpdateGcpCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateGcpCloudAccountParams
- func (o *UpdateGcpCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateGcpCloudAccountReader
- type UpdateNsxTCloudAccountForbidden
- type UpdateNsxTCloudAccountNotFound
- type UpdateNsxTCloudAccountOK
- type UpdateNsxTCloudAccountParams
- func NewUpdateNsxTCloudAccountParams() *UpdateNsxTCloudAccountParams
- func NewUpdateNsxTCloudAccountParamsWithContext(ctx context.Context) *UpdateNsxTCloudAccountParams
- func NewUpdateNsxTCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateNsxTCloudAccountParams
- func NewUpdateNsxTCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateNsxTCloudAccountParams
- func (o *UpdateNsxTCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateNsxTCloudAccountParams) SetBody(body *models.UpdateCloudAccountSpecificationBase)
- func (o *UpdateNsxTCloudAccountParams) SetContext(ctx context.Context)
- func (o *UpdateNsxTCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *UpdateNsxTCloudAccountParams) SetID(id string)
- func (o *UpdateNsxTCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *UpdateNsxTCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateNsxTCloudAccountParams
- func (o *UpdateNsxTCloudAccountParams) WithBody(body *models.UpdateCloudAccountSpecificationBase) *UpdateNsxTCloudAccountParams
- func (o *UpdateNsxTCloudAccountParams) WithContext(ctx context.Context) *UpdateNsxTCloudAccountParams
- func (o *UpdateNsxTCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateNsxTCloudAccountParams
- func (o *UpdateNsxTCloudAccountParams) WithID(id string) *UpdateNsxTCloudAccountParams
- func (o *UpdateNsxTCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateNsxTCloudAccountParams
- func (o *UpdateNsxTCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateNsxTCloudAccountReader
- type UpdateNsxVCloudAccountForbidden
- type UpdateNsxVCloudAccountNotFound
- type UpdateNsxVCloudAccountOK
- type UpdateNsxVCloudAccountParams
- func NewUpdateNsxVCloudAccountParams() *UpdateNsxVCloudAccountParams
- func NewUpdateNsxVCloudAccountParamsWithContext(ctx context.Context) *UpdateNsxVCloudAccountParams
- func NewUpdateNsxVCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateNsxVCloudAccountParams
- func NewUpdateNsxVCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateNsxVCloudAccountParams
- func (o *UpdateNsxVCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateNsxVCloudAccountParams) SetBody(body *models.UpdateCloudAccountSpecificationBase)
- func (o *UpdateNsxVCloudAccountParams) SetContext(ctx context.Context)
- func (o *UpdateNsxVCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *UpdateNsxVCloudAccountParams) SetID(id string)
- func (o *UpdateNsxVCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *UpdateNsxVCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateNsxVCloudAccountParams
- func (o *UpdateNsxVCloudAccountParams) WithBody(body *models.UpdateCloudAccountSpecificationBase) *UpdateNsxVCloudAccountParams
- func (o *UpdateNsxVCloudAccountParams) WithContext(ctx context.Context) *UpdateNsxVCloudAccountParams
- func (o *UpdateNsxVCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateNsxVCloudAccountParams
- func (o *UpdateNsxVCloudAccountParams) WithID(id string) *UpdateNsxVCloudAccountParams
- func (o *UpdateNsxVCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateNsxVCloudAccountParams
- func (o *UpdateNsxVCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateNsxVCloudAccountReader
- type UpdateVSphereCloudAccountForbidden
- type UpdateVSphereCloudAccountNotFound
- type UpdateVSphereCloudAccountOK
- type UpdateVSphereCloudAccountParams
- func NewUpdateVSphereCloudAccountParams() *UpdateVSphereCloudAccountParams
- func NewUpdateVSphereCloudAccountParamsWithContext(ctx context.Context) *UpdateVSphereCloudAccountParams
- func NewUpdateVSphereCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateVSphereCloudAccountParams
- func NewUpdateVSphereCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateVSphereCloudAccountParams
- func (o *UpdateVSphereCloudAccountParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateVSphereCloudAccountParams) SetBody(body *models.UpdateCloudAccountVsphereSpecification)
- func (o *UpdateVSphereCloudAccountParams) SetContext(ctx context.Context)
- func (o *UpdateVSphereCloudAccountParams) SetHTTPClient(client *http.Client)
- func (o *UpdateVSphereCloudAccountParams) SetID(id string)
- func (o *UpdateVSphereCloudAccountParams) SetTimeout(timeout time.Duration)
- func (o *UpdateVSphereCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateVSphereCloudAccountParams
- func (o *UpdateVSphereCloudAccountParams) WithBody(body *models.UpdateCloudAccountVsphereSpecification) *UpdateVSphereCloudAccountParams
- func (o *UpdateVSphereCloudAccountParams) WithContext(ctx context.Context) *UpdateVSphereCloudAccountParams
- func (o *UpdateVSphereCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateVSphereCloudAccountParams
- func (o *UpdateVSphereCloudAccountParams) WithID(id string) *UpdateVSphereCloudAccountParams
- func (o *UpdateVSphereCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateVSphereCloudAccountParams
- func (o *UpdateVSphereCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateVSphereCloudAccountReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for cloud account API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new cloud account API client.
func (*Client) CreateAwsCloudAccount ¶
func (a *Client) CreateAwsCloudAccount(params *CreateAwsCloudAccountParams) (*CreateAwsCloudAccountCreated, error)
CreateAwsCloudAccount creates an a w s cloud account
Create an AWS cloud account in the current organization
func (*Client) CreateAzureCloudAccount ¶
func (a *Client) CreateAzureCloudAccount(params *CreateAzureCloudAccountParams) (*CreateAzureCloudAccountCreated, error)
CreateAzureCloudAccount creates an azure cloud account
Create an Azure cloud account in the current organization
func (*Client) CreateCloudAccount ¶
func (a *Client) CreateCloudAccount(params *CreateCloudAccountParams) (*CreateCloudAccountCreated, error)
CreateCloudAccount creates a cloud account
Create a cloud account in the current organization
func (*Client) CreateGcpCloudAccount ¶
func (a *Client) CreateGcpCloudAccount(params *CreateGcpCloudAccountParams) (*CreateGcpCloudAccountCreated, error)
CreateGcpCloudAccount creates an g c p cloud account
Create an GCP cloud account in the current organization
func (*Client) CreateNsxTCloudAccount ¶
func (a *Client) CreateNsxTCloudAccount(params *CreateNsxTCloudAccountParams) (*CreateNsxTCloudAccountCreated, error)
CreateNsxTCloudAccount creates a n s x t cloud account
Create a NSX-T cloud account in the current organization
func (*Client) CreateNsxVCloudAccount ¶
func (a *Client) CreateNsxVCloudAccount(params *CreateNsxVCloudAccountParams) (*CreateNsxVCloudAccountCreated, error)
CreateNsxVCloudAccount creates a n s x v cloud account
Create a NSX-V cloud account within the current organization
func (*Client) CreateVSphereCloudAccount ¶
func (a *Client) CreateVSphereCloudAccount(params *CreateVSphereCloudAccountParams) (*CreateVSphereCloudAccountCreated, error)
CreateVSphereCloudAccount creates a v sphere cloud account
Create a vSphere cloud account within the current organization
func (*Client) DeleteAwsCloudAccount ¶
func (a *Client) DeleteAwsCloudAccount(params *DeleteAwsCloudAccountParams) (*DeleteAwsCloudAccountNoContent, error)
DeleteAwsCloudAccount deletes an a w s cloud account
Delete an AWS cloud account with a given id
func (*Client) DeleteAzureCloudAccount ¶
func (a *Client) DeleteAzureCloudAccount(params *DeleteAzureCloudAccountParams) (*DeleteAzureCloudAccountNoContent, error)
DeleteAzureCloudAccount deletes an azure cloud account
Delete an Azure Cloud Account with a given id
func (*Client) DeleteCloudAccount ¶
func (a *Client) DeleteCloudAccount(params *DeleteCloudAccountParams) (*DeleteCloudAccountNoContent, error)
DeleteCloudAccount deletes a cloud account
Delete a cloud account with a given id
func (*Client) DeleteCloudAccountNsxT ¶
func (a *Client) DeleteCloudAccountNsxT(params *DeleteCloudAccountNsxTParams) (*DeleteCloudAccountNsxTNoContent, error)
DeleteCloudAccountNsxT deletes a n s x t cloud account
Delete a NSX-T cloud account with a given id
func (*Client) DeleteCloudAccountNsxV ¶
func (a *Client) DeleteCloudAccountNsxV(params *DeleteCloudAccountNsxVParams) (*DeleteCloudAccountNsxVNoContent, error)
DeleteCloudAccountNsxV deletes a n s v v cloud account
Delete a NSV-V cloud account with a given id
func (*Client) DeleteGcpCloudAccount ¶
func (a *Client) DeleteGcpCloudAccount(params *DeleteGcpCloudAccountParams) (*DeleteGcpCloudAccountNoContent, error)
DeleteGcpCloudAccount deletes an g c p cloud account
Delete an GCP cloud account with a given id
func (*Client) DeleteVSphereCloudAccount ¶
func (a *Client) DeleteVSphereCloudAccount(params *DeleteVSphereCloudAccountParams) (*DeleteVSphereCloudAccountNoContent, error)
DeleteVSphereCloudAccount deletes a v sphere cloud account
Delete a vSphere Cloud Account with a given id
func (*Client) EnumerateAwsRegions ¶
func (a *Client) EnumerateAwsRegions(params *EnumerateAwsRegionsParams) (*EnumerateAwsRegionsOK, error)
EnumerateAwsRegions gets the available regions for specified a w s cloud account
Get the available regions for specified AWS cloud account
func (*Client) EnumerateAzureRegions ¶
func (a *Client) EnumerateAzureRegions(params *EnumerateAzureRegionsParams) (*EnumerateAzureRegionsOK, error)
EnumerateAzureRegions gets the available regions for specified azure cloud account
Get the available regions for specified Azure cloud account
func (*Client) EnumerateGcpRegions ¶
func (a *Client) EnumerateGcpRegions(params *EnumerateGcpRegionsParams) (*EnumerateGcpRegionsOK, error)
EnumerateGcpRegions gets the available regions for specified g c p cloud account
Get the available regions for specified GCP cloud account
func (*Client) EnumerateRegions ¶
func (a *Client) EnumerateRegions(params *EnumerateRegionsParams) (*EnumerateRegionsOK, error)
EnumerateRegions gets the available regions for specified cloud account
Get the available regions for specified cloud account
func (*Client) EnumerateVSphereRegions ¶
func (a *Client) EnumerateVSphereRegions(params *EnumerateVSphereRegionsParams) (*EnumerateVSphereRegionsOK, error)
EnumerateVSphereRegions gets the available regions for specified v sphere cloud account
Get the available regions for specified vSphere cloud account
func (*Client) GetAwsCloudAccount ¶
func (a *Client) GetAwsCloudAccount(params *GetAwsCloudAccountParams) (*GetAwsCloudAccountOK, error)
GetAwsCloudAccount gets an a w s cloud account
Get an AWS cloud account with a given id
func (*Client) GetAwsCloudAccounts ¶
func (a *Client) GetAwsCloudAccounts(params *GetAwsCloudAccountsParams) (*GetAwsCloudAccountsOK, error)
GetAwsCloudAccounts gets a w s cloud accounts
Get all AWS cloud accounts within the current organization
func (*Client) GetAzureCloudAccount ¶
func (a *Client) GetAzureCloudAccount(params *GetAzureCloudAccountParams) (*GetAzureCloudAccountOK, error)
GetAzureCloudAccount gets an azure cloud account
Get an Azure Cloud Account with a given id
func (*Client) GetAzureCloudAccounts ¶
func (a *Client) GetAzureCloudAccounts(params *GetAzureCloudAccountsParams) (*GetAzureCloudAccountsOK, error)
GetAzureCloudAccounts gets azure cloud accounts
Get all Azure cloud accounts within the current organization
func (*Client) GetCloudAccount ¶
func (a *Client) GetCloudAccount(params *GetCloudAccountParams) (*GetCloudAccountOK, error)
GetCloudAccount gets cloud account
Get cloud account with a given id
func (*Client) GetCloudAccounts ¶
func (a *Client) GetCloudAccounts(params *GetCloudAccountsParams) (*GetCloudAccountsOK, error)
GetCloudAccounts gets cloud accounts
Get all cloud accounts within the current organization
func (*Client) GetGcpCloudAccount ¶
func (a *Client) GetGcpCloudAccount(params *GetGcpCloudAccountParams) (*GetGcpCloudAccountOK, error)
GetGcpCloudAccount gets an g c p cloud account
Get an GCP cloud account with a given id
func (*Client) GetGcpCloudAccounts ¶
func (a *Client) GetGcpCloudAccounts(params *GetGcpCloudAccountsParams) (*GetGcpCloudAccountsOK, error)
GetGcpCloudAccounts gets g c p cloud accounts
Get all GCP cloud accounts within the current organization
func (*Client) GetNsxTCloudAccount ¶
func (a *Client) GetNsxTCloudAccount(params *GetNsxTCloudAccountParams) (*GetNsxTCloudAccountOK, error)
GetNsxTCloudAccount gets an n s x t cloud account
Get an NSX-T cloud account with a given id
func (*Client) GetNsxTCloudAccounts ¶
func (a *Client) GetNsxTCloudAccounts(params *GetNsxTCloudAccountsParams) (*GetNsxTCloudAccountsOK, error)
GetNsxTCloudAccounts gets n s x t cloud accounts
Get all NSX-T cloud accounts within the current organization
func (*Client) GetNsxVCloudAccount ¶
func (a *Client) GetNsxVCloudAccount(params *GetNsxVCloudAccountParams) (*GetNsxVCloudAccountOK, error)
GetNsxVCloudAccount gets an n s x v cloud account
Get an NSX-V cloud account with a given id
func (*Client) GetNsxVCloudAccounts ¶
func (a *Client) GetNsxVCloudAccounts(params *GetNsxVCloudAccountsParams) (*GetNsxVCloudAccountsOK, error)
GetNsxVCloudAccounts gets n s x v cloud accounts
Get all NSX-V cloud accounts within the current organization
func (*Client) GetVSphereCloudAccount ¶
func (a *Client) GetVSphereCloudAccount(params *GetVSphereCloudAccountParams) (*GetVSphereCloudAccountOK, error)
GetVSphereCloudAccount gets an v sphere cloud account
Get an vSphere cloud account with a given id
func (*Client) GetVSphereCloudAccounts ¶
func (a *Client) GetVSphereCloudAccounts(params *GetVSphereCloudAccountsParams) (*GetVSphereCloudAccountsOK, error)
GetVSphereCloudAccounts gets v sphere cloud accounts
Get all vSphere cloud accounts within the current organization
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateAwsCloudAccount ¶
func (a *Client) UpdateAwsCloudAccount(params *UpdateAwsCloudAccountParams) (*UpdateAwsCloudAccountOK, error)
UpdateAwsCloudAccount updates a w s cloud account
Update AWS cloud account
func (*Client) UpdateAzureCloudAccount ¶
func (a *Client) UpdateAzureCloudAccount(params *UpdateAzureCloudAccountParams) (*UpdateAzureCloudAccountOK, error)
UpdateAzureCloudAccount updates azure cloud account
Update Azure cloud account
func (*Client) UpdateCloudAccount ¶
func (a *Client) UpdateCloudAccount(params *UpdateCloudAccountParams) (*UpdateCloudAccountOK, error)
UpdateCloudAccount updates cloud account
Update a single CloudAccount
func (*Client) UpdateGcpCloudAccount ¶
func (a *Client) UpdateGcpCloudAccount(params *UpdateGcpCloudAccountParams) (*UpdateGcpCloudAccountOK, error)
UpdateGcpCloudAccount updates g c p cloud account
Update GCP cloud account
func (*Client) UpdateNsxTCloudAccount ¶
func (a *Client) UpdateNsxTCloudAccount(params *UpdateNsxTCloudAccountParams) (*UpdateNsxTCloudAccountOK, error)
UpdateNsxTCloudAccount updates n s x t cloud account
Update NSX-T cloud account
func (*Client) UpdateNsxVCloudAccount ¶
func (a *Client) UpdateNsxVCloudAccount(params *UpdateNsxVCloudAccountParams) (*UpdateNsxVCloudAccountOK, error)
UpdateNsxVCloudAccount updates n s x v cloud account
Update NSX-V cloud account
func (*Client) UpdateVSphereCloudAccount ¶
func (a *Client) UpdateVSphereCloudAccount(params *UpdateVSphereCloudAccountParams) (*UpdateVSphereCloudAccountOK, error)
UpdateVSphereCloudAccount updates v sphere cloud account
Update vSphere cloud account
type CreateAwsCloudAccountBadRequest ¶
type CreateAwsCloudAccountBadRequest struct { }
CreateAwsCloudAccountBadRequest handles this case with default header values.
Invalid Request - bad data
func NewCreateAwsCloudAccountBadRequest ¶
func NewCreateAwsCloudAccountBadRequest() *CreateAwsCloudAccountBadRequest
NewCreateAwsCloudAccountBadRequest creates a CreateAwsCloudAccountBadRequest with default headers values
func (*CreateAwsCloudAccountBadRequest) Error ¶
func (o *CreateAwsCloudAccountBadRequest) Error() string
type CreateAwsCloudAccountCreated ¶
type CreateAwsCloudAccountCreated struct {
Payload *models.CloudAccountAws
}
CreateAwsCloudAccountCreated handles this case with default header values.
successful operation
func NewCreateAwsCloudAccountCreated ¶
func NewCreateAwsCloudAccountCreated() *CreateAwsCloudAccountCreated
NewCreateAwsCloudAccountCreated creates a CreateAwsCloudAccountCreated with default headers values
func (*CreateAwsCloudAccountCreated) Error ¶
func (o *CreateAwsCloudAccountCreated) Error() string
func (*CreateAwsCloudAccountCreated) GetPayload ¶
func (o *CreateAwsCloudAccountCreated) GetPayload() *models.CloudAccountAws
type CreateAwsCloudAccountForbidden ¶
type CreateAwsCloudAccountForbidden struct { }
CreateAwsCloudAccountForbidden handles this case with default header values.
Forbidden
func NewCreateAwsCloudAccountForbidden ¶
func NewCreateAwsCloudAccountForbidden() *CreateAwsCloudAccountForbidden
NewCreateAwsCloudAccountForbidden creates a CreateAwsCloudAccountForbidden with default headers values
func (*CreateAwsCloudAccountForbidden) Error ¶
func (o *CreateAwsCloudAccountForbidden) Error() string
type CreateAwsCloudAccountParams ¶
type CreateAwsCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccountAws specification */ Body *models.CloudAccountAwsSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAwsCloudAccountParams contains all the parameters to send to the API endpoint for the create aws cloud account operation typically these are written to a http.Request
func NewCreateAwsCloudAccountParams ¶
func NewCreateAwsCloudAccountParams() *CreateAwsCloudAccountParams
NewCreateAwsCloudAccountParams creates a new CreateAwsCloudAccountParams object with the default values initialized.
func NewCreateAwsCloudAccountParamsWithContext ¶
func NewCreateAwsCloudAccountParamsWithContext(ctx context.Context) *CreateAwsCloudAccountParams
NewCreateAwsCloudAccountParamsWithContext creates a new CreateAwsCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewCreateAwsCloudAccountParamsWithHTTPClient ¶
func NewCreateAwsCloudAccountParamsWithHTTPClient(client *http.Client) *CreateAwsCloudAccountParams
NewCreateAwsCloudAccountParamsWithHTTPClient creates a new CreateAwsCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateAwsCloudAccountParamsWithTimeout ¶
func NewCreateAwsCloudAccountParamsWithTimeout(timeout time.Duration) *CreateAwsCloudAccountParams
NewCreateAwsCloudAccountParamsWithTimeout creates a new CreateAwsCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateAwsCloudAccountParams) SetAPIVersion ¶
func (o *CreateAwsCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create aws cloud account params
func (*CreateAwsCloudAccountParams) SetBody ¶
func (o *CreateAwsCloudAccountParams) SetBody(body *models.CloudAccountAwsSpecification)
SetBody adds the body to the create aws cloud account params
func (*CreateAwsCloudAccountParams) SetContext ¶
func (o *CreateAwsCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create aws cloud account params
func (*CreateAwsCloudAccountParams) SetHTTPClient ¶
func (o *CreateAwsCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create aws cloud account params
func (*CreateAwsCloudAccountParams) SetTimeout ¶
func (o *CreateAwsCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create aws cloud account params
func (*CreateAwsCloudAccountParams) WithAPIVersion ¶
func (o *CreateAwsCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateAwsCloudAccountParams
WithAPIVersion adds the aPIVersion to the create aws cloud account params
func (*CreateAwsCloudAccountParams) WithBody ¶
func (o *CreateAwsCloudAccountParams) WithBody(body *models.CloudAccountAwsSpecification) *CreateAwsCloudAccountParams
WithBody adds the body to the create aws cloud account params
func (*CreateAwsCloudAccountParams) WithContext ¶
func (o *CreateAwsCloudAccountParams) WithContext(ctx context.Context) *CreateAwsCloudAccountParams
WithContext adds the context to the create aws cloud account params
func (*CreateAwsCloudAccountParams) WithHTTPClient ¶
func (o *CreateAwsCloudAccountParams) WithHTTPClient(client *http.Client) *CreateAwsCloudAccountParams
WithHTTPClient adds the HTTPClient to the create aws cloud account params
func (*CreateAwsCloudAccountParams) WithTimeout ¶
func (o *CreateAwsCloudAccountParams) WithTimeout(timeout time.Duration) *CreateAwsCloudAccountParams
WithTimeout adds the timeout to the create aws cloud account params
func (*CreateAwsCloudAccountParams) WriteToRequest ¶
func (o *CreateAwsCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAwsCloudAccountReader ¶
type CreateAwsCloudAccountReader struct {
// contains filtered or unexported fields
}
CreateAwsCloudAccountReader is a Reader for the CreateAwsCloudAccount structure.
func (*CreateAwsCloudAccountReader) ReadResponse ¶
func (o *CreateAwsCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAzureCloudAccountBadRequest ¶
type CreateAzureCloudAccountBadRequest struct { }
CreateAzureCloudAccountBadRequest handles this case with default header values.
Invalid Request - bad data
func NewCreateAzureCloudAccountBadRequest ¶
func NewCreateAzureCloudAccountBadRequest() *CreateAzureCloudAccountBadRequest
NewCreateAzureCloudAccountBadRequest creates a CreateAzureCloudAccountBadRequest with default headers values
func (*CreateAzureCloudAccountBadRequest) Error ¶
func (o *CreateAzureCloudAccountBadRequest) Error() string
type CreateAzureCloudAccountCreated ¶
type CreateAzureCloudAccountCreated struct {
Payload *models.CloudAccountAzure
}
CreateAzureCloudAccountCreated handles this case with default header values.
successful operation
func NewCreateAzureCloudAccountCreated ¶
func NewCreateAzureCloudAccountCreated() *CreateAzureCloudAccountCreated
NewCreateAzureCloudAccountCreated creates a CreateAzureCloudAccountCreated with default headers values
func (*CreateAzureCloudAccountCreated) Error ¶
func (o *CreateAzureCloudAccountCreated) Error() string
func (*CreateAzureCloudAccountCreated) GetPayload ¶
func (o *CreateAzureCloudAccountCreated) GetPayload() *models.CloudAccountAzure
type CreateAzureCloudAccountForbidden ¶
type CreateAzureCloudAccountForbidden struct { }
CreateAzureCloudAccountForbidden handles this case with default header values.
Forbidden
func NewCreateAzureCloudAccountForbidden ¶
func NewCreateAzureCloudAccountForbidden() *CreateAzureCloudAccountForbidden
NewCreateAzureCloudAccountForbidden creates a CreateAzureCloudAccountForbidden with default headers values
func (*CreateAzureCloudAccountForbidden) Error ¶
func (o *CreateAzureCloudAccountForbidden) Error() string
type CreateAzureCloudAccountParams ¶
type CreateAzureCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccountAzure specification */ Body *models.CloudAccountAzureSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateAzureCloudAccountParams contains all the parameters to send to the API endpoint for the create azure cloud account operation typically these are written to a http.Request
func NewCreateAzureCloudAccountParams ¶
func NewCreateAzureCloudAccountParams() *CreateAzureCloudAccountParams
NewCreateAzureCloudAccountParams creates a new CreateAzureCloudAccountParams object with the default values initialized.
func NewCreateAzureCloudAccountParamsWithContext ¶
func NewCreateAzureCloudAccountParamsWithContext(ctx context.Context) *CreateAzureCloudAccountParams
NewCreateAzureCloudAccountParamsWithContext creates a new CreateAzureCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewCreateAzureCloudAccountParamsWithHTTPClient ¶
func NewCreateAzureCloudAccountParamsWithHTTPClient(client *http.Client) *CreateAzureCloudAccountParams
NewCreateAzureCloudAccountParamsWithHTTPClient creates a new CreateAzureCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateAzureCloudAccountParamsWithTimeout ¶
func NewCreateAzureCloudAccountParamsWithTimeout(timeout time.Duration) *CreateAzureCloudAccountParams
NewCreateAzureCloudAccountParamsWithTimeout creates a new CreateAzureCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateAzureCloudAccountParams) SetAPIVersion ¶
func (o *CreateAzureCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create azure cloud account params
func (*CreateAzureCloudAccountParams) SetBody ¶
func (o *CreateAzureCloudAccountParams) SetBody(body *models.CloudAccountAzureSpecification)
SetBody adds the body to the create azure cloud account params
func (*CreateAzureCloudAccountParams) SetContext ¶
func (o *CreateAzureCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create azure cloud account params
func (*CreateAzureCloudAccountParams) SetHTTPClient ¶
func (o *CreateAzureCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create azure cloud account params
func (*CreateAzureCloudAccountParams) SetTimeout ¶
func (o *CreateAzureCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create azure cloud account params
func (*CreateAzureCloudAccountParams) WithAPIVersion ¶
func (o *CreateAzureCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateAzureCloudAccountParams
WithAPIVersion adds the aPIVersion to the create azure cloud account params
func (*CreateAzureCloudAccountParams) WithBody ¶
func (o *CreateAzureCloudAccountParams) WithBody(body *models.CloudAccountAzureSpecification) *CreateAzureCloudAccountParams
WithBody adds the body to the create azure cloud account params
func (*CreateAzureCloudAccountParams) WithContext ¶
func (o *CreateAzureCloudAccountParams) WithContext(ctx context.Context) *CreateAzureCloudAccountParams
WithContext adds the context to the create azure cloud account params
func (*CreateAzureCloudAccountParams) WithHTTPClient ¶
func (o *CreateAzureCloudAccountParams) WithHTTPClient(client *http.Client) *CreateAzureCloudAccountParams
WithHTTPClient adds the HTTPClient to the create azure cloud account params
func (*CreateAzureCloudAccountParams) WithTimeout ¶
func (o *CreateAzureCloudAccountParams) WithTimeout(timeout time.Duration) *CreateAzureCloudAccountParams
WithTimeout adds the timeout to the create azure cloud account params
func (*CreateAzureCloudAccountParams) WriteToRequest ¶
func (o *CreateAzureCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAzureCloudAccountReader ¶
type CreateAzureCloudAccountReader struct {
// contains filtered or unexported fields
}
CreateAzureCloudAccountReader is a Reader for the CreateAzureCloudAccount structure.
func (*CreateAzureCloudAccountReader) ReadResponse ¶
func (o *CreateAzureCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateCloudAccountBadRequest ¶
type CreateCloudAccountBadRequest struct { }
CreateCloudAccountBadRequest handles this case with default header values.
Invalid Request - bad data
func NewCreateCloudAccountBadRequest ¶
func NewCreateCloudAccountBadRequest() *CreateCloudAccountBadRequest
NewCreateCloudAccountBadRequest creates a CreateCloudAccountBadRequest with default headers values
func (*CreateCloudAccountBadRequest) Error ¶
func (o *CreateCloudAccountBadRequest) Error() string
type CreateCloudAccountCreated ¶
type CreateCloudAccountCreated struct {
Payload *models.CloudAccount
}
CreateCloudAccountCreated handles this case with default header values.
successful operation
func NewCreateCloudAccountCreated ¶
func NewCreateCloudAccountCreated() *CreateCloudAccountCreated
NewCreateCloudAccountCreated creates a CreateCloudAccountCreated with default headers values
func (*CreateCloudAccountCreated) Error ¶
func (o *CreateCloudAccountCreated) Error() string
func (*CreateCloudAccountCreated) GetPayload ¶
func (o *CreateCloudAccountCreated) GetPayload() *models.CloudAccount
type CreateCloudAccountForbidden ¶
type CreateCloudAccountForbidden struct { }
CreateCloudAccountForbidden handles this case with default header values.
Forbidden
func NewCreateCloudAccountForbidden ¶
func NewCreateCloudAccountForbidden() *CreateCloudAccountForbidden
NewCreateCloudAccountForbidden creates a CreateCloudAccountForbidden with default headers values
func (*CreateCloudAccountForbidden) Error ¶
func (o *CreateCloudAccountForbidden) Error() string
type CreateCloudAccountParams ¶
type CreateCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccount instance */ Body *models.CloudAccountSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateCloudAccountParams contains all the parameters to send to the API endpoint for the create cloud account operation typically these are written to a http.Request
func NewCreateCloudAccountParams ¶
func NewCreateCloudAccountParams() *CreateCloudAccountParams
NewCreateCloudAccountParams creates a new CreateCloudAccountParams object with the default values initialized.
func NewCreateCloudAccountParamsWithContext ¶
func NewCreateCloudAccountParamsWithContext(ctx context.Context) *CreateCloudAccountParams
NewCreateCloudAccountParamsWithContext creates a new CreateCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewCreateCloudAccountParamsWithHTTPClient ¶
func NewCreateCloudAccountParamsWithHTTPClient(client *http.Client) *CreateCloudAccountParams
NewCreateCloudAccountParamsWithHTTPClient creates a new CreateCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateCloudAccountParamsWithTimeout ¶
func NewCreateCloudAccountParamsWithTimeout(timeout time.Duration) *CreateCloudAccountParams
NewCreateCloudAccountParamsWithTimeout creates a new CreateCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateCloudAccountParams) SetAPIVersion ¶
func (o *CreateCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create cloud account params
func (*CreateCloudAccountParams) SetBody ¶
func (o *CreateCloudAccountParams) SetBody(body *models.CloudAccountSpecification)
SetBody adds the body to the create cloud account params
func (*CreateCloudAccountParams) SetContext ¶
func (o *CreateCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create cloud account params
func (*CreateCloudAccountParams) SetHTTPClient ¶
func (o *CreateCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create cloud account params
func (*CreateCloudAccountParams) SetTimeout ¶
func (o *CreateCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create cloud account params
func (*CreateCloudAccountParams) WithAPIVersion ¶
func (o *CreateCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateCloudAccountParams
WithAPIVersion adds the aPIVersion to the create cloud account params
func (*CreateCloudAccountParams) WithBody ¶
func (o *CreateCloudAccountParams) WithBody(body *models.CloudAccountSpecification) *CreateCloudAccountParams
WithBody adds the body to the create cloud account params
func (*CreateCloudAccountParams) WithContext ¶
func (o *CreateCloudAccountParams) WithContext(ctx context.Context) *CreateCloudAccountParams
WithContext adds the context to the create cloud account params
func (*CreateCloudAccountParams) WithHTTPClient ¶
func (o *CreateCloudAccountParams) WithHTTPClient(client *http.Client) *CreateCloudAccountParams
WithHTTPClient adds the HTTPClient to the create cloud account params
func (*CreateCloudAccountParams) WithTimeout ¶
func (o *CreateCloudAccountParams) WithTimeout(timeout time.Duration) *CreateCloudAccountParams
WithTimeout adds the timeout to the create cloud account params
func (*CreateCloudAccountParams) WriteToRequest ¶
func (o *CreateCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateCloudAccountReader ¶
type CreateCloudAccountReader struct {
// contains filtered or unexported fields
}
CreateCloudAccountReader is a Reader for the CreateCloudAccount structure.
func (*CreateCloudAccountReader) ReadResponse ¶
func (o *CreateCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateGcpCloudAccountBadRequest ¶
type CreateGcpCloudAccountBadRequest struct { }
CreateGcpCloudAccountBadRequest handles this case with default header values.
Invalid Request - bad data
func NewCreateGcpCloudAccountBadRequest ¶
func NewCreateGcpCloudAccountBadRequest() *CreateGcpCloudAccountBadRequest
NewCreateGcpCloudAccountBadRequest creates a CreateGcpCloudAccountBadRequest with default headers values
func (*CreateGcpCloudAccountBadRequest) Error ¶
func (o *CreateGcpCloudAccountBadRequest) Error() string
type CreateGcpCloudAccountCreated ¶
type CreateGcpCloudAccountCreated struct {
Payload *models.CloudAccountGcp
}
CreateGcpCloudAccountCreated handles this case with default header values.
successful operation
func NewCreateGcpCloudAccountCreated ¶
func NewCreateGcpCloudAccountCreated() *CreateGcpCloudAccountCreated
NewCreateGcpCloudAccountCreated creates a CreateGcpCloudAccountCreated with default headers values
func (*CreateGcpCloudAccountCreated) Error ¶
func (o *CreateGcpCloudAccountCreated) Error() string
func (*CreateGcpCloudAccountCreated) GetPayload ¶
func (o *CreateGcpCloudAccountCreated) GetPayload() *models.CloudAccountGcp
type CreateGcpCloudAccountForbidden ¶
type CreateGcpCloudAccountForbidden struct { }
CreateGcpCloudAccountForbidden handles this case with default header values.
Forbidden
func NewCreateGcpCloudAccountForbidden ¶
func NewCreateGcpCloudAccountForbidden() *CreateGcpCloudAccountForbidden
NewCreateGcpCloudAccountForbidden creates a CreateGcpCloudAccountForbidden with default headers values
func (*CreateGcpCloudAccountForbidden) Error ¶
func (o *CreateGcpCloudAccountForbidden) Error() string
type CreateGcpCloudAccountParams ¶
type CreateGcpCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccountGcp specification */ Body *models.CloudAccountGcpSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateGcpCloudAccountParams contains all the parameters to send to the API endpoint for the create gcp cloud account operation typically these are written to a http.Request
func NewCreateGcpCloudAccountParams ¶
func NewCreateGcpCloudAccountParams() *CreateGcpCloudAccountParams
NewCreateGcpCloudAccountParams creates a new CreateGcpCloudAccountParams object with the default values initialized.
func NewCreateGcpCloudAccountParamsWithContext ¶
func NewCreateGcpCloudAccountParamsWithContext(ctx context.Context) *CreateGcpCloudAccountParams
NewCreateGcpCloudAccountParamsWithContext creates a new CreateGcpCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewCreateGcpCloudAccountParamsWithHTTPClient ¶
func NewCreateGcpCloudAccountParamsWithHTTPClient(client *http.Client) *CreateGcpCloudAccountParams
NewCreateGcpCloudAccountParamsWithHTTPClient creates a new CreateGcpCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateGcpCloudAccountParamsWithTimeout ¶
func NewCreateGcpCloudAccountParamsWithTimeout(timeout time.Duration) *CreateGcpCloudAccountParams
NewCreateGcpCloudAccountParamsWithTimeout creates a new CreateGcpCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateGcpCloudAccountParams) SetAPIVersion ¶
func (o *CreateGcpCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) SetBody ¶
func (o *CreateGcpCloudAccountParams) SetBody(body *models.CloudAccountGcpSpecification)
SetBody adds the body to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) SetContext ¶
func (o *CreateGcpCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) SetHTTPClient ¶
func (o *CreateGcpCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) SetTimeout ¶
func (o *CreateGcpCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) WithAPIVersion ¶
func (o *CreateGcpCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateGcpCloudAccountParams
WithAPIVersion adds the aPIVersion to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) WithBody ¶
func (o *CreateGcpCloudAccountParams) WithBody(body *models.CloudAccountGcpSpecification) *CreateGcpCloudAccountParams
WithBody adds the body to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) WithContext ¶
func (o *CreateGcpCloudAccountParams) WithContext(ctx context.Context) *CreateGcpCloudAccountParams
WithContext adds the context to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) WithHTTPClient ¶
func (o *CreateGcpCloudAccountParams) WithHTTPClient(client *http.Client) *CreateGcpCloudAccountParams
WithHTTPClient adds the HTTPClient to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) WithTimeout ¶
func (o *CreateGcpCloudAccountParams) WithTimeout(timeout time.Duration) *CreateGcpCloudAccountParams
WithTimeout adds the timeout to the create gcp cloud account params
func (*CreateGcpCloudAccountParams) WriteToRequest ¶
func (o *CreateGcpCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateGcpCloudAccountReader ¶
type CreateGcpCloudAccountReader struct {
// contains filtered or unexported fields
}
CreateGcpCloudAccountReader is a Reader for the CreateGcpCloudAccount structure.
func (*CreateGcpCloudAccountReader) ReadResponse ¶
func (o *CreateGcpCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateNsxTCloudAccountBadRequest ¶
type CreateNsxTCloudAccountBadRequest struct { }
CreateNsxTCloudAccountBadRequest handles this case with default header values.
Invalid Request - bad data
func NewCreateNsxTCloudAccountBadRequest ¶
func NewCreateNsxTCloudAccountBadRequest() *CreateNsxTCloudAccountBadRequest
NewCreateNsxTCloudAccountBadRequest creates a CreateNsxTCloudAccountBadRequest with default headers values
func (*CreateNsxTCloudAccountBadRequest) Error ¶
func (o *CreateNsxTCloudAccountBadRequest) Error() string
type CreateNsxTCloudAccountCreated ¶
type CreateNsxTCloudAccountCreated struct {
Payload *models.CloudAccountNsxT
}
CreateNsxTCloudAccountCreated handles this case with default header values.
successful operation
func NewCreateNsxTCloudAccountCreated ¶
func NewCreateNsxTCloudAccountCreated() *CreateNsxTCloudAccountCreated
NewCreateNsxTCloudAccountCreated creates a CreateNsxTCloudAccountCreated with default headers values
func (*CreateNsxTCloudAccountCreated) Error ¶
func (o *CreateNsxTCloudAccountCreated) Error() string
func (*CreateNsxTCloudAccountCreated) GetPayload ¶
func (o *CreateNsxTCloudAccountCreated) GetPayload() *models.CloudAccountNsxT
type CreateNsxTCloudAccountForbidden ¶
type CreateNsxTCloudAccountForbidden struct { }
CreateNsxTCloudAccountForbidden handles this case with default header values.
Forbidden
func NewCreateNsxTCloudAccountForbidden ¶
func NewCreateNsxTCloudAccountForbidden() *CreateNsxTCloudAccountForbidden
NewCreateNsxTCloudAccountForbidden creates a CreateNsxTCloudAccountForbidden with default headers values
func (*CreateNsxTCloudAccountForbidden) Error ¶
func (o *CreateNsxTCloudAccountForbidden) Error() string
type CreateNsxTCloudAccountParams ¶
type CreateNsxTCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccountNsxT specification */ Body *models.CloudAccountNsxTSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateNsxTCloudAccountParams contains all the parameters to send to the API endpoint for the create nsx t cloud account operation typically these are written to a http.Request
func NewCreateNsxTCloudAccountParams ¶
func NewCreateNsxTCloudAccountParams() *CreateNsxTCloudAccountParams
NewCreateNsxTCloudAccountParams creates a new CreateNsxTCloudAccountParams object with the default values initialized.
func NewCreateNsxTCloudAccountParamsWithContext ¶
func NewCreateNsxTCloudAccountParamsWithContext(ctx context.Context) *CreateNsxTCloudAccountParams
NewCreateNsxTCloudAccountParamsWithContext creates a new CreateNsxTCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewCreateNsxTCloudAccountParamsWithHTTPClient ¶
func NewCreateNsxTCloudAccountParamsWithHTTPClient(client *http.Client) *CreateNsxTCloudAccountParams
NewCreateNsxTCloudAccountParamsWithHTTPClient creates a new CreateNsxTCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateNsxTCloudAccountParamsWithTimeout ¶
func NewCreateNsxTCloudAccountParamsWithTimeout(timeout time.Duration) *CreateNsxTCloudAccountParams
NewCreateNsxTCloudAccountParamsWithTimeout creates a new CreateNsxTCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateNsxTCloudAccountParams) SetAPIVersion ¶
func (o *CreateNsxTCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) SetBody ¶
func (o *CreateNsxTCloudAccountParams) SetBody(body *models.CloudAccountNsxTSpecification)
SetBody adds the body to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) SetContext ¶
func (o *CreateNsxTCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) SetHTTPClient ¶
func (o *CreateNsxTCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) SetTimeout ¶
func (o *CreateNsxTCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) WithAPIVersion ¶
func (o *CreateNsxTCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateNsxTCloudAccountParams
WithAPIVersion adds the aPIVersion to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) WithBody ¶
func (o *CreateNsxTCloudAccountParams) WithBody(body *models.CloudAccountNsxTSpecification) *CreateNsxTCloudAccountParams
WithBody adds the body to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) WithContext ¶
func (o *CreateNsxTCloudAccountParams) WithContext(ctx context.Context) *CreateNsxTCloudAccountParams
WithContext adds the context to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) WithHTTPClient ¶
func (o *CreateNsxTCloudAccountParams) WithHTTPClient(client *http.Client) *CreateNsxTCloudAccountParams
WithHTTPClient adds the HTTPClient to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) WithTimeout ¶
func (o *CreateNsxTCloudAccountParams) WithTimeout(timeout time.Duration) *CreateNsxTCloudAccountParams
WithTimeout adds the timeout to the create nsx t cloud account params
func (*CreateNsxTCloudAccountParams) WriteToRequest ¶
func (o *CreateNsxTCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateNsxTCloudAccountReader ¶
type CreateNsxTCloudAccountReader struct {
// contains filtered or unexported fields
}
CreateNsxTCloudAccountReader is a Reader for the CreateNsxTCloudAccount structure.
func (*CreateNsxTCloudAccountReader) ReadResponse ¶
func (o *CreateNsxTCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateNsxVCloudAccountBadRequest ¶
type CreateNsxVCloudAccountBadRequest struct { }
CreateNsxVCloudAccountBadRequest handles this case with default header values.
Invalid Request - bad data
func NewCreateNsxVCloudAccountBadRequest ¶
func NewCreateNsxVCloudAccountBadRequest() *CreateNsxVCloudAccountBadRequest
NewCreateNsxVCloudAccountBadRequest creates a CreateNsxVCloudAccountBadRequest with default headers values
func (*CreateNsxVCloudAccountBadRequest) Error ¶
func (o *CreateNsxVCloudAccountBadRequest) Error() string
type CreateNsxVCloudAccountCreated ¶
type CreateNsxVCloudAccountCreated struct {
Payload *models.CloudAccountNsxV
}
CreateNsxVCloudAccountCreated handles this case with default header values.
successful operation
func NewCreateNsxVCloudAccountCreated ¶
func NewCreateNsxVCloudAccountCreated() *CreateNsxVCloudAccountCreated
NewCreateNsxVCloudAccountCreated creates a CreateNsxVCloudAccountCreated with default headers values
func (*CreateNsxVCloudAccountCreated) Error ¶
func (o *CreateNsxVCloudAccountCreated) Error() string
func (*CreateNsxVCloudAccountCreated) GetPayload ¶
func (o *CreateNsxVCloudAccountCreated) GetPayload() *models.CloudAccountNsxV
type CreateNsxVCloudAccountForbidden ¶
type CreateNsxVCloudAccountForbidden struct { }
CreateNsxVCloudAccountForbidden handles this case with default header values.
Forbidden
func NewCreateNsxVCloudAccountForbidden ¶
func NewCreateNsxVCloudAccountForbidden() *CreateNsxVCloudAccountForbidden
NewCreateNsxVCloudAccountForbidden creates a CreateNsxVCloudAccountForbidden with default headers values
func (*CreateNsxVCloudAccountForbidden) Error ¶
func (o *CreateNsxVCloudAccountForbidden) Error() string
type CreateNsxVCloudAccountParams ¶
type CreateNsxVCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccountNsxV specification */ Body *models.CloudAccountNsxVSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateNsxVCloudAccountParams contains all the parameters to send to the API endpoint for the create nsx v cloud account operation typically these are written to a http.Request
func NewCreateNsxVCloudAccountParams ¶
func NewCreateNsxVCloudAccountParams() *CreateNsxVCloudAccountParams
NewCreateNsxVCloudAccountParams creates a new CreateNsxVCloudAccountParams object with the default values initialized.
func NewCreateNsxVCloudAccountParamsWithContext ¶
func NewCreateNsxVCloudAccountParamsWithContext(ctx context.Context) *CreateNsxVCloudAccountParams
NewCreateNsxVCloudAccountParamsWithContext creates a new CreateNsxVCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewCreateNsxVCloudAccountParamsWithHTTPClient ¶
func NewCreateNsxVCloudAccountParamsWithHTTPClient(client *http.Client) *CreateNsxVCloudAccountParams
NewCreateNsxVCloudAccountParamsWithHTTPClient creates a new CreateNsxVCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateNsxVCloudAccountParamsWithTimeout ¶
func NewCreateNsxVCloudAccountParamsWithTimeout(timeout time.Duration) *CreateNsxVCloudAccountParams
NewCreateNsxVCloudAccountParamsWithTimeout creates a new CreateNsxVCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateNsxVCloudAccountParams) SetAPIVersion ¶
func (o *CreateNsxVCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) SetBody ¶
func (o *CreateNsxVCloudAccountParams) SetBody(body *models.CloudAccountNsxVSpecification)
SetBody adds the body to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) SetContext ¶
func (o *CreateNsxVCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) SetHTTPClient ¶
func (o *CreateNsxVCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) SetTimeout ¶
func (o *CreateNsxVCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) WithAPIVersion ¶
func (o *CreateNsxVCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateNsxVCloudAccountParams
WithAPIVersion adds the aPIVersion to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) WithBody ¶
func (o *CreateNsxVCloudAccountParams) WithBody(body *models.CloudAccountNsxVSpecification) *CreateNsxVCloudAccountParams
WithBody adds the body to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) WithContext ¶
func (o *CreateNsxVCloudAccountParams) WithContext(ctx context.Context) *CreateNsxVCloudAccountParams
WithContext adds the context to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) WithHTTPClient ¶
func (o *CreateNsxVCloudAccountParams) WithHTTPClient(client *http.Client) *CreateNsxVCloudAccountParams
WithHTTPClient adds the HTTPClient to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) WithTimeout ¶
func (o *CreateNsxVCloudAccountParams) WithTimeout(timeout time.Duration) *CreateNsxVCloudAccountParams
WithTimeout adds the timeout to the create nsx v cloud account params
func (*CreateNsxVCloudAccountParams) WriteToRequest ¶
func (o *CreateNsxVCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateNsxVCloudAccountReader ¶
type CreateNsxVCloudAccountReader struct {
// contains filtered or unexported fields
}
CreateNsxVCloudAccountReader is a Reader for the CreateNsxVCloudAccount structure.
func (*CreateNsxVCloudAccountReader) ReadResponse ¶
func (o *CreateNsxVCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateVSphereCloudAccountBadRequest ¶
type CreateVSphereCloudAccountBadRequest struct { }
CreateVSphereCloudAccountBadRequest handles this case with default header values.
Invalid Request - bad data
func NewCreateVSphereCloudAccountBadRequest ¶
func NewCreateVSphereCloudAccountBadRequest() *CreateVSphereCloudAccountBadRequest
NewCreateVSphereCloudAccountBadRequest creates a CreateVSphereCloudAccountBadRequest with default headers values
func (*CreateVSphereCloudAccountBadRequest) Error ¶
func (o *CreateVSphereCloudAccountBadRequest) Error() string
type CreateVSphereCloudAccountCreated ¶
type CreateVSphereCloudAccountCreated struct {
Payload *models.CloudAccountVsphere
}
CreateVSphereCloudAccountCreated handles this case with default header values.
successful operation
func NewCreateVSphereCloudAccountCreated ¶
func NewCreateVSphereCloudAccountCreated() *CreateVSphereCloudAccountCreated
NewCreateVSphereCloudAccountCreated creates a CreateVSphereCloudAccountCreated with default headers values
func (*CreateVSphereCloudAccountCreated) Error ¶
func (o *CreateVSphereCloudAccountCreated) Error() string
func (*CreateVSphereCloudAccountCreated) GetPayload ¶
func (o *CreateVSphereCloudAccountCreated) GetPayload() *models.CloudAccountVsphere
type CreateVSphereCloudAccountForbidden ¶
type CreateVSphereCloudAccountForbidden struct { }
CreateVSphereCloudAccountForbidden handles this case with default header values.
Forbidden
func NewCreateVSphereCloudAccountForbidden ¶
func NewCreateVSphereCloudAccountForbidden() *CreateVSphereCloudAccountForbidden
NewCreateVSphereCloudAccountForbidden creates a CreateVSphereCloudAccountForbidden with default headers values
func (*CreateVSphereCloudAccountForbidden) Error ¶
func (o *CreateVSphereCloudAccountForbidden) Error() string
type CreateVSphereCloudAccountParams ¶
type CreateVSphereCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccountVsphere specification */ Body *models.CloudAccountVsphereSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateVSphereCloudAccountParams contains all the parameters to send to the API endpoint for the create v sphere cloud account operation typically these are written to a http.Request
func NewCreateVSphereCloudAccountParams ¶
func NewCreateVSphereCloudAccountParams() *CreateVSphereCloudAccountParams
NewCreateVSphereCloudAccountParams creates a new CreateVSphereCloudAccountParams object with the default values initialized.
func NewCreateVSphereCloudAccountParamsWithContext ¶
func NewCreateVSphereCloudAccountParamsWithContext(ctx context.Context) *CreateVSphereCloudAccountParams
NewCreateVSphereCloudAccountParamsWithContext creates a new CreateVSphereCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewCreateVSphereCloudAccountParamsWithHTTPClient ¶
func NewCreateVSphereCloudAccountParamsWithHTTPClient(client *http.Client) *CreateVSphereCloudAccountParams
NewCreateVSphereCloudAccountParamsWithHTTPClient creates a new CreateVSphereCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateVSphereCloudAccountParamsWithTimeout ¶
func NewCreateVSphereCloudAccountParamsWithTimeout(timeout time.Duration) *CreateVSphereCloudAccountParams
NewCreateVSphereCloudAccountParamsWithTimeout creates a new CreateVSphereCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateVSphereCloudAccountParams) SetAPIVersion ¶
func (o *CreateVSphereCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) SetBody ¶
func (o *CreateVSphereCloudAccountParams) SetBody(body *models.CloudAccountVsphereSpecification)
SetBody adds the body to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) SetContext ¶
func (o *CreateVSphereCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) SetHTTPClient ¶
func (o *CreateVSphereCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) SetTimeout ¶
func (o *CreateVSphereCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) WithAPIVersion ¶
func (o *CreateVSphereCloudAccountParams) WithAPIVersion(aPIVersion *string) *CreateVSphereCloudAccountParams
WithAPIVersion adds the aPIVersion to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) WithBody ¶
func (o *CreateVSphereCloudAccountParams) WithBody(body *models.CloudAccountVsphereSpecification) *CreateVSphereCloudAccountParams
WithBody adds the body to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) WithContext ¶
func (o *CreateVSphereCloudAccountParams) WithContext(ctx context.Context) *CreateVSphereCloudAccountParams
WithContext adds the context to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) WithHTTPClient ¶
func (o *CreateVSphereCloudAccountParams) WithHTTPClient(client *http.Client) *CreateVSphereCloudAccountParams
WithHTTPClient adds the HTTPClient to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) WithTimeout ¶
func (o *CreateVSphereCloudAccountParams) WithTimeout(timeout time.Duration) *CreateVSphereCloudAccountParams
WithTimeout adds the timeout to the create v sphere cloud account params
func (*CreateVSphereCloudAccountParams) WriteToRequest ¶
func (o *CreateVSphereCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateVSphereCloudAccountReader ¶
type CreateVSphereCloudAccountReader struct {
// contains filtered or unexported fields
}
CreateVSphereCloudAccountReader is a Reader for the CreateVSphereCloudAccount structure.
func (*CreateVSphereCloudAccountReader) ReadResponse ¶
func (o *CreateVSphereCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAwsCloudAccountForbidden ¶
type DeleteAwsCloudAccountForbidden struct { }
DeleteAwsCloudAccountForbidden handles this case with default header values.
Forbidden
func NewDeleteAwsCloudAccountForbidden ¶
func NewDeleteAwsCloudAccountForbidden() *DeleteAwsCloudAccountForbidden
NewDeleteAwsCloudAccountForbidden creates a DeleteAwsCloudAccountForbidden with default headers values
func (*DeleteAwsCloudAccountForbidden) Error ¶
func (o *DeleteAwsCloudAccountForbidden) Error() string
type DeleteAwsCloudAccountNoContent ¶
type DeleteAwsCloudAccountNoContent struct { }
DeleteAwsCloudAccountNoContent handles this case with default header values.
No Content
func NewDeleteAwsCloudAccountNoContent ¶
func NewDeleteAwsCloudAccountNoContent() *DeleteAwsCloudAccountNoContent
NewDeleteAwsCloudAccountNoContent creates a DeleteAwsCloudAccountNoContent with default headers values
func (*DeleteAwsCloudAccountNoContent) Error ¶
func (o *DeleteAwsCloudAccountNoContent) Error() string
type DeleteAwsCloudAccountParams ¶
type DeleteAwsCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAwsCloudAccountParams contains all the parameters to send to the API endpoint for the delete aws cloud account operation typically these are written to a http.Request
func NewDeleteAwsCloudAccountParams ¶
func NewDeleteAwsCloudAccountParams() *DeleteAwsCloudAccountParams
NewDeleteAwsCloudAccountParams creates a new DeleteAwsCloudAccountParams object with the default values initialized.
func NewDeleteAwsCloudAccountParamsWithContext ¶
func NewDeleteAwsCloudAccountParamsWithContext(ctx context.Context) *DeleteAwsCloudAccountParams
NewDeleteAwsCloudAccountParamsWithContext creates a new DeleteAwsCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAwsCloudAccountParamsWithHTTPClient ¶
func NewDeleteAwsCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteAwsCloudAccountParams
NewDeleteAwsCloudAccountParamsWithHTTPClient creates a new DeleteAwsCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAwsCloudAccountParamsWithTimeout ¶
func NewDeleteAwsCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteAwsCloudAccountParams
NewDeleteAwsCloudAccountParamsWithTimeout creates a new DeleteAwsCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAwsCloudAccountParams) SetAPIVersion ¶
func (o *DeleteAwsCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) SetContext ¶
func (o *DeleteAwsCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) SetHTTPClient ¶
func (o *DeleteAwsCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) SetID ¶
func (o *DeleteAwsCloudAccountParams) SetID(id string)
SetID adds the id to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) SetTimeout ¶
func (o *DeleteAwsCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) WithAPIVersion ¶
func (o *DeleteAwsCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteAwsCloudAccountParams
WithAPIVersion adds the aPIVersion to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) WithContext ¶
func (o *DeleteAwsCloudAccountParams) WithContext(ctx context.Context) *DeleteAwsCloudAccountParams
WithContext adds the context to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) WithHTTPClient ¶
func (o *DeleteAwsCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteAwsCloudAccountParams
WithHTTPClient adds the HTTPClient to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) WithID ¶
func (o *DeleteAwsCloudAccountParams) WithID(id string) *DeleteAwsCloudAccountParams
WithID adds the id to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) WithTimeout ¶
func (o *DeleteAwsCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteAwsCloudAccountParams
WithTimeout adds the timeout to the delete aws cloud account params
func (*DeleteAwsCloudAccountParams) WriteToRequest ¶
func (o *DeleteAwsCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAwsCloudAccountReader ¶
type DeleteAwsCloudAccountReader struct {
// contains filtered or unexported fields
}
DeleteAwsCloudAccountReader is a Reader for the DeleteAwsCloudAccount structure.
func (*DeleteAwsCloudAccountReader) ReadResponse ¶
func (o *DeleteAwsCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAzureCloudAccountForbidden ¶
type DeleteAzureCloudAccountForbidden struct { }
DeleteAzureCloudAccountForbidden handles this case with default header values.
Forbidden
func NewDeleteAzureCloudAccountForbidden ¶
func NewDeleteAzureCloudAccountForbidden() *DeleteAzureCloudAccountForbidden
NewDeleteAzureCloudAccountForbidden creates a DeleteAzureCloudAccountForbidden with default headers values
func (*DeleteAzureCloudAccountForbidden) Error ¶
func (o *DeleteAzureCloudAccountForbidden) Error() string
type DeleteAzureCloudAccountNoContent ¶
type DeleteAzureCloudAccountNoContent struct { }
DeleteAzureCloudAccountNoContent handles this case with default header values.
No Content
func NewDeleteAzureCloudAccountNoContent ¶
func NewDeleteAzureCloudAccountNoContent() *DeleteAzureCloudAccountNoContent
NewDeleteAzureCloudAccountNoContent creates a DeleteAzureCloudAccountNoContent with default headers values
func (*DeleteAzureCloudAccountNoContent) Error ¶
func (o *DeleteAzureCloudAccountNoContent) Error() string
type DeleteAzureCloudAccountParams ¶
type DeleteAzureCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAzureCloudAccountParams contains all the parameters to send to the API endpoint for the delete azure cloud account operation typically these are written to a http.Request
func NewDeleteAzureCloudAccountParams ¶
func NewDeleteAzureCloudAccountParams() *DeleteAzureCloudAccountParams
NewDeleteAzureCloudAccountParams creates a new DeleteAzureCloudAccountParams object with the default values initialized.
func NewDeleteAzureCloudAccountParamsWithContext ¶
func NewDeleteAzureCloudAccountParamsWithContext(ctx context.Context) *DeleteAzureCloudAccountParams
NewDeleteAzureCloudAccountParamsWithContext creates a new DeleteAzureCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAzureCloudAccountParamsWithHTTPClient ¶
func NewDeleteAzureCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteAzureCloudAccountParams
NewDeleteAzureCloudAccountParamsWithHTTPClient creates a new DeleteAzureCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAzureCloudAccountParamsWithTimeout ¶
func NewDeleteAzureCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteAzureCloudAccountParams
NewDeleteAzureCloudAccountParamsWithTimeout creates a new DeleteAzureCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAzureCloudAccountParams) SetAPIVersion ¶
func (o *DeleteAzureCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) SetContext ¶
func (o *DeleteAzureCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) SetHTTPClient ¶
func (o *DeleteAzureCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) SetID ¶
func (o *DeleteAzureCloudAccountParams) SetID(id string)
SetID adds the id to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) SetTimeout ¶
func (o *DeleteAzureCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) WithAPIVersion ¶
func (o *DeleteAzureCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteAzureCloudAccountParams
WithAPIVersion adds the aPIVersion to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) WithContext ¶
func (o *DeleteAzureCloudAccountParams) WithContext(ctx context.Context) *DeleteAzureCloudAccountParams
WithContext adds the context to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) WithHTTPClient ¶
func (o *DeleteAzureCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteAzureCloudAccountParams
WithHTTPClient adds the HTTPClient to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) WithID ¶
func (o *DeleteAzureCloudAccountParams) WithID(id string) *DeleteAzureCloudAccountParams
WithID adds the id to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) WithTimeout ¶
func (o *DeleteAzureCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteAzureCloudAccountParams
WithTimeout adds the timeout to the delete azure cloud account params
func (*DeleteAzureCloudAccountParams) WriteToRequest ¶
func (o *DeleteAzureCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAzureCloudAccountReader ¶
type DeleteAzureCloudAccountReader struct {
// contains filtered or unexported fields
}
DeleteAzureCloudAccountReader is a Reader for the DeleteAzureCloudAccount structure.
func (*DeleteAzureCloudAccountReader) ReadResponse ¶
func (o *DeleteAzureCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCloudAccountForbidden ¶
type DeleteCloudAccountForbidden struct { }
DeleteCloudAccountForbidden handles this case with default header values.
Forbidden
func NewDeleteCloudAccountForbidden ¶
func NewDeleteCloudAccountForbidden() *DeleteCloudAccountForbidden
NewDeleteCloudAccountForbidden creates a DeleteCloudAccountForbidden with default headers values
func (*DeleteCloudAccountForbidden) Error ¶
func (o *DeleteCloudAccountForbidden) Error() string
type DeleteCloudAccountNoContent ¶
type DeleteCloudAccountNoContent struct { }
DeleteCloudAccountNoContent handles this case with default header values.
No Content
func NewDeleteCloudAccountNoContent ¶
func NewDeleteCloudAccountNoContent() *DeleteCloudAccountNoContent
NewDeleteCloudAccountNoContent creates a DeleteCloudAccountNoContent with default headers values
func (*DeleteCloudAccountNoContent) Error ¶
func (o *DeleteCloudAccountNoContent) Error() string
type DeleteCloudAccountNsxTForbidden ¶
type DeleteCloudAccountNsxTForbidden struct { }
DeleteCloudAccountNsxTForbidden handles this case with default header values.
Forbidden
func NewDeleteCloudAccountNsxTForbidden ¶
func NewDeleteCloudAccountNsxTForbidden() *DeleteCloudAccountNsxTForbidden
NewDeleteCloudAccountNsxTForbidden creates a DeleteCloudAccountNsxTForbidden with default headers values
func (*DeleteCloudAccountNsxTForbidden) Error ¶
func (o *DeleteCloudAccountNsxTForbidden) Error() string
type DeleteCloudAccountNsxTNoContent ¶
type DeleteCloudAccountNsxTNoContent struct { }
DeleteCloudAccountNsxTNoContent handles this case with default header values.
No Content
func NewDeleteCloudAccountNsxTNoContent ¶
func NewDeleteCloudAccountNsxTNoContent() *DeleteCloudAccountNsxTNoContent
NewDeleteCloudAccountNsxTNoContent creates a DeleteCloudAccountNsxTNoContent with default headers values
func (*DeleteCloudAccountNsxTNoContent) Error ¶
func (o *DeleteCloudAccountNsxTNoContent) Error() string
type DeleteCloudAccountNsxTParams ¶
type DeleteCloudAccountNsxTParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCloudAccountNsxTParams contains all the parameters to send to the API endpoint for the delete cloud account nsx t operation typically these are written to a http.Request
func NewDeleteCloudAccountNsxTParams ¶
func NewDeleteCloudAccountNsxTParams() *DeleteCloudAccountNsxTParams
NewDeleteCloudAccountNsxTParams creates a new DeleteCloudAccountNsxTParams object with the default values initialized.
func NewDeleteCloudAccountNsxTParamsWithContext ¶
func NewDeleteCloudAccountNsxTParamsWithContext(ctx context.Context) *DeleteCloudAccountNsxTParams
NewDeleteCloudAccountNsxTParamsWithContext creates a new DeleteCloudAccountNsxTParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteCloudAccountNsxTParamsWithHTTPClient ¶
func NewDeleteCloudAccountNsxTParamsWithHTTPClient(client *http.Client) *DeleteCloudAccountNsxTParams
NewDeleteCloudAccountNsxTParamsWithHTTPClient creates a new DeleteCloudAccountNsxTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteCloudAccountNsxTParamsWithTimeout ¶
func NewDeleteCloudAccountNsxTParamsWithTimeout(timeout time.Duration) *DeleteCloudAccountNsxTParams
NewDeleteCloudAccountNsxTParamsWithTimeout creates a new DeleteCloudAccountNsxTParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteCloudAccountNsxTParams) SetAPIVersion ¶
func (o *DeleteCloudAccountNsxTParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) SetContext ¶
func (o *DeleteCloudAccountNsxTParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) SetHTTPClient ¶
func (o *DeleteCloudAccountNsxTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) SetID ¶
func (o *DeleteCloudAccountNsxTParams) SetID(id string)
SetID adds the id to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) SetTimeout ¶
func (o *DeleteCloudAccountNsxTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) WithAPIVersion ¶
func (o *DeleteCloudAccountNsxTParams) WithAPIVersion(aPIVersion *string) *DeleteCloudAccountNsxTParams
WithAPIVersion adds the aPIVersion to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) WithContext ¶
func (o *DeleteCloudAccountNsxTParams) WithContext(ctx context.Context) *DeleteCloudAccountNsxTParams
WithContext adds the context to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) WithHTTPClient ¶
func (o *DeleteCloudAccountNsxTParams) WithHTTPClient(client *http.Client) *DeleteCloudAccountNsxTParams
WithHTTPClient adds the HTTPClient to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) WithID ¶
func (o *DeleteCloudAccountNsxTParams) WithID(id string) *DeleteCloudAccountNsxTParams
WithID adds the id to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) WithTimeout ¶
func (o *DeleteCloudAccountNsxTParams) WithTimeout(timeout time.Duration) *DeleteCloudAccountNsxTParams
WithTimeout adds the timeout to the delete cloud account nsx t params
func (*DeleteCloudAccountNsxTParams) WriteToRequest ¶
func (o *DeleteCloudAccountNsxTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCloudAccountNsxTReader ¶
type DeleteCloudAccountNsxTReader struct {
// contains filtered or unexported fields
}
DeleteCloudAccountNsxTReader is a Reader for the DeleteCloudAccountNsxT structure.
func (*DeleteCloudAccountNsxTReader) ReadResponse ¶
func (o *DeleteCloudAccountNsxTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCloudAccountNsxVForbidden ¶
type DeleteCloudAccountNsxVForbidden struct { }
DeleteCloudAccountNsxVForbidden handles this case with default header values.
Forbidden
func NewDeleteCloudAccountNsxVForbidden ¶
func NewDeleteCloudAccountNsxVForbidden() *DeleteCloudAccountNsxVForbidden
NewDeleteCloudAccountNsxVForbidden creates a DeleteCloudAccountNsxVForbidden with default headers values
func (*DeleteCloudAccountNsxVForbidden) Error ¶
func (o *DeleteCloudAccountNsxVForbidden) Error() string
type DeleteCloudAccountNsxVNoContent ¶
type DeleteCloudAccountNsxVNoContent struct { }
DeleteCloudAccountNsxVNoContent handles this case with default header values.
No Content
func NewDeleteCloudAccountNsxVNoContent ¶
func NewDeleteCloudAccountNsxVNoContent() *DeleteCloudAccountNsxVNoContent
NewDeleteCloudAccountNsxVNoContent creates a DeleteCloudAccountNsxVNoContent with default headers values
func (*DeleteCloudAccountNsxVNoContent) Error ¶
func (o *DeleteCloudAccountNsxVNoContent) Error() string
type DeleteCloudAccountNsxVParams ¶
type DeleteCloudAccountNsxVParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCloudAccountNsxVParams contains all the parameters to send to the API endpoint for the delete cloud account nsx v operation typically these are written to a http.Request
func NewDeleteCloudAccountNsxVParams ¶
func NewDeleteCloudAccountNsxVParams() *DeleteCloudAccountNsxVParams
NewDeleteCloudAccountNsxVParams creates a new DeleteCloudAccountNsxVParams object with the default values initialized.
func NewDeleteCloudAccountNsxVParamsWithContext ¶
func NewDeleteCloudAccountNsxVParamsWithContext(ctx context.Context) *DeleteCloudAccountNsxVParams
NewDeleteCloudAccountNsxVParamsWithContext creates a new DeleteCloudAccountNsxVParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteCloudAccountNsxVParamsWithHTTPClient ¶
func NewDeleteCloudAccountNsxVParamsWithHTTPClient(client *http.Client) *DeleteCloudAccountNsxVParams
NewDeleteCloudAccountNsxVParamsWithHTTPClient creates a new DeleteCloudAccountNsxVParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteCloudAccountNsxVParamsWithTimeout ¶
func NewDeleteCloudAccountNsxVParamsWithTimeout(timeout time.Duration) *DeleteCloudAccountNsxVParams
NewDeleteCloudAccountNsxVParamsWithTimeout creates a new DeleteCloudAccountNsxVParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteCloudAccountNsxVParams) SetAPIVersion ¶
func (o *DeleteCloudAccountNsxVParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) SetContext ¶
func (o *DeleteCloudAccountNsxVParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) SetHTTPClient ¶
func (o *DeleteCloudAccountNsxVParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) SetID ¶
func (o *DeleteCloudAccountNsxVParams) SetID(id string)
SetID adds the id to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) SetTimeout ¶
func (o *DeleteCloudAccountNsxVParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) WithAPIVersion ¶
func (o *DeleteCloudAccountNsxVParams) WithAPIVersion(aPIVersion *string) *DeleteCloudAccountNsxVParams
WithAPIVersion adds the aPIVersion to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) WithContext ¶
func (o *DeleteCloudAccountNsxVParams) WithContext(ctx context.Context) *DeleteCloudAccountNsxVParams
WithContext adds the context to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) WithHTTPClient ¶
func (o *DeleteCloudAccountNsxVParams) WithHTTPClient(client *http.Client) *DeleteCloudAccountNsxVParams
WithHTTPClient adds the HTTPClient to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) WithID ¶
func (o *DeleteCloudAccountNsxVParams) WithID(id string) *DeleteCloudAccountNsxVParams
WithID adds the id to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) WithTimeout ¶
func (o *DeleteCloudAccountNsxVParams) WithTimeout(timeout time.Duration) *DeleteCloudAccountNsxVParams
WithTimeout adds the timeout to the delete cloud account nsx v params
func (*DeleteCloudAccountNsxVParams) WriteToRequest ¶
func (o *DeleteCloudAccountNsxVParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCloudAccountNsxVReader ¶
type DeleteCloudAccountNsxVReader struct {
// contains filtered or unexported fields
}
DeleteCloudAccountNsxVReader is a Reader for the DeleteCloudAccountNsxV structure.
func (*DeleteCloudAccountNsxVReader) ReadResponse ¶
func (o *DeleteCloudAccountNsxVReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteCloudAccountParams ¶
type DeleteCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteCloudAccountParams contains all the parameters to send to the API endpoint for the delete cloud account operation typically these are written to a http.Request
func NewDeleteCloudAccountParams ¶
func NewDeleteCloudAccountParams() *DeleteCloudAccountParams
NewDeleteCloudAccountParams creates a new DeleteCloudAccountParams object with the default values initialized.
func NewDeleteCloudAccountParamsWithContext ¶
func NewDeleteCloudAccountParamsWithContext(ctx context.Context) *DeleteCloudAccountParams
NewDeleteCloudAccountParamsWithContext creates a new DeleteCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteCloudAccountParamsWithHTTPClient ¶
func NewDeleteCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteCloudAccountParams
NewDeleteCloudAccountParamsWithHTTPClient creates a new DeleteCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteCloudAccountParamsWithTimeout ¶
func NewDeleteCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteCloudAccountParams
NewDeleteCloudAccountParamsWithTimeout creates a new DeleteCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteCloudAccountParams) SetAPIVersion ¶
func (o *DeleteCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete cloud account params
func (*DeleteCloudAccountParams) SetContext ¶
func (o *DeleteCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the delete cloud account params
func (*DeleteCloudAccountParams) SetHTTPClient ¶
func (o *DeleteCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete cloud account params
func (*DeleteCloudAccountParams) SetID ¶
func (o *DeleteCloudAccountParams) SetID(id string)
SetID adds the id to the delete cloud account params
func (*DeleteCloudAccountParams) SetTimeout ¶
func (o *DeleteCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete cloud account params
func (*DeleteCloudAccountParams) WithAPIVersion ¶
func (o *DeleteCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteCloudAccountParams
WithAPIVersion adds the aPIVersion to the delete cloud account params
func (*DeleteCloudAccountParams) WithContext ¶
func (o *DeleteCloudAccountParams) WithContext(ctx context.Context) *DeleteCloudAccountParams
WithContext adds the context to the delete cloud account params
func (*DeleteCloudAccountParams) WithHTTPClient ¶
func (o *DeleteCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteCloudAccountParams
WithHTTPClient adds the HTTPClient to the delete cloud account params
func (*DeleteCloudAccountParams) WithID ¶
func (o *DeleteCloudAccountParams) WithID(id string) *DeleteCloudAccountParams
WithID adds the id to the delete cloud account params
func (*DeleteCloudAccountParams) WithTimeout ¶
func (o *DeleteCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteCloudAccountParams
WithTimeout adds the timeout to the delete cloud account params
func (*DeleteCloudAccountParams) WriteToRequest ¶
func (o *DeleteCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteCloudAccountReader ¶
type DeleteCloudAccountReader struct {
// contains filtered or unexported fields
}
DeleteCloudAccountReader is a Reader for the DeleteCloudAccount structure.
func (*DeleteCloudAccountReader) ReadResponse ¶
func (o *DeleteCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteGcpCloudAccountForbidden ¶
type DeleteGcpCloudAccountForbidden struct { }
DeleteGcpCloudAccountForbidden handles this case with default header values.
Forbidden
func NewDeleteGcpCloudAccountForbidden ¶
func NewDeleteGcpCloudAccountForbidden() *DeleteGcpCloudAccountForbidden
NewDeleteGcpCloudAccountForbidden creates a DeleteGcpCloudAccountForbidden with default headers values
func (*DeleteGcpCloudAccountForbidden) Error ¶
func (o *DeleteGcpCloudAccountForbidden) Error() string
type DeleteGcpCloudAccountNoContent ¶
type DeleteGcpCloudAccountNoContent struct { }
DeleteGcpCloudAccountNoContent handles this case with default header values.
No Content
func NewDeleteGcpCloudAccountNoContent ¶
func NewDeleteGcpCloudAccountNoContent() *DeleteGcpCloudAccountNoContent
NewDeleteGcpCloudAccountNoContent creates a DeleteGcpCloudAccountNoContent with default headers values
func (*DeleteGcpCloudAccountNoContent) Error ¶
func (o *DeleteGcpCloudAccountNoContent) Error() string
type DeleteGcpCloudAccountParams ¶
type DeleteGcpCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteGcpCloudAccountParams contains all the parameters to send to the API endpoint for the delete gcp cloud account operation typically these are written to a http.Request
func NewDeleteGcpCloudAccountParams ¶
func NewDeleteGcpCloudAccountParams() *DeleteGcpCloudAccountParams
NewDeleteGcpCloudAccountParams creates a new DeleteGcpCloudAccountParams object with the default values initialized.
func NewDeleteGcpCloudAccountParamsWithContext ¶
func NewDeleteGcpCloudAccountParamsWithContext(ctx context.Context) *DeleteGcpCloudAccountParams
NewDeleteGcpCloudAccountParamsWithContext creates a new DeleteGcpCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteGcpCloudAccountParamsWithHTTPClient ¶
func NewDeleteGcpCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteGcpCloudAccountParams
NewDeleteGcpCloudAccountParamsWithHTTPClient creates a new DeleteGcpCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteGcpCloudAccountParamsWithTimeout ¶
func NewDeleteGcpCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteGcpCloudAccountParams
NewDeleteGcpCloudAccountParamsWithTimeout creates a new DeleteGcpCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteGcpCloudAccountParams) SetAPIVersion ¶
func (o *DeleteGcpCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) SetContext ¶
func (o *DeleteGcpCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) SetHTTPClient ¶
func (o *DeleteGcpCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) SetID ¶
func (o *DeleteGcpCloudAccountParams) SetID(id string)
SetID adds the id to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) SetTimeout ¶
func (o *DeleteGcpCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) WithAPIVersion ¶
func (o *DeleteGcpCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteGcpCloudAccountParams
WithAPIVersion adds the aPIVersion to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) WithContext ¶
func (o *DeleteGcpCloudAccountParams) WithContext(ctx context.Context) *DeleteGcpCloudAccountParams
WithContext adds the context to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) WithHTTPClient ¶
func (o *DeleteGcpCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteGcpCloudAccountParams
WithHTTPClient adds the HTTPClient to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) WithID ¶
func (o *DeleteGcpCloudAccountParams) WithID(id string) *DeleteGcpCloudAccountParams
WithID adds the id to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) WithTimeout ¶
func (o *DeleteGcpCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteGcpCloudAccountParams
WithTimeout adds the timeout to the delete gcp cloud account params
func (*DeleteGcpCloudAccountParams) WriteToRequest ¶
func (o *DeleteGcpCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteGcpCloudAccountReader ¶
type DeleteGcpCloudAccountReader struct {
// contains filtered or unexported fields
}
DeleteGcpCloudAccountReader is a Reader for the DeleteGcpCloudAccount structure.
func (*DeleteGcpCloudAccountReader) ReadResponse ¶
func (o *DeleteGcpCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteVSphereCloudAccountForbidden ¶
type DeleteVSphereCloudAccountForbidden struct { }
DeleteVSphereCloudAccountForbidden handles this case with default header values.
Forbidden
func NewDeleteVSphereCloudAccountForbidden ¶
func NewDeleteVSphereCloudAccountForbidden() *DeleteVSphereCloudAccountForbidden
NewDeleteVSphereCloudAccountForbidden creates a DeleteVSphereCloudAccountForbidden with default headers values
func (*DeleteVSphereCloudAccountForbidden) Error ¶
func (o *DeleteVSphereCloudAccountForbidden) Error() string
type DeleteVSphereCloudAccountNoContent ¶
type DeleteVSphereCloudAccountNoContent struct { }
DeleteVSphereCloudAccountNoContent handles this case with default header values.
No Content
func NewDeleteVSphereCloudAccountNoContent ¶
func NewDeleteVSphereCloudAccountNoContent() *DeleteVSphereCloudAccountNoContent
NewDeleteVSphereCloudAccountNoContent creates a DeleteVSphereCloudAccountNoContent with default headers values
func (*DeleteVSphereCloudAccountNoContent) Error ¶
func (o *DeleteVSphereCloudAccountNoContent) Error() string
type DeleteVSphereCloudAccountParams ¶
type DeleteVSphereCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteVSphereCloudAccountParams contains all the parameters to send to the API endpoint for the delete v sphere cloud account operation typically these are written to a http.Request
func NewDeleteVSphereCloudAccountParams ¶
func NewDeleteVSphereCloudAccountParams() *DeleteVSphereCloudAccountParams
NewDeleteVSphereCloudAccountParams creates a new DeleteVSphereCloudAccountParams object with the default values initialized.
func NewDeleteVSphereCloudAccountParamsWithContext ¶
func NewDeleteVSphereCloudAccountParamsWithContext(ctx context.Context) *DeleteVSphereCloudAccountParams
NewDeleteVSphereCloudAccountParamsWithContext creates a new DeleteVSphereCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteVSphereCloudAccountParamsWithHTTPClient ¶
func NewDeleteVSphereCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteVSphereCloudAccountParams
NewDeleteVSphereCloudAccountParamsWithHTTPClient creates a new DeleteVSphereCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteVSphereCloudAccountParamsWithTimeout ¶
func NewDeleteVSphereCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteVSphereCloudAccountParams
NewDeleteVSphereCloudAccountParamsWithTimeout creates a new DeleteVSphereCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteVSphereCloudAccountParams) SetAPIVersion ¶
func (o *DeleteVSphereCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) SetContext ¶
func (o *DeleteVSphereCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) SetHTTPClient ¶
func (o *DeleteVSphereCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) SetID ¶
func (o *DeleteVSphereCloudAccountParams) SetID(id string)
SetID adds the id to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) SetTimeout ¶
func (o *DeleteVSphereCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) WithAPIVersion ¶
func (o *DeleteVSphereCloudAccountParams) WithAPIVersion(aPIVersion *string) *DeleteVSphereCloudAccountParams
WithAPIVersion adds the aPIVersion to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) WithContext ¶
func (o *DeleteVSphereCloudAccountParams) WithContext(ctx context.Context) *DeleteVSphereCloudAccountParams
WithContext adds the context to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) WithHTTPClient ¶
func (o *DeleteVSphereCloudAccountParams) WithHTTPClient(client *http.Client) *DeleteVSphereCloudAccountParams
WithHTTPClient adds the HTTPClient to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) WithID ¶
func (o *DeleteVSphereCloudAccountParams) WithID(id string) *DeleteVSphereCloudAccountParams
WithID adds the id to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) WithTimeout ¶
func (o *DeleteVSphereCloudAccountParams) WithTimeout(timeout time.Duration) *DeleteVSphereCloudAccountParams
WithTimeout adds the timeout to the delete v sphere cloud account params
func (*DeleteVSphereCloudAccountParams) WriteToRequest ¶
func (o *DeleteVSphereCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteVSphereCloudAccountReader ¶
type DeleteVSphereCloudAccountReader struct {
// contains filtered or unexported fields
}
DeleteVSphereCloudAccountReader is a Reader for the DeleteVSphereCloudAccount structure.
func (*DeleteVSphereCloudAccountReader) ReadResponse ¶
func (o *DeleteVSphereCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnumerateAwsRegionsBadRequest ¶
type EnumerateAwsRegionsBadRequest struct { }
EnumerateAwsRegionsBadRequest handles this case with default header values.
Invalid Request - bad data
func NewEnumerateAwsRegionsBadRequest ¶
func NewEnumerateAwsRegionsBadRequest() *EnumerateAwsRegionsBadRequest
NewEnumerateAwsRegionsBadRequest creates a EnumerateAwsRegionsBadRequest with default headers values
func (*EnumerateAwsRegionsBadRequest) Error ¶
func (o *EnumerateAwsRegionsBadRequest) Error() string
type EnumerateAwsRegionsForbidden ¶
type EnumerateAwsRegionsForbidden struct { }
EnumerateAwsRegionsForbidden handles this case with default header values.
Forbidden
func NewEnumerateAwsRegionsForbidden ¶
func NewEnumerateAwsRegionsForbidden() *EnumerateAwsRegionsForbidden
NewEnumerateAwsRegionsForbidden creates a EnumerateAwsRegionsForbidden with default headers values
func (*EnumerateAwsRegionsForbidden) Error ¶
func (o *EnumerateAwsRegionsForbidden) Error() string
type EnumerateAwsRegionsOK ¶
type EnumerateAwsRegionsOK struct {
Payload *models.CloudAccountRegions
}
EnumerateAwsRegionsOK handles this case with default header values.
successful operation
func NewEnumerateAwsRegionsOK ¶
func NewEnumerateAwsRegionsOK() *EnumerateAwsRegionsOK
NewEnumerateAwsRegionsOK creates a EnumerateAwsRegionsOK with default headers values
func (*EnumerateAwsRegionsOK) Error ¶
func (o *EnumerateAwsRegionsOK) Error() string
func (*EnumerateAwsRegionsOK) GetPayload ¶
func (o *EnumerateAwsRegionsOK) GetPayload() *models.CloudAccountRegions
type EnumerateAwsRegionsParams ¶
type EnumerateAwsRegionsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccount specification */ Body *models.CloudAccountAwsSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnumerateAwsRegionsParams contains all the parameters to send to the API endpoint for the enumerate aws regions operation typically these are written to a http.Request
func NewEnumerateAwsRegionsParams ¶
func NewEnumerateAwsRegionsParams() *EnumerateAwsRegionsParams
NewEnumerateAwsRegionsParams creates a new EnumerateAwsRegionsParams object with the default values initialized.
func NewEnumerateAwsRegionsParamsWithContext ¶
func NewEnumerateAwsRegionsParamsWithContext(ctx context.Context) *EnumerateAwsRegionsParams
NewEnumerateAwsRegionsParamsWithContext creates a new EnumerateAwsRegionsParams object with the default values initialized, and the ability to set a context for a request
func NewEnumerateAwsRegionsParamsWithHTTPClient ¶
func NewEnumerateAwsRegionsParamsWithHTTPClient(client *http.Client) *EnumerateAwsRegionsParams
NewEnumerateAwsRegionsParamsWithHTTPClient creates a new EnumerateAwsRegionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEnumerateAwsRegionsParamsWithTimeout ¶
func NewEnumerateAwsRegionsParamsWithTimeout(timeout time.Duration) *EnumerateAwsRegionsParams
NewEnumerateAwsRegionsParamsWithTimeout creates a new EnumerateAwsRegionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*EnumerateAwsRegionsParams) SetAPIVersion ¶
func (o *EnumerateAwsRegionsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) SetBody ¶
func (o *EnumerateAwsRegionsParams) SetBody(body *models.CloudAccountAwsSpecification)
SetBody adds the body to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) SetContext ¶
func (o *EnumerateAwsRegionsParams) SetContext(ctx context.Context)
SetContext adds the context to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) SetHTTPClient ¶
func (o *EnumerateAwsRegionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) SetTimeout ¶
func (o *EnumerateAwsRegionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) WithAPIVersion ¶
func (o *EnumerateAwsRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateAwsRegionsParams
WithAPIVersion adds the aPIVersion to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) WithBody ¶
func (o *EnumerateAwsRegionsParams) WithBody(body *models.CloudAccountAwsSpecification) *EnumerateAwsRegionsParams
WithBody adds the body to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) WithContext ¶
func (o *EnumerateAwsRegionsParams) WithContext(ctx context.Context) *EnumerateAwsRegionsParams
WithContext adds the context to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) WithHTTPClient ¶
func (o *EnumerateAwsRegionsParams) WithHTTPClient(client *http.Client) *EnumerateAwsRegionsParams
WithHTTPClient adds the HTTPClient to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) WithTimeout ¶
func (o *EnumerateAwsRegionsParams) WithTimeout(timeout time.Duration) *EnumerateAwsRegionsParams
WithTimeout adds the timeout to the enumerate aws regions params
func (*EnumerateAwsRegionsParams) WriteToRequest ¶
func (o *EnumerateAwsRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnumerateAwsRegionsReader ¶
type EnumerateAwsRegionsReader struct {
// contains filtered or unexported fields
}
EnumerateAwsRegionsReader is a Reader for the EnumerateAwsRegions structure.
func (*EnumerateAwsRegionsReader) ReadResponse ¶
func (o *EnumerateAwsRegionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnumerateAzureRegionsBadRequest ¶
type EnumerateAzureRegionsBadRequest struct { }
EnumerateAzureRegionsBadRequest handles this case with default header values.
Invalid Request - bad data
func NewEnumerateAzureRegionsBadRequest ¶
func NewEnumerateAzureRegionsBadRequest() *EnumerateAzureRegionsBadRequest
NewEnumerateAzureRegionsBadRequest creates a EnumerateAzureRegionsBadRequest with default headers values
func (*EnumerateAzureRegionsBadRequest) Error ¶
func (o *EnumerateAzureRegionsBadRequest) Error() string
type EnumerateAzureRegionsForbidden ¶
type EnumerateAzureRegionsForbidden struct { }
EnumerateAzureRegionsForbidden handles this case with default header values.
Forbidden
func NewEnumerateAzureRegionsForbidden ¶
func NewEnumerateAzureRegionsForbidden() *EnumerateAzureRegionsForbidden
NewEnumerateAzureRegionsForbidden creates a EnumerateAzureRegionsForbidden with default headers values
func (*EnumerateAzureRegionsForbidden) Error ¶
func (o *EnumerateAzureRegionsForbidden) Error() string
type EnumerateAzureRegionsOK ¶
type EnumerateAzureRegionsOK struct {
Payload *models.CloudAccountRegions
}
EnumerateAzureRegionsOK handles this case with default header values.
successful operation
func NewEnumerateAzureRegionsOK ¶
func NewEnumerateAzureRegionsOK() *EnumerateAzureRegionsOK
NewEnumerateAzureRegionsOK creates a EnumerateAzureRegionsOK with default headers values
func (*EnumerateAzureRegionsOK) Error ¶
func (o *EnumerateAzureRegionsOK) Error() string
func (*EnumerateAzureRegionsOK) GetPayload ¶
func (o *EnumerateAzureRegionsOK) GetPayload() *models.CloudAccountRegions
type EnumerateAzureRegionsParams ¶
type EnumerateAzureRegionsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccountAzure specification */ Body *models.CloudAccountAzureSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnumerateAzureRegionsParams contains all the parameters to send to the API endpoint for the enumerate azure regions operation typically these are written to a http.Request
func NewEnumerateAzureRegionsParams ¶
func NewEnumerateAzureRegionsParams() *EnumerateAzureRegionsParams
NewEnumerateAzureRegionsParams creates a new EnumerateAzureRegionsParams object with the default values initialized.
func NewEnumerateAzureRegionsParamsWithContext ¶
func NewEnumerateAzureRegionsParamsWithContext(ctx context.Context) *EnumerateAzureRegionsParams
NewEnumerateAzureRegionsParamsWithContext creates a new EnumerateAzureRegionsParams object with the default values initialized, and the ability to set a context for a request
func NewEnumerateAzureRegionsParamsWithHTTPClient ¶
func NewEnumerateAzureRegionsParamsWithHTTPClient(client *http.Client) *EnumerateAzureRegionsParams
NewEnumerateAzureRegionsParamsWithHTTPClient creates a new EnumerateAzureRegionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEnumerateAzureRegionsParamsWithTimeout ¶
func NewEnumerateAzureRegionsParamsWithTimeout(timeout time.Duration) *EnumerateAzureRegionsParams
NewEnumerateAzureRegionsParamsWithTimeout creates a new EnumerateAzureRegionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*EnumerateAzureRegionsParams) SetAPIVersion ¶
func (o *EnumerateAzureRegionsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) SetBody ¶
func (o *EnumerateAzureRegionsParams) SetBody(body *models.CloudAccountAzureSpecification)
SetBody adds the body to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) SetContext ¶
func (o *EnumerateAzureRegionsParams) SetContext(ctx context.Context)
SetContext adds the context to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) SetHTTPClient ¶
func (o *EnumerateAzureRegionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) SetTimeout ¶
func (o *EnumerateAzureRegionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) WithAPIVersion ¶
func (o *EnumerateAzureRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateAzureRegionsParams
WithAPIVersion adds the aPIVersion to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) WithBody ¶
func (o *EnumerateAzureRegionsParams) WithBody(body *models.CloudAccountAzureSpecification) *EnumerateAzureRegionsParams
WithBody adds the body to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) WithContext ¶
func (o *EnumerateAzureRegionsParams) WithContext(ctx context.Context) *EnumerateAzureRegionsParams
WithContext adds the context to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) WithHTTPClient ¶
func (o *EnumerateAzureRegionsParams) WithHTTPClient(client *http.Client) *EnumerateAzureRegionsParams
WithHTTPClient adds the HTTPClient to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) WithTimeout ¶
func (o *EnumerateAzureRegionsParams) WithTimeout(timeout time.Duration) *EnumerateAzureRegionsParams
WithTimeout adds the timeout to the enumerate azure regions params
func (*EnumerateAzureRegionsParams) WriteToRequest ¶
func (o *EnumerateAzureRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnumerateAzureRegionsReader ¶
type EnumerateAzureRegionsReader struct {
// contains filtered or unexported fields
}
EnumerateAzureRegionsReader is a Reader for the EnumerateAzureRegions structure.
func (*EnumerateAzureRegionsReader) ReadResponse ¶
func (o *EnumerateAzureRegionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnumerateGcpRegionsBadRequest ¶
type EnumerateGcpRegionsBadRequest struct { }
EnumerateGcpRegionsBadRequest handles this case with default header values.
Invalid Request - bad data
func NewEnumerateGcpRegionsBadRequest ¶
func NewEnumerateGcpRegionsBadRequest() *EnumerateGcpRegionsBadRequest
NewEnumerateGcpRegionsBadRequest creates a EnumerateGcpRegionsBadRequest with default headers values
func (*EnumerateGcpRegionsBadRequest) Error ¶
func (o *EnumerateGcpRegionsBadRequest) Error() string
type EnumerateGcpRegionsForbidden ¶
type EnumerateGcpRegionsForbidden struct { }
EnumerateGcpRegionsForbidden handles this case with default header values.
Forbidden
func NewEnumerateGcpRegionsForbidden ¶
func NewEnumerateGcpRegionsForbidden() *EnumerateGcpRegionsForbidden
NewEnumerateGcpRegionsForbidden creates a EnumerateGcpRegionsForbidden with default headers values
func (*EnumerateGcpRegionsForbidden) Error ¶
func (o *EnumerateGcpRegionsForbidden) Error() string
type EnumerateGcpRegionsOK ¶
type EnumerateGcpRegionsOK struct {
Payload *models.CloudAccountRegions
}
EnumerateGcpRegionsOK handles this case with default header values.
successful operation
func NewEnumerateGcpRegionsOK ¶
func NewEnumerateGcpRegionsOK() *EnumerateGcpRegionsOK
NewEnumerateGcpRegionsOK creates a EnumerateGcpRegionsOK with default headers values
func (*EnumerateGcpRegionsOK) Error ¶
func (o *EnumerateGcpRegionsOK) Error() string
func (*EnumerateGcpRegionsOK) GetPayload ¶
func (o *EnumerateGcpRegionsOK) GetPayload() *models.CloudAccountRegions
type EnumerateGcpRegionsParams ¶
type EnumerateGcpRegionsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccount specification */ Body *models.CloudAccountGcpSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnumerateGcpRegionsParams contains all the parameters to send to the API endpoint for the enumerate gcp regions operation typically these are written to a http.Request
func NewEnumerateGcpRegionsParams ¶
func NewEnumerateGcpRegionsParams() *EnumerateGcpRegionsParams
NewEnumerateGcpRegionsParams creates a new EnumerateGcpRegionsParams object with the default values initialized.
func NewEnumerateGcpRegionsParamsWithContext ¶
func NewEnumerateGcpRegionsParamsWithContext(ctx context.Context) *EnumerateGcpRegionsParams
NewEnumerateGcpRegionsParamsWithContext creates a new EnumerateGcpRegionsParams object with the default values initialized, and the ability to set a context for a request
func NewEnumerateGcpRegionsParamsWithHTTPClient ¶
func NewEnumerateGcpRegionsParamsWithHTTPClient(client *http.Client) *EnumerateGcpRegionsParams
NewEnumerateGcpRegionsParamsWithHTTPClient creates a new EnumerateGcpRegionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEnumerateGcpRegionsParamsWithTimeout ¶
func NewEnumerateGcpRegionsParamsWithTimeout(timeout time.Duration) *EnumerateGcpRegionsParams
NewEnumerateGcpRegionsParamsWithTimeout creates a new EnumerateGcpRegionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*EnumerateGcpRegionsParams) SetAPIVersion ¶
func (o *EnumerateGcpRegionsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) SetBody ¶
func (o *EnumerateGcpRegionsParams) SetBody(body *models.CloudAccountGcpSpecification)
SetBody adds the body to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) SetContext ¶
func (o *EnumerateGcpRegionsParams) SetContext(ctx context.Context)
SetContext adds the context to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) SetHTTPClient ¶
func (o *EnumerateGcpRegionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) SetTimeout ¶
func (o *EnumerateGcpRegionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) WithAPIVersion ¶
func (o *EnumerateGcpRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateGcpRegionsParams
WithAPIVersion adds the aPIVersion to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) WithBody ¶
func (o *EnumerateGcpRegionsParams) WithBody(body *models.CloudAccountGcpSpecification) *EnumerateGcpRegionsParams
WithBody adds the body to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) WithContext ¶
func (o *EnumerateGcpRegionsParams) WithContext(ctx context.Context) *EnumerateGcpRegionsParams
WithContext adds the context to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) WithHTTPClient ¶
func (o *EnumerateGcpRegionsParams) WithHTTPClient(client *http.Client) *EnumerateGcpRegionsParams
WithHTTPClient adds the HTTPClient to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) WithTimeout ¶
func (o *EnumerateGcpRegionsParams) WithTimeout(timeout time.Duration) *EnumerateGcpRegionsParams
WithTimeout adds the timeout to the enumerate gcp regions params
func (*EnumerateGcpRegionsParams) WriteToRequest ¶
func (o *EnumerateGcpRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnumerateGcpRegionsReader ¶
type EnumerateGcpRegionsReader struct {
// contains filtered or unexported fields
}
EnumerateGcpRegionsReader is a Reader for the EnumerateGcpRegions structure.
func (*EnumerateGcpRegionsReader) ReadResponse ¶
func (o *EnumerateGcpRegionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnumerateRegionsBadRequest ¶
type EnumerateRegionsBadRequest struct { }
EnumerateRegionsBadRequest handles this case with default header values.
Invalid Request - bad data
func NewEnumerateRegionsBadRequest ¶
func NewEnumerateRegionsBadRequest() *EnumerateRegionsBadRequest
NewEnumerateRegionsBadRequest creates a EnumerateRegionsBadRequest with default headers values
func (*EnumerateRegionsBadRequest) Error ¶
func (o *EnumerateRegionsBadRequest) Error() string
type EnumerateRegionsForbidden ¶
type EnumerateRegionsForbidden struct { }
EnumerateRegionsForbidden handles this case with default header values.
Forbidden
func NewEnumerateRegionsForbidden ¶
func NewEnumerateRegionsForbidden() *EnumerateRegionsForbidden
NewEnumerateRegionsForbidden creates a EnumerateRegionsForbidden with default headers values
func (*EnumerateRegionsForbidden) Error ¶
func (o *EnumerateRegionsForbidden) Error() string
type EnumerateRegionsOK ¶
type EnumerateRegionsOK struct {
Payload *models.CloudAccountRegions
}
EnumerateRegionsOK handles this case with default header values.
successful operation
func NewEnumerateRegionsOK ¶
func NewEnumerateRegionsOK() *EnumerateRegionsOK
NewEnumerateRegionsOK creates a EnumerateRegionsOK with default headers values
func (*EnumerateRegionsOK) Error ¶
func (o *EnumerateRegionsOK) Error() string
func (*EnumerateRegionsOK) GetPayload ¶
func (o *EnumerateRegionsOK) GetPayload() *models.CloudAccountRegions
type EnumerateRegionsParams ¶
type EnumerateRegionsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccount instance */ Body *models.CloudAccountSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnumerateRegionsParams contains all the parameters to send to the API endpoint for the enumerate regions operation typically these are written to a http.Request
func NewEnumerateRegionsParams ¶
func NewEnumerateRegionsParams() *EnumerateRegionsParams
NewEnumerateRegionsParams creates a new EnumerateRegionsParams object with the default values initialized.
func NewEnumerateRegionsParamsWithContext ¶
func NewEnumerateRegionsParamsWithContext(ctx context.Context) *EnumerateRegionsParams
NewEnumerateRegionsParamsWithContext creates a new EnumerateRegionsParams object with the default values initialized, and the ability to set a context for a request
func NewEnumerateRegionsParamsWithHTTPClient ¶
func NewEnumerateRegionsParamsWithHTTPClient(client *http.Client) *EnumerateRegionsParams
NewEnumerateRegionsParamsWithHTTPClient creates a new EnumerateRegionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEnumerateRegionsParamsWithTimeout ¶
func NewEnumerateRegionsParamsWithTimeout(timeout time.Duration) *EnumerateRegionsParams
NewEnumerateRegionsParamsWithTimeout creates a new EnumerateRegionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*EnumerateRegionsParams) SetAPIVersion ¶
func (o *EnumerateRegionsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the enumerate regions params
func (*EnumerateRegionsParams) SetBody ¶
func (o *EnumerateRegionsParams) SetBody(body *models.CloudAccountSpecification)
SetBody adds the body to the enumerate regions params
func (*EnumerateRegionsParams) SetContext ¶
func (o *EnumerateRegionsParams) SetContext(ctx context.Context)
SetContext adds the context to the enumerate regions params
func (*EnumerateRegionsParams) SetHTTPClient ¶
func (o *EnumerateRegionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enumerate regions params
func (*EnumerateRegionsParams) SetTimeout ¶
func (o *EnumerateRegionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enumerate regions params
func (*EnumerateRegionsParams) WithAPIVersion ¶
func (o *EnumerateRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateRegionsParams
WithAPIVersion adds the aPIVersion to the enumerate regions params
func (*EnumerateRegionsParams) WithBody ¶
func (o *EnumerateRegionsParams) WithBody(body *models.CloudAccountSpecification) *EnumerateRegionsParams
WithBody adds the body to the enumerate regions params
func (*EnumerateRegionsParams) WithContext ¶
func (o *EnumerateRegionsParams) WithContext(ctx context.Context) *EnumerateRegionsParams
WithContext adds the context to the enumerate regions params
func (*EnumerateRegionsParams) WithHTTPClient ¶
func (o *EnumerateRegionsParams) WithHTTPClient(client *http.Client) *EnumerateRegionsParams
WithHTTPClient adds the HTTPClient to the enumerate regions params
func (*EnumerateRegionsParams) WithTimeout ¶
func (o *EnumerateRegionsParams) WithTimeout(timeout time.Duration) *EnumerateRegionsParams
WithTimeout adds the timeout to the enumerate regions params
func (*EnumerateRegionsParams) WriteToRequest ¶
func (o *EnumerateRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnumerateRegionsReader ¶
type EnumerateRegionsReader struct {
// contains filtered or unexported fields
}
EnumerateRegionsReader is a Reader for the EnumerateRegions structure.
func (*EnumerateRegionsReader) ReadResponse ¶
func (o *EnumerateRegionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnumerateVSphereRegionsBadRequest ¶
type EnumerateVSphereRegionsBadRequest struct { }
EnumerateVSphereRegionsBadRequest handles this case with default header values.
Invalid Request - bad data
func NewEnumerateVSphereRegionsBadRequest ¶
func NewEnumerateVSphereRegionsBadRequest() *EnumerateVSphereRegionsBadRequest
NewEnumerateVSphereRegionsBadRequest creates a EnumerateVSphereRegionsBadRequest with default headers values
func (*EnumerateVSphereRegionsBadRequest) Error ¶
func (o *EnumerateVSphereRegionsBadRequest) Error() string
type EnumerateVSphereRegionsForbidden ¶
type EnumerateVSphereRegionsForbidden struct { }
EnumerateVSphereRegionsForbidden handles this case with default header values.
Forbidden
func NewEnumerateVSphereRegionsForbidden ¶
func NewEnumerateVSphereRegionsForbidden() *EnumerateVSphereRegionsForbidden
NewEnumerateVSphereRegionsForbidden creates a EnumerateVSphereRegionsForbidden with default headers values
func (*EnumerateVSphereRegionsForbidden) Error ¶
func (o *EnumerateVSphereRegionsForbidden) Error() string
type EnumerateVSphereRegionsOK ¶
type EnumerateVSphereRegionsOK struct {
Payload *models.CloudAccountRegions
}
EnumerateVSphereRegionsOK handles this case with default header values.
successful operation
func NewEnumerateVSphereRegionsOK ¶
func NewEnumerateVSphereRegionsOK() *EnumerateVSphereRegionsOK
NewEnumerateVSphereRegionsOK creates a EnumerateVSphereRegionsOK with default headers values
func (*EnumerateVSphereRegionsOK) Error ¶
func (o *EnumerateVSphereRegionsOK) Error() string
func (*EnumerateVSphereRegionsOK) GetPayload ¶
func (o *EnumerateVSphereRegionsOK) GetPayload() *models.CloudAccountRegions
type EnumerateVSphereRegionsParams ¶
type EnumerateVSphereRegionsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body CloudAccountVsphere specification */ Body *models.CloudAccountVsphereSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnumerateVSphereRegionsParams contains all the parameters to send to the API endpoint for the enumerate v sphere regions operation typically these are written to a http.Request
func NewEnumerateVSphereRegionsParams ¶
func NewEnumerateVSphereRegionsParams() *EnumerateVSphereRegionsParams
NewEnumerateVSphereRegionsParams creates a new EnumerateVSphereRegionsParams object with the default values initialized.
func NewEnumerateVSphereRegionsParamsWithContext ¶
func NewEnumerateVSphereRegionsParamsWithContext(ctx context.Context) *EnumerateVSphereRegionsParams
NewEnumerateVSphereRegionsParamsWithContext creates a new EnumerateVSphereRegionsParams object with the default values initialized, and the ability to set a context for a request
func NewEnumerateVSphereRegionsParamsWithHTTPClient ¶
func NewEnumerateVSphereRegionsParamsWithHTTPClient(client *http.Client) *EnumerateVSphereRegionsParams
NewEnumerateVSphereRegionsParamsWithHTTPClient creates a new EnumerateVSphereRegionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEnumerateVSphereRegionsParamsWithTimeout ¶
func NewEnumerateVSphereRegionsParamsWithTimeout(timeout time.Duration) *EnumerateVSphereRegionsParams
NewEnumerateVSphereRegionsParamsWithTimeout creates a new EnumerateVSphereRegionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*EnumerateVSphereRegionsParams) SetAPIVersion ¶
func (o *EnumerateVSphereRegionsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) SetBody ¶
func (o *EnumerateVSphereRegionsParams) SetBody(body *models.CloudAccountVsphereSpecification)
SetBody adds the body to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) SetContext ¶
func (o *EnumerateVSphereRegionsParams) SetContext(ctx context.Context)
SetContext adds the context to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) SetHTTPClient ¶
func (o *EnumerateVSphereRegionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) SetTimeout ¶
func (o *EnumerateVSphereRegionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) WithAPIVersion ¶
func (o *EnumerateVSphereRegionsParams) WithAPIVersion(aPIVersion *string) *EnumerateVSphereRegionsParams
WithAPIVersion adds the aPIVersion to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) WithBody ¶
func (o *EnumerateVSphereRegionsParams) WithBody(body *models.CloudAccountVsphereSpecification) *EnumerateVSphereRegionsParams
WithBody adds the body to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) WithContext ¶
func (o *EnumerateVSphereRegionsParams) WithContext(ctx context.Context) *EnumerateVSphereRegionsParams
WithContext adds the context to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) WithHTTPClient ¶
func (o *EnumerateVSphereRegionsParams) WithHTTPClient(client *http.Client) *EnumerateVSphereRegionsParams
WithHTTPClient adds the HTTPClient to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) WithTimeout ¶
func (o *EnumerateVSphereRegionsParams) WithTimeout(timeout time.Duration) *EnumerateVSphereRegionsParams
WithTimeout adds the timeout to the enumerate v sphere regions params
func (*EnumerateVSphereRegionsParams) WriteToRequest ¶
func (o *EnumerateVSphereRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnumerateVSphereRegionsReader ¶
type EnumerateVSphereRegionsReader struct {
// contains filtered or unexported fields
}
EnumerateVSphereRegionsReader is a Reader for the EnumerateVSphereRegions structure.
func (*EnumerateVSphereRegionsReader) ReadResponse ¶
func (o *EnumerateVSphereRegionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAwsCloudAccountForbidden ¶
type GetAwsCloudAccountForbidden struct { }
GetAwsCloudAccountForbidden handles this case with default header values.
Forbidden
func NewGetAwsCloudAccountForbidden ¶
func NewGetAwsCloudAccountForbidden() *GetAwsCloudAccountForbidden
NewGetAwsCloudAccountForbidden creates a GetAwsCloudAccountForbidden with default headers values
func (*GetAwsCloudAccountForbidden) Error ¶
func (o *GetAwsCloudAccountForbidden) Error() string
type GetAwsCloudAccountNotFound ¶
type GetAwsCloudAccountNotFound struct { }
GetAwsCloudAccountNotFound handles this case with default header values.
Not Found
func NewGetAwsCloudAccountNotFound ¶
func NewGetAwsCloudAccountNotFound() *GetAwsCloudAccountNotFound
NewGetAwsCloudAccountNotFound creates a GetAwsCloudAccountNotFound with default headers values
func (*GetAwsCloudAccountNotFound) Error ¶
func (o *GetAwsCloudAccountNotFound) Error() string
type GetAwsCloudAccountOK ¶
type GetAwsCloudAccountOK struct {
Payload *models.CloudAccountAws
}
GetAwsCloudAccountOK handles this case with default header values.
successful operation
func NewGetAwsCloudAccountOK ¶
func NewGetAwsCloudAccountOK() *GetAwsCloudAccountOK
NewGetAwsCloudAccountOK creates a GetAwsCloudAccountOK with default headers values
func (*GetAwsCloudAccountOK) Error ¶
func (o *GetAwsCloudAccountOK) Error() string
func (*GetAwsCloudAccountOK) GetPayload ¶
func (o *GetAwsCloudAccountOK) GetPayload() *models.CloudAccountAws
type GetAwsCloudAccountParams ¶
type GetAwsCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAwsCloudAccountParams contains all the parameters to send to the API endpoint for the get aws cloud account operation typically these are written to a http.Request
func NewGetAwsCloudAccountParams ¶
func NewGetAwsCloudAccountParams() *GetAwsCloudAccountParams
NewGetAwsCloudAccountParams creates a new GetAwsCloudAccountParams object with the default values initialized.
func NewGetAwsCloudAccountParamsWithContext ¶
func NewGetAwsCloudAccountParamsWithContext(ctx context.Context) *GetAwsCloudAccountParams
NewGetAwsCloudAccountParamsWithContext creates a new GetAwsCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewGetAwsCloudAccountParamsWithHTTPClient ¶
func NewGetAwsCloudAccountParamsWithHTTPClient(client *http.Client) *GetAwsCloudAccountParams
NewGetAwsCloudAccountParamsWithHTTPClient creates a new GetAwsCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAwsCloudAccountParamsWithTimeout ¶
func NewGetAwsCloudAccountParamsWithTimeout(timeout time.Duration) *GetAwsCloudAccountParams
NewGetAwsCloudAccountParamsWithTimeout creates a new GetAwsCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAwsCloudAccountParams) SetAPIVersion ¶
func (o *GetAwsCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get aws cloud account params
func (*GetAwsCloudAccountParams) SetContext ¶
func (o *GetAwsCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get aws cloud account params
func (*GetAwsCloudAccountParams) SetHTTPClient ¶
func (o *GetAwsCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get aws cloud account params
func (*GetAwsCloudAccountParams) SetID ¶
func (o *GetAwsCloudAccountParams) SetID(id string)
SetID adds the id to the get aws cloud account params
func (*GetAwsCloudAccountParams) SetTimeout ¶
func (o *GetAwsCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get aws cloud account params
func (*GetAwsCloudAccountParams) WithAPIVersion ¶
func (o *GetAwsCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetAwsCloudAccountParams
WithAPIVersion adds the aPIVersion to the get aws cloud account params
func (*GetAwsCloudAccountParams) WithContext ¶
func (o *GetAwsCloudAccountParams) WithContext(ctx context.Context) *GetAwsCloudAccountParams
WithContext adds the context to the get aws cloud account params
func (*GetAwsCloudAccountParams) WithHTTPClient ¶
func (o *GetAwsCloudAccountParams) WithHTTPClient(client *http.Client) *GetAwsCloudAccountParams
WithHTTPClient adds the HTTPClient to the get aws cloud account params
func (*GetAwsCloudAccountParams) WithID ¶
func (o *GetAwsCloudAccountParams) WithID(id string) *GetAwsCloudAccountParams
WithID adds the id to the get aws cloud account params
func (*GetAwsCloudAccountParams) WithTimeout ¶
func (o *GetAwsCloudAccountParams) WithTimeout(timeout time.Duration) *GetAwsCloudAccountParams
WithTimeout adds the timeout to the get aws cloud account params
func (*GetAwsCloudAccountParams) WriteToRequest ¶
func (o *GetAwsCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAwsCloudAccountReader ¶
type GetAwsCloudAccountReader struct {
// contains filtered or unexported fields
}
GetAwsCloudAccountReader is a Reader for the GetAwsCloudAccount structure.
func (*GetAwsCloudAccountReader) ReadResponse ¶
func (o *GetAwsCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAwsCloudAccountsForbidden ¶
type GetAwsCloudAccountsForbidden struct { }
GetAwsCloudAccountsForbidden handles this case with default header values.
Forbidden
func NewGetAwsCloudAccountsForbidden ¶
func NewGetAwsCloudAccountsForbidden() *GetAwsCloudAccountsForbidden
NewGetAwsCloudAccountsForbidden creates a GetAwsCloudAccountsForbidden with default headers values
func (*GetAwsCloudAccountsForbidden) Error ¶
func (o *GetAwsCloudAccountsForbidden) Error() string
type GetAwsCloudAccountsOK ¶
type GetAwsCloudAccountsOK struct {
Payload *models.CloudAccountAwsResult
}
GetAwsCloudAccountsOK handles this case with default header values.
successful operation
func NewGetAwsCloudAccountsOK ¶
func NewGetAwsCloudAccountsOK() *GetAwsCloudAccountsOK
NewGetAwsCloudAccountsOK creates a GetAwsCloudAccountsOK with default headers values
func (*GetAwsCloudAccountsOK) Error ¶
func (o *GetAwsCloudAccountsOK) Error() string
func (*GetAwsCloudAccountsOK) GetPayload ¶
func (o *GetAwsCloudAccountsOK) GetPayload() *models.CloudAccountAwsResult
type GetAwsCloudAccountsParams ¶
type GetAwsCloudAccountsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAwsCloudAccountsParams contains all the parameters to send to the API endpoint for the get aws cloud accounts operation typically these are written to a http.Request
func NewGetAwsCloudAccountsParams ¶
func NewGetAwsCloudAccountsParams() *GetAwsCloudAccountsParams
NewGetAwsCloudAccountsParams creates a new GetAwsCloudAccountsParams object with the default values initialized.
func NewGetAwsCloudAccountsParamsWithContext ¶
func NewGetAwsCloudAccountsParamsWithContext(ctx context.Context) *GetAwsCloudAccountsParams
NewGetAwsCloudAccountsParamsWithContext creates a new GetAwsCloudAccountsParams object with the default values initialized, and the ability to set a context for a request
func NewGetAwsCloudAccountsParamsWithHTTPClient ¶
func NewGetAwsCloudAccountsParamsWithHTTPClient(client *http.Client) *GetAwsCloudAccountsParams
NewGetAwsCloudAccountsParamsWithHTTPClient creates a new GetAwsCloudAccountsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAwsCloudAccountsParamsWithTimeout ¶
func NewGetAwsCloudAccountsParamsWithTimeout(timeout time.Duration) *GetAwsCloudAccountsParams
NewGetAwsCloudAccountsParamsWithTimeout creates a new GetAwsCloudAccountsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAwsCloudAccountsParams) SetAPIVersion ¶
func (o *GetAwsCloudAccountsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get aws cloud accounts params
func (*GetAwsCloudAccountsParams) SetContext ¶
func (o *GetAwsCloudAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get aws cloud accounts params
func (*GetAwsCloudAccountsParams) SetHTTPClient ¶
func (o *GetAwsCloudAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get aws cloud accounts params
func (*GetAwsCloudAccountsParams) SetTimeout ¶
func (o *GetAwsCloudAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get aws cloud accounts params
func (*GetAwsCloudAccountsParams) WithAPIVersion ¶
func (o *GetAwsCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetAwsCloudAccountsParams
WithAPIVersion adds the aPIVersion to the get aws cloud accounts params
func (*GetAwsCloudAccountsParams) WithContext ¶
func (o *GetAwsCloudAccountsParams) WithContext(ctx context.Context) *GetAwsCloudAccountsParams
WithContext adds the context to the get aws cloud accounts params
func (*GetAwsCloudAccountsParams) WithHTTPClient ¶
func (o *GetAwsCloudAccountsParams) WithHTTPClient(client *http.Client) *GetAwsCloudAccountsParams
WithHTTPClient adds the HTTPClient to the get aws cloud accounts params
func (*GetAwsCloudAccountsParams) WithTimeout ¶
func (o *GetAwsCloudAccountsParams) WithTimeout(timeout time.Duration) *GetAwsCloudAccountsParams
WithTimeout adds the timeout to the get aws cloud accounts params
func (*GetAwsCloudAccountsParams) WriteToRequest ¶
func (o *GetAwsCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAwsCloudAccountsReader ¶
type GetAwsCloudAccountsReader struct {
// contains filtered or unexported fields
}
GetAwsCloudAccountsReader is a Reader for the GetAwsCloudAccounts structure.
func (*GetAwsCloudAccountsReader) ReadResponse ¶
func (o *GetAwsCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAzureCloudAccountForbidden ¶
type GetAzureCloudAccountForbidden struct { }
GetAzureCloudAccountForbidden handles this case with default header values.
Forbidden
func NewGetAzureCloudAccountForbidden ¶
func NewGetAzureCloudAccountForbidden() *GetAzureCloudAccountForbidden
NewGetAzureCloudAccountForbidden creates a GetAzureCloudAccountForbidden with default headers values
func (*GetAzureCloudAccountForbidden) Error ¶
func (o *GetAzureCloudAccountForbidden) Error() string
type GetAzureCloudAccountNotFound ¶
type GetAzureCloudAccountNotFound struct { }
GetAzureCloudAccountNotFound handles this case with default header values.
Not Found
func NewGetAzureCloudAccountNotFound ¶
func NewGetAzureCloudAccountNotFound() *GetAzureCloudAccountNotFound
NewGetAzureCloudAccountNotFound creates a GetAzureCloudAccountNotFound with default headers values
func (*GetAzureCloudAccountNotFound) Error ¶
func (o *GetAzureCloudAccountNotFound) Error() string
type GetAzureCloudAccountOK ¶
type GetAzureCloudAccountOK struct {
Payload *models.CloudAccountAzure
}
GetAzureCloudAccountOK handles this case with default header values.
successful operation
func NewGetAzureCloudAccountOK ¶
func NewGetAzureCloudAccountOK() *GetAzureCloudAccountOK
NewGetAzureCloudAccountOK creates a GetAzureCloudAccountOK with default headers values
func (*GetAzureCloudAccountOK) Error ¶
func (o *GetAzureCloudAccountOK) Error() string
func (*GetAzureCloudAccountOK) GetPayload ¶
func (o *GetAzureCloudAccountOK) GetPayload() *models.CloudAccountAzure
type GetAzureCloudAccountParams ¶
type GetAzureCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAzureCloudAccountParams contains all the parameters to send to the API endpoint for the get azure cloud account operation typically these are written to a http.Request
func NewGetAzureCloudAccountParams ¶
func NewGetAzureCloudAccountParams() *GetAzureCloudAccountParams
NewGetAzureCloudAccountParams creates a new GetAzureCloudAccountParams object with the default values initialized.
func NewGetAzureCloudAccountParamsWithContext ¶
func NewGetAzureCloudAccountParamsWithContext(ctx context.Context) *GetAzureCloudAccountParams
NewGetAzureCloudAccountParamsWithContext creates a new GetAzureCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewGetAzureCloudAccountParamsWithHTTPClient ¶
func NewGetAzureCloudAccountParamsWithHTTPClient(client *http.Client) *GetAzureCloudAccountParams
NewGetAzureCloudAccountParamsWithHTTPClient creates a new GetAzureCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAzureCloudAccountParamsWithTimeout ¶
func NewGetAzureCloudAccountParamsWithTimeout(timeout time.Duration) *GetAzureCloudAccountParams
NewGetAzureCloudAccountParamsWithTimeout creates a new GetAzureCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAzureCloudAccountParams) SetAPIVersion ¶
func (o *GetAzureCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get azure cloud account params
func (*GetAzureCloudAccountParams) SetContext ¶
func (o *GetAzureCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get azure cloud account params
func (*GetAzureCloudAccountParams) SetHTTPClient ¶
func (o *GetAzureCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get azure cloud account params
func (*GetAzureCloudAccountParams) SetID ¶
func (o *GetAzureCloudAccountParams) SetID(id string)
SetID adds the id to the get azure cloud account params
func (*GetAzureCloudAccountParams) SetTimeout ¶
func (o *GetAzureCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get azure cloud account params
func (*GetAzureCloudAccountParams) WithAPIVersion ¶
func (o *GetAzureCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetAzureCloudAccountParams
WithAPIVersion adds the aPIVersion to the get azure cloud account params
func (*GetAzureCloudAccountParams) WithContext ¶
func (o *GetAzureCloudAccountParams) WithContext(ctx context.Context) *GetAzureCloudAccountParams
WithContext adds the context to the get azure cloud account params
func (*GetAzureCloudAccountParams) WithHTTPClient ¶
func (o *GetAzureCloudAccountParams) WithHTTPClient(client *http.Client) *GetAzureCloudAccountParams
WithHTTPClient adds the HTTPClient to the get azure cloud account params
func (*GetAzureCloudAccountParams) WithID ¶
func (o *GetAzureCloudAccountParams) WithID(id string) *GetAzureCloudAccountParams
WithID adds the id to the get azure cloud account params
func (*GetAzureCloudAccountParams) WithTimeout ¶
func (o *GetAzureCloudAccountParams) WithTimeout(timeout time.Duration) *GetAzureCloudAccountParams
WithTimeout adds the timeout to the get azure cloud account params
func (*GetAzureCloudAccountParams) WriteToRequest ¶
func (o *GetAzureCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAzureCloudAccountReader ¶
type GetAzureCloudAccountReader struct {
// contains filtered or unexported fields
}
GetAzureCloudAccountReader is a Reader for the GetAzureCloudAccount structure.
func (*GetAzureCloudAccountReader) ReadResponse ¶
func (o *GetAzureCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAzureCloudAccountsForbidden ¶
type GetAzureCloudAccountsForbidden struct { }
GetAzureCloudAccountsForbidden handles this case with default header values.
Forbidden
func NewGetAzureCloudAccountsForbidden ¶
func NewGetAzureCloudAccountsForbidden() *GetAzureCloudAccountsForbidden
NewGetAzureCloudAccountsForbidden creates a GetAzureCloudAccountsForbidden with default headers values
func (*GetAzureCloudAccountsForbidden) Error ¶
func (o *GetAzureCloudAccountsForbidden) Error() string
type GetAzureCloudAccountsOK ¶
type GetAzureCloudAccountsOK struct {
Payload *models.CloudAccountAzureResult
}
GetAzureCloudAccountsOK handles this case with default header values.
successful operation
func NewGetAzureCloudAccountsOK ¶
func NewGetAzureCloudAccountsOK() *GetAzureCloudAccountsOK
NewGetAzureCloudAccountsOK creates a GetAzureCloudAccountsOK with default headers values
func (*GetAzureCloudAccountsOK) Error ¶
func (o *GetAzureCloudAccountsOK) Error() string
func (*GetAzureCloudAccountsOK) GetPayload ¶
func (o *GetAzureCloudAccountsOK) GetPayload() *models.CloudAccountAzureResult
type GetAzureCloudAccountsParams ¶
type GetAzureCloudAccountsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAzureCloudAccountsParams contains all the parameters to send to the API endpoint for the get azure cloud accounts operation typically these are written to a http.Request
func NewGetAzureCloudAccountsParams ¶
func NewGetAzureCloudAccountsParams() *GetAzureCloudAccountsParams
NewGetAzureCloudAccountsParams creates a new GetAzureCloudAccountsParams object with the default values initialized.
func NewGetAzureCloudAccountsParamsWithContext ¶
func NewGetAzureCloudAccountsParamsWithContext(ctx context.Context) *GetAzureCloudAccountsParams
NewGetAzureCloudAccountsParamsWithContext creates a new GetAzureCloudAccountsParams object with the default values initialized, and the ability to set a context for a request
func NewGetAzureCloudAccountsParamsWithHTTPClient ¶
func NewGetAzureCloudAccountsParamsWithHTTPClient(client *http.Client) *GetAzureCloudAccountsParams
NewGetAzureCloudAccountsParamsWithHTTPClient creates a new GetAzureCloudAccountsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAzureCloudAccountsParamsWithTimeout ¶
func NewGetAzureCloudAccountsParamsWithTimeout(timeout time.Duration) *GetAzureCloudAccountsParams
NewGetAzureCloudAccountsParamsWithTimeout creates a new GetAzureCloudAccountsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAzureCloudAccountsParams) SetAPIVersion ¶
func (o *GetAzureCloudAccountsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get azure cloud accounts params
func (*GetAzureCloudAccountsParams) SetContext ¶
func (o *GetAzureCloudAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get azure cloud accounts params
func (*GetAzureCloudAccountsParams) SetHTTPClient ¶
func (o *GetAzureCloudAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get azure cloud accounts params
func (*GetAzureCloudAccountsParams) SetTimeout ¶
func (o *GetAzureCloudAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get azure cloud accounts params
func (*GetAzureCloudAccountsParams) WithAPIVersion ¶
func (o *GetAzureCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetAzureCloudAccountsParams
WithAPIVersion adds the aPIVersion to the get azure cloud accounts params
func (*GetAzureCloudAccountsParams) WithContext ¶
func (o *GetAzureCloudAccountsParams) WithContext(ctx context.Context) *GetAzureCloudAccountsParams
WithContext adds the context to the get azure cloud accounts params
func (*GetAzureCloudAccountsParams) WithHTTPClient ¶
func (o *GetAzureCloudAccountsParams) WithHTTPClient(client *http.Client) *GetAzureCloudAccountsParams
WithHTTPClient adds the HTTPClient to the get azure cloud accounts params
func (*GetAzureCloudAccountsParams) WithTimeout ¶
func (o *GetAzureCloudAccountsParams) WithTimeout(timeout time.Duration) *GetAzureCloudAccountsParams
WithTimeout adds the timeout to the get azure cloud accounts params
func (*GetAzureCloudAccountsParams) WriteToRequest ¶
func (o *GetAzureCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAzureCloudAccountsReader ¶
type GetAzureCloudAccountsReader struct {
// contains filtered or unexported fields
}
GetAzureCloudAccountsReader is a Reader for the GetAzureCloudAccounts structure.
func (*GetAzureCloudAccountsReader) ReadResponse ¶
func (o *GetAzureCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCloudAccountForbidden ¶
type GetCloudAccountForbidden struct { }
GetCloudAccountForbidden handles this case with default header values.
Forbidden
func NewGetCloudAccountForbidden ¶
func NewGetCloudAccountForbidden() *GetCloudAccountForbidden
NewGetCloudAccountForbidden creates a GetCloudAccountForbidden with default headers values
func (*GetCloudAccountForbidden) Error ¶
func (o *GetCloudAccountForbidden) Error() string
type GetCloudAccountNotFound ¶
type GetCloudAccountNotFound struct { }
GetCloudAccountNotFound handles this case with default header values.
Not Found
func NewGetCloudAccountNotFound ¶
func NewGetCloudAccountNotFound() *GetCloudAccountNotFound
NewGetCloudAccountNotFound creates a GetCloudAccountNotFound with default headers values
func (*GetCloudAccountNotFound) Error ¶
func (o *GetCloudAccountNotFound) Error() string
type GetCloudAccountOK ¶
type GetCloudAccountOK struct {
Payload *models.CloudAccount
}
GetCloudAccountOK handles this case with default header values.
successful operation
func NewGetCloudAccountOK ¶
func NewGetCloudAccountOK() *GetCloudAccountOK
NewGetCloudAccountOK creates a GetCloudAccountOK with default headers values
func (*GetCloudAccountOK) Error ¶
func (o *GetCloudAccountOK) Error() string
func (*GetCloudAccountOK) GetPayload ¶
func (o *GetCloudAccountOK) GetPayload() *models.CloudAccount
type GetCloudAccountParams ¶
type GetCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCloudAccountParams contains all the parameters to send to the API endpoint for the get cloud account operation typically these are written to a http.Request
func NewGetCloudAccountParams ¶
func NewGetCloudAccountParams() *GetCloudAccountParams
NewGetCloudAccountParams creates a new GetCloudAccountParams object with the default values initialized.
func NewGetCloudAccountParamsWithContext ¶
func NewGetCloudAccountParamsWithContext(ctx context.Context) *GetCloudAccountParams
NewGetCloudAccountParamsWithContext creates a new GetCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewGetCloudAccountParamsWithHTTPClient ¶
func NewGetCloudAccountParamsWithHTTPClient(client *http.Client) *GetCloudAccountParams
NewGetCloudAccountParamsWithHTTPClient creates a new GetCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCloudAccountParamsWithTimeout ¶
func NewGetCloudAccountParamsWithTimeout(timeout time.Duration) *GetCloudAccountParams
NewGetCloudAccountParamsWithTimeout creates a new GetCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCloudAccountParams) SetAPIVersion ¶
func (o *GetCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get cloud account params
func (*GetCloudAccountParams) SetContext ¶
func (o *GetCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get cloud account params
func (*GetCloudAccountParams) SetHTTPClient ¶
func (o *GetCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cloud account params
func (*GetCloudAccountParams) SetID ¶
func (o *GetCloudAccountParams) SetID(id string)
SetID adds the id to the get cloud account params
func (*GetCloudAccountParams) SetTimeout ¶
func (o *GetCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cloud account params
func (*GetCloudAccountParams) WithAPIVersion ¶
func (o *GetCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetCloudAccountParams
WithAPIVersion adds the aPIVersion to the get cloud account params
func (*GetCloudAccountParams) WithContext ¶
func (o *GetCloudAccountParams) WithContext(ctx context.Context) *GetCloudAccountParams
WithContext adds the context to the get cloud account params
func (*GetCloudAccountParams) WithHTTPClient ¶
func (o *GetCloudAccountParams) WithHTTPClient(client *http.Client) *GetCloudAccountParams
WithHTTPClient adds the HTTPClient to the get cloud account params
func (*GetCloudAccountParams) WithID ¶
func (o *GetCloudAccountParams) WithID(id string) *GetCloudAccountParams
WithID adds the id to the get cloud account params
func (*GetCloudAccountParams) WithTimeout ¶
func (o *GetCloudAccountParams) WithTimeout(timeout time.Duration) *GetCloudAccountParams
WithTimeout adds the timeout to the get cloud account params
func (*GetCloudAccountParams) WriteToRequest ¶
func (o *GetCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCloudAccountReader ¶
type GetCloudAccountReader struct {
// contains filtered or unexported fields
}
GetCloudAccountReader is a Reader for the GetCloudAccount structure.
func (*GetCloudAccountReader) ReadResponse ¶
func (o *GetCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCloudAccountsForbidden ¶
type GetCloudAccountsForbidden struct { }
GetCloudAccountsForbidden handles this case with default header values.
Forbidden
func NewGetCloudAccountsForbidden ¶
func NewGetCloudAccountsForbidden() *GetCloudAccountsForbidden
NewGetCloudAccountsForbidden creates a GetCloudAccountsForbidden with default headers values
func (*GetCloudAccountsForbidden) Error ¶
func (o *GetCloudAccountsForbidden) Error() string
type GetCloudAccountsOK ¶
type GetCloudAccountsOK struct {
Payload *models.CloudAccountResult
}
GetCloudAccountsOK handles this case with default header values.
successful operation
func NewGetCloudAccountsOK ¶
func NewGetCloudAccountsOK() *GetCloudAccountsOK
NewGetCloudAccountsOK creates a GetCloudAccountsOK with default headers values
func (*GetCloudAccountsOK) Error ¶
func (o *GetCloudAccountsOK) Error() string
func (*GetCloudAccountsOK) GetPayload ¶
func (o *GetCloudAccountsOK) GetPayload() *models.CloudAccountResult
type GetCloudAccountsParams ¶
type GetCloudAccountsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCloudAccountsParams contains all the parameters to send to the API endpoint for the get cloud accounts operation typically these are written to a http.Request
func NewGetCloudAccountsParams ¶
func NewGetCloudAccountsParams() *GetCloudAccountsParams
NewGetCloudAccountsParams creates a new GetCloudAccountsParams object with the default values initialized.
func NewGetCloudAccountsParamsWithContext ¶
func NewGetCloudAccountsParamsWithContext(ctx context.Context) *GetCloudAccountsParams
NewGetCloudAccountsParamsWithContext creates a new GetCloudAccountsParams object with the default values initialized, and the ability to set a context for a request
func NewGetCloudAccountsParamsWithHTTPClient ¶
func NewGetCloudAccountsParamsWithHTTPClient(client *http.Client) *GetCloudAccountsParams
NewGetCloudAccountsParamsWithHTTPClient creates a new GetCloudAccountsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCloudAccountsParamsWithTimeout ¶
func NewGetCloudAccountsParamsWithTimeout(timeout time.Duration) *GetCloudAccountsParams
NewGetCloudAccountsParamsWithTimeout creates a new GetCloudAccountsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCloudAccountsParams) SetAPIVersion ¶
func (o *GetCloudAccountsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get cloud accounts params
func (*GetCloudAccountsParams) SetContext ¶
func (o *GetCloudAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get cloud accounts params
func (*GetCloudAccountsParams) SetHTTPClient ¶
func (o *GetCloudAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cloud accounts params
func (*GetCloudAccountsParams) SetTimeout ¶
func (o *GetCloudAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cloud accounts params
func (*GetCloudAccountsParams) WithAPIVersion ¶
func (o *GetCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetCloudAccountsParams
WithAPIVersion adds the aPIVersion to the get cloud accounts params
func (*GetCloudAccountsParams) WithContext ¶
func (o *GetCloudAccountsParams) WithContext(ctx context.Context) *GetCloudAccountsParams
WithContext adds the context to the get cloud accounts params
func (*GetCloudAccountsParams) WithHTTPClient ¶
func (o *GetCloudAccountsParams) WithHTTPClient(client *http.Client) *GetCloudAccountsParams
WithHTTPClient adds the HTTPClient to the get cloud accounts params
func (*GetCloudAccountsParams) WithTimeout ¶
func (o *GetCloudAccountsParams) WithTimeout(timeout time.Duration) *GetCloudAccountsParams
WithTimeout adds the timeout to the get cloud accounts params
func (*GetCloudAccountsParams) WriteToRequest ¶
func (o *GetCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCloudAccountsReader ¶
type GetCloudAccountsReader struct {
// contains filtered or unexported fields
}
GetCloudAccountsReader is a Reader for the GetCloudAccounts structure.
func (*GetCloudAccountsReader) ReadResponse ¶
func (o *GetCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGcpCloudAccountForbidden ¶
type GetGcpCloudAccountForbidden struct { }
GetGcpCloudAccountForbidden handles this case with default header values.
Forbidden
func NewGetGcpCloudAccountForbidden ¶
func NewGetGcpCloudAccountForbidden() *GetGcpCloudAccountForbidden
NewGetGcpCloudAccountForbidden creates a GetGcpCloudAccountForbidden with default headers values
func (*GetGcpCloudAccountForbidden) Error ¶
func (o *GetGcpCloudAccountForbidden) Error() string
type GetGcpCloudAccountNotFound ¶
type GetGcpCloudAccountNotFound struct { }
GetGcpCloudAccountNotFound handles this case with default header values.
Not Found
func NewGetGcpCloudAccountNotFound ¶
func NewGetGcpCloudAccountNotFound() *GetGcpCloudAccountNotFound
NewGetGcpCloudAccountNotFound creates a GetGcpCloudAccountNotFound with default headers values
func (*GetGcpCloudAccountNotFound) Error ¶
func (o *GetGcpCloudAccountNotFound) Error() string
type GetGcpCloudAccountOK ¶
type GetGcpCloudAccountOK struct {
Payload *models.CloudAccountGcp
}
GetGcpCloudAccountOK handles this case with default header values.
successful operation
func NewGetGcpCloudAccountOK ¶
func NewGetGcpCloudAccountOK() *GetGcpCloudAccountOK
NewGetGcpCloudAccountOK creates a GetGcpCloudAccountOK with default headers values
func (*GetGcpCloudAccountOK) Error ¶
func (o *GetGcpCloudAccountOK) Error() string
func (*GetGcpCloudAccountOK) GetPayload ¶
func (o *GetGcpCloudAccountOK) GetPayload() *models.CloudAccountGcp
type GetGcpCloudAccountParams ¶
type GetGcpCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetGcpCloudAccountParams contains all the parameters to send to the API endpoint for the get gcp cloud account operation typically these are written to a http.Request
func NewGetGcpCloudAccountParams ¶
func NewGetGcpCloudAccountParams() *GetGcpCloudAccountParams
NewGetGcpCloudAccountParams creates a new GetGcpCloudAccountParams object with the default values initialized.
func NewGetGcpCloudAccountParamsWithContext ¶
func NewGetGcpCloudAccountParamsWithContext(ctx context.Context) *GetGcpCloudAccountParams
NewGetGcpCloudAccountParamsWithContext creates a new GetGcpCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewGetGcpCloudAccountParamsWithHTTPClient ¶
func NewGetGcpCloudAccountParamsWithHTTPClient(client *http.Client) *GetGcpCloudAccountParams
NewGetGcpCloudAccountParamsWithHTTPClient creates a new GetGcpCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetGcpCloudAccountParamsWithTimeout ¶
func NewGetGcpCloudAccountParamsWithTimeout(timeout time.Duration) *GetGcpCloudAccountParams
NewGetGcpCloudAccountParamsWithTimeout creates a new GetGcpCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetGcpCloudAccountParams) SetAPIVersion ¶
func (o *GetGcpCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get gcp cloud account params
func (*GetGcpCloudAccountParams) SetContext ¶
func (o *GetGcpCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get gcp cloud account params
func (*GetGcpCloudAccountParams) SetHTTPClient ¶
func (o *GetGcpCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get gcp cloud account params
func (*GetGcpCloudAccountParams) SetID ¶
func (o *GetGcpCloudAccountParams) SetID(id string)
SetID adds the id to the get gcp cloud account params
func (*GetGcpCloudAccountParams) SetTimeout ¶
func (o *GetGcpCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get gcp cloud account params
func (*GetGcpCloudAccountParams) WithAPIVersion ¶
func (o *GetGcpCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetGcpCloudAccountParams
WithAPIVersion adds the aPIVersion to the get gcp cloud account params
func (*GetGcpCloudAccountParams) WithContext ¶
func (o *GetGcpCloudAccountParams) WithContext(ctx context.Context) *GetGcpCloudAccountParams
WithContext adds the context to the get gcp cloud account params
func (*GetGcpCloudAccountParams) WithHTTPClient ¶
func (o *GetGcpCloudAccountParams) WithHTTPClient(client *http.Client) *GetGcpCloudAccountParams
WithHTTPClient adds the HTTPClient to the get gcp cloud account params
func (*GetGcpCloudAccountParams) WithID ¶
func (o *GetGcpCloudAccountParams) WithID(id string) *GetGcpCloudAccountParams
WithID adds the id to the get gcp cloud account params
func (*GetGcpCloudAccountParams) WithTimeout ¶
func (o *GetGcpCloudAccountParams) WithTimeout(timeout time.Duration) *GetGcpCloudAccountParams
WithTimeout adds the timeout to the get gcp cloud account params
func (*GetGcpCloudAccountParams) WriteToRequest ¶
func (o *GetGcpCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGcpCloudAccountReader ¶
type GetGcpCloudAccountReader struct {
// contains filtered or unexported fields
}
GetGcpCloudAccountReader is a Reader for the GetGcpCloudAccount structure.
func (*GetGcpCloudAccountReader) ReadResponse ¶
func (o *GetGcpCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGcpCloudAccountsForbidden ¶
type GetGcpCloudAccountsForbidden struct { }
GetGcpCloudAccountsForbidden handles this case with default header values.
Forbidden
func NewGetGcpCloudAccountsForbidden ¶
func NewGetGcpCloudAccountsForbidden() *GetGcpCloudAccountsForbidden
NewGetGcpCloudAccountsForbidden creates a GetGcpCloudAccountsForbidden with default headers values
func (*GetGcpCloudAccountsForbidden) Error ¶
func (o *GetGcpCloudAccountsForbidden) Error() string
type GetGcpCloudAccountsOK ¶
type GetGcpCloudAccountsOK struct {
Payload *models.CloudAccountGcpResult
}
GetGcpCloudAccountsOK handles this case with default header values.
successful operation
func NewGetGcpCloudAccountsOK ¶
func NewGetGcpCloudAccountsOK() *GetGcpCloudAccountsOK
NewGetGcpCloudAccountsOK creates a GetGcpCloudAccountsOK with default headers values
func (*GetGcpCloudAccountsOK) Error ¶
func (o *GetGcpCloudAccountsOK) Error() string
func (*GetGcpCloudAccountsOK) GetPayload ¶
func (o *GetGcpCloudAccountsOK) GetPayload() *models.CloudAccountGcpResult
type GetGcpCloudAccountsParams ¶
type GetGcpCloudAccountsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetGcpCloudAccountsParams contains all the parameters to send to the API endpoint for the get gcp cloud accounts operation typically these are written to a http.Request
func NewGetGcpCloudAccountsParams ¶
func NewGetGcpCloudAccountsParams() *GetGcpCloudAccountsParams
NewGetGcpCloudAccountsParams creates a new GetGcpCloudAccountsParams object with the default values initialized.
func NewGetGcpCloudAccountsParamsWithContext ¶
func NewGetGcpCloudAccountsParamsWithContext(ctx context.Context) *GetGcpCloudAccountsParams
NewGetGcpCloudAccountsParamsWithContext creates a new GetGcpCloudAccountsParams object with the default values initialized, and the ability to set a context for a request
func NewGetGcpCloudAccountsParamsWithHTTPClient ¶
func NewGetGcpCloudAccountsParamsWithHTTPClient(client *http.Client) *GetGcpCloudAccountsParams
NewGetGcpCloudAccountsParamsWithHTTPClient creates a new GetGcpCloudAccountsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetGcpCloudAccountsParamsWithTimeout ¶
func NewGetGcpCloudAccountsParamsWithTimeout(timeout time.Duration) *GetGcpCloudAccountsParams
NewGetGcpCloudAccountsParamsWithTimeout creates a new GetGcpCloudAccountsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetGcpCloudAccountsParams) SetAPIVersion ¶
func (o *GetGcpCloudAccountsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get gcp cloud accounts params
func (*GetGcpCloudAccountsParams) SetContext ¶
func (o *GetGcpCloudAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get gcp cloud accounts params
func (*GetGcpCloudAccountsParams) SetHTTPClient ¶
func (o *GetGcpCloudAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get gcp cloud accounts params
func (*GetGcpCloudAccountsParams) SetTimeout ¶
func (o *GetGcpCloudAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get gcp cloud accounts params
func (*GetGcpCloudAccountsParams) WithAPIVersion ¶
func (o *GetGcpCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetGcpCloudAccountsParams
WithAPIVersion adds the aPIVersion to the get gcp cloud accounts params
func (*GetGcpCloudAccountsParams) WithContext ¶
func (o *GetGcpCloudAccountsParams) WithContext(ctx context.Context) *GetGcpCloudAccountsParams
WithContext adds the context to the get gcp cloud accounts params
func (*GetGcpCloudAccountsParams) WithHTTPClient ¶
func (o *GetGcpCloudAccountsParams) WithHTTPClient(client *http.Client) *GetGcpCloudAccountsParams
WithHTTPClient adds the HTTPClient to the get gcp cloud accounts params
func (*GetGcpCloudAccountsParams) WithTimeout ¶
func (o *GetGcpCloudAccountsParams) WithTimeout(timeout time.Duration) *GetGcpCloudAccountsParams
WithTimeout adds the timeout to the get gcp cloud accounts params
func (*GetGcpCloudAccountsParams) WriteToRequest ¶
func (o *GetGcpCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGcpCloudAccountsReader ¶
type GetGcpCloudAccountsReader struct {
// contains filtered or unexported fields
}
GetGcpCloudAccountsReader is a Reader for the GetGcpCloudAccounts structure.
func (*GetGcpCloudAccountsReader) ReadResponse ¶
func (o *GetGcpCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNsxTCloudAccountForbidden ¶
type GetNsxTCloudAccountForbidden struct { }
GetNsxTCloudAccountForbidden handles this case with default header values.
Forbidden
func NewGetNsxTCloudAccountForbidden ¶
func NewGetNsxTCloudAccountForbidden() *GetNsxTCloudAccountForbidden
NewGetNsxTCloudAccountForbidden creates a GetNsxTCloudAccountForbidden with default headers values
func (*GetNsxTCloudAccountForbidden) Error ¶
func (o *GetNsxTCloudAccountForbidden) Error() string
type GetNsxTCloudAccountNotFound ¶
type GetNsxTCloudAccountNotFound struct { }
GetNsxTCloudAccountNotFound handles this case with default header values.
Not Found
func NewGetNsxTCloudAccountNotFound ¶
func NewGetNsxTCloudAccountNotFound() *GetNsxTCloudAccountNotFound
NewGetNsxTCloudAccountNotFound creates a GetNsxTCloudAccountNotFound with default headers values
func (*GetNsxTCloudAccountNotFound) Error ¶
func (o *GetNsxTCloudAccountNotFound) Error() string
type GetNsxTCloudAccountOK ¶
type GetNsxTCloudAccountOK struct {
Payload *models.CloudAccountNsxT
}
GetNsxTCloudAccountOK handles this case with default header values.
successful operation
func NewGetNsxTCloudAccountOK ¶
func NewGetNsxTCloudAccountOK() *GetNsxTCloudAccountOK
NewGetNsxTCloudAccountOK creates a GetNsxTCloudAccountOK with default headers values
func (*GetNsxTCloudAccountOK) Error ¶
func (o *GetNsxTCloudAccountOK) Error() string
func (*GetNsxTCloudAccountOK) GetPayload ¶
func (o *GetNsxTCloudAccountOK) GetPayload() *models.CloudAccountNsxT
type GetNsxTCloudAccountParams ¶
type GetNsxTCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNsxTCloudAccountParams contains all the parameters to send to the API endpoint for the get nsx t cloud account operation typically these are written to a http.Request
func NewGetNsxTCloudAccountParams ¶
func NewGetNsxTCloudAccountParams() *GetNsxTCloudAccountParams
NewGetNsxTCloudAccountParams creates a new GetNsxTCloudAccountParams object with the default values initialized.
func NewGetNsxTCloudAccountParamsWithContext ¶
func NewGetNsxTCloudAccountParamsWithContext(ctx context.Context) *GetNsxTCloudAccountParams
NewGetNsxTCloudAccountParamsWithContext creates a new GetNsxTCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewGetNsxTCloudAccountParamsWithHTTPClient ¶
func NewGetNsxTCloudAccountParamsWithHTTPClient(client *http.Client) *GetNsxTCloudAccountParams
NewGetNsxTCloudAccountParamsWithHTTPClient creates a new GetNsxTCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetNsxTCloudAccountParamsWithTimeout ¶
func NewGetNsxTCloudAccountParamsWithTimeout(timeout time.Duration) *GetNsxTCloudAccountParams
NewGetNsxTCloudAccountParamsWithTimeout creates a new GetNsxTCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetNsxTCloudAccountParams) SetAPIVersion ¶
func (o *GetNsxTCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) SetContext ¶
func (o *GetNsxTCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) SetHTTPClient ¶
func (o *GetNsxTCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) SetID ¶
func (o *GetNsxTCloudAccountParams) SetID(id string)
SetID adds the id to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) SetTimeout ¶
func (o *GetNsxTCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) WithAPIVersion ¶
func (o *GetNsxTCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetNsxTCloudAccountParams
WithAPIVersion adds the aPIVersion to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) WithContext ¶
func (o *GetNsxTCloudAccountParams) WithContext(ctx context.Context) *GetNsxTCloudAccountParams
WithContext adds the context to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) WithHTTPClient ¶
func (o *GetNsxTCloudAccountParams) WithHTTPClient(client *http.Client) *GetNsxTCloudAccountParams
WithHTTPClient adds the HTTPClient to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) WithID ¶
func (o *GetNsxTCloudAccountParams) WithID(id string) *GetNsxTCloudAccountParams
WithID adds the id to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) WithTimeout ¶
func (o *GetNsxTCloudAccountParams) WithTimeout(timeout time.Duration) *GetNsxTCloudAccountParams
WithTimeout adds the timeout to the get nsx t cloud account params
func (*GetNsxTCloudAccountParams) WriteToRequest ¶
func (o *GetNsxTCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNsxTCloudAccountReader ¶
type GetNsxTCloudAccountReader struct {
// contains filtered or unexported fields
}
GetNsxTCloudAccountReader is a Reader for the GetNsxTCloudAccount structure.
func (*GetNsxTCloudAccountReader) ReadResponse ¶
func (o *GetNsxTCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNsxTCloudAccountsForbidden ¶
type GetNsxTCloudAccountsForbidden struct { }
GetNsxTCloudAccountsForbidden handles this case with default header values.
Forbidden
func NewGetNsxTCloudAccountsForbidden ¶
func NewGetNsxTCloudAccountsForbidden() *GetNsxTCloudAccountsForbidden
NewGetNsxTCloudAccountsForbidden creates a GetNsxTCloudAccountsForbidden with default headers values
func (*GetNsxTCloudAccountsForbidden) Error ¶
func (o *GetNsxTCloudAccountsForbidden) Error() string
type GetNsxTCloudAccountsOK ¶
type GetNsxTCloudAccountsOK struct {
Payload *models.CloudAccountNsxTResult
}
GetNsxTCloudAccountsOK handles this case with default header values.
successful operation
func NewGetNsxTCloudAccountsOK ¶
func NewGetNsxTCloudAccountsOK() *GetNsxTCloudAccountsOK
NewGetNsxTCloudAccountsOK creates a GetNsxTCloudAccountsOK with default headers values
func (*GetNsxTCloudAccountsOK) Error ¶
func (o *GetNsxTCloudAccountsOK) Error() string
func (*GetNsxTCloudAccountsOK) GetPayload ¶
func (o *GetNsxTCloudAccountsOK) GetPayload() *models.CloudAccountNsxTResult
type GetNsxTCloudAccountsParams ¶
type GetNsxTCloudAccountsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNsxTCloudAccountsParams contains all the parameters to send to the API endpoint for the get nsx t cloud accounts operation typically these are written to a http.Request
func NewGetNsxTCloudAccountsParams ¶
func NewGetNsxTCloudAccountsParams() *GetNsxTCloudAccountsParams
NewGetNsxTCloudAccountsParams creates a new GetNsxTCloudAccountsParams object with the default values initialized.
func NewGetNsxTCloudAccountsParamsWithContext ¶
func NewGetNsxTCloudAccountsParamsWithContext(ctx context.Context) *GetNsxTCloudAccountsParams
NewGetNsxTCloudAccountsParamsWithContext creates a new GetNsxTCloudAccountsParams object with the default values initialized, and the ability to set a context for a request
func NewGetNsxTCloudAccountsParamsWithHTTPClient ¶
func NewGetNsxTCloudAccountsParamsWithHTTPClient(client *http.Client) *GetNsxTCloudAccountsParams
NewGetNsxTCloudAccountsParamsWithHTTPClient creates a new GetNsxTCloudAccountsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetNsxTCloudAccountsParamsWithTimeout ¶
func NewGetNsxTCloudAccountsParamsWithTimeout(timeout time.Duration) *GetNsxTCloudAccountsParams
NewGetNsxTCloudAccountsParamsWithTimeout creates a new GetNsxTCloudAccountsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetNsxTCloudAccountsParams) SetAPIVersion ¶
func (o *GetNsxTCloudAccountsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get nsx t cloud accounts params
func (*GetNsxTCloudAccountsParams) SetContext ¶
func (o *GetNsxTCloudAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get nsx t cloud accounts params
func (*GetNsxTCloudAccountsParams) SetHTTPClient ¶
func (o *GetNsxTCloudAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get nsx t cloud accounts params
func (*GetNsxTCloudAccountsParams) SetTimeout ¶
func (o *GetNsxTCloudAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get nsx t cloud accounts params
func (*GetNsxTCloudAccountsParams) WithAPIVersion ¶
func (o *GetNsxTCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetNsxTCloudAccountsParams
WithAPIVersion adds the aPIVersion to the get nsx t cloud accounts params
func (*GetNsxTCloudAccountsParams) WithContext ¶
func (o *GetNsxTCloudAccountsParams) WithContext(ctx context.Context) *GetNsxTCloudAccountsParams
WithContext adds the context to the get nsx t cloud accounts params
func (*GetNsxTCloudAccountsParams) WithHTTPClient ¶
func (o *GetNsxTCloudAccountsParams) WithHTTPClient(client *http.Client) *GetNsxTCloudAccountsParams
WithHTTPClient adds the HTTPClient to the get nsx t cloud accounts params
func (*GetNsxTCloudAccountsParams) WithTimeout ¶
func (o *GetNsxTCloudAccountsParams) WithTimeout(timeout time.Duration) *GetNsxTCloudAccountsParams
WithTimeout adds the timeout to the get nsx t cloud accounts params
func (*GetNsxTCloudAccountsParams) WriteToRequest ¶
func (o *GetNsxTCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNsxTCloudAccountsReader ¶
type GetNsxTCloudAccountsReader struct {
// contains filtered or unexported fields
}
GetNsxTCloudAccountsReader is a Reader for the GetNsxTCloudAccounts structure.
func (*GetNsxTCloudAccountsReader) ReadResponse ¶
func (o *GetNsxTCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNsxVCloudAccountForbidden ¶
type GetNsxVCloudAccountForbidden struct { }
GetNsxVCloudAccountForbidden handles this case with default header values.
Forbidden
func NewGetNsxVCloudAccountForbidden ¶
func NewGetNsxVCloudAccountForbidden() *GetNsxVCloudAccountForbidden
NewGetNsxVCloudAccountForbidden creates a GetNsxVCloudAccountForbidden with default headers values
func (*GetNsxVCloudAccountForbidden) Error ¶
func (o *GetNsxVCloudAccountForbidden) Error() string
type GetNsxVCloudAccountNotFound ¶
type GetNsxVCloudAccountNotFound struct { }
GetNsxVCloudAccountNotFound handles this case with default header values.
Not Found
func NewGetNsxVCloudAccountNotFound ¶
func NewGetNsxVCloudAccountNotFound() *GetNsxVCloudAccountNotFound
NewGetNsxVCloudAccountNotFound creates a GetNsxVCloudAccountNotFound with default headers values
func (*GetNsxVCloudAccountNotFound) Error ¶
func (o *GetNsxVCloudAccountNotFound) Error() string
type GetNsxVCloudAccountOK ¶
type GetNsxVCloudAccountOK struct {
Payload *models.CloudAccountNsxV
}
GetNsxVCloudAccountOK handles this case with default header values.
successful operation
func NewGetNsxVCloudAccountOK ¶
func NewGetNsxVCloudAccountOK() *GetNsxVCloudAccountOK
NewGetNsxVCloudAccountOK creates a GetNsxVCloudAccountOK with default headers values
func (*GetNsxVCloudAccountOK) Error ¶
func (o *GetNsxVCloudAccountOK) Error() string
func (*GetNsxVCloudAccountOK) GetPayload ¶
func (o *GetNsxVCloudAccountOK) GetPayload() *models.CloudAccountNsxV
type GetNsxVCloudAccountParams ¶
type GetNsxVCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNsxVCloudAccountParams contains all the parameters to send to the API endpoint for the get nsx v cloud account operation typically these are written to a http.Request
func NewGetNsxVCloudAccountParams ¶
func NewGetNsxVCloudAccountParams() *GetNsxVCloudAccountParams
NewGetNsxVCloudAccountParams creates a new GetNsxVCloudAccountParams object with the default values initialized.
func NewGetNsxVCloudAccountParamsWithContext ¶
func NewGetNsxVCloudAccountParamsWithContext(ctx context.Context) *GetNsxVCloudAccountParams
NewGetNsxVCloudAccountParamsWithContext creates a new GetNsxVCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewGetNsxVCloudAccountParamsWithHTTPClient ¶
func NewGetNsxVCloudAccountParamsWithHTTPClient(client *http.Client) *GetNsxVCloudAccountParams
NewGetNsxVCloudAccountParamsWithHTTPClient creates a new GetNsxVCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetNsxVCloudAccountParamsWithTimeout ¶
func NewGetNsxVCloudAccountParamsWithTimeout(timeout time.Duration) *GetNsxVCloudAccountParams
NewGetNsxVCloudAccountParamsWithTimeout creates a new GetNsxVCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetNsxVCloudAccountParams) SetAPIVersion ¶
func (o *GetNsxVCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) SetContext ¶
func (o *GetNsxVCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) SetHTTPClient ¶
func (o *GetNsxVCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) SetID ¶
func (o *GetNsxVCloudAccountParams) SetID(id string)
SetID adds the id to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) SetTimeout ¶
func (o *GetNsxVCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) WithAPIVersion ¶
func (o *GetNsxVCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetNsxVCloudAccountParams
WithAPIVersion adds the aPIVersion to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) WithContext ¶
func (o *GetNsxVCloudAccountParams) WithContext(ctx context.Context) *GetNsxVCloudAccountParams
WithContext adds the context to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) WithHTTPClient ¶
func (o *GetNsxVCloudAccountParams) WithHTTPClient(client *http.Client) *GetNsxVCloudAccountParams
WithHTTPClient adds the HTTPClient to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) WithID ¶
func (o *GetNsxVCloudAccountParams) WithID(id string) *GetNsxVCloudAccountParams
WithID adds the id to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) WithTimeout ¶
func (o *GetNsxVCloudAccountParams) WithTimeout(timeout time.Duration) *GetNsxVCloudAccountParams
WithTimeout adds the timeout to the get nsx v cloud account params
func (*GetNsxVCloudAccountParams) WriteToRequest ¶
func (o *GetNsxVCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNsxVCloudAccountReader ¶
type GetNsxVCloudAccountReader struct {
// contains filtered or unexported fields
}
GetNsxVCloudAccountReader is a Reader for the GetNsxVCloudAccount structure.
func (*GetNsxVCloudAccountReader) ReadResponse ¶
func (o *GetNsxVCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNsxVCloudAccountsForbidden ¶
type GetNsxVCloudAccountsForbidden struct { }
GetNsxVCloudAccountsForbidden handles this case with default header values.
Forbidden
func NewGetNsxVCloudAccountsForbidden ¶
func NewGetNsxVCloudAccountsForbidden() *GetNsxVCloudAccountsForbidden
NewGetNsxVCloudAccountsForbidden creates a GetNsxVCloudAccountsForbidden with default headers values
func (*GetNsxVCloudAccountsForbidden) Error ¶
func (o *GetNsxVCloudAccountsForbidden) Error() string
type GetNsxVCloudAccountsOK ¶
type GetNsxVCloudAccountsOK struct {
Payload *models.CloudAccountNsxVResult
}
GetNsxVCloudAccountsOK handles this case with default header values.
successful operation
func NewGetNsxVCloudAccountsOK ¶
func NewGetNsxVCloudAccountsOK() *GetNsxVCloudAccountsOK
NewGetNsxVCloudAccountsOK creates a GetNsxVCloudAccountsOK with default headers values
func (*GetNsxVCloudAccountsOK) Error ¶
func (o *GetNsxVCloudAccountsOK) Error() string
func (*GetNsxVCloudAccountsOK) GetPayload ¶
func (o *GetNsxVCloudAccountsOK) GetPayload() *models.CloudAccountNsxVResult
type GetNsxVCloudAccountsParams ¶
type GetNsxVCloudAccountsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNsxVCloudAccountsParams contains all the parameters to send to the API endpoint for the get nsx v cloud accounts operation typically these are written to a http.Request
func NewGetNsxVCloudAccountsParams ¶
func NewGetNsxVCloudAccountsParams() *GetNsxVCloudAccountsParams
NewGetNsxVCloudAccountsParams creates a new GetNsxVCloudAccountsParams object with the default values initialized.
func NewGetNsxVCloudAccountsParamsWithContext ¶
func NewGetNsxVCloudAccountsParamsWithContext(ctx context.Context) *GetNsxVCloudAccountsParams
NewGetNsxVCloudAccountsParamsWithContext creates a new GetNsxVCloudAccountsParams object with the default values initialized, and the ability to set a context for a request
func NewGetNsxVCloudAccountsParamsWithHTTPClient ¶
func NewGetNsxVCloudAccountsParamsWithHTTPClient(client *http.Client) *GetNsxVCloudAccountsParams
NewGetNsxVCloudAccountsParamsWithHTTPClient creates a new GetNsxVCloudAccountsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetNsxVCloudAccountsParamsWithTimeout ¶
func NewGetNsxVCloudAccountsParamsWithTimeout(timeout time.Duration) *GetNsxVCloudAccountsParams
NewGetNsxVCloudAccountsParamsWithTimeout creates a new GetNsxVCloudAccountsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetNsxVCloudAccountsParams) SetAPIVersion ¶
func (o *GetNsxVCloudAccountsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get nsx v cloud accounts params
func (*GetNsxVCloudAccountsParams) SetContext ¶
func (o *GetNsxVCloudAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get nsx v cloud accounts params
func (*GetNsxVCloudAccountsParams) SetHTTPClient ¶
func (o *GetNsxVCloudAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get nsx v cloud accounts params
func (*GetNsxVCloudAccountsParams) SetTimeout ¶
func (o *GetNsxVCloudAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get nsx v cloud accounts params
func (*GetNsxVCloudAccountsParams) WithAPIVersion ¶
func (o *GetNsxVCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetNsxVCloudAccountsParams
WithAPIVersion adds the aPIVersion to the get nsx v cloud accounts params
func (*GetNsxVCloudAccountsParams) WithContext ¶
func (o *GetNsxVCloudAccountsParams) WithContext(ctx context.Context) *GetNsxVCloudAccountsParams
WithContext adds the context to the get nsx v cloud accounts params
func (*GetNsxVCloudAccountsParams) WithHTTPClient ¶
func (o *GetNsxVCloudAccountsParams) WithHTTPClient(client *http.Client) *GetNsxVCloudAccountsParams
WithHTTPClient adds the HTTPClient to the get nsx v cloud accounts params
func (*GetNsxVCloudAccountsParams) WithTimeout ¶
func (o *GetNsxVCloudAccountsParams) WithTimeout(timeout time.Duration) *GetNsxVCloudAccountsParams
WithTimeout adds the timeout to the get nsx v cloud accounts params
func (*GetNsxVCloudAccountsParams) WriteToRequest ¶
func (o *GetNsxVCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNsxVCloudAccountsReader ¶
type GetNsxVCloudAccountsReader struct {
// contains filtered or unexported fields
}
GetNsxVCloudAccountsReader is a Reader for the GetNsxVCloudAccounts structure.
func (*GetNsxVCloudAccountsReader) ReadResponse ¶
func (o *GetNsxVCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVSphereCloudAccountForbidden ¶
type GetVSphereCloudAccountForbidden struct { }
GetVSphereCloudAccountForbidden handles this case with default header values.
Forbidden
func NewGetVSphereCloudAccountForbidden ¶
func NewGetVSphereCloudAccountForbidden() *GetVSphereCloudAccountForbidden
NewGetVSphereCloudAccountForbidden creates a GetVSphereCloudAccountForbidden with default headers values
func (*GetVSphereCloudAccountForbidden) Error ¶
func (o *GetVSphereCloudAccountForbidden) Error() string
type GetVSphereCloudAccountNotFound ¶
type GetVSphereCloudAccountNotFound struct { }
GetVSphereCloudAccountNotFound handles this case with default header values.
Not Found
func NewGetVSphereCloudAccountNotFound ¶
func NewGetVSphereCloudAccountNotFound() *GetVSphereCloudAccountNotFound
NewGetVSphereCloudAccountNotFound creates a GetVSphereCloudAccountNotFound with default headers values
func (*GetVSphereCloudAccountNotFound) Error ¶
func (o *GetVSphereCloudAccountNotFound) Error() string
type GetVSphereCloudAccountOK ¶
type GetVSphereCloudAccountOK struct {
Payload *models.CloudAccountVsphere
}
GetVSphereCloudAccountOK handles this case with default header values.
successful operation
func NewGetVSphereCloudAccountOK ¶
func NewGetVSphereCloudAccountOK() *GetVSphereCloudAccountOK
NewGetVSphereCloudAccountOK creates a GetVSphereCloudAccountOK with default headers values
func (*GetVSphereCloudAccountOK) Error ¶
func (o *GetVSphereCloudAccountOK) Error() string
func (*GetVSphereCloudAccountOK) GetPayload ¶
func (o *GetVSphereCloudAccountOK) GetPayload() *models.CloudAccountVsphere
type GetVSphereCloudAccountParams ¶
type GetVSphereCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*ID The ID of the Cloud Account */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVSphereCloudAccountParams contains all the parameters to send to the API endpoint for the get v sphere cloud account operation typically these are written to a http.Request
func NewGetVSphereCloudAccountParams ¶
func NewGetVSphereCloudAccountParams() *GetVSphereCloudAccountParams
NewGetVSphereCloudAccountParams creates a new GetVSphereCloudAccountParams object with the default values initialized.
func NewGetVSphereCloudAccountParamsWithContext ¶
func NewGetVSphereCloudAccountParamsWithContext(ctx context.Context) *GetVSphereCloudAccountParams
NewGetVSphereCloudAccountParamsWithContext creates a new GetVSphereCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewGetVSphereCloudAccountParamsWithHTTPClient ¶
func NewGetVSphereCloudAccountParamsWithHTTPClient(client *http.Client) *GetVSphereCloudAccountParams
NewGetVSphereCloudAccountParamsWithHTTPClient creates a new GetVSphereCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVSphereCloudAccountParamsWithTimeout ¶
func NewGetVSphereCloudAccountParamsWithTimeout(timeout time.Duration) *GetVSphereCloudAccountParams
NewGetVSphereCloudAccountParamsWithTimeout creates a new GetVSphereCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVSphereCloudAccountParams) SetAPIVersion ¶
func (o *GetVSphereCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) SetContext ¶
func (o *GetVSphereCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) SetHTTPClient ¶
func (o *GetVSphereCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) SetID ¶
func (o *GetVSphereCloudAccountParams) SetID(id string)
SetID adds the id to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) SetTimeout ¶
func (o *GetVSphereCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) WithAPIVersion ¶
func (o *GetVSphereCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetVSphereCloudAccountParams
WithAPIVersion adds the aPIVersion to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) WithContext ¶
func (o *GetVSphereCloudAccountParams) WithContext(ctx context.Context) *GetVSphereCloudAccountParams
WithContext adds the context to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) WithHTTPClient ¶
func (o *GetVSphereCloudAccountParams) WithHTTPClient(client *http.Client) *GetVSphereCloudAccountParams
WithHTTPClient adds the HTTPClient to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) WithID ¶
func (o *GetVSphereCloudAccountParams) WithID(id string) *GetVSphereCloudAccountParams
WithID adds the id to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) WithTimeout ¶
func (o *GetVSphereCloudAccountParams) WithTimeout(timeout time.Duration) *GetVSphereCloudAccountParams
WithTimeout adds the timeout to the get v sphere cloud account params
func (*GetVSphereCloudAccountParams) WriteToRequest ¶
func (o *GetVSphereCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVSphereCloudAccountReader ¶
type GetVSphereCloudAccountReader struct {
// contains filtered or unexported fields
}
GetVSphereCloudAccountReader is a Reader for the GetVSphereCloudAccount structure.
func (*GetVSphereCloudAccountReader) ReadResponse ¶
func (o *GetVSphereCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetVSphereCloudAccountsForbidden ¶
type GetVSphereCloudAccountsForbidden struct { }
GetVSphereCloudAccountsForbidden handles this case with default header values.
Forbidden
func NewGetVSphereCloudAccountsForbidden ¶
func NewGetVSphereCloudAccountsForbidden() *GetVSphereCloudAccountsForbidden
NewGetVSphereCloudAccountsForbidden creates a GetVSphereCloudAccountsForbidden with default headers values
func (*GetVSphereCloudAccountsForbidden) Error ¶
func (o *GetVSphereCloudAccountsForbidden) Error() string
type GetVSphereCloudAccountsOK ¶
type GetVSphereCloudAccountsOK struct {
Payload *models.CloudAccountVsphereResult
}
GetVSphereCloudAccountsOK handles this case with default header values.
successful operation
func NewGetVSphereCloudAccountsOK ¶
func NewGetVSphereCloudAccountsOK() *GetVSphereCloudAccountsOK
NewGetVSphereCloudAccountsOK creates a GetVSphereCloudAccountsOK with default headers values
func (*GetVSphereCloudAccountsOK) Error ¶
func (o *GetVSphereCloudAccountsOK) Error() string
func (*GetVSphereCloudAccountsOK) GetPayload ¶
func (o *GetVSphereCloudAccountsOK) GetPayload() *models.CloudAccountVsphereResult
type GetVSphereCloudAccountsParams ¶
type GetVSphereCloudAccountsParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetVSphereCloudAccountsParams contains all the parameters to send to the API endpoint for the get v sphere cloud accounts operation typically these are written to a http.Request
func NewGetVSphereCloudAccountsParams ¶
func NewGetVSphereCloudAccountsParams() *GetVSphereCloudAccountsParams
NewGetVSphereCloudAccountsParams creates a new GetVSphereCloudAccountsParams object with the default values initialized.
func NewGetVSphereCloudAccountsParamsWithContext ¶
func NewGetVSphereCloudAccountsParamsWithContext(ctx context.Context) *GetVSphereCloudAccountsParams
NewGetVSphereCloudAccountsParamsWithContext creates a new GetVSphereCloudAccountsParams object with the default values initialized, and the ability to set a context for a request
func NewGetVSphereCloudAccountsParamsWithHTTPClient ¶
func NewGetVSphereCloudAccountsParamsWithHTTPClient(client *http.Client) *GetVSphereCloudAccountsParams
NewGetVSphereCloudAccountsParamsWithHTTPClient creates a new GetVSphereCloudAccountsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetVSphereCloudAccountsParamsWithTimeout ¶
func NewGetVSphereCloudAccountsParamsWithTimeout(timeout time.Duration) *GetVSphereCloudAccountsParams
NewGetVSphereCloudAccountsParamsWithTimeout creates a new GetVSphereCloudAccountsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetVSphereCloudAccountsParams) SetAPIVersion ¶
func (o *GetVSphereCloudAccountsParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get v sphere cloud accounts params
func (*GetVSphereCloudAccountsParams) SetContext ¶
func (o *GetVSphereCloudAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get v sphere cloud accounts params
func (*GetVSphereCloudAccountsParams) SetHTTPClient ¶
func (o *GetVSphereCloudAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get v sphere cloud accounts params
func (*GetVSphereCloudAccountsParams) SetTimeout ¶
func (o *GetVSphereCloudAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get v sphere cloud accounts params
func (*GetVSphereCloudAccountsParams) WithAPIVersion ¶
func (o *GetVSphereCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetVSphereCloudAccountsParams
WithAPIVersion adds the aPIVersion to the get v sphere cloud accounts params
func (*GetVSphereCloudAccountsParams) WithContext ¶
func (o *GetVSphereCloudAccountsParams) WithContext(ctx context.Context) *GetVSphereCloudAccountsParams
WithContext adds the context to the get v sphere cloud accounts params
func (*GetVSphereCloudAccountsParams) WithHTTPClient ¶
func (o *GetVSphereCloudAccountsParams) WithHTTPClient(client *http.Client) *GetVSphereCloudAccountsParams
WithHTTPClient adds the HTTPClient to the get v sphere cloud accounts params
func (*GetVSphereCloudAccountsParams) WithTimeout ¶
func (o *GetVSphereCloudAccountsParams) WithTimeout(timeout time.Duration) *GetVSphereCloudAccountsParams
WithTimeout adds the timeout to the get v sphere cloud accounts params
func (*GetVSphereCloudAccountsParams) WriteToRequest ¶
func (o *GetVSphereCloudAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetVSphereCloudAccountsReader ¶
type GetVSphereCloudAccountsReader struct {
// contains filtered or unexported fields
}
GetVSphereCloudAccountsReader is a Reader for the GetVSphereCloudAccounts structure.
func (*GetVSphereCloudAccountsReader) ReadResponse ¶
func (o *GetVSphereCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAwsCloudAccountForbidden ¶
type UpdateAwsCloudAccountForbidden struct { }
UpdateAwsCloudAccountForbidden handles this case with default header values.
Forbidden
func NewUpdateAwsCloudAccountForbidden ¶
func NewUpdateAwsCloudAccountForbidden() *UpdateAwsCloudAccountForbidden
NewUpdateAwsCloudAccountForbidden creates a UpdateAwsCloudAccountForbidden with default headers values
func (*UpdateAwsCloudAccountForbidden) Error ¶
func (o *UpdateAwsCloudAccountForbidden) Error() string
type UpdateAwsCloudAccountNotFound ¶
type UpdateAwsCloudAccountNotFound struct { }
UpdateAwsCloudAccountNotFound handles this case with default header values.
Not Found
func NewUpdateAwsCloudAccountNotFound ¶
func NewUpdateAwsCloudAccountNotFound() *UpdateAwsCloudAccountNotFound
NewUpdateAwsCloudAccountNotFound creates a UpdateAwsCloudAccountNotFound with default headers values
func (*UpdateAwsCloudAccountNotFound) Error ¶
func (o *UpdateAwsCloudAccountNotFound) Error() string
type UpdateAwsCloudAccountOK ¶
type UpdateAwsCloudAccountOK struct {
Payload *models.CloudAccountAws
}
UpdateAwsCloudAccountOK handles this case with default header values.
successful operation
func NewUpdateAwsCloudAccountOK ¶
func NewUpdateAwsCloudAccountOK() *UpdateAwsCloudAccountOK
NewUpdateAwsCloudAccountOK creates a UpdateAwsCloudAccountOK with default headers values
func (*UpdateAwsCloudAccountOK) Error ¶
func (o *UpdateAwsCloudAccountOK) Error() string
func (*UpdateAwsCloudAccountOK) GetPayload ¶
func (o *UpdateAwsCloudAccountOK) GetPayload() *models.CloudAccountAws
type UpdateAwsCloudAccountParams ¶
type UpdateAwsCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body AWS cloud account details to be updated */ Body *models.UpdateCloudAccountAwsSpecification /*ID Cloud account id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAwsCloudAccountParams contains all the parameters to send to the API endpoint for the update aws cloud account operation typically these are written to a http.Request
func NewUpdateAwsCloudAccountParams ¶
func NewUpdateAwsCloudAccountParams() *UpdateAwsCloudAccountParams
NewUpdateAwsCloudAccountParams creates a new UpdateAwsCloudAccountParams object with the default values initialized.
func NewUpdateAwsCloudAccountParamsWithContext ¶
func NewUpdateAwsCloudAccountParamsWithContext(ctx context.Context) *UpdateAwsCloudAccountParams
NewUpdateAwsCloudAccountParamsWithContext creates a new UpdateAwsCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAwsCloudAccountParamsWithHTTPClient ¶
func NewUpdateAwsCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateAwsCloudAccountParams
NewUpdateAwsCloudAccountParamsWithHTTPClient creates a new UpdateAwsCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAwsCloudAccountParamsWithTimeout ¶
func NewUpdateAwsCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateAwsCloudAccountParams
NewUpdateAwsCloudAccountParamsWithTimeout creates a new UpdateAwsCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAwsCloudAccountParams) SetAPIVersion ¶
func (o *UpdateAwsCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) SetBody ¶
func (o *UpdateAwsCloudAccountParams) SetBody(body *models.UpdateCloudAccountAwsSpecification)
SetBody adds the body to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) SetContext ¶
func (o *UpdateAwsCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) SetHTTPClient ¶
func (o *UpdateAwsCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) SetID ¶
func (o *UpdateAwsCloudAccountParams) SetID(id string)
SetID adds the id to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) SetTimeout ¶
func (o *UpdateAwsCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) WithAPIVersion ¶
func (o *UpdateAwsCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateAwsCloudAccountParams
WithAPIVersion adds the aPIVersion to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) WithBody ¶
func (o *UpdateAwsCloudAccountParams) WithBody(body *models.UpdateCloudAccountAwsSpecification) *UpdateAwsCloudAccountParams
WithBody adds the body to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) WithContext ¶
func (o *UpdateAwsCloudAccountParams) WithContext(ctx context.Context) *UpdateAwsCloudAccountParams
WithContext adds the context to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) WithHTTPClient ¶
func (o *UpdateAwsCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateAwsCloudAccountParams
WithHTTPClient adds the HTTPClient to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) WithID ¶
func (o *UpdateAwsCloudAccountParams) WithID(id string) *UpdateAwsCloudAccountParams
WithID adds the id to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) WithTimeout ¶
func (o *UpdateAwsCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateAwsCloudAccountParams
WithTimeout adds the timeout to the update aws cloud account params
func (*UpdateAwsCloudAccountParams) WriteToRequest ¶
func (o *UpdateAwsCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAwsCloudAccountReader ¶
type UpdateAwsCloudAccountReader struct {
// contains filtered or unexported fields
}
UpdateAwsCloudAccountReader is a Reader for the UpdateAwsCloudAccount structure.
func (*UpdateAwsCloudAccountReader) ReadResponse ¶
func (o *UpdateAwsCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAzureCloudAccountForbidden ¶
type UpdateAzureCloudAccountForbidden struct { }
UpdateAzureCloudAccountForbidden handles this case with default header values.
Forbidden
func NewUpdateAzureCloudAccountForbidden ¶
func NewUpdateAzureCloudAccountForbidden() *UpdateAzureCloudAccountForbidden
NewUpdateAzureCloudAccountForbidden creates a UpdateAzureCloudAccountForbidden with default headers values
func (*UpdateAzureCloudAccountForbidden) Error ¶
func (o *UpdateAzureCloudAccountForbidden) Error() string
type UpdateAzureCloudAccountNotFound ¶
type UpdateAzureCloudAccountNotFound struct { }
UpdateAzureCloudAccountNotFound handles this case with default header values.
Not Found
func NewUpdateAzureCloudAccountNotFound ¶
func NewUpdateAzureCloudAccountNotFound() *UpdateAzureCloudAccountNotFound
NewUpdateAzureCloudAccountNotFound creates a UpdateAzureCloudAccountNotFound with default headers values
func (*UpdateAzureCloudAccountNotFound) Error ¶
func (o *UpdateAzureCloudAccountNotFound) Error() string
type UpdateAzureCloudAccountOK ¶
type UpdateAzureCloudAccountOK struct {
Payload *models.CloudAccountAzure
}
UpdateAzureCloudAccountOK handles this case with default header values.
successful operation
func NewUpdateAzureCloudAccountOK ¶
func NewUpdateAzureCloudAccountOK() *UpdateAzureCloudAccountOK
NewUpdateAzureCloudAccountOK creates a UpdateAzureCloudAccountOK with default headers values
func (*UpdateAzureCloudAccountOK) Error ¶
func (o *UpdateAzureCloudAccountOK) Error() string
func (*UpdateAzureCloudAccountOK) GetPayload ¶
func (o *UpdateAzureCloudAccountOK) GetPayload() *models.CloudAccountAzure
type UpdateAzureCloudAccountParams ¶
type UpdateAzureCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body Azure cloud account details to be updated */ Body *models.UpdateCloudAccountAzureSpecification /*ID Cloud account id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAzureCloudAccountParams contains all the parameters to send to the API endpoint for the update azure cloud account operation typically these are written to a http.Request
func NewUpdateAzureCloudAccountParams ¶
func NewUpdateAzureCloudAccountParams() *UpdateAzureCloudAccountParams
NewUpdateAzureCloudAccountParams creates a new UpdateAzureCloudAccountParams object with the default values initialized.
func NewUpdateAzureCloudAccountParamsWithContext ¶
func NewUpdateAzureCloudAccountParamsWithContext(ctx context.Context) *UpdateAzureCloudAccountParams
NewUpdateAzureCloudAccountParamsWithContext creates a new UpdateAzureCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAzureCloudAccountParamsWithHTTPClient ¶
func NewUpdateAzureCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateAzureCloudAccountParams
NewUpdateAzureCloudAccountParamsWithHTTPClient creates a new UpdateAzureCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAzureCloudAccountParamsWithTimeout ¶
func NewUpdateAzureCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateAzureCloudAccountParams
NewUpdateAzureCloudAccountParamsWithTimeout creates a new UpdateAzureCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAzureCloudAccountParams) SetAPIVersion ¶
func (o *UpdateAzureCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) SetBody ¶
func (o *UpdateAzureCloudAccountParams) SetBody(body *models.UpdateCloudAccountAzureSpecification)
SetBody adds the body to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) SetContext ¶
func (o *UpdateAzureCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) SetHTTPClient ¶
func (o *UpdateAzureCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) SetID ¶
func (o *UpdateAzureCloudAccountParams) SetID(id string)
SetID adds the id to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) SetTimeout ¶
func (o *UpdateAzureCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) WithAPIVersion ¶
func (o *UpdateAzureCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateAzureCloudAccountParams
WithAPIVersion adds the aPIVersion to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) WithBody ¶
func (o *UpdateAzureCloudAccountParams) WithBody(body *models.UpdateCloudAccountAzureSpecification) *UpdateAzureCloudAccountParams
WithBody adds the body to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) WithContext ¶
func (o *UpdateAzureCloudAccountParams) WithContext(ctx context.Context) *UpdateAzureCloudAccountParams
WithContext adds the context to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) WithHTTPClient ¶
func (o *UpdateAzureCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateAzureCloudAccountParams
WithHTTPClient adds the HTTPClient to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) WithID ¶
func (o *UpdateAzureCloudAccountParams) WithID(id string) *UpdateAzureCloudAccountParams
WithID adds the id to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) WithTimeout ¶
func (o *UpdateAzureCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateAzureCloudAccountParams
WithTimeout adds the timeout to the update azure cloud account params
func (*UpdateAzureCloudAccountParams) WriteToRequest ¶
func (o *UpdateAzureCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAzureCloudAccountReader ¶
type UpdateAzureCloudAccountReader struct {
// contains filtered or unexported fields
}
UpdateAzureCloudAccountReader is a Reader for the UpdateAzureCloudAccount structure.
func (*UpdateAzureCloudAccountReader) ReadResponse ¶
func (o *UpdateAzureCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCloudAccountForbidden ¶
type UpdateCloudAccountForbidden struct { }
UpdateCloudAccountForbidden handles this case with default header values.
Forbidden
func NewUpdateCloudAccountForbidden ¶
func NewUpdateCloudAccountForbidden() *UpdateCloudAccountForbidden
NewUpdateCloudAccountForbidden creates a UpdateCloudAccountForbidden with default headers values
func (*UpdateCloudAccountForbidden) Error ¶
func (o *UpdateCloudAccountForbidden) Error() string
type UpdateCloudAccountNotFound ¶
type UpdateCloudAccountNotFound struct { }
UpdateCloudAccountNotFound handles this case with default header values.
Not Found
func NewUpdateCloudAccountNotFound ¶
func NewUpdateCloudAccountNotFound() *UpdateCloudAccountNotFound
NewUpdateCloudAccountNotFound creates a UpdateCloudAccountNotFound with default headers values
func (*UpdateCloudAccountNotFound) Error ¶
func (o *UpdateCloudAccountNotFound) Error() string
type UpdateCloudAccountOK ¶
type UpdateCloudAccountOK struct {
Payload *models.CloudAccount
}
UpdateCloudAccountOK handles this case with default header values.
successful operation
func NewUpdateCloudAccountOK ¶
func NewUpdateCloudAccountOK() *UpdateCloudAccountOK
NewUpdateCloudAccountOK creates a UpdateCloudAccountOK with default headers values
func (*UpdateCloudAccountOK) Error ¶
func (o *UpdateCloudAccountOK) Error() string
func (*UpdateCloudAccountOK) GetPayload ¶
func (o *UpdateCloudAccountOK) GetPayload() *models.CloudAccount
type UpdateCloudAccountParams ¶
type UpdateCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body Cloud account details to be updated */ Body *models.UpdateCloudAccountSpecification /*ID The ID of the cloudAccount */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCloudAccountParams contains all the parameters to send to the API endpoint for the update cloud account operation typically these are written to a http.Request
func NewUpdateCloudAccountParams ¶
func NewUpdateCloudAccountParams() *UpdateCloudAccountParams
NewUpdateCloudAccountParams creates a new UpdateCloudAccountParams object with the default values initialized.
func NewUpdateCloudAccountParamsWithContext ¶
func NewUpdateCloudAccountParamsWithContext(ctx context.Context) *UpdateCloudAccountParams
NewUpdateCloudAccountParamsWithContext creates a new UpdateCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateCloudAccountParamsWithHTTPClient ¶
func NewUpdateCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateCloudAccountParams
NewUpdateCloudAccountParamsWithHTTPClient creates a new UpdateCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateCloudAccountParamsWithTimeout ¶
func NewUpdateCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateCloudAccountParams
NewUpdateCloudAccountParamsWithTimeout creates a new UpdateCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateCloudAccountParams) SetAPIVersion ¶
func (o *UpdateCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update cloud account params
func (*UpdateCloudAccountParams) SetBody ¶
func (o *UpdateCloudAccountParams) SetBody(body *models.UpdateCloudAccountSpecification)
SetBody adds the body to the update cloud account params
func (*UpdateCloudAccountParams) SetContext ¶
func (o *UpdateCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the update cloud account params
func (*UpdateCloudAccountParams) SetHTTPClient ¶
func (o *UpdateCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update cloud account params
func (*UpdateCloudAccountParams) SetID ¶
func (o *UpdateCloudAccountParams) SetID(id string)
SetID adds the id to the update cloud account params
func (*UpdateCloudAccountParams) SetTimeout ¶
func (o *UpdateCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update cloud account params
func (*UpdateCloudAccountParams) WithAPIVersion ¶
func (o *UpdateCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateCloudAccountParams
WithAPIVersion adds the aPIVersion to the update cloud account params
func (*UpdateCloudAccountParams) WithBody ¶
func (o *UpdateCloudAccountParams) WithBody(body *models.UpdateCloudAccountSpecification) *UpdateCloudAccountParams
WithBody adds the body to the update cloud account params
func (*UpdateCloudAccountParams) WithContext ¶
func (o *UpdateCloudAccountParams) WithContext(ctx context.Context) *UpdateCloudAccountParams
WithContext adds the context to the update cloud account params
func (*UpdateCloudAccountParams) WithHTTPClient ¶
func (o *UpdateCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateCloudAccountParams
WithHTTPClient adds the HTTPClient to the update cloud account params
func (*UpdateCloudAccountParams) WithID ¶
func (o *UpdateCloudAccountParams) WithID(id string) *UpdateCloudAccountParams
WithID adds the id to the update cloud account params
func (*UpdateCloudAccountParams) WithTimeout ¶
func (o *UpdateCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateCloudAccountParams
WithTimeout adds the timeout to the update cloud account params
func (*UpdateCloudAccountParams) WriteToRequest ¶
func (o *UpdateCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCloudAccountReader ¶
type UpdateCloudAccountReader struct {
// contains filtered or unexported fields
}
UpdateCloudAccountReader is a Reader for the UpdateCloudAccount structure.
func (*UpdateCloudAccountReader) ReadResponse ¶
func (o *UpdateCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateGcpCloudAccountForbidden ¶
type UpdateGcpCloudAccountForbidden struct { }
UpdateGcpCloudAccountForbidden handles this case with default header values.
Forbidden
func NewUpdateGcpCloudAccountForbidden ¶
func NewUpdateGcpCloudAccountForbidden() *UpdateGcpCloudAccountForbidden
NewUpdateGcpCloudAccountForbidden creates a UpdateGcpCloudAccountForbidden with default headers values
func (*UpdateGcpCloudAccountForbidden) Error ¶
func (o *UpdateGcpCloudAccountForbidden) Error() string
type UpdateGcpCloudAccountNotFound ¶
type UpdateGcpCloudAccountNotFound struct { }
UpdateGcpCloudAccountNotFound handles this case with default header values.
Not Found
func NewUpdateGcpCloudAccountNotFound ¶
func NewUpdateGcpCloudAccountNotFound() *UpdateGcpCloudAccountNotFound
NewUpdateGcpCloudAccountNotFound creates a UpdateGcpCloudAccountNotFound with default headers values
func (*UpdateGcpCloudAccountNotFound) Error ¶
func (o *UpdateGcpCloudAccountNotFound) Error() string
type UpdateGcpCloudAccountOK ¶
type UpdateGcpCloudAccountOK struct {
Payload *models.CloudAccountGcp
}
UpdateGcpCloudAccountOK handles this case with default header values.
successful operation
func NewUpdateGcpCloudAccountOK ¶
func NewUpdateGcpCloudAccountOK() *UpdateGcpCloudAccountOK
NewUpdateGcpCloudAccountOK creates a UpdateGcpCloudAccountOK with default headers values
func (*UpdateGcpCloudAccountOK) Error ¶
func (o *UpdateGcpCloudAccountOK) Error() string
func (*UpdateGcpCloudAccountOK) GetPayload ¶
func (o *UpdateGcpCloudAccountOK) GetPayload() *models.CloudAccountGcp
type UpdateGcpCloudAccountParams ¶
type UpdateGcpCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body GCP cloud account details to be updated */ Body *models.UpdateCloudAccountGcpSpecification /*ID Cloud account id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateGcpCloudAccountParams contains all the parameters to send to the API endpoint for the update gcp cloud account operation typically these are written to a http.Request
func NewUpdateGcpCloudAccountParams ¶
func NewUpdateGcpCloudAccountParams() *UpdateGcpCloudAccountParams
NewUpdateGcpCloudAccountParams creates a new UpdateGcpCloudAccountParams object with the default values initialized.
func NewUpdateGcpCloudAccountParamsWithContext ¶
func NewUpdateGcpCloudAccountParamsWithContext(ctx context.Context) *UpdateGcpCloudAccountParams
NewUpdateGcpCloudAccountParamsWithContext creates a new UpdateGcpCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateGcpCloudAccountParamsWithHTTPClient ¶
func NewUpdateGcpCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateGcpCloudAccountParams
NewUpdateGcpCloudAccountParamsWithHTTPClient creates a new UpdateGcpCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateGcpCloudAccountParamsWithTimeout ¶
func NewUpdateGcpCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateGcpCloudAccountParams
NewUpdateGcpCloudAccountParamsWithTimeout creates a new UpdateGcpCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateGcpCloudAccountParams) SetAPIVersion ¶
func (o *UpdateGcpCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) SetBody ¶
func (o *UpdateGcpCloudAccountParams) SetBody(body *models.UpdateCloudAccountGcpSpecification)
SetBody adds the body to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) SetContext ¶
func (o *UpdateGcpCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) SetHTTPClient ¶
func (o *UpdateGcpCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) SetID ¶
func (o *UpdateGcpCloudAccountParams) SetID(id string)
SetID adds the id to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) SetTimeout ¶
func (o *UpdateGcpCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) WithAPIVersion ¶
func (o *UpdateGcpCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateGcpCloudAccountParams
WithAPIVersion adds the aPIVersion to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) WithBody ¶
func (o *UpdateGcpCloudAccountParams) WithBody(body *models.UpdateCloudAccountGcpSpecification) *UpdateGcpCloudAccountParams
WithBody adds the body to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) WithContext ¶
func (o *UpdateGcpCloudAccountParams) WithContext(ctx context.Context) *UpdateGcpCloudAccountParams
WithContext adds the context to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) WithHTTPClient ¶
func (o *UpdateGcpCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateGcpCloudAccountParams
WithHTTPClient adds the HTTPClient to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) WithID ¶
func (o *UpdateGcpCloudAccountParams) WithID(id string) *UpdateGcpCloudAccountParams
WithID adds the id to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) WithTimeout ¶
func (o *UpdateGcpCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateGcpCloudAccountParams
WithTimeout adds the timeout to the update gcp cloud account params
func (*UpdateGcpCloudAccountParams) WriteToRequest ¶
func (o *UpdateGcpCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateGcpCloudAccountReader ¶
type UpdateGcpCloudAccountReader struct {
// contains filtered or unexported fields
}
UpdateGcpCloudAccountReader is a Reader for the UpdateGcpCloudAccount structure.
func (*UpdateGcpCloudAccountReader) ReadResponse ¶
func (o *UpdateGcpCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateNsxTCloudAccountForbidden ¶
type UpdateNsxTCloudAccountForbidden struct { }
UpdateNsxTCloudAccountForbidden handles this case with default header values.
Forbidden
func NewUpdateNsxTCloudAccountForbidden ¶
func NewUpdateNsxTCloudAccountForbidden() *UpdateNsxTCloudAccountForbidden
NewUpdateNsxTCloudAccountForbidden creates a UpdateNsxTCloudAccountForbidden with default headers values
func (*UpdateNsxTCloudAccountForbidden) Error ¶
func (o *UpdateNsxTCloudAccountForbidden) Error() string
type UpdateNsxTCloudAccountNotFound ¶
type UpdateNsxTCloudAccountNotFound struct { }
UpdateNsxTCloudAccountNotFound handles this case with default header values.
Not Found
func NewUpdateNsxTCloudAccountNotFound ¶
func NewUpdateNsxTCloudAccountNotFound() *UpdateNsxTCloudAccountNotFound
NewUpdateNsxTCloudAccountNotFound creates a UpdateNsxTCloudAccountNotFound with default headers values
func (*UpdateNsxTCloudAccountNotFound) Error ¶
func (o *UpdateNsxTCloudAccountNotFound) Error() string
type UpdateNsxTCloudAccountOK ¶
type UpdateNsxTCloudAccountOK struct {
Payload *models.CloudAccountNsxT
}
UpdateNsxTCloudAccountOK handles this case with default header values.
successful operation
func NewUpdateNsxTCloudAccountOK ¶
func NewUpdateNsxTCloudAccountOK() *UpdateNsxTCloudAccountOK
NewUpdateNsxTCloudAccountOK creates a UpdateNsxTCloudAccountOK with default headers values
func (*UpdateNsxTCloudAccountOK) Error ¶
func (o *UpdateNsxTCloudAccountOK) Error() string
func (*UpdateNsxTCloudAccountOK) GetPayload ¶
func (o *UpdateNsxTCloudAccountOK) GetPayload() *models.CloudAccountNsxT
type UpdateNsxTCloudAccountParams ¶
type UpdateNsxTCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body NSX-T cloud account details to be updated */ Body *models.UpdateCloudAccountSpecificationBase /*ID Cloud account id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateNsxTCloudAccountParams contains all the parameters to send to the API endpoint for the update nsx t cloud account operation typically these are written to a http.Request
func NewUpdateNsxTCloudAccountParams ¶
func NewUpdateNsxTCloudAccountParams() *UpdateNsxTCloudAccountParams
NewUpdateNsxTCloudAccountParams creates a new UpdateNsxTCloudAccountParams object with the default values initialized.
func NewUpdateNsxTCloudAccountParamsWithContext ¶
func NewUpdateNsxTCloudAccountParamsWithContext(ctx context.Context) *UpdateNsxTCloudAccountParams
NewUpdateNsxTCloudAccountParamsWithContext creates a new UpdateNsxTCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateNsxTCloudAccountParamsWithHTTPClient ¶
func NewUpdateNsxTCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateNsxTCloudAccountParams
NewUpdateNsxTCloudAccountParamsWithHTTPClient creates a new UpdateNsxTCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateNsxTCloudAccountParamsWithTimeout ¶
func NewUpdateNsxTCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateNsxTCloudAccountParams
NewUpdateNsxTCloudAccountParamsWithTimeout creates a new UpdateNsxTCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateNsxTCloudAccountParams) SetAPIVersion ¶
func (o *UpdateNsxTCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) SetBody ¶
func (o *UpdateNsxTCloudAccountParams) SetBody(body *models.UpdateCloudAccountSpecificationBase)
SetBody adds the body to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) SetContext ¶
func (o *UpdateNsxTCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) SetHTTPClient ¶
func (o *UpdateNsxTCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) SetID ¶
func (o *UpdateNsxTCloudAccountParams) SetID(id string)
SetID adds the id to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) SetTimeout ¶
func (o *UpdateNsxTCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) WithAPIVersion ¶
func (o *UpdateNsxTCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateNsxTCloudAccountParams
WithAPIVersion adds the aPIVersion to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) WithBody ¶
func (o *UpdateNsxTCloudAccountParams) WithBody(body *models.UpdateCloudAccountSpecificationBase) *UpdateNsxTCloudAccountParams
WithBody adds the body to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) WithContext ¶
func (o *UpdateNsxTCloudAccountParams) WithContext(ctx context.Context) *UpdateNsxTCloudAccountParams
WithContext adds the context to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) WithHTTPClient ¶
func (o *UpdateNsxTCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateNsxTCloudAccountParams
WithHTTPClient adds the HTTPClient to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) WithID ¶
func (o *UpdateNsxTCloudAccountParams) WithID(id string) *UpdateNsxTCloudAccountParams
WithID adds the id to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) WithTimeout ¶
func (o *UpdateNsxTCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateNsxTCloudAccountParams
WithTimeout adds the timeout to the update nsx t cloud account params
func (*UpdateNsxTCloudAccountParams) WriteToRequest ¶
func (o *UpdateNsxTCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateNsxTCloudAccountReader ¶
type UpdateNsxTCloudAccountReader struct {
// contains filtered or unexported fields
}
UpdateNsxTCloudAccountReader is a Reader for the UpdateNsxTCloudAccount structure.
func (*UpdateNsxTCloudAccountReader) ReadResponse ¶
func (o *UpdateNsxTCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateNsxVCloudAccountForbidden ¶
type UpdateNsxVCloudAccountForbidden struct { }
UpdateNsxVCloudAccountForbidden handles this case with default header values.
Forbidden
func NewUpdateNsxVCloudAccountForbidden ¶
func NewUpdateNsxVCloudAccountForbidden() *UpdateNsxVCloudAccountForbidden
NewUpdateNsxVCloudAccountForbidden creates a UpdateNsxVCloudAccountForbidden with default headers values
func (*UpdateNsxVCloudAccountForbidden) Error ¶
func (o *UpdateNsxVCloudAccountForbidden) Error() string
type UpdateNsxVCloudAccountNotFound ¶
type UpdateNsxVCloudAccountNotFound struct { }
UpdateNsxVCloudAccountNotFound handles this case with default header values.
Not Found
func NewUpdateNsxVCloudAccountNotFound ¶
func NewUpdateNsxVCloudAccountNotFound() *UpdateNsxVCloudAccountNotFound
NewUpdateNsxVCloudAccountNotFound creates a UpdateNsxVCloudAccountNotFound with default headers values
func (*UpdateNsxVCloudAccountNotFound) Error ¶
func (o *UpdateNsxVCloudAccountNotFound) Error() string
type UpdateNsxVCloudAccountOK ¶
type UpdateNsxVCloudAccountOK struct {
Payload *models.CloudAccountNsxV
}
UpdateNsxVCloudAccountOK handles this case with default header values.
successful operation
func NewUpdateNsxVCloudAccountOK ¶
func NewUpdateNsxVCloudAccountOK() *UpdateNsxVCloudAccountOK
NewUpdateNsxVCloudAccountOK creates a UpdateNsxVCloudAccountOK with default headers values
func (*UpdateNsxVCloudAccountOK) Error ¶
func (o *UpdateNsxVCloudAccountOK) Error() string
func (*UpdateNsxVCloudAccountOK) GetPayload ¶
func (o *UpdateNsxVCloudAccountOK) GetPayload() *models.CloudAccountNsxV
type UpdateNsxVCloudAccountParams ¶
type UpdateNsxVCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body NSX-V cloud account details to be updated */ Body *models.UpdateCloudAccountSpecificationBase /*ID Cloud account id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateNsxVCloudAccountParams contains all the parameters to send to the API endpoint for the update nsx v cloud account operation typically these are written to a http.Request
func NewUpdateNsxVCloudAccountParams ¶
func NewUpdateNsxVCloudAccountParams() *UpdateNsxVCloudAccountParams
NewUpdateNsxVCloudAccountParams creates a new UpdateNsxVCloudAccountParams object with the default values initialized.
func NewUpdateNsxVCloudAccountParamsWithContext ¶
func NewUpdateNsxVCloudAccountParamsWithContext(ctx context.Context) *UpdateNsxVCloudAccountParams
NewUpdateNsxVCloudAccountParamsWithContext creates a new UpdateNsxVCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateNsxVCloudAccountParamsWithHTTPClient ¶
func NewUpdateNsxVCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateNsxVCloudAccountParams
NewUpdateNsxVCloudAccountParamsWithHTTPClient creates a new UpdateNsxVCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateNsxVCloudAccountParamsWithTimeout ¶
func NewUpdateNsxVCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateNsxVCloudAccountParams
NewUpdateNsxVCloudAccountParamsWithTimeout creates a new UpdateNsxVCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateNsxVCloudAccountParams) SetAPIVersion ¶
func (o *UpdateNsxVCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) SetBody ¶
func (o *UpdateNsxVCloudAccountParams) SetBody(body *models.UpdateCloudAccountSpecificationBase)
SetBody adds the body to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) SetContext ¶
func (o *UpdateNsxVCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) SetHTTPClient ¶
func (o *UpdateNsxVCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) SetID ¶
func (o *UpdateNsxVCloudAccountParams) SetID(id string)
SetID adds the id to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) SetTimeout ¶
func (o *UpdateNsxVCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) WithAPIVersion ¶
func (o *UpdateNsxVCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateNsxVCloudAccountParams
WithAPIVersion adds the aPIVersion to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) WithBody ¶
func (o *UpdateNsxVCloudAccountParams) WithBody(body *models.UpdateCloudAccountSpecificationBase) *UpdateNsxVCloudAccountParams
WithBody adds the body to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) WithContext ¶
func (o *UpdateNsxVCloudAccountParams) WithContext(ctx context.Context) *UpdateNsxVCloudAccountParams
WithContext adds the context to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) WithHTTPClient ¶
func (o *UpdateNsxVCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateNsxVCloudAccountParams
WithHTTPClient adds the HTTPClient to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) WithID ¶
func (o *UpdateNsxVCloudAccountParams) WithID(id string) *UpdateNsxVCloudAccountParams
WithID adds the id to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) WithTimeout ¶
func (o *UpdateNsxVCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateNsxVCloudAccountParams
WithTimeout adds the timeout to the update nsx v cloud account params
func (*UpdateNsxVCloudAccountParams) WriteToRequest ¶
func (o *UpdateNsxVCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateNsxVCloudAccountReader ¶
type UpdateNsxVCloudAccountReader struct {
// contains filtered or unexported fields
}
UpdateNsxVCloudAccountReader is a Reader for the UpdateNsxVCloudAccount structure.
func (*UpdateNsxVCloudAccountReader) ReadResponse ¶
func (o *UpdateNsxVCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateVSphereCloudAccountForbidden ¶
type UpdateVSphereCloudAccountForbidden struct { }
UpdateVSphereCloudAccountForbidden handles this case with default header values.
Forbidden
func NewUpdateVSphereCloudAccountForbidden ¶
func NewUpdateVSphereCloudAccountForbidden() *UpdateVSphereCloudAccountForbidden
NewUpdateVSphereCloudAccountForbidden creates a UpdateVSphereCloudAccountForbidden with default headers values
func (*UpdateVSphereCloudAccountForbidden) Error ¶
func (o *UpdateVSphereCloudAccountForbidden) Error() string
type UpdateVSphereCloudAccountNotFound ¶
type UpdateVSphereCloudAccountNotFound struct { }
UpdateVSphereCloudAccountNotFound handles this case with default header values.
Not Found
func NewUpdateVSphereCloudAccountNotFound ¶
func NewUpdateVSphereCloudAccountNotFound() *UpdateVSphereCloudAccountNotFound
NewUpdateVSphereCloudAccountNotFound creates a UpdateVSphereCloudAccountNotFound with default headers values
func (*UpdateVSphereCloudAccountNotFound) Error ¶
func (o *UpdateVSphereCloudAccountNotFound) Error() string
type UpdateVSphereCloudAccountOK ¶
type UpdateVSphereCloudAccountOK struct {
Payload *models.CloudAccountVsphere
}
UpdateVSphereCloudAccountOK handles this case with default header values.
successful operation
func NewUpdateVSphereCloudAccountOK ¶
func NewUpdateVSphereCloudAccountOK() *UpdateVSphereCloudAccountOK
NewUpdateVSphereCloudAccountOK creates a UpdateVSphereCloudAccountOK with default headers values
func (*UpdateVSphereCloudAccountOK) Error ¶
func (o *UpdateVSphereCloudAccountOK) Error() string
func (*UpdateVSphereCloudAccountOK) GetPayload ¶
func (o *UpdateVSphereCloudAccountOK) GetPayload() *models.CloudAccountVsphere
type UpdateVSphereCloudAccountParams ¶
type UpdateVSphereCloudAccountParams struct { /*APIVersion The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about */ APIVersion *string /*Body VSphere cloud account details to be updated */ Body *models.UpdateCloudAccountVsphereSpecification /*ID Cloud account id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateVSphereCloudAccountParams contains all the parameters to send to the API endpoint for the update v sphere cloud account operation typically these are written to a http.Request
func NewUpdateVSphereCloudAccountParams ¶
func NewUpdateVSphereCloudAccountParams() *UpdateVSphereCloudAccountParams
NewUpdateVSphereCloudAccountParams creates a new UpdateVSphereCloudAccountParams object with the default values initialized.
func NewUpdateVSphereCloudAccountParamsWithContext ¶
func NewUpdateVSphereCloudAccountParamsWithContext(ctx context.Context) *UpdateVSphereCloudAccountParams
NewUpdateVSphereCloudAccountParamsWithContext creates a new UpdateVSphereCloudAccountParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateVSphereCloudAccountParamsWithHTTPClient ¶
func NewUpdateVSphereCloudAccountParamsWithHTTPClient(client *http.Client) *UpdateVSphereCloudAccountParams
NewUpdateVSphereCloudAccountParamsWithHTTPClient creates a new UpdateVSphereCloudAccountParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateVSphereCloudAccountParamsWithTimeout ¶
func NewUpdateVSphereCloudAccountParamsWithTimeout(timeout time.Duration) *UpdateVSphereCloudAccountParams
NewUpdateVSphereCloudAccountParamsWithTimeout creates a new UpdateVSphereCloudAccountParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateVSphereCloudAccountParams) SetAPIVersion ¶
func (o *UpdateVSphereCloudAccountParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) SetBody ¶
func (o *UpdateVSphereCloudAccountParams) SetBody(body *models.UpdateCloudAccountVsphereSpecification)
SetBody adds the body to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) SetContext ¶
func (o *UpdateVSphereCloudAccountParams) SetContext(ctx context.Context)
SetContext adds the context to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) SetHTTPClient ¶
func (o *UpdateVSphereCloudAccountParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) SetID ¶
func (o *UpdateVSphereCloudAccountParams) SetID(id string)
SetID adds the id to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) SetTimeout ¶
func (o *UpdateVSphereCloudAccountParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) WithAPIVersion ¶
func (o *UpdateVSphereCloudAccountParams) WithAPIVersion(aPIVersion *string) *UpdateVSphereCloudAccountParams
WithAPIVersion adds the aPIVersion to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) WithBody ¶
func (o *UpdateVSphereCloudAccountParams) WithBody(body *models.UpdateCloudAccountVsphereSpecification) *UpdateVSphereCloudAccountParams
WithBody adds the body to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) WithContext ¶
func (o *UpdateVSphereCloudAccountParams) WithContext(ctx context.Context) *UpdateVSphereCloudAccountParams
WithContext adds the context to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) WithHTTPClient ¶
func (o *UpdateVSphereCloudAccountParams) WithHTTPClient(client *http.Client) *UpdateVSphereCloudAccountParams
WithHTTPClient adds the HTTPClient to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) WithID ¶
func (o *UpdateVSphereCloudAccountParams) WithID(id string) *UpdateVSphereCloudAccountParams
WithID adds the id to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) WithTimeout ¶
func (o *UpdateVSphereCloudAccountParams) WithTimeout(timeout time.Duration) *UpdateVSphereCloudAccountParams
WithTimeout adds the timeout to the update v sphere cloud account params
func (*UpdateVSphereCloudAccountParams) WriteToRequest ¶
func (o *UpdateVSphereCloudAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateVSphereCloudAccountReader ¶
type UpdateVSphereCloudAccountReader struct {
// contains filtered or unexported fields
}
UpdateVSphereCloudAccountReader is a Reader for the UpdateVSphereCloudAccount structure.
func (*UpdateVSphereCloudAccountReader) ReadResponse ¶
func (o *UpdateVSphereCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- cloud_account_client.go
- create_aws_cloud_account_parameters.go
- create_aws_cloud_account_responses.go
- create_azure_cloud_account_parameters.go
- create_azure_cloud_account_responses.go
- create_cloud_account_parameters.go
- create_cloud_account_responses.go
- create_gcp_cloud_account_parameters.go
- create_gcp_cloud_account_responses.go
- create_nsx_t_cloud_account_parameters.go
- create_nsx_t_cloud_account_responses.go
- create_nsx_v_cloud_account_parameters.go
- create_nsx_v_cloud_account_responses.go
- create_vsphere_cloud_account_parameters.go
- create_vsphere_cloud_account_responses.go
- delete_aws_cloud_account_parameters.go
- delete_aws_cloud_account_responses.go
- delete_azure_cloud_account_parameters.go
- delete_azure_cloud_account_responses.go
- delete_cloud_account_nsx_t_parameters.go
- delete_cloud_account_nsx_t_responses.go
- delete_cloud_account_nsx_v_parameters.go
- delete_cloud_account_nsx_v_responses.go
- delete_cloud_account_parameters.go
- delete_cloud_account_responses.go
- delete_gcp_cloud_account_parameters.go
- delete_gcp_cloud_account_responses.go
- delete_vsphere_cloud_account_parameters.go
- delete_vsphere_cloud_account_responses.go
- enumerate_aws_regions_parameters.go
- enumerate_aws_regions_responses.go
- enumerate_azure_regions_parameters.go
- enumerate_azure_regions_responses.go
- enumerate_gcp_regions_parameters.go
- enumerate_gcp_regions_responses.go
- enumerate_regions_parameters.go
- enumerate_regions_responses.go
- enumerate_vsphere_regions_parameters.go
- enumerate_vsphere_regions_responses.go
- get_aws_cloud_account_parameters.go
- get_aws_cloud_account_responses.go
- get_aws_cloud_accounts_parameters.go
- get_aws_cloud_accounts_responses.go
- get_azure_cloud_account_parameters.go
- get_azure_cloud_account_responses.go
- get_azure_cloud_accounts_parameters.go
- get_azure_cloud_accounts_responses.go
- get_cloud_account_parameters.go
- get_cloud_account_responses.go
- get_cloud_accounts_parameters.go
- get_cloud_accounts_responses.go
- get_gcp_cloud_account_parameters.go
- get_gcp_cloud_account_responses.go
- get_gcp_cloud_accounts_parameters.go
- get_gcp_cloud_accounts_responses.go
- get_nsx_t_cloud_account_parameters.go
- get_nsx_t_cloud_account_responses.go
- get_nsx_t_cloud_accounts_parameters.go
- get_nsx_t_cloud_accounts_responses.go
- get_nsx_v_cloud_account_parameters.go
- get_nsx_v_cloud_account_responses.go
- get_nsx_v_cloud_accounts_parameters.go
- get_nsx_v_cloud_accounts_responses.go
- get_vsphere_cloud_account_parameters.go
- get_vsphere_cloud_account_responses.go
- get_vsphere_cloud_accounts_parameters.go
- get_vsphere_cloud_accounts_responses.go
- update_aws_cloud_account_parameters.go
- update_aws_cloud_account_responses.go
- update_azure_cloud_account_parameters.go
- update_azure_cloud_account_responses.go
- update_cloud_account_parameters.go
- update_cloud_account_responses.go
- update_gcp_cloud_account_parameters.go
- update_gcp_cloud_account_responses.go
- update_nsx_t_cloud_account_parameters.go
- update_nsx_t_cloud_account_responses.go
- update_nsx_v_cloud_account_parameters.go
- update_nsx_v_cloud_account_responses.go
- update_vsphere_cloud_account_parameters.go
- update_vsphere_cloud_account_responses.go