cloud_account

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 11 Imported by: 2

Documentation

Index

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 (*Client) CreateAwsCloudAccountAsync added in v0.4.0

func (a *Client) CreateAwsCloudAccountAsync(params *CreateAwsCloudAccountAsyncParams, opts ...ClientOption) (*CreateAwsCloudAccountAsyncAccepted, error)

CreateAwsCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) CreateAzureCloudAccountAsync added in v0.4.0

func (a *Client) CreateAzureCloudAccountAsync(params *CreateAzureCloudAccountAsyncParams, opts ...ClientOption) (*CreateAzureCloudAccountAsyncAccepted, error)

CreateAzureCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) CreateCloudAccountAsync added in v0.4.0

func (a *Client) CreateCloudAccountAsync(params *CreateCloudAccountAsyncParams, opts ...ClientOption) (*CreateCloudAccountAsyncAccepted, error)

CreateCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) CreateGcpCloudAccountAsync added in v0.4.0

func (a *Client) CreateGcpCloudAccountAsync(params *CreateGcpCloudAccountAsyncParams, opts ...ClientOption) (*CreateGcpCloudAccountAsyncAccepted, error)

CreateGcpCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) CreateNsxTCloudAccountAsync added in v0.4.0

func (a *Client) CreateNsxTCloudAccountAsync(params *CreateNsxTCloudAccountAsyncParams, opts ...ClientOption) (*CreateNsxTCloudAccountAsyncAccepted, error)

CreateNsxTCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) CreateNsxVCloudAccountAsync added in v0.4.0

func (a *Client) CreateNsxVCloudAccountAsync(params *CreateNsxVCloudAccountAsyncParams, opts ...ClientOption) (*CreateNsxVCloudAccountAsyncAccepted, error)

CreateNsxVCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) CreateVSphereCloudAccountAsync added in v0.4.0

func (a *Client) CreateVSphereCloudAccountAsync(params *CreateVSphereCloudAccountAsyncParams, opts ...ClientOption) (*CreateVSphereCloudAccountAsyncAccepted, error)

CreateVSphereCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) CreateVcfCloudAccountAsync added in v0.4.0

func (a *Client) CreateVcfCloudAccountAsync(params *CreateVcfCloudAccountAsyncParams, opts ...ClientOption) (*CreateVcfCloudAccountAsyncAccepted, error)

CreateVcfCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) CreateVmcCloudAccountAsync added in v0.4.0

func (a *Client) CreateVmcCloudAccountAsync(params *CreateVmcCloudAccountAsyncParams, opts ...ClientOption) (*CreateVmcCloudAccountAsyncAccepted, error)

CreateVmcCloudAccountAsync creates a cloud account

Create a cloud account in the current organization

func (*Client) DeleteAwsCloudAccount

DeleteAwsCloudAccount deletes an a w s cloud account

Delete an AWS cloud account with a given id

func (*Client) DeleteAzureCloudAccount

DeleteAzureCloudAccount deletes an azure cloud account

Delete an Azure Cloud Account with a given id

func (*Client) DeleteCloudAccount

DeleteCloudAccount deletes a cloud account

Delete a cloud account with a given id

func (*Client) DeleteCloudAccountNsxT

DeleteCloudAccountNsxT deletes a n s x t cloud account

Delete a NSX-T cloud account with a given id

func (*Client) DeleteCloudAccountNsxV

DeleteCloudAccountNsxV deletes a n s v v cloud account

Delete a NSV-V cloud account with a given id

func (*Client) DeleteGcpCloudAccount

DeleteGcpCloudAccount deletes an g c p cloud account

Delete an GCP cloud account with a given id

func (*Client) DeleteVSphereCloudAccount

DeleteVSphereCloudAccount deletes a v sphere cloud account

Delete a vSphere Cloud Account with a given id

func (*Client) DeleteVcfCloudAccount added in v0.2.14

DeleteVcfCloudAccount deletes an v c f cloud account

Delete an VCF cloud account with a given id

func (*Client) DeleteVmcCloudAccount added in v0.2.8

DeleteVmcCloudAccount deletes an VM c cloud account

Delete an VMC cloud account with a given id

func (*Client) EnumerateAwsRegionsAsync added in v0.4.0

func (a *Client) EnumerateAwsRegionsAsync(params *EnumerateAwsRegionsAsyncParams, opts ...ClientOption) (*EnumerateAwsRegionsAsyncAccepted, error)

EnumerateAwsRegionsAsync gets the available regions for specified a w s cloud account

Get the available regions for specified AWS cloud account

func (*Client) EnumerateAzureRegionsAsync added in v0.4.0

func (a *Client) EnumerateAzureRegionsAsync(params *EnumerateAzureRegionsAsyncParams, opts ...ClientOption) (*EnumerateAzureRegionsAsyncAccepted, error)

EnumerateAzureRegionsAsync gets the available regions for specified azure cloud account

Get the available regions for specified Azure cloud account

func (*Client) EnumerateGcpRegionsAsync added in v0.4.0

func (a *Client) EnumerateGcpRegionsAsync(params *EnumerateGcpRegionsAsyncParams, opts ...ClientOption) (*EnumerateGcpRegionsAsyncAccepted, error)

EnumerateGcpRegionsAsync gets the available regions for specified g c p cloud account

Get the available regions for specified GCP cloud account

func (*Client) EnumeratePrivateImages added in v0.2.8

func (a *Client) EnumeratePrivateImages(params *EnumeratePrivateImagesParams, opts ...ClientOption) (*EnumeratePrivateImagesAccepted, error)

EnumeratePrivateImages enumerates all private images for enabled regions of the specified cloud account

func (*Client) EnumeratePrivateImagesAWS added in v0.2.8

func (a *Client) EnumeratePrivateImagesAWS(params *EnumeratePrivateImagesAWSParams, opts ...ClientOption) (*EnumeratePrivateImagesAWSAccepted, error)

EnumeratePrivateImagesAWS enumerates all private images for enabled regions of the specified a w s account

func (*Client) EnumeratePrivateImagesAzure added in v0.2.8

func (a *Client) EnumeratePrivateImagesAzure(params *EnumeratePrivateImagesAzureParams, opts ...ClientOption) (*EnumeratePrivateImagesAzureAccepted, error)

EnumeratePrivateImagesAzure enumerates all private images for enabled regions of the specified azure account

func (*Client) EnumeratePrivateImagesGcp added in v0.2.8

func (a *Client) EnumeratePrivateImagesGcp(params *EnumeratePrivateImagesGcpParams, opts ...ClientOption) (*EnumeratePrivateImagesGcpAccepted, error)

EnumeratePrivateImagesGcp enumerates all private images for enabled regions of the specified g c p account

func (*Client) EnumeratePrivateImagesVCF added in v0.2.14

func (a *Client) EnumeratePrivateImagesVCF(params *EnumeratePrivateImagesVCFParams, opts ...ClientOption) (*EnumeratePrivateImagesVCFAccepted, error)

EnumeratePrivateImagesVCF enumerates all private images for enabled regions of the specified v c f account

func (*Client) EnumeratePrivateImagesVMC added in v0.2.8

func (a *Client) EnumeratePrivateImagesVMC(params *EnumeratePrivateImagesVMCParams, opts ...ClientOption) (*EnumeratePrivateImagesVMCAccepted, error)

EnumeratePrivateImagesVMC enumerates all private images for enabled regions of the specified VM c account

func (*Client) EnumeratePrivateImagesVSphere added in v0.2.8

func (a *Client) EnumeratePrivateImagesVSphere(params *EnumeratePrivateImagesVSphereParams, opts ...ClientOption) (*EnumeratePrivateImagesVSphereAccepted, error)

EnumeratePrivateImagesVSphere enumerates all private images for enabled regions of the specified v sphere account

func (*Client) EnumerateRegionsAsync added in v0.4.0

func (a *Client) EnumerateRegionsAsync(params *EnumerateRegionsAsyncParams, opts ...ClientOption) (*EnumerateRegionsAsyncAccepted, error)

EnumerateRegionsAsync gets the available regions for specified cloud account

Get the available regions for specified cloud account

func (*Client) EnumerateVSphereRegionsAsync added in v0.4.0

func (a *Client) EnumerateVSphereRegionsAsync(params *EnumerateVSphereRegionsAsyncParams, opts ...ClientOption) (*EnumerateVSphereRegionsAsyncAccepted, error)

EnumerateVSphereRegionsAsync gets the available regions for specified v sphere cloud account

Get the available regions for specified vSphere cloud account

func (*Client) EnumerateVcfRegionsAsync added in v0.4.0

func (a *Client) EnumerateVcfRegionsAsync(params *EnumerateVcfRegionsAsyncParams, opts ...ClientOption) (*EnumerateVcfRegionsAsyncAccepted, error)

EnumerateVcfRegionsAsync gets the available regions for specified v c f cloud account

Get the available regions for specified VCF cloud account

func (*Client) EnumerateVmcRegionsAsync added in v0.4.0

func (a *Client) EnumerateVmcRegionsAsync(params *EnumerateVmcRegionsAsyncParams, opts ...ClientOption) (*EnumerateVmcRegionsAsyncAccepted, error)

EnumerateVmcRegionsAsync gets the available regions for specified VM c cloud account

Get the available regions for specified VMC cloud account

func (*Client) GetAwsCloudAccount

func (a *Client) GetAwsCloudAccount(params *GetAwsCloudAccountParams, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*GetCloudAccountOK, error)

GetCloudAccount gets cloud account

Get cloud account with a given id

func (*Client) GetCloudAccounts

func (a *Client) GetCloudAccounts(params *GetCloudAccountsParams, opts ...ClientOption) (*GetCloudAccountsOK, error)

GetCloudAccounts gets cloud accounts

Get all cloud accounts within the current organization

func (*Client) GetGcpCloudAccount

func (a *Client) GetGcpCloudAccount(params *GetGcpCloudAccountParams, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*GetNsxVCloudAccountsOK, error)

GetNsxVCloudAccounts gets n s x v cloud accounts

Get all NSX-V cloud accounts within the current organization

func (*Client) GetRegionEnumerationResult added in v0.4.0

func (a *Client) GetRegionEnumerationResult(params *GetRegionEnumerationResultParams, opts ...ClientOption) (*GetRegionEnumerationResultOK, error)

GetRegionEnumerationResult gets region enumeration response

Get region enumeration response for a given id

func (*Client) GetVSphereCloudAccount

func (a *Client) GetVSphereCloudAccount(params *GetVSphereCloudAccountParams, opts ...ClientOption) (*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, opts ...ClientOption) (*GetVSphereCloudAccountsOK, error)

GetVSphereCloudAccounts gets v sphere cloud accounts

Get all vSphere cloud accounts within the current organization

func (*Client) GetVcfCloudAccount added in v0.2.14

func (a *Client) GetVcfCloudAccount(params *GetVcfCloudAccountParams, opts ...ClientOption) (*GetVcfCloudAccountOK, error)

GetVcfCloudAccount gets an v c f cloud account

Get an VCF cloud account with a given id

func (*Client) GetVcfCloudAccounts added in v0.2.14

func (a *Client) GetVcfCloudAccounts(params *GetVcfCloudAccountsParams, opts ...ClientOption) (*GetVcfCloudAccountsOK, error)

GetVcfCloudAccounts gets v c f cloud accounts

Get all VCF cloud accounts within the current organization

func (*Client) GetVmcCloudAccount added in v0.2.8

func (a *Client) GetVmcCloudAccount(params *GetVmcCloudAccountParams, opts ...ClientOption) (*GetVmcCloudAccountOK, error)

GetVmcCloudAccount gets an VM c cloud account

Get an VMC cloud account with a given id

func (*Client) GetVmcCloudAccounts added in v0.2.8

func (a *Client) GetVmcCloudAccounts(params *GetVmcCloudAccountsParams, opts ...ClientOption) (*GetVmcCloudAccountsOK, error)

GetVmcCloudAccounts gets VM c cloud accounts

Get all VMC cloud accounts within the current organization

func (*Client) RunEndpointHealthCheck added in v0.5.0

func (a *Client) RunEndpointHealthCheck(params *RunEndpointHealthCheckParams, opts ...ClientOption) (*RunEndpointHealthCheckAccepted, error)

RunEndpointHealthCheck starts cloud account health check

Starts cloud account health check identified by its endpoint state

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateAWSCloudAccountAsync added in v0.4.0

func (a *Client) UpdateAWSCloudAccountAsync(params *UpdateAWSCloudAccountAsyncParams, opts ...ClientOption) (*UpdateAWSCloudAccountAsyncAccepted, error)

UpdateAWSCloudAccountAsync updates a w s cloud account

Update AWS cloud account

func (*Client) UpdateAzureCloudAccountAsync added in v0.4.0

func (a *Client) UpdateAzureCloudAccountAsync(params *UpdateAzureCloudAccountAsyncParams, opts ...ClientOption) (*UpdateAzureCloudAccountAsyncAccepted, error)

UpdateAzureCloudAccountAsync updates azure cloud account

Update Azure cloud account

func (*Client) UpdateCloudAccountAsync added in v0.4.0

func (a *Client) UpdateCloudAccountAsync(params *UpdateCloudAccountAsyncParams, opts ...ClientOption) (*UpdateCloudAccountAsyncAccepted, error)

UpdateCloudAccountAsync updates cloud account

Update a single CloudAccount

func (*Client) UpdateGcpCloudAccountAsync added in v0.4.0

func (a *Client) UpdateGcpCloudAccountAsync(params *UpdateGcpCloudAccountAsyncParams, opts ...ClientOption) (*UpdateGcpCloudAccountAsyncAccepted, error)

UpdateGcpCloudAccountAsync updates g c p cloud account

Update GCP cloud account

func (*Client) UpdateNsxTCloudAccountAsync added in v0.4.0

func (a *Client) UpdateNsxTCloudAccountAsync(params *UpdateNsxTCloudAccountAsyncParams, opts ...ClientOption) (*UpdateNsxTCloudAccountAsyncAccepted, error)

UpdateNsxTCloudAccountAsync updates n s x t cloud account

Update NSX-T cloud account

func (*Client) UpdateNsxVCloudAccountAsync added in v0.4.0

func (a *Client) UpdateNsxVCloudAccountAsync(params *UpdateNsxVCloudAccountAsyncParams, opts ...ClientOption) (*UpdateNsxVCloudAccountAsyncAccepted, error)

UpdateNsxVCloudAccountAsync updates n s x v cloud account

Update NSX-V cloud account

func (*Client) UpdateVMCCloudAccountAsync added in v0.4.0

func (a *Client) UpdateVMCCloudAccountAsync(params *UpdateVMCCloudAccountAsyncParams, opts ...ClientOption) (*UpdateVMCCloudAccountAsyncAccepted, error)

UpdateVMCCloudAccountAsync updates VM c cloud account

Update VMC cloud account

func (*Client) UpdateVSphereCloudAccountAsync added in v0.4.0

func (a *Client) UpdateVSphereCloudAccountAsync(params *UpdateVSphereCloudAccountAsyncParams, opts ...ClientOption) (*UpdateVSphereCloudAccountAsyncAccepted, error)

UpdateVSphereCloudAccountAsync updates v sphere cloud account

Update vSphere cloud account

func (*Client) UpdateVcfCloudAccountAsync added in v0.4.0

func (a *Client) UpdateVcfCloudAccountAsync(params *UpdateVcfCloudAccountAsyncParams, opts ...ClientOption) (*UpdateVcfCloudAccountAsyncAccepted, error)

UpdateVcfCloudAccountAsync updates v c f cloud account

Update VCF cloud account

type ClientOption added in v0.2.20

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.2.18

type ClientService interface {
	CreateAwsCloudAccountAsync(params *CreateAwsCloudAccountAsyncParams, opts ...ClientOption) (*CreateAwsCloudAccountAsyncAccepted, error)

	CreateAzureCloudAccountAsync(params *CreateAzureCloudAccountAsyncParams, opts ...ClientOption) (*CreateAzureCloudAccountAsyncAccepted, error)

	CreateCloudAccountAsync(params *CreateCloudAccountAsyncParams, opts ...ClientOption) (*CreateCloudAccountAsyncAccepted, error)

	CreateGcpCloudAccountAsync(params *CreateGcpCloudAccountAsyncParams, opts ...ClientOption) (*CreateGcpCloudAccountAsyncAccepted, error)

	CreateNsxTCloudAccountAsync(params *CreateNsxTCloudAccountAsyncParams, opts ...ClientOption) (*CreateNsxTCloudAccountAsyncAccepted, error)

	CreateNsxVCloudAccountAsync(params *CreateNsxVCloudAccountAsyncParams, opts ...ClientOption) (*CreateNsxVCloudAccountAsyncAccepted, error)

	CreateVSphereCloudAccountAsync(params *CreateVSphereCloudAccountAsyncParams, opts ...ClientOption) (*CreateVSphereCloudAccountAsyncAccepted, error)

	CreateVcfCloudAccountAsync(params *CreateVcfCloudAccountAsyncParams, opts ...ClientOption) (*CreateVcfCloudAccountAsyncAccepted, error)

	CreateVmcCloudAccountAsync(params *CreateVmcCloudAccountAsyncParams, opts ...ClientOption) (*CreateVmcCloudAccountAsyncAccepted, error)

	DeleteAwsCloudAccount(params *DeleteAwsCloudAccountParams, opts ...ClientOption) (*DeleteAwsCloudAccountAccepted, *DeleteAwsCloudAccountNoContent, error)

	DeleteAzureCloudAccount(params *DeleteAzureCloudAccountParams, opts ...ClientOption) (*DeleteAzureCloudAccountAccepted, *DeleteAzureCloudAccountNoContent, error)

	DeleteCloudAccount(params *DeleteCloudAccountParams, opts ...ClientOption) (*DeleteCloudAccountAccepted, *DeleteCloudAccountNoContent, error)

	DeleteCloudAccountNsxT(params *DeleteCloudAccountNsxTParams, opts ...ClientOption) (*DeleteCloudAccountNsxTAccepted, *DeleteCloudAccountNsxTNoContent, error)

	DeleteCloudAccountNsxV(params *DeleteCloudAccountNsxVParams, opts ...ClientOption) (*DeleteCloudAccountNsxVAccepted, *DeleteCloudAccountNsxVNoContent, error)

	DeleteGcpCloudAccount(params *DeleteGcpCloudAccountParams, opts ...ClientOption) (*DeleteGcpCloudAccountAccepted, *DeleteGcpCloudAccountNoContent, error)

	DeleteVSphereCloudAccount(params *DeleteVSphereCloudAccountParams, opts ...ClientOption) (*DeleteVSphereCloudAccountAccepted, *DeleteVSphereCloudAccountNoContent, error)

	DeleteVcfCloudAccount(params *DeleteVcfCloudAccountParams, opts ...ClientOption) (*DeleteVcfCloudAccountAccepted, *DeleteVcfCloudAccountNoContent, error)

	DeleteVmcCloudAccount(params *DeleteVmcCloudAccountParams, opts ...ClientOption) (*DeleteVmcCloudAccountAccepted, *DeleteVmcCloudAccountNoContent, error)

	EnumerateAwsRegionsAsync(params *EnumerateAwsRegionsAsyncParams, opts ...ClientOption) (*EnumerateAwsRegionsAsyncAccepted, error)

	EnumerateAzureRegionsAsync(params *EnumerateAzureRegionsAsyncParams, opts ...ClientOption) (*EnumerateAzureRegionsAsyncAccepted, error)

	EnumerateGcpRegionsAsync(params *EnumerateGcpRegionsAsyncParams, opts ...ClientOption) (*EnumerateGcpRegionsAsyncAccepted, error)

	EnumeratePrivateImages(params *EnumeratePrivateImagesParams, opts ...ClientOption) (*EnumeratePrivateImagesAccepted, error)

	EnumeratePrivateImagesAWS(params *EnumeratePrivateImagesAWSParams, opts ...ClientOption) (*EnumeratePrivateImagesAWSAccepted, error)

	EnumeratePrivateImagesAzure(params *EnumeratePrivateImagesAzureParams, opts ...ClientOption) (*EnumeratePrivateImagesAzureAccepted, error)

	EnumeratePrivateImagesGcp(params *EnumeratePrivateImagesGcpParams, opts ...ClientOption) (*EnumeratePrivateImagesGcpAccepted, error)

	EnumeratePrivateImagesVCF(params *EnumeratePrivateImagesVCFParams, opts ...ClientOption) (*EnumeratePrivateImagesVCFAccepted, error)

	EnumeratePrivateImagesVMC(params *EnumeratePrivateImagesVMCParams, opts ...ClientOption) (*EnumeratePrivateImagesVMCAccepted, error)

	EnumeratePrivateImagesVSphere(params *EnumeratePrivateImagesVSphereParams, opts ...ClientOption) (*EnumeratePrivateImagesVSphereAccepted, error)

	EnumerateRegionsAsync(params *EnumerateRegionsAsyncParams, opts ...ClientOption) (*EnumerateRegionsAsyncAccepted, error)

	EnumerateVSphereRegionsAsync(params *EnumerateVSphereRegionsAsyncParams, opts ...ClientOption) (*EnumerateVSphereRegionsAsyncAccepted, error)

	EnumerateVcfRegionsAsync(params *EnumerateVcfRegionsAsyncParams, opts ...ClientOption) (*EnumerateVcfRegionsAsyncAccepted, error)

	EnumerateVmcRegionsAsync(params *EnumerateVmcRegionsAsyncParams, opts ...ClientOption) (*EnumerateVmcRegionsAsyncAccepted, error)

	GetAwsCloudAccount(params *GetAwsCloudAccountParams, opts ...ClientOption) (*GetAwsCloudAccountOK, error)

	GetAwsCloudAccounts(params *GetAwsCloudAccountsParams, opts ...ClientOption) (*GetAwsCloudAccountsOK, error)

	GetAzureCloudAccount(params *GetAzureCloudAccountParams, opts ...ClientOption) (*GetAzureCloudAccountOK, error)

	GetAzureCloudAccounts(params *GetAzureCloudAccountsParams, opts ...ClientOption) (*GetAzureCloudAccountsOK, error)

	GetCloudAccount(params *GetCloudAccountParams, opts ...ClientOption) (*GetCloudAccountOK, error)

	GetCloudAccounts(params *GetCloudAccountsParams, opts ...ClientOption) (*GetCloudAccountsOK, error)

	GetGcpCloudAccount(params *GetGcpCloudAccountParams, opts ...ClientOption) (*GetGcpCloudAccountOK, error)

	GetGcpCloudAccounts(params *GetGcpCloudAccountsParams, opts ...ClientOption) (*GetGcpCloudAccountsOK, error)

	GetNsxTCloudAccount(params *GetNsxTCloudAccountParams, opts ...ClientOption) (*GetNsxTCloudAccountOK, error)

	GetNsxTCloudAccounts(params *GetNsxTCloudAccountsParams, opts ...ClientOption) (*GetNsxTCloudAccountsOK, error)

	GetNsxVCloudAccount(params *GetNsxVCloudAccountParams, opts ...ClientOption) (*GetNsxVCloudAccountOK, error)

	GetNsxVCloudAccounts(params *GetNsxVCloudAccountsParams, opts ...ClientOption) (*GetNsxVCloudAccountsOK, error)

	GetRegionEnumerationResult(params *GetRegionEnumerationResultParams, opts ...ClientOption) (*GetRegionEnumerationResultOK, error)

	GetVSphereCloudAccount(params *GetVSphereCloudAccountParams, opts ...ClientOption) (*GetVSphereCloudAccountOK, error)

	GetVSphereCloudAccounts(params *GetVSphereCloudAccountsParams, opts ...ClientOption) (*GetVSphereCloudAccountsOK, error)

	GetVcfCloudAccount(params *GetVcfCloudAccountParams, opts ...ClientOption) (*GetVcfCloudAccountOK, error)

	GetVcfCloudAccounts(params *GetVcfCloudAccountsParams, opts ...ClientOption) (*GetVcfCloudAccountsOK, error)

	GetVmcCloudAccount(params *GetVmcCloudAccountParams, opts ...ClientOption) (*GetVmcCloudAccountOK, error)

	GetVmcCloudAccounts(params *GetVmcCloudAccountsParams, opts ...ClientOption) (*GetVmcCloudAccountsOK, error)

	RunEndpointHealthCheck(params *RunEndpointHealthCheckParams, opts ...ClientOption) (*RunEndpointHealthCheckAccepted, error)

	UpdateAWSCloudAccountAsync(params *UpdateAWSCloudAccountAsyncParams, opts ...ClientOption) (*UpdateAWSCloudAccountAsyncAccepted, error)

	UpdateAzureCloudAccountAsync(params *UpdateAzureCloudAccountAsyncParams, opts ...ClientOption) (*UpdateAzureCloudAccountAsyncAccepted, error)

	UpdateCloudAccountAsync(params *UpdateCloudAccountAsyncParams, opts ...ClientOption) (*UpdateCloudAccountAsyncAccepted, error)

	UpdateGcpCloudAccountAsync(params *UpdateGcpCloudAccountAsyncParams, opts ...ClientOption) (*UpdateGcpCloudAccountAsyncAccepted, error)

	UpdateNsxTCloudAccountAsync(params *UpdateNsxTCloudAccountAsyncParams, opts ...ClientOption) (*UpdateNsxTCloudAccountAsyncAccepted, error)

	UpdateNsxVCloudAccountAsync(params *UpdateNsxVCloudAccountAsyncParams, opts ...ClientOption) (*UpdateNsxVCloudAccountAsyncAccepted, error)

	UpdateVMCCloudAccountAsync(params *UpdateVMCCloudAccountAsyncParams, opts ...ClientOption) (*UpdateVMCCloudAccountAsyncAccepted, error)

	UpdateVSphereCloudAccountAsync(params *UpdateVSphereCloudAccountAsyncParams, opts ...ClientOption) (*UpdateVSphereCloudAccountAsyncAccepted, error)

	UpdateVcfCloudAccountAsync(params *UpdateVcfCloudAccountAsyncParams, opts ...ClientOption) (*UpdateVcfCloudAccountAsyncAccepted, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new cloud account API client.

type CreateAwsCloudAccountAsyncAccepted added in v0.4.0

type CreateAwsCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateAwsCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateAwsCloudAccountAsyncAccepted added in v0.4.0

func NewCreateAwsCloudAccountAsyncAccepted() *CreateAwsCloudAccountAsyncAccepted

NewCreateAwsCloudAccountAsyncAccepted creates a CreateAwsCloudAccountAsyncAccepted with default headers values

func (*CreateAwsCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateAwsCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateAwsCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateAwsCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create aws cloud account async accepted response has a 4xx status code

func (*CreateAwsCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this create aws cloud account async accepted response a status code equal to that given

func (*CreateAwsCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *CreateAwsCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this create aws cloud account async accepted response has a 3xx status code

func (*CreateAwsCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateAwsCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create aws cloud account async accepted response has a 5xx status code

func (*CreateAwsCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this create aws cloud account async accepted response has a 2xx status code

func (*CreateAwsCloudAccountAsyncAccepted) String added in v0.5.0

type CreateAwsCloudAccountAsyncBadRequest added in v0.4.0

type CreateAwsCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateAwsCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateAwsCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateAwsCloudAccountAsyncBadRequest() *CreateAwsCloudAccountAsyncBadRequest

NewCreateAwsCloudAccountAsyncBadRequest creates a CreateAwsCloudAccountAsyncBadRequest with default headers values

func (*CreateAwsCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateAwsCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateAwsCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateAwsCloudAccountAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create aws cloud account async bad request response has a 4xx status code

func (*CreateAwsCloudAccountAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this create aws cloud account async bad request response a status code equal to that given

func (*CreateAwsCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create aws cloud account async bad request response has a 3xx status code

func (*CreateAwsCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateAwsCloudAccountAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create aws cloud account async bad request response has a 5xx status code

func (*CreateAwsCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create aws cloud account async bad request response has a 2xx status code

func (*CreateAwsCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateAwsCloudAccountAsyncForbidden added in v0.4.0

type CreateAwsCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateAwsCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateAwsCloudAccountAsyncForbidden added in v0.4.0

func NewCreateAwsCloudAccountAsyncForbidden() *CreateAwsCloudAccountAsyncForbidden

NewCreateAwsCloudAccountAsyncForbidden creates a CreateAwsCloudAccountAsyncForbidden with default headers values

func (*CreateAwsCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateAwsCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateAwsCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateAwsCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create aws cloud account async forbidden response has a 4xx status code

func (*CreateAwsCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this create aws cloud account async forbidden response a status code equal to that given

func (*CreateAwsCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *CreateAwsCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this create aws cloud account async forbidden response has a 3xx status code

func (*CreateAwsCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateAwsCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create aws cloud account async forbidden response has a 5xx status code

func (*CreateAwsCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create aws cloud account async forbidden response has a 2xx status code

func (*CreateAwsCloudAccountAsyncForbidden) String added in v0.5.0

type CreateAwsCloudAccountAsyncParams added in v0.4.0

type CreateAwsCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Cloud account Aws specification
	*/
	Body *models.CloudAccountAwsSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAwsCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create aws cloud account async operation.

Typically these are written to a http.Request.

func NewCreateAwsCloudAccountAsyncParams added in v0.4.0

func NewCreateAwsCloudAccountAsyncParams() *CreateAwsCloudAccountAsyncParams

NewCreateAwsCloudAccountAsyncParams creates a new CreateAwsCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateAwsCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateAwsCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateAwsCloudAccountAsyncParams

NewCreateAwsCloudAccountAsyncParamsWithContext creates a new CreateAwsCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateAwsCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateAwsCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateAwsCloudAccountAsyncParams

NewCreateAwsCloudAccountAsyncParamsWithHTTPClient creates a new CreateAwsCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAwsCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateAwsCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateAwsCloudAccountAsyncParams

NewCreateAwsCloudAccountAsyncParamsWithTimeout creates a new CreateAwsCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateAwsCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateAwsCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateAwsCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create aws cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAwsCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateAwsCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create aws cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAwsCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

func (o *CreateAwsCloudAccountAsyncParams) WithValidateOnly(validateOnly *string) *CreateAwsCloudAccountAsyncParams

WithValidateOnly adds the validateOnly to the create aws cloud account async params

func (*CreateAwsCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateAwsCloudAccountAsyncReader added in v0.4.0

type CreateAwsCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateAwsCloudAccountAsyncReader is a Reader for the CreateAwsCloudAccountAsync structure.

func (*CreateAwsCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateAwsCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateAzureCloudAccountAsyncAccepted added in v0.4.0

type CreateAzureCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateAzureCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateAzureCloudAccountAsyncAccepted added in v0.4.0

func NewCreateAzureCloudAccountAsyncAccepted() *CreateAzureCloudAccountAsyncAccepted

NewCreateAzureCloudAccountAsyncAccepted creates a CreateAzureCloudAccountAsyncAccepted with default headers values

func (*CreateAzureCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateAzureCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateAzureCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateAzureCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create azure cloud account async accepted response has a 4xx status code

func (*CreateAzureCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this create azure cloud account async accepted response a status code equal to that given

func (*CreateAzureCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this create azure cloud account async accepted response has a 3xx status code

func (*CreateAzureCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateAzureCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create azure cloud account async accepted response has a 5xx status code

func (*CreateAzureCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this create azure cloud account async accepted response has a 2xx status code

func (*CreateAzureCloudAccountAsyncAccepted) String added in v0.5.0

type CreateAzureCloudAccountAsyncBadRequest added in v0.4.0

type CreateAzureCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateAzureCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateAzureCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateAzureCloudAccountAsyncBadRequest() *CreateAzureCloudAccountAsyncBadRequest

NewCreateAzureCloudAccountAsyncBadRequest creates a CreateAzureCloudAccountAsyncBadRequest with default headers values

func (*CreateAzureCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateAzureCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateAzureCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateAzureCloudAccountAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create azure cloud account async bad request response has a 4xx status code

func (*CreateAzureCloudAccountAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this create azure cloud account async bad request response a status code equal to that given

func (*CreateAzureCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create azure cloud account async bad request response has a 3xx status code

func (*CreateAzureCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateAzureCloudAccountAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create azure cloud account async bad request response has a 5xx status code

func (*CreateAzureCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create azure cloud account async bad request response has a 2xx status code

func (*CreateAzureCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateAzureCloudAccountAsyncForbidden added in v0.4.0

type CreateAzureCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateAzureCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateAzureCloudAccountAsyncForbidden added in v0.4.0

func NewCreateAzureCloudAccountAsyncForbidden() *CreateAzureCloudAccountAsyncForbidden

NewCreateAzureCloudAccountAsyncForbidden creates a CreateAzureCloudAccountAsyncForbidden with default headers values

func (*CreateAzureCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateAzureCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateAzureCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateAzureCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create azure cloud account async forbidden response has a 4xx status code

func (*CreateAzureCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this create azure cloud account async forbidden response a status code equal to that given

func (*CreateAzureCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create azure cloud account async forbidden response has a 3xx status code

func (*CreateAzureCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateAzureCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create azure cloud account async forbidden response has a 5xx status code

func (*CreateAzureCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create azure cloud account async forbidden response has a 2xx status code

func (*CreateAzureCloudAccountAsyncForbidden) String added in v0.5.0

type CreateAzureCloudAccountAsyncParams added in v0.4.0

type CreateAzureCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Cloud account Azure specification
	*/
	Body *models.CloudAccountAzureSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateAzureCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create azure cloud account async operation.

Typically these are written to a http.Request.

func NewCreateAzureCloudAccountAsyncParams added in v0.4.0

func NewCreateAzureCloudAccountAsyncParams() *CreateAzureCloudAccountAsyncParams

NewCreateAzureCloudAccountAsyncParams creates a new CreateAzureCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateAzureCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateAzureCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateAzureCloudAccountAsyncParams

NewCreateAzureCloudAccountAsyncParamsWithContext creates a new CreateAzureCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateAzureCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateAzureCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateAzureCloudAccountAsyncParams

NewCreateAzureCloudAccountAsyncParamsWithHTTPClient creates a new CreateAzureCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAzureCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateAzureCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateAzureCloudAccountAsyncParams

NewCreateAzureCloudAccountAsyncParamsWithTimeout creates a new CreateAzureCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateAzureCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateAzureCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateAzureCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create azure cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAzureCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateAzureCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create azure cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateAzureCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

WithValidateOnly adds the validateOnly to the create azure cloud account async params

func (*CreateAzureCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateAzureCloudAccountAsyncReader added in v0.4.0

type CreateAzureCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateAzureCloudAccountAsyncReader is a Reader for the CreateAzureCloudAccountAsync structure.

func (*CreateAzureCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateAzureCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateCloudAccountAsyncAccepted added in v0.4.0

type CreateCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateCloudAccountAsyncAccepted added in v0.4.0

func NewCreateCloudAccountAsyncAccepted() *CreateCloudAccountAsyncAccepted

NewCreateCloudAccountAsyncAccepted creates a CreateCloudAccountAsyncAccepted with default headers values

func (*CreateCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create cloud account async accepted response has a 4xx status code

func (*CreateCloudAccountAsyncAccepted) IsCode added in v0.5.0

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

IsCode returns true when this create cloud account async accepted response a status code equal to that given

func (*CreateCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *CreateCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this create cloud account async accepted response has a 3xx status code

func (*CreateCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create cloud account async accepted response has a 5xx status code

func (*CreateCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

func (o *CreateCloudAccountAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this create cloud account async accepted response has a 2xx status code

func (*CreateCloudAccountAsyncAccepted) String added in v0.5.0

type CreateCloudAccountAsyncBadRequest added in v0.4.0

type CreateCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateCloudAccountAsyncBadRequest() *CreateCloudAccountAsyncBadRequest

NewCreateCloudAccountAsyncBadRequest creates a CreateCloudAccountAsyncBadRequest with default headers values

func (*CreateCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateCloudAccountAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create cloud account async bad request response has a 4xx status code

func (*CreateCloudAccountAsyncBadRequest) IsCode added in v0.5.0

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

IsCode returns true when this create cloud account async bad request response a status code equal to that given

func (*CreateCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

func (o *CreateCloudAccountAsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this create cloud account async bad request response has a 3xx status code

func (*CreateCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateCloudAccountAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create cloud account async bad request response has a 5xx status code

func (*CreateCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

func (o *CreateCloudAccountAsyncBadRequest) IsSuccess() bool

IsSuccess returns true when this create cloud account async bad request response has a 2xx status code

func (*CreateCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateCloudAccountAsyncForbidden added in v0.4.0

type CreateCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateCloudAccountAsyncForbidden added in v0.4.0

func NewCreateCloudAccountAsyncForbidden() *CreateCloudAccountAsyncForbidden

NewCreateCloudAccountAsyncForbidden creates a CreateCloudAccountAsyncForbidden with default headers values

func (*CreateCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create cloud account async forbidden response has a 4xx status code

func (*CreateCloudAccountAsyncForbidden) IsCode added in v0.5.0

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

IsCode returns true when this create cloud account async forbidden response a status code equal to that given

func (*CreateCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *CreateCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this create cloud account async forbidden response has a 3xx status code

func (*CreateCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create cloud account async forbidden response has a 5xx status code

func (*CreateCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

func (o *CreateCloudAccountAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this create cloud account async forbidden response has a 2xx status code

func (*CreateCloudAccountAsyncForbidden) String added in v0.5.0

type CreateCloudAccountAsyncParams added in v0.4.0

type CreateCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   CloudAccount instance
	*/
	Body *models.CloudAccountSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create cloud account async operation.

Typically these are written to a http.Request.

func NewCreateCloudAccountAsyncParams added in v0.4.0

func NewCreateCloudAccountAsyncParams() *CreateCloudAccountAsyncParams

NewCreateCloudAccountAsyncParams creates a new CreateCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateCloudAccountAsyncParams

NewCreateCloudAccountAsyncParamsWithContext creates a new CreateCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateCloudAccountAsyncParams

NewCreateCloudAccountAsyncParamsWithHTTPClient creates a new CreateCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateCloudAccountAsyncParams

NewCreateCloudAccountAsyncParamsWithTimeout creates a new CreateCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create cloud account async params

func (*CreateCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create cloud account async params

func (*CreateCloudAccountAsyncParams) SetContext added in v0.4.0

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

SetContext adds the context to the create cloud account async params

func (*CreateCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create cloud account async params

func (*CreateCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create cloud account async params

func (*CreateCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create cloud account async params

func (*CreateCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create cloud account async params

func (*CreateCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create cloud account async params

func (*CreateCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create cloud account async params

func (*CreateCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create cloud account async params

func (*CreateCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create cloud account async params

func (*CreateCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

func (o *CreateCloudAccountAsyncParams) WithValidateOnly(validateOnly *string) *CreateCloudAccountAsyncParams

WithValidateOnly adds the validateOnly to the create cloud account async params

func (*CreateCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateCloudAccountAsyncReader added in v0.4.0

type CreateCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateCloudAccountAsyncReader is a Reader for the CreateCloudAccountAsync structure.

func (*CreateCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateGcpCloudAccountAsyncAccepted added in v0.4.0

type CreateGcpCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateGcpCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateGcpCloudAccountAsyncAccepted added in v0.4.0

func NewCreateGcpCloudAccountAsyncAccepted() *CreateGcpCloudAccountAsyncAccepted

NewCreateGcpCloudAccountAsyncAccepted creates a CreateGcpCloudAccountAsyncAccepted with default headers values

func (*CreateGcpCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateGcpCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateGcpCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateGcpCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create gcp cloud account async accepted response has a 4xx status code

func (*CreateGcpCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this create gcp cloud account async accepted response a status code equal to that given

func (*CreateGcpCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *CreateGcpCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this create gcp cloud account async accepted response has a 3xx status code

func (*CreateGcpCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateGcpCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create gcp cloud account async accepted response has a 5xx status code

func (*CreateGcpCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this create gcp cloud account async accepted response has a 2xx status code

func (*CreateGcpCloudAccountAsyncAccepted) String added in v0.5.0

type CreateGcpCloudAccountAsyncBadRequest added in v0.4.0

type CreateGcpCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateGcpCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateGcpCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateGcpCloudAccountAsyncBadRequest() *CreateGcpCloudAccountAsyncBadRequest

NewCreateGcpCloudAccountAsyncBadRequest creates a CreateGcpCloudAccountAsyncBadRequest with default headers values

func (*CreateGcpCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateGcpCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateGcpCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateGcpCloudAccountAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create gcp cloud account async bad request response has a 4xx status code

func (*CreateGcpCloudAccountAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this create gcp cloud account async bad request response a status code equal to that given

func (*CreateGcpCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create gcp cloud account async bad request response has a 3xx status code

func (*CreateGcpCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateGcpCloudAccountAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create gcp cloud account async bad request response has a 5xx status code

func (*CreateGcpCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create gcp cloud account async bad request response has a 2xx status code

func (*CreateGcpCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateGcpCloudAccountAsyncForbidden added in v0.4.0

type CreateGcpCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateGcpCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateGcpCloudAccountAsyncForbidden added in v0.4.0

func NewCreateGcpCloudAccountAsyncForbidden() *CreateGcpCloudAccountAsyncForbidden

NewCreateGcpCloudAccountAsyncForbidden creates a CreateGcpCloudAccountAsyncForbidden with default headers values

func (*CreateGcpCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateGcpCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateGcpCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateGcpCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create gcp cloud account async forbidden response has a 4xx status code

func (*CreateGcpCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this create gcp cloud account async forbidden response a status code equal to that given

func (*CreateGcpCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *CreateGcpCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this create gcp cloud account async forbidden response has a 3xx status code

func (*CreateGcpCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateGcpCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create gcp cloud account async forbidden response has a 5xx status code

func (*CreateGcpCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create gcp cloud account async forbidden response has a 2xx status code

func (*CreateGcpCloudAccountAsyncForbidden) String added in v0.5.0

type CreateGcpCloudAccountAsyncParams added in v0.4.0

type CreateGcpCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Cloud account Gcp specification
	*/
	Body *models.CloudAccountGcpSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateGcpCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create gcp cloud account async operation.

Typically these are written to a http.Request.

func NewCreateGcpCloudAccountAsyncParams added in v0.4.0

func NewCreateGcpCloudAccountAsyncParams() *CreateGcpCloudAccountAsyncParams

NewCreateGcpCloudAccountAsyncParams creates a new CreateGcpCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateGcpCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateGcpCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateGcpCloudAccountAsyncParams

NewCreateGcpCloudAccountAsyncParamsWithContext creates a new CreateGcpCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateGcpCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateGcpCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateGcpCloudAccountAsyncParams

NewCreateGcpCloudAccountAsyncParamsWithHTTPClient creates a new CreateGcpCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateGcpCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateGcpCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateGcpCloudAccountAsyncParams

NewCreateGcpCloudAccountAsyncParamsWithTimeout creates a new CreateGcpCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateGcpCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateGcpCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateGcpCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create gcp cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateGcpCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateGcpCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create gcp cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateGcpCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

func (o *CreateGcpCloudAccountAsyncParams) WithValidateOnly(validateOnly *string) *CreateGcpCloudAccountAsyncParams

WithValidateOnly adds the validateOnly to the create gcp cloud account async params

func (*CreateGcpCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateGcpCloudAccountAsyncReader added in v0.4.0

type CreateGcpCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateGcpCloudAccountAsyncReader is a Reader for the CreateGcpCloudAccountAsync structure.

func (*CreateGcpCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateGcpCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateNsxTCloudAccountAsyncAccepted added in v0.4.0

type CreateNsxTCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateNsxTCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateNsxTCloudAccountAsyncAccepted added in v0.4.0

func NewCreateNsxTCloudAccountAsyncAccepted() *CreateNsxTCloudAccountAsyncAccepted

NewCreateNsxTCloudAccountAsyncAccepted creates a CreateNsxTCloudAccountAsyncAccepted with default headers values

func (*CreateNsxTCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateNsxTCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateNsxTCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateNsxTCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create nsx t cloud account async accepted response has a 4xx status code

func (*CreateNsxTCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this create nsx t cloud account async accepted response a status code equal to that given

func (*CreateNsxTCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *CreateNsxTCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this create nsx t cloud account async accepted response has a 3xx status code

func (*CreateNsxTCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateNsxTCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create nsx t cloud account async accepted response has a 5xx status code

func (*CreateNsxTCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this create nsx t cloud account async accepted response has a 2xx status code

func (*CreateNsxTCloudAccountAsyncAccepted) String added in v0.5.0

type CreateNsxTCloudAccountAsyncBadRequest added in v0.4.0

type CreateNsxTCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateNsxTCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateNsxTCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateNsxTCloudAccountAsyncBadRequest() *CreateNsxTCloudAccountAsyncBadRequest

NewCreateNsxTCloudAccountAsyncBadRequest creates a CreateNsxTCloudAccountAsyncBadRequest with default headers values

func (*CreateNsxTCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateNsxTCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateNsxTCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateNsxTCloudAccountAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create nsx t cloud account async bad request response has a 4xx status code

func (*CreateNsxTCloudAccountAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this create nsx t cloud account async bad request response a status code equal to that given

func (*CreateNsxTCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create nsx t cloud account async bad request response has a 3xx status code

func (*CreateNsxTCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateNsxTCloudAccountAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create nsx t cloud account async bad request response has a 5xx status code

func (*CreateNsxTCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create nsx t cloud account async bad request response has a 2xx status code

func (*CreateNsxTCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateNsxTCloudAccountAsyncForbidden added in v0.4.0

type CreateNsxTCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateNsxTCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateNsxTCloudAccountAsyncForbidden added in v0.4.0

func NewCreateNsxTCloudAccountAsyncForbidden() *CreateNsxTCloudAccountAsyncForbidden

NewCreateNsxTCloudAccountAsyncForbidden creates a CreateNsxTCloudAccountAsyncForbidden with default headers values

func (*CreateNsxTCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateNsxTCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateNsxTCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateNsxTCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create nsx t cloud account async forbidden response has a 4xx status code

func (*CreateNsxTCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this create nsx t cloud account async forbidden response a status code equal to that given

func (*CreateNsxTCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create nsx t cloud account async forbidden response has a 3xx status code

func (*CreateNsxTCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateNsxTCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create nsx t cloud account async forbidden response has a 5xx status code

func (*CreateNsxTCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create nsx t cloud account async forbidden response has a 2xx status code

func (*CreateNsxTCloudAccountAsyncForbidden) String added in v0.5.0

type CreateNsxTCloudAccountAsyncParams added in v0.4.0

type CreateNsxTCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Cloud account NsxT specification
	*/
	Body *models.CloudAccountNsxTSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateNsxTCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create nsx t cloud account async operation.

Typically these are written to a http.Request.

func NewCreateNsxTCloudAccountAsyncParams added in v0.4.0

func NewCreateNsxTCloudAccountAsyncParams() *CreateNsxTCloudAccountAsyncParams

NewCreateNsxTCloudAccountAsyncParams creates a new CreateNsxTCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateNsxTCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateNsxTCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateNsxTCloudAccountAsyncParams

NewCreateNsxTCloudAccountAsyncParamsWithContext creates a new CreateNsxTCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateNsxTCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateNsxTCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateNsxTCloudAccountAsyncParams

NewCreateNsxTCloudAccountAsyncParamsWithHTTPClient creates a new CreateNsxTCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateNsxTCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateNsxTCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateNsxTCloudAccountAsyncParams

NewCreateNsxTCloudAccountAsyncParamsWithTimeout creates a new CreateNsxTCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateNsxTCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateNsxTCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateNsxTCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create nsx t cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateNsxTCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateNsxTCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create nsx t cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateNsxTCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

WithValidateOnly adds the validateOnly to the create nsx t cloud account async params

func (*CreateNsxTCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateNsxTCloudAccountAsyncReader added in v0.4.0

type CreateNsxTCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateNsxTCloudAccountAsyncReader is a Reader for the CreateNsxTCloudAccountAsync structure.

func (*CreateNsxTCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateNsxTCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateNsxVCloudAccountAsyncAccepted added in v0.4.0

type CreateNsxVCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateNsxVCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateNsxVCloudAccountAsyncAccepted added in v0.4.0

func NewCreateNsxVCloudAccountAsyncAccepted() *CreateNsxVCloudAccountAsyncAccepted

NewCreateNsxVCloudAccountAsyncAccepted creates a CreateNsxVCloudAccountAsyncAccepted with default headers values

func (*CreateNsxVCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateNsxVCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateNsxVCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateNsxVCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create nsx v cloud account async accepted response has a 4xx status code

func (*CreateNsxVCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this create nsx v cloud account async accepted response a status code equal to that given

func (*CreateNsxVCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *CreateNsxVCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this create nsx v cloud account async accepted response has a 3xx status code

func (*CreateNsxVCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateNsxVCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create nsx v cloud account async accepted response has a 5xx status code

func (*CreateNsxVCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this create nsx v cloud account async accepted response has a 2xx status code

func (*CreateNsxVCloudAccountAsyncAccepted) String added in v0.5.0

type CreateNsxVCloudAccountAsyncBadRequest added in v0.4.0

type CreateNsxVCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateNsxVCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateNsxVCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateNsxVCloudAccountAsyncBadRequest() *CreateNsxVCloudAccountAsyncBadRequest

NewCreateNsxVCloudAccountAsyncBadRequest creates a CreateNsxVCloudAccountAsyncBadRequest with default headers values

func (*CreateNsxVCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateNsxVCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateNsxVCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateNsxVCloudAccountAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create nsx v cloud account async bad request response has a 4xx status code

func (*CreateNsxVCloudAccountAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this create nsx v cloud account async bad request response a status code equal to that given

func (*CreateNsxVCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create nsx v cloud account async bad request response has a 3xx status code

func (*CreateNsxVCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateNsxVCloudAccountAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create nsx v cloud account async bad request response has a 5xx status code

func (*CreateNsxVCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create nsx v cloud account async bad request response has a 2xx status code

func (*CreateNsxVCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateNsxVCloudAccountAsyncForbidden added in v0.4.0

type CreateNsxVCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateNsxVCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateNsxVCloudAccountAsyncForbidden added in v0.4.0

func NewCreateNsxVCloudAccountAsyncForbidden() *CreateNsxVCloudAccountAsyncForbidden

NewCreateNsxVCloudAccountAsyncForbidden creates a CreateNsxVCloudAccountAsyncForbidden with default headers values

func (*CreateNsxVCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateNsxVCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateNsxVCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateNsxVCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create nsx v cloud account async forbidden response has a 4xx status code

func (*CreateNsxVCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this create nsx v cloud account async forbidden response a status code equal to that given

func (*CreateNsxVCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create nsx v cloud account async forbidden response has a 3xx status code

func (*CreateNsxVCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateNsxVCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create nsx v cloud account async forbidden response has a 5xx status code

func (*CreateNsxVCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create nsx v cloud account async forbidden response has a 2xx status code

func (*CreateNsxVCloudAccountAsyncForbidden) String added in v0.5.0

type CreateNsxVCloudAccountAsyncParams added in v0.4.0

type CreateNsxVCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Cloud Account NsxV Specification
	*/
	Body *models.CloudAccountNsxVSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateNsxVCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create nsx v cloud account async operation.

Typically these are written to a http.Request.

func NewCreateNsxVCloudAccountAsyncParams added in v0.4.0

func NewCreateNsxVCloudAccountAsyncParams() *CreateNsxVCloudAccountAsyncParams

NewCreateNsxVCloudAccountAsyncParams creates a new CreateNsxVCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateNsxVCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateNsxVCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateNsxVCloudAccountAsyncParams

NewCreateNsxVCloudAccountAsyncParamsWithContext creates a new CreateNsxVCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateNsxVCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateNsxVCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateNsxVCloudAccountAsyncParams

NewCreateNsxVCloudAccountAsyncParamsWithHTTPClient creates a new CreateNsxVCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateNsxVCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateNsxVCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateNsxVCloudAccountAsyncParams

NewCreateNsxVCloudAccountAsyncParamsWithTimeout creates a new CreateNsxVCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateNsxVCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateNsxVCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateNsxVCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create nsx v cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateNsxVCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateNsxVCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create nsx v cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateNsxVCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

WithValidateOnly adds the validateOnly to the create nsx v cloud account async params

func (*CreateNsxVCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateNsxVCloudAccountAsyncReader added in v0.4.0

type CreateNsxVCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateNsxVCloudAccountAsyncReader is a Reader for the CreateNsxVCloudAccountAsync structure.

func (*CreateNsxVCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateNsxVCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateVSphereCloudAccountAsyncAccepted added in v0.4.0

type CreateVSphereCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateVSphereCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateVSphereCloudAccountAsyncAccepted added in v0.4.0

func NewCreateVSphereCloudAccountAsyncAccepted() *CreateVSphereCloudAccountAsyncAccepted

NewCreateVSphereCloudAccountAsyncAccepted creates a CreateVSphereCloudAccountAsyncAccepted with default headers values

func (*CreateVSphereCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateVSphereCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateVSphereCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateVSphereCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create v sphere cloud account async accepted response has a 4xx status code

func (*CreateVSphereCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this create v sphere cloud account async accepted response a status code equal to that given

func (*CreateVSphereCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this create v sphere cloud account async accepted response has a 3xx status code

func (*CreateVSphereCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateVSphereCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create v sphere cloud account async accepted response has a 5xx status code

func (*CreateVSphereCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this create v sphere cloud account async accepted response has a 2xx status code

func (*CreateVSphereCloudAccountAsyncAccepted) String added in v0.5.0

type CreateVSphereCloudAccountAsyncBadRequest added in v0.4.0

type CreateVSphereCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateVSphereCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateVSphereCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateVSphereCloudAccountAsyncBadRequest() *CreateVSphereCloudAccountAsyncBadRequest

NewCreateVSphereCloudAccountAsyncBadRequest creates a CreateVSphereCloudAccountAsyncBadRequest with default headers values

func (*CreateVSphereCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateVSphereCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateVSphereCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

IsClientError returns true when this create v sphere cloud account async bad request response has a 4xx status code

func (*CreateVSphereCloudAccountAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this create v sphere cloud account async bad request response a status code equal to that given

func (*CreateVSphereCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create v sphere cloud account async bad request response has a 3xx status code

func (*CreateVSphereCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

IsServerError returns true when this create v sphere cloud account async bad request response has a 5xx status code

func (*CreateVSphereCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create v sphere cloud account async bad request response has a 2xx status code

func (*CreateVSphereCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateVSphereCloudAccountAsyncForbidden added in v0.4.0

type CreateVSphereCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateVSphereCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateVSphereCloudAccountAsyncForbidden added in v0.4.0

func NewCreateVSphereCloudAccountAsyncForbidden() *CreateVSphereCloudAccountAsyncForbidden

NewCreateVSphereCloudAccountAsyncForbidden creates a CreateVSphereCloudAccountAsyncForbidden with default headers values

func (*CreateVSphereCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateVSphereCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateVSphereCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateVSphereCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create v sphere cloud account async forbidden response has a 4xx status code

func (*CreateVSphereCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this create v sphere cloud account async forbidden response a status code equal to that given

func (*CreateVSphereCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this create v sphere cloud account async forbidden response has a 3xx status code

func (*CreateVSphereCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateVSphereCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create v sphere cloud account async forbidden response has a 5xx status code

func (*CreateVSphereCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create v sphere cloud account async forbidden response has a 2xx status code

func (*CreateVSphereCloudAccountAsyncForbidden) String added in v0.5.0

type CreateVSphereCloudAccountAsyncParams added in v0.4.0

type CreateVSphereCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   CloudAccount instance
	*/
	Body *models.CloudAccountVsphereSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateVSphereCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create v sphere cloud account async operation.

Typically these are written to a http.Request.

func NewCreateVSphereCloudAccountAsyncParams added in v0.4.0

func NewCreateVSphereCloudAccountAsyncParams() *CreateVSphereCloudAccountAsyncParams

NewCreateVSphereCloudAccountAsyncParams creates a new CreateVSphereCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateVSphereCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateVSphereCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateVSphereCloudAccountAsyncParams

NewCreateVSphereCloudAccountAsyncParamsWithContext creates a new CreateVSphereCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateVSphereCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateVSphereCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateVSphereCloudAccountAsyncParams

NewCreateVSphereCloudAccountAsyncParamsWithHTTPClient creates a new CreateVSphereCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVSphereCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateVSphereCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateVSphereCloudAccountAsyncParams

NewCreateVSphereCloudAccountAsyncParamsWithTimeout creates a new CreateVSphereCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateVSphereCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateVSphereCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateVSphereCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create v sphere cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVSphereCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateVSphereCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create v sphere cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVSphereCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

WithValidateOnly adds the validateOnly to the create v sphere cloud account async params

func (*CreateVSphereCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateVSphereCloudAccountAsyncReader added in v0.4.0

type CreateVSphereCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateVSphereCloudAccountAsyncReader is a Reader for the CreateVSphereCloudAccountAsync structure.

func (*CreateVSphereCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateVSphereCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateVcfCloudAccountAsyncAccepted added in v0.4.0

type CreateVcfCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateVcfCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateVcfCloudAccountAsyncAccepted added in v0.4.0

func NewCreateVcfCloudAccountAsyncAccepted() *CreateVcfCloudAccountAsyncAccepted

NewCreateVcfCloudAccountAsyncAccepted creates a CreateVcfCloudAccountAsyncAccepted with default headers values

func (*CreateVcfCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateVcfCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateVcfCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateVcfCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create vcf cloud account async accepted response has a 4xx status code

func (*CreateVcfCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this create vcf cloud account async accepted response a status code equal to that given

func (*CreateVcfCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *CreateVcfCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this create vcf cloud account async accepted response has a 3xx status code

func (*CreateVcfCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateVcfCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create vcf cloud account async accepted response has a 5xx status code

func (*CreateVcfCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this create vcf cloud account async accepted response has a 2xx status code

func (*CreateVcfCloudAccountAsyncAccepted) String added in v0.5.0

type CreateVcfCloudAccountAsyncBadRequest added in v0.4.0

type CreateVcfCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateVcfCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateVcfCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateVcfCloudAccountAsyncBadRequest() *CreateVcfCloudAccountAsyncBadRequest

NewCreateVcfCloudAccountAsyncBadRequest creates a CreateVcfCloudAccountAsyncBadRequest with default headers values

func (*CreateVcfCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateVcfCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateVcfCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateVcfCloudAccountAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create vcf cloud account async bad request response has a 4xx status code

func (*CreateVcfCloudAccountAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this create vcf cloud account async bad request response a status code equal to that given

func (*CreateVcfCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create vcf cloud account async bad request response has a 3xx status code

func (*CreateVcfCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateVcfCloudAccountAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create vcf cloud account async bad request response has a 5xx status code

func (*CreateVcfCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create vcf cloud account async bad request response has a 2xx status code

func (*CreateVcfCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateVcfCloudAccountAsyncForbidden added in v0.4.0

type CreateVcfCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateVcfCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateVcfCloudAccountAsyncForbidden added in v0.4.0

func NewCreateVcfCloudAccountAsyncForbidden() *CreateVcfCloudAccountAsyncForbidden

NewCreateVcfCloudAccountAsyncForbidden creates a CreateVcfCloudAccountAsyncForbidden with default headers values

func (*CreateVcfCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateVcfCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateVcfCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateVcfCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create vcf cloud account async forbidden response has a 4xx status code

func (*CreateVcfCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this create vcf cloud account async forbidden response a status code equal to that given

func (*CreateVcfCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *CreateVcfCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this create vcf cloud account async forbidden response has a 3xx status code

func (*CreateVcfCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateVcfCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create vcf cloud account async forbidden response has a 5xx status code

func (*CreateVcfCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create vcf cloud account async forbidden response has a 2xx status code

func (*CreateVcfCloudAccountAsyncForbidden) String added in v0.5.0

type CreateVcfCloudAccountAsyncParams added in v0.4.0

type CreateVcfCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Cloud account VCF specification
	*/
	Body *models.CloudAccountVcfSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateVcfCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create vcf cloud account async operation.

Typically these are written to a http.Request.

func NewCreateVcfCloudAccountAsyncParams added in v0.4.0

func NewCreateVcfCloudAccountAsyncParams() *CreateVcfCloudAccountAsyncParams

NewCreateVcfCloudAccountAsyncParams creates a new CreateVcfCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateVcfCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateVcfCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateVcfCloudAccountAsyncParams

NewCreateVcfCloudAccountAsyncParamsWithContext creates a new CreateVcfCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateVcfCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateVcfCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateVcfCloudAccountAsyncParams

NewCreateVcfCloudAccountAsyncParamsWithHTTPClient creates a new CreateVcfCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVcfCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateVcfCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateVcfCloudAccountAsyncParams

NewCreateVcfCloudAccountAsyncParamsWithTimeout creates a new CreateVcfCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateVcfCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateVcfCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateVcfCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create vcf cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVcfCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateVcfCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create vcf cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVcfCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

func (o *CreateVcfCloudAccountAsyncParams) WithValidateOnly(validateOnly *string) *CreateVcfCloudAccountAsyncParams

WithValidateOnly adds the validateOnly to the create vcf cloud account async params

func (*CreateVcfCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateVcfCloudAccountAsyncReader added in v0.4.0

type CreateVcfCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateVcfCloudAccountAsyncReader is a Reader for the CreateVcfCloudAccountAsync structure.

func (*CreateVcfCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateVcfCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateVmcCloudAccountAsyncAccepted added in v0.4.0

type CreateVmcCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

CreateVmcCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewCreateVmcCloudAccountAsyncAccepted added in v0.4.0

func NewCreateVmcCloudAccountAsyncAccepted() *CreateVmcCloudAccountAsyncAccepted

NewCreateVmcCloudAccountAsyncAccepted creates a CreateVmcCloudAccountAsyncAccepted with default headers values

func (*CreateVmcCloudAccountAsyncAccepted) Error added in v0.4.0

func (*CreateVmcCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*CreateVmcCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *CreateVmcCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this create vmc cloud account async accepted response has a 4xx status code

func (*CreateVmcCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this create vmc cloud account async accepted response a status code equal to that given

func (*CreateVmcCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *CreateVmcCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this create vmc cloud account async accepted response has a 3xx status code

func (*CreateVmcCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *CreateVmcCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this create vmc cloud account async accepted response has a 5xx status code

func (*CreateVmcCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this create vmc cloud account async accepted response has a 2xx status code

func (*CreateVmcCloudAccountAsyncAccepted) String added in v0.5.0

type CreateVmcCloudAccountAsyncBadRequest added in v0.4.0

type CreateVmcCloudAccountAsyncBadRequest struct {
	Payload *models.Error
}

CreateVmcCloudAccountAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewCreateVmcCloudAccountAsyncBadRequest added in v0.4.0

func NewCreateVmcCloudAccountAsyncBadRequest() *CreateVmcCloudAccountAsyncBadRequest

NewCreateVmcCloudAccountAsyncBadRequest creates a CreateVmcCloudAccountAsyncBadRequest with default headers values

func (*CreateVmcCloudAccountAsyncBadRequest) Error added in v0.4.0

func (*CreateVmcCloudAccountAsyncBadRequest) GetPayload added in v0.4.0

func (*CreateVmcCloudAccountAsyncBadRequest) IsClientError added in v0.5.0

func (o *CreateVmcCloudAccountAsyncBadRequest) IsClientError() bool

IsClientError returns true when this create vmc cloud account async bad request response has a 4xx status code

func (*CreateVmcCloudAccountAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this create vmc cloud account async bad request response a status code equal to that given

func (*CreateVmcCloudAccountAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this create vmc cloud account async bad request response has a 3xx status code

func (*CreateVmcCloudAccountAsyncBadRequest) IsServerError added in v0.5.0

func (o *CreateVmcCloudAccountAsyncBadRequest) IsServerError() bool

IsServerError returns true when this create vmc cloud account async bad request response has a 5xx status code

func (*CreateVmcCloudAccountAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this create vmc cloud account async bad request response has a 2xx status code

func (*CreateVmcCloudAccountAsyncBadRequest) String added in v0.5.0

type CreateVmcCloudAccountAsyncForbidden added in v0.4.0

type CreateVmcCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

CreateVmcCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewCreateVmcCloudAccountAsyncForbidden added in v0.4.0

func NewCreateVmcCloudAccountAsyncForbidden() *CreateVmcCloudAccountAsyncForbidden

NewCreateVmcCloudAccountAsyncForbidden creates a CreateVmcCloudAccountAsyncForbidden with default headers values

func (*CreateVmcCloudAccountAsyncForbidden) Error added in v0.4.0

func (*CreateVmcCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*CreateVmcCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *CreateVmcCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this create vmc cloud account async forbidden response has a 4xx status code

func (*CreateVmcCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this create vmc cloud account async forbidden response a status code equal to that given

func (*CreateVmcCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *CreateVmcCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this create vmc cloud account async forbidden response has a 3xx status code

func (*CreateVmcCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *CreateVmcCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this create vmc cloud account async forbidden response has a 5xx status code

func (*CreateVmcCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this create vmc cloud account async forbidden response has a 2xx status code

func (*CreateVmcCloudAccountAsyncForbidden) String added in v0.5.0

type CreateVmcCloudAccountAsyncParams added in v0.4.0

type CreateVmcCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Cloud account VMC specification
	*/
	Body *models.CloudAccountVmcSpecification

	/* ValidateOnly.

	   If provided, it only validates the credentials in the Cloud Account Specification, and cloud account will not be created.
	*/
	ValidateOnly *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateVmcCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the create vmc cloud account async operation.

Typically these are written to a http.Request.

func NewCreateVmcCloudAccountAsyncParams added in v0.4.0

func NewCreateVmcCloudAccountAsyncParams() *CreateVmcCloudAccountAsyncParams

NewCreateVmcCloudAccountAsyncParams creates a new CreateVmcCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateVmcCloudAccountAsyncParamsWithContext added in v0.4.0

func NewCreateVmcCloudAccountAsyncParamsWithContext(ctx context.Context) *CreateVmcCloudAccountAsyncParams

NewCreateVmcCloudAccountAsyncParamsWithContext creates a new CreateVmcCloudAccountAsyncParams object with the ability to set a context for a request.

func NewCreateVmcCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewCreateVmcCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *CreateVmcCloudAccountAsyncParams

NewCreateVmcCloudAccountAsyncParamsWithHTTPClient creates a new CreateVmcCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVmcCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewCreateVmcCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *CreateVmcCloudAccountAsyncParams

NewCreateVmcCloudAccountAsyncParamsWithTimeout creates a new CreateVmcCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*CreateVmcCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *CreateVmcCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *CreateVmcCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the create vmc cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVmcCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) SetValidateOnly added in v0.4.0

func (o *CreateVmcCloudAccountAsyncParams) SetValidateOnly(validateOnly *string)

SetValidateOnly adds the validateOnly to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the create vmc cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVmcCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) WithValidateOnly added in v0.4.0

func (o *CreateVmcCloudAccountAsyncParams) WithValidateOnly(validateOnly *string) *CreateVmcCloudAccountAsyncParams

WithValidateOnly adds the validateOnly to the create vmc cloud account async params

func (*CreateVmcCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type CreateVmcCloudAccountAsyncReader added in v0.4.0

type CreateVmcCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

CreateVmcCloudAccountAsyncReader is a Reader for the CreateVmcCloudAccountAsync structure.

func (*CreateVmcCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *CreateVmcCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAwsCloudAccountAccepted added in v0.4.0

type DeleteAwsCloudAccountAccepted struct {
	Payload *models.RequestTracker
}

DeleteAwsCloudAccountAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteAwsCloudAccountAccepted added in v0.4.0

func NewDeleteAwsCloudAccountAccepted() *DeleteAwsCloudAccountAccepted

NewDeleteAwsCloudAccountAccepted creates a DeleteAwsCloudAccountAccepted with default headers values

func (*DeleteAwsCloudAccountAccepted) Error added in v0.4.0

func (*DeleteAwsCloudAccountAccepted) GetPayload added in v0.4.0

func (*DeleteAwsCloudAccountAccepted) IsClientError added in v0.5.0

func (o *DeleteAwsCloudAccountAccepted) IsClientError() bool

IsClientError returns true when this delete aws cloud account accepted response has a 4xx status code

func (*DeleteAwsCloudAccountAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete aws cloud account accepted response a status code equal to that given

func (*DeleteAwsCloudAccountAccepted) IsRedirect added in v0.5.0

func (o *DeleteAwsCloudAccountAccepted) IsRedirect() bool

IsRedirect returns true when this delete aws cloud account accepted response has a 3xx status code

func (*DeleteAwsCloudAccountAccepted) IsServerError added in v0.5.0

func (o *DeleteAwsCloudAccountAccepted) IsServerError() bool

IsServerError returns true when this delete aws cloud account accepted response has a 5xx status code

func (*DeleteAwsCloudAccountAccepted) IsSuccess added in v0.5.0

func (o *DeleteAwsCloudAccountAccepted) IsSuccess() bool

IsSuccess returns true when this delete aws cloud account accepted response has a 2xx status code

func (*DeleteAwsCloudAccountAccepted) String added in v0.5.0

type DeleteAwsCloudAccountForbidden

type DeleteAwsCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteAwsCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteAwsCloudAccountForbidden

func NewDeleteAwsCloudAccountForbidden() *DeleteAwsCloudAccountForbidden

NewDeleteAwsCloudAccountForbidden creates a DeleteAwsCloudAccountForbidden with default headers values

func (*DeleteAwsCloudAccountForbidden) Error

func (*DeleteAwsCloudAccountForbidden) GetPayload added in v0.2.20

func (*DeleteAwsCloudAccountForbidden) IsClientError added in v0.5.0

func (o *DeleteAwsCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this delete aws cloud account forbidden response has a 4xx status code

func (*DeleteAwsCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this delete aws cloud account forbidden response a status code equal to that given

func (*DeleteAwsCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *DeleteAwsCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete aws cloud account forbidden response has a 3xx status code

func (*DeleteAwsCloudAccountForbidden) IsServerError added in v0.5.0

func (o *DeleteAwsCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this delete aws cloud account forbidden response has a 5xx status code

func (*DeleteAwsCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *DeleteAwsCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete aws cloud account forbidden response has a 2xx status code

func (*DeleteAwsCloudAccountForbidden) String added in v0.5.0

type DeleteAwsCloudAccountNoContent

type DeleteAwsCloudAccountNoContent struct {
}

DeleteAwsCloudAccountNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteAwsCloudAccountNoContent

func NewDeleteAwsCloudAccountNoContent() *DeleteAwsCloudAccountNoContent

NewDeleteAwsCloudAccountNoContent creates a DeleteAwsCloudAccountNoContent with default headers values

func (*DeleteAwsCloudAccountNoContent) Error

func (*DeleteAwsCloudAccountNoContent) IsClientError added in v0.5.0

func (o *DeleteAwsCloudAccountNoContent) IsClientError() bool

IsClientError returns true when this delete aws cloud account no content response has a 4xx status code

func (*DeleteAwsCloudAccountNoContent) IsCode added in v0.5.0

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

IsCode returns true when this delete aws cloud account no content response a status code equal to that given

func (*DeleteAwsCloudAccountNoContent) IsRedirect added in v0.5.0

func (o *DeleteAwsCloudAccountNoContent) IsRedirect() bool

IsRedirect returns true when this delete aws cloud account no content response has a 3xx status code

func (*DeleteAwsCloudAccountNoContent) IsServerError added in v0.5.0

func (o *DeleteAwsCloudAccountNoContent) IsServerError() bool

IsServerError returns true when this delete aws cloud account no content response has a 5xx status code

func (*DeleteAwsCloudAccountNoContent) IsSuccess added in v0.5.0

func (o *DeleteAwsCloudAccountNoContent) IsSuccess() bool

IsSuccess returns true when this delete aws cloud account no content response has a 2xx status code

func (*DeleteAwsCloudAccountNoContent) String added in v0.5.0

type DeleteAwsCloudAccountParams

type DeleteAwsCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteAwsCloudAccountParamsWithContext

func NewDeleteAwsCloudAccountParamsWithContext(ctx context.Context) *DeleteAwsCloudAccountParams

NewDeleteAwsCloudAccountParamsWithContext creates a new DeleteAwsCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *DeleteAwsCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete aws cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the delete aws cloud account params

func (*DeleteAwsCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete aws cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAwsCloudAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete aws cloud account params

func (*DeleteAwsCloudAccountParams) WithID

WithID adds the id to the delete aws cloud account params

func (*DeleteAwsCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the delete aws cloud account params

func (*DeleteAwsCloudAccountParams) WriteToRequest

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 DeleteAzureCloudAccountAccepted added in v0.4.0

type DeleteAzureCloudAccountAccepted struct {
	Payload *models.RequestTracker
}

DeleteAzureCloudAccountAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteAzureCloudAccountAccepted added in v0.4.0

func NewDeleteAzureCloudAccountAccepted() *DeleteAzureCloudAccountAccepted

NewDeleteAzureCloudAccountAccepted creates a DeleteAzureCloudAccountAccepted with default headers values

func (*DeleteAzureCloudAccountAccepted) Error added in v0.4.0

func (*DeleteAzureCloudAccountAccepted) GetPayload added in v0.4.0

func (*DeleteAzureCloudAccountAccepted) IsClientError added in v0.5.0

func (o *DeleteAzureCloudAccountAccepted) IsClientError() bool

IsClientError returns true when this delete azure cloud account accepted response has a 4xx status code

func (*DeleteAzureCloudAccountAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete azure cloud account accepted response a status code equal to that given

func (*DeleteAzureCloudAccountAccepted) IsRedirect added in v0.5.0

func (o *DeleteAzureCloudAccountAccepted) IsRedirect() bool

IsRedirect returns true when this delete azure cloud account accepted response has a 3xx status code

func (*DeleteAzureCloudAccountAccepted) IsServerError added in v0.5.0

func (o *DeleteAzureCloudAccountAccepted) IsServerError() bool

IsServerError returns true when this delete azure cloud account accepted response has a 5xx status code

func (*DeleteAzureCloudAccountAccepted) IsSuccess added in v0.5.0

func (o *DeleteAzureCloudAccountAccepted) IsSuccess() bool

IsSuccess returns true when this delete azure cloud account accepted response has a 2xx status code

func (*DeleteAzureCloudAccountAccepted) String added in v0.5.0

type DeleteAzureCloudAccountForbidden

type DeleteAzureCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteAzureCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteAzureCloudAccountForbidden

func NewDeleteAzureCloudAccountForbidden() *DeleteAzureCloudAccountForbidden

NewDeleteAzureCloudAccountForbidden creates a DeleteAzureCloudAccountForbidden with default headers values

func (*DeleteAzureCloudAccountForbidden) Error

func (*DeleteAzureCloudAccountForbidden) GetPayload added in v0.2.20

func (*DeleteAzureCloudAccountForbidden) IsClientError added in v0.5.0

func (o *DeleteAzureCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this delete azure cloud account forbidden response has a 4xx status code

func (*DeleteAzureCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this delete azure cloud account forbidden response a status code equal to that given

func (*DeleteAzureCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *DeleteAzureCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete azure cloud account forbidden response has a 3xx status code

func (*DeleteAzureCloudAccountForbidden) IsServerError added in v0.5.0

func (o *DeleteAzureCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this delete azure cloud account forbidden response has a 5xx status code

func (*DeleteAzureCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *DeleteAzureCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete azure cloud account forbidden response has a 2xx status code

func (*DeleteAzureCloudAccountForbidden) String added in v0.5.0

type DeleteAzureCloudAccountNoContent

type DeleteAzureCloudAccountNoContent struct {
}

DeleteAzureCloudAccountNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteAzureCloudAccountNoContent

func NewDeleteAzureCloudAccountNoContent() *DeleteAzureCloudAccountNoContent

NewDeleteAzureCloudAccountNoContent creates a DeleteAzureCloudAccountNoContent with default headers values

func (*DeleteAzureCloudAccountNoContent) Error

func (*DeleteAzureCloudAccountNoContent) IsClientError added in v0.5.0

func (o *DeleteAzureCloudAccountNoContent) IsClientError() bool

IsClientError returns true when this delete azure cloud account no content response has a 4xx status code

func (*DeleteAzureCloudAccountNoContent) IsCode added in v0.5.0

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

IsCode returns true when this delete azure cloud account no content response a status code equal to that given

func (*DeleteAzureCloudAccountNoContent) IsRedirect added in v0.5.0

func (o *DeleteAzureCloudAccountNoContent) IsRedirect() bool

IsRedirect returns true when this delete azure cloud account no content response has a 3xx status code

func (*DeleteAzureCloudAccountNoContent) IsServerError added in v0.5.0

func (o *DeleteAzureCloudAccountNoContent) IsServerError() bool

IsServerError returns true when this delete azure cloud account no content response has a 5xx status code

func (*DeleteAzureCloudAccountNoContent) IsSuccess added in v0.5.0

func (o *DeleteAzureCloudAccountNoContent) IsSuccess() bool

IsSuccess returns true when this delete azure cloud account no content response has a 2xx status code

func (*DeleteAzureCloudAccountNoContent) String added in v0.5.0

type DeleteAzureCloudAccountParams

type DeleteAzureCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteAzureCloudAccountParamsWithContext

func NewDeleteAzureCloudAccountParamsWithContext(ctx context.Context) *DeleteAzureCloudAccountParams

NewDeleteAzureCloudAccountParamsWithContext creates a new DeleteAzureCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *DeleteAzureCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete azure cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAzureCloudAccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete azure cloud account params

func (*DeleteAzureCloudAccountParams) SetID

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

WithAPIVersion adds the aPIVersion to the delete azure cloud account params

func (*DeleteAzureCloudAccountParams) WithContext

WithContext adds the context to the delete azure cloud account params

func (*DeleteAzureCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete azure cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteAzureCloudAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete azure cloud account params

func (*DeleteAzureCloudAccountParams) WithID

WithID adds the id to the delete azure cloud account params

func (*DeleteAzureCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the delete azure cloud account params

func (*DeleteAzureCloudAccountParams) WriteToRequest

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 DeleteCloudAccountAccepted added in v0.4.0

type DeleteCloudAccountAccepted struct {
	Payload *models.RequestTracker
}

DeleteCloudAccountAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteCloudAccountAccepted added in v0.4.0

func NewDeleteCloudAccountAccepted() *DeleteCloudAccountAccepted

NewDeleteCloudAccountAccepted creates a DeleteCloudAccountAccepted with default headers values

func (*DeleteCloudAccountAccepted) Error added in v0.4.0

func (*DeleteCloudAccountAccepted) GetPayload added in v0.4.0

func (*DeleteCloudAccountAccepted) IsClientError added in v0.5.0

func (o *DeleteCloudAccountAccepted) IsClientError() bool

IsClientError returns true when this delete cloud account accepted response has a 4xx status code

func (*DeleteCloudAccountAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account accepted response a status code equal to that given

func (*DeleteCloudAccountAccepted) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountAccepted) IsRedirect() bool

IsRedirect returns true when this delete cloud account accepted response has a 3xx status code

func (*DeleteCloudAccountAccepted) IsServerError added in v0.5.0

func (o *DeleteCloudAccountAccepted) IsServerError() bool

IsServerError returns true when this delete cloud account accepted response has a 5xx status code

func (*DeleteCloudAccountAccepted) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountAccepted) IsSuccess() bool

IsSuccess returns true when this delete cloud account accepted response has a 2xx status code

func (*DeleteCloudAccountAccepted) String added in v0.5.0

func (o *DeleteCloudAccountAccepted) String() string

type DeleteCloudAccountForbidden

type DeleteCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteCloudAccountForbidden

func NewDeleteCloudAccountForbidden() *DeleteCloudAccountForbidden

NewDeleteCloudAccountForbidden creates a DeleteCloudAccountForbidden with default headers values

func (*DeleteCloudAccountForbidden) Error

func (*DeleteCloudAccountForbidden) GetPayload added in v0.2.20

func (*DeleteCloudAccountForbidden) IsClientError added in v0.5.0

func (o *DeleteCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this delete cloud account forbidden response has a 4xx status code

func (*DeleteCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account forbidden response a status code equal to that given

func (*DeleteCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete cloud account forbidden response has a 3xx status code

func (*DeleteCloudAccountForbidden) IsServerError added in v0.5.0

func (o *DeleteCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this delete cloud account forbidden response has a 5xx status code

func (*DeleteCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete cloud account forbidden response has a 2xx status code

func (*DeleteCloudAccountForbidden) String added in v0.5.0

func (o *DeleteCloudAccountForbidden) String() string

type DeleteCloudAccountNoContent

type DeleteCloudAccountNoContent struct {
}

DeleteCloudAccountNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteCloudAccountNoContent

func NewDeleteCloudAccountNoContent() *DeleteCloudAccountNoContent

NewDeleteCloudAccountNoContent creates a DeleteCloudAccountNoContent with default headers values

func (*DeleteCloudAccountNoContent) Error

func (*DeleteCloudAccountNoContent) IsClientError added in v0.5.0

func (o *DeleteCloudAccountNoContent) IsClientError() bool

IsClientError returns true when this delete cloud account no content response has a 4xx status code

func (*DeleteCloudAccountNoContent) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account no content response a status code equal to that given

func (*DeleteCloudAccountNoContent) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountNoContent) IsRedirect() bool

IsRedirect returns true when this delete cloud account no content response has a 3xx status code

func (*DeleteCloudAccountNoContent) IsServerError added in v0.5.0

func (o *DeleteCloudAccountNoContent) IsServerError() bool

IsServerError returns true when this delete cloud account no content response has a 5xx status code

func (*DeleteCloudAccountNoContent) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountNoContent) IsSuccess() bool

IsSuccess returns true when this delete cloud account no content response has a 2xx status code

func (*DeleteCloudAccountNoContent) String added in v0.5.0

func (o *DeleteCloudAccountNoContent) String() string

type DeleteCloudAccountNsxTAccepted added in v0.4.0

type DeleteCloudAccountNsxTAccepted struct {
	Payload *models.RequestTracker
}

DeleteCloudAccountNsxTAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteCloudAccountNsxTAccepted added in v0.4.0

func NewDeleteCloudAccountNsxTAccepted() *DeleteCloudAccountNsxTAccepted

NewDeleteCloudAccountNsxTAccepted creates a DeleteCloudAccountNsxTAccepted with default headers values

func (*DeleteCloudAccountNsxTAccepted) Error added in v0.4.0

func (*DeleteCloudAccountNsxTAccepted) GetPayload added in v0.4.0

func (*DeleteCloudAccountNsxTAccepted) IsClientError added in v0.5.0

func (o *DeleteCloudAccountNsxTAccepted) IsClientError() bool

IsClientError returns true when this delete cloud account nsx t accepted response has a 4xx status code

func (*DeleteCloudAccountNsxTAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account nsx t accepted response a status code equal to that given

func (*DeleteCloudAccountNsxTAccepted) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountNsxTAccepted) IsRedirect() bool

IsRedirect returns true when this delete cloud account nsx t accepted response has a 3xx status code

func (*DeleteCloudAccountNsxTAccepted) IsServerError added in v0.5.0

func (o *DeleteCloudAccountNsxTAccepted) IsServerError() bool

IsServerError returns true when this delete cloud account nsx t accepted response has a 5xx status code

func (*DeleteCloudAccountNsxTAccepted) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountNsxTAccepted) IsSuccess() bool

IsSuccess returns true when this delete cloud account nsx t accepted response has a 2xx status code

func (*DeleteCloudAccountNsxTAccepted) String added in v0.5.0

type DeleteCloudAccountNsxTForbidden

type DeleteCloudAccountNsxTForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteCloudAccountNsxTForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteCloudAccountNsxTForbidden

func NewDeleteCloudAccountNsxTForbidden() *DeleteCloudAccountNsxTForbidden

NewDeleteCloudAccountNsxTForbidden creates a DeleteCloudAccountNsxTForbidden with default headers values

func (*DeleteCloudAccountNsxTForbidden) Error

func (*DeleteCloudAccountNsxTForbidden) GetPayload added in v0.2.20

func (*DeleteCloudAccountNsxTForbidden) IsClientError added in v0.5.0

func (o *DeleteCloudAccountNsxTForbidden) IsClientError() bool

IsClientError returns true when this delete cloud account nsx t forbidden response has a 4xx status code

func (*DeleteCloudAccountNsxTForbidden) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account nsx t forbidden response a status code equal to that given

func (*DeleteCloudAccountNsxTForbidden) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountNsxTForbidden) IsRedirect() bool

IsRedirect returns true when this delete cloud account nsx t forbidden response has a 3xx status code

func (*DeleteCloudAccountNsxTForbidden) IsServerError added in v0.5.0

func (o *DeleteCloudAccountNsxTForbidden) IsServerError() bool

IsServerError returns true when this delete cloud account nsx t forbidden response has a 5xx status code

func (*DeleteCloudAccountNsxTForbidden) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountNsxTForbidden) IsSuccess() bool

IsSuccess returns true when this delete cloud account nsx t forbidden response has a 2xx status code

func (*DeleteCloudAccountNsxTForbidden) String added in v0.5.0

type DeleteCloudAccountNsxTNoContent

type DeleteCloudAccountNsxTNoContent struct {
}

DeleteCloudAccountNsxTNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteCloudAccountNsxTNoContent

func NewDeleteCloudAccountNsxTNoContent() *DeleteCloudAccountNsxTNoContent

NewDeleteCloudAccountNsxTNoContent creates a DeleteCloudAccountNsxTNoContent with default headers values

func (*DeleteCloudAccountNsxTNoContent) Error

func (*DeleteCloudAccountNsxTNoContent) IsClientError added in v0.5.0

func (o *DeleteCloudAccountNsxTNoContent) IsClientError() bool

IsClientError returns true when this delete cloud account nsx t no content response has a 4xx status code

func (*DeleteCloudAccountNsxTNoContent) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account nsx t no content response a status code equal to that given

func (*DeleteCloudAccountNsxTNoContent) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountNsxTNoContent) IsRedirect() bool

IsRedirect returns true when this delete cloud account nsx t no content response has a 3xx status code

func (*DeleteCloudAccountNsxTNoContent) IsServerError added in v0.5.0

func (o *DeleteCloudAccountNsxTNoContent) IsServerError() bool

IsServerError returns true when this delete cloud account nsx t no content response has a 5xx status code

func (*DeleteCloudAccountNsxTNoContent) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountNsxTNoContent) IsSuccess() bool

IsSuccess returns true when this delete cloud account nsx t no content response has a 2xx status code

func (*DeleteCloudAccountNsxTNoContent) String added in v0.5.0

type DeleteCloudAccountNsxTParams

type DeleteCloudAccountNsxTParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteCloudAccountNsxTParamsWithContext

func NewDeleteCloudAccountNsxTParamsWithContext(ctx context.Context) *DeleteCloudAccountNsxTParams

NewDeleteCloudAccountNsxTParamsWithContext creates a new DeleteCloudAccountNsxTParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *DeleteCloudAccountNsxTParams) SetDefaults()

SetDefaults hydrates default values in the delete cloud account nsx t params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the delete cloud account nsx t params

func (*DeleteCloudAccountNsxTParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete cloud account nsx t params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCloudAccountNsxTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cloud account nsx t params

func (*DeleteCloudAccountNsxTParams) WithID

WithID adds the id to the delete cloud account nsx t params

func (*DeleteCloudAccountNsxTParams) WithTimeout

WithTimeout adds the timeout to the delete cloud account nsx t params

func (*DeleteCloudAccountNsxTParams) WriteToRequest

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 DeleteCloudAccountNsxVAccepted added in v0.4.0

type DeleteCloudAccountNsxVAccepted struct {
	Payload *models.RequestTracker
}

DeleteCloudAccountNsxVAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteCloudAccountNsxVAccepted added in v0.4.0

func NewDeleteCloudAccountNsxVAccepted() *DeleteCloudAccountNsxVAccepted

NewDeleteCloudAccountNsxVAccepted creates a DeleteCloudAccountNsxVAccepted with default headers values

func (*DeleteCloudAccountNsxVAccepted) Error added in v0.4.0

func (*DeleteCloudAccountNsxVAccepted) GetPayload added in v0.4.0

func (*DeleteCloudAccountNsxVAccepted) IsClientError added in v0.5.0

func (o *DeleteCloudAccountNsxVAccepted) IsClientError() bool

IsClientError returns true when this delete cloud account nsx v accepted response has a 4xx status code

func (*DeleteCloudAccountNsxVAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account nsx v accepted response a status code equal to that given

func (*DeleteCloudAccountNsxVAccepted) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountNsxVAccepted) IsRedirect() bool

IsRedirect returns true when this delete cloud account nsx v accepted response has a 3xx status code

func (*DeleteCloudAccountNsxVAccepted) IsServerError added in v0.5.0

func (o *DeleteCloudAccountNsxVAccepted) IsServerError() bool

IsServerError returns true when this delete cloud account nsx v accepted response has a 5xx status code

func (*DeleteCloudAccountNsxVAccepted) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountNsxVAccepted) IsSuccess() bool

IsSuccess returns true when this delete cloud account nsx v accepted response has a 2xx status code

func (*DeleteCloudAccountNsxVAccepted) String added in v0.5.0

type DeleteCloudAccountNsxVForbidden

type DeleteCloudAccountNsxVForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteCloudAccountNsxVForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteCloudAccountNsxVForbidden

func NewDeleteCloudAccountNsxVForbidden() *DeleteCloudAccountNsxVForbidden

NewDeleteCloudAccountNsxVForbidden creates a DeleteCloudAccountNsxVForbidden with default headers values

func (*DeleteCloudAccountNsxVForbidden) Error

func (*DeleteCloudAccountNsxVForbidden) GetPayload added in v0.2.20

func (*DeleteCloudAccountNsxVForbidden) IsClientError added in v0.5.0

func (o *DeleteCloudAccountNsxVForbidden) IsClientError() bool

IsClientError returns true when this delete cloud account nsx v forbidden response has a 4xx status code

func (*DeleteCloudAccountNsxVForbidden) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account nsx v forbidden response a status code equal to that given

func (*DeleteCloudAccountNsxVForbidden) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountNsxVForbidden) IsRedirect() bool

IsRedirect returns true when this delete cloud account nsx v forbidden response has a 3xx status code

func (*DeleteCloudAccountNsxVForbidden) IsServerError added in v0.5.0

func (o *DeleteCloudAccountNsxVForbidden) IsServerError() bool

IsServerError returns true when this delete cloud account nsx v forbidden response has a 5xx status code

func (*DeleteCloudAccountNsxVForbidden) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountNsxVForbidden) IsSuccess() bool

IsSuccess returns true when this delete cloud account nsx v forbidden response has a 2xx status code

func (*DeleteCloudAccountNsxVForbidden) String added in v0.5.0

type DeleteCloudAccountNsxVNoContent

type DeleteCloudAccountNsxVNoContent struct {
}

DeleteCloudAccountNsxVNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteCloudAccountNsxVNoContent

func NewDeleteCloudAccountNsxVNoContent() *DeleteCloudAccountNsxVNoContent

NewDeleteCloudAccountNsxVNoContent creates a DeleteCloudAccountNsxVNoContent with default headers values

func (*DeleteCloudAccountNsxVNoContent) Error

func (*DeleteCloudAccountNsxVNoContent) IsClientError added in v0.5.0

func (o *DeleteCloudAccountNsxVNoContent) IsClientError() bool

IsClientError returns true when this delete cloud account nsx v no content response has a 4xx status code

func (*DeleteCloudAccountNsxVNoContent) IsCode added in v0.5.0

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

IsCode returns true when this delete cloud account nsx v no content response a status code equal to that given

func (*DeleteCloudAccountNsxVNoContent) IsRedirect added in v0.5.0

func (o *DeleteCloudAccountNsxVNoContent) IsRedirect() bool

IsRedirect returns true when this delete cloud account nsx v no content response has a 3xx status code

func (*DeleteCloudAccountNsxVNoContent) IsServerError added in v0.5.0

func (o *DeleteCloudAccountNsxVNoContent) IsServerError() bool

IsServerError returns true when this delete cloud account nsx v no content response has a 5xx status code

func (*DeleteCloudAccountNsxVNoContent) IsSuccess added in v0.5.0

func (o *DeleteCloudAccountNsxVNoContent) IsSuccess() bool

IsSuccess returns true when this delete cloud account nsx v no content response has a 2xx status code

func (*DeleteCloudAccountNsxVNoContent) String added in v0.5.0

type DeleteCloudAccountNsxVParams

type DeleteCloudAccountNsxVParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteCloudAccountNsxVParamsWithContext

func NewDeleteCloudAccountNsxVParamsWithContext(ctx context.Context) *DeleteCloudAccountNsxVParams

NewDeleteCloudAccountNsxVParamsWithContext creates a new DeleteCloudAccountNsxVParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *DeleteCloudAccountNsxVParams) SetDefaults()

SetDefaults hydrates default values in the delete cloud account nsx v params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the delete cloud account nsx v params

func (*DeleteCloudAccountNsxVParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete cloud account nsx v params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCloudAccountNsxVParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cloud account nsx v params

func (*DeleteCloudAccountNsxVParams) WithID

WithID adds the id to the delete cloud account nsx v params

func (*DeleteCloudAccountNsxVParams) WithTimeout

WithTimeout adds the timeout to the delete cloud account nsx v params

func (*DeleteCloudAccountNsxVParams) WriteToRequest

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 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteCloudAccountParamsWithContext

func NewDeleteCloudAccountParamsWithContext(ctx context.Context) *DeleteCloudAccountParams

NewDeleteCloudAccountParamsWithContext creates a new DeleteCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *DeleteCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the delete cloud account params

func (*DeleteCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCloudAccountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete cloud account params

func (*DeleteCloudAccountParams) WithID

WithID adds the id to the delete cloud account params

func (*DeleteCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the delete cloud account params

func (*DeleteCloudAccountParams) WriteToRequest

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 DeleteGcpCloudAccountAccepted added in v0.4.0

type DeleteGcpCloudAccountAccepted struct {
	Payload *models.RequestTracker
}

DeleteGcpCloudAccountAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteGcpCloudAccountAccepted added in v0.4.0

func NewDeleteGcpCloudAccountAccepted() *DeleteGcpCloudAccountAccepted

NewDeleteGcpCloudAccountAccepted creates a DeleteGcpCloudAccountAccepted with default headers values

func (*DeleteGcpCloudAccountAccepted) Error added in v0.4.0

func (*DeleteGcpCloudAccountAccepted) GetPayload added in v0.4.0

func (*DeleteGcpCloudAccountAccepted) IsClientError added in v0.5.0

func (o *DeleteGcpCloudAccountAccepted) IsClientError() bool

IsClientError returns true when this delete gcp cloud account accepted response has a 4xx status code

func (*DeleteGcpCloudAccountAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete gcp cloud account accepted response a status code equal to that given

func (*DeleteGcpCloudAccountAccepted) IsRedirect added in v0.5.0

func (o *DeleteGcpCloudAccountAccepted) IsRedirect() bool

IsRedirect returns true when this delete gcp cloud account accepted response has a 3xx status code

func (*DeleteGcpCloudAccountAccepted) IsServerError added in v0.5.0

func (o *DeleteGcpCloudAccountAccepted) IsServerError() bool

IsServerError returns true when this delete gcp cloud account accepted response has a 5xx status code

func (*DeleteGcpCloudAccountAccepted) IsSuccess added in v0.5.0

func (o *DeleteGcpCloudAccountAccepted) IsSuccess() bool

IsSuccess returns true when this delete gcp cloud account accepted response has a 2xx status code

func (*DeleteGcpCloudAccountAccepted) String added in v0.5.0

type DeleteGcpCloudAccountForbidden

type DeleteGcpCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteGcpCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteGcpCloudAccountForbidden

func NewDeleteGcpCloudAccountForbidden() *DeleteGcpCloudAccountForbidden

NewDeleteGcpCloudAccountForbidden creates a DeleteGcpCloudAccountForbidden with default headers values

func (*DeleteGcpCloudAccountForbidden) Error

func (*DeleteGcpCloudAccountForbidden) GetPayload added in v0.2.20

func (*DeleteGcpCloudAccountForbidden) IsClientError added in v0.5.0

func (o *DeleteGcpCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this delete gcp cloud account forbidden response has a 4xx status code

func (*DeleteGcpCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this delete gcp cloud account forbidden response a status code equal to that given

func (*DeleteGcpCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *DeleteGcpCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete gcp cloud account forbidden response has a 3xx status code

func (*DeleteGcpCloudAccountForbidden) IsServerError added in v0.5.0

func (o *DeleteGcpCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this delete gcp cloud account forbidden response has a 5xx status code

func (*DeleteGcpCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *DeleteGcpCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete gcp cloud account forbidden response has a 2xx status code

func (*DeleteGcpCloudAccountForbidden) String added in v0.5.0

type DeleteGcpCloudAccountNoContent

type DeleteGcpCloudAccountNoContent struct {
}

DeleteGcpCloudAccountNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteGcpCloudAccountNoContent

func NewDeleteGcpCloudAccountNoContent() *DeleteGcpCloudAccountNoContent

NewDeleteGcpCloudAccountNoContent creates a DeleteGcpCloudAccountNoContent with default headers values

func (*DeleteGcpCloudAccountNoContent) Error

func (*DeleteGcpCloudAccountNoContent) IsClientError added in v0.5.0

func (o *DeleteGcpCloudAccountNoContent) IsClientError() bool

IsClientError returns true when this delete gcp cloud account no content response has a 4xx status code

func (*DeleteGcpCloudAccountNoContent) IsCode added in v0.5.0

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

IsCode returns true when this delete gcp cloud account no content response a status code equal to that given

func (*DeleteGcpCloudAccountNoContent) IsRedirect added in v0.5.0

func (o *DeleteGcpCloudAccountNoContent) IsRedirect() bool

IsRedirect returns true when this delete gcp cloud account no content response has a 3xx status code

func (*DeleteGcpCloudAccountNoContent) IsServerError added in v0.5.0

func (o *DeleteGcpCloudAccountNoContent) IsServerError() bool

IsServerError returns true when this delete gcp cloud account no content response has a 5xx status code

func (*DeleteGcpCloudAccountNoContent) IsSuccess added in v0.5.0

func (o *DeleteGcpCloudAccountNoContent) IsSuccess() bool

IsSuccess returns true when this delete gcp cloud account no content response has a 2xx status code

func (*DeleteGcpCloudAccountNoContent) String added in v0.5.0

type DeleteGcpCloudAccountParams

type DeleteGcpCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteGcpCloudAccountParamsWithContext

func NewDeleteGcpCloudAccountParamsWithContext(ctx context.Context) *DeleteGcpCloudAccountParams

NewDeleteGcpCloudAccountParamsWithContext creates a new DeleteGcpCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *DeleteGcpCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete gcp cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the delete gcp cloud account params

func (*DeleteGcpCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete gcp cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteGcpCloudAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete gcp cloud account params

func (*DeleteGcpCloudAccountParams) WithID

WithID adds the id to the delete gcp cloud account params

func (*DeleteGcpCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the delete gcp cloud account params

func (*DeleteGcpCloudAccountParams) WriteToRequest

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 DeleteVSphereCloudAccountAccepted added in v0.4.0

type DeleteVSphereCloudAccountAccepted struct {
	Payload *models.RequestTracker
}

DeleteVSphereCloudAccountAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteVSphereCloudAccountAccepted added in v0.4.0

func NewDeleteVSphereCloudAccountAccepted() *DeleteVSphereCloudAccountAccepted

NewDeleteVSphereCloudAccountAccepted creates a DeleteVSphereCloudAccountAccepted with default headers values

func (*DeleteVSphereCloudAccountAccepted) Error added in v0.4.0

func (*DeleteVSphereCloudAccountAccepted) GetPayload added in v0.4.0

func (*DeleteVSphereCloudAccountAccepted) IsClientError added in v0.5.0

func (o *DeleteVSphereCloudAccountAccepted) IsClientError() bool

IsClientError returns true when this delete v sphere cloud account accepted response has a 4xx status code

func (*DeleteVSphereCloudAccountAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete v sphere cloud account accepted response a status code equal to that given

func (*DeleteVSphereCloudAccountAccepted) IsRedirect added in v0.5.0

func (o *DeleteVSphereCloudAccountAccepted) IsRedirect() bool

IsRedirect returns true when this delete v sphere cloud account accepted response has a 3xx status code

func (*DeleteVSphereCloudAccountAccepted) IsServerError added in v0.5.0

func (o *DeleteVSphereCloudAccountAccepted) IsServerError() bool

IsServerError returns true when this delete v sphere cloud account accepted response has a 5xx status code

func (*DeleteVSphereCloudAccountAccepted) IsSuccess added in v0.5.0

func (o *DeleteVSphereCloudAccountAccepted) IsSuccess() bool

IsSuccess returns true when this delete v sphere cloud account accepted response has a 2xx status code

func (*DeleteVSphereCloudAccountAccepted) String added in v0.5.0

type DeleteVSphereCloudAccountForbidden

type DeleteVSphereCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteVSphereCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteVSphereCloudAccountForbidden

func NewDeleteVSphereCloudAccountForbidden() *DeleteVSphereCloudAccountForbidden

NewDeleteVSphereCloudAccountForbidden creates a DeleteVSphereCloudAccountForbidden with default headers values

func (*DeleteVSphereCloudAccountForbidden) Error

func (*DeleteVSphereCloudAccountForbidden) GetPayload added in v0.2.20

func (*DeleteVSphereCloudAccountForbidden) IsClientError added in v0.5.0

func (o *DeleteVSphereCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this delete v sphere cloud account forbidden response has a 4xx status code

func (*DeleteVSphereCloudAccountForbidden) IsCode added in v0.5.0

IsCode returns true when this delete v sphere cloud account forbidden response a status code equal to that given

func (*DeleteVSphereCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *DeleteVSphereCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete v sphere cloud account forbidden response has a 3xx status code

func (*DeleteVSphereCloudAccountForbidden) IsServerError added in v0.5.0

func (o *DeleteVSphereCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this delete v sphere cloud account forbidden response has a 5xx status code

func (*DeleteVSphereCloudAccountForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this delete v sphere cloud account forbidden response has a 2xx status code

func (*DeleteVSphereCloudAccountForbidden) String added in v0.5.0

type DeleteVSphereCloudAccountNoContent

type DeleteVSphereCloudAccountNoContent struct {
}

DeleteVSphereCloudAccountNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteVSphereCloudAccountNoContent

func NewDeleteVSphereCloudAccountNoContent() *DeleteVSphereCloudAccountNoContent

NewDeleteVSphereCloudAccountNoContent creates a DeleteVSphereCloudAccountNoContent with default headers values

func (*DeleteVSphereCloudAccountNoContent) Error

func (*DeleteVSphereCloudAccountNoContent) IsClientError added in v0.5.0

func (o *DeleteVSphereCloudAccountNoContent) IsClientError() bool

IsClientError returns true when this delete v sphere cloud account no content response has a 4xx status code

func (*DeleteVSphereCloudAccountNoContent) IsCode added in v0.5.0

IsCode returns true when this delete v sphere cloud account no content response a status code equal to that given

func (*DeleteVSphereCloudAccountNoContent) IsRedirect added in v0.5.0

func (o *DeleteVSphereCloudAccountNoContent) IsRedirect() bool

IsRedirect returns true when this delete v sphere cloud account no content response has a 3xx status code

func (*DeleteVSphereCloudAccountNoContent) IsServerError added in v0.5.0

func (o *DeleteVSphereCloudAccountNoContent) IsServerError() bool

IsServerError returns true when this delete v sphere cloud account no content response has a 5xx status code

func (*DeleteVSphereCloudAccountNoContent) IsSuccess added in v0.5.0

IsSuccess returns true when this delete v sphere cloud account no content response has a 2xx status code

func (*DeleteVSphereCloudAccountNoContent) String added in v0.5.0

type DeleteVSphereCloudAccountParams

type DeleteVSphereCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteVSphereCloudAccountParamsWithContext

func NewDeleteVSphereCloudAccountParamsWithContext(ctx context.Context) *DeleteVSphereCloudAccountParams

NewDeleteVSphereCloudAccountParamsWithContext creates a new DeleteVSphereCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *DeleteVSphereCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete v sphere cloud account params (not the query body).

All values with no default are reset to their zero value.

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

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

WithAPIVersion adds the aPIVersion to the delete v sphere cloud account params

func (*DeleteVSphereCloudAccountParams) WithContext

WithContext adds the context to the delete v sphere cloud account params

func (*DeleteVSphereCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete v sphere cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVSphereCloudAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete v sphere cloud account params

func (*DeleteVSphereCloudAccountParams) WithID

WithID adds the id to the delete v sphere cloud account params

func (*DeleteVSphereCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the delete v sphere cloud account params

func (*DeleteVSphereCloudAccountParams) WriteToRequest

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 DeleteVcfCloudAccountAccepted added in v0.4.0

type DeleteVcfCloudAccountAccepted struct {
	Payload *models.RequestTracker
}

DeleteVcfCloudAccountAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteVcfCloudAccountAccepted added in v0.4.0

func NewDeleteVcfCloudAccountAccepted() *DeleteVcfCloudAccountAccepted

NewDeleteVcfCloudAccountAccepted creates a DeleteVcfCloudAccountAccepted with default headers values

func (*DeleteVcfCloudAccountAccepted) Error added in v0.4.0

func (*DeleteVcfCloudAccountAccepted) GetPayload added in v0.4.0

func (*DeleteVcfCloudAccountAccepted) IsClientError added in v0.5.0

func (o *DeleteVcfCloudAccountAccepted) IsClientError() bool

IsClientError returns true when this delete vcf cloud account accepted response has a 4xx status code

func (*DeleteVcfCloudAccountAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete vcf cloud account accepted response a status code equal to that given

func (*DeleteVcfCloudAccountAccepted) IsRedirect added in v0.5.0

func (o *DeleteVcfCloudAccountAccepted) IsRedirect() bool

IsRedirect returns true when this delete vcf cloud account accepted response has a 3xx status code

func (*DeleteVcfCloudAccountAccepted) IsServerError added in v0.5.0

func (o *DeleteVcfCloudAccountAccepted) IsServerError() bool

IsServerError returns true when this delete vcf cloud account accepted response has a 5xx status code

func (*DeleteVcfCloudAccountAccepted) IsSuccess added in v0.5.0

func (o *DeleteVcfCloudAccountAccepted) IsSuccess() bool

IsSuccess returns true when this delete vcf cloud account accepted response has a 2xx status code

func (*DeleteVcfCloudAccountAccepted) String added in v0.5.0

type DeleteVcfCloudAccountForbidden added in v0.2.14

type DeleteVcfCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteVcfCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteVcfCloudAccountForbidden added in v0.2.14

func NewDeleteVcfCloudAccountForbidden() *DeleteVcfCloudAccountForbidden

NewDeleteVcfCloudAccountForbidden creates a DeleteVcfCloudAccountForbidden with default headers values

func (*DeleteVcfCloudAccountForbidden) Error added in v0.2.14

func (*DeleteVcfCloudAccountForbidden) GetPayload added in v0.2.20

func (*DeleteVcfCloudAccountForbidden) IsClientError added in v0.5.0

func (o *DeleteVcfCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this delete vcf cloud account forbidden response has a 4xx status code

func (*DeleteVcfCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this delete vcf cloud account forbidden response a status code equal to that given

func (*DeleteVcfCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *DeleteVcfCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete vcf cloud account forbidden response has a 3xx status code

func (*DeleteVcfCloudAccountForbidden) IsServerError added in v0.5.0

func (o *DeleteVcfCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this delete vcf cloud account forbidden response has a 5xx status code

func (*DeleteVcfCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *DeleteVcfCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete vcf cloud account forbidden response has a 2xx status code

func (*DeleteVcfCloudAccountForbidden) String added in v0.5.0

type DeleteVcfCloudAccountNoContent added in v0.2.14

type DeleteVcfCloudAccountNoContent struct {
}

DeleteVcfCloudAccountNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteVcfCloudAccountNoContent added in v0.2.14

func NewDeleteVcfCloudAccountNoContent() *DeleteVcfCloudAccountNoContent

NewDeleteVcfCloudAccountNoContent creates a DeleteVcfCloudAccountNoContent with default headers values

func (*DeleteVcfCloudAccountNoContent) Error added in v0.2.14

func (*DeleteVcfCloudAccountNoContent) IsClientError added in v0.5.0

func (o *DeleteVcfCloudAccountNoContent) IsClientError() bool

IsClientError returns true when this delete vcf cloud account no content response has a 4xx status code

func (*DeleteVcfCloudAccountNoContent) IsCode added in v0.5.0

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

IsCode returns true when this delete vcf cloud account no content response a status code equal to that given

func (*DeleteVcfCloudAccountNoContent) IsRedirect added in v0.5.0

func (o *DeleteVcfCloudAccountNoContent) IsRedirect() bool

IsRedirect returns true when this delete vcf cloud account no content response has a 3xx status code

func (*DeleteVcfCloudAccountNoContent) IsServerError added in v0.5.0

func (o *DeleteVcfCloudAccountNoContent) IsServerError() bool

IsServerError returns true when this delete vcf cloud account no content response has a 5xx status code

func (*DeleteVcfCloudAccountNoContent) IsSuccess added in v0.5.0

func (o *DeleteVcfCloudAccountNoContent) IsSuccess() bool

IsSuccess returns true when this delete vcf cloud account no content response has a 2xx status code

func (*DeleteVcfCloudAccountNoContent) String added in v0.5.0

type DeleteVcfCloudAccountParams added in v0.2.14

type DeleteVcfCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

DeleteVcfCloudAccountParams contains all the parameters to send to the API endpoint

for the delete vcf cloud account operation.

Typically these are written to a http.Request.

func NewDeleteVcfCloudAccountParams added in v0.2.14

func NewDeleteVcfCloudAccountParams() *DeleteVcfCloudAccountParams

NewDeleteVcfCloudAccountParams creates a new DeleteVcfCloudAccountParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteVcfCloudAccountParamsWithContext added in v0.2.14

func NewDeleteVcfCloudAccountParamsWithContext(ctx context.Context) *DeleteVcfCloudAccountParams

NewDeleteVcfCloudAccountParamsWithContext creates a new DeleteVcfCloudAccountParams object with the ability to set a context for a request.

func NewDeleteVcfCloudAccountParamsWithHTTPClient added in v0.2.14

func NewDeleteVcfCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteVcfCloudAccountParams

NewDeleteVcfCloudAccountParamsWithHTTPClient creates a new DeleteVcfCloudAccountParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVcfCloudAccountParamsWithTimeout added in v0.2.14

func NewDeleteVcfCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteVcfCloudAccountParams

NewDeleteVcfCloudAccountParamsWithTimeout creates a new DeleteVcfCloudAccountParams object with the ability to set a timeout on a request.

func (*DeleteVcfCloudAccountParams) SetAPIVersion added in v0.2.14

func (o *DeleteVcfCloudAccountParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) SetContext added in v0.2.14

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

SetContext adds the context to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) SetDefaults added in v0.2.20

func (o *DeleteVcfCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete vcf cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVcfCloudAccountParams) SetHTTPClient added in v0.2.14

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

SetHTTPClient adds the HTTPClient to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) SetID added in v0.2.14

func (o *DeleteVcfCloudAccountParams) SetID(id string)

SetID adds the id to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) SetTimeout added in v0.2.14

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

SetTimeout adds the timeout to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) WithAPIVersion added in v0.2.14

func (o *DeleteVcfCloudAccountParams) WithAPIVersion(aPIVersion string) *DeleteVcfCloudAccountParams

WithAPIVersion adds the aPIVersion to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) WithContext added in v0.2.14

WithContext adds the context to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete vcf cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVcfCloudAccountParams) WithHTTPClient added in v0.2.14

WithHTTPClient adds the HTTPClient to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) WithID added in v0.2.14

WithID adds the id to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) WithTimeout added in v0.2.14

WithTimeout adds the timeout to the delete vcf cloud account params

func (*DeleteVcfCloudAccountParams) WriteToRequest added in v0.2.14

WriteToRequest writes these params to a swagger request

type DeleteVcfCloudAccountReader added in v0.2.14

type DeleteVcfCloudAccountReader struct {
	// contains filtered or unexported fields
}

DeleteVcfCloudAccountReader is a Reader for the DeleteVcfCloudAccount structure.

func (*DeleteVcfCloudAccountReader) ReadResponse added in v0.2.14

func (o *DeleteVcfCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteVmcCloudAccountAccepted added in v0.4.0

type DeleteVmcCloudAccountAccepted struct {
	Payload *models.RequestTracker
}

DeleteVmcCloudAccountAccepted describes a response with status code 202, with default header values.

successful operation

func NewDeleteVmcCloudAccountAccepted added in v0.4.0

func NewDeleteVmcCloudAccountAccepted() *DeleteVmcCloudAccountAccepted

NewDeleteVmcCloudAccountAccepted creates a DeleteVmcCloudAccountAccepted with default headers values

func (*DeleteVmcCloudAccountAccepted) Error added in v0.4.0

func (*DeleteVmcCloudAccountAccepted) GetPayload added in v0.4.0

func (*DeleteVmcCloudAccountAccepted) IsClientError added in v0.5.0

func (o *DeleteVmcCloudAccountAccepted) IsClientError() bool

IsClientError returns true when this delete vmc cloud account accepted response has a 4xx status code

func (*DeleteVmcCloudAccountAccepted) IsCode added in v0.5.0

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

IsCode returns true when this delete vmc cloud account accepted response a status code equal to that given

func (*DeleteVmcCloudAccountAccepted) IsRedirect added in v0.5.0

func (o *DeleteVmcCloudAccountAccepted) IsRedirect() bool

IsRedirect returns true when this delete vmc cloud account accepted response has a 3xx status code

func (*DeleteVmcCloudAccountAccepted) IsServerError added in v0.5.0

func (o *DeleteVmcCloudAccountAccepted) IsServerError() bool

IsServerError returns true when this delete vmc cloud account accepted response has a 5xx status code

func (*DeleteVmcCloudAccountAccepted) IsSuccess added in v0.5.0

func (o *DeleteVmcCloudAccountAccepted) IsSuccess() bool

IsSuccess returns true when this delete vmc cloud account accepted response has a 2xx status code

func (*DeleteVmcCloudAccountAccepted) String added in v0.5.0

type DeleteVmcCloudAccountForbidden added in v0.2.8

type DeleteVmcCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

DeleteVmcCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteVmcCloudAccountForbidden added in v0.2.8

func NewDeleteVmcCloudAccountForbidden() *DeleteVmcCloudAccountForbidden

NewDeleteVmcCloudAccountForbidden creates a DeleteVmcCloudAccountForbidden with default headers values

func (*DeleteVmcCloudAccountForbidden) Error added in v0.2.8

func (*DeleteVmcCloudAccountForbidden) GetPayload added in v0.2.20

func (*DeleteVmcCloudAccountForbidden) IsClientError added in v0.5.0

func (o *DeleteVmcCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this delete vmc cloud account forbidden response has a 4xx status code

func (*DeleteVmcCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this delete vmc cloud account forbidden response a status code equal to that given

func (*DeleteVmcCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *DeleteVmcCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this delete vmc cloud account forbidden response has a 3xx status code

func (*DeleteVmcCloudAccountForbidden) IsServerError added in v0.5.0

func (o *DeleteVmcCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this delete vmc cloud account forbidden response has a 5xx status code

func (*DeleteVmcCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *DeleteVmcCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this delete vmc cloud account forbidden response has a 2xx status code

func (*DeleteVmcCloudAccountForbidden) String added in v0.5.0

type DeleteVmcCloudAccountNoContent added in v0.2.8

type DeleteVmcCloudAccountNoContent struct {
}

DeleteVmcCloudAccountNoContent describes a response with status code 204, with default header values.

No Content

func NewDeleteVmcCloudAccountNoContent added in v0.2.8

func NewDeleteVmcCloudAccountNoContent() *DeleteVmcCloudAccountNoContent

NewDeleteVmcCloudAccountNoContent creates a DeleteVmcCloudAccountNoContent with default headers values

func (*DeleteVmcCloudAccountNoContent) Error added in v0.2.8

func (*DeleteVmcCloudAccountNoContent) IsClientError added in v0.5.0

func (o *DeleteVmcCloudAccountNoContent) IsClientError() bool

IsClientError returns true when this delete vmc cloud account no content response has a 4xx status code

func (*DeleteVmcCloudAccountNoContent) IsCode added in v0.5.0

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

IsCode returns true when this delete vmc cloud account no content response a status code equal to that given

func (*DeleteVmcCloudAccountNoContent) IsRedirect added in v0.5.0

func (o *DeleteVmcCloudAccountNoContent) IsRedirect() bool

IsRedirect returns true when this delete vmc cloud account no content response has a 3xx status code

func (*DeleteVmcCloudAccountNoContent) IsServerError added in v0.5.0

func (o *DeleteVmcCloudAccountNoContent) IsServerError() bool

IsServerError returns true when this delete vmc cloud account no content response has a 5xx status code

func (*DeleteVmcCloudAccountNoContent) IsSuccess added in v0.5.0

func (o *DeleteVmcCloudAccountNoContent) IsSuccess() bool

IsSuccess returns true when this delete vmc cloud account no content response has a 2xx status code

func (*DeleteVmcCloudAccountNoContent) String added in v0.5.0

type DeleteVmcCloudAccountParams added in v0.2.8

type DeleteVmcCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

DeleteVmcCloudAccountParams contains all the parameters to send to the API endpoint

for the delete vmc cloud account operation.

Typically these are written to a http.Request.

func NewDeleteVmcCloudAccountParams added in v0.2.8

func NewDeleteVmcCloudAccountParams() *DeleteVmcCloudAccountParams

NewDeleteVmcCloudAccountParams creates a new DeleteVmcCloudAccountParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteVmcCloudAccountParamsWithContext added in v0.2.8

func NewDeleteVmcCloudAccountParamsWithContext(ctx context.Context) *DeleteVmcCloudAccountParams

NewDeleteVmcCloudAccountParamsWithContext creates a new DeleteVmcCloudAccountParams object with the ability to set a context for a request.

func NewDeleteVmcCloudAccountParamsWithHTTPClient added in v0.2.8

func NewDeleteVmcCloudAccountParamsWithHTTPClient(client *http.Client) *DeleteVmcCloudAccountParams

NewDeleteVmcCloudAccountParamsWithHTTPClient creates a new DeleteVmcCloudAccountParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVmcCloudAccountParamsWithTimeout added in v0.2.8

func NewDeleteVmcCloudAccountParamsWithTimeout(timeout time.Duration) *DeleteVmcCloudAccountParams

NewDeleteVmcCloudAccountParamsWithTimeout creates a new DeleteVmcCloudAccountParams object with the ability to set a timeout on a request.

func (*DeleteVmcCloudAccountParams) SetAPIVersion added in v0.2.8

func (o *DeleteVmcCloudAccountParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) SetContext added in v0.2.8

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

SetContext adds the context to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) SetDefaults added in v0.2.20

func (o *DeleteVmcCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the delete vmc cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVmcCloudAccountParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) SetID added in v0.2.8

func (o *DeleteVmcCloudAccountParams) SetID(id string)

SetID adds the id to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) WithAPIVersion added in v0.2.8

func (o *DeleteVmcCloudAccountParams) WithAPIVersion(aPIVersion string) *DeleteVmcCloudAccountParams

WithAPIVersion adds the aPIVersion to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) WithContext added in v0.2.8

WithContext adds the context to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the delete vmc cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVmcCloudAccountParams) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) WithID added in v0.2.8

WithID adds the id to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the delete vmc cloud account params

func (*DeleteVmcCloudAccountParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type DeleteVmcCloudAccountReader added in v0.2.8

type DeleteVmcCloudAccountReader struct {
	// contains filtered or unexported fields
}

DeleteVmcCloudAccountReader is a Reader for the DeleteVmcCloudAccount structure.

func (*DeleteVmcCloudAccountReader) ReadResponse added in v0.2.8

func (o *DeleteVmcCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumerateAwsRegionsAsyncAccepted added in v0.4.0

type EnumerateAwsRegionsAsyncAccepted struct {
	Payload *models.RequestTracker
}

EnumerateAwsRegionsAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumerateAwsRegionsAsyncAccepted added in v0.4.0

func NewEnumerateAwsRegionsAsyncAccepted() *EnumerateAwsRegionsAsyncAccepted

NewEnumerateAwsRegionsAsyncAccepted creates a EnumerateAwsRegionsAsyncAccepted with default headers values

func (*EnumerateAwsRegionsAsyncAccepted) Error added in v0.4.0

func (*EnumerateAwsRegionsAsyncAccepted) GetPayload added in v0.4.0

func (*EnumerateAwsRegionsAsyncAccepted) IsClientError added in v0.5.0

func (o *EnumerateAwsRegionsAsyncAccepted) IsClientError() bool

IsClientError returns true when this enumerate aws regions async accepted response has a 4xx status code

func (*EnumerateAwsRegionsAsyncAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate aws regions async accepted response a status code equal to that given

func (*EnumerateAwsRegionsAsyncAccepted) IsRedirect added in v0.5.0

func (o *EnumerateAwsRegionsAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate aws regions async accepted response has a 3xx status code

func (*EnumerateAwsRegionsAsyncAccepted) IsServerError added in v0.5.0

func (o *EnumerateAwsRegionsAsyncAccepted) IsServerError() bool

IsServerError returns true when this enumerate aws regions async accepted response has a 5xx status code

func (*EnumerateAwsRegionsAsyncAccepted) IsSuccess added in v0.5.0

func (o *EnumerateAwsRegionsAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate aws regions async accepted response has a 2xx status code

func (*EnumerateAwsRegionsAsyncAccepted) String added in v0.5.0

type EnumerateAwsRegionsAsyncBadRequest added in v0.4.0

type EnumerateAwsRegionsAsyncBadRequest struct {
	Payload *models.Error
}

EnumerateAwsRegionsAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumerateAwsRegionsAsyncBadRequest added in v0.4.0

func NewEnumerateAwsRegionsAsyncBadRequest() *EnumerateAwsRegionsAsyncBadRequest

NewEnumerateAwsRegionsAsyncBadRequest creates a EnumerateAwsRegionsAsyncBadRequest with default headers values

func (*EnumerateAwsRegionsAsyncBadRequest) Error added in v0.4.0

func (*EnumerateAwsRegionsAsyncBadRequest) GetPayload added in v0.4.0

func (*EnumerateAwsRegionsAsyncBadRequest) IsClientError added in v0.5.0

func (o *EnumerateAwsRegionsAsyncBadRequest) IsClientError() bool

IsClientError returns true when this enumerate aws regions async bad request response has a 4xx status code

func (*EnumerateAwsRegionsAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate aws regions async bad request response a status code equal to that given

func (*EnumerateAwsRegionsAsyncBadRequest) IsRedirect added in v0.5.0

func (o *EnumerateAwsRegionsAsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate aws regions async bad request response has a 3xx status code

func (*EnumerateAwsRegionsAsyncBadRequest) IsServerError added in v0.5.0

func (o *EnumerateAwsRegionsAsyncBadRequest) IsServerError() bool

IsServerError returns true when this enumerate aws regions async bad request response has a 5xx status code

func (*EnumerateAwsRegionsAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate aws regions async bad request response has a 2xx status code

func (*EnumerateAwsRegionsAsyncBadRequest) String added in v0.5.0

type EnumerateAwsRegionsAsyncForbidden added in v0.4.0

type EnumerateAwsRegionsAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumerateAwsRegionsAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumerateAwsRegionsAsyncForbidden added in v0.4.0

func NewEnumerateAwsRegionsAsyncForbidden() *EnumerateAwsRegionsAsyncForbidden

NewEnumerateAwsRegionsAsyncForbidden creates a EnumerateAwsRegionsAsyncForbidden with default headers values

func (*EnumerateAwsRegionsAsyncForbidden) Error added in v0.4.0

func (*EnumerateAwsRegionsAsyncForbidden) GetPayload added in v0.4.0

func (*EnumerateAwsRegionsAsyncForbidden) IsClientError added in v0.5.0

func (o *EnumerateAwsRegionsAsyncForbidden) IsClientError() bool

IsClientError returns true when this enumerate aws regions async forbidden response has a 4xx status code

func (*EnumerateAwsRegionsAsyncForbidden) IsCode added in v0.5.0

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

IsCode returns true when this enumerate aws regions async forbidden response a status code equal to that given

func (*EnumerateAwsRegionsAsyncForbidden) IsRedirect added in v0.5.0

func (o *EnumerateAwsRegionsAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate aws regions async forbidden response has a 3xx status code

func (*EnumerateAwsRegionsAsyncForbidden) IsServerError added in v0.5.0

func (o *EnumerateAwsRegionsAsyncForbidden) IsServerError() bool

IsServerError returns true when this enumerate aws regions async forbidden response has a 5xx status code

func (*EnumerateAwsRegionsAsyncForbidden) IsSuccess added in v0.5.0

func (o *EnumerateAwsRegionsAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this enumerate aws regions async forbidden response has a 2xx status code

func (*EnumerateAwsRegionsAsyncForbidden) String added in v0.5.0

type EnumerateAwsRegionsAsyncParams added in v0.4.0

type EnumerateAwsRegionsAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   AWS region enumeration specification
	*/
	Body *models.CloudAccountAwsRegionEnumerationSpecification

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumerateAwsRegionsAsyncParams contains all the parameters to send to the API endpoint

for the enumerate aws regions async operation.

Typically these are written to a http.Request.

func NewEnumerateAwsRegionsAsyncParams added in v0.4.0

func NewEnumerateAwsRegionsAsyncParams() *EnumerateAwsRegionsAsyncParams

NewEnumerateAwsRegionsAsyncParams creates a new EnumerateAwsRegionsAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumerateAwsRegionsAsyncParamsWithContext added in v0.4.0

func NewEnumerateAwsRegionsAsyncParamsWithContext(ctx context.Context) *EnumerateAwsRegionsAsyncParams

NewEnumerateAwsRegionsAsyncParamsWithContext creates a new EnumerateAwsRegionsAsyncParams object with the ability to set a context for a request.

func NewEnumerateAwsRegionsAsyncParamsWithHTTPClient added in v0.4.0

func NewEnumerateAwsRegionsAsyncParamsWithHTTPClient(client *http.Client) *EnumerateAwsRegionsAsyncParams

NewEnumerateAwsRegionsAsyncParamsWithHTTPClient creates a new EnumerateAwsRegionsAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewEnumerateAwsRegionsAsyncParamsWithTimeout added in v0.4.0

func NewEnumerateAwsRegionsAsyncParamsWithTimeout(timeout time.Duration) *EnumerateAwsRegionsAsyncParams

NewEnumerateAwsRegionsAsyncParamsWithTimeout creates a new EnumerateAwsRegionsAsyncParams object with the ability to set a timeout on a request.

func (*EnumerateAwsRegionsAsyncParams) SetAPIVersion added in v0.4.0

func (o *EnumerateAwsRegionsAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) SetContext added in v0.4.0

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

SetContext adds the context to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) SetDefaults added in v0.4.0

func (o *EnumerateAwsRegionsAsyncParams) SetDefaults()

SetDefaults hydrates default values in the enumerate aws regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateAwsRegionsAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the enumerate aws regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateAwsRegionsAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the enumerate aws regions async params

func (*EnumerateAwsRegionsAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type EnumerateAwsRegionsAsyncReader added in v0.4.0

type EnumerateAwsRegionsAsyncReader struct {
	// contains filtered or unexported fields
}

EnumerateAwsRegionsAsyncReader is a Reader for the EnumerateAwsRegionsAsync structure.

func (*EnumerateAwsRegionsAsyncReader) ReadResponse added in v0.4.0

func (o *EnumerateAwsRegionsAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumerateAzureRegionsAsyncAccepted added in v0.4.0

type EnumerateAzureRegionsAsyncAccepted struct {
	Payload *models.RequestTracker
}

EnumerateAzureRegionsAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumerateAzureRegionsAsyncAccepted added in v0.4.0

func NewEnumerateAzureRegionsAsyncAccepted() *EnumerateAzureRegionsAsyncAccepted

NewEnumerateAzureRegionsAsyncAccepted creates a EnumerateAzureRegionsAsyncAccepted with default headers values

func (*EnumerateAzureRegionsAsyncAccepted) Error added in v0.4.0

func (*EnumerateAzureRegionsAsyncAccepted) GetPayload added in v0.4.0

func (*EnumerateAzureRegionsAsyncAccepted) IsClientError added in v0.5.0

func (o *EnumerateAzureRegionsAsyncAccepted) IsClientError() bool

IsClientError returns true when this enumerate azure regions async accepted response has a 4xx status code

func (*EnumerateAzureRegionsAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this enumerate azure regions async accepted response a status code equal to that given

func (*EnumerateAzureRegionsAsyncAccepted) IsRedirect added in v0.5.0

func (o *EnumerateAzureRegionsAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate azure regions async accepted response has a 3xx status code

func (*EnumerateAzureRegionsAsyncAccepted) IsServerError added in v0.5.0

func (o *EnumerateAzureRegionsAsyncAccepted) IsServerError() bool

IsServerError returns true when this enumerate azure regions async accepted response has a 5xx status code

func (*EnumerateAzureRegionsAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate azure regions async accepted response has a 2xx status code

func (*EnumerateAzureRegionsAsyncAccepted) String added in v0.5.0

type EnumerateAzureRegionsAsyncBadRequest added in v0.4.0

type EnumerateAzureRegionsAsyncBadRequest struct {
	Payload *models.Error
}

EnumerateAzureRegionsAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumerateAzureRegionsAsyncBadRequest added in v0.4.0

func NewEnumerateAzureRegionsAsyncBadRequest() *EnumerateAzureRegionsAsyncBadRequest

NewEnumerateAzureRegionsAsyncBadRequest creates a EnumerateAzureRegionsAsyncBadRequest with default headers values

func (*EnumerateAzureRegionsAsyncBadRequest) Error added in v0.4.0

func (*EnumerateAzureRegionsAsyncBadRequest) GetPayload added in v0.4.0

func (*EnumerateAzureRegionsAsyncBadRequest) IsClientError added in v0.5.0

func (o *EnumerateAzureRegionsAsyncBadRequest) IsClientError() bool

IsClientError returns true when this enumerate azure regions async bad request response has a 4xx status code

func (*EnumerateAzureRegionsAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate azure regions async bad request response a status code equal to that given

func (*EnumerateAzureRegionsAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate azure regions async bad request response has a 3xx status code

func (*EnumerateAzureRegionsAsyncBadRequest) IsServerError added in v0.5.0

func (o *EnumerateAzureRegionsAsyncBadRequest) IsServerError() bool

IsServerError returns true when this enumerate azure regions async bad request response has a 5xx status code

func (*EnumerateAzureRegionsAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate azure regions async bad request response has a 2xx status code

func (*EnumerateAzureRegionsAsyncBadRequest) String added in v0.5.0

type EnumerateAzureRegionsAsyncForbidden added in v0.4.0

type EnumerateAzureRegionsAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumerateAzureRegionsAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumerateAzureRegionsAsyncForbidden added in v0.4.0

func NewEnumerateAzureRegionsAsyncForbidden() *EnumerateAzureRegionsAsyncForbidden

NewEnumerateAzureRegionsAsyncForbidden creates a EnumerateAzureRegionsAsyncForbidden with default headers values

func (*EnumerateAzureRegionsAsyncForbidden) Error added in v0.4.0

func (*EnumerateAzureRegionsAsyncForbidden) GetPayload added in v0.4.0

func (*EnumerateAzureRegionsAsyncForbidden) IsClientError added in v0.5.0

func (o *EnumerateAzureRegionsAsyncForbidden) IsClientError() bool

IsClientError returns true when this enumerate azure regions async forbidden response has a 4xx status code

func (*EnumerateAzureRegionsAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this enumerate azure regions async forbidden response a status code equal to that given

func (*EnumerateAzureRegionsAsyncForbidden) IsRedirect added in v0.5.0

func (o *EnumerateAzureRegionsAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate azure regions async forbidden response has a 3xx status code

func (*EnumerateAzureRegionsAsyncForbidden) IsServerError added in v0.5.0

func (o *EnumerateAzureRegionsAsyncForbidden) IsServerError() bool

IsServerError returns true when this enumerate azure regions async forbidden response has a 5xx status code

func (*EnumerateAzureRegionsAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate azure regions async forbidden response has a 2xx status code

func (*EnumerateAzureRegionsAsyncForbidden) String added in v0.5.0

type EnumerateAzureRegionsAsyncParams added in v0.4.0

type EnumerateAzureRegionsAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Azure region enumeration specification
	*/
	Body *models.CloudAccountAzureRegionEnumerationSpecification

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumerateAzureRegionsAsyncParams contains all the parameters to send to the API endpoint

for the enumerate azure regions async operation.

Typically these are written to a http.Request.

func NewEnumerateAzureRegionsAsyncParams added in v0.4.0

func NewEnumerateAzureRegionsAsyncParams() *EnumerateAzureRegionsAsyncParams

NewEnumerateAzureRegionsAsyncParams creates a new EnumerateAzureRegionsAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumerateAzureRegionsAsyncParamsWithContext added in v0.4.0

func NewEnumerateAzureRegionsAsyncParamsWithContext(ctx context.Context) *EnumerateAzureRegionsAsyncParams

NewEnumerateAzureRegionsAsyncParamsWithContext creates a new EnumerateAzureRegionsAsyncParams object with the ability to set a context for a request.

func NewEnumerateAzureRegionsAsyncParamsWithHTTPClient added in v0.4.0

func NewEnumerateAzureRegionsAsyncParamsWithHTTPClient(client *http.Client) *EnumerateAzureRegionsAsyncParams

NewEnumerateAzureRegionsAsyncParamsWithHTTPClient creates a new EnumerateAzureRegionsAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewEnumerateAzureRegionsAsyncParamsWithTimeout added in v0.4.0

func NewEnumerateAzureRegionsAsyncParamsWithTimeout(timeout time.Duration) *EnumerateAzureRegionsAsyncParams

NewEnumerateAzureRegionsAsyncParamsWithTimeout creates a new EnumerateAzureRegionsAsyncParams object with the ability to set a timeout on a request.

func (*EnumerateAzureRegionsAsyncParams) SetAPIVersion added in v0.4.0

func (o *EnumerateAzureRegionsAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) SetDefaults added in v0.4.0

func (o *EnumerateAzureRegionsAsyncParams) SetDefaults()

SetDefaults hydrates default values in the enumerate azure regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateAzureRegionsAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the enumerate azure regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateAzureRegionsAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the enumerate azure regions async params

func (*EnumerateAzureRegionsAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type EnumerateAzureRegionsAsyncReader added in v0.4.0

type EnumerateAzureRegionsAsyncReader struct {
	// contains filtered or unexported fields
}

EnumerateAzureRegionsAsyncReader is a Reader for the EnumerateAzureRegionsAsync structure.

func (*EnumerateAzureRegionsAsyncReader) ReadResponse added in v0.4.0

func (o *EnumerateAzureRegionsAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumerateGcpRegionsAsyncAccepted added in v0.4.0

type EnumerateGcpRegionsAsyncAccepted struct {
	Payload *models.RequestTracker
}

EnumerateGcpRegionsAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumerateGcpRegionsAsyncAccepted added in v0.4.0

func NewEnumerateGcpRegionsAsyncAccepted() *EnumerateGcpRegionsAsyncAccepted

NewEnumerateGcpRegionsAsyncAccepted creates a EnumerateGcpRegionsAsyncAccepted with default headers values

func (*EnumerateGcpRegionsAsyncAccepted) Error added in v0.4.0

func (*EnumerateGcpRegionsAsyncAccepted) GetPayload added in v0.4.0

func (*EnumerateGcpRegionsAsyncAccepted) IsClientError added in v0.5.0

func (o *EnumerateGcpRegionsAsyncAccepted) IsClientError() bool

IsClientError returns true when this enumerate gcp regions async accepted response has a 4xx status code

func (*EnumerateGcpRegionsAsyncAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate gcp regions async accepted response a status code equal to that given

func (*EnumerateGcpRegionsAsyncAccepted) IsRedirect added in v0.5.0

func (o *EnumerateGcpRegionsAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate gcp regions async accepted response has a 3xx status code

func (*EnumerateGcpRegionsAsyncAccepted) IsServerError added in v0.5.0

func (o *EnumerateGcpRegionsAsyncAccepted) IsServerError() bool

IsServerError returns true when this enumerate gcp regions async accepted response has a 5xx status code

func (*EnumerateGcpRegionsAsyncAccepted) IsSuccess added in v0.5.0

func (o *EnumerateGcpRegionsAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate gcp regions async accepted response has a 2xx status code

func (*EnumerateGcpRegionsAsyncAccepted) String added in v0.5.0

type EnumerateGcpRegionsAsyncBadRequest added in v0.4.0

type EnumerateGcpRegionsAsyncBadRequest struct {
	Payload *models.Error
}

EnumerateGcpRegionsAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumerateGcpRegionsAsyncBadRequest added in v0.4.0

func NewEnumerateGcpRegionsAsyncBadRequest() *EnumerateGcpRegionsAsyncBadRequest

NewEnumerateGcpRegionsAsyncBadRequest creates a EnumerateGcpRegionsAsyncBadRequest with default headers values

func (*EnumerateGcpRegionsAsyncBadRequest) Error added in v0.4.0

func (*EnumerateGcpRegionsAsyncBadRequest) GetPayload added in v0.4.0

func (*EnumerateGcpRegionsAsyncBadRequest) IsClientError added in v0.5.0

func (o *EnumerateGcpRegionsAsyncBadRequest) IsClientError() bool

IsClientError returns true when this enumerate gcp regions async bad request response has a 4xx status code

func (*EnumerateGcpRegionsAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate gcp regions async bad request response a status code equal to that given

func (*EnumerateGcpRegionsAsyncBadRequest) IsRedirect added in v0.5.0

func (o *EnumerateGcpRegionsAsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate gcp regions async bad request response has a 3xx status code

func (*EnumerateGcpRegionsAsyncBadRequest) IsServerError added in v0.5.0

func (o *EnumerateGcpRegionsAsyncBadRequest) IsServerError() bool

IsServerError returns true when this enumerate gcp regions async bad request response has a 5xx status code

func (*EnumerateGcpRegionsAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate gcp regions async bad request response has a 2xx status code

func (*EnumerateGcpRegionsAsyncBadRequest) String added in v0.5.0

type EnumerateGcpRegionsAsyncForbidden added in v0.4.0

type EnumerateGcpRegionsAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumerateGcpRegionsAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumerateGcpRegionsAsyncForbidden added in v0.4.0

func NewEnumerateGcpRegionsAsyncForbidden() *EnumerateGcpRegionsAsyncForbidden

NewEnumerateGcpRegionsAsyncForbidden creates a EnumerateGcpRegionsAsyncForbidden with default headers values

func (*EnumerateGcpRegionsAsyncForbidden) Error added in v0.4.0

func (*EnumerateGcpRegionsAsyncForbidden) GetPayload added in v0.4.0

func (*EnumerateGcpRegionsAsyncForbidden) IsClientError added in v0.5.0

func (o *EnumerateGcpRegionsAsyncForbidden) IsClientError() bool

IsClientError returns true when this enumerate gcp regions async forbidden response has a 4xx status code

func (*EnumerateGcpRegionsAsyncForbidden) IsCode added in v0.5.0

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

IsCode returns true when this enumerate gcp regions async forbidden response a status code equal to that given

func (*EnumerateGcpRegionsAsyncForbidden) IsRedirect added in v0.5.0

func (o *EnumerateGcpRegionsAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate gcp regions async forbidden response has a 3xx status code

func (*EnumerateGcpRegionsAsyncForbidden) IsServerError added in v0.5.0

func (o *EnumerateGcpRegionsAsyncForbidden) IsServerError() bool

IsServerError returns true when this enumerate gcp regions async forbidden response has a 5xx status code

func (*EnumerateGcpRegionsAsyncForbidden) IsSuccess added in v0.5.0

func (o *EnumerateGcpRegionsAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this enumerate gcp regions async forbidden response has a 2xx status code

func (*EnumerateGcpRegionsAsyncForbidden) String added in v0.5.0

type EnumerateGcpRegionsAsyncParams added in v0.4.0

type EnumerateGcpRegionsAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   GCP region enumeration specification
	*/
	Body *models.CloudAccountGcpRegionEnumerationSpecification

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumerateGcpRegionsAsyncParams contains all the parameters to send to the API endpoint

for the enumerate gcp regions async operation.

Typically these are written to a http.Request.

func NewEnumerateGcpRegionsAsyncParams added in v0.4.0

func NewEnumerateGcpRegionsAsyncParams() *EnumerateGcpRegionsAsyncParams

NewEnumerateGcpRegionsAsyncParams creates a new EnumerateGcpRegionsAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumerateGcpRegionsAsyncParamsWithContext added in v0.4.0

func NewEnumerateGcpRegionsAsyncParamsWithContext(ctx context.Context) *EnumerateGcpRegionsAsyncParams

NewEnumerateGcpRegionsAsyncParamsWithContext creates a new EnumerateGcpRegionsAsyncParams object with the ability to set a context for a request.

func NewEnumerateGcpRegionsAsyncParamsWithHTTPClient added in v0.4.0

func NewEnumerateGcpRegionsAsyncParamsWithHTTPClient(client *http.Client) *EnumerateGcpRegionsAsyncParams

NewEnumerateGcpRegionsAsyncParamsWithHTTPClient creates a new EnumerateGcpRegionsAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewEnumerateGcpRegionsAsyncParamsWithTimeout added in v0.4.0

func NewEnumerateGcpRegionsAsyncParamsWithTimeout(timeout time.Duration) *EnumerateGcpRegionsAsyncParams

NewEnumerateGcpRegionsAsyncParamsWithTimeout creates a new EnumerateGcpRegionsAsyncParams object with the ability to set a timeout on a request.

func (*EnumerateGcpRegionsAsyncParams) SetAPIVersion added in v0.4.0

func (o *EnumerateGcpRegionsAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) SetContext added in v0.4.0

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

SetContext adds the context to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) SetDefaults added in v0.4.0

func (o *EnumerateGcpRegionsAsyncParams) SetDefaults()

SetDefaults hydrates default values in the enumerate gcp regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateGcpRegionsAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the enumerate gcp regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateGcpRegionsAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the enumerate gcp regions async params

func (*EnumerateGcpRegionsAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type EnumerateGcpRegionsAsyncReader added in v0.4.0

type EnumerateGcpRegionsAsyncReader struct {
	// contains filtered or unexported fields
}

EnumerateGcpRegionsAsyncReader is a Reader for the EnumerateGcpRegionsAsync structure.

func (*EnumerateGcpRegionsAsyncReader) ReadResponse added in v0.4.0

func (o *EnumerateGcpRegionsAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumeratePrivateImagesAWSAccepted added in v0.4.0

type EnumeratePrivateImagesAWSAccepted struct {
	Payload *models.RequestTracker
}

EnumeratePrivateImagesAWSAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumeratePrivateImagesAWSAccepted added in v0.4.0

func NewEnumeratePrivateImagesAWSAccepted() *EnumeratePrivateImagesAWSAccepted

NewEnumeratePrivateImagesAWSAccepted creates a EnumeratePrivateImagesAWSAccepted with default headers values

func (*EnumeratePrivateImagesAWSAccepted) Error added in v0.4.0

func (*EnumeratePrivateImagesAWSAccepted) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesAWSAccepted) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesAWSAccepted) IsClientError() bool

IsClientError returns true when this enumerate private images a w s accepted response has a 4xx status code

func (*EnumeratePrivateImagesAWSAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate private images a w s accepted response a status code equal to that given

func (*EnumeratePrivateImagesAWSAccepted) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesAWSAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate private images a w s accepted response has a 3xx status code

func (*EnumeratePrivateImagesAWSAccepted) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesAWSAccepted) IsServerError() bool

IsServerError returns true when this enumerate private images a w s accepted response has a 5xx status code

func (*EnumeratePrivateImagesAWSAccepted) IsSuccess added in v0.5.0

func (o *EnumeratePrivateImagesAWSAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate private images a w s accepted response has a 2xx status code

func (*EnumeratePrivateImagesAWSAccepted) String added in v0.5.0

type EnumeratePrivateImagesAWSBadRequest added in v0.4.0

type EnumeratePrivateImagesAWSBadRequest struct {
	Payload *models.Error
}

EnumeratePrivateImagesAWSBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumeratePrivateImagesAWSBadRequest added in v0.4.0

func NewEnumeratePrivateImagesAWSBadRequest() *EnumeratePrivateImagesAWSBadRequest

NewEnumeratePrivateImagesAWSBadRequest creates a EnumeratePrivateImagesAWSBadRequest with default headers values

func (*EnumeratePrivateImagesAWSBadRequest) Error added in v0.4.0

func (*EnumeratePrivateImagesAWSBadRequest) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesAWSBadRequest) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesAWSBadRequest) IsClientError() bool

IsClientError returns true when this enumerate private images a w s bad request response has a 4xx status code

func (*EnumeratePrivateImagesAWSBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate private images a w s bad request response a status code equal to that given

func (*EnumeratePrivateImagesAWSBadRequest) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesAWSBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate private images a w s bad request response has a 3xx status code

func (*EnumeratePrivateImagesAWSBadRequest) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesAWSBadRequest) IsServerError() bool

IsServerError returns true when this enumerate private images a w s bad request response has a 5xx status code

func (*EnumeratePrivateImagesAWSBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images a w s bad request response has a 2xx status code

func (*EnumeratePrivateImagesAWSBadRequest) String added in v0.5.0

type EnumeratePrivateImagesAWSForbidden added in v0.4.0

type EnumeratePrivateImagesAWSForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumeratePrivateImagesAWSForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumeratePrivateImagesAWSForbidden added in v0.4.0

func NewEnumeratePrivateImagesAWSForbidden() *EnumeratePrivateImagesAWSForbidden

NewEnumeratePrivateImagesAWSForbidden creates a EnumeratePrivateImagesAWSForbidden with default headers values

func (*EnumeratePrivateImagesAWSForbidden) Error added in v0.4.0

func (*EnumeratePrivateImagesAWSForbidden) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesAWSForbidden) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesAWSForbidden) IsClientError() bool

IsClientError returns true when this enumerate private images a w s forbidden response has a 4xx status code

func (*EnumeratePrivateImagesAWSForbidden) IsCode added in v0.5.0

IsCode returns true when this enumerate private images a w s forbidden response a status code equal to that given

func (*EnumeratePrivateImagesAWSForbidden) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesAWSForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate private images a w s forbidden response has a 3xx status code

func (*EnumeratePrivateImagesAWSForbidden) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesAWSForbidden) IsServerError() bool

IsServerError returns true when this enumerate private images a w s forbidden response has a 5xx status code

func (*EnumeratePrivateImagesAWSForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images a w s forbidden response has a 2xx status code

func (*EnumeratePrivateImagesAWSForbidden) String added in v0.5.0

type EnumeratePrivateImagesAWSParams added in v0.2.8

type EnumeratePrivateImagesAWSParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	/* ID.

	   Id of AWS cloud account to enumerate
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumeratePrivateImagesAWSParams contains all the parameters to send to the API endpoint

for the enumerate private images a w s operation.

Typically these are written to a http.Request.

func NewEnumeratePrivateImagesAWSParams added in v0.2.8

func NewEnumeratePrivateImagesAWSParams() *EnumeratePrivateImagesAWSParams

NewEnumeratePrivateImagesAWSParams creates a new EnumeratePrivateImagesAWSParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumeratePrivateImagesAWSParamsWithContext added in v0.2.8

func NewEnumeratePrivateImagesAWSParamsWithContext(ctx context.Context) *EnumeratePrivateImagesAWSParams

NewEnumeratePrivateImagesAWSParamsWithContext creates a new EnumeratePrivateImagesAWSParams object with the ability to set a context for a request.

func NewEnumeratePrivateImagesAWSParamsWithHTTPClient added in v0.2.8

func NewEnumeratePrivateImagesAWSParamsWithHTTPClient(client *http.Client) *EnumeratePrivateImagesAWSParams

NewEnumeratePrivateImagesAWSParamsWithHTTPClient creates a new EnumeratePrivateImagesAWSParams object with the ability to set a custom HTTPClient for a request.

func NewEnumeratePrivateImagesAWSParamsWithTimeout added in v0.2.8

func NewEnumeratePrivateImagesAWSParamsWithTimeout(timeout time.Duration) *EnumeratePrivateImagesAWSParams

NewEnumeratePrivateImagesAWSParamsWithTimeout creates a new EnumeratePrivateImagesAWSParams object with the ability to set a timeout on a request.

func (*EnumeratePrivateImagesAWSParams) SetAPIVersion added in v0.2.8

func (o *EnumeratePrivateImagesAWSParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) SetContext added in v0.2.8

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

SetContext adds the context to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) SetDefaults added in v0.2.20

func (o *EnumeratePrivateImagesAWSParams) SetDefaults()

SetDefaults hydrates default values in the enumerate private images a w s params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesAWSParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) SetID added in v0.2.8

SetID adds the id to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) WithAPIVersion added in v0.2.8

WithAPIVersion adds the aPIVersion to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) WithContext added in v0.2.8

WithContext adds the context to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the enumerate private images a w s params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesAWSParams) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) WithID added in v0.2.8

WithID adds the id to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the enumerate private images a w s params

func (*EnumeratePrivateImagesAWSParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type EnumeratePrivateImagesAWSReader added in v0.2.8

type EnumeratePrivateImagesAWSReader struct {
	// contains filtered or unexported fields
}

EnumeratePrivateImagesAWSReader is a Reader for the EnumeratePrivateImagesAWS structure.

func (*EnumeratePrivateImagesAWSReader) ReadResponse added in v0.2.8

func (o *EnumeratePrivateImagesAWSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumeratePrivateImagesAccepted added in v0.4.0

type EnumeratePrivateImagesAccepted struct {
	Payload *models.RequestTracker
}

EnumeratePrivateImagesAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumeratePrivateImagesAccepted added in v0.4.0

func NewEnumeratePrivateImagesAccepted() *EnumeratePrivateImagesAccepted

NewEnumeratePrivateImagesAccepted creates a EnumeratePrivateImagesAccepted with default headers values

func (*EnumeratePrivateImagesAccepted) Error added in v0.4.0

func (*EnumeratePrivateImagesAccepted) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesAccepted) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesAccepted) IsClientError() bool

IsClientError returns true when this enumerate private images accepted response has a 4xx status code

func (*EnumeratePrivateImagesAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate private images accepted response a status code equal to that given

func (*EnumeratePrivateImagesAccepted) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate private images accepted response has a 3xx status code

func (*EnumeratePrivateImagesAccepted) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesAccepted) IsServerError() bool

IsServerError returns true when this enumerate private images accepted response has a 5xx status code

func (*EnumeratePrivateImagesAccepted) IsSuccess added in v0.5.0

func (o *EnumeratePrivateImagesAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate private images accepted response has a 2xx status code

func (*EnumeratePrivateImagesAccepted) String added in v0.5.0

type EnumeratePrivateImagesAzureAccepted added in v0.4.0

type EnumeratePrivateImagesAzureAccepted struct {
	Payload *models.RequestTracker
}

EnumeratePrivateImagesAzureAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumeratePrivateImagesAzureAccepted added in v0.4.0

func NewEnumeratePrivateImagesAzureAccepted() *EnumeratePrivateImagesAzureAccepted

NewEnumeratePrivateImagesAzureAccepted creates a EnumeratePrivateImagesAzureAccepted with default headers values

func (*EnumeratePrivateImagesAzureAccepted) Error added in v0.4.0

func (*EnumeratePrivateImagesAzureAccepted) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesAzureAccepted) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesAzureAccepted) IsClientError() bool

IsClientError returns true when this enumerate private images azure accepted response has a 4xx status code

func (*EnumeratePrivateImagesAzureAccepted) IsCode added in v0.5.0

IsCode returns true when this enumerate private images azure accepted response a status code equal to that given

func (*EnumeratePrivateImagesAzureAccepted) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesAzureAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate private images azure accepted response has a 3xx status code

func (*EnumeratePrivateImagesAzureAccepted) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesAzureAccepted) IsServerError() bool

IsServerError returns true when this enumerate private images azure accepted response has a 5xx status code

func (*EnumeratePrivateImagesAzureAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images azure accepted response has a 2xx status code

func (*EnumeratePrivateImagesAzureAccepted) String added in v0.5.0

type EnumeratePrivateImagesAzureBadRequest added in v0.4.0

type EnumeratePrivateImagesAzureBadRequest struct {
	Payload *models.Error
}

EnumeratePrivateImagesAzureBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumeratePrivateImagesAzureBadRequest added in v0.4.0

func NewEnumeratePrivateImagesAzureBadRequest() *EnumeratePrivateImagesAzureBadRequest

NewEnumeratePrivateImagesAzureBadRequest creates a EnumeratePrivateImagesAzureBadRequest with default headers values

func (*EnumeratePrivateImagesAzureBadRequest) Error added in v0.4.0

func (*EnumeratePrivateImagesAzureBadRequest) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesAzureBadRequest) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesAzureBadRequest) IsClientError() bool

IsClientError returns true when this enumerate private images azure bad request response has a 4xx status code

func (*EnumeratePrivateImagesAzureBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate private images azure bad request response a status code equal to that given

func (*EnumeratePrivateImagesAzureBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate private images azure bad request response has a 3xx status code

func (*EnumeratePrivateImagesAzureBadRequest) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesAzureBadRequest) IsServerError() bool

IsServerError returns true when this enumerate private images azure bad request response has a 5xx status code

func (*EnumeratePrivateImagesAzureBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images azure bad request response has a 2xx status code

func (*EnumeratePrivateImagesAzureBadRequest) String added in v0.5.0

type EnumeratePrivateImagesAzureForbidden added in v0.4.0

type EnumeratePrivateImagesAzureForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumeratePrivateImagesAzureForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumeratePrivateImagesAzureForbidden added in v0.4.0

func NewEnumeratePrivateImagesAzureForbidden() *EnumeratePrivateImagesAzureForbidden

NewEnumeratePrivateImagesAzureForbidden creates a EnumeratePrivateImagesAzureForbidden with default headers values

func (*EnumeratePrivateImagesAzureForbidden) Error added in v0.4.0

func (*EnumeratePrivateImagesAzureForbidden) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesAzureForbidden) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesAzureForbidden) IsClientError() bool

IsClientError returns true when this enumerate private images azure forbidden response has a 4xx status code

func (*EnumeratePrivateImagesAzureForbidden) IsCode added in v0.5.0

IsCode returns true when this enumerate private images azure forbidden response a status code equal to that given

func (*EnumeratePrivateImagesAzureForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate private images azure forbidden response has a 3xx status code

func (*EnumeratePrivateImagesAzureForbidden) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesAzureForbidden) IsServerError() bool

IsServerError returns true when this enumerate private images azure forbidden response has a 5xx status code

func (*EnumeratePrivateImagesAzureForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images azure forbidden response has a 2xx status code

func (*EnumeratePrivateImagesAzureForbidden) String added in v0.5.0

type EnumeratePrivateImagesAzureParams added in v0.2.8

type EnumeratePrivateImagesAzureParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	/* ID.

	   Id of Azure cloud account to enumerate
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumeratePrivateImagesAzureParams contains all the parameters to send to the API endpoint

for the enumerate private images azure operation.

Typically these are written to a http.Request.

func NewEnumeratePrivateImagesAzureParams added in v0.2.8

func NewEnumeratePrivateImagesAzureParams() *EnumeratePrivateImagesAzureParams

NewEnumeratePrivateImagesAzureParams creates a new EnumeratePrivateImagesAzureParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumeratePrivateImagesAzureParamsWithContext added in v0.2.8

func NewEnumeratePrivateImagesAzureParamsWithContext(ctx context.Context) *EnumeratePrivateImagesAzureParams

NewEnumeratePrivateImagesAzureParamsWithContext creates a new EnumeratePrivateImagesAzureParams object with the ability to set a context for a request.

func NewEnumeratePrivateImagesAzureParamsWithHTTPClient added in v0.2.8

func NewEnumeratePrivateImagesAzureParamsWithHTTPClient(client *http.Client) *EnumeratePrivateImagesAzureParams

NewEnumeratePrivateImagesAzureParamsWithHTTPClient creates a new EnumeratePrivateImagesAzureParams object with the ability to set a custom HTTPClient for a request.

func NewEnumeratePrivateImagesAzureParamsWithTimeout added in v0.2.8

func NewEnumeratePrivateImagesAzureParamsWithTimeout(timeout time.Duration) *EnumeratePrivateImagesAzureParams

NewEnumeratePrivateImagesAzureParamsWithTimeout creates a new EnumeratePrivateImagesAzureParams object with the ability to set a timeout on a request.

func (*EnumeratePrivateImagesAzureParams) SetAPIVersion added in v0.2.8

func (o *EnumeratePrivateImagesAzureParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) SetContext added in v0.2.8

SetContext adds the context to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) SetDefaults added in v0.2.20

func (o *EnumeratePrivateImagesAzureParams) SetDefaults()

SetDefaults hydrates default values in the enumerate private images azure params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesAzureParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) SetID added in v0.2.8

SetID adds the id to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) WithAPIVersion added in v0.2.8

WithAPIVersion adds the aPIVersion to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) WithContext added in v0.2.8

WithContext adds the context to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the enumerate private images azure params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesAzureParams) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) WithID added in v0.2.8

WithID adds the id to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the enumerate private images azure params

func (*EnumeratePrivateImagesAzureParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type EnumeratePrivateImagesAzureReader added in v0.2.8

type EnumeratePrivateImagesAzureReader struct {
	// contains filtered or unexported fields
}

EnumeratePrivateImagesAzureReader is a Reader for the EnumeratePrivateImagesAzure structure.

func (*EnumeratePrivateImagesAzureReader) ReadResponse added in v0.2.8

func (o *EnumeratePrivateImagesAzureReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumeratePrivateImagesBadRequest added in v0.4.0

type EnumeratePrivateImagesBadRequest struct {
	Payload *models.Error
}

EnumeratePrivateImagesBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumeratePrivateImagesBadRequest added in v0.4.0

func NewEnumeratePrivateImagesBadRequest() *EnumeratePrivateImagesBadRequest

NewEnumeratePrivateImagesBadRequest creates a EnumeratePrivateImagesBadRequest with default headers values

func (*EnumeratePrivateImagesBadRequest) Error added in v0.4.0

func (*EnumeratePrivateImagesBadRequest) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesBadRequest) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesBadRequest) IsClientError() bool

IsClientError returns true when this enumerate private images bad request response has a 4xx status code

func (*EnumeratePrivateImagesBadRequest) IsCode added in v0.5.0

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

IsCode returns true when this enumerate private images bad request response a status code equal to that given

func (*EnumeratePrivateImagesBadRequest) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate private images bad request response has a 3xx status code

func (*EnumeratePrivateImagesBadRequest) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesBadRequest) IsServerError() bool

IsServerError returns true when this enumerate private images bad request response has a 5xx status code

func (*EnumeratePrivateImagesBadRequest) IsSuccess added in v0.5.0

func (o *EnumeratePrivateImagesBadRequest) IsSuccess() bool

IsSuccess returns true when this enumerate private images bad request response has a 2xx status code

func (*EnumeratePrivateImagesBadRequest) String added in v0.5.0

type EnumeratePrivateImagesForbidden added in v0.4.0

type EnumeratePrivateImagesForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumeratePrivateImagesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumeratePrivateImagesForbidden added in v0.4.0

func NewEnumeratePrivateImagesForbidden() *EnumeratePrivateImagesForbidden

NewEnumeratePrivateImagesForbidden creates a EnumeratePrivateImagesForbidden with default headers values

func (*EnumeratePrivateImagesForbidden) Error added in v0.4.0

func (*EnumeratePrivateImagesForbidden) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesForbidden) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesForbidden) IsClientError() bool

IsClientError returns true when this enumerate private images forbidden response has a 4xx status code

func (*EnumeratePrivateImagesForbidden) IsCode added in v0.5.0

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

IsCode returns true when this enumerate private images forbidden response a status code equal to that given

func (*EnumeratePrivateImagesForbidden) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate private images forbidden response has a 3xx status code

func (*EnumeratePrivateImagesForbidden) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesForbidden) IsServerError() bool

IsServerError returns true when this enumerate private images forbidden response has a 5xx status code

func (*EnumeratePrivateImagesForbidden) IsSuccess added in v0.5.0

func (o *EnumeratePrivateImagesForbidden) IsSuccess() bool

IsSuccess returns true when this enumerate private images forbidden response has a 2xx status code

func (*EnumeratePrivateImagesForbidden) String added in v0.5.0

type EnumeratePrivateImagesGcpAccepted added in v0.4.0

type EnumeratePrivateImagesGcpAccepted struct {
	Payload *models.RequestTracker
}

EnumeratePrivateImagesGcpAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumeratePrivateImagesGcpAccepted added in v0.4.0

func NewEnumeratePrivateImagesGcpAccepted() *EnumeratePrivateImagesGcpAccepted

NewEnumeratePrivateImagesGcpAccepted creates a EnumeratePrivateImagesGcpAccepted with default headers values

func (*EnumeratePrivateImagesGcpAccepted) Error added in v0.4.0

func (*EnumeratePrivateImagesGcpAccepted) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesGcpAccepted) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesGcpAccepted) IsClientError() bool

IsClientError returns true when this enumerate private images gcp accepted response has a 4xx status code

func (*EnumeratePrivateImagesGcpAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate private images gcp accepted response a status code equal to that given

func (*EnumeratePrivateImagesGcpAccepted) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesGcpAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate private images gcp accepted response has a 3xx status code

func (*EnumeratePrivateImagesGcpAccepted) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesGcpAccepted) IsServerError() bool

IsServerError returns true when this enumerate private images gcp accepted response has a 5xx status code

func (*EnumeratePrivateImagesGcpAccepted) IsSuccess added in v0.5.0

func (o *EnumeratePrivateImagesGcpAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate private images gcp accepted response has a 2xx status code

func (*EnumeratePrivateImagesGcpAccepted) String added in v0.5.0

type EnumeratePrivateImagesGcpBadRequest added in v0.4.0

type EnumeratePrivateImagesGcpBadRequest struct {
	Payload *models.Error
}

EnumeratePrivateImagesGcpBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumeratePrivateImagesGcpBadRequest added in v0.4.0

func NewEnumeratePrivateImagesGcpBadRequest() *EnumeratePrivateImagesGcpBadRequest

NewEnumeratePrivateImagesGcpBadRequest creates a EnumeratePrivateImagesGcpBadRequest with default headers values

func (*EnumeratePrivateImagesGcpBadRequest) Error added in v0.4.0

func (*EnumeratePrivateImagesGcpBadRequest) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesGcpBadRequest) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesGcpBadRequest) IsClientError() bool

IsClientError returns true when this enumerate private images gcp bad request response has a 4xx status code

func (*EnumeratePrivateImagesGcpBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate private images gcp bad request response a status code equal to that given

func (*EnumeratePrivateImagesGcpBadRequest) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesGcpBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate private images gcp bad request response has a 3xx status code

func (*EnumeratePrivateImagesGcpBadRequest) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesGcpBadRequest) IsServerError() bool

IsServerError returns true when this enumerate private images gcp bad request response has a 5xx status code

func (*EnumeratePrivateImagesGcpBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images gcp bad request response has a 2xx status code

func (*EnumeratePrivateImagesGcpBadRequest) String added in v0.5.0

type EnumeratePrivateImagesGcpForbidden added in v0.4.0

type EnumeratePrivateImagesGcpForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumeratePrivateImagesGcpForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumeratePrivateImagesGcpForbidden added in v0.4.0

func NewEnumeratePrivateImagesGcpForbidden() *EnumeratePrivateImagesGcpForbidden

NewEnumeratePrivateImagesGcpForbidden creates a EnumeratePrivateImagesGcpForbidden with default headers values

func (*EnumeratePrivateImagesGcpForbidden) Error added in v0.4.0

func (*EnumeratePrivateImagesGcpForbidden) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesGcpForbidden) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesGcpForbidden) IsClientError() bool

IsClientError returns true when this enumerate private images gcp forbidden response has a 4xx status code

func (*EnumeratePrivateImagesGcpForbidden) IsCode added in v0.5.0

IsCode returns true when this enumerate private images gcp forbidden response a status code equal to that given

func (*EnumeratePrivateImagesGcpForbidden) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesGcpForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate private images gcp forbidden response has a 3xx status code

func (*EnumeratePrivateImagesGcpForbidden) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesGcpForbidden) IsServerError() bool

IsServerError returns true when this enumerate private images gcp forbidden response has a 5xx status code

func (*EnumeratePrivateImagesGcpForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images gcp forbidden response has a 2xx status code

func (*EnumeratePrivateImagesGcpForbidden) String added in v0.5.0

type EnumeratePrivateImagesGcpParams added in v0.2.8

type EnumeratePrivateImagesGcpParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	/* ID.

	   Id of GCP cloud account to enumerate
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumeratePrivateImagesGcpParams contains all the parameters to send to the API endpoint

for the enumerate private images gcp operation.

Typically these are written to a http.Request.

func NewEnumeratePrivateImagesGcpParams added in v0.2.8

func NewEnumeratePrivateImagesGcpParams() *EnumeratePrivateImagesGcpParams

NewEnumeratePrivateImagesGcpParams creates a new EnumeratePrivateImagesGcpParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumeratePrivateImagesGcpParamsWithContext added in v0.2.8

func NewEnumeratePrivateImagesGcpParamsWithContext(ctx context.Context) *EnumeratePrivateImagesGcpParams

NewEnumeratePrivateImagesGcpParamsWithContext creates a new EnumeratePrivateImagesGcpParams object with the ability to set a context for a request.

func NewEnumeratePrivateImagesGcpParamsWithHTTPClient added in v0.2.8

func NewEnumeratePrivateImagesGcpParamsWithHTTPClient(client *http.Client) *EnumeratePrivateImagesGcpParams

NewEnumeratePrivateImagesGcpParamsWithHTTPClient creates a new EnumeratePrivateImagesGcpParams object with the ability to set a custom HTTPClient for a request.

func NewEnumeratePrivateImagesGcpParamsWithTimeout added in v0.2.8

func NewEnumeratePrivateImagesGcpParamsWithTimeout(timeout time.Duration) *EnumeratePrivateImagesGcpParams

NewEnumeratePrivateImagesGcpParamsWithTimeout creates a new EnumeratePrivateImagesGcpParams object with the ability to set a timeout on a request.

func (*EnumeratePrivateImagesGcpParams) SetAPIVersion added in v0.2.8

func (o *EnumeratePrivateImagesGcpParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) SetContext added in v0.2.8

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

SetContext adds the context to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) SetDefaults added in v0.2.20

func (o *EnumeratePrivateImagesGcpParams) SetDefaults()

SetDefaults hydrates default values in the enumerate private images gcp params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesGcpParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) SetID added in v0.2.8

SetID adds the id to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) WithAPIVersion added in v0.2.8

WithAPIVersion adds the aPIVersion to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) WithContext added in v0.2.8

WithContext adds the context to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the enumerate private images gcp params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesGcpParams) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) WithID added in v0.2.8

WithID adds the id to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the enumerate private images gcp params

func (*EnumeratePrivateImagesGcpParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type EnumeratePrivateImagesGcpReader added in v0.2.8

type EnumeratePrivateImagesGcpReader struct {
	// contains filtered or unexported fields
}

EnumeratePrivateImagesGcpReader is a Reader for the EnumeratePrivateImagesGcp structure.

func (*EnumeratePrivateImagesGcpReader) ReadResponse added in v0.2.8

func (o *EnumeratePrivateImagesGcpReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumeratePrivateImagesParams added in v0.2.8

type EnumeratePrivateImagesParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	/* ID.

	   Id of cloud account to enumerate
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumeratePrivateImagesParams contains all the parameters to send to the API endpoint

for the enumerate private images operation.

Typically these are written to a http.Request.

func NewEnumeratePrivateImagesParams added in v0.2.8

func NewEnumeratePrivateImagesParams() *EnumeratePrivateImagesParams

NewEnumeratePrivateImagesParams creates a new EnumeratePrivateImagesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumeratePrivateImagesParamsWithContext added in v0.2.8

func NewEnumeratePrivateImagesParamsWithContext(ctx context.Context) *EnumeratePrivateImagesParams

NewEnumeratePrivateImagesParamsWithContext creates a new EnumeratePrivateImagesParams object with the ability to set a context for a request.

func NewEnumeratePrivateImagesParamsWithHTTPClient added in v0.2.8

func NewEnumeratePrivateImagesParamsWithHTTPClient(client *http.Client) *EnumeratePrivateImagesParams

NewEnumeratePrivateImagesParamsWithHTTPClient creates a new EnumeratePrivateImagesParams object with the ability to set a custom HTTPClient for a request.

func NewEnumeratePrivateImagesParamsWithTimeout added in v0.2.8

func NewEnumeratePrivateImagesParamsWithTimeout(timeout time.Duration) *EnumeratePrivateImagesParams

NewEnumeratePrivateImagesParamsWithTimeout creates a new EnumeratePrivateImagesParams object with the ability to set a timeout on a request.

func (*EnumeratePrivateImagesParams) SetAPIVersion added in v0.2.8

func (o *EnumeratePrivateImagesParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the enumerate private images params

func (*EnumeratePrivateImagesParams) SetContext added in v0.2.8

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

SetContext adds the context to the enumerate private images params

func (*EnumeratePrivateImagesParams) SetDefaults added in v0.2.20

func (o *EnumeratePrivateImagesParams) SetDefaults()

SetDefaults hydrates default values in the enumerate private images params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the enumerate private images params

func (*EnumeratePrivateImagesParams) SetID added in v0.2.8

func (o *EnumeratePrivateImagesParams) SetID(id string)

SetID adds the id to the enumerate private images params

func (*EnumeratePrivateImagesParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the enumerate private images params

func (*EnumeratePrivateImagesParams) WithAPIVersion added in v0.2.8

func (o *EnumeratePrivateImagesParams) WithAPIVersion(aPIVersion *string) *EnumeratePrivateImagesParams

WithAPIVersion adds the aPIVersion to the enumerate private images params

func (*EnumeratePrivateImagesParams) WithContext added in v0.2.8

WithContext adds the context to the enumerate private images params

func (*EnumeratePrivateImagesParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the enumerate private images params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesParams) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the enumerate private images params

func (*EnumeratePrivateImagesParams) WithID added in v0.2.8

WithID adds the id to the enumerate private images params

func (*EnumeratePrivateImagesParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the enumerate private images params

func (*EnumeratePrivateImagesParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type EnumeratePrivateImagesReader added in v0.2.8

type EnumeratePrivateImagesReader struct {
	// contains filtered or unexported fields
}

EnumeratePrivateImagesReader is a Reader for the EnumeratePrivateImages structure.

func (*EnumeratePrivateImagesReader) ReadResponse added in v0.2.8

func (o *EnumeratePrivateImagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumeratePrivateImagesVCFAccepted added in v0.4.0

type EnumeratePrivateImagesVCFAccepted struct {
	Payload *models.RequestTracker
}

EnumeratePrivateImagesVCFAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumeratePrivateImagesVCFAccepted added in v0.4.0

func NewEnumeratePrivateImagesVCFAccepted() *EnumeratePrivateImagesVCFAccepted

NewEnumeratePrivateImagesVCFAccepted creates a EnumeratePrivateImagesVCFAccepted with default headers values

func (*EnumeratePrivateImagesVCFAccepted) Error added in v0.4.0

func (*EnumeratePrivateImagesVCFAccepted) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVCFAccepted) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVCFAccepted) IsClientError() bool

IsClientError returns true when this enumerate private images v c f accepted response has a 4xx status code

func (*EnumeratePrivateImagesVCFAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate private images v c f accepted response a status code equal to that given

func (*EnumeratePrivateImagesVCFAccepted) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesVCFAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate private images v c f accepted response has a 3xx status code

func (*EnumeratePrivateImagesVCFAccepted) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVCFAccepted) IsServerError() bool

IsServerError returns true when this enumerate private images v c f accepted response has a 5xx status code

func (*EnumeratePrivateImagesVCFAccepted) IsSuccess added in v0.5.0

func (o *EnumeratePrivateImagesVCFAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate private images v c f accepted response has a 2xx status code

func (*EnumeratePrivateImagesVCFAccepted) String added in v0.5.0

type EnumeratePrivateImagesVCFBadRequest added in v0.4.0

type EnumeratePrivateImagesVCFBadRequest struct {
	Payload *models.Error
}

EnumeratePrivateImagesVCFBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumeratePrivateImagesVCFBadRequest added in v0.4.0

func NewEnumeratePrivateImagesVCFBadRequest() *EnumeratePrivateImagesVCFBadRequest

NewEnumeratePrivateImagesVCFBadRequest creates a EnumeratePrivateImagesVCFBadRequest with default headers values

func (*EnumeratePrivateImagesVCFBadRequest) Error added in v0.4.0

func (*EnumeratePrivateImagesVCFBadRequest) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVCFBadRequest) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVCFBadRequest) IsClientError() bool

IsClientError returns true when this enumerate private images v c f bad request response has a 4xx status code

func (*EnumeratePrivateImagesVCFBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate private images v c f bad request response a status code equal to that given

func (*EnumeratePrivateImagesVCFBadRequest) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesVCFBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate private images v c f bad request response has a 3xx status code

func (*EnumeratePrivateImagesVCFBadRequest) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVCFBadRequest) IsServerError() bool

IsServerError returns true when this enumerate private images v c f bad request response has a 5xx status code

func (*EnumeratePrivateImagesVCFBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images v c f bad request response has a 2xx status code

func (*EnumeratePrivateImagesVCFBadRequest) String added in v0.5.0

type EnumeratePrivateImagesVCFForbidden added in v0.4.0

type EnumeratePrivateImagesVCFForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumeratePrivateImagesVCFForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumeratePrivateImagesVCFForbidden added in v0.4.0

func NewEnumeratePrivateImagesVCFForbidden() *EnumeratePrivateImagesVCFForbidden

NewEnumeratePrivateImagesVCFForbidden creates a EnumeratePrivateImagesVCFForbidden with default headers values

func (*EnumeratePrivateImagesVCFForbidden) Error added in v0.4.0

func (*EnumeratePrivateImagesVCFForbidden) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVCFForbidden) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVCFForbidden) IsClientError() bool

IsClientError returns true when this enumerate private images v c f forbidden response has a 4xx status code

func (*EnumeratePrivateImagesVCFForbidden) IsCode added in v0.5.0

IsCode returns true when this enumerate private images v c f forbidden response a status code equal to that given

func (*EnumeratePrivateImagesVCFForbidden) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesVCFForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate private images v c f forbidden response has a 3xx status code

func (*EnumeratePrivateImagesVCFForbidden) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVCFForbidden) IsServerError() bool

IsServerError returns true when this enumerate private images v c f forbidden response has a 5xx status code

func (*EnumeratePrivateImagesVCFForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images v c f forbidden response has a 2xx status code

func (*EnumeratePrivateImagesVCFForbidden) String added in v0.5.0

type EnumeratePrivateImagesVCFParams added in v0.2.14

type EnumeratePrivateImagesVCFParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	/* ID.

	   Id of VCF cloud account to enumerate
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumeratePrivateImagesVCFParams contains all the parameters to send to the API endpoint

for the enumerate private images v c f operation.

Typically these are written to a http.Request.

func NewEnumeratePrivateImagesVCFParams added in v0.2.14

func NewEnumeratePrivateImagesVCFParams() *EnumeratePrivateImagesVCFParams

NewEnumeratePrivateImagesVCFParams creates a new EnumeratePrivateImagesVCFParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumeratePrivateImagesVCFParamsWithContext added in v0.2.14

func NewEnumeratePrivateImagesVCFParamsWithContext(ctx context.Context) *EnumeratePrivateImagesVCFParams

NewEnumeratePrivateImagesVCFParamsWithContext creates a new EnumeratePrivateImagesVCFParams object with the ability to set a context for a request.

func NewEnumeratePrivateImagesVCFParamsWithHTTPClient added in v0.2.14

func NewEnumeratePrivateImagesVCFParamsWithHTTPClient(client *http.Client) *EnumeratePrivateImagesVCFParams

NewEnumeratePrivateImagesVCFParamsWithHTTPClient creates a new EnumeratePrivateImagesVCFParams object with the ability to set a custom HTTPClient for a request.

func NewEnumeratePrivateImagesVCFParamsWithTimeout added in v0.2.14

func NewEnumeratePrivateImagesVCFParamsWithTimeout(timeout time.Duration) *EnumeratePrivateImagesVCFParams

NewEnumeratePrivateImagesVCFParamsWithTimeout creates a new EnumeratePrivateImagesVCFParams object with the ability to set a timeout on a request.

func (*EnumeratePrivateImagesVCFParams) SetAPIVersion added in v0.2.14

func (o *EnumeratePrivateImagesVCFParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) SetContext added in v0.2.14

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

SetContext adds the context to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) SetDefaults added in v0.2.20

func (o *EnumeratePrivateImagesVCFParams) SetDefaults()

SetDefaults hydrates default values in the enumerate private images v c f params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesVCFParams) SetHTTPClient added in v0.2.14

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

SetHTTPClient adds the HTTPClient to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) SetID added in v0.2.14

SetID adds the id to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) SetTimeout added in v0.2.14

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

SetTimeout adds the timeout to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) WithAPIVersion added in v0.2.14

WithAPIVersion adds the aPIVersion to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) WithContext added in v0.2.14

WithContext adds the context to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the enumerate private images v c f params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesVCFParams) WithHTTPClient added in v0.2.14

WithHTTPClient adds the HTTPClient to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) WithID added in v0.2.14

WithID adds the id to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) WithTimeout added in v0.2.14

WithTimeout adds the timeout to the enumerate private images v c f params

func (*EnumeratePrivateImagesVCFParams) WriteToRequest added in v0.2.14

WriteToRequest writes these params to a swagger request

type EnumeratePrivateImagesVCFReader added in v0.2.14

type EnumeratePrivateImagesVCFReader struct {
	// contains filtered or unexported fields
}

EnumeratePrivateImagesVCFReader is a Reader for the EnumeratePrivateImagesVCF structure.

func (*EnumeratePrivateImagesVCFReader) ReadResponse added in v0.2.14

func (o *EnumeratePrivateImagesVCFReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumeratePrivateImagesVMCAccepted added in v0.4.0

type EnumeratePrivateImagesVMCAccepted struct {
	Payload *models.RequestTracker
}

EnumeratePrivateImagesVMCAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumeratePrivateImagesVMCAccepted added in v0.4.0

func NewEnumeratePrivateImagesVMCAccepted() *EnumeratePrivateImagesVMCAccepted

NewEnumeratePrivateImagesVMCAccepted creates a EnumeratePrivateImagesVMCAccepted with default headers values

func (*EnumeratePrivateImagesVMCAccepted) Error added in v0.4.0

func (*EnumeratePrivateImagesVMCAccepted) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVMCAccepted) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVMCAccepted) IsClientError() bool

IsClientError returns true when this enumerate private images Vm c accepted response has a 4xx status code

func (*EnumeratePrivateImagesVMCAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate private images Vm c accepted response a status code equal to that given

func (*EnumeratePrivateImagesVMCAccepted) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesVMCAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate private images Vm c accepted response has a 3xx status code

func (*EnumeratePrivateImagesVMCAccepted) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVMCAccepted) IsServerError() bool

IsServerError returns true when this enumerate private images Vm c accepted response has a 5xx status code

func (*EnumeratePrivateImagesVMCAccepted) IsSuccess added in v0.5.0

func (o *EnumeratePrivateImagesVMCAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate private images Vm c accepted response has a 2xx status code

func (*EnumeratePrivateImagesVMCAccepted) String added in v0.5.0

type EnumeratePrivateImagesVMCBadRequest added in v0.4.0

type EnumeratePrivateImagesVMCBadRequest struct {
	Payload *models.Error
}

EnumeratePrivateImagesVMCBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumeratePrivateImagesVMCBadRequest added in v0.4.0

func NewEnumeratePrivateImagesVMCBadRequest() *EnumeratePrivateImagesVMCBadRequest

NewEnumeratePrivateImagesVMCBadRequest creates a EnumeratePrivateImagesVMCBadRequest with default headers values

func (*EnumeratePrivateImagesVMCBadRequest) Error added in v0.4.0

func (*EnumeratePrivateImagesVMCBadRequest) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVMCBadRequest) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVMCBadRequest) IsClientError() bool

IsClientError returns true when this enumerate private images Vm c bad request response has a 4xx status code

func (*EnumeratePrivateImagesVMCBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate private images Vm c bad request response a status code equal to that given

func (*EnumeratePrivateImagesVMCBadRequest) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesVMCBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate private images Vm c bad request response has a 3xx status code

func (*EnumeratePrivateImagesVMCBadRequest) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVMCBadRequest) IsServerError() bool

IsServerError returns true when this enumerate private images Vm c bad request response has a 5xx status code

func (*EnumeratePrivateImagesVMCBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images Vm c bad request response has a 2xx status code

func (*EnumeratePrivateImagesVMCBadRequest) String added in v0.5.0

type EnumeratePrivateImagesVMCForbidden added in v0.4.0

type EnumeratePrivateImagesVMCForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumeratePrivateImagesVMCForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumeratePrivateImagesVMCForbidden added in v0.4.0

func NewEnumeratePrivateImagesVMCForbidden() *EnumeratePrivateImagesVMCForbidden

NewEnumeratePrivateImagesVMCForbidden creates a EnumeratePrivateImagesVMCForbidden with default headers values

func (*EnumeratePrivateImagesVMCForbidden) Error added in v0.4.0

func (*EnumeratePrivateImagesVMCForbidden) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVMCForbidden) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVMCForbidden) IsClientError() bool

IsClientError returns true when this enumerate private images Vm c forbidden response has a 4xx status code

func (*EnumeratePrivateImagesVMCForbidden) IsCode added in v0.5.0

IsCode returns true when this enumerate private images Vm c forbidden response a status code equal to that given

func (*EnumeratePrivateImagesVMCForbidden) IsRedirect added in v0.5.0

func (o *EnumeratePrivateImagesVMCForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate private images Vm c forbidden response has a 3xx status code

func (*EnumeratePrivateImagesVMCForbidden) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVMCForbidden) IsServerError() bool

IsServerError returns true when this enumerate private images Vm c forbidden response has a 5xx status code

func (*EnumeratePrivateImagesVMCForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images Vm c forbidden response has a 2xx status code

func (*EnumeratePrivateImagesVMCForbidden) String added in v0.5.0

type EnumeratePrivateImagesVMCParams added in v0.2.8

type EnumeratePrivateImagesVMCParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	/* ID.

	   Id of VMC cloud account to enumerate
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumeratePrivateImagesVMCParams contains all the parameters to send to the API endpoint

for the enumerate private images VM c operation.

Typically these are written to a http.Request.

func NewEnumeratePrivateImagesVMCParams added in v0.2.8

func NewEnumeratePrivateImagesVMCParams() *EnumeratePrivateImagesVMCParams

NewEnumeratePrivateImagesVMCParams creates a new EnumeratePrivateImagesVMCParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumeratePrivateImagesVMCParamsWithContext added in v0.2.8

func NewEnumeratePrivateImagesVMCParamsWithContext(ctx context.Context) *EnumeratePrivateImagesVMCParams

NewEnumeratePrivateImagesVMCParamsWithContext creates a new EnumeratePrivateImagesVMCParams object with the ability to set a context for a request.

func NewEnumeratePrivateImagesVMCParamsWithHTTPClient added in v0.2.8

func NewEnumeratePrivateImagesVMCParamsWithHTTPClient(client *http.Client) *EnumeratePrivateImagesVMCParams

NewEnumeratePrivateImagesVMCParamsWithHTTPClient creates a new EnumeratePrivateImagesVMCParams object with the ability to set a custom HTTPClient for a request.

func NewEnumeratePrivateImagesVMCParamsWithTimeout added in v0.2.8

func NewEnumeratePrivateImagesVMCParamsWithTimeout(timeout time.Duration) *EnumeratePrivateImagesVMCParams

NewEnumeratePrivateImagesVMCParamsWithTimeout creates a new EnumeratePrivateImagesVMCParams object with the ability to set a timeout on a request.

func (*EnumeratePrivateImagesVMCParams) SetAPIVersion added in v0.2.8

func (o *EnumeratePrivateImagesVMCParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) SetContext added in v0.2.8

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

SetContext adds the context to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) SetDefaults added in v0.2.20

func (o *EnumeratePrivateImagesVMCParams) SetDefaults()

SetDefaults hydrates default values in the enumerate private images VM c params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesVMCParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) SetID added in v0.2.8

SetID adds the id to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) WithAPIVersion added in v0.2.8

WithAPIVersion adds the aPIVersion to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) WithContext added in v0.2.8

WithContext adds the context to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the enumerate private images VM c params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesVMCParams) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) WithID added in v0.2.8

WithID adds the id to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the enumerate private images VM c params

func (*EnumeratePrivateImagesVMCParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type EnumeratePrivateImagesVMCReader added in v0.2.8

type EnumeratePrivateImagesVMCReader struct {
	// contains filtered or unexported fields
}

EnumeratePrivateImagesVMCReader is a Reader for the EnumeratePrivateImagesVMC structure.

func (*EnumeratePrivateImagesVMCReader) ReadResponse added in v0.2.8

func (o *EnumeratePrivateImagesVMCReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumeratePrivateImagesVSphereAccepted added in v0.4.0

type EnumeratePrivateImagesVSphereAccepted struct {
	Payload *models.RequestTracker
}

EnumeratePrivateImagesVSphereAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumeratePrivateImagesVSphereAccepted added in v0.4.0

func NewEnumeratePrivateImagesVSphereAccepted() *EnumeratePrivateImagesVSphereAccepted

NewEnumeratePrivateImagesVSphereAccepted creates a EnumeratePrivateImagesVSphereAccepted with default headers values

func (*EnumeratePrivateImagesVSphereAccepted) Error added in v0.4.0

func (*EnumeratePrivateImagesVSphereAccepted) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVSphereAccepted) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVSphereAccepted) IsClientError() bool

IsClientError returns true when this enumerate private images v sphere accepted response has a 4xx status code

func (*EnumeratePrivateImagesVSphereAccepted) IsCode added in v0.5.0

IsCode returns true when this enumerate private images v sphere accepted response a status code equal to that given

func (*EnumeratePrivateImagesVSphereAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate private images v sphere accepted response has a 3xx status code

func (*EnumeratePrivateImagesVSphereAccepted) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVSphereAccepted) IsServerError() bool

IsServerError returns true when this enumerate private images v sphere accepted response has a 5xx status code

func (*EnumeratePrivateImagesVSphereAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images v sphere accepted response has a 2xx status code

func (*EnumeratePrivateImagesVSphereAccepted) String added in v0.5.0

type EnumeratePrivateImagesVSphereBadRequest added in v0.4.0

type EnumeratePrivateImagesVSphereBadRequest struct {
	Payload *models.Error
}

EnumeratePrivateImagesVSphereBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumeratePrivateImagesVSphereBadRequest added in v0.4.0

func NewEnumeratePrivateImagesVSphereBadRequest() *EnumeratePrivateImagesVSphereBadRequest

NewEnumeratePrivateImagesVSphereBadRequest creates a EnumeratePrivateImagesVSphereBadRequest with default headers values

func (*EnumeratePrivateImagesVSphereBadRequest) Error added in v0.4.0

func (*EnumeratePrivateImagesVSphereBadRequest) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVSphereBadRequest) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVSphereBadRequest) IsClientError() bool

IsClientError returns true when this enumerate private images v sphere bad request response has a 4xx status code

func (*EnumeratePrivateImagesVSphereBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate private images v sphere bad request response a status code equal to that given

func (*EnumeratePrivateImagesVSphereBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate private images v sphere bad request response has a 3xx status code

func (*EnumeratePrivateImagesVSphereBadRequest) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVSphereBadRequest) IsServerError() bool

IsServerError returns true when this enumerate private images v sphere bad request response has a 5xx status code

func (*EnumeratePrivateImagesVSphereBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images v sphere bad request response has a 2xx status code

func (*EnumeratePrivateImagesVSphereBadRequest) String added in v0.5.0

type EnumeratePrivateImagesVSphereForbidden added in v0.4.0

type EnumeratePrivateImagesVSphereForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumeratePrivateImagesVSphereForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumeratePrivateImagesVSphereForbidden added in v0.4.0

func NewEnumeratePrivateImagesVSphereForbidden() *EnumeratePrivateImagesVSphereForbidden

NewEnumeratePrivateImagesVSphereForbidden creates a EnumeratePrivateImagesVSphereForbidden with default headers values

func (*EnumeratePrivateImagesVSphereForbidden) Error added in v0.4.0

func (*EnumeratePrivateImagesVSphereForbidden) GetPayload added in v0.4.0

func (*EnumeratePrivateImagesVSphereForbidden) IsClientError added in v0.5.0

func (o *EnumeratePrivateImagesVSphereForbidden) IsClientError() bool

IsClientError returns true when this enumerate private images v sphere forbidden response has a 4xx status code

func (*EnumeratePrivateImagesVSphereForbidden) IsCode added in v0.5.0

IsCode returns true when this enumerate private images v sphere forbidden response a status code equal to that given

func (*EnumeratePrivateImagesVSphereForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate private images v sphere forbidden response has a 3xx status code

func (*EnumeratePrivateImagesVSphereForbidden) IsServerError added in v0.5.0

func (o *EnumeratePrivateImagesVSphereForbidden) IsServerError() bool

IsServerError returns true when this enumerate private images v sphere forbidden response has a 5xx status code

func (*EnumeratePrivateImagesVSphereForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate private images v sphere forbidden response has a 2xx status code

func (*EnumeratePrivateImagesVSphereForbidden) String added in v0.5.0

type EnumeratePrivateImagesVSphereParams added in v0.2.8

type EnumeratePrivateImagesVSphereParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	/* ID.

	   Id of vSphere cloud account to enumerate
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumeratePrivateImagesVSphereParams contains all the parameters to send to the API endpoint

for the enumerate private images v sphere operation.

Typically these are written to a http.Request.

func NewEnumeratePrivateImagesVSphereParams added in v0.2.8

func NewEnumeratePrivateImagesVSphereParams() *EnumeratePrivateImagesVSphereParams

NewEnumeratePrivateImagesVSphereParams creates a new EnumeratePrivateImagesVSphereParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumeratePrivateImagesVSphereParamsWithContext added in v0.2.8

func NewEnumeratePrivateImagesVSphereParamsWithContext(ctx context.Context) *EnumeratePrivateImagesVSphereParams

NewEnumeratePrivateImagesVSphereParamsWithContext creates a new EnumeratePrivateImagesVSphereParams object with the ability to set a context for a request.

func NewEnumeratePrivateImagesVSphereParamsWithHTTPClient added in v0.2.8

func NewEnumeratePrivateImagesVSphereParamsWithHTTPClient(client *http.Client) *EnumeratePrivateImagesVSphereParams

NewEnumeratePrivateImagesVSphereParamsWithHTTPClient creates a new EnumeratePrivateImagesVSphereParams object with the ability to set a custom HTTPClient for a request.

func NewEnumeratePrivateImagesVSphereParamsWithTimeout added in v0.2.8

func NewEnumeratePrivateImagesVSphereParamsWithTimeout(timeout time.Duration) *EnumeratePrivateImagesVSphereParams

NewEnumeratePrivateImagesVSphereParamsWithTimeout creates a new EnumeratePrivateImagesVSphereParams object with the ability to set a timeout on a request.

func (*EnumeratePrivateImagesVSphereParams) SetAPIVersion added in v0.2.8

func (o *EnumeratePrivateImagesVSphereParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) SetContext added in v0.2.8

SetContext adds the context to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) SetDefaults added in v0.2.20

func (o *EnumeratePrivateImagesVSphereParams) SetDefaults()

SetDefaults hydrates default values in the enumerate private images v sphere params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesVSphereParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) SetID added in v0.2.8

SetID adds the id to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) WithAPIVersion added in v0.2.8

WithAPIVersion adds the aPIVersion to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) WithContext added in v0.2.8

WithContext adds the context to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the enumerate private images v sphere params (not the query body).

All values with no default are reset to their zero value.

func (*EnumeratePrivateImagesVSphereParams) WithHTTPClient added in v0.2.8

WithHTTPClient adds the HTTPClient to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) WithID added in v0.2.8

WithID adds the id to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the enumerate private images v sphere params

func (*EnumeratePrivateImagesVSphereParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type EnumeratePrivateImagesVSphereReader added in v0.2.8

type EnumeratePrivateImagesVSphereReader struct {
	// contains filtered or unexported fields
}

EnumeratePrivateImagesVSphereReader is a Reader for the EnumeratePrivateImagesVSphere structure.

func (*EnumeratePrivateImagesVSphereReader) ReadResponse added in v0.2.8

func (o *EnumeratePrivateImagesVSphereReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumerateRegionsAsyncAccepted added in v0.4.0

type EnumerateRegionsAsyncAccepted struct {
	Payload *models.RequestTracker
}

EnumerateRegionsAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumerateRegionsAsyncAccepted added in v0.4.0

func NewEnumerateRegionsAsyncAccepted() *EnumerateRegionsAsyncAccepted

NewEnumerateRegionsAsyncAccepted creates a EnumerateRegionsAsyncAccepted with default headers values

func (*EnumerateRegionsAsyncAccepted) Error added in v0.4.0

func (*EnumerateRegionsAsyncAccepted) GetPayload added in v0.4.0

func (*EnumerateRegionsAsyncAccepted) IsClientError added in v0.5.0

func (o *EnumerateRegionsAsyncAccepted) IsClientError() bool

IsClientError returns true when this enumerate regions async accepted response has a 4xx status code

func (*EnumerateRegionsAsyncAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate regions async accepted response a status code equal to that given

func (*EnumerateRegionsAsyncAccepted) IsRedirect added in v0.5.0

func (o *EnumerateRegionsAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate regions async accepted response has a 3xx status code

func (*EnumerateRegionsAsyncAccepted) IsServerError added in v0.5.0

func (o *EnumerateRegionsAsyncAccepted) IsServerError() bool

IsServerError returns true when this enumerate regions async accepted response has a 5xx status code

func (*EnumerateRegionsAsyncAccepted) IsSuccess added in v0.5.0

func (o *EnumerateRegionsAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate regions async accepted response has a 2xx status code

func (*EnumerateRegionsAsyncAccepted) String added in v0.5.0

type EnumerateRegionsAsyncBadRequest added in v0.4.0

type EnumerateRegionsAsyncBadRequest struct {
	Payload *models.Error
}

EnumerateRegionsAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumerateRegionsAsyncBadRequest added in v0.4.0

func NewEnumerateRegionsAsyncBadRequest() *EnumerateRegionsAsyncBadRequest

NewEnumerateRegionsAsyncBadRequest creates a EnumerateRegionsAsyncBadRequest with default headers values

func (*EnumerateRegionsAsyncBadRequest) Error added in v0.4.0

func (*EnumerateRegionsAsyncBadRequest) GetPayload added in v0.4.0

func (o *EnumerateRegionsAsyncBadRequest) GetPayload() *models.Error

func (*EnumerateRegionsAsyncBadRequest) IsClientError added in v0.5.0

func (o *EnumerateRegionsAsyncBadRequest) IsClientError() bool

IsClientError returns true when this enumerate regions async bad request response has a 4xx status code

func (*EnumerateRegionsAsyncBadRequest) IsCode added in v0.5.0

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

IsCode returns true when this enumerate regions async bad request response a status code equal to that given

func (*EnumerateRegionsAsyncBadRequest) IsRedirect added in v0.5.0

func (o *EnumerateRegionsAsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate regions async bad request response has a 3xx status code

func (*EnumerateRegionsAsyncBadRequest) IsServerError added in v0.5.0

func (o *EnumerateRegionsAsyncBadRequest) IsServerError() bool

IsServerError returns true when this enumerate regions async bad request response has a 5xx status code

func (*EnumerateRegionsAsyncBadRequest) IsSuccess added in v0.5.0

func (o *EnumerateRegionsAsyncBadRequest) IsSuccess() bool

IsSuccess returns true when this enumerate regions async bad request response has a 2xx status code

func (*EnumerateRegionsAsyncBadRequest) String added in v0.5.0

type EnumerateRegionsAsyncForbidden added in v0.4.0

type EnumerateRegionsAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumerateRegionsAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumerateRegionsAsyncForbidden added in v0.4.0

func NewEnumerateRegionsAsyncForbidden() *EnumerateRegionsAsyncForbidden

NewEnumerateRegionsAsyncForbidden creates a EnumerateRegionsAsyncForbidden with default headers values

func (*EnumerateRegionsAsyncForbidden) Error added in v0.4.0

func (*EnumerateRegionsAsyncForbidden) GetPayload added in v0.4.0

func (*EnumerateRegionsAsyncForbidden) IsClientError added in v0.5.0

func (o *EnumerateRegionsAsyncForbidden) IsClientError() bool

IsClientError returns true when this enumerate regions async forbidden response has a 4xx status code

func (*EnumerateRegionsAsyncForbidden) IsCode added in v0.5.0

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

IsCode returns true when this enumerate regions async forbidden response a status code equal to that given

func (*EnumerateRegionsAsyncForbidden) IsRedirect added in v0.5.0

func (o *EnumerateRegionsAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate regions async forbidden response has a 3xx status code

func (*EnumerateRegionsAsyncForbidden) IsServerError added in v0.5.0

func (o *EnumerateRegionsAsyncForbidden) IsServerError() bool

IsServerError returns true when this enumerate regions async forbidden response has a 5xx status code

func (*EnumerateRegionsAsyncForbidden) IsSuccess added in v0.5.0

func (o *EnumerateRegionsAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this enumerate regions async forbidden response has a 2xx status code

func (*EnumerateRegionsAsyncForbidden) String added in v0.5.0

type EnumerateRegionsAsyncParams added in v0.4.0

type EnumerateRegionsAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   Region enumeration specification
	*/
	Body *models.CloudAccountRegionEnumerationSpecification

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumerateRegionsAsyncParams contains all the parameters to send to the API endpoint

for the enumerate regions async operation.

Typically these are written to a http.Request.

func NewEnumerateRegionsAsyncParams added in v0.4.0

func NewEnumerateRegionsAsyncParams() *EnumerateRegionsAsyncParams

NewEnumerateRegionsAsyncParams creates a new EnumerateRegionsAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumerateRegionsAsyncParamsWithContext added in v0.4.0

func NewEnumerateRegionsAsyncParamsWithContext(ctx context.Context) *EnumerateRegionsAsyncParams

NewEnumerateRegionsAsyncParamsWithContext creates a new EnumerateRegionsAsyncParams object with the ability to set a context for a request.

func NewEnumerateRegionsAsyncParamsWithHTTPClient added in v0.4.0

func NewEnumerateRegionsAsyncParamsWithHTTPClient(client *http.Client) *EnumerateRegionsAsyncParams

NewEnumerateRegionsAsyncParamsWithHTTPClient creates a new EnumerateRegionsAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewEnumerateRegionsAsyncParamsWithTimeout added in v0.4.0

func NewEnumerateRegionsAsyncParamsWithTimeout(timeout time.Duration) *EnumerateRegionsAsyncParams

NewEnumerateRegionsAsyncParamsWithTimeout creates a new EnumerateRegionsAsyncParams object with the ability to set a timeout on a request.

func (*EnumerateRegionsAsyncParams) SetAPIVersion added in v0.4.0

func (o *EnumerateRegionsAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) SetContext added in v0.4.0

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

SetContext adds the context to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) SetDefaults added in v0.4.0

func (o *EnumerateRegionsAsyncParams) SetDefaults()

SetDefaults hydrates default values in the enumerate regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateRegionsAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) WithAPIVersion added in v0.4.0

func (o *EnumerateRegionsAsyncParams) WithAPIVersion(aPIVersion string) *EnumerateRegionsAsyncParams

WithAPIVersion adds the aPIVersion to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the enumerate regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateRegionsAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the enumerate regions async params

func (*EnumerateRegionsAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type EnumerateRegionsAsyncReader added in v0.4.0

type EnumerateRegionsAsyncReader struct {
	// contains filtered or unexported fields
}

EnumerateRegionsAsyncReader is a Reader for the EnumerateRegionsAsync structure.

func (*EnumerateRegionsAsyncReader) ReadResponse added in v0.4.0

func (o *EnumerateRegionsAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumerateVSphereRegionsAsyncAccepted added in v0.4.0

type EnumerateVSphereRegionsAsyncAccepted struct {
	Payload *models.RequestTracker
}

EnumerateVSphereRegionsAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumerateVSphereRegionsAsyncAccepted added in v0.4.0

func NewEnumerateVSphereRegionsAsyncAccepted() *EnumerateVSphereRegionsAsyncAccepted

NewEnumerateVSphereRegionsAsyncAccepted creates a EnumerateVSphereRegionsAsyncAccepted with default headers values

func (*EnumerateVSphereRegionsAsyncAccepted) Error added in v0.4.0

func (*EnumerateVSphereRegionsAsyncAccepted) GetPayload added in v0.4.0

func (*EnumerateVSphereRegionsAsyncAccepted) IsClientError added in v0.5.0

func (o *EnumerateVSphereRegionsAsyncAccepted) IsClientError() bool

IsClientError returns true when this enumerate v sphere regions async accepted response has a 4xx status code

func (*EnumerateVSphereRegionsAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this enumerate v sphere regions async accepted response a status code equal to that given

func (*EnumerateVSphereRegionsAsyncAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate v sphere regions async accepted response has a 3xx status code

func (*EnumerateVSphereRegionsAsyncAccepted) IsServerError added in v0.5.0

func (o *EnumerateVSphereRegionsAsyncAccepted) IsServerError() bool

IsServerError returns true when this enumerate v sphere regions async accepted response has a 5xx status code

func (*EnumerateVSphereRegionsAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate v sphere regions async accepted response has a 2xx status code

func (*EnumerateVSphereRegionsAsyncAccepted) String added in v0.5.0

type EnumerateVSphereRegionsAsyncBadRequest added in v0.4.0

type EnumerateVSphereRegionsAsyncBadRequest struct {
	Payload *models.Error
}

EnumerateVSphereRegionsAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumerateVSphereRegionsAsyncBadRequest added in v0.4.0

func NewEnumerateVSphereRegionsAsyncBadRequest() *EnumerateVSphereRegionsAsyncBadRequest

NewEnumerateVSphereRegionsAsyncBadRequest creates a EnumerateVSphereRegionsAsyncBadRequest with default headers values

func (*EnumerateVSphereRegionsAsyncBadRequest) Error added in v0.4.0

func (*EnumerateVSphereRegionsAsyncBadRequest) GetPayload added in v0.4.0

func (*EnumerateVSphereRegionsAsyncBadRequest) IsClientError added in v0.5.0

func (o *EnumerateVSphereRegionsAsyncBadRequest) IsClientError() bool

IsClientError returns true when this enumerate v sphere regions async bad request response has a 4xx status code

func (*EnumerateVSphereRegionsAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate v sphere regions async bad request response a status code equal to that given

func (*EnumerateVSphereRegionsAsyncBadRequest) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate v sphere regions async bad request response has a 3xx status code

func (*EnumerateVSphereRegionsAsyncBadRequest) IsServerError added in v0.5.0

func (o *EnumerateVSphereRegionsAsyncBadRequest) IsServerError() bool

IsServerError returns true when this enumerate v sphere regions async bad request response has a 5xx status code

func (*EnumerateVSphereRegionsAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate v sphere regions async bad request response has a 2xx status code

func (*EnumerateVSphereRegionsAsyncBadRequest) String added in v0.5.0

type EnumerateVSphereRegionsAsyncForbidden added in v0.4.0

type EnumerateVSphereRegionsAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumerateVSphereRegionsAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumerateVSphereRegionsAsyncForbidden added in v0.4.0

func NewEnumerateVSphereRegionsAsyncForbidden() *EnumerateVSphereRegionsAsyncForbidden

NewEnumerateVSphereRegionsAsyncForbidden creates a EnumerateVSphereRegionsAsyncForbidden with default headers values

func (*EnumerateVSphereRegionsAsyncForbidden) Error added in v0.4.0

func (*EnumerateVSphereRegionsAsyncForbidden) GetPayload added in v0.4.0

func (*EnumerateVSphereRegionsAsyncForbidden) IsClientError added in v0.5.0

func (o *EnumerateVSphereRegionsAsyncForbidden) IsClientError() bool

IsClientError returns true when this enumerate v sphere regions async forbidden response has a 4xx status code

func (*EnumerateVSphereRegionsAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this enumerate v sphere regions async forbidden response a status code equal to that given

func (*EnumerateVSphereRegionsAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this enumerate v sphere regions async forbidden response has a 3xx status code

func (*EnumerateVSphereRegionsAsyncForbidden) IsServerError added in v0.5.0

func (o *EnumerateVSphereRegionsAsyncForbidden) IsServerError() bool

IsServerError returns true when this enumerate v sphere regions async forbidden response has a 5xx status code

func (*EnumerateVSphereRegionsAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate v sphere regions async forbidden response has a 2xx status code

func (*EnumerateVSphereRegionsAsyncForbidden) String added in v0.5.0

type EnumerateVSphereRegionsAsyncParams added in v0.4.0

type EnumerateVSphereRegionsAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   vSphere region enumeration specification
	*/
	Body *models.CloudAccountVsphereRegionEnumerationSpecification

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumerateVSphereRegionsAsyncParams contains all the parameters to send to the API endpoint

for the enumerate v sphere regions async operation.

Typically these are written to a http.Request.

func NewEnumerateVSphereRegionsAsyncParams added in v0.4.0

func NewEnumerateVSphereRegionsAsyncParams() *EnumerateVSphereRegionsAsyncParams

NewEnumerateVSphereRegionsAsyncParams creates a new EnumerateVSphereRegionsAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumerateVSphereRegionsAsyncParamsWithContext added in v0.4.0

func NewEnumerateVSphereRegionsAsyncParamsWithContext(ctx context.Context) *EnumerateVSphereRegionsAsyncParams

NewEnumerateVSphereRegionsAsyncParamsWithContext creates a new EnumerateVSphereRegionsAsyncParams object with the ability to set a context for a request.

func NewEnumerateVSphereRegionsAsyncParamsWithHTTPClient added in v0.4.0

func NewEnumerateVSphereRegionsAsyncParamsWithHTTPClient(client *http.Client) *EnumerateVSphereRegionsAsyncParams

NewEnumerateVSphereRegionsAsyncParamsWithHTTPClient creates a new EnumerateVSphereRegionsAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewEnumerateVSphereRegionsAsyncParamsWithTimeout added in v0.4.0

func NewEnumerateVSphereRegionsAsyncParamsWithTimeout(timeout time.Duration) *EnumerateVSphereRegionsAsyncParams

NewEnumerateVSphereRegionsAsyncParamsWithTimeout creates a new EnumerateVSphereRegionsAsyncParams object with the ability to set a timeout on a request.

func (*EnumerateVSphereRegionsAsyncParams) SetAPIVersion added in v0.4.0

func (o *EnumerateVSphereRegionsAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) SetDefaults added in v0.4.0

func (o *EnumerateVSphereRegionsAsyncParams) SetDefaults()

SetDefaults hydrates default values in the enumerate v sphere regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateVSphereRegionsAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the enumerate v sphere regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateVSphereRegionsAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the enumerate v sphere regions async params

func (*EnumerateVSphereRegionsAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type EnumerateVSphereRegionsAsyncReader added in v0.4.0

type EnumerateVSphereRegionsAsyncReader struct {
	// contains filtered or unexported fields
}

EnumerateVSphereRegionsAsyncReader is a Reader for the EnumerateVSphereRegionsAsync structure.

func (*EnumerateVSphereRegionsAsyncReader) ReadResponse added in v0.4.0

func (o *EnumerateVSphereRegionsAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumerateVcfRegionsAsyncAccepted added in v0.4.0

type EnumerateVcfRegionsAsyncAccepted struct {
	Payload *models.RequestTracker
}

EnumerateVcfRegionsAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumerateVcfRegionsAsyncAccepted added in v0.4.0

func NewEnumerateVcfRegionsAsyncAccepted() *EnumerateVcfRegionsAsyncAccepted

NewEnumerateVcfRegionsAsyncAccepted creates a EnumerateVcfRegionsAsyncAccepted with default headers values

func (*EnumerateVcfRegionsAsyncAccepted) Error added in v0.4.0

func (*EnumerateVcfRegionsAsyncAccepted) GetPayload added in v0.4.0

func (*EnumerateVcfRegionsAsyncAccepted) IsClientError added in v0.5.0

func (o *EnumerateVcfRegionsAsyncAccepted) IsClientError() bool

IsClientError returns true when this enumerate vcf regions async accepted response has a 4xx status code

func (*EnumerateVcfRegionsAsyncAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate vcf regions async accepted response a status code equal to that given

func (*EnumerateVcfRegionsAsyncAccepted) IsRedirect added in v0.5.0

func (o *EnumerateVcfRegionsAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate vcf regions async accepted response has a 3xx status code

func (*EnumerateVcfRegionsAsyncAccepted) IsServerError added in v0.5.0

func (o *EnumerateVcfRegionsAsyncAccepted) IsServerError() bool

IsServerError returns true when this enumerate vcf regions async accepted response has a 5xx status code

func (*EnumerateVcfRegionsAsyncAccepted) IsSuccess added in v0.5.0

func (o *EnumerateVcfRegionsAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate vcf regions async accepted response has a 2xx status code

func (*EnumerateVcfRegionsAsyncAccepted) String added in v0.5.0

type EnumerateVcfRegionsAsyncBadRequest added in v0.4.0

type EnumerateVcfRegionsAsyncBadRequest struct {
	Payload *models.Error
}

EnumerateVcfRegionsAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumerateVcfRegionsAsyncBadRequest added in v0.4.0

func NewEnumerateVcfRegionsAsyncBadRequest() *EnumerateVcfRegionsAsyncBadRequest

NewEnumerateVcfRegionsAsyncBadRequest creates a EnumerateVcfRegionsAsyncBadRequest with default headers values

func (*EnumerateVcfRegionsAsyncBadRequest) Error added in v0.4.0

func (*EnumerateVcfRegionsAsyncBadRequest) GetPayload added in v0.4.0

func (*EnumerateVcfRegionsAsyncBadRequest) IsClientError added in v0.5.0

func (o *EnumerateVcfRegionsAsyncBadRequest) IsClientError() bool

IsClientError returns true when this enumerate vcf regions async bad request response has a 4xx status code

func (*EnumerateVcfRegionsAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate vcf regions async bad request response a status code equal to that given

func (*EnumerateVcfRegionsAsyncBadRequest) IsRedirect added in v0.5.0

func (o *EnumerateVcfRegionsAsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate vcf regions async bad request response has a 3xx status code

func (*EnumerateVcfRegionsAsyncBadRequest) IsServerError added in v0.5.0

func (o *EnumerateVcfRegionsAsyncBadRequest) IsServerError() bool

IsServerError returns true when this enumerate vcf regions async bad request response has a 5xx status code

func (*EnumerateVcfRegionsAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate vcf regions async bad request response has a 2xx status code

func (*EnumerateVcfRegionsAsyncBadRequest) String added in v0.5.0

type EnumerateVcfRegionsAsyncForbidden added in v0.4.0

type EnumerateVcfRegionsAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumerateVcfRegionsAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumerateVcfRegionsAsyncForbidden added in v0.4.0

func NewEnumerateVcfRegionsAsyncForbidden() *EnumerateVcfRegionsAsyncForbidden

NewEnumerateVcfRegionsAsyncForbidden creates a EnumerateVcfRegionsAsyncForbidden with default headers values

func (*EnumerateVcfRegionsAsyncForbidden) Error added in v0.4.0

func (*EnumerateVcfRegionsAsyncForbidden) GetPayload added in v0.4.0

func (*EnumerateVcfRegionsAsyncForbidden) IsClientError added in v0.5.0

func (o *EnumerateVcfRegionsAsyncForbidden) IsClientError() bool

IsClientError returns true when this enumerate vcf regions async forbidden response has a 4xx status code

func (*EnumerateVcfRegionsAsyncForbidden) IsCode added in v0.5.0

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

IsCode returns true when this enumerate vcf regions async forbidden response a status code equal to that given

func (*EnumerateVcfRegionsAsyncForbidden) IsRedirect added in v0.5.0

func (o *EnumerateVcfRegionsAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate vcf regions async forbidden response has a 3xx status code

func (*EnumerateVcfRegionsAsyncForbidden) IsServerError added in v0.5.0

func (o *EnumerateVcfRegionsAsyncForbidden) IsServerError() bool

IsServerError returns true when this enumerate vcf regions async forbidden response has a 5xx status code

func (*EnumerateVcfRegionsAsyncForbidden) IsSuccess added in v0.5.0

func (o *EnumerateVcfRegionsAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this enumerate vcf regions async forbidden response has a 2xx status code

func (*EnumerateVcfRegionsAsyncForbidden) String added in v0.5.0

type EnumerateVcfRegionsAsyncParams added in v0.4.0

type EnumerateVcfRegionsAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   VCF region enumeration specification
	*/
	Body *models.CloudAccountVcfRegionEnumerationSpecification

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumerateVcfRegionsAsyncParams contains all the parameters to send to the API endpoint

for the enumerate vcf regions async operation.

Typically these are written to a http.Request.

func NewEnumerateVcfRegionsAsyncParams added in v0.4.0

func NewEnumerateVcfRegionsAsyncParams() *EnumerateVcfRegionsAsyncParams

NewEnumerateVcfRegionsAsyncParams creates a new EnumerateVcfRegionsAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumerateVcfRegionsAsyncParamsWithContext added in v0.4.0

func NewEnumerateVcfRegionsAsyncParamsWithContext(ctx context.Context) *EnumerateVcfRegionsAsyncParams

NewEnumerateVcfRegionsAsyncParamsWithContext creates a new EnumerateVcfRegionsAsyncParams object with the ability to set a context for a request.

func NewEnumerateVcfRegionsAsyncParamsWithHTTPClient added in v0.4.0

func NewEnumerateVcfRegionsAsyncParamsWithHTTPClient(client *http.Client) *EnumerateVcfRegionsAsyncParams

NewEnumerateVcfRegionsAsyncParamsWithHTTPClient creates a new EnumerateVcfRegionsAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewEnumerateVcfRegionsAsyncParamsWithTimeout added in v0.4.0

func NewEnumerateVcfRegionsAsyncParamsWithTimeout(timeout time.Duration) *EnumerateVcfRegionsAsyncParams

NewEnumerateVcfRegionsAsyncParamsWithTimeout creates a new EnumerateVcfRegionsAsyncParams object with the ability to set a timeout on a request.

func (*EnumerateVcfRegionsAsyncParams) SetAPIVersion added in v0.4.0

func (o *EnumerateVcfRegionsAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) SetContext added in v0.4.0

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

SetContext adds the context to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) SetDefaults added in v0.4.0

func (o *EnumerateVcfRegionsAsyncParams) SetDefaults()

SetDefaults hydrates default values in the enumerate vcf regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateVcfRegionsAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the enumerate vcf regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateVcfRegionsAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the enumerate vcf regions async params

func (*EnumerateVcfRegionsAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type EnumerateVcfRegionsAsyncReader added in v0.4.0

type EnumerateVcfRegionsAsyncReader struct {
	// contains filtered or unexported fields
}

EnumerateVcfRegionsAsyncReader is a Reader for the EnumerateVcfRegionsAsync structure.

func (*EnumerateVcfRegionsAsyncReader) ReadResponse added in v0.4.0

func (o *EnumerateVcfRegionsAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type EnumerateVmcRegionsAsyncAccepted added in v0.4.0

type EnumerateVmcRegionsAsyncAccepted struct {
	Payload *models.RequestTracker
}

EnumerateVmcRegionsAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewEnumerateVmcRegionsAsyncAccepted added in v0.4.0

func NewEnumerateVmcRegionsAsyncAccepted() *EnumerateVmcRegionsAsyncAccepted

NewEnumerateVmcRegionsAsyncAccepted creates a EnumerateVmcRegionsAsyncAccepted with default headers values

func (*EnumerateVmcRegionsAsyncAccepted) Error added in v0.4.0

func (*EnumerateVmcRegionsAsyncAccepted) GetPayload added in v0.4.0

func (*EnumerateVmcRegionsAsyncAccepted) IsClientError added in v0.5.0

func (o *EnumerateVmcRegionsAsyncAccepted) IsClientError() bool

IsClientError returns true when this enumerate vmc regions async accepted response has a 4xx status code

func (*EnumerateVmcRegionsAsyncAccepted) IsCode added in v0.5.0

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

IsCode returns true when this enumerate vmc regions async accepted response a status code equal to that given

func (*EnumerateVmcRegionsAsyncAccepted) IsRedirect added in v0.5.0

func (o *EnumerateVmcRegionsAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this enumerate vmc regions async accepted response has a 3xx status code

func (*EnumerateVmcRegionsAsyncAccepted) IsServerError added in v0.5.0

func (o *EnumerateVmcRegionsAsyncAccepted) IsServerError() bool

IsServerError returns true when this enumerate vmc regions async accepted response has a 5xx status code

func (*EnumerateVmcRegionsAsyncAccepted) IsSuccess added in v0.5.0

func (o *EnumerateVmcRegionsAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this enumerate vmc regions async accepted response has a 2xx status code

func (*EnumerateVmcRegionsAsyncAccepted) String added in v0.5.0

type EnumerateVmcRegionsAsyncBadRequest added in v0.4.0

type EnumerateVmcRegionsAsyncBadRequest struct {
	Payload *models.Error
}

EnumerateVmcRegionsAsyncBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewEnumerateVmcRegionsAsyncBadRequest added in v0.4.0

func NewEnumerateVmcRegionsAsyncBadRequest() *EnumerateVmcRegionsAsyncBadRequest

NewEnumerateVmcRegionsAsyncBadRequest creates a EnumerateVmcRegionsAsyncBadRequest with default headers values

func (*EnumerateVmcRegionsAsyncBadRequest) Error added in v0.4.0

func (*EnumerateVmcRegionsAsyncBadRequest) GetPayload added in v0.4.0

func (*EnumerateVmcRegionsAsyncBadRequest) IsClientError added in v0.5.0

func (o *EnumerateVmcRegionsAsyncBadRequest) IsClientError() bool

IsClientError returns true when this enumerate vmc regions async bad request response has a 4xx status code

func (*EnumerateVmcRegionsAsyncBadRequest) IsCode added in v0.5.0

IsCode returns true when this enumerate vmc regions async bad request response a status code equal to that given

func (*EnumerateVmcRegionsAsyncBadRequest) IsRedirect added in v0.5.0

func (o *EnumerateVmcRegionsAsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this enumerate vmc regions async bad request response has a 3xx status code

func (*EnumerateVmcRegionsAsyncBadRequest) IsServerError added in v0.5.0

func (o *EnumerateVmcRegionsAsyncBadRequest) IsServerError() bool

IsServerError returns true when this enumerate vmc regions async bad request response has a 5xx status code

func (*EnumerateVmcRegionsAsyncBadRequest) IsSuccess added in v0.5.0

IsSuccess returns true when this enumerate vmc regions async bad request response has a 2xx status code

func (*EnumerateVmcRegionsAsyncBadRequest) String added in v0.5.0

type EnumerateVmcRegionsAsyncForbidden added in v0.4.0

type EnumerateVmcRegionsAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

EnumerateVmcRegionsAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewEnumerateVmcRegionsAsyncForbidden added in v0.4.0

func NewEnumerateVmcRegionsAsyncForbidden() *EnumerateVmcRegionsAsyncForbidden

NewEnumerateVmcRegionsAsyncForbidden creates a EnumerateVmcRegionsAsyncForbidden with default headers values

func (*EnumerateVmcRegionsAsyncForbidden) Error added in v0.4.0

func (*EnumerateVmcRegionsAsyncForbidden) GetPayload added in v0.4.0

func (*EnumerateVmcRegionsAsyncForbidden) IsClientError added in v0.5.0

func (o *EnumerateVmcRegionsAsyncForbidden) IsClientError() bool

IsClientError returns true when this enumerate vmc regions async forbidden response has a 4xx status code

func (*EnumerateVmcRegionsAsyncForbidden) IsCode added in v0.5.0

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

IsCode returns true when this enumerate vmc regions async forbidden response a status code equal to that given

func (*EnumerateVmcRegionsAsyncForbidden) IsRedirect added in v0.5.0

func (o *EnumerateVmcRegionsAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this enumerate vmc regions async forbidden response has a 3xx status code

func (*EnumerateVmcRegionsAsyncForbidden) IsServerError added in v0.5.0

func (o *EnumerateVmcRegionsAsyncForbidden) IsServerError() bool

IsServerError returns true when this enumerate vmc regions async forbidden response has a 5xx status code

func (*EnumerateVmcRegionsAsyncForbidden) IsSuccess added in v0.5.0

func (o *EnumerateVmcRegionsAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this enumerate vmc regions async forbidden response has a 2xx status code

func (*EnumerateVmcRegionsAsyncForbidden) String added in v0.5.0

type EnumerateVmcRegionsAsyncParams added in v0.4.0

type EnumerateVmcRegionsAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   VMC region enumeration specification
	*/
	Body *models.CloudAccountVmcRegionEnumerationSpecification

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

EnumerateVmcRegionsAsyncParams contains all the parameters to send to the API endpoint

for the enumerate vmc regions async operation.

Typically these are written to a http.Request.

func NewEnumerateVmcRegionsAsyncParams added in v0.4.0

func NewEnumerateVmcRegionsAsyncParams() *EnumerateVmcRegionsAsyncParams

NewEnumerateVmcRegionsAsyncParams creates a new EnumerateVmcRegionsAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnumerateVmcRegionsAsyncParamsWithContext added in v0.4.0

func NewEnumerateVmcRegionsAsyncParamsWithContext(ctx context.Context) *EnumerateVmcRegionsAsyncParams

NewEnumerateVmcRegionsAsyncParamsWithContext creates a new EnumerateVmcRegionsAsyncParams object with the ability to set a context for a request.

func NewEnumerateVmcRegionsAsyncParamsWithHTTPClient added in v0.4.0

func NewEnumerateVmcRegionsAsyncParamsWithHTTPClient(client *http.Client) *EnumerateVmcRegionsAsyncParams

NewEnumerateVmcRegionsAsyncParamsWithHTTPClient creates a new EnumerateVmcRegionsAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewEnumerateVmcRegionsAsyncParamsWithTimeout added in v0.4.0

func NewEnumerateVmcRegionsAsyncParamsWithTimeout(timeout time.Duration) *EnumerateVmcRegionsAsyncParams

NewEnumerateVmcRegionsAsyncParamsWithTimeout creates a new EnumerateVmcRegionsAsyncParams object with the ability to set a timeout on a request.

func (*EnumerateVmcRegionsAsyncParams) SetAPIVersion added in v0.4.0

func (o *EnumerateVmcRegionsAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) SetContext added in v0.4.0

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

SetContext adds the context to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) SetDefaults added in v0.4.0

func (o *EnumerateVmcRegionsAsyncParams) SetDefaults()

SetDefaults hydrates default values in the enumerate vmc regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateVmcRegionsAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the enumerate vmc regions async params (not the query body).

All values with no default are reset to their zero value.

func (*EnumerateVmcRegionsAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the enumerate vmc regions async params

func (*EnumerateVmcRegionsAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type EnumerateVmcRegionsAsyncReader added in v0.4.0

type EnumerateVmcRegionsAsyncReader struct {
	// contains filtered or unexported fields
}

EnumerateVmcRegionsAsyncReader is a Reader for the EnumerateVmcRegionsAsync structure.

func (*EnumerateVmcRegionsAsyncReader) ReadResponse added in v0.4.0

func (o *EnumerateVmcRegionsAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAwsCloudAccountForbidden

type GetAwsCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetAwsCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAwsCloudAccountForbidden

func NewGetAwsCloudAccountForbidden() *GetAwsCloudAccountForbidden

NewGetAwsCloudAccountForbidden creates a GetAwsCloudAccountForbidden with default headers values

func (*GetAwsCloudAccountForbidden) Error

func (*GetAwsCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetAwsCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetAwsCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get aws cloud account forbidden response has a 4xx status code

func (*GetAwsCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get aws cloud account forbidden response a status code equal to that given

func (*GetAwsCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetAwsCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get aws cloud account forbidden response has a 3xx status code

func (*GetAwsCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetAwsCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get aws cloud account forbidden response has a 5xx status code

func (*GetAwsCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetAwsCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get aws cloud account forbidden response has a 2xx status code

func (*GetAwsCloudAccountForbidden) String added in v0.5.0

func (o *GetAwsCloudAccountForbidden) String() string

type GetAwsCloudAccountNotFound

type GetAwsCloudAccountNotFound struct {
	Payload *models.Error
}

GetAwsCloudAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAwsCloudAccountNotFound

func NewGetAwsCloudAccountNotFound() *GetAwsCloudAccountNotFound

NewGetAwsCloudAccountNotFound creates a GetAwsCloudAccountNotFound with default headers values

func (*GetAwsCloudAccountNotFound) Error

func (*GetAwsCloudAccountNotFound) GetPayload added in v0.2.9

func (o *GetAwsCloudAccountNotFound) GetPayload() *models.Error

func (*GetAwsCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetAwsCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get aws cloud account not found response has a 4xx status code

func (*GetAwsCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get aws cloud account not found response a status code equal to that given

func (*GetAwsCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetAwsCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get aws cloud account not found response has a 3xx status code

func (*GetAwsCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetAwsCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get aws cloud account not found response has a 5xx status code

func (*GetAwsCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetAwsCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get aws cloud account not found response has a 2xx status code

func (*GetAwsCloudAccountNotFound) String added in v0.5.0

func (o *GetAwsCloudAccountNotFound) String() string

type GetAwsCloudAccountOK

type GetAwsCloudAccountOK struct {
	Payload *models.CloudAccountAws
}

GetAwsCloudAccountOK describes a response with status code 200, 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

func (*GetAwsCloudAccountOK) IsClientError added in v0.5.0

func (o *GetAwsCloudAccountOK) IsClientError() bool

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

func (*GetAwsCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetAwsCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetAwsCloudAccountOK) IsRedirect() bool

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

func (*GetAwsCloudAccountOK) IsServerError added in v0.5.0

func (o *GetAwsCloudAccountOK) IsServerError() bool

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

func (*GetAwsCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetAwsCloudAccountOK) IsSuccess() bool

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

func (*GetAwsCloudAccountOK) String added in v0.5.0

func (o *GetAwsCloudAccountOK) String() string

type GetAwsCloudAccountParams

type GetAwsCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAwsCloudAccountParamsWithContext

func NewGetAwsCloudAccountParamsWithContext(ctx context.Context) *GetAwsCloudAccountParams

NewGetAwsCloudAccountParamsWithContext creates a new GetAwsCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetAwsCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get aws cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the get aws cloud account params

func (*GetAwsCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get aws cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithID adds the id to the get aws cloud account params

func (*GetAwsCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the get aws cloud account params

func (*GetAwsCloudAccountParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetAwsCloudAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAwsCloudAccountsForbidden

func NewGetAwsCloudAccountsForbidden() *GetAwsCloudAccountsForbidden

NewGetAwsCloudAccountsForbidden creates a GetAwsCloudAccountsForbidden with default headers values

func (*GetAwsCloudAccountsForbidden) Error

func (*GetAwsCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetAwsCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetAwsCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get aws cloud accounts forbidden response has a 4xx status code

func (*GetAwsCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get aws cloud accounts forbidden response a status code equal to that given

func (*GetAwsCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetAwsCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get aws cloud accounts forbidden response has a 3xx status code

func (*GetAwsCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetAwsCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get aws cloud accounts forbidden response has a 5xx status code

func (*GetAwsCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetAwsCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get aws cloud accounts forbidden response has a 2xx status code

func (*GetAwsCloudAccountsForbidden) String added in v0.5.0

type GetAwsCloudAccountsOK

type GetAwsCloudAccountsOK struct {
	Payload *models.CloudAccountAwsResult
}

GetAwsCloudAccountsOK describes a response with status code 200, 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 (*GetAwsCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetAwsCloudAccountsOK) IsClientError() bool

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

func (*GetAwsCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetAwsCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetAwsCloudAccountsOK) IsRedirect() bool

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

func (*GetAwsCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetAwsCloudAccountsOK) IsServerError() bool

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

func (*GetAwsCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetAwsCloudAccountsOK) IsSuccess() bool

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

func (*GetAwsCloudAccountsOK) String added in v0.5.0

func (o *GetAwsCloudAccountsOK) String() string

type GetAwsCloudAccountsParams

type GetAwsCloudAccountsParams struct {

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAwsCloudAccountsParamsWithContext

func NewGetAwsCloudAccountsParamsWithContext(ctx context.Context) *GetAwsCloudAccountsParams

NewGetAwsCloudAccountsParamsWithContext creates a new GetAwsCloudAccountsParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetAwsCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get aws cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetAwsCloudAccountsParams) SetDollarSkip added in v0.5.0

func (o *GetAwsCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get aws cloud accounts params

func (*GetAwsCloudAccountsParams) SetDollarTop added in v0.5.0

func (o *GetAwsCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop 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

WithContext adds the context to the get aws cloud accounts params

func (*GetAwsCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get aws cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetAwsCloudAccountsParams) WithDollarSkip added in v0.5.0

func (o *GetAwsCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetAwsCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get aws cloud accounts params

func (*GetAwsCloudAccountsParams) WithDollarTop added in v0.5.0

func (o *GetAwsCloudAccountsParams) WithDollarTop(dollarTop *int64) *GetAwsCloudAccountsParams

WithDollarTop adds the dollarTop 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

WithTimeout adds the timeout to the get aws cloud accounts params

func (*GetAwsCloudAccountsParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetAzureCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAzureCloudAccountForbidden

func NewGetAzureCloudAccountForbidden() *GetAzureCloudAccountForbidden

NewGetAzureCloudAccountForbidden creates a GetAzureCloudAccountForbidden with default headers values

func (*GetAzureCloudAccountForbidden) Error

func (*GetAzureCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetAzureCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetAzureCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get azure cloud account forbidden response has a 4xx status code

func (*GetAzureCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get azure cloud account forbidden response a status code equal to that given

func (*GetAzureCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetAzureCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get azure cloud account forbidden response has a 3xx status code

func (*GetAzureCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetAzureCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get azure cloud account forbidden response has a 5xx status code

func (*GetAzureCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetAzureCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get azure cloud account forbidden response has a 2xx status code

func (*GetAzureCloudAccountForbidden) String added in v0.5.0

type GetAzureCloudAccountNotFound

type GetAzureCloudAccountNotFound struct {
	Payload *models.Error
}

GetAzureCloudAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAzureCloudAccountNotFound

func NewGetAzureCloudAccountNotFound() *GetAzureCloudAccountNotFound

NewGetAzureCloudAccountNotFound creates a GetAzureCloudAccountNotFound with default headers values

func (*GetAzureCloudAccountNotFound) Error

func (*GetAzureCloudAccountNotFound) GetPayload added in v0.2.9

func (o *GetAzureCloudAccountNotFound) GetPayload() *models.Error

func (*GetAzureCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetAzureCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get azure cloud account not found response has a 4xx status code

func (*GetAzureCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get azure cloud account not found response a status code equal to that given

func (*GetAzureCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetAzureCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get azure cloud account not found response has a 3xx status code

func (*GetAzureCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetAzureCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get azure cloud account not found response has a 5xx status code

func (*GetAzureCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetAzureCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get azure cloud account not found response has a 2xx status code

func (*GetAzureCloudAccountNotFound) String added in v0.5.0

type GetAzureCloudAccountOK

type GetAzureCloudAccountOK struct {
	Payload *models.CloudAccountAzure
}

GetAzureCloudAccountOK describes a response with status code 200, 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 (*GetAzureCloudAccountOK) IsClientError added in v0.5.0

func (o *GetAzureCloudAccountOK) IsClientError() bool

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

func (*GetAzureCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetAzureCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetAzureCloudAccountOK) IsRedirect() bool

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

func (*GetAzureCloudAccountOK) IsServerError added in v0.5.0

func (o *GetAzureCloudAccountOK) IsServerError() bool

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

func (*GetAzureCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetAzureCloudAccountOK) IsSuccess() bool

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

func (*GetAzureCloudAccountOK) String added in v0.5.0

func (o *GetAzureCloudAccountOK) String() string

type GetAzureCloudAccountParams

type GetAzureCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAzureCloudAccountParamsWithContext

func NewGetAzureCloudAccountParamsWithContext(ctx context.Context) *GetAzureCloudAccountParams

NewGetAzureCloudAccountParamsWithContext creates a new GetAzureCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetAzureCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get azure cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the get azure cloud account params

func (*GetAzureCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get azure cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*GetAzureCloudAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get azure cloud account params

func (*GetAzureCloudAccountParams) WithID

WithID adds the id to the get azure cloud account params

func (*GetAzureCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the get azure cloud account params

func (*GetAzureCloudAccountParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetAzureCloudAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAzureCloudAccountsForbidden

func NewGetAzureCloudAccountsForbidden() *GetAzureCloudAccountsForbidden

NewGetAzureCloudAccountsForbidden creates a GetAzureCloudAccountsForbidden with default headers values

func (*GetAzureCloudAccountsForbidden) Error

func (*GetAzureCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetAzureCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetAzureCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get azure cloud accounts forbidden response has a 4xx status code

func (*GetAzureCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get azure cloud accounts forbidden response a status code equal to that given

func (*GetAzureCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetAzureCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get azure cloud accounts forbidden response has a 3xx status code

func (*GetAzureCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetAzureCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get azure cloud accounts forbidden response has a 5xx status code

func (*GetAzureCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetAzureCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get azure cloud accounts forbidden response has a 2xx status code

func (*GetAzureCloudAccountsForbidden) String added in v0.5.0

type GetAzureCloudAccountsOK

type GetAzureCloudAccountsOK struct {
	Payload *models.CloudAccountAzureResult
}

GetAzureCloudAccountsOK describes a response with status code 200, 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 (*GetAzureCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetAzureCloudAccountsOK) IsClientError() bool

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

func (*GetAzureCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetAzureCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetAzureCloudAccountsOK) IsRedirect() bool

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

func (*GetAzureCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetAzureCloudAccountsOK) IsServerError() bool

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

func (*GetAzureCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetAzureCloudAccountsOK) IsSuccess() bool

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

func (*GetAzureCloudAccountsOK) String added in v0.5.0

func (o *GetAzureCloudAccountsOK) String() string

type GetAzureCloudAccountsParams

type GetAzureCloudAccountsParams struct {

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAzureCloudAccountsParamsWithContext

func NewGetAzureCloudAccountsParamsWithContext(ctx context.Context) *GetAzureCloudAccountsParams

NewGetAzureCloudAccountsParamsWithContext creates a new GetAzureCloudAccountsParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetAzureCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get azure cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetAzureCloudAccountsParams) SetDollarSkip added in v0.5.0

func (o *GetAzureCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get azure cloud accounts params

func (*GetAzureCloudAccountsParams) SetDollarTop added in v0.5.0

func (o *GetAzureCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop 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

WithContext adds the context to the get azure cloud accounts params

func (*GetAzureCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get azure cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetAzureCloudAccountsParams) WithDollarSkip added in v0.5.0

func (o *GetAzureCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetAzureCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get azure cloud accounts params

func (*GetAzureCloudAccountsParams) WithDollarTop added in v0.5.0

func (o *GetAzureCloudAccountsParams) WithDollarTop(dollarTop *int64) *GetAzureCloudAccountsParams

WithDollarTop adds the dollarTop to the get azure cloud accounts params

func (*GetAzureCloudAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get azure cloud accounts params

func (*GetAzureCloudAccountsParams) WithTimeout

WithTimeout adds the timeout to the get azure cloud accounts params

func (*GetAzureCloudAccountsParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetCloudAccountForbidden describes a response with status code 403, 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

func (*GetCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get cloud account forbidden response has a 4xx status code

func (*GetCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get cloud account forbidden response a status code equal to that given

func (*GetCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get cloud account forbidden response has a 3xx status code

func (*GetCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get cloud account forbidden response has a 5xx status code

func (*GetCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get cloud account forbidden response has a 2xx status code

func (*GetCloudAccountForbidden) String added in v0.5.0

func (o *GetCloudAccountForbidden) String() string

type GetCloudAccountNotFound

type GetCloudAccountNotFound struct {
	Payload *models.Error
}

GetCloudAccountNotFound describes a response with status code 404, 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

func (*GetCloudAccountNotFound) GetPayload added in v0.2.9

func (o *GetCloudAccountNotFound) GetPayload() *models.Error

func (*GetCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get cloud account not found response has a 4xx status code

func (*GetCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get cloud account not found response a status code equal to that given

func (*GetCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get cloud account not found response has a 3xx status code

func (*GetCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get cloud account not found response has a 5xx status code

func (*GetCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get cloud account not found response has a 2xx status code

func (*GetCloudAccountNotFound) String added in v0.5.0

func (o *GetCloudAccountNotFound) String() string

type GetCloudAccountOK

type GetCloudAccountOK struct {
	Payload *models.CloudAccount
}

GetCloudAccountOK describes a response with status code 200, 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

func (*GetCloudAccountOK) IsClientError added in v0.5.0

func (o *GetCloudAccountOK) IsClientError() bool

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

func (*GetCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetCloudAccountOK) IsRedirect() bool

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

func (*GetCloudAccountOK) IsServerError added in v0.5.0

func (o *GetCloudAccountOK) IsServerError() bool

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

func (*GetCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetCloudAccountOK) IsSuccess() bool

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

func (*GetCloudAccountOK) String added in v0.5.0

func (o *GetCloudAccountOK) String() string

type GetCloudAccountParams

type GetCloudAccountParams struct {

	/* DollarSelect.

	   Select a subset of properties to include in the response.
	*/
	DollarSelect *string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCloudAccountParamsWithContext

func NewGetCloudAccountParamsWithContext(ctx context.Context) *GetCloudAccountParams

NewGetCloudAccountParamsWithContext creates a new GetCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudAccountParams) SetDollarSelect added in v0.2.20

func (o *GetCloudAccountParams) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect 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

WithContext adds the context to the get cloud account params

func (*GetCloudAccountParams) WithDefaults added in v0.2.20

func (o *GetCloudAccountParams) WithDefaults() *GetCloudAccountParams

WithDefaults hydrates default values in the get cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudAccountParams) WithDollarSelect added in v0.2.20

func (o *GetCloudAccountParams) WithDollarSelect(dollarSelect *string) *GetCloudAccountParams

WithDollarSelect adds the dollarSelect 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

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 {
	Payload *models.ServiceErrorResponse
}

GetCloudAccountsForbidden describes a response with status code 403, 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

func (*GetCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get cloud accounts forbidden response has a 4xx status code

func (*GetCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get cloud accounts forbidden response a status code equal to that given

func (*GetCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get cloud accounts forbidden response has a 3xx status code

func (*GetCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get cloud accounts forbidden response has a 5xx status code

func (*GetCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get cloud accounts forbidden response has a 2xx status code

func (*GetCloudAccountsForbidden) String added in v0.5.0

func (o *GetCloudAccountsForbidden) String() string

type GetCloudAccountsOK

type GetCloudAccountsOK struct {
	Payload *models.CloudAccountResult
}

GetCloudAccountsOK describes a response with status code 200, 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

func (*GetCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetCloudAccountsOK) IsClientError() bool

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

func (*GetCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetCloudAccountsOK) IsRedirect() bool

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

func (*GetCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetCloudAccountsOK) IsServerError() bool

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

func (*GetCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetCloudAccountsOK) IsSuccess() bool

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

func (*GetCloudAccountsOK) String added in v0.5.0

func (o *GetCloudAccountsOK) String() string

type GetCloudAccountsParams

type GetCloudAccountsParams struct {

	/* DollarCount.

	   Flag which when specified, regardless of the assigned value, shows the total number of records. If the collection has a filter it shows the number of records matching the filter.
	*/
	DollarCount *bool

	/* DollarFilter.

	   Filter the results by a specified predicate expression. Operators: eq, ne, and, or.
	*/
	DollarFilter *string

	/* DollarSelect.

	   Select a subset of properties to include in the response.
	*/
	DollarSelect *string

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCloudAccountsParamsWithContext

func NewGetCloudAccountsParamsWithContext(ctx context.Context) *GetCloudAccountsParams

NewGetCloudAccountsParamsWithContext creates a new GetCloudAccountsParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudAccountsParams) SetDollarCount added in v0.2.20

func (o *GetCloudAccountsParams) SetDollarCount(dollarCount *bool)

SetDollarCount adds the dollarCount to the get cloud accounts params

func (*GetCloudAccountsParams) SetDollarFilter added in v0.2.20

func (o *GetCloudAccountsParams) SetDollarFilter(dollarFilter *string)

SetDollarFilter adds the dollarFilter to the get cloud accounts params

func (*GetCloudAccountsParams) SetDollarSelect added in v0.2.20

func (o *GetCloudAccountsParams) SetDollarSelect(dollarSelect *string)

SetDollarSelect adds the dollarSelect to the get cloud accounts params

func (*GetCloudAccountsParams) SetDollarSkip added in v0.2.20

func (o *GetCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get cloud accounts params

func (*GetCloudAccountsParams) SetDollarTop added in v0.2.20

func (o *GetCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop 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

WithContext adds the context to the get cloud accounts params

func (*GetCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudAccountsParams) WithDollarCount added in v0.2.20

func (o *GetCloudAccountsParams) WithDollarCount(dollarCount *bool) *GetCloudAccountsParams

WithDollarCount adds the dollarCount to the get cloud accounts params

func (*GetCloudAccountsParams) WithDollarFilter added in v0.2.20

func (o *GetCloudAccountsParams) WithDollarFilter(dollarFilter *string) *GetCloudAccountsParams

WithDollarFilter adds the dollarFilter to the get cloud accounts params

func (*GetCloudAccountsParams) WithDollarSelect added in v0.2.20

func (o *GetCloudAccountsParams) WithDollarSelect(dollarSelect *string) *GetCloudAccountsParams

WithDollarSelect adds the dollarSelect to the get cloud accounts params

func (*GetCloudAccountsParams) WithDollarSkip added in v0.2.20

func (o *GetCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get cloud accounts params

func (*GetCloudAccountsParams) WithDollarTop added in v0.2.20

func (o *GetCloudAccountsParams) WithDollarTop(dollarTop *int64) *GetCloudAccountsParams

WithDollarTop adds the dollarTop 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

WithTimeout adds the timeout to the get cloud accounts params

func (*GetCloudAccountsParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetGcpCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGcpCloudAccountForbidden

func NewGetGcpCloudAccountForbidden() *GetGcpCloudAccountForbidden

NewGetGcpCloudAccountForbidden creates a GetGcpCloudAccountForbidden with default headers values

func (*GetGcpCloudAccountForbidden) Error

func (*GetGcpCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetGcpCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetGcpCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get gcp cloud account forbidden response has a 4xx status code

func (*GetGcpCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get gcp cloud account forbidden response a status code equal to that given

func (*GetGcpCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetGcpCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get gcp cloud account forbidden response has a 3xx status code

func (*GetGcpCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetGcpCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get gcp cloud account forbidden response has a 5xx status code

func (*GetGcpCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetGcpCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get gcp cloud account forbidden response has a 2xx status code

func (*GetGcpCloudAccountForbidden) String added in v0.5.0

func (o *GetGcpCloudAccountForbidden) String() string

type GetGcpCloudAccountNotFound

type GetGcpCloudAccountNotFound struct {
	Payload *models.Error
}

GetGcpCloudAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGcpCloudAccountNotFound

func NewGetGcpCloudAccountNotFound() *GetGcpCloudAccountNotFound

NewGetGcpCloudAccountNotFound creates a GetGcpCloudAccountNotFound with default headers values

func (*GetGcpCloudAccountNotFound) Error

func (*GetGcpCloudAccountNotFound) GetPayload added in v0.2.9

func (o *GetGcpCloudAccountNotFound) GetPayload() *models.Error

func (*GetGcpCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetGcpCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get gcp cloud account not found response has a 4xx status code

func (*GetGcpCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get gcp cloud account not found response a status code equal to that given

func (*GetGcpCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetGcpCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get gcp cloud account not found response has a 3xx status code

func (*GetGcpCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetGcpCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get gcp cloud account not found response has a 5xx status code

func (*GetGcpCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetGcpCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get gcp cloud account not found response has a 2xx status code

func (*GetGcpCloudAccountNotFound) String added in v0.5.0

func (o *GetGcpCloudAccountNotFound) String() string

type GetGcpCloudAccountOK

type GetGcpCloudAccountOK struct {
	Payload *models.CloudAccountGcp
}

GetGcpCloudAccountOK describes a response with status code 200, 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

func (*GetGcpCloudAccountOK) IsClientError added in v0.5.0

func (o *GetGcpCloudAccountOK) IsClientError() bool

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

func (*GetGcpCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetGcpCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetGcpCloudAccountOK) IsRedirect() bool

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

func (*GetGcpCloudAccountOK) IsServerError added in v0.5.0

func (o *GetGcpCloudAccountOK) IsServerError() bool

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

func (*GetGcpCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetGcpCloudAccountOK) IsSuccess() bool

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

func (*GetGcpCloudAccountOK) String added in v0.5.0

func (o *GetGcpCloudAccountOK) String() string

type GetGcpCloudAccountParams

type GetGcpCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGcpCloudAccountParamsWithContext

func NewGetGcpCloudAccountParamsWithContext(ctx context.Context) *GetGcpCloudAccountParams

NewGetGcpCloudAccountParamsWithContext creates a new GetGcpCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetGcpCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get gcp cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the get gcp cloud account params

func (*GetGcpCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get gcp cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithID adds the id to the get gcp cloud account params

func (*GetGcpCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the get gcp cloud account params

func (*GetGcpCloudAccountParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetGcpCloudAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGcpCloudAccountsForbidden

func NewGetGcpCloudAccountsForbidden() *GetGcpCloudAccountsForbidden

NewGetGcpCloudAccountsForbidden creates a GetGcpCloudAccountsForbidden with default headers values

func (*GetGcpCloudAccountsForbidden) Error

func (*GetGcpCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetGcpCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetGcpCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get gcp cloud accounts forbidden response has a 4xx status code

func (*GetGcpCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get gcp cloud accounts forbidden response a status code equal to that given

func (*GetGcpCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetGcpCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get gcp cloud accounts forbidden response has a 3xx status code

func (*GetGcpCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetGcpCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get gcp cloud accounts forbidden response has a 5xx status code

func (*GetGcpCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetGcpCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get gcp cloud accounts forbidden response has a 2xx status code

func (*GetGcpCloudAccountsForbidden) String added in v0.5.0

type GetGcpCloudAccountsOK

type GetGcpCloudAccountsOK struct {
	Payload *models.CloudAccountGcpResult
}

GetGcpCloudAccountsOK describes a response with status code 200, 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 (*GetGcpCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetGcpCloudAccountsOK) IsClientError() bool

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

func (*GetGcpCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetGcpCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetGcpCloudAccountsOK) IsRedirect() bool

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

func (*GetGcpCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetGcpCloudAccountsOK) IsServerError() bool

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

func (*GetGcpCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetGcpCloudAccountsOK) IsSuccess() bool

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

func (*GetGcpCloudAccountsOK) String added in v0.5.0

func (o *GetGcpCloudAccountsOK) String() string

type GetGcpCloudAccountsParams

type GetGcpCloudAccountsParams struct {

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetGcpCloudAccountsParamsWithContext

func NewGetGcpCloudAccountsParamsWithContext(ctx context.Context) *GetGcpCloudAccountsParams

NewGetGcpCloudAccountsParamsWithContext creates a new GetGcpCloudAccountsParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetGcpCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get gcp cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetGcpCloudAccountsParams) SetDollarSkip added in v0.5.0

func (o *GetGcpCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get gcp cloud accounts params

func (*GetGcpCloudAccountsParams) SetDollarTop added in v0.5.0

func (o *GetGcpCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop 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

WithContext adds the context to the get gcp cloud accounts params

func (*GetGcpCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get gcp cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetGcpCloudAccountsParams) WithDollarSkip added in v0.5.0

func (o *GetGcpCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetGcpCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get gcp cloud accounts params

func (*GetGcpCloudAccountsParams) WithDollarTop added in v0.5.0

func (o *GetGcpCloudAccountsParams) WithDollarTop(dollarTop *int64) *GetGcpCloudAccountsParams

WithDollarTop adds the dollarTop 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

WithTimeout adds the timeout to the get gcp cloud accounts params

func (*GetGcpCloudAccountsParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetNsxTCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNsxTCloudAccountForbidden

func NewGetNsxTCloudAccountForbidden() *GetNsxTCloudAccountForbidden

NewGetNsxTCloudAccountForbidden creates a GetNsxTCloudAccountForbidden with default headers values

func (*GetNsxTCloudAccountForbidden) Error

func (*GetNsxTCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetNsxTCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetNsxTCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get nsx t cloud account forbidden response has a 4xx status code

func (*GetNsxTCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get nsx t cloud account forbidden response a status code equal to that given

func (*GetNsxTCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetNsxTCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get nsx t cloud account forbidden response has a 3xx status code

func (*GetNsxTCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetNsxTCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get nsx t cloud account forbidden response has a 5xx status code

func (*GetNsxTCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetNsxTCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get nsx t cloud account forbidden response has a 2xx status code

func (*GetNsxTCloudAccountForbidden) String added in v0.5.0

type GetNsxTCloudAccountNotFound

type GetNsxTCloudAccountNotFound struct {
	Payload *models.Error
}

GetNsxTCloudAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetNsxTCloudAccountNotFound

func NewGetNsxTCloudAccountNotFound() *GetNsxTCloudAccountNotFound

NewGetNsxTCloudAccountNotFound creates a GetNsxTCloudAccountNotFound with default headers values

func (*GetNsxTCloudAccountNotFound) Error

func (*GetNsxTCloudAccountNotFound) GetPayload added in v0.2.9

func (o *GetNsxTCloudAccountNotFound) GetPayload() *models.Error

func (*GetNsxTCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetNsxTCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get nsx t cloud account not found response has a 4xx status code

func (*GetNsxTCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get nsx t cloud account not found response a status code equal to that given

func (*GetNsxTCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetNsxTCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get nsx t cloud account not found response has a 3xx status code

func (*GetNsxTCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetNsxTCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get nsx t cloud account not found response has a 5xx status code

func (*GetNsxTCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetNsxTCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get nsx t cloud account not found response has a 2xx status code

func (*GetNsxTCloudAccountNotFound) String added in v0.5.0

func (o *GetNsxTCloudAccountNotFound) String() string

type GetNsxTCloudAccountOK

type GetNsxTCloudAccountOK struct {
	Payload *models.CloudAccountNsxT
}

GetNsxTCloudAccountOK describes a response with status code 200, 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 (*GetNsxTCloudAccountOK) IsClientError added in v0.5.0

func (o *GetNsxTCloudAccountOK) IsClientError() bool

IsClientError returns true when this get nsx t cloud account o k response has a 4xx status code

func (*GetNsxTCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetNsxTCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetNsxTCloudAccountOK) IsRedirect() bool

IsRedirect returns true when this get nsx t cloud account o k response has a 3xx status code

func (*GetNsxTCloudAccountOK) IsServerError added in v0.5.0

func (o *GetNsxTCloudAccountOK) IsServerError() bool

IsServerError returns true when this get nsx t cloud account o k response has a 5xx status code

func (*GetNsxTCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetNsxTCloudAccountOK) IsSuccess() bool

IsSuccess returns true when this get nsx t cloud account o k response has a 2xx status code

func (*GetNsxTCloudAccountOK) String added in v0.5.0

func (o *GetNsxTCloudAccountOK) String() string

type GetNsxTCloudAccountParams

type GetNsxTCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetNsxTCloudAccountParamsWithContext

func NewGetNsxTCloudAccountParamsWithContext(ctx context.Context) *GetNsxTCloudAccountParams

NewGetNsxTCloudAccountParamsWithContext creates a new GetNsxTCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetNsxTCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get nsx t cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the get nsx t cloud account params

func (*GetNsxTCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get nsx t cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithID adds the id to the get nsx t cloud account params

func (*GetNsxTCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the get nsx t cloud account params

func (*GetNsxTCloudAccountParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetNsxTCloudAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNsxTCloudAccountsForbidden

func NewGetNsxTCloudAccountsForbidden() *GetNsxTCloudAccountsForbidden

NewGetNsxTCloudAccountsForbidden creates a GetNsxTCloudAccountsForbidden with default headers values

func (*GetNsxTCloudAccountsForbidden) Error

func (*GetNsxTCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetNsxTCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetNsxTCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get nsx t cloud accounts forbidden response has a 4xx status code

func (*GetNsxTCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get nsx t cloud accounts forbidden response a status code equal to that given

func (*GetNsxTCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetNsxTCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get nsx t cloud accounts forbidden response has a 3xx status code

func (*GetNsxTCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetNsxTCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get nsx t cloud accounts forbidden response has a 5xx status code

func (*GetNsxTCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetNsxTCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get nsx t cloud accounts forbidden response has a 2xx status code

func (*GetNsxTCloudAccountsForbidden) String added in v0.5.0

type GetNsxTCloudAccountsOK

type GetNsxTCloudAccountsOK struct {
	Payload *models.CloudAccountNsxTResult
}

GetNsxTCloudAccountsOK describes a response with status code 200, 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 (*GetNsxTCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetNsxTCloudAccountsOK) IsClientError() bool

IsClientError returns true when this get nsx t cloud accounts o k response has a 4xx status code

func (*GetNsxTCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetNsxTCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetNsxTCloudAccountsOK) IsRedirect() bool

IsRedirect returns true when this get nsx t cloud accounts o k response has a 3xx status code

func (*GetNsxTCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetNsxTCloudAccountsOK) IsServerError() bool

IsServerError returns true when this get nsx t cloud accounts o k response has a 5xx status code

func (*GetNsxTCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetNsxTCloudAccountsOK) IsSuccess() bool

IsSuccess returns true when this get nsx t cloud accounts o k response has a 2xx status code

func (*GetNsxTCloudAccountsOK) String added in v0.5.0

func (o *GetNsxTCloudAccountsOK) String() string

type GetNsxTCloudAccountsParams

type GetNsxTCloudAccountsParams struct {

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetNsxTCloudAccountsParamsWithContext

func NewGetNsxTCloudAccountsParamsWithContext(ctx context.Context) *GetNsxTCloudAccountsParams

NewGetNsxTCloudAccountsParamsWithContext creates a new GetNsxTCloudAccountsParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetNsxTCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get nsx t cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetNsxTCloudAccountsParams) SetDollarSkip added in v0.5.0

func (o *GetNsxTCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get nsx t cloud accounts params

func (*GetNsxTCloudAccountsParams) SetDollarTop added in v0.5.0

func (o *GetNsxTCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop 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

WithContext adds the context to the get nsx t cloud accounts params

func (*GetNsxTCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get nsx t cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetNsxTCloudAccountsParams) WithDollarSkip added in v0.5.0

func (o *GetNsxTCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetNsxTCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get nsx t cloud accounts params

func (*GetNsxTCloudAccountsParams) WithDollarTop added in v0.5.0

func (o *GetNsxTCloudAccountsParams) WithDollarTop(dollarTop *int64) *GetNsxTCloudAccountsParams

WithDollarTop adds the dollarTop to the get nsx t cloud accounts params

func (*GetNsxTCloudAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nsx t cloud accounts params

func (*GetNsxTCloudAccountsParams) WithTimeout

WithTimeout adds the timeout to the get nsx t cloud accounts params

func (*GetNsxTCloudAccountsParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetNsxVCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNsxVCloudAccountForbidden

func NewGetNsxVCloudAccountForbidden() *GetNsxVCloudAccountForbidden

NewGetNsxVCloudAccountForbidden creates a GetNsxVCloudAccountForbidden with default headers values

func (*GetNsxVCloudAccountForbidden) Error

func (*GetNsxVCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetNsxVCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetNsxVCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get nsx v cloud account forbidden response has a 4xx status code

func (*GetNsxVCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get nsx v cloud account forbidden response a status code equal to that given

func (*GetNsxVCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetNsxVCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get nsx v cloud account forbidden response has a 3xx status code

func (*GetNsxVCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetNsxVCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get nsx v cloud account forbidden response has a 5xx status code

func (*GetNsxVCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetNsxVCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get nsx v cloud account forbidden response has a 2xx status code

func (*GetNsxVCloudAccountForbidden) String added in v0.5.0

type GetNsxVCloudAccountNotFound

type GetNsxVCloudAccountNotFound struct {
	Payload *models.Error
}

GetNsxVCloudAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetNsxVCloudAccountNotFound

func NewGetNsxVCloudAccountNotFound() *GetNsxVCloudAccountNotFound

NewGetNsxVCloudAccountNotFound creates a GetNsxVCloudAccountNotFound with default headers values

func (*GetNsxVCloudAccountNotFound) Error

func (*GetNsxVCloudAccountNotFound) GetPayload added in v0.2.9

func (o *GetNsxVCloudAccountNotFound) GetPayload() *models.Error

func (*GetNsxVCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetNsxVCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get nsx v cloud account not found response has a 4xx status code

func (*GetNsxVCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get nsx v cloud account not found response a status code equal to that given

func (*GetNsxVCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetNsxVCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get nsx v cloud account not found response has a 3xx status code

func (*GetNsxVCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetNsxVCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get nsx v cloud account not found response has a 5xx status code

func (*GetNsxVCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetNsxVCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get nsx v cloud account not found response has a 2xx status code

func (*GetNsxVCloudAccountNotFound) String added in v0.5.0

func (o *GetNsxVCloudAccountNotFound) String() string

type GetNsxVCloudAccountOK

type GetNsxVCloudAccountOK struct {
	Payload *models.CloudAccountNsxV
}

GetNsxVCloudAccountOK describes a response with status code 200, 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 (*GetNsxVCloudAccountOK) IsClientError added in v0.5.0

func (o *GetNsxVCloudAccountOK) IsClientError() bool

IsClientError returns true when this get nsx v cloud account o k response has a 4xx status code

func (*GetNsxVCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetNsxVCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetNsxVCloudAccountOK) IsRedirect() bool

IsRedirect returns true when this get nsx v cloud account o k response has a 3xx status code

func (*GetNsxVCloudAccountOK) IsServerError added in v0.5.0

func (o *GetNsxVCloudAccountOK) IsServerError() bool

IsServerError returns true when this get nsx v cloud account o k response has a 5xx status code

func (*GetNsxVCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetNsxVCloudAccountOK) IsSuccess() bool

IsSuccess returns true when this get nsx v cloud account o k response has a 2xx status code

func (*GetNsxVCloudAccountOK) String added in v0.5.0

func (o *GetNsxVCloudAccountOK) String() string

type GetNsxVCloudAccountParams

type GetNsxVCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetNsxVCloudAccountParamsWithContext

func NewGetNsxVCloudAccountParamsWithContext(ctx context.Context) *GetNsxVCloudAccountParams

NewGetNsxVCloudAccountParamsWithContext creates a new GetNsxVCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetNsxVCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get nsx v cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the get nsx v cloud account params

func (*GetNsxVCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get nsx v cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithID adds the id to the get nsx v cloud account params

func (*GetNsxVCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the get nsx v cloud account params

func (*GetNsxVCloudAccountParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetNsxVCloudAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetNsxVCloudAccountsForbidden

func NewGetNsxVCloudAccountsForbidden() *GetNsxVCloudAccountsForbidden

NewGetNsxVCloudAccountsForbidden creates a GetNsxVCloudAccountsForbidden with default headers values

func (*GetNsxVCloudAccountsForbidden) Error

func (*GetNsxVCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetNsxVCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetNsxVCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get nsx v cloud accounts forbidden response has a 4xx status code

func (*GetNsxVCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get nsx v cloud accounts forbidden response a status code equal to that given

func (*GetNsxVCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetNsxVCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get nsx v cloud accounts forbidden response has a 3xx status code

func (*GetNsxVCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetNsxVCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get nsx v cloud accounts forbidden response has a 5xx status code

func (*GetNsxVCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetNsxVCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get nsx v cloud accounts forbidden response has a 2xx status code

func (*GetNsxVCloudAccountsForbidden) String added in v0.5.0

type GetNsxVCloudAccountsOK

type GetNsxVCloudAccountsOK struct {
	Payload *models.CloudAccountNsxVResult
}

GetNsxVCloudAccountsOK describes a response with status code 200, 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 (*GetNsxVCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetNsxVCloudAccountsOK) IsClientError() bool

IsClientError returns true when this get nsx v cloud accounts o k response has a 4xx status code

func (*GetNsxVCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetNsxVCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetNsxVCloudAccountsOK) IsRedirect() bool

IsRedirect returns true when this get nsx v cloud accounts o k response has a 3xx status code

func (*GetNsxVCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetNsxVCloudAccountsOK) IsServerError() bool

IsServerError returns true when this get nsx v cloud accounts o k response has a 5xx status code

func (*GetNsxVCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetNsxVCloudAccountsOK) IsSuccess() bool

IsSuccess returns true when this get nsx v cloud accounts o k response has a 2xx status code

func (*GetNsxVCloudAccountsOK) String added in v0.5.0

func (o *GetNsxVCloudAccountsOK) String() string

type GetNsxVCloudAccountsParams

type GetNsxVCloudAccountsParams struct {

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetNsxVCloudAccountsParamsWithContext

func NewGetNsxVCloudAccountsParamsWithContext(ctx context.Context) *GetNsxVCloudAccountsParams

NewGetNsxVCloudAccountsParamsWithContext creates a new GetNsxVCloudAccountsParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetNsxVCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get nsx v cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetNsxVCloudAccountsParams) SetDollarSkip added in v0.5.0

func (o *GetNsxVCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get nsx v cloud accounts params

func (*GetNsxVCloudAccountsParams) SetDollarTop added in v0.5.0

func (o *GetNsxVCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop 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

WithContext adds the context to the get nsx v cloud accounts params

func (*GetNsxVCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get nsx v cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetNsxVCloudAccountsParams) WithDollarSkip added in v0.5.0

func (o *GetNsxVCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetNsxVCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get nsx v cloud accounts params

func (*GetNsxVCloudAccountsParams) WithDollarTop added in v0.5.0

func (o *GetNsxVCloudAccountsParams) WithDollarTop(dollarTop *int64) *GetNsxVCloudAccountsParams

WithDollarTop adds the dollarTop to the get nsx v cloud accounts params

func (*GetNsxVCloudAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nsx v cloud accounts params

func (*GetNsxVCloudAccountsParams) WithTimeout

WithTimeout adds the timeout to the get nsx v cloud accounts params

func (*GetNsxVCloudAccountsParams) WriteToRequest

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 GetRegionEnumerationResultForbidden added in v0.4.0

type GetRegionEnumerationResultForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetRegionEnumerationResultForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetRegionEnumerationResultForbidden added in v0.4.0

func NewGetRegionEnumerationResultForbidden() *GetRegionEnumerationResultForbidden

NewGetRegionEnumerationResultForbidden creates a GetRegionEnumerationResultForbidden with default headers values

func (*GetRegionEnumerationResultForbidden) Error added in v0.4.0

func (*GetRegionEnumerationResultForbidden) GetPayload added in v0.4.0

func (*GetRegionEnumerationResultForbidden) IsClientError added in v0.5.0

func (o *GetRegionEnumerationResultForbidden) IsClientError() bool

IsClientError returns true when this get region enumeration result forbidden response has a 4xx status code

func (*GetRegionEnumerationResultForbidden) IsCode added in v0.5.0

IsCode returns true when this get region enumeration result forbidden response a status code equal to that given

func (*GetRegionEnumerationResultForbidden) IsRedirect added in v0.5.0

func (o *GetRegionEnumerationResultForbidden) IsRedirect() bool

IsRedirect returns true when this get region enumeration result forbidden response has a 3xx status code

func (*GetRegionEnumerationResultForbidden) IsServerError added in v0.5.0

func (o *GetRegionEnumerationResultForbidden) IsServerError() bool

IsServerError returns true when this get region enumeration result forbidden response has a 5xx status code

func (*GetRegionEnumerationResultForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this get region enumeration result forbidden response has a 2xx status code

func (*GetRegionEnumerationResultForbidden) String added in v0.5.0

type GetRegionEnumerationResultNotFound added in v0.4.0

type GetRegionEnumerationResultNotFound struct {
	Payload *models.Error
}

GetRegionEnumerationResultNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRegionEnumerationResultNotFound added in v0.4.0

func NewGetRegionEnumerationResultNotFound() *GetRegionEnumerationResultNotFound

NewGetRegionEnumerationResultNotFound creates a GetRegionEnumerationResultNotFound with default headers values

func (*GetRegionEnumerationResultNotFound) Error added in v0.4.0

func (*GetRegionEnumerationResultNotFound) GetPayload added in v0.4.0

func (*GetRegionEnumerationResultNotFound) IsClientError added in v0.5.0

func (o *GetRegionEnumerationResultNotFound) IsClientError() bool

IsClientError returns true when this get region enumeration result not found response has a 4xx status code

func (*GetRegionEnumerationResultNotFound) IsCode added in v0.5.0

IsCode returns true when this get region enumeration result not found response a status code equal to that given

func (*GetRegionEnumerationResultNotFound) IsRedirect added in v0.5.0

func (o *GetRegionEnumerationResultNotFound) IsRedirect() bool

IsRedirect returns true when this get region enumeration result not found response has a 3xx status code

func (*GetRegionEnumerationResultNotFound) IsServerError added in v0.5.0

func (o *GetRegionEnumerationResultNotFound) IsServerError() bool

IsServerError returns true when this get region enumeration result not found response has a 5xx status code

func (*GetRegionEnumerationResultNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get region enumeration result not found response has a 2xx status code

func (*GetRegionEnumerationResultNotFound) String added in v0.5.0

type GetRegionEnumerationResultOK added in v0.4.0

type GetRegionEnumerationResultOK struct {
	Payload *models.CloudAccountRegions
}

GetRegionEnumerationResultOK describes a response with status code 200, with default header values.

successful operation

func NewGetRegionEnumerationResultOK added in v0.4.0

func NewGetRegionEnumerationResultOK() *GetRegionEnumerationResultOK

NewGetRegionEnumerationResultOK creates a GetRegionEnumerationResultOK with default headers values

func (*GetRegionEnumerationResultOK) Error added in v0.4.0

func (*GetRegionEnumerationResultOK) GetPayload added in v0.4.0

func (*GetRegionEnumerationResultOK) IsClientError added in v0.5.0

func (o *GetRegionEnumerationResultOK) IsClientError() bool

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

func (*GetRegionEnumerationResultOK) IsCode added in v0.5.0

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

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

func (*GetRegionEnumerationResultOK) IsRedirect added in v0.5.0

func (o *GetRegionEnumerationResultOK) IsRedirect() bool

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

func (*GetRegionEnumerationResultOK) IsServerError added in v0.5.0

func (o *GetRegionEnumerationResultOK) IsServerError() bool

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

func (*GetRegionEnumerationResultOK) IsSuccess added in v0.5.0

func (o *GetRegionEnumerationResultOK) IsSuccess() bool

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

func (*GetRegionEnumerationResultOK) String added in v0.5.0

type GetRegionEnumerationResultParams added in v0.4.0

type GetRegionEnumerationResultParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* ID.

	   The ID of enumeration response
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRegionEnumerationResultParams contains all the parameters to send to the API endpoint

for the get region enumeration result operation.

Typically these are written to a http.Request.

func NewGetRegionEnumerationResultParams added in v0.4.0

func NewGetRegionEnumerationResultParams() *GetRegionEnumerationResultParams

NewGetRegionEnumerationResultParams creates a new GetRegionEnumerationResultParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRegionEnumerationResultParamsWithContext added in v0.4.0

func NewGetRegionEnumerationResultParamsWithContext(ctx context.Context) *GetRegionEnumerationResultParams

NewGetRegionEnumerationResultParamsWithContext creates a new GetRegionEnumerationResultParams object with the ability to set a context for a request.

func NewGetRegionEnumerationResultParamsWithHTTPClient added in v0.4.0

func NewGetRegionEnumerationResultParamsWithHTTPClient(client *http.Client) *GetRegionEnumerationResultParams

NewGetRegionEnumerationResultParamsWithHTTPClient creates a new GetRegionEnumerationResultParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegionEnumerationResultParamsWithTimeout added in v0.4.0

func NewGetRegionEnumerationResultParamsWithTimeout(timeout time.Duration) *GetRegionEnumerationResultParams

NewGetRegionEnumerationResultParamsWithTimeout creates a new GetRegionEnumerationResultParams object with the ability to set a timeout on a request.

func (*GetRegionEnumerationResultParams) SetAPIVersion added in v0.4.0

func (o *GetRegionEnumerationResultParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the get region enumeration result params

func (*GetRegionEnumerationResultParams) SetContext added in v0.4.0

SetContext adds the context to the get region enumeration result params

func (*GetRegionEnumerationResultParams) SetDefaults added in v0.4.0

func (o *GetRegionEnumerationResultParams) SetDefaults()

SetDefaults hydrates default values in the get region enumeration result params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegionEnumerationResultParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get region enumeration result params

func (*GetRegionEnumerationResultParams) SetID added in v0.4.0

SetID adds the id to the get region enumeration result params

func (*GetRegionEnumerationResultParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get region enumeration result params

func (*GetRegionEnumerationResultParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get region enumeration result params

func (*GetRegionEnumerationResultParams) WithContext added in v0.4.0

WithContext adds the context to the get region enumeration result params

func (*GetRegionEnumerationResultParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get region enumeration result params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegionEnumerationResultParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get region enumeration result params

func (*GetRegionEnumerationResultParams) WithID added in v0.4.0

WithID adds the id to the get region enumeration result params

func (*GetRegionEnumerationResultParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get region enumeration result params

func (*GetRegionEnumerationResultParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetRegionEnumerationResultReader added in v0.4.0

type GetRegionEnumerationResultReader struct {
	// contains filtered or unexported fields
}

GetRegionEnumerationResultReader is a Reader for the GetRegionEnumerationResult structure.

func (*GetRegionEnumerationResultReader) ReadResponse added in v0.4.0

func (o *GetRegionEnumerationResultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVSphereCloudAccountForbidden

type GetVSphereCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetVSphereCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetVSphereCloudAccountForbidden

func NewGetVSphereCloudAccountForbidden() *GetVSphereCloudAccountForbidden

NewGetVSphereCloudAccountForbidden creates a GetVSphereCloudAccountForbidden with default headers values

func (*GetVSphereCloudAccountForbidden) Error

func (*GetVSphereCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetVSphereCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetVSphereCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get v sphere cloud account forbidden response has a 4xx status code

func (*GetVSphereCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get v sphere cloud account forbidden response a status code equal to that given

func (*GetVSphereCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetVSphereCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get v sphere cloud account forbidden response has a 3xx status code

func (*GetVSphereCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetVSphereCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get v sphere cloud account forbidden response has a 5xx status code

func (*GetVSphereCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetVSphereCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get v sphere cloud account forbidden response has a 2xx status code

func (*GetVSphereCloudAccountForbidden) String added in v0.5.0

type GetVSphereCloudAccountNotFound

type GetVSphereCloudAccountNotFound struct {
	Payload *models.Error
}

GetVSphereCloudAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetVSphereCloudAccountNotFound

func NewGetVSphereCloudAccountNotFound() *GetVSphereCloudAccountNotFound

NewGetVSphereCloudAccountNotFound creates a GetVSphereCloudAccountNotFound with default headers values

func (*GetVSphereCloudAccountNotFound) Error

func (*GetVSphereCloudAccountNotFound) GetPayload added in v0.2.9

func (o *GetVSphereCloudAccountNotFound) GetPayload() *models.Error

func (*GetVSphereCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetVSphereCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get v sphere cloud account not found response has a 4xx status code

func (*GetVSphereCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get v sphere cloud account not found response a status code equal to that given

func (*GetVSphereCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetVSphereCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get v sphere cloud account not found response has a 3xx status code

func (*GetVSphereCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetVSphereCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get v sphere cloud account not found response has a 5xx status code

func (*GetVSphereCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetVSphereCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get v sphere cloud account not found response has a 2xx status code

func (*GetVSphereCloudAccountNotFound) String added in v0.5.0

type GetVSphereCloudAccountOK

type GetVSphereCloudAccountOK struct {
	Payload *models.CloudAccountVsphere
}

GetVSphereCloudAccountOK describes a response with status code 200, 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 (*GetVSphereCloudAccountOK) IsClientError added in v0.5.0

func (o *GetVSphereCloudAccountOK) IsClientError() bool

IsClientError returns true when this get v sphere cloud account o k response has a 4xx status code

func (*GetVSphereCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetVSphereCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetVSphereCloudAccountOK) IsRedirect() bool

IsRedirect returns true when this get v sphere cloud account o k response has a 3xx status code

func (*GetVSphereCloudAccountOK) IsServerError added in v0.5.0

func (o *GetVSphereCloudAccountOK) IsServerError() bool

IsServerError returns true when this get v sphere cloud account o k response has a 5xx status code

func (*GetVSphereCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetVSphereCloudAccountOK) IsSuccess() bool

IsSuccess returns true when this get v sphere cloud account o k response has a 2xx status code

func (*GetVSphereCloudAccountOK) String added in v0.5.0

func (o *GetVSphereCloudAccountOK) String() string

type GetVSphereCloudAccountParams

type GetVSphereCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVSphereCloudAccountParamsWithContext

func NewGetVSphereCloudAccountParamsWithContext(ctx context.Context) *GetVSphereCloudAccountParams

NewGetVSphereCloudAccountParamsWithContext creates a new GetVSphereCloudAccountParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetVSphereCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get v sphere cloud account params (not the query body).

All values with no default are reset to their zero value.

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

WithContext adds the context to the get v sphere cloud account params

func (*GetVSphereCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get v sphere cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*GetVSphereCloudAccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v sphere cloud account params

func (*GetVSphereCloudAccountParams) WithID

WithID adds the id to the get v sphere cloud account params

func (*GetVSphereCloudAccountParams) WithTimeout

WithTimeout adds the timeout to the get v sphere cloud account params

func (*GetVSphereCloudAccountParams) WriteToRequest

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 {
	Payload *models.ServiceErrorResponse
}

GetVSphereCloudAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetVSphereCloudAccountsForbidden

func NewGetVSphereCloudAccountsForbidden() *GetVSphereCloudAccountsForbidden

NewGetVSphereCloudAccountsForbidden creates a GetVSphereCloudAccountsForbidden with default headers values

func (*GetVSphereCloudAccountsForbidden) Error

func (*GetVSphereCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetVSphereCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetVSphereCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get v sphere cloud accounts forbidden response has a 4xx status code

func (*GetVSphereCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get v sphere cloud accounts forbidden response a status code equal to that given

func (*GetVSphereCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetVSphereCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get v sphere cloud accounts forbidden response has a 3xx status code

func (*GetVSphereCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetVSphereCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get v sphere cloud accounts forbidden response has a 5xx status code

func (*GetVSphereCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetVSphereCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get v sphere cloud accounts forbidden response has a 2xx status code

func (*GetVSphereCloudAccountsForbidden) String added in v0.5.0

type GetVSphereCloudAccountsOK

type GetVSphereCloudAccountsOK struct {
	Payload *models.CloudAccountVsphereResult
}

GetVSphereCloudAccountsOK describes a response with status code 200, 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 (*GetVSphereCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetVSphereCloudAccountsOK) IsClientError() bool

IsClientError returns true when this get v sphere cloud accounts o k response has a 4xx status code

func (*GetVSphereCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetVSphereCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetVSphereCloudAccountsOK) IsRedirect() bool

IsRedirect returns true when this get v sphere cloud accounts o k response has a 3xx status code

func (*GetVSphereCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetVSphereCloudAccountsOK) IsServerError() bool

IsServerError returns true when this get v sphere cloud accounts o k response has a 5xx status code

func (*GetVSphereCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetVSphereCloudAccountsOK) IsSuccess() bool

IsSuccess returns true when this get v sphere cloud accounts o k response has a 2xx status code

func (*GetVSphereCloudAccountsOK) String added in v0.5.0

func (o *GetVSphereCloudAccountsOK) String() string

type GetVSphereCloudAccountsParams

type GetVSphereCloudAccountsParams struct {

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVSphereCloudAccountsParamsWithContext

func NewGetVSphereCloudAccountsParamsWithContext(ctx context.Context) *GetVSphereCloudAccountsParams

NewGetVSphereCloudAccountsParamsWithContext creates a new GetVSphereCloudAccountsParams object with 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 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 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) SetDefaults added in v0.2.20

func (o *GetVSphereCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get v sphere cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetVSphereCloudAccountsParams) SetDollarSkip added in v0.5.0

func (o *GetVSphereCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get v sphere cloud accounts params

func (*GetVSphereCloudAccountsParams) SetDollarTop added in v0.5.0

func (o *GetVSphereCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop 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

WithContext adds the context to the get v sphere cloud accounts params

func (*GetVSphereCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get v sphere cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetVSphereCloudAccountsParams) WithDollarSkip added in v0.5.0

func (o *GetVSphereCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetVSphereCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get v sphere cloud accounts params

func (*GetVSphereCloudAccountsParams) WithDollarTop added in v0.5.0

WithDollarTop adds the dollarTop to the get v sphere cloud accounts params

func (*GetVSphereCloudAccountsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v sphere cloud accounts params

func (*GetVSphereCloudAccountsParams) WithTimeout

WithTimeout adds the timeout to the get v sphere cloud accounts params

func (*GetVSphereCloudAccountsParams) WriteToRequest

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 GetVcfCloudAccountForbidden added in v0.2.14

type GetVcfCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetVcfCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetVcfCloudAccountForbidden added in v0.2.14

func NewGetVcfCloudAccountForbidden() *GetVcfCloudAccountForbidden

NewGetVcfCloudAccountForbidden creates a GetVcfCloudAccountForbidden with default headers values

func (*GetVcfCloudAccountForbidden) Error added in v0.2.14

func (*GetVcfCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetVcfCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetVcfCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get vcf cloud account forbidden response has a 4xx status code

func (*GetVcfCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get vcf cloud account forbidden response a status code equal to that given

func (*GetVcfCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetVcfCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get vcf cloud account forbidden response has a 3xx status code

func (*GetVcfCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetVcfCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get vcf cloud account forbidden response has a 5xx status code

func (*GetVcfCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetVcfCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get vcf cloud account forbidden response has a 2xx status code

func (*GetVcfCloudAccountForbidden) String added in v0.5.0

func (o *GetVcfCloudAccountForbidden) String() string

type GetVcfCloudAccountNotFound added in v0.2.14

type GetVcfCloudAccountNotFound struct {
	Payload *models.Error
}

GetVcfCloudAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetVcfCloudAccountNotFound added in v0.2.14

func NewGetVcfCloudAccountNotFound() *GetVcfCloudAccountNotFound

NewGetVcfCloudAccountNotFound creates a GetVcfCloudAccountNotFound with default headers values

func (*GetVcfCloudAccountNotFound) Error added in v0.2.14

func (*GetVcfCloudAccountNotFound) GetPayload added in v0.2.14

func (o *GetVcfCloudAccountNotFound) GetPayload() *models.Error

func (*GetVcfCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetVcfCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get vcf cloud account not found response has a 4xx status code

func (*GetVcfCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get vcf cloud account not found response a status code equal to that given

func (*GetVcfCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetVcfCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get vcf cloud account not found response has a 3xx status code

func (*GetVcfCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetVcfCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get vcf cloud account not found response has a 5xx status code

func (*GetVcfCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetVcfCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get vcf cloud account not found response has a 2xx status code

func (*GetVcfCloudAccountNotFound) String added in v0.5.0

func (o *GetVcfCloudAccountNotFound) String() string

type GetVcfCloudAccountOK added in v0.2.14

type GetVcfCloudAccountOK struct {
	Payload *models.CloudAccountVcf
}

GetVcfCloudAccountOK describes a response with status code 200, with default header values.

successful operation

func NewGetVcfCloudAccountOK added in v0.2.14

func NewGetVcfCloudAccountOK() *GetVcfCloudAccountOK

NewGetVcfCloudAccountOK creates a GetVcfCloudAccountOK with default headers values

func (*GetVcfCloudAccountOK) Error added in v0.2.14

func (o *GetVcfCloudAccountOK) Error() string

func (*GetVcfCloudAccountOK) GetPayload added in v0.2.14

func (o *GetVcfCloudAccountOK) GetPayload() *models.CloudAccountVcf

func (*GetVcfCloudAccountOK) IsClientError added in v0.5.0

func (o *GetVcfCloudAccountOK) IsClientError() bool

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

func (*GetVcfCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetVcfCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetVcfCloudAccountOK) IsRedirect() bool

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

func (*GetVcfCloudAccountOK) IsServerError added in v0.5.0

func (o *GetVcfCloudAccountOK) IsServerError() bool

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

func (*GetVcfCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetVcfCloudAccountOK) IsSuccess() bool

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

func (*GetVcfCloudAccountOK) String added in v0.5.0

func (o *GetVcfCloudAccountOK) String() string

type GetVcfCloudAccountParams added in v0.2.14

type GetVcfCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

GetVcfCloudAccountParams contains all the parameters to send to the API endpoint

for the get vcf cloud account operation.

Typically these are written to a http.Request.

func NewGetVcfCloudAccountParams added in v0.2.14

func NewGetVcfCloudAccountParams() *GetVcfCloudAccountParams

NewGetVcfCloudAccountParams creates a new GetVcfCloudAccountParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVcfCloudAccountParamsWithContext added in v0.2.14

func NewGetVcfCloudAccountParamsWithContext(ctx context.Context) *GetVcfCloudAccountParams

NewGetVcfCloudAccountParamsWithContext creates a new GetVcfCloudAccountParams object with the ability to set a context for a request.

func NewGetVcfCloudAccountParamsWithHTTPClient added in v0.2.14

func NewGetVcfCloudAccountParamsWithHTTPClient(client *http.Client) *GetVcfCloudAccountParams

NewGetVcfCloudAccountParamsWithHTTPClient creates a new GetVcfCloudAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetVcfCloudAccountParamsWithTimeout added in v0.2.14

func NewGetVcfCloudAccountParamsWithTimeout(timeout time.Duration) *GetVcfCloudAccountParams

NewGetVcfCloudAccountParamsWithTimeout creates a new GetVcfCloudAccountParams object with the ability to set a timeout on a request.

func (*GetVcfCloudAccountParams) SetAPIVersion added in v0.2.14

func (o *GetVcfCloudAccountParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get vcf cloud account params

func (*GetVcfCloudAccountParams) SetContext added in v0.2.14

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

SetContext adds the context to the get vcf cloud account params

func (*GetVcfCloudAccountParams) SetDefaults added in v0.2.20

func (o *GetVcfCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get vcf cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*GetVcfCloudAccountParams) SetHTTPClient added in v0.2.14

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

SetHTTPClient adds the HTTPClient to the get vcf cloud account params

func (*GetVcfCloudAccountParams) SetID added in v0.2.14

func (o *GetVcfCloudAccountParams) SetID(id string)

SetID adds the id to the get vcf cloud account params

func (*GetVcfCloudAccountParams) SetTimeout added in v0.2.14

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

SetTimeout adds the timeout to the get vcf cloud account params

func (*GetVcfCloudAccountParams) WithAPIVersion added in v0.2.14

func (o *GetVcfCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetVcfCloudAccountParams

WithAPIVersion adds the aPIVersion to the get vcf cloud account params

func (*GetVcfCloudAccountParams) WithContext added in v0.2.14

WithContext adds the context to the get vcf cloud account params

func (*GetVcfCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get vcf cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*GetVcfCloudAccountParams) WithHTTPClient added in v0.2.14

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

WithHTTPClient adds the HTTPClient to the get vcf cloud account params

func (*GetVcfCloudAccountParams) WithID added in v0.2.14

WithID adds the id to the get vcf cloud account params

func (*GetVcfCloudAccountParams) WithTimeout added in v0.2.14

WithTimeout adds the timeout to the get vcf cloud account params

func (*GetVcfCloudAccountParams) WriteToRequest added in v0.2.14

WriteToRequest writes these params to a swagger request

type GetVcfCloudAccountReader added in v0.2.14

type GetVcfCloudAccountReader struct {
	// contains filtered or unexported fields
}

GetVcfCloudAccountReader is a Reader for the GetVcfCloudAccount structure.

func (*GetVcfCloudAccountReader) ReadResponse added in v0.2.14

func (o *GetVcfCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVcfCloudAccountsForbidden added in v0.2.14

type GetVcfCloudAccountsForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetVcfCloudAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetVcfCloudAccountsForbidden added in v0.2.14

func NewGetVcfCloudAccountsForbidden() *GetVcfCloudAccountsForbidden

NewGetVcfCloudAccountsForbidden creates a GetVcfCloudAccountsForbidden with default headers values

func (*GetVcfCloudAccountsForbidden) Error added in v0.2.14

func (*GetVcfCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetVcfCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetVcfCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get vcf cloud accounts forbidden response has a 4xx status code

func (*GetVcfCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get vcf cloud accounts forbidden response a status code equal to that given

func (*GetVcfCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetVcfCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get vcf cloud accounts forbidden response has a 3xx status code

func (*GetVcfCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetVcfCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get vcf cloud accounts forbidden response has a 5xx status code

func (*GetVcfCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetVcfCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get vcf cloud accounts forbidden response has a 2xx status code

func (*GetVcfCloudAccountsForbidden) String added in v0.5.0

type GetVcfCloudAccountsOK added in v0.2.14

type GetVcfCloudAccountsOK struct {
	Payload *models.CloudAccountVcfResult
}

GetVcfCloudAccountsOK describes a response with status code 200, with default header values.

successful operation

func NewGetVcfCloudAccountsOK added in v0.2.14

func NewGetVcfCloudAccountsOK() *GetVcfCloudAccountsOK

NewGetVcfCloudAccountsOK creates a GetVcfCloudAccountsOK with default headers values

func (*GetVcfCloudAccountsOK) Error added in v0.2.14

func (o *GetVcfCloudAccountsOK) Error() string

func (*GetVcfCloudAccountsOK) GetPayload added in v0.2.14

func (*GetVcfCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetVcfCloudAccountsOK) IsClientError() bool

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

func (*GetVcfCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetVcfCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetVcfCloudAccountsOK) IsRedirect() bool

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

func (*GetVcfCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetVcfCloudAccountsOK) IsServerError() bool

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

func (*GetVcfCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetVcfCloudAccountsOK) IsSuccess() bool

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

func (*GetVcfCloudAccountsOK) String added in v0.5.0

func (o *GetVcfCloudAccountsOK) String() string

type GetVcfCloudAccountsParams added in v0.2.14

type GetVcfCloudAccountsParams struct {

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVcfCloudAccountsParams contains all the parameters to send to the API endpoint

for the get vcf cloud accounts operation.

Typically these are written to a http.Request.

func NewGetVcfCloudAccountsParams added in v0.2.14

func NewGetVcfCloudAccountsParams() *GetVcfCloudAccountsParams

NewGetVcfCloudAccountsParams creates a new GetVcfCloudAccountsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVcfCloudAccountsParamsWithContext added in v0.2.14

func NewGetVcfCloudAccountsParamsWithContext(ctx context.Context) *GetVcfCloudAccountsParams

NewGetVcfCloudAccountsParamsWithContext creates a new GetVcfCloudAccountsParams object with the ability to set a context for a request.

func NewGetVcfCloudAccountsParamsWithHTTPClient added in v0.2.14

func NewGetVcfCloudAccountsParamsWithHTTPClient(client *http.Client) *GetVcfCloudAccountsParams

NewGetVcfCloudAccountsParamsWithHTTPClient creates a new GetVcfCloudAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewGetVcfCloudAccountsParamsWithTimeout added in v0.2.14

func NewGetVcfCloudAccountsParamsWithTimeout(timeout time.Duration) *GetVcfCloudAccountsParams

NewGetVcfCloudAccountsParamsWithTimeout creates a new GetVcfCloudAccountsParams object with the ability to set a timeout on a request.

func (*GetVcfCloudAccountsParams) SetAPIVersion added in v0.2.14

func (o *GetVcfCloudAccountsParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) SetContext added in v0.2.14

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

SetContext adds the context to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) SetDefaults added in v0.2.20

func (o *GetVcfCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get vcf cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetVcfCloudAccountsParams) SetDollarSkip added in v0.5.0

func (o *GetVcfCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) SetDollarTop added in v0.5.0

func (o *GetVcfCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) SetHTTPClient added in v0.2.14

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

SetHTTPClient adds the HTTPClient to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) SetTimeout added in v0.2.14

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

SetTimeout adds the timeout to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) WithAPIVersion added in v0.2.14

func (o *GetVcfCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetVcfCloudAccountsParams

WithAPIVersion adds the aPIVersion to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) WithContext added in v0.2.14

WithContext adds the context to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get vcf cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetVcfCloudAccountsParams) WithDollarSkip added in v0.5.0

func (o *GetVcfCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetVcfCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) WithDollarTop added in v0.5.0

func (o *GetVcfCloudAccountsParams) WithDollarTop(dollarTop *int64) *GetVcfCloudAccountsParams

WithDollarTop adds the dollarTop to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) WithHTTPClient added in v0.2.14

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

WithHTTPClient adds the HTTPClient to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) WithTimeout added in v0.2.14

WithTimeout adds the timeout to the get vcf cloud accounts params

func (*GetVcfCloudAccountsParams) WriteToRequest added in v0.2.14

WriteToRequest writes these params to a swagger request

type GetVcfCloudAccountsReader added in v0.2.14

type GetVcfCloudAccountsReader struct {
	// contains filtered or unexported fields
}

GetVcfCloudAccountsReader is a Reader for the GetVcfCloudAccounts structure.

func (*GetVcfCloudAccountsReader) ReadResponse added in v0.2.14

func (o *GetVcfCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVmcCloudAccountForbidden added in v0.2.8

type GetVmcCloudAccountForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetVmcCloudAccountForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetVmcCloudAccountForbidden added in v0.2.8

func NewGetVmcCloudAccountForbidden() *GetVmcCloudAccountForbidden

NewGetVmcCloudAccountForbidden creates a GetVmcCloudAccountForbidden with default headers values

func (*GetVmcCloudAccountForbidden) Error added in v0.2.8

func (*GetVmcCloudAccountForbidden) GetPayload added in v0.2.20

func (*GetVmcCloudAccountForbidden) IsClientError added in v0.5.0

func (o *GetVmcCloudAccountForbidden) IsClientError() bool

IsClientError returns true when this get vmc cloud account forbidden response has a 4xx status code

func (*GetVmcCloudAccountForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get vmc cloud account forbidden response a status code equal to that given

func (*GetVmcCloudAccountForbidden) IsRedirect added in v0.5.0

func (o *GetVmcCloudAccountForbidden) IsRedirect() bool

IsRedirect returns true when this get vmc cloud account forbidden response has a 3xx status code

func (*GetVmcCloudAccountForbidden) IsServerError added in v0.5.0

func (o *GetVmcCloudAccountForbidden) IsServerError() bool

IsServerError returns true when this get vmc cloud account forbidden response has a 5xx status code

func (*GetVmcCloudAccountForbidden) IsSuccess added in v0.5.0

func (o *GetVmcCloudAccountForbidden) IsSuccess() bool

IsSuccess returns true when this get vmc cloud account forbidden response has a 2xx status code

func (*GetVmcCloudAccountForbidden) String added in v0.5.0

func (o *GetVmcCloudAccountForbidden) String() string

type GetVmcCloudAccountNotFound added in v0.2.8

type GetVmcCloudAccountNotFound struct {
	Payload *models.Error
}

GetVmcCloudAccountNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetVmcCloudAccountNotFound added in v0.2.8

func NewGetVmcCloudAccountNotFound() *GetVmcCloudAccountNotFound

NewGetVmcCloudAccountNotFound creates a GetVmcCloudAccountNotFound with default headers values

func (*GetVmcCloudAccountNotFound) Error added in v0.2.8

func (*GetVmcCloudAccountNotFound) GetPayload added in v0.2.9

func (o *GetVmcCloudAccountNotFound) GetPayload() *models.Error

func (*GetVmcCloudAccountNotFound) IsClientError added in v0.5.0

func (o *GetVmcCloudAccountNotFound) IsClientError() bool

IsClientError returns true when this get vmc cloud account not found response has a 4xx status code

func (*GetVmcCloudAccountNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get vmc cloud account not found response a status code equal to that given

func (*GetVmcCloudAccountNotFound) IsRedirect added in v0.5.0

func (o *GetVmcCloudAccountNotFound) IsRedirect() bool

IsRedirect returns true when this get vmc cloud account not found response has a 3xx status code

func (*GetVmcCloudAccountNotFound) IsServerError added in v0.5.0

func (o *GetVmcCloudAccountNotFound) IsServerError() bool

IsServerError returns true when this get vmc cloud account not found response has a 5xx status code

func (*GetVmcCloudAccountNotFound) IsSuccess added in v0.5.0

func (o *GetVmcCloudAccountNotFound) IsSuccess() bool

IsSuccess returns true when this get vmc cloud account not found response has a 2xx status code

func (*GetVmcCloudAccountNotFound) String added in v0.5.0

func (o *GetVmcCloudAccountNotFound) String() string

type GetVmcCloudAccountOK added in v0.2.8

type GetVmcCloudAccountOK struct {
	Payload *models.CloudAccountVmc
}

GetVmcCloudAccountOK describes a response with status code 200, with default header values.

successful operation

func NewGetVmcCloudAccountOK added in v0.2.8

func NewGetVmcCloudAccountOK() *GetVmcCloudAccountOK

NewGetVmcCloudAccountOK creates a GetVmcCloudAccountOK with default headers values

func (*GetVmcCloudAccountOK) Error added in v0.2.8

func (o *GetVmcCloudAccountOK) Error() string

func (*GetVmcCloudAccountOK) GetPayload added in v0.2.8

func (o *GetVmcCloudAccountOK) GetPayload() *models.CloudAccountVmc

func (*GetVmcCloudAccountOK) IsClientError added in v0.5.0

func (o *GetVmcCloudAccountOK) IsClientError() bool

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

func (*GetVmcCloudAccountOK) IsCode added in v0.5.0

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

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

func (*GetVmcCloudAccountOK) IsRedirect added in v0.5.0

func (o *GetVmcCloudAccountOK) IsRedirect() bool

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

func (*GetVmcCloudAccountOK) IsServerError added in v0.5.0

func (o *GetVmcCloudAccountOK) IsServerError() bool

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

func (*GetVmcCloudAccountOK) IsSuccess added in v0.5.0

func (o *GetVmcCloudAccountOK) IsSuccess() bool

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

func (*GetVmcCloudAccountOK) String added in v0.5.0

func (o *GetVmcCloudAccountOK) String() string

type GetVmcCloudAccountParams added in v0.2.8

type GetVmcCloudAccountParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

GetVmcCloudAccountParams contains all the parameters to send to the API endpoint

for the get vmc cloud account operation.

Typically these are written to a http.Request.

func NewGetVmcCloudAccountParams added in v0.2.8

func NewGetVmcCloudAccountParams() *GetVmcCloudAccountParams

NewGetVmcCloudAccountParams creates a new GetVmcCloudAccountParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVmcCloudAccountParamsWithContext added in v0.2.8

func NewGetVmcCloudAccountParamsWithContext(ctx context.Context) *GetVmcCloudAccountParams

NewGetVmcCloudAccountParamsWithContext creates a new GetVmcCloudAccountParams object with the ability to set a context for a request.

func NewGetVmcCloudAccountParamsWithHTTPClient added in v0.2.8

func NewGetVmcCloudAccountParamsWithHTTPClient(client *http.Client) *GetVmcCloudAccountParams

NewGetVmcCloudAccountParamsWithHTTPClient creates a new GetVmcCloudAccountParams object with the ability to set a custom HTTPClient for a request.

func NewGetVmcCloudAccountParamsWithTimeout added in v0.2.8

func NewGetVmcCloudAccountParamsWithTimeout(timeout time.Duration) *GetVmcCloudAccountParams

NewGetVmcCloudAccountParamsWithTimeout creates a new GetVmcCloudAccountParams object with the ability to set a timeout on a request.

func (*GetVmcCloudAccountParams) SetAPIVersion added in v0.2.8

func (o *GetVmcCloudAccountParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get vmc cloud account params

func (*GetVmcCloudAccountParams) SetContext added in v0.2.8

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

SetContext adds the context to the get vmc cloud account params

func (*GetVmcCloudAccountParams) SetDefaults added in v0.2.20

func (o *GetVmcCloudAccountParams) SetDefaults()

SetDefaults hydrates default values in the get vmc cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*GetVmcCloudAccountParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the get vmc cloud account params

func (*GetVmcCloudAccountParams) SetID added in v0.2.8

func (o *GetVmcCloudAccountParams) SetID(id string)

SetID adds the id to the get vmc cloud account params

func (*GetVmcCloudAccountParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the get vmc cloud account params

func (*GetVmcCloudAccountParams) WithAPIVersion added in v0.2.8

func (o *GetVmcCloudAccountParams) WithAPIVersion(aPIVersion *string) *GetVmcCloudAccountParams

WithAPIVersion adds the aPIVersion to the get vmc cloud account params

func (*GetVmcCloudAccountParams) WithContext added in v0.2.8

WithContext adds the context to the get vmc cloud account params

func (*GetVmcCloudAccountParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get vmc cloud account params (not the query body).

All values with no default are reset to their zero value.

func (*GetVmcCloudAccountParams) WithHTTPClient added in v0.2.8

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

WithHTTPClient adds the HTTPClient to the get vmc cloud account params

func (*GetVmcCloudAccountParams) WithID added in v0.2.8

WithID adds the id to the get vmc cloud account params

func (*GetVmcCloudAccountParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the get vmc cloud account params

func (*GetVmcCloudAccountParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type GetVmcCloudAccountReader added in v0.2.8

type GetVmcCloudAccountReader struct {
	// contains filtered or unexported fields
}

GetVmcCloudAccountReader is a Reader for the GetVmcCloudAccount structure.

func (*GetVmcCloudAccountReader) ReadResponse added in v0.2.8

func (o *GetVmcCloudAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVmcCloudAccountsForbidden added in v0.2.8

type GetVmcCloudAccountsForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetVmcCloudAccountsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetVmcCloudAccountsForbidden added in v0.2.8

func NewGetVmcCloudAccountsForbidden() *GetVmcCloudAccountsForbidden

NewGetVmcCloudAccountsForbidden creates a GetVmcCloudAccountsForbidden with default headers values

func (*GetVmcCloudAccountsForbidden) Error added in v0.2.8

func (*GetVmcCloudAccountsForbidden) GetPayload added in v0.2.20

func (*GetVmcCloudAccountsForbidden) IsClientError added in v0.5.0

func (o *GetVmcCloudAccountsForbidden) IsClientError() bool

IsClientError returns true when this get vmc cloud accounts forbidden response has a 4xx status code

func (*GetVmcCloudAccountsForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get vmc cloud accounts forbidden response a status code equal to that given

func (*GetVmcCloudAccountsForbidden) IsRedirect added in v0.5.0

func (o *GetVmcCloudAccountsForbidden) IsRedirect() bool

IsRedirect returns true when this get vmc cloud accounts forbidden response has a 3xx status code

func (*GetVmcCloudAccountsForbidden) IsServerError added in v0.5.0

func (o *GetVmcCloudAccountsForbidden) IsServerError() bool

IsServerError returns true when this get vmc cloud accounts forbidden response has a 5xx status code

func (*GetVmcCloudAccountsForbidden) IsSuccess added in v0.5.0

func (o *GetVmcCloudAccountsForbidden) IsSuccess() bool

IsSuccess returns true when this get vmc cloud accounts forbidden response has a 2xx status code

func (*GetVmcCloudAccountsForbidden) String added in v0.5.0

type GetVmcCloudAccountsOK added in v0.2.8

type GetVmcCloudAccountsOK struct {
	Payload *models.CloudAccountVmcResult
}

GetVmcCloudAccountsOK describes a response with status code 200, with default header values.

successful operation

func NewGetVmcCloudAccountsOK added in v0.2.8

func NewGetVmcCloudAccountsOK() *GetVmcCloudAccountsOK

NewGetVmcCloudAccountsOK creates a GetVmcCloudAccountsOK with default headers values

func (*GetVmcCloudAccountsOK) Error added in v0.2.8

func (o *GetVmcCloudAccountsOK) Error() string

func (*GetVmcCloudAccountsOK) GetPayload added in v0.2.8

func (*GetVmcCloudAccountsOK) IsClientError added in v0.5.0

func (o *GetVmcCloudAccountsOK) IsClientError() bool

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

func (*GetVmcCloudAccountsOK) IsCode added in v0.5.0

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

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

func (*GetVmcCloudAccountsOK) IsRedirect added in v0.5.0

func (o *GetVmcCloudAccountsOK) IsRedirect() bool

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

func (*GetVmcCloudAccountsOK) IsServerError added in v0.5.0

func (o *GetVmcCloudAccountsOK) IsServerError() bool

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

func (*GetVmcCloudAccountsOK) IsSuccess added in v0.5.0

func (o *GetVmcCloudAccountsOK) IsSuccess() bool

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

func (*GetVmcCloudAccountsOK) String added in v0.5.0

func (o *GetVmcCloudAccountsOK) String() string

type GetVmcCloudAccountsParams added in v0.2.8

type GetVmcCloudAccountsParams struct {

	/* DollarSkip.

	   Number of records you want to skip.
	*/
	DollarSkip *int64

	/* DollarTop.

	   Number of records you want to get.
	*/
	DollarTop *int64

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVmcCloudAccountsParams contains all the parameters to send to the API endpoint

for the get vmc cloud accounts operation.

Typically these are written to a http.Request.

func NewGetVmcCloudAccountsParams added in v0.2.8

func NewGetVmcCloudAccountsParams() *GetVmcCloudAccountsParams

NewGetVmcCloudAccountsParams creates a new GetVmcCloudAccountsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVmcCloudAccountsParamsWithContext added in v0.2.8

func NewGetVmcCloudAccountsParamsWithContext(ctx context.Context) *GetVmcCloudAccountsParams

NewGetVmcCloudAccountsParamsWithContext creates a new GetVmcCloudAccountsParams object with the ability to set a context for a request.

func NewGetVmcCloudAccountsParamsWithHTTPClient added in v0.2.8

func NewGetVmcCloudAccountsParamsWithHTTPClient(client *http.Client) *GetVmcCloudAccountsParams

NewGetVmcCloudAccountsParamsWithHTTPClient creates a new GetVmcCloudAccountsParams object with the ability to set a custom HTTPClient for a request.

func NewGetVmcCloudAccountsParamsWithTimeout added in v0.2.8

func NewGetVmcCloudAccountsParamsWithTimeout(timeout time.Duration) *GetVmcCloudAccountsParams

NewGetVmcCloudAccountsParamsWithTimeout creates a new GetVmcCloudAccountsParams object with the ability to set a timeout on a request.

func (*GetVmcCloudAccountsParams) SetAPIVersion added in v0.2.8

func (o *GetVmcCloudAccountsParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) SetContext added in v0.2.8

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

SetContext adds the context to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) SetDefaults added in v0.2.20

func (o *GetVmcCloudAccountsParams) SetDefaults()

SetDefaults hydrates default values in the get vmc cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetVmcCloudAccountsParams) SetDollarSkip added in v0.5.0

func (o *GetVmcCloudAccountsParams) SetDollarSkip(dollarSkip *int64)

SetDollarSkip adds the dollarSkip to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) SetDollarTop added in v0.5.0

func (o *GetVmcCloudAccountsParams) SetDollarTop(dollarTop *int64)

SetDollarTop adds the dollarTop to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) SetHTTPClient added in v0.2.8

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

SetHTTPClient adds the HTTPClient to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) SetTimeout added in v0.2.8

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

SetTimeout adds the timeout to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) WithAPIVersion added in v0.2.8

func (o *GetVmcCloudAccountsParams) WithAPIVersion(aPIVersion *string) *GetVmcCloudAccountsParams

WithAPIVersion adds the aPIVersion to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) WithContext added in v0.2.8

WithContext adds the context to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get vmc cloud accounts params (not the query body).

All values with no default are reset to their zero value.

func (*GetVmcCloudAccountsParams) WithDollarSkip added in v0.5.0

func (o *GetVmcCloudAccountsParams) WithDollarSkip(dollarSkip *int64) *GetVmcCloudAccountsParams

WithDollarSkip adds the dollarSkip to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) WithDollarTop added in v0.5.0

func (o *GetVmcCloudAccountsParams) WithDollarTop(dollarTop *int64) *GetVmcCloudAccountsParams

WithDollarTop adds the dollarTop to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) WithHTTPClient added in v0.2.8

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

WithHTTPClient adds the HTTPClient to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) WithTimeout added in v0.2.8

WithTimeout adds the timeout to the get vmc cloud accounts params

func (*GetVmcCloudAccountsParams) WriteToRequest added in v0.2.8

WriteToRequest writes these params to a swagger request

type GetVmcCloudAccountsReader added in v0.2.8

type GetVmcCloudAccountsReader struct {
	// contains filtered or unexported fields
}

GetVmcCloudAccountsReader is a Reader for the GetVmcCloudAccounts structure.

func (*GetVmcCloudAccountsReader) ReadResponse added in v0.2.8

func (o *GetVmcCloudAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RunEndpointHealthCheckAccepted added in v0.5.0

type RunEndpointHealthCheckAccepted struct {
	Payload *models.RequestTracker
}

RunEndpointHealthCheckAccepted describes a response with status code 202, with default header values.

successful operation

func NewRunEndpointHealthCheckAccepted added in v0.5.0

func NewRunEndpointHealthCheckAccepted() *RunEndpointHealthCheckAccepted

NewRunEndpointHealthCheckAccepted creates a RunEndpointHealthCheckAccepted with default headers values

func (*RunEndpointHealthCheckAccepted) Error added in v0.5.0

func (*RunEndpointHealthCheckAccepted) GetPayload added in v0.5.0

func (*RunEndpointHealthCheckAccepted) IsClientError added in v0.5.0

func (o *RunEndpointHealthCheckAccepted) IsClientError() bool

IsClientError returns true when this run endpoint health check accepted response has a 4xx status code

func (*RunEndpointHealthCheckAccepted) IsCode added in v0.5.0

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

IsCode returns true when this run endpoint health check accepted response a status code equal to that given

func (*RunEndpointHealthCheckAccepted) IsRedirect added in v0.5.0

func (o *RunEndpointHealthCheckAccepted) IsRedirect() bool

IsRedirect returns true when this run endpoint health check accepted response has a 3xx status code

func (*RunEndpointHealthCheckAccepted) IsServerError added in v0.5.0

func (o *RunEndpointHealthCheckAccepted) IsServerError() bool

IsServerError returns true when this run endpoint health check accepted response has a 5xx status code

func (*RunEndpointHealthCheckAccepted) IsSuccess added in v0.5.0

func (o *RunEndpointHealthCheckAccepted) IsSuccess() bool

IsSuccess returns true when this run endpoint health check accepted response has a 2xx status code

func (*RunEndpointHealthCheckAccepted) String added in v0.5.0

type RunEndpointHealthCheckBadRequest added in v0.5.0

type RunEndpointHealthCheckBadRequest struct {
	Payload *models.Error
}

RunEndpointHealthCheckBadRequest describes a response with status code 400, with default header values.

Invalid Request - bad data

func NewRunEndpointHealthCheckBadRequest added in v0.5.0

func NewRunEndpointHealthCheckBadRequest() *RunEndpointHealthCheckBadRequest

NewRunEndpointHealthCheckBadRequest creates a RunEndpointHealthCheckBadRequest with default headers values

func (*RunEndpointHealthCheckBadRequest) Error added in v0.5.0

func (*RunEndpointHealthCheckBadRequest) GetPayload added in v0.5.0

func (*RunEndpointHealthCheckBadRequest) IsClientError added in v0.5.0

func (o *RunEndpointHealthCheckBadRequest) IsClientError() bool

IsClientError returns true when this run endpoint health check bad request response has a 4xx status code

func (*RunEndpointHealthCheckBadRequest) IsCode added in v0.5.0

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

IsCode returns true when this run endpoint health check bad request response a status code equal to that given

func (*RunEndpointHealthCheckBadRequest) IsRedirect added in v0.5.0

func (o *RunEndpointHealthCheckBadRequest) IsRedirect() bool

IsRedirect returns true when this run endpoint health check bad request response has a 3xx status code

func (*RunEndpointHealthCheckBadRequest) IsServerError added in v0.5.0

func (o *RunEndpointHealthCheckBadRequest) IsServerError() bool

IsServerError returns true when this run endpoint health check bad request response has a 5xx status code

func (*RunEndpointHealthCheckBadRequest) IsSuccess added in v0.5.0

func (o *RunEndpointHealthCheckBadRequest) IsSuccess() bool

IsSuccess returns true when this run endpoint health check bad request response has a 2xx status code

func (*RunEndpointHealthCheckBadRequest) String added in v0.5.0

type RunEndpointHealthCheckForbidden added in v0.5.0

type RunEndpointHealthCheckForbidden struct {
	Payload *models.ServiceErrorResponse
}

RunEndpointHealthCheckForbidden describes a response with status code 403, with default header values.

Forbidden

func NewRunEndpointHealthCheckForbidden added in v0.5.0

func NewRunEndpointHealthCheckForbidden() *RunEndpointHealthCheckForbidden

NewRunEndpointHealthCheckForbidden creates a RunEndpointHealthCheckForbidden with default headers values

func (*RunEndpointHealthCheckForbidden) Error added in v0.5.0

func (*RunEndpointHealthCheckForbidden) GetPayload added in v0.5.0

func (*RunEndpointHealthCheckForbidden) IsClientError added in v0.5.0

func (o *RunEndpointHealthCheckForbidden) IsClientError() bool

IsClientError returns true when this run endpoint health check forbidden response has a 4xx status code

func (*RunEndpointHealthCheckForbidden) IsCode added in v0.5.0

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

IsCode returns true when this run endpoint health check forbidden response a status code equal to that given

func (*RunEndpointHealthCheckForbidden) IsRedirect added in v0.5.0

func (o *RunEndpointHealthCheckForbidden) IsRedirect() bool

IsRedirect returns true when this run endpoint health check forbidden response has a 3xx status code

func (*RunEndpointHealthCheckForbidden) IsServerError added in v0.5.0

func (o *RunEndpointHealthCheckForbidden) IsServerError() bool

IsServerError returns true when this run endpoint health check forbidden response has a 5xx status code

func (*RunEndpointHealthCheckForbidden) IsSuccess added in v0.5.0

func (o *RunEndpointHealthCheckForbidden) IsSuccess() bool

IsSuccess returns true when this run endpoint health check forbidden response has a 2xx status code

func (*RunEndpointHealthCheckForbidden) String added in v0.5.0

type RunEndpointHealthCheckParams added in v0.5.0

type RunEndpointHealthCheckParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion *string

	/* ID.

	   The ID of the Cloud account
	*/
	ID string

	/* PeriodicHealthCheckID.

	   If query param is provided then the endpoint health check is not started manually from the UI, but after a scheduled process.
	*/
	PeriodicHealthCheckID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RunEndpointHealthCheckParams contains all the parameters to send to the API endpoint

for the run endpoint health check operation.

Typically these are written to a http.Request.

func NewRunEndpointHealthCheckParams added in v0.5.0

func NewRunEndpointHealthCheckParams() *RunEndpointHealthCheckParams

NewRunEndpointHealthCheckParams creates a new RunEndpointHealthCheckParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRunEndpointHealthCheckParamsWithContext added in v0.5.0

func NewRunEndpointHealthCheckParamsWithContext(ctx context.Context) *RunEndpointHealthCheckParams

NewRunEndpointHealthCheckParamsWithContext creates a new RunEndpointHealthCheckParams object with the ability to set a context for a request.

func NewRunEndpointHealthCheckParamsWithHTTPClient added in v0.5.0

func NewRunEndpointHealthCheckParamsWithHTTPClient(client *http.Client) *RunEndpointHealthCheckParams

NewRunEndpointHealthCheckParamsWithHTTPClient creates a new RunEndpointHealthCheckParams object with the ability to set a custom HTTPClient for a request.

func NewRunEndpointHealthCheckParamsWithTimeout added in v0.5.0

func NewRunEndpointHealthCheckParamsWithTimeout(timeout time.Duration) *RunEndpointHealthCheckParams

NewRunEndpointHealthCheckParamsWithTimeout creates a new RunEndpointHealthCheckParams object with the ability to set a timeout on a request.

func (*RunEndpointHealthCheckParams) SetAPIVersion added in v0.5.0

func (o *RunEndpointHealthCheckParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the run endpoint health check params

func (*RunEndpointHealthCheckParams) SetContext added in v0.5.0

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

SetContext adds the context to the run endpoint health check params

func (*RunEndpointHealthCheckParams) SetDefaults added in v0.5.0

func (o *RunEndpointHealthCheckParams) SetDefaults()

SetDefaults hydrates default values in the run endpoint health check params (not the query body).

All values with no default are reset to their zero value.

func (*RunEndpointHealthCheckParams) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the run endpoint health check params

func (*RunEndpointHealthCheckParams) SetID added in v0.5.0

func (o *RunEndpointHealthCheckParams) SetID(id string)

SetID adds the id to the run endpoint health check params

func (*RunEndpointHealthCheckParams) SetPeriodicHealthCheckID added in v0.5.0

func (o *RunEndpointHealthCheckParams) SetPeriodicHealthCheckID(periodicHealthCheckID *string)

SetPeriodicHealthCheckID adds the periodicHealthCheckId to the run endpoint health check params

func (*RunEndpointHealthCheckParams) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the run endpoint health check params

func (*RunEndpointHealthCheckParams) WithAPIVersion added in v0.5.0

func (o *RunEndpointHealthCheckParams) WithAPIVersion(aPIVersion *string) *RunEndpointHealthCheckParams

WithAPIVersion adds the aPIVersion to the run endpoint health check params

func (*RunEndpointHealthCheckParams) WithContext added in v0.5.0

WithContext adds the context to the run endpoint health check params

func (*RunEndpointHealthCheckParams) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the run endpoint health check params (not the query body).

All values with no default are reset to their zero value.

func (*RunEndpointHealthCheckParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the run endpoint health check params

func (*RunEndpointHealthCheckParams) WithID added in v0.5.0

WithID adds the id to the run endpoint health check params

func (*RunEndpointHealthCheckParams) WithPeriodicHealthCheckID added in v0.5.0

func (o *RunEndpointHealthCheckParams) WithPeriodicHealthCheckID(periodicHealthCheckID *string) *RunEndpointHealthCheckParams

WithPeriodicHealthCheckID adds the periodicHealthCheckID to the run endpoint health check params

func (*RunEndpointHealthCheckParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the run endpoint health check params

func (*RunEndpointHealthCheckParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type RunEndpointHealthCheckReader added in v0.5.0

type RunEndpointHealthCheckReader struct {
	// contains filtered or unexported fields
}

RunEndpointHealthCheckReader is a Reader for the RunEndpointHealthCheck structure.

func (*RunEndpointHealthCheckReader) ReadResponse added in v0.5.0

func (o *RunEndpointHealthCheckReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAWSCloudAccountAsyncAccepted added in v0.4.0

type UpdateAWSCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateAWSCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateAWSCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateAWSCloudAccountAsyncAccepted() *UpdateAWSCloudAccountAsyncAccepted

NewUpdateAWSCloudAccountAsyncAccepted creates a UpdateAWSCloudAccountAsyncAccepted with default headers values

func (*UpdateAWSCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateAWSCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateAWSCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update a w s cloud account async accepted response has a 4xx status code

func (*UpdateAWSCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this update a w s cloud account async accepted response a status code equal to that given

func (*UpdateAWSCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this update a w s cloud account async accepted response has a 3xx status code

func (*UpdateAWSCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update a w s cloud account async accepted response has a 5xx status code

func (*UpdateAWSCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this update a w s cloud account async accepted response has a 2xx status code

func (*UpdateAWSCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateAWSCloudAccountAsyncForbidden added in v0.4.0

type UpdateAWSCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateAWSCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateAWSCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateAWSCloudAccountAsyncForbidden() *UpdateAWSCloudAccountAsyncForbidden

NewUpdateAWSCloudAccountAsyncForbidden creates a UpdateAWSCloudAccountAsyncForbidden with default headers values

func (*UpdateAWSCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateAWSCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateAWSCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update a w s cloud account async forbidden response has a 4xx status code

func (*UpdateAWSCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this update a w s cloud account async forbidden response a status code equal to that given

func (*UpdateAWSCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this update a w s cloud account async forbidden response has a 3xx status code

func (*UpdateAWSCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update a w s cloud account async forbidden response has a 5xx status code

func (*UpdateAWSCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update a w s cloud account async forbidden response has a 2xx status code

func (*UpdateAWSCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateAWSCloudAccountAsyncNotFound added in v0.4.0

type UpdateAWSCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateAWSCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateAWSCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateAWSCloudAccountAsyncNotFound() *UpdateAWSCloudAccountAsyncNotFound

NewUpdateAWSCloudAccountAsyncNotFound creates a UpdateAWSCloudAccountAsyncNotFound with default headers values

func (*UpdateAWSCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateAWSCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (*UpdateAWSCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update a w s cloud account async not found response has a 4xx status code

func (*UpdateAWSCloudAccountAsyncNotFound) IsCode added in v0.5.0

IsCode returns true when this update a w s cloud account async not found response a status code equal to that given

func (*UpdateAWSCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this update a w s cloud account async not found response has a 3xx status code

func (*UpdateAWSCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateAWSCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update a w s cloud account async not found response has a 5xx status code

func (*UpdateAWSCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update a w s cloud account async not found response has a 2xx status code

func (*UpdateAWSCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateAWSCloudAccountAsyncParams added in v0.4.0

type UpdateAWSCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

UpdateAWSCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update a w s cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateAWSCloudAccountAsyncParams added in v0.4.0

func NewUpdateAWSCloudAccountAsyncParams() *UpdateAWSCloudAccountAsyncParams

NewUpdateAWSCloudAccountAsyncParams creates a new UpdateAWSCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateAWSCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateAWSCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateAWSCloudAccountAsyncParams

NewUpdateAWSCloudAccountAsyncParamsWithContext creates a new UpdateAWSCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateAWSCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateAWSCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateAWSCloudAccountAsyncParams

NewUpdateAWSCloudAccountAsyncParamsWithHTTPClient creates a new UpdateAWSCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAWSCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateAWSCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateAWSCloudAccountAsyncParams

NewUpdateAWSCloudAccountAsyncParamsWithTimeout creates a new UpdateAWSCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateAWSCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateAWSCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateAWSCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update a w s cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAWSCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update a w s cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAWSCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update a w s cloud account async params

func (*UpdateAWSCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateAWSCloudAccountAsyncReader added in v0.4.0

type UpdateAWSCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateAWSCloudAccountAsyncReader is a Reader for the UpdateAWSCloudAccountAsync structure.

func (*UpdateAWSCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateAWSCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAzureCloudAccountAsyncAccepted added in v0.4.0

type UpdateAzureCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateAzureCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateAzureCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateAzureCloudAccountAsyncAccepted() *UpdateAzureCloudAccountAsyncAccepted

NewUpdateAzureCloudAccountAsyncAccepted creates a UpdateAzureCloudAccountAsyncAccepted with default headers values

func (*UpdateAzureCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateAzureCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateAzureCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateAzureCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update azure cloud account async accepted response has a 4xx status code

func (*UpdateAzureCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this update azure cloud account async accepted response a status code equal to that given

func (*UpdateAzureCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this update azure cloud account async accepted response has a 3xx status code

func (*UpdateAzureCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateAzureCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update azure cloud account async accepted response has a 5xx status code

func (*UpdateAzureCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this update azure cloud account async accepted response has a 2xx status code

func (*UpdateAzureCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateAzureCloudAccountAsyncForbidden added in v0.4.0

type UpdateAzureCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateAzureCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateAzureCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateAzureCloudAccountAsyncForbidden() *UpdateAzureCloudAccountAsyncForbidden

NewUpdateAzureCloudAccountAsyncForbidden creates a UpdateAzureCloudAccountAsyncForbidden with default headers values

func (*UpdateAzureCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateAzureCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateAzureCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateAzureCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update azure cloud account async forbidden response has a 4xx status code

func (*UpdateAzureCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this update azure cloud account async forbidden response a status code equal to that given

func (*UpdateAzureCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update azure cloud account async forbidden response has a 3xx status code

func (*UpdateAzureCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateAzureCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update azure cloud account async forbidden response has a 5xx status code

func (*UpdateAzureCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update azure cloud account async forbidden response has a 2xx status code

func (*UpdateAzureCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateAzureCloudAccountAsyncNotFound added in v0.4.0

type UpdateAzureCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateAzureCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateAzureCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateAzureCloudAccountAsyncNotFound() *UpdateAzureCloudAccountAsyncNotFound

NewUpdateAzureCloudAccountAsyncNotFound creates a UpdateAzureCloudAccountAsyncNotFound with default headers values

func (*UpdateAzureCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateAzureCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (*UpdateAzureCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateAzureCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update azure cloud account async not found response has a 4xx status code

func (*UpdateAzureCloudAccountAsyncNotFound) IsCode added in v0.5.0

IsCode returns true when this update azure cloud account async not found response a status code equal to that given

func (*UpdateAzureCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update azure cloud account async not found response has a 3xx status code

func (*UpdateAzureCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateAzureCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update azure cloud account async not found response has a 5xx status code

func (*UpdateAzureCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update azure cloud account async not found response has a 2xx status code

func (*UpdateAzureCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateAzureCloudAccountAsyncParams added in v0.4.0

type UpdateAzureCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

UpdateAzureCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update azure cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateAzureCloudAccountAsyncParams added in v0.4.0

func NewUpdateAzureCloudAccountAsyncParams() *UpdateAzureCloudAccountAsyncParams

NewUpdateAzureCloudAccountAsyncParams creates a new UpdateAzureCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateAzureCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateAzureCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateAzureCloudAccountAsyncParams

NewUpdateAzureCloudAccountAsyncParamsWithContext creates a new UpdateAzureCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateAzureCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateAzureCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateAzureCloudAccountAsyncParams

NewUpdateAzureCloudAccountAsyncParamsWithHTTPClient creates a new UpdateAzureCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateAzureCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateAzureCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateAzureCloudAccountAsyncParams

NewUpdateAzureCloudAccountAsyncParamsWithTimeout creates a new UpdateAzureCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateAzureCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateAzureCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateAzureCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update azure cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAzureCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update azure cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateAzureCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update azure cloud account async params

func (*UpdateAzureCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateAzureCloudAccountAsyncReader added in v0.4.0

type UpdateAzureCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateAzureCloudAccountAsyncReader is a Reader for the UpdateAzureCloudAccountAsync structure.

func (*UpdateAzureCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateAzureCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateCloudAccountAsyncAccepted added in v0.4.0

type UpdateCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateCloudAccountAsyncAccepted() *UpdateCloudAccountAsyncAccepted

NewUpdateCloudAccountAsyncAccepted creates a UpdateCloudAccountAsyncAccepted with default headers values

func (*UpdateCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update cloud account async accepted response has a 4xx status code

func (*UpdateCloudAccountAsyncAccepted) IsCode added in v0.5.0

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

IsCode returns true when this update cloud account async accepted response a status code equal to that given

func (*UpdateCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *UpdateCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this update cloud account async accepted response has a 3xx status code

func (*UpdateCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update cloud account async accepted response has a 5xx status code

func (*UpdateCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

func (o *UpdateCloudAccountAsyncAccepted) IsSuccess() bool

IsSuccess returns true when this update cloud account async accepted response has a 2xx status code

func (*UpdateCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateCloudAccountAsyncForbidden added in v0.4.0

type UpdateCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateCloudAccountAsyncForbidden() *UpdateCloudAccountAsyncForbidden

NewUpdateCloudAccountAsyncForbidden creates a UpdateCloudAccountAsyncForbidden with default headers values

func (*UpdateCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update cloud account async forbidden response has a 4xx status code

func (*UpdateCloudAccountAsyncForbidden) IsCode added in v0.5.0

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

IsCode returns true when this update cloud account async forbidden response a status code equal to that given

func (*UpdateCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *UpdateCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this update cloud account async forbidden response has a 3xx status code

func (*UpdateCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update cloud account async forbidden response has a 5xx status code

func (*UpdateCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

func (o *UpdateCloudAccountAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this update cloud account async forbidden response has a 2xx status code

func (*UpdateCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateCloudAccountAsyncNotFound added in v0.4.0

type UpdateCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateCloudAccountAsyncNotFound() *UpdateCloudAccountAsyncNotFound

NewUpdateCloudAccountAsyncNotFound creates a UpdateCloudAccountAsyncNotFound with default headers values

func (*UpdateCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (o *UpdateCloudAccountAsyncNotFound) GetPayload() *models.Error

func (*UpdateCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update cloud account async not found response has a 4xx status code

func (*UpdateCloudAccountAsyncNotFound) IsCode added in v0.5.0

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

IsCode returns true when this update cloud account async not found response a status code equal to that given

func (*UpdateCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

func (o *UpdateCloudAccountAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this update cloud account async not found response has a 3xx status code

func (*UpdateCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update cloud account async not found response has a 5xx status code

func (*UpdateCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

func (o *UpdateCloudAccountAsyncNotFound) IsSuccess() bool

IsSuccess returns true when this update cloud account async not found response has a 2xx status code

func (*UpdateCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateCloudAccountAsyncParams added in v0.4.0

type UpdateCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

UpdateCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateCloudAccountAsyncParams added in v0.4.0

func NewUpdateCloudAccountAsyncParams() *UpdateCloudAccountAsyncParams

NewUpdateCloudAccountAsyncParams creates a new UpdateCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateCloudAccountAsyncParams

NewUpdateCloudAccountAsyncParamsWithContext creates a new UpdateCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateCloudAccountAsyncParams

NewUpdateCloudAccountAsyncParamsWithHTTPClient creates a new UpdateCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateCloudAccountAsyncParams

NewUpdateCloudAccountAsyncParamsWithTimeout creates a new UpdateCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) SetContext added in v0.4.0

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

SetContext adds the context to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update cloud account async params

func (*UpdateCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateCloudAccountAsyncReader added in v0.4.0

type UpdateCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateCloudAccountAsyncReader is a Reader for the UpdateCloudAccountAsync structure.

func (*UpdateCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateGcpCloudAccountAsyncAccepted added in v0.4.0

type UpdateGcpCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateGcpCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateGcpCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateGcpCloudAccountAsyncAccepted() *UpdateGcpCloudAccountAsyncAccepted

NewUpdateGcpCloudAccountAsyncAccepted creates a UpdateGcpCloudAccountAsyncAccepted with default headers values

func (*UpdateGcpCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateGcpCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateGcpCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update gcp cloud account async accepted response has a 4xx status code

func (*UpdateGcpCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this update gcp cloud account async accepted response a status code equal to that given

func (*UpdateGcpCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this update gcp cloud account async accepted response has a 3xx status code

func (*UpdateGcpCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update gcp cloud account async accepted response has a 5xx status code

func (*UpdateGcpCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this update gcp cloud account async accepted response has a 2xx status code

func (*UpdateGcpCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateGcpCloudAccountAsyncForbidden added in v0.4.0

type UpdateGcpCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateGcpCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateGcpCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateGcpCloudAccountAsyncForbidden() *UpdateGcpCloudAccountAsyncForbidden

NewUpdateGcpCloudAccountAsyncForbidden creates a UpdateGcpCloudAccountAsyncForbidden with default headers values

func (*UpdateGcpCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateGcpCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateGcpCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update gcp cloud account async forbidden response has a 4xx status code

func (*UpdateGcpCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this update gcp cloud account async forbidden response a status code equal to that given

func (*UpdateGcpCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this update gcp cloud account async forbidden response has a 3xx status code

func (*UpdateGcpCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update gcp cloud account async forbidden response has a 5xx status code

func (*UpdateGcpCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update gcp cloud account async forbidden response has a 2xx status code

func (*UpdateGcpCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateGcpCloudAccountAsyncNotFound added in v0.4.0

type UpdateGcpCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateGcpCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateGcpCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateGcpCloudAccountAsyncNotFound() *UpdateGcpCloudAccountAsyncNotFound

NewUpdateGcpCloudAccountAsyncNotFound creates a UpdateGcpCloudAccountAsyncNotFound with default headers values

func (*UpdateGcpCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateGcpCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (*UpdateGcpCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update gcp cloud account async not found response has a 4xx status code

func (*UpdateGcpCloudAccountAsyncNotFound) IsCode added in v0.5.0

IsCode returns true when this update gcp cloud account async not found response a status code equal to that given

func (*UpdateGcpCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this update gcp cloud account async not found response has a 3xx status code

func (*UpdateGcpCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateGcpCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update gcp cloud account async not found response has a 5xx status code

func (*UpdateGcpCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update gcp cloud account async not found response has a 2xx status code

func (*UpdateGcpCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateGcpCloudAccountAsyncParams added in v0.4.0

type UpdateGcpCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

UpdateGcpCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update gcp cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateGcpCloudAccountAsyncParams added in v0.4.0

func NewUpdateGcpCloudAccountAsyncParams() *UpdateGcpCloudAccountAsyncParams

NewUpdateGcpCloudAccountAsyncParams creates a new UpdateGcpCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateGcpCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateGcpCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateGcpCloudAccountAsyncParams

NewUpdateGcpCloudAccountAsyncParamsWithContext creates a new UpdateGcpCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateGcpCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateGcpCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateGcpCloudAccountAsyncParams

NewUpdateGcpCloudAccountAsyncParamsWithHTTPClient creates a new UpdateGcpCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateGcpCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateGcpCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateGcpCloudAccountAsyncParams

NewUpdateGcpCloudAccountAsyncParamsWithTimeout creates a new UpdateGcpCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateGcpCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateGcpCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateGcpCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update gcp cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateGcpCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update gcp cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateGcpCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update gcp cloud account async params

func (*UpdateGcpCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateGcpCloudAccountAsyncReader added in v0.4.0

type UpdateGcpCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateGcpCloudAccountAsyncReader is a Reader for the UpdateGcpCloudAccountAsync structure.

func (*UpdateGcpCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateGcpCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateNsxTCloudAccountAsyncAccepted added in v0.4.0

type UpdateNsxTCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateNsxTCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateNsxTCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateNsxTCloudAccountAsyncAccepted() *UpdateNsxTCloudAccountAsyncAccepted

NewUpdateNsxTCloudAccountAsyncAccepted creates a UpdateNsxTCloudAccountAsyncAccepted with default headers values

func (*UpdateNsxTCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateNsxTCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateNsxTCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateNsxTCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update nsx t cloud account async accepted response has a 4xx status code

func (*UpdateNsxTCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this update nsx t cloud account async accepted response a status code equal to that given

func (*UpdateNsxTCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *UpdateNsxTCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this update nsx t cloud account async accepted response has a 3xx status code

func (*UpdateNsxTCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateNsxTCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update nsx t cloud account async accepted response has a 5xx status code

func (*UpdateNsxTCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this update nsx t cloud account async accepted response has a 2xx status code

func (*UpdateNsxTCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateNsxTCloudAccountAsyncForbidden added in v0.4.0

type UpdateNsxTCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateNsxTCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateNsxTCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateNsxTCloudAccountAsyncForbidden() *UpdateNsxTCloudAccountAsyncForbidden

NewUpdateNsxTCloudAccountAsyncForbidden creates a UpdateNsxTCloudAccountAsyncForbidden with default headers values

func (*UpdateNsxTCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateNsxTCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateNsxTCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateNsxTCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update nsx t cloud account async forbidden response has a 4xx status code

func (*UpdateNsxTCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this update nsx t cloud account async forbidden response a status code equal to that given

func (*UpdateNsxTCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update nsx t cloud account async forbidden response has a 3xx status code

func (*UpdateNsxTCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateNsxTCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update nsx t cloud account async forbidden response has a 5xx status code

func (*UpdateNsxTCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update nsx t cloud account async forbidden response has a 2xx status code

func (*UpdateNsxTCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateNsxTCloudAccountAsyncNotFound added in v0.4.0

type UpdateNsxTCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateNsxTCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateNsxTCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateNsxTCloudAccountAsyncNotFound() *UpdateNsxTCloudAccountAsyncNotFound

NewUpdateNsxTCloudAccountAsyncNotFound creates a UpdateNsxTCloudAccountAsyncNotFound with default headers values

func (*UpdateNsxTCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateNsxTCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (*UpdateNsxTCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateNsxTCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update nsx t cloud account async not found response has a 4xx status code

func (*UpdateNsxTCloudAccountAsyncNotFound) IsCode added in v0.5.0

IsCode returns true when this update nsx t cloud account async not found response a status code equal to that given

func (*UpdateNsxTCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

func (o *UpdateNsxTCloudAccountAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this update nsx t cloud account async not found response has a 3xx status code

func (*UpdateNsxTCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateNsxTCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update nsx t cloud account async not found response has a 5xx status code

func (*UpdateNsxTCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update nsx t cloud account async not found response has a 2xx status code

func (*UpdateNsxTCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateNsxTCloudAccountAsyncParams added in v0.4.0

type UpdateNsxTCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   NSX-T cloud account details to be updated
	*/
	Body *models.UpdateCloudAccountNsxTSpecification

	/* ID.

	   Cloud account id
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateNsxTCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update nsx t cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateNsxTCloudAccountAsyncParams added in v0.4.0

func NewUpdateNsxTCloudAccountAsyncParams() *UpdateNsxTCloudAccountAsyncParams

NewUpdateNsxTCloudAccountAsyncParams creates a new UpdateNsxTCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateNsxTCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateNsxTCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateNsxTCloudAccountAsyncParams

NewUpdateNsxTCloudAccountAsyncParamsWithContext creates a new UpdateNsxTCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateNsxTCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateNsxTCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateNsxTCloudAccountAsyncParams

NewUpdateNsxTCloudAccountAsyncParamsWithHTTPClient creates a new UpdateNsxTCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateNsxTCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateNsxTCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateNsxTCloudAccountAsyncParams

NewUpdateNsxTCloudAccountAsyncParamsWithTimeout creates a new UpdateNsxTCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateNsxTCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateNsxTCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateNsxTCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update nsx t cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateNsxTCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update nsx t cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateNsxTCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update nsx t cloud account async params

func (*UpdateNsxTCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateNsxTCloudAccountAsyncReader added in v0.4.0

type UpdateNsxTCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateNsxTCloudAccountAsyncReader is a Reader for the UpdateNsxTCloudAccountAsync structure.

func (*UpdateNsxTCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateNsxTCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateNsxVCloudAccountAsyncAccepted added in v0.4.0

type UpdateNsxVCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateNsxVCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateNsxVCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateNsxVCloudAccountAsyncAccepted() *UpdateNsxVCloudAccountAsyncAccepted

NewUpdateNsxVCloudAccountAsyncAccepted creates a UpdateNsxVCloudAccountAsyncAccepted with default headers values

func (*UpdateNsxVCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateNsxVCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateNsxVCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateNsxVCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update nsx v cloud account async accepted response has a 4xx status code

func (*UpdateNsxVCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this update nsx v cloud account async accepted response a status code equal to that given

func (*UpdateNsxVCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *UpdateNsxVCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this update nsx v cloud account async accepted response has a 3xx status code

func (*UpdateNsxVCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateNsxVCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update nsx v cloud account async accepted response has a 5xx status code

func (*UpdateNsxVCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this update nsx v cloud account async accepted response has a 2xx status code

func (*UpdateNsxVCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateNsxVCloudAccountAsyncForbidden added in v0.4.0

type UpdateNsxVCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateNsxVCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateNsxVCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateNsxVCloudAccountAsyncForbidden() *UpdateNsxVCloudAccountAsyncForbidden

NewUpdateNsxVCloudAccountAsyncForbidden creates a UpdateNsxVCloudAccountAsyncForbidden with default headers values

func (*UpdateNsxVCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateNsxVCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateNsxVCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateNsxVCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update nsx v cloud account async forbidden response has a 4xx status code

func (*UpdateNsxVCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this update nsx v cloud account async forbidden response a status code equal to that given

func (*UpdateNsxVCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update nsx v cloud account async forbidden response has a 3xx status code

func (*UpdateNsxVCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateNsxVCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update nsx v cloud account async forbidden response has a 5xx status code

func (*UpdateNsxVCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update nsx v cloud account async forbidden response has a 2xx status code

func (*UpdateNsxVCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateNsxVCloudAccountAsyncNotFound added in v0.4.0

type UpdateNsxVCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateNsxVCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateNsxVCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateNsxVCloudAccountAsyncNotFound() *UpdateNsxVCloudAccountAsyncNotFound

NewUpdateNsxVCloudAccountAsyncNotFound creates a UpdateNsxVCloudAccountAsyncNotFound with default headers values

func (*UpdateNsxVCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateNsxVCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (*UpdateNsxVCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateNsxVCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update nsx v cloud account async not found response has a 4xx status code

func (*UpdateNsxVCloudAccountAsyncNotFound) IsCode added in v0.5.0

IsCode returns true when this update nsx v cloud account async not found response a status code equal to that given

func (*UpdateNsxVCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

func (o *UpdateNsxVCloudAccountAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this update nsx v cloud account async not found response has a 3xx status code

func (*UpdateNsxVCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateNsxVCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update nsx v cloud account async not found response has a 5xx status code

func (*UpdateNsxVCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update nsx v cloud account async not found response has a 2xx status code

func (*UpdateNsxVCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateNsxVCloudAccountAsyncParams added in v0.4.0

type UpdateNsxVCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   NSX-V cloud account details to be updated
	*/
	Body *models.UpdateCloudAccountNsxVSpecification

	/* ID.

	   Cloud account id
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateNsxVCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update nsx v cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateNsxVCloudAccountAsyncParams added in v0.4.0

func NewUpdateNsxVCloudAccountAsyncParams() *UpdateNsxVCloudAccountAsyncParams

NewUpdateNsxVCloudAccountAsyncParams creates a new UpdateNsxVCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateNsxVCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateNsxVCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateNsxVCloudAccountAsyncParams

NewUpdateNsxVCloudAccountAsyncParamsWithContext creates a new UpdateNsxVCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateNsxVCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateNsxVCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateNsxVCloudAccountAsyncParams

NewUpdateNsxVCloudAccountAsyncParamsWithHTTPClient creates a new UpdateNsxVCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateNsxVCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateNsxVCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateNsxVCloudAccountAsyncParams

NewUpdateNsxVCloudAccountAsyncParamsWithTimeout creates a new UpdateNsxVCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateNsxVCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateNsxVCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateNsxVCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update nsx v cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateNsxVCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update nsx v cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateNsxVCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update nsx v cloud account async params

func (*UpdateNsxVCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateNsxVCloudAccountAsyncReader added in v0.4.0

type UpdateNsxVCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateNsxVCloudAccountAsyncReader is a Reader for the UpdateNsxVCloudAccountAsync structure.

func (*UpdateNsxVCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateNsxVCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVMCCloudAccountAsyncAccepted added in v0.4.0

type UpdateVMCCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateVMCCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateVMCCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateVMCCloudAccountAsyncAccepted() *UpdateVMCCloudAccountAsyncAccepted

NewUpdateVMCCloudAccountAsyncAccepted creates a UpdateVMCCloudAccountAsyncAccepted with default headers values

func (*UpdateVMCCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateVMCCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateVMCCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update Vm c cloud account async accepted response has a 4xx status code

func (*UpdateVMCCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this update Vm c cloud account async accepted response a status code equal to that given

func (*UpdateVMCCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this update Vm c cloud account async accepted response has a 3xx status code

func (*UpdateVMCCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update Vm c cloud account async accepted response has a 5xx status code

func (*UpdateVMCCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this update Vm c cloud account async accepted response has a 2xx status code

func (*UpdateVMCCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateVMCCloudAccountAsyncForbidden added in v0.4.0

type UpdateVMCCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateVMCCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateVMCCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateVMCCloudAccountAsyncForbidden() *UpdateVMCCloudAccountAsyncForbidden

NewUpdateVMCCloudAccountAsyncForbidden creates a UpdateVMCCloudAccountAsyncForbidden with default headers values

func (*UpdateVMCCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateVMCCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateVMCCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update Vm c cloud account async forbidden response has a 4xx status code

func (*UpdateVMCCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this update Vm c cloud account async forbidden response a status code equal to that given

func (*UpdateVMCCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this update Vm c cloud account async forbidden response has a 3xx status code

func (*UpdateVMCCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update Vm c cloud account async forbidden response has a 5xx status code

func (*UpdateVMCCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update Vm c cloud account async forbidden response has a 2xx status code

func (*UpdateVMCCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateVMCCloudAccountAsyncNotFound added in v0.4.0

type UpdateVMCCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateVMCCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateVMCCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateVMCCloudAccountAsyncNotFound() *UpdateVMCCloudAccountAsyncNotFound

NewUpdateVMCCloudAccountAsyncNotFound creates a UpdateVMCCloudAccountAsyncNotFound with default headers values

func (*UpdateVMCCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateVMCCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (*UpdateVMCCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update Vm c cloud account async not found response has a 4xx status code

func (*UpdateVMCCloudAccountAsyncNotFound) IsCode added in v0.5.0

IsCode returns true when this update Vm c cloud account async not found response a status code equal to that given

func (*UpdateVMCCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this update Vm c cloud account async not found response has a 3xx status code

func (*UpdateVMCCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateVMCCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update Vm c cloud account async not found response has a 5xx status code

func (*UpdateVMCCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update Vm c cloud account async not found response has a 2xx status code

func (*UpdateVMCCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateVMCCloudAccountAsyncParams added in v0.4.0

type UpdateVMCCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   VMC cloud account details to be updated
	*/
	Body *models.UpdateCloudAccountVmcSpecification

	/* ID.

	   Cloud account id
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateVMCCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update VM c cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateVMCCloudAccountAsyncParams added in v0.4.0

func NewUpdateVMCCloudAccountAsyncParams() *UpdateVMCCloudAccountAsyncParams

NewUpdateVMCCloudAccountAsyncParams creates a new UpdateVMCCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateVMCCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateVMCCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateVMCCloudAccountAsyncParams

NewUpdateVMCCloudAccountAsyncParamsWithContext creates a new UpdateVMCCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateVMCCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateVMCCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateVMCCloudAccountAsyncParams

NewUpdateVMCCloudAccountAsyncParamsWithHTTPClient creates a new UpdateVMCCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVMCCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateVMCCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateVMCCloudAccountAsyncParams

NewUpdateVMCCloudAccountAsyncParamsWithTimeout creates a new UpdateVMCCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateVMCCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateVMCCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateVMCCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update VM c cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVMCCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update VM c cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVMCCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update VM c cloud account async params

func (*UpdateVMCCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateVMCCloudAccountAsyncReader added in v0.4.0

type UpdateVMCCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateVMCCloudAccountAsyncReader is a Reader for the UpdateVMCCloudAccountAsync structure.

func (*UpdateVMCCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateVMCCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVSphereCloudAccountAsyncAccepted added in v0.4.0

type UpdateVSphereCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateVSphereCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateVSphereCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateVSphereCloudAccountAsyncAccepted() *UpdateVSphereCloudAccountAsyncAccepted

NewUpdateVSphereCloudAccountAsyncAccepted creates a UpdateVSphereCloudAccountAsyncAccepted with default headers values

func (*UpdateVSphereCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateVSphereCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateVSphereCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateVSphereCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update v sphere cloud account async accepted response has a 4xx status code

func (*UpdateVSphereCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this update v sphere cloud account async accepted response a status code equal to that given

func (*UpdateVSphereCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

IsRedirect returns true when this update v sphere cloud account async accepted response has a 3xx status code

func (*UpdateVSphereCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateVSphereCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update v sphere cloud account async accepted response has a 5xx status code

func (*UpdateVSphereCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this update v sphere cloud account async accepted response has a 2xx status code

func (*UpdateVSphereCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateVSphereCloudAccountAsyncForbidden added in v0.4.0

type UpdateVSphereCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateVSphereCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateVSphereCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateVSphereCloudAccountAsyncForbidden() *UpdateVSphereCloudAccountAsyncForbidden

NewUpdateVSphereCloudAccountAsyncForbidden creates a UpdateVSphereCloudAccountAsyncForbidden with default headers values

func (*UpdateVSphereCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateVSphereCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateVSphereCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateVSphereCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update v sphere cloud account async forbidden response has a 4xx status code

func (*UpdateVSphereCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this update v sphere cloud account async forbidden response a status code equal to that given

func (*UpdateVSphereCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this update v sphere cloud account async forbidden response has a 3xx status code

func (*UpdateVSphereCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateVSphereCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update v sphere cloud account async forbidden response has a 5xx status code

func (*UpdateVSphereCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update v sphere cloud account async forbidden response has a 2xx status code

func (*UpdateVSphereCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateVSphereCloudAccountAsyncNotFound added in v0.4.0

type UpdateVSphereCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateVSphereCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateVSphereCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateVSphereCloudAccountAsyncNotFound() *UpdateVSphereCloudAccountAsyncNotFound

NewUpdateVSphereCloudAccountAsyncNotFound creates a UpdateVSphereCloudAccountAsyncNotFound with default headers values

func (*UpdateVSphereCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateVSphereCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (*UpdateVSphereCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateVSphereCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update v sphere cloud account async not found response has a 4xx status code

func (*UpdateVSphereCloudAccountAsyncNotFound) IsCode added in v0.5.0

IsCode returns true when this update v sphere cloud account async not found response a status code equal to that given

func (*UpdateVSphereCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this update v sphere cloud account async not found response has a 3xx status code

func (*UpdateVSphereCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateVSphereCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update v sphere cloud account async not found response has a 5xx status code

func (*UpdateVSphereCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update v sphere cloud account async not found response has a 2xx status code

func (*UpdateVSphereCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateVSphereCloudAccountAsyncParams added in v0.4.0

type UpdateVSphereCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information 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
}

UpdateVSphereCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update v sphere cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateVSphereCloudAccountAsyncParams added in v0.4.0

func NewUpdateVSphereCloudAccountAsyncParams() *UpdateVSphereCloudAccountAsyncParams

NewUpdateVSphereCloudAccountAsyncParams creates a new UpdateVSphereCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateVSphereCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateVSphereCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateVSphereCloudAccountAsyncParams

NewUpdateVSphereCloudAccountAsyncParamsWithContext creates a new UpdateVSphereCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateVSphereCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateVSphereCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateVSphereCloudAccountAsyncParams

NewUpdateVSphereCloudAccountAsyncParamsWithHTTPClient creates a new UpdateVSphereCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVSphereCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateVSphereCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateVSphereCloudAccountAsyncParams

NewUpdateVSphereCloudAccountAsyncParamsWithTimeout creates a new UpdateVSphereCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateVSphereCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateVSphereCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateVSphereCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update v sphere cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVSphereCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update v sphere cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVSphereCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update v sphere cloud account async params

func (*UpdateVSphereCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateVSphereCloudAccountAsyncReader added in v0.4.0

type UpdateVSphereCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateVSphereCloudAccountAsyncReader is a Reader for the UpdateVSphereCloudAccountAsync structure.

func (*UpdateVSphereCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateVSphereCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVcfCloudAccountAsyncAccepted added in v0.4.0

type UpdateVcfCloudAccountAsyncAccepted struct {
	Payload *models.RequestTracker
}

UpdateVcfCloudAccountAsyncAccepted describes a response with status code 202, with default header values.

successful operation

func NewUpdateVcfCloudAccountAsyncAccepted added in v0.4.0

func NewUpdateVcfCloudAccountAsyncAccepted() *UpdateVcfCloudAccountAsyncAccepted

NewUpdateVcfCloudAccountAsyncAccepted creates a UpdateVcfCloudAccountAsyncAccepted with default headers values

func (*UpdateVcfCloudAccountAsyncAccepted) Error added in v0.4.0

func (*UpdateVcfCloudAccountAsyncAccepted) GetPayload added in v0.4.0

func (*UpdateVcfCloudAccountAsyncAccepted) IsClientError added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncAccepted) IsClientError() bool

IsClientError returns true when this update vcf cloud account async accepted response has a 4xx status code

func (*UpdateVcfCloudAccountAsyncAccepted) IsCode added in v0.5.0

IsCode returns true when this update vcf cloud account async accepted response a status code equal to that given

func (*UpdateVcfCloudAccountAsyncAccepted) IsRedirect added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncAccepted) IsRedirect() bool

IsRedirect returns true when this update vcf cloud account async accepted response has a 3xx status code

func (*UpdateVcfCloudAccountAsyncAccepted) IsServerError added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncAccepted) IsServerError() bool

IsServerError returns true when this update vcf cloud account async accepted response has a 5xx status code

func (*UpdateVcfCloudAccountAsyncAccepted) IsSuccess added in v0.5.0

IsSuccess returns true when this update vcf cloud account async accepted response has a 2xx status code

func (*UpdateVcfCloudAccountAsyncAccepted) String added in v0.5.0

type UpdateVcfCloudAccountAsyncForbidden added in v0.4.0

type UpdateVcfCloudAccountAsyncForbidden struct {
	Payload *models.ServiceErrorResponse
}

UpdateVcfCloudAccountAsyncForbidden describes a response with status code 403, with default header values.

Forbidden

func NewUpdateVcfCloudAccountAsyncForbidden added in v0.4.0

func NewUpdateVcfCloudAccountAsyncForbidden() *UpdateVcfCloudAccountAsyncForbidden

NewUpdateVcfCloudAccountAsyncForbidden creates a UpdateVcfCloudAccountAsyncForbidden with default headers values

func (*UpdateVcfCloudAccountAsyncForbidden) Error added in v0.4.0

func (*UpdateVcfCloudAccountAsyncForbidden) GetPayload added in v0.4.0

func (*UpdateVcfCloudAccountAsyncForbidden) IsClientError added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncForbidden) IsClientError() bool

IsClientError returns true when this update vcf cloud account async forbidden response has a 4xx status code

func (*UpdateVcfCloudAccountAsyncForbidden) IsCode added in v0.5.0

IsCode returns true when this update vcf cloud account async forbidden response a status code equal to that given

func (*UpdateVcfCloudAccountAsyncForbidden) IsRedirect added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this update vcf cloud account async forbidden response has a 3xx status code

func (*UpdateVcfCloudAccountAsyncForbidden) IsServerError added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncForbidden) IsServerError() bool

IsServerError returns true when this update vcf cloud account async forbidden response has a 5xx status code

func (*UpdateVcfCloudAccountAsyncForbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this update vcf cloud account async forbidden response has a 2xx status code

func (*UpdateVcfCloudAccountAsyncForbidden) String added in v0.5.0

type UpdateVcfCloudAccountAsyncNotFound added in v0.4.0

type UpdateVcfCloudAccountAsyncNotFound struct {
	Payload *models.Error
}

UpdateVcfCloudAccountAsyncNotFound describes a response with status code 404, with default header values.

Not Found

func NewUpdateVcfCloudAccountAsyncNotFound added in v0.4.0

func NewUpdateVcfCloudAccountAsyncNotFound() *UpdateVcfCloudAccountAsyncNotFound

NewUpdateVcfCloudAccountAsyncNotFound creates a UpdateVcfCloudAccountAsyncNotFound with default headers values

func (*UpdateVcfCloudAccountAsyncNotFound) Error added in v0.4.0

func (*UpdateVcfCloudAccountAsyncNotFound) GetPayload added in v0.4.0

func (*UpdateVcfCloudAccountAsyncNotFound) IsClientError added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncNotFound) IsClientError() bool

IsClientError returns true when this update vcf cloud account async not found response has a 4xx status code

func (*UpdateVcfCloudAccountAsyncNotFound) IsCode added in v0.5.0

IsCode returns true when this update vcf cloud account async not found response a status code equal to that given

func (*UpdateVcfCloudAccountAsyncNotFound) IsRedirect added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this update vcf cloud account async not found response has a 3xx status code

func (*UpdateVcfCloudAccountAsyncNotFound) IsServerError added in v0.5.0

func (o *UpdateVcfCloudAccountAsyncNotFound) IsServerError() bool

IsServerError returns true when this update vcf cloud account async not found response has a 5xx status code

func (*UpdateVcfCloudAccountAsyncNotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this update vcf cloud account async not found response has a 2xx status code

func (*UpdateVcfCloudAccountAsyncNotFound) String added in v0.5.0

type UpdateVcfCloudAccountAsyncParams added in v0.4.0

type UpdateVcfCloudAccountAsyncParams struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
	*/
	APIVersion string

	/* Body.

	   VCF cloud account details to be updated
	*/
	Body *models.UpdateCloudAccountVcfSpecification

	/* ID.

	   Cloud account id
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateVcfCloudAccountAsyncParams contains all the parameters to send to the API endpoint

for the update vcf cloud account async operation.

Typically these are written to a http.Request.

func NewUpdateVcfCloudAccountAsyncParams added in v0.4.0

func NewUpdateVcfCloudAccountAsyncParams() *UpdateVcfCloudAccountAsyncParams

NewUpdateVcfCloudAccountAsyncParams creates a new UpdateVcfCloudAccountAsyncParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateVcfCloudAccountAsyncParamsWithContext added in v0.4.0

func NewUpdateVcfCloudAccountAsyncParamsWithContext(ctx context.Context) *UpdateVcfCloudAccountAsyncParams

NewUpdateVcfCloudAccountAsyncParamsWithContext creates a new UpdateVcfCloudAccountAsyncParams object with the ability to set a context for a request.

func NewUpdateVcfCloudAccountAsyncParamsWithHTTPClient added in v0.4.0

func NewUpdateVcfCloudAccountAsyncParamsWithHTTPClient(client *http.Client) *UpdateVcfCloudAccountAsyncParams

NewUpdateVcfCloudAccountAsyncParamsWithHTTPClient creates a new UpdateVcfCloudAccountAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVcfCloudAccountAsyncParamsWithTimeout added in v0.4.0

func NewUpdateVcfCloudAccountAsyncParamsWithTimeout(timeout time.Duration) *UpdateVcfCloudAccountAsyncParams

NewUpdateVcfCloudAccountAsyncParamsWithTimeout creates a new UpdateVcfCloudAccountAsyncParams object with the ability to set a timeout on a request.

func (*UpdateVcfCloudAccountAsyncParams) SetAPIVersion added in v0.4.0

func (o *UpdateVcfCloudAccountAsyncParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) SetBody added in v0.4.0

SetBody adds the body to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) SetContext added in v0.4.0

SetContext adds the context to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) SetDefaults added in v0.4.0

func (o *UpdateVcfCloudAccountAsyncParams) SetDefaults()

SetDefaults hydrates default values in the update vcf cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVcfCloudAccountAsyncParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) SetID added in v0.4.0

SetID adds the id to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) WithBody added in v0.4.0

WithBody adds the body to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) WithContext added in v0.4.0

WithContext adds the context to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the update vcf cloud account async params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVcfCloudAccountAsyncParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) WithID added in v0.4.0

WithID adds the id to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the update vcf cloud account async params

func (*UpdateVcfCloudAccountAsyncParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type UpdateVcfCloudAccountAsyncReader added in v0.4.0

type UpdateVcfCloudAccountAsyncReader struct {
	// contains filtered or unexported fields
}

UpdateVcfCloudAccountAsyncReader is a Reader for the UpdateVcfCloudAccountAsync structure.

func (*UpdateVcfCloudAccountAsyncReader) ReadResponse added in v0.4.0

func (o *UpdateVcfCloudAccountAsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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