storage

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: Apache-2.0, MIT Imports: 10 Imported by: 1

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 storage API

func (*Client) DeleteStorageName

func (a *Client) DeleteStorageName(params *DeleteStorageNameParams, opts ...ClientOption) (*DeleteStorageNameNoContent, error)

DeleteStorageName removes a storage

func (*Client) GetStorage

func (a *Client) GetStorage(params *GetStorageParams, opts ...ClientOption) (*GetStorageOK, error)

GetStorage lists all storages

func (*Client) GetStorageNameExplorePath

func (a *Client) GetStorageNameExplorePath(params *GetStorageNameExplorePathParams, opts ...ClientOption) (*GetStorageNameExplorePathOK, error)

GetStorageNameExplorePath explores directory entries in a storage system

func (*Client) PatchStorageName

func (a *Client) PatchStorageName(params *PatchStorageNameParams, opts ...ClientOption) (*PatchStorageNameOK, error)

PatchStorageName updates a storage connection

func (*Client) PostStorageAcd

func (a *Client) PostStorageAcd(params *PostStorageAcdParams, opts ...ClientOption) (*PostStorageAcdOK, error)

PostStorageAcd creates acd storage

func (*Client) PostStorageAzureblob

func (a *Client) PostStorageAzureblob(params *PostStorageAzureblobParams, opts ...ClientOption) (*PostStorageAzureblobOK, error)

PostStorageAzureblob creates azureblob storage

func (*Client) PostStorageB2

func (a *Client) PostStorageB2(params *PostStorageB2Params, opts ...ClientOption) (*PostStorageB2OK, error)

PostStorageB2 creates b2 storage

func (*Client) PostStorageBox

func (a *Client) PostStorageBox(params *PostStorageBoxParams, opts ...ClientOption) (*PostStorageBoxOK, error)

PostStorageBox creates box storage

func (*Client) PostStorageDrive

func (a *Client) PostStorageDrive(params *PostStorageDriveParams, opts ...ClientOption) (*PostStorageDriveOK, error)

PostStorageDrive creates drive storage

func (*Client) PostStorageDropbox

func (a *Client) PostStorageDropbox(params *PostStorageDropboxParams, opts ...ClientOption) (*PostStorageDropboxOK, error)

PostStorageDropbox creates dropbox storage

func (*Client) PostStorageFichier

func (a *Client) PostStorageFichier(params *PostStorageFichierParams, opts ...ClientOption) (*PostStorageFichierOK, error)

PostStorageFichier creates fichier storage

func (*Client) PostStorageFilefabric

func (a *Client) PostStorageFilefabric(params *PostStorageFilefabricParams, opts ...ClientOption) (*PostStorageFilefabricOK, error)

PostStorageFilefabric creates filefabric storage

func (*Client) PostStorageFtp

func (a *Client) PostStorageFtp(params *PostStorageFtpParams, opts ...ClientOption) (*PostStorageFtpOK, error)

PostStorageFtp creates ftp storage

func (*Client) PostStorageGcs

func (a *Client) PostStorageGcs(params *PostStorageGcsParams, opts ...ClientOption) (*PostStorageGcsOK, error)

PostStorageGcs creates gcs storage

func (*Client) PostStorageGphotos

func (a *Client) PostStorageGphotos(params *PostStorageGphotosParams, opts ...ClientOption) (*PostStorageGphotosOK, error)

PostStorageGphotos creates gphotos storage

func (*Client) PostStorageHTTP

func (a *Client) PostStorageHTTP(params *PostStorageHTTPParams, opts ...ClientOption) (*PostStorageHTTPOK, error)

PostStorageHTTP creates Http storage

func (*Client) PostStorageHdfs

func (a *Client) PostStorageHdfs(params *PostStorageHdfsParams, opts ...ClientOption) (*PostStorageHdfsOK, error)

PostStorageHdfs creates hdfs storage

func (*Client) PostStorageHidrive

func (a *Client) PostStorageHidrive(params *PostStorageHidriveParams, opts ...ClientOption) (*PostStorageHidriveOK, error)

PostStorageHidrive creates hidrive storage

func (*Client) PostStorageInternetarchive

func (a *Client) PostStorageInternetarchive(params *PostStorageInternetarchiveParams, opts ...ClientOption) (*PostStorageInternetarchiveOK, error)

PostStorageInternetarchive creates internetarchive storage

func (*Client) PostStorageJottacloud

func (a *Client) PostStorageJottacloud(params *PostStorageJottacloudParams, opts ...ClientOption) (*PostStorageJottacloudOK, error)

PostStorageJottacloud creates jottacloud storage

func (*Client) PostStorageKoofrDigistorage

func (a *Client) PostStorageKoofrDigistorage(params *PostStorageKoofrDigistorageParams, opts ...ClientOption) (*PostStorageKoofrDigistorageOK, error)

PostStorageKoofrDigistorage creates koofr storage with digistorage digi storage https storage rcs rds ro

func (*Client) PostStorageKoofrKoofr

func (a *Client) PostStorageKoofrKoofr(params *PostStorageKoofrKoofrParams, opts ...ClientOption) (*PostStorageKoofrKoofrOK, error)

PostStorageKoofrKoofr creates koofr storage with koofr koofr https app koofr net

func (*Client) PostStorageKoofrOther

func (a *Client) PostStorageKoofrOther(params *PostStorageKoofrOtherParams, opts ...ClientOption) (*PostStorageKoofrOtherOK, error)

PostStorageKoofrOther creates koofr storage with other any other koofr API compatible storage service

func (*Client) PostStorageLocal

func (a *Client) PostStorageLocal(params *PostStorageLocalParams, opts ...ClientOption) (*PostStorageLocalOK, error)

PostStorageLocal creates local storage

func (*Client) PostStorageMailru

func (a *Client) PostStorageMailru(params *PostStorageMailruParams, opts ...ClientOption) (*PostStorageMailruOK, error)

PostStorageMailru creates mailru storage

func (*Client) PostStorageMega

func (a *Client) PostStorageMega(params *PostStorageMegaParams, opts ...ClientOption) (*PostStorageMegaOK, error)

PostStorageMega creates mega storage

func (*Client) PostStorageNetstorage

func (a *Client) PostStorageNetstorage(params *PostStorageNetstorageParams, opts ...ClientOption) (*PostStorageNetstorageOK, error)

PostStorageNetstorage creates netstorage storage

func (*Client) PostStorageOnedrive

func (a *Client) PostStorageOnedrive(params *PostStorageOnedriveParams, opts ...ClientOption) (*PostStorageOnedriveOK, error)

PostStorageOnedrive creates onedrive storage

func (*Client) PostStorageOosEnvAuth

func (a *Client) PostStorageOosEnvAuth(params *PostStorageOosEnvAuthParams, opts ...ClientOption) (*PostStorageOosEnvAuthOK, error)

PostStorageOosEnvAuth creates oos storage with env auth automatically pickup the credentials from runtime env first one to provide auth wins

func (*Client) PostStorageOosInstancePrincipalAuth

func (a *Client) PostStorageOosInstancePrincipalAuth(params *PostStorageOosInstancePrincipalAuthParams, opts ...ClientOption) (*PostStorageOosInstancePrincipalAuthOK, error)

PostStorageOosInstancePrincipalAuth creates oos storage with instance principal auth use instance principals to authorize an instance to make API calls

func (*Client) PostStorageOosNoAuth

func (a *Client) PostStorageOosNoAuth(params *PostStorageOosNoAuthParams, opts ...ClientOption) (*PostStorageOosNoAuthOK, error)

PostStorageOosNoAuth creates oos storage with no auth no credentials needed this is typically for reading public buckets

func (*Client) PostStorageOosResourcePrincipalAuth

func (a *Client) PostStorageOosResourcePrincipalAuth(params *PostStorageOosResourcePrincipalAuthParams, opts ...ClientOption) (*PostStorageOosResourcePrincipalAuthOK, error)

PostStorageOosResourcePrincipalAuth creates oos storage with resource principal auth use resource principals to make API calls

func (*Client) PostStorageOosUserPrincipalAuth

func (a *Client) PostStorageOosUserPrincipalAuth(params *PostStorageOosUserPrincipalAuthParams, opts ...ClientOption) (*PostStorageOosUserPrincipalAuthOK, error)

PostStorageOosUserPrincipalAuth creates oos storage with user principal auth use an o c i user and an API key for authentication

func (*Client) PostStorageOpendrive

func (a *Client) PostStorageOpendrive(params *PostStorageOpendriveParams, opts ...ClientOption) (*PostStorageOpendriveOK, error)

PostStorageOpendrive creates opendrive storage

func (*Client) PostStoragePcloud

func (a *Client) PostStoragePcloud(params *PostStoragePcloudParams, opts ...ClientOption) (*PostStoragePcloudOK, error)

PostStoragePcloud creates pcloud storage

func (*Client) PostStoragePremiumizeme

func (a *Client) PostStoragePremiumizeme(params *PostStoragePremiumizemeParams, opts ...ClientOption) (*PostStoragePremiumizemeOK, error)

PostStoragePremiumizeme creates premiumizeme storage

func (*Client) PostStoragePutio

func (a *Client) PostStoragePutio(params *PostStoragePutioParams, opts ...ClientOption) (*PostStoragePutioOK, error)

PostStoragePutio creates putio storage

func (*Client) PostStorageQingstor

func (a *Client) PostStorageQingstor(params *PostStorageQingstorParams, opts ...ClientOption) (*PostStorageQingstorOK, error)

PostStorageQingstor creates qingstor storage

func (*Client) PostStorageS3Alibaba

func (a *Client) PostStorageS3Alibaba(params *PostStorageS3AlibabaParams, opts ...ClientOption) (*PostStorageS3AlibabaOK, error)

PostStorageS3Alibaba creates s3 storage with alibaba alibaba cloud object storage system o s s formerly aliyun

func (*Client) PostStorageS3Arvancloud

func (a *Client) PostStorageS3Arvancloud(params *PostStorageS3ArvancloudParams, opts ...ClientOption) (*PostStorageS3ArvancloudOK, error)

PostStorageS3Arvancloud creates s3 storage with arvan cloud arvan cloud object storage a o s

func (*Client) PostStorageS3Aws

func (a *Client) PostStorageS3Aws(params *PostStorageS3AwsParams, opts ...ClientOption) (*PostStorageS3AwsOK, error)

PostStorageS3Aws creates s3 storage with a w s amazon web services a w s s3

func (*Client) PostStorageS3Ceph

func (a *Client) PostStorageS3Ceph(params *PostStorageS3CephParams, opts ...ClientOption) (*PostStorageS3CephOK, error)

PostStorageS3Ceph creates s3 storage with ceph ceph object storage

func (*Client) PostStorageS3Chinamobile

func (a *Client) PostStorageS3Chinamobile(params *PostStorageS3ChinamobileParams, opts ...ClientOption) (*PostStorageS3ChinamobileOK, error)

PostStorageS3Chinamobile creates s3 storage with china mobile china mobile ecloud elastic object storage e o s

func (*Client) PostStorageS3Cloudflare

func (a *Client) PostStorageS3Cloudflare(params *PostStorageS3CloudflareParams, opts ...ClientOption) (*PostStorageS3CloudflareOK, error)

PostStorageS3Cloudflare creates s3 storage with cloudflare cloudflare r2 storage

func (*Client) PostStorageS3Digitalocean

func (a *Client) PostStorageS3Digitalocean(params *PostStorageS3DigitaloceanParams, opts ...ClientOption) (*PostStorageS3DigitaloceanOK, error)

PostStorageS3Digitalocean creates s3 storage with digital ocean digital ocean spaces

func (*Client) PostStorageS3Dreamhost

func (a *Client) PostStorageS3Dreamhost(params *PostStorageS3DreamhostParams, opts ...ClientOption) (*PostStorageS3DreamhostOK, error)

PostStorageS3Dreamhost creates s3 storage with dreamhost dreamhost dream objects

func (*Client) PostStorageS3Huaweiobs

func (a *Client) PostStorageS3Huaweiobs(params *PostStorageS3HuaweiobsParams, opts ...ClientOption) (*PostStorageS3HuaweiobsOK, error)

PostStorageS3Huaweiobs creates s3 storage with huawei o b s huawei object storage service

func (*Client) PostStorageS3Ibmcos

func (a *Client) PostStorageS3Ibmcos(params *PostStorageS3IbmcosParams, opts ...ClientOption) (*PostStorageS3IbmcosOK, error)

PostStorageS3Ibmcos creates s3 storage with i b m c o s i b m c o s s3

func (*Client) PostStorageS3Idrive

func (a *Client) PostStorageS3Idrive(params *PostStorageS3IdriveParams, opts ...ClientOption) (*PostStorageS3IdriveOK, error)

PostStorageS3Idrive creates s3 storage with i drive i drive e2

func (*Client) PostStorageS3Ionos

func (a *Client) PostStorageS3Ionos(params *PostStorageS3IonosParams, opts ...ClientOption) (*PostStorageS3IonosOK, error)

PostStorageS3Ionos creates s3 storage with i o n o s i o n o s cloud

func (*Client) PostStorageS3Liara

func (a *Client) PostStorageS3Liara(params *PostStorageS3LiaraParams, opts ...ClientOption) (*PostStorageS3LiaraOK, error)

PostStorageS3Liara creates s3 storage with liara liara object storage

func (*Client) PostStorageS3Lyvecloud

func (a *Client) PostStorageS3Lyvecloud(params *PostStorageS3LyvecloudParams, opts ...ClientOption) (*PostStorageS3LyvecloudOK, error)

PostStorageS3Lyvecloud creates s3 storage with lyve cloud seagate lyve cloud

func (*Client) PostStorageS3Minio

func (a *Client) PostStorageS3Minio(params *PostStorageS3MinioParams, opts ...ClientOption) (*PostStorageS3MinioOK, error)

PostStorageS3Minio creates s3 storage with minio minio object storage

func (*Client) PostStorageS3Netease

func (a *Client) PostStorageS3Netease(params *PostStorageS3NeteaseParams, opts ...ClientOption) (*PostStorageS3NeteaseOK, error)

PostStorageS3Netease creates s3 storage with netease netease object storage n o s

func (*Client) PostStorageS3Other

func (a *Client) PostStorageS3Other(params *PostStorageS3OtherParams, opts ...ClientOption) (*PostStorageS3OtherOK, error)

PostStorageS3Other creates s3 storage with other any other s3 compatible provider

func (*Client) PostStorageS3Qiniu

func (a *Client) PostStorageS3Qiniu(params *PostStorageS3QiniuParams, opts ...ClientOption) (*PostStorageS3QiniuOK, error)

PostStorageS3Qiniu creates s3 storage with qiniu qiniu object storage kodo

func (*Client) PostStorageS3Rackcorp

func (a *Client) PostStorageS3Rackcorp(params *PostStorageS3RackcorpParams, opts ...ClientOption) (*PostStorageS3RackcorpOK, error)

PostStorageS3Rackcorp creates s3 storage with rack corp rack corp object storage

func (*Client) PostStorageS3Scaleway

func (a *Client) PostStorageS3Scaleway(params *PostStorageS3ScalewayParams, opts ...ClientOption) (*PostStorageS3ScalewayOK, error)

PostStorageS3Scaleway creates s3 storage with scaleway scaleway object storage

func (*Client) PostStorageS3Seaweedfs

func (a *Client) PostStorageS3Seaweedfs(params *PostStorageS3SeaweedfsParams, opts ...ClientOption) (*PostStorageS3SeaweedfsOK, error)

PostStorageS3Seaweedfs creates s3 storage with seaweed f s seaweed f s s3

func (*Client) PostStorageS3Stackpath

func (a *Client) PostStorageS3Stackpath(params *PostStorageS3StackpathParams, opts ...ClientOption) (*PostStorageS3StackpathOK, error)

PostStorageS3Stackpath creates s3 storage with stack path stack path object storage

func (*Client) PostStorageS3Storj

func (a *Client) PostStorageS3Storj(params *PostStorageS3StorjParams, opts ...ClientOption) (*PostStorageS3StorjOK, error)

PostStorageS3Storj creates s3 storage with storj storj s3 compatible gateway

func (*Client) PostStorageS3Tencentcos

func (a *Client) PostStorageS3Tencentcos(params *PostStorageS3TencentcosParams, opts ...ClientOption) (*PostStorageS3TencentcosOK, error)

PostStorageS3Tencentcos creates s3 storage with tencent c o s tencent cloud object storage c o s

func (*Client) PostStorageS3Wasabi

func (a *Client) PostStorageS3Wasabi(params *PostStorageS3WasabiParams, opts ...ClientOption) (*PostStorageS3WasabiOK, error)

PostStorageS3Wasabi creates s3 storage with wasabi wasabi object storage

func (*Client) PostStorageSeafile

func (a *Client) PostStorageSeafile(params *PostStorageSeafileParams, opts ...ClientOption) (*PostStorageSeafileOK, error)

PostStorageSeafile creates seafile storage

func (*Client) PostStorageSftp

func (a *Client) PostStorageSftp(params *PostStorageSftpParams, opts ...ClientOption) (*PostStorageSftpOK, error)

PostStorageSftp creates sftp storage

func (*Client) PostStorageSharefile

func (a *Client) PostStorageSharefile(params *PostStorageSharefileParams, opts ...ClientOption) (*PostStorageSharefileOK, error)

PostStorageSharefile creates sharefile storage

func (*Client) PostStorageSia

func (a *Client) PostStorageSia(params *PostStorageSiaParams, opts ...ClientOption) (*PostStorageSiaOK, error)

PostStorageSia creates sia storage

func (*Client) PostStorageSmb

func (a *Client) PostStorageSmb(params *PostStorageSmbParams, opts ...ClientOption) (*PostStorageSmbOK, error)

PostStorageSmb creates smb storage

func (*Client) PostStorageStorageType

func (a *Client) PostStorageStorageType(params *PostStorageStorageTypeParams, opts ...ClientOption) (*PostStorageStorageTypeOK, error)

PostStorageStorageType creates a new storage

func (*Client) PostStorageStorjExisting

func (a *Client) PostStorageStorjExisting(params *PostStorageStorjExistingParams, opts ...ClientOption) (*PostStorageStorjExistingOK, error)

PostStorageStorjExisting creates storj storage with existing use an existing access grant

func (*Client) PostStorageStorjNew

func (a *Client) PostStorageStorjNew(params *PostStorageStorjNewParams, opts ...ClientOption) (*PostStorageStorjNewOK, error)

PostStorageStorjNew creates storj storage with new create a new access grant from satellite address API key and passphrase

func (*Client) PostStorageSugarsync

func (a *Client) PostStorageSugarsync(params *PostStorageSugarsyncParams, opts ...ClientOption) (*PostStorageSugarsyncOK, error)

PostStorageSugarsync creates sugarsync storage

func (*Client) PostStorageSwift

func (a *Client) PostStorageSwift(params *PostStorageSwiftParams, opts ...ClientOption) (*PostStorageSwiftOK, error)

PostStorageSwift creates swift storage

func (*Client) PostStorageUptobox

func (a *Client) PostStorageUptobox(params *PostStorageUptoboxParams, opts ...ClientOption) (*PostStorageUptoboxOK, error)

PostStorageUptobox creates uptobox storage

func (*Client) PostStorageWebdav

func (a *Client) PostStorageWebdav(params *PostStorageWebdavParams, opts ...ClientOption) (*PostStorageWebdavOK, error)

PostStorageWebdav creates webdav storage

func (*Client) PostStorageYandex

func (a *Client) PostStorageYandex(params *PostStorageYandexParams, opts ...ClientOption) (*PostStorageYandexOK, error)

PostStorageYandex creates yandex storage

func (*Client) PostStorageZoho

func (a *Client) PostStorageZoho(params *PostStorageZohoParams, opts ...ClientOption) (*PostStorageZohoOK, error)

PostStorageZoho creates zoho storage

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteStorageName(params *DeleteStorageNameParams, opts ...ClientOption) (*DeleteStorageNameNoContent, error)

	GetStorage(params *GetStorageParams, opts ...ClientOption) (*GetStorageOK, error)

	GetStorageNameExplorePath(params *GetStorageNameExplorePathParams, opts ...ClientOption) (*GetStorageNameExplorePathOK, error)

	PatchStorageName(params *PatchStorageNameParams, opts ...ClientOption) (*PatchStorageNameOK, error)

	PostStorageAcd(params *PostStorageAcdParams, opts ...ClientOption) (*PostStorageAcdOK, error)

	PostStorageAzureblob(params *PostStorageAzureblobParams, opts ...ClientOption) (*PostStorageAzureblobOK, error)

	PostStorageB2(params *PostStorageB2Params, opts ...ClientOption) (*PostStorageB2OK, error)

	PostStorageBox(params *PostStorageBoxParams, opts ...ClientOption) (*PostStorageBoxOK, error)

	PostStorageDrive(params *PostStorageDriveParams, opts ...ClientOption) (*PostStorageDriveOK, error)

	PostStorageDropbox(params *PostStorageDropboxParams, opts ...ClientOption) (*PostStorageDropboxOK, error)

	PostStorageFichier(params *PostStorageFichierParams, opts ...ClientOption) (*PostStorageFichierOK, error)

	PostStorageFilefabric(params *PostStorageFilefabricParams, opts ...ClientOption) (*PostStorageFilefabricOK, error)

	PostStorageFtp(params *PostStorageFtpParams, opts ...ClientOption) (*PostStorageFtpOK, error)

	PostStorageGcs(params *PostStorageGcsParams, opts ...ClientOption) (*PostStorageGcsOK, error)

	PostStorageGphotos(params *PostStorageGphotosParams, opts ...ClientOption) (*PostStorageGphotosOK, error)

	PostStorageHTTP(params *PostStorageHTTPParams, opts ...ClientOption) (*PostStorageHTTPOK, error)

	PostStorageHdfs(params *PostStorageHdfsParams, opts ...ClientOption) (*PostStorageHdfsOK, error)

	PostStorageHidrive(params *PostStorageHidriveParams, opts ...ClientOption) (*PostStorageHidriveOK, error)

	PostStorageInternetarchive(params *PostStorageInternetarchiveParams, opts ...ClientOption) (*PostStorageInternetarchiveOK, error)

	PostStorageJottacloud(params *PostStorageJottacloudParams, opts ...ClientOption) (*PostStorageJottacloudOK, error)

	PostStorageKoofrDigistorage(params *PostStorageKoofrDigistorageParams, opts ...ClientOption) (*PostStorageKoofrDigistorageOK, error)

	PostStorageKoofrKoofr(params *PostStorageKoofrKoofrParams, opts ...ClientOption) (*PostStorageKoofrKoofrOK, error)

	PostStorageKoofrOther(params *PostStorageKoofrOtherParams, opts ...ClientOption) (*PostStorageKoofrOtherOK, error)

	PostStorageLocal(params *PostStorageLocalParams, opts ...ClientOption) (*PostStorageLocalOK, error)

	PostStorageMailru(params *PostStorageMailruParams, opts ...ClientOption) (*PostStorageMailruOK, error)

	PostStorageMega(params *PostStorageMegaParams, opts ...ClientOption) (*PostStorageMegaOK, error)

	PostStorageNetstorage(params *PostStorageNetstorageParams, opts ...ClientOption) (*PostStorageNetstorageOK, error)

	PostStorageOnedrive(params *PostStorageOnedriveParams, opts ...ClientOption) (*PostStorageOnedriveOK, error)

	PostStorageOosEnvAuth(params *PostStorageOosEnvAuthParams, opts ...ClientOption) (*PostStorageOosEnvAuthOK, error)

	PostStorageOosInstancePrincipalAuth(params *PostStorageOosInstancePrincipalAuthParams, opts ...ClientOption) (*PostStorageOosInstancePrincipalAuthOK, error)

	PostStorageOosNoAuth(params *PostStorageOosNoAuthParams, opts ...ClientOption) (*PostStorageOosNoAuthOK, error)

	PostStorageOosResourcePrincipalAuth(params *PostStorageOosResourcePrincipalAuthParams, opts ...ClientOption) (*PostStorageOosResourcePrincipalAuthOK, error)

	PostStorageOosUserPrincipalAuth(params *PostStorageOosUserPrincipalAuthParams, opts ...ClientOption) (*PostStorageOosUserPrincipalAuthOK, error)

	PostStorageOpendrive(params *PostStorageOpendriveParams, opts ...ClientOption) (*PostStorageOpendriveOK, error)

	PostStoragePcloud(params *PostStoragePcloudParams, opts ...ClientOption) (*PostStoragePcloudOK, error)

	PostStoragePremiumizeme(params *PostStoragePremiumizemeParams, opts ...ClientOption) (*PostStoragePremiumizemeOK, error)

	PostStoragePutio(params *PostStoragePutioParams, opts ...ClientOption) (*PostStoragePutioOK, error)

	PostStorageQingstor(params *PostStorageQingstorParams, opts ...ClientOption) (*PostStorageQingstorOK, error)

	PostStorageS3Alibaba(params *PostStorageS3AlibabaParams, opts ...ClientOption) (*PostStorageS3AlibabaOK, error)

	PostStorageS3Arvancloud(params *PostStorageS3ArvancloudParams, opts ...ClientOption) (*PostStorageS3ArvancloudOK, error)

	PostStorageS3Aws(params *PostStorageS3AwsParams, opts ...ClientOption) (*PostStorageS3AwsOK, error)

	PostStorageS3Ceph(params *PostStorageS3CephParams, opts ...ClientOption) (*PostStorageS3CephOK, error)

	PostStorageS3Chinamobile(params *PostStorageS3ChinamobileParams, opts ...ClientOption) (*PostStorageS3ChinamobileOK, error)

	PostStorageS3Cloudflare(params *PostStorageS3CloudflareParams, opts ...ClientOption) (*PostStorageS3CloudflareOK, error)

	PostStorageS3Digitalocean(params *PostStorageS3DigitaloceanParams, opts ...ClientOption) (*PostStorageS3DigitaloceanOK, error)

	PostStorageS3Dreamhost(params *PostStorageS3DreamhostParams, opts ...ClientOption) (*PostStorageS3DreamhostOK, error)

	PostStorageS3Huaweiobs(params *PostStorageS3HuaweiobsParams, opts ...ClientOption) (*PostStorageS3HuaweiobsOK, error)

	PostStorageS3Ibmcos(params *PostStorageS3IbmcosParams, opts ...ClientOption) (*PostStorageS3IbmcosOK, error)

	PostStorageS3Idrive(params *PostStorageS3IdriveParams, opts ...ClientOption) (*PostStorageS3IdriveOK, error)

	PostStorageS3Ionos(params *PostStorageS3IonosParams, opts ...ClientOption) (*PostStorageS3IonosOK, error)

	PostStorageS3Liara(params *PostStorageS3LiaraParams, opts ...ClientOption) (*PostStorageS3LiaraOK, error)

	PostStorageS3Lyvecloud(params *PostStorageS3LyvecloudParams, opts ...ClientOption) (*PostStorageS3LyvecloudOK, error)

	PostStorageS3Minio(params *PostStorageS3MinioParams, opts ...ClientOption) (*PostStorageS3MinioOK, error)

	PostStorageS3Netease(params *PostStorageS3NeteaseParams, opts ...ClientOption) (*PostStorageS3NeteaseOK, error)

	PostStorageS3Other(params *PostStorageS3OtherParams, opts ...ClientOption) (*PostStorageS3OtherOK, error)

	PostStorageS3Qiniu(params *PostStorageS3QiniuParams, opts ...ClientOption) (*PostStorageS3QiniuOK, error)

	PostStorageS3Rackcorp(params *PostStorageS3RackcorpParams, opts ...ClientOption) (*PostStorageS3RackcorpOK, error)

	PostStorageS3Scaleway(params *PostStorageS3ScalewayParams, opts ...ClientOption) (*PostStorageS3ScalewayOK, error)

	PostStorageS3Seaweedfs(params *PostStorageS3SeaweedfsParams, opts ...ClientOption) (*PostStorageS3SeaweedfsOK, error)

	PostStorageS3Stackpath(params *PostStorageS3StackpathParams, opts ...ClientOption) (*PostStorageS3StackpathOK, error)

	PostStorageS3Storj(params *PostStorageS3StorjParams, opts ...ClientOption) (*PostStorageS3StorjOK, error)

	PostStorageS3Tencentcos(params *PostStorageS3TencentcosParams, opts ...ClientOption) (*PostStorageS3TencentcosOK, error)

	PostStorageS3Wasabi(params *PostStorageS3WasabiParams, opts ...ClientOption) (*PostStorageS3WasabiOK, error)

	PostStorageSeafile(params *PostStorageSeafileParams, opts ...ClientOption) (*PostStorageSeafileOK, error)

	PostStorageSftp(params *PostStorageSftpParams, opts ...ClientOption) (*PostStorageSftpOK, error)

	PostStorageSharefile(params *PostStorageSharefileParams, opts ...ClientOption) (*PostStorageSharefileOK, error)

	PostStorageSia(params *PostStorageSiaParams, opts ...ClientOption) (*PostStorageSiaOK, error)

	PostStorageSmb(params *PostStorageSmbParams, opts ...ClientOption) (*PostStorageSmbOK, error)

	PostStorageStorageType(params *PostStorageStorageTypeParams, opts ...ClientOption) (*PostStorageStorageTypeOK, error)

	PostStorageStorjExisting(params *PostStorageStorjExistingParams, opts ...ClientOption) (*PostStorageStorjExistingOK, error)

	PostStorageStorjNew(params *PostStorageStorjNewParams, opts ...ClientOption) (*PostStorageStorjNewOK, error)

	PostStorageSugarsync(params *PostStorageSugarsyncParams, opts ...ClientOption) (*PostStorageSugarsyncOK, error)

	PostStorageSwift(params *PostStorageSwiftParams, opts ...ClientOption) (*PostStorageSwiftOK, error)

	PostStorageUptobox(params *PostStorageUptoboxParams, opts ...ClientOption) (*PostStorageUptoboxOK, error)

	PostStorageWebdav(params *PostStorageWebdavParams, opts ...ClientOption) (*PostStorageWebdavOK, error)

	PostStorageYandex(params *PostStorageYandexParams, opts ...ClientOption) (*PostStorageYandexOK, error)

	PostStorageZoho(params *PostStorageZohoParams, opts ...ClientOption) (*PostStorageZohoOK, 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 storage API client.

type DeleteStorageNameBadRequest

type DeleteStorageNameBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewDeleteStorageNameBadRequest

func NewDeleteStorageNameBadRequest() *DeleteStorageNameBadRequest

NewDeleteStorageNameBadRequest creates a DeleteStorageNameBadRequest with default headers values

func (*DeleteStorageNameBadRequest) Code

func (o *DeleteStorageNameBadRequest) Code() int

Code gets the status code for the delete storage name bad request response

func (*DeleteStorageNameBadRequest) Error

func (*DeleteStorageNameBadRequest) GetPayload

func (*DeleteStorageNameBadRequest) IsClientError

func (o *DeleteStorageNameBadRequest) IsClientError() bool

IsClientError returns true when this delete storage name bad request response has a 4xx status code

func (*DeleteStorageNameBadRequest) IsCode

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

IsCode returns true when this delete storage name bad request response a status code equal to that given

func (*DeleteStorageNameBadRequest) IsRedirect

func (o *DeleteStorageNameBadRequest) IsRedirect() bool

IsRedirect returns true when this delete storage name bad request response has a 3xx status code

func (*DeleteStorageNameBadRequest) IsServerError

func (o *DeleteStorageNameBadRequest) IsServerError() bool

IsServerError returns true when this delete storage name bad request response has a 5xx status code

func (*DeleteStorageNameBadRequest) IsSuccess

func (o *DeleteStorageNameBadRequest) IsSuccess() bool

IsSuccess returns true when this delete storage name bad request response has a 2xx status code

func (*DeleteStorageNameBadRequest) String

func (o *DeleteStorageNameBadRequest) String() string

type DeleteStorageNameInternalServerError

type DeleteStorageNameInternalServerError struct {
	Payload *models.APIHTTPError
}

DeleteStorageNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteStorageNameInternalServerError

func NewDeleteStorageNameInternalServerError() *DeleteStorageNameInternalServerError

NewDeleteStorageNameInternalServerError creates a DeleteStorageNameInternalServerError with default headers values

func (*DeleteStorageNameInternalServerError) Code

Code gets the status code for the delete storage name internal server error response

func (*DeleteStorageNameInternalServerError) Error

func (*DeleteStorageNameInternalServerError) GetPayload

func (*DeleteStorageNameInternalServerError) IsClientError

func (o *DeleteStorageNameInternalServerError) IsClientError() bool

IsClientError returns true when this delete storage name internal server error response has a 4xx status code

func (*DeleteStorageNameInternalServerError) IsCode

IsCode returns true when this delete storage name internal server error response a status code equal to that given

func (*DeleteStorageNameInternalServerError) IsRedirect

IsRedirect returns true when this delete storage name internal server error response has a 3xx status code

func (*DeleteStorageNameInternalServerError) IsServerError

func (o *DeleteStorageNameInternalServerError) IsServerError() bool

IsServerError returns true when this delete storage name internal server error response has a 5xx status code

func (*DeleteStorageNameInternalServerError) IsSuccess

IsSuccess returns true when this delete storage name internal server error response has a 2xx status code

func (*DeleteStorageNameInternalServerError) String

type DeleteStorageNameNoContent

type DeleteStorageNameNoContent struct {
}

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

No Content

func NewDeleteStorageNameNoContent

func NewDeleteStorageNameNoContent() *DeleteStorageNameNoContent

NewDeleteStorageNameNoContent creates a DeleteStorageNameNoContent with default headers values

func (*DeleteStorageNameNoContent) Code

func (o *DeleteStorageNameNoContent) Code() int

Code gets the status code for the delete storage name no content response

func (*DeleteStorageNameNoContent) Error

func (*DeleteStorageNameNoContent) IsClientError

func (o *DeleteStorageNameNoContent) IsClientError() bool

IsClientError returns true when this delete storage name no content response has a 4xx status code

func (*DeleteStorageNameNoContent) IsCode

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

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

func (*DeleteStorageNameNoContent) IsRedirect

func (o *DeleteStorageNameNoContent) IsRedirect() bool

IsRedirect returns true when this delete storage name no content response has a 3xx status code

func (*DeleteStorageNameNoContent) IsServerError

func (o *DeleteStorageNameNoContent) IsServerError() bool

IsServerError returns true when this delete storage name no content response has a 5xx status code

func (*DeleteStorageNameNoContent) IsSuccess

func (o *DeleteStorageNameNoContent) IsSuccess() bool

IsSuccess returns true when this delete storage name no content response has a 2xx status code

func (*DeleteStorageNameNoContent) String

func (o *DeleteStorageNameNoContent) String() string

type DeleteStorageNameParams

type DeleteStorageNameParams struct {

	/* Name.

	   Storage ID or name
	*/
	Name string

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

DeleteStorageNameParams contains all the parameters to send to the API endpoint

for the delete storage name operation.

Typically these are written to a http.Request.

func NewDeleteStorageNameParams

func NewDeleteStorageNameParams() *DeleteStorageNameParams

NewDeleteStorageNameParams creates a new DeleteStorageNameParams 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 NewDeleteStorageNameParamsWithContext

func NewDeleteStorageNameParamsWithContext(ctx context.Context) *DeleteStorageNameParams

NewDeleteStorageNameParamsWithContext creates a new DeleteStorageNameParams object with the ability to set a context for a request.

func NewDeleteStorageNameParamsWithHTTPClient

func NewDeleteStorageNameParamsWithHTTPClient(client *http.Client) *DeleteStorageNameParams

NewDeleteStorageNameParamsWithHTTPClient creates a new DeleteStorageNameParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteStorageNameParamsWithTimeout

func NewDeleteStorageNameParamsWithTimeout(timeout time.Duration) *DeleteStorageNameParams

NewDeleteStorageNameParamsWithTimeout creates a new DeleteStorageNameParams object with the ability to set a timeout on a request.

func (*DeleteStorageNameParams) SetContext

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

SetContext adds the context to the delete storage name params

func (*DeleteStorageNameParams) SetDefaults

func (o *DeleteStorageNameParams) SetDefaults()

SetDefaults hydrates default values in the delete storage name params (not the query body).

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

func (*DeleteStorageNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete storage name params

func (*DeleteStorageNameParams) SetName

func (o *DeleteStorageNameParams) SetName(name string)

SetName adds the name to the delete storage name params

func (*DeleteStorageNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete storage name params

func (*DeleteStorageNameParams) WithContext

WithContext adds the context to the delete storage name params

func (*DeleteStorageNameParams) WithDefaults

WithDefaults hydrates default values in the delete storage name params (not the query body).

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

func (*DeleteStorageNameParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete storage name params

func (*DeleteStorageNameParams) WithName

WithName adds the name to the delete storage name params

func (*DeleteStorageNameParams) WithTimeout

WithTimeout adds the timeout to the delete storage name params

func (*DeleteStorageNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteStorageNameReader

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

DeleteStorageNameReader is a Reader for the DeleteStorageName structure.

func (*DeleteStorageNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStorageBadRequest

type GetStorageBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewGetStorageBadRequest

func NewGetStorageBadRequest() *GetStorageBadRequest

NewGetStorageBadRequest creates a GetStorageBadRequest with default headers values

func (*GetStorageBadRequest) Code

func (o *GetStorageBadRequest) Code() int

Code gets the status code for the get storage bad request response

func (*GetStorageBadRequest) Error

func (o *GetStorageBadRequest) Error() string

func (*GetStorageBadRequest) GetPayload

func (o *GetStorageBadRequest) GetPayload() *models.APIHTTPError

func (*GetStorageBadRequest) IsClientError

func (o *GetStorageBadRequest) IsClientError() bool

IsClientError returns true when this get storage bad request response has a 4xx status code

func (*GetStorageBadRequest) IsCode

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

IsCode returns true when this get storage bad request response a status code equal to that given

func (*GetStorageBadRequest) IsRedirect

func (o *GetStorageBadRequest) IsRedirect() bool

IsRedirect returns true when this get storage bad request response has a 3xx status code

func (*GetStorageBadRequest) IsServerError

func (o *GetStorageBadRequest) IsServerError() bool

IsServerError returns true when this get storage bad request response has a 5xx status code

func (*GetStorageBadRequest) IsSuccess

func (o *GetStorageBadRequest) IsSuccess() bool

IsSuccess returns true when this get storage bad request response has a 2xx status code

func (*GetStorageBadRequest) String

func (o *GetStorageBadRequest) String() string

type GetStorageInternalServerError

type GetStorageInternalServerError struct {
	Payload *models.APIHTTPError
}

GetStorageInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetStorageInternalServerError

func NewGetStorageInternalServerError() *GetStorageInternalServerError

NewGetStorageInternalServerError creates a GetStorageInternalServerError with default headers values

func (*GetStorageInternalServerError) Code

Code gets the status code for the get storage internal server error response

func (*GetStorageInternalServerError) Error

func (*GetStorageInternalServerError) GetPayload

func (*GetStorageInternalServerError) IsClientError

func (o *GetStorageInternalServerError) IsClientError() bool

IsClientError returns true when this get storage internal server error response has a 4xx status code

func (*GetStorageInternalServerError) IsCode

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

IsCode returns true when this get storage internal server error response a status code equal to that given

func (*GetStorageInternalServerError) IsRedirect

func (o *GetStorageInternalServerError) IsRedirect() bool

IsRedirect returns true when this get storage internal server error response has a 3xx status code

func (*GetStorageInternalServerError) IsServerError

func (o *GetStorageInternalServerError) IsServerError() bool

IsServerError returns true when this get storage internal server error response has a 5xx status code

func (*GetStorageInternalServerError) IsSuccess

func (o *GetStorageInternalServerError) IsSuccess() bool

IsSuccess returns true when this get storage internal server error response has a 2xx status code

func (*GetStorageInternalServerError) String

type GetStorageNameExplorePathBadRequest

type GetStorageNameExplorePathBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewGetStorageNameExplorePathBadRequest

func NewGetStorageNameExplorePathBadRequest() *GetStorageNameExplorePathBadRequest

NewGetStorageNameExplorePathBadRequest creates a GetStorageNameExplorePathBadRequest with default headers values

func (*GetStorageNameExplorePathBadRequest) Code

Code gets the status code for the get storage name explore path bad request response

func (*GetStorageNameExplorePathBadRequest) Error

func (*GetStorageNameExplorePathBadRequest) GetPayload

func (*GetStorageNameExplorePathBadRequest) IsClientError

func (o *GetStorageNameExplorePathBadRequest) IsClientError() bool

IsClientError returns true when this get storage name explore path bad request response has a 4xx status code

func (*GetStorageNameExplorePathBadRequest) IsCode

IsCode returns true when this get storage name explore path bad request response a status code equal to that given

func (*GetStorageNameExplorePathBadRequest) IsRedirect

func (o *GetStorageNameExplorePathBadRequest) IsRedirect() bool

IsRedirect returns true when this get storage name explore path bad request response has a 3xx status code

func (*GetStorageNameExplorePathBadRequest) IsServerError

func (o *GetStorageNameExplorePathBadRequest) IsServerError() bool

IsServerError returns true when this get storage name explore path bad request response has a 5xx status code

func (*GetStorageNameExplorePathBadRequest) IsSuccess

IsSuccess returns true when this get storage name explore path bad request response has a 2xx status code

func (*GetStorageNameExplorePathBadRequest) String

type GetStorageNameExplorePathInternalServerError

type GetStorageNameExplorePathInternalServerError struct {
	Payload *models.APIHTTPError
}

GetStorageNameExplorePathInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetStorageNameExplorePathInternalServerError

func NewGetStorageNameExplorePathInternalServerError() *GetStorageNameExplorePathInternalServerError

NewGetStorageNameExplorePathInternalServerError creates a GetStorageNameExplorePathInternalServerError with default headers values

func (*GetStorageNameExplorePathInternalServerError) Code

Code gets the status code for the get storage name explore path internal server error response

func (*GetStorageNameExplorePathInternalServerError) Error

func (*GetStorageNameExplorePathInternalServerError) GetPayload

func (*GetStorageNameExplorePathInternalServerError) IsClientError

IsClientError returns true when this get storage name explore path internal server error response has a 4xx status code

func (*GetStorageNameExplorePathInternalServerError) IsCode

IsCode returns true when this get storage name explore path internal server error response a status code equal to that given

func (*GetStorageNameExplorePathInternalServerError) IsRedirect

IsRedirect returns true when this get storage name explore path internal server error response has a 3xx status code

func (*GetStorageNameExplorePathInternalServerError) IsServerError

IsServerError returns true when this get storage name explore path internal server error response has a 5xx status code

func (*GetStorageNameExplorePathInternalServerError) IsSuccess

IsSuccess returns true when this get storage name explore path internal server error response has a 2xx status code

func (*GetStorageNameExplorePathInternalServerError) String

type GetStorageNameExplorePathOK

type GetStorageNameExplorePathOK struct {
	Payload []*models.StorageDirEntry
}

GetStorageNameExplorePathOK describes a response with status code 200, with default header values.

OK

func NewGetStorageNameExplorePathOK

func NewGetStorageNameExplorePathOK() *GetStorageNameExplorePathOK

NewGetStorageNameExplorePathOK creates a GetStorageNameExplorePathOK with default headers values

func (*GetStorageNameExplorePathOK) Code

func (o *GetStorageNameExplorePathOK) Code() int

Code gets the status code for the get storage name explore path o k response

func (*GetStorageNameExplorePathOK) Error

func (*GetStorageNameExplorePathOK) GetPayload

func (*GetStorageNameExplorePathOK) IsClientError

func (o *GetStorageNameExplorePathOK) IsClientError() bool

IsClientError returns true when this get storage name explore path o k response has a 4xx status code

func (*GetStorageNameExplorePathOK) IsCode

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

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

func (*GetStorageNameExplorePathOK) IsRedirect

func (o *GetStorageNameExplorePathOK) IsRedirect() bool

IsRedirect returns true when this get storage name explore path o k response has a 3xx status code

func (*GetStorageNameExplorePathOK) IsServerError

func (o *GetStorageNameExplorePathOK) IsServerError() bool

IsServerError returns true when this get storage name explore path o k response has a 5xx status code

func (*GetStorageNameExplorePathOK) IsSuccess

func (o *GetStorageNameExplorePathOK) IsSuccess() bool

IsSuccess returns true when this get storage name explore path o k response has a 2xx status code

func (*GetStorageNameExplorePathOK) String

func (o *GetStorageNameExplorePathOK) String() string

type GetStorageNameExplorePathParams

type GetStorageNameExplorePathParams struct {

	/* Name.

	   Storage ID or name
	*/
	Name string

	/* Path.

	   Path in the storage system to explore
	*/
	Path string

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

GetStorageNameExplorePathParams contains all the parameters to send to the API endpoint

for the get storage name explore path operation.

Typically these are written to a http.Request.

func NewGetStorageNameExplorePathParams

func NewGetStorageNameExplorePathParams() *GetStorageNameExplorePathParams

NewGetStorageNameExplorePathParams creates a new GetStorageNameExplorePathParams 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 NewGetStorageNameExplorePathParamsWithContext

func NewGetStorageNameExplorePathParamsWithContext(ctx context.Context) *GetStorageNameExplorePathParams

NewGetStorageNameExplorePathParamsWithContext creates a new GetStorageNameExplorePathParams object with the ability to set a context for a request.

func NewGetStorageNameExplorePathParamsWithHTTPClient

func NewGetStorageNameExplorePathParamsWithHTTPClient(client *http.Client) *GetStorageNameExplorePathParams

NewGetStorageNameExplorePathParamsWithHTTPClient creates a new GetStorageNameExplorePathParams object with the ability to set a custom HTTPClient for a request.

func NewGetStorageNameExplorePathParamsWithTimeout

func NewGetStorageNameExplorePathParamsWithTimeout(timeout time.Duration) *GetStorageNameExplorePathParams

NewGetStorageNameExplorePathParamsWithTimeout creates a new GetStorageNameExplorePathParams object with the ability to set a timeout on a request.

func (*GetStorageNameExplorePathParams) SetContext

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

SetContext adds the context to the get storage name explore path params

func (*GetStorageNameExplorePathParams) SetDefaults

func (o *GetStorageNameExplorePathParams) SetDefaults()

SetDefaults hydrates default values in the get storage name explore path params (not the query body).

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

func (*GetStorageNameExplorePathParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get storage name explore path params

func (*GetStorageNameExplorePathParams) SetName

func (o *GetStorageNameExplorePathParams) SetName(name string)

SetName adds the name to the get storage name explore path params

func (*GetStorageNameExplorePathParams) SetPath

func (o *GetStorageNameExplorePathParams) SetPath(path string)

SetPath adds the path to the get storage name explore path params

func (*GetStorageNameExplorePathParams) SetTimeout

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

SetTimeout adds the timeout to the get storage name explore path params

func (*GetStorageNameExplorePathParams) WithContext

WithContext adds the context to the get storage name explore path params

func (*GetStorageNameExplorePathParams) WithDefaults

WithDefaults hydrates default values in the get storage name explore path params (not the query body).

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

func (*GetStorageNameExplorePathParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get storage name explore path params

func (*GetStorageNameExplorePathParams) WithName

WithName adds the name to the get storage name explore path params

func (*GetStorageNameExplorePathParams) WithPath

WithPath adds the path to the get storage name explore path params

func (*GetStorageNameExplorePathParams) WithTimeout

WithTimeout adds the timeout to the get storage name explore path params

func (*GetStorageNameExplorePathParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStorageNameExplorePathReader

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

GetStorageNameExplorePathReader is a Reader for the GetStorageNameExplorePath structure.

func (*GetStorageNameExplorePathReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStorageOK

type GetStorageOK struct {
	Payload []*models.ModelStorage
}

GetStorageOK describes a response with status code 200, with default header values.

OK

func NewGetStorageOK

func NewGetStorageOK() *GetStorageOK

NewGetStorageOK creates a GetStorageOK with default headers values

func (*GetStorageOK) Code

func (o *GetStorageOK) Code() int

Code gets the status code for the get storage o k response

func (*GetStorageOK) Error

func (o *GetStorageOK) Error() string

func (*GetStorageOK) GetPayload

func (o *GetStorageOK) GetPayload() []*models.ModelStorage

func (*GetStorageOK) IsClientError

func (o *GetStorageOK) IsClientError() bool

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

func (*GetStorageOK) IsCode

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

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

func (*GetStorageOK) IsRedirect

func (o *GetStorageOK) IsRedirect() bool

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

func (*GetStorageOK) IsServerError

func (o *GetStorageOK) IsServerError() bool

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

func (*GetStorageOK) IsSuccess

func (o *GetStorageOK) IsSuccess() bool

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

func (*GetStorageOK) String

func (o *GetStorageOK) String() string

type GetStorageParams

type GetStorageParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetStorageParams contains all the parameters to send to the API endpoint

for the get storage operation.

Typically these are written to a http.Request.

func NewGetStorageParams

func NewGetStorageParams() *GetStorageParams

NewGetStorageParams creates a new GetStorageParams 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 NewGetStorageParamsWithContext

func NewGetStorageParamsWithContext(ctx context.Context) *GetStorageParams

NewGetStorageParamsWithContext creates a new GetStorageParams object with the ability to set a context for a request.

func NewGetStorageParamsWithHTTPClient

func NewGetStorageParamsWithHTTPClient(client *http.Client) *GetStorageParams

NewGetStorageParamsWithHTTPClient creates a new GetStorageParams object with the ability to set a custom HTTPClient for a request.

func NewGetStorageParamsWithTimeout

func NewGetStorageParamsWithTimeout(timeout time.Duration) *GetStorageParams

NewGetStorageParamsWithTimeout creates a new GetStorageParams object with the ability to set a timeout on a request.

func (*GetStorageParams) SetContext

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

SetContext adds the context to the get storage params

func (*GetStorageParams) SetDefaults

func (o *GetStorageParams) SetDefaults()

SetDefaults hydrates default values in the get storage params (not the query body).

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

func (*GetStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get storage params

func (*GetStorageParams) SetTimeout

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

SetTimeout adds the timeout to the get storage params

func (*GetStorageParams) WithContext

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

WithContext adds the context to the get storage params

func (*GetStorageParams) WithDefaults

func (o *GetStorageParams) WithDefaults() *GetStorageParams

WithDefaults hydrates default values in the get storage params (not the query body).

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

func (*GetStorageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get storage params

func (*GetStorageParams) WithTimeout

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

WithTimeout adds the timeout to the get storage params

func (*GetStorageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetStorageReader

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

GetStorageReader is a Reader for the GetStorage structure.

func (*GetStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchStorageNameBadRequest

type PatchStorageNameBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPatchStorageNameBadRequest

func NewPatchStorageNameBadRequest() *PatchStorageNameBadRequest

NewPatchStorageNameBadRequest creates a PatchStorageNameBadRequest with default headers values

func (*PatchStorageNameBadRequest) Code

func (o *PatchStorageNameBadRequest) Code() int

Code gets the status code for the patch storage name bad request response

func (*PatchStorageNameBadRequest) Error

func (*PatchStorageNameBadRequest) GetPayload

func (*PatchStorageNameBadRequest) IsClientError

func (o *PatchStorageNameBadRequest) IsClientError() bool

IsClientError returns true when this patch storage name bad request response has a 4xx status code

func (*PatchStorageNameBadRequest) IsCode

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

IsCode returns true when this patch storage name bad request response a status code equal to that given

func (*PatchStorageNameBadRequest) IsRedirect

func (o *PatchStorageNameBadRequest) IsRedirect() bool

IsRedirect returns true when this patch storage name bad request response has a 3xx status code

func (*PatchStorageNameBadRequest) IsServerError

func (o *PatchStorageNameBadRequest) IsServerError() bool

IsServerError returns true when this patch storage name bad request response has a 5xx status code

func (*PatchStorageNameBadRequest) IsSuccess

func (o *PatchStorageNameBadRequest) IsSuccess() bool

IsSuccess returns true when this patch storage name bad request response has a 2xx status code

func (*PatchStorageNameBadRequest) String

func (o *PatchStorageNameBadRequest) String() string

type PatchStorageNameInternalServerError

type PatchStorageNameInternalServerError struct {
	Payload *models.APIHTTPError
}

PatchStorageNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchStorageNameInternalServerError

func NewPatchStorageNameInternalServerError() *PatchStorageNameInternalServerError

NewPatchStorageNameInternalServerError creates a PatchStorageNameInternalServerError with default headers values

func (*PatchStorageNameInternalServerError) Code

Code gets the status code for the patch storage name internal server error response

func (*PatchStorageNameInternalServerError) Error

func (*PatchStorageNameInternalServerError) GetPayload

func (*PatchStorageNameInternalServerError) IsClientError

func (o *PatchStorageNameInternalServerError) IsClientError() bool

IsClientError returns true when this patch storage name internal server error response has a 4xx status code

func (*PatchStorageNameInternalServerError) IsCode

IsCode returns true when this patch storage name internal server error response a status code equal to that given

func (*PatchStorageNameInternalServerError) IsRedirect

func (o *PatchStorageNameInternalServerError) IsRedirect() bool

IsRedirect returns true when this patch storage name internal server error response has a 3xx status code

func (*PatchStorageNameInternalServerError) IsServerError

func (o *PatchStorageNameInternalServerError) IsServerError() bool

IsServerError returns true when this patch storage name internal server error response has a 5xx status code

func (*PatchStorageNameInternalServerError) IsSuccess

IsSuccess returns true when this patch storage name internal server error response has a 2xx status code

func (*PatchStorageNameInternalServerError) String

type PatchStorageNameOK

type PatchStorageNameOK struct {
	Payload *models.ModelStorage
}

PatchStorageNameOK describes a response with status code 200, with default header values.

OK

func NewPatchStorageNameOK

func NewPatchStorageNameOK() *PatchStorageNameOK

NewPatchStorageNameOK creates a PatchStorageNameOK with default headers values

func (*PatchStorageNameOK) Code

func (o *PatchStorageNameOK) Code() int

Code gets the status code for the patch storage name o k response

func (*PatchStorageNameOK) Error

func (o *PatchStorageNameOK) Error() string

func (*PatchStorageNameOK) GetPayload

func (o *PatchStorageNameOK) GetPayload() *models.ModelStorage

func (*PatchStorageNameOK) IsClientError

func (o *PatchStorageNameOK) IsClientError() bool

IsClientError returns true when this patch storage name o k response has a 4xx status code

func (*PatchStorageNameOK) IsCode

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

IsCode returns true when this patch storage name o k response a status code equal to that given

func (*PatchStorageNameOK) IsRedirect

func (o *PatchStorageNameOK) IsRedirect() bool

IsRedirect returns true when this patch storage name o k response has a 3xx status code

func (*PatchStorageNameOK) IsServerError

func (o *PatchStorageNameOK) IsServerError() bool

IsServerError returns true when this patch storage name o k response has a 5xx status code

func (*PatchStorageNameOK) IsSuccess

func (o *PatchStorageNameOK) IsSuccess() bool

IsSuccess returns true when this patch storage name o k response has a 2xx status code

func (*PatchStorageNameOK) String

func (o *PatchStorageNameOK) String() string

type PatchStorageNameParams

type PatchStorageNameParams struct {

	/* Config.

	   Configuration
	*/
	Config interface{}

	/* Name.

	   Storage ID or name
	*/
	Name string

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

PatchStorageNameParams contains all the parameters to send to the API endpoint

for the patch storage name operation.

Typically these are written to a http.Request.

func NewPatchStorageNameParams

func NewPatchStorageNameParams() *PatchStorageNameParams

NewPatchStorageNameParams creates a new PatchStorageNameParams 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 NewPatchStorageNameParamsWithContext

func NewPatchStorageNameParamsWithContext(ctx context.Context) *PatchStorageNameParams

NewPatchStorageNameParamsWithContext creates a new PatchStorageNameParams object with the ability to set a context for a request.

func NewPatchStorageNameParamsWithHTTPClient

func NewPatchStorageNameParamsWithHTTPClient(client *http.Client) *PatchStorageNameParams

NewPatchStorageNameParamsWithHTTPClient creates a new PatchStorageNameParams object with the ability to set a custom HTTPClient for a request.

func NewPatchStorageNameParamsWithTimeout

func NewPatchStorageNameParamsWithTimeout(timeout time.Duration) *PatchStorageNameParams

NewPatchStorageNameParamsWithTimeout creates a new PatchStorageNameParams object with the ability to set a timeout on a request.

func (*PatchStorageNameParams) SetConfig

func (o *PatchStorageNameParams) SetConfig(config interface{})

SetConfig adds the config to the patch storage name params

func (*PatchStorageNameParams) SetContext

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

SetContext adds the context to the patch storage name params

func (*PatchStorageNameParams) SetDefaults

func (o *PatchStorageNameParams) SetDefaults()

SetDefaults hydrates default values in the patch storage name params (not the query body).

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

func (*PatchStorageNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch storage name params

func (*PatchStorageNameParams) SetName

func (o *PatchStorageNameParams) SetName(name string)

SetName adds the name to the patch storage name params

func (*PatchStorageNameParams) SetTimeout

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

SetTimeout adds the timeout to the patch storage name params

func (*PatchStorageNameParams) WithConfig

func (o *PatchStorageNameParams) WithConfig(config interface{}) *PatchStorageNameParams

WithConfig adds the config to the patch storage name params

func (*PatchStorageNameParams) WithContext

WithContext adds the context to the patch storage name params

func (*PatchStorageNameParams) WithDefaults

WithDefaults hydrates default values in the patch storage name params (not the query body).

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

func (*PatchStorageNameParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch storage name params

func (*PatchStorageNameParams) WithName

WithName adds the name to the patch storage name params

func (*PatchStorageNameParams) WithTimeout

WithTimeout adds the timeout to the patch storage name params

func (*PatchStorageNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchStorageNameReader

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

PatchStorageNameReader is a Reader for the PatchStorageName structure.

func (*PatchStorageNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageAcdBadRequest

type PostStorageAcdBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageAcdBadRequest

func NewPostStorageAcdBadRequest() *PostStorageAcdBadRequest

NewPostStorageAcdBadRequest creates a PostStorageAcdBadRequest with default headers values

func (*PostStorageAcdBadRequest) Code

func (o *PostStorageAcdBadRequest) Code() int

Code gets the status code for the post storage acd bad request response

func (*PostStorageAcdBadRequest) Error

func (o *PostStorageAcdBadRequest) Error() string

func (*PostStorageAcdBadRequest) GetPayload

func (o *PostStorageAcdBadRequest) GetPayload() *models.APIHTTPError

func (*PostStorageAcdBadRequest) IsClientError

func (o *PostStorageAcdBadRequest) IsClientError() bool

IsClientError returns true when this post storage acd bad request response has a 4xx status code

func (*PostStorageAcdBadRequest) IsCode

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

IsCode returns true when this post storage acd bad request response a status code equal to that given

func (*PostStorageAcdBadRequest) IsRedirect

func (o *PostStorageAcdBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage acd bad request response has a 3xx status code

func (*PostStorageAcdBadRequest) IsServerError

func (o *PostStorageAcdBadRequest) IsServerError() bool

IsServerError returns true when this post storage acd bad request response has a 5xx status code

func (*PostStorageAcdBadRequest) IsSuccess

func (o *PostStorageAcdBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage acd bad request response has a 2xx status code

func (*PostStorageAcdBadRequest) String

func (o *PostStorageAcdBadRequest) String() string

type PostStorageAcdInternalServerError

type PostStorageAcdInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageAcdInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageAcdInternalServerError

func NewPostStorageAcdInternalServerError() *PostStorageAcdInternalServerError

NewPostStorageAcdInternalServerError creates a PostStorageAcdInternalServerError with default headers values

func (*PostStorageAcdInternalServerError) Code

Code gets the status code for the post storage acd internal server error response

func (*PostStorageAcdInternalServerError) Error

func (*PostStorageAcdInternalServerError) GetPayload

func (*PostStorageAcdInternalServerError) IsClientError

func (o *PostStorageAcdInternalServerError) IsClientError() bool

IsClientError returns true when this post storage acd internal server error response has a 4xx status code

func (*PostStorageAcdInternalServerError) IsCode

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

IsCode returns true when this post storage acd internal server error response a status code equal to that given

func (*PostStorageAcdInternalServerError) IsRedirect

func (o *PostStorageAcdInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage acd internal server error response has a 3xx status code

func (*PostStorageAcdInternalServerError) IsServerError

func (o *PostStorageAcdInternalServerError) IsServerError() bool

IsServerError returns true when this post storage acd internal server error response has a 5xx status code

func (*PostStorageAcdInternalServerError) IsSuccess

func (o *PostStorageAcdInternalServerError) IsSuccess() bool

IsSuccess returns true when this post storage acd internal server error response has a 2xx status code

func (*PostStorageAcdInternalServerError) String

type PostStorageAcdOK

type PostStorageAcdOK struct {
	Payload *models.ModelStorage
}

PostStorageAcdOK describes a response with status code 200, with default header values.

OK

func NewPostStorageAcdOK

func NewPostStorageAcdOK() *PostStorageAcdOK

NewPostStorageAcdOK creates a PostStorageAcdOK with default headers values

func (*PostStorageAcdOK) Code

func (o *PostStorageAcdOK) Code() int

Code gets the status code for the post storage acd o k response

func (*PostStorageAcdOK) Error

func (o *PostStorageAcdOK) Error() string

func (*PostStorageAcdOK) GetPayload

func (o *PostStorageAcdOK) GetPayload() *models.ModelStorage

func (*PostStorageAcdOK) IsClientError

func (o *PostStorageAcdOK) IsClientError() bool

IsClientError returns true when this post storage acd o k response has a 4xx status code

func (*PostStorageAcdOK) IsCode

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

IsCode returns true when this post storage acd o k response a status code equal to that given

func (*PostStorageAcdOK) IsRedirect

func (o *PostStorageAcdOK) IsRedirect() bool

IsRedirect returns true when this post storage acd o k response has a 3xx status code

func (*PostStorageAcdOK) IsServerError

func (o *PostStorageAcdOK) IsServerError() bool

IsServerError returns true when this post storage acd o k response has a 5xx status code

func (*PostStorageAcdOK) IsSuccess

func (o *PostStorageAcdOK) IsSuccess() bool

IsSuccess returns true when this post storage acd o k response has a 2xx status code

func (*PostStorageAcdOK) String

func (o *PostStorageAcdOK) String() string

type PostStorageAcdParams

type PostStorageAcdParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateAcdStorageRequest

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

PostStorageAcdParams contains all the parameters to send to the API endpoint

for the post storage acd operation.

Typically these are written to a http.Request.

func NewPostStorageAcdParams

func NewPostStorageAcdParams() *PostStorageAcdParams

NewPostStorageAcdParams creates a new PostStorageAcdParams 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 NewPostStorageAcdParamsWithContext

func NewPostStorageAcdParamsWithContext(ctx context.Context) *PostStorageAcdParams

NewPostStorageAcdParamsWithContext creates a new PostStorageAcdParams object with the ability to set a context for a request.

func NewPostStorageAcdParamsWithHTTPClient

func NewPostStorageAcdParamsWithHTTPClient(client *http.Client) *PostStorageAcdParams

NewPostStorageAcdParamsWithHTTPClient creates a new PostStorageAcdParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageAcdParamsWithTimeout

func NewPostStorageAcdParamsWithTimeout(timeout time.Duration) *PostStorageAcdParams

NewPostStorageAcdParamsWithTimeout creates a new PostStorageAcdParams object with the ability to set a timeout on a request.

func (*PostStorageAcdParams) SetContext

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

SetContext adds the context to the post storage acd params

func (*PostStorageAcdParams) SetDefaults

func (o *PostStorageAcdParams) SetDefaults()

SetDefaults hydrates default values in the post storage acd params (not the query body).

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

func (*PostStorageAcdParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage acd params

func (*PostStorageAcdParams) SetRequest

SetRequest adds the request to the post storage acd params

func (*PostStorageAcdParams) SetTimeout

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

SetTimeout adds the timeout to the post storage acd params

func (*PostStorageAcdParams) WithContext

WithContext adds the context to the post storage acd params

func (*PostStorageAcdParams) WithDefaults

func (o *PostStorageAcdParams) WithDefaults() *PostStorageAcdParams

WithDefaults hydrates default values in the post storage acd params (not the query body).

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

func (*PostStorageAcdParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage acd params

func (*PostStorageAcdParams) WithRequest

WithRequest adds the request to the post storage acd params

func (*PostStorageAcdParams) WithTimeout

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

WithTimeout adds the timeout to the post storage acd params

func (*PostStorageAcdParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageAcdReader

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

PostStorageAcdReader is a Reader for the PostStorageAcd structure.

func (*PostStorageAcdReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageAzureblobBadRequest

type PostStorageAzureblobBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageAzureblobBadRequest

func NewPostStorageAzureblobBadRequest() *PostStorageAzureblobBadRequest

NewPostStorageAzureblobBadRequest creates a PostStorageAzureblobBadRequest with default headers values

func (*PostStorageAzureblobBadRequest) Code

Code gets the status code for the post storage azureblob bad request response

func (*PostStorageAzureblobBadRequest) Error

func (*PostStorageAzureblobBadRequest) GetPayload

func (*PostStorageAzureblobBadRequest) IsClientError

func (o *PostStorageAzureblobBadRequest) IsClientError() bool

IsClientError returns true when this post storage azureblob bad request response has a 4xx status code

func (*PostStorageAzureblobBadRequest) IsCode

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

IsCode returns true when this post storage azureblob bad request response a status code equal to that given

func (*PostStorageAzureblobBadRequest) IsRedirect

func (o *PostStorageAzureblobBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage azureblob bad request response has a 3xx status code

func (*PostStorageAzureblobBadRequest) IsServerError

func (o *PostStorageAzureblobBadRequest) IsServerError() bool

IsServerError returns true when this post storage azureblob bad request response has a 5xx status code

func (*PostStorageAzureblobBadRequest) IsSuccess

func (o *PostStorageAzureblobBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage azureblob bad request response has a 2xx status code

func (*PostStorageAzureblobBadRequest) String

type PostStorageAzureblobInternalServerError

type PostStorageAzureblobInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageAzureblobInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageAzureblobInternalServerError

func NewPostStorageAzureblobInternalServerError() *PostStorageAzureblobInternalServerError

NewPostStorageAzureblobInternalServerError creates a PostStorageAzureblobInternalServerError with default headers values

func (*PostStorageAzureblobInternalServerError) Code

Code gets the status code for the post storage azureblob internal server error response

func (*PostStorageAzureblobInternalServerError) Error

func (*PostStorageAzureblobInternalServerError) GetPayload

func (*PostStorageAzureblobInternalServerError) IsClientError

func (o *PostStorageAzureblobInternalServerError) IsClientError() bool

IsClientError returns true when this post storage azureblob internal server error response has a 4xx status code

func (*PostStorageAzureblobInternalServerError) IsCode

IsCode returns true when this post storage azureblob internal server error response a status code equal to that given

func (*PostStorageAzureblobInternalServerError) IsRedirect

IsRedirect returns true when this post storage azureblob internal server error response has a 3xx status code

func (*PostStorageAzureblobInternalServerError) IsServerError

func (o *PostStorageAzureblobInternalServerError) IsServerError() bool

IsServerError returns true when this post storage azureblob internal server error response has a 5xx status code

func (*PostStorageAzureblobInternalServerError) IsSuccess

IsSuccess returns true when this post storage azureblob internal server error response has a 2xx status code

func (*PostStorageAzureblobInternalServerError) String

type PostStorageAzureblobOK

type PostStorageAzureblobOK struct {
	Payload *models.ModelStorage
}

PostStorageAzureblobOK describes a response with status code 200, with default header values.

OK

func NewPostStorageAzureblobOK

func NewPostStorageAzureblobOK() *PostStorageAzureblobOK

NewPostStorageAzureblobOK creates a PostStorageAzureblobOK with default headers values

func (*PostStorageAzureblobOK) Code

func (o *PostStorageAzureblobOK) Code() int

Code gets the status code for the post storage azureblob o k response

func (*PostStorageAzureblobOK) Error

func (o *PostStorageAzureblobOK) Error() string

func (*PostStorageAzureblobOK) GetPayload

func (o *PostStorageAzureblobOK) GetPayload() *models.ModelStorage

func (*PostStorageAzureblobOK) IsClientError

func (o *PostStorageAzureblobOK) IsClientError() bool

IsClientError returns true when this post storage azureblob o k response has a 4xx status code

func (*PostStorageAzureblobOK) IsCode

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

IsCode returns true when this post storage azureblob o k response a status code equal to that given

func (*PostStorageAzureblobOK) IsRedirect

func (o *PostStorageAzureblobOK) IsRedirect() bool

IsRedirect returns true when this post storage azureblob o k response has a 3xx status code

func (*PostStorageAzureblobOK) IsServerError

func (o *PostStorageAzureblobOK) IsServerError() bool

IsServerError returns true when this post storage azureblob o k response has a 5xx status code

func (*PostStorageAzureblobOK) IsSuccess

func (o *PostStorageAzureblobOK) IsSuccess() bool

IsSuccess returns true when this post storage azureblob o k response has a 2xx status code

func (*PostStorageAzureblobOK) String

func (o *PostStorageAzureblobOK) String() string

type PostStorageAzureblobParams

type PostStorageAzureblobParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateAzureblobStorageRequest

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

PostStorageAzureblobParams contains all the parameters to send to the API endpoint

for the post storage azureblob operation.

Typically these are written to a http.Request.

func NewPostStorageAzureblobParams

func NewPostStorageAzureblobParams() *PostStorageAzureblobParams

NewPostStorageAzureblobParams creates a new PostStorageAzureblobParams 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 NewPostStorageAzureblobParamsWithContext

func NewPostStorageAzureblobParamsWithContext(ctx context.Context) *PostStorageAzureblobParams

NewPostStorageAzureblobParamsWithContext creates a new PostStorageAzureblobParams object with the ability to set a context for a request.

func NewPostStorageAzureblobParamsWithHTTPClient

func NewPostStorageAzureblobParamsWithHTTPClient(client *http.Client) *PostStorageAzureblobParams

NewPostStorageAzureblobParamsWithHTTPClient creates a new PostStorageAzureblobParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageAzureblobParamsWithTimeout

func NewPostStorageAzureblobParamsWithTimeout(timeout time.Duration) *PostStorageAzureblobParams

NewPostStorageAzureblobParamsWithTimeout creates a new PostStorageAzureblobParams object with the ability to set a timeout on a request.

func (*PostStorageAzureblobParams) SetContext

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

SetContext adds the context to the post storage azureblob params

func (*PostStorageAzureblobParams) SetDefaults

func (o *PostStorageAzureblobParams) SetDefaults()

SetDefaults hydrates default values in the post storage azureblob params (not the query body).

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

func (*PostStorageAzureblobParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage azureblob params

func (*PostStorageAzureblobParams) SetRequest

SetRequest adds the request to the post storage azureblob params

func (*PostStorageAzureblobParams) SetTimeout

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

SetTimeout adds the timeout to the post storage azureblob params

func (*PostStorageAzureblobParams) WithContext

WithContext adds the context to the post storage azureblob params

func (*PostStorageAzureblobParams) WithDefaults

WithDefaults hydrates default values in the post storage azureblob params (not the query body).

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

func (*PostStorageAzureblobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage azureblob params

func (*PostStorageAzureblobParams) WithRequest

WithRequest adds the request to the post storage azureblob params

func (*PostStorageAzureblobParams) WithTimeout

WithTimeout adds the timeout to the post storage azureblob params

func (*PostStorageAzureblobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageAzureblobReader

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

PostStorageAzureblobReader is a Reader for the PostStorageAzureblob structure.

func (*PostStorageAzureblobReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageB2BadRequest

type PostStorageB2BadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageB2BadRequest

func NewPostStorageB2BadRequest() *PostStorageB2BadRequest

NewPostStorageB2BadRequest creates a PostStorageB2BadRequest with default headers values

func (*PostStorageB2BadRequest) Code

func (o *PostStorageB2BadRequest) Code() int

Code gets the status code for the post storage b2 bad request response

func (*PostStorageB2BadRequest) Error

func (o *PostStorageB2BadRequest) Error() string

func (*PostStorageB2BadRequest) GetPayload

func (o *PostStorageB2BadRequest) GetPayload() *models.APIHTTPError

func (*PostStorageB2BadRequest) IsClientError

func (o *PostStorageB2BadRequest) IsClientError() bool

IsClientError returns true when this post storage b2 bad request response has a 4xx status code

func (*PostStorageB2BadRequest) IsCode

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

IsCode returns true when this post storage b2 bad request response a status code equal to that given

func (*PostStorageB2BadRequest) IsRedirect

func (o *PostStorageB2BadRequest) IsRedirect() bool

IsRedirect returns true when this post storage b2 bad request response has a 3xx status code

func (*PostStorageB2BadRequest) IsServerError

func (o *PostStorageB2BadRequest) IsServerError() bool

IsServerError returns true when this post storage b2 bad request response has a 5xx status code

func (*PostStorageB2BadRequest) IsSuccess

func (o *PostStorageB2BadRequest) IsSuccess() bool

IsSuccess returns true when this post storage b2 bad request response has a 2xx status code

func (*PostStorageB2BadRequest) String

func (o *PostStorageB2BadRequest) String() string

type PostStorageB2InternalServerError

type PostStorageB2InternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageB2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageB2InternalServerError

func NewPostStorageB2InternalServerError() *PostStorageB2InternalServerError

NewPostStorageB2InternalServerError creates a PostStorageB2InternalServerError with default headers values

func (*PostStorageB2InternalServerError) Code

Code gets the status code for the post storage b2 internal server error response

func (*PostStorageB2InternalServerError) Error

func (*PostStorageB2InternalServerError) GetPayload

func (*PostStorageB2InternalServerError) IsClientError

func (o *PostStorageB2InternalServerError) IsClientError() bool

IsClientError returns true when this post storage b2 internal server error response has a 4xx status code

func (*PostStorageB2InternalServerError) IsCode

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

IsCode returns true when this post storage b2 internal server error response a status code equal to that given

func (*PostStorageB2InternalServerError) IsRedirect

func (o *PostStorageB2InternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage b2 internal server error response has a 3xx status code

func (*PostStorageB2InternalServerError) IsServerError

func (o *PostStorageB2InternalServerError) IsServerError() bool

IsServerError returns true when this post storage b2 internal server error response has a 5xx status code

func (*PostStorageB2InternalServerError) IsSuccess

func (o *PostStorageB2InternalServerError) IsSuccess() bool

IsSuccess returns true when this post storage b2 internal server error response has a 2xx status code

func (*PostStorageB2InternalServerError) String

type PostStorageB2OK

type PostStorageB2OK struct {
	Payload *models.ModelStorage
}

PostStorageB2OK describes a response with status code 200, with default header values.

OK

func NewPostStorageB2OK

func NewPostStorageB2OK() *PostStorageB2OK

NewPostStorageB2OK creates a PostStorageB2OK with default headers values

func (*PostStorageB2OK) Code

func (o *PostStorageB2OK) Code() int

Code gets the status code for the post storage b2 o k response

func (*PostStorageB2OK) Error

func (o *PostStorageB2OK) Error() string

func (*PostStorageB2OK) GetPayload

func (o *PostStorageB2OK) GetPayload() *models.ModelStorage

func (*PostStorageB2OK) IsClientError

func (o *PostStorageB2OK) IsClientError() bool

IsClientError returns true when this post storage b2 o k response has a 4xx status code

func (*PostStorageB2OK) IsCode

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

IsCode returns true when this post storage b2 o k response a status code equal to that given

func (*PostStorageB2OK) IsRedirect

func (o *PostStorageB2OK) IsRedirect() bool

IsRedirect returns true when this post storage b2 o k response has a 3xx status code

func (*PostStorageB2OK) IsServerError

func (o *PostStorageB2OK) IsServerError() bool

IsServerError returns true when this post storage b2 o k response has a 5xx status code

func (*PostStorageB2OK) IsSuccess

func (o *PostStorageB2OK) IsSuccess() bool

IsSuccess returns true when this post storage b2 o k response has a 2xx status code

func (*PostStorageB2OK) String

func (o *PostStorageB2OK) String() string

type PostStorageB2Params

type PostStorageB2Params struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateB2StorageRequest

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

PostStorageB2Params contains all the parameters to send to the API endpoint

for the post storage b2 operation.

Typically these are written to a http.Request.

func NewPostStorageB2Params

func NewPostStorageB2Params() *PostStorageB2Params

NewPostStorageB2Params creates a new PostStorageB2Params 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 NewPostStorageB2ParamsWithContext

func NewPostStorageB2ParamsWithContext(ctx context.Context) *PostStorageB2Params

NewPostStorageB2ParamsWithContext creates a new PostStorageB2Params object with the ability to set a context for a request.

func NewPostStorageB2ParamsWithHTTPClient

func NewPostStorageB2ParamsWithHTTPClient(client *http.Client) *PostStorageB2Params

NewPostStorageB2ParamsWithHTTPClient creates a new PostStorageB2Params object with the ability to set a custom HTTPClient for a request.

func NewPostStorageB2ParamsWithTimeout

func NewPostStorageB2ParamsWithTimeout(timeout time.Duration) *PostStorageB2Params

NewPostStorageB2ParamsWithTimeout creates a new PostStorageB2Params object with the ability to set a timeout on a request.

func (*PostStorageB2Params) SetContext

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

SetContext adds the context to the post storage b2 params

func (*PostStorageB2Params) SetDefaults

func (o *PostStorageB2Params) SetDefaults()

SetDefaults hydrates default values in the post storage b2 params (not the query body).

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

func (*PostStorageB2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage b2 params

func (*PostStorageB2Params) SetRequest

SetRequest adds the request to the post storage b2 params

func (*PostStorageB2Params) SetTimeout

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

SetTimeout adds the timeout to the post storage b2 params

func (*PostStorageB2Params) WithContext

WithContext adds the context to the post storage b2 params

func (*PostStorageB2Params) WithDefaults

func (o *PostStorageB2Params) WithDefaults() *PostStorageB2Params

WithDefaults hydrates default values in the post storage b2 params (not the query body).

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

func (*PostStorageB2Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage b2 params

func (*PostStorageB2Params) WithRequest

WithRequest adds the request to the post storage b2 params

func (*PostStorageB2Params) WithTimeout

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

WithTimeout adds the timeout to the post storage b2 params

func (*PostStorageB2Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageB2Reader

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

PostStorageB2Reader is a Reader for the PostStorageB2 structure.

func (*PostStorageB2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageBoxBadRequest

type PostStorageBoxBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageBoxBadRequest

func NewPostStorageBoxBadRequest() *PostStorageBoxBadRequest

NewPostStorageBoxBadRequest creates a PostStorageBoxBadRequest with default headers values

func (*PostStorageBoxBadRequest) Code

func (o *PostStorageBoxBadRequest) Code() int

Code gets the status code for the post storage box bad request response

func (*PostStorageBoxBadRequest) Error

func (o *PostStorageBoxBadRequest) Error() string

func (*PostStorageBoxBadRequest) GetPayload

func (o *PostStorageBoxBadRequest) GetPayload() *models.APIHTTPError

func (*PostStorageBoxBadRequest) IsClientError

func (o *PostStorageBoxBadRequest) IsClientError() bool

IsClientError returns true when this post storage box bad request response has a 4xx status code

func (*PostStorageBoxBadRequest) IsCode

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

IsCode returns true when this post storage box bad request response a status code equal to that given

func (*PostStorageBoxBadRequest) IsRedirect

func (o *PostStorageBoxBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage box bad request response has a 3xx status code

func (*PostStorageBoxBadRequest) IsServerError

func (o *PostStorageBoxBadRequest) IsServerError() bool

IsServerError returns true when this post storage box bad request response has a 5xx status code

func (*PostStorageBoxBadRequest) IsSuccess

func (o *PostStorageBoxBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage box bad request response has a 2xx status code

func (*PostStorageBoxBadRequest) String

func (o *PostStorageBoxBadRequest) String() string

type PostStorageBoxInternalServerError

type PostStorageBoxInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageBoxInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageBoxInternalServerError

func NewPostStorageBoxInternalServerError() *PostStorageBoxInternalServerError

NewPostStorageBoxInternalServerError creates a PostStorageBoxInternalServerError with default headers values

func (*PostStorageBoxInternalServerError) Code

Code gets the status code for the post storage box internal server error response

func (*PostStorageBoxInternalServerError) Error

func (*PostStorageBoxInternalServerError) GetPayload

func (*PostStorageBoxInternalServerError) IsClientError

func (o *PostStorageBoxInternalServerError) IsClientError() bool

IsClientError returns true when this post storage box internal server error response has a 4xx status code

func (*PostStorageBoxInternalServerError) IsCode

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

IsCode returns true when this post storage box internal server error response a status code equal to that given

func (*PostStorageBoxInternalServerError) IsRedirect

func (o *PostStorageBoxInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage box internal server error response has a 3xx status code

func (*PostStorageBoxInternalServerError) IsServerError

func (o *PostStorageBoxInternalServerError) IsServerError() bool

IsServerError returns true when this post storage box internal server error response has a 5xx status code

func (*PostStorageBoxInternalServerError) IsSuccess

func (o *PostStorageBoxInternalServerError) IsSuccess() bool

IsSuccess returns true when this post storage box internal server error response has a 2xx status code

func (*PostStorageBoxInternalServerError) String

type PostStorageBoxOK

type PostStorageBoxOK struct {
	Payload *models.ModelStorage
}

PostStorageBoxOK describes a response with status code 200, with default header values.

OK

func NewPostStorageBoxOK

func NewPostStorageBoxOK() *PostStorageBoxOK

NewPostStorageBoxOK creates a PostStorageBoxOK with default headers values

func (*PostStorageBoxOK) Code

func (o *PostStorageBoxOK) Code() int

Code gets the status code for the post storage box o k response

func (*PostStorageBoxOK) Error

func (o *PostStorageBoxOK) Error() string

func (*PostStorageBoxOK) GetPayload

func (o *PostStorageBoxOK) GetPayload() *models.ModelStorage

func (*PostStorageBoxOK) IsClientError

func (o *PostStorageBoxOK) IsClientError() bool

IsClientError returns true when this post storage box o k response has a 4xx status code

func (*PostStorageBoxOK) IsCode

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

IsCode returns true when this post storage box o k response a status code equal to that given

func (*PostStorageBoxOK) IsRedirect

func (o *PostStorageBoxOK) IsRedirect() bool

IsRedirect returns true when this post storage box o k response has a 3xx status code

func (*PostStorageBoxOK) IsServerError

func (o *PostStorageBoxOK) IsServerError() bool

IsServerError returns true when this post storage box o k response has a 5xx status code

func (*PostStorageBoxOK) IsSuccess

func (o *PostStorageBoxOK) IsSuccess() bool

IsSuccess returns true when this post storage box o k response has a 2xx status code

func (*PostStorageBoxOK) String

func (o *PostStorageBoxOK) String() string

type PostStorageBoxParams

type PostStorageBoxParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateBoxStorageRequest

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

PostStorageBoxParams contains all the parameters to send to the API endpoint

for the post storage box operation.

Typically these are written to a http.Request.

func NewPostStorageBoxParams

func NewPostStorageBoxParams() *PostStorageBoxParams

NewPostStorageBoxParams creates a new PostStorageBoxParams 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 NewPostStorageBoxParamsWithContext

func NewPostStorageBoxParamsWithContext(ctx context.Context) *PostStorageBoxParams

NewPostStorageBoxParamsWithContext creates a new PostStorageBoxParams object with the ability to set a context for a request.

func NewPostStorageBoxParamsWithHTTPClient

func NewPostStorageBoxParamsWithHTTPClient(client *http.Client) *PostStorageBoxParams

NewPostStorageBoxParamsWithHTTPClient creates a new PostStorageBoxParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageBoxParamsWithTimeout

func NewPostStorageBoxParamsWithTimeout(timeout time.Duration) *PostStorageBoxParams

NewPostStorageBoxParamsWithTimeout creates a new PostStorageBoxParams object with the ability to set a timeout on a request.

func (*PostStorageBoxParams) SetContext

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

SetContext adds the context to the post storage box params

func (*PostStorageBoxParams) SetDefaults

func (o *PostStorageBoxParams) SetDefaults()

SetDefaults hydrates default values in the post storage box params (not the query body).

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

func (*PostStorageBoxParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage box params

func (*PostStorageBoxParams) SetRequest

SetRequest adds the request to the post storage box params

func (*PostStorageBoxParams) SetTimeout

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

SetTimeout adds the timeout to the post storage box params

func (*PostStorageBoxParams) WithContext

WithContext adds the context to the post storage box params

func (*PostStorageBoxParams) WithDefaults

func (o *PostStorageBoxParams) WithDefaults() *PostStorageBoxParams

WithDefaults hydrates default values in the post storage box params (not the query body).

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

func (*PostStorageBoxParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage box params

func (*PostStorageBoxParams) WithRequest

WithRequest adds the request to the post storage box params

func (*PostStorageBoxParams) WithTimeout

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

WithTimeout adds the timeout to the post storage box params

func (*PostStorageBoxParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageBoxReader

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

PostStorageBoxReader is a Reader for the PostStorageBox structure.

func (*PostStorageBoxReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageDriveBadRequest

type PostStorageDriveBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageDriveBadRequest

func NewPostStorageDriveBadRequest() *PostStorageDriveBadRequest

NewPostStorageDriveBadRequest creates a PostStorageDriveBadRequest with default headers values

func (*PostStorageDriveBadRequest) Code

func (o *PostStorageDriveBadRequest) Code() int

Code gets the status code for the post storage drive bad request response

func (*PostStorageDriveBadRequest) Error

func (*PostStorageDriveBadRequest) GetPayload

func (*PostStorageDriveBadRequest) IsClientError

func (o *PostStorageDriveBadRequest) IsClientError() bool

IsClientError returns true when this post storage drive bad request response has a 4xx status code

func (*PostStorageDriveBadRequest) IsCode

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

IsCode returns true when this post storage drive bad request response a status code equal to that given

func (*PostStorageDriveBadRequest) IsRedirect

func (o *PostStorageDriveBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage drive bad request response has a 3xx status code

func (*PostStorageDriveBadRequest) IsServerError

func (o *PostStorageDriveBadRequest) IsServerError() bool

IsServerError returns true when this post storage drive bad request response has a 5xx status code

func (*PostStorageDriveBadRequest) IsSuccess

func (o *PostStorageDriveBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage drive bad request response has a 2xx status code

func (*PostStorageDriveBadRequest) String

func (o *PostStorageDriveBadRequest) String() string

type PostStorageDriveInternalServerError

type PostStorageDriveInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageDriveInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageDriveInternalServerError

func NewPostStorageDriveInternalServerError() *PostStorageDriveInternalServerError

NewPostStorageDriveInternalServerError creates a PostStorageDriveInternalServerError with default headers values

func (*PostStorageDriveInternalServerError) Code

Code gets the status code for the post storage drive internal server error response

func (*PostStorageDriveInternalServerError) Error

func (*PostStorageDriveInternalServerError) GetPayload

func (*PostStorageDriveInternalServerError) IsClientError

func (o *PostStorageDriveInternalServerError) IsClientError() bool

IsClientError returns true when this post storage drive internal server error response has a 4xx status code

func (*PostStorageDriveInternalServerError) IsCode

IsCode returns true when this post storage drive internal server error response a status code equal to that given

func (*PostStorageDriveInternalServerError) IsRedirect

func (o *PostStorageDriveInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage drive internal server error response has a 3xx status code

func (*PostStorageDriveInternalServerError) IsServerError

func (o *PostStorageDriveInternalServerError) IsServerError() bool

IsServerError returns true when this post storage drive internal server error response has a 5xx status code

func (*PostStorageDriveInternalServerError) IsSuccess

IsSuccess returns true when this post storage drive internal server error response has a 2xx status code

func (*PostStorageDriveInternalServerError) String

type PostStorageDriveOK

type PostStorageDriveOK struct {
	Payload *models.ModelStorage
}

PostStorageDriveOK describes a response with status code 200, with default header values.

OK

func NewPostStorageDriveOK

func NewPostStorageDriveOK() *PostStorageDriveOK

NewPostStorageDriveOK creates a PostStorageDriveOK with default headers values

func (*PostStorageDriveOK) Code

func (o *PostStorageDriveOK) Code() int

Code gets the status code for the post storage drive o k response

func (*PostStorageDriveOK) Error

func (o *PostStorageDriveOK) Error() string

func (*PostStorageDriveOK) GetPayload

func (o *PostStorageDriveOK) GetPayload() *models.ModelStorage

func (*PostStorageDriveOK) IsClientError

func (o *PostStorageDriveOK) IsClientError() bool

IsClientError returns true when this post storage drive o k response has a 4xx status code

func (*PostStorageDriveOK) IsCode

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

IsCode returns true when this post storage drive o k response a status code equal to that given

func (*PostStorageDriveOK) IsRedirect

func (o *PostStorageDriveOK) IsRedirect() bool

IsRedirect returns true when this post storage drive o k response has a 3xx status code

func (*PostStorageDriveOK) IsServerError

func (o *PostStorageDriveOK) IsServerError() bool

IsServerError returns true when this post storage drive o k response has a 5xx status code

func (*PostStorageDriveOK) IsSuccess

func (o *PostStorageDriveOK) IsSuccess() bool

IsSuccess returns true when this post storage drive o k response has a 2xx status code

func (*PostStorageDriveOK) String

func (o *PostStorageDriveOK) String() string

type PostStorageDriveParams

type PostStorageDriveParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateDriveStorageRequest

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

PostStorageDriveParams contains all the parameters to send to the API endpoint

for the post storage drive operation.

Typically these are written to a http.Request.

func NewPostStorageDriveParams

func NewPostStorageDriveParams() *PostStorageDriveParams

NewPostStorageDriveParams creates a new PostStorageDriveParams 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 NewPostStorageDriveParamsWithContext

func NewPostStorageDriveParamsWithContext(ctx context.Context) *PostStorageDriveParams

NewPostStorageDriveParamsWithContext creates a new PostStorageDriveParams object with the ability to set a context for a request.

func NewPostStorageDriveParamsWithHTTPClient

func NewPostStorageDriveParamsWithHTTPClient(client *http.Client) *PostStorageDriveParams

NewPostStorageDriveParamsWithHTTPClient creates a new PostStorageDriveParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageDriveParamsWithTimeout

func NewPostStorageDriveParamsWithTimeout(timeout time.Duration) *PostStorageDriveParams

NewPostStorageDriveParamsWithTimeout creates a new PostStorageDriveParams object with the ability to set a timeout on a request.

func (*PostStorageDriveParams) SetContext

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

SetContext adds the context to the post storage drive params

func (*PostStorageDriveParams) SetDefaults

func (o *PostStorageDriveParams) SetDefaults()

SetDefaults hydrates default values in the post storage drive params (not the query body).

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

func (*PostStorageDriveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage drive params

func (*PostStorageDriveParams) SetRequest

SetRequest adds the request to the post storage drive params

func (*PostStorageDriveParams) SetTimeout

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

SetTimeout adds the timeout to the post storage drive params

func (*PostStorageDriveParams) WithContext

WithContext adds the context to the post storage drive params

func (*PostStorageDriveParams) WithDefaults

WithDefaults hydrates default values in the post storage drive params (not the query body).

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

func (*PostStorageDriveParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage drive params

func (*PostStorageDriveParams) WithRequest

WithRequest adds the request to the post storage drive params

func (*PostStorageDriveParams) WithTimeout

WithTimeout adds the timeout to the post storage drive params

func (*PostStorageDriveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageDriveReader

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

PostStorageDriveReader is a Reader for the PostStorageDrive structure.

func (*PostStorageDriveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageDropboxBadRequest

type PostStorageDropboxBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageDropboxBadRequest

func NewPostStorageDropboxBadRequest() *PostStorageDropboxBadRequest

NewPostStorageDropboxBadRequest creates a PostStorageDropboxBadRequest with default headers values

func (*PostStorageDropboxBadRequest) Code

Code gets the status code for the post storage dropbox bad request response

func (*PostStorageDropboxBadRequest) Error

func (*PostStorageDropboxBadRequest) GetPayload

func (*PostStorageDropboxBadRequest) IsClientError

func (o *PostStorageDropboxBadRequest) IsClientError() bool

IsClientError returns true when this post storage dropbox bad request response has a 4xx status code

func (*PostStorageDropboxBadRequest) IsCode

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

IsCode returns true when this post storage dropbox bad request response a status code equal to that given

func (*PostStorageDropboxBadRequest) IsRedirect

func (o *PostStorageDropboxBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage dropbox bad request response has a 3xx status code

func (*PostStorageDropboxBadRequest) IsServerError

func (o *PostStorageDropboxBadRequest) IsServerError() bool

IsServerError returns true when this post storage dropbox bad request response has a 5xx status code

func (*PostStorageDropboxBadRequest) IsSuccess

func (o *PostStorageDropboxBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage dropbox bad request response has a 2xx status code

func (*PostStorageDropboxBadRequest) String

type PostStorageDropboxInternalServerError

type PostStorageDropboxInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageDropboxInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageDropboxInternalServerError

func NewPostStorageDropboxInternalServerError() *PostStorageDropboxInternalServerError

NewPostStorageDropboxInternalServerError creates a PostStorageDropboxInternalServerError with default headers values

func (*PostStorageDropboxInternalServerError) Code

Code gets the status code for the post storage dropbox internal server error response

func (*PostStorageDropboxInternalServerError) Error

func (*PostStorageDropboxInternalServerError) GetPayload

func (*PostStorageDropboxInternalServerError) IsClientError

func (o *PostStorageDropboxInternalServerError) IsClientError() bool

IsClientError returns true when this post storage dropbox internal server error response has a 4xx status code

func (*PostStorageDropboxInternalServerError) IsCode

IsCode returns true when this post storage dropbox internal server error response a status code equal to that given

func (*PostStorageDropboxInternalServerError) IsRedirect

IsRedirect returns true when this post storage dropbox internal server error response has a 3xx status code

func (*PostStorageDropboxInternalServerError) IsServerError

func (o *PostStorageDropboxInternalServerError) IsServerError() bool

IsServerError returns true when this post storage dropbox internal server error response has a 5xx status code

func (*PostStorageDropboxInternalServerError) IsSuccess

IsSuccess returns true when this post storage dropbox internal server error response has a 2xx status code

func (*PostStorageDropboxInternalServerError) String

type PostStorageDropboxOK

type PostStorageDropboxOK struct {
	Payload *models.ModelStorage
}

PostStorageDropboxOK describes a response with status code 200, with default header values.

OK

func NewPostStorageDropboxOK

func NewPostStorageDropboxOK() *PostStorageDropboxOK

NewPostStorageDropboxOK creates a PostStorageDropboxOK with default headers values

func (*PostStorageDropboxOK) Code

func (o *PostStorageDropboxOK) Code() int

Code gets the status code for the post storage dropbox o k response

func (*PostStorageDropboxOK) Error

func (o *PostStorageDropboxOK) Error() string

func (*PostStorageDropboxOK) GetPayload

func (o *PostStorageDropboxOK) GetPayload() *models.ModelStorage

func (*PostStorageDropboxOK) IsClientError

func (o *PostStorageDropboxOK) IsClientError() bool

IsClientError returns true when this post storage dropbox o k response has a 4xx status code

func (*PostStorageDropboxOK) IsCode

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

IsCode returns true when this post storage dropbox o k response a status code equal to that given

func (*PostStorageDropboxOK) IsRedirect

func (o *PostStorageDropboxOK) IsRedirect() bool

IsRedirect returns true when this post storage dropbox o k response has a 3xx status code

func (*PostStorageDropboxOK) IsServerError

func (o *PostStorageDropboxOK) IsServerError() bool

IsServerError returns true when this post storage dropbox o k response has a 5xx status code

func (*PostStorageDropboxOK) IsSuccess

func (o *PostStorageDropboxOK) IsSuccess() bool

IsSuccess returns true when this post storage dropbox o k response has a 2xx status code

func (*PostStorageDropboxOK) String

func (o *PostStorageDropboxOK) String() string

type PostStorageDropboxParams

type PostStorageDropboxParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateDropboxStorageRequest

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

PostStorageDropboxParams contains all the parameters to send to the API endpoint

for the post storage dropbox operation.

Typically these are written to a http.Request.

func NewPostStorageDropboxParams

func NewPostStorageDropboxParams() *PostStorageDropboxParams

NewPostStorageDropboxParams creates a new PostStorageDropboxParams 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 NewPostStorageDropboxParamsWithContext

func NewPostStorageDropboxParamsWithContext(ctx context.Context) *PostStorageDropboxParams

NewPostStorageDropboxParamsWithContext creates a new PostStorageDropboxParams object with the ability to set a context for a request.

func NewPostStorageDropboxParamsWithHTTPClient

func NewPostStorageDropboxParamsWithHTTPClient(client *http.Client) *PostStorageDropboxParams

NewPostStorageDropboxParamsWithHTTPClient creates a new PostStorageDropboxParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageDropboxParamsWithTimeout

func NewPostStorageDropboxParamsWithTimeout(timeout time.Duration) *PostStorageDropboxParams

NewPostStorageDropboxParamsWithTimeout creates a new PostStorageDropboxParams object with the ability to set a timeout on a request.

func (*PostStorageDropboxParams) SetContext

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

SetContext adds the context to the post storage dropbox params

func (*PostStorageDropboxParams) SetDefaults

func (o *PostStorageDropboxParams) SetDefaults()

SetDefaults hydrates default values in the post storage dropbox params (not the query body).

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

func (*PostStorageDropboxParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage dropbox params

func (*PostStorageDropboxParams) SetRequest

SetRequest adds the request to the post storage dropbox params

func (*PostStorageDropboxParams) SetTimeout

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

SetTimeout adds the timeout to the post storage dropbox params

func (*PostStorageDropboxParams) WithContext

WithContext adds the context to the post storage dropbox params

func (*PostStorageDropboxParams) WithDefaults

WithDefaults hydrates default values in the post storage dropbox params (not the query body).

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

func (*PostStorageDropboxParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage dropbox params

func (*PostStorageDropboxParams) WithRequest

WithRequest adds the request to the post storage dropbox params

func (*PostStorageDropboxParams) WithTimeout

WithTimeout adds the timeout to the post storage dropbox params

func (*PostStorageDropboxParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageDropboxReader

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

PostStorageDropboxReader is a Reader for the PostStorageDropbox structure.

func (*PostStorageDropboxReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageFichierBadRequest

type PostStorageFichierBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageFichierBadRequest

func NewPostStorageFichierBadRequest() *PostStorageFichierBadRequest

NewPostStorageFichierBadRequest creates a PostStorageFichierBadRequest with default headers values

func (*PostStorageFichierBadRequest) Code

Code gets the status code for the post storage fichier bad request response

func (*PostStorageFichierBadRequest) Error

func (*PostStorageFichierBadRequest) GetPayload

func (*PostStorageFichierBadRequest) IsClientError

func (o *PostStorageFichierBadRequest) IsClientError() bool

IsClientError returns true when this post storage fichier bad request response has a 4xx status code

func (*PostStorageFichierBadRequest) IsCode

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

IsCode returns true when this post storage fichier bad request response a status code equal to that given

func (*PostStorageFichierBadRequest) IsRedirect

func (o *PostStorageFichierBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage fichier bad request response has a 3xx status code

func (*PostStorageFichierBadRequest) IsServerError

func (o *PostStorageFichierBadRequest) IsServerError() bool

IsServerError returns true when this post storage fichier bad request response has a 5xx status code

func (*PostStorageFichierBadRequest) IsSuccess

func (o *PostStorageFichierBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage fichier bad request response has a 2xx status code

func (*PostStorageFichierBadRequest) String

type PostStorageFichierInternalServerError

type PostStorageFichierInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageFichierInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageFichierInternalServerError

func NewPostStorageFichierInternalServerError() *PostStorageFichierInternalServerError

NewPostStorageFichierInternalServerError creates a PostStorageFichierInternalServerError with default headers values

func (*PostStorageFichierInternalServerError) Code

Code gets the status code for the post storage fichier internal server error response

func (*PostStorageFichierInternalServerError) Error

func (*PostStorageFichierInternalServerError) GetPayload

func (*PostStorageFichierInternalServerError) IsClientError

func (o *PostStorageFichierInternalServerError) IsClientError() bool

IsClientError returns true when this post storage fichier internal server error response has a 4xx status code

func (*PostStorageFichierInternalServerError) IsCode

IsCode returns true when this post storage fichier internal server error response a status code equal to that given

func (*PostStorageFichierInternalServerError) IsRedirect

IsRedirect returns true when this post storage fichier internal server error response has a 3xx status code

func (*PostStorageFichierInternalServerError) IsServerError

func (o *PostStorageFichierInternalServerError) IsServerError() bool

IsServerError returns true when this post storage fichier internal server error response has a 5xx status code

func (*PostStorageFichierInternalServerError) IsSuccess

IsSuccess returns true when this post storage fichier internal server error response has a 2xx status code

func (*PostStorageFichierInternalServerError) String

type PostStorageFichierOK

type PostStorageFichierOK struct {
	Payload *models.ModelStorage
}

PostStorageFichierOK describes a response with status code 200, with default header values.

OK

func NewPostStorageFichierOK

func NewPostStorageFichierOK() *PostStorageFichierOK

NewPostStorageFichierOK creates a PostStorageFichierOK with default headers values

func (*PostStorageFichierOK) Code

func (o *PostStorageFichierOK) Code() int

Code gets the status code for the post storage fichier o k response

func (*PostStorageFichierOK) Error

func (o *PostStorageFichierOK) Error() string

func (*PostStorageFichierOK) GetPayload

func (o *PostStorageFichierOK) GetPayload() *models.ModelStorage

func (*PostStorageFichierOK) IsClientError

func (o *PostStorageFichierOK) IsClientError() bool

IsClientError returns true when this post storage fichier o k response has a 4xx status code

func (*PostStorageFichierOK) IsCode

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

IsCode returns true when this post storage fichier o k response a status code equal to that given

func (*PostStorageFichierOK) IsRedirect

func (o *PostStorageFichierOK) IsRedirect() bool

IsRedirect returns true when this post storage fichier o k response has a 3xx status code

func (*PostStorageFichierOK) IsServerError

func (o *PostStorageFichierOK) IsServerError() bool

IsServerError returns true when this post storage fichier o k response has a 5xx status code

func (*PostStorageFichierOK) IsSuccess

func (o *PostStorageFichierOK) IsSuccess() bool

IsSuccess returns true when this post storage fichier o k response has a 2xx status code

func (*PostStorageFichierOK) String

func (o *PostStorageFichierOK) String() string

type PostStorageFichierParams

type PostStorageFichierParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateFichierStorageRequest

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

PostStorageFichierParams contains all the parameters to send to the API endpoint

for the post storage fichier operation.

Typically these are written to a http.Request.

func NewPostStorageFichierParams

func NewPostStorageFichierParams() *PostStorageFichierParams

NewPostStorageFichierParams creates a new PostStorageFichierParams 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 NewPostStorageFichierParamsWithContext

func NewPostStorageFichierParamsWithContext(ctx context.Context) *PostStorageFichierParams

NewPostStorageFichierParamsWithContext creates a new PostStorageFichierParams object with the ability to set a context for a request.

func NewPostStorageFichierParamsWithHTTPClient

func NewPostStorageFichierParamsWithHTTPClient(client *http.Client) *PostStorageFichierParams

NewPostStorageFichierParamsWithHTTPClient creates a new PostStorageFichierParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageFichierParamsWithTimeout

func NewPostStorageFichierParamsWithTimeout(timeout time.Duration) *PostStorageFichierParams

NewPostStorageFichierParamsWithTimeout creates a new PostStorageFichierParams object with the ability to set a timeout on a request.

func (*PostStorageFichierParams) SetContext

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

SetContext adds the context to the post storage fichier params

func (*PostStorageFichierParams) SetDefaults

func (o *PostStorageFichierParams) SetDefaults()

SetDefaults hydrates default values in the post storage fichier params (not the query body).

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

func (*PostStorageFichierParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage fichier params

func (*PostStorageFichierParams) SetRequest

SetRequest adds the request to the post storage fichier params

func (*PostStorageFichierParams) SetTimeout

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

SetTimeout adds the timeout to the post storage fichier params

func (*PostStorageFichierParams) WithContext

WithContext adds the context to the post storage fichier params

func (*PostStorageFichierParams) WithDefaults

WithDefaults hydrates default values in the post storage fichier params (not the query body).

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

func (*PostStorageFichierParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage fichier params

func (*PostStorageFichierParams) WithRequest

WithRequest adds the request to the post storage fichier params

func (*PostStorageFichierParams) WithTimeout

WithTimeout adds the timeout to the post storage fichier params

func (*PostStorageFichierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageFichierReader

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

PostStorageFichierReader is a Reader for the PostStorageFichier structure.

func (*PostStorageFichierReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageFilefabricBadRequest

type PostStorageFilefabricBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageFilefabricBadRequest

func NewPostStorageFilefabricBadRequest() *PostStorageFilefabricBadRequest

NewPostStorageFilefabricBadRequest creates a PostStorageFilefabricBadRequest with default headers values

func (*PostStorageFilefabricBadRequest) Code

Code gets the status code for the post storage filefabric bad request response

func (*PostStorageFilefabricBadRequest) Error

func (*PostStorageFilefabricBadRequest) GetPayload

func (*PostStorageFilefabricBadRequest) IsClientError

func (o *PostStorageFilefabricBadRequest) IsClientError() bool

IsClientError returns true when this post storage filefabric bad request response has a 4xx status code

func (*PostStorageFilefabricBadRequest) IsCode

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

IsCode returns true when this post storage filefabric bad request response a status code equal to that given

func (*PostStorageFilefabricBadRequest) IsRedirect

func (o *PostStorageFilefabricBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage filefabric bad request response has a 3xx status code

func (*PostStorageFilefabricBadRequest) IsServerError

func (o *PostStorageFilefabricBadRequest) IsServerError() bool

IsServerError returns true when this post storage filefabric bad request response has a 5xx status code

func (*PostStorageFilefabricBadRequest) IsSuccess

func (o *PostStorageFilefabricBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage filefabric bad request response has a 2xx status code

func (*PostStorageFilefabricBadRequest) String

type PostStorageFilefabricInternalServerError

type PostStorageFilefabricInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageFilefabricInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageFilefabricInternalServerError

func NewPostStorageFilefabricInternalServerError() *PostStorageFilefabricInternalServerError

NewPostStorageFilefabricInternalServerError creates a PostStorageFilefabricInternalServerError with default headers values

func (*PostStorageFilefabricInternalServerError) Code

Code gets the status code for the post storage filefabric internal server error response

func (*PostStorageFilefabricInternalServerError) Error

func (*PostStorageFilefabricInternalServerError) GetPayload

func (*PostStorageFilefabricInternalServerError) IsClientError

IsClientError returns true when this post storage filefabric internal server error response has a 4xx status code

func (*PostStorageFilefabricInternalServerError) IsCode

IsCode returns true when this post storage filefabric internal server error response a status code equal to that given

func (*PostStorageFilefabricInternalServerError) IsRedirect

IsRedirect returns true when this post storage filefabric internal server error response has a 3xx status code

func (*PostStorageFilefabricInternalServerError) IsServerError

IsServerError returns true when this post storage filefabric internal server error response has a 5xx status code

func (*PostStorageFilefabricInternalServerError) IsSuccess

IsSuccess returns true when this post storage filefabric internal server error response has a 2xx status code

func (*PostStorageFilefabricInternalServerError) String

type PostStorageFilefabricOK

type PostStorageFilefabricOK struct {
	Payload *models.ModelStorage
}

PostStorageFilefabricOK describes a response with status code 200, with default header values.

OK

func NewPostStorageFilefabricOK

func NewPostStorageFilefabricOK() *PostStorageFilefabricOK

NewPostStorageFilefabricOK creates a PostStorageFilefabricOK with default headers values

func (*PostStorageFilefabricOK) Code

func (o *PostStorageFilefabricOK) Code() int

Code gets the status code for the post storage filefabric o k response

func (*PostStorageFilefabricOK) Error

func (o *PostStorageFilefabricOK) Error() string

func (*PostStorageFilefabricOK) GetPayload

func (o *PostStorageFilefabricOK) GetPayload() *models.ModelStorage

func (*PostStorageFilefabricOK) IsClientError

func (o *PostStorageFilefabricOK) IsClientError() bool

IsClientError returns true when this post storage filefabric o k response has a 4xx status code

func (*PostStorageFilefabricOK) IsCode

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

IsCode returns true when this post storage filefabric o k response a status code equal to that given

func (*PostStorageFilefabricOK) IsRedirect

func (o *PostStorageFilefabricOK) IsRedirect() bool

IsRedirect returns true when this post storage filefabric o k response has a 3xx status code

func (*PostStorageFilefabricOK) IsServerError

func (o *PostStorageFilefabricOK) IsServerError() bool

IsServerError returns true when this post storage filefabric o k response has a 5xx status code

func (*PostStorageFilefabricOK) IsSuccess

func (o *PostStorageFilefabricOK) IsSuccess() bool

IsSuccess returns true when this post storage filefabric o k response has a 2xx status code

func (*PostStorageFilefabricOK) String

func (o *PostStorageFilefabricOK) String() string

type PostStorageFilefabricParams

type PostStorageFilefabricParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateFilefabricStorageRequest

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

PostStorageFilefabricParams contains all the parameters to send to the API endpoint

for the post storage filefabric operation.

Typically these are written to a http.Request.

func NewPostStorageFilefabricParams

func NewPostStorageFilefabricParams() *PostStorageFilefabricParams

NewPostStorageFilefabricParams creates a new PostStorageFilefabricParams 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 NewPostStorageFilefabricParamsWithContext

func NewPostStorageFilefabricParamsWithContext(ctx context.Context) *PostStorageFilefabricParams

NewPostStorageFilefabricParamsWithContext creates a new PostStorageFilefabricParams object with the ability to set a context for a request.

func NewPostStorageFilefabricParamsWithHTTPClient

func NewPostStorageFilefabricParamsWithHTTPClient(client *http.Client) *PostStorageFilefabricParams

NewPostStorageFilefabricParamsWithHTTPClient creates a new PostStorageFilefabricParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageFilefabricParamsWithTimeout

func NewPostStorageFilefabricParamsWithTimeout(timeout time.Duration) *PostStorageFilefabricParams

NewPostStorageFilefabricParamsWithTimeout creates a new PostStorageFilefabricParams object with the ability to set a timeout on a request.

func (*PostStorageFilefabricParams) SetContext

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

SetContext adds the context to the post storage filefabric params

func (*PostStorageFilefabricParams) SetDefaults

func (o *PostStorageFilefabricParams) SetDefaults()

SetDefaults hydrates default values in the post storage filefabric params (not the query body).

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

func (*PostStorageFilefabricParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage filefabric params

func (*PostStorageFilefabricParams) SetRequest

SetRequest adds the request to the post storage filefabric params

func (*PostStorageFilefabricParams) SetTimeout

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

SetTimeout adds the timeout to the post storage filefabric params

func (*PostStorageFilefabricParams) WithContext

WithContext adds the context to the post storage filefabric params

func (*PostStorageFilefabricParams) WithDefaults

WithDefaults hydrates default values in the post storage filefabric params (not the query body).

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

func (*PostStorageFilefabricParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage filefabric params

func (*PostStorageFilefabricParams) WithRequest

WithRequest adds the request to the post storage filefabric params

func (*PostStorageFilefabricParams) WithTimeout

WithTimeout adds the timeout to the post storage filefabric params

func (*PostStorageFilefabricParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageFilefabricReader

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

PostStorageFilefabricReader is a Reader for the PostStorageFilefabric structure.

func (*PostStorageFilefabricReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageFtpBadRequest

type PostStorageFtpBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageFtpBadRequest

func NewPostStorageFtpBadRequest() *PostStorageFtpBadRequest

NewPostStorageFtpBadRequest creates a PostStorageFtpBadRequest with default headers values

func (*PostStorageFtpBadRequest) Code

func (o *PostStorageFtpBadRequest) Code() int

Code gets the status code for the post storage ftp bad request response

func (*PostStorageFtpBadRequest) Error

func (o *PostStorageFtpBadRequest) Error() string

func (*PostStorageFtpBadRequest) GetPayload

func (o *PostStorageFtpBadRequest) GetPayload() *models.APIHTTPError

func (*PostStorageFtpBadRequest) IsClientError

func (o *PostStorageFtpBadRequest) IsClientError() bool

IsClientError returns true when this post storage ftp bad request response has a 4xx status code

func (*PostStorageFtpBadRequest) IsCode

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

IsCode returns true when this post storage ftp bad request response a status code equal to that given

func (*PostStorageFtpBadRequest) IsRedirect

func (o *PostStorageFtpBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage ftp bad request response has a 3xx status code

func (*PostStorageFtpBadRequest) IsServerError

func (o *PostStorageFtpBadRequest) IsServerError() bool

IsServerError returns true when this post storage ftp bad request response has a 5xx status code

func (*PostStorageFtpBadRequest) IsSuccess

func (o *PostStorageFtpBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage ftp bad request response has a 2xx status code

func (*PostStorageFtpBadRequest) String

func (o *PostStorageFtpBadRequest) String() string

type PostStorageFtpInternalServerError

type PostStorageFtpInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageFtpInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageFtpInternalServerError

func NewPostStorageFtpInternalServerError() *PostStorageFtpInternalServerError

NewPostStorageFtpInternalServerError creates a PostStorageFtpInternalServerError with default headers values

func (*PostStorageFtpInternalServerError) Code

Code gets the status code for the post storage ftp internal server error response

func (*PostStorageFtpInternalServerError) Error

func (*PostStorageFtpInternalServerError) GetPayload

func (*PostStorageFtpInternalServerError) IsClientError

func (o *PostStorageFtpInternalServerError) IsClientError() bool

IsClientError returns true when this post storage ftp internal server error response has a 4xx status code

func (*PostStorageFtpInternalServerError) IsCode

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

IsCode returns true when this post storage ftp internal server error response a status code equal to that given

func (*PostStorageFtpInternalServerError) IsRedirect

func (o *PostStorageFtpInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage ftp internal server error response has a 3xx status code

func (*PostStorageFtpInternalServerError) IsServerError

func (o *PostStorageFtpInternalServerError) IsServerError() bool

IsServerError returns true when this post storage ftp internal server error response has a 5xx status code

func (*PostStorageFtpInternalServerError) IsSuccess

func (o *PostStorageFtpInternalServerError) IsSuccess() bool

IsSuccess returns true when this post storage ftp internal server error response has a 2xx status code

func (*PostStorageFtpInternalServerError) String

type PostStorageFtpOK

type PostStorageFtpOK struct {
	Payload *models.ModelStorage
}

PostStorageFtpOK describes a response with status code 200, with default header values.

OK

func NewPostStorageFtpOK

func NewPostStorageFtpOK() *PostStorageFtpOK

NewPostStorageFtpOK creates a PostStorageFtpOK with default headers values

func (*PostStorageFtpOK) Code

func (o *PostStorageFtpOK) Code() int

Code gets the status code for the post storage ftp o k response

func (*PostStorageFtpOK) Error

func (o *PostStorageFtpOK) Error() string

func (*PostStorageFtpOK) GetPayload

func (o *PostStorageFtpOK) GetPayload() *models.ModelStorage

func (*PostStorageFtpOK) IsClientError

func (o *PostStorageFtpOK) IsClientError() bool

IsClientError returns true when this post storage ftp o k response has a 4xx status code

func (*PostStorageFtpOK) IsCode

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

IsCode returns true when this post storage ftp o k response a status code equal to that given

func (*PostStorageFtpOK) IsRedirect

func (o *PostStorageFtpOK) IsRedirect() bool

IsRedirect returns true when this post storage ftp o k response has a 3xx status code

func (*PostStorageFtpOK) IsServerError

func (o *PostStorageFtpOK) IsServerError() bool

IsServerError returns true when this post storage ftp o k response has a 5xx status code

func (*PostStorageFtpOK) IsSuccess

func (o *PostStorageFtpOK) IsSuccess() bool

IsSuccess returns true when this post storage ftp o k response has a 2xx status code

func (*PostStorageFtpOK) String

func (o *PostStorageFtpOK) String() string

type PostStorageFtpParams

type PostStorageFtpParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateFtpStorageRequest

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

PostStorageFtpParams contains all the parameters to send to the API endpoint

for the post storage ftp operation.

Typically these are written to a http.Request.

func NewPostStorageFtpParams

func NewPostStorageFtpParams() *PostStorageFtpParams

NewPostStorageFtpParams creates a new PostStorageFtpParams 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 NewPostStorageFtpParamsWithContext

func NewPostStorageFtpParamsWithContext(ctx context.Context) *PostStorageFtpParams

NewPostStorageFtpParamsWithContext creates a new PostStorageFtpParams object with the ability to set a context for a request.

func NewPostStorageFtpParamsWithHTTPClient

func NewPostStorageFtpParamsWithHTTPClient(client *http.Client) *PostStorageFtpParams

NewPostStorageFtpParamsWithHTTPClient creates a new PostStorageFtpParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageFtpParamsWithTimeout

func NewPostStorageFtpParamsWithTimeout(timeout time.Duration) *PostStorageFtpParams

NewPostStorageFtpParamsWithTimeout creates a new PostStorageFtpParams object with the ability to set a timeout on a request.

func (*PostStorageFtpParams) SetContext

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

SetContext adds the context to the post storage ftp params

func (*PostStorageFtpParams) SetDefaults

func (o *PostStorageFtpParams) SetDefaults()

SetDefaults hydrates default values in the post storage ftp params (not the query body).

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

func (*PostStorageFtpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage ftp params

func (*PostStorageFtpParams) SetRequest

SetRequest adds the request to the post storage ftp params

func (*PostStorageFtpParams) SetTimeout

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

SetTimeout adds the timeout to the post storage ftp params

func (*PostStorageFtpParams) WithContext

WithContext adds the context to the post storage ftp params

func (*PostStorageFtpParams) WithDefaults

func (o *PostStorageFtpParams) WithDefaults() *PostStorageFtpParams

WithDefaults hydrates default values in the post storage ftp params (not the query body).

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

func (*PostStorageFtpParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage ftp params

func (*PostStorageFtpParams) WithRequest

WithRequest adds the request to the post storage ftp params

func (*PostStorageFtpParams) WithTimeout

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

WithTimeout adds the timeout to the post storage ftp params

func (*PostStorageFtpParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageFtpReader

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

PostStorageFtpReader is a Reader for the PostStorageFtp structure.

func (*PostStorageFtpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageGcsBadRequest

type PostStorageGcsBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageGcsBadRequest

func NewPostStorageGcsBadRequest() *PostStorageGcsBadRequest

NewPostStorageGcsBadRequest creates a PostStorageGcsBadRequest with default headers values

func (*PostStorageGcsBadRequest) Code

func (o *PostStorageGcsBadRequest) Code() int

Code gets the status code for the post storage gcs bad request response

func (*PostStorageGcsBadRequest) Error

func (o *PostStorageGcsBadRequest) Error() string

func (*PostStorageGcsBadRequest) GetPayload

func (o *PostStorageGcsBadRequest) GetPayload() *models.APIHTTPError

func (*PostStorageGcsBadRequest) IsClientError

func (o *PostStorageGcsBadRequest) IsClientError() bool

IsClientError returns true when this post storage gcs bad request response has a 4xx status code

func (*PostStorageGcsBadRequest) IsCode

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

IsCode returns true when this post storage gcs bad request response a status code equal to that given

func (*PostStorageGcsBadRequest) IsRedirect

func (o *PostStorageGcsBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage gcs bad request response has a 3xx status code

func (*PostStorageGcsBadRequest) IsServerError

func (o *PostStorageGcsBadRequest) IsServerError() bool

IsServerError returns true when this post storage gcs bad request response has a 5xx status code

func (*PostStorageGcsBadRequest) IsSuccess

func (o *PostStorageGcsBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage gcs bad request response has a 2xx status code

func (*PostStorageGcsBadRequest) String

func (o *PostStorageGcsBadRequest) String() string

type PostStorageGcsInternalServerError

type PostStorageGcsInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageGcsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageGcsInternalServerError

func NewPostStorageGcsInternalServerError() *PostStorageGcsInternalServerError

NewPostStorageGcsInternalServerError creates a PostStorageGcsInternalServerError with default headers values

func (*PostStorageGcsInternalServerError) Code

Code gets the status code for the post storage gcs internal server error response

func (*PostStorageGcsInternalServerError) Error

func (*PostStorageGcsInternalServerError) GetPayload

func (*PostStorageGcsInternalServerError) IsClientError

func (o *PostStorageGcsInternalServerError) IsClientError() bool

IsClientError returns true when this post storage gcs internal server error response has a 4xx status code

func (*PostStorageGcsInternalServerError) IsCode

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

IsCode returns true when this post storage gcs internal server error response a status code equal to that given

func (*PostStorageGcsInternalServerError) IsRedirect

func (o *PostStorageGcsInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage gcs internal server error response has a 3xx status code

func (*PostStorageGcsInternalServerError) IsServerError

func (o *PostStorageGcsInternalServerError) IsServerError() bool

IsServerError returns true when this post storage gcs internal server error response has a 5xx status code

func (*PostStorageGcsInternalServerError) IsSuccess

func (o *PostStorageGcsInternalServerError) IsSuccess() bool

IsSuccess returns true when this post storage gcs internal server error response has a 2xx status code

func (*PostStorageGcsInternalServerError) String

type PostStorageGcsOK

type PostStorageGcsOK struct {
	Payload *models.ModelStorage
}

PostStorageGcsOK describes a response with status code 200, with default header values.

OK

func NewPostStorageGcsOK

func NewPostStorageGcsOK() *PostStorageGcsOK

NewPostStorageGcsOK creates a PostStorageGcsOK with default headers values

func (*PostStorageGcsOK) Code

func (o *PostStorageGcsOK) Code() int

Code gets the status code for the post storage gcs o k response

func (*PostStorageGcsOK) Error

func (o *PostStorageGcsOK) Error() string

func (*PostStorageGcsOK) GetPayload

func (o *PostStorageGcsOK) GetPayload() *models.ModelStorage

func (*PostStorageGcsOK) IsClientError

func (o *PostStorageGcsOK) IsClientError() bool

IsClientError returns true when this post storage gcs o k response has a 4xx status code

func (*PostStorageGcsOK) IsCode

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

IsCode returns true when this post storage gcs o k response a status code equal to that given

func (*PostStorageGcsOK) IsRedirect

func (o *PostStorageGcsOK) IsRedirect() bool

IsRedirect returns true when this post storage gcs o k response has a 3xx status code

func (*PostStorageGcsOK) IsServerError

func (o *PostStorageGcsOK) IsServerError() bool

IsServerError returns true when this post storage gcs o k response has a 5xx status code

func (*PostStorageGcsOK) IsSuccess

func (o *PostStorageGcsOK) IsSuccess() bool

IsSuccess returns true when this post storage gcs o k response has a 2xx status code

func (*PostStorageGcsOK) String

func (o *PostStorageGcsOK) String() string

type PostStorageGcsParams

type PostStorageGcsParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateGcsStorageRequest

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

PostStorageGcsParams contains all the parameters to send to the API endpoint

for the post storage gcs operation.

Typically these are written to a http.Request.

func NewPostStorageGcsParams

func NewPostStorageGcsParams() *PostStorageGcsParams

NewPostStorageGcsParams creates a new PostStorageGcsParams 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 NewPostStorageGcsParamsWithContext

func NewPostStorageGcsParamsWithContext(ctx context.Context) *PostStorageGcsParams

NewPostStorageGcsParamsWithContext creates a new PostStorageGcsParams object with the ability to set a context for a request.

func NewPostStorageGcsParamsWithHTTPClient

func NewPostStorageGcsParamsWithHTTPClient(client *http.Client) *PostStorageGcsParams

NewPostStorageGcsParamsWithHTTPClient creates a new PostStorageGcsParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageGcsParamsWithTimeout

func NewPostStorageGcsParamsWithTimeout(timeout time.Duration) *PostStorageGcsParams

NewPostStorageGcsParamsWithTimeout creates a new PostStorageGcsParams object with the ability to set a timeout on a request.

func (*PostStorageGcsParams) SetContext

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

SetContext adds the context to the post storage gcs params

func (*PostStorageGcsParams) SetDefaults

func (o *PostStorageGcsParams) SetDefaults()

SetDefaults hydrates default values in the post storage gcs params (not the query body).

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

func (*PostStorageGcsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage gcs params

func (*PostStorageGcsParams) SetRequest

SetRequest adds the request to the post storage gcs params

func (*PostStorageGcsParams) SetTimeout

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

SetTimeout adds the timeout to the post storage gcs params

func (*PostStorageGcsParams) WithContext

WithContext adds the context to the post storage gcs params

func (*PostStorageGcsParams) WithDefaults

func (o *PostStorageGcsParams) WithDefaults() *PostStorageGcsParams

WithDefaults hydrates default values in the post storage gcs params (not the query body).

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

func (*PostStorageGcsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage gcs params

func (*PostStorageGcsParams) WithRequest

WithRequest adds the request to the post storage gcs params

func (*PostStorageGcsParams) WithTimeout

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

WithTimeout adds the timeout to the post storage gcs params

func (*PostStorageGcsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageGcsReader

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

PostStorageGcsReader is a Reader for the PostStorageGcs structure.

func (*PostStorageGcsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageGphotosBadRequest

type PostStorageGphotosBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageGphotosBadRequest

func NewPostStorageGphotosBadRequest() *PostStorageGphotosBadRequest

NewPostStorageGphotosBadRequest creates a PostStorageGphotosBadRequest with default headers values

func (*PostStorageGphotosBadRequest) Code

Code gets the status code for the post storage gphotos bad request response

func (*PostStorageGphotosBadRequest) Error

func (*PostStorageGphotosBadRequest) GetPayload

func (*PostStorageGphotosBadRequest) IsClientError

func (o *PostStorageGphotosBadRequest) IsClientError() bool

IsClientError returns true when this post storage gphotos bad request response has a 4xx status code

func (*PostStorageGphotosBadRequest) IsCode

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

IsCode returns true when this post storage gphotos bad request response a status code equal to that given

func (*PostStorageGphotosBadRequest) IsRedirect

func (o *PostStorageGphotosBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage gphotos bad request response has a 3xx status code

func (*PostStorageGphotosBadRequest) IsServerError

func (o *PostStorageGphotosBadRequest) IsServerError() bool

IsServerError returns true when this post storage gphotos bad request response has a 5xx status code

func (*PostStorageGphotosBadRequest) IsSuccess

func (o *PostStorageGphotosBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage gphotos bad request response has a 2xx status code

func (*PostStorageGphotosBadRequest) String

type PostStorageGphotosInternalServerError

type PostStorageGphotosInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageGphotosInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageGphotosInternalServerError

func NewPostStorageGphotosInternalServerError() *PostStorageGphotosInternalServerError

NewPostStorageGphotosInternalServerError creates a PostStorageGphotosInternalServerError with default headers values

func (*PostStorageGphotosInternalServerError) Code

Code gets the status code for the post storage gphotos internal server error response

func (*PostStorageGphotosInternalServerError) Error

func (*PostStorageGphotosInternalServerError) GetPayload

func (*PostStorageGphotosInternalServerError) IsClientError

func (o *PostStorageGphotosInternalServerError) IsClientError() bool

IsClientError returns true when this post storage gphotos internal server error response has a 4xx status code

func (*PostStorageGphotosInternalServerError) IsCode

IsCode returns true when this post storage gphotos internal server error response a status code equal to that given

func (*PostStorageGphotosInternalServerError) IsRedirect

IsRedirect returns true when this post storage gphotos internal server error response has a 3xx status code

func (*PostStorageGphotosInternalServerError) IsServerError

func (o *PostStorageGphotosInternalServerError) IsServerError() bool

IsServerError returns true when this post storage gphotos internal server error response has a 5xx status code

func (*PostStorageGphotosInternalServerError) IsSuccess

IsSuccess returns true when this post storage gphotos internal server error response has a 2xx status code

func (*PostStorageGphotosInternalServerError) String

type PostStorageGphotosOK

type PostStorageGphotosOK struct {
	Payload *models.ModelStorage
}

PostStorageGphotosOK describes a response with status code 200, with default header values.

OK

func NewPostStorageGphotosOK

func NewPostStorageGphotosOK() *PostStorageGphotosOK

NewPostStorageGphotosOK creates a PostStorageGphotosOK with default headers values

func (*PostStorageGphotosOK) Code

func (o *PostStorageGphotosOK) Code() int

Code gets the status code for the post storage gphotos o k response

func (*PostStorageGphotosOK) Error

func (o *PostStorageGphotosOK) Error() string

func (*PostStorageGphotosOK) GetPayload

func (o *PostStorageGphotosOK) GetPayload() *models.ModelStorage

func (*PostStorageGphotosOK) IsClientError

func (o *PostStorageGphotosOK) IsClientError() bool

IsClientError returns true when this post storage gphotos o k response has a 4xx status code

func (*PostStorageGphotosOK) IsCode

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

IsCode returns true when this post storage gphotos o k response a status code equal to that given

func (*PostStorageGphotosOK) IsRedirect

func (o *PostStorageGphotosOK) IsRedirect() bool

IsRedirect returns true when this post storage gphotos o k response has a 3xx status code

func (*PostStorageGphotosOK) IsServerError

func (o *PostStorageGphotosOK) IsServerError() bool

IsServerError returns true when this post storage gphotos o k response has a 5xx status code

func (*PostStorageGphotosOK) IsSuccess

func (o *PostStorageGphotosOK) IsSuccess() bool

IsSuccess returns true when this post storage gphotos o k response has a 2xx status code

func (*PostStorageGphotosOK) String

func (o *PostStorageGphotosOK) String() string

type PostStorageGphotosParams

type PostStorageGphotosParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateGphotosStorageRequest

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

PostStorageGphotosParams contains all the parameters to send to the API endpoint

for the post storage gphotos operation.

Typically these are written to a http.Request.

func NewPostStorageGphotosParams

func NewPostStorageGphotosParams() *PostStorageGphotosParams

NewPostStorageGphotosParams creates a new PostStorageGphotosParams 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 NewPostStorageGphotosParamsWithContext

func NewPostStorageGphotosParamsWithContext(ctx context.Context) *PostStorageGphotosParams

NewPostStorageGphotosParamsWithContext creates a new PostStorageGphotosParams object with the ability to set a context for a request.

func NewPostStorageGphotosParamsWithHTTPClient

func NewPostStorageGphotosParamsWithHTTPClient(client *http.Client) *PostStorageGphotosParams

NewPostStorageGphotosParamsWithHTTPClient creates a new PostStorageGphotosParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageGphotosParamsWithTimeout

func NewPostStorageGphotosParamsWithTimeout(timeout time.Duration) *PostStorageGphotosParams

NewPostStorageGphotosParamsWithTimeout creates a new PostStorageGphotosParams object with the ability to set a timeout on a request.

func (*PostStorageGphotosParams) SetContext

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

SetContext adds the context to the post storage gphotos params

func (*PostStorageGphotosParams) SetDefaults

func (o *PostStorageGphotosParams) SetDefaults()

SetDefaults hydrates default values in the post storage gphotos params (not the query body).

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

func (*PostStorageGphotosParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage gphotos params

func (*PostStorageGphotosParams) SetRequest

SetRequest adds the request to the post storage gphotos params

func (*PostStorageGphotosParams) SetTimeout

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

SetTimeout adds the timeout to the post storage gphotos params

func (*PostStorageGphotosParams) WithContext

WithContext adds the context to the post storage gphotos params

func (*PostStorageGphotosParams) WithDefaults

WithDefaults hydrates default values in the post storage gphotos params (not the query body).

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

func (*PostStorageGphotosParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage gphotos params

func (*PostStorageGphotosParams) WithRequest

WithRequest adds the request to the post storage gphotos params

func (*PostStorageGphotosParams) WithTimeout

WithTimeout adds the timeout to the post storage gphotos params

func (*PostStorageGphotosParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageGphotosReader

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

PostStorageGphotosReader is a Reader for the PostStorageGphotos structure.

func (*PostStorageGphotosReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageHTTPBadRequest

type PostStorageHTTPBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageHTTPBadRequest

func NewPostStorageHTTPBadRequest() *PostStorageHTTPBadRequest

NewPostStorageHTTPBadRequest creates a PostStorageHTTPBadRequest with default headers values

func (*PostStorageHTTPBadRequest) Code

func (o *PostStorageHTTPBadRequest) Code() int

Code gets the status code for the post storage Http bad request response

func (*PostStorageHTTPBadRequest) Error

func (o *PostStorageHTTPBadRequest) Error() string

func (*PostStorageHTTPBadRequest) GetPayload

func (*PostStorageHTTPBadRequest) IsClientError

func (o *PostStorageHTTPBadRequest) IsClientError() bool

IsClientError returns true when this post storage Http bad request response has a 4xx status code

func (*PostStorageHTTPBadRequest) IsCode

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

IsCode returns true when this post storage Http bad request response a status code equal to that given

func (*PostStorageHTTPBadRequest) IsRedirect

func (o *PostStorageHTTPBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage Http bad request response has a 3xx status code

func (*PostStorageHTTPBadRequest) IsServerError

func (o *PostStorageHTTPBadRequest) IsServerError() bool

IsServerError returns true when this post storage Http bad request response has a 5xx status code

func (*PostStorageHTTPBadRequest) IsSuccess

func (o *PostStorageHTTPBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage Http bad request response has a 2xx status code

func (*PostStorageHTTPBadRequest) String

func (o *PostStorageHTTPBadRequest) String() string

type PostStorageHTTPInternalServerError

type PostStorageHTTPInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageHTTPInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageHTTPInternalServerError

func NewPostStorageHTTPInternalServerError() *PostStorageHTTPInternalServerError

NewPostStorageHTTPInternalServerError creates a PostStorageHTTPInternalServerError with default headers values

func (*PostStorageHTTPInternalServerError) Code

Code gets the status code for the post storage Http internal server error response

func (*PostStorageHTTPInternalServerError) Error

func (*PostStorageHTTPInternalServerError) GetPayload

func (*PostStorageHTTPInternalServerError) IsClientError

func (o *PostStorageHTTPInternalServerError) IsClientError() bool

IsClientError returns true when this post storage Http internal server error response has a 4xx status code

func (*PostStorageHTTPInternalServerError) IsCode

IsCode returns true when this post storage Http internal server error response a status code equal to that given

func (*PostStorageHTTPInternalServerError) IsRedirect

func (o *PostStorageHTTPInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage Http internal server error response has a 3xx status code

func (*PostStorageHTTPInternalServerError) IsServerError

func (o *PostStorageHTTPInternalServerError) IsServerError() bool

IsServerError returns true when this post storage Http internal server error response has a 5xx status code

func (*PostStorageHTTPInternalServerError) IsSuccess

IsSuccess returns true when this post storage Http internal server error response has a 2xx status code

func (*PostStorageHTTPInternalServerError) String

type PostStorageHTTPOK

type PostStorageHTTPOK struct {
	Payload *models.ModelStorage
}

PostStorageHTTPOK describes a response with status code 200, with default header values.

OK

func NewPostStorageHTTPOK

func NewPostStorageHTTPOK() *PostStorageHTTPOK

NewPostStorageHTTPOK creates a PostStorageHTTPOK with default headers values

func (*PostStorageHTTPOK) Code

func (o *PostStorageHTTPOK) Code() int

Code gets the status code for the post storage Http o k response

func (*PostStorageHTTPOK) Error

func (o *PostStorageHTTPOK) Error() string

func (*PostStorageHTTPOK) GetPayload

func (o *PostStorageHTTPOK) GetPayload() *models.ModelStorage

func (*PostStorageHTTPOK) IsClientError

func (o *PostStorageHTTPOK) IsClientError() bool

IsClientError returns true when this post storage Http o k response has a 4xx status code

func (*PostStorageHTTPOK) IsCode

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

IsCode returns true when this post storage Http o k response a status code equal to that given

func (*PostStorageHTTPOK) IsRedirect

func (o *PostStorageHTTPOK) IsRedirect() bool

IsRedirect returns true when this post storage Http o k response has a 3xx status code

func (*PostStorageHTTPOK) IsServerError

func (o *PostStorageHTTPOK) IsServerError() bool

IsServerError returns true when this post storage Http o k response has a 5xx status code

func (*PostStorageHTTPOK) IsSuccess

func (o *PostStorageHTTPOK) IsSuccess() bool

IsSuccess returns true when this post storage Http o k response has a 2xx status code

func (*PostStorageHTTPOK) String

func (o *PostStorageHTTPOK) String() string

type PostStorageHTTPParams

type PostStorageHTTPParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateHTTPStorageRequest

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

PostStorageHTTPParams contains all the parameters to send to the API endpoint

for the post storage HTTP operation.

Typically these are written to a http.Request.

func NewPostStorageHTTPParams

func NewPostStorageHTTPParams() *PostStorageHTTPParams

NewPostStorageHTTPParams creates a new PostStorageHTTPParams 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 NewPostStorageHTTPParamsWithContext

func NewPostStorageHTTPParamsWithContext(ctx context.Context) *PostStorageHTTPParams

NewPostStorageHTTPParamsWithContext creates a new PostStorageHTTPParams object with the ability to set a context for a request.

func NewPostStorageHTTPParamsWithHTTPClient

func NewPostStorageHTTPParamsWithHTTPClient(client *http.Client) *PostStorageHTTPParams

NewPostStorageHTTPParamsWithHTTPClient creates a new PostStorageHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageHTTPParamsWithTimeout

func NewPostStorageHTTPParamsWithTimeout(timeout time.Duration) *PostStorageHTTPParams

NewPostStorageHTTPParamsWithTimeout creates a new PostStorageHTTPParams object with the ability to set a timeout on a request.

func (*PostStorageHTTPParams) SetContext

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

SetContext adds the context to the post storage HTTP params

func (*PostStorageHTTPParams) SetDefaults

func (o *PostStorageHTTPParams) SetDefaults()

SetDefaults hydrates default values in the post storage HTTP params (not the query body).

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

func (*PostStorageHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage HTTP params

func (*PostStorageHTTPParams) SetRequest

SetRequest adds the request to the post storage HTTP params

func (*PostStorageHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the post storage HTTP params

func (*PostStorageHTTPParams) WithContext

WithContext adds the context to the post storage HTTP params

func (*PostStorageHTTPParams) WithDefaults

func (o *PostStorageHTTPParams) WithDefaults() *PostStorageHTTPParams

WithDefaults hydrates default values in the post storage HTTP params (not the query body).

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

func (*PostStorageHTTPParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage HTTP params

func (*PostStorageHTTPParams) WithRequest

WithRequest adds the request to the post storage HTTP params

func (*PostStorageHTTPParams) WithTimeout

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

WithTimeout adds the timeout to the post storage HTTP params

func (*PostStorageHTTPParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageHTTPReader

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

PostStorageHTTPReader is a Reader for the PostStorageHTTP structure.

func (*PostStorageHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageHdfsBadRequest

type PostStorageHdfsBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageHdfsBadRequest

func NewPostStorageHdfsBadRequest() *PostStorageHdfsBadRequest

NewPostStorageHdfsBadRequest creates a PostStorageHdfsBadRequest with default headers values

func (*PostStorageHdfsBadRequest) Code

func (o *PostStorageHdfsBadRequest) Code() int

Code gets the status code for the post storage hdfs bad request response

func (*PostStorageHdfsBadRequest) Error

func (o *PostStorageHdfsBadRequest) Error() string

func (*PostStorageHdfsBadRequest) GetPayload

func (*PostStorageHdfsBadRequest) IsClientError

func (o *PostStorageHdfsBadRequest) IsClientError() bool

IsClientError returns true when this post storage hdfs bad request response has a 4xx status code

func (*PostStorageHdfsBadRequest) IsCode

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

IsCode returns true when this post storage hdfs bad request response a status code equal to that given

func (*PostStorageHdfsBadRequest) IsRedirect

func (o *PostStorageHdfsBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage hdfs bad request response has a 3xx status code

func (*PostStorageHdfsBadRequest) IsServerError

func (o *PostStorageHdfsBadRequest) IsServerError() bool

IsServerError returns true when this post storage hdfs bad request response has a 5xx status code

func (*PostStorageHdfsBadRequest) IsSuccess

func (o *PostStorageHdfsBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage hdfs bad request response has a 2xx status code

func (*PostStorageHdfsBadRequest) String

func (o *PostStorageHdfsBadRequest) String() string

type PostStorageHdfsInternalServerError

type PostStorageHdfsInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageHdfsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageHdfsInternalServerError

func NewPostStorageHdfsInternalServerError() *PostStorageHdfsInternalServerError

NewPostStorageHdfsInternalServerError creates a PostStorageHdfsInternalServerError with default headers values

func (*PostStorageHdfsInternalServerError) Code

Code gets the status code for the post storage hdfs internal server error response

func (*PostStorageHdfsInternalServerError) Error

func (*PostStorageHdfsInternalServerError) GetPayload

func (*PostStorageHdfsInternalServerError) IsClientError

func (o *PostStorageHdfsInternalServerError) IsClientError() bool

IsClientError returns true when this post storage hdfs internal server error response has a 4xx status code

func (*PostStorageHdfsInternalServerError) IsCode

IsCode returns true when this post storage hdfs internal server error response a status code equal to that given

func (*PostStorageHdfsInternalServerError) IsRedirect

func (o *PostStorageHdfsInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage hdfs internal server error response has a 3xx status code

func (*PostStorageHdfsInternalServerError) IsServerError

func (o *PostStorageHdfsInternalServerError) IsServerError() bool

IsServerError returns true when this post storage hdfs internal server error response has a 5xx status code

func (*PostStorageHdfsInternalServerError) IsSuccess

IsSuccess returns true when this post storage hdfs internal server error response has a 2xx status code

func (*PostStorageHdfsInternalServerError) String

type PostStorageHdfsOK

type PostStorageHdfsOK struct {
	Payload *models.ModelStorage
}

PostStorageHdfsOK describes a response with status code 200, with default header values.

OK

func NewPostStorageHdfsOK

func NewPostStorageHdfsOK() *PostStorageHdfsOK

NewPostStorageHdfsOK creates a PostStorageHdfsOK with default headers values

func (*PostStorageHdfsOK) Code

func (o *PostStorageHdfsOK) Code() int

Code gets the status code for the post storage hdfs o k response

func (*PostStorageHdfsOK) Error

func (o *PostStorageHdfsOK) Error() string

func (*PostStorageHdfsOK) GetPayload

func (o *PostStorageHdfsOK) GetPayload() *models.ModelStorage

func (*PostStorageHdfsOK) IsClientError

func (o *PostStorageHdfsOK) IsClientError() bool

IsClientError returns true when this post storage hdfs o k response has a 4xx status code

func (*PostStorageHdfsOK) IsCode

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

IsCode returns true when this post storage hdfs o k response a status code equal to that given

func (*PostStorageHdfsOK) IsRedirect

func (o *PostStorageHdfsOK) IsRedirect() bool

IsRedirect returns true when this post storage hdfs o k response has a 3xx status code

func (*PostStorageHdfsOK) IsServerError

func (o *PostStorageHdfsOK) IsServerError() bool

IsServerError returns true when this post storage hdfs o k response has a 5xx status code

func (*PostStorageHdfsOK) IsSuccess

func (o *PostStorageHdfsOK) IsSuccess() bool

IsSuccess returns true when this post storage hdfs o k response has a 2xx status code

func (*PostStorageHdfsOK) String

func (o *PostStorageHdfsOK) String() string

type PostStorageHdfsParams

type PostStorageHdfsParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateHdfsStorageRequest

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

PostStorageHdfsParams contains all the parameters to send to the API endpoint

for the post storage hdfs operation.

Typically these are written to a http.Request.

func NewPostStorageHdfsParams

func NewPostStorageHdfsParams() *PostStorageHdfsParams

NewPostStorageHdfsParams creates a new PostStorageHdfsParams 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 NewPostStorageHdfsParamsWithContext

func NewPostStorageHdfsParamsWithContext(ctx context.Context) *PostStorageHdfsParams

NewPostStorageHdfsParamsWithContext creates a new PostStorageHdfsParams object with the ability to set a context for a request.

func NewPostStorageHdfsParamsWithHTTPClient

func NewPostStorageHdfsParamsWithHTTPClient(client *http.Client) *PostStorageHdfsParams

NewPostStorageHdfsParamsWithHTTPClient creates a new PostStorageHdfsParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageHdfsParamsWithTimeout

func NewPostStorageHdfsParamsWithTimeout(timeout time.Duration) *PostStorageHdfsParams

NewPostStorageHdfsParamsWithTimeout creates a new PostStorageHdfsParams object with the ability to set a timeout on a request.

func (*PostStorageHdfsParams) SetContext

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

SetContext adds the context to the post storage hdfs params

func (*PostStorageHdfsParams) SetDefaults

func (o *PostStorageHdfsParams) SetDefaults()

SetDefaults hydrates default values in the post storage hdfs params (not the query body).

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

func (*PostStorageHdfsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage hdfs params

func (*PostStorageHdfsParams) SetRequest

SetRequest adds the request to the post storage hdfs params

func (*PostStorageHdfsParams) SetTimeout

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

SetTimeout adds the timeout to the post storage hdfs params

func (*PostStorageHdfsParams) WithContext

WithContext adds the context to the post storage hdfs params

func (*PostStorageHdfsParams) WithDefaults

func (o *PostStorageHdfsParams) WithDefaults() *PostStorageHdfsParams

WithDefaults hydrates default values in the post storage hdfs params (not the query body).

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

func (*PostStorageHdfsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage hdfs params

func (*PostStorageHdfsParams) WithRequest

WithRequest adds the request to the post storage hdfs params

func (*PostStorageHdfsParams) WithTimeout

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

WithTimeout adds the timeout to the post storage hdfs params

func (*PostStorageHdfsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageHdfsReader

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

PostStorageHdfsReader is a Reader for the PostStorageHdfs structure.

func (*PostStorageHdfsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageHidriveBadRequest

type PostStorageHidriveBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageHidriveBadRequest

func NewPostStorageHidriveBadRequest() *PostStorageHidriveBadRequest

NewPostStorageHidriveBadRequest creates a PostStorageHidriveBadRequest with default headers values

func (*PostStorageHidriveBadRequest) Code

Code gets the status code for the post storage hidrive bad request response

func (*PostStorageHidriveBadRequest) Error

func (*PostStorageHidriveBadRequest) GetPayload

func (*PostStorageHidriveBadRequest) IsClientError

func (o *PostStorageHidriveBadRequest) IsClientError() bool

IsClientError returns true when this post storage hidrive bad request response has a 4xx status code

func (*PostStorageHidriveBadRequest) IsCode

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

IsCode returns true when this post storage hidrive bad request response a status code equal to that given

func (*PostStorageHidriveBadRequest) IsRedirect

func (o *PostStorageHidriveBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage hidrive bad request response has a 3xx status code

func (*PostStorageHidriveBadRequest) IsServerError

func (o *PostStorageHidriveBadRequest) IsServerError() bool

IsServerError returns true when this post storage hidrive bad request response has a 5xx status code

func (*PostStorageHidriveBadRequest) IsSuccess

func (o *PostStorageHidriveBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage hidrive bad request response has a 2xx status code

func (*PostStorageHidriveBadRequest) String

type PostStorageHidriveInternalServerError

type PostStorageHidriveInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageHidriveInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageHidriveInternalServerError

func NewPostStorageHidriveInternalServerError() *PostStorageHidriveInternalServerError

NewPostStorageHidriveInternalServerError creates a PostStorageHidriveInternalServerError with default headers values

func (*PostStorageHidriveInternalServerError) Code

Code gets the status code for the post storage hidrive internal server error response

func (*PostStorageHidriveInternalServerError) Error

func (*PostStorageHidriveInternalServerError) GetPayload

func (*PostStorageHidriveInternalServerError) IsClientError

func (o *PostStorageHidriveInternalServerError) IsClientError() bool

IsClientError returns true when this post storage hidrive internal server error response has a 4xx status code

func (*PostStorageHidriveInternalServerError) IsCode

IsCode returns true when this post storage hidrive internal server error response a status code equal to that given

func (*PostStorageHidriveInternalServerError) IsRedirect

IsRedirect returns true when this post storage hidrive internal server error response has a 3xx status code

func (*PostStorageHidriveInternalServerError) IsServerError

func (o *PostStorageHidriveInternalServerError) IsServerError() bool

IsServerError returns true when this post storage hidrive internal server error response has a 5xx status code

func (*PostStorageHidriveInternalServerError) IsSuccess

IsSuccess returns true when this post storage hidrive internal server error response has a 2xx status code

func (*PostStorageHidriveInternalServerError) String

type PostStorageHidriveOK

type PostStorageHidriveOK struct {
	Payload *models.ModelStorage
}

PostStorageHidriveOK describes a response with status code 200, with default header values.

OK

func NewPostStorageHidriveOK

func NewPostStorageHidriveOK() *PostStorageHidriveOK

NewPostStorageHidriveOK creates a PostStorageHidriveOK with default headers values

func (*PostStorageHidriveOK) Code

func (o *PostStorageHidriveOK) Code() int

Code gets the status code for the post storage hidrive o k response

func (*PostStorageHidriveOK) Error

func (o *PostStorageHidriveOK) Error() string

func (*PostStorageHidriveOK) GetPayload

func (o *PostStorageHidriveOK) GetPayload() *models.ModelStorage

func (*PostStorageHidriveOK) IsClientError

func (o *PostStorageHidriveOK) IsClientError() bool

IsClientError returns true when this post storage hidrive o k response has a 4xx status code

func (*PostStorageHidriveOK) IsCode

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

IsCode returns true when this post storage hidrive o k response a status code equal to that given

func (*PostStorageHidriveOK) IsRedirect

func (o *PostStorageHidriveOK) IsRedirect() bool

IsRedirect returns true when this post storage hidrive o k response has a 3xx status code

func (*PostStorageHidriveOK) IsServerError

func (o *PostStorageHidriveOK) IsServerError() bool

IsServerError returns true when this post storage hidrive o k response has a 5xx status code

func (*PostStorageHidriveOK) IsSuccess

func (o *PostStorageHidriveOK) IsSuccess() bool

IsSuccess returns true when this post storage hidrive o k response has a 2xx status code

func (*PostStorageHidriveOK) String

func (o *PostStorageHidriveOK) String() string

type PostStorageHidriveParams

type PostStorageHidriveParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateHidriveStorageRequest

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

PostStorageHidriveParams contains all the parameters to send to the API endpoint

for the post storage hidrive operation.

Typically these are written to a http.Request.

func NewPostStorageHidriveParams

func NewPostStorageHidriveParams() *PostStorageHidriveParams

NewPostStorageHidriveParams creates a new PostStorageHidriveParams 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 NewPostStorageHidriveParamsWithContext

func NewPostStorageHidriveParamsWithContext(ctx context.Context) *PostStorageHidriveParams

NewPostStorageHidriveParamsWithContext creates a new PostStorageHidriveParams object with the ability to set a context for a request.

func NewPostStorageHidriveParamsWithHTTPClient

func NewPostStorageHidriveParamsWithHTTPClient(client *http.Client) *PostStorageHidriveParams

NewPostStorageHidriveParamsWithHTTPClient creates a new PostStorageHidriveParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageHidriveParamsWithTimeout

func NewPostStorageHidriveParamsWithTimeout(timeout time.Duration) *PostStorageHidriveParams

NewPostStorageHidriveParamsWithTimeout creates a new PostStorageHidriveParams object with the ability to set a timeout on a request.

func (*PostStorageHidriveParams) SetContext

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

SetContext adds the context to the post storage hidrive params

func (*PostStorageHidriveParams) SetDefaults

func (o *PostStorageHidriveParams) SetDefaults()

SetDefaults hydrates default values in the post storage hidrive params (not the query body).

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

func (*PostStorageHidriveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage hidrive params

func (*PostStorageHidriveParams) SetRequest

SetRequest adds the request to the post storage hidrive params

func (*PostStorageHidriveParams) SetTimeout

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

SetTimeout adds the timeout to the post storage hidrive params

func (*PostStorageHidriveParams) WithContext

WithContext adds the context to the post storage hidrive params

func (*PostStorageHidriveParams) WithDefaults

WithDefaults hydrates default values in the post storage hidrive params (not the query body).

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

func (*PostStorageHidriveParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage hidrive params

func (*PostStorageHidriveParams) WithRequest

WithRequest adds the request to the post storage hidrive params

func (*PostStorageHidriveParams) WithTimeout

WithTimeout adds the timeout to the post storage hidrive params

func (*PostStorageHidriveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageHidriveReader

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

PostStorageHidriveReader is a Reader for the PostStorageHidrive structure.

func (*PostStorageHidriveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageInternetarchiveBadRequest

type PostStorageInternetarchiveBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageInternetarchiveBadRequest

func NewPostStorageInternetarchiveBadRequest() *PostStorageInternetarchiveBadRequest

NewPostStorageInternetarchiveBadRequest creates a PostStorageInternetarchiveBadRequest with default headers values

func (*PostStorageInternetarchiveBadRequest) Code

Code gets the status code for the post storage internetarchive bad request response

func (*PostStorageInternetarchiveBadRequest) Error

func (*PostStorageInternetarchiveBadRequest) GetPayload

func (*PostStorageInternetarchiveBadRequest) IsClientError

func (o *PostStorageInternetarchiveBadRequest) IsClientError() bool

IsClientError returns true when this post storage internetarchive bad request response has a 4xx status code

func (*PostStorageInternetarchiveBadRequest) IsCode

IsCode returns true when this post storage internetarchive bad request response a status code equal to that given

func (*PostStorageInternetarchiveBadRequest) IsRedirect

IsRedirect returns true when this post storage internetarchive bad request response has a 3xx status code

func (*PostStorageInternetarchiveBadRequest) IsServerError

func (o *PostStorageInternetarchiveBadRequest) IsServerError() bool

IsServerError returns true when this post storage internetarchive bad request response has a 5xx status code

func (*PostStorageInternetarchiveBadRequest) IsSuccess

IsSuccess returns true when this post storage internetarchive bad request response has a 2xx status code

func (*PostStorageInternetarchiveBadRequest) String

type PostStorageInternetarchiveInternalServerError

type PostStorageInternetarchiveInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageInternetarchiveInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageInternetarchiveInternalServerError

func NewPostStorageInternetarchiveInternalServerError() *PostStorageInternetarchiveInternalServerError

NewPostStorageInternetarchiveInternalServerError creates a PostStorageInternetarchiveInternalServerError with default headers values

func (*PostStorageInternetarchiveInternalServerError) Code

Code gets the status code for the post storage internetarchive internal server error response

func (*PostStorageInternetarchiveInternalServerError) Error

func (*PostStorageInternetarchiveInternalServerError) GetPayload

func (*PostStorageInternetarchiveInternalServerError) IsClientError

IsClientError returns true when this post storage internetarchive internal server error response has a 4xx status code

func (*PostStorageInternetarchiveInternalServerError) IsCode

IsCode returns true when this post storage internetarchive internal server error response a status code equal to that given

func (*PostStorageInternetarchiveInternalServerError) IsRedirect

IsRedirect returns true when this post storage internetarchive internal server error response has a 3xx status code

func (*PostStorageInternetarchiveInternalServerError) IsServerError

IsServerError returns true when this post storage internetarchive internal server error response has a 5xx status code

func (*PostStorageInternetarchiveInternalServerError) IsSuccess

IsSuccess returns true when this post storage internetarchive internal server error response has a 2xx status code

func (*PostStorageInternetarchiveInternalServerError) String

type PostStorageInternetarchiveOK

type PostStorageInternetarchiveOK struct {
	Payload *models.ModelStorage
}

PostStorageInternetarchiveOK describes a response with status code 200, with default header values.

OK

func NewPostStorageInternetarchiveOK

func NewPostStorageInternetarchiveOK() *PostStorageInternetarchiveOK

NewPostStorageInternetarchiveOK creates a PostStorageInternetarchiveOK with default headers values

func (*PostStorageInternetarchiveOK) Code

Code gets the status code for the post storage internetarchive o k response

func (*PostStorageInternetarchiveOK) Error

func (*PostStorageInternetarchiveOK) GetPayload

func (*PostStorageInternetarchiveOK) IsClientError

func (o *PostStorageInternetarchiveOK) IsClientError() bool

IsClientError returns true when this post storage internetarchive o k response has a 4xx status code

func (*PostStorageInternetarchiveOK) IsCode

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

IsCode returns true when this post storage internetarchive o k response a status code equal to that given

func (*PostStorageInternetarchiveOK) IsRedirect

func (o *PostStorageInternetarchiveOK) IsRedirect() bool

IsRedirect returns true when this post storage internetarchive o k response has a 3xx status code

func (*PostStorageInternetarchiveOK) IsServerError

func (o *PostStorageInternetarchiveOK) IsServerError() bool

IsServerError returns true when this post storage internetarchive o k response has a 5xx status code

func (*PostStorageInternetarchiveOK) IsSuccess

func (o *PostStorageInternetarchiveOK) IsSuccess() bool

IsSuccess returns true when this post storage internetarchive o k response has a 2xx status code

func (*PostStorageInternetarchiveOK) String

type PostStorageInternetarchiveParams

type PostStorageInternetarchiveParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateInternetarchiveStorageRequest

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

PostStorageInternetarchiveParams contains all the parameters to send to the API endpoint

for the post storage internetarchive operation.

Typically these are written to a http.Request.

func NewPostStorageInternetarchiveParams

func NewPostStorageInternetarchiveParams() *PostStorageInternetarchiveParams

NewPostStorageInternetarchiveParams creates a new PostStorageInternetarchiveParams 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 NewPostStorageInternetarchiveParamsWithContext

func NewPostStorageInternetarchiveParamsWithContext(ctx context.Context) *PostStorageInternetarchiveParams

NewPostStorageInternetarchiveParamsWithContext creates a new PostStorageInternetarchiveParams object with the ability to set a context for a request.

func NewPostStorageInternetarchiveParamsWithHTTPClient

func NewPostStorageInternetarchiveParamsWithHTTPClient(client *http.Client) *PostStorageInternetarchiveParams

NewPostStorageInternetarchiveParamsWithHTTPClient creates a new PostStorageInternetarchiveParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageInternetarchiveParamsWithTimeout

func NewPostStorageInternetarchiveParamsWithTimeout(timeout time.Duration) *PostStorageInternetarchiveParams

NewPostStorageInternetarchiveParamsWithTimeout creates a new PostStorageInternetarchiveParams object with the ability to set a timeout on a request.

func (*PostStorageInternetarchiveParams) SetContext

SetContext adds the context to the post storage internetarchive params

func (*PostStorageInternetarchiveParams) SetDefaults

func (o *PostStorageInternetarchiveParams) SetDefaults()

SetDefaults hydrates default values in the post storage internetarchive params (not the query body).

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

func (*PostStorageInternetarchiveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage internetarchive params

func (*PostStorageInternetarchiveParams) SetRequest

SetRequest adds the request to the post storage internetarchive params

func (*PostStorageInternetarchiveParams) SetTimeout

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

SetTimeout adds the timeout to the post storage internetarchive params

func (*PostStorageInternetarchiveParams) WithContext

WithContext adds the context to the post storage internetarchive params

func (*PostStorageInternetarchiveParams) WithDefaults

WithDefaults hydrates default values in the post storage internetarchive params (not the query body).

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

func (*PostStorageInternetarchiveParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage internetarchive params

func (*PostStorageInternetarchiveParams) WithRequest

WithRequest adds the request to the post storage internetarchive params

func (*PostStorageInternetarchiveParams) WithTimeout

WithTimeout adds the timeout to the post storage internetarchive params

func (*PostStorageInternetarchiveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageInternetarchiveReader

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

PostStorageInternetarchiveReader is a Reader for the PostStorageInternetarchive structure.

func (*PostStorageInternetarchiveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageJottacloudBadRequest

type PostStorageJottacloudBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageJottacloudBadRequest

func NewPostStorageJottacloudBadRequest() *PostStorageJottacloudBadRequest

NewPostStorageJottacloudBadRequest creates a PostStorageJottacloudBadRequest with default headers values

func (*PostStorageJottacloudBadRequest) Code

Code gets the status code for the post storage jottacloud bad request response

func (*PostStorageJottacloudBadRequest) Error

func (*PostStorageJottacloudBadRequest) GetPayload

func (*PostStorageJottacloudBadRequest) IsClientError

func (o *PostStorageJottacloudBadRequest) IsClientError() bool

IsClientError returns true when this post storage jottacloud bad request response has a 4xx status code

func (*PostStorageJottacloudBadRequest) IsCode

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

IsCode returns true when this post storage jottacloud bad request response a status code equal to that given

func (*PostStorageJottacloudBadRequest) IsRedirect

func (o *PostStorageJottacloudBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage jottacloud bad request response has a 3xx status code

func (*PostStorageJottacloudBadRequest) IsServerError

func (o *PostStorageJottacloudBadRequest) IsServerError() bool

IsServerError returns true when this post storage jottacloud bad request response has a 5xx status code

func (*PostStorageJottacloudBadRequest) IsSuccess

func (o *PostStorageJottacloudBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage jottacloud bad request response has a 2xx status code

func (*PostStorageJottacloudBadRequest) String

type PostStorageJottacloudInternalServerError

type PostStorageJottacloudInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageJottacloudInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageJottacloudInternalServerError

func NewPostStorageJottacloudInternalServerError() *PostStorageJottacloudInternalServerError

NewPostStorageJottacloudInternalServerError creates a PostStorageJottacloudInternalServerError with default headers values

func (*PostStorageJottacloudInternalServerError) Code

Code gets the status code for the post storage jottacloud internal server error response

func (*PostStorageJottacloudInternalServerError) Error

func (*PostStorageJottacloudInternalServerError) GetPayload

func (*PostStorageJottacloudInternalServerError) IsClientError

IsClientError returns true when this post storage jottacloud internal server error response has a 4xx status code

func (*PostStorageJottacloudInternalServerError) IsCode

IsCode returns true when this post storage jottacloud internal server error response a status code equal to that given

func (*PostStorageJottacloudInternalServerError) IsRedirect

IsRedirect returns true when this post storage jottacloud internal server error response has a 3xx status code

func (*PostStorageJottacloudInternalServerError) IsServerError

IsServerError returns true when this post storage jottacloud internal server error response has a 5xx status code

func (*PostStorageJottacloudInternalServerError) IsSuccess

IsSuccess returns true when this post storage jottacloud internal server error response has a 2xx status code

func (*PostStorageJottacloudInternalServerError) String

type PostStorageJottacloudOK

type PostStorageJottacloudOK struct {
	Payload *models.ModelStorage
}

PostStorageJottacloudOK describes a response with status code 200, with default header values.

OK

func NewPostStorageJottacloudOK

func NewPostStorageJottacloudOK() *PostStorageJottacloudOK

NewPostStorageJottacloudOK creates a PostStorageJottacloudOK with default headers values

func (*PostStorageJottacloudOK) Code

func (o *PostStorageJottacloudOK) Code() int

Code gets the status code for the post storage jottacloud o k response

func (*PostStorageJottacloudOK) Error

func (o *PostStorageJottacloudOK) Error() string

func (*PostStorageJottacloudOK) GetPayload

func (o *PostStorageJottacloudOK) GetPayload() *models.ModelStorage

func (*PostStorageJottacloudOK) IsClientError

func (o *PostStorageJottacloudOK) IsClientError() bool

IsClientError returns true when this post storage jottacloud o k response has a 4xx status code

func (*PostStorageJottacloudOK) IsCode

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

IsCode returns true when this post storage jottacloud o k response a status code equal to that given

func (*PostStorageJottacloudOK) IsRedirect

func (o *PostStorageJottacloudOK) IsRedirect() bool

IsRedirect returns true when this post storage jottacloud o k response has a 3xx status code

func (*PostStorageJottacloudOK) IsServerError

func (o *PostStorageJottacloudOK) IsServerError() bool

IsServerError returns true when this post storage jottacloud o k response has a 5xx status code

func (*PostStorageJottacloudOK) IsSuccess

func (o *PostStorageJottacloudOK) IsSuccess() bool

IsSuccess returns true when this post storage jottacloud o k response has a 2xx status code

func (*PostStorageJottacloudOK) String

func (o *PostStorageJottacloudOK) String() string

type PostStorageJottacloudParams

type PostStorageJottacloudParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateJottacloudStorageRequest

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

PostStorageJottacloudParams contains all the parameters to send to the API endpoint

for the post storage jottacloud operation.

Typically these are written to a http.Request.

func NewPostStorageJottacloudParams

func NewPostStorageJottacloudParams() *PostStorageJottacloudParams

NewPostStorageJottacloudParams creates a new PostStorageJottacloudParams 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 NewPostStorageJottacloudParamsWithContext

func NewPostStorageJottacloudParamsWithContext(ctx context.Context) *PostStorageJottacloudParams

NewPostStorageJottacloudParamsWithContext creates a new PostStorageJottacloudParams object with the ability to set a context for a request.

func NewPostStorageJottacloudParamsWithHTTPClient

func NewPostStorageJottacloudParamsWithHTTPClient(client *http.Client) *PostStorageJottacloudParams

NewPostStorageJottacloudParamsWithHTTPClient creates a new PostStorageJottacloudParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageJottacloudParamsWithTimeout

func NewPostStorageJottacloudParamsWithTimeout(timeout time.Duration) *PostStorageJottacloudParams

NewPostStorageJottacloudParamsWithTimeout creates a new PostStorageJottacloudParams object with the ability to set a timeout on a request.

func (*PostStorageJottacloudParams) SetContext

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

SetContext adds the context to the post storage jottacloud params

func (*PostStorageJottacloudParams) SetDefaults

func (o *PostStorageJottacloudParams) SetDefaults()

SetDefaults hydrates default values in the post storage jottacloud params (not the query body).

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

func (*PostStorageJottacloudParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage jottacloud params

func (*PostStorageJottacloudParams) SetRequest

SetRequest adds the request to the post storage jottacloud params

func (*PostStorageJottacloudParams) SetTimeout

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

SetTimeout adds the timeout to the post storage jottacloud params

func (*PostStorageJottacloudParams) WithContext

WithContext adds the context to the post storage jottacloud params

func (*PostStorageJottacloudParams) WithDefaults

WithDefaults hydrates default values in the post storage jottacloud params (not the query body).

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

func (*PostStorageJottacloudParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage jottacloud params

func (*PostStorageJottacloudParams) WithRequest

WithRequest adds the request to the post storage jottacloud params

func (*PostStorageJottacloudParams) WithTimeout

WithTimeout adds the timeout to the post storage jottacloud params

func (*PostStorageJottacloudParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageJottacloudReader

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

PostStorageJottacloudReader is a Reader for the PostStorageJottacloud structure.

func (*PostStorageJottacloudReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageKoofrDigistorageBadRequest

type PostStorageKoofrDigistorageBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageKoofrDigistorageBadRequest

func NewPostStorageKoofrDigistorageBadRequest() *PostStorageKoofrDigistorageBadRequest

NewPostStorageKoofrDigistorageBadRequest creates a PostStorageKoofrDigistorageBadRequest with default headers values

func (*PostStorageKoofrDigistorageBadRequest) Code

Code gets the status code for the post storage koofr digistorage bad request response

func (*PostStorageKoofrDigistorageBadRequest) Error

func (*PostStorageKoofrDigistorageBadRequest) GetPayload

func (*PostStorageKoofrDigistorageBadRequest) IsClientError

func (o *PostStorageKoofrDigistorageBadRequest) IsClientError() bool

IsClientError returns true when this post storage koofr digistorage bad request response has a 4xx status code

func (*PostStorageKoofrDigistorageBadRequest) IsCode

IsCode returns true when this post storage koofr digistorage bad request response a status code equal to that given

func (*PostStorageKoofrDigistorageBadRequest) IsRedirect

IsRedirect returns true when this post storage koofr digistorage bad request response has a 3xx status code

func (*PostStorageKoofrDigistorageBadRequest) IsServerError

func (o *PostStorageKoofrDigistorageBadRequest) IsServerError() bool

IsServerError returns true when this post storage koofr digistorage bad request response has a 5xx status code

func (*PostStorageKoofrDigistorageBadRequest) IsSuccess

IsSuccess returns true when this post storage koofr digistorage bad request response has a 2xx status code

func (*PostStorageKoofrDigistorageBadRequest) String

type PostStorageKoofrDigistorageInternalServerError

type PostStorageKoofrDigistorageInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageKoofrDigistorageInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageKoofrDigistorageInternalServerError

func NewPostStorageKoofrDigistorageInternalServerError() *PostStorageKoofrDigistorageInternalServerError

NewPostStorageKoofrDigistorageInternalServerError creates a PostStorageKoofrDigistorageInternalServerError with default headers values

func (*PostStorageKoofrDigistorageInternalServerError) Code

Code gets the status code for the post storage koofr digistorage internal server error response

func (*PostStorageKoofrDigistorageInternalServerError) Error

func (*PostStorageKoofrDigistorageInternalServerError) GetPayload

func (*PostStorageKoofrDigistorageInternalServerError) IsClientError

IsClientError returns true when this post storage koofr digistorage internal server error response has a 4xx status code

func (*PostStorageKoofrDigistorageInternalServerError) IsCode

IsCode returns true when this post storage koofr digistorage internal server error response a status code equal to that given

func (*PostStorageKoofrDigistorageInternalServerError) IsRedirect

IsRedirect returns true when this post storage koofr digistorage internal server error response has a 3xx status code

func (*PostStorageKoofrDigistorageInternalServerError) IsServerError

IsServerError returns true when this post storage koofr digistorage internal server error response has a 5xx status code

func (*PostStorageKoofrDigistorageInternalServerError) IsSuccess

IsSuccess returns true when this post storage koofr digistorage internal server error response has a 2xx status code

func (*PostStorageKoofrDigistorageInternalServerError) String

type PostStorageKoofrDigistorageOK

type PostStorageKoofrDigistorageOK struct {
	Payload *models.ModelStorage
}

PostStorageKoofrDigistorageOK describes a response with status code 200, with default header values.

OK

func NewPostStorageKoofrDigistorageOK

func NewPostStorageKoofrDigistorageOK() *PostStorageKoofrDigistorageOK

NewPostStorageKoofrDigistorageOK creates a PostStorageKoofrDigistorageOK with default headers values

func (*PostStorageKoofrDigistorageOK) Code

Code gets the status code for the post storage koofr digistorage o k response

func (*PostStorageKoofrDigistorageOK) Error

func (*PostStorageKoofrDigistorageOK) GetPayload

func (*PostStorageKoofrDigistorageOK) IsClientError

func (o *PostStorageKoofrDigistorageOK) IsClientError() bool

IsClientError returns true when this post storage koofr digistorage o k response has a 4xx status code

func (*PostStorageKoofrDigistorageOK) IsCode

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

IsCode returns true when this post storage koofr digistorage o k response a status code equal to that given

func (*PostStorageKoofrDigistorageOK) IsRedirect

func (o *PostStorageKoofrDigistorageOK) IsRedirect() bool

IsRedirect returns true when this post storage koofr digistorage o k response has a 3xx status code

func (*PostStorageKoofrDigistorageOK) IsServerError

func (o *PostStorageKoofrDigistorageOK) IsServerError() bool

IsServerError returns true when this post storage koofr digistorage o k response has a 5xx status code

func (*PostStorageKoofrDigistorageOK) IsSuccess

func (o *PostStorageKoofrDigistorageOK) IsSuccess() bool

IsSuccess returns true when this post storage koofr digistorage o k response has a 2xx status code

func (*PostStorageKoofrDigistorageOK) String

type PostStorageKoofrDigistorageParams

type PostStorageKoofrDigistorageParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateKoofrDigistorageStorageRequest

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

PostStorageKoofrDigistorageParams contains all the parameters to send to the API endpoint

for the post storage koofr digistorage operation.

Typically these are written to a http.Request.

func NewPostStorageKoofrDigistorageParams

func NewPostStorageKoofrDigistorageParams() *PostStorageKoofrDigistorageParams

NewPostStorageKoofrDigistorageParams creates a new PostStorageKoofrDigistorageParams 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 NewPostStorageKoofrDigistorageParamsWithContext

func NewPostStorageKoofrDigistorageParamsWithContext(ctx context.Context) *PostStorageKoofrDigistorageParams

NewPostStorageKoofrDigistorageParamsWithContext creates a new PostStorageKoofrDigistorageParams object with the ability to set a context for a request.

func NewPostStorageKoofrDigistorageParamsWithHTTPClient

func NewPostStorageKoofrDigistorageParamsWithHTTPClient(client *http.Client) *PostStorageKoofrDigistorageParams

NewPostStorageKoofrDigistorageParamsWithHTTPClient creates a new PostStorageKoofrDigistorageParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageKoofrDigistorageParamsWithTimeout

func NewPostStorageKoofrDigistorageParamsWithTimeout(timeout time.Duration) *PostStorageKoofrDigistorageParams

NewPostStorageKoofrDigistorageParamsWithTimeout creates a new PostStorageKoofrDigistorageParams object with the ability to set a timeout on a request.

func (*PostStorageKoofrDigistorageParams) SetContext

SetContext adds the context to the post storage koofr digistorage params

func (*PostStorageKoofrDigistorageParams) SetDefaults

func (o *PostStorageKoofrDigistorageParams) SetDefaults()

SetDefaults hydrates default values in the post storage koofr digistorage params (not the query body).

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

func (*PostStorageKoofrDigistorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage koofr digistorage params

func (*PostStorageKoofrDigistorageParams) SetRequest

SetRequest adds the request to the post storage koofr digistorage params

func (*PostStorageKoofrDigistorageParams) SetTimeout

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

SetTimeout adds the timeout to the post storage koofr digistorage params

func (*PostStorageKoofrDigistorageParams) WithContext

WithContext adds the context to the post storage koofr digistorage params

func (*PostStorageKoofrDigistorageParams) WithDefaults

WithDefaults hydrates default values in the post storage koofr digistorage params (not the query body).

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

func (*PostStorageKoofrDigistorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage koofr digistorage params

func (*PostStorageKoofrDigistorageParams) WithRequest

WithRequest adds the request to the post storage koofr digistorage params

func (*PostStorageKoofrDigistorageParams) WithTimeout

WithTimeout adds the timeout to the post storage koofr digistorage params

func (*PostStorageKoofrDigistorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageKoofrDigistorageReader

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

PostStorageKoofrDigistorageReader is a Reader for the PostStorageKoofrDigistorage structure.

func (*PostStorageKoofrDigistorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageKoofrKoofrBadRequest

type PostStorageKoofrKoofrBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageKoofrKoofrBadRequest

func NewPostStorageKoofrKoofrBadRequest() *PostStorageKoofrKoofrBadRequest

NewPostStorageKoofrKoofrBadRequest creates a PostStorageKoofrKoofrBadRequest with default headers values

func (*PostStorageKoofrKoofrBadRequest) Code

Code gets the status code for the post storage koofr koofr bad request response

func (*PostStorageKoofrKoofrBadRequest) Error

func (*PostStorageKoofrKoofrBadRequest) GetPayload

func (*PostStorageKoofrKoofrBadRequest) IsClientError

func (o *PostStorageKoofrKoofrBadRequest) IsClientError() bool

IsClientError returns true when this post storage koofr koofr bad request response has a 4xx status code

func (*PostStorageKoofrKoofrBadRequest) IsCode

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

IsCode returns true when this post storage koofr koofr bad request response a status code equal to that given

func (*PostStorageKoofrKoofrBadRequest) IsRedirect

func (o *PostStorageKoofrKoofrBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage koofr koofr bad request response has a 3xx status code

func (*PostStorageKoofrKoofrBadRequest) IsServerError

func (o *PostStorageKoofrKoofrBadRequest) IsServerError() bool

IsServerError returns true when this post storage koofr koofr bad request response has a 5xx status code

func (*PostStorageKoofrKoofrBadRequest) IsSuccess

func (o *PostStorageKoofrKoofrBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage koofr koofr bad request response has a 2xx status code

func (*PostStorageKoofrKoofrBadRequest) String

type PostStorageKoofrKoofrInternalServerError

type PostStorageKoofrKoofrInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageKoofrKoofrInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageKoofrKoofrInternalServerError

func NewPostStorageKoofrKoofrInternalServerError() *PostStorageKoofrKoofrInternalServerError

NewPostStorageKoofrKoofrInternalServerError creates a PostStorageKoofrKoofrInternalServerError with default headers values

func (*PostStorageKoofrKoofrInternalServerError) Code

Code gets the status code for the post storage koofr koofr internal server error response

func (*PostStorageKoofrKoofrInternalServerError) Error

func (*PostStorageKoofrKoofrInternalServerError) GetPayload

func (*PostStorageKoofrKoofrInternalServerError) IsClientError

IsClientError returns true when this post storage koofr koofr internal server error response has a 4xx status code

func (*PostStorageKoofrKoofrInternalServerError) IsCode

IsCode returns true when this post storage koofr koofr internal server error response a status code equal to that given

func (*PostStorageKoofrKoofrInternalServerError) IsRedirect

IsRedirect returns true when this post storage koofr koofr internal server error response has a 3xx status code

func (*PostStorageKoofrKoofrInternalServerError) IsServerError

IsServerError returns true when this post storage koofr koofr internal server error response has a 5xx status code

func (*PostStorageKoofrKoofrInternalServerError) IsSuccess

IsSuccess returns true when this post storage koofr koofr internal server error response has a 2xx status code

func (*PostStorageKoofrKoofrInternalServerError) String

type PostStorageKoofrKoofrOK

type PostStorageKoofrKoofrOK struct {
	Payload *models.ModelStorage
}

PostStorageKoofrKoofrOK describes a response with status code 200, with default header values.

OK

func NewPostStorageKoofrKoofrOK

func NewPostStorageKoofrKoofrOK() *PostStorageKoofrKoofrOK

NewPostStorageKoofrKoofrOK creates a PostStorageKoofrKoofrOK with default headers values

func (*PostStorageKoofrKoofrOK) Code

func (o *PostStorageKoofrKoofrOK) Code() int

Code gets the status code for the post storage koofr koofr o k response

func (*PostStorageKoofrKoofrOK) Error

func (o *PostStorageKoofrKoofrOK) Error() string

func (*PostStorageKoofrKoofrOK) GetPayload

func (o *PostStorageKoofrKoofrOK) GetPayload() *models.ModelStorage

func (*PostStorageKoofrKoofrOK) IsClientError

func (o *PostStorageKoofrKoofrOK) IsClientError() bool

IsClientError returns true when this post storage koofr koofr o k response has a 4xx status code

func (*PostStorageKoofrKoofrOK) IsCode

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

IsCode returns true when this post storage koofr koofr o k response a status code equal to that given

func (*PostStorageKoofrKoofrOK) IsRedirect

func (o *PostStorageKoofrKoofrOK) IsRedirect() bool

IsRedirect returns true when this post storage koofr koofr o k response has a 3xx status code

func (*PostStorageKoofrKoofrOK) IsServerError

func (o *PostStorageKoofrKoofrOK) IsServerError() bool

IsServerError returns true when this post storage koofr koofr o k response has a 5xx status code

func (*PostStorageKoofrKoofrOK) IsSuccess

func (o *PostStorageKoofrKoofrOK) IsSuccess() bool

IsSuccess returns true when this post storage koofr koofr o k response has a 2xx status code

func (*PostStorageKoofrKoofrOK) String

func (o *PostStorageKoofrKoofrOK) String() string

type PostStorageKoofrKoofrParams

type PostStorageKoofrKoofrParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateKoofrKoofrStorageRequest

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

PostStorageKoofrKoofrParams contains all the parameters to send to the API endpoint

for the post storage koofr koofr operation.

Typically these are written to a http.Request.

func NewPostStorageKoofrKoofrParams

func NewPostStorageKoofrKoofrParams() *PostStorageKoofrKoofrParams

NewPostStorageKoofrKoofrParams creates a new PostStorageKoofrKoofrParams 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 NewPostStorageKoofrKoofrParamsWithContext

func NewPostStorageKoofrKoofrParamsWithContext(ctx context.Context) *PostStorageKoofrKoofrParams

NewPostStorageKoofrKoofrParamsWithContext creates a new PostStorageKoofrKoofrParams object with the ability to set a context for a request.

func NewPostStorageKoofrKoofrParamsWithHTTPClient

func NewPostStorageKoofrKoofrParamsWithHTTPClient(client *http.Client) *PostStorageKoofrKoofrParams

NewPostStorageKoofrKoofrParamsWithHTTPClient creates a new PostStorageKoofrKoofrParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageKoofrKoofrParamsWithTimeout

func NewPostStorageKoofrKoofrParamsWithTimeout(timeout time.Duration) *PostStorageKoofrKoofrParams

NewPostStorageKoofrKoofrParamsWithTimeout creates a new PostStorageKoofrKoofrParams object with the ability to set a timeout on a request.

func (*PostStorageKoofrKoofrParams) SetContext

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

SetContext adds the context to the post storage koofr koofr params

func (*PostStorageKoofrKoofrParams) SetDefaults

func (o *PostStorageKoofrKoofrParams) SetDefaults()

SetDefaults hydrates default values in the post storage koofr koofr params (not the query body).

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

func (*PostStorageKoofrKoofrParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage koofr koofr params

func (*PostStorageKoofrKoofrParams) SetRequest

SetRequest adds the request to the post storage koofr koofr params

func (*PostStorageKoofrKoofrParams) SetTimeout

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

SetTimeout adds the timeout to the post storage koofr koofr params

func (*PostStorageKoofrKoofrParams) WithContext

WithContext adds the context to the post storage koofr koofr params

func (*PostStorageKoofrKoofrParams) WithDefaults

WithDefaults hydrates default values in the post storage koofr koofr params (not the query body).

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

func (*PostStorageKoofrKoofrParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage koofr koofr params

func (*PostStorageKoofrKoofrParams) WithRequest

WithRequest adds the request to the post storage koofr koofr params

func (*PostStorageKoofrKoofrParams) WithTimeout

WithTimeout adds the timeout to the post storage koofr koofr params

func (*PostStorageKoofrKoofrParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageKoofrKoofrReader

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

PostStorageKoofrKoofrReader is a Reader for the PostStorageKoofrKoofr structure.

func (*PostStorageKoofrKoofrReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageKoofrOtherBadRequest

type PostStorageKoofrOtherBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageKoofrOtherBadRequest

func NewPostStorageKoofrOtherBadRequest() *PostStorageKoofrOtherBadRequest

NewPostStorageKoofrOtherBadRequest creates a PostStorageKoofrOtherBadRequest with default headers values

func (*PostStorageKoofrOtherBadRequest) Code

Code gets the status code for the post storage koofr other bad request response

func (*PostStorageKoofrOtherBadRequest) Error

func (*PostStorageKoofrOtherBadRequest) GetPayload

func (*PostStorageKoofrOtherBadRequest) IsClientError

func (o *PostStorageKoofrOtherBadRequest) IsClientError() bool

IsClientError returns true when this post storage koofr other bad request response has a 4xx status code

func (*PostStorageKoofrOtherBadRequest) IsCode

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

IsCode returns true when this post storage koofr other bad request response a status code equal to that given

func (*PostStorageKoofrOtherBadRequest) IsRedirect

func (o *PostStorageKoofrOtherBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage koofr other bad request response has a 3xx status code

func (*PostStorageKoofrOtherBadRequest) IsServerError

func (o *PostStorageKoofrOtherBadRequest) IsServerError() bool

IsServerError returns true when this post storage koofr other bad request response has a 5xx status code

func (*PostStorageKoofrOtherBadRequest) IsSuccess

func (o *PostStorageKoofrOtherBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage koofr other bad request response has a 2xx status code

func (*PostStorageKoofrOtherBadRequest) String

type PostStorageKoofrOtherInternalServerError

type PostStorageKoofrOtherInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageKoofrOtherInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageKoofrOtherInternalServerError

func NewPostStorageKoofrOtherInternalServerError() *PostStorageKoofrOtherInternalServerError

NewPostStorageKoofrOtherInternalServerError creates a PostStorageKoofrOtherInternalServerError with default headers values

func (*PostStorageKoofrOtherInternalServerError) Code

Code gets the status code for the post storage koofr other internal server error response

func (*PostStorageKoofrOtherInternalServerError) Error

func (*PostStorageKoofrOtherInternalServerError) GetPayload

func (*PostStorageKoofrOtherInternalServerError) IsClientError

IsClientError returns true when this post storage koofr other internal server error response has a 4xx status code

func (*PostStorageKoofrOtherInternalServerError) IsCode

IsCode returns true when this post storage koofr other internal server error response a status code equal to that given

func (*PostStorageKoofrOtherInternalServerError) IsRedirect

IsRedirect returns true when this post storage koofr other internal server error response has a 3xx status code

func (*PostStorageKoofrOtherInternalServerError) IsServerError

IsServerError returns true when this post storage koofr other internal server error response has a 5xx status code

func (*PostStorageKoofrOtherInternalServerError) IsSuccess

IsSuccess returns true when this post storage koofr other internal server error response has a 2xx status code

func (*PostStorageKoofrOtherInternalServerError) String

type PostStorageKoofrOtherOK

type PostStorageKoofrOtherOK struct {
	Payload *models.ModelStorage
}

PostStorageKoofrOtherOK describes a response with status code 200, with default header values.

OK

func NewPostStorageKoofrOtherOK

func NewPostStorageKoofrOtherOK() *PostStorageKoofrOtherOK

NewPostStorageKoofrOtherOK creates a PostStorageKoofrOtherOK with default headers values

func (*PostStorageKoofrOtherOK) Code

func (o *PostStorageKoofrOtherOK) Code() int

Code gets the status code for the post storage koofr other o k response

func (*PostStorageKoofrOtherOK) Error

func (o *PostStorageKoofrOtherOK) Error() string

func (*PostStorageKoofrOtherOK) GetPayload

func (o *PostStorageKoofrOtherOK) GetPayload() *models.ModelStorage

func (*PostStorageKoofrOtherOK) IsClientError

func (o *PostStorageKoofrOtherOK) IsClientError() bool

IsClientError returns true when this post storage koofr other o k response has a 4xx status code

func (*PostStorageKoofrOtherOK) IsCode

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

IsCode returns true when this post storage koofr other o k response a status code equal to that given

func (*PostStorageKoofrOtherOK) IsRedirect

func (o *PostStorageKoofrOtherOK) IsRedirect() bool

IsRedirect returns true when this post storage koofr other o k response has a 3xx status code

func (*PostStorageKoofrOtherOK) IsServerError

func (o *PostStorageKoofrOtherOK) IsServerError() bool

IsServerError returns true when this post storage koofr other o k response has a 5xx status code

func (*PostStorageKoofrOtherOK) IsSuccess

func (o *PostStorageKoofrOtherOK) IsSuccess() bool

IsSuccess returns true when this post storage koofr other o k response has a 2xx status code

func (*PostStorageKoofrOtherOK) String

func (o *PostStorageKoofrOtherOK) String() string

type PostStorageKoofrOtherParams

type PostStorageKoofrOtherParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateKoofrOtherStorageRequest

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

PostStorageKoofrOtherParams contains all the parameters to send to the API endpoint

for the post storage koofr other operation.

Typically these are written to a http.Request.

func NewPostStorageKoofrOtherParams

func NewPostStorageKoofrOtherParams() *PostStorageKoofrOtherParams

NewPostStorageKoofrOtherParams creates a new PostStorageKoofrOtherParams 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 NewPostStorageKoofrOtherParamsWithContext

func NewPostStorageKoofrOtherParamsWithContext(ctx context.Context) *PostStorageKoofrOtherParams

NewPostStorageKoofrOtherParamsWithContext creates a new PostStorageKoofrOtherParams object with the ability to set a context for a request.

func NewPostStorageKoofrOtherParamsWithHTTPClient

func NewPostStorageKoofrOtherParamsWithHTTPClient(client *http.Client) *PostStorageKoofrOtherParams

NewPostStorageKoofrOtherParamsWithHTTPClient creates a new PostStorageKoofrOtherParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageKoofrOtherParamsWithTimeout

func NewPostStorageKoofrOtherParamsWithTimeout(timeout time.Duration) *PostStorageKoofrOtherParams

NewPostStorageKoofrOtherParamsWithTimeout creates a new PostStorageKoofrOtherParams object with the ability to set a timeout on a request.

func (*PostStorageKoofrOtherParams) SetContext

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

SetContext adds the context to the post storage koofr other params

func (*PostStorageKoofrOtherParams) SetDefaults

func (o *PostStorageKoofrOtherParams) SetDefaults()

SetDefaults hydrates default values in the post storage koofr other params (not the query body).

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

func (*PostStorageKoofrOtherParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage koofr other params

func (*PostStorageKoofrOtherParams) SetRequest

SetRequest adds the request to the post storage koofr other params

func (*PostStorageKoofrOtherParams) SetTimeout

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

SetTimeout adds the timeout to the post storage koofr other params

func (*PostStorageKoofrOtherParams) WithContext

WithContext adds the context to the post storage koofr other params

func (*PostStorageKoofrOtherParams) WithDefaults

WithDefaults hydrates default values in the post storage koofr other params (not the query body).

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

func (*PostStorageKoofrOtherParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage koofr other params

func (*PostStorageKoofrOtherParams) WithRequest

WithRequest adds the request to the post storage koofr other params

func (*PostStorageKoofrOtherParams) WithTimeout

WithTimeout adds the timeout to the post storage koofr other params

func (*PostStorageKoofrOtherParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageKoofrOtherReader

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

PostStorageKoofrOtherReader is a Reader for the PostStorageKoofrOther structure.

func (*PostStorageKoofrOtherReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageLocalBadRequest

type PostStorageLocalBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageLocalBadRequest

func NewPostStorageLocalBadRequest() *PostStorageLocalBadRequest

NewPostStorageLocalBadRequest creates a PostStorageLocalBadRequest with default headers values

func (*PostStorageLocalBadRequest) Code

func (o *PostStorageLocalBadRequest) Code() int

Code gets the status code for the post storage local bad request response

func (*PostStorageLocalBadRequest) Error

func (*PostStorageLocalBadRequest) GetPayload

func (*PostStorageLocalBadRequest) IsClientError

func (o *PostStorageLocalBadRequest) IsClientError() bool

IsClientError returns true when this post storage local bad request response has a 4xx status code

func (*PostStorageLocalBadRequest) IsCode

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

IsCode returns true when this post storage local bad request response a status code equal to that given

func (*PostStorageLocalBadRequest) IsRedirect

func (o *PostStorageLocalBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage local bad request response has a 3xx status code

func (*PostStorageLocalBadRequest) IsServerError

func (o *PostStorageLocalBadRequest) IsServerError() bool

IsServerError returns true when this post storage local bad request response has a 5xx status code

func (*PostStorageLocalBadRequest) IsSuccess

func (o *PostStorageLocalBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage local bad request response has a 2xx status code

func (*PostStorageLocalBadRequest) String

func (o *PostStorageLocalBadRequest) String() string

type PostStorageLocalInternalServerError

type PostStorageLocalInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageLocalInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageLocalInternalServerError

func NewPostStorageLocalInternalServerError() *PostStorageLocalInternalServerError

NewPostStorageLocalInternalServerError creates a PostStorageLocalInternalServerError with default headers values

func (*PostStorageLocalInternalServerError) Code

Code gets the status code for the post storage local internal server error response

func (*PostStorageLocalInternalServerError) Error

func (*PostStorageLocalInternalServerError) GetPayload

func (*PostStorageLocalInternalServerError) IsClientError

func (o *PostStorageLocalInternalServerError) IsClientError() bool

IsClientError returns true when this post storage local internal server error response has a 4xx status code

func (*PostStorageLocalInternalServerError) IsCode

IsCode returns true when this post storage local internal server error response a status code equal to that given

func (*PostStorageLocalInternalServerError) IsRedirect

func (o *PostStorageLocalInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage local internal server error response has a 3xx status code

func (*PostStorageLocalInternalServerError) IsServerError

func (o *PostStorageLocalInternalServerError) IsServerError() bool

IsServerError returns true when this post storage local internal server error response has a 5xx status code

func (*PostStorageLocalInternalServerError) IsSuccess

IsSuccess returns true when this post storage local internal server error response has a 2xx status code

func (*PostStorageLocalInternalServerError) String

type PostStorageLocalOK

type PostStorageLocalOK struct {
	Payload *models.ModelStorage
}

PostStorageLocalOK describes a response with status code 200, with default header values.

OK

func NewPostStorageLocalOK

func NewPostStorageLocalOK() *PostStorageLocalOK

NewPostStorageLocalOK creates a PostStorageLocalOK with default headers values

func (*PostStorageLocalOK) Code

func (o *PostStorageLocalOK) Code() int

Code gets the status code for the post storage local o k response

func (*PostStorageLocalOK) Error

func (o *PostStorageLocalOK) Error() string

func (*PostStorageLocalOK) GetPayload

func (o *PostStorageLocalOK) GetPayload() *models.ModelStorage

func (*PostStorageLocalOK) IsClientError

func (o *PostStorageLocalOK) IsClientError() bool

IsClientError returns true when this post storage local o k response has a 4xx status code

func (*PostStorageLocalOK) IsCode

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

IsCode returns true when this post storage local o k response a status code equal to that given

func (*PostStorageLocalOK) IsRedirect

func (o *PostStorageLocalOK) IsRedirect() bool

IsRedirect returns true when this post storage local o k response has a 3xx status code

func (*PostStorageLocalOK) IsServerError

func (o *PostStorageLocalOK) IsServerError() bool

IsServerError returns true when this post storage local o k response has a 5xx status code

func (*PostStorageLocalOK) IsSuccess

func (o *PostStorageLocalOK) IsSuccess() bool

IsSuccess returns true when this post storage local o k response has a 2xx status code

func (*PostStorageLocalOK) String

func (o *PostStorageLocalOK) String() string

type PostStorageLocalParams

type PostStorageLocalParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateLocalStorageRequest

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

PostStorageLocalParams contains all the parameters to send to the API endpoint

for the post storage local operation.

Typically these are written to a http.Request.

func NewPostStorageLocalParams

func NewPostStorageLocalParams() *PostStorageLocalParams

NewPostStorageLocalParams creates a new PostStorageLocalParams 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 NewPostStorageLocalParamsWithContext

func NewPostStorageLocalParamsWithContext(ctx context.Context) *PostStorageLocalParams

NewPostStorageLocalParamsWithContext creates a new PostStorageLocalParams object with the ability to set a context for a request.

func NewPostStorageLocalParamsWithHTTPClient

func NewPostStorageLocalParamsWithHTTPClient(client *http.Client) *PostStorageLocalParams

NewPostStorageLocalParamsWithHTTPClient creates a new PostStorageLocalParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageLocalParamsWithTimeout

func NewPostStorageLocalParamsWithTimeout(timeout time.Duration) *PostStorageLocalParams

NewPostStorageLocalParamsWithTimeout creates a new PostStorageLocalParams object with the ability to set a timeout on a request.

func (*PostStorageLocalParams) SetContext

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

SetContext adds the context to the post storage local params

func (*PostStorageLocalParams) SetDefaults

func (o *PostStorageLocalParams) SetDefaults()

SetDefaults hydrates default values in the post storage local params (not the query body).

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

func (*PostStorageLocalParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage local params

func (*PostStorageLocalParams) SetRequest

SetRequest adds the request to the post storage local params

func (*PostStorageLocalParams) SetTimeout

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

SetTimeout adds the timeout to the post storage local params

func (*PostStorageLocalParams) WithContext

WithContext adds the context to the post storage local params

func (*PostStorageLocalParams) WithDefaults

WithDefaults hydrates default values in the post storage local params (not the query body).

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

func (*PostStorageLocalParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage local params

func (*PostStorageLocalParams) WithRequest

WithRequest adds the request to the post storage local params

func (*PostStorageLocalParams) WithTimeout

WithTimeout adds the timeout to the post storage local params

func (*PostStorageLocalParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageLocalReader

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

PostStorageLocalReader is a Reader for the PostStorageLocal structure.

func (*PostStorageLocalReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageMailruBadRequest

type PostStorageMailruBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageMailruBadRequest

func NewPostStorageMailruBadRequest() *PostStorageMailruBadRequest

NewPostStorageMailruBadRequest creates a PostStorageMailruBadRequest with default headers values

func (*PostStorageMailruBadRequest) Code

func (o *PostStorageMailruBadRequest) Code() int

Code gets the status code for the post storage mailru bad request response

func (*PostStorageMailruBadRequest) Error

func (*PostStorageMailruBadRequest) GetPayload

func (*PostStorageMailruBadRequest) IsClientError

func (o *PostStorageMailruBadRequest) IsClientError() bool

IsClientError returns true when this post storage mailru bad request response has a 4xx status code

func (*PostStorageMailruBadRequest) IsCode

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

IsCode returns true when this post storage mailru bad request response a status code equal to that given

func (*PostStorageMailruBadRequest) IsRedirect

func (o *PostStorageMailruBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage mailru bad request response has a 3xx status code

func (*PostStorageMailruBadRequest) IsServerError

func (o *PostStorageMailruBadRequest) IsServerError() bool

IsServerError returns true when this post storage mailru bad request response has a 5xx status code

func (*PostStorageMailruBadRequest) IsSuccess

func (o *PostStorageMailruBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage mailru bad request response has a 2xx status code

func (*PostStorageMailruBadRequest) String

func (o *PostStorageMailruBadRequest) String() string

type PostStorageMailruInternalServerError

type PostStorageMailruInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageMailruInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageMailruInternalServerError

func NewPostStorageMailruInternalServerError() *PostStorageMailruInternalServerError

NewPostStorageMailruInternalServerError creates a PostStorageMailruInternalServerError with default headers values

func (*PostStorageMailruInternalServerError) Code

Code gets the status code for the post storage mailru internal server error response

func (*PostStorageMailruInternalServerError) Error

func (*PostStorageMailruInternalServerError) GetPayload

func (*PostStorageMailruInternalServerError) IsClientError

func (o *PostStorageMailruInternalServerError) IsClientError() bool

IsClientError returns true when this post storage mailru internal server error response has a 4xx status code

func (*PostStorageMailruInternalServerError) IsCode

IsCode returns true when this post storage mailru internal server error response a status code equal to that given

func (*PostStorageMailruInternalServerError) IsRedirect

IsRedirect returns true when this post storage mailru internal server error response has a 3xx status code

func (*PostStorageMailruInternalServerError) IsServerError

func (o *PostStorageMailruInternalServerError) IsServerError() bool

IsServerError returns true when this post storage mailru internal server error response has a 5xx status code

func (*PostStorageMailruInternalServerError) IsSuccess

IsSuccess returns true when this post storage mailru internal server error response has a 2xx status code

func (*PostStorageMailruInternalServerError) String

type PostStorageMailruOK

type PostStorageMailruOK struct {
	Payload *models.ModelStorage
}

PostStorageMailruOK describes a response with status code 200, with default header values.

OK

func NewPostStorageMailruOK

func NewPostStorageMailruOK() *PostStorageMailruOK

NewPostStorageMailruOK creates a PostStorageMailruOK with default headers values

func (*PostStorageMailruOK) Code

func (o *PostStorageMailruOK) Code() int

Code gets the status code for the post storage mailru o k response

func (*PostStorageMailruOK) Error

func (o *PostStorageMailruOK) Error() string

func (*PostStorageMailruOK) GetPayload

func (o *PostStorageMailruOK) GetPayload() *models.ModelStorage

func (*PostStorageMailruOK) IsClientError

func (o *PostStorageMailruOK) IsClientError() bool

IsClientError returns true when this post storage mailru o k response has a 4xx status code

func (*PostStorageMailruOK) IsCode

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

IsCode returns true when this post storage mailru o k response a status code equal to that given

func (*PostStorageMailruOK) IsRedirect

func (o *PostStorageMailruOK) IsRedirect() bool

IsRedirect returns true when this post storage mailru o k response has a 3xx status code

func (*PostStorageMailruOK) IsServerError

func (o *PostStorageMailruOK) IsServerError() bool

IsServerError returns true when this post storage mailru o k response has a 5xx status code

func (*PostStorageMailruOK) IsSuccess

func (o *PostStorageMailruOK) IsSuccess() bool

IsSuccess returns true when this post storage mailru o k response has a 2xx status code

func (*PostStorageMailruOK) String

func (o *PostStorageMailruOK) String() string

type PostStorageMailruParams

type PostStorageMailruParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateMailruStorageRequest

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

PostStorageMailruParams contains all the parameters to send to the API endpoint

for the post storage mailru operation.

Typically these are written to a http.Request.

func NewPostStorageMailruParams

func NewPostStorageMailruParams() *PostStorageMailruParams

NewPostStorageMailruParams creates a new PostStorageMailruParams 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 NewPostStorageMailruParamsWithContext

func NewPostStorageMailruParamsWithContext(ctx context.Context) *PostStorageMailruParams

NewPostStorageMailruParamsWithContext creates a new PostStorageMailruParams object with the ability to set a context for a request.

func NewPostStorageMailruParamsWithHTTPClient

func NewPostStorageMailruParamsWithHTTPClient(client *http.Client) *PostStorageMailruParams

NewPostStorageMailruParamsWithHTTPClient creates a new PostStorageMailruParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageMailruParamsWithTimeout

func NewPostStorageMailruParamsWithTimeout(timeout time.Duration) *PostStorageMailruParams

NewPostStorageMailruParamsWithTimeout creates a new PostStorageMailruParams object with the ability to set a timeout on a request.

func (*PostStorageMailruParams) SetContext

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

SetContext adds the context to the post storage mailru params

func (*PostStorageMailruParams) SetDefaults

func (o *PostStorageMailruParams) SetDefaults()

SetDefaults hydrates default values in the post storage mailru params (not the query body).

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

func (*PostStorageMailruParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage mailru params

func (*PostStorageMailruParams) SetRequest

SetRequest adds the request to the post storage mailru params

func (*PostStorageMailruParams) SetTimeout

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

SetTimeout adds the timeout to the post storage mailru params

func (*PostStorageMailruParams) WithContext

WithContext adds the context to the post storage mailru params

func (*PostStorageMailruParams) WithDefaults

WithDefaults hydrates default values in the post storage mailru params (not the query body).

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

func (*PostStorageMailruParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage mailru params

func (*PostStorageMailruParams) WithRequest

WithRequest adds the request to the post storage mailru params

func (*PostStorageMailruParams) WithTimeout

WithTimeout adds the timeout to the post storage mailru params

func (*PostStorageMailruParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageMailruReader

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

PostStorageMailruReader is a Reader for the PostStorageMailru structure.

func (*PostStorageMailruReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageMegaBadRequest

type PostStorageMegaBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageMegaBadRequest

func NewPostStorageMegaBadRequest() *PostStorageMegaBadRequest

NewPostStorageMegaBadRequest creates a PostStorageMegaBadRequest with default headers values

func (*PostStorageMegaBadRequest) Code

func (o *PostStorageMegaBadRequest) Code() int

Code gets the status code for the post storage mega bad request response

func (*PostStorageMegaBadRequest) Error

func (o *PostStorageMegaBadRequest) Error() string

func (*PostStorageMegaBadRequest) GetPayload

func (*PostStorageMegaBadRequest) IsClientError

func (o *PostStorageMegaBadRequest) IsClientError() bool

IsClientError returns true when this post storage mega bad request response has a 4xx status code

func (*PostStorageMegaBadRequest) IsCode

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

IsCode returns true when this post storage mega bad request response a status code equal to that given

func (*PostStorageMegaBadRequest) IsRedirect

func (o *PostStorageMegaBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage mega bad request response has a 3xx status code

func (*PostStorageMegaBadRequest) IsServerError

func (o *PostStorageMegaBadRequest) IsServerError() bool

IsServerError returns true when this post storage mega bad request response has a 5xx status code

func (*PostStorageMegaBadRequest) IsSuccess

func (o *PostStorageMegaBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage mega bad request response has a 2xx status code

func (*PostStorageMegaBadRequest) String

func (o *PostStorageMegaBadRequest) String() string

type PostStorageMegaInternalServerError

type PostStorageMegaInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageMegaInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageMegaInternalServerError

func NewPostStorageMegaInternalServerError() *PostStorageMegaInternalServerError

NewPostStorageMegaInternalServerError creates a PostStorageMegaInternalServerError with default headers values

func (*PostStorageMegaInternalServerError) Code

Code gets the status code for the post storage mega internal server error response

func (*PostStorageMegaInternalServerError) Error

func (*PostStorageMegaInternalServerError) GetPayload

func (*PostStorageMegaInternalServerError) IsClientError

func (o *PostStorageMegaInternalServerError) IsClientError() bool

IsClientError returns true when this post storage mega internal server error response has a 4xx status code

func (*PostStorageMegaInternalServerError) IsCode

IsCode returns true when this post storage mega internal server error response a status code equal to that given

func (*PostStorageMegaInternalServerError) IsRedirect

func (o *PostStorageMegaInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage mega internal server error response has a 3xx status code

func (*PostStorageMegaInternalServerError) IsServerError

func (o *PostStorageMegaInternalServerError) IsServerError() bool

IsServerError returns true when this post storage mega internal server error response has a 5xx status code

func (*PostStorageMegaInternalServerError) IsSuccess

IsSuccess returns true when this post storage mega internal server error response has a 2xx status code

func (*PostStorageMegaInternalServerError) String

type PostStorageMegaOK

type PostStorageMegaOK struct {
	Payload *models.ModelStorage
}

PostStorageMegaOK describes a response with status code 200, with default header values.

OK

func NewPostStorageMegaOK

func NewPostStorageMegaOK() *PostStorageMegaOK

NewPostStorageMegaOK creates a PostStorageMegaOK with default headers values

func (*PostStorageMegaOK) Code

func (o *PostStorageMegaOK) Code() int

Code gets the status code for the post storage mega o k response

func (*PostStorageMegaOK) Error

func (o *PostStorageMegaOK) Error() string

func (*PostStorageMegaOK) GetPayload

func (o *PostStorageMegaOK) GetPayload() *models.ModelStorage

func (*PostStorageMegaOK) IsClientError

func (o *PostStorageMegaOK) IsClientError() bool

IsClientError returns true when this post storage mega o k response has a 4xx status code

func (*PostStorageMegaOK) IsCode

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

IsCode returns true when this post storage mega o k response a status code equal to that given

func (*PostStorageMegaOK) IsRedirect

func (o *PostStorageMegaOK) IsRedirect() bool

IsRedirect returns true when this post storage mega o k response has a 3xx status code

func (*PostStorageMegaOK) IsServerError

func (o *PostStorageMegaOK) IsServerError() bool

IsServerError returns true when this post storage mega o k response has a 5xx status code

func (*PostStorageMegaOK) IsSuccess

func (o *PostStorageMegaOK) IsSuccess() bool

IsSuccess returns true when this post storage mega o k response has a 2xx status code

func (*PostStorageMegaOK) String

func (o *PostStorageMegaOK) String() string

type PostStorageMegaParams

type PostStorageMegaParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateMegaStorageRequest

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

PostStorageMegaParams contains all the parameters to send to the API endpoint

for the post storage mega operation.

Typically these are written to a http.Request.

func NewPostStorageMegaParams

func NewPostStorageMegaParams() *PostStorageMegaParams

NewPostStorageMegaParams creates a new PostStorageMegaParams 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 NewPostStorageMegaParamsWithContext

func NewPostStorageMegaParamsWithContext(ctx context.Context) *PostStorageMegaParams

NewPostStorageMegaParamsWithContext creates a new PostStorageMegaParams object with the ability to set a context for a request.

func NewPostStorageMegaParamsWithHTTPClient

func NewPostStorageMegaParamsWithHTTPClient(client *http.Client) *PostStorageMegaParams

NewPostStorageMegaParamsWithHTTPClient creates a new PostStorageMegaParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageMegaParamsWithTimeout

func NewPostStorageMegaParamsWithTimeout(timeout time.Duration) *PostStorageMegaParams

NewPostStorageMegaParamsWithTimeout creates a new PostStorageMegaParams object with the ability to set a timeout on a request.

func (*PostStorageMegaParams) SetContext

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

SetContext adds the context to the post storage mega params

func (*PostStorageMegaParams) SetDefaults

func (o *PostStorageMegaParams) SetDefaults()

SetDefaults hydrates default values in the post storage mega params (not the query body).

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

func (*PostStorageMegaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage mega params

func (*PostStorageMegaParams) SetRequest

SetRequest adds the request to the post storage mega params

func (*PostStorageMegaParams) SetTimeout

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

SetTimeout adds the timeout to the post storage mega params

func (*PostStorageMegaParams) WithContext

WithContext adds the context to the post storage mega params

func (*PostStorageMegaParams) WithDefaults

func (o *PostStorageMegaParams) WithDefaults() *PostStorageMegaParams

WithDefaults hydrates default values in the post storage mega params (not the query body).

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

func (*PostStorageMegaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage mega params

func (*PostStorageMegaParams) WithRequest

WithRequest adds the request to the post storage mega params

func (*PostStorageMegaParams) WithTimeout

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

WithTimeout adds the timeout to the post storage mega params

func (*PostStorageMegaParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageMegaReader

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

PostStorageMegaReader is a Reader for the PostStorageMega structure.

func (*PostStorageMegaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageNetstorageBadRequest

type PostStorageNetstorageBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageNetstorageBadRequest

func NewPostStorageNetstorageBadRequest() *PostStorageNetstorageBadRequest

NewPostStorageNetstorageBadRequest creates a PostStorageNetstorageBadRequest with default headers values

func (*PostStorageNetstorageBadRequest) Code

Code gets the status code for the post storage netstorage bad request response

func (*PostStorageNetstorageBadRequest) Error

func (*PostStorageNetstorageBadRequest) GetPayload

func (*PostStorageNetstorageBadRequest) IsClientError

func (o *PostStorageNetstorageBadRequest) IsClientError() bool

IsClientError returns true when this post storage netstorage bad request response has a 4xx status code

func (*PostStorageNetstorageBadRequest) IsCode

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

IsCode returns true when this post storage netstorage bad request response a status code equal to that given

func (*PostStorageNetstorageBadRequest) IsRedirect

func (o *PostStorageNetstorageBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage netstorage bad request response has a 3xx status code

func (*PostStorageNetstorageBadRequest) IsServerError

func (o *PostStorageNetstorageBadRequest) IsServerError() bool

IsServerError returns true when this post storage netstorage bad request response has a 5xx status code

func (*PostStorageNetstorageBadRequest) IsSuccess

func (o *PostStorageNetstorageBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage netstorage bad request response has a 2xx status code

func (*PostStorageNetstorageBadRequest) String

type PostStorageNetstorageInternalServerError

type PostStorageNetstorageInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageNetstorageInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageNetstorageInternalServerError

func NewPostStorageNetstorageInternalServerError() *PostStorageNetstorageInternalServerError

NewPostStorageNetstorageInternalServerError creates a PostStorageNetstorageInternalServerError with default headers values

func (*PostStorageNetstorageInternalServerError) Code

Code gets the status code for the post storage netstorage internal server error response

func (*PostStorageNetstorageInternalServerError) Error

func (*PostStorageNetstorageInternalServerError) GetPayload

func (*PostStorageNetstorageInternalServerError) IsClientError

IsClientError returns true when this post storage netstorage internal server error response has a 4xx status code

func (*PostStorageNetstorageInternalServerError) IsCode

IsCode returns true when this post storage netstorage internal server error response a status code equal to that given

func (*PostStorageNetstorageInternalServerError) IsRedirect

IsRedirect returns true when this post storage netstorage internal server error response has a 3xx status code

func (*PostStorageNetstorageInternalServerError) IsServerError

IsServerError returns true when this post storage netstorage internal server error response has a 5xx status code

func (*PostStorageNetstorageInternalServerError) IsSuccess

IsSuccess returns true when this post storage netstorage internal server error response has a 2xx status code

func (*PostStorageNetstorageInternalServerError) String

type PostStorageNetstorageOK

type PostStorageNetstorageOK struct {
	Payload *models.ModelStorage
}

PostStorageNetstorageOK describes a response with status code 200, with default header values.

OK

func NewPostStorageNetstorageOK

func NewPostStorageNetstorageOK() *PostStorageNetstorageOK

NewPostStorageNetstorageOK creates a PostStorageNetstorageOK with default headers values

func (*PostStorageNetstorageOK) Code

func (o *PostStorageNetstorageOK) Code() int

Code gets the status code for the post storage netstorage o k response

func (*PostStorageNetstorageOK) Error

func (o *PostStorageNetstorageOK) Error() string

func (*PostStorageNetstorageOK) GetPayload

func (o *PostStorageNetstorageOK) GetPayload() *models.ModelStorage

func (*PostStorageNetstorageOK) IsClientError

func (o *PostStorageNetstorageOK) IsClientError() bool

IsClientError returns true when this post storage netstorage o k response has a 4xx status code

func (*PostStorageNetstorageOK) IsCode

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

IsCode returns true when this post storage netstorage o k response a status code equal to that given

func (*PostStorageNetstorageOK) IsRedirect

func (o *PostStorageNetstorageOK) IsRedirect() bool

IsRedirect returns true when this post storage netstorage o k response has a 3xx status code

func (*PostStorageNetstorageOK) IsServerError

func (o *PostStorageNetstorageOK) IsServerError() bool

IsServerError returns true when this post storage netstorage o k response has a 5xx status code

func (*PostStorageNetstorageOK) IsSuccess

func (o *PostStorageNetstorageOK) IsSuccess() bool

IsSuccess returns true when this post storage netstorage o k response has a 2xx status code

func (*PostStorageNetstorageOK) String

func (o *PostStorageNetstorageOK) String() string

type PostStorageNetstorageParams

type PostStorageNetstorageParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateNetstorageStorageRequest

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

PostStorageNetstorageParams contains all the parameters to send to the API endpoint

for the post storage netstorage operation.

Typically these are written to a http.Request.

func NewPostStorageNetstorageParams

func NewPostStorageNetstorageParams() *PostStorageNetstorageParams

NewPostStorageNetstorageParams creates a new PostStorageNetstorageParams 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 NewPostStorageNetstorageParamsWithContext

func NewPostStorageNetstorageParamsWithContext(ctx context.Context) *PostStorageNetstorageParams

NewPostStorageNetstorageParamsWithContext creates a new PostStorageNetstorageParams object with the ability to set a context for a request.

func NewPostStorageNetstorageParamsWithHTTPClient

func NewPostStorageNetstorageParamsWithHTTPClient(client *http.Client) *PostStorageNetstorageParams

NewPostStorageNetstorageParamsWithHTTPClient creates a new PostStorageNetstorageParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageNetstorageParamsWithTimeout

func NewPostStorageNetstorageParamsWithTimeout(timeout time.Duration) *PostStorageNetstorageParams

NewPostStorageNetstorageParamsWithTimeout creates a new PostStorageNetstorageParams object with the ability to set a timeout on a request.

func (*PostStorageNetstorageParams) SetContext

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

SetContext adds the context to the post storage netstorage params

func (*PostStorageNetstorageParams) SetDefaults

func (o *PostStorageNetstorageParams) SetDefaults()

SetDefaults hydrates default values in the post storage netstorage params (not the query body).

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

func (*PostStorageNetstorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage netstorage params

func (*PostStorageNetstorageParams) SetRequest

SetRequest adds the request to the post storage netstorage params

func (*PostStorageNetstorageParams) SetTimeout

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

SetTimeout adds the timeout to the post storage netstorage params

func (*PostStorageNetstorageParams) WithContext

WithContext adds the context to the post storage netstorage params

func (*PostStorageNetstorageParams) WithDefaults

WithDefaults hydrates default values in the post storage netstorage params (not the query body).

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

func (*PostStorageNetstorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage netstorage params

func (*PostStorageNetstorageParams) WithRequest

WithRequest adds the request to the post storage netstorage params

func (*PostStorageNetstorageParams) WithTimeout

WithTimeout adds the timeout to the post storage netstorage params

func (*PostStorageNetstorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageNetstorageReader

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

PostStorageNetstorageReader is a Reader for the PostStorageNetstorage structure.

func (*PostStorageNetstorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageOnedriveBadRequest

type PostStorageOnedriveBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageOnedriveBadRequest

func NewPostStorageOnedriveBadRequest() *PostStorageOnedriveBadRequest

NewPostStorageOnedriveBadRequest creates a PostStorageOnedriveBadRequest with default headers values

func (*PostStorageOnedriveBadRequest) Code

Code gets the status code for the post storage onedrive bad request response

func (*PostStorageOnedriveBadRequest) Error

func (*PostStorageOnedriveBadRequest) GetPayload

func (*PostStorageOnedriveBadRequest) IsClientError

func (o *PostStorageOnedriveBadRequest) IsClientError() bool

IsClientError returns true when this post storage onedrive bad request response has a 4xx status code

func (*PostStorageOnedriveBadRequest) IsCode

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

IsCode returns true when this post storage onedrive bad request response a status code equal to that given

func (*PostStorageOnedriveBadRequest) IsRedirect

func (o *PostStorageOnedriveBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage onedrive bad request response has a 3xx status code

func (*PostStorageOnedriveBadRequest) IsServerError

func (o *PostStorageOnedriveBadRequest) IsServerError() bool

IsServerError returns true when this post storage onedrive bad request response has a 5xx status code

func (*PostStorageOnedriveBadRequest) IsSuccess

func (o *PostStorageOnedriveBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage onedrive bad request response has a 2xx status code

func (*PostStorageOnedriveBadRequest) String

type PostStorageOnedriveInternalServerError

type PostStorageOnedriveInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageOnedriveInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageOnedriveInternalServerError

func NewPostStorageOnedriveInternalServerError() *PostStorageOnedriveInternalServerError

NewPostStorageOnedriveInternalServerError creates a PostStorageOnedriveInternalServerError with default headers values

func (*PostStorageOnedriveInternalServerError) Code

Code gets the status code for the post storage onedrive internal server error response

func (*PostStorageOnedriveInternalServerError) Error

func (*PostStorageOnedriveInternalServerError) GetPayload

func (*PostStorageOnedriveInternalServerError) IsClientError

func (o *PostStorageOnedriveInternalServerError) IsClientError() bool

IsClientError returns true when this post storage onedrive internal server error response has a 4xx status code

func (*PostStorageOnedriveInternalServerError) IsCode

IsCode returns true when this post storage onedrive internal server error response a status code equal to that given

func (*PostStorageOnedriveInternalServerError) IsRedirect

IsRedirect returns true when this post storage onedrive internal server error response has a 3xx status code

func (*PostStorageOnedriveInternalServerError) IsServerError

func (o *PostStorageOnedriveInternalServerError) IsServerError() bool

IsServerError returns true when this post storage onedrive internal server error response has a 5xx status code

func (*PostStorageOnedriveInternalServerError) IsSuccess

IsSuccess returns true when this post storage onedrive internal server error response has a 2xx status code

func (*PostStorageOnedriveInternalServerError) String

type PostStorageOnedriveOK

type PostStorageOnedriveOK struct {
	Payload *models.ModelStorage
}

PostStorageOnedriveOK describes a response with status code 200, with default header values.

OK

func NewPostStorageOnedriveOK

func NewPostStorageOnedriveOK() *PostStorageOnedriveOK

NewPostStorageOnedriveOK creates a PostStorageOnedriveOK with default headers values

func (*PostStorageOnedriveOK) Code

func (o *PostStorageOnedriveOK) Code() int

Code gets the status code for the post storage onedrive o k response

func (*PostStorageOnedriveOK) Error

func (o *PostStorageOnedriveOK) Error() string

func (*PostStorageOnedriveOK) GetPayload

func (o *PostStorageOnedriveOK) GetPayload() *models.ModelStorage

func (*PostStorageOnedriveOK) IsClientError

func (o *PostStorageOnedriveOK) IsClientError() bool

IsClientError returns true when this post storage onedrive o k response has a 4xx status code

func (*PostStorageOnedriveOK) IsCode

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

IsCode returns true when this post storage onedrive o k response a status code equal to that given

func (*PostStorageOnedriveOK) IsRedirect

func (o *PostStorageOnedriveOK) IsRedirect() bool

IsRedirect returns true when this post storage onedrive o k response has a 3xx status code

func (*PostStorageOnedriveOK) IsServerError

func (o *PostStorageOnedriveOK) IsServerError() bool

IsServerError returns true when this post storage onedrive o k response has a 5xx status code

func (*PostStorageOnedriveOK) IsSuccess

func (o *PostStorageOnedriveOK) IsSuccess() bool

IsSuccess returns true when this post storage onedrive o k response has a 2xx status code

func (*PostStorageOnedriveOK) String

func (o *PostStorageOnedriveOK) String() string

type PostStorageOnedriveParams

type PostStorageOnedriveParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateOnedriveStorageRequest

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

PostStorageOnedriveParams contains all the parameters to send to the API endpoint

for the post storage onedrive operation.

Typically these are written to a http.Request.

func NewPostStorageOnedriveParams

func NewPostStorageOnedriveParams() *PostStorageOnedriveParams

NewPostStorageOnedriveParams creates a new PostStorageOnedriveParams 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 NewPostStorageOnedriveParamsWithContext

func NewPostStorageOnedriveParamsWithContext(ctx context.Context) *PostStorageOnedriveParams

NewPostStorageOnedriveParamsWithContext creates a new PostStorageOnedriveParams object with the ability to set a context for a request.

func NewPostStorageOnedriveParamsWithHTTPClient

func NewPostStorageOnedriveParamsWithHTTPClient(client *http.Client) *PostStorageOnedriveParams

NewPostStorageOnedriveParamsWithHTTPClient creates a new PostStorageOnedriveParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageOnedriveParamsWithTimeout

func NewPostStorageOnedriveParamsWithTimeout(timeout time.Duration) *PostStorageOnedriveParams

NewPostStorageOnedriveParamsWithTimeout creates a new PostStorageOnedriveParams object with the ability to set a timeout on a request.

func (*PostStorageOnedriveParams) SetContext

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

SetContext adds the context to the post storage onedrive params

func (*PostStorageOnedriveParams) SetDefaults

func (o *PostStorageOnedriveParams) SetDefaults()

SetDefaults hydrates default values in the post storage onedrive params (not the query body).

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

func (*PostStorageOnedriveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage onedrive params

func (*PostStorageOnedriveParams) SetRequest

SetRequest adds the request to the post storage onedrive params

func (*PostStorageOnedriveParams) SetTimeout

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

SetTimeout adds the timeout to the post storage onedrive params

func (*PostStorageOnedriveParams) WithContext

WithContext adds the context to the post storage onedrive params

func (*PostStorageOnedriveParams) WithDefaults

WithDefaults hydrates default values in the post storage onedrive params (not the query body).

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

func (*PostStorageOnedriveParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage onedrive params

func (*PostStorageOnedriveParams) WithRequest

WithRequest adds the request to the post storage onedrive params

func (*PostStorageOnedriveParams) WithTimeout

WithTimeout adds the timeout to the post storage onedrive params

func (*PostStorageOnedriveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageOnedriveReader

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

PostStorageOnedriveReader is a Reader for the PostStorageOnedrive structure.

func (*PostStorageOnedriveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageOosEnvAuthBadRequest

type PostStorageOosEnvAuthBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageOosEnvAuthBadRequest

func NewPostStorageOosEnvAuthBadRequest() *PostStorageOosEnvAuthBadRequest

NewPostStorageOosEnvAuthBadRequest creates a PostStorageOosEnvAuthBadRequest with default headers values

func (*PostStorageOosEnvAuthBadRequest) Code

Code gets the status code for the post storage oos env auth bad request response

func (*PostStorageOosEnvAuthBadRequest) Error

func (*PostStorageOosEnvAuthBadRequest) GetPayload

func (*PostStorageOosEnvAuthBadRequest) IsClientError

func (o *PostStorageOosEnvAuthBadRequest) IsClientError() bool

IsClientError returns true when this post storage oos env auth bad request response has a 4xx status code

func (*PostStorageOosEnvAuthBadRequest) IsCode

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

IsCode returns true when this post storage oos env auth bad request response a status code equal to that given

func (*PostStorageOosEnvAuthBadRequest) IsRedirect

func (o *PostStorageOosEnvAuthBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage oos env auth bad request response has a 3xx status code

func (*PostStorageOosEnvAuthBadRequest) IsServerError

func (o *PostStorageOosEnvAuthBadRequest) IsServerError() bool

IsServerError returns true when this post storage oos env auth bad request response has a 5xx status code

func (*PostStorageOosEnvAuthBadRequest) IsSuccess

func (o *PostStorageOosEnvAuthBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage oos env auth bad request response has a 2xx status code

func (*PostStorageOosEnvAuthBadRequest) String

type PostStorageOosEnvAuthInternalServerError

type PostStorageOosEnvAuthInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageOosEnvAuthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageOosEnvAuthInternalServerError

func NewPostStorageOosEnvAuthInternalServerError() *PostStorageOosEnvAuthInternalServerError

NewPostStorageOosEnvAuthInternalServerError creates a PostStorageOosEnvAuthInternalServerError with default headers values

func (*PostStorageOosEnvAuthInternalServerError) Code

Code gets the status code for the post storage oos env auth internal server error response

func (*PostStorageOosEnvAuthInternalServerError) Error

func (*PostStorageOosEnvAuthInternalServerError) GetPayload

func (*PostStorageOosEnvAuthInternalServerError) IsClientError

IsClientError returns true when this post storage oos env auth internal server error response has a 4xx status code

func (*PostStorageOosEnvAuthInternalServerError) IsCode

IsCode returns true when this post storage oos env auth internal server error response a status code equal to that given

func (*PostStorageOosEnvAuthInternalServerError) IsRedirect

IsRedirect returns true when this post storage oos env auth internal server error response has a 3xx status code

func (*PostStorageOosEnvAuthInternalServerError) IsServerError

IsServerError returns true when this post storage oos env auth internal server error response has a 5xx status code

func (*PostStorageOosEnvAuthInternalServerError) IsSuccess

IsSuccess returns true when this post storage oos env auth internal server error response has a 2xx status code

func (*PostStorageOosEnvAuthInternalServerError) String

type PostStorageOosEnvAuthOK

type PostStorageOosEnvAuthOK struct {
	Payload *models.ModelStorage
}

PostStorageOosEnvAuthOK describes a response with status code 200, with default header values.

OK

func NewPostStorageOosEnvAuthOK

func NewPostStorageOosEnvAuthOK() *PostStorageOosEnvAuthOK

NewPostStorageOosEnvAuthOK creates a PostStorageOosEnvAuthOK with default headers values

func (*PostStorageOosEnvAuthOK) Code

func (o *PostStorageOosEnvAuthOK) Code() int

Code gets the status code for the post storage oos env auth o k response

func (*PostStorageOosEnvAuthOK) Error

func (o *PostStorageOosEnvAuthOK) Error() string

func (*PostStorageOosEnvAuthOK) GetPayload

func (o *PostStorageOosEnvAuthOK) GetPayload() *models.ModelStorage

func (*PostStorageOosEnvAuthOK) IsClientError

func (o *PostStorageOosEnvAuthOK) IsClientError() bool

IsClientError returns true when this post storage oos env auth o k response has a 4xx status code

func (*PostStorageOosEnvAuthOK) IsCode

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

IsCode returns true when this post storage oos env auth o k response a status code equal to that given

func (*PostStorageOosEnvAuthOK) IsRedirect

func (o *PostStorageOosEnvAuthOK) IsRedirect() bool

IsRedirect returns true when this post storage oos env auth o k response has a 3xx status code

func (*PostStorageOosEnvAuthOK) IsServerError

func (o *PostStorageOosEnvAuthOK) IsServerError() bool

IsServerError returns true when this post storage oos env auth o k response has a 5xx status code

func (*PostStorageOosEnvAuthOK) IsSuccess

func (o *PostStorageOosEnvAuthOK) IsSuccess() bool

IsSuccess returns true when this post storage oos env auth o k response has a 2xx status code

func (*PostStorageOosEnvAuthOK) String

func (o *PostStorageOosEnvAuthOK) String() string

type PostStorageOosEnvAuthParams

type PostStorageOosEnvAuthParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateOosEnvAuthStorageRequest

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

PostStorageOosEnvAuthParams contains all the parameters to send to the API endpoint

for the post storage oos env auth operation.

Typically these are written to a http.Request.

func NewPostStorageOosEnvAuthParams

func NewPostStorageOosEnvAuthParams() *PostStorageOosEnvAuthParams

NewPostStorageOosEnvAuthParams creates a new PostStorageOosEnvAuthParams 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 NewPostStorageOosEnvAuthParamsWithContext

func NewPostStorageOosEnvAuthParamsWithContext(ctx context.Context) *PostStorageOosEnvAuthParams

NewPostStorageOosEnvAuthParamsWithContext creates a new PostStorageOosEnvAuthParams object with the ability to set a context for a request.

func NewPostStorageOosEnvAuthParamsWithHTTPClient

func NewPostStorageOosEnvAuthParamsWithHTTPClient(client *http.Client) *PostStorageOosEnvAuthParams

NewPostStorageOosEnvAuthParamsWithHTTPClient creates a new PostStorageOosEnvAuthParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageOosEnvAuthParamsWithTimeout

func NewPostStorageOosEnvAuthParamsWithTimeout(timeout time.Duration) *PostStorageOosEnvAuthParams

NewPostStorageOosEnvAuthParamsWithTimeout creates a new PostStorageOosEnvAuthParams object with the ability to set a timeout on a request.

func (*PostStorageOosEnvAuthParams) SetContext

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

SetContext adds the context to the post storage oos env auth params

func (*PostStorageOosEnvAuthParams) SetDefaults

func (o *PostStorageOosEnvAuthParams) SetDefaults()

SetDefaults hydrates default values in the post storage oos env auth params (not the query body).

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

func (*PostStorageOosEnvAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage oos env auth params

func (*PostStorageOosEnvAuthParams) SetRequest

SetRequest adds the request to the post storage oos env auth params

func (*PostStorageOosEnvAuthParams) SetTimeout

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

SetTimeout adds the timeout to the post storage oos env auth params

func (*PostStorageOosEnvAuthParams) WithContext

WithContext adds the context to the post storage oos env auth params

func (*PostStorageOosEnvAuthParams) WithDefaults

WithDefaults hydrates default values in the post storage oos env auth params (not the query body).

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

func (*PostStorageOosEnvAuthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage oos env auth params

func (*PostStorageOosEnvAuthParams) WithRequest

WithRequest adds the request to the post storage oos env auth params

func (*PostStorageOosEnvAuthParams) WithTimeout

WithTimeout adds the timeout to the post storage oos env auth params

func (*PostStorageOosEnvAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageOosEnvAuthReader

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

PostStorageOosEnvAuthReader is a Reader for the PostStorageOosEnvAuth structure.

func (*PostStorageOosEnvAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageOosInstancePrincipalAuthBadRequest

type PostStorageOosInstancePrincipalAuthBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageOosInstancePrincipalAuthBadRequest

func NewPostStorageOosInstancePrincipalAuthBadRequest() *PostStorageOosInstancePrincipalAuthBadRequest

NewPostStorageOosInstancePrincipalAuthBadRequest creates a PostStorageOosInstancePrincipalAuthBadRequest with default headers values

func (*PostStorageOosInstancePrincipalAuthBadRequest) Code

Code gets the status code for the post storage oos instance principal auth bad request response

func (*PostStorageOosInstancePrincipalAuthBadRequest) Error

func (*PostStorageOosInstancePrincipalAuthBadRequest) GetPayload

func (*PostStorageOosInstancePrincipalAuthBadRequest) IsClientError

IsClientError returns true when this post storage oos instance principal auth bad request response has a 4xx status code

func (*PostStorageOosInstancePrincipalAuthBadRequest) IsCode

IsCode returns true when this post storage oos instance principal auth bad request response a status code equal to that given

func (*PostStorageOosInstancePrincipalAuthBadRequest) IsRedirect

IsRedirect returns true when this post storage oos instance principal auth bad request response has a 3xx status code

func (*PostStorageOosInstancePrincipalAuthBadRequest) IsServerError

IsServerError returns true when this post storage oos instance principal auth bad request response has a 5xx status code

func (*PostStorageOosInstancePrincipalAuthBadRequest) IsSuccess

IsSuccess returns true when this post storage oos instance principal auth bad request response has a 2xx status code

func (*PostStorageOosInstancePrincipalAuthBadRequest) String

type PostStorageOosInstancePrincipalAuthInternalServerError

type PostStorageOosInstancePrincipalAuthInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageOosInstancePrincipalAuthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageOosInstancePrincipalAuthInternalServerError

func NewPostStorageOosInstancePrincipalAuthInternalServerError() *PostStorageOosInstancePrincipalAuthInternalServerError

NewPostStorageOosInstancePrincipalAuthInternalServerError creates a PostStorageOosInstancePrincipalAuthInternalServerError with default headers values

func (*PostStorageOosInstancePrincipalAuthInternalServerError) Code

Code gets the status code for the post storage oos instance principal auth internal server error response

func (*PostStorageOosInstancePrincipalAuthInternalServerError) Error

func (*PostStorageOosInstancePrincipalAuthInternalServerError) GetPayload

func (*PostStorageOosInstancePrincipalAuthInternalServerError) IsClientError

IsClientError returns true when this post storage oos instance principal auth internal server error response has a 4xx status code

func (*PostStorageOosInstancePrincipalAuthInternalServerError) IsCode

IsCode returns true when this post storage oos instance principal auth internal server error response a status code equal to that given

func (*PostStorageOosInstancePrincipalAuthInternalServerError) IsRedirect

IsRedirect returns true when this post storage oos instance principal auth internal server error response has a 3xx status code

func (*PostStorageOosInstancePrincipalAuthInternalServerError) IsServerError

IsServerError returns true when this post storage oos instance principal auth internal server error response has a 5xx status code

func (*PostStorageOosInstancePrincipalAuthInternalServerError) IsSuccess

IsSuccess returns true when this post storage oos instance principal auth internal server error response has a 2xx status code

func (*PostStorageOosInstancePrincipalAuthInternalServerError) String

type PostStorageOosInstancePrincipalAuthOK

type PostStorageOosInstancePrincipalAuthOK struct {
	Payload *models.ModelStorage
}

PostStorageOosInstancePrincipalAuthOK describes a response with status code 200, with default header values.

OK

func NewPostStorageOosInstancePrincipalAuthOK

func NewPostStorageOosInstancePrincipalAuthOK() *PostStorageOosInstancePrincipalAuthOK

NewPostStorageOosInstancePrincipalAuthOK creates a PostStorageOosInstancePrincipalAuthOK with default headers values

func (*PostStorageOosInstancePrincipalAuthOK) Code

Code gets the status code for the post storage oos instance principal auth o k response

func (*PostStorageOosInstancePrincipalAuthOK) Error

func (*PostStorageOosInstancePrincipalAuthOK) GetPayload

func (*PostStorageOosInstancePrincipalAuthOK) IsClientError

func (o *PostStorageOosInstancePrincipalAuthOK) IsClientError() bool

IsClientError returns true when this post storage oos instance principal auth o k response has a 4xx status code

func (*PostStorageOosInstancePrincipalAuthOK) IsCode

IsCode returns true when this post storage oos instance principal auth o k response a status code equal to that given

func (*PostStorageOosInstancePrincipalAuthOK) IsRedirect

IsRedirect returns true when this post storage oos instance principal auth o k response has a 3xx status code

func (*PostStorageOosInstancePrincipalAuthOK) IsServerError

func (o *PostStorageOosInstancePrincipalAuthOK) IsServerError() bool

IsServerError returns true when this post storage oos instance principal auth o k response has a 5xx status code

func (*PostStorageOosInstancePrincipalAuthOK) IsSuccess

IsSuccess returns true when this post storage oos instance principal auth o k response has a 2xx status code

func (*PostStorageOosInstancePrincipalAuthOK) String

type PostStorageOosInstancePrincipalAuthParams

type PostStorageOosInstancePrincipalAuthParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateOosInstancePrincipalAuthStorageRequest

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

PostStorageOosInstancePrincipalAuthParams contains all the parameters to send to the API endpoint

for the post storage oos instance principal auth operation.

Typically these are written to a http.Request.

func NewPostStorageOosInstancePrincipalAuthParams

func NewPostStorageOosInstancePrincipalAuthParams() *PostStorageOosInstancePrincipalAuthParams

NewPostStorageOosInstancePrincipalAuthParams creates a new PostStorageOosInstancePrincipalAuthParams 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 NewPostStorageOosInstancePrincipalAuthParamsWithContext

func NewPostStorageOosInstancePrincipalAuthParamsWithContext(ctx context.Context) *PostStorageOosInstancePrincipalAuthParams

NewPostStorageOosInstancePrincipalAuthParamsWithContext creates a new PostStorageOosInstancePrincipalAuthParams object with the ability to set a context for a request.

func NewPostStorageOosInstancePrincipalAuthParamsWithHTTPClient

func NewPostStorageOosInstancePrincipalAuthParamsWithHTTPClient(client *http.Client) *PostStorageOosInstancePrincipalAuthParams

NewPostStorageOosInstancePrincipalAuthParamsWithHTTPClient creates a new PostStorageOosInstancePrincipalAuthParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageOosInstancePrincipalAuthParamsWithTimeout

func NewPostStorageOosInstancePrincipalAuthParamsWithTimeout(timeout time.Duration) *PostStorageOosInstancePrincipalAuthParams

NewPostStorageOosInstancePrincipalAuthParamsWithTimeout creates a new PostStorageOosInstancePrincipalAuthParams object with the ability to set a timeout on a request.

func (*PostStorageOosInstancePrincipalAuthParams) SetContext

SetContext adds the context to the post storage oos instance principal auth params

func (*PostStorageOosInstancePrincipalAuthParams) SetDefaults

SetDefaults hydrates default values in the post storage oos instance principal auth params (not the query body).

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

func (*PostStorageOosInstancePrincipalAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage oos instance principal auth params

func (*PostStorageOosInstancePrincipalAuthParams) SetRequest

SetRequest adds the request to the post storage oos instance principal auth params

func (*PostStorageOosInstancePrincipalAuthParams) SetTimeout

SetTimeout adds the timeout to the post storage oos instance principal auth params

func (*PostStorageOosInstancePrincipalAuthParams) WithContext

WithContext adds the context to the post storage oos instance principal auth params

func (*PostStorageOosInstancePrincipalAuthParams) WithDefaults

WithDefaults hydrates default values in the post storage oos instance principal auth params (not the query body).

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

func (*PostStorageOosInstancePrincipalAuthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage oos instance principal auth params

func (*PostStorageOosInstancePrincipalAuthParams) WithRequest

WithRequest adds the request to the post storage oos instance principal auth params

func (*PostStorageOosInstancePrincipalAuthParams) WithTimeout

WithTimeout adds the timeout to the post storage oos instance principal auth params

func (*PostStorageOosInstancePrincipalAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageOosInstancePrincipalAuthReader

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

PostStorageOosInstancePrincipalAuthReader is a Reader for the PostStorageOosInstancePrincipalAuth structure.

func (*PostStorageOosInstancePrincipalAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageOosNoAuthBadRequest

type PostStorageOosNoAuthBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageOosNoAuthBadRequest

func NewPostStorageOosNoAuthBadRequest() *PostStorageOosNoAuthBadRequest

NewPostStorageOosNoAuthBadRequest creates a PostStorageOosNoAuthBadRequest with default headers values

func (*PostStorageOosNoAuthBadRequest) Code

Code gets the status code for the post storage oos no auth bad request response

func (*PostStorageOosNoAuthBadRequest) Error

func (*PostStorageOosNoAuthBadRequest) GetPayload

func (*PostStorageOosNoAuthBadRequest) IsClientError

func (o *PostStorageOosNoAuthBadRequest) IsClientError() bool

IsClientError returns true when this post storage oos no auth bad request response has a 4xx status code

func (*PostStorageOosNoAuthBadRequest) IsCode

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

IsCode returns true when this post storage oos no auth bad request response a status code equal to that given

func (*PostStorageOosNoAuthBadRequest) IsRedirect

func (o *PostStorageOosNoAuthBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage oos no auth bad request response has a 3xx status code

func (*PostStorageOosNoAuthBadRequest) IsServerError

func (o *PostStorageOosNoAuthBadRequest) IsServerError() bool

IsServerError returns true when this post storage oos no auth bad request response has a 5xx status code

func (*PostStorageOosNoAuthBadRequest) IsSuccess

func (o *PostStorageOosNoAuthBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage oos no auth bad request response has a 2xx status code

func (*PostStorageOosNoAuthBadRequest) String

type PostStorageOosNoAuthInternalServerError

type PostStorageOosNoAuthInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageOosNoAuthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageOosNoAuthInternalServerError

func NewPostStorageOosNoAuthInternalServerError() *PostStorageOosNoAuthInternalServerError

NewPostStorageOosNoAuthInternalServerError creates a PostStorageOosNoAuthInternalServerError with default headers values

func (*PostStorageOosNoAuthInternalServerError) Code

Code gets the status code for the post storage oos no auth internal server error response

func (*PostStorageOosNoAuthInternalServerError) Error

func (*PostStorageOosNoAuthInternalServerError) GetPayload

func (*PostStorageOosNoAuthInternalServerError) IsClientError

func (o *PostStorageOosNoAuthInternalServerError) IsClientError() bool

IsClientError returns true when this post storage oos no auth internal server error response has a 4xx status code

func (*PostStorageOosNoAuthInternalServerError) IsCode

IsCode returns true when this post storage oos no auth internal server error response a status code equal to that given

func (*PostStorageOosNoAuthInternalServerError) IsRedirect

IsRedirect returns true when this post storage oos no auth internal server error response has a 3xx status code

func (*PostStorageOosNoAuthInternalServerError) IsServerError

func (o *PostStorageOosNoAuthInternalServerError) IsServerError() bool

IsServerError returns true when this post storage oos no auth internal server error response has a 5xx status code

func (*PostStorageOosNoAuthInternalServerError) IsSuccess

IsSuccess returns true when this post storage oos no auth internal server error response has a 2xx status code

func (*PostStorageOosNoAuthInternalServerError) String

type PostStorageOosNoAuthOK

type PostStorageOosNoAuthOK struct {
	Payload *models.ModelStorage
}

PostStorageOosNoAuthOK describes a response with status code 200, with default header values.

OK

func NewPostStorageOosNoAuthOK

func NewPostStorageOosNoAuthOK() *PostStorageOosNoAuthOK

NewPostStorageOosNoAuthOK creates a PostStorageOosNoAuthOK with default headers values

func (*PostStorageOosNoAuthOK) Code

func (o *PostStorageOosNoAuthOK) Code() int

Code gets the status code for the post storage oos no auth o k response

func (*PostStorageOosNoAuthOK) Error

func (o *PostStorageOosNoAuthOK) Error() string

func (*PostStorageOosNoAuthOK) GetPayload

func (o *PostStorageOosNoAuthOK) GetPayload() *models.ModelStorage

func (*PostStorageOosNoAuthOK) IsClientError

func (o *PostStorageOosNoAuthOK) IsClientError() bool

IsClientError returns true when this post storage oos no auth o k response has a 4xx status code

func (*PostStorageOosNoAuthOK) IsCode

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

IsCode returns true when this post storage oos no auth o k response a status code equal to that given

func (*PostStorageOosNoAuthOK) IsRedirect

func (o *PostStorageOosNoAuthOK) IsRedirect() bool

IsRedirect returns true when this post storage oos no auth o k response has a 3xx status code

func (*PostStorageOosNoAuthOK) IsServerError

func (o *PostStorageOosNoAuthOK) IsServerError() bool

IsServerError returns true when this post storage oos no auth o k response has a 5xx status code

func (*PostStorageOosNoAuthOK) IsSuccess

func (o *PostStorageOosNoAuthOK) IsSuccess() bool

IsSuccess returns true when this post storage oos no auth o k response has a 2xx status code

func (*PostStorageOosNoAuthOK) String

func (o *PostStorageOosNoAuthOK) String() string

type PostStorageOosNoAuthParams

type PostStorageOosNoAuthParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateOosNoAuthStorageRequest

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

PostStorageOosNoAuthParams contains all the parameters to send to the API endpoint

for the post storage oos no auth operation.

Typically these are written to a http.Request.

func NewPostStorageOosNoAuthParams

func NewPostStorageOosNoAuthParams() *PostStorageOosNoAuthParams

NewPostStorageOosNoAuthParams creates a new PostStorageOosNoAuthParams 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 NewPostStorageOosNoAuthParamsWithContext

func NewPostStorageOosNoAuthParamsWithContext(ctx context.Context) *PostStorageOosNoAuthParams

NewPostStorageOosNoAuthParamsWithContext creates a new PostStorageOosNoAuthParams object with the ability to set a context for a request.

func NewPostStorageOosNoAuthParamsWithHTTPClient

func NewPostStorageOosNoAuthParamsWithHTTPClient(client *http.Client) *PostStorageOosNoAuthParams

NewPostStorageOosNoAuthParamsWithHTTPClient creates a new PostStorageOosNoAuthParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageOosNoAuthParamsWithTimeout

func NewPostStorageOosNoAuthParamsWithTimeout(timeout time.Duration) *PostStorageOosNoAuthParams

NewPostStorageOosNoAuthParamsWithTimeout creates a new PostStorageOosNoAuthParams object with the ability to set a timeout on a request.

func (*PostStorageOosNoAuthParams) SetContext

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

SetContext adds the context to the post storage oos no auth params

func (*PostStorageOosNoAuthParams) SetDefaults

func (o *PostStorageOosNoAuthParams) SetDefaults()

SetDefaults hydrates default values in the post storage oos no auth params (not the query body).

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

func (*PostStorageOosNoAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage oos no auth params

func (*PostStorageOosNoAuthParams) SetRequest

SetRequest adds the request to the post storage oos no auth params

func (*PostStorageOosNoAuthParams) SetTimeout

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

SetTimeout adds the timeout to the post storage oos no auth params

func (*PostStorageOosNoAuthParams) WithContext

WithContext adds the context to the post storage oos no auth params

func (*PostStorageOosNoAuthParams) WithDefaults

WithDefaults hydrates default values in the post storage oos no auth params (not the query body).

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

func (*PostStorageOosNoAuthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage oos no auth params

func (*PostStorageOosNoAuthParams) WithRequest

WithRequest adds the request to the post storage oos no auth params

func (*PostStorageOosNoAuthParams) WithTimeout

WithTimeout adds the timeout to the post storage oos no auth params

func (*PostStorageOosNoAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageOosNoAuthReader

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

PostStorageOosNoAuthReader is a Reader for the PostStorageOosNoAuth structure.

func (*PostStorageOosNoAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageOosResourcePrincipalAuthBadRequest

type PostStorageOosResourcePrincipalAuthBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageOosResourcePrincipalAuthBadRequest

func NewPostStorageOosResourcePrincipalAuthBadRequest() *PostStorageOosResourcePrincipalAuthBadRequest

NewPostStorageOosResourcePrincipalAuthBadRequest creates a PostStorageOosResourcePrincipalAuthBadRequest with default headers values

func (*PostStorageOosResourcePrincipalAuthBadRequest) Code

Code gets the status code for the post storage oos resource principal auth bad request response

func (*PostStorageOosResourcePrincipalAuthBadRequest) Error

func (*PostStorageOosResourcePrincipalAuthBadRequest) GetPayload

func (*PostStorageOosResourcePrincipalAuthBadRequest) IsClientError

IsClientError returns true when this post storage oos resource principal auth bad request response has a 4xx status code

func (*PostStorageOosResourcePrincipalAuthBadRequest) IsCode

IsCode returns true when this post storage oos resource principal auth bad request response a status code equal to that given

func (*PostStorageOosResourcePrincipalAuthBadRequest) IsRedirect

IsRedirect returns true when this post storage oos resource principal auth bad request response has a 3xx status code

func (*PostStorageOosResourcePrincipalAuthBadRequest) IsServerError

IsServerError returns true when this post storage oos resource principal auth bad request response has a 5xx status code

func (*PostStorageOosResourcePrincipalAuthBadRequest) IsSuccess

IsSuccess returns true when this post storage oos resource principal auth bad request response has a 2xx status code

func (*PostStorageOosResourcePrincipalAuthBadRequest) String

type PostStorageOosResourcePrincipalAuthInternalServerError

type PostStorageOosResourcePrincipalAuthInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageOosResourcePrincipalAuthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageOosResourcePrincipalAuthInternalServerError

func NewPostStorageOosResourcePrincipalAuthInternalServerError() *PostStorageOosResourcePrincipalAuthInternalServerError

NewPostStorageOosResourcePrincipalAuthInternalServerError creates a PostStorageOosResourcePrincipalAuthInternalServerError with default headers values

func (*PostStorageOosResourcePrincipalAuthInternalServerError) Code

Code gets the status code for the post storage oos resource principal auth internal server error response

func (*PostStorageOosResourcePrincipalAuthInternalServerError) Error

func (*PostStorageOosResourcePrincipalAuthInternalServerError) GetPayload

func (*PostStorageOosResourcePrincipalAuthInternalServerError) IsClientError

IsClientError returns true when this post storage oos resource principal auth internal server error response has a 4xx status code

func (*PostStorageOosResourcePrincipalAuthInternalServerError) IsCode

IsCode returns true when this post storage oos resource principal auth internal server error response a status code equal to that given

func (*PostStorageOosResourcePrincipalAuthInternalServerError) IsRedirect

IsRedirect returns true when this post storage oos resource principal auth internal server error response has a 3xx status code

func (*PostStorageOosResourcePrincipalAuthInternalServerError) IsServerError

IsServerError returns true when this post storage oos resource principal auth internal server error response has a 5xx status code

func (*PostStorageOosResourcePrincipalAuthInternalServerError) IsSuccess

IsSuccess returns true when this post storage oos resource principal auth internal server error response has a 2xx status code

func (*PostStorageOosResourcePrincipalAuthInternalServerError) String

type PostStorageOosResourcePrincipalAuthOK

type PostStorageOosResourcePrincipalAuthOK struct {
	Payload *models.ModelStorage
}

PostStorageOosResourcePrincipalAuthOK describes a response with status code 200, with default header values.

OK

func NewPostStorageOosResourcePrincipalAuthOK

func NewPostStorageOosResourcePrincipalAuthOK() *PostStorageOosResourcePrincipalAuthOK

NewPostStorageOosResourcePrincipalAuthOK creates a PostStorageOosResourcePrincipalAuthOK with default headers values

func (*PostStorageOosResourcePrincipalAuthOK) Code

Code gets the status code for the post storage oos resource principal auth o k response

func (*PostStorageOosResourcePrincipalAuthOK) Error

func (*PostStorageOosResourcePrincipalAuthOK) GetPayload

func (*PostStorageOosResourcePrincipalAuthOK) IsClientError

func (o *PostStorageOosResourcePrincipalAuthOK) IsClientError() bool

IsClientError returns true when this post storage oos resource principal auth o k response has a 4xx status code

func (*PostStorageOosResourcePrincipalAuthOK) IsCode

IsCode returns true when this post storage oos resource principal auth o k response a status code equal to that given

func (*PostStorageOosResourcePrincipalAuthOK) IsRedirect

IsRedirect returns true when this post storage oos resource principal auth o k response has a 3xx status code

func (*PostStorageOosResourcePrincipalAuthOK) IsServerError

func (o *PostStorageOosResourcePrincipalAuthOK) IsServerError() bool

IsServerError returns true when this post storage oos resource principal auth o k response has a 5xx status code

func (*PostStorageOosResourcePrincipalAuthOK) IsSuccess

IsSuccess returns true when this post storage oos resource principal auth o k response has a 2xx status code

func (*PostStorageOosResourcePrincipalAuthOK) String

type PostStorageOosResourcePrincipalAuthParams

type PostStorageOosResourcePrincipalAuthParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateOosResourcePrincipalAuthStorageRequest

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

PostStorageOosResourcePrincipalAuthParams contains all the parameters to send to the API endpoint

for the post storage oos resource principal auth operation.

Typically these are written to a http.Request.

func NewPostStorageOosResourcePrincipalAuthParams

func NewPostStorageOosResourcePrincipalAuthParams() *PostStorageOosResourcePrincipalAuthParams

NewPostStorageOosResourcePrincipalAuthParams creates a new PostStorageOosResourcePrincipalAuthParams 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 NewPostStorageOosResourcePrincipalAuthParamsWithContext

func NewPostStorageOosResourcePrincipalAuthParamsWithContext(ctx context.Context) *PostStorageOosResourcePrincipalAuthParams

NewPostStorageOosResourcePrincipalAuthParamsWithContext creates a new PostStorageOosResourcePrincipalAuthParams object with the ability to set a context for a request.

func NewPostStorageOosResourcePrincipalAuthParamsWithHTTPClient

func NewPostStorageOosResourcePrincipalAuthParamsWithHTTPClient(client *http.Client) *PostStorageOosResourcePrincipalAuthParams

NewPostStorageOosResourcePrincipalAuthParamsWithHTTPClient creates a new PostStorageOosResourcePrincipalAuthParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageOosResourcePrincipalAuthParamsWithTimeout

func NewPostStorageOosResourcePrincipalAuthParamsWithTimeout(timeout time.Duration) *PostStorageOosResourcePrincipalAuthParams

NewPostStorageOosResourcePrincipalAuthParamsWithTimeout creates a new PostStorageOosResourcePrincipalAuthParams object with the ability to set a timeout on a request.

func (*PostStorageOosResourcePrincipalAuthParams) SetContext

SetContext adds the context to the post storage oos resource principal auth params

func (*PostStorageOosResourcePrincipalAuthParams) SetDefaults

SetDefaults hydrates default values in the post storage oos resource principal auth params (not the query body).

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

func (*PostStorageOosResourcePrincipalAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage oos resource principal auth params

func (*PostStorageOosResourcePrincipalAuthParams) SetRequest

SetRequest adds the request to the post storage oos resource principal auth params

func (*PostStorageOosResourcePrincipalAuthParams) SetTimeout

SetTimeout adds the timeout to the post storage oos resource principal auth params

func (*PostStorageOosResourcePrincipalAuthParams) WithContext

WithContext adds the context to the post storage oos resource principal auth params

func (*PostStorageOosResourcePrincipalAuthParams) WithDefaults

WithDefaults hydrates default values in the post storage oos resource principal auth params (not the query body).

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

func (*PostStorageOosResourcePrincipalAuthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage oos resource principal auth params

func (*PostStorageOosResourcePrincipalAuthParams) WithRequest

WithRequest adds the request to the post storage oos resource principal auth params

func (*PostStorageOosResourcePrincipalAuthParams) WithTimeout

WithTimeout adds the timeout to the post storage oos resource principal auth params

func (*PostStorageOosResourcePrincipalAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageOosResourcePrincipalAuthReader

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

PostStorageOosResourcePrincipalAuthReader is a Reader for the PostStorageOosResourcePrincipalAuth structure.

func (*PostStorageOosResourcePrincipalAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageOosUserPrincipalAuthBadRequest

type PostStorageOosUserPrincipalAuthBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageOosUserPrincipalAuthBadRequest

func NewPostStorageOosUserPrincipalAuthBadRequest() *PostStorageOosUserPrincipalAuthBadRequest

NewPostStorageOosUserPrincipalAuthBadRequest creates a PostStorageOosUserPrincipalAuthBadRequest with default headers values

func (*PostStorageOosUserPrincipalAuthBadRequest) Code

Code gets the status code for the post storage oos user principal auth bad request response

func (*PostStorageOosUserPrincipalAuthBadRequest) Error

func (*PostStorageOosUserPrincipalAuthBadRequest) GetPayload

func (*PostStorageOosUserPrincipalAuthBadRequest) IsClientError

IsClientError returns true when this post storage oos user principal auth bad request response has a 4xx status code

func (*PostStorageOosUserPrincipalAuthBadRequest) IsCode

IsCode returns true when this post storage oos user principal auth bad request response a status code equal to that given

func (*PostStorageOosUserPrincipalAuthBadRequest) IsRedirect

IsRedirect returns true when this post storage oos user principal auth bad request response has a 3xx status code

func (*PostStorageOosUserPrincipalAuthBadRequest) IsServerError

IsServerError returns true when this post storage oos user principal auth bad request response has a 5xx status code

func (*PostStorageOosUserPrincipalAuthBadRequest) IsSuccess

IsSuccess returns true when this post storage oos user principal auth bad request response has a 2xx status code

func (*PostStorageOosUserPrincipalAuthBadRequest) String

type PostStorageOosUserPrincipalAuthInternalServerError

type PostStorageOosUserPrincipalAuthInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageOosUserPrincipalAuthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageOosUserPrincipalAuthInternalServerError

func NewPostStorageOosUserPrincipalAuthInternalServerError() *PostStorageOosUserPrincipalAuthInternalServerError

NewPostStorageOosUserPrincipalAuthInternalServerError creates a PostStorageOosUserPrincipalAuthInternalServerError with default headers values

func (*PostStorageOosUserPrincipalAuthInternalServerError) Code

Code gets the status code for the post storage oos user principal auth internal server error response

func (*PostStorageOosUserPrincipalAuthInternalServerError) Error

func (*PostStorageOosUserPrincipalAuthInternalServerError) GetPayload

func (*PostStorageOosUserPrincipalAuthInternalServerError) IsClientError

IsClientError returns true when this post storage oos user principal auth internal server error response has a 4xx status code

func (*PostStorageOosUserPrincipalAuthInternalServerError) IsCode

IsCode returns true when this post storage oos user principal auth internal server error response a status code equal to that given

func (*PostStorageOosUserPrincipalAuthInternalServerError) IsRedirect

IsRedirect returns true when this post storage oos user principal auth internal server error response has a 3xx status code

func (*PostStorageOosUserPrincipalAuthInternalServerError) IsServerError

IsServerError returns true when this post storage oos user principal auth internal server error response has a 5xx status code

func (*PostStorageOosUserPrincipalAuthInternalServerError) IsSuccess

IsSuccess returns true when this post storage oos user principal auth internal server error response has a 2xx status code

func (*PostStorageOosUserPrincipalAuthInternalServerError) String

type PostStorageOosUserPrincipalAuthOK

type PostStorageOosUserPrincipalAuthOK struct {
	Payload *models.ModelStorage
}

PostStorageOosUserPrincipalAuthOK describes a response with status code 200, with default header values.

OK

func NewPostStorageOosUserPrincipalAuthOK

func NewPostStorageOosUserPrincipalAuthOK() *PostStorageOosUserPrincipalAuthOK

NewPostStorageOosUserPrincipalAuthOK creates a PostStorageOosUserPrincipalAuthOK with default headers values

func (*PostStorageOosUserPrincipalAuthOK) Code

Code gets the status code for the post storage oos user principal auth o k response

func (*PostStorageOosUserPrincipalAuthOK) Error

func (*PostStorageOosUserPrincipalAuthOK) GetPayload

func (*PostStorageOosUserPrincipalAuthOK) IsClientError

func (o *PostStorageOosUserPrincipalAuthOK) IsClientError() bool

IsClientError returns true when this post storage oos user principal auth o k response has a 4xx status code

func (*PostStorageOosUserPrincipalAuthOK) IsCode

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

IsCode returns true when this post storage oos user principal auth o k response a status code equal to that given

func (*PostStorageOosUserPrincipalAuthOK) IsRedirect

func (o *PostStorageOosUserPrincipalAuthOK) IsRedirect() bool

IsRedirect returns true when this post storage oos user principal auth o k response has a 3xx status code

func (*PostStorageOosUserPrincipalAuthOK) IsServerError

func (o *PostStorageOosUserPrincipalAuthOK) IsServerError() bool

IsServerError returns true when this post storage oos user principal auth o k response has a 5xx status code

func (*PostStorageOosUserPrincipalAuthOK) IsSuccess

func (o *PostStorageOosUserPrincipalAuthOK) IsSuccess() bool

IsSuccess returns true when this post storage oos user principal auth o k response has a 2xx status code

func (*PostStorageOosUserPrincipalAuthOK) String

type PostStorageOosUserPrincipalAuthParams

type PostStorageOosUserPrincipalAuthParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateOosUserPrincipalAuthStorageRequest

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

PostStorageOosUserPrincipalAuthParams contains all the parameters to send to the API endpoint

for the post storage oos user principal auth operation.

Typically these are written to a http.Request.

func NewPostStorageOosUserPrincipalAuthParams

func NewPostStorageOosUserPrincipalAuthParams() *PostStorageOosUserPrincipalAuthParams

NewPostStorageOosUserPrincipalAuthParams creates a new PostStorageOosUserPrincipalAuthParams 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 NewPostStorageOosUserPrincipalAuthParamsWithContext

func NewPostStorageOosUserPrincipalAuthParamsWithContext(ctx context.Context) *PostStorageOosUserPrincipalAuthParams

NewPostStorageOosUserPrincipalAuthParamsWithContext creates a new PostStorageOosUserPrincipalAuthParams object with the ability to set a context for a request.

func NewPostStorageOosUserPrincipalAuthParamsWithHTTPClient

func NewPostStorageOosUserPrincipalAuthParamsWithHTTPClient(client *http.Client) *PostStorageOosUserPrincipalAuthParams

NewPostStorageOosUserPrincipalAuthParamsWithHTTPClient creates a new PostStorageOosUserPrincipalAuthParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageOosUserPrincipalAuthParamsWithTimeout

func NewPostStorageOosUserPrincipalAuthParamsWithTimeout(timeout time.Duration) *PostStorageOosUserPrincipalAuthParams

NewPostStorageOosUserPrincipalAuthParamsWithTimeout creates a new PostStorageOosUserPrincipalAuthParams object with the ability to set a timeout on a request.

func (*PostStorageOosUserPrincipalAuthParams) SetContext

SetContext adds the context to the post storage oos user principal auth params

func (*PostStorageOosUserPrincipalAuthParams) SetDefaults

func (o *PostStorageOosUserPrincipalAuthParams) SetDefaults()

SetDefaults hydrates default values in the post storage oos user principal auth params (not the query body).

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

func (*PostStorageOosUserPrincipalAuthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage oos user principal auth params

func (*PostStorageOosUserPrincipalAuthParams) SetRequest

SetRequest adds the request to the post storage oos user principal auth params

func (*PostStorageOosUserPrincipalAuthParams) SetTimeout

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

SetTimeout adds the timeout to the post storage oos user principal auth params

func (*PostStorageOosUserPrincipalAuthParams) WithContext

WithContext adds the context to the post storage oos user principal auth params

func (*PostStorageOosUserPrincipalAuthParams) WithDefaults

WithDefaults hydrates default values in the post storage oos user principal auth params (not the query body).

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

func (*PostStorageOosUserPrincipalAuthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage oos user principal auth params

func (*PostStorageOosUserPrincipalAuthParams) WithRequest

WithRequest adds the request to the post storage oos user principal auth params

func (*PostStorageOosUserPrincipalAuthParams) WithTimeout

WithTimeout adds the timeout to the post storage oos user principal auth params

func (*PostStorageOosUserPrincipalAuthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageOosUserPrincipalAuthReader

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

PostStorageOosUserPrincipalAuthReader is a Reader for the PostStorageOosUserPrincipalAuth structure.

func (*PostStorageOosUserPrincipalAuthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageOpendriveBadRequest

type PostStorageOpendriveBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageOpendriveBadRequest

func NewPostStorageOpendriveBadRequest() *PostStorageOpendriveBadRequest

NewPostStorageOpendriveBadRequest creates a PostStorageOpendriveBadRequest with default headers values

func (*PostStorageOpendriveBadRequest) Code

Code gets the status code for the post storage opendrive bad request response

func (*PostStorageOpendriveBadRequest) Error

func (*PostStorageOpendriveBadRequest) GetPayload

func (*PostStorageOpendriveBadRequest) IsClientError

func (o *PostStorageOpendriveBadRequest) IsClientError() bool

IsClientError returns true when this post storage opendrive bad request response has a 4xx status code

func (*PostStorageOpendriveBadRequest) IsCode

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

IsCode returns true when this post storage opendrive bad request response a status code equal to that given

func (*PostStorageOpendriveBadRequest) IsRedirect

func (o *PostStorageOpendriveBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage opendrive bad request response has a 3xx status code

func (*PostStorageOpendriveBadRequest) IsServerError

func (o *PostStorageOpendriveBadRequest) IsServerError() bool

IsServerError returns true when this post storage opendrive bad request response has a 5xx status code

func (*PostStorageOpendriveBadRequest) IsSuccess

func (o *PostStorageOpendriveBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage opendrive bad request response has a 2xx status code

func (*PostStorageOpendriveBadRequest) String

type PostStorageOpendriveInternalServerError

type PostStorageOpendriveInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageOpendriveInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageOpendriveInternalServerError

func NewPostStorageOpendriveInternalServerError() *PostStorageOpendriveInternalServerError

NewPostStorageOpendriveInternalServerError creates a PostStorageOpendriveInternalServerError with default headers values

func (*PostStorageOpendriveInternalServerError) Code

Code gets the status code for the post storage opendrive internal server error response

func (*PostStorageOpendriveInternalServerError) Error

func (*PostStorageOpendriveInternalServerError) GetPayload

func (*PostStorageOpendriveInternalServerError) IsClientError

func (o *PostStorageOpendriveInternalServerError) IsClientError() bool

IsClientError returns true when this post storage opendrive internal server error response has a 4xx status code

func (*PostStorageOpendriveInternalServerError) IsCode

IsCode returns true when this post storage opendrive internal server error response a status code equal to that given

func (*PostStorageOpendriveInternalServerError) IsRedirect

IsRedirect returns true when this post storage opendrive internal server error response has a 3xx status code

func (*PostStorageOpendriveInternalServerError) IsServerError

func (o *PostStorageOpendriveInternalServerError) IsServerError() bool

IsServerError returns true when this post storage opendrive internal server error response has a 5xx status code

func (*PostStorageOpendriveInternalServerError) IsSuccess

IsSuccess returns true when this post storage opendrive internal server error response has a 2xx status code

func (*PostStorageOpendriveInternalServerError) String

type PostStorageOpendriveOK

type PostStorageOpendriveOK struct {
	Payload *models.ModelStorage
}

PostStorageOpendriveOK describes a response with status code 200, with default header values.

OK

func NewPostStorageOpendriveOK

func NewPostStorageOpendriveOK() *PostStorageOpendriveOK

NewPostStorageOpendriveOK creates a PostStorageOpendriveOK with default headers values

func (*PostStorageOpendriveOK) Code

func (o *PostStorageOpendriveOK) Code() int

Code gets the status code for the post storage opendrive o k response

func (*PostStorageOpendriveOK) Error

func (o *PostStorageOpendriveOK) Error() string

func (*PostStorageOpendriveOK) GetPayload

func (o *PostStorageOpendriveOK) GetPayload() *models.ModelStorage

func (*PostStorageOpendriveOK) IsClientError

func (o *PostStorageOpendriveOK) IsClientError() bool

IsClientError returns true when this post storage opendrive o k response has a 4xx status code

func (*PostStorageOpendriveOK) IsCode

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

IsCode returns true when this post storage opendrive o k response a status code equal to that given

func (*PostStorageOpendriveOK) IsRedirect

func (o *PostStorageOpendriveOK) IsRedirect() bool

IsRedirect returns true when this post storage opendrive o k response has a 3xx status code

func (*PostStorageOpendriveOK) IsServerError

func (o *PostStorageOpendriveOK) IsServerError() bool

IsServerError returns true when this post storage opendrive o k response has a 5xx status code

func (*PostStorageOpendriveOK) IsSuccess

func (o *PostStorageOpendriveOK) IsSuccess() bool

IsSuccess returns true when this post storage opendrive o k response has a 2xx status code

func (*PostStorageOpendriveOK) String

func (o *PostStorageOpendriveOK) String() string

type PostStorageOpendriveParams

type PostStorageOpendriveParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateOpendriveStorageRequest

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

PostStorageOpendriveParams contains all the parameters to send to the API endpoint

for the post storage opendrive operation.

Typically these are written to a http.Request.

func NewPostStorageOpendriveParams

func NewPostStorageOpendriveParams() *PostStorageOpendriveParams

NewPostStorageOpendriveParams creates a new PostStorageOpendriveParams 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 NewPostStorageOpendriveParamsWithContext

func NewPostStorageOpendriveParamsWithContext(ctx context.Context) *PostStorageOpendriveParams

NewPostStorageOpendriveParamsWithContext creates a new PostStorageOpendriveParams object with the ability to set a context for a request.

func NewPostStorageOpendriveParamsWithHTTPClient

func NewPostStorageOpendriveParamsWithHTTPClient(client *http.Client) *PostStorageOpendriveParams

NewPostStorageOpendriveParamsWithHTTPClient creates a new PostStorageOpendriveParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageOpendriveParamsWithTimeout

func NewPostStorageOpendriveParamsWithTimeout(timeout time.Duration) *PostStorageOpendriveParams

NewPostStorageOpendriveParamsWithTimeout creates a new PostStorageOpendriveParams object with the ability to set a timeout on a request.

func (*PostStorageOpendriveParams) SetContext

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

SetContext adds the context to the post storage opendrive params

func (*PostStorageOpendriveParams) SetDefaults

func (o *PostStorageOpendriveParams) SetDefaults()

SetDefaults hydrates default values in the post storage opendrive params (not the query body).

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

func (*PostStorageOpendriveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage opendrive params

func (*PostStorageOpendriveParams) SetRequest

SetRequest adds the request to the post storage opendrive params

func (*PostStorageOpendriveParams) SetTimeout

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

SetTimeout adds the timeout to the post storage opendrive params

func (*PostStorageOpendriveParams) WithContext

WithContext adds the context to the post storage opendrive params

func (*PostStorageOpendriveParams) WithDefaults

WithDefaults hydrates default values in the post storage opendrive params (not the query body).

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

func (*PostStorageOpendriveParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage opendrive params

func (*PostStorageOpendriveParams) WithRequest

WithRequest adds the request to the post storage opendrive params

func (*PostStorageOpendriveParams) WithTimeout

WithTimeout adds the timeout to the post storage opendrive params

func (*PostStorageOpendriveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageOpendriveReader

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

PostStorageOpendriveReader is a Reader for the PostStorageOpendrive structure.

func (*PostStorageOpendriveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStoragePcloudBadRequest

type PostStoragePcloudBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStoragePcloudBadRequest

func NewPostStoragePcloudBadRequest() *PostStoragePcloudBadRequest

NewPostStoragePcloudBadRequest creates a PostStoragePcloudBadRequest with default headers values

func (*PostStoragePcloudBadRequest) Code

func (o *PostStoragePcloudBadRequest) Code() int

Code gets the status code for the post storage pcloud bad request response

func (*PostStoragePcloudBadRequest) Error

func (*PostStoragePcloudBadRequest) GetPayload

func (*PostStoragePcloudBadRequest) IsClientError

func (o *PostStoragePcloudBadRequest) IsClientError() bool

IsClientError returns true when this post storage pcloud bad request response has a 4xx status code

func (*PostStoragePcloudBadRequest) IsCode

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

IsCode returns true when this post storage pcloud bad request response a status code equal to that given

func (*PostStoragePcloudBadRequest) IsRedirect

func (o *PostStoragePcloudBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage pcloud bad request response has a 3xx status code

func (*PostStoragePcloudBadRequest) IsServerError

func (o *PostStoragePcloudBadRequest) IsServerError() bool

IsServerError returns true when this post storage pcloud bad request response has a 5xx status code

func (*PostStoragePcloudBadRequest) IsSuccess

func (o *PostStoragePcloudBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage pcloud bad request response has a 2xx status code

func (*PostStoragePcloudBadRequest) String

func (o *PostStoragePcloudBadRequest) String() string

type PostStoragePcloudInternalServerError

type PostStoragePcloudInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStoragePcloudInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStoragePcloudInternalServerError

func NewPostStoragePcloudInternalServerError() *PostStoragePcloudInternalServerError

NewPostStoragePcloudInternalServerError creates a PostStoragePcloudInternalServerError with default headers values

func (*PostStoragePcloudInternalServerError) Code

Code gets the status code for the post storage pcloud internal server error response

func (*PostStoragePcloudInternalServerError) Error

func (*PostStoragePcloudInternalServerError) GetPayload

func (*PostStoragePcloudInternalServerError) IsClientError

func (o *PostStoragePcloudInternalServerError) IsClientError() bool

IsClientError returns true when this post storage pcloud internal server error response has a 4xx status code

func (*PostStoragePcloudInternalServerError) IsCode

IsCode returns true when this post storage pcloud internal server error response a status code equal to that given

func (*PostStoragePcloudInternalServerError) IsRedirect

IsRedirect returns true when this post storage pcloud internal server error response has a 3xx status code

func (*PostStoragePcloudInternalServerError) IsServerError

func (o *PostStoragePcloudInternalServerError) IsServerError() bool

IsServerError returns true when this post storage pcloud internal server error response has a 5xx status code

func (*PostStoragePcloudInternalServerError) IsSuccess

IsSuccess returns true when this post storage pcloud internal server error response has a 2xx status code

func (*PostStoragePcloudInternalServerError) String

type PostStoragePcloudOK

type PostStoragePcloudOK struct {
	Payload *models.ModelStorage
}

PostStoragePcloudOK describes a response with status code 200, with default header values.

OK

func NewPostStoragePcloudOK

func NewPostStoragePcloudOK() *PostStoragePcloudOK

NewPostStoragePcloudOK creates a PostStoragePcloudOK with default headers values

func (*PostStoragePcloudOK) Code

func (o *PostStoragePcloudOK) Code() int

Code gets the status code for the post storage pcloud o k response

func (*PostStoragePcloudOK) Error

func (o *PostStoragePcloudOK) Error() string

func (*PostStoragePcloudOK) GetPayload

func (o *PostStoragePcloudOK) GetPayload() *models.ModelStorage

func (*PostStoragePcloudOK) IsClientError

func (o *PostStoragePcloudOK) IsClientError() bool

IsClientError returns true when this post storage pcloud o k response has a 4xx status code

func (*PostStoragePcloudOK) IsCode

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

IsCode returns true when this post storage pcloud o k response a status code equal to that given

func (*PostStoragePcloudOK) IsRedirect

func (o *PostStoragePcloudOK) IsRedirect() bool

IsRedirect returns true when this post storage pcloud o k response has a 3xx status code

func (*PostStoragePcloudOK) IsServerError

func (o *PostStoragePcloudOK) IsServerError() bool

IsServerError returns true when this post storage pcloud o k response has a 5xx status code

func (*PostStoragePcloudOK) IsSuccess

func (o *PostStoragePcloudOK) IsSuccess() bool

IsSuccess returns true when this post storage pcloud o k response has a 2xx status code

func (*PostStoragePcloudOK) String

func (o *PostStoragePcloudOK) String() string

type PostStoragePcloudParams

type PostStoragePcloudParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreatePcloudStorageRequest

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

PostStoragePcloudParams contains all the parameters to send to the API endpoint

for the post storage pcloud operation.

Typically these are written to a http.Request.

func NewPostStoragePcloudParams

func NewPostStoragePcloudParams() *PostStoragePcloudParams

NewPostStoragePcloudParams creates a new PostStoragePcloudParams 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 NewPostStoragePcloudParamsWithContext

func NewPostStoragePcloudParamsWithContext(ctx context.Context) *PostStoragePcloudParams

NewPostStoragePcloudParamsWithContext creates a new PostStoragePcloudParams object with the ability to set a context for a request.

func NewPostStoragePcloudParamsWithHTTPClient

func NewPostStoragePcloudParamsWithHTTPClient(client *http.Client) *PostStoragePcloudParams

NewPostStoragePcloudParamsWithHTTPClient creates a new PostStoragePcloudParams object with the ability to set a custom HTTPClient for a request.

func NewPostStoragePcloudParamsWithTimeout

func NewPostStoragePcloudParamsWithTimeout(timeout time.Duration) *PostStoragePcloudParams

NewPostStoragePcloudParamsWithTimeout creates a new PostStoragePcloudParams object with the ability to set a timeout on a request.

func (*PostStoragePcloudParams) SetContext

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

SetContext adds the context to the post storage pcloud params

func (*PostStoragePcloudParams) SetDefaults

func (o *PostStoragePcloudParams) SetDefaults()

SetDefaults hydrates default values in the post storage pcloud params (not the query body).

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

func (*PostStoragePcloudParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage pcloud params

func (*PostStoragePcloudParams) SetRequest

SetRequest adds the request to the post storage pcloud params

func (*PostStoragePcloudParams) SetTimeout

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

SetTimeout adds the timeout to the post storage pcloud params

func (*PostStoragePcloudParams) WithContext

WithContext adds the context to the post storage pcloud params

func (*PostStoragePcloudParams) WithDefaults

WithDefaults hydrates default values in the post storage pcloud params (not the query body).

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

func (*PostStoragePcloudParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage pcloud params

func (*PostStoragePcloudParams) WithRequest

WithRequest adds the request to the post storage pcloud params

func (*PostStoragePcloudParams) WithTimeout

WithTimeout adds the timeout to the post storage pcloud params

func (*PostStoragePcloudParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStoragePcloudReader

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

PostStoragePcloudReader is a Reader for the PostStoragePcloud structure.

func (*PostStoragePcloudReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStoragePremiumizemeBadRequest

type PostStoragePremiumizemeBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStoragePremiumizemeBadRequest

func NewPostStoragePremiumizemeBadRequest() *PostStoragePremiumizemeBadRequest

NewPostStoragePremiumizemeBadRequest creates a PostStoragePremiumizemeBadRequest with default headers values

func (*PostStoragePremiumizemeBadRequest) Code

Code gets the status code for the post storage premiumizeme bad request response

func (*PostStoragePremiumizemeBadRequest) Error

func (*PostStoragePremiumizemeBadRequest) GetPayload

func (*PostStoragePremiumizemeBadRequest) IsClientError

func (o *PostStoragePremiumizemeBadRequest) IsClientError() bool

IsClientError returns true when this post storage premiumizeme bad request response has a 4xx status code

func (*PostStoragePremiumizemeBadRequest) IsCode

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

IsCode returns true when this post storage premiumizeme bad request response a status code equal to that given

func (*PostStoragePremiumizemeBadRequest) IsRedirect

func (o *PostStoragePremiumizemeBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage premiumizeme bad request response has a 3xx status code

func (*PostStoragePremiumizemeBadRequest) IsServerError

func (o *PostStoragePremiumizemeBadRequest) IsServerError() bool

IsServerError returns true when this post storage premiumizeme bad request response has a 5xx status code

func (*PostStoragePremiumizemeBadRequest) IsSuccess

func (o *PostStoragePremiumizemeBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage premiumizeme bad request response has a 2xx status code

func (*PostStoragePremiumizemeBadRequest) String

type PostStoragePremiumizemeInternalServerError

type PostStoragePremiumizemeInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStoragePremiumizemeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStoragePremiumizemeInternalServerError

func NewPostStoragePremiumizemeInternalServerError() *PostStoragePremiumizemeInternalServerError

NewPostStoragePremiumizemeInternalServerError creates a PostStoragePremiumizemeInternalServerError with default headers values

func (*PostStoragePremiumizemeInternalServerError) Code

Code gets the status code for the post storage premiumizeme internal server error response

func (*PostStoragePremiumizemeInternalServerError) Error

func (*PostStoragePremiumizemeInternalServerError) GetPayload

func (*PostStoragePremiumizemeInternalServerError) IsClientError

IsClientError returns true when this post storage premiumizeme internal server error response has a 4xx status code

func (*PostStoragePremiumizemeInternalServerError) IsCode

IsCode returns true when this post storage premiumizeme internal server error response a status code equal to that given

func (*PostStoragePremiumizemeInternalServerError) IsRedirect

IsRedirect returns true when this post storage premiumizeme internal server error response has a 3xx status code

func (*PostStoragePremiumizemeInternalServerError) IsServerError

IsServerError returns true when this post storage premiumizeme internal server error response has a 5xx status code

func (*PostStoragePremiumizemeInternalServerError) IsSuccess

IsSuccess returns true when this post storage premiumizeme internal server error response has a 2xx status code

func (*PostStoragePremiumizemeInternalServerError) String

type PostStoragePremiumizemeOK

type PostStoragePremiumizemeOK struct {
	Payload *models.ModelStorage
}

PostStoragePremiumizemeOK describes a response with status code 200, with default header values.

OK

func NewPostStoragePremiumizemeOK

func NewPostStoragePremiumizemeOK() *PostStoragePremiumizemeOK

NewPostStoragePremiumizemeOK creates a PostStoragePremiumizemeOK with default headers values

func (*PostStoragePremiumizemeOK) Code

func (o *PostStoragePremiumizemeOK) Code() int

Code gets the status code for the post storage premiumizeme o k response

func (*PostStoragePremiumizemeOK) Error

func (o *PostStoragePremiumizemeOK) Error() string

func (*PostStoragePremiumizemeOK) GetPayload

func (*PostStoragePremiumizemeOK) IsClientError

func (o *PostStoragePremiumizemeOK) IsClientError() bool

IsClientError returns true when this post storage premiumizeme o k response has a 4xx status code

func (*PostStoragePremiumizemeOK) IsCode

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

IsCode returns true when this post storage premiumizeme o k response a status code equal to that given

func (*PostStoragePremiumizemeOK) IsRedirect

func (o *PostStoragePremiumizemeOK) IsRedirect() bool

IsRedirect returns true when this post storage premiumizeme o k response has a 3xx status code

func (*PostStoragePremiumizemeOK) IsServerError

func (o *PostStoragePremiumizemeOK) IsServerError() bool

IsServerError returns true when this post storage premiumizeme o k response has a 5xx status code

func (*PostStoragePremiumizemeOK) IsSuccess

func (o *PostStoragePremiumizemeOK) IsSuccess() bool

IsSuccess returns true when this post storage premiumizeme o k response has a 2xx status code

func (*PostStoragePremiumizemeOK) String

func (o *PostStoragePremiumizemeOK) String() string

type PostStoragePremiumizemeParams

type PostStoragePremiumizemeParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreatePremiumizemeStorageRequest

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

PostStoragePremiumizemeParams contains all the parameters to send to the API endpoint

for the post storage premiumizeme operation.

Typically these are written to a http.Request.

func NewPostStoragePremiumizemeParams

func NewPostStoragePremiumizemeParams() *PostStoragePremiumizemeParams

NewPostStoragePremiumizemeParams creates a new PostStoragePremiumizemeParams 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 NewPostStoragePremiumizemeParamsWithContext

func NewPostStoragePremiumizemeParamsWithContext(ctx context.Context) *PostStoragePremiumizemeParams

NewPostStoragePremiumizemeParamsWithContext creates a new PostStoragePremiumizemeParams object with the ability to set a context for a request.

func NewPostStoragePremiumizemeParamsWithHTTPClient

func NewPostStoragePremiumizemeParamsWithHTTPClient(client *http.Client) *PostStoragePremiumizemeParams

NewPostStoragePremiumizemeParamsWithHTTPClient creates a new PostStoragePremiumizemeParams object with the ability to set a custom HTTPClient for a request.

func NewPostStoragePremiumizemeParamsWithTimeout

func NewPostStoragePremiumizemeParamsWithTimeout(timeout time.Duration) *PostStoragePremiumizemeParams

NewPostStoragePremiumizemeParamsWithTimeout creates a new PostStoragePremiumizemeParams object with the ability to set a timeout on a request.

func (*PostStoragePremiumizemeParams) SetContext

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

SetContext adds the context to the post storage premiumizeme params

func (*PostStoragePremiumizemeParams) SetDefaults

func (o *PostStoragePremiumizemeParams) SetDefaults()

SetDefaults hydrates default values in the post storage premiumizeme params (not the query body).

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

func (*PostStoragePremiumizemeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage premiumizeme params

func (*PostStoragePremiumizemeParams) SetRequest

SetRequest adds the request to the post storage premiumizeme params

func (*PostStoragePremiumizemeParams) SetTimeout

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

SetTimeout adds the timeout to the post storage premiumizeme params

func (*PostStoragePremiumizemeParams) WithContext

WithContext adds the context to the post storage premiumizeme params

func (*PostStoragePremiumizemeParams) WithDefaults

WithDefaults hydrates default values in the post storage premiumizeme params (not the query body).

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

func (*PostStoragePremiumizemeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage premiumizeme params

func (*PostStoragePremiumizemeParams) WithRequest

WithRequest adds the request to the post storage premiumizeme params

func (*PostStoragePremiumizemeParams) WithTimeout

WithTimeout adds the timeout to the post storage premiumizeme params

func (*PostStoragePremiumizemeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStoragePremiumizemeReader

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

PostStoragePremiumizemeReader is a Reader for the PostStoragePremiumizeme structure.

func (*PostStoragePremiumizemeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStoragePutioBadRequest

type PostStoragePutioBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStoragePutioBadRequest

func NewPostStoragePutioBadRequest() *PostStoragePutioBadRequest

NewPostStoragePutioBadRequest creates a PostStoragePutioBadRequest with default headers values

func (*PostStoragePutioBadRequest) Code

func (o *PostStoragePutioBadRequest) Code() int

Code gets the status code for the post storage putio bad request response

func (*PostStoragePutioBadRequest) Error

func (*PostStoragePutioBadRequest) GetPayload

func (*PostStoragePutioBadRequest) IsClientError

func (o *PostStoragePutioBadRequest) IsClientError() bool

IsClientError returns true when this post storage putio bad request response has a 4xx status code

func (*PostStoragePutioBadRequest) IsCode

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

IsCode returns true when this post storage putio bad request response a status code equal to that given

func (*PostStoragePutioBadRequest) IsRedirect

func (o *PostStoragePutioBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage putio bad request response has a 3xx status code

func (*PostStoragePutioBadRequest) IsServerError

func (o *PostStoragePutioBadRequest) IsServerError() bool

IsServerError returns true when this post storage putio bad request response has a 5xx status code

func (*PostStoragePutioBadRequest) IsSuccess

func (o *PostStoragePutioBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage putio bad request response has a 2xx status code

func (*PostStoragePutioBadRequest) String

func (o *PostStoragePutioBadRequest) String() string

type PostStoragePutioInternalServerError

type PostStoragePutioInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStoragePutioInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStoragePutioInternalServerError

func NewPostStoragePutioInternalServerError() *PostStoragePutioInternalServerError

NewPostStoragePutioInternalServerError creates a PostStoragePutioInternalServerError with default headers values

func (*PostStoragePutioInternalServerError) Code

Code gets the status code for the post storage putio internal server error response

func (*PostStoragePutioInternalServerError) Error

func (*PostStoragePutioInternalServerError) GetPayload

func (*PostStoragePutioInternalServerError) IsClientError

func (o *PostStoragePutioInternalServerError) IsClientError() bool

IsClientError returns true when this post storage putio internal server error response has a 4xx status code

func (*PostStoragePutioInternalServerError) IsCode

IsCode returns true when this post storage putio internal server error response a status code equal to that given

func (*PostStoragePutioInternalServerError) IsRedirect

func (o *PostStoragePutioInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage putio internal server error response has a 3xx status code

func (*PostStoragePutioInternalServerError) IsServerError

func (o *PostStoragePutioInternalServerError) IsServerError() bool

IsServerError returns true when this post storage putio internal server error response has a 5xx status code

func (*PostStoragePutioInternalServerError) IsSuccess

IsSuccess returns true when this post storage putio internal server error response has a 2xx status code

func (*PostStoragePutioInternalServerError) String

type PostStoragePutioOK

type PostStoragePutioOK struct {
	Payload *models.ModelStorage
}

PostStoragePutioOK describes a response with status code 200, with default header values.

OK

func NewPostStoragePutioOK

func NewPostStoragePutioOK() *PostStoragePutioOK

NewPostStoragePutioOK creates a PostStoragePutioOK with default headers values

func (*PostStoragePutioOK) Code

func (o *PostStoragePutioOK) Code() int

Code gets the status code for the post storage putio o k response

func (*PostStoragePutioOK) Error

func (o *PostStoragePutioOK) Error() string

func (*PostStoragePutioOK) GetPayload

func (o *PostStoragePutioOK) GetPayload() *models.ModelStorage

func (*PostStoragePutioOK) IsClientError

func (o *PostStoragePutioOK) IsClientError() bool

IsClientError returns true when this post storage putio o k response has a 4xx status code

func (*PostStoragePutioOK) IsCode

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

IsCode returns true when this post storage putio o k response a status code equal to that given

func (*PostStoragePutioOK) IsRedirect

func (o *PostStoragePutioOK) IsRedirect() bool

IsRedirect returns true when this post storage putio o k response has a 3xx status code

func (*PostStoragePutioOK) IsServerError

func (o *PostStoragePutioOK) IsServerError() bool

IsServerError returns true when this post storage putio o k response has a 5xx status code

func (*PostStoragePutioOK) IsSuccess

func (o *PostStoragePutioOK) IsSuccess() bool

IsSuccess returns true when this post storage putio o k response has a 2xx status code

func (*PostStoragePutioOK) String

func (o *PostStoragePutioOK) String() string

type PostStoragePutioParams

type PostStoragePutioParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreatePutioStorageRequest

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

PostStoragePutioParams contains all the parameters to send to the API endpoint

for the post storage putio operation.

Typically these are written to a http.Request.

func NewPostStoragePutioParams

func NewPostStoragePutioParams() *PostStoragePutioParams

NewPostStoragePutioParams creates a new PostStoragePutioParams 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 NewPostStoragePutioParamsWithContext

func NewPostStoragePutioParamsWithContext(ctx context.Context) *PostStoragePutioParams

NewPostStoragePutioParamsWithContext creates a new PostStoragePutioParams object with the ability to set a context for a request.

func NewPostStoragePutioParamsWithHTTPClient

func NewPostStoragePutioParamsWithHTTPClient(client *http.Client) *PostStoragePutioParams

NewPostStoragePutioParamsWithHTTPClient creates a new PostStoragePutioParams object with the ability to set a custom HTTPClient for a request.

func NewPostStoragePutioParamsWithTimeout

func NewPostStoragePutioParamsWithTimeout(timeout time.Duration) *PostStoragePutioParams

NewPostStoragePutioParamsWithTimeout creates a new PostStoragePutioParams object with the ability to set a timeout on a request.

func (*PostStoragePutioParams) SetContext

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

SetContext adds the context to the post storage putio params

func (*PostStoragePutioParams) SetDefaults

func (o *PostStoragePutioParams) SetDefaults()

SetDefaults hydrates default values in the post storage putio params (not the query body).

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

func (*PostStoragePutioParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage putio params

func (*PostStoragePutioParams) SetRequest

SetRequest adds the request to the post storage putio params

func (*PostStoragePutioParams) SetTimeout

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

SetTimeout adds the timeout to the post storage putio params

func (*PostStoragePutioParams) WithContext

WithContext adds the context to the post storage putio params

func (*PostStoragePutioParams) WithDefaults

WithDefaults hydrates default values in the post storage putio params (not the query body).

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

func (*PostStoragePutioParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage putio params

func (*PostStoragePutioParams) WithRequest

WithRequest adds the request to the post storage putio params

func (*PostStoragePutioParams) WithTimeout

WithTimeout adds the timeout to the post storage putio params

func (*PostStoragePutioParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStoragePutioReader

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

PostStoragePutioReader is a Reader for the PostStoragePutio structure.

func (*PostStoragePutioReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageQingstorBadRequest

type PostStorageQingstorBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageQingstorBadRequest

func NewPostStorageQingstorBadRequest() *PostStorageQingstorBadRequest

NewPostStorageQingstorBadRequest creates a PostStorageQingstorBadRequest with default headers values

func (*PostStorageQingstorBadRequest) Code

Code gets the status code for the post storage qingstor bad request response

func (*PostStorageQingstorBadRequest) Error

func (*PostStorageQingstorBadRequest) GetPayload

func (*PostStorageQingstorBadRequest) IsClientError

func (o *PostStorageQingstorBadRequest) IsClientError() bool

IsClientError returns true when this post storage qingstor bad request response has a 4xx status code

func (*PostStorageQingstorBadRequest) IsCode

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

IsCode returns true when this post storage qingstor bad request response a status code equal to that given

func (*PostStorageQingstorBadRequest) IsRedirect

func (o *PostStorageQingstorBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage qingstor bad request response has a 3xx status code

func (*PostStorageQingstorBadRequest) IsServerError

func (o *PostStorageQingstorBadRequest) IsServerError() bool

IsServerError returns true when this post storage qingstor bad request response has a 5xx status code

func (*PostStorageQingstorBadRequest) IsSuccess

func (o *PostStorageQingstorBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage qingstor bad request response has a 2xx status code

func (*PostStorageQingstorBadRequest) String

type PostStorageQingstorInternalServerError

type PostStorageQingstorInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageQingstorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageQingstorInternalServerError

func NewPostStorageQingstorInternalServerError() *PostStorageQingstorInternalServerError

NewPostStorageQingstorInternalServerError creates a PostStorageQingstorInternalServerError with default headers values

func (*PostStorageQingstorInternalServerError) Code

Code gets the status code for the post storage qingstor internal server error response

func (*PostStorageQingstorInternalServerError) Error

func (*PostStorageQingstorInternalServerError) GetPayload

func (*PostStorageQingstorInternalServerError) IsClientError

func (o *PostStorageQingstorInternalServerError) IsClientError() bool

IsClientError returns true when this post storage qingstor internal server error response has a 4xx status code

func (*PostStorageQingstorInternalServerError) IsCode

IsCode returns true when this post storage qingstor internal server error response a status code equal to that given

func (*PostStorageQingstorInternalServerError) IsRedirect

IsRedirect returns true when this post storage qingstor internal server error response has a 3xx status code

func (*PostStorageQingstorInternalServerError) IsServerError

func (o *PostStorageQingstorInternalServerError) IsServerError() bool

IsServerError returns true when this post storage qingstor internal server error response has a 5xx status code

func (*PostStorageQingstorInternalServerError) IsSuccess

IsSuccess returns true when this post storage qingstor internal server error response has a 2xx status code

func (*PostStorageQingstorInternalServerError) String

type PostStorageQingstorOK

type PostStorageQingstorOK struct {
	Payload *models.ModelStorage
}

PostStorageQingstorOK describes a response with status code 200, with default header values.

OK

func NewPostStorageQingstorOK

func NewPostStorageQingstorOK() *PostStorageQingstorOK

NewPostStorageQingstorOK creates a PostStorageQingstorOK with default headers values

func (*PostStorageQingstorOK) Code

func (o *PostStorageQingstorOK) Code() int

Code gets the status code for the post storage qingstor o k response

func (*PostStorageQingstorOK) Error

func (o *PostStorageQingstorOK) Error() string

func (*PostStorageQingstorOK) GetPayload

func (o *PostStorageQingstorOK) GetPayload() *models.ModelStorage

func (*PostStorageQingstorOK) IsClientError

func (o *PostStorageQingstorOK) IsClientError() bool

IsClientError returns true when this post storage qingstor o k response has a 4xx status code

func (*PostStorageQingstorOK) IsCode

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

IsCode returns true when this post storage qingstor o k response a status code equal to that given

func (*PostStorageQingstorOK) IsRedirect

func (o *PostStorageQingstorOK) IsRedirect() bool

IsRedirect returns true when this post storage qingstor o k response has a 3xx status code

func (*PostStorageQingstorOK) IsServerError

func (o *PostStorageQingstorOK) IsServerError() bool

IsServerError returns true when this post storage qingstor o k response has a 5xx status code

func (*PostStorageQingstorOK) IsSuccess

func (o *PostStorageQingstorOK) IsSuccess() bool

IsSuccess returns true when this post storage qingstor o k response has a 2xx status code

func (*PostStorageQingstorOK) String

func (o *PostStorageQingstorOK) String() string

type PostStorageQingstorParams

type PostStorageQingstorParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateQingstorStorageRequest

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

PostStorageQingstorParams contains all the parameters to send to the API endpoint

for the post storage qingstor operation.

Typically these are written to a http.Request.

func NewPostStorageQingstorParams

func NewPostStorageQingstorParams() *PostStorageQingstorParams

NewPostStorageQingstorParams creates a new PostStorageQingstorParams 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 NewPostStorageQingstorParamsWithContext

func NewPostStorageQingstorParamsWithContext(ctx context.Context) *PostStorageQingstorParams

NewPostStorageQingstorParamsWithContext creates a new PostStorageQingstorParams object with the ability to set a context for a request.

func NewPostStorageQingstorParamsWithHTTPClient

func NewPostStorageQingstorParamsWithHTTPClient(client *http.Client) *PostStorageQingstorParams

NewPostStorageQingstorParamsWithHTTPClient creates a new PostStorageQingstorParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageQingstorParamsWithTimeout

func NewPostStorageQingstorParamsWithTimeout(timeout time.Duration) *PostStorageQingstorParams

NewPostStorageQingstorParamsWithTimeout creates a new PostStorageQingstorParams object with the ability to set a timeout on a request.

func (*PostStorageQingstorParams) SetContext

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

SetContext adds the context to the post storage qingstor params

func (*PostStorageQingstorParams) SetDefaults

func (o *PostStorageQingstorParams) SetDefaults()

SetDefaults hydrates default values in the post storage qingstor params (not the query body).

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

func (*PostStorageQingstorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage qingstor params

func (*PostStorageQingstorParams) SetRequest

SetRequest adds the request to the post storage qingstor params

func (*PostStorageQingstorParams) SetTimeout

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

SetTimeout adds the timeout to the post storage qingstor params

func (*PostStorageQingstorParams) WithContext

WithContext adds the context to the post storage qingstor params

func (*PostStorageQingstorParams) WithDefaults

WithDefaults hydrates default values in the post storage qingstor params (not the query body).

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

func (*PostStorageQingstorParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage qingstor params

func (*PostStorageQingstorParams) WithRequest

WithRequest adds the request to the post storage qingstor params

func (*PostStorageQingstorParams) WithTimeout

WithTimeout adds the timeout to the post storage qingstor params

func (*PostStorageQingstorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageQingstorReader

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

PostStorageQingstorReader is a Reader for the PostStorageQingstor structure.

func (*PostStorageQingstorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3AlibabaBadRequest

type PostStorageS3AlibabaBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3AlibabaBadRequest

func NewPostStorageS3AlibabaBadRequest() *PostStorageS3AlibabaBadRequest

NewPostStorageS3AlibabaBadRequest creates a PostStorageS3AlibabaBadRequest with default headers values

func (*PostStorageS3AlibabaBadRequest) Code

Code gets the status code for the post storage s3 alibaba bad request response

func (*PostStorageS3AlibabaBadRequest) Error

func (*PostStorageS3AlibabaBadRequest) GetPayload

func (*PostStorageS3AlibabaBadRequest) IsClientError

func (o *PostStorageS3AlibabaBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 alibaba bad request response has a 4xx status code

func (*PostStorageS3AlibabaBadRequest) IsCode

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

IsCode returns true when this post storage s3 alibaba bad request response a status code equal to that given

func (*PostStorageS3AlibabaBadRequest) IsRedirect

func (o *PostStorageS3AlibabaBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 alibaba bad request response has a 3xx status code

func (*PostStorageS3AlibabaBadRequest) IsServerError

func (o *PostStorageS3AlibabaBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 alibaba bad request response has a 5xx status code

func (*PostStorageS3AlibabaBadRequest) IsSuccess

func (o *PostStorageS3AlibabaBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 alibaba bad request response has a 2xx status code

func (*PostStorageS3AlibabaBadRequest) String

type PostStorageS3AlibabaInternalServerError

type PostStorageS3AlibabaInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3AlibabaInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3AlibabaInternalServerError

func NewPostStorageS3AlibabaInternalServerError() *PostStorageS3AlibabaInternalServerError

NewPostStorageS3AlibabaInternalServerError creates a PostStorageS3AlibabaInternalServerError with default headers values

func (*PostStorageS3AlibabaInternalServerError) Code

Code gets the status code for the post storage s3 alibaba internal server error response

func (*PostStorageS3AlibabaInternalServerError) Error

func (*PostStorageS3AlibabaInternalServerError) GetPayload

func (*PostStorageS3AlibabaInternalServerError) IsClientError

func (o *PostStorageS3AlibabaInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 alibaba internal server error response has a 4xx status code

func (*PostStorageS3AlibabaInternalServerError) IsCode

IsCode returns true when this post storage s3 alibaba internal server error response a status code equal to that given

func (*PostStorageS3AlibabaInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 alibaba internal server error response has a 3xx status code

func (*PostStorageS3AlibabaInternalServerError) IsServerError

func (o *PostStorageS3AlibabaInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 alibaba internal server error response has a 5xx status code

func (*PostStorageS3AlibabaInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 alibaba internal server error response has a 2xx status code

func (*PostStorageS3AlibabaInternalServerError) String

type PostStorageS3AlibabaOK

type PostStorageS3AlibabaOK struct {
	Payload *models.ModelStorage
}

PostStorageS3AlibabaOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3AlibabaOK

func NewPostStorageS3AlibabaOK() *PostStorageS3AlibabaOK

NewPostStorageS3AlibabaOK creates a PostStorageS3AlibabaOK with default headers values

func (*PostStorageS3AlibabaOK) Code

func (o *PostStorageS3AlibabaOK) Code() int

Code gets the status code for the post storage s3 alibaba o k response

func (*PostStorageS3AlibabaOK) Error

func (o *PostStorageS3AlibabaOK) Error() string

func (*PostStorageS3AlibabaOK) GetPayload

func (o *PostStorageS3AlibabaOK) GetPayload() *models.ModelStorage

func (*PostStorageS3AlibabaOK) IsClientError

func (o *PostStorageS3AlibabaOK) IsClientError() bool

IsClientError returns true when this post storage s3 alibaba o k response has a 4xx status code

func (*PostStorageS3AlibabaOK) IsCode

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

IsCode returns true when this post storage s3 alibaba o k response a status code equal to that given

func (*PostStorageS3AlibabaOK) IsRedirect

func (o *PostStorageS3AlibabaOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 alibaba o k response has a 3xx status code

func (*PostStorageS3AlibabaOK) IsServerError

func (o *PostStorageS3AlibabaOK) IsServerError() bool

IsServerError returns true when this post storage s3 alibaba o k response has a 5xx status code

func (*PostStorageS3AlibabaOK) IsSuccess

func (o *PostStorageS3AlibabaOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 alibaba o k response has a 2xx status code

func (*PostStorageS3AlibabaOK) String

func (o *PostStorageS3AlibabaOK) String() string

type PostStorageS3AlibabaParams

type PostStorageS3AlibabaParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3AlibabaStorageRequest

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

PostStorageS3AlibabaParams contains all the parameters to send to the API endpoint

for the post storage s3 alibaba operation.

Typically these are written to a http.Request.

func NewPostStorageS3AlibabaParams

func NewPostStorageS3AlibabaParams() *PostStorageS3AlibabaParams

NewPostStorageS3AlibabaParams creates a new PostStorageS3AlibabaParams 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 NewPostStorageS3AlibabaParamsWithContext

func NewPostStorageS3AlibabaParamsWithContext(ctx context.Context) *PostStorageS3AlibabaParams

NewPostStorageS3AlibabaParamsWithContext creates a new PostStorageS3AlibabaParams object with the ability to set a context for a request.

func NewPostStorageS3AlibabaParamsWithHTTPClient

func NewPostStorageS3AlibabaParamsWithHTTPClient(client *http.Client) *PostStorageS3AlibabaParams

NewPostStorageS3AlibabaParamsWithHTTPClient creates a new PostStorageS3AlibabaParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3AlibabaParamsWithTimeout

func NewPostStorageS3AlibabaParamsWithTimeout(timeout time.Duration) *PostStorageS3AlibabaParams

NewPostStorageS3AlibabaParamsWithTimeout creates a new PostStorageS3AlibabaParams object with the ability to set a timeout on a request.

func (*PostStorageS3AlibabaParams) SetContext

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

SetContext adds the context to the post storage s3 alibaba params

func (*PostStorageS3AlibabaParams) SetDefaults

func (o *PostStorageS3AlibabaParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 alibaba params (not the query body).

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

func (*PostStorageS3AlibabaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 alibaba params

func (*PostStorageS3AlibabaParams) SetRequest

SetRequest adds the request to the post storage s3 alibaba params

func (*PostStorageS3AlibabaParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 alibaba params

func (*PostStorageS3AlibabaParams) WithContext

WithContext adds the context to the post storage s3 alibaba params

func (*PostStorageS3AlibabaParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 alibaba params (not the query body).

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

func (*PostStorageS3AlibabaParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 alibaba params

func (*PostStorageS3AlibabaParams) WithRequest

WithRequest adds the request to the post storage s3 alibaba params

func (*PostStorageS3AlibabaParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 alibaba params

func (*PostStorageS3AlibabaParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3AlibabaReader

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

PostStorageS3AlibabaReader is a Reader for the PostStorageS3Alibaba structure.

func (*PostStorageS3AlibabaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3ArvancloudBadRequest

type PostStorageS3ArvancloudBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3ArvancloudBadRequest

func NewPostStorageS3ArvancloudBadRequest() *PostStorageS3ArvancloudBadRequest

NewPostStorageS3ArvancloudBadRequest creates a PostStorageS3ArvancloudBadRequest with default headers values

func (*PostStorageS3ArvancloudBadRequest) Code

Code gets the status code for the post storage s3 arvancloud bad request response

func (*PostStorageS3ArvancloudBadRequest) Error

func (*PostStorageS3ArvancloudBadRequest) GetPayload

func (*PostStorageS3ArvancloudBadRequest) IsClientError

func (o *PostStorageS3ArvancloudBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 arvancloud bad request response has a 4xx status code

func (*PostStorageS3ArvancloudBadRequest) IsCode

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

IsCode returns true when this post storage s3 arvancloud bad request response a status code equal to that given

func (*PostStorageS3ArvancloudBadRequest) IsRedirect

func (o *PostStorageS3ArvancloudBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 arvancloud bad request response has a 3xx status code

func (*PostStorageS3ArvancloudBadRequest) IsServerError

func (o *PostStorageS3ArvancloudBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 arvancloud bad request response has a 5xx status code

func (*PostStorageS3ArvancloudBadRequest) IsSuccess

func (o *PostStorageS3ArvancloudBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 arvancloud bad request response has a 2xx status code

func (*PostStorageS3ArvancloudBadRequest) String

type PostStorageS3ArvancloudInternalServerError

type PostStorageS3ArvancloudInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3ArvancloudInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3ArvancloudInternalServerError

func NewPostStorageS3ArvancloudInternalServerError() *PostStorageS3ArvancloudInternalServerError

NewPostStorageS3ArvancloudInternalServerError creates a PostStorageS3ArvancloudInternalServerError with default headers values

func (*PostStorageS3ArvancloudInternalServerError) Code

Code gets the status code for the post storage s3 arvancloud internal server error response

func (*PostStorageS3ArvancloudInternalServerError) Error

func (*PostStorageS3ArvancloudInternalServerError) GetPayload

func (*PostStorageS3ArvancloudInternalServerError) IsClientError

IsClientError returns true when this post storage s3 arvancloud internal server error response has a 4xx status code

func (*PostStorageS3ArvancloudInternalServerError) IsCode

IsCode returns true when this post storage s3 arvancloud internal server error response a status code equal to that given

func (*PostStorageS3ArvancloudInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 arvancloud internal server error response has a 3xx status code

func (*PostStorageS3ArvancloudInternalServerError) IsServerError

IsServerError returns true when this post storage s3 arvancloud internal server error response has a 5xx status code

func (*PostStorageS3ArvancloudInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 arvancloud internal server error response has a 2xx status code

func (*PostStorageS3ArvancloudInternalServerError) String

type PostStorageS3ArvancloudOK

type PostStorageS3ArvancloudOK struct {
	Payload *models.ModelStorage
}

PostStorageS3ArvancloudOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3ArvancloudOK

func NewPostStorageS3ArvancloudOK() *PostStorageS3ArvancloudOK

NewPostStorageS3ArvancloudOK creates a PostStorageS3ArvancloudOK with default headers values

func (*PostStorageS3ArvancloudOK) Code

func (o *PostStorageS3ArvancloudOK) Code() int

Code gets the status code for the post storage s3 arvancloud o k response

func (*PostStorageS3ArvancloudOK) Error

func (o *PostStorageS3ArvancloudOK) Error() string

func (*PostStorageS3ArvancloudOK) GetPayload

func (*PostStorageS3ArvancloudOK) IsClientError

func (o *PostStorageS3ArvancloudOK) IsClientError() bool

IsClientError returns true when this post storage s3 arvancloud o k response has a 4xx status code

func (*PostStorageS3ArvancloudOK) IsCode

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

IsCode returns true when this post storage s3 arvancloud o k response a status code equal to that given

func (*PostStorageS3ArvancloudOK) IsRedirect

func (o *PostStorageS3ArvancloudOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 arvancloud o k response has a 3xx status code

func (*PostStorageS3ArvancloudOK) IsServerError

func (o *PostStorageS3ArvancloudOK) IsServerError() bool

IsServerError returns true when this post storage s3 arvancloud o k response has a 5xx status code

func (*PostStorageS3ArvancloudOK) IsSuccess

func (o *PostStorageS3ArvancloudOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 arvancloud o k response has a 2xx status code

func (*PostStorageS3ArvancloudOK) String

func (o *PostStorageS3ArvancloudOK) String() string

type PostStorageS3ArvancloudParams

type PostStorageS3ArvancloudParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3ArvanCloudStorageRequest

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

PostStorageS3ArvancloudParams contains all the parameters to send to the API endpoint

for the post storage s3 arvancloud operation.

Typically these are written to a http.Request.

func NewPostStorageS3ArvancloudParams

func NewPostStorageS3ArvancloudParams() *PostStorageS3ArvancloudParams

NewPostStorageS3ArvancloudParams creates a new PostStorageS3ArvancloudParams 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 NewPostStorageS3ArvancloudParamsWithContext

func NewPostStorageS3ArvancloudParamsWithContext(ctx context.Context) *PostStorageS3ArvancloudParams

NewPostStorageS3ArvancloudParamsWithContext creates a new PostStorageS3ArvancloudParams object with the ability to set a context for a request.

func NewPostStorageS3ArvancloudParamsWithHTTPClient

func NewPostStorageS3ArvancloudParamsWithHTTPClient(client *http.Client) *PostStorageS3ArvancloudParams

NewPostStorageS3ArvancloudParamsWithHTTPClient creates a new PostStorageS3ArvancloudParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3ArvancloudParamsWithTimeout

func NewPostStorageS3ArvancloudParamsWithTimeout(timeout time.Duration) *PostStorageS3ArvancloudParams

NewPostStorageS3ArvancloudParamsWithTimeout creates a new PostStorageS3ArvancloudParams object with the ability to set a timeout on a request.

func (*PostStorageS3ArvancloudParams) SetContext

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

SetContext adds the context to the post storage s3 arvancloud params

func (*PostStorageS3ArvancloudParams) SetDefaults

func (o *PostStorageS3ArvancloudParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 arvancloud params (not the query body).

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

func (*PostStorageS3ArvancloudParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 arvancloud params

func (*PostStorageS3ArvancloudParams) SetRequest

SetRequest adds the request to the post storage s3 arvancloud params

func (*PostStorageS3ArvancloudParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 arvancloud params

func (*PostStorageS3ArvancloudParams) WithContext

WithContext adds the context to the post storage s3 arvancloud params

func (*PostStorageS3ArvancloudParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 arvancloud params (not the query body).

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

func (*PostStorageS3ArvancloudParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 arvancloud params

func (*PostStorageS3ArvancloudParams) WithRequest

WithRequest adds the request to the post storage s3 arvancloud params

func (*PostStorageS3ArvancloudParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 arvancloud params

func (*PostStorageS3ArvancloudParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3ArvancloudReader

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

PostStorageS3ArvancloudReader is a Reader for the PostStorageS3Arvancloud structure.

func (*PostStorageS3ArvancloudReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3AwsBadRequest

type PostStorageS3AwsBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3AwsBadRequest

func NewPostStorageS3AwsBadRequest() *PostStorageS3AwsBadRequest

NewPostStorageS3AwsBadRequest creates a PostStorageS3AwsBadRequest with default headers values

func (*PostStorageS3AwsBadRequest) Code

func (o *PostStorageS3AwsBadRequest) Code() int

Code gets the status code for the post storage s3 aws bad request response

func (*PostStorageS3AwsBadRequest) Error

func (*PostStorageS3AwsBadRequest) GetPayload

func (*PostStorageS3AwsBadRequest) IsClientError

func (o *PostStorageS3AwsBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 aws bad request response has a 4xx status code

func (*PostStorageS3AwsBadRequest) IsCode

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

IsCode returns true when this post storage s3 aws bad request response a status code equal to that given

func (*PostStorageS3AwsBadRequest) IsRedirect

func (o *PostStorageS3AwsBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 aws bad request response has a 3xx status code

func (*PostStorageS3AwsBadRequest) IsServerError

func (o *PostStorageS3AwsBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 aws bad request response has a 5xx status code

func (*PostStorageS3AwsBadRequest) IsSuccess

func (o *PostStorageS3AwsBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 aws bad request response has a 2xx status code

func (*PostStorageS3AwsBadRequest) String

func (o *PostStorageS3AwsBadRequest) String() string

type PostStorageS3AwsInternalServerError

type PostStorageS3AwsInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3AwsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3AwsInternalServerError

func NewPostStorageS3AwsInternalServerError() *PostStorageS3AwsInternalServerError

NewPostStorageS3AwsInternalServerError creates a PostStorageS3AwsInternalServerError with default headers values

func (*PostStorageS3AwsInternalServerError) Code

Code gets the status code for the post storage s3 aws internal server error response

func (*PostStorageS3AwsInternalServerError) Error

func (*PostStorageS3AwsInternalServerError) GetPayload

func (*PostStorageS3AwsInternalServerError) IsClientError

func (o *PostStorageS3AwsInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 aws internal server error response has a 4xx status code

func (*PostStorageS3AwsInternalServerError) IsCode

IsCode returns true when this post storage s3 aws internal server error response a status code equal to that given

func (*PostStorageS3AwsInternalServerError) IsRedirect

func (o *PostStorageS3AwsInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage s3 aws internal server error response has a 3xx status code

func (*PostStorageS3AwsInternalServerError) IsServerError

func (o *PostStorageS3AwsInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 aws internal server error response has a 5xx status code

func (*PostStorageS3AwsInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 aws internal server error response has a 2xx status code

func (*PostStorageS3AwsInternalServerError) String

type PostStorageS3AwsOK

type PostStorageS3AwsOK struct {
	Payload *models.ModelStorage
}

PostStorageS3AwsOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3AwsOK

func NewPostStorageS3AwsOK() *PostStorageS3AwsOK

NewPostStorageS3AwsOK creates a PostStorageS3AwsOK with default headers values

func (*PostStorageS3AwsOK) Code

func (o *PostStorageS3AwsOK) Code() int

Code gets the status code for the post storage s3 aws o k response

func (*PostStorageS3AwsOK) Error

func (o *PostStorageS3AwsOK) Error() string

func (*PostStorageS3AwsOK) GetPayload

func (o *PostStorageS3AwsOK) GetPayload() *models.ModelStorage

func (*PostStorageS3AwsOK) IsClientError

func (o *PostStorageS3AwsOK) IsClientError() bool

IsClientError returns true when this post storage s3 aws o k response has a 4xx status code

func (*PostStorageS3AwsOK) IsCode

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

IsCode returns true when this post storage s3 aws o k response a status code equal to that given

func (*PostStorageS3AwsOK) IsRedirect

func (o *PostStorageS3AwsOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 aws o k response has a 3xx status code

func (*PostStorageS3AwsOK) IsServerError

func (o *PostStorageS3AwsOK) IsServerError() bool

IsServerError returns true when this post storage s3 aws o k response has a 5xx status code

func (*PostStorageS3AwsOK) IsSuccess

func (o *PostStorageS3AwsOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 aws o k response has a 2xx status code

func (*PostStorageS3AwsOK) String

func (o *PostStorageS3AwsOK) String() string

type PostStorageS3AwsParams

type PostStorageS3AwsParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3AWSStorageRequest

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

PostStorageS3AwsParams contains all the parameters to send to the API endpoint

for the post storage s3 aws operation.

Typically these are written to a http.Request.

func NewPostStorageS3AwsParams

func NewPostStorageS3AwsParams() *PostStorageS3AwsParams

NewPostStorageS3AwsParams creates a new PostStorageS3AwsParams 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 NewPostStorageS3AwsParamsWithContext

func NewPostStorageS3AwsParamsWithContext(ctx context.Context) *PostStorageS3AwsParams

NewPostStorageS3AwsParamsWithContext creates a new PostStorageS3AwsParams object with the ability to set a context for a request.

func NewPostStorageS3AwsParamsWithHTTPClient

func NewPostStorageS3AwsParamsWithHTTPClient(client *http.Client) *PostStorageS3AwsParams

NewPostStorageS3AwsParamsWithHTTPClient creates a new PostStorageS3AwsParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3AwsParamsWithTimeout

func NewPostStorageS3AwsParamsWithTimeout(timeout time.Duration) *PostStorageS3AwsParams

NewPostStorageS3AwsParamsWithTimeout creates a new PostStorageS3AwsParams object with the ability to set a timeout on a request.

func (*PostStorageS3AwsParams) SetContext

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

SetContext adds the context to the post storage s3 aws params

func (*PostStorageS3AwsParams) SetDefaults

func (o *PostStorageS3AwsParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 aws params (not the query body).

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

func (*PostStorageS3AwsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 aws params

func (*PostStorageS3AwsParams) SetRequest

SetRequest adds the request to the post storage s3 aws params

func (*PostStorageS3AwsParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 aws params

func (*PostStorageS3AwsParams) WithContext

WithContext adds the context to the post storage s3 aws params

func (*PostStorageS3AwsParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 aws params (not the query body).

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

func (*PostStorageS3AwsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 aws params

func (*PostStorageS3AwsParams) WithRequest

WithRequest adds the request to the post storage s3 aws params

func (*PostStorageS3AwsParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 aws params

func (*PostStorageS3AwsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3AwsReader

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

PostStorageS3AwsReader is a Reader for the PostStorageS3Aws structure.

func (*PostStorageS3AwsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3CephBadRequest

type PostStorageS3CephBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3CephBadRequest

func NewPostStorageS3CephBadRequest() *PostStorageS3CephBadRequest

NewPostStorageS3CephBadRequest creates a PostStorageS3CephBadRequest with default headers values

func (*PostStorageS3CephBadRequest) Code

func (o *PostStorageS3CephBadRequest) Code() int

Code gets the status code for the post storage s3 ceph bad request response

func (*PostStorageS3CephBadRequest) Error

func (*PostStorageS3CephBadRequest) GetPayload

func (*PostStorageS3CephBadRequest) IsClientError

func (o *PostStorageS3CephBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 ceph bad request response has a 4xx status code

func (*PostStorageS3CephBadRequest) IsCode

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

IsCode returns true when this post storage s3 ceph bad request response a status code equal to that given

func (*PostStorageS3CephBadRequest) IsRedirect

func (o *PostStorageS3CephBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 ceph bad request response has a 3xx status code

func (*PostStorageS3CephBadRequest) IsServerError

func (o *PostStorageS3CephBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 ceph bad request response has a 5xx status code

func (*PostStorageS3CephBadRequest) IsSuccess

func (o *PostStorageS3CephBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 ceph bad request response has a 2xx status code

func (*PostStorageS3CephBadRequest) String

func (o *PostStorageS3CephBadRequest) String() string

type PostStorageS3CephInternalServerError

type PostStorageS3CephInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3CephInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3CephInternalServerError

func NewPostStorageS3CephInternalServerError() *PostStorageS3CephInternalServerError

NewPostStorageS3CephInternalServerError creates a PostStorageS3CephInternalServerError with default headers values

func (*PostStorageS3CephInternalServerError) Code

Code gets the status code for the post storage s3 ceph internal server error response

func (*PostStorageS3CephInternalServerError) Error

func (*PostStorageS3CephInternalServerError) GetPayload

func (*PostStorageS3CephInternalServerError) IsClientError

func (o *PostStorageS3CephInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 ceph internal server error response has a 4xx status code

func (*PostStorageS3CephInternalServerError) IsCode

IsCode returns true when this post storage s3 ceph internal server error response a status code equal to that given

func (*PostStorageS3CephInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 ceph internal server error response has a 3xx status code

func (*PostStorageS3CephInternalServerError) IsServerError

func (o *PostStorageS3CephInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 ceph internal server error response has a 5xx status code

func (*PostStorageS3CephInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 ceph internal server error response has a 2xx status code

func (*PostStorageS3CephInternalServerError) String

type PostStorageS3CephOK

type PostStorageS3CephOK struct {
	Payload *models.ModelStorage
}

PostStorageS3CephOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3CephOK

func NewPostStorageS3CephOK() *PostStorageS3CephOK

NewPostStorageS3CephOK creates a PostStorageS3CephOK with default headers values

func (*PostStorageS3CephOK) Code

func (o *PostStorageS3CephOK) Code() int

Code gets the status code for the post storage s3 ceph o k response

func (*PostStorageS3CephOK) Error

func (o *PostStorageS3CephOK) Error() string

func (*PostStorageS3CephOK) GetPayload

func (o *PostStorageS3CephOK) GetPayload() *models.ModelStorage

func (*PostStorageS3CephOK) IsClientError

func (o *PostStorageS3CephOK) IsClientError() bool

IsClientError returns true when this post storage s3 ceph o k response has a 4xx status code

func (*PostStorageS3CephOK) IsCode

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

IsCode returns true when this post storage s3 ceph o k response a status code equal to that given

func (*PostStorageS3CephOK) IsRedirect

func (o *PostStorageS3CephOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 ceph o k response has a 3xx status code

func (*PostStorageS3CephOK) IsServerError

func (o *PostStorageS3CephOK) IsServerError() bool

IsServerError returns true when this post storage s3 ceph o k response has a 5xx status code

func (*PostStorageS3CephOK) IsSuccess

func (o *PostStorageS3CephOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 ceph o k response has a 2xx status code

func (*PostStorageS3CephOK) String

func (o *PostStorageS3CephOK) String() string

type PostStorageS3CephParams

type PostStorageS3CephParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3CephStorageRequest

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

PostStorageS3CephParams contains all the parameters to send to the API endpoint

for the post storage s3 ceph operation.

Typically these are written to a http.Request.

func NewPostStorageS3CephParams

func NewPostStorageS3CephParams() *PostStorageS3CephParams

NewPostStorageS3CephParams creates a new PostStorageS3CephParams 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 NewPostStorageS3CephParamsWithContext

func NewPostStorageS3CephParamsWithContext(ctx context.Context) *PostStorageS3CephParams

NewPostStorageS3CephParamsWithContext creates a new PostStorageS3CephParams object with the ability to set a context for a request.

func NewPostStorageS3CephParamsWithHTTPClient

func NewPostStorageS3CephParamsWithHTTPClient(client *http.Client) *PostStorageS3CephParams

NewPostStorageS3CephParamsWithHTTPClient creates a new PostStorageS3CephParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3CephParamsWithTimeout

func NewPostStorageS3CephParamsWithTimeout(timeout time.Duration) *PostStorageS3CephParams

NewPostStorageS3CephParamsWithTimeout creates a new PostStorageS3CephParams object with the ability to set a timeout on a request.

func (*PostStorageS3CephParams) SetContext

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

SetContext adds the context to the post storage s3 ceph params

func (*PostStorageS3CephParams) SetDefaults

func (o *PostStorageS3CephParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 ceph params (not the query body).

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

func (*PostStorageS3CephParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 ceph params

func (*PostStorageS3CephParams) SetRequest

SetRequest adds the request to the post storage s3 ceph params

func (*PostStorageS3CephParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 ceph params

func (*PostStorageS3CephParams) WithContext

WithContext adds the context to the post storage s3 ceph params

func (*PostStorageS3CephParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 ceph params (not the query body).

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

func (*PostStorageS3CephParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 ceph params

func (*PostStorageS3CephParams) WithRequest

WithRequest adds the request to the post storage s3 ceph params

func (*PostStorageS3CephParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 ceph params

func (*PostStorageS3CephParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3CephReader

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

PostStorageS3CephReader is a Reader for the PostStorageS3Ceph structure.

func (*PostStorageS3CephReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3ChinamobileBadRequest

type PostStorageS3ChinamobileBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3ChinamobileBadRequest

func NewPostStorageS3ChinamobileBadRequest() *PostStorageS3ChinamobileBadRequest

NewPostStorageS3ChinamobileBadRequest creates a PostStorageS3ChinamobileBadRequest with default headers values

func (*PostStorageS3ChinamobileBadRequest) Code

Code gets the status code for the post storage s3 chinamobile bad request response

func (*PostStorageS3ChinamobileBadRequest) Error

func (*PostStorageS3ChinamobileBadRequest) GetPayload

func (*PostStorageS3ChinamobileBadRequest) IsClientError

func (o *PostStorageS3ChinamobileBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 chinamobile bad request response has a 4xx status code

func (*PostStorageS3ChinamobileBadRequest) IsCode

IsCode returns true when this post storage s3 chinamobile bad request response a status code equal to that given

func (*PostStorageS3ChinamobileBadRequest) IsRedirect

func (o *PostStorageS3ChinamobileBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 chinamobile bad request response has a 3xx status code

func (*PostStorageS3ChinamobileBadRequest) IsServerError

func (o *PostStorageS3ChinamobileBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 chinamobile bad request response has a 5xx status code

func (*PostStorageS3ChinamobileBadRequest) IsSuccess

IsSuccess returns true when this post storage s3 chinamobile bad request response has a 2xx status code

func (*PostStorageS3ChinamobileBadRequest) String

type PostStorageS3ChinamobileInternalServerError

type PostStorageS3ChinamobileInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3ChinamobileInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3ChinamobileInternalServerError

func NewPostStorageS3ChinamobileInternalServerError() *PostStorageS3ChinamobileInternalServerError

NewPostStorageS3ChinamobileInternalServerError creates a PostStorageS3ChinamobileInternalServerError with default headers values

func (*PostStorageS3ChinamobileInternalServerError) Code

Code gets the status code for the post storage s3 chinamobile internal server error response

func (*PostStorageS3ChinamobileInternalServerError) Error

func (*PostStorageS3ChinamobileInternalServerError) GetPayload

func (*PostStorageS3ChinamobileInternalServerError) IsClientError

IsClientError returns true when this post storage s3 chinamobile internal server error response has a 4xx status code

func (*PostStorageS3ChinamobileInternalServerError) IsCode

IsCode returns true when this post storage s3 chinamobile internal server error response a status code equal to that given

func (*PostStorageS3ChinamobileInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 chinamobile internal server error response has a 3xx status code

func (*PostStorageS3ChinamobileInternalServerError) IsServerError

IsServerError returns true when this post storage s3 chinamobile internal server error response has a 5xx status code

func (*PostStorageS3ChinamobileInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 chinamobile internal server error response has a 2xx status code

func (*PostStorageS3ChinamobileInternalServerError) String

type PostStorageS3ChinamobileOK

type PostStorageS3ChinamobileOK struct {
	Payload *models.ModelStorage
}

PostStorageS3ChinamobileOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3ChinamobileOK

func NewPostStorageS3ChinamobileOK() *PostStorageS3ChinamobileOK

NewPostStorageS3ChinamobileOK creates a PostStorageS3ChinamobileOK with default headers values

func (*PostStorageS3ChinamobileOK) Code

func (o *PostStorageS3ChinamobileOK) Code() int

Code gets the status code for the post storage s3 chinamobile o k response

func (*PostStorageS3ChinamobileOK) Error

func (*PostStorageS3ChinamobileOK) GetPayload

func (*PostStorageS3ChinamobileOK) IsClientError

func (o *PostStorageS3ChinamobileOK) IsClientError() bool

IsClientError returns true when this post storage s3 chinamobile o k response has a 4xx status code

func (*PostStorageS3ChinamobileOK) IsCode

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

IsCode returns true when this post storage s3 chinamobile o k response a status code equal to that given

func (*PostStorageS3ChinamobileOK) IsRedirect

func (o *PostStorageS3ChinamobileOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 chinamobile o k response has a 3xx status code

func (*PostStorageS3ChinamobileOK) IsServerError

func (o *PostStorageS3ChinamobileOK) IsServerError() bool

IsServerError returns true when this post storage s3 chinamobile o k response has a 5xx status code

func (*PostStorageS3ChinamobileOK) IsSuccess

func (o *PostStorageS3ChinamobileOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 chinamobile o k response has a 2xx status code

func (*PostStorageS3ChinamobileOK) String

func (o *PostStorageS3ChinamobileOK) String() string

type PostStorageS3ChinamobileParams

type PostStorageS3ChinamobileParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3ChinaMobileStorageRequest

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

PostStorageS3ChinamobileParams contains all the parameters to send to the API endpoint

for the post storage s3 chinamobile operation.

Typically these are written to a http.Request.

func NewPostStorageS3ChinamobileParams

func NewPostStorageS3ChinamobileParams() *PostStorageS3ChinamobileParams

NewPostStorageS3ChinamobileParams creates a new PostStorageS3ChinamobileParams 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 NewPostStorageS3ChinamobileParamsWithContext

func NewPostStorageS3ChinamobileParamsWithContext(ctx context.Context) *PostStorageS3ChinamobileParams

NewPostStorageS3ChinamobileParamsWithContext creates a new PostStorageS3ChinamobileParams object with the ability to set a context for a request.

func NewPostStorageS3ChinamobileParamsWithHTTPClient

func NewPostStorageS3ChinamobileParamsWithHTTPClient(client *http.Client) *PostStorageS3ChinamobileParams

NewPostStorageS3ChinamobileParamsWithHTTPClient creates a new PostStorageS3ChinamobileParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3ChinamobileParamsWithTimeout

func NewPostStorageS3ChinamobileParamsWithTimeout(timeout time.Duration) *PostStorageS3ChinamobileParams

NewPostStorageS3ChinamobileParamsWithTimeout creates a new PostStorageS3ChinamobileParams object with the ability to set a timeout on a request.

func (*PostStorageS3ChinamobileParams) SetContext

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

SetContext adds the context to the post storage s3 chinamobile params

func (*PostStorageS3ChinamobileParams) SetDefaults

func (o *PostStorageS3ChinamobileParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 chinamobile params (not the query body).

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

func (*PostStorageS3ChinamobileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 chinamobile params

func (*PostStorageS3ChinamobileParams) SetRequest

SetRequest adds the request to the post storage s3 chinamobile params

func (*PostStorageS3ChinamobileParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 chinamobile params

func (*PostStorageS3ChinamobileParams) WithContext

WithContext adds the context to the post storage s3 chinamobile params

func (*PostStorageS3ChinamobileParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 chinamobile params (not the query body).

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

func (*PostStorageS3ChinamobileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 chinamobile params

func (*PostStorageS3ChinamobileParams) WithRequest

WithRequest adds the request to the post storage s3 chinamobile params

func (*PostStorageS3ChinamobileParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 chinamobile params

func (*PostStorageS3ChinamobileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3ChinamobileReader

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

PostStorageS3ChinamobileReader is a Reader for the PostStorageS3Chinamobile structure.

func (*PostStorageS3ChinamobileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3CloudflareBadRequest

type PostStorageS3CloudflareBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3CloudflareBadRequest

func NewPostStorageS3CloudflareBadRequest() *PostStorageS3CloudflareBadRequest

NewPostStorageS3CloudflareBadRequest creates a PostStorageS3CloudflareBadRequest with default headers values

func (*PostStorageS3CloudflareBadRequest) Code

Code gets the status code for the post storage s3 cloudflare bad request response

func (*PostStorageS3CloudflareBadRequest) Error

func (*PostStorageS3CloudflareBadRequest) GetPayload

func (*PostStorageS3CloudflareBadRequest) IsClientError

func (o *PostStorageS3CloudflareBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 cloudflare bad request response has a 4xx status code

func (*PostStorageS3CloudflareBadRequest) IsCode

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

IsCode returns true when this post storage s3 cloudflare bad request response a status code equal to that given

func (*PostStorageS3CloudflareBadRequest) IsRedirect

func (o *PostStorageS3CloudflareBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 cloudflare bad request response has a 3xx status code

func (*PostStorageS3CloudflareBadRequest) IsServerError

func (o *PostStorageS3CloudflareBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 cloudflare bad request response has a 5xx status code

func (*PostStorageS3CloudflareBadRequest) IsSuccess

func (o *PostStorageS3CloudflareBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 cloudflare bad request response has a 2xx status code

func (*PostStorageS3CloudflareBadRequest) String

type PostStorageS3CloudflareInternalServerError

type PostStorageS3CloudflareInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3CloudflareInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3CloudflareInternalServerError

func NewPostStorageS3CloudflareInternalServerError() *PostStorageS3CloudflareInternalServerError

NewPostStorageS3CloudflareInternalServerError creates a PostStorageS3CloudflareInternalServerError with default headers values

func (*PostStorageS3CloudflareInternalServerError) Code

Code gets the status code for the post storage s3 cloudflare internal server error response

func (*PostStorageS3CloudflareInternalServerError) Error

func (*PostStorageS3CloudflareInternalServerError) GetPayload

func (*PostStorageS3CloudflareInternalServerError) IsClientError

IsClientError returns true when this post storage s3 cloudflare internal server error response has a 4xx status code

func (*PostStorageS3CloudflareInternalServerError) IsCode

IsCode returns true when this post storage s3 cloudflare internal server error response a status code equal to that given

func (*PostStorageS3CloudflareInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 cloudflare internal server error response has a 3xx status code

func (*PostStorageS3CloudflareInternalServerError) IsServerError

IsServerError returns true when this post storage s3 cloudflare internal server error response has a 5xx status code

func (*PostStorageS3CloudflareInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 cloudflare internal server error response has a 2xx status code

func (*PostStorageS3CloudflareInternalServerError) String

type PostStorageS3CloudflareOK

type PostStorageS3CloudflareOK struct {
	Payload *models.ModelStorage
}

PostStorageS3CloudflareOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3CloudflareOK

func NewPostStorageS3CloudflareOK() *PostStorageS3CloudflareOK

NewPostStorageS3CloudflareOK creates a PostStorageS3CloudflareOK with default headers values

func (*PostStorageS3CloudflareOK) Code

func (o *PostStorageS3CloudflareOK) Code() int

Code gets the status code for the post storage s3 cloudflare o k response

func (*PostStorageS3CloudflareOK) Error

func (o *PostStorageS3CloudflareOK) Error() string

func (*PostStorageS3CloudflareOK) GetPayload

func (*PostStorageS3CloudflareOK) IsClientError

func (o *PostStorageS3CloudflareOK) IsClientError() bool

IsClientError returns true when this post storage s3 cloudflare o k response has a 4xx status code

func (*PostStorageS3CloudflareOK) IsCode

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

IsCode returns true when this post storage s3 cloudflare o k response a status code equal to that given

func (*PostStorageS3CloudflareOK) IsRedirect

func (o *PostStorageS3CloudflareOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 cloudflare o k response has a 3xx status code

func (*PostStorageS3CloudflareOK) IsServerError

func (o *PostStorageS3CloudflareOK) IsServerError() bool

IsServerError returns true when this post storage s3 cloudflare o k response has a 5xx status code

func (*PostStorageS3CloudflareOK) IsSuccess

func (o *PostStorageS3CloudflareOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 cloudflare o k response has a 2xx status code

func (*PostStorageS3CloudflareOK) String

func (o *PostStorageS3CloudflareOK) String() string

type PostStorageS3CloudflareParams

type PostStorageS3CloudflareParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3CloudflareStorageRequest

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

PostStorageS3CloudflareParams contains all the parameters to send to the API endpoint

for the post storage s3 cloudflare operation.

Typically these are written to a http.Request.

func NewPostStorageS3CloudflareParams

func NewPostStorageS3CloudflareParams() *PostStorageS3CloudflareParams

NewPostStorageS3CloudflareParams creates a new PostStorageS3CloudflareParams 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 NewPostStorageS3CloudflareParamsWithContext

func NewPostStorageS3CloudflareParamsWithContext(ctx context.Context) *PostStorageS3CloudflareParams

NewPostStorageS3CloudflareParamsWithContext creates a new PostStorageS3CloudflareParams object with the ability to set a context for a request.

func NewPostStorageS3CloudflareParamsWithHTTPClient

func NewPostStorageS3CloudflareParamsWithHTTPClient(client *http.Client) *PostStorageS3CloudflareParams

NewPostStorageS3CloudflareParamsWithHTTPClient creates a new PostStorageS3CloudflareParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3CloudflareParamsWithTimeout

func NewPostStorageS3CloudflareParamsWithTimeout(timeout time.Duration) *PostStorageS3CloudflareParams

NewPostStorageS3CloudflareParamsWithTimeout creates a new PostStorageS3CloudflareParams object with the ability to set a timeout on a request.

func (*PostStorageS3CloudflareParams) SetContext

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

SetContext adds the context to the post storage s3 cloudflare params

func (*PostStorageS3CloudflareParams) SetDefaults

func (o *PostStorageS3CloudflareParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 cloudflare params (not the query body).

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

func (*PostStorageS3CloudflareParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 cloudflare params

func (*PostStorageS3CloudflareParams) SetRequest

SetRequest adds the request to the post storage s3 cloudflare params

func (*PostStorageS3CloudflareParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 cloudflare params

func (*PostStorageS3CloudflareParams) WithContext

WithContext adds the context to the post storage s3 cloudflare params

func (*PostStorageS3CloudflareParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 cloudflare params (not the query body).

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

func (*PostStorageS3CloudflareParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 cloudflare params

func (*PostStorageS3CloudflareParams) WithRequest

WithRequest adds the request to the post storage s3 cloudflare params

func (*PostStorageS3CloudflareParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 cloudflare params

func (*PostStorageS3CloudflareParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3CloudflareReader

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

PostStorageS3CloudflareReader is a Reader for the PostStorageS3Cloudflare structure.

func (*PostStorageS3CloudflareReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3DigitaloceanBadRequest

type PostStorageS3DigitaloceanBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3DigitaloceanBadRequest

func NewPostStorageS3DigitaloceanBadRequest() *PostStorageS3DigitaloceanBadRequest

NewPostStorageS3DigitaloceanBadRequest creates a PostStorageS3DigitaloceanBadRequest with default headers values

func (*PostStorageS3DigitaloceanBadRequest) Code

Code gets the status code for the post storage s3 digitalocean bad request response

func (*PostStorageS3DigitaloceanBadRequest) Error

func (*PostStorageS3DigitaloceanBadRequest) GetPayload

func (*PostStorageS3DigitaloceanBadRequest) IsClientError

func (o *PostStorageS3DigitaloceanBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 digitalocean bad request response has a 4xx status code

func (*PostStorageS3DigitaloceanBadRequest) IsCode

IsCode returns true when this post storage s3 digitalocean bad request response a status code equal to that given

func (*PostStorageS3DigitaloceanBadRequest) IsRedirect

func (o *PostStorageS3DigitaloceanBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 digitalocean bad request response has a 3xx status code

func (*PostStorageS3DigitaloceanBadRequest) IsServerError

func (o *PostStorageS3DigitaloceanBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 digitalocean bad request response has a 5xx status code

func (*PostStorageS3DigitaloceanBadRequest) IsSuccess

IsSuccess returns true when this post storage s3 digitalocean bad request response has a 2xx status code

func (*PostStorageS3DigitaloceanBadRequest) String

type PostStorageS3DigitaloceanInternalServerError

type PostStorageS3DigitaloceanInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3DigitaloceanInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3DigitaloceanInternalServerError

func NewPostStorageS3DigitaloceanInternalServerError() *PostStorageS3DigitaloceanInternalServerError

NewPostStorageS3DigitaloceanInternalServerError creates a PostStorageS3DigitaloceanInternalServerError with default headers values

func (*PostStorageS3DigitaloceanInternalServerError) Code

Code gets the status code for the post storage s3 digitalocean internal server error response

func (*PostStorageS3DigitaloceanInternalServerError) Error

func (*PostStorageS3DigitaloceanInternalServerError) GetPayload

func (*PostStorageS3DigitaloceanInternalServerError) IsClientError

IsClientError returns true when this post storage s3 digitalocean internal server error response has a 4xx status code

func (*PostStorageS3DigitaloceanInternalServerError) IsCode

IsCode returns true when this post storage s3 digitalocean internal server error response a status code equal to that given

func (*PostStorageS3DigitaloceanInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 digitalocean internal server error response has a 3xx status code

func (*PostStorageS3DigitaloceanInternalServerError) IsServerError

IsServerError returns true when this post storage s3 digitalocean internal server error response has a 5xx status code

func (*PostStorageS3DigitaloceanInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 digitalocean internal server error response has a 2xx status code

func (*PostStorageS3DigitaloceanInternalServerError) String

type PostStorageS3DigitaloceanOK

type PostStorageS3DigitaloceanOK struct {
	Payload *models.ModelStorage
}

PostStorageS3DigitaloceanOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3DigitaloceanOK

func NewPostStorageS3DigitaloceanOK() *PostStorageS3DigitaloceanOK

NewPostStorageS3DigitaloceanOK creates a PostStorageS3DigitaloceanOK with default headers values

func (*PostStorageS3DigitaloceanOK) Code

func (o *PostStorageS3DigitaloceanOK) Code() int

Code gets the status code for the post storage s3 digitalocean o k response

func (*PostStorageS3DigitaloceanOK) Error

func (*PostStorageS3DigitaloceanOK) GetPayload

func (*PostStorageS3DigitaloceanOK) IsClientError

func (o *PostStorageS3DigitaloceanOK) IsClientError() bool

IsClientError returns true when this post storage s3 digitalocean o k response has a 4xx status code

func (*PostStorageS3DigitaloceanOK) IsCode

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

IsCode returns true when this post storage s3 digitalocean o k response a status code equal to that given

func (*PostStorageS3DigitaloceanOK) IsRedirect

func (o *PostStorageS3DigitaloceanOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 digitalocean o k response has a 3xx status code

func (*PostStorageS3DigitaloceanOK) IsServerError

func (o *PostStorageS3DigitaloceanOK) IsServerError() bool

IsServerError returns true when this post storage s3 digitalocean o k response has a 5xx status code

func (*PostStorageS3DigitaloceanOK) IsSuccess

func (o *PostStorageS3DigitaloceanOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 digitalocean o k response has a 2xx status code

func (*PostStorageS3DigitaloceanOK) String

func (o *PostStorageS3DigitaloceanOK) String() string

type PostStorageS3DigitaloceanParams

type PostStorageS3DigitaloceanParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3DigitalOceanStorageRequest

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

PostStorageS3DigitaloceanParams contains all the parameters to send to the API endpoint

for the post storage s3 digitalocean operation.

Typically these are written to a http.Request.

func NewPostStorageS3DigitaloceanParams

func NewPostStorageS3DigitaloceanParams() *PostStorageS3DigitaloceanParams

NewPostStorageS3DigitaloceanParams creates a new PostStorageS3DigitaloceanParams 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 NewPostStorageS3DigitaloceanParamsWithContext

func NewPostStorageS3DigitaloceanParamsWithContext(ctx context.Context) *PostStorageS3DigitaloceanParams

NewPostStorageS3DigitaloceanParamsWithContext creates a new PostStorageS3DigitaloceanParams object with the ability to set a context for a request.

func NewPostStorageS3DigitaloceanParamsWithHTTPClient

func NewPostStorageS3DigitaloceanParamsWithHTTPClient(client *http.Client) *PostStorageS3DigitaloceanParams

NewPostStorageS3DigitaloceanParamsWithHTTPClient creates a new PostStorageS3DigitaloceanParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3DigitaloceanParamsWithTimeout

func NewPostStorageS3DigitaloceanParamsWithTimeout(timeout time.Duration) *PostStorageS3DigitaloceanParams

NewPostStorageS3DigitaloceanParamsWithTimeout creates a new PostStorageS3DigitaloceanParams object with the ability to set a timeout on a request.

func (*PostStorageS3DigitaloceanParams) SetContext

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

SetContext adds the context to the post storage s3 digitalocean params

func (*PostStorageS3DigitaloceanParams) SetDefaults

func (o *PostStorageS3DigitaloceanParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 digitalocean params (not the query body).

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

func (*PostStorageS3DigitaloceanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 digitalocean params

func (*PostStorageS3DigitaloceanParams) SetRequest

SetRequest adds the request to the post storage s3 digitalocean params

func (*PostStorageS3DigitaloceanParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 digitalocean params

func (*PostStorageS3DigitaloceanParams) WithContext

WithContext adds the context to the post storage s3 digitalocean params

func (*PostStorageS3DigitaloceanParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 digitalocean params (not the query body).

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

func (*PostStorageS3DigitaloceanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 digitalocean params

func (*PostStorageS3DigitaloceanParams) WithRequest

WithRequest adds the request to the post storage s3 digitalocean params

func (*PostStorageS3DigitaloceanParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 digitalocean params

func (*PostStorageS3DigitaloceanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3DigitaloceanReader

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

PostStorageS3DigitaloceanReader is a Reader for the PostStorageS3Digitalocean structure.

func (*PostStorageS3DigitaloceanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3DreamhostBadRequest

type PostStorageS3DreamhostBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3DreamhostBadRequest

func NewPostStorageS3DreamhostBadRequest() *PostStorageS3DreamhostBadRequest

NewPostStorageS3DreamhostBadRequest creates a PostStorageS3DreamhostBadRequest with default headers values

func (*PostStorageS3DreamhostBadRequest) Code

Code gets the status code for the post storage s3 dreamhost bad request response

func (*PostStorageS3DreamhostBadRequest) Error

func (*PostStorageS3DreamhostBadRequest) GetPayload

func (*PostStorageS3DreamhostBadRequest) IsClientError

func (o *PostStorageS3DreamhostBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 dreamhost bad request response has a 4xx status code

func (*PostStorageS3DreamhostBadRequest) IsCode

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

IsCode returns true when this post storage s3 dreamhost bad request response a status code equal to that given

func (*PostStorageS3DreamhostBadRequest) IsRedirect

func (o *PostStorageS3DreamhostBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 dreamhost bad request response has a 3xx status code

func (*PostStorageS3DreamhostBadRequest) IsServerError

func (o *PostStorageS3DreamhostBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 dreamhost bad request response has a 5xx status code

func (*PostStorageS3DreamhostBadRequest) IsSuccess

func (o *PostStorageS3DreamhostBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 dreamhost bad request response has a 2xx status code

func (*PostStorageS3DreamhostBadRequest) String

type PostStorageS3DreamhostInternalServerError

type PostStorageS3DreamhostInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3DreamhostInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3DreamhostInternalServerError

func NewPostStorageS3DreamhostInternalServerError() *PostStorageS3DreamhostInternalServerError

NewPostStorageS3DreamhostInternalServerError creates a PostStorageS3DreamhostInternalServerError with default headers values

func (*PostStorageS3DreamhostInternalServerError) Code

Code gets the status code for the post storage s3 dreamhost internal server error response

func (*PostStorageS3DreamhostInternalServerError) Error

func (*PostStorageS3DreamhostInternalServerError) GetPayload

func (*PostStorageS3DreamhostInternalServerError) IsClientError

IsClientError returns true when this post storage s3 dreamhost internal server error response has a 4xx status code

func (*PostStorageS3DreamhostInternalServerError) IsCode

IsCode returns true when this post storage s3 dreamhost internal server error response a status code equal to that given

func (*PostStorageS3DreamhostInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 dreamhost internal server error response has a 3xx status code

func (*PostStorageS3DreamhostInternalServerError) IsServerError

IsServerError returns true when this post storage s3 dreamhost internal server error response has a 5xx status code

func (*PostStorageS3DreamhostInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 dreamhost internal server error response has a 2xx status code

func (*PostStorageS3DreamhostInternalServerError) String

type PostStorageS3DreamhostOK

type PostStorageS3DreamhostOK struct {
	Payload *models.ModelStorage
}

PostStorageS3DreamhostOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3DreamhostOK

func NewPostStorageS3DreamhostOK() *PostStorageS3DreamhostOK

NewPostStorageS3DreamhostOK creates a PostStorageS3DreamhostOK with default headers values

func (*PostStorageS3DreamhostOK) Code

func (o *PostStorageS3DreamhostOK) Code() int

Code gets the status code for the post storage s3 dreamhost o k response

func (*PostStorageS3DreamhostOK) Error

func (o *PostStorageS3DreamhostOK) Error() string

func (*PostStorageS3DreamhostOK) GetPayload

func (o *PostStorageS3DreamhostOK) GetPayload() *models.ModelStorage

func (*PostStorageS3DreamhostOK) IsClientError

func (o *PostStorageS3DreamhostOK) IsClientError() bool

IsClientError returns true when this post storage s3 dreamhost o k response has a 4xx status code

func (*PostStorageS3DreamhostOK) IsCode

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

IsCode returns true when this post storage s3 dreamhost o k response a status code equal to that given

func (*PostStorageS3DreamhostOK) IsRedirect

func (o *PostStorageS3DreamhostOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 dreamhost o k response has a 3xx status code

func (*PostStorageS3DreamhostOK) IsServerError

func (o *PostStorageS3DreamhostOK) IsServerError() bool

IsServerError returns true when this post storage s3 dreamhost o k response has a 5xx status code

func (*PostStorageS3DreamhostOK) IsSuccess

func (o *PostStorageS3DreamhostOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 dreamhost o k response has a 2xx status code

func (*PostStorageS3DreamhostOK) String

func (o *PostStorageS3DreamhostOK) String() string

type PostStorageS3DreamhostParams

type PostStorageS3DreamhostParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3DreamhostStorageRequest

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

PostStorageS3DreamhostParams contains all the parameters to send to the API endpoint

for the post storage s3 dreamhost operation.

Typically these are written to a http.Request.

func NewPostStorageS3DreamhostParams

func NewPostStorageS3DreamhostParams() *PostStorageS3DreamhostParams

NewPostStorageS3DreamhostParams creates a new PostStorageS3DreamhostParams 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 NewPostStorageS3DreamhostParamsWithContext

func NewPostStorageS3DreamhostParamsWithContext(ctx context.Context) *PostStorageS3DreamhostParams

NewPostStorageS3DreamhostParamsWithContext creates a new PostStorageS3DreamhostParams object with the ability to set a context for a request.

func NewPostStorageS3DreamhostParamsWithHTTPClient

func NewPostStorageS3DreamhostParamsWithHTTPClient(client *http.Client) *PostStorageS3DreamhostParams

NewPostStorageS3DreamhostParamsWithHTTPClient creates a new PostStorageS3DreamhostParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3DreamhostParamsWithTimeout

func NewPostStorageS3DreamhostParamsWithTimeout(timeout time.Duration) *PostStorageS3DreamhostParams

NewPostStorageS3DreamhostParamsWithTimeout creates a new PostStorageS3DreamhostParams object with the ability to set a timeout on a request.

func (*PostStorageS3DreamhostParams) SetContext

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

SetContext adds the context to the post storage s3 dreamhost params

func (*PostStorageS3DreamhostParams) SetDefaults

func (o *PostStorageS3DreamhostParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 dreamhost params (not the query body).

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

func (*PostStorageS3DreamhostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 dreamhost params

func (*PostStorageS3DreamhostParams) SetRequest

SetRequest adds the request to the post storage s3 dreamhost params

func (*PostStorageS3DreamhostParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 dreamhost params

func (*PostStorageS3DreamhostParams) WithContext

WithContext adds the context to the post storage s3 dreamhost params

func (*PostStorageS3DreamhostParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 dreamhost params (not the query body).

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

func (*PostStorageS3DreamhostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 dreamhost params

func (*PostStorageS3DreamhostParams) WithRequest

WithRequest adds the request to the post storage s3 dreamhost params

func (*PostStorageS3DreamhostParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 dreamhost params

func (*PostStorageS3DreamhostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3DreamhostReader

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

PostStorageS3DreamhostReader is a Reader for the PostStorageS3Dreamhost structure.

func (*PostStorageS3DreamhostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3HuaweiobsBadRequest

type PostStorageS3HuaweiobsBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3HuaweiobsBadRequest

func NewPostStorageS3HuaweiobsBadRequest() *PostStorageS3HuaweiobsBadRequest

NewPostStorageS3HuaweiobsBadRequest creates a PostStorageS3HuaweiobsBadRequest with default headers values

func (*PostStorageS3HuaweiobsBadRequest) Code

Code gets the status code for the post storage s3 huaweiobs bad request response

func (*PostStorageS3HuaweiobsBadRequest) Error

func (*PostStorageS3HuaweiobsBadRequest) GetPayload

func (*PostStorageS3HuaweiobsBadRequest) IsClientError

func (o *PostStorageS3HuaweiobsBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 huaweiobs bad request response has a 4xx status code

func (*PostStorageS3HuaweiobsBadRequest) IsCode

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

IsCode returns true when this post storage s3 huaweiobs bad request response a status code equal to that given

func (*PostStorageS3HuaweiobsBadRequest) IsRedirect

func (o *PostStorageS3HuaweiobsBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 huaweiobs bad request response has a 3xx status code

func (*PostStorageS3HuaweiobsBadRequest) IsServerError

func (o *PostStorageS3HuaweiobsBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 huaweiobs bad request response has a 5xx status code

func (*PostStorageS3HuaweiobsBadRequest) IsSuccess

func (o *PostStorageS3HuaweiobsBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 huaweiobs bad request response has a 2xx status code

func (*PostStorageS3HuaweiobsBadRequest) String

type PostStorageS3HuaweiobsInternalServerError

type PostStorageS3HuaweiobsInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3HuaweiobsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3HuaweiobsInternalServerError

func NewPostStorageS3HuaweiobsInternalServerError() *PostStorageS3HuaweiobsInternalServerError

NewPostStorageS3HuaweiobsInternalServerError creates a PostStorageS3HuaweiobsInternalServerError with default headers values

func (*PostStorageS3HuaweiobsInternalServerError) Code

Code gets the status code for the post storage s3 huaweiobs internal server error response

func (*PostStorageS3HuaweiobsInternalServerError) Error

func (*PostStorageS3HuaweiobsInternalServerError) GetPayload

func (*PostStorageS3HuaweiobsInternalServerError) IsClientError

IsClientError returns true when this post storage s3 huaweiobs internal server error response has a 4xx status code

func (*PostStorageS3HuaweiobsInternalServerError) IsCode

IsCode returns true when this post storage s3 huaweiobs internal server error response a status code equal to that given

func (*PostStorageS3HuaweiobsInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 huaweiobs internal server error response has a 3xx status code

func (*PostStorageS3HuaweiobsInternalServerError) IsServerError

IsServerError returns true when this post storage s3 huaweiobs internal server error response has a 5xx status code

func (*PostStorageS3HuaweiobsInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 huaweiobs internal server error response has a 2xx status code

func (*PostStorageS3HuaweiobsInternalServerError) String

type PostStorageS3HuaweiobsOK

type PostStorageS3HuaweiobsOK struct {
	Payload *models.ModelStorage
}

PostStorageS3HuaweiobsOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3HuaweiobsOK

func NewPostStorageS3HuaweiobsOK() *PostStorageS3HuaweiobsOK

NewPostStorageS3HuaweiobsOK creates a PostStorageS3HuaweiobsOK with default headers values

func (*PostStorageS3HuaweiobsOK) Code

func (o *PostStorageS3HuaweiobsOK) Code() int

Code gets the status code for the post storage s3 huaweiobs o k response

func (*PostStorageS3HuaweiobsOK) Error

func (o *PostStorageS3HuaweiobsOK) Error() string

func (*PostStorageS3HuaweiobsOK) GetPayload

func (o *PostStorageS3HuaweiobsOK) GetPayload() *models.ModelStorage

func (*PostStorageS3HuaweiobsOK) IsClientError

func (o *PostStorageS3HuaweiobsOK) IsClientError() bool

IsClientError returns true when this post storage s3 huaweiobs o k response has a 4xx status code

func (*PostStorageS3HuaweiobsOK) IsCode

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

IsCode returns true when this post storage s3 huaweiobs o k response a status code equal to that given

func (*PostStorageS3HuaweiobsOK) IsRedirect

func (o *PostStorageS3HuaweiobsOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 huaweiobs o k response has a 3xx status code

func (*PostStorageS3HuaweiobsOK) IsServerError

func (o *PostStorageS3HuaweiobsOK) IsServerError() bool

IsServerError returns true when this post storage s3 huaweiobs o k response has a 5xx status code

func (*PostStorageS3HuaweiobsOK) IsSuccess

func (o *PostStorageS3HuaweiobsOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 huaweiobs o k response has a 2xx status code

func (*PostStorageS3HuaweiobsOK) String

func (o *PostStorageS3HuaweiobsOK) String() string

type PostStorageS3HuaweiobsParams

type PostStorageS3HuaweiobsParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3HuaweiOBSStorageRequest

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

PostStorageS3HuaweiobsParams contains all the parameters to send to the API endpoint

for the post storage s3 huaweiobs operation.

Typically these are written to a http.Request.

func NewPostStorageS3HuaweiobsParams

func NewPostStorageS3HuaweiobsParams() *PostStorageS3HuaweiobsParams

NewPostStorageS3HuaweiobsParams creates a new PostStorageS3HuaweiobsParams 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 NewPostStorageS3HuaweiobsParamsWithContext

func NewPostStorageS3HuaweiobsParamsWithContext(ctx context.Context) *PostStorageS3HuaweiobsParams

NewPostStorageS3HuaweiobsParamsWithContext creates a new PostStorageS3HuaweiobsParams object with the ability to set a context for a request.

func NewPostStorageS3HuaweiobsParamsWithHTTPClient

func NewPostStorageS3HuaweiobsParamsWithHTTPClient(client *http.Client) *PostStorageS3HuaweiobsParams

NewPostStorageS3HuaweiobsParamsWithHTTPClient creates a new PostStorageS3HuaweiobsParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3HuaweiobsParamsWithTimeout

func NewPostStorageS3HuaweiobsParamsWithTimeout(timeout time.Duration) *PostStorageS3HuaweiobsParams

NewPostStorageS3HuaweiobsParamsWithTimeout creates a new PostStorageS3HuaweiobsParams object with the ability to set a timeout on a request.

func (*PostStorageS3HuaweiobsParams) SetContext

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

SetContext adds the context to the post storage s3 huaweiobs params

func (*PostStorageS3HuaweiobsParams) SetDefaults

func (o *PostStorageS3HuaweiobsParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 huaweiobs params (not the query body).

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

func (*PostStorageS3HuaweiobsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 huaweiobs params

func (*PostStorageS3HuaweiobsParams) SetRequest

SetRequest adds the request to the post storage s3 huaweiobs params

func (*PostStorageS3HuaweiobsParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 huaweiobs params

func (*PostStorageS3HuaweiobsParams) WithContext

WithContext adds the context to the post storage s3 huaweiobs params

func (*PostStorageS3HuaweiobsParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 huaweiobs params (not the query body).

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

func (*PostStorageS3HuaweiobsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 huaweiobs params

func (*PostStorageS3HuaweiobsParams) WithRequest

WithRequest adds the request to the post storage s3 huaweiobs params

func (*PostStorageS3HuaweiobsParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 huaweiobs params

func (*PostStorageS3HuaweiobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3HuaweiobsReader

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

PostStorageS3HuaweiobsReader is a Reader for the PostStorageS3Huaweiobs structure.

func (*PostStorageS3HuaweiobsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3IbmcosBadRequest

type PostStorageS3IbmcosBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3IbmcosBadRequest

func NewPostStorageS3IbmcosBadRequest() *PostStorageS3IbmcosBadRequest

NewPostStorageS3IbmcosBadRequest creates a PostStorageS3IbmcosBadRequest with default headers values

func (*PostStorageS3IbmcosBadRequest) Code

Code gets the status code for the post storage s3 ibmcos bad request response

func (*PostStorageS3IbmcosBadRequest) Error

func (*PostStorageS3IbmcosBadRequest) GetPayload

func (*PostStorageS3IbmcosBadRequest) IsClientError

func (o *PostStorageS3IbmcosBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 ibmcos bad request response has a 4xx status code

func (*PostStorageS3IbmcosBadRequest) IsCode

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

IsCode returns true when this post storage s3 ibmcos bad request response a status code equal to that given

func (*PostStorageS3IbmcosBadRequest) IsRedirect

func (o *PostStorageS3IbmcosBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 ibmcos bad request response has a 3xx status code

func (*PostStorageS3IbmcosBadRequest) IsServerError

func (o *PostStorageS3IbmcosBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 ibmcos bad request response has a 5xx status code

func (*PostStorageS3IbmcosBadRequest) IsSuccess

func (o *PostStorageS3IbmcosBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 ibmcos bad request response has a 2xx status code

func (*PostStorageS3IbmcosBadRequest) String

type PostStorageS3IbmcosInternalServerError

type PostStorageS3IbmcosInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3IbmcosInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3IbmcosInternalServerError

func NewPostStorageS3IbmcosInternalServerError() *PostStorageS3IbmcosInternalServerError

NewPostStorageS3IbmcosInternalServerError creates a PostStorageS3IbmcosInternalServerError with default headers values

func (*PostStorageS3IbmcosInternalServerError) Code

Code gets the status code for the post storage s3 ibmcos internal server error response

func (*PostStorageS3IbmcosInternalServerError) Error

func (*PostStorageS3IbmcosInternalServerError) GetPayload

func (*PostStorageS3IbmcosInternalServerError) IsClientError

func (o *PostStorageS3IbmcosInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 ibmcos internal server error response has a 4xx status code

func (*PostStorageS3IbmcosInternalServerError) IsCode

IsCode returns true when this post storage s3 ibmcos internal server error response a status code equal to that given

func (*PostStorageS3IbmcosInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 ibmcos internal server error response has a 3xx status code

func (*PostStorageS3IbmcosInternalServerError) IsServerError

func (o *PostStorageS3IbmcosInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 ibmcos internal server error response has a 5xx status code

func (*PostStorageS3IbmcosInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 ibmcos internal server error response has a 2xx status code

func (*PostStorageS3IbmcosInternalServerError) String

type PostStorageS3IbmcosOK

type PostStorageS3IbmcosOK struct {
	Payload *models.ModelStorage
}

PostStorageS3IbmcosOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3IbmcosOK

func NewPostStorageS3IbmcosOK() *PostStorageS3IbmcosOK

NewPostStorageS3IbmcosOK creates a PostStorageS3IbmcosOK with default headers values

func (*PostStorageS3IbmcosOK) Code

func (o *PostStorageS3IbmcosOK) Code() int

Code gets the status code for the post storage s3 ibmcos o k response

func (*PostStorageS3IbmcosOK) Error

func (o *PostStorageS3IbmcosOK) Error() string

func (*PostStorageS3IbmcosOK) GetPayload

func (o *PostStorageS3IbmcosOK) GetPayload() *models.ModelStorage

func (*PostStorageS3IbmcosOK) IsClientError

func (o *PostStorageS3IbmcosOK) IsClientError() bool

IsClientError returns true when this post storage s3 ibmcos o k response has a 4xx status code

func (*PostStorageS3IbmcosOK) IsCode

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

IsCode returns true when this post storage s3 ibmcos o k response a status code equal to that given

func (*PostStorageS3IbmcosOK) IsRedirect

func (o *PostStorageS3IbmcosOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 ibmcos o k response has a 3xx status code

func (*PostStorageS3IbmcosOK) IsServerError

func (o *PostStorageS3IbmcosOK) IsServerError() bool

IsServerError returns true when this post storage s3 ibmcos o k response has a 5xx status code

func (*PostStorageS3IbmcosOK) IsSuccess

func (o *PostStorageS3IbmcosOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 ibmcos o k response has a 2xx status code

func (*PostStorageS3IbmcosOK) String

func (o *PostStorageS3IbmcosOK) String() string

type PostStorageS3IbmcosParams

type PostStorageS3IbmcosParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3IBMCOSStorageRequest

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

PostStorageS3IbmcosParams contains all the parameters to send to the API endpoint

for the post storage s3 ibmcos operation.

Typically these are written to a http.Request.

func NewPostStorageS3IbmcosParams

func NewPostStorageS3IbmcosParams() *PostStorageS3IbmcosParams

NewPostStorageS3IbmcosParams creates a new PostStorageS3IbmcosParams 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 NewPostStorageS3IbmcosParamsWithContext

func NewPostStorageS3IbmcosParamsWithContext(ctx context.Context) *PostStorageS3IbmcosParams

NewPostStorageS3IbmcosParamsWithContext creates a new PostStorageS3IbmcosParams object with the ability to set a context for a request.

func NewPostStorageS3IbmcosParamsWithHTTPClient

func NewPostStorageS3IbmcosParamsWithHTTPClient(client *http.Client) *PostStorageS3IbmcosParams

NewPostStorageS3IbmcosParamsWithHTTPClient creates a new PostStorageS3IbmcosParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3IbmcosParamsWithTimeout

func NewPostStorageS3IbmcosParamsWithTimeout(timeout time.Duration) *PostStorageS3IbmcosParams

NewPostStorageS3IbmcosParamsWithTimeout creates a new PostStorageS3IbmcosParams object with the ability to set a timeout on a request.

func (*PostStorageS3IbmcosParams) SetContext

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

SetContext adds the context to the post storage s3 ibmcos params

func (*PostStorageS3IbmcosParams) SetDefaults

func (o *PostStorageS3IbmcosParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 ibmcos params (not the query body).

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

func (*PostStorageS3IbmcosParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 ibmcos params

func (*PostStorageS3IbmcosParams) SetRequest

SetRequest adds the request to the post storage s3 ibmcos params

func (*PostStorageS3IbmcosParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 ibmcos params

func (*PostStorageS3IbmcosParams) WithContext

WithContext adds the context to the post storage s3 ibmcos params

func (*PostStorageS3IbmcosParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 ibmcos params (not the query body).

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

func (*PostStorageS3IbmcosParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 ibmcos params

func (*PostStorageS3IbmcosParams) WithRequest

WithRequest adds the request to the post storage s3 ibmcos params

func (*PostStorageS3IbmcosParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 ibmcos params

func (*PostStorageS3IbmcosParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3IbmcosReader

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

PostStorageS3IbmcosReader is a Reader for the PostStorageS3Ibmcos structure.

func (*PostStorageS3IbmcosReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3IdriveBadRequest

type PostStorageS3IdriveBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3IdriveBadRequest

func NewPostStorageS3IdriveBadRequest() *PostStorageS3IdriveBadRequest

NewPostStorageS3IdriveBadRequest creates a PostStorageS3IdriveBadRequest with default headers values

func (*PostStorageS3IdriveBadRequest) Code

Code gets the status code for the post storage s3 idrive bad request response

func (*PostStorageS3IdriveBadRequest) Error

func (*PostStorageS3IdriveBadRequest) GetPayload

func (*PostStorageS3IdriveBadRequest) IsClientError

func (o *PostStorageS3IdriveBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 idrive bad request response has a 4xx status code

func (*PostStorageS3IdriveBadRequest) IsCode

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

IsCode returns true when this post storage s3 idrive bad request response a status code equal to that given

func (*PostStorageS3IdriveBadRequest) IsRedirect

func (o *PostStorageS3IdriveBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 idrive bad request response has a 3xx status code

func (*PostStorageS3IdriveBadRequest) IsServerError

func (o *PostStorageS3IdriveBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 idrive bad request response has a 5xx status code

func (*PostStorageS3IdriveBadRequest) IsSuccess

func (o *PostStorageS3IdriveBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 idrive bad request response has a 2xx status code

func (*PostStorageS3IdriveBadRequest) String

type PostStorageS3IdriveInternalServerError

type PostStorageS3IdriveInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3IdriveInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3IdriveInternalServerError

func NewPostStorageS3IdriveInternalServerError() *PostStorageS3IdriveInternalServerError

NewPostStorageS3IdriveInternalServerError creates a PostStorageS3IdriveInternalServerError with default headers values

func (*PostStorageS3IdriveInternalServerError) Code

Code gets the status code for the post storage s3 idrive internal server error response

func (*PostStorageS3IdriveInternalServerError) Error

func (*PostStorageS3IdriveInternalServerError) GetPayload

func (*PostStorageS3IdriveInternalServerError) IsClientError

func (o *PostStorageS3IdriveInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 idrive internal server error response has a 4xx status code

func (*PostStorageS3IdriveInternalServerError) IsCode

IsCode returns true when this post storage s3 idrive internal server error response a status code equal to that given

func (*PostStorageS3IdriveInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 idrive internal server error response has a 3xx status code

func (*PostStorageS3IdriveInternalServerError) IsServerError

func (o *PostStorageS3IdriveInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 idrive internal server error response has a 5xx status code

func (*PostStorageS3IdriveInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 idrive internal server error response has a 2xx status code

func (*PostStorageS3IdriveInternalServerError) String

type PostStorageS3IdriveOK

type PostStorageS3IdriveOK struct {
	Payload *models.ModelStorage
}

PostStorageS3IdriveOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3IdriveOK

func NewPostStorageS3IdriveOK() *PostStorageS3IdriveOK

NewPostStorageS3IdriveOK creates a PostStorageS3IdriveOK with default headers values

func (*PostStorageS3IdriveOK) Code

func (o *PostStorageS3IdriveOK) Code() int

Code gets the status code for the post storage s3 idrive o k response

func (*PostStorageS3IdriveOK) Error

func (o *PostStorageS3IdriveOK) Error() string

func (*PostStorageS3IdriveOK) GetPayload

func (o *PostStorageS3IdriveOK) GetPayload() *models.ModelStorage

func (*PostStorageS3IdriveOK) IsClientError

func (o *PostStorageS3IdriveOK) IsClientError() bool

IsClientError returns true when this post storage s3 idrive o k response has a 4xx status code

func (*PostStorageS3IdriveOK) IsCode

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

IsCode returns true when this post storage s3 idrive o k response a status code equal to that given

func (*PostStorageS3IdriveOK) IsRedirect

func (o *PostStorageS3IdriveOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 idrive o k response has a 3xx status code

func (*PostStorageS3IdriveOK) IsServerError

func (o *PostStorageS3IdriveOK) IsServerError() bool

IsServerError returns true when this post storage s3 idrive o k response has a 5xx status code

func (*PostStorageS3IdriveOK) IsSuccess

func (o *PostStorageS3IdriveOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 idrive o k response has a 2xx status code

func (*PostStorageS3IdriveOK) String

func (o *PostStorageS3IdriveOK) String() string

type PostStorageS3IdriveParams

type PostStorageS3IdriveParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3IDriveStorageRequest

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

PostStorageS3IdriveParams contains all the parameters to send to the API endpoint

for the post storage s3 idrive operation.

Typically these are written to a http.Request.

func NewPostStorageS3IdriveParams

func NewPostStorageS3IdriveParams() *PostStorageS3IdriveParams

NewPostStorageS3IdriveParams creates a new PostStorageS3IdriveParams 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 NewPostStorageS3IdriveParamsWithContext

func NewPostStorageS3IdriveParamsWithContext(ctx context.Context) *PostStorageS3IdriveParams

NewPostStorageS3IdriveParamsWithContext creates a new PostStorageS3IdriveParams object with the ability to set a context for a request.

func NewPostStorageS3IdriveParamsWithHTTPClient

func NewPostStorageS3IdriveParamsWithHTTPClient(client *http.Client) *PostStorageS3IdriveParams

NewPostStorageS3IdriveParamsWithHTTPClient creates a new PostStorageS3IdriveParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3IdriveParamsWithTimeout

func NewPostStorageS3IdriveParamsWithTimeout(timeout time.Duration) *PostStorageS3IdriveParams

NewPostStorageS3IdriveParamsWithTimeout creates a new PostStorageS3IdriveParams object with the ability to set a timeout on a request.

func (*PostStorageS3IdriveParams) SetContext

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

SetContext adds the context to the post storage s3 idrive params

func (*PostStorageS3IdriveParams) SetDefaults

func (o *PostStorageS3IdriveParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 idrive params (not the query body).

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

func (*PostStorageS3IdriveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 idrive params

func (*PostStorageS3IdriveParams) SetRequest

SetRequest adds the request to the post storage s3 idrive params

func (*PostStorageS3IdriveParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 idrive params

func (*PostStorageS3IdriveParams) WithContext

WithContext adds the context to the post storage s3 idrive params

func (*PostStorageS3IdriveParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 idrive params (not the query body).

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

func (*PostStorageS3IdriveParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 idrive params

func (*PostStorageS3IdriveParams) WithRequest

WithRequest adds the request to the post storage s3 idrive params

func (*PostStorageS3IdriveParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 idrive params

func (*PostStorageS3IdriveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3IdriveReader

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

PostStorageS3IdriveReader is a Reader for the PostStorageS3Idrive structure.

func (*PostStorageS3IdriveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3IonosBadRequest

type PostStorageS3IonosBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3IonosBadRequest

func NewPostStorageS3IonosBadRequest() *PostStorageS3IonosBadRequest

NewPostStorageS3IonosBadRequest creates a PostStorageS3IonosBadRequest with default headers values

func (*PostStorageS3IonosBadRequest) Code

Code gets the status code for the post storage s3 ionos bad request response

func (*PostStorageS3IonosBadRequest) Error

func (*PostStorageS3IonosBadRequest) GetPayload

func (*PostStorageS3IonosBadRequest) IsClientError

func (o *PostStorageS3IonosBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 ionos bad request response has a 4xx status code

func (*PostStorageS3IonosBadRequest) IsCode

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

IsCode returns true when this post storage s3 ionos bad request response a status code equal to that given

func (*PostStorageS3IonosBadRequest) IsRedirect

func (o *PostStorageS3IonosBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 ionos bad request response has a 3xx status code

func (*PostStorageS3IonosBadRequest) IsServerError

func (o *PostStorageS3IonosBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 ionos bad request response has a 5xx status code

func (*PostStorageS3IonosBadRequest) IsSuccess

func (o *PostStorageS3IonosBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 ionos bad request response has a 2xx status code

func (*PostStorageS3IonosBadRequest) String

type PostStorageS3IonosInternalServerError

type PostStorageS3IonosInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3IonosInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3IonosInternalServerError

func NewPostStorageS3IonosInternalServerError() *PostStorageS3IonosInternalServerError

NewPostStorageS3IonosInternalServerError creates a PostStorageS3IonosInternalServerError with default headers values

func (*PostStorageS3IonosInternalServerError) Code

Code gets the status code for the post storage s3 ionos internal server error response

func (*PostStorageS3IonosInternalServerError) Error

func (*PostStorageS3IonosInternalServerError) GetPayload

func (*PostStorageS3IonosInternalServerError) IsClientError

func (o *PostStorageS3IonosInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 ionos internal server error response has a 4xx status code

func (*PostStorageS3IonosInternalServerError) IsCode

IsCode returns true when this post storage s3 ionos internal server error response a status code equal to that given

func (*PostStorageS3IonosInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 ionos internal server error response has a 3xx status code

func (*PostStorageS3IonosInternalServerError) IsServerError

func (o *PostStorageS3IonosInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 ionos internal server error response has a 5xx status code

func (*PostStorageS3IonosInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 ionos internal server error response has a 2xx status code

func (*PostStorageS3IonosInternalServerError) String

type PostStorageS3IonosOK

type PostStorageS3IonosOK struct {
	Payload *models.ModelStorage
}

PostStorageS3IonosOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3IonosOK

func NewPostStorageS3IonosOK() *PostStorageS3IonosOK

NewPostStorageS3IonosOK creates a PostStorageS3IonosOK with default headers values

func (*PostStorageS3IonosOK) Code

func (o *PostStorageS3IonosOK) Code() int

Code gets the status code for the post storage s3 ionos o k response

func (*PostStorageS3IonosOK) Error

func (o *PostStorageS3IonosOK) Error() string

func (*PostStorageS3IonosOK) GetPayload

func (o *PostStorageS3IonosOK) GetPayload() *models.ModelStorage

func (*PostStorageS3IonosOK) IsClientError

func (o *PostStorageS3IonosOK) IsClientError() bool

IsClientError returns true when this post storage s3 ionos o k response has a 4xx status code

func (*PostStorageS3IonosOK) IsCode

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

IsCode returns true when this post storage s3 ionos o k response a status code equal to that given

func (*PostStorageS3IonosOK) IsRedirect

func (o *PostStorageS3IonosOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 ionos o k response has a 3xx status code

func (*PostStorageS3IonosOK) IsServerError

func (o *PostStorageS3IonosOK) IsServerError() bool

IsServerError returns true when this post storage s3 ionos o k response has a 5xx status code

func (*PostStorageS3IonosOK) IsSuccess

func (o *PostStorageS3IonosOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 ionos o k response has a 2xx status code

func (*PostStorageS3IonosOK) String

func (o *PostStorageS3IonosOK) String() string

type PostStorageS3IonosParams

type PostStorageS3IonosParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3IONOSStorageRequest

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

PostStorageS3IonosParams contains all the parameters to send to the API endpoint

for the post storage s3 ionos operation.

Typically these are written to a http.Request.

func NewPostStorageS3IonosParams

func NewPostStorageS3IonosParams() *PostStorageS3IonosParams

NewPostStorageS3IonosParams creates a new PostStorageS3IonosParams 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 NewPostStorageS3IonosParamsWithContext

func NewPostStorageS3IonosParamsWithContext(ctx context.Context) *PostStorageS3IonosParams

NewPostStorageS3IonosParamsWithContext creates a new PostStorageS3IonosParams object with the ability to set a context for a request.

func NewPostStorageS3IonosParamsWithHTTPClient

func NewPostStorageS3IonosParamsWithHTTPClient(client *http.Client) *PostStorageS3IonosParams

NewPostStorageS3IonosParamsWithHTTPClient creates a new PostStorageS3IonosParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3IonosParamsWithTimeout

func NewPostStorageS3IonosParamsWithTimeout(timeout time.Duration) *PostStorageS3IonosParams

NewPostStorageS3IonosParamsWithTimeout creates a new PostStorageS3IonosParams object with the ability to set a timeout on a request.

func (*PostStorageS3IonosParams) SetContext

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

SetContext adds the context to the post storage s3 ionos params

func (*PostStorageS3IonosParams) SetDefaults

func (o *PostStorageS3IonosParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 ionos params (not the query body).

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

func (*PostStorageS3IonosParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 ionos params

func (*PostStorageS3IonosParams) SetRequest

SetRequest adds the request to the post storage s3 ionos params

func (*PostStorageS3IonosParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 ionos params

func (*PostStorageS3IonosParams) WithContext

WithContext adds the context to the post storage s3 ionos params

func (*PostStorageS3IonosParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 ionos params (not the query body).

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

func (*PostStorageS3IonosParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 ionos params

func (*PostStorageS3IonosParams) WithRequest

WithRequest adds the request to the post storage s3 ionos params

func (*PostStorageS3IonosParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 ionos params

func (*PostStorageS3IonosParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3IonosReader

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

PostStorageS3IonosReader is a Reader for the PostStorageS3Ionos structure.

func (*PostStorageS3IonosReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3LiaraBadRequest

type PostStorageS3LiaraBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3LiaraBadRequest

func NewPostStorageS3LiaraBadRequest() *PostStorageS3LiaraBadRequest

NewPostStorageS3LiaraBadRequest creates a PostStorageS3LiaraBadRequest with default headers values

func (*PostStorageS3LiaraBadRequest) Code

Code gets the status code for the post storage s3 liara bad request response

func (*PostStorageS3LiaraBadRequest) Error

func (*PostStorageS3LiaraBadRequest) GetPayload

func (*PostStorageS3LiaraBadRequest) IsClientError

func (o *PostStorageS3LiaraBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 liara bad request response has a 4xx status code

func (*PostStorageS3LiaraBadRequest) IsCode

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

IsCode returns true when this post storage s3 liara bad request response a status code equal to that given

func (*PostStorageS3LiaraBadRequest) IsRedirect

func (o *PostStorageS3LiaraBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 liara bad request response has a 3xx status code

func (*PostStorageS3LiaraBadRequest) IsServerError

func (o *PostStorageS3LiaraBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 liara bad request response has a 5xx status code

func (*PostStorageS3LiaraBadRequest) IsSuccess

func (o *PostStorageS3LiaraBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 liara bad request response has a 2xx status code

func (*PostStorageS3LiaraBadRequest) String

type PostStorageS3LiaraInternalServerError

type PostStorageS3LiaraInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3LiaraInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3LiaraInternalServerError

func NewPostStorageS3LiaraInternalServerError() *PostStorageS3LiaraInternalServerError

NewPostStorageS3LiaraInternalServerError creates a PostStorageS3LiaraInternalServerError with default headers values

func (*PostStorageS3LiaraInternalServerError) Code

Code gets the status code for the post storage s3 liara internal server error response

func (*PostStorageS3LiaraInternalServerError) Error

func (*PostStorageS3LiaraInternalServerError) GetPayload

func (*PostStorageS3LiaraInternalServerError) IsClientError

func (o *PostStorageS3LiaraInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 liara internal server error response has a 4xx status code

func (*PostStorageS3LiaraInternalServerError) IsCode

IsCode returns true when this post storage s3 liara internal server error response a status code equal to that given

func (*PostStorageS3LiaraInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 liara internal server error response has a 3xx status code

func (*PostStorageS3LiaraInternalServerError) IsServerError

func (o *PostStorageS3LiaraInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 liara internal server error response has a 5xx status code

func (*PostStorageS3LiaraInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 liara internal server error response has a 2xx status code

func (*PostStorageS3LiaraInternalServerError) String

type PostStorageS3LiaraOK

type PostStorageS3LiaraOK struct {
	Payload *models.ModelStorage
}

PostStorageS3LiaraOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3LiaraOK

func NewPostStorageS3LiaraOK() *PostStorageS3LiaraOK

NewPostStorageS3LiaraOK creates a PostStorageS3LiaraOK with default headers values

func (*PostStorageS3LiaraOK) Code

func (o *PostStorageS3LiaraOK) Code() int

Code gets the status code for the post storage s3 liara o k response

func (*PostStorageS3LiaraOK) Error

func (o *PostStorageS3LiaraOK) Error() string

func (*PostStorageS3LiaraOK) GetPayload

func (o *PostStorageS3LiaraOK) GetPayload() *models.ModelStorage

func (*PostStorageS3LiaraOK) IsClientError

func (o *PostStorageS3LiaraOK) IsClientError() bool

IsClientError returns true when this post storage s3 liara o k response has a 4xx status code

func (*PostStorageS3LiaraOK) IsCode

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

IsCode returns true when this post storage s3 liara o k response a status code equal to that given

func (*PostStorageS3LiaraOK) IsRedirect

func (o *PostStorageS3LiaraOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 liara o k response has a 3xx status code

func (*PostStorageS3LiaraOK) IsServerError

func (o *PostStorageS3LiaraOK) IsServerError() bool

IsServerError returns true when this post storage s3 liara o k response has a 5xx status code

func (*PostStorageS3LiaraOK) IsSuccess

func (o *PostStorageS3LiaraOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 liara o k response has a 2xx status code

func (*PostStorageS3LiaraOK) String

func (o *PostStorageS3LiaraOK) String() string

type PostStorageS3LiaraParams

type PostStorageS3LiaraParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3LiaraStorageRequest

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

PostStorageS3LiaraParams contains all the parameters to send to the API endpoint

for the post storage s3 liara operation.

Typically these are written to a http.Request.

func NewPostStorageS3LiaraParams

func NewPostStorageS3LiaraParams() *PostStorageS3LiaraParams

NewPostStorageS3LiaraParams creates a new PostStorageS3LiaraParams 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 NewPostStorageS3LiaraParamsWithContext

func NewPostStorageS3LiaraParamsWithContext(ctx context.Context) *PostStorageS3LiaraParams

NewPostStorageS3LiaraParamsWithContext creates a new PostStorageS3LiaraParams object with the ability to set a context for a request.

func NewPostStorageS3LiaraParamsWithHTTPClient

func NewPostStorageS3LiaraParamsWithHTTPClient(client *http.Client) *PostStorageS3LiaraParams

NewPostStorageS3LiaraParamsWithHTTPClient creates a new PostStorageS3LiaraParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3LiaraParamsWithTimeout

func NewPostStorageS3LiaraParamsWithTimeout(timeout time.Duration) *PostStorageS3LiaraParams

NewPostStorageS3LiaraParamsWithTimeout creates a new PostStorageS3LiaraParams object with the ability to set a timeout on a request.

func (*PostStorageS3LiaraParams) SetContext

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

SetContext adds the context to the post storage s3 liara params

func (*PostStorageS3LiaraParams) SetDefaults

func (o *PostStorageS3LiaraParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 liara params (not the query body).

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

func (*PostStorageS3LiaraParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 liara params

func (*PostStorageS3LiaraParams) SetRequest

SetRequest adds the request to the post storage s3 liara params

func (*PostStorageS3LiaraParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 liara params

func (*PostStorageS3LiaraParams) WithContext

WithContext adds the context to the post storage s3 liara params

func (*PostStorageS3LiaraParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 liara params (not the query body).

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

func (*PostStorageS3LiaraParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 liara params

func (*PostStorageS3LiaraParams) WithRequest

WithRequest adds the request to the post storage s3 liara params

func (*PostStorageS3LiaraParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 liara params

func (*PostStorageS3LiaraParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3LiaraReader

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

PostStorageS3LiaraReader is a Reader for the PostStorageS3Liara structure.

func (*PostStorageS3LiaraReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3LyvecloudBadRequest

type PostStorageS3LyvecloudBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3LyvecloudBadRequest

func NewPostStorageS3LyvecloudBadRequest() *PostStorageS3LyvecloudBadRequest

NewPostStorageS3LyvecloudBadRequest creates a PostStorageS3LyvecloudBadRequest with default headers values

func (*PostStorageS3LyvecloudBadRequest) Code

Code gets the status code for the post storage s3 lyvecloud bad request response

func (*PostStorageS3LyvecloudBadRequest) Error

func (*PostStorageS3LyvecloudBadRequest) GetPayload

func (*PostStorageS3LyvecloudBadRequest) IsClientError

func (o *PostStorageS3LyvecloudBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 lyvecloud bad request response has a 4xx status code

func (*PostStorageS3LyvecloudBadRequest) IsCode

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

IsCode returns true when this post storage s3 lyvecloud bad request response a status code equal to that given

func (*PostStorageS3LyvecloudBadRequest) IsRedirect

func (o *PostStorageS3LyvecloudBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 lyvecloud bad request response has a 3xx status code

func (*PostStorageS3LyvecloudBadRequest) IsServerError

func (o *PostStorageS3LyvecloudBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 lyvecloud bad request response has a 5xx status code

func (*PostStorageS3LyvecloudBadRequest) IsSuccess

func (o *PostStorageS3LyvecloudBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 lyvecloud bad request response has a 2xx status code

func (*PostStorageS3LyvecloudBadRequest) String

type PostStorageS3LyvecloudInternalServerError

type PostStorageS3LyvecloudInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3LyvecloudInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3LyvecloudInternalServerError

func NewPostStorageS3LyvecloudInternalServerError() *PostStorageS3LyvecloudInternalServerError

NewPostStorageS3LyvecloudInternalServerError creates a PostStorageS3LyvecloudInternalServerError with default headers values

func (*PostStorageS3LyvecloudInternalServerError) Code

Code gets the status code for the post storage s3 lyvecloud internal server error response

func (*PostStorageS3LyvecloudInternalServerError) Error

func (*PostStorageS3LyvecloudInternalServerError) GetPayload

func (*PostStorageS3LyvecloudInternalServerError) IsClientError

IsClientError returns true when this post storage s3 lyvecloud internal server error response has a 4xx status code

func (*PostStorageS3LyvecloudInternalServerError) IsCode

IsCode returns true when this post storage s3 lyvecloud internal server error response a status code equal to that given

func (*PostStorageS3LyvecloudInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 lyvecloud internal server error response has a 3xx status code

func (*PostStorageS3LyvecloudInternalServerError) IsServerError

IsServerError returns true when this post storage s3 lyvecloud internal server error response has a 5xx status code

func (*PostStorageS3LyvecloudInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 lyvecloud internal server error response has a 2xx status code

func (*PostStorageS3LyvecloudInternalServerError) String

type PostStorageS3LyvecloudOK

type PostStorageS3LyvecloudOK struct {
	Payload *models.ModelStorage
}

PostStorageS3LyvecloudOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3LyvecloudOK

func NewPostStorageS3LyvecloudOK() *PostStorageS3LyvecloudOK

NewPostStorageS3LyvecloudOK creates a PostStorageS3LyvecloudOK with default headers values

func (*PostStorageS3LyvecloudOK) Code

func (o *PostStorageS3LyvecloudOK) Code() int

Code gets the status code for the post storage s3 lyvecloud o k response

func (*PostStorageS3LyvecloudOK) Error

func (o *PostStorageS3LyvecloudOK) Error() string

func (*PostStorageS3LyvecloudOK) GetPayload

func (o *PostStorageS3LyvecloudOK) GetPayload() *models.ModelStorage

func (*PostStorageS3LyvecloudOK) IsClientError

func (o *PostStorageS3LyvecloudOK) IsClientError() bool

IsClientError returns true when this post storage s3 lyvecloud o k response has a 4xx status code

func (*PostStorageS3LyvecloudOK) IsCode

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

IsCode returns true when this post storage s3 lyvecloud o k response a status code equal to that given

func (*PostStorageS3LyvecloudOK) IsRedirect

func (o *PostStorageS3LyvecloudOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 lyvecloud o k response has a 3xx status code

func (*PostStorageS3LyvecloudOK) IsServerError

func (o *PostStorageS3LyvecloudOK) IsServerError() bool

IsServerError returns true when this post storage s3 lyvecloud o k response has a 5xx status code

func (*PostStorageS3LyvecloudOK) IsSuccess

func (o *PostStorageS3LyvecloudOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 lyvecloud o k response has a 2xx status code

func (*PostStorageS3LyvecloudOK) String

func (o *PostStorageS3LyvecloudOK) String() string

type PostStorageS3LyvecloudParams

type PostStorageS3LyvecloudParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3LyveCloudStorageRequest

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

PostStorageS3LyvecloudParams contains all the parameters to send to the API endpoint

for the post storage s3 lyvecloud operation.

Typically these are written to a http.Request.

func NewPostStorageS3LyvecloudParams

func NewPostStorageS3LyvecloudParams() *PostStorageS3LyvecloudParams

NewPostStorageS3LyvecloudParams creates a new PostStorageS3LyvecloudParams 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 NewPostStorageS3LyvecloudParamsWithContext

func NewPostStorageS3LyvecloudParamsWithContext(ctx context.Context) *PostStorageS3LyvecloudParams

NewPostStorageS3LyvecloudParamsWithContext creates a new PostStorageS3LyvecloudParams object with the ability to set a context for a request.

func NewPostStorageS3LyvecloudParamsWithHTTPClient

func NewPostStorageS3LyvecloudParamsWithHTTPClient(client *http.Client) *PostStorageS3LyvecloudParams

NewPostStorageS3LyvecloudParamsWithHTTPClient creates a new PostStorageS3LyvecloudParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3LyvecloudParamsWithTimeout

func NewPostStorageS3LyvecloudParamsWithTimeout(timeout time.Duration) *PostStorageS3LyvecloudParams

NewPostStorageS3LyvecloudParamsWithTimeout creates a new PostStorageS3LyvecloudParams object with the ability to set a timeout on a request.

func (*PostStorageS3LyvecloudParams) SetContext

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

SetContext adds the context to the post storage s3 lyvecloud params

func (*PostStorageS3LyvecloudParams) SetDefaults

func (o *PostStorageS3LyvecloudParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 lyvecloud params (not the query body).

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

func (*PostStorageS3LyvecloudParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 lyvecloud params

func (*PostStorageS3LyvecloudParams) SetRequest

SetRequest adds the request to the post storage s3 lyvecloud params

func (*PostStorageS3LyvecloudParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 lyvecloud params

func (*PostStorageS3LyvecloudParams) WithContext

WithContext adds the context to the post storage s3 lyvecloud params

func (*PostStorageS3LyvecloudParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 lyvecloud params (not the query body).

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

func (*PostStorageS3LyvecloudParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 lyvecloud params

func (*PostStorageS3LyvecloudParams) WithRequest

WithRequest adds the request to the post storage s3 lyvecloud params

func (*PostStorageS3LyvecloudParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 lyvecloud params

func (*PostStorageS3LyvecloudParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3LyvecloudReader

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

PostStorageS3LyvecloudReader is a Reader for the PostStorageS3Lyvecloud structure.

func (*PostStorageS3LyvecloudReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3MinioBadRequest

type PostStorageS3MinioBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3MinioBadRequest

func NewPostStorageS3MinioBadRequest() *PostStorageS3MinioBadRequest

NewPostStorageS3MinioBadRequest creates a PostStorageS3MinioBadRequest with default headers values

func (*PostStorageS3MinioBadRequest) Code

Code gets the status code for the post storage s3 minio bad request response

func (*PostStorageS3MinioBadRequest) Error

func (*PostStorageS3MinioBadRequest) GetPayload

func (*PostStorageS3MinioBadRequest) IsClientError

func (o *PostStorageS3MinioBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 minio bad request response has a 4xx status code

func (*PostStorageS3MinioBadRequest) IsCode

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

IsCode returns true when this post storage s3 minio bad request response a status code equal to that given

func (*PostStorageS3MinioBadRequest) IsRedirect

func (o *PostStorageS3MinioBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 minio bad request response has a 3xx status code

func (*PostStorageS3MinioBadRequest) IsServerError

func (o *PostStorageS3MinioBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 minio bad request response has a 5xx status code

func (*PostStorageS3MinioBadRequest) IsSuccess

func (o *PostStorageS3MinioBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 minio bad request response has a 2xx status code

func (*PostStorageS3MinioBadRequest) String

type PostStorageS3MinioInternalServerError

type PostStorageS3MinioInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3MinioInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3MinioInternalServerError

func NewPostStorageS3MinioInternalServerError() *PostStorageS3MinioInternalServerError

NewPostStorageS3MinioInternalServerError creates a PostStorageS3MinioInternalServerError with default headers values

func (*PostStorageS3MinioInternalServerError) Code

Code gets the status code for the post storage s3 minio internal server error response

func (*PostStorageS3MinioInternalServerError) Error

func (*PostStorageS3MinioInternalServerError) GetPayload

func (*PostStorageS3MinioInternalServerError) IsClientError

func (o *PostStorageS3MinioInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 minio internal server error response has a 4xx status code

func (*PostStorageS3MinioInternalServerError) IsCode

IsCode returns true when this post storage s3 minio internal server error response a status code equal to that given

func (*PostStorageS3MinioInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 minio internal server error response has a 3xx status code

func (*PostStorageS3MinioInternalServerError) IsServerError

func (o *PostStorageS3MinioInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 minio internal server error response has a 5xx status code

func (*PostStorageS3MinioInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 minio internal server error response has a 2xx status code

func (*PostStorageS3MinioInternalServerError) String

type PostStorageS3MinioOK

type PostStorageS3MinioOK struct {
	Payload *models.ModelStorage
}

PostStorageS3MinioOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3MinioOK

func NewPostStorageS3MinioOK() *PostStorageS3MinioOK

NewPostStorageS3MinioOK creates a PostStorageS3MinioOK with default headers values

func (*PostStorageS3MinioOK) Code

func (o *PostStorageS3MinioOK) Code() int

Code gets the status code for the post storage s3 minio o k response

func (*PostStorageS3MinioOK) Error

func (o *PostStorageS3MinioOK) Error() string

func (*PostStorageS3MinioOK) GetPayload

func (o *PostStorageS3MinioOK) GetPayload() *models.ModelStorage

func (*PostStorageS3MinioOK) IsClientError

func (o *PostStorageS3MinioOK) IsClientError() bool

IsClientError returns true when this post storage s3 minio o k response has a 4xx status code

func (*PostStorageS3MinioOK) IsCode

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

IsCode returns true when this post storage s3 minio o k response a status code equal to that given

func (*PostStorageS3MinioOK) IsRedirect

func (o *PostStorageS3MinioOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 minio o k response has a 3xx status code

func (*PostStorageS3MinioOK) IsServerError

func (o *PostStorageS3MinioOK) IsServerError() bool

IsServerError returns true when this post storage s3 minio o k response has a 5xx status code

func (*PostStorageS3MinioOK) IsSuccess

func (o *PostStorageS3MinioOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 minio o k response has a 2xx status code

func (*PostStorageS3MinioOK) String

func (o *PostStorageS3MinioOK) String() string

type PostStorageS3MinioParams

type PostStorageS3MinioParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3MinioStorageRequest

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

PostStorageS3MinioParams contains all the parameters to send to the API endpoint

for the post storage s3 minio operation.

Typically these are written to a http.Request.

func NewPostStorageS3MinioParams

func NewPostStorageS3MinioParams() *PostStorageS3MinioParams

NewPostStorageS3MinioParams creates a new PostStorageS3MinioParams 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 NewPostStorageS3MinioParamsWithContext

func NewPostStorageS3MinioParamsWithContext(ctx context.Context) *PostStorageS3MinioParams

NewPostStorageS3MinioParamsWithContext creates a new PostStorageS3MinioParams object with the ability to set a context for a request.

func NewPostStorageS3MinioParamsWithHTTPClient

func NewPostStorageS3MinioParamsWithHTTPClient(client *http.Client) *PostStorageS3MinioParams

NewPostStorageS3MinioParamsWithHTTPClient creates a new PostStorageS3MinioParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3MinioParamsWithTimeout

func NewPostStorageS3MinioParamsWithTimeout(timeout time.Duration) *PostStorageS3MinioParams

NewPostStorageS3MinioParamsWithTimeout creates a new PostStorageS3MinioParams object with the ability to set a timeout on a request.

func (*PostStorageS3MinioParams) SetContext

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

SetContext adds the context to the post storage s3 minio params

func (*PostStorageS3MinioParams) SetDefaults

func (o *PostStorageS3MinioParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 minio params (not the query body).

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

func (*PostStorageS3MinioParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 minio params

func (*PostStorageS3MinioParams) SetRequest

SetRequest adds the request to the post storage s3 minio params

func (*PostStorageS3MinioParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 minio params

func (*PostStorageS3MinioParams) WithContext

WithContext adds the context to the post storage s3 minio params

func (*PostStorageS3MinioParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 minio params (not the query body).

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

func (*PostStorageS3MinioParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 minio params

func (*PostStorageS3MinioParams) WithRequest

WithRequest adds the request to the post storage s3 minio params

func (*PostStorageS3MinioParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 minio params

func (*PostStorageS3MinioParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3MinioReader

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

PostStorageS3MinioReader is a Reader for the PostStorageS3Minio structure.

func (*PostStorageS3MinioReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3NeteaseBadRequest

type PostStorageS3NeteaseBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3NeteaseBadRequest

func NewPostStorageS3NeteaseBadRequest() *PostStorageS3NeteaseBadRequest

NewPostStorageS3NeteaseBadRequest creates a PostStorageS3NeteaseBadRequest with default headers values

func (*PostStorageS3NeteaseBadRequest) Code

Code gets the status code for the post storage s3 netease bad request response

func (*PostStorageS3NeteaseBadRequest) Error

func (*PostStorageS3NeteaseBadRequest) GetPayload

func (*PostStorageS3NeteaseBadRequest) IsClientError

func (o *PostStorageS3NeteaseBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 netease bad request response has a 4xx status code

func (*PostStorageS3NeteaseBadRequest) IsCode

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

IsCode returns true when this post storage s3 netease bad request response a status code equal to that given

func (*PostStorageS3NeteaseBadRequest) IsRedirect

func (o *PostStorageS3NeteaseBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 netease bad request response has a 3xx status code

func (*PostStorageS3NeteaseBadRequest) IsServerError

func (o *PostStorageS3NeteaseBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 netease bad request response has a 5xx status code

func (*PostStorageS3NeteaseBadRequest) IsSuccess

func (o *PostStorageS3NeteaseBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 netease bad request response has a 2xx status code

func (*PostStorageS3NeteaseBadRequest) String

type PostStorageS3NeteaseInternalServerError

type PostStorageS3NeteaseInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3NeteaseInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3NeteaseInternalServerError

func NewPostStorageS3NeteaseInternalServerError() *PostStorageS3NeteaseInternalServerError

NewPostStorageS3NeteaseInternalServerError creates a PostStorageS3NeteaseInternalServerError with default headers values

func (*PostStorageS3NeteaseInternalServerError) Code

Code gets the status code for the post storage s3 netease internal server error response

func (*PostStorageS3NeteaseInternalServerError) Error

func (*PostStorageS3NeteaseInternalServerError) GetPayload

func (*PostStorageS3NeteaseInternalServerError) IsClientError

func (o *PostStorageS3NeteaseInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 netease internal server error response has a 4xx status code

func (*PostStorageS3NeteaseInternalServerError) IsCode

IsCode returns true when this post storage s3 netease internal server error response a status code equal to that given

func (*PostStorageS3NeteaseInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 netease internal server error response has a 3xx status code

func (*PostStorageS3NeteaseInternalServerError) IsServerError

func (o *PostStorageS3NeteaseInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 netease internal server error response has a 5xx status code

func (*PostStorageS3NeteaseInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 netease internal server error response has a 2xx status code

func (*PostStorageS3NeteaseInternalServerError) String

type PostStorageS3NeteaseOK

type PostStorageS3NeteaseOK struct {
	Payload *models.ModelStorage
}

PostStorageS3NeteaseOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3NeteaseOK

func NewPostStorageS3NeteaseOK() *PostStorageS3NeteaseOK

NewPostStorageS3NeteaseOK creates a PostStorageS3NeteaseOK with default headers values

func (*PostStorageS3NeteaseOK) Code

func (o *PostStorageS3NeteaseOK) Code() int

Code gets the status code for the post storage s3 netease o k response

func (*PostStorageS3NeteaseOK) Error

func (o *PostStorageS3NeteaseOK) Error() string

func (*PostStorageS3NeteaseOK) GetPayload

func (o *PostStorageS3NeteaseOK) GetPayload() *models.ModelStorage

func (*PostStorageS3NeteaseOK) IsClientError

func (o *PostStorageS3NeteaseOK) IsClientError() bool

IsClientError returns true when this post storage s3 netease o k response has a 4xx status code

func (*PostStorageS3NeteaseOK) IsCode

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

IsCode returns true when this post storage s3 netease o k response a status code equal to that given

func (*PostStorageS3NeteaseOK) IsRedirect

func (o *PostStorageS3NeteaseOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 netease o k response has a 3xx status code

func (*PostStorageS3NeteaseOK) IsServerError

func (o *PostStorageS3NeteaseOK) IsServerError() bool

IsServerError returns true when this post storage s3 netease o k response has a 5xx status code

func (*PostStorageS3NeteaseOK) IsSuccess

func (o *PostStorageS3NeteaseOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 netease o k response has a 2xx status code

func (*PostStorageS3NeteaseOK) String

func (o *PostStorageS3NeteaseOK) String() string

type PostStorageS3NeteaseParams

type PostStorageS3NeteaseParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3NeteaseStorageRequest

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

PostStorageS3NeteaseParams contains all the parameters to send to the API endpoint

for the post storage s3 netease operation.

Typically these are written to a http.Request.

func NewPostStorageS3NeteaseParams

func NewPostStorageS3NeteaseParams() *PostStorageS3NeteaseParams

NewPostStorageS3NeteaseParams creates a new PostStorageS3NeteaseParams 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 NewPostStorageS3NeteaseParamsWithContext

func NewPostStorageS3NeteaseParamsWithContext(ctx context.Context) *PostStorageS3NeteaseParams

NewPostStorageS3NeteaseParamsWithContext creates a new PostStorageS3NeteaseParams object with the ability to set a context for a request.

func NewPostStorageS3NeteaseParamsWithHTTPClient

func NewPostStorageS3NeteaseParamsWithHTTPClient(client *http.Client) *PostStorageS3NeteaseParams

NewPostStorageS3NeteaseParamsWithHTTPClient creates a new PostStorageS3NeteaseParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3NeteaseParamsWithTimeout

func NewPostStorageS3NeteaseParamsWithTimeout(timeout time.Duration) *PostStorageS3NeteaseParams

NewPostStorageS3NeteaseParamsWithTimeout creates a new PostStorageS3NeteaseParams object with the ability to set a timeout on a request.

func (*PostStorageS3NeteaseParams) SetContext

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

SetContext adds the context to the post storage s3 netease params

func (*PostStorageS3NeteaseParams) SetDefaults

func (o *PostStorageS3NeteaseParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 netease params (not the query body).

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

func (*PostStorageS3NeteaseParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 netease params

func (*PostStorageS3NeteaseParams) SetRequest

SetRequest adds the request to the post storage s3 netease params

func (*PostStorageS3NeteaseParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 netease params

func (*PostStorageS3NeteaseParams) WithContext

WithContext adds the context to the post storage s3 netease params

func (*PostStorageS3NeteaseParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 netease params (not the query body).

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

func (*PostStorageS3NeteaseParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 netease params

func (*PostStorageS3NeteaseParams) WithRequest

WithRequest adds the request to the post storage s3 netease params

func (*PostStorageS3NeteaseParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 netease params

func (*PostStorageS3NeteaseParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3NeteaseReader

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

PostStorageS3NeteaseReader is a Reader for the PostStorageS3Netease structure.

func (*PostStorageS3NeteaseReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3OtherBadRequest

type PostStorageS3OtherBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3OtherBadRequest

func NewPostStorageS3OtherBadRequest() *PostStorageS3OtherBadRequest

NewPostStorageS3OtherBadRequest creates a PostStorageS3OtherBadRequest with default headers values

func (*PostStorageS3OtherBadRequest) Code

Code gets the status code for the post storage s3 other bad request response

func (*PostStorageS3OtherBadRequest) Error

func (*PostStorageS3OtherBadRequest) GetPayload

func (*PostStorageS3OtherBadRequest) IsClientError

func (o *PostStorageS3OtherBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 other bad request response has a 4xx status code

func (*PostStorageS3OtherBadRequest) IsCode

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

IsCode returns true when this post storage s3 other bad request response a status code equal to that given

func (*PostStorageS3OtherBadRequest) IsRedirect

func (o *PostStorageS3OtherBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 other bad request response has a 3xx status code

func (*PostStorageS3OtherBadRequest) IsServerError

func (o *PostStorageS3OtherBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 other bad request response has a 5xx status code

func (*PostStorageS3OtherBadRequest) IsSuccess

func (o *PostStorageS3OtherBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 other bad request response has a 2xx status code

func (*PostStorageS3OtherBadRequest) String

type PostStorageS3OtherInternalServerError

type PostStorageS3OtherInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3OtherInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3OtherInternalServerError

func NewPostStorageS3OtherInternalServerError() *PostStorageS3OtherInternalServerError

NewPostStorageS3OtherInternalServerError creates a PostStorageS3OtherInternalServerError with default headers values

func (*PostStorageS3OtherInternalServerError) Code

Code gets the status code for the post storage s3 other internal server error response

func (*PostStorageS3OtherInternalServerError) Error

func (*PostStorageS3OtherInternalServerError) GetPayload

func (*PostStorageS3OtherInternalServerError) IsClientError

func (o *PostStorageS3OtherInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 other internal server error response has a 4xx status code

func (*PostStorageS3OtherInternalServerError) IsCode

IsCode returns true when this post storage s3 other internal server error response a status code equal to that given

func (*PostStorageS3OtherInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 other internal server error response has a 3xx status code

func (*PostStorageS3OtherInternalServerError) IsServerError

func (o *PostStorageS3OtherInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 other internal server error response has a 5xx status code

func (*PostStorageS3OtherInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 other internal server error response has a 2xx status code

func (*PostStorageS3OtherInternalServerError) String

type PostStorageS3OtherOK

type PostStorageS3OtherOK struct {
	Payload *models.ModelStorage
}

PostStorageS3OtherOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3OtherOK

func NewPostStorageS3OtherOK() *PostStorageS3OtherOK

NewPostStorageS3OtherOK creates a PostStorageS3OtherOK with default headers values

func (*PostStorageS3OtherOK) Code

func (o *PostStorageS3OtherOK) Code() int

Code gets the status code for the post storage s3 other o k response

func (*PostStorageS3OtherOK) Error

func (o *PostStorageS3OtherOK) Error() string

func (*PostStorageS3OtherOK) GetPayload

func (o *PostStorageS3OtherOK) GetPayload() *models.ModelStorage

func (*PostStorageS3OtherOK) IsClientError

func (o *PostStorageS3OtherOK) IsClientError() bool

IsClientError returns true when this post storage s3 other o k response has a 4xx status code

func (*PostStorageS3OtherOK) IsCode

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

IsCode returns true when this post storage s3 other o k response a status code equal to that given

func (*PostStorageS3OtherOK) IsRedirect

func (o *PostStorageS3OtherOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 other o k response has a 3xx status code

func (*PostStorageS3OtherOK) IsServerError

func (o *PostStorageS3OtherOK) IsServerError() bool

IsServerError returns true when this post storage s3 other o k response has a 5xx status code

func (*PostStorageS3OtherOK) IsSuccess

func (o *PostStorageS3OtherOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 other o k response has a 2xx status code

func (*PostStorageS3OtherOK) String

func (o *PostStorageS3OtherOK) String() string

type PostStorageS3OtherParams

type PostStorageS3OtherParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3OtherStorageRequest

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

PostStorageS3OtherParams contains all the parameters to send to the API endpoint

for the post storage s3 other operation.

Typically these are written to a http.Request.

func NewPostStorageS3OtherParams

func NewPostStorageS3OtherParams() *PostStorageS3OtherParams

NewPostStorageS3OtherParams creates a new PostStorageS3OtherParams 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 NewPostStorageS3OtherParamsWithContext

func NewPostStorageS3OtherParamsWithContext(ctx context.Context) *PostStorageS3OtherParams

NewPostStorageS3OtherParamsWithContext creates a new PostStorageS3OtherParams object with the ability to set a context for a request.

func NewPostStorageS3OtherParamsWithHTTPClient

func NewPostStorageS3OtherParamsWithHTTPClient(client *http.Client) *PostStorageS3OtherParams

NewPostStorageS3OtherParamsWithHTTPClient creates a new PostStorageS3OtherParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3OtherParamsWithTimeout

func NewPostStorageS3OtherParamsWithTimeout(timeout time.Duration) *PostStorageS3OtherParams

NewPostStorageS3OtherParamsWithTimeout creates a new PostStorageS3OtherParams object with the ability to set a timeout on a request.

func (*PostStorageS3OtherParams) SetContext

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

SetContext adds the context to the post storage s3 other params

func (*PostStorageS3OtherParams) SetDefaults

func (o *PostStorageS3OtherParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 other params (not the query body).

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

func (*PostStorageS3OtherParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 other params

func (*PostStorageS3OtherParams) SetRequest

SetRequest adds the request to the post storage s3 other params

func (*PostStorageS3OtherParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 other params

func (*PostStorageS3OtherParams) WithContext

WithContext adds the context to the post storage s3 other params

func (*PostStorageS3OtherParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 other params (not the query body).

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

func (*PostStorageS3OtherParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 other params

func (*PostStorageS3OtherParams) WithRequest

WithRequest adds the request to the post storage s3 other params

func (*PostStorageS3OtherParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 other params

func (*PostStorageS3OtherParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3OtherReader

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

PostStorageS3OtherReader is a Reader for the PostStorageS3Other structure.

func (*PostStorageS3OtherReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3QiniuBadRequest

type PostStorageS3QiniuBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3QiniuBadRequest

func NewPostStorageS3QiniuBadRequest() *PostStorageS3QiniuBadRequest

NewPostStorageS3QiniuBadRequest creates a PostStorageS3QiniuBadRequest with default headers values

func (*PostStorageS3QiniuBadRequest) Code

Code gets the status code for the post storage s3 qiniu bad request response

func (*PostStorageS3QiniuBadRequest) Error

func (*PostStorageS3QiniuBadRequest) GetPayload

func (*PostStorageS3QiniuBadRequest) IsClientError

func (o *PostStorageS3QiniuBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 qiniu bad request response has a 4xx status code

func (*PostStorageS3QiniuBadRequest) IsCode

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

IsCode returns true when this post storage s3 qiniu bad request response a status code equal to that given

func (*PostStorageS3QiniuBadRequest) IsRedirect

func (o *PostStorageS3QiniuBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 qiniu bad request response has a 3xx status code

func (*PostStorageS3QiniuBadRequest) IsServerError

func (o *PostStorageS3QiniuBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 qiniu bad request response has a 5xx status code

func (*PostStorageS3QiniuBadRequest) IsSuccess

func (o *PostStorageS3QiniuBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 qiniu bad request response has a 2xx status code

func (*PostStorageS3QiniuBadRequest) String

type PostStorageS3QiniuInternalServerError

type PostStorageS3QiniuInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3QiniuInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3QiniuInternalServerError

func NewPostStorageS3QiniuInternalServerError() *PostStorageS3QiniuInternalServerError

NewPostStorageS3QiniuInternalServerError creates a PostStorageS3QiniuInternalServerError with default headers values

func (*PostStorageS3QiniuInternalServerError) Code

Code gets the status code for the post storage s3 qiniu internal server error response

func (*PostStorageS3QiniuInternalServerError) Error

func (*PostStorageS3QiniuInternalServerError) GetPayload

func (*PostStorageS3QiniuInternalServerError) IsClientError

func (o *PostStorageS3QiniuInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 qiniu internal server error response has a 4xx status code

func (*PostStorageS3QiniuInternalServerError) IsCode

IsCode returns true when this post storage s3 qiniu internal server error response a status code equal to that given

func (*PostStorageS3QiniuInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 qiniu internal server error response has a 3xx status code

func (*PostStorageS3QiniuInternalServerError) IsServerError

func (o *PostStorageS3QiniuInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 qiniu internal server error response has a 5xx status code

func (*PostStorageS3QiniuInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 qiniu internal server error response has a 2xx status code

func (*PostStorageS3QiniuInternalServerError) String

type PostStorageS3QiniuOK

type PostStorageS3QiniuOK struct {
	Payload *models.ModelStorage
}

PostStorageS3QiniuOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3QiniuOK

func NewPostStorageS3QiniuOK() *PostStorageS3QiniuOK

NewPostStorageS3QiniuOK creates a PostStorageS3QiniuOK with default headers values

func (*PostStorageS3QiniuOK) Code

func (o *PostStorageS3QiniuOK) Code() int

Code gets the status code for the post storage s3 qiniu o k response

func (*PostStorageS3QiniuOK) Error

func (o *PostStorageS3QiniuOK) Error() string

func (*PostStorageS3QiniuOK) GetPayload

func (o *PostStorageS3QiniuOK) GetPayload() *models.ModelStorage

func (*PostStorageS3QiniuOK) IsClientError

func (o *PostStorageS3QiniuOK) IsClientError() bool

IsClientError returns true when this post storage s3 qiniu o k response has a 4xx status code

func (*PostStorageS3QiniuOK) IsCode

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

IsCode returns true when this post storage s3 qiniu o k response a status code equal to that given

func (*PostStorageS3QiniuOK) IsRedirect

func (o *PostStorageS3QiniuOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 qiniu o k response has a 3xx status code

func (*PostStorageS3QiniuOK) IsServerError

func (o *PostStorageS3QiniuOK) IsServerError() bool

IsServerError returns true when this post storage s3 qiniu o k response has a 5xx status code

func (*PostStorageS3QiniuOK) IsSuccess

func (o *PostStorageS3QiniuOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 qiniu o k response has a 2xx status code

func (*PostStorageS3QiniuOK) String

func (o *PostStorageS3QiniuOK) String() string

type PostStorageS3QiniuParams

type PostStorageS3QiniuParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3QiniuStorageRequest

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

PostStorageS3QiniuParams contains all the parameters to send to the API endpoint

for the post storage s3 qiniu operation.

Typically these are written to a http.Request.

func NewPostStorageS3QiniuParams

func NewPostStorageS3QiniuParams() *PostStorageS3QiniuParams

NewPostStorageS3QiniuParams creates a new PostStorageS3QiniuParams 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 NewPostStorageS3QiniuParamsWithContext

func NewPostStorageS3QiniuParamsWithContext(ctx context.Context) *PostStorageS3QiniuParams

NewPostStorageS3QiniuParamsWithContext creates a new PostStorageS3QiniuParams object with the ability to set a context for a request.

func NewPostStorageS3QiniuParamsWithHTTPClient

func NewPostStorageS3QiniuParamsWithHTTPClient(client *http.Client) *PostStorageS3QiniuParams

NewPostStorageS3QiniuParamsWithHTTPClient creates a new PostStorageS3QiniuParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3QiniuParamsWithTimeout

func NewPostStorageS3QiniuParamsWithTimeout(timeout time.Duration) *PostStorageS3QiniuParams

NewPostStorageS3QiniuParamsWithTimeout creates a new PostStorageS3QiniuParams object with the ability to set a timeout on a request.

func (*PostStorageS3QiniuParams) SetContext

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

SetContext adds the context to the post storage s3 qiniu params

func (*PostStorageS3QiniuParams) SetDefaults

func (o *PostStorageS3QiniuParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 qiniu params (not the query body).

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

func (*PostStorageS3QiniuParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 qiniu params

func (*PostStorageS3QiniuParams) SetRequest

SetRequest adds the request to the post storage s3 qiniu params

func (*PostStorageS3QiniuParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 qiniu params

func (*PostStorageS3QiniuParams) WithContext

WithContext adds the context to the post storage s3 qiniu params

func (*PostStorageS3QiniuParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 qiniu params (not the query body).

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

func (*PostStorageS3QiniuParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 qiniu params

func (*PostStorageS3QiniuParams) WithRequest

WithRequest adds the request to the post storage s3 qiniu params

func (*PostStorageS3QiniuParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 qiniu params

func (*PostStorageS3QiniuParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3QiniuReader

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

PostStorageS3QiniuReader is a Reader for the PostStorageS3Qiniu structure.

func (*PostStorageS3QiniuReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3RackcorpBadRequest

type PostStorageS3RackcorpBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3RackcorpBadRequest

func NewPostStorageS3RackcorpBadRequest() *PostStorageS3RackcorpBadRequest

NewPostStorageS3RackcorpBadRequest creates a PostStorageS3RackcorpBadRequest with default headers values

func (*PostStorageS3RackcorpBadRequest) Code

Code gets the status code for the post storage s3 rackcorp bad request response

func (*PostStorageS3RackcorpBadRequest) Error

func (*PostStorageS3RackcorpBadRequest) GetPayload

func (*PostStorageS3RackcorpBadRequest) IsClientError

func (o *PostStorageS3RackcorpBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 rackcorp bad request response has a 4xx status code

func (*PostStorageS3RackcorpBadRequest) IsCode

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

IsCode returns true when this post storage s3 rackcorp bad request response a status code equal to that given

func (*PostStorageS3RackcorpBadRequest) IsRedirect

func (o *PostStorageS3RackcorpBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 rackcorp bad request response has a 3xx status code

func (*PostStorageS3RackcorpBadRequest) IsServerError

func (o *PostStorageS3RackcorpBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 rackcorp bad request response has a 5xx status code

func (*PostStorageS3RackcorpBadRequest) IsSuccess

func (o *PostStorageS3RackcorpBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 rackcorp bad request response has a 2xx status code

func (*PostStorageS3RackcorpBadRequest) String

type PostStorageS3RackcorpInternalServerError

type PostStorageS3RackcorpInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3RackcorpInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3RackcorpInternalServerError

func NewPostStorageS3RackcorpInternalServerError() *PostStorageS3RackcorpInternalServerError

NewPostStorageS3RackcorpInternalServerError creates a PostStorageS3RackcorpInternalServerError with default headers values

func (*PostStorageS3RackcorpInternalServerError) Code

Code gets the status code for the post storage s3 rackcorp internal server error response

func (*PostStorageS3RackcorpInternalServerError) Error

func (*PostStorageS3RackcorpInternalServerError) GetPayload

func (*PostStorageS3RackcorpInternalServerError) IsClientError

IsClientError returns true when this post storage s3 rackcorp internal server error response has a 4xx status code

func (*PostStorageS3RackcorpInternalServerError) IsCode

IsCode returns true when this post storage s3 rackcorp internal server error response a status code equal to that given

func (*PostStorageS3RackcorpInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 rackcorp internal server error response has a 3xx status code

func (*PostStorageS3RackcorpInternalServerError) IsServerError

IsServerError returns true when this post storage s3 rackcorp internal server error response has a 5xx status code

func (*PostStorageS3RackcorpInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 rackcorp internal server error response has a 2xx status code

func (*PostStorageS3RackcorpInternalServerError) String

type PostStorageS3RackcorpOK

type PostStorageS3RackcorpOK struct {
	Payload *models.ModelStorage
}

PostStorageS3RackcorpOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3RackcorpOK

func NewPostStorageS3RackcorpOK() *PostStorageS3RackcorpOK

NewPostStorageS3RackcorpOK creates a PostStorageS3RackcorpOK with default headers values

func (*PostStorageS3RackcorpOK) Code

func (o *PostStorageS3RackcorpOK) Code() int

Code gets the status code for the post storage s3 rackcorp o k response

func (*PostStorageS3RackcorpOK) Error

func (o *PostStorageS3RackcorpOK) Error() string

func (*PostStorageS3RackcorpOK) GetPayload

func (o *PostStorageS3RackcorpOK) GetPayload() *models.ModelStorage

func (*PostStorageS3RackcorpOK) IsClientError

func (o *PostStorageS3RackcorpOK) IsClientError() bool

IsClientError returns true when this post storage s3 rackcorp o k response has a 4xx status code

func (*PostStorageS3RackcorpOK) IsCode

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

IsCode returns true when this post storage s3 rackcorp o k response a status code equal to that given

func (*PostStorageS3RackcorpOK) IsRedirect

func (o *PostStorageS3RackcorpOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 rackcorp o k response has a 3xx status code

func (*PostStorageS3RackcorpOK) IsServerError

func (o *PostStorageS3RackcorpOK) IsServerError() bool

IsServerError returns true when this post storage s3 rackcorp o k response has a 5xx status code

func (*PostStorageS3RackcorpOK) IsSuccess

func (o *PostStorageS3RackcorpOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 rackcorp o k response has a 2xx status code

func (*PostStorageS3RackcorpOK) String

func (o *PostStorageS3RackcorpOK) String() string

type PostStorageS3RackcorpParams

type PostStorageS3RackcorpParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3RackCorpStorageRequest

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

PostStorageS3RackcorpParams contains all the parameters to send to the API endpoint

for the post storage s3 rackcorp operation.

Typically these are written to a http.Request.

func NewPostStorageS3RackcorpParams

func NewPostStorageS3RackcorpParams() *PostStorageS3RackcorpParams

NewPostStorageS3RackcorpParams creates a new PostStorageS3RackcorpParams 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 NewPostStorageS3RackcorpParamsWithContext

func NewPostStorageS3RackcorpParamsWithContext(ctx context.Context) *PostStorageS3RackcorpParams

NewPostStorageS3RackcorpParamsWithContext creates a new PostStorageS3RackcorpParams object with the ability to set a context for a request.

func NewPostStorageS3RackcorpParamsWithHTTPClient

func NewPostStorageS3RackcorpParamsWithHTTPClient(client *http.Client) *PostStorageS3RackcorpParams

NewPostStorageS3RackcorpParamsWithHTTPClient creates a new PostStorageS3RackcorpParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3RackcorpParamsWithTimeout

func NewPostStorageS3RackcorpParamsWithTimeout(timeout time.Duration) *PostStorageS3RackcorpParams

NewPostStorageS3RackcorpParamsWithTimeout creates a new PostStorageS3RackcorpParams object with the ability to set a timeout on a request.

func (*PostStorageS3RackcorpParams) SetContext

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

SetContext adds the context to the post storage s3 rackcorp params

func (*PostStorageS3RackcorpParams) SetDefaults

func (o *PostStorageS3RackcorpParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 rackcorp params (not the query body).

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

func (*PostStorageS3RackcorpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 rackcorp params

func (*PostStorageS3RackcorpParams) SetRequest

SetRequest adds the request to the post storage s3 rackcorp params

func (*PostStorageS3RackcorpParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 rackcorp params

func (*PostStorageS3RackcorpParams) WithContext

WithContext adds the context to the post storage s3 rackcorp params

func (*PostStorageS3RackcorpParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 rackcorp params (not the query body).

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

func (*PostStorageS3RackcorpParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 rackcorp params

func (*PostStorageS3RackcorpParams) WithRequest

WithRequest adds the request to the post storage s3 rackcorp params

func (*PostStorageS3RackcorpParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 rackcorp params

func (*PostStorageS3RackcorpParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3RackcorpReader

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

PostStorageS3RackcorpReader is a Reader for the PostStorageS3Rackcorp structure.

func (*PostStorageS3RackcorpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3ScalewayBadRequest

type PostStorageS3ScalewayBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3ScalewayBadRequest

func NewPostStorageS3ScalewayBadRequest() *PostStorageS3ScalewayBadRequest

NewPostStorageS3ScalewayBadRequest creates a PostStorageS3ScalewayBadRequest with default headers values

func (*PostStorageS3ScalewayBadRequest) Code

Code gets the status code for the post storage s3 scaleway bad request response

func (*PostStorageS3ScalewayBadRequest) Error

func (*PostStorageS3ScalewayBadRequest) GetPayload

func (*PostStorageS3ScalewayBadRequest) IsClientError

func (o *PostStorageS3ScalewayBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 scaleway bad request response has a 4xx status code

func (*PostStorageS3ScalewayBadRequest) IsCode

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

IsCode returns true when this post storage s3 scaleway bad request response a status code equal to that given

func (*PostStorageS3ScalewayBadRequest) IsRedirect

func (o *PostStorageS3ScalewayBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 scaleway bad request response has a 3xx status code

func (*PostStorageS3ScalewayBadRequest) IsServerError

func (o *PostStorageS3ScalewayBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 scaleway bad request response has a 5xx status code

func (*PostStorageS3ScalewayBadRequest) IsSuccess

func (o *PostStorageS3ScalewayBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 scaleway bad request response has a 2xx status code

func (*PostStorageS3ScalewayBadRequest) String

type PostStorageS3ScalewayInternalServerError

type PostStorageS3ScalewayInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3ScalewayInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3ScalewayInternalServerError

func NewPostStorageS3ScalewayInternalServerError() *PostStorageS3ScalewayInternalServerError

NewPostStorageS3ScalewayInternalServerError creates a PostStorageS3ScalewayInternalServerError with default headers values

func (*PostStorageS3ScalewayInternalServerError) Code

Code gets the status code for the post storage s3 scaleway internal server error response

func (*PostStorageS3ScalewayInternalServerError) Error

func (*PostStorageS3ScalewayInternalServerError) GetPayload

func (*PostStorageS3ScalewayInternalServerError) IsClientError

IsClientError returns true when this post storage s3 scaleway internal server error response has a 4xx status code

func (*PostStorageS3ScalewayInternalServerError) IsCode

IsCode returns true when this post storage s3 scaleway internal server error response a status code equal to that given

func (*PostStorageS3ScalewayInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 scaleway internal server error response has a 3xx status code

func (*PostStorageS3ScalewayInternalServerError) IsServerError

IsServerError returns true when this post storage s3 scaleway internal server error response has a 5xx status code

func (*PostStorageS3ScalewayInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 scaleway internal server error response has a 2xx status code

func (*PostStorageS3ScalewayInternalServerError) String

type PostStorageS3ScalewayOK

type PostStorageS3ScalewayOK struct {
	Payload *models.ModelStorage
}

PostStorageS3ScalewayOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3ScalewayOK

func NewPostStorageS3ScalewayOK() *PostStorageS3ScalewayOK

NewPostStorageS3ScalewayOK creates a PostStorageS3ScalewayOK with default headers values

func (*PostStorageS3ScalewayOK) Code

func (o *PostStorageS3ScalewayOK) Code() int

Code gets the status code for the post storage s3 scaleway o k response

func (*PostStorageS3ScalewayOK) Error

func (o *PostStorageS3ScalewayOK) Error() string

func (*PostStorageS3ScalewayOK) GetPayload

func (o *PostStorageS3ScalewayOK) GetPayload() *models.ModelStorage

func (*PostStorageS3ScalewayOK) IsClientError

func (o *PostStorageS3ScalewayOK) IsClientError() bool

IsClientError returns true when this post storage s3 scaleway o k response has a 4xx status code

func (*PostStorageS3ScalewayOK) IsCode

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

IsCode returns true when this post storage s3 scaleway o k response a status code equal to that given

func (*PostStorageS3ScalewayOK) IsRedirect

func (o *PostStorageS3ScalewayOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 scaleway o k response has a 3xx status code

func (*PostStorageS3ScalewayOK) IsServerError

func (o *PostStorageS3ScalewayOK) IsServerError() bool

IsServerError returns true when this post storage s3 scaleway o k response has a 5xx status code

func (*PostStorageS3ScalewayOK) IsSuccess

func (o *PostStorageS3ScalewayOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 scaleway o k response has a 2xx status code

func (*PostStorageS3ScalewayOK) String

func (o *PostStorageS3ScalewayOK) String() string

type PostStorageS3ScalewayParams

type PostStorageS3ScalewayParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3ScalewayStorageRequest

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

PostStorageS3ScalewayParams contains all the parameters to send to the API endpoint

for the post storage s3 scaleway operation.

Typically these are written to a http.Request.

func NewPostStorageS3ScalewayParams

func NewPostStorageS3ScalewayParams() *PostStorageS3ScalewayParams

NewPostStorageS3ScalewayParams creates a new PostStorageS3ScalewayParams 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 NewPostStorageS3ScalewayParamsWithContext

func NewPostStorageS3ScalewayParamsWithContext(ctx context.Context) *PostStorageS3ScalewayParams

NewPostStorageS3ScalewayParamsWithContext creates a new PostStorageS3ScalewayParams object with the ability to set a context for a request.

func NewPostStorageS3ScalewayParamsWithHTTPClient

func NewPostStorageS3ScalewayParamsWithHTTPClient(client *http.Client) *PostStorageS3ScalewayParams

NewPostStorageS3ScalewayParamsWithHTTPClient creates a new PostStorageS3ScalewayParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3ScalewayParamsWithTimeout

func NewPostStorageS3ScalewayParamsWithTimeout(timeout time.Duration) *PostStorageS3ScalewayParams

NewPostStorageS3ScalewayParamsWithTimeout creates a new PostStorageS3ScalewayParams object with the ability to set a timeout on a request.

func (*PostStorageS3ScalewayParams) SetContext

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

SetContext adds the context to the post storage s3 scaleway params

func (*PostStorageS3ScalewayParams) SetDefaults

func (o *PostStorageS3ScalewayParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 scaleway params (not the query body).

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

func (*PostStorageS3ScalewayParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 scaleway params

func (*PostStorageS3ScalewayParams) SetRequest

SetRequest adds the request to the post storage s3 scaleway params

func (*PostStorageS3ScalewayParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 scaleway params

func (*PostStorageS3ScalewayParams) WithContext

WithContext adds the context to the post storage s3 scaleway params

func (*PostStorageS3ScalewayParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 scaleway params (not the query body).

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

func (*PostStorageS3ScalewayParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 scaleway params

func (*PostStorageS3ScalewayParams) WithRequest

WithRequest adds the request to the post storage s3 scaleway params

func (*PostStorageS3ScalewayParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 scaleway params

func (*PostStorageS3ScalewayParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3ScalewayReader

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

PostStorageS3ScalewayReader is a Reader for the PostStorageS3Scaleway structure.

func (*PostStorageS3ScalewayReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3SeaweedfsBadRequest

type PostStorageS3SeaweedfsBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3SeaweedfsBadRequest

func NewPostStorageS3SeaweedfsBadRequest() *PostStorageS3SeaweedfsBadRequest

NewPostStorageS3SeaweedfsBadRequest creates a PostStorageS3SeaweedfsBadRequest with default headers values

func (*PostStorageS3SeaweedfsBadRequest) Code

Code gets the status code for the post storage s3 seaweedfs bad request response

func (*PostStorageS3SeaweedfsBadRequest) Error

func (*PostStorageS3SeaweedfsBadRequest) GetPayload

func (*PostStorageS3SeaweedfsBadRequest) IsClientError

func (o *PostStorageS3SeaweedfsBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 seaweedfs bad request response has a 4xx status code

func (*PostStorageS3SeaweedfsBadRequest) IsCode

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

IsCode returns true when this post storage s3 seaweedfs bad request response a status code equal to that given

func (*PostStorageS3SeaweedfsBadRequest) IsRedirect

func (o *PostStorageS3SeaweedfsBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 seaweedfs bad request response has a 3xx status code

func (*PostStorageS3SeaweedfsBadRequest) IsServerError

func (o *PostStorageS3SeaweedfsBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 seaweedfs bad request response has a 5xx status code

func (*PostStorageS3SeaweedfsBadRequest) IsSuccess

func (o *PostStorageS3SeaweedfsBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 seaweedfs bad request response has a 2xx status code

func (*PostStorageS3SeaweedfsBadRequest) String

type PostStorageS3SeaweedfsInternalServerError

type PostStorageS3SeaweedfsInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3SeaweedfsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3SeaweedfsInternalServerError

func NewPostStorageS3SeaweedfsInternalServerError() *PostStorageS3SeaweedfsInternalServerError

NewPostStorageS3SeaweedfsInternalServerError creates a PostStorageS3SeaweedfsInternalServerError with default headers values

func (*PostStorageS3SeaweedfsInternalServerError) Code

Code gets the status code for the post storage s3 seaweedfs internal server error response

func (*PostStorageS3SeaweedfsInternalServerError) Error

func (*PostStorageS3SeaweedfsInternalServerError) GetPayload

func (*PostStorageS3SeaweedfsInternalServerError) IsClientError

IsClientError returns true when this post storage s3 seaweedfs internal server error response has a 4xx status code

func (*PostStorageS3SeaweedfsInternalServerError) IsCode

IsCode returns true when this post storage s3 seaweedfs internal server error response a status code equal to that given

func (*PostStorageS3SeaweedfsInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 seaweedfs internal server error response has a 3xx status code

func (*PostStorageS3SeaweedfsInternalServerError) IsServerError

IsServerError returns true when this post storage s3 seaweedfs internal server error response has a 5xx status code

func (*PostStorageS3SeaweedfsInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 seaweedfs internal server error response has a 2xx status code

func (*PostStorageS3SeaweedfsInternalServerError) String

type PostStorageS3SeaweedfsOK

type PostStorageS3SeaweedfsOK struct {
	Payload *models.ModelStorage
}

PostStorageS3SeaweedfsOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3SeaweedfsOK

func NewPostStorageS3SeaweedfsOK() *PostStorageS3SeaweedfsOK

NewPostStorageS3SeaweedfsOK creates a PostStorageS3SeaweedfsOK with default headers values

func (*PostStorageS3SeaweedfsOK) Code

func (o *PostStorageS3SeaweedfsOK) Code() int

Code gets the status code for the post storage s3 seaweedfs o k response

func (*PostStorageS3SeaweedfsOK) Error

func (o *PostStorageS3SeaweedfsOK) Error() string

func (*PostStorageS3SeaweedfsOK) GetPayload

func (o *PostStorageS3SeaweedfsOK) GetPayload() *models.ModelStorage

func (*PostStorageS3SeaweedfsOK) IsClientError

func (o *PostStorageS3SeaweedfsOK) IsClientError() bool

IsClientError returns true when this post storage s3 seaweedfs o k response has a 4xx status code

func (*PostStorageS3SeaweedfsOK) IsCode

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

IsCode returns true when this post storage s3 seaweedfs o k response a status code equal to that given

func (*PostStorageS3SeaweedfsOK) IsRedirect

func (o *PostStorageS3SeaweedfsOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 seaweedfs o k response has a 3xx status code

func (*PostStorageS3SeaweedfsOK) IsServerError

func (o *PostStorageS3SeaweedfsOK) IsServerError() bool

IsServerError returns true when this post storage s3 seaweedfs o k response has a 5xx status code

func (*PostStorageS3SeaweedfsOK) IsSuccess

func (o *PostStorageS3SeaweedfsOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 seaweedfs o k response has a 2xx status code

func (*PostStorageS3SeaweedfsOK) String

func (o *PostStorageS3SeaweedfsOK) String() string

type PostStorageS3SeaweedfsParams

type PostStorageS3SeaweedfsParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3SeaweedFSStorageRequest

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

PostStorageS3SeaweedfsParams contains all the parameters to send to the API endpoint

for the post storage s3 seaweedfs operation.

Typically these are written to a http.Request.

func NewPostStorageS3SeaweedfsParams

func NewPostStorageS3SeaweedfsParams() *PostStorageS3SeaweedfsParams

NewPostStorageS3SeaweedfsParams creates a new PostStorageS3SeaweedfsParams 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 NewPostStorageS3SeaweedfsParamsWithContext

func NewPostStorageS3SeaweedfsParamsWithContext(ctx context.Context) *PostStorageS3SeaweedfsParams

NewPostStorageS3SeaweedfsParamsWithContext creates a new PostStorageS3SeaweedfsParams object with the ability to set a context for a request.

func NewPostStorageS3SeaweedfsParamsWithHTTPClient

func NewPostStorageS3SeaweedfsParamsWithHTTPClient(client *http.Client) *PostStorageS3SeaweedfsParams

NewPostStorageS3SeaweedfsParamsWithHTTPClient creates a new PostStorageS3SeaweedfsParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3SeaweedfsParamsWithTimeout

func NewPostStorageS3SeaweedfsParamsWithTimeout(timeout time.Duration) *PostStorageS3SeaweedfsParams

NewPostStorageS3SeaweedfsParamsWithTimeout creates a new PostStorageS3SeaweedfsParams object with the ability to set a timeout on a request.

func (*PostStorageS3SeaweedfsParams) SetContext

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

SetContext adds the context to the post storage s3 seaweedfs params

func (*PostStorageS3SeaweedfsParams) SetDefaults

func (o *PostStorageS3SeaweedfsParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 seaweedfs params (not the query body).

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

func (*PostStorageS3SeaweedfsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 seaweedfs params

func (*PostStorageS3SeaweedfsParams) SetRequest

SetRequest adds the request to the post storage s3 seaweedfs params

func (*PostStorageS3SeaweedfsParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 seaweedfs params

func (*PostStorageS3SeaweedfsParams) WithContext

WithContext adds the context to the post storage s3 seaweedfs params

func (*PostStorageS3SeaweedfsParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 seaweedfs params (not the query body).

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

func (*PostStorageS3SeaweedfsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 seaweedfs params

func (*PostStorageS3SeaweedfsParams) WithRequest

WithRequest adds the request to the post storage s3 seaweedfs params

func (*PostStorageS3SeaweedfsParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 seaweedfs params

func (*PostStorageS3SeaweedfsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3SeaweedfsReader

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

PostStorageS3SeaweedfsReader is a Reader for the PostStorageS3Seaweedfs structure.

func (*PostStorageS3SeaweedfsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3StackpathBadRequest

type PostStorageS3StackpathBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3StackpathBadRequest

func NewPostStorageS3StackpathBadRequest() *PostStorageS3StackpathBadRequest

NewPostStorageS3StackpathBadRequest creates a PostStorageS3StackpathBadRequest with default headers values

func (*PostStorageS3StackpathBadRequest) Code

Code gets the status code for the post storage s3 stackpath bad request response

func (*PostStorageS3StackpathBadRequest) Error

func (*PostStorageS3StackpathBadRequest) GetPayload

func (*PostStorageS3StackpathBadRequest) IsClientError

func (o *PostStorageS3StackpathBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 stackpath bad request response has a 4xx status code

func (*PostStorageS3StackpathBadRequest) IsCode

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

IsCode returns true when this post storage s3 stackpath bad request response a status code equal to that given

func (*PostStorageS3StackpathBadRequest) IsRedirect

func (o *PostStorageS3StackpathBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 stackpath bad request response has a 3xx status code

func (*PostStorageS3StackpathBadRequest) IsServerError

func (o *PostStorageS3StackpathBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 stackpath bad request response has a 5xx status code

func (*PostStorageS3StackpathBadRequest) IsSuccess

func (o *PostStorageS3StackpathBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 stackpath bad request response has a 2xx status code

func (*PostStorageS3StackpathBadRequest) String

type PostStorageS3StackpathInternalServerError

type PostStorageS3StackpathInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3StackpathInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3StackpathInternalServerError

func NewPostStorageS3StackpathInternalServerError() *PostStorageS3StackpathInternalServerError

NewPostStorageS3StackpathInternalServerError creates a PostStorageS3StackpathInternalServerError with default headers values

func (*PostStorageS3StackpathInternalServerError) Code

Code gets the status code for the post storage s3 stackpath internal server error response

func (*PostStorageS3StackpathInternalServerError) Error

func (*PostStorageS3StackpathInternalServerError) GetPayload

func (*PostStorageS3StackpathInternalServerError) IsClientError

IsClientError returns true when this post storage s3 stackpath internal server error response has a 4xx status code

func (*PostStorageS3StackpathInternalServerError) IsCode

IsCode returns true when this post storage s3 stackpath internal server error response a status code equal to that given

func (*PostStorageS3StackpathInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 stackpath internal server error response has a 3xx status code

func (*PostStorageS3StackpathInternalServerError) IsServerError

IsServerError returns true when this post storage s3 stackpath internal server error response has a 5xx status code

func (*PostStorageS3StackpathInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 stackpath internal server error response has a 2xx status code

func (*PostStorageS3StackpathInternalServerError) String

type PostStorageS3StackpathOK

type PostStorageS3StackpathOK struct {
	Payload *models.ModelStorage
}

PostStorageS3StackpathOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3StackpathOK

func NewPostStorageS3StackpathOK() *PostStorageS3StackpathOK

NewPostStorageS3StackpathOK creates a PostStorageS3StackpathOK with default headers values

func (*PostStorageS3StackpathOK) Code

func (o *PostStorageS3StackpathOK) Code() int

Code gets the status code for the post storage s3 stackpath o k response

func (*PostStorageS3StackpathOK) Error

func (o *PostStorageS3StackpathOK) Error() string

func (*PostStorageS3StackpathOK) GetPayload

func (o *PostStorageS3StackpathOK) GetPayload() *models.ModelStorage

func (*PostStorageS3StackpathOK) IsClientError

func (o *PostStorageS3StackpathOK) IsClientError() bool

IsClientError returns true when this post storage s3 stackpath o k response has a 4xx status code

func (*PostStorageS3StackpathOK) IsCode

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

IsCode returns true when this post storage s3 stackpath o k response a status code equal to that given

func (*PostStorageS3StackpathOK) IsRedirect

func (o *PostStorageS3StackpathOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 stackpath o k response has a 3xx status code

func (*PostStorageS3StackpathOK) IsServerError

func (o *PostStorageS3StackpathOK) IsServerError() bool

IsServerError returns true when this post storage s3 stackpath o k response has a 5xx status code

func (*PostStorageS3StackpathOK) IsSuccess

func (o *PostStorageS3StackpathOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 stackpath o k response has a 2xx status code

func (*PostStorageS3StackpathOK) String

func (o *PostStorageS3StackpathOK) String() string

type PostStorageS3StackpathParams

type PostStorageS3StackpathParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3StackPathStorageRequest

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

PostStorageS3StackpathParams contains all the parameters to send to the API endpoint

for the post storage s3 stackpath operation.

Typically these are written to a http.Request.

func NewPostStorageS3StackpathParams

func NewPostStorageS3StackpathParams() *PostStorageS3StackpathParams

NewPostStorageS3StackpathParams creates a new PostStorageS3StackpathParams 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 NewPostStorageS3StackpathParamsWithContext

func NewPostStorageS3StackpathParamsWithContext(ctx context.Context) *PostStorageS3StackpathParams

NewPostStorageS3StackpathParamsWithContext creates a new PostStorageS3StackpathParams object with the ability to set a context for a request.

func NewPostStorageS3StackpathParamsWithHTTPClient

func NewPostStorageS3StackpathParamsWithHTTPClient(client *http.Client) *PostStorageS3StackpathParams

NewPostStorageS3StackpathParamsWithHTTPClient creates a new PostStorageS3StackpathParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3StackpathParamsWithTimeout

func NewPostStorageS3StackpathParamsWithTimeout(timeout time.Duration) *PostStorageS3StackpathParams

NewPostStorageS3StackpathParamsWithTimeout creates a new PostStorageS3StackpathParams object with the ability to set a timeout on a request.

func (*PostStorageS3StackpathParams) SetContext

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

SetContext adds the context to the post storage s3 stackpath params

func (*PostStorageS3StackpathParams) SetDefaults

func (o *PostStorageS3StackpathParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 stackpath params (not the query body).

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

func (*PostStorageS3StackpathParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 stackpath params

func (*PostStorageS3StackpathParams) SetRequest

SetRequest adds the request to the post storage s3 stackpath params

func (*PostStorageS3StackpathParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 stackpath params

func (*PostStorageS3StackpathParams) WithContext

WithContext adds the context to the post storage s3 stackpath params

func (*PostStorageS3StackpathParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 stackpath params (not the query body).

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

func (*PostStorageS3StackpathParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 stackpath params

func (*PostStorageS3StackpathParams) WithRequest

WithRequest adds the request to the post storage s3 stackpath params

func (*PostStorageS3StackpathParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 stackpath params

func (*PostStorageS3StackpathParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3StackpathReader

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

PostStorageS3StackpathReader is a Reader for the PostStorageS3Stackpath structure.

func (*PostStorageS3StackpathReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3StorjBadRequest

type PostStorageS3StorjBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3StorjBadRequest

func NewPostStorageS3StorjBadRequest() *PostStorageS3StorjBadRequest

NewPostStorageS3StorjBadRequest creates a PostStorageS3StorjBadRequest with default headers values

func (*PostStorageS3StorjBadRequest) Code

Code gets the status code for the post storage s3 storj bad request response

func (*PostStorageS3StorjBadRequest) Error

func (*PostStorageS3StorjBadRequest) GetPayload

func (*PostStorageS3StorjBadRequest) IsClientError

func (o *PostStorageS3StorjBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 storj bad request response has a 4xx status code

func (*PostStorageS3StorjBadRequest) IsCode

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

IsCode returns true when this post storage s3 storj bad request response a status code equal to that given

func (*PostStorageS3StorjBadRequest) IsRedirect

func (o *PostStorageS3StorjBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 storj bad request response has a 3xx status code

func (*PostStorageS3StorjBadRequest) IsServerError

func (o *PostStorageS3StorjBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 storj bad request response has a 5xx status code

func (*PostStorageS3StorjBadRequest) IsSuccess

func (o *PostStorageS3StorjBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 storj bad request response has a 2xx status code

func (*PostStorageS3StorjBadRequest) String

type PostStorageS3StorjInternalServerError

type PostStorageS3StorjInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3StorjInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3StorjInternalServerError

func NewPostStorageS3StorjInternalServerError() *PostStorageS3StorjInternalServerError

NewPostStorageS3StorjInternalServerError creates a PostStorageS3StorjInternalServerError with default headers values

func (*PostStorageS3StorjInternalServerError) Code

Code gets the status code for the post storage s3 storj internal server error response

func (*PostStorageS3StorjInternalServerError) Error

func (*PostStorageS3StorjInternalServerError) GetPayload

func (*PostStorageS3StorjInternalServerError) IsClientError

func (o *PostStorageS3StorjInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 storj internal server error response has a 4xx status code

func (*PostStorageS3StorjInternalServerError) IsCode

IsCode returns true when this post storage s3 storj internal server error response a status code equal to that given

func (*PostStorageS3StorjInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 storj internal server error response has a 3xx status code

func (*PostStorageS3StorjInternalServerError) IsServerError

func (o *PostStorageS3StorjInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 storj internal server error response has a 5xx status code

func (*PostStorageS3StorjInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 storj internal server error response has a 2xx status code

func (*PostStorageS3StorjInternalServerError) String

type PostStorageS3StorjOK

type PostStorageS3StorjOK struct {
	Payload *models.ModelStorage
}

PostStorageS3StorjOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3StorjOK

func NewPostStorageS3StorjOK() *PostStorageS3StorjOK

NewPostStorageS3StorjOK creates a PostStorageS3StorjOK with default headers values

func (*PostStorageS3StorjOK) Code

func (o *PostStorageS3StorjOK) Code() int

Code gets the status code for the post storage s3 storj o k response

func (*PostStorageS3StorjOK) Error

func (o *PostStorageS3StorjOK) Error() string

func (*PostStorageS3StorjOK) GetPayload

func (o *PostStorageS3StorjOK) GetPayload() *models.ModelStorage

func (*PostStorageS3StorjOK) IsClientError

func (o *PostStorageS3StorjOK) IsClientError() bool

IsClientError returns true when this post storage s3 storj o k response has a 4xx status code

func (*PostStorageS3StorjOK) IsCode

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

IsCode returns true when this post storage s3 storj o k response a status code equal to that given

func (*PostStorageS3StorjOK) IsRedirect

func (o *PostStorageS3StorjOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 storj o k response has a 3xx status code

func (*PostStorageS3StorjOK) IsServerError

func (o *PostStorageS3StorjOK) IsServerError() bool

IsServerError returns true when this post storage s3 storj o k response has a 5xx status code

func (*PostStorageS3StorjOK) IsSuccess

func (o *PostStorageS3StorjOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 storj o k response has a 2xx status code

func (*PostStorageS3StorjOK) String

func (o *PostStorageS3StorjOK) String() string

type PostStorageS3StorjParams

type PostStorageS3StorjParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3StorjStorageRequest

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

PostStorageS3StorjParams contains all the parameters to send to the API endpoint

for the post storage s3 storj operation.

Typically these are written to a http.Request.

func NewPostStorageS3StorjParams

func NewPostStorageS3StorjParams() *PostStorageS3StorjParams

NewPostStorageS3StorjParams creates a new PostStorageS3StorjParams 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 NewPostStorageS3StorjParamsWithContext

func NewPostStorageS3StorjParamsWithContext(ctx context.Context) *PostStorageS3StorjParams

NewPostStorageS3StorjParamsWithContext creates a new PostStorageS3StorjParams object with the ability to set a context for a request.

func NewPostStorageS3StorjParamsWithHTTPClient

func NewPostStorageS3StorjParamsWithHTTPClient(client *http.Client) *PostStorageS3StorjParams

NewPostStorageS3StorjParamsWithHTTPClient creates a new PostStorageS3StorjParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3StorjParamsWithTimeout

func NewPostStorageS3StorjParamsWithTimeout(timeout time.Duration) *PostStorageS3StorjParams

NewPostStorageS3StorjParamsWithTimeout creates a new PostStorageS3StorjParams object with the ability to set a timeout on a request.

func (*PostStorageS3StorjParams) SetContext

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

SetContext adds the context to the post storage s3 storj params

func (*PostStorageS3StorjParams) SetDefaults

func (o *PostStorageS3StorjParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 storj params (not the query body).

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

func (*PostStorageS3StorjParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 storj params

func (*PostStorageS3StorjParams) SetRequest

SetRequest adds the request to the post storage s3 storj params

func (*PostStorageS3StorjParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 storj params

func (*PostStorageS3StorjParams) WithContext

WithContext adds the context to the post storage s3 storj params

func (*PostStorageS3StorjParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 storj params (not the query body).

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

func (*PostStorageS3StorjParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 storj params

func (*PostStorageS3StorjParams) WithRequest

WithRequest adds the request to the post storage s3 storj params

func (*PostStorageS3StorjParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 storj params

func (*PostStorageS3StorjParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3StorjReader

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

PostStorageS3StorjReader is a Reader for the PostStorageS3Storj structure.

func (*PostStorageS3StorjReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3TencentcosBadRequest

type PostStorageS3TencentcosBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3TencentcosBadRequest

func NewPostStorageS3TencentcosBadRequest() *PostStorageS3TencentcosBadRequest

NewPostStorageS3TencentcosBadRequest creates a PostStorageS3TencentcosBadRequest with default headers values

func (*PostStorageS3TencentcosBadRequest) Code

Code gets the status code for the post storage s3 tencentcos bad request response

func (*PostStorageS3TencentcosBadRequest) Error

func (*PostStorageS3TencentcosBadRequest) GetPayload

func (*PostStorageS3TencentcosBadRequest) IsClientError

func (o *PostStorageS3TencentcosBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 tencentcos bad request response has a 4xx status code

func (*PostStorageS3TencentcosBadRequest) IsCode

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

IsCode returns true when this post storage s3 tencentcos bad request response a status code equal to that given

func (*PostStorageS3TencentcosBadRequest) IsRedirect

func (o *PostStorageS3TencentcosBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 tencentcos bad request response has a 3xx status code

func (*PostStorageS3TencentcosBadRequest) IsServerError

func (o *PostStorageS3TencentcosBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 tencentcos bad request response has a 5xx status code

func (*PostStorageS3TencentcosBadRequest) IsSuccess

func (o *PostStorageS3TencentcosBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 tencentcos bad request response has a 2xx status code

func (*PostStorageS3TencentcosBadRequest) String

type PostStorageS3TencentcosInternalServerError

type PostStorageS3TencentcosInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3TencentcosInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3TencentcosInternalServerError

func NewPostStorageS3TencentcosInternalServerError() *PostStorageS3TencentcosInternalServerError

NewPostStorageS3TencentcosInternalServerError creates a PostStorageS3TencentcosInternalServerError with default headers values

func (*PostStorageS3TencentcosInternalServerError) Code

Code gets the status code for the post storage s3 tencentcos internal server error response

func (*PostStorageS3TencentcosInternalServerError) Error

func (*PostStorageS3TencentcosInternalServerError) GetPayload

func (*PostStorageS3TencentcosInternalServerError) IsClientError

IsClientError returns true when this post storage s3 tencentcos internal server error response has a 4xx status code

func (*PostStorageS3TencentcosInternalServerError) IsCode

IsCode returns true when this post storage s3 tencentcos internal server error response a status code equal to that given

func (*PostStorageS3TencentcosInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 tencentcos internal server error response has a 3xx status code

func (*PostStorageS3TencentcosInternalServerError) IsServerError

IsServerError returns true when this post storage s3 tencentcos internal server error response has a 5xx status code

func (*PostStorageS3TencentcosInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 tencentcos internal server error response has a 2xx status code

func (*PostStorageS3TencentcosInternalServerError) String

type PostStorageS3TencentcosOK

type PostStorageS3TencentcosOK struct {
	Payload *models.ModelStorage
}

PostStorageS3TencentcosOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3TencentcosOK

func NewPostStorageS3TencentcosOK() *PostStorageS3TencentcosOK

NewPostStorageS3TencentcosOK creates a PostStorageS3TencentcosOK with default headers values

func (*PostStorageS3TencentcosOK) Code

func (o *PostStorageS3TencentcosOK) Code() int

Code gets the status code for the post storage s3 tencentcos o k response

func (*PostStorageS3TencentcosOK) Error

func (o *PostStorageS3TencentcosOK) Error() string

func (*PostStorageS3TencentcosOK) GetPayload

func (*PostStorageS3TencentcosOK) IsClientError

func (o *PostStorageS3TencentcosOK) IsClientError() bool

IsClientError returns true when this post storage s3 tencentcos o k response has a 4xx status code

func (*PostStorageS3TencentcosOK) IsCode

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

IsCode returns true when this post storage s3 tencentcos o k response a status code equal to that given

func (*PostStorageS3TencentcosOK) IsRedirect

func (o *PostStorageS3TencentcosOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 tencentcos o k response has a 3xx status code

func (*PostStorageS3TencentcosOK) IsServerError

func (o *PostStorageS3TencentcosOK) IsServerError() bool

IsServerError returns true when this post storage s3 tencentcos o k response has a 5xx status code

func (*PostStorageS3TencentcosOK) IsSuccess

func (o *PostStorageS3TencentcosOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 tencentcos o k response has a 2xx status code

func (*PostStorageS3TencentcosOK) String

func (o *PostStorageS3TencentcosOK) String() string

type PostStorageS3TencentcosParams

type PostStorageS3TencentcosParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3TencentCOSStorageRequest

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

PostStorageS3TencentcosParams contains all the parameters to send to the API endpoint

for the post storage s3 tencentcos operation.

Typically these are written to a http.Request.

func NewPostStorageS3TencentcosParams

func NewPostStorageS3TencentcosParams() *PostStorageS3TencentcosParams

NewPostStorageS3TencentcosParams creates a new PostStorageS3TencentcosParams 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 NewPostStorageS3TencentcosParamsWithContext

func NewPostStorageS3TencentcosParamsWithContext(ctx context.Context) *PostStorageS3TencentcosParams

NewPostStorageS3TencentcosParamsWithContext creates a new PostStorageS3TencentcosParams object with the ability to set a context for a request.

func NewPostStorageS3TencentcosParamsWithHTTPClient

func NewPostStorageS3TencentcosParamsWithHTTPClient(client *http.Client) *PostStorageS3TencentcosParams

NewPostStorageS3TencentcosParamsWithHTTPClient creates a new PostStorageS3TencentcosParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3TencentcosParamsWithTimeout

func NewPostStorageS3TencentcosParamsWithTimeout(timeout time.Duration) *PostStorageS3TencentcosParams

NewPostStorageS3TencentcosParamsWithTimeout creates a new PostStorageS3TencentcosParams object with the ability to set a timeout on a request.

func (*PostStorageS3TencentcosParams) SetContext

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

SetContext adds the context to the post storage s3 tencentcos params

func (*PostStorageS3TencentcosParams) SetDefaults

func (o *PostStorageS3TencentcosParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 tencentcos params (not the query body).

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

func (*PostStorageS3TencentcosParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 tencentcos params

func (*PostStorageS3TencentcosParams) SetRequest

SetRequest adds the request to the post storage s3 tencentcos params

func (*PostStorageS3TencentcosParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 tencentcos params

func (*PostStorageS3TencentcosParams) WithContext

WithContext adds the context to the post storage s3 tencentcos params

func (*PostStorageS3TencentcosParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 tencentcos params (not the query body).

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

func (*PostStorageS3TencentcosParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage s3 tencentcos params

func (*PostStorageS3TencentcosParams) WithRequest

WithRequest adds the request to the post storage s3 tencentcos params

func (*PostStorageS3TencentcosParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 tencentcos params

func (*PostStorageS3TencentcosParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3TencentcosReader

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

PostStorageS3TencentcosReader is a Reader for the PostStorageS3Tencentcos structure.

func (*PostStorageS3TencentcosReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageS3WasabiBadRequest

type PostStorageS3WasabiBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageS3WasabiBadRequest

func NewPostStorageS3WasabiBadRequest() *PostStorageS3WasabiBadRequest

NewPostStorageS3WasabiBadRequest creates a PostStorageS3WasabiBadRequest with default headers values

func (*PostStorageS3WasabiBadRequest) Code

Code gets the status code for the post storage s3 wasabi bad request response

func (*PostStorageS3WasabiBadRequest) Error

func (*PostStorageS3WasabiBadRequest) GetPayload

func (*PostStorageS3WasabiBadRequest) IsClientError

func (o *PostStorageS3WasabiBadRequest) IsClientError() bool

IsClientError returns true when this post storage s3 wasabi bad request response has a 4xx status code

func (*PostStorageS3WasabiBadRequest) IsCode

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

IsCode returns true when this post storage s3 wasabi bad request response a status code equal to that given

func (*PostStorageS3WasabiBadRequest) IsRedirect

func (o *PostStorageS3WasabiBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage s3 wasabi bad request response has a 3xx status code

func (*PostStorageS3WasabiBadRequest) IsServerError

func (o *PostStorageS3WasabiBadRequest) IsServerError() bool

IsServerError returns true when this post storage s3 wasabi bad request response has a 5xx status code

func (*PostStorageS3WasabiBadRequest) IsSuccess

func (o *PostStorageS3WasabiBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage s3 wasabi bad request response has a 2xx status code

func (*PostStorageS3WasabiBadRequest) String

type PostStorageS3WasabiInternalServerError

type PostStorageS3WasabiInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageS3WasabiInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageS3WasabiInternalServerError

func NewPostStorageS3WasabiInternalServerError() *PostStorageS3WasabiInternalServerError

NewPostStorageS3WasabiInternalServerError creates a PostStorageS3WasabiInternalServerError with default headers values

func (*PostStorageS3WasabiInternalServerError) Code

Code gets the status code for the post storage s3 wasabi internal server error response

func (*PostStorageS3WasabiInternalServerError) Error

func (*PostStorageS3WasabiInternalServerError) GetPayload

func (*PostStorageS3WasabiInternalServerError) IsClientError

func (o *PostStorageS3WasabiInternalServerError) IsClientError() bool

IsClientError returns true when this post storage s3 wasabi internal server error response has a 4xx status code

func (*PostStorageS3WasabiInternalServerError) IsCode

IsCode returns true when this post storage s3 wasabi internal server error response a status code equal to that given

func (*PostStorageS3WasabiInternalServerError) IsRedirect

IsRedirect returns true when this post storage s3 wasabi internal server error response has a 3xx status code

func (*PostStorageS3WasabiInternalServerError) IsServerError

func (o *PostStorageS3WasabiInternalServerError) IsServerError() bool

IsServerError returns true when this post storage s3 wasabi internal server error response has a 5xx status code

func (*PostStorageS3WasabiInternalServerError) IsSuccess

IsSuccess returns true when this post storage s3 wasabi internal server error response has a 2xx status code

func (*PostStorageS3WasabiInternalServerError) String

type PostStorageS3WasabiOK

type PostStorageS3WasabiOK struct {
	Payload *models.ModelStorage
}

PostStorageS3WasabiOK describes a response with status code 200, with default header values.

OK

func NewPostStorageS3WasabiOK

func NewPostStorageS3WasabiOK() *PostStorageS3WasabiOK

NewPostStorageS3WasabiOK creates a PostStorageS3WasabiOK with default headers values

func (*PostStorageS3WasabiOK) Code

func (o *PostStorageS3WasabiOK) Code() int

Code gets the status code for the post storage s3 wasabi o k response

func (*PostStorageS3WasabiOK) Error

func (o *PostStorageS3WasabiOK) Error() string

func (*PostStorageS3WasabiOK) GetPayload

func (o *PostStorageS3WasabiOK) GetPayload() *models.ModelStorage

func (*PostStorageS3WasabiOK) IsClientError

func (o *PostStorageS3WasabiOK) IsClientError() bool

IsClientError returns true when this post storage s3 wasabi o k response has a 4xx status code

func (*PostStorageS3WasabiOK) IsCode

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

IsCode returns true when this post storage s3 wasabi o k response a status code equal to that given

func (*PostStorageS3WasabiOK) IsRedirect

func (o *PostStorageS3WasabiOK) IsRedirect() bool

IsRedirect returns true when this post storage s3 wasabi o k response has a 3xx status code

func (*PostStorageS3WasabiOK) IsServerError

func (o *PostStorageS3WasabiOK) IsServerError() bool

IsServerError returns true when this post storage s3 wasabi o k response has a 5xx status code

func (*PostStorageS3WasabiOK) IsSuccess

func (o *PostStorageS3WasabiOK) IsSuccess() bool

IsSuccess returns true when this post storage s3 wasabi o k response has a 2xx status code

func (*PostStorageS3WasabiOK) String

func (o *PostStorageS3WasabiOK) String() string

type PostStorageS3WasabiParams

type PostStorageS3WasabiParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateS3WasabiStorageRequest

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

PostStorageS3WasabiParams contains all the parameters to send to the API endpoint

for the post storage s3 wasabi operation.

Typically these are written to a http.Request.

func NewPostStorageS3WasabiParams

func NewPostStorageS3WasabiParams() *PostStorageS3WasabiParams

NewPostStorageS3WasabiParams creates a new PostStorageS3WasabiParams 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 NewPostStorageS3WasabiParamsWithContext

func NewPostStorageS3WasabiParamsWithContext(ctx context.Context) *PostStorageS3WasabiParams

NewPostStorageS3WasabiParamsWithContext creates a new PostStorageS3WasabiParams object with the ability to set a context for a request.

func NewPostStorageS3WasabiParamsWithHTTPClient

func NewPostStorageS3WasabiParamsWithHTTPClient(client *http.Client) *PostStorageS3WasabiParams

NewPostStorageS3WasabiParamsWithHTTPClient creates a new PostStorageS3WasabiParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageS3WasabiParamsWithTimeout

func NewPostStorageS3WasabiParamsWithTimeout(timeout time.Duration) *PostStorageS3WasabiParams

NewPostStorageS3WasabiParamsWithTimeout creates a new PostStorageS3WasabiParams object with the ability to set a timeout on a request.

func (*PostStorageS3WasabiParams) SetContext

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

SetContext adds the context to the post storage s3 wasabi params

func (*PostStorageS3WasabiParams) SetDefaults

func (o *PostStorageS3WasabiParams) SetDefaults()

SetDefaults hydrates default values in the post storage s3 wasabi params (not the query body).

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

func (*PostStorageS3WasabiParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage s3 wasabi params

func (*PostStorageS3WasabiParams) SetRequest

SetRequest adds the request to the post storage s3 wasabi params

func (*PostStorageS3WasabiParams) SetTimeout

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

SetTimeout adds the timeout to the post storage s3 wasabi params

func (*PostStorageS3WasabiParams) WithContext

WithContext adds the context to the post storage s3 wasabi params

func (*PostStorageS3WasabiParams) WithDefaults

WithDefaults hydrates default values in the post storage s3 wasabi params (not the query body).

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

func (*PostStorageS3WasabiParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage s3 wasabi params

func (*PostStorageS3WasabiParams) WithRequest

WithRequest adds the request to the post storage s3 wasabi params

func (*PostStorageS3WasabiParams) WithTimeout

WithTimeout adds the timeout to the post storage s3 wasabi params

func (*PostStorageS3WasabiParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageS3WasabiReader

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

PostStorageS3WasabiReader is a Reader for the PostStorageS3Wasabi structure.

func (*PostStorageS3WasabiReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageSeafileBadRequest

type PostStorageSeafileBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageSeafileBadRequest

func NewPostStorageSeafileBadRequest() *PostStorageSeafileBadRequest

NewPostStorageSeafileBadRequest creates a PostStorageSeafileBadRequest with default headers values

func (*PostStorageSeafileBadRequest) Code

Code gets the status code for the post storage seafile bad request response

func (*PostStorageSeafileBadRequest) Error

func (*PostStorageSeafileBadRequest) GetPayload

func (*PostStorageSeafileBadRequest) IsClientError

func (o *PostStorageSeafileBadRequest) IsClientError() bool

IsClientError returns true when this post storage seafile bad request response has a 4xx status code

func (*PostStorageSeafileBadRequest) IsCode

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

IsCode returns true when this post storage seafile bad request response a status code equal to that given

func (*PostStorageSeafileBadRequest) IsRedirect

func (o *PostStorageSeafileBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage seafile bad request response has a 3xx status code

func (*PostStorageSeafileBadRequest) IsServerError

func (o *PostStorageSeafileBadRequest) IsServerError() bool

IsServerError returns true when this post storage seafile bad request response has a 5xx status code

func (*PostStorageSeafileBadRequest) IsSuccess

func (o *PostStorageSeafileBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage seafile bad request response has a 2xx status code

func (*PostStorageSeafileBadRequest) String

type PostStorageSeafileInternalServerError

type PostStorageSeafileInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageSeafileInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageSeafileInternalServerError

func NewPostStorageSeafileInternalServerError() *PostStorageSeafileInternalServerError

NewPostStorageSeafileInternalServerError creates a PostStorageSeafileInternalServerError with default headers values

func (*PostStorageSeafileInternalServerError) Code

Code gets the status code for the post storage seafile internal server error response

func (*PostStorageSeafileInternalServerError) Error

func (*PostStorageSeafileInternalServerError) GetPayload

func (*PostStorageSeafileInternalServerError) IsClientError

func (o *PostStorageSeafileInternalServerError) IsClientError() bool

IsClientError returns true when this post storage seafile internal server error response has a 4xx status code

func (*PostStorageSeafileInternalServerError) IsCode

IsCode returns true when this post storage seafile internal server error response a status code equal to that given

func (*PostStorageSeafileInternalServerError) IsRedirect

IsRedirect returns true when this post storage seafile internal server error response has a 3xx status code

func (*PostStorageSeafileInternalServerError) IsServerError

func (o *PostStorageSeafileInternalServerError) IsServerError() bool

IsServerError returns true when this post storage seafile internal server error response has a 5xx status code

func (*PostStorageSeafileInternalServerError) IsSuccess

IsSuccess returns true when this post storage seafile internal server error response has a 2xx status code

func (*PostStorageSeafileInternalServerError) String

type PostStorageSeafileOK

type PostStorageSeafileOK struct {
	Payload *models.ModelStorage
}

PostStorageSeafileOK describes a response with status code 200, with default header values.

OK

func NewPostStorageSeafileOK

func NewPostStorageSeafileOK() *PostStorageSeafileOK

NewPostStorageSeafileOK creates a PostStorageSeafileOK with default headers values

func (*PostStorageSeafileOK) Code

func (o *PostStorageSeafileOK) Code() int

Code gets the status code for the post storage seafile o k response

func (*PostStorageSeafileOK) Error

func (o *PostStorageSeafileOK) Error() string

func (*PostStorageSeafileOK) GetPayload

func (o *PostStorageSeafileOK) GetPayload() *models.ModelStorage

func (*PostStorageSeafileOK) IsClientError

func (o *PostStorageSeafileOK) IsClientError() bool

IsClientError returns true when this post storage seafile o k response has a 4xx status code

func (*PostStorageSeafileOK) IsCode

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

IsCode returns true when this post storage seafile o k response a status code equal to that given

func (*PostStorageSeafileOK) IsRedirect

func (o *PostStorageSeafileOK) IsRedirect() bool

IsRedirect returns true when this post storage seafile o k response has a 3xx status code

func (*PostStorageSeafileOK) IsServerError

func (o *PostStorageSeafileOK) IsServerError() bool

IsServerError returns true when this post storage seafile o k response has a 5xx status code

func (*PostStorageSeafileOK) IsSuccess

func (o *PostStorageSeafileOK) IsSuccess() bool

IsSuccess returns true when this post storage seafile o k response has a 2xx status code

func (*PostStorageSeafileOK) String

func (o *PostStorageSeafileOK) String() string

type PostStorageSeafileParams

type PostStorageSeafileParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateSeafileStorageRequest

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

PostStorageSeafileParams contains all the parameters to send to the API endpoint

for the post storage seafile operation.

Typically these are written to a http.Request.

func NewPostStorageSeafileParams

func NewPostStorageSeafileParams() *PostStorageSeafileParams

NewPostStorageSeafileParams creates a new PostStorageSeafileParams 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 NewPostStorageSeafileParamsWithContext

func NewPostStorageSeafileParamsWithContext(ctx context.Context) *PostStorageSeafileParams

NewPostStorageSeafileParamsWithContext creates a new PostStorageSeafileParams object with the ability to set a context for a request.

func NewPostStorageSeafileParamsWithHTTPClient

func NewPostStorageSeafileParamsWithHTTPClient(client *http.Client) *PostStorageSeafileParams

NewPostStorageSeafileParamsWithHTTPClient creates a new PostStorageSeafileParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageSeafileParamsWithTimeout

func NewPostStorageSeafileParamsWithTimeout(timeout time.Duration) *PostStorageSeafileParams

NewPostStorageSeafileParamsWithTimeout creates a new PostStorageSeafileParams object with the ability to set a timeout on a request.

func (*PostStorageSeafileParams) SetContext

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

SetContext adds the context to the post storage seafile params

func (*PostStorageSeafileParams) SetDefaults

func (o *PostStorageSeafileParams) SetDefaults()

SetDefaults hydrates default values in the post storage seafile params (not the query body).

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

func (*PostStorageSeafileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage seafile params

func (*PostStorageSeafileParams) SetRequest

SetRequest adds the request to the post storage seafile params

func (*PostStorageSeafileParams) SetTimeout

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

SetTimeout adds the timeout to the post storage seafile params

func (*PostStorageSeafileParams) WithContext

WithContext adds the context to the post storage seafile params

func (*PostStorageSeafileParams) WithDefaults

WithDefaults hydrates default values in the post storage seafile params (not the query body).

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

func (*PostStorageSeafileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage seafile params

func (*PostStorageSeafileParams) WithRequest

WithRequest adds the request to the post storage seafile params

func (*PostStorageSeafileParams) WithTimeout

WithTimeout adds the timeout to the post storage seafile params

func (*PostStorageSeafileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageSeafileReader

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

PostStorageSeafileReader is a Reader for the PostStorageSeafile structure.

func (*PostStorageSeafileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageSftpBadRequest

type PostStorageSftpBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageSftpBadRequest

func NewPostStorageSftpBadRequest() *PostStorageSftpBadRequest

NewPostStorageSftpBadRequest creates a PostStorageSftpBadRequest with default headers values

func (*PostStorageSftpBadRequest) Code

func (o *PostStorageSftpBadRequest) Code() int

Code gets the status code for the post storage sftp bad request response

func (*PostStorageSftpBadRequest) Error

func (o *PostStorageSftpBadRequest) Error() string

func (*PostStorageSftpBadRequest) GetPayload

func (*PostStorageSftpBadRequest) IsClientError

func (o *PostStorageSftpBadRequest) IsClientError() bool

IsClientError returns true when this post storage sftp bad request response has a 4xx status code

func (*PostStorageSftpBadRequest) IsCode

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

IsCode returns true when this post storage sftp bad request response a status code equal to that given

func (*PostStorageSftpBadRequest) IsRedirect

func (o *PostStorageSftpBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage sftp bad request response has a 3xx status code

func (*PostStorageSftpBadRequest) IsServerError

func (o *PostStorageSftpBadRequest) IsServerError() bool

IsServerError returns true when this post storage sftp bad request response has a 5xx status code

func (*PostStorageSftpBadRequest) IsSuccess

func (o *PostStorageSftpBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage sftp bad request response has a 2xx status code

func (*PostStorageSftpBadRequest) String

func (o *PostStorageSftpBadRequest) String() string

type PostStorageSftpInternalServerError

type PostStorageSftpInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageSftpInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageSftpInternalServerError

func NewPostStorageSftpInternalServerError() *PostStorageSftpInternalServerError

NewPostStorageSftpInternalServerError creates a PostStorageSftpInternalServerError with default headers values

func (*PostStorageSftpInternalServerError) Code

Code gets the status code for the post storage sftp internal server error response

func (*PostStorageSftpInternalServerError) Error

func (*PostStorageSftpInternalServerError) GetPayload

func (*PostStorageSftpInternalServerError) IsClientError

func (o *PostStorageSftpInternalServerError) IsClientError() bool

IsClientError returns true when this post storage sftp internal server error response has a 4xx status code

func (*PostStorageSftpInternalServerError) IsCode

IsCode returns true when this post storage sftp internal server error response a status code equal to that given

func (*PostStorageSftpInternalServerError) IsRedirect

func (o *PostStorageSftpInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage sftp internal server error response has a 3xx status code

func (*PostStorageSftpInternalServerError) IsServerError

func (o *PostStorageSftpInternalServerError) IsServerError() bool

IsServerError returns true when this post storage sftp internal server error response has a 5xx status code

func (*PostStorageSftpInternalServerError) IsSuccess

IsSuccess returns true when this post storage sftp internal server error response has a 2xx status code

func (*PostStorageSftpInternalServerError) String

type PostStorageSftpOK

type PostStorageSftpOK struct {
	Payload *models.ModelStorage
}

PostStorageSftpOK describes a response with status code 200, with default header values.

OK

func NewPostStorageSftpOK

func NewPostStorageSftpOK() *PostStorageSftpOK

NewPostStorageSftpOK creates a PostStorageSftpOK with default headers values

func (*PostStorageSftpOK) Code

func (o *PostStorageSftpOK) Code() int

Code gets the status code for the post storage sftp o k response

func (*PostStorageSftpOK) Error

func (o *PostStorageSftpOK) Error() string

func (*PostStorageSftpOK) GetPayload

func (o *PostStorageSftpOK) GetPayload() *models.ModelStorage

func (*PostStorageSftpOK) IsClientError

func (o *PostStorageSftpOK) IsClientError() bool

IsClientError returns true when this post storage sftp o k response has a 4xx status code

func (*PostStorageSftpOK) IsCode

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

IsCode returns true when this post storage sftp o k response a status code equal to that given

func (*PostStorageSftpOK) IsRedirect

func (o *PostStorageSftpOK) IsRedirect() bool

IsRedirect returns true when this post storage sftp o k response has a 3xx status code

func (*PostStorageSftpOK) IsServerError

func (o *PostStorageSftpOK) IsServerError() bool

IsServerError returns true when this post storage sftp o k response has a 5xx status code

func (*PostStorageSftpOK) IsSuccess

func (o *PostStorageSftpOK) IsSuccess() bool

IsSuccess returns true when this post storage sftp o k response has a 2xx status code

func (*PostStorageSftpOK) String

func (o *PostStorageSftpOK) String() string

type PostStorageSftpParams

type PostStorageSftpParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateSftpStorageRequest

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

PostStorageSftpParams contains all the parameters to send to the API endpoint

for the post storage sftp operation.

Typically these are written to a http.Request.

func NewPostStorageSftpParams

func NewPostStorageSftpParams() *PostStorageSftpParams

NewPostStorageSftpParams creates a new PostStorageSftpParams 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 NewPostStorageSftpParamsWithContext

func NewPostStorageSftpParamsWithContext(ctx context.Context) *PostStorageSftpParams

NewPostStorageSftpParamsWithContext creates a new PostStorageSftpParams object with the ability to set a context for a request.

func NewPostStorageSftpParamsWithHTTPClient

func NewPostStorageSftpParamsWithHTTPClient(client *http.Client) *PostStorageSftpParams

NewPostStorageSftpParamsWithHTTPClient creates a new PostStorageSftpParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageSftpParamsWithTimeout

func NewPostStorageSftpParamsWithTimeout(timeout time.Duration) *PostStorageSftpParams

NewPostStorageSftpParamsWithTimeout creates a new PostStorageSftpParams object with the ability to set a timeout on a request.

func (*PostStorageSftpParams) SetContext

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

SetContext adds the context to the post storage sftp params

func (*PostStorageSftpParams) SetDefaults

func (o *PostStorageSftpParams) SetDefaults()

SetDefaults hydrates default values in the post storage sftp params (not the query body).

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

func (*PostStorageSftpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage sftp params

func (*PostStorageSftpParams) SetRequest

SetRequest adds the request to the post storage sftp params

func (*PostStorageSftpParams) SetTimeout

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

SetTimeout adds the timeout to the post storage sftp params

func (*PostStorageSftpParams) WithContext

WithContext adds the context to the post storage sftp params

func (*PostStorageSftpParams) WithDefaults

func (o *PostStorageSftpParams) WithDefaults() *PostStorageSftpParams

WithDefaults hydrates default values in the post storage sftp params (not the query body).

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

func (*PostStorageSftpParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage sftp params

func (*PostStorageSftpParams) WithRequest

WithRequest adds the request to the post storage sftp params

func (*PostStorageSftpParams) WithTimeout

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

WithTimeout adds the timeout to the post storage sftp params

func (*PostStorageSftpParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageSftpReader

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

PostStorageSftpReader is a Reader for the PostStorageSftp structure.

func (*PostStorageSftpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageSharefileBadRequest

type PostStorageSharefileBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageSharefileBadRequest

func NewPostStorageSharefileBadRequest() *PostStorageSharefileBadRequest

NewPostStorageSharefileBadRequest creates a PostStorageSharefileBadRequest with default headers values

func (*PostStorageSharefileBadRequest) Code

Code gets the status code for the post storage sharefile bad request response

func (*PostStorageSharefileBadRequest) Error

func (*PostStorageSharefileBadRequest) GetPayload

func (*PostStorageSharefileBadRequest) IsClientError

func (o *PostStorageSharefileBadRequest) IsClientError() bool

IsClientError returns true when this post storage sharefile bad request response has a 4xx status code

func (*PostStorageSharefileBadRequest) IsCode

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

IsCode returns true when this post storage sharefile bad request response a status code equal to that given

func (*PostStorageSharefileBadRequest) IsRedirect

func (o *PostStorageSharefileBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage sharefile bad request response has a 3xx status code

func (*PostStorageSharefileBadRequest) IsServerError

func (o *PostStorageSharefileBadRequest) IsServerError() bool

IsServerError returns true when this post storage sharefile bad request response has a 5xx status code

func (*PostStorageSharefileBadRequest) IsSuccess

func (o *PostStorageSharefileBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage sharefile bad request response has a 2xx status code

func (*PostStorageSharefileBadRequest) String

type PostStorageSharefileInternalServerError

type PostStorageSharefileInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageSharefileInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageSharefileInternalServerError

func NewPostStorageSharefileInternalServerError() *PostStorageSharefileInternalServerError

NewPostStorageSharefileInternalServerError creates a PostStorageSharefileInternalServerError with default headers values

func (*PostStorageSharefileInternalServerError) Code

Code gets the status code for the post storage sharefile internal server error response

func (*PostStorageSharefileInternalServerError) Error

func (*PostStorageSharefileInternalServerError) GetPayload

func (*PostStorageSharefileInternalServerError) IsClientError

func (o *PostStorageSharefileInternalServerError) IsClientError() bool

IsClientError returns true when this post storage sharefile internal server error response has a 4xx status code

func (*PostStorageSharefileInternalServerError) IsCode

IsCode returns true when this post storage sharefile internal server error response a status code equal to that given

func (*PostStorageSharefileInternalServerError) IsRedirect

IsRedirect returns true when this post storage sharefile internal server error response has a 3xx status code

func (*PostStorageSharefileInternalServerError) IsServerError

func (o *PostStorageSharefileInternalServerError) IsServerError() bool

IsServerError returns true when this post storage sharefile internal server error response has a 5xx status code

func (*PostStorageSharefileInternalServerError) IsSuccess

IsSuccess returns true when this post storage sharefile internal server error response has a 2xx status code

func (*PostStorageSharefileInternalServerError) String

type PostStorageSharefileOK

type PostStorageSharefileOK struct {
	Payload *models.ModelStorage
}

PostStorageSharefileOK describes a response with status code 200, with default header values.

OK

func NewPostStorageSharefileOK

func NewPostStorageSharefileOK() *PostStorageSharefileOK

NewPostStorageSharefileOK creates a PostStorageSharefileOK with default headers values

func (*PostStorageSharefileOK) Code

func (o *PostStorageSharefileOK) Code() int

Code gets the status code for the post storage sharefile o k response

func (*PostStorageSharefileOK) Error

func (o *PostStorageSharefileOK) Error() string

func (*PostStorageSharefileOK) GetPayload

func (o *PostStorageSharefileOK) GetPayload() *models.ModelStorage

func (*PostStorageSharefileOK) IsClientError

func (o *PostStorageSharefileOK) IsClientError() bool

IsClientError returns true when this post storage sharefile o k response has a 4xx status code

func (*PostStorageSharefileOK) IsCode

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

IsCode returns true when this post storage sharefile o k response a status code equal to that given

func (*PostStorageSharefileOK) IsRedirect

func (o *PostStorageSharefileOK) IsRedirect() bool

IsRedirect returns true when this post storage sharefile o k response has a 3xx status code

func (*PostStorageSharefileOK) IsServerError

func (o *PostStorageSharefileOK) IsServerError() bool

IsServerError returns true when this post storage sharefile o k response has a 5xx status code

func (*PostStorageSharefileOK) IsSuccess

func (o *PostStorageSharefileOK) IsSuccess() bool

IsSuccess returns true when this post storage sharefile o k response has a 2xx status code

func (*PostStorageSharefileOK) String

func (o *PostStorageSharefileOK) String() string

type PostStorageSharefileParams

type PostStorageSharefileParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateSharefileStorageRequest

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

PostStorageSharefileParams contains all the parameters to send to the API endpoint

for the post storage sharefile operation.

Typically these are written to a http.Request.

func NewPostStorageSharefileParams

func NewPostStorageSharefileParams() *PostStorageSharefileParams

NewPostStorageSharefileParams creates a new PostStorageSharefileParams 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 NewPostStorageSharefileParamsWithContext

func NewPostStorageSharefileParamsWithContext(ctx context.Context) *PostStorageSharefileParams

NewPostStorageSharefileParamsWithContext creates a new PostStorageSharefileParams object with the ability to set a context for a request.

func NewPostStorageSharefileParamsWithHTTPClient

func NewPostStorageSharefileParamsWithHTTPClient(client *http.Client) *PostStorageSharefileParams

NewPostStorageSharefileParamsWithHTTPClient creates a new PostStorageSharefileParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageSharefileParamsWithTimeout

func NewPostStorageSharefileParamsWithTimeout(timeout time.Duration) *PostStorageSharefileParams

NewPostStorageSharefileParamsWithTimeout creates a new PostStorageSharefileParams object with the ability to set a timeout on a request.

func (*PostStorageSharefileParams) SetContext

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

SetContext adds the context to the post storage sharefile params

func (*PostStorageSharefileParams) SetDefaults

func (o *PostStorageSharefileParams) SetDefaults()

SetDefaults hydrates default values in the post storage sharefile params (not the query body).

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

func (*PostStorageSharefileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage sharefile params

func (*PostStorageSharefileParams) SetRequest

SetRequest adds the request to the post storage sharefile params

func (*PostStorageSharefileParams) SetTimeout

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

SetTimeout adds the timeout to the post storage sharefile params

func (*PostStorageSharefileParams) WithContext

WithContext adds the context to the post storage sharefile params

func (*PostStorageSharefileParams) WithDefaults

WithDefaults hydrates default values in the post storage sharefile params (not the query body).

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

func (*PostStorageSharefileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage sharefile params

func (*PostStorageSharefileParams) WithRequest

WithRequest adds the request to the post storage sharefile params

func (*PostStorageSharefileParams) WithTimeout

WithTimeout adds the timeout to the post storage sharefile params

func (*PostStorageSharefileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageSharefileReader

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

PostStorageSharefileReader is a Reader for the PostStorageSharefile structure.

func (*PostStorageSharefileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageSiaBadRequest

type PostStorageSiaBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageSiaBadRequest

func NewPostStorageSiaBadRequest() *PostStorageSiaBadRequest

NewPostStorageSiaBadRequest creates a PostStorageSiaBadRequest with default headers values

func (*PostStorageSiaBadRequest) Code

func (o *PostStorageSiaBadRequest) Code() int

Code gets the status code for the post storage sia bad request response

func (*PostStorageSiaBadRequest) Error

func (o *PostStorageSiaBadRequest) Error() string

func (*PostStorageSiaBadRequest) GetPayload

func (o *PostStorageSiaBadRequest) GetPayload() *models.APIHTTPError

func (*PostStorageSiaBadRequest) IsClientError

func (o *PostStorageSiaBadRequest) IsClientError() bool

IsClientError returns true when this post storage sia bad request response has a 4xx status code

func (*PostStorageSiaBadRequest) IsCode

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

IsCode returns true when this post storage sia bad request response a status code equal to that given

func (*PostStorageSiaBadRequest) IsRedirect

func (o *PostStorageSiaBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage sia bad request response has a 3xx status code

func (*PostStorageSiaBadRequest) IsServerError

func (o *PostStorageSiaBadRequest) IsServerError() bool

IsServerError returns true when this post storage sia bad request response has a 5xx status code

func (*PostStorageSiaBadRequest) IsSuccess

func (o *PostStorageSiaBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage sia bad request response has a 2xx status code

func (*PostStorageSiaBadRequest) String

func (o *PostStorageSiaBadRequest) String() string

type PostStorageSiaInternalServerError

type PostStorageSiaInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageSiaInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageSiaInternalServerError

func NewPostStorageSiaInternalServerError() *PostStorageSiaInternalServerError

NewPostStorageSiaInternalServerError creates a PostStorageSiaInternalServerError with default headers values

func (*PostStorageSiaInternalServerError) Code

Code gets the status code for the post storage sia internal server error response

func (*PostStorageSiaInternalServerError) Error

func (*PostStorageSiaInternalServerError) GetPayload

func (*PostStorageSiaInternalServerError) IsClientError

func (o *PostStorageSiaInternalServerError) IsClientError() bool

IsClientError returns true when this post storage sia internal server error response has a 4xx status code

func (*PostStorageSiaInternalServerError) IsCode

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

IsCode returns true when this post storage sia internal server error response a status code equal to that given

func (*PostStorageSiaInternalServerError) IsRedirect

func (o *PostStorageSiaInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage sia internal server error response has a 3xx status code

func (*PostStorageSiaInternalServerError) IsServerError

func (o *PostStorageSiaInternalServerError) IsServerError() bool

IsServerError returns true when this post storage sia internal server error response has a 5xx status code

func (*PostStorageSiaInternalServerError) IsSuccess

func (o *PostStorageSiaInternalServerError) IsSuccess() bool

IsSuccess returns true when this post storage sia internal server error response has a 2xx status code

func (*PostStorageSiaInternalServerError) String

type PostStorageSiaOK

type PostStorageSiaOK struct {
	Payload *models.ModelStorage
}

PostStorageSiaOK describes a response with status code 200, with default header values.

OK

func NewPostStorageSiaOK

func NewPostStorageSiaOK() *PostStorageSiaOK

NewPostStorageSiaOK creates a PostStorageSiaOK with default headers values

func (*PostStorageSiaOK) Code

func (o *PostStorageSiaOK) Code() int

Code gets the status code for the post storage sia o k response

func (*PostStorageSiaOK) Error

func (o *PostStorageSiaOK) Error() string

func (*PostStorageSiaOK) GetPayload

func (o *PostStorageSiaOK) GetPayload() *models.ModelStorage

func (*PostStorageSiaOK) IsClientError

func (o *PostStorageSiaOK) IsClientError() bool

IsClientError returns true when this post storage sia o k response has a 4xx status code

func (*PostStorageSiaOK) IsCode

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

IsCode returns true when this post storage sia o k response a status code equal to that given

func (*PostStorageSiaOK) IsRedirect

func (o *PostStorageSiaOK) IsRedirect() bool

IsRedirect returns true when this post storage sia o k response has a 3xx status code

func (*PostStorageSiaOK) IsServerError

func (o *PostStorageSiaOK) IsServerError() bool

IsServerError returns true when this post storage sia o k response has a 5xx status code

func (*PostStorageSiaOK) IsSuccess

func (o *PostStorageSiaOK) IsSuccess() bool

IsSuccess returns true when this post storage sia o k response has a 2xx status code

func (*PostStorageSiaOK) String

func (o *PostStorageSiaOK) String() string

type PostStorageSiaParams

type PostStorageSiaParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateSiaStorageRequest

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

PostStorageSiaParams contains all the parameters to send to the API endpoint

for the post storage sia operation.

Typically these are written to a http.Request.

func NewPostStorageSiaParams

func NewPostStorageSiaParams() *PostStorageSiaParams

NewPostStorageSiaParams creates a new PostStorageSiaParams 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 NewPostStorageSiaParamsWithContext

func NewPostStorageSiaParamsWithContext(ctx context.Context) *PostStorageSiaParams

NewPostStorageSiaParamsWithContext creates a new PostStorageSiaParams object with the ability to set a context for a request.

func NewPostStorageSiaParamsWithHTTPClient

func NewPostStorageSiaParamsWithHTTPClient(client *http.Client) *PostStorageSiaParams

NewPostStorageSiaParamsWithHTTPClient creates a new PostStorageSiaParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageSiaParamsWithTimeout

func NewPostStorageSiaParamsWithTimeout(timeout time.Duration) *PostStorageSiaParams

NewPostStorageSiaParamsWithTimeout creates a new PostStorageSiaParams object with the ability to set a timeout on a request.

func (*PostStorageSiaParams) SetContext

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

SetContext adds the context to the post storage sia params

func (*PostStorageSiaParams) SetDefaults

func (o *PostStorageSiaParams) SetDefaults()

SetDefaults hydrates default values in the post storage sia params (not the query body).

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

func (*PostStorageSiaParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post storage sia params

func (*PostStorageSiaParams) SetRequest

SetRequest adds the request to the post storage sia params

func (*PostStorageSiaParams) SetTimeout

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

SetTimeout adds the timeout to the post storage sia params

func (*PostStorageSiaParams) WithContext

WithContext adds the context to the post storage sia params

func (*PostStorageSiaParams) WithDefaults

func (o *PostStorageSiaParams) WithDefaults() *PostStorageSiaParams

WithDefaults hydrates default values in the post storage sia params (not the query body).

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

func (*PostStorageSiaParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post storage sia params

func (*PostStorageSiaParams) WithRequest

WithRequest adds the request to the post storage sia params

func (*PostStorageSiaParams) WithTimeout

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

WithTimeout adds the timeout to the post storage sia params

func (*PostStorageSiaParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostStorageSiaReader

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

PostStorageSiaReader is a Reader for the PostStorageSia structure.

func (*PostStorageSiaReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStorageSmbBadRequest

type PostStorageSmbBadRequest struct {
	Payload *models.APIHTTPError
}

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

Bad Request

func NewPostStorageSmbBadRequest

func NewPostStorageSmbBadRequest() *PostStorageSmbBadRequest

NewPostStorageSmbBadRequest creates a PostStorageSmbBadRequest with default headers values

func (*PostStorageSmbBadRequest) Code

func (o *PostStorageSmbBadRequest) Code() int

Code gets the status code for the post storage smb bad request response

func (*PostStorageSmbBadRequest) Error

func (o *PostStorageSmbBadRequest) Error() string

func (*PostStorageSmbBadRequest) GetPayload

func (o *PostStorageSmbBadRequest) GetPayload() *models.APIHTTPError

func (*PostStorageSmbBadRequest) IsClientError

func (o *PostStorageSmbBadRequest) IsClientError() bool

IsClientError returns true when this post storage smb bad request response has a 4xx status code

func (*PostStorageSmbBadRequest) IsCode

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

IsCode returns true when this post storage smb bad request response a status code equal to that given

func (*PostStorageSmbBadRequest) IsRedirect

func (o *PostStorageSmbBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage smb bad request response has a 3xx status code

func (*PostStorageSmbBadRequest) IsServerError

func (o *PostStorageSmbBadRequest) IsServerError() bool

IsServerError returns true when this post storage smb bad request response has a 5xx status code

func (*PostStorageSmbBadRequest) IsSuccess

func (o *PostStorageSmbBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage smb bad request response has a 2xx status code

func (*PostStorageSmbBadRequest) String

func (o *PostStorageSmbBadRequest) String() string

type PostStorageSmbInternalServerError

type PostStorageSmbInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageSmbInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageSmbInternalServerError

func NewPostStorageSmbInternalServerError() *PostStorageSmbInternalServerError

NewPostStorageSmbInternalServerError creates a PostStorageSmbInternalServerError with default headers values

func (*PostStorageSmbInternalServerError) Code

Code gets the status code for the post storage smb internal server error response

func (*PostStorageSmbInternalServerError) Error

func (*PostStorageSmbInternalServerError) GetPayload

func (*PostStorageSmbInternalServerError) IsClientError

func (o *PostStorageSmbInternalServerError) IsClientError() bool

IsClientError returns true when this post storage smb internal server error response has a 4xx status code

func (*PostStorageSmbInternalServerError) IsCode

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

IsCode returns true when this post storage smb internal server error response a status code equal to that given

func (*PostStorageSmbInternalServerError) IsRedirect

func (o *PostStorageSmbInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage smb internal server error response has a 3xx status code

func (*PostStorageSmbInternalServerError) IsServerError

func (o *PostStorageSmbInternalServerError) IsServerError() bool

IsServerError returns true when this post storage smb internal server error response has a 5xx status code

func (*PostStorageSmbInternalServerError) IsSuccess

func (o *PostStorageSmbInternalServerError) IsSuccess() bool

IsSuccess returns true when this post storage smb internal server error response has a 2xx status code

func (*PostStorageSmbInternalServerError) String

type PostStorageSmbOK

type PostStorageSmbOK struct {
	Payload *models.ModelStorage
}

PostStorageSmbOK describes a response with status code 200, with default header values.

OK

func NewPostStorageSmbOK

func NewPostStorageSmbOK() *PostStorageSmbOK

NewPostStorageSmbOK creates a PostStorageSmbOK with default headers values

func (*PostStorageSmbOK) Code

func (o *PostStorageSmbOK) Code() int

Code gets the status code for the post storage smb o k response

func (*PostStorageSmbOK) Error

func (o *PostStorageSmbOK) Error() string

func (*PostStorageSmbOK) GetPayload

func (o *PostStorageSmbOK) GetPayload() *models.ModelStorage

func (*PostStorageSmbOK) IsClientError

func (o *PostStorageSmbOK) IsClientError() bool

IsClientError returns true when this post storage smb o k response has a 4xx status code

func (*PostStorageSmbOK) IsCode

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

IsCode returns true when this post storage smb o k response a status code equal to that given

func (*PostStorageSmbOK) IsRedirect

func (o *PostStorageSmbOK) IsRedirect() bool

IsRedirect returns true when this post storage smb o k response has a 3xx status code

func (*PostStorageSmbOK) IsServerError

func (o *PostStorageSmbOK) IsServerError() bool

IsServerError returns true when this post storage smb o k response has a 5xx status code

func (*PostStorageSmbOK) IsSuccess

func (o *PostStorageSmbOK) IsSuccess() bool

IsSuccess returns true when this post storage smb o k response has a 2xx status code

func (*PostStorageSmbOK) String

func (o *PostStorageSmbOK) String() string

type PostStorageSmbParams

type PostStorageSmbParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateSmbStorageRequest

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

PostStorageSmbParams contains all the parameters to send to the API endpoint

for the post storage smb operation.

Typically these are written to a http.Request.

func NewPostStorageSmbParams

func NewPostStorageSmbParams() *PostStorageSmbParams

NewPostStorageSmbParams creates a new PostStorageSmbParams 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 NewPostStorageSmbParamsWithContext

func NewPostStorageSmbParamsWithContext(ctx context.Context) *PostStorageSmbParams

NewPostStorageSmbParamsWithContext creates a new PostStorageSmbParams object with the ability to set a context for a request.

func NewPostStorageSmbParamsWithHTTPClient

func NewPostStorageSmbParamsWithHTTPClient(client *http.Client) *PostStorageSmbParams

NewPostStorageSmbParamsWithHTTPClient creates a new PostStorageSmbParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageSmbParamsWithTimeout

func NewPostStorageSmbParamsWithTimeout(timeout time.Duration) *PostStorageSmbParams

NewPostStorageSmbParamsWithTimeout creates a new PostStorageSmbParams object with the ability to set a timeout on a request.

func (*PostStorageSmbParams) SetContext

func (o *PostStorageSmbParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage smb params

func (*PostStorageSmbParams) SetDefaults

func (o *PostStorageSmbParams) SetDefaults()

SetDefaults hydrates default values in the post storage smb params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageSmbParams) SetHTTPClient

func (o *PostStorageSmbParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage smb params

func (*PostStorageSmbParams) SetRequest

SetRequest adds the request to the post storage smb params

func (*PostStorageSmbParams) SetTimeout

func (o *PostStorageSmbParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage smb params

func (*PostStorageSmbParams) WithContext

WithContext adds the context to the post storage smb params

func (*PostStorageSmbParams) WithDefaults

func (o *PostStorageSmbParams) WithDefaults() *PostStorageSmbParams

WithDefaults hydrates default values in the post storage smb params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageSmbParams) WithHTTPClient

func (o *PostStorageSmbParams) WithHTTPClient(client *http.Client) *PostStorageSmbParams

WithHTTPClient adds the HTTPClient to the post storage smb params

func (*PostStorageSmbParams) WithRequest

WithRequest adds the request to the post storage smb params

func (*PostStorageSmbParams) WithTimeout

func (o *PostStorageSmbParams) WithTimeout(timeout time.Duration) *PostStorageSmbParams

WithTimeout adds the timeout to the post storage smb params

func (*PostStorageSmbParams) WriteToRequest

func (o *PostStorageSmbParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostStorageSmbReader

type PostStorageSmbReader struct {
	// contains filtered or unexported fields
}

PostStorageSmbReader is a Reader for the PostStorageSmb structure.

func (*PostStorageSmbReader) ReadResponse

func (o *PostStorageSmbReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageStorageTypeBadRequest

type PostStorageStorageTypeBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageStorageTypeBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageStorageTypeBadRequest

func NewPostStorageStorageTypeBadRequest() *PostStorageStorageTypeBadRequest

NewPostStorageStorageTypeBadRequest creates a PostStorageStorageTypeBadRequest with default headers values

func (*PostStorageStorageTypeBadRequest) Code

Code gets the status code for the post storage storage type bad request response

func (*PostStorageStorageTypeBadRequest) Error

func (*PostStorageStorageTypeBadRequest) GetPayload

func (*PostStorageStorageTypeBadRequest) IsClientError

func (o *PostStorageStorageTypeBadRequest) IsClientError() bool

IsClientError returns true when this post storage storage type bad request response has a 4xx status code

func (*PostStorageStorageTypeBadRequest) IsCode

func (o *PostStorageStorageTypeBadRequest) IsCode(code int) bool

IsCode returns true when this post storage storage type bad request response a status code equal to that given

func (*PostStorageStorageTypeBadRequest) IsRedirect

func (o *PostStorageStorageTypeBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage storage type bad request response has a 3xx status code

func (*PostStorageStorageTypeBadRequest) IsServerError

func (o *PostStorageStorageTypeBadRequest) IsServerError() bool

IsServerError returns true when this post storage storage type bad request response has a 5xx status code

func (*PostStorageStorageTypeBadRequest) IsSuccess

func (o *PostStorageStorageTypeBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage storage type bad request response has a 2xx status code

func (*PostStorageStorageTypeBadRequest) String

type PostStorageStorageTypeInternalServerError

type PostStorageStorageTypeInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageStorageTypeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageStorageTypeInternalServerError

func NewPostStorageStorageTypeInternalServerError() *PostStorageStorageTypeInternalServerError

NewPostStorageStorageTypeInternalServerError creates a PostStorageStorageTypeInternalServerError with default headers values

func (*PostStorageStorageTypeInternalServerError) Code

Code gets the status code for the post storage storage type internal server error response

func (*PostStorageStorageTypeInternalServerError) Error

func (*PostStorageStorageTypeInternalServerError) GetPayload

func (*PostStorageStorageTypeInternalServerError) IsClientError

IsClientError returns true when this post storage storage type internal server error response has a 4xx status code

func (*PostStorageStorageTypeInternalServerError) IsCode

IsCode returns true when this post storage storage type internal server error response a status code equal to that given

func (*PostStorageStorageTypeInternalServerError) IsRedirect

IsRedirect returns true when this post storage storage type internal server error response has a 3xx status code

func (*PostStorageStorageTypeInternalServerError) IsServerError

IsServerError returns true when this post storage storage type internal server error response has a 5xx status code

func (*PostStorageStorageTypeInternalServerError) IsSuccess

IsSuccess returns true when this post storage storage type internal server error response has a 2xx status code

func (*PostStorageStorageTypeInternalServerError) String

type PostStorageStorageTypeOK

type PostStorageStorageTypeOK struct {
	Payload *models.ModelStorage
}

PostStorageStorageTypeOK describes a response with status code 200, with default header values.

OK

func NewPostStorageStorageTypeOK

func NewPostStorageStorageTypeOK() *PostStorageStorageTypeOK

NewPostStorageStorageTypeOK creates a PostStorageStorageTypeOK with default headers values

func (*PostStorageStorageTypeOK) Code

func (o *PostStorageStorageTypeOK) Code() int

Code gets the status code for the post storage storage type o k response

func (*PostStorageStorageTypeOK) Error

func (o *PostStorageStorageTypeOK) Error() string

func (*PostStorageStorageTypeOK) GetPayload

func (o *PostStorageStorageTypeOK) GetPayload() *models.ModelStorage

func (*PostStorageStorageTypeOK) IsClientError

func (o *PostStorageStorageTypeOK) IsClientError() bool

IsClientError returns true when this post storage storage type o k response has a 4xx status code

func (*PostStorageStorageTypeOK) IsCode

func (o *PostStorageStorageTypeOK) IsCode(code int) bool

IsCode returns true when this post storage storage type o k response a status code equal to that given

func (*PostStorageStorageTypeOK) IsRedirect

func (o *PostStorageStorageTypeOK) IsRedirect() bool

IsRedirect returns true when this post storage storage type o k response has a 3xx status code

func (*PostStorageStorageTypeOK) IsServerError

func (o *PostStorageStorageTypeOK) IsServerError() bool

IsServerError returns true when this post storage storage type o k response has a 5xx status code

func (*PostStorageStorageTypeOK) IsSuccess

func (o *PostStorageStorageTypeOK) IsSuccess() bool

IsSuccess returns true when this post storage storage type o k response has a 2xx status code

func (*PostStorageStorageTypeOK) String

func (o *PostStorageStorageTypeOK) String() string

type PostStorageStorageTypeParams

type PostStorageStorageTypeParams struct {

	/* Body.

	   Storage configuration
	*/
	Body *models.StorageCreateRequest

	/* StorageType.

	   Storage type
	*/
	StorageType string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageStorageTypeParams contains all the parameters to send to the API endpoint

for the post storage storage type operation.

Typically these are written to a http.Request.

func NewPostStorageStorageTypeParams

func NewPostStorageStorageTypeParams() *PostStorageStorageTypeParams

NewPostStorageStorageTypeParams creates a new PostStorageStorageTypeParams 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 NewPostStorageStorageTypeParamsWithContext

func NewPostStorageStorageTypeParamsWithContext(ctx context.Context) *PostStorageStorageTypeParams

NewPostStorageStorageTypeParamsWithContext creates a new PostStorageStorageTypeParams object with the ability to set a context for a request.

func NewPostStorageStorageTypeParamsWithHTTPClient

func NewPostStorageStorageTypeParamsWithHTTPClient(client *http.Client) *PostStorageStorageTypeParams

NewPostStorageStorageTypeParamsWithHTTPClient creates a new PostStorageStorageTypeParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageStorageTypeParamsWithTimeout

func NewPostStorageStorageTypeParamsWithTimeout(timeout time.Duration) *PostStorageStorageTypeParams

NewPostStorageStorageTypeParamsWithTimeout creates a new PostStorageStorageTypeParams object with the ability to set a timeout on a request.

func (*PostStorageStorageTypeParams) SetBody

SetBody adds the body to the post storage storage type params

func (*PostStorageStorageTypeParams) SetContext

func (o *PostStorageStorageTypeParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage storage type params

func (*PostStorageStorageTypeParams) SetDefaults

func (o *PostStorageStorageTypeParams) SetDefaults()

SetDefaults hydrates default values in the post storage storage type params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageStorageTypeParams) SetHTTPClient

func (o *PostStorageStorageTypeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage storage type params

func (*PostStorageStorageTypeParams) SetStorageType

func (o *PostStorageStorageTypeParams) SetStorageType(storageType string)

SetStorageType adds the storageType to the post storage storage type params

func (*PostStorageStorageTypeParams) SetTimeout

func (o *PostStorageStorageTypeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage storage type params

func (*PostStorageStorageTypeParams) WithBody

WithBody adds the body to the post storage storage type params

func (*PostStorageStorageTypeParams) WithContext

WithContext adds the context to the post storage storage type params

func (*PostStorageStorageTypeParams) WithDefaults

WithDefaults hydrates default values in the post storage storage type params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageStorageTypeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage storage type params

func (*PostStorageStorageTypeParams) WithStorageType

func (o *PostStorageStorageTypeParams) WithStorageType(storageType string) *PostStorageStorageTypeParams

WithStorageType adds the storageType to the post storage storage type params

func (*PostStorageStorageTypeParams) WithTimeout

WithTimeout adds the timeout to the post storage storage type params

func (*PostStorageStorageTypeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageStorageTypeReader

type PostStorageStorageTypeReader struct {
	// contains filtered or unexported fields
}

PostStorageStorageTypeReader is a Reader for the PostStorageStorageType structure.

func (*PostStorageStorageTypeReader) ReadResponse

func (o *PostStorageStorageTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageStorjExistingBadRequest

type PostStorageStorjExistingBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageStorjExistingBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageStorjExistingBadRequest

func NewPostStorageStorjExistingBadRequest() *PostStorageStorjExistingBadRequest

NewPostStorageStorjExistingBadRequest creates a PostStorageStorjExistingBadRequest with default headers values

func (*PostStorageStorjExistingBadRequest) Code

Code gets the status code for the post storage storj existing bad request response

func (*PostStorageStorjExistingBadRequest) Error

func (*PostStorageStorjExistingBadRequest) GetPayload

func (*PostStorageStorjExistingBadRequest) IsClientError

func (o *PostStorageStorjExistingBadRequest) IsClientError() bool

IsClientError returns true when this post storage storj existing bad request response has a 4xx status code

func (*PostStorageStorjExistingBadRequest) IsCode

IsCode returns true when this post storage storj existing bad request response a status code equal to that given

func (*PostStorageStorjExistingBadRequest) IsRedirect

func (o *PostStorageStorjExistingBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage storj existing bad request response has a 3xx status code

func (*PostStorageStorjExistingBadRequest) IsServerError

func (o *PostStorageStorjExistingBadRequest) IsServerError() bool

IsServerError returns true when this post storage storj existing bad request response has a 5xx status code

func (*PostStorageStorjExistingBadRequest) IsSuccess

IsSuccess returns true when this post storage storj existing bad request response has a 2xx status code

func (*PostStorageStorjExistingBadRequest) String

type PostStorageStorjExistingInternalServerError

type PostStorageStorjExistingInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageStorjExistingInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageStorjExistingInternalServerError

func NewPostStorageStorjExistingInternalServerError() *PostStorageStorjExistingInternalServerError

NewPostStorageStorjExistingInternalServerError creates a PostStorageStorjExistingInternalServerError with default headers values

func (*PostStorageStorjExistingInternalServerError) Code

Code gets the status code for the post storage storj existing internal server error response

func (*PostStorageStorjExistingInternalServerError) Error

func (*PostStorageStorjExistingInternalServerError) GetPayload

func (*PostStorageStorjExistingInternalServerError) IsClientError

IsClientError returns true when this post storage storj existing internal server error response has a 4xx status code

func (*PostStorageStorjExistingInternalServerError) IsCode

IsCode returns true when this post storage storj existing internal server error response a status code equal to that given

func (*PostStorageStorjExistingInternalServerError) IsRedirect

IsRedirect returns true when this post storage storj existing internal server error response has a 3xx status code

func (*PostStorageStorjExistingInternalServerError) IsServerError

IsServerError returns true when this post storage storj existing internal server error response has a 5xx status code

func (*PostStorageStorjExistingInternalServerError) IsSuccess

IsSuccess returns true when this post storage storj existing internal server error response has a 2xx status code

func (*PostStorageStorjExistingInternalServerError) String

type PostStorageStorjExistingOK

type PostStorageStorjExistingOK struct {
	Payload *models.ModelStorage
}

PostStorageStorjExistingOK describes a response with status code 200, with default header values.

OK

func NewPostStorageStorjExistingOK

func NewPostStorageStorjExistingOK() *PostStorageStorjExistingOK

NewPostStorageStorjExistingOK creates a PostStorageStorjExistingOK with default headers values

func (*PostStorageStorjExistingOK) Code

func (o *PostStorageStorjExistingOK) Code() int

Code gets the status code for the post storage storj existing o k response

func (*PostStorageStorjExistingOK) Error

func (*PostStorageStorjExistingOK) GetPayload

func (*PostStorageStorjExistingOK) IsClientError

func (o *PostStorageStorjExistingOK) IsClientError() bool

IsClientError returns true when this post storage storj existing o k response has a 4xx status code

func (*PostStorageStorjExistingOK) IsCode

func (o *PostStorageStorjExistingOK) IsCode(code int) bool

IsCode returns true when this post storage storj existing o k response a status code equal to that given

func (*PostStorageStorjExistingOK) IsRedirect

func (o *PostStorageStorjExistingOK) IsRedirect() bool

IsRedirect returns true when this post storage storj existing o k response has a 3xx status code

func (*PostStorageStorjExistingOK) IsServerError

func (o *PostStorageStorjExistingOK) IsServerError() bool

IsServerError returns true when this post storage storj existing o k response has a 5xx status code

func (*PostStorageStorjExistingOK) IsSuccess

func (o *PostStorageStorjExistingOK) IsSuccess() bool

IsSuccess returns true when this post storage storj existing o k response has a 2xx status code

func (*PostStorageStorjExistingOK) String

func (o *PostStorageStorjExistingOK) String() string

type PostStorageStorjExistingParams

type PostStorageStorjExistingParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateStorjExistingStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageStorjExistingParams contains all the parameters to send to the API endpoint

for the post storage storj existing operation.

Typically these are written to a http.Request.

func NewPostStorageStorjExistingParams

func NewPostStorageStorjExistingParams() *PostStorageStorjExistingParams

NewPostStorageStorjExistingParams creates a new PostStorageStorjExistingParams 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 NewPostStorageStorjExistingParamsWithContext

func NewPostStorageStorjExistingParamsWithContext(ctx context.Context) *PostStorageStorjExistingParams

NewPostStorageStorjExistingParamsWithContext creates a new PostStorageStorjExistingParams object with the ability to set a context for a request.

func NewPostStorageStorjExistingParamsWithHTTPClient

func NewPostStorageStorjExistingParamsWithHTTPClient(client *http.Client) *PostStorageStorjExistingParams

NewPostStorageStorjExistingParamsWithHTTPClient creates a new PostStorageStorjExistingParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageStorjExistingParamsWithTimeout

func NewPostStorageStorjExistingParamsWithTimeout(timeout time.Duration) *PostStorageStorjExistingParams

NewPostStorageStorjExistingParamsWithTimeout creates a new PostStorageStorjExistingParams object with the ability to set a timeout on a request.

func (*PostStorageStorjExistingParams) SetContext

func (o *PostStorageStorjExistingParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage storj existing params

func (*PostStorageStorjExistingParams) SetDefaults

func (o *PostStorageStorjExistingParams) SetDefaults()

SetDefaults hydrates default values in the post storage storj existing params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageStorjExistingParams) SetHTTPClient

func (o *PostStorageStorjExistingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage storj existing params

func (*PostStorageStorjExistingParams) SetRequest

SetRequest adds the request to the post storage storj existing params

func (*PostStorageStorjExistingParams) SetTimeout

func (o *PostStorageStorjExistingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage storj existing params

func (*PostStorageStorjExistingParams) WithContext

WithContext adds the context to the post storage storj existing params

func (*PostStorageStorjExistingParams) WithDefaults

WithDefaults hydrates default values in the post storage storj existing params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageStorjExistingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage storj existing params

func (*PostStorageStorjExistingParams) WithRequest

WithRequest adds the request to the post storage storj existing params

func (*PostStorageStorjExistingParams) WithTimeout

WithTimeout adds the timeout to the post storage storj existing params

func (*PostStorageStorjExistingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageStorjExistingReader

type PostStorageStorjExistingReader struct {
	// contains filtered or unexported fields
}

PostStorageStorjExistingReader is a Reader for the PostStorageStorjExisting structure.

func (*PostStorageStorjExistingReader) ReadResponse

func (o *PostStorageStorjExistingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageStorjNewBadRequest

type PostStorageStorjNewBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageStorjNewBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageStorjNewBadRequest

func NewPostStorageStorjNewBadRequest() *PostStorageStorjNewBadRequest

NewPostStorageStorjNewBadRequest creates a PostStorageStorjNewBadRequest with default headers values

func (*PostStorageStorjNewBadRequest) Code

Code gets the status code for the post storage storj new bad request response

func (*PostStorageStorjNewBadRequest) Error

func (*PostStorageStorjNewBadRequest) GetPayload

func (*PostStorageStorjNewBadRequest) IsClientError

func (o *PostStorageStorjNewBadRequest) IsClientError() bool

IsClientError returns true when this post storage storj new bad request response has a 4xx status code

func (*PostStorageStorjNewBadRequest) IsCode

func (o *PostStorageStorjNewBadRequest) IsCode(code int) bool

IsCode returns true when this post storage storj new bad request response a status code equal to that given

func (*PostStorageStorjNewBadRequest) IsRedirect

func (o *PostStorageStorjNewBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage storj new bad request response has a 3xx status code

func (*PostStorageStorjNewBadRequest) IsServerError

func (o *PostStorageStorjNewBadRequest) IsServerError() bool

IsServerError returns true when this post storage storj new bad request response has a 5xx status code

func (*PostStorageStorjNewBadRequest) IsSuccess

func (o *PostStorageStorjNewBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage storj new bad request response has a 2xx status code

func (*PostStorageStorjNewBadRequest) String

type PostStorageStorjNewInternalServerError

type PostStorageStorjNewInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageStorjNewInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageStorjNewInternalServerError

func NewPostStorageStorjNewInternalServerError() *PostStorageStorjNewInternalServerError

NewPostStorageStorjNewInternalServerError creates a PostStorageStorjNewInternalServerError with default headers values

func (*PostStorageStorjNewInternalServerError) Code

Code gets the status code for the post storage storj new internal server error response

func (*PostStorageStorjNewInternalServerError) Error

func (*PostStorageStorjNewInternalServerError) GetPayload

func (*PostStorageStorjNewInternalServerError) IsClientError

func (o *PostStorageStorjNewInternalServerError) IsClientError() bool

IsClientError returns true when this post storage storj new internal server error response has a 4xx status code

func (*PostStorageStorjNewInternalServerError) IsCode

IsCode returns true when this post storage storj new internal server error response a status code equal to that given

func (*PostStorageStorjNewInternalServerError) IsRedirect

IsRedirect returns true when this post storage storj new internal server error response has a 3xx status code

func (*PostStorageStorjNewInternalServerError) IsServerError

func (o *PostStorageStorjNewInternalServerError) IsServerError() bool

IsServerError returns true when this post storage storj new internal server error response has a 5xx status code

func (*PostStorageStorjNewInternalServerError) IsSuccess

IsSuccess returns true when this post storage storj new internal server error response has a 2xx status code

func (*PostStorageStorjNewInternalServerError) String

type PostStorageStorjNewOK

type PostStorageStorjNewOK struct {
	Payload *models.ModelStorage
}

PostStorageStorjNewOK describes a response with status code 200, with default header values.

OK

func NewPostStorageStorjNewOK

func NewPostStorageStorjNewOK() *PostStorageStorjNewOK

NewPostStorageStorjNewOK creates a PostStorageStorjNewOK with default headers values

func (*PostStorageStorjNewOK) Code

func (o *PostStorageStorjNewOK) Code() int

Code gets the status code for the post storage storj new o k response

func (*PostStorageStorjNewOK) Error

func (o *PostStorageStorjNewOK) Error() string

func (*PostStorageStorjNewOK) GetPayload

func (o *PostStorageStorjNewOK) GetPayload() *models.ModelStorage

func (*PostStorageStorjNewOK) IsClientError

func (o *PostStorageStorjNewOK) IsClientError() bool

IsClientError returns true when this post storage storj new o k response has a 4xx status code

func (*PostStorageStorjNewOK) IsCode

func (o *PostStorageStorjNewOK) IsCode(code int) bool

IsCode returns true when this post storage storj new o k response a status code equal to that given

func (*PostStorageStorjNewOK) IsRedirect

func (o *PostStorageStorjNewOK) IsRedirect() bool

IsRedirect returns true when this post storage storj new o k response has a 3xx status code

func (*PostStorageStorjNewOK) IsServerError

func (o *PostStorageStorjNewOK) IsServerError() bool

IsServerError returns true when this post storage storj new o k response has a 5xx status code

func (*PostStorageStorjNewOK) IsSuccess

func (o *PostStorageStorjNewOK) IsSuccess() bool

IsSuccess returns true when this post storage storj new o k response has a 2xx status code

func (*PostStorageStorjNewOK) String

func (o *PostStorageStorjNewOK) String() string

type PostStorageStorjNewParams

type PostStorageStorjNewParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateStorjNewStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageStorjNewParams contains all the parameters to send to the API endpoint

for the post storage storj new operation.

Typically these are written to a http.Request.

func NewPostStorageStorjNewParams

func NewPostStorageStorjNewParams() *PostStorageStorjNewParams

NewPostStorageStorjNewParams creates a new PostStorageStorjNewParams 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 NewPostStorageStorjNewParamsWithContext

func NewPostStorageStorjNewParamsWithContext(ctx context.Context) *PostStorageStorjNewParams

NewPostStorageStorjNewParamsWithContext creates a new PostStorageStorjNewParams object with the ability to set a context for a request.

func NewPostStorageStorjNewParamsWithHTTPClient

func NewPostStorageStorjNewParamsWithHTTPClient(client *http.Client) *PostStorageStorjNewParams

NewPostStorageStorjNewParamsWithHTTPClient creates a new PostStorageStorjNewParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageStorjNewParamsWithTimeout

func NewPostStorageStorjNewParamsWithTimeout(timeout time.Duration) *PostStorageStorjNewParams

NewPostStorageStorjNewParamsWithTimeout creates a new PostStorageStorjNewParams object with the ability to set a timeout on a request.

func (*PostStorageStorjNewParams) SetContext

func (o *PostStorageStorjNewParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage storj new params

func (*PostStorageStorjNewParams) SetDefaults

func (o *PostStorageStorjNewParams) SetDefaults()

SetDefaults hydrates default values in the post storage storj new params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageStorjNewParams) SetHTTPClient

func (o *PostStorageStorjNewParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage storj new params

func (*PostStorageStorjNewParams) SetRequest

SetRequest adds the request to the post storage storj new params

func (*PostStorageStorjNewParams) SetTimeout

func (o *PostStorageStorjNewParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage storj new params

func (*PostStorageStorjNewParams) WithContext

WithContext adds the context to the post storage storj new params

func (*PostStorageStorjNewParams) WithDefaults

WithDefaults hydrates default values in the post storage storj new params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageStorjNewParams) WithHTTPClient

func (o *PostStorageStorjNewParams) WithHTTPClient(client *http.Client) *PostStorageStorjNewParams

WithHTTPClient adds the HTTPClient to the post storage storj new params

func (*PostStorageStorjNewParams) WithRequest

WithRequest adds the request to the post storage storj new params

func (*PostStorageStorjNewParams) WithTimeout

WithTimeout adds the timeout to the post storage storj new params

func (*PostStorageStorjNewParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageStorjNewReader

type PostStorageStorjNewReader struct {
	// contains filtered or unexported fields
}

PostStorageStorjNewReader is a Reader for the PostStorageStorjNew structure.

func (*PostStorageStorjNewReader) ReadResponse

func (o *PostStorageStorjNewReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageSugarsyncBadRequest

type PostStorageSugarsyncBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageSugarsyncBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageSugarsyncBadRequest

func NewPostStorageSugarsyncBadRequest() *PostStorageSugarsyncBadRequest

NewPostStorageSugarsyncBadRequest creates a PostStorageSugarsyncBadRequest with default headers values

func (*PostStorageSugarsyncBadRequest) Code

Code gets the status code for the post storage sugarsync bad request response

func (*PostStorageSugarsyncBadRequest) Error

func (*PostStorageSugarsyncBadRequest) GetPayload

func (*PostStorageSugarsyncBadRequest) IsClientError

func (o *PostStorageSugarsyncBadRequest) IsClientError() bool

IsClientError returns true when this post storage sugarsync bad request response has a 4xx status code

func (*PostStorageSugarsyncBadRequest) IsCode

func (o *PostStorageSugarsyncBadRequest) IsCode(code int) bool

IsCode returns true when this post storage sugarsync bad request response a status code equal to that given

func (*PostStorageSugarsyncBadRequest) IsRedirect

func (o *PostStorageSugarsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage sugarsync bad request response has a 3xx status code

func (*PostStorageSugarsyncBadRequest) IsServerError

func (o *PostStorageSugarsyncBadRequest) IsServerError() bool

IsServerError returns true when this post storage sugarsync bad request response has a 5xx status code

func (*PostStorageSugarsyncBadRequest) IsSuccess

func (o *PostStorageSugarsyncBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage sugarsync bad request response has a 2xx status code

func (*PostStorageSugarsyncBadRequest) String

type PostStorageSugarsyncInternalServerError

type PostStorageSugarsyncInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageSugarsyncInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageSugarsyncInternalServerError

func NewPostStorageSugarsyncInternalServerError() *PostStorageSugarsyncInternalServerError

NewPostStorageSugarsyncInternalServerError creates a PostStorageSugarsyncInternalServerError with default headers values

func (*PostStorageSugarsyncInternalServerError) Code

Code gets the status code for the post storage sugarsync internal server error response

func (*PostStorageSugarsyncInternalServerError) Error

func (*PostStorageSugarsyncInternalServerError) GetPayload

func (*PostStorageSugarsyncInternalServerError) IsClientError

func (o *PostStorageSugarsyncInternalServerError) IsClientError() bool

IsClientError returns true when this post storage sugarsync internal server error response has a 4xx status code

func (*PostStorageSugarsyncInternalServerError) IsCode

IsCode returns true when this post storage sugarsync internal server error response a status code equal to that given

func (*PostStorageSugarsyncInternalServerError) IsRedirect

IsRedirect returns true when this post storage sugarsync internal server error response has a 3xx status code

func (*PostStorageSugarsyncInternalServerError) IsServerError

func (o *PostStorageSugarsyncInternalServerError) IsServerError() bool

IsServerError returns true when this post storage sugarsync internal server error response has a 5xx status code

func (*PostStorageSugarsyncInternalServerError) IsSuccess

IsSuccess returns true when this post storage sugarsync internal server error response has a 2xx status code

func (*PostStorageSugarsyncInternalServerError) String

type PostStorageSugarsyncOK

type PostStorageSugarsyncOK struct {
	Payload *models.ModelStorage
}

PostStorageSugarsyncOK describes a response with status code 200, with default header values.

OK

func NewPostStorageSugarsyncOK

func NewPostStorageSugarsyncOK() *PostStorageSugarsyncOK

NewPostStorageSugarsyncOK creates a PostStorageSugarsyncOK with default headers values

func (*PostStorageSugarsyncOK) Code

func (o *PostStorageSugarsyncOK) Code() int

Code gets the status code for the post storage sugarsync o k response

func (*PostStorageSugarsyncOK) Error

func (o *PostStorageSugarsyncOK) Error() string

func (*PostStorageSugarsyncOK) GetPayload

func (o *PostStorageSugarsyncOK) GetPayload() *models.ModelStorage

func (*PostStorageSugarsyncOK) IsClientError

func (o *PostStorageSugarsyncOK) IsClientError() bool

IsClientError returns true when this post storage sugarsync o k response has a 4xx status code

func (*PostStorageSugarsyncOK) IsCode

func (o *PostStorageSugarsyncOK) IsCode(code int) bool

IsCode returns true when this post storage sugarsync o k response a status code equal to that given

func (*PostStorageSugarsyncOK) IsRedirect

func (o *PostStorageSugarsyncOK) IsRedirect() bool

IsRedirect returns true when this post storage sugarsync o k response has a 3xx status code

func (*PostStorageSugarsyncOK) IsServerError

func (o *PostStorageSugarsyncOK) IsServerError() bool

IsServerError returns true when this post storage sugarsync o k response has a 5xx status code

func (*PostStorageSugarsyncOK) IsSuccess

func (o *PostStorageSugarsyncOK) IsSuccess() bool

IsSuccess returns true when this post storage sugarsync o k response has a 2xx status code

func (*PostStorageSugarsyncOK) String

func (o *PostStorageSugarsyncOK) String() string

type PostStorageSugarsyncParams

type PostStorageSugarsyncParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateSugarsyncStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageSugarsyncParams contains all the parameters to send to the API endpoint

for the post storage sugarsync operation.

Typically these are written to a http.Request.

func NewPostStorageSugarsyncParams

func NewPostStorageSugarsyncParams() *PostStorageSugarsyncParams

NewPostStorageSugarsyncParams creates a new PostStorageSugarsyncParams 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 NewPostStorageSugarsyncParamsWithContext

func NewPostStorageSugarsyncParamsWithContext(ctx context.Context) *PostStorageSugarsyncParams

NewPostStorageSugarsyncParamsWithContext creates a new PostStorageSugarsyncParams object with the ability to set a context for a request.

func NewPostStorageSugarsyncParamsWithHTTPClient

func NewPostStorageSugarsyncParamsWithHTTPClient(client *http.Client) *PostStorageSugarsyncParams

NewPostStorageSugarsyncParamsWithHTTPClient creates a new PostStorageSugarsyncParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageSugarsyncParamsWithTimeout

func NewPostStorageSugarsyncParamsWithTimeout(timeout time.Duration) *PostStorageSugarsyncParams

NewPostStorageSugarsyncParamsWithTimeout creates a new PostStorageSugarsyncParams object with the ability to set a timeout on a request.

func (*PostStorageSugarsyncParams) SetContext

func (o *PostStorageSugarsyncParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage sugarsync params

func (*PostStorageSugarsyncParams) SetDefaults

func (o *PostStorageSugarsyncParams) SetDefaults()

SetDefaults hydrates default values in the post storage sugarsync params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageSugarsyncParams) SetHTTPClient

func (o *PostStorageSugarsyncParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage sugarsync params

func (*PostStorageSugarsyncParams) SetRequest

SetRequest adds the request to the post storage sugarsync params

func (*PostStorageSugarsyncParams) SetTimeout

func (o *PostStorageSugarsyncParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage sugarsync params

func (*PostStorageSugarsyncParams) WithContext

WithContext adds the context to the post storage sugarsync params

func (*PostStorageSugarsyncParams) WithDefaults

WithDefaults hydrates default values in the post storage sugarsync params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageSugarsyncParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post storage sugarsync params

func (*PostStorageSugarsyncParams) WithRequest

WithRequest adds the request to the post storage sugarsync params

func (*PostStorageSugarsyncParams) WithTimeout

WithTimeout adds the timeout to the post storage sugarsync params

func (*PostStorageSugarsyncParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageSugarsyncReader

type PostStorageSugarsyncReader struct {
	// contains filtered or unexported fields
}

PostStorageSugarsyncReader is a Reader for the PostStorageSugarsync structure.

func (*PostStorageSugarsyncReader) ReadResponse

func (o *PostStorageSugarsyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageSwiftBadRequest

type PostStorageSwiftBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageSwiftBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageSwiftBadRequest

func NewPostStorageSwiftBadRequest() *PostStorageSwiftBadRequest

NewPostStorageSwiftBadRequest creates a PostStorageSwiftBadRequest with default headers values

func (*PostStorageSwiftBadRequest) Code

func (o *PostStorageSwiftBadRequest) Code() int

Code gets the status code for the post storage swift bad request response

func (*PostStorageSwiftBadRequest) Error

func (*PostStorageSwiftBadRequest) GetPayload

func (*PostStorageSwiftBadRequest) IsClientError

func (o *PostStorageSwiftBadRequest) IsClientError() bool

IsClientError returns true when this post storage swift bad request response has a 4xx status code

func (*PostStorageSwiftBadRequest) IsCode

func (o *PostStorageSwiftBadRequest) IsCode(code int) bool

IsCode returns true when this post storage swift bad request response a status code equal to that given

func (*PostStorageSwiftBadRequest) IsRedirect

func (o *PostStorageSwiftBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage swift bad request response has a 3xx status code

func (*PostStorageSwiftBadRequest) IsServerError

func (o *PostStorageSwiftBadRequest) IsServerError() bool

IsServerError returns true when this post storage swift bad request response has a 5xx status code

func (*PostStorageSwiftBadRequest) IsSuccess

func (o *PostStorageSwiftBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage swift bad request response has a 2xx status code

func (*PostStorageSwiftBadRequest) String

func (o *PostStorageSwiftBadRequest) String() string

type PostStorageSwiftInternalServerError

type PostStorageSwiftInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageSwiftInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageSwiftInternalServerError

func NewPostStorageSwiftInternalServerError() *PostStorageSwiftInternalServerError

NewPostStorageSwiftInternalServerError creates a PostStorageSwiftInternalServerError with default headers values

func (*PostStorageSwiftInternalServerError) Code

Code gets the status code for the post storage swift internal server error response

func (*PostStorageSwiftInternalServerError) Error

func (*PostStorageSwiftInternalServerError) GetPayload

func (*PostStorageSwiftInternalServerError) IsClientError

func (o *PostStorageSwiftInternalServerError) IsClientError() bool

IsClientError returns true when this post storage swift internal server error response has a 4xx status code

func (*PostStorageSwiftInternalServerError) IsCode

IsCode returns true when this post storage swift internal server error response a status code equal to that given

func (*PostStorageSwiftInternalServerError) IsRedirect

func (o *PostStorageSwiftInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage swift internal server error response has a 3xx status code

func (*PostStorageSwiftInternalServerError) IsServerError

func (o *PostStorageSwiftInternalServerError) IsServerError() bool

IsServerError returns true when this post storage swift internal server error response has a 5xx status code

func (*PostStorageSwiftInternalServerError) IsSuccess

IsSuccess returns true when this post storage swift internal server error response has a 2xx status code

func (*PostStorageSwiftInternalServerError) String

type PostStorageSwiftOK

type PostStorageSwiftOK struct {
	Payload *models.ModelStorage
}

PostStorageSwiftOK describes a response with status code 200, with default header values.

OK

func NewPostStorageSwiftOK

func NewPostStorageSwiftOK() *PostStorageSwiftOK

NewPostStorageSwiftOK creates a PostStorageSwiftOK with default headers values

func (*PostStorageSwiftOK) Code

func (o *PostStorageSwiftOK) Code() int

Code gets the status code for the post storage swift o k response

func (*PostStorageSwiftOK) Error

func (o *PostStorageSwiftOK) Error() string

func (*PostStorageSwiftOK) GetPayload

func (o *PostStorageSwiftOK) GetPayload() *models.ModelStorage

func (*PostStorageSwiftOK) IsClientError

func (o *PostStorageSwiftOK) IsClientError() bool

IsClientError returns true when this post storage swift o k response has a 4xx status code

func (*PostStorageSwiftOK) IsCode

func (o *PostStorageSwiftOK) IsCode(code int) bool

IsCode returns true when this post storage swift o k response a status code equal to that given

func (*PostStorageSwiftOK) IsRedirect

func (o *PostStorageSwiftOK) IsRedirect() bool

IsRedirect returns true when this post storage swift o k response has a 3xx status code

func (*PostStorageSwiftOK) IsServerError

func (o *PostStorageSwiftOK) IsServerError() bool

IsServerError returns true when this post storage swift o k response has a 5xx status code

func (*PostStorageSwiftOK) IsSuccess

func (o *PostStorageSwiftOK) IsSuccess() bool

IsSuccess returns true when this post storage swift o k response has a 2xx status code

func (*PostStorageSwiftOK) String

func (o *PostStorageSwiftOK) String() string

type PostStorageSwiftParams

type PostStorageSwiftParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateSwiftStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageSwiftParams contains all the parameters to send to the API endpoint

for the post storage swift operation.

Typically these are written to a http.Request.

func NewPostStorageSwiftParams

func NewPostStorageSwiftParams() *PostStorageSwiftParams

NewPostStorageSwiftParams creates a new PostStorageSwiftParams 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 NewPostStorageSwiftParamsWithContext

func NewPostStorageSwiftParamsWithContext(ctx context.Context) *PostStorageSwiftParams

NewPostStorageSwiftParamsWithContext creates a new PostStorageSwiftParams object with the ability to set a context for a request.

func NewPostStorageSwiftParamsWithHTTPClient

func NewPostStorageSwiftParamsWithHTTPClient(client *http.Client) *PostStorageSwiftParams

NewPostStorageSwiftParamsWithHTTPClient creates a new PostStorageSwiftParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageSwiftParamsWithTimeout

func NewPostStorageSwiftParamsWithTimeout(timeout time.Duration) *PostStorageSwiftParams

NewPostStorageSwiftParamsWithTimeout creates a new PostStorageSwiftParams object with the ability to set a timeout on a request.

func (*PostStorageSwiftParams) SetContext

func (o *PostStorageSwiftParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage swift params

func (*PostStorageSwiftParams) SetDefaults

func (o *PostStorageSwiftParams) SetDefaults()

SetDefaults hydrates default values in the post storage swift params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageSwiftParams) SetHTTPClient

func (o *PostStorageSwiftParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage swift params

func (*PostStorageSwiftParams) SetRequest

SetRequest adds the request to the post storage swift params

func (*PostStorageSwiftParams) SetTimeout

func (o *PostStorageSwiftParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage swift params

func (*PostStorageSwiftParams) WithContext

WithContext adds the context to the post storage swift params

func (*PostStorageSwiftParams) WithDefaults

WithDefaults hydrates default values in the post storage swift params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageSwiftParams) WithHTTPClient

func (o *PostStorageSwiftParams) WithHTTPClient(client *http.Client) *PostStorageSwiftParams

WithHTTPClient adds the HTTPClient to the post storage swift params

func (*PostStorageSwiftParams) WithRequest

WithRequest adds the request to the post storage swift params

func (*PostStorageSwiftParams) WithTimeout

WithTimeout adds the timeout to the post storage swift params

func (*PostStorageSwiftParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageSwiftReader

type PostStorageSwiftReader struct {
	// contains filtered or unexported fields
}

PostStorageSwiftReader is a Reader for the PostStorageSwift structure.

func (*PostStorageSwiftReader) ReadResponse

func (o *PostStorageSwiftReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageUptoboxBadRequest

type PostStorageUptoboxBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageUptoboxBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageUptoboxBadRequest

func NewPostStorageUptoboxBadRequest() *PostStorageUptoboxBadRequest

NewPostStorageUptoboxBadRequest creates a PostStorageUptoboxBadRequest with default headers values

func (*PostStorageUptoboxBadRequest) Code

Code gets the status code for the post storage uptobox bad request response

func (*PostStorageUptoboxBadRequest) Error

func (*PostStorageUptoboxBadRequest) GetPayload

func (*PostStorageUptoboxBadRequest) IsClientError

func (o *PostStorageUptoboxBadRequest) IsClientError() bool

IsClientError returns true when this post storage uptobox bad request response has a 4xx status code

func (*PostStorageUptoboxBadRequest) IsCode

func (o *PostStorageUptoboxBadRequest) IsCode(code int) bool

IsCode returns true when this post storage uptobox bad request response a status code equal to that given

func (*PostStorageUptoboxBadRequest) IsRedirect

func (o *PostStorageUptoboxBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage uptobox bad request response has a 3xx status code

func (*PostStorageUptoboxBadRequest) IsServerError

func (o *PostStorageUptoboxBadRequest) IsServerError() bool

IsServerError returns true when this post storage uptobox bad request response has a 5xx status code

func (*PostStorageUptoboxBadRequest) IsSuccess

func (o *PostStorageUptoboxBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage uptobox bad request response has a 2xx status code

func (*PostStorageUptoboxBadRequest) String

type PostStorageUptoboxInternalServerError

type PostStorageUptoboxInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageUptoboxInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageUptoboxInternalServerError

func NewPostStorageUptoboxInternalServerError() *PostStorageUptoboxInternalServerError

NewPostStorageUptoboxInternalServerError creates a PostStorageUptoboxInternalServerError with default headers values

func (*PostStorageUptoboxInternalServerError) Code

Code gets the status code for the post storage uptobox internal server error response

func (*PostStorageUptoboxInternalServerError) Error

func (*PostStorageUptoboxInternalServerError) GetPayload

func (*PostStorageUptoboxInternalServerError) IsClientError

func (o *PostStorageUptoboxInternalServerError) IsClientError() bool

IsClientError returns true when this post storage uptobox internal server error response has a 4xx status code

func (*PostStorageUptoboxInternalServerError) IsCode

IsCode returns true when this post storage uptobox internal server error response a status code equal to that given

func (*PostStorageUptoboxInternalServerError) IsRedirect

IsRedirect returns true when this post storage uptobox internal server error response has a 3xx status code

func (*PostStorageUptoboxInternalServerError) IsServerError

func (o *PostStorageUptoboxInternalServerError) IsServerError() bool

IsServerError returns true when this post storage uptobox internal server error response has a 5xx status code

func (*PostStorageUptoboxInternalServerError) IsSuccess

IsSuccess returns true when this post storage uptobox internal server error response has a 2xx status code

func (*PostStorageUptoboxInternalServerError) String

type PostStorageUptoboxOK

type PostStorageUptoboxOK struct {
	Payload *models.ModelStorage
}

PostStorageUptoboxOK describes a response with status code 200, with default header values.

OK

func NewPostStorageUptoboxOK

func NewPostStorageUptoboxOK() *PostStorageUptoboxOK

NewPostStorageUptoboxOK creates a PostStorageUptoboxOK with default headers values

func (*PostStorageUptoboxOK) Code

func (o *PostStorageUptoboxOK) Code() int

Code gets the status code for the post storage uptobox o k response

func (*PostStorageUptoboxOK) Error

func (o *PostStorageUptoboxOK) Error() string

func (*PostStorageUptoboxOK) GetPayload

func (o *PostStorageUptoboxOK) GetPayload() *models.ModelStorage

func (*PostStorageUptoboxOK) IsClientError

func (o *PostStorageUptoboxOK) IsClientError() bool

IsClientError returns true when this post storage uptobox o k response has a 4xx status code

func (*PostStorageUptoboxOK) IsCode

func (o *PostStorageUptoboxOK) IsCode(code int) bool

IsCode returns true when this post storage uptobox o k response a status code equal to that given

func (*PostStorageUptoboxOK) IsRedirect

func (o *PostStorageUptoboxOK) IsRedirect() bool

IsRedirect returns true when this post storage uptobox o k response has a 3xx status code

func (*PostStorageUptoboxOK) IsServerError

func (o *PostStorageUptoboxOK) IsServerError() bool

IsServerError returns true when this post storage uptobox o k response has a 5xx status code

func (*PostStorageUptoboxOK) IsSuccess

func (o *PostStorageUptoboxOK) IsSuccess() bool

IsSuccess returns true when this post storage uptobox o k response has a 2xx status code

func (*PostStorageUptoboxOK) String

func (o *PostStorageUptoboxOK) String() string

type PostStorageUptoboxParams

type PostStorageUptoboxParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateUptoboxStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageUptoboxParams contains all the parameters to send to the API endpoint

for the post storage uptobox operation.

Typically these are written to a http.Request.

func NewPostStorageUptoboxParams

func NewPostStorageUptoboxParams() *PostStorageUptoboxParams

NewPostStorageUptoboxParams creates a new PostStorageUptoboxParams 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 NewPostStorageUptoboxParamsWithContext

func NewPostStorageUptoboxParamsWithContext(ctx context.Context) *PostStorageUptoboxParams

NewPostStorageUptoboxParamsWithContext creates a new PostStorageUptoboxParams object with the ability to set a context for a request.

func NewPostStorageUptoboxParamsWithHTTPClient

func NewPostStorageUptoboxParamsWithHTTPClient(client *http.Client) *PostStorageUptoboxParams

NewPostStorageUptoboxParamsWithHTTPClient creates a new PostStorageUptoboxParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageUptoboxParamsWithTimeout

func NewPostStorageUptoboxParamsWithTimeout(timeout time.Duration) *PostStorageUptoboxParams

NewPostStorageUptoboxParamsWithTimeout creates a new PostStorageUptoboxParams object with the ability to set a timeout on a request.

func (*PostStorageUptoboxParams) SetContext

func (o *PostStorageUptoboxParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage uptobox params

func (*PostStorageUptoboxParams) SetDefaults

func (o *PostStorageUptoboxParams) SetDefaults()

SetDefaults hydrates default values in the post storage uptobox params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageUptoboxParams) SetHTTPClient

func (o *PostStorageUptoboxParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage uptobox params

func (*PostStorageUptoboxParams) SetRequest

SetRequest adds the request to the post storage uptobox params

func (*PostStorageUptoboxParams) SetTimeout

func (o *PostStorageUptoboxParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage uptobox params

func (*PostStorageUptoboxParams) WithContext

WithContext adds the context to the post storage uptobox params

func (*PostStorageUptoboxParams) WithDefaults

WithDefaults hydrates default values in the post storage uptobox params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageUptoboxParams) WithHTTPClient

func (o *PostStorageUptoboxParams) WithHTTPClient(client *http.Client) *PostStorageUptoboxParams

WithHTTPClient adds the HTTPClient to the post storage uptobox params

func (*PostStorageUptoboxParams) WithRequest

WithRequest adds the request to the post storage uptobox params

func (*PostStorageUptoboxParams) WithTimeout

WithTimeout adds the timeout to the post storage uptobox params

func (*PostStorageUptoboxParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageUptoboxReader

type PostStorageUptoboxReader struct {
	// contains filtered or unexported fields
}

PostStorageUptoboxReader is a Reader for the PostStorageUptobox structure.

func (*PostStorageUptoboxReader) ReadResponse

func (o *PostStorageUptoboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageWebdavBadRequest

type PostStorageWebdavBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageWebdavBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageWebdavBadRequest

func NewPostStorageWebdavBadRequest() *PostStorageWebdavBadRequest

NewPostStorageWebdavBadRequest creates a PostStorageWebdavBadRequest with default headers values

func (*PostStorageWebdavBadRequest) Code

func (o *PostStorageWebdavBadRequest) Code() int

Code gets the status code for the post storage webdav bad request response

func (*PostStorageWebdavBadRequest) Error

func (*PostStorageWebdavBadRequest) GetPayload

func (*PostStorageWebdavBadRequest) IsClientError

func (o *PostStorageWebdavBadRequest) IsClientError() bool

IsClientError returns true when this post storage webdav bad request response has a 4xx status code

func (*PostStorageWebdavBadRequest) IsCode

func (o *PostStorageWebdavBadRequest) IsCode(code int) bool

IsCode returns true when this post storage webdav bad request response a status code equal to that given

func (*PostStorageWebdavBadRequest) IsRedirect

func (o *PostStorageWebdavBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage webdav bad request response has a 3xx status code

func (*PostStorageWebdavBadRequest) IsServerError

func (o *PostStorageWebdavBadRequest) IsServerError() bool

IsServerError returns true when this post storage webdav bad request response has a 5xx status code

func (*PostStorageWebdavBadRequest) IsSuccess

func (o *PostStorageWebdavBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage webdav bad request response has a 2xx status code

func (*PostStorageWebdavBadRequest) String

func (o *PostStorageWebdavBadRequest) String() string

type PostStorageWebdavInternalServerError

type PostStorageWebdavInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageWebdavInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageWebdavInternalServerError

func NewPostStorageWebdavInternalServerError() *PostStorageWebdavInternalServerError

NewPostStorageWebdavInternalServerError creates a PostStorageWebdavInternalServerError with default headers values

func (*PostStorageWebdavInternalServerError) Code

Code gets the status code for the post storage webdav internal server error response

func (*PostStorageWebdavInternalServerError) Error

func (*PostStorageWebdavInternalServerError) GetPayload

func (*PostStorageWebdavInternalServerError) IsClientError

func (o *PostStorageWebdavInternalServerError) IsClientError() bool

IsClientError returns true when this post storage webdav internal server error response has a 4xx status code

func (*PostStorageWebdavInternalServerError) IsCode

IsCode returns true when this post storage webdav internal server error response a status code equal to that given

func (*PostStorageWebdavInternalServerError) IsRedirect

IsRedirect returns true when this post storage webdav internal server error response has a 3xx status code

func (*PostStorageWebdavInternalServerError) IsServerError

func (o *PostStorageWebdavInternalServerError) IsServerError() bool

IsServerError returns true when this post storage webdav internal server error response has a 5xx status code

func (*PostStorageWebdavInternalServerError) IsSuccess

IsSuccess returns true when this post storage webdav internal server error response has a 2xx status code

func (*PostStorageWebdavInternalServerError) String

type PostStorageWebdavOK

type PostStorageWebdavOK struct {
	Payload *models.ModelStorage
}

PostStorageWebdavOK describes a response with status code 200, with default header values.

OK

func NewPostStorageWebdavOK

func NewPostStorageWebdavOK() *PostStorageWebdavOK

NewPostStorageWebdavOK creates a PostStorageWebdavOK with default headers values

func (*PostStorageWebdavOK) Code

func (o *PostStorageWebdavOK) Code() int

Code gets the status code for the post storage webdav o k response

func (*PostStorageWebdavOK) Error

func (o *PostStorageWebdavOK) Error() string

func (*PostStorageWebdavOK) GetPayload

func (o *PostStorageWebdavOK) GetPayload() *models.ModelStorage

func (*PostStorageWebdavOK) IsClientError

func (o *PostStorageWebdavOK) IsClientError() bool

IsClientError returns true when this post storage webdav o k response has a 4xx status code

func (*PostStorageWebdavOK) IsCode

func (o *PostStorageWebdavOK) IsCode(code int) bool

IsCode returns true when this post storage webdav o k response a status code equal to that given

func (*PostStorageWebdavOK) IsRedirect

func (o *PostStorageWebdavOK) IsRedirect() bool

IsRedirect returns true when this post storage webdav o k response has a 3xx status code

func (*PostStorageWebdavOK) IsServerError

func (o *PostStorageWebdavOK) IsServerError() bool

IsServerError returns true when this post storage webdav o k response has a 5xx status code

func (*PostStorageWebdavOK) IsSuccess

func (o *PostStorageWebdavOK) IsSuccess() bool

IsSuccess returns true when this post storage webdav o k response has a 2xx status code

func (*PostStorageWebdavOK) String

func (o *PostStorageWebdavOK) String() string

type PostStorageWebdavParams

type PostStorageWebdavParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateWebdavStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageWebdavParams contains all the parameters to send to the API endpoint

for the post storage webdav operation.

Typically these are written to a http.Request.

func NewPostStorageWebdavParams

func NewPostStorageWebdavParams() *PostStorageWebdavParams

NewPostStorageWebdavParams creates a new PostStorageWebdavParams 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 NewPostStorageWebdavParamsWithContext

func NewPostStorageWebdavParamsWithContext(ctx context.Context) *PostStorageWebdavParams

NewPostStorageWebdavParamsWithContext creates a new PostStorageWebdavParams object with the ability to set a context for a request.

func NewPostStorageWebdavParamsWithHTTPClient

func NewPostStorageWebdavParamsWithHTTPClient(client *http.Client) *PostStorageWebdavParams

NewPostStorageWebdavParamsWithHTTPClient creates a new PostStorageWebdavParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageWebdavParamsWithTimeout

func NewPostStorageWebdavParamsWithTimeout(timeout time.Duration) *PostStorageWebdavParams

NewPostStorageWebdavParamsWithTimeout creates a new PostStorageWebdavParams object with the ability to set a timeout on a request.

func (*PostStorageWebdavParams) SetContext

func (o *PostStorageWebdavParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage webdav params

func (*PostStorageWebdavParams) SetDefaults

func (o *PostStorageWebdavParams) SetDefaults()

SetDefaults hydrates default values in the post storage webdav params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageWebdavParams) SetHTTPClient

func (o *PostStorageWebdavParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage webdav params

func (*PostStorageWebdavParams) SetRequest

SetRequest adds the request to the post storage webdav params

func (*PostStorageWebdavParams) SetTimeout

func (o *PostStorageWebdavParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage webdav params

func (*PostStorageWebdavParams) WithContext

WithContext adds the context to the post storage webdav params

func (*PostStorageWebdavParams) WithDefaults

WithDefaults hydrates default values in the post storage webdav params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageWebdavParams) WithHTTPClient

func (o *PostStorageWebdavParams) WithHTTPClient(client *http.Client) *PostStorageWebdavParams

WithHTTPClient adds the HTTPClient to the post storage webdav params

func (*PostStorageWebdavParams) WithRequest

WithRequest adds the request to the post storage webdav params

func (*PostStorageWebdavParams) WithTimeout

WithTimeout adds the timeout to the post storage webdav params

func (*PostStorageWebdavParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageWebdavReader

type PostStorageWebdavReader struct {
	// contains filtered or unexported fields
}

PostStorageWebdavReader is a Reader for the PostStorageWebdav structure.

func (*PostStorageWebdavReader) ReadResponse

func (o *PostStorageWebdavReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageYandexBadRequest

type PostStorageYandexBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageYandexBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageYandexBadRequest

func NewPostStorageYandexBadRequest() *PostStorageYandexBadRequest

NewPostStorageYandexBadRequest creates a PostStorageYandexBadRequest with default headers values

func (*PostStorageYandexBadRequest) Code

func (o *PostStorageYandexBadRequest) Code() int

Code gets the status code for the post storage yandex bad request response

func (*PostStorageYandexBadRequest) Error

func (*PostStorageYandexBadRequest) GetPayload

func (*PostStorageYandexBadRequest) IsClientError

func (o *PostStorageYandexBadRequest) IsClientError() bool

IsClientError returns true when this post storage yandex bad request response has a 4xx status code

func (*PostStorageYandexBadRequest) IsCode

func (o *PostStorageYandexBadRequest) IsCode(code int) bool

IsCode returns true when this post storage yandex bad request response a status code equal to that given

func (*PostStorageYandexBadRequest) IsRedirect

func (o *PostStorageYandexBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage yandex bad request response has a 3xx status code

func (*PostStorageYandexBadRequest) IsServerError

func (o *PostStorageYandexBadRequest) IsServerError() bool

IsServerError returns true when this post storage yandex bad request response has a 5xx status code

func (*PostStorageYandexBadRequest) IsSuccess

func (o *PostStorageYandexBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage yandex bad request response has a 2xx status code

func (*PostStorageYandexBadRequest) String

func (o *PostStorageYandexBadRequest) String() string

type PostStorageYandexInternalServerError

type PostStorageYandexInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageYandexInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageYandexInternalServerError

func NewPostStorageYandexInternalServerError() *PostStorageYandexInternalServerError

NewPostStorageYandexInternalServerError creates a PostStorageYandexInternalServerError with default headers values

func (*PostStorageYandexInternalServerError) Code

Code gets the status code for the post storage yandex internal server error response

func (*PostStorageYandexInternalServerError) Error

func (*PostStorageYandexInternalServerError) GetPayload

func (*PostStorageYandexInternalServerError) IsClientError

func (o *PostStorageYandexInternalServerError) IsClientError() bool

IsClientError returns true when this post storage yandex internal server error response has a 4xx status code

func (*PostStorageYandexInternalServerError) IsCode

IsCode returns true when this post storage yandex internal server error response a status code equal to that given

func (*PostStorageYandexInternalServerError) IsRedirect

IsRedirect returns true when this post storage yandex internal server error response has a 3xx status code

func (*PostStorageYandexInternalServerError) IsServerError

func (o *PostStorageYandexInternalServerError) IsServerError() bool

IsServerError returns true when this post storage yandex internal server error response has a 5xx status code

func (*PostStorageYandexInternalServerError) IsSuccess

IsSuccess returns true when this post storage yandex internal server error response has a 2xx status code

func (*PostStorageYandexInternalServerError) String

type PostStorageYandexOK

type PostStorageYandexOK struct {
	Payload *models.ModelStorage
}

PostStorageYandexOK describes a response with status code 200, with default header values.

OK

func NewPostStorageYandexOK

func NewPostStorageYandexOK() *PostStorageYandexOK

NewPostStorageYandexOK creates a PostStorageYandexOK with default headers values

func (*PostStorageYandexOK) Code

func (o *PostStorageYandexOK) Code() int

Code gets the status code for the post storage yandex o k response

func (*PostStorageYandexOK) Error

func (o *PostStorageYandexOK) Error() string

func (*PostStorageYandexOK) GetPayload

func (o *PostStorageYandexOK) GetPayload() *models.ModelStorage

func (*PostStorageYandexOK) IsClientError

func (o *PostStorageYandexOK) IsClientError() bool

IsClientError returns true when this post storage yandex o k response has a 4xx status code

func (*PostStorageYandexOK) IsCode

func (o *PostStorageYandexOK) IsCode(code int) bool

IsCode returns true when this post storage yandex o k response a status code equal to that given

func (*PostStorageYandexOK) IsRedirect

func (o *PostStorageYandexOK) IsRedirect() bool

IsRedirect returns true when this post storage yandex o k response has a 3xx status code

func (*PostStorageYandexOK) IsServerError

func (o *PostStorageYandexOK) IsServerError() bool

IsServerError returns true when this post storage yandex o k response has a 5xx status code

func (*PostStorageYandexOK) IsSuccess

func (o *PostStorageYandexOK) IsSuccess() bool

IsSuccess returns true when this post storage yandex o k response has a 2xx status code

func (*PostStorageYandexOK) String

func (o *PostStorageYandexOK) String() string

type PostStorageYandexParams

type PostStorageYandexParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateYandexStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageYandexParams contains all the parameters to send to the API endpoint

for the post storage yandex operation.

Typically these are written to a http.Request.

func NewPostStorageYandexParams

func NewPostStorageYandexParams() *PostStorageYandexParams

NewPostStorageYandexParams creates a new PostStorageYandexParams 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 NewPostStorageYandexParamsWithContext

func NewPostStorageYandexParamsWithContext(ctx context.Context) *PostStorageYandexParams

NewPostStorageYandexParamsWithContext creates a new PostStorageYandexParams object with the ability to set a context for a request.

func NewPostStorageYandexParamsWithHTTPClient

func NewPostStorageYandexParamsWithHTTPClient(client *http.Client) *PostStorageYandexParams

NewPostStorageYandexParamsWithHTTPClient creates a new PostStorageYandexParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageYandexParamsWithTimeout

func NewPostStorageYandexParamsWithTimeout(timeout time.Duration) *PostStorageYandexParams

NewPostStorageYandexParamsWithTimeout creates a new PostStorageYandexParams object with the ability to set a timeout on a request.

func (*PostStorageYandexParams) SetContext

func (o *PostStorageYandexParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage yandex params

func (*PostStorageYandexParams) SetDefaults

func (o *PostStorageYandexParams) SetDefaults()

SetDefaults hydrates default values in the post storage yandex params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageYandexParams) SetHTTPClient

func (o *PostStorageYandexParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage yandex params

func (*PostStorageYandexParams) SetRequest

SetRequest adds the request to the post storage yandex params

func (*PostStorageYandexParams) SetTimeout

func (o *PostStorageYandexParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage yandex params

func (*PostStorageYandexParams) WithContext

WithContext adds the context to the post storage yandex params

func (*PostStorageYandexParams) WithDefaults

WithDefaults hydrates default values in the post storage yandex params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageYandexParams) WithHTTPClient

func (o *PostStorageYandexParams) WithHTTPClient(client *http.Client) *PostStorageYandexParams

WithHTTPClient adds the HTTPClient to the post storage yandex params

func (*PostStorageYandexParams) WithRequest

WithRequest adds the request to the post storage yandex params

func (*PostStorageYandexParams) WithTimeout

WithTimeout adds the timeout to the post storage yandex params

func (*PostStorageYandexParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostStorageYandexReader

type PostStorageYandexReader struct {
	// contains filtered or unexported fields
}

PostStorageYandexReader is a Reader for the PostStorageYandex structure.

func (*PostStorageYandexReader) ReadResponse

func (o *PostStorageYandexReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStorageZohoBadRequest

type PostStorageZohoBadRequest struct {
	Payload *models.APIHTTPError
}

PostStorageZohoBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostStorageZohoBadRequest

func NewPostStorageZohoBadRequest() *PostStorageZohoBadRequest

NewPostStorageZohoBadRequest creates a PostStorageZohoBadRequest with default headers values

func (*PostStorageZohoBadRequest) Code

func (o *PostStorageZohoBadRequest) Code() int

Code gets the status code for the post storage zoho bad request response

func (*PostStorageZohoBadRequest) Error

func (o *PostStorageZohoBadRequest) Error() string

func (*PostStorageZohoBadRequest) GetPayload

func (*PostStorageZohoBadRequest) IsClientError

func (o *PostStorageZohoBadRequest) IsClientError() bool

IsClientError returns true when this post storage zoho bad request response has a 4xx status code

func (*PostStorageZohoBadRequest) IsCode

func (o *PostStorageZohoBadRequest) IsCode(code int) bool

IsCode returns true when this post storage zoho bad request response a status code equal to that given

func (*PostStorageZohoBadRequest) IsRedirect

func (o *PostStorageZohoBadRequest) IsRedirect() bool

IsRedirect returns true when this post storage zoho bad request response has a 3xx status code

func (*PostStorageZohoBadRequest) IsServerError

func (o *PostStorageZohoBadRequest) IsServerError() bool

IsServerError returns true when this post storage zoho bad request response has a 5xx status code

func (*PostStorageZohoBadRequest) IsSuccess

func (o *PostStorageZohoBadRequest) IsSuccess() bool

IsSuccess returns true when this post storage zoho bad request response has a 2xx status code

func (*PostStorageZohoBadRequest) String

func (o *PostStorageZohoBadRequest) String() string

type PostStorageZohoInternalServerError

type PostStorageZohoInternalServerError struct {
	Payload *models.APIHTTPError
}

PostStorageZohoInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostStorageZohoInternalServerError

func NewPostStorageZohoInternalServerError() *PostStorageZohoInternalServerError

NewPostStorageZohoInternalServerError creates a PostStorageZohoInternalServerError with default headers values

func (*PostStorageZohoInternalServerError) Code

Code gets the status code for the post storage zoho internal server error response

func (*PostStorageZohoInternalServerError) Error

func (*PostStorageZohoInternalServerError) GetPayload

func (*PostStorageZohoInternalServerError) IsClientError

func (o *PostStorageZohoInternalServerError) IsClientError() bool

IsClientError returns true when this post storage zoho internal server error response has a 4xx status code

func (*PostStorageZohoInternalServerError) IsCode

IsCode returns true when this post storage zoho internal server error response a status code equal to that given

func (*PostStorageZohoInternalServerError) IsRedirect

func (o *PostStorageZohoInternalServerError) IsRedirect() bool

IsRedirect returns true when this post storage zoho internal server error response has a 3xx status code

func (*PostStorageZohoInternalServerError) IsServerError

func (o *PostStorageZohoInternalServerError) IsServerError() bool

IsServerError returns true when this post storage zoho internal server error response has a 5xx status code

func (*PostStorageZohoInternalServerError) IsSuccess

IsSuccess returns true when this post storage zoho internal server error response has a 2xx status code

func (*PostStorageZohoInternalServerError) String

type PostStorageZohoOK

type PostStorageZohoOK struct {
	Payload *models.ModelStorage
}

PostStorageZohoOK describes a response with status code 200, with default header values.

OK

func NewPostStorageZohoOK

func NewPostStorageZohoOK() *PostStorageZohoOK

NewPostStorageZohoOK creates a PostStorageZohoOK with default headers values

func (*PostStorageZohoOK) Code

func (o *PostStorageZohoOK) Code() int

Code gets the status code for the post storage zoho o k response

func (*PostStorageZohoOK) Error

func (o *PostStorageZohoOK) Error() string

func (*PostStorageZohoOK) GetPayload

func (o *PostStorageZohoOK) GetPayload() *models.ModelStorage

func (*PostStorageZohoOK) IsClientError

func (o *PostStorageZohoOK) IsClientError() bool

IsClientError returns true when this post storage zoho o k response has a 4xx status code

func (*PostStorageZohoOK) IsCode

func (o *PostStorageZohoOK) IsCode(code int) bool

IsCode returns true when this post storage zoho o k response a status code equal to that given

func (*PostStorageZohoOK) IsRedirect

func (o *PostStorageZohoOK) IsRedirect() bool

IsRedirect returns true when this post storage zoho o k response has a 3xx status code

func (*PostStorageZohoOK) IsServerError

func (o *PostStorageZohoOK) IsServerError() bool

IsServerError returns true when this post storage zoho o k response has a 5xx status code

func (*PostStorageZohoOK) IsSuccess

func (o *PostStorageZohoOK) IsSuccess() bool

IsSuccess returns true when this post storage zoho o k response has a 2xx status code

func (*PostStorageZohoOK) String

func (o *PostStorageZohoOK) String() string

type PostStorageZohoParams

type PostStorageZohoParams struct {

	/* Request.

	   Request body
	*/
	Request *models.StorageCreateZohoStorageRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostStorageZohoParams contains all the parameters to send to the API endpoint

for the post storage zoho operation.

Typically these are written to a http.Request.

func NewPostStorageZohoParams

func NewPostStorageZohoParams() *PostStorageZohoParams

NewPostStorageZohoParams creates a new PostStorageZohoParams 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 NewPostStorageZohoParamsWithContext

func NewPostStorageZohoParamsWithContext(ctx context.Context) *PostStorageZohoParams

NewPostStorageZohoParamsWithContext creates a new PostStorageZohoParams object with the ability to set a context for a request.

func NewPostStorageZohoParamsWithHTTPClient

func NewPostStorageZohoParamsWithHTTPClient(client *http.Client) *PostStorageZohoParams

NewPostStorageZohoParamsWithHTTPClient creates a new PostStorageZohoParams object with the ability to set a custom HTTPClient for a request.

func NewPostStorageZohoParamsWithTimeout

func NewPostStorageZohoParamsWithTimeout(timeout time.Duration) *PostStorageZohoParams

NewPostStorageZohoParamsWithTimeout creates a new PostStorageZohoParams object with the ability to set a timeout on a request.

func (*PostStorageZohoParams) SetContext

func (o *PostStorageZohoParams) SetContext(ctx context.Context)

SetContext adds the context to the post storage zoho params

func (*PostStorageZohoParams) SetDefaults

func (o *PostStorageZohoParams) SetDefaults()

SetDefaults hydrates default values in the post storage zoho params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageZohoParams) SetHTTPClient

func (o *PostStorageZohoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post storage zoho params

func (*PostStorageZohoParams) SetRequest

SetRequest adds the request to the post storage zoho params

func (*PostStorageZohoParams) SetTimeout

func (o *PostStorageZohoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post storage zoho params

func (*PostStorageZohoParams) WithContext

WithContext adds the context to the post storage zoho params

func (*PostStorageZohoParams) WithDefaults

func (o *PostStorageZohoParams) WithDefaults() *PostStorageZohoParams

WithDefaults hydrates default values in the post storage zoho params (not the query body).

All values with no default are reset to their zero value.

func (*PostStorageZohoParams) WithHTTPClient

func (o *PostStorageZohoParams) WithHTTPClient(client *http.Client) *PostStorageZohoParams

WithHTTPClient adds the HTTPClient to the post storage zoho params

func (*PostStorageZohoParams) WithRequest

WithRequest adds the request to the post storage zoho params

func (*PostStorageZohoParams) WithTimeout

func (o *PostStorageZohoParams) WithTimeout(timeout time.Duration) *PostStorageZohoParams

WithTimeout adds the timeout to the post storage zoho params

func (*PostStorageZohoParams) WriteToRequest

func (o *PostStorageZohoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostStorageZohoReader

type PostStorageZohoReader struct {
	// contains filtered or unexported fields
}

PostStorageZohoReader is a Reader for the PostStorageZoho structure.

func (*PostStorageZohoReader) ReadResponse

func (o *PostStorageZohoReader) 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