Versions in this module Expand all Collapse all v1 v1.0.0 Nov 25, 2024 Changes in this version + const DefaultIonosBasePath + const DefaultIonosServerUrl + const IonosApiUrlEnvVar + const IonosLogLevelEnvVar + const IonosPasswordEnvVar + const IonosPinnedCertEnvVar + const IonosTokenEnvVar + const IonosUsernameEnvVar + const RequestStatusDone + const RequestStatusFailed + const RequestStatusQueued + const RequestStatusRunning + const Version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + var IonosServerUrls = []string + var LogLevelMap = map[string]LogLevel + func AddPinnedCert(transport *http.Transport, pkFingerprint string) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + func SliceToValueDefault[T any](ptrSlice *[]T) []T + func ToBool(ptr *bool) bool + func ToBoolDefault(ptr *bool) bool + func ToBoolSlice(ptrSlice *[]bool) []bool + func ToByte(ptr *byte) byte + func ToByteDefault(ptr *byte) byte + func ToByteSlice(ptrSlice *[]byte) []byte + func ToFloat32(ptr *float32) float32 + func ToFloat32Default(ptr *float32) float32 + func ToFloat32Slice(ptrSlice *[]float32) []float32 + func ToFloat64(ptr *float64) float64 + func ToFloat64Default(ptr *float64) float64 + func ToFloat64Slice(ptrSlice *[]float64) []float64 + func ToInt(ptr *int) int + func ToInt16(ptr *int16) int16 + func ToInt16Default(ptr *int16) int16 + func ToInt16Slice(ptrSlice *[]int16) []int16 + func ToInt32(ptr *int32) int32 + func ToInt32Default(ptr *int32) int32 + func ToInt32Slice(ptrSlice *[]int32) []int32 + func ToInt64(ptr *int64) int64 + func ToInt64Default(ptr *int64) int64 + func ToInt64Slice(ptrSlice *[]int64) []int64 + func ToInt8(ptr *int8) int8 + func ToInt8Default(ptr *int8) int8 + func ToInt8Slice(ptrSlice *[]int8) []int8 + func ToIntDefault(ptr *int) int + func ToIntSlice(ptrSlice *[]int) []int + func ToPtr[T any](v T) *T + func ToString(ptr *string) string + func ToStringDefault(ptr *string) string + func ToStringSlice(ptrSlice *[]string) []string + func ToTime(ptr *time.Time) time.Time + func ToTimeDefault(ptr *time.Time) time.Time + func ToTimeSlice(ptrSlice *[]time.Time) []time.Time + func ToUint(ptr *uint) uint + func ToUint16(ptr *uint16) uint16 + func ToUint16Default(ptr *uint16) uint16 + func ToUint16Slice(ptrSlice *[]uint16) []uint16 + func ToUint32(ptr *uint32) uint32 + func ToUint32Default(ptr *uint32) uint32 + func ToUint32Slice(ptrSlice *[]uint32) []uint32 + func ToUint64(ptr *uint64) uint64 + func ToUint64Default(ptr *uint64) uint64 + func ToUint64Slice(ptrSlice *[]uint64) []uint64 + func ToUint8(ptr *uint8) uint8 + func ToUint8Default(ptr *uint8) uint8 + func ToUint8Slice(ptrSlice *[]uint8) []uint8 + func ToUintDefault(ptr *uint) uint + func ToUintSlice(ptrSlice *[]uint) []uint + func ToValueDefault[T any](ptr *T) T + func ToValue[T any](ptr *T) T + type APIClient struct + AccesskeysApi *AccesskeysApiService + RegionsApi *RegionsApiService + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestTime time.Duration + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + func (resp *APIResponse) HttpNotFound() bool + func (resp *APIResponse) LogInfo() + type AccessKey struct + AccessKey *string + CanonicalUserId *string + ContractUserId *string + Description *string + SecretKey *string + func NewAccessKey(description string, accessKey string, secretKey string) *AccessKey + func NewAccessKeyWithDefaults() *AccessKey + func (o *AccessKey) GetAccessKey() *string + func (o *AccessKey) GetAccessKeyOk() (*string, bool) + func (o *AccessKey) GetCanonicalUserId() *string + func (o *AccessKey) GetCanonicalUserIdOk() (*string, bool) + func (o *AccessKey) GetContractUserId() *string + func (o *AccessKey) GetContractUserIdOk() (*string, bool) + func (o *AccessKey) GetDescription() *string + func (o *AccessKey) GetDescriptionOk() (*string, bool) + func (o *AccessKey) GetSecretKey() *string + func (o *AccessKey) GetSecretKeyOk() (*string, bool) + func (o *AccessKey) HasAccessKey() bool + func (o *AccessKey) HasCanonicalUserId() bool + func (o *AccessKey) HasContractUserId() bool + func (o *AccessKey) HasDescription() bool + func (o *AccessKey) HasSecretKey() bool + func (o *AccessKey) SetAccessKey(v string) + func (o *AccessKey) SetCanonicalUserId(v string) + func (o *AccessKey) SetContractUserId(v string) + func (o *AccessKey) SetDescription(v string) + func (o *AccessKey) SetSecretKey(v string) + func (o AccessKey) MarshalJSON() ([]byte, error) + type AccessKeyCreate struct + Metadata *map[string]interface{} + Properties *AccessKey + func NewAccessKeyCreate(properties AccessKey) *AccessKeyCreate + func NewAccessKeyCreateWithDefaults() *AccessKeyCreate + func (o *AccessKeyCreate) GetMetadata() *map[string]interface{} + func (o *AccessKeyCreate) GetMetadataOk() (*map[string]interface{}, bool) + func (o *AccessKeyCreate) GetProperties() *AccessKey + func (o *AccessKeyCreate) GetPropertiesOk() (*AccessKey, bool) + func (o *AccessKeyCreate) HasMetadata() bool + func (o *AccessKeyCreate) HasProperties() bool + func (o *AccessKeyCreate) SetMetadata(v map[string]interface{}) + func (o *AccessKeyCreate) SetProperties(v AccessKey) + func (o AccessKeyCreate) MarshalJSON() ([]byte, error) + type AccessKeyEnsure struct + Id *string + Metadata *map[string]interface{} + Properties *AccessKey + func NewAccessKeyEnsure(id string, properties AccessKey) *AccessKeyEnsure + func NewAccessKeyEnsureWithDefaults() *AccessKeyEnsure + func (o *AccessKeyEnsure) GetId() *string + func (o *AccessKeyEnsure) GetIdOk() (*string, bool) + func (o *AccessKeyEnsure) GetMetadata() *map[string]interface{} + func (o *AccessKeyEnsure) GetMetadataOk() (*map[string]interface{}, bool) + func (o *AccessKeyEnsure) GetProperties() *AccessKey + func (o *AccessKeyEnsure) GetPropertiesOk() (*AccessKey, bool) + func (o *AccessKeyEnsure) HasId() bool + func (o *AccessKeyEnsure) HasMetadata() bool + func (o *AccessKeyEnsure) HasProperties() bool + func (o *AccessKeyEnsure) SetId(v string) + func (o *AccessKeyEnsure) SetMetadata(v map[string]interface{}) + func (o *AccessKeyEnsure) SetProperties(v AccessKey) + func (o AccessKeyEnsure) MarshalJSON() ([]byte, error) + type AccessKeyRead struct + Href *string + Id *string + Metadata *MetadataWithSupportedRegions + Properties *AccessKey + Type *string + func NewAccessKeyRead(id string, type_ string, href string, metadata MetadataWithSupportedRegions, ...) *AccessKeyRead + func NewAccessKeyReadWithDefaults() *AccessKeyRead + func (o *AccessKeyRead) GetHref() *string + func (o *AccessKeyRead) GetHrefOk() (*string, bool) + func (o *AccessKeyRead) GetId() *string + func (o *AccessKeyRead) GetIdOk() (*string, bool) + func (o *AccessKeyRead) GetMetadata() *MetadataWithSupportedRegions + func (o *AccessKeyRead) GetMetadataOk() (*MetadataWithSupportedRegions, bool) + func (o *AccessKeyRead) GetProperties() *AccessKey + func (o *AccessKeyRead) GetPropertiesOk() (*AccessKey, bool) + func (o *AccessKeyRead) GetType() *string + func (o *AccessKeyRead) GetTypeOk() (*string, bool) + func (o *AccessKeyRead) HasHref() bool + func (o *AccessKeyRead) HasId() bool + func (o *AccessKeyRead) HasMetadata() bool + func (o *AccessKeyRead) HasProperties() bool + func (o *AccessKeyRead) HasType() bool + func (o *AccessKeyRead) SetHref(v string) + func (o *AccessKeyRead) SetId(v string) + func (o *AccessKeyRead) SetMetadata(v MetadataWithSupportedRegions) + func (o *AccessKeyRead) SetProperties(v AccessKey) + func (o *AccessKeyRead) SetType(v string) + func (o AccessKeyRead) MarshalJSON() ([]byte, error) + type AccessKeyReadList struct + Href *string + Id *string + Items *[]AccessKeyRead + Limit *int32 + Links *Links + Offset *int32 + Type *string + func NewAccessKeyReadList(id string, type_ string, href string, offset int32, limit int32, links Links) *AccessKeyReadList + func NewAccessKeyReadListWithDefaults() *AccessKeyReadList + func (o *AccessKeyReadList) GetHref() *string + func (o *AccessKeyReadList) GetHrefOk() (*string, bool) + func (o *AccessKeyReadList) GetId() *string + func (o *AccessKeyReadList) GetIdOk() (*string, bool) + func (o *AccessKeyReadList) GetItems() *[]AccessKeyRead + func (o *AccessKeyReadList) GetItemsOk() (*[]AccessKeyRead, bool) + func (o *AccessKeyReadList) GetLimit() *int32 + func (o *AccessKeyReadList) GetLimitOk() (*int32, bool) + func (o *AccessKeyReadList) GetLinks() *Links + func (o *AccessKeyReadList) GetLinksOk() (*Links, bool) + func (o *AccessKeyReadList) GetOffset() *int32 + func (o *AccessKeyReadList) GetOffsetOk() (*int32, bool) + func (o *AccessKeyReadList) GetType() *string + func (o *AccessKeyReadList) GetTypeOk() (*string, bool) + func (o *AccessKeyReadList) HasHref() bool + func (o *AccessKeyReadList) HasId() bool + func (o *AccessKeyReadList) HasItems() bool + func (o *AccessKeyReadList) HasLimit() bool + func (o *AccessKeyReadList) HasLinks() bool + func (o *AccessKeyReadList) HasOffset() bool + func (o *AccessKeyReadList) HasType() bool + func (o *AccessKeyReadList) SetHref(v string) + func (o *AccessKeyReadList) SetId(v string) + func (o *AccessKeyReadList) SetItems(v []AccessKeyRead) + func (o *AccessKeyReadList) SetLimit(v int32) + func (o *AccessKeyReadList) SetLinks(v Links) + func (o *AccessKeyReadList) SetOffset(v int32) + func (o *AccessKeyReadList) SetType(v string) + func (o AccessKeyReadList) MarshalJSON() ([]byte, error) + type AccessKeyReadListAllOf struct + Href *string + Id *string + Items *[]AccessKeyRead + Type *string + func NewAccessKeyReadListAllOf(id string, type_ string, href string) *AccessKeyReadListAllOf + func NewAccessKeyReadListAllOfWithDefaults() *AccessKeyReadListAllOf + func (o *AccessKeyReadListAllOf) GetHref() *string + func (o *AccessKeyReadListAllOf) GetHrefOk() (*string, bool) + func (o *AccessKeyReadListAllOf) GetId() *string + func (o *AccessKeyReadListAllOf) GetIdOk() (*string, bool) + func (o *AccessKeyReadListAllOf) GetItems() *[]AccessKeyRead + func (o *AccessKeyReadListAllOf) GetItemsOk() (*[]AccessKeyRead, bool) + func (o *AccessKeyReadListAllOf) GetType() *string + func (o *AccessKeyReadListAllOf) GetTypeOk() (*string, bool) + func (o *AccessKeyReadListAllOf) HasHref() bool + func (o *AccessKeyReadListAllOf) HasId() bool + func (o *AccessKeyReadListAllOf) HasItems() bool + func (o *AccessKeyReadListAllOf) HasType() bool + func (o *AccessKeyReadListAllOf) SetHref(v string) + func (o *AccessKeyReadListAllOf) SetId(v string) + func (o *AccessKeyReadListAllOf) SetItems(v []AccessKeyRead) + func (o *AccessKeyReadListAllOf) SetType(v string) + func (o AccessKeyReadListAllOf) MarshalJSON() ([]byte, error) + type AccesskeysApiService service + func (a *AccesskeysApiService) AccesskeysDelete(ctx _context.Context, accesskeyId string) ApiAccesskeysDeleteRequest + func (a *AccesskeysApiService) AccesskeysDeleteExecute(r ApiAccesskeysDeleteRequest) (*APIResponse, error) + func (a *AccesskeysApiService) AccesskeysFindById(ctx _context.Context, accesskeyId string) ApiAccesskeysFindByIdRequest + func (a *AccesskeysApiService) AccesskeysFindByIdExecute(r ApiAccesskeysFindByIdRequest) (AccessKeyRead, *APIResponse, error) + func (a *AccesskeysApiService) AccesskeysGet(ctx _context.Context) ApiAccesskeysGetRequest + func (a *AccesskeysApiService) AccesskeysGetExecute(r ApiAccesskeysGetRequest) (AccessKeyReadList, *APIResponse, error) + func (a *AccesskeysApiService) AccesskeysPost(ctx _context.Context) ApiAccesskeysPostRequest + func (a *AccesskeysApiService) AccesskeysPostExecute(r ApiAccesskeysPostRequest) (AccessKeyRead, *APIResponse, error) + func (a *AccesskeysApiService) AccesskeysPut(ctx _context.Context, accesskeyId string) ApiAccesskeysPutRequest + func (a *AccesskeysApiService) AccesskeysPutExecute(r ApiAccesskeysPutRequest) (AccessKeyRead, *APIResponse, error) + func (a *AccesskeysApiService) AccesskeysRenew(ctx _context.Context, accesskeyId string) ApiAccesskeysRenewRequest + func (a *AccesskeysApiService) AccesskeysRenewExecute(r ApiAccesskeysRenewRequest) (AccessKeyRead, *APIResponse, error) + type ApiAccesskeysDeleteRequest struct + ApiService *AccesskeysApiService + func (r ApiAccesskeysDeleteRequest) Execute() (*APIResponse, error) + type ApiAccesskeysFindByIdRequest struct + ApiService *AccesskeysApiService + func (r ApiAccesskeysFindByIdRequest) Execute() (AccessKeyRead, *APIResponse, error) + type ApiAccesskeysGetRequest struct + ApiService *AccesskeysApiService + func (r ApiAccesskeysGetRequest) Execute() (AccessKeyReadList, *APIResponse, error) + func (r ApiAccesskeysGetRequest) FilterAccesskeyId(filterAccesskeyId string) ApiAccesskeysGetRequest + func (r ApiAccesskeysGetRequest) Limit(limit int32) ApiAccesskeysGetRequest + func (r ApiAccesskeysGetRequest) Offset(offset int32) ApiAccesskeysGetRequest + type ApiAccesskeysPostRequest struct + ApiService *AccesskeysApiService + func (r ApiAccesskeysPostRequest) AccessKeyCreate(accessKeyCreate AccessKeyCreate) ApiAccesskeysPostRequest + func (r ApiAccesskeysPostRequest) Execute() (AccessKeyRead, *APIResponse, error) + type ApiAccesskeysPutRequest struct + ApiService *AccesskeysApiService + func (r ApiAccesskeysPutRequest) AccessKeyEnsure(accessKeyEnsure AccessKeyEnsure) ApiAccesskeysPutRequest + func (r ApiAccesskeysPutRequest) Execute() (AccessKeyRead, *APIResponse, error) + type ApiAccesskeysRenewRequest struct + ApiService *AccesskeysApiService + func (r ApiAccesskeysRenewRequest) Execute() (AccessKeyRead, *APIResponse, error) + type ApiRegionsFindByRegionRequest struct + ApiService *RegionsApiService + func (r ApiRegionsFindByRegionRequest) Execute() (RegionRead, *APIResponse, error) + type ApiRegionsGetRequest struct + ApiService *RegionsApiService + func (r ApiRegionsGetRequest) Execute() (RegionReadList, *APIResponse, error) + func (r ApiRegionsGetRequest) Limit(limit int32) ApiRegionsGetRequest + func (r ApiRegionsGetRequest) Offset(offset int32) ApiRegionsGetRequest + type BasicAuth struct + Password string + UserName string + type Bucket struct + Region *string + Website *string + func NewBucket(region string, website string) *Bucket + func NewBucketWithDefaults() *Bucket + func (o *Bucket) GetRegion() *string + func (o *Bucket) GetRegionOk() (*string, bool) + func (o *Bucket) GetWebsite() *string + func (o *Bucket) GetWebsiteOk() (*string, bool) + func (o *Bucket) HasRegion() bool + func (o *Bucket) HasWebsite() bool + func (o *Bucket) SetRegion(v string) + func (o *Bucket) SetWebsite(v string) + func (o Bucket) MarshalJSON() ([]byte, error) + type BucketCreate struct + Metadata *map[string]interface{} + Properties *Bucket + func NewBucketCreate(properties Bucket) *BucketCreate + func NewBucketCreateWithDefaults() *BucketCreate + func (o *BucketCreate) GetMetadata() *map[string]interface{} + func (o *BucketCreate) GetMetadataOk() (*map[string]interface{}, bool) + func (o *BucketCreate) GetProperties() *Bucket + func (o *BucketCreate) GetPropertiesOk() (*Bucket, bool) + func (o *BucketCreate) HasMetadata() bool + func (o *BucketCreate) HasProperties() bool + func (o *BucketCreate) SetMetadata(v map[string]interface{}) + func (o *BucketCreate) SetProperties(v Bucket) + func (o BucketCreate) MarshalJSON() ([]byte, error) + type BucketEnsure struct + Id *string + Metadata *map[string]interface{} + Properties *Bucket + func NewBucketEnsure(id string, properties Bucket) *BucketEnsure + func NewBucketEnsureWithDefaults() *BucketEnsure + func (o *BucketEnsure) GetId() *string + func (o *BucketEnsure) GetIdOk() (*string, bool) + func (o *BucketEnsure) GetMetadata() *map[string]interface{} + func (o *BucketEnsure) GetMetadataOk() (*map[string]interface{}, bool) + func (o *BucketEnsure) GetProperties() *Bucket + func (o *BucketEnsure) GetPropertiesOk() (*Bucket, bool) + func (o *BucketEnsure) HasId() bool + func (o *BucketEnsure) HasMetadata() bool + func (o *BucketEnsure) HasProperties() bool + func (o *BucketEnsure) SetId(v string) + func (o *BucketEnsure) SetMetadata(v map[string]interface{}) + func (o *BucketEnsure) SetProperties(v Bucket) + func (o BucketEnsure) MarshalJSON() ([]byte, error) + type BucketRead struct + Href *string + Id *string + Metadata *map[string]interface{} + Properties *Bucket + Type *string + func NewBucketRead(id string, type_ string, href string, metadata map[string]interface{}, ...) *BucketRead + func NewBucketReadWithDefaults() *BucketRead + func (o *BucketRead) GetHref() *string + func (o *BucketRead) GetHrefOk() (*string, bool) + func (o *BucketRead) GetId() *string + func (o *BucketRead) GetIdOk() (*string, bool) + func (o *BucketRead) GetMetadata() *map[string]interface{} + func (o *BucketRead) GetMetadataOk() (*map[string]interface{}, bool) + func (o *BucketRead) GetProperties() *Bucket + func (o *BucketRead) GetPropertiesOk() (*Bucket, bool) + func (o *BucketRead) GetType() *string + func (o *BucketRead) GetTypeOk() (*string, bool) + func (o *BucketRead) HasHref() bool + func (o *BucketRead) HasId() bool + func (o *BucketRead) HasMetadata() bool + func (o *BucketRead) HasProperties() bool + func (o *BucketRead) HasType() bool + func (o *BucketRead) SetHref(v string) + func (o *BucketRead) SetId(v string) + func (o *BucketRead) SetMetadata(v map[string]interface{}) + func (o *BucketRead) SetProperties(v Bucket) + func (o *BucketRead) SetType(v string) + func (o BucketRead) MarshalJSON() ([]byte, error) + type BucketReadList struct + Href *string + Id *string + Items *[]BucketRead + Limit *int32 + Links *Links + Offset *int32 + Type *string + func NewBucketReadList(id string, type_ string, href string, offset int32, limit int32, links Links) *BucketReadList + func NewBucketReadListWithDefaults() *BucketReadList + func (o *BucketReadList) GetHref() *string + func (o *BucketReadList) GetHrefOk() (*string, bool) + func (o *BucketReadList) GetId() *string + func (o *BucketReadList) GetIdOk() (*string, bool) + func (o *BucketReadList) GetItems() *[]BucketRead + func (o *BucketReadList) GetItemsOk() (*[]BucketRead, bool) + func (o *BucketReadList) GetLimit() *int32 + func (o *BucketReadList) GetLimitOk() (*int32, bool) + func (o *BucketReadList) GetLinks() *Links + func (o *BucketReadList) GetLinksOk() (*Links, bool) + func (o *BucketReadList) GetOffset() *int32 + func (o *BucketReadList) GetOffsetOk() (*int32, bool) + func (o *BucketReadList) GetType() *string + func (o *BucketReadList) GetTypeOk() (*string, bool) + func (o *BucketReadList) HasHref() bool + func (o *BucketReadList) HasId() bool + func (o *BucketReadList) HasItems() bool + func (o *BucketReadList) HasLimit() bool + func (o *BucketReadList) HasLinks() bool + func (o *BucketReadList) HasOffset() bool + func (o *BucketReadList) HasType() bool + func (o *BucketReadList) SetHref(v string) + func (o *BucketReadList) SetId(v string) + func (o *BucketReadList) SetItems(v []BucketRead) + func (o *BucketReadList) SetLimit(v int32) + func (o *BucketReadList) SetLinks(v Links) + func (o *BucketReadList) SetOffset(v int32) + func (o *BucketReadList) SetType(v string) + func (o BucketReadList) MarshalJSON() ([]byte, error) + type BucketReadListAllOf struct + Href *string + Id *string + Items *[]BucketRead + Type *string + func NewBucketReadListAllOf(id string, type_ string, href string) *BucketReadListAllOf + func NewBucketReadListAllOfWithDefaults() *BucketReadListAllOf + func (o *BucketReadListAllOf) GetHref() *string + func (o *BucketReadListAllOf) GetHrefOk() (*string, bool) + func (o *BucketReadListAllOf) GetId() *string + func (o *BucketReadListAllOf) GetIdOk() (*string, bool) + func (o *BucketReadListAllOf) GetItems() *[]BucketRead + func (o *BucketReadListAllOf) GetItemsOk() (*[]BucketRead, bool) + func (o *BucketReadListAllOf) GetType() *string + func (o *BucketReadListAllOf) GetTypeOk() (*string, bool) + func (o *BucketReadListAllOf) HasHref() bool + func (o *BucketReadListAllOf) HasId() bool + func (o *BucketReadListAllOf) HasItems() bool + func (o *BucketReadListAllOf) HasType() bool + func (o *BucketReadListAllOf) SetHref(v string) + func (o *BucketReadListAllOf) SetId(v string) + func (o *BucketReadListAllOf) SetItems(v []BucketRead) + func (o *BucketReadListAllOf) SetType(v string) + func (o BucketReadListAllOf) MarshalJSON() ([]byte, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + DefaultQueryParams url.Values + HTTPClient *http.Client + Host string + LogLevel LogLevel + Logger Logger + MaxRetries int + MaxWaitTime time.Duration + OperationServers map[string]ServerConfigurations + Password string + Scheme string + Servers ServerConfigurations + Token string + UserAgent string + Username string + WaitTime time.Duration + func NewConfiguration(username, password, token, hostUrl string) *Configuration + func NewConfigurationFromEnv() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) AddDefaultQueryParam(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type Error struct + HttpStatus *int32 + Messages *[]ErrorMessages + func NewError() *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetHttpStatus() *int32 + func (o *Error) GetHttpStatusOk() (*int32, bool) + func (o *Error) GetMessages() *[]ErrorMessages + func (o *Error) GetMessagesOk() (*[]ErrorMessages, bool) + func (o *Error) HasHttpStatus() bool + func (o *Error) HasMessages() bool + func (o *Error) SetHttpStatus(v int32) + func (o *Error) SetMessages(v []ErrorMessages) + func (o Error) MarshalJSON() ([]byte, error) + type ErrorMessages struct + ErrorCode *string + Message *string + func NewErrorMessages() *ErrorMessages + func NewErrorMessagesWithDefaults() *ErrorMessages + func (o *ErrorMessages) GetErrorCode() *string + func (o *ErrorMessages) GetErrorCodeOk() (*string, bool) + func (o *ErrorMessages) GetMessage() *string + func (o *ErrorMessages) GetMessageOk() (*string, bool) + func (o *ErrorMessages) HasErrorCode() bool + func (o *ErrorMessages) HasMessage() bool + func (o *ErrorMessages) SetErrorCode(v string) + func (o *ErrorMessages) SetMessage(v string) + func (o ErrorMessages) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func NewGenericOpenAPIError(message string, body []byte, model interface{}, statusCode int) *GenericOpenAPIError + func (e *GenericOpenAPIError) SetBody(body []byte) + func (e *GenericOpenAPIError) SetError(error string) + func (e *GenericOpenAPIError) SetModel(model interface{}) + func (e *GenericOpenAPIError) SetStatusCode(statusCode int) + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + func (e GenericOpenAPIError) StatusCode() int + type IonosTime struct + func (t *IonosTime) UnmarshalJSON(data []byte) error + type Links struct + Next *string + Prev *string + Self *string + func NewLinks() *Links + func NewLinksWithDefaults() *Links + func (o *Links) GetNext() *string + func (o *Links) GetNextOk() (*string, bool) + func (o *Links) GetPrev() *string + func (o *Links) GetPrevOk() (*string, bool) + func (o *Links) GetSelf() *string + func (o *Links) GetSelfOk() (*string, bool) + func (o *Links) HasNext() bool + func (o *Links) HasPrev() bool + func (o *Links) HasSelf() bool + func (o *Links) SetNext(v string) + func (o *Links) SetPrev(v string) + func (o *Links) SetSelf(v string) + func (o Links) MarshalJSON() ([]byte, error) + type LogLevel uint + const Debug + const Off + const Trace + func (l *LogLevel) Get() LogLevel + func (l *LogLevel) Satisfies(v LogLevel) bool + type Logger interface + Printf func(format string, args ...interface{}) + func NewDefaultLogger() Logger + type Metadata struct + CreatedBy *string + CreatedByUserId *string + CreatedDate *IonosTime + LastModifiedBy *string + LastModifiedByUserId *string + LastModifiedDate *IonosTime + ResourceURN *string + func NewMetadata() *Metadata + func NewMetadataWithDefaults() *Metadata + func (o *Metadata) GetCreatedBy() *string + func (o *Metadata) GetCreatedByOk() (*string, bool) + func (o *Metadata) GetCreatedByUserId() *string + func (o *Metadata) GetCreatedByUserIdOk() (*string, bool) + func (o *Metadata) GetCreatedDate() *time.Time + func (o *Metadata) GetCreatedDateOk() (*time.Time, bool) + func (o *Metadata) GetLastModifiedBy() *string + func (o *Metadata) GetLastModifiedByOk() (*string, bool) + func (o *Metadata) GetLastModifiedByUserId() *string + func (o *Metadata) GetLastModifiedByUserIdOk() (*string, bool) + func (o *Metadata) GetLastModifiedDate() *time.Time + func (o *Metadata) GetLastModifiedDateOk() (*time.Time, bool) + func (o *Metadata) GetResourceURN() *string + func (o *Metadata) GetResourceURNOk() (*string, bool) + func (o *Metadata) HasCreatedBy() bool + func (o *Metadata) HasCreatedByUserId() bool + func (o *Metadata) HasCreatedDate() bool + func (o *Metadata) HasLastModifiedBy() bool + func (o *Metadata) HasLastModifiedByUserId() bool + func (o *Metadata) HasLastModifiedDate() bool + func (o *Metadata) HasResourceURN() bool + func (o *Metadata) SetCreatedBy(v string) + func (o *Metadata) SetCreatedByUserId(v string) + func (o *Metadata) SetCreatedDate(v time.Time) + func (o *Metadata) SetLastModifiedBy(v string) + func (o *Metadata) SetLastModifiedByUserId(v string) + func (o *Metadata) SetLastModifiedDate(v time.Time) + func (o *Metadata) SetResourceURN(v string) + func (o Metadata) MarshalJSON() ([]byte, error) + type MetadataWithStatus struct + Administrative *bool + CreatedBy *string + CreatedByUserId *string + CreatedDate *IonosTime + LastModifiedBy *string + LastModifiedByUserId *string + LastModifiedDate *IonosTime + ResourceURN *string + Status *string + StatusMessage *string + func NewMetadataWithStatus(status string) *MetadataWithStatus + func NewMetadataWithStatusWithDefaults() *MetadataWithStatus + func (o *MetadataWithStatus) GetAdministrative() *bool + func (o *MetadataWithStatus) GetAdministrativeOk() (*bool, bool) + func (o *MetadataWithStatus) GetCreatedBy() *string + func (o *MetadataWithStatus) GetCreatedByOk() (*string, bool) + func (o *MetadataWithStatus) GetCreatedByUserId() *string + func (o *MetadataWithStatus) GetCreatedByUserIdOk() (*string, bool) + func (o *MetadataWithStatus) GetCreatedDate() *time.Time + func (o *MetadataWithStatus) GetCreatedDateOk() (*time.Time, bool) + func (o *MetadataWithStatus) GetLastModifiedBy() *string + func (o *MetadataWithStatus) GetLastModifiedByOk() (*string, bool) + func (o *MetadataWithStatus) GetLastModifiedByUserId() *string + func (o *MetadataWithStatus) GetLastModifiedByUserIdOk() (*string, bool) + func (o *MetadataWithStatus) GetLastModifiedDate() *time.Time + func (o *MetadataWithStatus) GetLastModifiedDateOk() (*time.Time, bool) + func (o *MetadataWithStatus) GetResourceURN() *string + func (o *MetadataWithStatus) GetResourceURNOk() (*string, bool) + func (o *MetadataWithStatus) GetStatus() *string + func (o *MetadataWithStatus) GetStatusMessage() *string + func (o *MetadataWithStatus) GetStatusMessageOk() (*string, bool) + func (o *MetadataWithStatus) GetStatusOk() (*string, bool) + func (o *MetadataWithStatus) HasAdministrative() bool + func (o *MetadataWithStatus) HasCreatedBy() bool + func (o *MetadataWithStatus) HasCreatedByUserId() bool + func (o *MetadataWithStatus) HasCreatedDate() bool + func (o *MetadataWithStatus) HasLastModifiedBy() bool + func (o *MetadataWithStatus) HasLastModifiedByUserId() bool + func (o *MetadataWithStatus) HasLastModifiedDate() bool + func (o *MetadataWithStatus) HasResourceURN() bool + func (o *MetadataWithStatus) HasStatus() bool + func (o *MetadataWithStatus) HasStatusMessage() bool + func (o *MetadataWithStatus) SetAdministrative(v bool) + func (o *MetadataWithStatus) SetCreatedBy(v string) + func (o *MetadataWithStatus) SetCreatedByUserId(v string) + func (o *MetadataWithStatus) SetCreatedDate(v time.Time) + func (o *MetadataWithStatus) SetLastModifiedBy(v string) + func (o *MetadataWithStatus) SetLastModifiedByUserId(v string) + func (o *MetadataWithStatus) SetLastModifiedDate(v time.Time) + func (o *MetadataWithStatus) SetResourceURN(v string) + func (o *MetadataWithStatus) SetStatus(v string) + func (o *MetadataWithStatus) SetStatusMessage(v string) + func (o MetadataWithStatus) MarshalJSON() ([]byte, error) + type MetadataWithStatusAllOf struct + Administrative *bool + Status *string + StatusMessage *string + func NewMetadataWithStatusAllOf(status string) *MetadataWithStatusAllOf + func NewMetadataWithStatusAllOfWithDefaults() *MetadataWithStatusAllOf + func (o *MetadataWithStatusAllOf) GetAdministrative() *bool + func (o *MetadataWithStatusAllOf) GetAdministrativeOk() (*bool, bool) + func (o *MetadataWithStatusAllOf) GetStatus() *string + func (o *MetadataWithStatusAllOf) GetStatusMessage() *string + func (o *MetadataWithStatusAllOf) GetStatusMessageOk() (*string, bool) + func (o *MetadataWithStatusAllOf) GetStatusOk() (*string, bool) + func (o *MetadataWithStatusAllOf) HasAdministrative() bool + func (o *MetadataWithStatusAllOf) HasStatus() bool + func (o *MetadataWithStatusAllOf) HasStatusMessage() bool + func (o *MetadataWithStatusAllOf) SetAdministrative(v bool) + func (o *MetadataWithStatusAllOf) SetStatus(v string) + func (o *MetadataWithStatusAllOf) SetStatusMessage(v string) + func (o MetadataWithStatusAllOf) MarshalJSON() ([]byte, error) + type MetadataWithSupportedRegions struct + Administrative *bool + CreatedBy *string + CreatedByUserId *string + CreatedDate *IonosTime + LastModifiedBy *string + LastModifiedByUserId *string + LastModifiedDate *IonosTime + ResourceURN *string + Status *string + StatusMessage *string + SupportedRegions *[]string + func NewMetadataWithSupportedRegions(status string, supportedRegions []string) *MetadataWithSupportedRegions + func NewMetadataWithSupportedRegionsWithDefaults() *MetadataWithSupportedRegions + func (o *MetadataWithSupportedRegions) GetAdministrative() *bool + func (o *MetadataWithSupportedRegions) GetAdministrativeOk() (*bool, bool) + func (o *MetadataWithSupportedRegions) GetCreatedBy() *string + func (o *MetadataWithSupportedRegions) GetCreatedByOk() (*string, bool) + func (o *MetadataWithSupportedRegions) GetCreatedByUserId() *string + func (o *MetadataWithSupportedRegions) GetCreatedByUserIdOk() (*string, bool) + func (o *MetadataWithSupportedRegions) GetCreatedDate() *time.Time + func (o *MetadataWithSupportedRegions) GetCreatedDateOk() (*time.Time, bool) + func (o *MetadataWithSupportedRegions) GetLastModifiedBy() *string + func (o *MetadataWithSupportedRegions) GetLastModifiedByOk() (*string, bool) + func (o *MetadataWithSupportedRegions) GetLastModifiedByUserId() *string + func (o *MetadataWithSupportedRegions) GetLastModifiedByUserIdOk() (*string, bool) + func (o *MetadataWithSupportedRegions) GetLastModifiedDate() *time.Time + func (o *MetadataWithSupportedRegions) GetLastModifiedDateOk() (*time.Time, bool) + func (o *MetadataWithSupportedRegions) GetResourceURN() *string + func (o *MetadataWithSupportedRegions) GetResourceURNOk() (*string, bool) + func (o *MetadataWithSupportedRegions) GetStatus() *string + func (o *MetadataWithSupportedRegions) GetStatusMessage() *string + func (o *MetadataWithSupportedRegions) GetStatusMessageOk() (*string, bool) + func (o *MetadataWithSupportedRegions) GetStatusOk() (*string, bool) + func (o *MetadataWithSupportedRegions) GetSupportedRegions() *[]string + func (o *MetadataWithSupportedRegions) GetSupportedRegionsOk() (*[]string, bool) + func (o *MetadataWithSupportedRegions) HasAdministrative() bool + func (o *MetadataWithSupportedRegions) HasCreatedBy() bool + func (o *MetadataWithSupportedRegions) HasCreatedByUserId() bool + func (o *MetadataWithSupportedRegions) HasCreatedDate() bool + func (o *MetadataWithSupportedRegions) HasLastModifiedBy() bool + func (o *MetadataWithSupportedRegions) HasLastModifiedByUserId() bool + func (o *MetadataWithSupportedRegions) HasLastModifiedDate() bool + func (o *MetadataWithSupportedRegions) HasResourceURN() bool + func (o *MetadataWithSupportedRegions) HasStatus() bool + func (o *MetadataWithSupportedRegions) HasStatusMessage() bool + func (o *MetadataWithSupportedRegions) HasSupportedRegions() bool + func (o *MetadataWithSupportedRegions) SetAdministrative(v bool) + func (o *MetadataWithSupportedRegions) SetCreatedBy(v string) + func (o *MetadataWithSupportedRegions) SetCreatedByUserId(v string) + func (o *MetadataWithSupportedRegions) SetCreatedDate(v time.Time) + func (o *MetadataWithSupportedRegions) SetLastModifiedBy(v string) + func (o *MetadataWithSupportedRegions) SetLastModifiedByUserId(v string) + func (o *MetadataWithSupportedRegions) SetLastModifiedDate(v time.Time) + func (o *MetadataWithSupportedRegions) SetResourceURN(v string) + func (o *MetadataWithSupportedRegions) SetStatus(v string) + func (o *MetadataWithSupportedRegions) SetStatusMessage(v string) + func (o *MetadataWithSupportedRegions) SetSupportedRegions(v []string) + func (o MetadataWithSupportedRegions) MarshalJSON() ([]byte, error) + type MetadataWithSupportedRegionsAllOf struct + SupportedRegions *[]string + func NewMetadataWithSupportedRegionsAllOf(supportedRegions []string) *MetadataWithSupportedRegionsAllOf + func NewMetadataWithSupportedRegionsAllOfWithDefaults() *MetadataWithSupportedRegionsAllOf + func (o *MetadataWithSupportedRegionsAllOf) GetSupportedRegions() *[]string + func (o *MetadataWithSupportedRegionsAllOf) GetSupportedRegionsOk() (*[]string, bool) + func (o *MetadataWithSupportedRegionsAllOf) HasSupportedRegions() bool + func (o *MetadataWithSupportedRegionsAllOf) SetSupportedRegions(v []string) + func (o MetadataWithSupportedRegionsAllOf) MarshalJSON() ([]byte, error) + type NullableAccessKey struct + func NewNullableAccessKey(val *AccessKey) *NullableAccessKey + func (v *NullableAccessKey) Set(val *AccessKey) + func (v *NullableAccessKey) UnmarshalJSON(src []byte) error + func (v *NullableAccessKey) Unset() + func (v NullableAccessKey) Get() *AccessKey + func (v NullableAccessKey) IsSet() bool + func (v NullableAccessKey) MarshalJSON() ([]byte, error) + type NullableAccessKeyCreate struct + func NewNullableAccessKeyCreate(val *AccessKeyCreate) *NullableAccessKeyCreate + func (v *NullableAccessKeyCreate) Set(val *AccessKeyCreate) + func (v *NullableAccessKeyCreate) UnmarshalJSON(src []byte) error + func (v *NullableAccessKeyCreate) Unset() + func (v NullableAccessKeyCreate) Get() *AccessKeyCreate + func (v NullableAccessKeyCreate) IsSet() bool + func (v NullableAccessKeyCreate) MarshalJSON() ([]byte, error) + type NullableAccessKeyEnsure struct + func NewNullableAccessKeyEnsure(val *AccessKeyEnsure) *NullableAccessKeyEnsure + func (v *NullableAccessKeyEnsure) Set(val *AccessKeyEnsure) + func (v *NullableAccessKeyEnsure) UnmarshalJSON(src []byte) error + func (v *NullableAccessKeyEnsure) Unset() + func (v NullableAccessKeyEnsure) Get() *AccessKeyEnsure + func (v NullableAccessKeyEnsure) IsSet() bool + func (v NullableAccessKeyEnsure) MarshalJSON() ([]byte, error) + type NullableAccessKeyRead struct + func NewNullableAccessKeyRead(val *AccessKeyRead) *NullableAccessKeyRead + func (v *NullableAccessKeyRead) Set(val *AccessKeyRead) + func (v *NullableAccessKeyRead) UnmarshalJSON(src []byte) error + func (v *NullableAccessKeyRead) Unset() + func (v NullableAccessKeyRead) Get() *AccessKeyRead + func (v NullableAccessKeyRead) IsSet() bool + func (v NullableAccessKeyRead) MarshalJSON() ([]byte, error) + type NullableAccessKeyReadList struct + func NewNullableAccessKeyReadList(val *AccessKeyReadList) *NullableAccessKeyReadList + func (v *NullableAccessKeyReadList) Set(val *AccessKeyReadList) + func (v *NullableAccessKeyReadList) UnmarshalJSON(src []byte) error + func (v *NullableAccessKeyReadList) Unset() + func (v NullableAccessKeyReadList) Get() *AccessKeyReadList + func (v NullableAccessKeyReadList) IsSet() bool + func (v NullableAccessKeyReadList) MarshalJSON() ([]byte, error) + type NullableAccessKeyReadListAllOf struct + func NewNullableAccessKeyReadListAllOf(val *AccessKeyReadListAllOf) *NullableAccessKeyReadListAllOf + func (v *NullableAccessKeyReadListAllOf) Set(val *AccessKeyReadListAllOf) + func (v *NullableAccessKeyReadListAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAccessKeyReadListAllOf) Unset() + func (v NullableAccessKeyReadListAllOf) Get() *AccessKeyReadListAllOf + func (v NullableAccessKeyReadListAllOf) IsSet() bool + func (v NullableAccessKeyReadListAllOf) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableBucket struct + func NewNullableBucket(val *Bucket) *NullableBucket + func (v *NullableBucket) Set(val *Bucket) + func (v *NullableBucket) UnmarshalJSON(src []byte) error + func (v *NullableBucket) Unset() + func (v NullableBucket) Get() *Bucket + func (v NullableBucket) IsSet() bool + func (v NullableBucket) MarshalJSON() ([]byte, error) + type NullableBucketCreate struct + func NewNullableBucketCreate(val *BucketCreate) *NullableBucketCreate + func (v *NullableBucketCreate) Set(val *BucketCreate) + func (v *NullableBucketCreate) UnmarshalJSON(src []byte) error + func (v *NullableBucketCreate) Unset() + func (v NullableBucketCreate) Get() *BucketCreate + func (v NullableBucketCreate) IsSet() bool + func (v NullableBucketCreate) MarshalJSON() ([]byte, error) + type NullableBucketEnsure struct + func NewNullableBucketEnsure(val *BucketEnsure) *NullableBucketEnsure + func (v *NullableBucketEnsure) Set(val *BucketEnsure) + func (v *NullableBucketEnsure) UnmarshalJSON(src []byte) error + func (v *NullableBucketEnsure) Unset() + func (v NullableBucketEnsure) Get() *BucketEnsure + func (v NullableBucketEnsure) IsSet() bool + func (v NullableBucketEnsure) MarshalJSON() ([]byte, error) + type NullableBucketRead struct + func NewNullableBucketRead(val *BucketRead) *NullableBucketRead + func (v *NullableBucketRead) Set(val *BucketRead) + func (v *NullableBucketRead) UnmarshalJSON(src []byte) error + func (v *NullableBucketRead) Unset() + func (v NullableBucketRead) Get() *BucketRead + func (v NullableBucketRead) IsSet() bool + func (v NullableBucketRead) MarshalJSON() ([]byte, error) + type NullableBucketReadList struct + func NewNullableBucketReadList(val *BucketReadList) *NullableBucketReadList + func (v *NullableBucketReadList) Set(val *BucketReadList) + func (v *NullableBucketReadList) UnmarshalJSON(src []byte) error + func (v *NullableBucketReadList) Unset() + func (v NullableBucketReadList) Get() *BucketReadList + func (v NullableBucketReadList) IsSet() bool + func (v NullableBucketReadList) MarshalJSON() ([]byte, error) + type NullableBucketReadListAllOf struct + func NewNullableBucketReadListAllOf(val *BucketReadListAllOf) *NullableBucketReadListAllOf + func (v *NullableBucketReadListAllOf) Set(val *BucketReadListAllOf) + func (v *NullableBucketReadListAllOf) UnmarshalJSON(src []byte) error + func (v *NullableBucketReadListAllOf) Unset() + func (v NullableBucketReadListAllOf) Get() *BucketReadListAllOf + func (v NullableBucketReadListAllOf) IsSet() bool + func (v NullableBucketReadListAllOf) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableErrorMessages struct + func NewNullableErrorMessages(val *ErrorMessages) *NullableErrorMessages + func (v *NullableErrorMessages) Set(val *ErrorMessages) + func (v *NullableErrorMessages) UnmarshalJSON(src []byte) error + func (v *NullableErrorMessages) Unset() + func (v NullableErrorMessages) Get() *ErrorMessages + func (v NullableErrorMessages) IsSet() bool + func (v NullableErrorMessages) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableLinks struct + func NewNullableLinks(val *Links) *NullableLinks + func (v *NullableLinks) Set(val *Links) + func (v *NullableLinks) UnmarshalJSON(src []byte) error + func (v *NullableLinks) Unset() + func (v NullableLinks) Get() *Links + func (v NullableLinks) IsSet() bool + func (v NullableLinks) MarshalJSON() ([]byte, error) + type NullableMetadata struct + func NewNullableMetadata(val *Metadata) *NullableMetadata + func (v *NullableMetadata) Set(val *Metadata) + func (v *NullableMetadata) UnmarshalJSON(src []byte) error + func (v *NullableMetadata) Unset() + func (v NullableMetadata) Get() *Metadata + func (v NullableMetadata) IsSet() bool + func (v NullableMetadata) MarshalJSON() ([]byte, error) + type NullableMetadataWithStatus struct + func NewNullableMetadataWithStatus(val *MetadataWithStatus) *NullableMetadataWithStatus + func (v *NullableMetadataWithStatus) Set(val *MetadataWithStatus) + func (v *NullableMetadataWithStatus) UnmarshalJSON(src []byte) error + func (v *NullableMetadataWithStatus) Unset() + func (v NullableMetadataWithStatus) Get() *MetadataWithStatus + func (v NullableMetadataWithStatus) IsSet() bool + func (v NullableMetadataWithStatus) MarshalJSON() ([]byte, error) + type NullableMetadataWithStatusAllOf struct + func NewNullableMetadataWithStatusAllOf(val *MetadataWithStatusAllOf) *NullableMetadataWithStatusAllOf + func (v *NullableMetadataWithStatusAllOf) Set(val *MetadataWithStatusAllOf) + func (v *NullableMetadataWithStatusAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMetadataWithStatusAllOf) Unset() + func (v NullableMetadataWithStatusAllOf) Get() *MetadataWithStatusAllOf + func (v NullableMetadataWithStatusAllOf) IsSet() bool + func (v NullableMetadataWithStatusAllOf) MarshalJSON() ([]byte, error) + type NullableMetadataWithSupportedRegions struct + func NewNullableMetadataWithSupportedRegions(val *MetadataWithSupportedRegions) *NullableMetadataWithSupportedRegions + func (v *NullableMetadataWithSupportedRegions) Set(val *MetadataWithSupportedRegions) + func (v *NullableMetadataWithSupportedRegions) UnmarshalJSON(src []byte) error + func (v *NullableMetadataWithSupportedRegions) Unset() + func (v NullableMetadataWithSupportedRegions) Get() *MetadataWithSupportedRegions + func (v NullableMetadataWithSupportedRegions) IsSet() bool + func (v NullableMetadataWithSupportedRegions) MarshalJSON() ([]byte, error) + type NullableMetadataWithSupportedRegionsAllOf struct + func NewNullableMetadataWithSupportedRegionsAllOf(val *MetadataWithSupportedRegionsAllOf) *NullableMetadataWithSupportedRegionsAllOf + func (v *NullableMetadataWithSupportedRegionsAllOf) Set(val *MetadataWithSupportedRegionsAllOf) + func (v *NullableMetadataWithSupportedRegionsAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMetadataWithSupportedRegionsAllOf) Unset() + func (v NullableMetadataWithSupportedRegionsAllOf) Get() *MetadataWithSupportedRegionsAllOf + func (v NullableMetadataWithSupportedRegionsAllOf) IsSet() bool + func (v NullableMetadataWithSupportedRegionsAllOf) MarshalJSON() ([]byte, error) + type NullablePagination struct + func NewNullablePagination(val *Pagination) *NullablePagination + func (v *NullablePagination) Set(val *Pagination) + func (v *NullablePagination) UnmarshalJSON(src []byte) error + func (v *NullablePagination) Unset() + func (v NullablePagination) Get() *Pagination + func (v NullablePagination) IsSet() bool + func (v NullablePagination) MarshalJSON() ([]byte, error) + type NullableRegion struct + func NewNullableRegion(val *Region) *NullableRegion + func (v *NullableRegion) Set(val *Region) + func (v *NullableRegion) UnmarshalJSON(src []byte) error + func (v *NullableRegion) Unset() + func (v NullableRegion) Get() *Region + func (v NullableRegion) IsSet() bool + func (v NullableRegion) MarshalJSON() ([]byte, error) + type NullableRegionCapability struct + func NewNullableRegionCapability(val *RegionCapability) *NullableRegionCapability + func (v *NullableRegionCapability) Set(val *RegionCapability) + func (v *NullableRegionCapability) UnmarshalJSON(src []byte) error + func (v *NullableRegionCapability) Unset() + func (v NullableRegionCapability) Get() *RegionCapability + func (v NullableRegionCapability) IsSet() bool + func (v NullableRegionCapability) MarshalJSON() ([]byte, error) + type NullableRegionCreate struct + func NewNullableRegionCreate(val *RegionCreate) *NullableRegionCreate + func (v *NullableRegionCreate) Set(val *RegionCreate) + func (v *NullableRegionCreate) UnmarshalJSON(src []byte) error + func (v *NullableRegionCreate) Unset() + func (v NullableRegionCreate) Get() *RegionCreate + func (v NullableRegionCreate) IsSet() bool + func (v NullableRegionCreate) MarshalJSON() ([]byte, error) + type NullableRegionEnsure struct + func NewNullableRegionEnsure(val *RegionEnsure) *NullableRegionEnsure + func (v *NullableRegionEnsure) Set(val *RegionEnsure) + func (v *NullableRegionEnsure) UnmarshalJSON(src []byte) error + func (v *NullableRegionEnsure) Unset() + func (v NullableRegionEnsure) Get() *RegionEnsure + func (v NullableRegionEnsure) IsSet() bool + func (v NullableRegionEnsure) MarshalJSON() ([]byte, error) + type NullableRegionRead struct + func NewNullableRegionRead(val *RegionRead) *NullableRegionRead + func (v *NullableRegionRead) Set(val *RegionRead) + func (v *NullableRegionRead) UnmarshalJSON(src []byte) error + func (v *NullableRegionRead) Unset() + func (v NullableRegionRead) Get() *RegionRead + func (v NullableRegionRead) IsSet() bool + func (v NullableRegionRead) MarshalJSON() ([]byte, error) + type NullableRegionReadList struct + func NewNullableRegionReadList(val *RegionReadList) *NullableRegionReadList + func (v *NullableRegionReadList) Set(val *RegionReadList) + func (v *NullableRegionReadList) UnmarshalJSON(src []byte) error + func (v *NullableRegionReadList) Unset() + func (v NullableRegionReadList) Get() *RegionReadList + func (v NullableRegionReadList) IsSet() bool + func (v NullableRegionReadList) MarshalJSON() ([]byte, error) + type NullableRegionReadListAllOf struct + func NewNullableRegionReadListAllOf(val *RegionReadListAllOf) *NullableRegionReadListAllOf + func (v *NullableRegionReadListAllOf) Set(val *RegionReadListAllOf) + func (v *NullableRegionReadListAllOf) UnmarshalJSON(src []byte) error + func (v *NullableRegionReadListAllOf) Unset() + func (v NullableRegionReadListAllOf) Get() *RegionReadListAllOf + func (v NullableRegionReadListAllOf) IsSet() bool + func (v NullableRegionReadListAllOf) MarshalJSON() ([]byte, error) + type NullableStorageClass struct + func NewNullableStorageClass(val *StorageClass) *NullableStorageClass + func (v *NullableStorageClass) Set(val *StorageClass) + func (v *NullableStorageClass) UnmarshalJSON(src []byte) error + func (v *NullableStorageClass) Unset() + func (v NullableStorageClass) Get() *StorageClass + func (v NullableStorageClass) IsSet() bool + func (v NullableStorageClass) MarshalJSON() ([]byte, error) + type NullableStorageClassCreate struct + func NewNullableStorageClassCreate(val *StorageClassCreate) *NullableStorageClassCreate + func (v *NullableStorageClassCreate) Set(val *StorageClassCreate) + func (v *NullableStorageClassCreate) UnmarshalJSON(src []byte) error + func (v *NullableStorageClassCreate) Unset() + func (v NullableStorageClassCreate) Get() *StorageClassCreate + func (v NullableStorageClassCreate) IsSet() bool + func (v NullableStorageClassCreate) MarshalJSON() ([]byte, error) + type NullableStorageClassEnsure struct + func NewNullableStorageClassEnsure(val *StorageClassEnsure) *NullableStorageClassEnsure + func (v *NullableStorageClassEnsure) Set(val *StorageClassEnsure) + func (v *NullableStorageClassEnsure) UnmarshalJSON(src []byte) error + func (v *NullableStorageClassEnsure) Unset() + func (v NullableStorageClassEnsure) Get() *StorageClassEnsure + func (v NullableStorageClassEnsure) IsSet() bool + func (v NullableStorageClassEnsure) MarshalJSON() ([]byte, error) + type NullableStorageClassRead struct + func NewNullableStorageClassRead(val *StorageClassRead) *NullableStorageClassRead + func (v *NullableStorageClassRead) Set(val *StorageClassRead) + func (v *NullableStorageClassRead) UnmarshalJSON(src []byte) error + func (v *NullableStorageClassRead) Unset() + func (v NullableStorageClassRead) Get() *StorageClassRead + func (v NullableStorageClassRead) IsSet() bool + func (v NullableStorageClassRead) MarshalJSON() ([]byte, error) + type NullableStorageClassReadList struct + func NewNullableStorageClassReadList(val *StorageClassReadList) *NullableStorageClassReadList + func (v *NullableStorageClassReadList) Set(val *StorageClassReadList) + func (v *NullableStorageClassReadList) UnmarshalJSON(src []byte) error + func (v *NullableStorageClassReadList) Unset() + func (v NullableStorageClassReadList) Get() *StorageClassReadList + func (v NullableStorageClassReadList) IsSet() bool + func (v NullableStorageClassReadList) MarshalJSON() ([]byte, error) + type NullableStorageClassReadListAllOf struct + func NewNullableStorageClassReadListAllOf(val *StorageClassReadListAllOf) *NullableStorageClassReadListAllOf + func (v *NullableStorageClassReadListAllOf) Set(val *StorageClassReadListAllOf) + func (v *NullableStorageClassReadListAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStorageClassReadListAllOf) Unset() + func (v NullableStorageClassReadListAllOf) Get() *StorageClassReadListAllOf + func (v NullableStorageClassReadListAllOf) IsSet() bool + func (v NullableStorageClassReadListAllOf) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type Pagination struct + Limit *int32 + Links *Links + Offset *int32 + func NewPagination(offset int32, limit int32, links Links) *Pagination + func NewPaginationWithDefaults() *Pagination + func (o *Pagination) GetLimit() *int32 + func (o *Pagination) GetLimitOk() (*int32, bool) + func (o *Pagination) GetLinks() *Links + func (o *Pagination) GetLinksOk() (*Links, bool) + func (o *Pagination) GetOffset() *int32 + func (o *Pagination) GetOffsetOk() (*int32, bool) + func (o *Pagination) HasLimit() bool + func (o *Pagination) HasLinks() bool + func (o *Pagination) HasOffset() bool + func (o *Pagination) SetLimit(v int32) + func (o *Pagination) SetLinks(v Links) + func (o *Pagination) SetOffset(v int32) + func (o Pagination) MarshalJSON() ([]byte, error) + type Region struct + Capability *RegionCapability + Endpoint *string + Location *string + StorageClasses *[]string + Version *int32 + Website *string + func NewRegion(version int32, endpoint string, website string, capability RegionCapability, ...) *Region + func NewRegionWithDefaults() *Region + func (o *Region) GetCapability() *RegionCapability + func (o *Region) GetCapabilityOk() (*RegionCapability, bool) + func (o *Region) GetEndpoint() *string + func (o *Region) GetEndpointOk() (*string, bool) + func (o *Region) GetLocation() *string + func (o *Region) GetLocationOk() (*string, bool) + func (o *Region) GetStorageClasses() *[]string + func (o *Region) GetStorageClassesOk() (*[]string, bool) + func (o *Region) GetVersion() *int32 + func (o *Region) GetVersionOk() (*int32, bool) + func (o *Region) GetWebsite() *string + func (o *Region) GetWebsiteOk() (*string, bool) + func (o *Region) HasCapability() bool + func (o *Region) HasEndpoint() bool + func (o *Region) HasLocation() bool + func (o *Region) HasStorageClasses() bool + func (o *Region) HasVersion() bool + func (o *Region) HasWebsite() bool + func (o *Region) SetCapability(v RegionCapability) + func (o *Region) SetEndpoint(v string) + func (o *Region) SetLocation(v string) + func (o *Region) SetStorageClasses(v []string) + func (o *Region) SetVersion(v int32) + func (o *Region) SetWebsite(v string) + func (o Region) MarshalJSON() ([]byte, error) + type RegionCapability struct + Iam *bool + S3select *bool + func NewRegionCapability() *RegionCapability + func NewRegionCapabilityWithDefaults() *RegionCapability + func (o *RegionCapability) GetIam() *bool + func (o *RegionCapability) GetIamOk() (*bool, bool) + func (o *RegionCapability) GetS3select() *bool + func (o *RegionCapability) GetS3selectOk() (*bool, bool) + func (o *RegionCapability) HasIam() bool + func (o *RegionCapability) HasS3select() bool + func (o *RegionCapability) SetIam(v bool) + func (o *RegionCapability) SetS3select(v bool) + func (o RegionCapability) MarshalJSON() ([]byte, error) + type RegionCreate struct + Metadata *map[string]interface{} + Properties *Region + func NewRegionCreate(properties Region) *RegionCreate + func NewRegionCreateWithDefaults() *RegionCreate + func (o *RegionCreate) GetMetadata() *map[string]interface{} + func (o *RegionCreate) GetMetadataOk() (*map[string]interface{}, bool) + func (o *RegionCreate) GetProperties() *Region + func (o *RegionCreate) GetPropertiesOk() (*Region, bool) + func (o *RegionCreate) HasMetadata() bool + func (o *RegionCreate) HasProperties() bool + func (o *RegionCreate) SetMetadata(v map[string]interface{}) + func (o *RegionCreate) SetProperties(v Region) + func (o RegionCreate) MarshalJSON() ([]byte, error) + type RegionEnsure struct + Id *string + Metadata *map[string]interface{} + Properties *Region + func NewRegionEnsure(id string, properties Region) *RegionEnsure + func NewRegionEnsureWithDefaults() *RegionEnsure + func (o *RegionEnsure) GetId() *string + func (o *RegionEnsure) GetIdOk() (*string, bool) + func (o *RegionEnsure) GetMetadata() *map[string]interface{} + func (o *RegionEnsure) GetMetadataOk() (*map[string]interface{}, bool) + func (o *RegionEnsure) GetProperties() *Region + func (o *RegionEnsure) GetPropertiesOk() (*Region, bool) + func (o *RegionEnsure) HasId() bool + func (o *RegionEnsure) HasMetadata() bool + func (o *RegionEnsure) HasProperties() bool + func (o *RegionEnsure) SetId(v string) + func (o *RegionEnsure) SetMetadata(v map[string]interface{}) + func (o *RegionEnsure) SetProperties(v Region) + func (o RegionEnsure) MarshalJSON() ([]byte, error) + type RegionRead struct + Href *string + Id *string + Metadata *map[string]interface{} + Properties *Region + Type *string + func NewRegionRead(id string, type_ string, href string, metadata map[string]interface{}, ...) *RegionRead + func NewRegionReadWithDefaults() *RegionRead + func (o *RegionRead) GetHref() *string + func (o *RegionRead) GetHrefOk() (*string, bool) + func (o *RegionRead) GetId() *string + func (o *RegionRead) GetIdOk() (*string, bool) + func (o *RegionRead) GetMetadata() *map[string]interface{} + func (o *RegionRead) GetMetadataOk() (*map[string]interface{}, bool) + func (o *RegionRead) GetProperties() *Region + func (o *RegionRead) GetPropertiesOk() (*Region, bool) + func (o *RegionRead) GetType() *string + func (o *RegionRead) GetTypeOk() (*string, bool) + func (o *RegionRead) HasHref() bool + func (o *RegionRead) HasId() bool + func (o *RegionRead) HasMetadata() bool + func (o *RegionRead) HasProperties() bool + func (o *RegionRead) HasType() bool + func (o *RegionRead) SetHref(v string) + func (o *RegionRead) SetId(v string) + func (o *RegionRead) SetMetadata(v map[string]interface{}) + func (o *RegionRead) SetProperties(v Region) + func (o *RegionRead) SetType(v string) + func (o RegionRead) MarshalJSON() ([]byte, error) + type RegionReadList struct + Href *string + Id *string + Items *[]RegionRead + Limit *int32 + Links *Links + Offset *int32 + Type *string + func NewRegionReadList(id string, type_ string, href string, offset int32, limit int32, links Links) *RegionReadList + func NewRegionReadListWithDefaults() *RegionReadList + func (o *RegionReadList) GetHref() *string + func (o *RegionReadList) GetHrefOk() (*string, bool) + func (o *RegionReadList) GetId() *string + func (o *RegionReadList) GetIdOk() (*string, bool) + func (o *RegionReadList) GetItems() *[]RegionRead + func (o *RegionReadList) GetItemsOk() (*[]RegionRead, bool) + func (o *RegionReadList) GetLimit() *int32 + func (o *RegionReadList) GetLimitOk() (*int32, bool) + func (o *RegionReadList) GetLinks() *Links + func (o *RegionReadList) GetLinksOk() (*Links, bool) + func (o *RegionReadList) GetOffset() *int32 + func (o *RegionReadList) GetOffsetOk() (*int32, bool) + func (o *RegionReadList) GetType() *string + func (o *RegionReadList) GetTypeOk() (*string, bool) + func (o *RegionReadList) HasHref() bool + func (o *RegionReadList) HasId() bool + func (o *RegionReadList) HasItems() bool + func (o *RegionReadList) HasLimit() bool + func (o *RegionReadList) HasLinks() bool + func (o *RegionReadList) HasOffset() bool + func (o *RegionReadList) HasType() bool + func (o *RegionReadList) SetHref(v string) + func (o *RegionReadList) SetId(v string) + func (o *RegionReadList) SetItems(v []RegionRead) + func (o *RegionReadList) SetLimit(v int32) + func (o *RegionReadList) SetLinks(v Links) + func (o *RegionReadList) SetOffset(v int32) + func (o *RegionReadList) SetType(v string) + func (o RegionReadList) MarshalJSON() ([]byte, error) + type RegionReadListAllOf struct + Href *string + Id *string + Items *[]RegionRead + Type *string + func NewRegionReadListAllOf(id string, type_ string, href string) *RegionReadListAllOf + func NewRegionReadListAllOfWithDefaults() *RegionReadListAllOf + func (o *RegionReadListAllOf) GetHref() *string + func (o *RegionReadListAllOf) GetHrefOk() (*string, bool) + func (o *RegionReadListAllOf) GetId() *string + func (o *RegionReadListAllOf) GetIdOk() (*string, bool) + func (o *RegionReadListAllOf) GetItems() *[]RegionRead + func (o *RegionReadListAllOf) GetItemsOk() (*[]RegionRead, bool) + func (o *RegionReadListAllOf) GetType() *string + func (o *RegionReadListAllOf) GetTypeOk() (*string, bool) + func (o *RegionReadListAllOf) HasHref() bool + func (o *RegionReadListAllOf) HasId() bool + func (o *RegionReadListAllOf) HasItems() bool + func (o *RegionReadListAllOf) HasType() bool + func (o *RegionReadListAllOf) SetHref(v string) + func (o *RegionReadListAllOf) SetId(v string) + func (o *RegionReadListAllOf) SetItems(v []RegionRead) + func (o *RegionReadListAllOf) SetType(v string) + func (o RegionReadListAllOf) MarshalJSON() ([]byte, error) + type RegionsApiService service + func (a *RegionsApiService) RegionsFindByRegion(ctx _context.Context, region string) ApiRegionsFindByRegionRequest + func (a *RegionsApiService) RegionsFindByRegionExecute(r ApiRegionsFindByRegionRequest) (RegionRead, *APIResponse, error) + func (a *RegionsApiService) RegionsGet(ctx _context.Context) ApiRegionsGetRequest + func (a *RegionsApiService) RegionsGetExecute(r ApiRegionsGetRequest) (RegionReadList, *APIResponse, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type StorageClass struct + Availability *string + Description *string + Durability *string + func NewStorageClass(description string, durability string, availability string) *StorageClass + func NewStorageClassWithDefaults() *StorageClass + func (o *StorageClass) GetAvailability() *string + func (o *StorageClass) GetAvailabilityOk() (*string, bool) + func (o *StorageClass) GetDescription() *string + func (o *StorageClass) GetDescriptionOk() (*string, bool) + func (o *StorageClass) GetDurability() *string + func (o *StorageClass) GetDurabilityOk() (*string, bool) + func (o *StorageClass) HasAvailability() bool + func (o *StorageClass) HasDescription() bool + func (o *StorageClass) HasDurability() bool + func (o *StorageClass) SetAvailability(v string) + func (o *StorageClass) SetDescription(v string) + func (o *StorageClass) SetDurability(v string) + func (o StorageClass) MarshalJSON() ([]byte, error) + type StorageClassCreate struct + Metadata *map[string]interface{} + Properties *StorageClass + func NewStorageClassCreate(properties StorageClass) *StorageClassCreate + func NewStorageClassCreateWithDefaults() *StorageClassCreate + func (o *StorageClassCreate) GetMetadata() *map[string]interface{} + func (o *StorageClassCreate) GetMetadataOk() (*map[string]interface{}, bool) + func (o *StorageClassCreate) GetProperties() *StorageClass + func (o *StorageClassCreate) GetPropertiesOk() (*StorageClass, bool) + func (o *StorageClassCreate) HasMetadata() bool + func (o *StorageClassCreate) HasProperties() bool + func (o *StorageClassCreate) SetMetadata(v map[string]interface{}) + func (o *StorageClassCreate) SetProperties(v StorageClass) + func (o StorageClassCreate) MarshalJSON() ([]byte, error) + type StorageClassEnsure struct + Id *string + Metadata *map[string]interface{} + Properties *StorageClass + func NewStorageClassEnsure(id string, properties StorageClass) *StorageClassEnsure + func NewStorageClassEnsureWithDefaults() *StorageClassEnsure + func (o *StorageClassEnsure) GetId() *string + func (o *StorageClassEnsure) GetIdOk() (*string, bool) + func (o *StorageClassEnsure) GetMetadata() *map[string]interface{} + func (o *StorageClassEnsure) GetMetadataOk() (*map[string]interface{}, bool) + func (o *StorageClassEnsure) GetProperties() *StorageClass + func (o *StorageClassEnsure) GetPropertiesOk() (*StorageClass, bool) + func (o *StorageClassEnsure) HasId() bool + func (o *StorageClassEnsure) HasMetadata() bool + func (o *StorageClassEnsure) HasProperties() bool + func (o *StorageClassEnsure) SetId(v string) + func (o *StorageClassEnsure) SetMetadata(v map[string]interface{}) + func (o *StorageClassEnsure) SetProperties(v StorageClass) + func (o StorageClassEnsure) MarshalJSON() ([]byte, error) + type StorageClassRead struct + Href *string + Id *string + Metadata *map[string]interface{} + Properties *StorageClass + Type *string + func NewStorageClassRead(id string, type_ string, href string, metadata map[string]interface{}, ...) *StorageClassRead + func NewStorageClassReadWithDefaults() *StorageClassRead + func (o *StorageClassRead) GetHref() *string + func (o *StorageClassRead) GetHrefOk() (*string, bool) + func (o *StorageClassRead) GetId() *string + func (o *StorageClassRead) GetIdOk() (*string, bool) + func (o *StorageClassRead) GetMetadata() *map[string]interface{} + func (o *StorageClassRead) GetMetadataOk() (*map[string]interface{}, bool) + func (o *StorageClassRead) GetProperties() *StorageClass + func (o *StorageClassRead) GetPropertiesOk() (*StorageClass, bool) + func (o *StorageClassRead) GetType() *string + func (o *StorageClassRead) GetTypeOk() (*string, bool) + func (o *StorageClassRead) HasHref() bool + func (o *StorageClassRead) HasId() bool + func (o *StorageClassRead) HasMetadata() bool + func (o *StorageClassRead) HasProperties() bool + func (o *StorageClassRead) HasType() bool + func (o *StorageClassRead) SetHref(v string) + func (o *StorageClassRead) SetId(v string) + func (o *StorageClassRead) SetMetadata(v map[string]interface{}) + func (o *StorageClassRead) SetProperties(v StorageClass) + func (o *StorageClassRead) SetType(v string) + func (o StorageClassRead) MarshalJSON() ([]byte, error) + type StorageClassReadList struct + Href *string + Id *string + Items *[]StorageClassRead + Limit *int32 + Links *Links + Offset *int32 + Type *string + func NewStorageClassReadList(id string, type_ string, href string, offset int32, limit int32, links Links) *StorageClassReadList + func NewStorageClassReadListWithDefaults() *StorageClassReadList + func (o *StorageClassReadList) GetHref() *string + func (o *StorageClassReadList) GetHrefOk() (*string, bool) + func (o *StorageClassReadList) GetId() *string + func (o *StorageClassReadList) GetIdOk() (*string, bool) + func (o *StorageClassReadList) GetItems() *[]StorageClassRead + func (o *StorageClassReadList) GetItemsOk() (*[]StorageClassRead, bool) + func (o *StorageClassReadList) GetLimit() *int32 + func (o *StorageClassReadList) GetLimitOk() (*int32, bool) + func (o *StorageClassReadList) GetLinks() *Links + func (o *StorageClassReadList) GetLinksOk() (*Links, bool) + func (o *StorageClassReadList) GetOffset() *int32 + func (o *StorageClassReadList) GetOffsetOk() (*int32, bool) + func (o *StorageClassReadList) GetType() *string + func (o *StorageClassReadList) GetTypeOk() (*string, bool) + func (o *StorageClassReadList) HasHref() bool + func (o *StorageClassReadList) HasId() bool + func (o *StorageClassReadList) HasItems() bool + func (o *StorageClassReadList) HasLimit() bool + func (o *StorageClassReadList) HasLinks() bool + func (o *StorageClassReadList) HasOffset() bool + func (o *StorageClassReadList) HasType() bool + func (o *StorageClassReadList) SetHref(v string) + func (o *StorageClassReadList) SetId(v string) + func (o *StorageClassReadList) SetItems(v []StorageClassRead) + func (o *StorageClassReadList) SetLimit(v int32) + func (o *StorageClassReadList) SetLinks(v Links) + func (o *StorageClassReadList) SetOffset(v int32) + func (o *StorageClassReadList) SetType(v string) + func (o StorageClassReadList) MarshalJSON() ([]byte, error) + type StorageClassReadListAllOf struct + Href *string + Id *string + Items *[]StorageClassRead + Type *string + func NewStorageClassReadListAllOf(id string, type_ string, href string) *StorageClassReadListAllOf + func NewStorageClassReadListAllOfWithDefaults() *StorageClassReadListAllOf + func (o *StorageClassReadListAllOf) GetHref() *string + func (o *StorageClassReadListAllOf) GetHrefOk() (*string, bool) + func (o *StorageClassReadListAllOf) GetId() *string + func (o *StorageClassReadListAllOf) GetIdOk() (*string, bool) + func (o *StorageClassReadListAllOf) GetItems() *[]StorageClassRead + func (o *StorageClassReadListAllOf) GetItemsOk() (*[]StorageClassRead, bool) + func (o *StorageClassReadListAllOf) GetType() *string + func (o *StorageClassReadListAllOf) GetTypeOk() (*string, bool) + func (o *StorageClassReadListAllOf) HasHref() bool + func (o *StorageClassReadListAllOf) HasId() bool + func (o *StorageClassReadListAllOf) HasItems() bool + func (o *StorageClassReadListAllOf) HasType() bool + func (o *StorageClassReadListAllOf) SetHref(v string) + func (o *StorageClassReadListAllOf) SetId(v string) + func (o *StorageClassReadListAllOf) SetItems(v []StorageClassRead) + func (o *StorageClassReadListAllOf) SetType(v string) + func (o StorageClassReadListAllOf) MarshalJSON() ([]byte, error) + type TLSDial func(ctx context.Context, network, addr string) (net.Conn, error)