Documentation ¶
Index ¶
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) string
- 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
- type ACL
- type APIClient
- func (a *APIClient) CloneInstance(ctx context.Context, projectId string, instanceId string) ApiCloneInstanceRequest
- func (a *APIClient) CloneInstanceExecute(ctx context.Context, projectId string, instanceId string) (*CloneInstanceResponse, error)
- func (a *APIClient) CreateDatabase(ctx context.Context, projectId string, instanceId string) ApiCreateDatabaseRequest
- func (a *APIClient) CreateDatabaseExecute(ctx context.Context, projectId string, instanceId string) (*InstanceCreateDatabaseResponse, error)
- func (a *APIClient) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest
- func (a *APIClient) CreateInstanceExecute(ctx context.Context, projectId string) (*CreateInstanceResponse, error)
- func (a *APIClient) CreateUser(ctx context.Context, projectId string, instanceId string) ApiCreateUserRequest
- func (a *APIClient) CreateUserExecute(ctx context.Context, projectId string, instanceId string) (*CreateUserResponse, error)
- func (a *APIClient) DeleteDatabase(ctx context.Context, projectId string, instanceId string, databaseId string) ApiDeleteDatabaseRequest
- func (a *APIClient) DeleteDatabaseExecute(ctx context.Context, projectId string, instanceId string, databaseId string) error
- func (a *APIClient) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest
- func (a *APIClient) DeleteInstanceExecute(ctx context.Context, projectId string, instanceId string) error
- func (a *APIClient) DeleteUser(ctx context.Context, projectId string, instanceId string, userId string) ApiDeleteUserRequest
- func (a *APIClient) DeleteUserExecute(ctx context.Context, projectId string, instanceId string, userId string) error
- func (a *APIClient) DisableService(ctx context.Context, projectId string) ApiDisableServiceRequest
- func (a *APIClient) DisableServiceExecute(ctx context.Context, projectId string) error
- func (a *APIClient) ForceDeleteInstance(ctx context.Context, projectId string, instanceId string) ApiForceDeleteInstanceRequest
- func (a *APIClient) ForceDeleteInstanceExecute(ctx context.Context, projectId string, instanceId string) error
- func (a *APIClient) GetBackup(ctx context.Context, projectId string, instanceId string, backupId string) ApiGetBackupRequest
- func (a *APIClient) GetBackupExecute(ctx context.Context, projectId string, instanceId string, backupId string) (*GetBackupResponse, error)
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest
- func (a *APIClient) GetInstanceExecute(ctx context.Context, projectId string, instanceId string) (*InstanceResponse, error)
- func (a *APIClient) GetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiGetUserRequest
- func (a *APIClient) GetUserExecute(ctx context.Context, projectId string, instanceId string, userId string) (*GetUserResponse, error)
- func (a *APIClient) ListBackups(ctx context.Context, projectId string, instanceId string) ApiListBackupsRequest
- func (a *APIClient) ListBackupsExecute(ctx context.Context, projectId string, instanceId string) (*ListBackupsResponse, error)
- func (a *APIClient) ListDatabaseParameters(ctx context.Context, projectId string, instanceId string) ApiListDatabaseParametersRequest
- func (a *APIClient) ListDatabaseParametersExecute(ctx context.Context, projectId string, instanceId string) (*PostgresDatabaseParameterResponse, error)
- func (a *APIClient) ListDatabases(ctx context.Context, projectId string, instanceId string) ApiListDatabasesRequest
- func (a *APIClient) ListDatabasesExecute(ctx context.Context, projectId string, instanceId string) (*InstanceListDatabasesResponse, error)
- func (a *APIClient) ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequest
- func (a *APIClient) ListFlavorsExecute(ctx context.Context, projectId string) (*ListFlavorsResponse, error)
- func (a *APIClient) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest
- func (a *APIClient) ListInstancesExecute(ctx context.Context, projectId string) (*ListInstancesResponse, error)
- func (a *APIClient) ListMetrics(ctx context.Context, projectId string, instanceId string, metric string) ApiListMetricsRequest
- func (a *APIClient) ListMetricsExecute(ctx context.Context, projectId string, instanceId string, metric string) (*InstanceMetricsResponse, error)
- func (a *APIClient) ListStorages(ctx context.Context, projectId string, flavorId string) ApiListStoragesRequest
- func (a *APIClient) ListStoragesExecute(ctx context.Context, projectId string, flavorId string) (*ListStoragesResponse, error)
- func (a *APIClient) ListUsers(ctx context.Context, projectId string, instanceId string) ApiListUsersRequest
- func (a *APIClient) ListUsersExecute(ctx context.Context, projectId string, instanceId string) (*ListUsersResponse, error)
- func (a *APIClient) ListVersions(ctx context.Context, projectId string) ApiListVersionsRequest
- func (a *APIClient) ListVersionsExecute(ctx context.Context, projectId string) (*ListVersionsResponse, error)
- func (a *APIClient) PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest
- func (a *APIClient) PartialUpdateInstanceExecute(ctx context.Context, projectId string, instanceId string) (*PartialUpdateInstanceResponse, error)
- func (a *APIClient) PartialUpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiPartialUpdateUserRequest
- func (a *APIClient) PartialUpdateUserExecute(ctx context.Context, projectId string, instanceId string, userId string) error
- func (a *APIClient) ResetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiResetUserRequest
- func (a *APIClient) ResetUserExecute(ctx context.Context, projectId string, instanceId string, userId string) (*ResetUserResponse, error)
- func (a *APIClient) UpdateBackupSchedule(ctx context.Context, projectId string, instanceId string) ApiUpdateBackupScheduleRequest
- func (a *APIClient) UpdateBackupScheduleExecute(ctx context.Context, projectId string, instanceId string) error
- func (a *APIClient) UpdateInstance(ctx context.Context, projectId string, instanceId string) ApiUpdateInstanceRequest
- func (a *APIClient) UpdateInstanceExecute(ctx context.Context, projectId string, instanceId string) (*PartialUpdateInstanceResponse, error)
- func (a *APIClient) UpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiUpdateUserRequest
- func (a *APIClient) UpdateUserExecute(ctx context.Context, projectId string, instanceId string, userId string) error
- type ApiCloneInstanceRequest
- type ApiConfiguration
- func (o *ApiConfiguration) GetName() *string
- func (o *ApiConfiguration) GetNameOk() (*string, bool)
- func (o *ApiConfiguration) GetSetting() *string
- func (o *ApiConfiguration) GetSettingOk() (*string, bool)
- func (o *ApiConfiguration) HasName() bool
- func (o *ApiConfiguration) HasSetting() bool
- func (o *ApiConfiguration) SetName(v *string)
- func (o *ApiConfiguration) SetSetting(v *string)
- func (o ApiConfiguration) ToMap() (map[string]interface{}, error)
- type ApiCreateDatabaseRequest
- type ApiCreateInstanceRequest
- type ApiCreateUserRequest
- type ApiDeleteDatabaseRequest
- type ApiDeleteInstanceRequest
- type ApiDeleteUserRequest
- type ApiDisableServiceRequest
- type ApiExtensionConfigLoadResponse
- func (o *ApiExtensionConfigLoadResponse) GetConfiguration() *[]ApiConfiguration
- func (o *ApiExtensionConfigLoadResponse) GetConfigurationOk() (*[]ApiConfiguration, bool)
- func (o *ApiExtensionConfigLoadResponse) HasConfiguration() bool
- func (o *ApiExtensionConfigLoadResponse) SetConfiguration(v *[]ApiConfiguration)
- func (o ApiExtensionConfigLoadResponse) ToMap() (map[string]interface{}, error)
- type ApiExtensionConfigureResponse
- func (o *ApiExtensionConfigureResponse) GetConfiguration() *[]ApiConfiguration
- func (o *ApiExtensionConfigureResponse) GetConfigurationOk() (*[]ApiConfiguration, bool)
- func (o *ApiExtensionConfigureResponse) HasConfiguration() bool
- func (o *ApiExtensionConfigureResponse) SetConfiguration(v *[]ApiConfiguration)
- func (o ApiExtensionConfigureResponse) ToMap() (map[string]interface{}, error)
- type ApiExtensionDeleteResponse
- func (o *ApiExtensionDeleteResponse) GetIsSucceded() *bool
- func (o *ApiExtensionDeleteResponse) GetIsSuccededOk() (*bool, bool)
- func (o *ApiExtensionDeleteResponse) HasIsSucceded() bool
- func (o *ApiExtensionDeleteResponse) SetIsSucceded(v *bool)
- func (o ApiExtensionDeleteResponse) ToMap() (map[string]interface{}, error)
- type ApiExtensionList
- func (o *ApiExtensionList) GetDescription() *string
- func (o *ApiExtensionList) GetDescriptionOk() (*string, bool)
- func (o *ApiExtensionList) GetID() *int64
- func (o *ApiExtensionList) GetIDOk() (*int64, bool)
- func (o *ApiExtensionList) GetName() *string
- func (o *ApiExtensionList) GetNameOk() (*string, bool)
- func (o *ApiExtensionList) HasDescription() bool
- func (o *ApiExtensionList) HasID() bool
- func (o *ApiExtensionList) HasName() bool
- func (o *ApiExtensionList) SetDescription(v *string)
- func (o *ApiExtensionList) SetID(v *int64)
- func (o *ApiExtensionList) SetName(v *string)
- func (o ApiExtensionList) ToMap() (map[string]interface{}, error)
- type ApiExtensionLoadResponse
- func (o *ApiExtensionLoadResponse) GetExtension() *ApiExtensionList
- func (o *ApiExtensionLoadResponse) GetExtensionOk() (*ApiExtensionList, bool)
- func (o *ApiExtensionLoadResponse) HasExtension() bool
- func (o *ApiExtensionLoadResponse) SetExtension(v *ApiExtensionList)
- func (o ApiExtensionLoadResponse) ToMap() (map[string]interface{}, error)
- type ApiForceDeleteInstanceRequest
- type ApiGetBackupRequest
- type ApiGetInstanceRequest
- type ApiGetUserRequest
- type ApiInstallResponse
- func (o *ApiInstallResponse) GetExtension() *ApiExtensionList
- func (o *ApiInstallResponse) GetExtensionOk() (*ApiExtensionList, bool)
- func (o *ApiInstallResponse) HasExtension() bool
- func (o *ApiInstallResponse) SetExtension(v *ApiExtensionList)
- func (o ApiInstallResponse) ToMap() (map[string]interface{}, error)
- type ApiInstalledListResponse
- func (o *ApiInstalledListResponse) GetInstalled() *[]ApiExtensionList
- func (o *ApiInstalledListResponse) GetInstalledOk() (*[]ApiExtensionList, bool)
- func (o *ApiInstalledListResponse) HasInstalled() bool
- func (o *ApiInstalledListResponse) SetInstalled(v *[]ApiExtensionList)
- func (o ApiInstalledListResponse) ToMap() (map[string]interface{}, error)
- type ApiListBackupsRequest
- type ApiListDatabaseParametersRequest
- type ApiListDatabasesRequest
- type ApiListFlavorsRequest
- type ApiListInstancesRequest
- type ApiListMetricsRequest
- func (r ApiListMetricsRequest) End(end string) ApiListMetricsRequest
- func (r ApiListMetricsRequest) Execute() (*InstanceMetricsResponse, error)
- func (r ApiListMetricsRequest) Granularity(granularity string) ApiListMetricsRequest
- func (r ApiListMetricsRequest) Period(period string) ApiListMetricsRequest
- func (r ApiListMetricsRequest) Start(start string) ApiListMetricsRequest
- type ApiListStoragesRequest
- type ApiListUsersRequest
- type ApiListVersionsRequest
- type ApiPartialUpdateInstanceRequest
- type ApiPartialUpdateUserRequest
- type ApiResetUserRequest
- type ApiUpdateBackupScheduleRequest
- type ApiUpdateInstanceRequest
- type ApiUpdateUserRequest
- type Backup
- func (o *Backup) GetEndTime() *string
- func (o *Backup) GetEndTimeOk() (*string, bool)
- func (o *Backup) GetError() *string
- func (o *Backup) GetErrorOk() (*string, bool)
- func (o *Backup) GetId() *string
- func (o *Backup) GetIdOk() (*string, bool)
- func (o *Backup) GetLabels() *[]string
- func (o *Backup) GetLabelsOk() (*[]string, bool)
- func (o *Backup) GetName() *string
- func (o *Backup) GetNameOk() (*string, bool)
- func (o *Backup) GetOptions() *map[string]string
- func (o *Backup) GetOptionsOk() (*map[string]string, bool)
- func (o *Backup) GetSize() *int64
- func (o *Backup) GetSizeOk() (*int64, bool)
- func (o *Backup) GetStartTime() *string
- func (o *Backup) GetStartTimeOk() (*string, bool)
- func (o *Backup) HasEndTime() bool
- func (o *Backup) HasError() bool
- func (o *Backup) HasId() bool
- func (o *Backup) HasLabels() bool
- func (o *Backup) HasName() bool
- func (o *Backup) HasOptions() bool
- func (o *Backup) HasSize() bool
- func (o *Backup) HasStartTime() bool
- func (o *Backup) SetEndTime(v *string)
- func (o *Backup) SetError(v *string)
- func (o *Backup) SetId(v *string)
- func (o *Backup) SetLabels(v *[]string)
- func (o *Backup) SetName(v *string)
- func (o *Backup) SetOptions(v *map[string]string)
- func (o *Backup) SetSize(v *int64)
- func (o *Backup) SetStartTime(v *string)
- func (o Backup) ToMap() (map[string]interface{}, error)
- type CloneInstancePayload
- func (o *CloneInstancePayload) GetClass() *string
- func (o *CloneInstancePayload) GetClassOk() (*string, bool)
- func (o *CloneInstancePayload) GetSize() *int64
- func (o *CloneInstancePayload) GetSizeOk() (*int64, bool)
- func (o *CloneInstancePayload) GetTimestamp() *string
- func (o *CloneInstancePayload) GetTimestampOk() (*string, bool)
- func (o *CloneInstancePayload) HasClass() bool
- func (o *CloneInstancePayload) HasSize() bool
- func (o *CloneInstancePayload) HasTimestamp() bool
- func (o *CloneInstancePayload) SetClass(v *string)
- func (o *CloneInstancePayload) SetSize(v *int64)
- func (o *CloneInstancePayload) SetTimestamp(v *string)
- func (o CloneInstancePayload) ToMap() (map[string]interface{}, error)
- type CloneInstanceResponse
- func (o *CloneInstanceResponse) GetInstanceId() *string
- func (o *CloneInstanceResponse) GetInstanceIdOk() (*string, bool)
- func (o *CloneInstanceResponse) HasInstanceId() bool
- func (o *CloneInstanceResponse) SetInstanceId(v *string)
- func (o CloneInstanceResponse) ToMap() (map[string]interface{}, error)
- type CreateDatabasePayload
- func (o *CreateDatabasePayload) GetName() *string
- func (o *CreateDatabasePayload) GetNameOk() (*string, bool)
- func (o *CreateDatabasePayload) GetOptions() *map[string]string
- func (o *CreateDatabasePayload) GetOptionsOk() (*map[string]string, bool)
- func (o *CreateDatabasePayload) HasName() bool
- func (o *CreateDatabasePayload) HasOptions() bool
- func (o *CreateDatabasePayload) SetName(v *string)
- func (o *CreateDatabasePayload) SetOptions(v *map[string]string)
- func (o CreateDatabasePayload) ToMap() (map[string]interface{}, error)
- type CreateInstancePayload
- func (o *CreateInstancePayload) GetAcl() *ACL
- func (o *CreateInstancePayload) GetAclOk() (*ACL, bool)
- func (o *CreateInstancePayload) GetBackupSchedule() *string
- func (o *CreateInstancePayload) GetBackupScheduleOk() (*string, bool)
- func (o *CreateInstancePayload) GetFlavorId() *string
- func (o *CreateInstancePayload) GetFlavorIdOk() (*string, bool)
- func (o *CreateInstancePayload) GetLabels() *map[string]string
- func (o *CreateInstancePayload) GetLabelsOk() (*map[string]string, bool)
- func (o *CreateInstancePayload) GetName() *string
- func (o *CreateInstancePayload) GetNameOk() (*string, bool)
- func (o *CreateInstancePayload) GetOptions() *map[string]string
- func (o *CreateInstancePayload) GetOptionsOk() (*map[string]string, bool)
- func (o *CreateInstancePayload) GetReplicas() *int64
- func (o *CreateInstancePayload) GetReplicasOk() (*int64, bool)
- func (o *CreateInstancePayload) GetStorage() *Storage
- func (o *CreateInstancePayload) GetStorageOk() (*Storage, bool)
- func (o *CreateInstancePayload) GetVersion() *string
- func (o *CreateInstancePayload) GetVersionOk() (*string, bool)
- func (o *CreateInstancePayload) HasLabels() bool
- func (o *CreateInstancePayload) SetAcl(v *ACL)
- func (o *CreateInstancePayload) SetBackupSchedule(v *string)
- func (o *CreateInstancePayload) SetFlavorId(v *string)
- func (o *CreateInstancePayload) SetLabels(v *map[string]string)
- func (o *CreateInstancePayload) SetName(v *string)
- func (o *CreateInstancePayload) SetOptions(v *map[string]string)
- func (o *CreateInstancePayload) SetReplicas(v *int64)
- func (o *CreateInstancePayload) SetStorage(v *Storage)
- func (o *CreateInstancePayload) SetVersion(v *string)
- func (o CreateInstancePayload) ToMap() (map[string]interface{}, error)
- type CreateInstanceResponse
- type CreateUserPayload
- func (o *CreateUserPayload) GetRoles() *[]string
- func (o *CreateUserPayload) GetRolesOk() (*[]string, bool)
- func (o *CreateUserPayload) GetUsername() *string
- func (o *CreateUserPayload) GetUsernameOk() (*string, bool)
- func (o *CreateUserPayload) HasRoles() bool
- func (o *CreateUserPayload) HasUsername() bool
- func (o *CreateUserPayload) SetRoles(v *[]string)
- func (o *CreateUserPayload) SetUsername(v *string)
- func (o CreateUserPayload) ToMap() (map[string]interface{}, error)
- type CreateUserResponse
- type DefaultApiService
- type Error
- func (o *Error) GetCode() *int64
- func (o *Error) GetCodeOk() (*int64, bool)
- func (o *Error) GetFields() *map[string][]string
- func (o *Error) GetFieldsOk() (*map[string][]string, bool)
- func (o *Error) GetMessage() *string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) GetType() *string
- func (o *Error) GetTypeOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasFields() bool
- func (o *Error) HasMessage() bool
- func (o *Error) HasType() bool
- func (o *Error) SetCode(v *int64)
- func (o *Error) SetFields(v *map[string][]string)
- func (o *Error) SetMessage(v *string)
- func (o *Error) SetType(v *string)
- func (o Error) ToMap() (map[string]interface{}, error)
- type ExtensionsConfiguration
- func (o *ExtensionsConfiguration) GetName() *string
- func (o *ExtensionsConfiguration) GetNameOk() (*string, bool)
- func (o *ExtensionsConfiguration) GetSetting() *string
- func (o *ExtensionsConfiguration) GetSettingOk() (*string, bool)
- func (o *ExtensionsConfiguration) HasName() bool
- func (o *ExtensionsConfiguration) HasSetting() bool
- func (o *ExtensionsConfiguration) SetName(v *string)
- func (o *ExtensionsConfiguration) SetSetting(v *string)
- func (o ExtensionsConfiguration) ToMap() (map[string]interface{}, error)
- type ExtensionsExtensionListResponse
- func (o *ExtensionsExtensionListResponse) GetList() *[]ApiExtensionList
- func (o *ExtensionsExtensionListResponse) GetListOk() (*[]ApiExtensionList, bool)
- func (o *ExtensionsExtensionListResponse) HasList() bool
- func (o *ExtensionsExtensionListResponse) SetList(v *[]ApiExtensionList)
- func (o ExtensionsExtensionListResponse) ToMap() (map[string]interface{}, error)
- type ExtensionsNewConfig
- func (o *ExtensionsNewConfig) GetConfiguration() *[]ExtensionsConfiguration
- func (o *ExtensionsNewConfig) GetConfigurationOk() (*[]ExtensionsConfiguration, bool)
- func (o *ExtensionsNewConfig) HasConfiguration() bool
- func (o *ExtensionsNewConfig) SetConfiguration(v *[]ExtensionsConfiguration)
- func (o ExtensionsNewConfig) ToMap() (map[string]interface{}, error)
- type Flavor
- func (o *Flavor) GetCpu() *int64
- func (o *Flavor) GetCpuOk() (*int64, bool)
- func (o *Flavor) GetDescription() *string
- func (o *Flavor) GetDescriptionOk() (*string, bool)
- func (o *Flavor) GetId() *string
- func (o *Flavor) GetIdOk() (*string, bool)
- func (o *Flavor) GetMemory() *int64
- func (o *Flavor) GetMemoryOk() (*int64, bool)
- func (o *Flavor) HasCpu() bool
- func (o *Flavor) HasDescription() bool
- func (o *Flavor) HasId() bool
- func (o *Flavor) HasMemory() bool
- func (o *Flavor) SetCpu(v *int64)
- func (o *Flavor) SetDescription(v *string)
- func (o *Flavor) SetId(v *string)
- func (o *Flavor) SetMemory(v *int64)
- func (o Flavor) ToMap() (map[string]interface{}, error)
- type GetBackupResponse
- type GetUserResponse
- type Instance
- func (o *Instance) GetAcl() *ACL
- func (o *Instance) GetAclOk() (*ACL, bool)
- func (o *Instance) GetBackupSchedule() *string
- func (o *Instance) GetBackupScheduleOk() (*string, bool)
- func (o *Instance) GetFlavor() *Flavor
- func (o *Instance) GetFlavorOk() (*Flavor, bool)
- func (o *Instance) GetId() *string
- func (o *Instance) GetIdOk() (*string, bool)
- func (o *Instance) GetName() *string
- func (o *Instance) GetNameOk() (*string, bool)
- func (o *Instance) GetOptions() *map[string]string
- func (o *Instance) GetOptionsOk() (*map[string]string, bool)
- func (o *Instance) GetReplicas() *int64
- func (o *Instance) GetReplicasOk() (*int64, bool)
- func (o *Instance) GetStatus() *string
- func (o *Instance) GetStatusOk() (*string, bool)
- func (o *Instance) GetStorage() *Storage
- func (o *Instance) GetStorageOk() (*Storage, bool)
- func (o *Instance) GetVersion() *string
- func (o *Instance) GetVersionOk() (*string, bool)
- func (o *Instance) HasAcl() bool
- func (o *Instance) HasBackupSchedule() bool
- func (o *Instance) HasFlavor() bool
- func (o *Instance) HasId() bool
- func (o *Instance) HasName() bool
- func (o *Instance) HasOptions() bool
- func (o *Instance) HasReplicas() bool
- func (o *Instance) HasStatus() bool
- func (o *Instance) HasStorage() bool
- func (o *Instance) HasVersion() bool
- func (o *Instance) SetAcl(v *ACL)
- func (o *Instance) SetBackupSchedule(v *string)
- func (o *Instance) SetFlavor(v *Flavor)
- func (o *Instance) SetId(v *string)
- func (o *Instance) SetName(v *string)
- func (o *Instance) SetOptions(v *map[string]string)
- func (o *Instance) SetReplicas(v *int64)
- func (o *Instance) SetStatus(v *string)
- func (o *Instance) SetStorage(v *Storage)
- func (o *Instance) SetVersion(v *string)
- func (o Instance) ToMap() (map[string]interface{}, error)
- type InstanceCreateDatabaseResponse
- func (o *InstanceCreateDatabaseResponse) GetId() *string
- func (o *InstanceCreateDatabaseResponse) GetIdOk() (*string, bool)
- func (o *InstanceCreateDatabaseResponse) HasId() bool
- func (o *InstanceCreateDatabaseResponse) SetId(v *string)
- func (o InstanceCreateDatabaseResponse) ToMap() (map[string]interface{}, error)
- type InstanceDataPoint
- func (o *InstanceDataPoint) GetTimestamp() *string
- func (o *InstanceDataPoint) GetTimestampOk() (*string, bool)
- func (o *InstanceDataPoint) GetValue() *float64
- func (o *InstanceDataPoint) GetValueOk() (*float64, bool)
- func (o *InstanceDataPoint) HasTimestamp() bool
- func (o *InstanceDataPoint) HasValue() bool
- func (o *InstanceDataPoint) SetTimestamp(v *string)
- func (o *InstanceDataPoint) SetValue(v *float64)
- func (o InstanceDataPoint) ToMap() (map[string]interface{}, error)
- type InstanceDatabase
- func (o *InstanceDatabase) GetId() *string
- func (o *InstanceDatabase) GetIdOk() (*string, bool)
- func (o *InstanceDatabase) GetName() *string
- func (o *InstanceDatabase) GetNameOk() (*string, bool)
- func (o *InstanceDatabase) GetOptions() *map[string]interface{}
- func (o *InstanceDatabase) GetOptionsOk() (*map[string]interface{}, bool)
- func (o *InstanceDatabase) HasId() bool
- func (o *InstanceDatabase) HasName() bool
- func (o *InstanceDatabase) HasOptions() bool
- func (o *InstanceDatabase) SetId(v *string)
- func (o *InstanceDatabase) SetName(v *string)
- func (o *InstanceDatabase) SetOptions(v *map[string]interface{})
- func (o InstanceDatabase) ToMap() (map[string]interface{}, error)
- type InstanceHost
- func (o *InstanceHost) GetHostMetrics() *[]InstanceHostMetric
- func (o *InstanceHost) GetHostMetricsOk() (*[]InstanceHostMetric, bool)
- func (o *InstanceHost) GetId() *string
- func (o *InstanceHost) GetIdOk() (*string, bool)
- func (o *InstanceHost) HasHostMetrics() bool
- func (o *InstanceHost) HasId() bool
- func (o *InstanceHost) SetHostMetrics(v *[]InstanceHostMetric)
- func (o *InstanceHost) SetId(v *string)
- func (o InstanceHost) ToMap() (map[string]interface{}, error)
- type InstanceHostMetric
- func (o *InstanceHostMetric) GetDatapoints() *[]InstanceDataPoint
- func (o *InstanceHostMetric) GetDatapointsOk() (*[]InstanceDataPoint, bool)
- func (o *InstanceHostMetric) GetName() *string
- func (o *InstanceHostMetric) GetNameOk() (*string, bool)
- func (o *InstanceHostMetric) GetUnits() *string
- func (o *InstanceHostMetric) GetUnitsOk() (*string, bool)
- func (o *InstanceHostMetric) HasDatapoints() bool
- func (o *InstanceHostMetric) HasName() bool
- func (o *InstanceHostMetric) HasUnits() bool
- func (o *InstanceHostMetric) SetDatapoints(v *[]InstanceDataPoint)
- func (o *InstanceHostMetric) SetName(v *string)
- func (o *InstanceHostMetric) SetUnits(v *string)
- func (o InstanceHostMetric) ToMap() (map[string]interface{}, error)
- type InstanceListDatabasesResponse
- func (o *InstanceListDatabasesResponse) GetDatabases() *[]InstanceDatabase
- func (o *InstanceListDatabasesResponse) GetDatabasesOk() (*[]InstanceDatabase, bool)
- func (o *InstanceListDatabasesResponse) HasDatabases() bool
- func (o *InstanceListDatabasesResponse) SetDatabases(v *[]InstanceDatabase)
- func (o InstanceListDatabasesResponse) ToMap() (map[string]interface{}, error)
- type InstanceListInstance
- func (o *InstanceListInstance) GetId() *string
- func (o *InstanceListInstance) GetIdOk() (*string, bool)
- func (o *InstanceListInstance) GetName() *string
- func (o *InstanceListInstance) GetNameOk() (*string, bool)
- func (o *InstanceListInstance) GetStatus() *string
- func (o *InstanceListInstance) GetStatusOk() (*string, bool)
- func (o *InstanceListInstance) HasId() bool
- func (o *InstanceListInstance) HasName() bool
- func (o *InstanceListInstance) HasStatus() bool
- func (o *InstanceListInstance) SetId(v *string)
- func (o *InstanceListInstance) SetName(v *string)
- func (o *InstanceListInstance) SetStatus(v *string)
- func (o InstanceListInstance) ToMap() (map[string]interface{}, error)
- type InstanceMetricsResponse
- func (o *InstanceMetricsResponse) GetHosts() *[]InstanceHost
- func (o *InstanceMetricsResponse) GetHostsOk() (*[]InstanceHost, bool)
- func (o *InstanceMetricsResponse) HasHosts() bool
- func (o *InstanceMetricsResponse) SetHosts(v *[]InstanceHost)
- func (o InstanceMetricsResponse) ToMap() (map[string]interface{}, error)
- type InstanceResponse
- type ListBackupsResponse
- func (o *ListBackupsResponse) GetCount() *int64
- func (o *ListBackupsResponse) GetCountOk() (*int64, bool)
- func (o *ListBackupsResponse) GetItems() *[]Backup
- func (o *ListBackupsResponse) GetItemsOk() (*[]Backup, bool)
- func (o *ListBackupsResponse) HasCount() bool
- func (o *ListBackupsResponse) HasItems() bool
- func (o *ListBackupsResponse) SetCount(v *int64)
- func (o *ListBackupsResponse) SetItems(v *[]Backup)
- func (o ListBackupsResponse) ToMap() (map[string]interface{}, error)
- type ListFlavorsResponse
- type ListInstancesResponse
- func (o *ListInstancesResponse) GetCount() *int64
- func (o *ListInstancesResponse) GetCountOk() (*int64, bool)
- func (o *ListInstancesResponse) GetItems() *[]InstanceListInstance
- func (o *ListInstancesResponse) GetItemsOk() (*[]InstanceListInstance, bool)
- func (o *ListInstancesResponse) HasCount() bool
- func (o *ListInstancesResponse) HasItems() bool
- func (o *ListInstancesResponse) SetCount(v *int64)
- func (o *ListInstancesResponse) SetItems(v *[]InstanceListInstance)
- func (o ListInstancesResponse) ToMap() (map[string]interface{}, error)
- type ListStoragesResponse
- func (o *ListStoragesResponse) GetStorageClasses() *[]string
- func (o *ListStoragesResponse) GetStorageClassesOk() (*[]string, bool)
- func (o *ListStoragesResponse) GetStorageRange() *StorageRange
- func (o *ListStoragesResponse) GetStorageRangeOk() (*StorageRange, bool)
- func (o *ListStoragesResponse) HasStorageClasses() bool
- func (o *ListStoragesResponse) HasStorageRange() bool
- func (o *ListStoragesResponse) SetStorageClasses(v *[]string)
- func (o *ListStoragesResponse) SetStorageRange(v *StorageRange)
- func (o ListStoragesResponse) ToMap() (map[string]interface{}, error)
- type ListUsersResponse
- func (o *ListUsersResponse) GetCount() *int64
- func (o *ListUsersResponse) GetCountOk() (*int64, bool)
- func (o *ListUsersResponse) GetItems() *[]ListUsersResponseItem
- func (o *ListUsersResponse) GetItemsOk() (*[]ListUsersResponseItem, bool)
- func (o *ListUsersResponse) HasCount() bool
- func (o *ListUsersResponse) HasItems() bool
- func (o *ListUsersResponse) SetCount(v *int64)
- func (o *ListUsersResponse) SetItems(v *[]ListUsersResponseItem)
- func (o ListUsersResponse) ToMap() (map[string]interface{}, error)
- type ListUsersResponseItem
- func (o *ListUsersResponseItem) GetId() *string
- func (o *ListUsersResponseItem) GetIdOk() (*string, bool)
- func (o *ListUsersResponseItem) GetUsername() *string
- func (o *ListUsersResponseItem) GetUsernameOk() (*string, bool)
- func (o *ListUsersResponseItem) HasId() bool
- func (o *ListUsersResponseItem) HasUsername() bool
- func (o *ListUsersResponseItem) SetId(v *string)
- func (o *ListUsersResponseItem) SetUsername(v *string)
- func (o ListUsersResponseItem) ToMap() (map[string]interface{}, error)
- type ListVersionsResponse
- type MappedNullable
- type NullableACL
- type NullableApiConfiguration
- func (v NullableApiConfiguration) Get() *ApiConfiguration
- func (v NullableApiConfiguration) IsSet() bool
- func (v NullableApiConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableApiConfiguration) Set(val *ApiConfiguration)
- func (v *NullableApiConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableApiConfiguration) Unset()
- type NullableApiExtensionConfigLoadResponse
- func (v NullableApiExtensionConfigLoadResponse) Get() *ApiExtensionConfigLoadResponse
- func (v NullableApiExtensionConfigLoadResponse) IsSet() bool
- func (v NullableApiExtensionConfigLoadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiExtensionConfigLoadResponse) Set(val *ApiExtensionConfigLoadResponse)
- func (v *NullableApiExtensionConfigLoadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiExtensionConfigLoadResponse) Unset()
- type NullableApiExtensionConfigureResponse
- func (v NullableApiExtensionConfigureResponse) Get() *ApiExtensionConfigureResponse
- func (v NullableApiExtensionConfigureResponse) IsSet() bool
- func (v NullableApiExtensionConfigureResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiExtensionConfigureResponse) Set(val *ApiExtensionConfigureResponse)
- func (v *NullableApiExtensionConfigureResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiExtensionConfigureResponse) Unset()
- type NullableApiExtensionDeleteResponse
- func (v NullableApiExtensionDeleteResponse) Get() *ApiExtensionDeleteResponse
- func (v NullableApiExtensionDeleteResponse) IsSet() bool
- func (v NullableApiExtensionDeleteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiExtensionDeleteResponse) Set(val *ApiExtensionDeleteResponse)
- func (v *NullableApiExtensionDeleteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiExtensionDeleteResponse) Unset()
- type NullableApiExtensionList
- func (v NullableApiExtensionList) Get() *ApiExtensionList
- func (v NullableApiExtensionList) IsSet() bool
- func (v NullableApiExtensionList) MarshalJSON() ([]byte, error)
- func (v *NullableApiExtensionList) Set(val *ApiExtensionList)
- func (v *NullableApiExtensionList) UnmarshalJSON(src []byte) error
- func (v *NullableApiExtensionList) Unset()
- type NullableApiExtensionLoadResponse
- func (v NullableApiExtensionLoadResponse) Get() *ApiExtensionLoadResponse
- func (v NullableApiExtensionLoadResponse) IsSet() bool
- func (v NullableApiExtensionLoadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiExtensionLoadResponse) Set(val *ApiExtensionLoadResponse)
- func (v *NullableApiExtensionLoadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiExtensionLoadResponse) Unset()
- type NullableApiInstallResponse
- func (v NullableApiInstallResponse) Get() *ApiInstallResponse
- func (v NullableApiInstallResponse) IsSet() bool
- func (v NullableApiInstallResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiInstallResponse) Set(val *ApiInstallResponse)
- func (v *NullableApiInstallResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiInstallResponse) Unset()
- type NullableApiInstalledListResponse
- func (v NullableApiInstalledListResponse) Get() *ApiInstalledListResponse
- func (v NullableApiInstalledListResponse) IsSet() bool
- func (v NullableApiInstalledListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiInstalledListResponse) Set(val *ApiInstalledListResponse)
- func (v *NullableApiInstalledListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiInstalledListResponse) Unset()
- type NullableBackup
- type NullableBool
- type NullableCloneInstancePayload
- func (v NullableCloneInstancePayload) Get() *CloneInstancePayload
- func (v NullableCloneInstancePayload) IsSet() bool
- func (v NullableCloneInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCloneInstancePayload) Set(val *CloneInstancePayload)
- func (v *NullableCloneInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCloneInstancePayload) Unset()
- type NullableCloneInstanceResponse
- func (v NullableCloneInstanceResponse) Get() *CloneInstanceResponse
- func (v NullableCloneInstanceResponse) IsSet() bool
- func (v NullableCloneInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCloneInstanceResponse) Set(val *CloneInstanceResponse)
- func (v *NullableCloneInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCloneInstanceResponse) Unset()
- type NullableCreateDatabasePayload
- func (v NullableCreateDatabasePayload) Get() *CreateDatabasePayload
- func (v NullableCreateDatabasePayload) IsSet() bool
- func (v NullableCreateDatabasePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateDatabasePayload) Set(val *CreateDatabasePayload)
- func (v *NullableCreateDatabasePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateDatabasePayload) Unset()
- type NullableCreateInstancePayload
- func (v NullableCreateInstancePayload) Get() *CreateInstancePayload
- func (v NullableCreateInstancePayload) IsSet() bool
- func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload)
- func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateInstancePayload) Unset()
- type NullableCreateInstanceResponse
- func (v NullableCreateInstanceResponse) Get() *CreateInstanceResponse
- func (v NullableCreateInstanceResponse) IsSet() bool
- func (v NullableCreateInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateInstanceResponse) Set(val *CreateInstanceResponse)
- func (v *NullableCreateInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateInstanceResponse) Unset()
- type NullableCreateUserPayload
- func (v NullableCreateUserPayload) Get() *CreateUserPayload
- func (v NullableCreateUserPayload) IsSet() bool
- func (v NullableCreateUserPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserPayload) Set(val *CreateUserPayload)
- func (v *NullableCreateUserPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserPayload) Unset()
- type NullableCreateUserResponse
- func (v NullableCreateUserResponse) Get() *CreateUserResponse
- func (v NullableCreateUserResponse) IsSet() bool
- func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
- func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUserResponse) Unset()
- type NullableError
- type NullableExtensionsConfiguration
- func (v NullableExtensionsConfiguration) Get() *ExtensionsConfiguration
- func (v NullableExtensionsConfiguration) IsSet() bool
- func (v NullableExtensionsConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableExtensionsConfiguration) Set(val *ExtensionsConfiguration)
- func (v *NullableExtensionsConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableExtensionsConfiguration) Unset()
- type NullableExtensionsExtensionListResponse
- func (v NullableExtensionsExtensionListResponse) Get() *ExtensionsExtensionListResponse
- func (v NullableExtensionsExtensionListResponse) IsSet() bool
- func (v NullableExtensionsExtensionListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableExtensionsExtensionListResponse) Set(val *ExtensionsExtensionListResponse)
- func (v *NullableExtensionsExtensionListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableExtensionsExtensionListResponse) Unset()
- type NullableExtensionsNewConfig
- func (v NullableExtensionsNewConfig) Get() *ExtensionsNewConfig
- func (v NullableExtensionsNewConfig) IsSet() bool
- func (v NullableExtensionsNewConfig) MarshalJSON() ([]byte, error)
- func (v *NullableExtensionsNewConfig) Set(val *ExtensionsNewConfig)
- func (v *NullableExtensionsNewConfig) UnmarshalJSON(src []byte) error
- func (v *NullableExtensionsNewConfig) Unset()
- type NullableFlavor
- type NullableFloat32
- type NullableFloat64
- type NullableGetBackupResponse
- func (v NullableGetBackupResponse) Get() *GetBackupResponse
- func (v NullableGetBackupResponse) IsSet() bool
- func (v NullableGetBackupResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetBackupResponse) Set(val *GetBackupResponse)
- func (v *NullableGetBackupResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetBackupResponse) Unset()
- type NullableGetUserResponse
- func (v NullableGetUserResponse) Get() *GetUserResponse
- func (v NullableGetUserResponse) IsSet() bool
- func (v NullableGetUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetUserResponse) Set(val *GetUserResponse)
- func (v *NullableGetUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetUserResponse) Unset()
- type NullableInstance
- type NullableInstanceCreateDatabaseResponse
- func (v NullableInstanceCreateDatabaseResponse) Get() *InstanceCreateDatabaseResponse
- func (v NullableInstanceCreateDatabaseResponse) IsSet() bool
- func (v NullableInstanceCreateDatabaseResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceCreateDatabaseResponse) Set(val *InstanceCreateDatabaseResponse)
- func (v *NullableInstanceCreateDatabaseResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceCreateDatabaseResponse) Unset()
- type NullableInstanceDataPoint
- func (v NullableInstanceDataPoint) Get() *InstanceDataPoint
- func (v NullableInstanceDataPoint) IsSet() bool
- func (v NullableInstanceDataPoint) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceDataPoint) Set(val *InstanceDataPoint)
- func (v *NullableInstanceDataPoint) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceDataPoint) Unset()
- type NullableInstanceDatabase
- func (v NullableInstanceDatabase) Get() *InstanceDatabase
- func (v NullableInstanceDatabase) IsSet() bool
- func (v NullableInstanceDatabase) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceDatabase) Set(val *InstanceDatabase)
- func (v *NullableInstanceDatabase) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceDatabase) Unset()
- type NullableInstanceHost
- func (v NullableInstanceHost) Get() *InstanceHost
- func (v NullableInstanceHost) IsSet() bool
- func (v NullableInstanceHost) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceHost) Set(val *InstanceHost)
- func (v *NullableInstanceHost) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceHost) Unset()
- type NullableInstanceHostMetric
- func (v NullableInstanceHostMetric) Get() *InstanceHostMetric
- func (v NullableInstanceHostMetric) IsSet() bool
- func (v NullableInstanceHostMetric) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceHostMetric) Set(val *InstanceHostMetric)
- func (v *NullableInstanceHostMetric) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceHostMetric) Unset()
- type NullableInstanceListDatabasesResponse
- func (v NullableInstanceListDatabasesResponse) Get() *InstanceListDatabasesResponse
- func (v NullableInstanceListDatabasesResponse) IsSet() bool
- func (v NullableInstanceListDatabasesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceListDatabasesResponse) Set(val *InstanceListDatabasesResponse)
- func (v *NullableInstanceListDatabasesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceListDatabasesResponse) Unset()
- type NullableInstanceListInstance
- func (v NullableInstanceListInstance) Get() *InstanceListInstance
- func (v NullableInstanceListInstance) IsSet() bool
- func (v NullableInstanceListInstance) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceListInstance) Set(val *InstanceListInstance)
- func (v *NullableInstanceListInstance) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceListInstance) Unset()
- type NullableInstanceMetricsResponse
- func (v NullableInstanceMetricsResponse) Get() *InstanceMetricsResponse
- func (v NullableInstanceMetricsResponse) IsSet() bool
- func (v NullableInstanceMetricsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceMetricsResponse) Set(val *InstanceMetricsResponse)
- func (v *NullableInstanceMetricsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceMetricsResponse) Unset()
- type NullableInstanceResponse
- func (v NullableInstanceResponse) Get() *InstanceResponse
- func (v NullableInstanceResponse) IsSet() bool
- func (v NullableInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInstanceResponse) Set(val *InstanceResponse)
- func (v *NullableInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInstanceResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListBackupsResponse
- func (v NullableListBackupsResponse) Get() *ListBackupsResponse
- func (v NullableListBackupsResponse) IsSet() bool
- func (v NullableListBackupsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListBackupsResponse) Set(val *ListBackupsResponse)
- func (v *NullableListBackupsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListBackupsResponse) Unset()
- type NullableListFlavorsResponse
- func (v NullableListFlavorsResponse) Get() *ListFlavorsResponse
- func (v NullableListFlavorsResponse) IsSet() bool
- func (v NullableListFlavorsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListFlavorsResponse) Set(val *ListFlavorsResponse)
- func (v *NullableListFlavorsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListFlavorsResponse) Unset()
- type NullableListInstancesResponse
- func (v NullableListInstancesResponse) Get() *ListInstancesResponse
- func (v NullableListInstancesResponse) IsSet() bool
- func (v NullableListInstancesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListInstancesResponse) Set(val *ListInstancesResponse)
- func (v *NullableListInstancesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListInstancesResponse) Unset()
- type NullableListStoragesResponse
- func (v NullableListStoragesResponse) Get() *ListStoragesResponse
- func (v NullableListStoragesResponse) IsSet() bool
- func (v NullableListStoragesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListStoragesResponse) Set(val *ListStoragesResponse)
- func (v *NullableListStoragesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListStoragesResponse) Unset()
- type NullableListUsersResponse
- func (v NullableListUsersResponse) Get() *ListUsersResponse
- func (v NullableListUsersResponse) IsSet() bool
- func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
- func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListUsersResponse) Unset()
- type NullableListUsersResponseItem
- func (v NullableListUsersResponseItem) Get() *ListUsersResponseItem
- func (v NullableListUsersResponseItem) IsSet() bool
- func (v NullableListUsersResponseItem) MarshalJSON() ([]byte, error)
- func (v *NullableListUsersResponseItem) Set(val *ListUsersResponseItem)
- func (v *NullableListUsersResponseItem) UnmarshalJSON(src []byte) error
- func (v *NullableListUsersResponseItem) Unset()
- type NullableListVersionsResponse
- func (v NullableListVersionsResponse) Get() *ListVersionsResponse
- func (v NullableListVersionsResponse) IsSet() bool
- func (v NullableListVersionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListVersionsResponse) Set(val *ListVersionsResponse)
- func (v *NullableListVersionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListVersionsResponse) Unset()
- type NullablePartialUpdateInstancePayload
- func (v NullablePartialUpdateInstancePayload) Get() *PartialUpdateInstancePayload
- func (v NullablePartialUpdateInstancePayload) IsSet() bool
- func (v NullablePartialUpdateInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullablePartialUpdateInstancePayload) Set(val *PartialUpdateInstancePayload)
- func (v *NullablePartialUpdateInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullablePartialUpdateInstancePayload) Unset()
- type NullablePartialUpdateInstanceResponse
- func (v NullablePartialUpdateInstanceResponse) Get() *PartialUpdateInstanceResponse
- func (v NullablePartialUpdateInstanceResponse) IsSet() bool
- func (v NullablePartialUpdateInstanceResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePartialUpdateInstanceResponse) Set(val *PartialUpdateInstanceResponse)
- func (v *NullablePartialUpdateInstanceResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePartialUpdateInstanceResponse) Unset()
- type NullablePartialUpdateUserPayload
- func (v NullablePartialUpdateUserPayload) Get() *PartialUpdateUserPayload
- func (v NullablePartialUpdateUserPayload) IsSet() bool
- func (v NullablePartialUpdateUserPayload) MarshalJSON() ([]byte, error)
- func (v *NullablePartialUpdateUserPayload) Set(val *PartialUpdateUserPayload)
- func (v *NullablePartialUpdateUserPayload) UnmarshalJSON(src []byte) error
- func (v *NullablePartialUpdateUserPayload) Unset()
- type NullablePostgresDatabaseParameter
- func (v NullablePostgresDatabaseParameter) Get() *PostgresDatabaseParameter
- func (v NullablePostgresDatabaseParameter) IsSet() bool
- func (v NullablePostgresDatabaseParameter) MarshalJSON() ([]byte, error)
- func (v *NullablePostgresDatabaseParameter) Set(val *PostgresDatabaseParameter)
- func (v *NullablePostgresDatabaseParameter) UnmarshalJSON(src []byte) error
- func (v *NullablePostgresDatabaseParameter) Unset()
- type NullablePostgresDatabaseParameterResponse
- func (v NullablePostgresDatabaseParameterResponse) Get() *PostgresDatabaseParameterResponse
- func (v NullablePostgresDatabaseParameterResponse) IsSet() bool
- func (v NullablePostgresDatabaseParameterResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePostgresDatabaseParameterResponse) Set(val *PostgresDatabaseParameterResponse)
- func (v *NullablePostgresDatabaseParameterResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePostgresDatabaseParameterResponse) Unset()
- type NullableResetUserResponse
- func (v NullableResetUserResponse) Get() *ResetUserResponse
- func (v NullableResetUserResponse) IsSet() bool
- func (v NullableResetUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableResetUserResponse) Set(val *ResetUserResponse)
- func (v *NullableResetUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableResetUserResponse) Unset()
- type NullableStorage
- type NullableStorageRange
- func (v NullableStorageRange) Get() *StorageRange
- func (v NullableStorageRange) IsSet() bool
- func (v NullableStorageRange) MarshalJSON() ([]byte, error)
- func (v *NullableStorageRange) Set(val *StorageRange)
- func (v *NullableStorageRange) UnmarshalJSON(src []byte) error
- func (v *NullableStorageRange) Unset()
- type NullableString
- type NullableTime
- type NullableUpdateBackupSchedulePayload
- func (v NullableUpdateBackupSchedulePayload) Get() *UpdateBackupSchedulePayload
- func (v NullableUpdateBackupSchedulePayload) IsSet() bool
- func (v NullableUpdateBackupSchedulePayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateBackupSchedulePayload) Set(val *UpdateBackupSchedulePayload)
- func (v *NullableUpdateBackupSchedulePayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateBackupSchedulePayload) Unset()
- type NullableUpdateInstancePayload
- func (v NullableUpdateInstancePayload) Get() *UpdateInstancePayload
- func (v NullableUpdateInstancePayload) IsSet() bool
- func (v NullableUpdateInstancePayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateInstancePayload) Set(val *UpdateInstancePayload)
- func (v *NullableUpdateInstancePayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateInstancePayload) Unset()
- type NullableUpdateUserPayload
- func (v NullableUpdateUserPayload) Get() *UpdateUserPayload
- func (v NullableUpdateUserPayload) IsSet() bool
- func (v NullableUpdateUserPayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUserPayload) Set(val *UpdateUserPayload)
- func (v *NullableUpdateUserPayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUserPayload) Unset()
- type NullableUser
- type NullableUserResponse
- func (v NullableUserResponse) Get() *UserResponse
- func (v NullableUserResponse) IsSet() bool
- func (v NullableUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUserResponse) Set(val *UserResponse)
- func (v *NullableUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUserResponse) Unset()
- type PartialUpdateInstancePayload
- func (o *PartialUpdateInstancePayload) GetAcl() *ACL
- func (o *PartialUpdateInstancePayload) GetAclOk() (*ACL, bool)
- func (o *PartialUpdateInstancePayload) GetBackupSchedule() *string
- func (o *PartialUpdateInstancePayload) GetBackupScheduleOk() (*string, bool)
- func (o *PartialUpdateInstancePayload) GetFlavorId() *string
- func (o *PartialUpdateInstancePayload) GetFlavorIdOk() (*string, bool)
- func (o *PartialUpdateInstancePayload) GetLabels() *map[string]string
- func (o *PartialUpdateInstancePayload) GetLabelsOk() (*map[string]string, bool)
- func (o *PartialUpdateInstancePayload) GetName() *string
- func (o *PartialUpdateInstancePayload) GetNameOk() (*string, bool)
- func (o *PartialUpdateInstancePayload) GetOptions() *map[string]string
- func (o *PartialUpdateInstancePayload) GetOptionsOk() (*map[string]string, bool)
- func (o *PartialUpdateInstancePayload) GetReplicas() *int64
- func (o *PartialUpdateInstancePayload) GetReplicasOk() (*int64, bool)
- func (o *PartialUpdateInstancePayload) GetStorage() *Storage
- func (o *PartialUpdateInstancePayload) GetStorageOk() (*Storage, bool)
- func (o *PartialUpdateInstancePayload) GetVersion() *string
- func (o *PartialUpdateInstancePayload) GetVersionOk() (*string, bool)
- func (o *PartialUpdateInstancePayload) HasAcl() bool
- func (o *PartialUpdateInstancePayload) HasBackupSchedule() bool
- func (o *PartialUpdateInstancePayload) HasFlavorId() bool
- func (o *PartialUpdateInstancePayload) HasLabels() bool
- func (o *PartialUpdateInstancePayload) HasName() bool
- func (o *PartialUpdateInstancePayload) HasOptions() bool
- func (o *PartialUpdateInstancePayload) HasReplicas() bool
- func (o *PartialUpdateInstancePayload) HasStorage() bool
- func (o *PartialUpdateInstancePayload) HasVersion() bool
- func (o *PartialUpdateInstancePayload) SetAcl(v *ACL)
- func (o *PartialUpdateInstancePayload) SetBackupSchedule(v *string)
- func (o *PartialUpdateInstancePayload) SetFlavorId(v *string)
- func (o *PartialUpdateInstancePayload) SetLabels(v *map[string]string)
- func (o *PartialUpdateInstancePayload) SetName(v *string)
- func (o *PartialUpdateInstancePayload) SetOptions(v *map[string]string)
- func (o *PartialUpdateInstancePayload) SetReplicas(v *int64)
- func (o *PartialUpdateInstancePayload) SetStorage(v *Storage)
- func (o *PartialUpdateInstancePayload) SetVersion(v *string)
- func (o PartialUpdateInstancePayload) ToMap() (map[string]interface{}, error)
- type PartialUpdateInstanceResponse
- func (o *PartialUpdateInstanceResponse) GetItem() *Instance
- func (o *PartialUpdateInstanceResponse) GetItemOk() (*Instance, bool)
- func (o *PartialUpdateInstanceResponse) HasItem() bool
- func (o *PartialUpdateInstanceResponse) SetItem(v *Instance)
- func (o PartialUpdateInstanceResponse) ToMap() (map[string]interface{}, error)
- type PartialUpdateUserPayload
- func (o *PartialUpdateUserPayload) GetDatabase() *string
- func (o *PartialUpdateUserPayload) GetDatabaseOk() (*string, bool)
- func (o *PartialUpdateUserPayload) GetRoles() *[]string
- func (o *PartialUpdateUserPayload) GetRolesOk() (*[]string, bool)
- func (o *PartialUpdateUserPayload) HasDatabase() bool
- func (o *PartialUpdateUserPayload) HasRoles() bool
- func (o *PartialUpdateUserPayload) SetDatabase(v *string)
- func (o *PartialUpdateUserPayload) SetRoles(v *[]string)
- func (o PartialUpdateUserPayload) ToMap() (map[string]interface{}, error)
- type PostgresDatabaseParameter
- func (o *PostgresDatabaseParameter) GetContext() *string
- func (o *PostgresDatabaseParameter) GetContextOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetDataType() *string
- func (o *PostgresDatabaseParameter) GetDataTypeOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetDefaultValue() *string
- func (o *PostgresDatabaseParameter) GetDefaultValueOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetDescription() *string
- func (o *PostgresDatabaseParameter) GetDescriptionOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetEdit() *bool
- func (o *PostgresDatabaseParameter) GetEditOk() (*bool, bool)
- func (o *PostgresDatabaseParameter) GetMaxValue() *string
- func (o *PostgresDatabaseParameter) GetMaxValueOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetMinValue() *string
- func (o *PostgresDatabaseParameter) GetMinValueOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetName() *string
- func (o *PostgresDatabaseParameter) GetNameOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetPendingRestart() *bool
- func (o *PostgresDatabaseParameter) GetPendingRestartOk() (*bool, bool)
- func (o *PostgresDatabaseParameter) GetResetValue() *string
- func (o *PostgresDatabaseParameter) GetResetValueOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetUnit() *string
- func (o *PostgresDatabaseParameter) GetUnitOk() (*string, bool)
- func (o *PostgresDatabaseParameter) GetValue() *string
- func (o *PostgresDatabaseParameter) GetValueOk() (*string, bool)
- func (o *PostgresDatabaseParameter) HasContext() bool
- func (o *PostgresDatabaseParameter) HasDataType() bool
- func (o *PostgresDatabaseParameter) HasDefaultValue() bool
- func (o *PostgresDatabaseParameter) HasDescription() bool
- func (o *PostgresDatabaseParameter) HasEdit() bool
- func (o *PostgresDatabaseParameter) HasMaxValue() bool
- func (o *PostgresDatabaseParameter) HasMinValue() bool
- func (o *PostgresDatabaseParameter) HasName() bool
- func (o *PostgresDatabaseParameter) HasPendingRestart() bool
- func (o *PostgresDatabaseParameter) HasResetValue() bool
- func (o *PostgresDatabaseParameter) HasUnit() bool
- func (o *PostgresDatabaseParameter) HasValue() bool
- func (o *PostgresDatabaseParameter) SetContext(v *string)
- func (o *PostgresDatabaseParameter) SetDataType(v *string)
- func (o *PostgresDatabaseParameter) SetDefaultValue(v *string)
- func (o *PostgresDatabaseParameter) SetDescription(v *string)
- func (o *PostgresDatabaseParameter) SetEdit(v *bool)
- func (o *PostgresDatabaseParameter) SetMaxValue(v *string)
- func (o *PostgresDatabaseParameter) SetMinValue(v *string)
- func (o *PostgresDatabaseParameter) SetName(v *string)
- func (o *PostgresDatabaseParameter) SetPendingRestart(v *bool)
- func (o *PostgresDatabaseParameter) SetResetValue(v *string)
- func (o *PostgresDatabaseParameter) SetUnit(v *string)
- func (o *PostgresDatabaseParameter) SetValue(v *string)
- func (o PostgresDatabaseParameter) ToMap() (map[string]interface{}, error)
- type PostgresDatabaseParameterResponse
- func (o *PostgresDatabaseParameterResponse) GetParameter() *[]PostgresDatabaseParameter
- func (o *PostgresDatabaseParameterResponse) GetParameterOk() (*[]PostgresDatabaseParameter, bool)
- func (o *PostgresDatabaseParameterResponse) HasParameter() bool
- func (o *PostgresDatabaseParameterResponse) SetParameter(v *[]PostgresDatabaseParameter)
- func (o PostgresDatabaseParameterResponse) ToMap() (map[string]interface{}, error)
- type ResetUserResponse
- type Storage
- func (o *Storage) GetClass() *string
- func (o *Storage) GetClassOk() (*string, bool)
- func (o *Storage) GetSize() *int64
- func (o *Storage) GetSizeOk() (*int64, bool)
- func (o *Storage) HasClass() bool
- func (o *Storage) HasSize() bool
- func (o *Storage) SetClass(v *string)
- func (o *Storage) SetSize(v *int64)
- func (o Storage) ToMap() (map[string]interface{}, error)
- type StorageRange
- func (o *StorageRange) GetMax() *int64
- func (o *StorageRange) GetMaxOk() (*int64, bool)
- func (o *StorageRange) GetMin() *int64
- func (o *StorageRange) GetMinOk() (*int64, bool)
- func (o *StorageRange) HasMax() bool
- func (o *StorageRange) HasMin() bool
- func (o *StorageRange) SetMax(v *int64)
- func (o *StorageRange) SetMin(v *int64)
- func (o StorageRange) ToMap() (map[string]interface{}, error)
- type UpdateBackupSchedulePayload
- type UpdateInstancePayload
- func (o *UpdateInstancePayload) GetAcl() *ACL
- func (o *UpdateInstancePayload) GetAclOk() (*ACL, bool)
- func (o *UpdateInstancePayload) GetBackupSchedule() *string
- func (o *UpdateInstancePayload) GetBackupScheduleOk() (*string, bool)
- func (o *UpdateInstancePayload) GetFlavorId() *string
- func (o *UpdateInstancePayload) GetFlavorIdOk() (*string, bool)
- func (o *UpdateInstancePayload) GetLabels() *map[string]string
- func (o *UpdateInstancePayload) GetLabelsOk() (*map[string]string, bool)
- func (o *UpdateInstancePayload) GetName() *string
- func (o *UpdateInstancePayload) GetNameOk() (*string, bool)
- func (o *UpdateInstancePayload) GetOptions() *map[string]string
- func (o *UpdateInstancePayload) GetOptionsOk() (*map[string]string, bool)
- func (o *UpdateInstancePayload) GetReplicas() *int64
- func (o *UpdateInstancePayload) GetReplicasOk() (*int64, bool)
- func (o *UpdateInstancePayload) GetStorage() *Storage
- func (o *UpdateInstancePayload) GetStorageOk() (*Storage, bool)
- func (o *UpdateInstancePayload) GetVersion() *string
- func (o *UpdateInstancePayload) GetVersionOk() (*string, bool)
- func (o *UpdateInstancePayload) HasAcl() bool
- func (o *UpdateInstancePayload) HasBackupSchedule() bool
- func (o *UpdateInstancePayload) HasFlavorId() bool
- func (o *UpdateInstancePayload) HasLabels() bool
- func (o *UpdateInstancePayload) HasName() bool
- func (o *UpdateInstancePayload) HasOptions() bool
- func (o *UpdateInstancePayload) HasReplicas() bool
- func (o *UpdateInstancePayload) HasStorage() bool
- func (o *UpdateInstancePayload) HasVersion() bool
- func (o *UpdateInstancePayload) SetAcl(v *ACL)
- func (o *UpdateInstancePayload) SetBackupSchedule(v *string)
- func (o *UpdateInstancePayload) SetFlavorId(v *string)
- func (o *UpdateInstancePayload) SetLabels(v *map[string]string)
- func (o *UpdateInstancePayload) SetName(v *string)
- func (o *UpdateInstancePayload) SetOptions(v *map[string]string)
- func (o *UpdateInstancePayload) SetReplicas(v *int64)
- func (o *UpdateInstancePayload) SetStorage(v *Storage)
- func (o *UpdateInstancePayload) SetVersion(v *string)
- func (o UpdateInstancePayload) ToMap() (map[string]interface{}, error)
- type UpdateUserPayload
- func (o *UpdateUserPayload) GetDatabase() *string
- func (o *UpdateUserPayload) GetDatabaseOk() (*string, bool)
- func (o *UpdateUserPayload) GetRoles() *[]string
- func (o *UpdateUserPayload) GetRolesOk() (*[]string, bool)
- func (o *UpdateUserPayload) HasDatabase() bool
- func (o *UpdateUserPayload) HasRoles() bool
- func (o *UpdateUserPayload) SetDatabase(v *string)
- func (o *UpdateUserPayload) SetRoles(v *[]string)
- func (o UpdateUserPayload) ToMap() (map[string]interface{}, error)
- type User
- func (o *User) GetDatabase() *string
- func (o *User) GetDatabaseOk() (*string, bool)
- func (o *User) GetHost() *string
- func (o *User) GetHostOk() (*string, bool)
- func (o *User) GetId() *string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetPassword() *string
- func (o *User) GetPasswordOk() (*string, bool)
- func (o *User) GetPort() *int64
- func (o *User) GetPortOk() (*int64, bool)
- func (o *User) GetRoles() *[]string
- func (o *User) GetRolesOk() (*[]string, bool)
- func (o *User) GetUri() *string
- func (o *User) GetUriOk() (*string, bool)
- func (o *User) GetUsername() *string
- func (o *User) GetUsernameOk() (*string, bool)
- func (o *User) HasDatabase() bool
- func (o *User) HasHost() bool
- func (o *User) HasId() bool
- func (o *User) HasPassword() bool
- func (o *User) HasPort() bool
- func (o *User) HasRoles() bool
- func (o *User) HasUri() bool
- func (o *User) HasUsername() bool
- func (o *User) SetDatabase(v *string)
- func (o *User) SetHost(v *string)
- func (o *User) SetId(v *string)
- func (o *User) SetPassword(v *string)
- func (o *User) SetPort(v *int64)
- func (o *User) SetRoles(v *[]string)
- func (o *User) SetUri(v *string)
- func (o *User) SetUsername(v *string)
- func (o User) ToMap() (map[string]interface{}, error)
- type UserResponse
- func (o *UserResponse) GetHost() *string
- func (o *UserResponse) GetHostOk() (*string, bool)
- func (o *UserResponse) GetId() *string
- func (o *UserResponse) GetIdOk() (*string, bool)
- func (o *UserResponse) GetPort() *int64
- func (o *UserResponse) GetPortOk() (*int64, bool)
- func (o *UserResponse) GetRoles() *[]string
- func (o *UserResponse) GetRolesOk() (*[]string, bool)
- func (o *UserResponse) GetUsername() *string
- func (o *UserResponse) GetUsernameOk() (*string, bool)
- func (o *UserResponse) HasHost() bool
- func (o *UserResponse) HasId() bool
- func (o *UserResponse) HasPort() bool
- func (o *UserResponse) HasRoles() bool
- func (o *UserResponse) HasUsername() bool
- func (o *UserResponse) SetHost(v *string)
- func (o *UserResponse) SetId(v *string)
- func (o *UserResponse) SetPort(v *int64)
- func (o *UserResponse) SetRoles(v *[]string)
- func (o *UserResponse) SetUsername(v *string)
- func (o UserResponse) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object
func ParameterValueToString ¶
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type ACL ¶
type ACL struct {
Items *[]string `json:"items,omitempty"`
}
ACL struct for ACL
func NewACL ¶ added in v0.16.0
func NewACL() *ACL
NewACL instantiates a new ACL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewACLWithDefaults ¶ added in v0.16.0
func NewACLWithDefaults() *ACL
NewACLWithDefaults instantiates a new ACL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ACL) GetItems ¶ added in v0.16.0
GetItems returns the Items field value if set, zero value otherwise.
func (*ACL) GetItemsOk ¶ added in v0.16.0
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT PostgreSQL Flex API API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options
func (*APIClient) CloneInstance ¶ added in v0.10.0
func (a *APIClient) CloneInstance(ctx context.Context, projectId string, instanceId string) ApiCloneInstanceRequest
CloneInstance: Clone Instance
Clone an existing instance of a postgres database to a new destination instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiCloneInstanceRequest
func (*APIClient) CloneInstanceExecute ¶ added in v0.10.0
func (*APIClient) CreateDatabase ¶ added in v0.15.0
func (a *APIClient) CreateDatabase(ctx context.Context, projectId string, instanceId string) ApiCreateDatabaseRequest
CreateDatabase: Create Database
Create database for a user Note: The name of a valid user must be provided in the "options" map field using the key "owner"
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiCreateDatabaseRequest
func (*APIClient) CreateDatabaseExecute ¶ added in v0.15.0
func (*APIClient) CreateInstance ¶
func (a *APIClient) CreateInstance(ctx context.Context, projectId string) ApiCreateInstanceRequest
CreateInstance: Create Instance
Create a new instance of a postgres database
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @return ApiCreateInstanceRequest
func (*APIClient) CreateInstanceExecute ¶
func (*APIClient) CreateUser ¶
func (a *APIClient) CreateUser(ctx context.Context, projectId string, instanceId string) ApiCreateUserRequest
CreateUser: Create User
Create user for an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiCreateUserRequest
func (*APIClient) CreateUserExecute ¶
func (*APIClient) DeleteDatabase ¶ added in v0.15.0
func (a *APIClient) DeleteDatabase(ctx context.Context, projectId string, instanceId string, databaseId string) ApiDeleteDatabaseRequest
DeleteDatabase: Delete Database
Delete database for an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @param databaseId Database ID @return ApiDeleteDatabaseRequest
func (*APIClient) DeleteDatabaseExecute ¶ added in v0.15.0
func (*APIClient) DeleteInstance ¶
func (a *APIClient) DeleteInstance(ctx context.Context, projectId string, instanceId string) ApiDeleteInstanceRequest
DeleteInstance: Delete Instance
Delete available instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiDeleteInstanceRequest
func (*APIClient) DeleteInstanceExecute ¶
func (*APIClient) DeleteUser ¶
func (a *APIClient) DeleteUser(ctx context.Context, projectId string, instanceId string, userId string) ApiDeleteUserRequest
DeleteUser: Delete User
Delete user for an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @param userId User ID @return ApiDeleteUserRequest
func (*APIClient) DeleteUserExecute ¶
func (*APIClient) DisableService ¶ added in v0.15.0
func (a *APIClient) DisableService(ctx context.Context, projectId string) ApiDisableServiceRequest
DisableService: Terminate the Project
Termination is the deletion of a whole project which causes the deletion of all instances for this project. Only System with permission system.databases-project.remove is able to call this resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @return ApiDisableServiceRequest
func (*APIClient) DisableServiceExecute ¶ added in v0.15.0
func (*APIClient) ForceDeleteInstance ¶ added in v0.11.0
func (a *APIClient) ForceDeleteInstance(ctx context.Context, projectId string, instanceId string) ApiForceDeleteInstanceRequest
ForceDeleteInstance: Force delete instance
Forces the deletion of an delayed deleted instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiForceDeleteInstanceRequest
func (*APIClient) ForceDeleteInstanceExecute ¶ added in v0.11.0
func (*APIClient) GetBackup ¶
func (a *APIClient) GetBackup(ctx context.Context, projectId string, instanceId string, backupId string) ApiGetBackupRequest
GetBackup: Get specific backup
Get specific available backup
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @param backupId Backup ID @return ApiGetBackupRequest
func (*APIClient) GetBackupExecute ¶
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
func (*APIClient) GetInstance ¶
func (a *APIClient) GetInstance(ctx context.Context, projectId string, instanceId string) ApiGetInstanceRequest
GetInstance: Get specific instance
Get specific available instances
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiGetInstanceRequest
func (*APIClient) GetInstanceExecute ¶
func (*APIClient) GetUser ¶
func (a *APIClient) GetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiGetUserRequest
GetUser: Get User
Get specific available user for an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @param userId User ID @return ApiGetUserRequest
func (*APIClient) GetUserExecute ¶
func (*APIClient) ListBackups ¶
func (a *APIClient) ListBackups(ctx context.Context, projectId string, instanceId string) ApiListBackupsRequest
ListBackups: List backups
List all backups which are available for a specific instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiListBackupsRequest
func (*APIClient) ListBackupsExecute ¶
func (*APIClient) ListDatabaseParameters ¶ added in v0.15.0
func (a *APIClient) ListDatabaseParameters(ctx context.Context, projectId string, instanceId string) ApiListDatabaseParametersRequest
ListDatabaseParameters: List Databases parameter
List available databases parameter
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiListDatabaseParametersRequest
func (*APIClient) ListDatabaseParametersExecute ¶ added in v0.15.0
func (*APIClient) ListDatabases ¶ added in v0.15.0
func (a *APIClient) ListDatabases(ctx context.Context, projectId string, instanceId string) ApiListDatabasesRequest
ListDatabases: List Databases
List available databases for an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiListDatabasesRequest
func (*APIClient) ListDatabasesExecute ¶ added in v0.15.0
func (*APIClient) ListFlavors ¶
func (a *APIClient) ListFlavors(ctx context.Context, projectId string) ApiListFlavorsRequest
ListFlavors: Get Flavors
Get available flavors for a specific projectID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @return ApiListFlavorsRequest
func (*APIClient) ListFlavorsExecute ¶
func (*APIClient) ListInstances ¶
func (a *APIClient) ListInstances(ctx context.Context, projectId string) ApiListInstancesRequest
ListInstances: List Instances
List available instances
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @return ApiListInstancesRequest
func (*APIClient) ListInstancesExecute ¶
func (*APIClient) ListMetrics ¶ added in v0.15.0
func (a *APIClient) ListMetrics(ctx context.Context, projectId string, instanceId string, metric string) ApiListMetricsRequest
ListMetrics: Get Metric
Returns a metric for an instance. The metric will only be for the master pod if needed. Granularity parameter is always needed. If start and end time is provided, period is not considered in max-connections and disk-use. If you provide start time, you have to provide end time as well and vice versa.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The UUID of the project. @param instanceId The UUID of the instance. @param metric The name of the metric. Valid metrics are 'cpu', 'memory', 'max-connections', 'connections' and 'disk-use'. @return ApiListMetricsRequest
func (*APIClient) ListMetricsExecute ¶ added in v0.15.0
func (*APIClient) ListStorages ¶
func (a *APIClient) ListStorages(ctx context.Context, projectId string, flavorId string) ApiListStoragesRequest
ListStorages: Get Storages
Get available storages for a specific flavor
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param flavorId Flavor ID @return ApiListStoragesRequest
func (*APIClient) ListStoragesExecute ¶
func (*APIClient) ListUsers ¶
func (a *APIClient) ListUsers(ctx context.Context, projectId string, instanceId string) ApiListUsersRequest
ListUsers: List Users
List available users for an instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiListUsersRequest
func (*APIClient) ListUsersExecute ¶
func (*APIClient) ListVersions ¶
func (a *APIClient) ListVersions(ctx context.Context, projectId string) ApiListVersionsRequest
ListVersions: Get Versions
Get available versions for postgres database
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @return ApiListVersionsRequest
func (*APIClient) ListVersionsExecute ¶
func (*APIClient) PartialUpdateInstance ¶
func (a *APIClient) PartialUpdateInstance(ctx context.Context, projectId string, instanceId string) ApiPartialUpdateInstanceRequest
PartialUpdateInstance: Update Instance
Update available instance of a postgres database. Supported Versions are 12, 13, 14, 15 -- only upgrades are allowed!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiPartialUpdateInstanceRequest
func (*APIClient) PartialUpdateInstanceExecute ¶
func (*APIClient) PartialUpdateUser ¶ added in v0.9.0
func (a *APIClient) PartialUpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiPartialUpdateUserRequest
PartialUpdateUser: Update User
Update user for an instance. Only the roles are updatable.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project @param instanceId The ID of the instance @param userId The ID of the user in the database @return ApiPartialUpdateUserRequest
func (*APIClient) PartialUpdateUserExecute ¶ added in v0.9.0
func (*APIClient) ResetUser ¶ added in v0.9.0
func (a *APIClient) ResetUser(ctx context.Context, projectId string, instanceId string, userId string) ApiResetUserRequest
ResetUser: Reset User
Reset user password for a postgres instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @param userId user ID @return ApiResetUserRequest
func (*APIClient) ResetUserExecute ¶ added in v0.9.0
func (*APIClient) UpdateBackupSchedule ¶
func (a *APIClient) UpdateBackupSchedule(ctx context.Context, projectId string, instanceId string) ApiUpdateBackupScheduleRequest
UpdateBackupSchedule: Update Backup Schedule
Update backup schedule
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiUpdateBackupScheduleRequest
func (*APIClient) UpdateBackupScheduleExecute ¶
func (*APIClient) UpdateInstance ¶ added in v0.15.0
func (a *APIClient) UpdateInstance(ctx context.Context, projectId string, instanceId string) ApiUpdateInstanceRequest
UpdateInstance: Update Instance
Update available instance of a postgres database. Supported Versions are 12, 13, 14, 15 -- only upgrades are allowed!
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project ID @param instanceId Instance ID @return ApiUpdateInstanceRequest
func (*APIClient) UpdateInstanceExecute ¶ added in v0.15.0
func (*APIClient) UpdateUser ¶ added in v0.9.0
func (a *APIClient) UpdateUser(ctx context.Context, projectId string, instanceId string, userId string) ApiUpdateUserRequest
UpdateUser: Update User
Update user for an instance. Only the roles are updatable.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The ID of the project @param instanceId The ID of the instance @param userId The ID of the user in the database @return ApiUpdateUserRequest
type ApiCloneInstanceRequest ¶ added in v0.10.0
type ApiCloneInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiCloneInstanceRequest) CloneInstancePayload ¶ added in v0.10.0
func (r ApiCloneInstanceRequest) CloneInstancePayload(cloneInstancePayload CloneInstancePayload) ApiCloneInstanceRequest
func (ApiCloneInstanceRequest) Execute ¶ added in v0.10.0
func (r ApiCloneInstanceRequest) Execute() (*CloneInstanceResponse, error)
type ApiConfiguration ¶ added in v0.11.0
type ApiConfiguration struct { Name *string `json:"name,omitempty"` Setting *string `json:"setting,omitempty"` }
ApiConfiguration struct for ApiConfiguration
func NewApiConfiguration ¶ added in v0.16.0
func NewApiConfiguration() *ApiConfiguration
NewApiConfiguration instantiates a new ApiConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiConfigurationWithDefaults ¶ added in v0.16.0
func NewApiConfigurationWithDefaults() *ApiConfiguration
NewApiConfigurationWithDefaults instantiates a new ApiConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiConfiguration) GetName ¶ added in v0.16.0
func (o *ApiConfiguration) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*ApiConfiguration) GetNameOk ¶ added in v0.16.0
func (o *ApiConfiguration) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiConfiguration) GetSetting ¶ added in v0.16.0
func (o *ApiConfiguration) GetSetting() *string
GetSetting returns the Setting field value if set, zero value otherwise.
func (*ApiConfiguration) GetSettingOk ¶ added in v0.16.0
func (o *ApiConfiguration) GetSettingOk() (*string, bool)
GetSettingOk returns a tuple with the Setting field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiConfiguration) HasName ¶ added in v0.16.0
func (o *ApiConfiguration) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApiConfiguration) HasSetting ¶ added in v0.16.0
func (o *ApiConfiguration) HasSetting() bool
HasSetting returns a boolean if a field has been set.
func (*ApiConfiguration) SetName ¶ added in v0.16.0
func (o *ApiConfiguration) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApiConfiguration) SetSetting ¶ added in v0.16.0
func (o *ApiConfiguration) SetSetting(v *string)
SetSetting gets a reference to the given string and assigns it to the Setting field.
func (ApiConfiguration) ToMap ¶ added in v0.16.0
func (o ApiConfiguration) ToMap() (map[string]interface{}, error)
type ApiCreateDatabaseRequest ¶ added in v0.15.0
type ApiCreateDatabaseRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateDatabaseRequest) CreateDatabasePayload ¶ added in v0.15.0
func (r ApiCreateDatabaseRequest) CreateDatabasePayload(createDatabasePayload CreateDatabasePayload) ApiCreateDatabaseRequest
func (ApiCreateDatabaseRequest) Execute ¶ added in v0.15.0
func (r ApiCreateDatabaseRequest) Execute() (*InstanceCreateDatabaseResponse, error)
type ApiCreateInstanceRequest ¶
type ApiCreateInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateInstanceRequest) CreateInstancePayload ¶
func (r ApiCreateInstanceRequest) CreateInstancePayload(createInstancePayload CreateInstancePayload) ApiCreateInstanceRequest
func (ApiCreateInstanceRequest) Execute ¶
func (r ApiCreateInstanceRequest) Execute() (*CreateInstanceResponse, error)
type ApiCreateUserRequest ¶
type ApiCreateUserRequest struct {
// contains filtered or unexported fields
}
func (ApiCreateUserRequest) CreateUserPayload ¶
func (r ApiCreateUserRequest) CreateUserPayload(createUserPayload CreateUserPayload) ApiCreateUserRequest
func (ApiCreateUserRequest) Execute ¶
func (r ApiCreateUserRequest) Execute() (*CreateUserResponse, error)
type ApiDeleteDatabaseRequest ¶ added in v0.15.0
type ApiDeleteDatabaseRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteDatabaseRequest) Execute ¶ added in v0.15.0
func (r ApiDeleteDatabaseRequest) Execute() error
type ApiDeleteInstanceRequest ¶
type ApiDeleteInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteInstanceRequest) Execute ¶
func (r ApiDeleteInstanceRequest) Execute() error
type ApiDeleteUserRequest ¶
type ApiDeleteUserRequest struct {
// contains filtered or unexported fields
}
func (ApiDeleteUserRequest) Execute ¶
func (r ApiDeleteUserRequest) Execute() error
type ApiDisableServiceRequest ¶ added in v0.15.0
type ApiDisableServiceRequest struct {
// contains filtered or unexported fields
}
func (ApiDisableServiceRequest) Execute ¶ added in v0.15.0
func (r ApiDisableServiceRequest) Execute() error
type ApiExtensionConfigLoadResponse ¶ added in v0.11.0
type ApiExtensionConfigLoadResponse struct { // Returns marshalled JSON of the new configuration of whatever extension is called Configuration *[]ApiConfiguration `json:"configuration,omitempty"` }
ApiExtensionConfigLoadResponse struct for ApiExtensionConfigLoadResponse
func NewApiExtensionConfigLoadResponse ¶ added in v0.16.0
func NewApiExtensionConfigLoadResponse() *ApiExtensionConfigLoadResponse
NewApiExtensionConfigLoadResponse instantiates a new ApiExtensionConfigLoadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiExtensionConfigLoadResponseWithDefaults ¶ added in v0.16.0
func NewApiExtensionConfigLoadResponseWithDefaults() *ApiExtensionConfigLoadResponse
NewApiExtensionConfigLoadResponseWithDefaults instantiates a new ApiExtensionConfigLoadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiExtensionConfigLoadResponse) GetConfiguration ¶ added in v0.16.0
func (o *ApiExtensionConfigLoadResponse) GetConfiguration() *[]ApiConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*ApiExtensionConfigLoadResponse) GetConfigurationOk ¶ added in v0.16.0
func (o *ApiExtensionConfigLoadResponse) GetConfigurationOk() (*[]ApiConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExtensionConfigLoadResponse) HasConfiguration ¶ added in v0.16.0
func (o *ApiExtensionConfigLoadResponse) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*ApiExtensionConfigLoadResponse) SetConfiguration ¶ added in v0.16.0
func (o *ApiExtensionConfigLoadResponse) SetConfiguration(v *[]ApiConfiguration)
SetConfiguration gets a reference to the given []ApiConfiguration and assigns it to the Configuration field.
func (ApiExtensionConfigLoadResponse) ToMap ¶ added in v0.16.0
func (o ApiExtensionConfigLoadResponse) ToMap() (map[string]interface{}, error)
type ApiExtensionConfigureResponse ¶ added in v0.11.0
type ApiExtensionConfigureResponse struct { // Returns marshalled JSON of the new configuration of whatever extension is called Configuration *[]ApiConfiguration `json:"configuration,omitempty"` }
ApiExtensionConfigureResponse struct for ApiExtensionConfigureResponse
func NewApiExtensionConfigureResponse ¶ added in v0.16.0
func NewApiExtensionConfigureResponse() *ApiExtensionConfigureResponse
NewApiExtensionConfigureResponse instantiates a new ApiExtensionConfigureResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiExtensionConfigureResponseWithDefaults ¶ added in v0.16.0
func NewApiExtensionConfigureResponseWithDefaults() *ApiExtensionConfigureResponse
NewApiExtensionConfigureResponseWithDefaults instantiates a new ApiExtensionConfigureResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiExtensionConfigureResponse) GetConfiguration ¶ added in v0.16.0
func (o *ApiExtensionConfigureResponse) GetConfiguration() *[]ApiConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*ApiExtensionConfigureResponse) GetConfigurationOk ¶ added in v0.16.0
func (o *ApiExtensionConfigureResponse) GetConfigurationOk() (*[]ApiConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExtensionConfigureResponse) HasConfiguration ¶ added in v0.16.0
func (o *ApiExtensionConfigureResponse) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*ApiExtensionConfigureResponse) SetConfiguration ¶ added in v0.16.0
func (o *ApiExtensionConfigureResponse) SetConfiguration(v *[]ApiConfiguration)
SetConfiguration gets a reference to the given []ApiConfiguration and assigns it to the Configuration field.
func (ApiExtensionConfigureResponse) ToMap ¶ added in v0.16.0
func (o ApiExtensionConfigureResponse) ToMap() (map[string]interface{}, error)
type ApiExtensionDeleteResponse ¶ added in v0.11.0
type ApiExtensionDeleteResponse struct {
IsSucceded *bool `json:"isSucceded,omitempty"`
}
ApiExtensionDeleteResponse struct for ApiExtensionDeleteResponse
func NewApiExtensionDeleteResponse ¶ added in v0.16.0
func NewApiExtensionDeleteResponse() *ApiExtensionDeleteResponse
NewApiExtensionDeleteResponse instantiates a new ApiExtensionDeleteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiExtensionDeleteResponseWithDefaults ¶ added in v0.16.0
func NewApiExtensionDeleteResponseWithDefaults() *ApiExtensionDeleteResponse
NewApiExtensionDeleteResponseWithDefaults instantiates a new ApiExtensionDeleteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiExtensionDeleteResponse) GetIsSucceded ¶ added in v0.16.0
func (o *ApiExtensionDeleteResponse) GetIsSucceded() *bool
GetIsSucceded returns the IsSucceded field value if set, zero value otherwise.
func (*ApiExtensionDeleteResponse) GetIsSuccededOk ¶ added in v0.16.0
func (o *ApiExtensionDeleteResponse) GetIsSuccededOk() (*bool, bool)
GetIsSuccededOk returns a tuple with the IsSucceded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExtensionDeleteResponse) HasIsSucceded ¶ added in v0.16.0
func (o *ApiExtensionDeleteResponse) HasIsSucceded() bool
HasIsSucceded returns a boolean if a field has been set.
func (*ApiExtensionDeleteResponse) SetIsSucceded ¶ added in v0.16.0
func (o *ApiExtensionDeleteResponse) SetIsSucceded(v *bool)
SetIsSucceded gets a reference to the given bool and assigns it to the IsSucceded field.
func (ApiExtensionDeleteResponse) ToMap ¶ added in v0.16.0
func (o ApiExtensionDeleteResponse) ToMap() (map[string]interface{}, error)
type ApiExtensionList ¶ added in v0.11.0
type ApiExtensionList struct { ID *int64 `json:"ID,omitempty"` Description *string `json:"description,omitempty"` Name *string `json:"name,omitempty"` }
ApiExtensionList struct for ApiExtensionList
func NewApiExtensionList ¶ added in v0.16.0
func NewApiExtensionList() *ApiExtensionList
NewApiExtensionList instantiates a new ApiExtensionList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiExtensionListWithDefaults ¶ added in v0.16.0
func NewApiExtensionListWithDefaults() *ApiExtensionList
NewApiExtensionListWithDefaults instantiates a new ApiExtensionList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiExtensionList) GetDescription ¶ added in v0.16.0
func (o *ApiExtensionList) GetDescription() *string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApiExtensionList) GetDescriptionOk ¶ added in v0.16.0
func (o *ApiExtensionList) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExtensionList) GetID ¶ added in v0.16.0
func (o *ApiExtensionList) GetID() *int64
GetID returns the ID field value if set, zero value otherwise.
func (*ApiExtensionList) GetIDOk ¶ added in v0.16.0
func (o *ApiExtensionList) GetIDOk() (*int64, bool)
GetIDOk returns a tuple with the ID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExtensionList) GetName ¶ added in v0.16.0
func (o *ApiExtensionList) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*ApiExtensionList) GetNameOk ¶ added in v0.16.0
func (o *ApiExtensionList) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExtensionList) HasDescription ¶ added in v0.16.0
func (o *ApiExtensionList) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApiExtensionList) HasID ¶ added in v0.16.0
func (o *ApiExtensionList) HasID() bool
HasID returns a boolean if a field has been set.
func (*ApiExtensionList) HasName ¶ added in v0.16.0
func (o *ApiExtensionList) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApiExtensionList) SetDescription ¶ added in v0.16.0
func (o *ApiExtensionList) SetDescription(v *string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApiExtensionList) SetID ¶ added in v0.16.0
func (o *ApiExtensionList) SetID(v *int64)
SetID gets a reference to the given int64 and assigns it to the ID field.
func (*ApiExtensionList) SetName ¶ added in v0.16.0
func (o *ApiExtensionList) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ApiExtensionList) ToMap ¶ added in v0.16.0
func (o ApiExtensionList) ToMap() (map[string]interface{}, error)
type ApiExtensionLoadResponse ¶ added in v0.11.0
type ApiExtensionLoadResponse struct {
Extension *ApiExtensionList `json:"extension,omitempty"`
}
ApiExtensionLoadResponse struct for ApiExtensionLoadResponse
func NewApiExtensionLoadResponse ¶ added in v0.16.0
func NewApiExtensionLoadResponse() *ApiExtensionLoadResponse
NewApiExtensionLoadResponse instantiates a new ApiExtensionLoadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiExtensionLoadResponseWithDefaults ¶ added in v0.16.0
func NewApiExtensionLoadResponseWithDefaults() *ApiExtensionLoadResponse
NewApiExtensionLoadResponseWithDefaults instantiates a new ApiExtensionLoadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiExtensionLoadResponse) GetExtension ¶ added in v0.16.0
func (o *ApiExtensionLoadResponse) GetExtension() *ApiExtensionList
GetExtension returns the Extension field value if set, zero value otherwise.
func (*ApiExtensionLoadResponse) GetExtensionOk ¶ added in v0.16.0
func (o *ApiExtensionLoadResponse) GetExtensionOk() (*ApiExtensionList, bool)
GetExtensionOk returns a tuple with the Extension field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiExtensionLoadResponse) HasExtension ¶ added in v0.16.0
func (o *ApiExtensionLoadResponse) HasExtension() bool
HasExtension returns a boolean if a field has been set.
func (*ApiExtensionLoadResponse) SetExtension ¶ added in v0.16.0
func (o *ApiExtensionLoadResponse) SetExtension(v *ApiExtensionList)
SetExtension gets a reference to the given ApiExtensionList and assigns it to the Extension field.
func (ApiExtensionLoadResponse) ToMap ¶ added in v0.16.0
func (o ApiExtensionLoadResponse) ToMap() (map[string]interface{}, error)
type ApiForceDeleteInstanceRequest ¶ added in v0.11.0
type ApiForceDeleteInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiForceDeleteInstanceRequest) Execute ¶ added in v0.11.0
func (r ApiForceDeleteInstanceRequest) Execute() error
type ApiGetBackupRequest ¶
type ApiGetBackupRequest struct {
// contains filtered or unexported fields
}
func (ApiGetBackupRequest) Execute ¶
func (r ApiGetBackupRequest) Execute() (*GetBackupResponse, error)
type ApiGetInstanceRequest ¶
type ApiGetInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiGetInstanceRequest) Execute ¶
func (r ApiGetInstanceRequest) Execute() (*InstanceResponse, error)
type ApiGetUserRequest ¶
type ApiGetUserRequest struct {
// contains filtered or unexported fields
}
func (ApiGetUserRequest) Execute ¶
func (r ApiGetUserRequest) Execute() (*GetUserResponse, error)
type ApiInstallResponse ¶ added in v0.11.0
type ApiInstallResponse struct {
Extension *ApiExtensionList `json:"extension,omitempty"`
}
ApiInstallResponse struct for ApiInstallResponse
func NewApiInstallResponse ¶ added in v0.16.0
func NewApiInstallResponse() *ApiInstallResponse
NewApiInstallResponse instantiates a new ApiInstallResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiInstallResponseWithDefaults ¶ added in v0.16.0
func NewApiInstallResponseWithDefaults() *ApiInstallResponse
NewApiInstallResponseWithDefaults instantiates a new ApiInstallResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiInstallResponse) GetExtension ¶ added in v0.16.0
func (o *ApiInstallResponse) GetExtension() *ApiExtensionList
GetExtension returns the Extension field value if set, zero value otherwise.
func (*ApiInstallResponse) GetExtensionOk ¶ added in v0.16.0
func (o *ApiInstallResponse) GetExtensionOk() (*ApiExtensionList, bool)
GetExtensionOk returns a tuple with the Extension field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiInstallResponse) HasExtension ¶ added in v0.16.0
func (o *ApiInstallResponse) HasExtension() bool
HasExtension returns a boolean if a field has been set.
func (*ApiInstallResponse) SetExtension ¶ added in v0.16.0
func (o *ApiInstallResponse) SetExtension(v *ApiExtensionList)
SetExtension gets a reference to the given ApiExtensionList and assigns it to the Extension field.
func (ApiInstallResponse) ToMap ¶ added in v0.16.0
func (o ApiInstallResponse) ToMap() (map[string]interface{}, error)
type ApiInstalledListResponse ¶ added in v0.11.0
type ApiInstalledListResponse struct {
Installed *[]ApiExtensionList `json:"installed,omitempty"`
}
ApiInstalledListResponse struct for ApiInstalledListResponse
func NewApiInstalledListResponse ¶ added in v0.16.0
func NewApiInstalledListResponse() *ApiInstalledListResponse
NewApiInstalledListResponse instantiates a new ApiInstalledListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiInstalledListResponseWithDefaults ¶ added in v0.16.0
func NewApiInstalledListResponseWithDefaults() *ApiInstalledListResponse
NewApiInstalledListResponseWithDefaults instantiates a new ApiInstalledListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiInstalledListResponse) GetInstalled ¶ added in v0.16.0
func (o *ApiInstalledListResponse) GetInstalled() *[]ApiExtensionList
GetInstalled returns the Installed field value if set, zero value otherwise.
func (*ApiInstalledListResponse) GetInstalledOk ¶ added in v0.16.0
func (o *ApiInstalledListResponse) GetInstalledOk() (*[]ApiExtensionList, bool)
GetInstalledOk returns a tuple with the Installed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiInstalledListResponse) HasInstalled ¶ added in v0.16.0
func (o *ApiInstalledListResponse) HasInstalled() bool
HasInstalled returns a boolean if a field has been set.
func (*ApiInstalledListResponse) SetInstalled ¶ added in v0.16.0
func (o *ApiInstalledListResponse) SetInstalled(v *[]ApiExtensionList)
SetInstalled gets a reference to the given []ApiExtensionList and assigns it to the Installed field.
func (ApiInstalledListResponse) ToMap ¶ added in v0.16.0
func (o ApiInstalledListResponse) ToMap() (map[string]interface{}, error)
type ApiListBackupsRequest ¶
type ApiListBackupsRequest struct {
// contains filtered or unexported fields
}
func (ApiListBackupsRequest) Execute ¶
func (r ApiListBackupsRequest) Execute() (*ListBackupsResponse, error)
type ApiListDatabaseParametersRequest ¶ added in v0.15.0
type ApiListDatabaseParametersRequest struct {
// contains filtered or unexported fields
}
func (ApiListDatabaseParametersRequest) Execute ¶ added in v0.15.0
func (r ApiListDatabaseParametersRequest) Execute() (*PostgresDatabaseParameterResponse, error)
type ApiListDatabasesRequest ¶ added in v0.15.0
type ApiListDatabasesRequest struct {
// contains filtered or unexported fields
}
func (ApiListDatabasesRequest) Execute ¶ added in v0.15.0
func (r ApiListDatabasesRequest) Execute() (*InstanceListDatabasesResponse, error)
type ApiListFlavorsRequest ¶
type ApiListFlavorsRequest struct {
// contains filtered or unexported fields
}
func (ApiListFlavorsRequest) Execute ¶
func (r ApiListFlavorsRequest) Execute() (*ListFlavorsResponse, error)
type ApiListInstancesRequest ¶
type ApiListInstancesRequest struct {
// contains filtered or unexported fields
}
func (ApiListInstancesRequest) Execute ¶
func (r ApiListInstancesRequest) Execute() (*ListInstancesResponse, error)
type ApiListMetricsRequest ¶ added in v0.15.0
type ApiListMetricsRequest struct {
// contains filtered or unexported fields
}
func (ApiListMetricsRequest) End ¶ added in v0.15.0
func (r ApiListMetricsRequest) End(end string) ApiListMetricsRequest
func (ApiListMetricsRequest) Execute ¶ added in v0.15.0
func (r ApiListMetricsRequest) Execute() (*InstanceMetricsResponse, error)
func (ApiListMetricsRequest) Granularity ¶ added in v0.15.0
func (r ApiListMetricsRequest) Granularity(granularity string) ApiListMetricsRequest
func (ApiListMetricsRequest) Period ¶ added in v0.15.0
func (r ApiListMetricsRequest) Period(period string) ApiListMetricsRequest
func (ApiListMetricsRequest) Start ¶ added in v0.15.0
func (r ApiListMetricsRequest) Start(start string) ApiListMetricsRequest
type ApiListStoragesRequest ¶
type ApiListStoragesRequest struct {
// contains filtered or unexported fields
}
func (ApiListStoragesRequest) Execute ¶
func (r ApiListStoragesRequest) Execute() (*ListStoragesResponse, error)
type ApiListUsersRequest ¶
type ApiListUsersRequest struct {
// contains filtered or unexported fields
}
func (ApiListUsersRequest) Execute ¶
func (r ApiListUsersRequest) Execute() (*ListUsersResponse, error)
type ApiListVersionsRequest ¶
type ApiListVersionsRequest struct {
// contains filtered or unexported fields
}
func (ApiListVersionsRequest) Execute ¶
func (r ApiListVersionsRequest) Execute() (*ListVersionsResponse, error)
func (ApiListVersionsRequest) InstanceId ¶
func (r ApiListVersionsRequest) InstanceId(instanceId string) ApiListVersionsRequest
type ApiPartialUpdateInstanceRequest ¶
type ApiPartialUpdateInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiPartialUpdateInstanceRequest) Execute ¶
func (r ApiPartialUpdateInstanceRequest) Execute() (*PartialUpdateInstanceResponse, error)
func (ApiPartialUpdateInstanceRequest) PartialUpdateInstancePayload ¶
func (r ApiPartialUpdateInstanceRequest) PartialUpdateInstancePayload(partialUpdateInstancePayload PartialUpdateInstancePayload) ApiPartialUpdateInstanceRequest
type ApiPartialUpdateUserRequest ¶ added in v0.9.0
type ApiPartialUpdateUserRequest struct {
// contains filtered or unexported fields
}
func (ApiPartialUpdateUserRequest) Execute ¶ added in v0.9.0
func (r ApiPartialUpdateUserRequest) Execute() error
func (ApiPartialUpdateUserRequest) PartialUpdateUserPayload ¶ added in v0.9.0
func (r ApiPartialUpdateUserRequest) PartialUpdateUserPayload(partialUpdateUserPayload PartialUpdateUserPayload) ApiPartialUpdateUserRequest
type ApiResetUserRequest ¶ added in v0.9.0
type ApiResetUserRequest struct {
// contains filtered or unexported fields
}
func (ApiResetUserRequest) Execute ¶ added in v0.9.0
func (r ApiResetUserRequest) Execute() (*ResetUserResponse, error)
type ApiUpdateBackupScheduleRequest ¶
type ApiUpdateBackupScheduleRequest struct {
// contains filtered or unexported fields
}
func (ApiUpdateBackupScheduleRequest) Execute ¶
func (r ApiUpdateBackupScheduleRequest) Execute() error
func (ApiUpdateBackupScheduleRequest) UpdateBackupSchedulePayload ¶
func (r ApiUpdateBackupScheduleRequest) UpdateBackupSchedulePayload(updateBackupSchedulePayload UpdateBackupSchedulePayload) ApiUpdateBackupScheduleRequest
type ApiUpdateInstanceRequest ¶ added in v0.15.0
type ApiUpdateInstanceRequest struct {
// contains filtered or unexported fields
}
func (ApiUpdateInstanceRequest) Execute ¶ added in v0.15.0
func (r ApiUpdateInstanceRequest) Execute() (*PartialUpdateInstanceResponse, error)
func (ApiUpdateInstanceRequest) UpdateInstancePayload ¶ added in v0.15.0
func (r ApiUpdateInstanceRequest) UpdateInstancePayload(updateInstancePayload UpdateInstancePayload) ApiUpdateInstanceRequest
type ApiUpdateUserRequest ¶ added in v0.9.0
type ApiUpdateUserRequest struct {
// contains filtered or unexported fields
}
func (ApiUpdateUserRequest) Execute ¶ added in v0.9.0
func (r ApiUpdateUserRequest) Execute() error
func (ApiUpdateUserRequest) UpdateUserPayload ¶ added in v0.9.0
func (r ApiUpdateUserRequest) UpdateUserPayload(updateUserPayload UpdateUserPayload) ApiUpdateUserRequest
type Backup ¶
type Backup struct { EndTime *string `json:"endTime,omitempty"` Error *string `json:"error,omitempty"` Id *string `json:"id,omitempty"` Labels *[]string `json:"labels,omitempty"` Name *string `json:"name,omitempty"` Options *map[string]string `json:"options,omitempty"` Size *int64 `json:"size,omitempty"` StartTime *string `json:"startTime,omitempty"` }
Backup struct for Backup
func NewBackup ¶ added in v0.16.0
func NewBackup() *Backup
NewBackup instantiates a new Backup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBackupWithDefaults ¶ added in v0.16.0
func NewBackupWithDefaults() *Backup
NewBackupWithDefaults instantiates a new Backup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Backup) GetEndTime ¶ added in v0.16.0
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*Backup) GetEndTimeOk ¶ added in v0.16.0
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetError ¶ added in v0.16.0
GetError returns the Error field value if set, zero value otherwise.
func (*Backup) GetErrorOk ¶ added in v0.16.0
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetId ¶ added in v0.16.0
GetId returns the Id field value if set, zero value otherwise.
func (*Backup) GetIdOk ¶ added in v0.16.0
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetLabels ¶ added in v0.16.0
GetLabels returns the Labels field value if set, zero value otherwise.
func (*Backup) GetLabelsOk ¶ added in v0.16.0
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetName ¶ added in v0.16.0
GetName returns the Name field value if set, zero value otherwise.
func (*Backup) GetNameOk ¶ added in v0.16.0
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetOptions ¶ added in v0.16.0
GetOptions returns the Options field value if set, zero value otherwise.
func (*Backup) GetOptionsOk ¶ added in v0.16.0
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetSize ¶ added in v0.16.0
GetSize returns the Size field value if set, zero value otherwise.
func (*Backup) GetSizeOk ¶ added in v0.16.0
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) GetStartTime ¶ added in v0.16.0
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*Backup) GetStartTimeOk ¶ added in v0.16.0
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Backup) HasEndTime ¶ added in v0.16.0
HasEndTime returns a boolean if a field has been set.
func (*Backup) HasOptions ¶ added in v0.16.0
HasOptions returns a boolean if a field has been set.
func (*Backup) HasStartTime ¶ added in v0.16.0
HasStartTime returns a boolean if a field has been set.
func (*Backup) SetEndTime ¶ added in v0.16.0
SetEndTime gets a reference to the given string and assigns it to the EndTime field.
func (*Backup) SetError ¶ added in v0.16.0
SetError gets a reference to the given string and assigns it to the Error field.
func (*Backup) SetId ¶ added in v0.16.0
SetId gets a reference to the given string and assigns it to the Id field.
func (*Backup) SetLabels ¶ added in v0.16.0
SetLabels gets a reference to the given []string and assigns it to the Labels field.
func (*Backup) SetName ¶ added in v0.16.0
SetName gets a reference to the given string and assigns it to the Name field.
func (*Backup) SetOptions ¶ added in v0.16.0
SetOptions gets a reference to the given map[string]string and assigns it to the Options field.
func (*Backup) SetSize ¶ added in v0.16.0
SetSize gets a reference to the given int64 and assigns it to the Size field.
func (*Backup) SetStartTime ¶ added in v0.16.0
SetStartTime gets a reference to the given string and assigns it to the StartTime field.
type CloneInstancePayload ¶ added in v0.10.0
type CloneInstancePayload struct { Class *string `json:"class,omitempty"` Size *int64 `json:"size,omitempty"` // The timestamp should be specified in UTC time following the format provided in the example. Timestamp *string `json:"timestamp,omitempty"` }
CloneInstancePayload struct for CloneInstancePayload
func NewCloneInstancePayload ¶ added in v0.16.0
func NewCloneInstancePayload() *CloneInstancePayload
NewCloneInstancePayload instantiates a new CloneInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCloneInstancePayloadWithDefaults ¶ added in v0.16.0
func NewCloneInstancePayloadWithDefaults() *CloneInstancePayload
NewCloneInstancePayloadWithDefaults instantiates a new CloneInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CloneInstancePayload) GetClass ¶ added in v0.16.0
func (o *CloneInstancePayload) GetClass() *string
GetClass returns the Class field value if set, zero value otherwise.
func (*CloneInstancePayload) GetClassOk ¶ added in v0.16.0
func (o *CloneInstancePayload) GetClassOk() (*string, bool)
GetClassOk returns a tuple with the Class field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneInstancePayload) GetSize ¶ added in v0.16.0
func (o *CloneInstancePayload) GetSize() *int64
GetSize returns the Size field value if set, zero value otherwise.
func (*CloneInstancePayload) GetSizeOk ¶ added in v0.16.0
func (o *CloneInstancePayload) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneInstancePayload) GetTimestamp ¶ added in v0.16.0
func (o *CloneInstancePayload) GetTimestamp() *string
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*CloneInstancePayload) GetTimestampOk ¶ added in v0.16.0
func (o *CloneInstancePayload) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneInstancePayload) HasClass ¶ added in v0.16.0
func (o *CloneInstancePayload) HasClass() bool
HasClass returns a boolean if a field has been set.
func (*CloneInstancePayload) HasSize ¶ added in v0.16.0
func (o *CloneInstancePayload) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*CloneInstancePayload) HasTimestamp ¶ added in v0.16.0
func (o *CloneInstancePayload) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (*CloneInstancePayload) SetClass ¶ added in v0.16.0
func (o *CloneInstancePayload) SetClass(v *string)
SetClass gets a reference to the given string and assigns it to the Class field.
func (*CloneInstancePayload) SetSize ¶ added in v0.16.0
func (o *CloneInstancePayload) SetSize(v *int64)
SetSize gets a reference to the given int64 and assigns it to the Size field.
func (*CloneInstancePayload) SetTimestamp ¶ added in v0.16.0
func (o *CloneInstancePayload) SetTimestamp(v *string)
SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.
func (CloneInstancePayload) ToMap ¶ added in v0.16.0
func (o CloneInstancePayload) ToMap() (map[string]interface{}, error)
type CloneInstanceResponse ¶ added in v0.10.0
type CloneInstanceResponse struct {
InstanceId *string `json:"instanceId,omitempty"`
}
CloneInstanceResponse struct for CloneInstanceResponse
func NewCloneInstanceResponse ¶ added in v0.16.0
func NewCloneInstanceResponse() *CloneInstanceResponse
NewCloneInstanceResponse instantiates a new CloneInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCloneInstanceResponseWithDefaults ¶ added in v0.16.0
func NewCloneInstanceResponseWithDefaults() *CloneInstanceResponse
NewCloneInstanceResponseWithDefaults instantiates a new CloneInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CloneInstanceResponse) GetInstanceId ¶ added in v0.16.0
func (o *CloneInstanceResponse) GetInstanceId() *string
GetInstanceId returns the InstanceId field value if set, zero value otherwise.
func (*CloneInstanceResponse) GetInstanceIdOk ¶ added in v0.16.0
func (o *CloneInstanceResponse) GetInstanceIdOk() (*string, bool)
GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CloneInstanceResponse) HasInstanceId ¶ added in v0.16.0
func (o *CloneInstanceResponse) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (*CloneInstanceResponse) SetInstanceId ¶ added in v0.16.0
func (o *CloneInstanceResponse) SetInstanceId(v *string)
SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.
func (CloneInstanceResponse) ToMap ¶ added in v0.16.0
func (o CloneInstanceResponse) ToMap() (map[string]interface{}, error)
type CreateDatabasePayload ¶ added in v0.15.0
type CreateDatabasePayload struct { Name *string `json:"name,omitempty"` // Database specific options Options *map[string]string `json:"options,omitempty"` }
CreateDatabasePayload struct for CreateDatabasePayload
func NewCreateDatabasePayload ¶ added in v0.16.0
func NewCreateDatabasePayload() *CreateDatabasePayload
NewCreateDatabasePayload instantiates a new CreateDatabasePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateDatabasePayloadWithDefaults ¶ added in v0.16.0
func NewCreateDatabasePayloadWithDefaults() *CreateDatabasePayload
NewCreateDatabasePayloadWithDefaults instantiates a new CreateDatabasePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateDatabasePayload) GetName ¶ added in v0.16.0
func (o *CreateDatabasePayload) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateDatabasePayload) GetNameOk ¶ added in v0.16.0
func (o *CreateDatabasePayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateDatabasePayload) GetOptions ¶ added in v0.16.0
func (o *CreateDatabasePayload) GetOptions() *map[string]string
GetOptions returns the Options field value if set, zero value otherwise.
func (*CreateDatabasePayload) GetOptionsOk ¶ added in v0.16.0
func (o *CreateDatabasePayload) GetOptionsOk() (*map[string]string, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateDatabasePayload) HasName ¶ added in v0.16.0
func (o *CreateDatabasePayload) HasName() bool
HasName returns a boolean if a field has been set.
func (*CreateDatabasePayload) HasOptions ¶ added in v0.16.0
func (o *CreateDatabasePayload) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*CreateDatabasePayload) SetName ¶ added in v0.16.0
func (o *CreateDatabasePayload) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CreateDatabasePayload) SetOptions ¶ added in v0.16.0
func (o *CreateDatabasePayload) SetOptions(v *map[string]string)
SetOptions gets a reference to the given map[string]string and assigns it to the Options field.
func (CreateDatabasePayload) ToMap ¶ added in v0.16.0
func (o CreateDatabasePayload) ToMap() (map[string]interface{}, error)
type CreateInstancePayload ¶
type CreateInstancePayload struct { // REQUIRED Acl *ACL `json:"acl"` // REQUIRED BackupSchedule *string `json:"backupSchedule"` // REQUIRED FlavorId *string `json:"flavorId"` // Labels field is not certain/clear Labels *map[string]string `json:"labels,omitempty"` // REQUIRED Name *string `json:"name"` // REQUIRED Options *map[string]string `json:"options"` // REQUIRED Replicas *int64 `json:"replicas"` // REQUIRED Storage *Storage `json:"storage"` // REQUIRED Version *string `json:"version"` }
CreateInstancePayload struct for CreateInstancePayload
func NewCreateInstancePayload ¶ added in v0.16.0
func NewCreateInstancePayload(acl *ACL, backupSchedule *string, flavorId *string, name *string, options *map[string]string, replicas *int64, storage *Storage, version *string) *CreateInstancePayload
NewCreateInstancePayload instantiates a new CreateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateInstancePayloadWithDefaults ¶ added in v0.16.0
func NewCreateInstancePayloadWithDefaults() *CreateInstancePayload
NewCreateInstancePayloadWithDefaults instantiates a new CreateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateInstancePayload) GetAcl ¶ added in v0.16.0
func (o *CreateInstancePayload) GetAcl() *ACL
GetAcl returns the Acl field value
func (*CreateInstancePayload) GetAclOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetAclOk() (*ACL, bool)
GetAclOk returns a tuple with the Acl field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetBackupSchedule ¶ added in v0.16.0
func (o *CreateInstancePayload) GetBackupSchedule() *string
GetBackupSchedule returns the BackupSchedule field value
func (*CreateInstancePayload) GetBackupScheduleOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetBackupScheduleOk() (*string, bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetFlavorId ¶ added in v0.16.0
func (o *CreateInstancePayload) GetFlavorId() *string
GetFlavorId returns the FlavorId field value
func (*CreateInstancePayload) GetFlavorIdOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetFlavorIdOk() (*string, bool)
GetFlavorIdOk returns a tuple with the FlavorId field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetLabels ¶ added in v0.16.0
func (o *CreateInstancePayload) GetLabels() *map[string]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*CreateInstancePayload) GetLabelsOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetName ¶ added in v0.16.0
func (o *CreateInstancePayload) GetName() *string
GetName returns the Name field value
func (*CreateInstancePayload) GetNameOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetOptions ¶ added in v0.16.0
func (o *CreateInstancePayload) GetOptions() *map[string]string
GetOptions returns the Options field value
func (*CreateInstancePayload) GetOptionsOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetOptionsOk() (*map[string]string, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetReplicas ¶ added in v0.16.0
func (o *CreateInstancePayload) GetReplicas() *int64
GetReplicas returns the Replicas field value
func (*CreateInstancePayload) GetReplicasOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetReplicasOk() (*int64, bool)
GetReplicasOk returns a tuple with the Replicas field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetStorage ¶ added in v0.16.0
func (o *CreateInstancePayload) GetStorage() *Storage
GetStorage returns the Storage field value
func (*CreateInstancePayload) GetStorageOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetStorageOk() (*Storage, bool)
GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) GetVersion ¶ added in v0.16.0
func (o *CreateInstancePayload) GetVersion() *string
GetVersion returns the Version field value
func (*CreateInstancePayload) GetVersionOk ¶ added in v0.16.0
func (o *CreateInstancePayload) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*CreateInstancePayload) HasLabels ¶ added in v0.16.0
func (o *CreateInstancePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*CreateInstancePayload) SetAcl ¶ added in v0.16.0
func (o *CreateInstancePayload) SetAcl(v *ACL)
SetAcl sets field value
func (*CreateInstancePayload) SetBackupSchedule ¶ added in v0.16.0
func (o *CreateInstancePayload) SetBackupSchedule(v *string)
SetBackupSchedule sets field value
func (*CreateInstancePayload) SetFlavorId ¶ added in v0.16.0
func (o *CreateInstancePayload) SetFlavorId(v *string)
SetFlavorId sets field value
func (*CreateInstancePayload) SetLabels ¶ added in v0.16.0
func (o *CreateInstancePayload) SetLabels(v *map[string]string)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*CreateInstancePayload) SetName ¶ added in v0.16.0
func (o *CreateInstancePayload) SetName(v *string)
SetName sets field value
func (*CreateInstancePayload) SetOptions ¶ added in v0.16.0
func (o *CreateInstancePayload) SetOptions(v *map[string]string)
SetOptions sets field value
func (*CreateInstancePayload) SetReplicas ¶ added in v0.16.0
func (o *CreateInstancePayload) SetReplicas(v *int64)
SetReplicas sets field value
func (*CreateInstancePayload) SetStorage ¶ added in v0.16.0
func (o *CreateInstancePayload) SetStorage(v *Storage)
SetStorage sets field value
func (*CreateInstancePayload) SetVersion ¶ added in v0.16.0
func (o *CreateInstancePayload) SetVersion(v *string)
SetVersion sets field value
func (CreateInstancePayload) ToMap ¶ added in v0.16.0
func (o CreateInstancePayload) ToMap() (map[string]interface{}, error)
type CreateInstanceResponse ¶
type CreateInstanceResponse struct {
Id *string `json:"id,omitempty"`
}
CreateInstanceResponse struct for CreateInstanceResponse
func NewCreateInstanceResponse ¶ added in v0.16.0
func NewCreateInstanceResponse() *CreateInstanceResponse
NewCreateInstanceResponse instantiates a new CreateInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateInstanceResponseWithDefaults ¶ added in v0.16.0
func NewCreateInstanceResponseWithDefaults() *CreateInstanceResponse
NewCreateInstanceResponseWithDefaults instantiates a new CreateInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateInstanceResponse) GetId ¶ added in v0.16.0
func (o *CreateInstanceResponse) GetId() *string
GetId returns the Id field value if set, zero value otherwise.
func (*CreateInstanceResponse) GetIdOk ¶ added in v0.16.0
func (o *CreateInstanceResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateInstanceResponse) HasId ¶ added in v0.16.0
func (o *CreateInstanceResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreateInstanceResponse) SetId ¶ added in v0.16.0
func (o *CreateInstanceResponse) SetId(v *string)
SetId gets a reference to the given string and assigns it to the Id field.
func (CreateInstanceResponse) ToMap ¶ added in v0.16.0
func (o CreateInstanceResponse) ToMap() (map[string]interface{}, error)
type CreateUserPayload ¶
type CreateUserPayload struct { Roles *[]string `json:"roles,omitempty"` Username *string `json:"username,omitempty"` }
CreateUserPayload struct for CreateUserPayload
func NewCreateUserPayload ¶ added in v0.16.0
func NewCreateUserPayload() *CreateUserPayload
NewCreateUserPayload instantiates a new CreateUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateUserPayloadWithDefaults ¶ added in v0.16.0
func NewCreateUserPayloadWithDefaults() *CreateUserPayload
NewCreateUserPayloadWithDefaults instantiates a new CreateUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateUserPayload) GetRoles ¶ added in v0.16.0
func (o *CreateUserPayload) GetRoles() *[]string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*CreateUserPayload) GetRolesOk ¶ added in v0.16.0
func (o *CreateUserPayload) GetRolesOk() (*[]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserPayload) GetUsername ¶ added in v0.16.0
func (o *CreateUserPayload) GetUsername() *string
GetUsername returns the Username field value if set, zero value otherwise.
func (*CreateUserPayload) GetUsernameOk ¶ added in v0.16.0
func (o *CreateUserPayload) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserPayload) HasRoles ¶ added in v0.16.0
func (o *CreateUserPayload) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*CreateUserPayload) HasUsername ¶ added in v0.16.0
func (o *CreateUserPayload) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (*CreateUserPayload) SetRoles ¶ added in v0.16.0
func (o *CreateUserPayload) SetRoles(v *[]string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*CreateUserPayload) SetUsername ¶ added in v0.16.0
func (o *CreateUserPayload) SetUsername(v *string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (CreateUserPayload) ToMap ¶ added in v0.16.0
func (o CreateUserPayload) ToMap() (map[string]interface{}, error)
type CreateUserResponse ¶
type CreateUserResponse struct {
Item *User `json:"item,omitempty"`
}
CreateUserResponse struct for CreateUserResponse
func NewCreateUserResponse ¶ added in v0.16.0
func NewCreateUserResponse() *CreateUserResponse
NewCreateUserResponse instantiates a new CreateUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateUserResponseWithDefaults ¶ added in v0.16.0
func NewCreateUserResponseWithDefaults() *CreateUserResponse
NewCreateUserResponseWithDefaults instantiates a new CreateUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateUserResponse) GetItem ¶ added in v0.16.0
func (o *CreateUserResponse) GetItem() *User
GetItem returns the Item field value if set, zero value otherwise.
func (*CreateUserResponse) GetItemOk ¶ added in v0.16.0
func (o *CreateUserResponse) GetItemOk() (*User, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUserResponse) HasItem ¶ added in v0.16.0
func (o *CreateUserResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*CreateUserResponse) SetItem ¶ added in v0.16.0
func (o *CreateUserResponse) SetItem(v *User)
SetItem gets a reference to the given User and assigns it to the Item field.
func (CreateUserResponse) ToMap ¶ added in v0.16.0
func (o CreateUserResponse) ToMap() (map[string]interface{}, error)
type Error ¶
type Error struct { Code *int64 `json:"code,omitempty"` Fields *map[string][]string `json:"fields,omitempty"` Message *string `json:"message,omitempty"` Type *string `json:"type,omitempty"` }
Error struct for Error
func NewError ¶ added in v0.16.0
func NewError() *Error
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorWithDefaults ¶ added in v0.16.0
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Error) GetCode ¶ added in v0.16.0
GetCode returns the Code field value if set, zero value otherwise.
func (*Error) GetCodeOk ¶ added in v0.16.0
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetFields ¶ added in v0.16.0
GetFields returns the Fields field value if set, zero value otherwise.
func (*Error) GetFieldsOk ¶ added in v0.16.0
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶ added in v0.16.0
GetMessage returns the Message field value if set, zero value otherwise.
func (*Error) GetMessageOk ¶ added in v0.16.0
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetType ¶ added in v0.16.0
GetType returns the Type field value if set, zero value otherwise.
func (*Error) GetTypeOk ¶ added in v0.16.0
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasMessage ¶ added in v0.16.0
HasMessage returns a boolean if a field has been set.
func (*Error) SetCode ¶ added in v0.16.0
SetCode gets a reference to the given int64 and assigns it to the Code field.
func (*Error) SetFields ¶ added in v0.16.0
SetFields gets a reference to the given map[string][]string and assigns it to the Fields field.
func (*Error) SetMessage ¶ added in v0.16.0
SetMessage gets a reference to the given string and assigns it to the Message field.
type ExtensionsConfiguration ¶ added in v0.11.0
type ExtensionsConfiguration struct { Name *string `json:"name,omitempty"` Setting *string `json:"setting,omitempty"` }
ExtensionsConfiguration struct for ExtensionsConfiguration
func NewExtensionsConfiguration ¶ added in v0.16.0
func NewExtensionsConfiguration() *ExtensionsConfiguration
NewExtensionsConfiguration instantiates a new ExtensionsConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtensionsConfigurationWithDefaults ¶ added in v0.16.0
func NewExtensionsConfigurationWithDefaults() *ExtensionsConfiguration
NewExtensionsConfigurationWithDefaults instantiates a new ExtensionsConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExtensionsConfiguration) GetName ¶ added in v0.16.0
func (o *ExtensionsConfiguration) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*ExtensionsConfiguration) GetNameOk ¶ added in v0.16.0
func (o *ExtensionsConfiguration) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionsConfiguration) GetSetting ¶ added in v0.16.0
func (o *ExtensionsConfiguration) GetSetting() *string
GetSetting returns the Setting field value if set, zero value otherwise.
func (*ExtensionsConfiguration) GetSettingOk ¶ added in v0.16.0
func (o *ExtensionsConfiguration) GetSettingOk() (*string, bool)
GetSettingOk returns a tuple with the Setting field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionsConfiguration) HasName ¶ added in v0.16.0
func (o *ExtensionsConfiguration) HasName() bool
HasName returns a boolean if a field has been set.
func (*ExtensionsConfiguration) HasSetting ¶ added in v0.16.0
func (o *ExtensionsConfiguration) HasSetting() bool
HasSetting returns a boolean if a field has been set.
func (*ExtensionsConfiguration) SetName ¶ added in v0.16.0
func (o *ExtensionsConfiguration) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ExtensionsConfiguration) SetSetting ¶ added in v0.16.0
func (o *ExtensionsConfiguration) SetSetting(v *string)
SetSetting gets a reference to the given string and assigns it to the Setting field.
func (ExtensionsConfiguration) ToMap ¶ added in v0.16.0
func (o ExtensionsConfiguration) ToMap() (map[string]interface{}, error)
type ExtensionsExtensionListResponse ¶ added in v0.11.0
type ExtensionsExtensionListResponse struct {
List *[]ApiExtensionList `json:"list,omitempty"`
}
ExtensionsExtensionListResponse struct for ExtensionsExtensionListResponse
func NewExtensionsExtensionListResponse ¶ added in v0.16.0
func NewExtensionsExtensionListResponse() *ExtensionsExtensionListResponse
NewExtensionsExtensionListResponse instantiates a new ExtensionsExtensionListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtensionsExtensionListResponseWithDefaults ¶ added in v0.16.0
func NewExtensionsExtensionListResponseWithDefaults() *ExtensionsExtensionListResponse
NewExtensionsExtensionListResponseWithDefaults instantiates a new ExtensionsExtensionListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExtensionsExtensionListResponse) GetList ¶ added in v0.16.0
func (o *ExtensionsExtensionListResponse) GetList() *[]ApiExtensionList
GetList returns the List field value if set, zero value otherwise.
func (*ExtensionsExtensionListResponse) GetListOk ¶ added in v0.16.0
func (o *ExtensionsExtensionListResponse) GetListOk() (*[]ApiExtensionList, bool)
GetListOk returns a tuple with the List field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionsExtensionListResponse) HasList ¶ added in v0.16.0
func (o *ExtensionsExtensionListResponse) HasList() bool
HasList returns a boolean if a field has been set.
func (*ExtensionsExtensionListResponse) SetList ¶ added in v0.16.0
func (o *ExtensionsExtensionListResponse) SetList(v *[]ApiExtensionList)
SetList gets a reference to the given []ApiExtensionList and assigns it to the List field.
func (ExtensionsExtensionListResponse) ToMap ¶ added in v0.16.0
func (o ExtensionsExtensionListResponse) ToMap() (map[string]interface{}, error)
type ExtensionsNewConfig ¶ added in v0.11.0
type ExtensionsNewConfig struct {
Configuration *[]ExtensionsConfiguration `json:"configuration,omitempty"`
}
ExtensionsNewConfig struct for ExtensionsNewConfig
func NewExtensionsNewConfig ¶ added in v0.16.0
func NewExtensionsNewConfig() *ExtensionsNewConfig
NewExtensionsNewConfig instantiates a new ExtensionsNewConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtensionsNewConfigWithDefaults ¶ added in v0.16.0
func NewExtensionsNewConfigWithDefaults() *ExtensionsNewConfig
NewExtensionsNewConfigWithDefaults instantiates a new ExtensionsNewConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExtensionsNewConfig) GetConfiguration ¶ added in v0.16.0
func (o *ExtensionsNewConfig) GetConfiguration() *[]ExtensionsConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*ExtensionsNewConfig) GetConfigurationOk ¶ added in v0.16.0
func (o *ExtensionsNewConfig) GetConfigurationOk() (*[]ExtensionsConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtensionsNewConfig) HasConfiguration ¶ added in v0.16.0
func (o *ExtensionsNewConfig) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.
func (*ExtensionsNewConfig) SetConfiguration ¶ added in v0.16.0
func (o *ExtensionsNewConfig) SetConfiguration(v *[]ExtensionsConfiguration)
SetConfiguration gets a reference to the given []ExtensionsConfiguration and assigns it to the Configuration field.
func (ExtensionsNewConfig) ToMap ¶ added in v0.16.0
func (o ExtensionsNewConfig) ToMap() (map[string]interface{}, error)
type Flavor ¶
type Flavor struct { Cpu *int64 `json:"cpu,omitempty"` Description *string `json:"description,omitempty"` Id *string `json:"id,omitempty"` Memory *int64 `json:"memory,omitempty"` }
Flavor struct for Flavor
func NewFlavor ¶ added in v0.16.0
func NewFlavor() *Flavor
NewFlavor instantiates a new Flavor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFlavorWithDefaults ¶ added in v0.16.0
func NewFlavorWithDefaults() *Flavor
NewFlavorWithDefaults instantiates a new Flavor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Flavor) GetCpu ¶ added in v0.16.0
GetCpu returns the Cpu field value if set, zero value otherwise.
func (*Flavor) GetCpuOk ¶ added in v0.16.0
GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Flavor) GetDescription ¶ added in v0.16.0
GetDescription returns the Description field value if set, zero value otherwise.
func (*Flavor) GetDescriptionOk ¶ added in v0.16.0
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Flavor) GetId ¶ added in v0.16.0
GetId returns the Id field value if set, zero value otherwise.
func (*Flavor) GetIdOk ¶ added in v0.16.0
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Flavor) GetMemory ¶ added in v0.16.0
GetMemory returns the Memory field value if set, zero value otherwise.
func (*Flavor) GetMemoryOk ¶ added in v0.16.0
GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Flavor) HasDescription ¶ added in v0.16.0
HasDescription returns a boolean if a field has been set.
func (*Flavor) SetCpu ¶ added in v0.16.0
SetCpu gets a reference to the given int64 and assigns it to the Cpu field.
func (*Flavor) SetDescription ¶ added in v0.16.0
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Flavor) SetId ¶ added in v0.16.0
SetId gets a reference to the given string and assigns it to the Id field.
type GetBackupResponse ¶
type GetBackupResponse struct {
Item *Backup `json:"item,omitempty"`
}
GetBackupResponse struct for GetBackupResponse
func NewGetBackupResponse ¶ added in v0.16.0
func NewGetBackupResponse() *GetBackupResponse
NewGetBackupResponse instantiates a new GetBackupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetBackupResponseWithDefaults ¶ added in v0.16.0
func NewGetBackupResponseWithDefaults() *GetBackupResponse
NewGetBackupResponseWithDefaults instantiates a new GetBackupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetBackupResponse) GetItem ¶ added in v0.16.0
func (o *GetBackupResponse) GetItem() *Backup
GetItem returns the Item field value if set, zero value otherwise.
func (*GetBackupResponse) GetItemOk ¶ added in v0.16.0
func (o *GetBackupResponse) GetItemOk() (*Backup, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetBackupResponse) HasItem ¶ added in v0.16.0
func (o *GetBackupResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*GetBackupResponse) SetItem ¶ added in v0.16.0
func (o *GetBackupResponse) SetItem(v *Backup)
SetItem gets a reference to the given Backup and assigns it to the Item field.
func (GetBackupResponse) ToMap ¶ added in v0.16.0
func (o GetBackupResponse) ToMap() (map[string]interface{}, error)
type GetUserResponse ¶
type GetUserResponse struct {
Item *UserResponse `json:"item,omitempty"`
}
GetUserResponse struct for GetUserResponse
func NewGetUserResponse ¶ added in v0.16.0
func NewGetUserResponse() *GetUserResponse
NewGetUserResponse instantiates a new GetUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetUserResponseWithDefaults ¶ added in v0.16.0
func NewGetUserResponseWithDefaults() *GetUserResponse
NewGetUserResponseWithDefaults instantiates a new GetUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetUserResponse) GetItem ¶ added in v0.16.0
func (o *GetUserResponse) GetItem() *UserResponse
GetItem returns the Item field value if set, zero value otherwise.
func (*GetUserResponse) GetItemOk ¶ added in v0.16.0
func (o *GetUserResponse) GetItemOk() (*UserResponse, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetUserResponse) HasItem ¶ added in v0.16.0
func (o *GetUserResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*GetUserResponse) SetItem ¶ added in v0.16.0
func (o *GetUserResponse) SetItem(v *UserResponse)
SetItem gets a reference to the given UserResponse and assigns it to the Item field.
func (GetUserResponse) ToMap ¶ added in v0.16.0
func (o GetUserResponse) ToMap() (map[string]interface{}, error)
type Instance ¶
type Instance struct { Acl *ACL `json:"acl,omitempty"` BackupSchedule *string `json:"backupSchedule,omitempty"` Flavor *Flavor `json:"flavor,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Options *map[string]string `json:"options,omitempty"` Replicas *int64 `json:"replicas,omitempty"` Status *string `json:"status,omitempty"` Storage *Storage `json:"storage,omitempty"` Version *string `json:"version,omitempty"` }
Instance struct for Instance
func NewInstance ¶ added in v0.16.0
func NewInstance() *Instance
NewInstance instantiates a new Instance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceWithDefaults ¶ added in v0.16.0
func NewInstanceWithDefaults() *Instance
NewInstanceWithDefaults instantiates a new Instance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Instance) GetAcl ¶ added in v0.16.0
GetAcl returns the Acl field value if set, zero value otherwise.
func (*Instance) GetAclOk ¶ added in v0.16.0
GetAclOk returns a tuple with the Acl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetBackupSchedule ¶ added in v0.16.0
GetBackupSchedule returns the BackupSchedule field value if set, zero value otherwise.
func (*Instance) GetBackupScheduleOk ¶ added in v0.16.0
GetBackupScheduleOk returns a tuple with the BackupSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetFlavor ¶ added in v0.16.0
GetFlavor returns the Flavor field value if set, zero value otherwise.
func (*Instance) GetFlavorOk ¶ added in v0.16.0
GetFlavorOk returns a tuple with the Flavor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetId ¶ added in v0.16.0
GetId returns the Id field value if set, zero value otherwise.
func (*Instance) GetIdOk ¶ added in v0.16.0
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetName ¶ added in v0.16.0
GetName returns the Name field value if set, zero value otherwise.
func (*Instance) GetNameOk ¶ added in v0.16.0
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetOptions ¶ added in v0.16.0
GetOptions returns the Options field value if set, zero value otherwise.
func (*Instance) GetOptionsOk ¶ added in v0.16.0
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetReplicas ¶ added in v0.16.0
GetReplicas returns the Replicas field value if set, zero value otherwise.
func (*Instance) GetReplicasOk ¶ added in v0.16.0
GetReplicasOk returns a tuple with the Replicas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetStatus ¶ added in v0.16.0
GetStatus returns the Status field value if set, zero value otherwise.
func (*Instance) GetStatusOk ¶ added in v0.16.0
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetStorage ¶ added in v0.16.0
GetStorage returns the Storage field value if set, zero value otherwise.
func (*Instance) GetStorageOk ¶ added in v0.16.0
GetStorageOk returns a tuple with the Storage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) GetVersion ¶ added in v0.16.0
GetVersion returns the Version field value if set, zero value otherwise.
func (*Instance) GetVersionOk ¶ added in v0.16.0
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Instance) HasBackupSchedule ¶ added in v0.16.0
HasBackupSchedule returns a boolean if a field has been set.
func (*Instance) HasOptions ¶ added in v0.16.0
HasOptions returns a boolean if a field has been set.
func (*Instance) HasReplicas ¶ added in v0.16.0
HasReplicas returns a boolean if a field has been set.
func (*Instance) HasStorage ¶ added in v0.16.0
HasStorage returns a boolean if a field has been set.
func (*Instance) HasVersion ¶ added in v0.16.0
HasVersion returns a boolean if a field has been set.
func (*Instance) SetAcl ¶ added in v0.16.0
SetAcl gets a reference to the given ACL and assigns it to the Acl field.
func (*Instance) SetBackupSchedule ¶ added in v0.16.0
SetBackupSchedule gets a reference to the given string and assigns it to the BackupSchedule field.
func (*Instance) SetFlavor ¶ added in v0.16.0
SetFlavor gets a reference to the given Flavor and assigns it to the Flavor field.
func (*Instance) SetId ¶ added in v0.16.0
SetId gets a reference to the given string and assigns it to the Id field.
func (*Instance) SetName ¶ added in v0.16.0
SetName gets a reference to the given string and assigns it to the Name field.
func (*Instance) SetOptions ¶ added in v0.16.0
SetOptions gets a reference to the given map[string]string and assigns it to the Options field.
func (*Instance) SetReplicas ¶ added in v0.16.0
SetReplicas gets a reference to the given int64 and assigns it to the Replicas field.
func (*Instance) SetStatus ¶ added in v0.16.0
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Instance) SetStorage ¶ added in v0.16.0
SetStorage gets a reference to the given Storage and assigns it to the Storage field.
func (*Instance) SetVersion ¶ added in v0.16.0
SetVersion gets a reference to the given string and assigns it to the Version field.
type InstanceCreateDatabaseResponse ¶ added in v0.8.5
type InstanceCreateDatabaseResponse struct {
Id *string `json:"id,omitempty"`
}
InstanceCreateDatabaseResponse struct for InstanceCreateDatabaseResponse
func NewInstanceCreateDatabaseResponse ¶ added in v0.16.0
func NewInstanceCreateDatabaseResponse() *InstanceCreateDatabaseResponse
NewInstanceCreateDatabaseResponse instantiates a new InstanceCreateDatabaseResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceCreateDatabaseResponseWithDefaults ¶ added in v0.16.0
func NewInstanceCreateDatabaseResponseWithDefaults() *InstanceCreateDatabaseResponse
NewInstanceCreateDatabaseResponseWithDefaults instantiates a new InstanceCreateDatabaseResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceCreateDatabaseResponse) GetId ¶ added in v0.16.0
func (o *InstanceCreateDatabaseResponse) GetId() *string
GetId returns the Id field value if set, zero value otherwise.
func (*InstanceCreateDatabaseResponse) GetIdOk ¶ added in v0.16.0
func (o *InstanceCreateDatabaseResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceCreateDatabaseResponse) HasId ¶ added in v0.16.0
func (o *InstanceCreateDatabaseResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*InstanceCreateDatabaseResponse) SetId ¶ added in v0.16.0
func (o *InstanceCreateDatabaseResponse) SetId(v *string)
SetId gets a reference to the given string and assigns it to the Id field.
func (InstanceCreateDatabaseResponse) ToMap ¶ added in v0.16.0
func (o InstanceCreateDatabaseResponse) ToMap() (map[string]interface{}, error)
type InstanceDataPoint ¶
type InstanceDataPoint struct { Timestamp *string `json:"timestamp,omitempty"` Value *float64 `json:"value,omitempty"` }
InstanceDataPoint struct for InstanceDataPoint
func NewInstanceDataPoint ¶ added in v0.16.0
func NewInstanceDataPoint() *InstanceDataPoint
NewInstanceDataPoint instantiates a new InstanceDataPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceDataPointWithDefaults ¶ added in v0.16.0
func NewInstanceDataPointWithDefaults() *InstanceDataPoint
NewInstanceDataPointWithDefaults instantiates a new InstanceDataPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceDataPoint) GetTimestamp ¶ added in v0.16.0
func (o *InstanceDataPoint) GetTimestamp() *string
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*InstanceDataPoint) GetTimestampOk ¶ added in v0.16.0
func (o *InstanceDataPoint) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceDataPoint) GetValue ¶ added in v0.16.0
func (o *InstanceDataPoint) GetValue() *float64
GetValue returns the Value field value if set, zero value otherwise.
func (*InstanceDataPoint) GetValueOk ¶ added in v0.16.0
func (o *InstanceDataPoint) GetValueOk() (*float64, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceDataPoint) HasTimestamp ¶ added in v0.16.0
func (o *InstanceDataPoint) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (*InstanceDataPoint) HasValue ¶ added in v0.16.0
func (o *InstanceDataPoint) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*InstanceDataPoint) SetTimestamp ¶ added in v0.16.0
func (o *InstanceDataPoint) SetTimestamp(v *string)
SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.
func (*InstanceDataPoint) SetValue ¶ added in v0.16.0
func (o *InstanceDataPoint) SetValue(v *float64)
SetValue gets a reference to the given float64 and assigns it to the Value field.
func (InstanceDataPoint) ToMap ¶ added in v0.16.0
func (o InstanceDataPoint) ToMap() (map[string]interface{}, error)
type InstanceDatabase ¶ added in v0.8.5
type InstanceDatabase struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` // Database specific options Options *map[string]interface{} `json:"options,omitempty"` }
InstanceDatabase struct for InstanceDatabase
func NewInstanceDatabase ¶ added in v0.16.0
func NewInstanceDatabase() *InstanceDatabase
NewInstanceDatabase instantiates a new InstanceDatabase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceDatabaseWithDefaults ¶ added in v0.16.0
func NewInstanceDatabaseWithDefaults() *InstanceDatabase
NewInstanceDatabaseWithDefaults instantiates a new InstanceDatabase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceDatabase) GetId ¶ added in v0.16.0
func (o *InstanceDatabase) GetId() *string
GetId returns the Id field value if set, zero value otherwise.
func (*InstanceDatabase) GetIdOk ¶ added in v0.16.0
func (o *InstanceDatabase) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceDatabase) GetName ¶ added in v0.16.0
func (o *InstanceDatabase) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*InstanceDatabase) GetNameOk ¶ added in v0.16.0
func (o *InstanceDatabase) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceDatabase) GetOptions ¶ added in v0.16.0
func (o *InstanceDatabase) GetOptions() *map[string]interface{}
GetOptions returns the Options field value if set, zero value otherwise.
func (*InstanceDatabase) GetOptionsOk ¶ added in v0.16.0
func (o *InstanceDatabase) GetOptionsOk() (*map[string]interface{}, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceDatabase) HasId ¶ added in v0.16.0
func (o *InstanceDatabase) HasId() bool
HasId returns a boolean if a field has been set.
func (*InstanceDatabase) HasName ¶ added in v0.16.0
func (o *InstanceDatabase) HasName() bool
HasName returns a boolean if a field has been set.
func (*InstanceDatabase) HasOptions ¶ added in v0.16.0
func (o *InstanceDatabase) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*InstanceDatabase) SetId ¶ added in v0.16.0
func (o *InstanceDatabase) SetId(v *string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*InstanceDatabase) SetName ¶ added in v0.16.0
func (o *InstanceDatabase) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*InstanceDatabase) SetOptions ¶ added in v0.16.0
func (o *InstanceDatabase) SetOptions(v *map[string]interface{})
SetOptions gets a reference to the given map[string]interface{} and assigns it to the Options field.
func (InstanceDatabase) ToMap ¶ added in v0.16.0
func (o InstanceDatabase) ToMap() (map[string]interface{}, error)
type InstanceHost ¶
type InstanceHost struct { HostMetrics *[]InstanceHostMetric `json:"hostMetrics,omitempty"` Id *string `json:"id,omitempty"` }
InstanceHost struct for InstanceHost
func NewInstanceHost ¶ added in v0.16.0
func NewInstanceHost() *InstanceHost
NewInstanceHost instantiates a new InstanceHost object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceHostWithDefaults ¶ added in v0.16.0
func NewInstanceHostWithDefaults() *InstanceHost
NewInstanceHostWithDefaults instantiates a new InstanceHost object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceHost) GetHostMetrics ¶ added in v0.16.0
func (o *InstanceHost) GetHostMetrics() *[]InstanceHostMetric
GetHostMetrics returns the HostMetrics field value if set, zero value otherwise.
func (*InstanceHost) GetHostMetricsOk ¶ added in v0.16.0
func (o *InstanceHost) GetHostMetricsOk() (*[]InstanceHostMetric, bool)
GetHostMetricsOk returns a tuple with the HostMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceHost) GetId ¶ added in v0.16.0
func (o *InstanceHost) GetId() *string
GetId returns the Id field value if set, zero value otherwise.
func (*InstanceHost) GetIdOk ¶ added in v0.16.0
func (o *InstanceHost) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceHost) HasHostMetrics ¶ added in v0.16.0
func (o *InstanceHost) HasHostMetrics() bool
HasHostMetrics returns a boolean if a field has been set.
func (*InstanceHost) HasId ¶ added in v0.16.0
func (o *InstanceHost) HasId() bool
HasId returns a boolean if a field has been set.
func (*InstanceHost) SetHostMetrics ¶ added in v0.16.0
func (o *InstanceHost) SetHostMetrics(v *[]InstanceHostMetric)
SetHostMetrics gets a reference to the given []InstanceHostMetric and assigns it to the HostMetrics field.
func (*InstanceHost) SetId ¶ added in v0.16.0
func (o *InstanceHost) SetId(v *string)
SetId gets a reference to the given string and assigns it to the Id field.
func (InstanceHost) ToMap ¶ added in v0.16.0
func (o InstanceHost) ToMap() (map[string]interface{}, error)
type InstanceHostMetric ¶
type InstanceHostMetric struct { Datapoints *[]InstanceDataPoint `json:"datapoints,omitempty"` Name *string `json:"name,omitempty"` Units *string `json:"units,omitempty"` }
InstanceHostMetric struct for InstanceHostMetric
func NewInstanceHostMetric ¶ added in v0.16.0
func NewInstanceHostMetric() *InstanceHostMetric
NewInstanceHostMetric instantiates a new InstanceHostMetric object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceHostMetricWithDefaults ¶ added in v0.16.0
func NewInstanceHostMetricWithDefaults() *InstanceHostMetric
NewInstanceHostMetricWithDefaults instantiates a new InstanceHostMetric object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceHostMetric) GetDatapoints ¶ added in v0.16.0
func (o *InstanceHostMetric) GetDatapoints() *[]InstanceDataPoint
GetDatapoints returns the Datapoints field value if set, zero value otherwise.
func (*InstanceHostMetric) GetDatapointsOk ¶ added in v0.16.0
func (o *InstanceHostMetric) GetDatapointsOk() (*[]InstanceDataPoint, bool)
GetDatapointsOk returns a tuple with the Datapoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceHostMetric) GetName ¶ added in v0.16.0
func (o *InstanceHostMetric) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*InstanceHostMetric) GetNameOk ¶ added in v0.16.0
func (o *InstanceHostMetric) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceHostMetric) GetUnits ¶ added in v0.16.0
func (o *InstanceHostMetric) GetUnits() *string
GetUnits returns the Units field value if set, zero value otherwise.
func (*InstanceHostMetric) GetUnitsOk ¶ added in v0.16.0
func (o *InstanceHostMetric) GetUnitsOk() (*string, bool)
GetUnitsOk returns a tuple with the Units field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceHostMetric) HasDatapoints ¶ added in v0.16.0
func (o *InstanceHostMetric) HasDatapoints() bool
HasDatapoints returns a boolean if a field has been set.
func (*InstanceHostMetric) HasName ¶ added in v0.16.0
func (o *InstanceHostMetric) HasName() bool
HasName returns a boolean if a field has been set.
func (*InstanceHostMetric) HasUnits ¶ added in v0.16.0
func (o *InstanceHostMetric) HasUnits() bool
HasUnits returns a boolean if a field has been set.
func (*InstanceHostMetric) SetDatapoints ¶ added in v0.16.0
func (o *InstanceHostMetric) SetDatapoints(v *[]InstanceDataPoint)
SetDatapoints gets a reference to the given []InstanceDataPoint and assigns it to the Datapoints field.
func (*InstanceHostMetric) SetName ¶ added in v0.16.0
func (o *InstanceHostMetric) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*InstanceHostMetric) SetUnits ¶ added in v0.16.0
func (o *InstanceHostMetric) SetUnits(v *string)
SetUnits gets a reference to the given string and assigns it to the Units field.
func (InstanceHostMetric) ToMap ¶ added in v0.16.0
func (o InstanceHostMetric) ToMap() (map[string]interface{}, error)
type InstanceListDatabasesResponse ¶ added in v0.8.5
type InstanceListDatabasesResponse struct {
Databases *[]InstanceDatabase `json:"databases,omitempty"`
}
InstanceListDatabasesResponse struct for InstanceListDatabasesResponse
func NewInstanceListDatabasesResponse ¶ added in v0.16.0
func NewInstanceListDatabasesResponse() *InstanceListDatabasesResponse
NewInstanceListDatabasesResponse instantiates a new InstanceListDatabasesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceListDatabasesResponseWithDefaults ¶ added in v0.16.0
func NewInstanceListDatabasesResponseWithDefaults() *InstanceListDatabasesResponse
NewInstanceListDatabasesResponseWithDefaults instantiates a new InstanceListDatabasesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceListDatabasesResponse) GetDatabases ¶ added in v0.16.0
func (o *InstanceListDatabasesResponse) GetDatabases() *[]InstanceDatabase
GetDatabases returns the Databases field value if set, zero value otherwise.
func (*InstanceListDatabasesResponse) GetDatabasesOk ¶ added in v0.16.0
func (o *InstanceListDatabasesResponse) GetDatabasesOk() (*[]InstanceDatabase, bool)
GetDatabasesOk returns a tuple with the Databases field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceListDatabasesResponse) HasDatabases ¶ added in v0.16.0
func (o *InstanceListDatabasesResponse) HasDatabases() bool
HasDatabases returns a boolean if a field has been set.
func (*InstanceListDatabasesResponse) SetDatabases ¶ added in v0.16.0
func (o *InstanceListDatabasesResponse) SetDatabases(v *[]InstanceDatabase)
SetDatabases gets a reference to the given []InstanceDatabase and assigns it to the Databases field.
func (InstanceListDatabasesResponse) ToMap ¶ added in v0.16.0
func (o InstanceListDatabasesResponse) ToMap() (map[string]interface{}, error)
type InstanceListInstance ¶
type InstanceListInstance struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Status *string `json:"status,omitempty"` }
InstanceListInstance struct for InstanceListInstance
func NewInstanceListInstance ¶ added in v0.16.0
func NewInstanceListInstance() *InstanceListInstance
NewInstanceListInstance instantiates a new InstanceListInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceListInstanceWithDefaults ¶ added in v0.16.0
func NewInstanceListInstanceWithDefaults() *InstanceListInstance
NewInstanceListInstanceWithDefaults instantiates a new InstanceListInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceListInstance) GetId ¶ added in v0.16.0
func (o *InstanceListInstance) GetId() *string
GetId returns the Id field value if set, zero value otherwise.
func (*InstanceListInstance) GetIdOk ¶ added in v0.16.0
func (o *InstanceListInstance) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceListInstance) GetName ¶ added in v0.16.0
func (o *InstanceListInstance) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*InstanceListInstance) GetNameOk ¶ added in v0.16.0
func (o *InstanceListInstance) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceListInstance) GetStatus ¶ added in v0.16.0
func (o *InstanceListInstance) GetStatus() *string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InstanceListInstance) GetStatusOk ¶ added in v0.16.0
func (o *InstanceListInstance) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceListInstance) HasId ¶ added in v0.16.0
func (o *InstanceListInstance) HasId() bool
HasId returns a boolean if a field has been set.
func (*InstanceListInstance) HasName ¶ added in v0.16.0
func (o *InstanceListInstance) HasName() bool
HasName returns a boolean if a field has been set.
func (*InstanceListInstance) HasStatus ¶ added in v0.16.0
func (o *InstanceListInstance) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*InstanceListInstance) SetId ¶ added in v0.16.0
func (o *InstanceListInstance) SetId(v *string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*InstanceListInstance) SetName ¶ added in v0.16.0
func (o *InstanceListInstance) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*InstanceListInstance) SetStatus ¶ added in v0.16.0
func (o *InstanceListInstance) SetStatus(v *string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InstanceListInstance) ToMap ¶ added in v0.16.0
func (o InstanceListInstance) ToMap() (map[string]interface{}, error)
type InstanceMetricsResponse ¶
type InstanceMetricsResponse struct {
Hosts *[]InstanceHost `json:"hosts,omitempty"`
}
InstanceMetricsResponse struct for InstanceMetricsResponse
func NewInstanceMetricsResponse ¶ added in v0.16.0
func NewInstanceMetricsResponse() *InstanceMetricsResponse
NewInstanceMetricsResponse instantiates a new InstanceMetricsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceMetricsResponseWithDefaults ¶ added in v0.16.0
func NewInstanceMetricsResponseWithDefaults() *InstanceMetricsResponse
NewInstanceMetricsResponseWithDefaults instantiates a new InstanceMetricsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceMetricsResponse) GetHosts ¶ added in v0.16.0
func (o *InstanceMetricsResponse) GetHosts() *[]InstanceHost
GetHosts returns the Hosts field value if set, zero value otherwise.
func (*InstanceMetricsResponse) GetHostsOk ¶ added in v0.16.0
func (o *InstanceMetricsResponse) GetHostsOk() (*[]InstanceHost, bool)
GetHostsOk returns a tuple with the Hosts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceMetricsResponse) HasHosts ¶ added in v0.16.0
func (o *InstanceMetricsResponse) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (*InstanceMetricsResponse) SetHosts ¶ added in v0.16.0
func (o *InstanceMetricsResponse) SetHosts(v *[]InstanceHost)
SetHosts gets a reference to the given []InstanceHost and assigns it to the Hosts field.
func (InstanceMetricsResponse) ToMap ¶ added in v0.16.0
func (o InstanceMetricsResponse) ToMap() (map[string]interface{}, error)
type InstanceResponse ¶
type InstanceResponse struct {
Item *Instance `json:"item,omitempty"`
}
InstanceResponse struct for InstanceResponse
func NewInstanceResponse ¶ added in v0.16.0
func NewInstanceResponse() *InstanceResponse
NewInstanceResponse instantiates a new InstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstanceResponseWithDefaults ¶ added in v0.16.0
func NewInstanceResponseWithDefaults() *InstanceResponse
NewInstanceResponseWithDefaults instantiates a new InstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstanceResponse) GetItem ¶ added in v0.16.0
func (o *InstanceResponse) GetItem() *Instance
GetItem returns the Item field value if set, zero value otherwise.
func (*InstanceResponse) GetItemOk ¶ added in v0.16.0
func (o *InstanceResponse) GetItemOk() (*Instance, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InstanceResponse) HasItem ¶ added in v0.16.0
func (o *InstanceResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*InstanceResponse) SetItem ¶ added in v0.16.0
func (o *InstanceResponse) SetItem(v *Instance)
SetItem gets a reference to the given Instance and assigns it to the Item field.
func (InstanceResponse) ToMap ¶ added in v0.16.0
func (o InstanceResponse) ToMap() (map[string]interface{}, error)
type ListBackupsResponse ¶
type ListBackupsResponse struct { Count *int64 `json:"count,omitempty"` Items *[]Backup `json:"items,omitempty"` }
ListBackupsResponse struct for ListBackupsResponse
func NewListBackupsResponse ¶ added in v0.16.0
func NewListBackupsResponse() *ListBackupsResponse
NewListBackupsResponse instantiates a new ListBackupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListBackupsResponseWithDefaults ¶ added in v0.16.0
func NewListBackupsResponseWithDefaults() *ListBackupsResponse
NewListBackupsResponseWithDefaults instantiates a new ListBackupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListBackupsResponse) GetCount ¶ added in v0.16.0
func (o *ListBackupsResponse) GetCount() *int64
GetCount returns the Count field value if set, zero value otherwise.
func (*ListBackupsResponse) GetCountOk ¶ added in v0.16.0
func (o *ListBackupsResponse) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListBackupsResponse) GetItems ¶ added in v0.16.0
func (o *ListBackupsResponse) GetItems() *[]Backup
GetItems returns the Items field value if set, zero value otherwise.
func (*ListBackupsResponse) GetItemsOk ¶ added in v0.16.0
func (o *ListBackupsResponse) GetItemsOk() (*[]Backup, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListBackupsResponse) HasCount ¶ added in v0.16.0
func (o *ListBackupsResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListBackupsResponse) HasItems ¶ added in v0.16.0
func (o *ListBackupsResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListBackupsResponse) SetCount ¶ added in v0.16.0
func (o *ListBackupsResponse) SetCount(v *int64)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*ListBackupsResponse) SetItems ¶ added in v0.16.0
func (o *ListBackupsResponse) SetItems(v *[]Backup)
SetItems gets a reference to the given []Backup and assigns it to the Items field.
func (ListBackupsResponse) ToMap ¶ added in v0.16.0
func (o ListBackupsResponse) ToMap() (map[string]interface{}, error)
type ListFlavorsResponse ¶
type ListFlavorsResponse struct {
Flavors *[]Flavor `json:"flavors,omitempty"`
}
ListFlavorsResponse struct for ListFlavorsResponse
func NewListFlavorsResponse ¶ added in v0.16.0
func NewListFlavorsResponse() *ListFlavorsResponse
NewListFlavorsResponse instantiates a new ListFlavorsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListFlavorsResponseWithDefaults ¶ added in v0.16.0
func NewListFlavorsResponseWithDefaults() *ListFlavorsResponse
NewListFlavorsResponseWithDefaults instantiates a new ListFlavorsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListFlavorsResponse) GetFlavors ¶ added in v0.16.0
func (o *ListFlavorsResponse) GetFlavors() *[]Flavor
GetFlavors returns the Flavors field value if set, zero value otherwise.
func (*ListFlavorsResponse) GetFlavorsOk ¶ added in v0.16.0
func (o *ListFlavorsResponse) GetFlavorsOk() (*[]Flavor, bool)
GetFlavorsOk returns a tuple with the Flavors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListFlavorsResponse) HasFlavors ¶ added in v0.16.0
func (o *ListFlavorsResponse) HasFlavors() bool
HasFlavors returns a boolean if a field has been set.
func (*ListFlavorsResponse) SetFlavors ¶ added in v0.16.0
func (o *ListFlavorsResponse) SetFlavors(v *[]Flavor)
SetFlavors gets a reference to the given []Flavor and assigns it to the Flavors field.
func (ListFlavorsResponse) ToMap ¶ added in v0.16.0
func (o ListFlavorsResponse) ToMap() (map[string]interface{}, error)
type ListInstancesResponse ¶
type ListInstancesResponse struct { Count *int64 `json:"count,omitempty"` Items *[]InstanceListInstance `json:"items,omitempty"` }
ListInstancesResponse struct for ListInstancesResponse
func NewListInstancesResponse ¶ added in v0.16.0
func NewListInstancesResponse() *ListInstancesResponse
NewListInstancesResponse instantiates a new ListInstancesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListInstancesResponseWithDefaults ¶ added in v0.16.0
func NewListInstancesResponseWithDefaults() *ListInstancesResponse
NewListInstancesResponseWithDefaults instantiates a new ListInstancesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListInstancesResponse) GetCount ¶ added in v0.16.0
func (o *ListInstancesResponse) GetCount() *int64
GetCount returns the Count field value if set, zero value otherwise.
func (*ListInstancesResponse) GetCountOk ¶ added in v0.16.0
func (o *ListInstancesResponse) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListInstancesResponse) GetItems ¶ added in v0.16.0
func (o *ListInstancesResponse) GetItems() *[]InstanceListInstance
GetItems returns the Items field value if set, zero value otherwise.
func (*ListInstancesResponse) GetItemsOk ¶ added in v0.16.0
func (o *ListInstancesResponse) GetItemsOk() (*[]InstanceListInstance, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListInstancesResponse) HasCount ¶ added in v0.16.0
func (o *ListInstancesResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListInstancesResponse) HasItems ¶ added in v0.16.0
func (o *ListInstancesResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListInstancesResponse) SetCount ¶ added in v0.16.0
func (o *ListInstancesResponse) SetCount(v *int64)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*ListInstancesResponse) SetItems ¶ added in v0.16.0
func (o *ListInstancesResponse) SetItems(v *[]InstanceListInstance)
SetItems gets a reference to the given []InstanceListInstance and assigns it to the Items field.
func (ListInstancesResponse) ToMap ¶ added in v0.16.0
func (o ListInstancesResponse) ToMap() (map[string]interface{}, error)
type ListStoragesResponse ¶
type ListStoragesResponse struct { StorageClasses *[]string `json:"storageClasses,omitempty"` StorageRange *StorageRange `json:"storageRange,omitempty"` }
ListStoragesResponse struct for ListStoragesResponse
func NewListStoragesResponse ¶ added in v0.16.0
func NewListStoragesResponse() *ListStoragesResponse
NewListStoragesResponse instantiates a new ListStoragesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListStoragesResponseWithDefaults ¶ added in v0.16.0
func NewListStoragesResponseWithDefaults() *ListStoragesResponse
NewListStoragesResponseWithDefaults instantiates a new ListStoragesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListStoragesResponse) GetStorageClasses ¶ added in v0.16.0
func (o *ListStoragesResponse) GetStorageClasses() *[]string
GetStorageClasses returns the StorageClasses field value if set, zero value otherwise.
func (*ListStoragesResponse) GetStorageClassesOk ¶ added in v0.16.0
func (o *ListStoragesResponse) GetStorageClassesOk() (*[]string, bool)
GetStorageClassesOk returns a tuple with the StorageClasses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListStoragesResponse) GetStorageRange ¶ added in v0.16.0
func (o *ListStoragesResponse) GetStorageRange() *StorageRange
GetStorageRange returns the StorageRange field value if set, zero value otherwise.
func (*ListStoragesResponse) GetStorageRangeOk ¶ added in v0.16.0
func (o *ListStoragesResponse) GetStorageRangeOk() (*StorageRange, bool)
GetStorageRangeOk returns a tuple with the StorageRange field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListStoragesResponse) HasStorageClasses ¶ added in v0.16.0
func (o *ListStoragesResponse) HasStorageClasses() bool
HasStorageClasses returns a boolean if a field has been set.
func (*ListStoragesResponse) HasStorageRange ¶ added in v0.16.0
func (o *ListStoragesResponse) HasStorageRange() bool
HasStorageRange returns a boolean if a field has been set.
func (*ListStoragesResponse) SetStorageClasses ¶ added in v0.16.0
func (o *ListStoragesResponse) SetStorageClasses(v *[]string)
SetStorageClasses gets a reference to the given []string and assigns it to the StorageClasses field.
func (*ListStoragesResponse) SetStorageRange ¶ added in v0.16.0
func (o *ListStoragesResponse) SetStorageRange(v *StorageRange)
SetStorageRange gets a reference to the given StorageRange and assigns it to the StorageRange field.
func (ListStoragesResponse) ToMap ¶ added in v0.16.0
func (o ListStoragesResponse) ToMap() (map[string]interface{}, error)
type ListUsersResponse ¶
type ListUsersResponse struct { Count *int64 `json:"count,omitempty"` Items *[]ListUsersResponseItem `json:"items,omitempty"` }
ListUsersResponse struct for ListUsersResponse
func NewListUsersResponse ¶ added in v0.16.0
func NewListUsersResponse() *ListUsersResponse
NewListUsersResponse instantiates a new ListUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListUsersResponseWithDefaults ¶ added in v0.16.0
func NewListUsersResponseWithDefaults() *ListUsersResponse
NewListUsersResponseWithDefaults instantiates a new ListUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListUsersResponse) GetCount ¶ added in v0.16.0
func (o *ListUsersResponse) GetCount() *int64
GetCount returns the Count field value if set, zero value otherwise.
func (*ListUsersResponse) GetCountOk ¶ added in v0.16.0
func (o *ListUsersResponse) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUsersResponse) GetItems ¶ added in v0.16.0
func (o *ListUsersResponse) GetItems() *[]ListUsersResponseItem
GetItems returns the Items field value if set, zero value otherwise.
func (*ListUsersResponse) GetItemsOk ¶ added in v0.16.0
func (o *ListUsersResponse) GetItemsOk() (*[]ListUsersResponseItem, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUsersResponse) HasCount ¶ added in v0.16.0
func (o *ListUsersResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListUsersResponse) HasItems ¶ added in v0.16.0
func (o *ListUsersResponse) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListUsersResponse) SetCount ¶ added in v0.16.0
func (o *ListUsersResponse) SetCount(v *int64)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*ListUsersResponse) SetItems ¶ added in v0.16.0
func (o *ListUsersResponse) SetItems(v *[]ListUsersResponseItem)
SetItems gets a reference to the given []ListUsersResponseItem and assigns it to the Items field.
func (ListUsersResponse) ToMap ¶ added in v0.16.0
func (o ListUsersResponse) ToMap() (map[string]interface{}, error)
type ListUsersResponseItem ¶
type ListUsersResponseItem struct { Id *string `json:"id,omitempty"` Username *string `json:"username,omitempty"` }
ListUsersResponseItem struct for ListUsersResponseItem
func NewListUsersResponseItem ¶ added in v0.16.0
func NewListUsersResponseItem() *ListUsersResponseItem
NewListUsersResponseItem instantiates a new ListUsersResponseItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListUsersResponseItemWithDefaults ¶ added in v0.16.0
func NewListUsersResponseItemWithDefaults() *ListUsersResponseItem
NewListUsersResponseItemWithDefaults instantiates a new ListUsersResponseItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListUsersResponseItem) GetId ¶ added in v0.16.0
func (o *ListUsersResponseItem) GetId() *string
GetId returns the Id field value if set, zero value otherwise.
func (*ListUsersResponseItem) GetIdOk ¶ added in v0.16.0
func (o *ListUsersResponseItem) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUsersResponseItem) GetUsername ¶ added in v0.16.0
func (o *ListUsersResponseItem) GetUsername() *string
GetUsername returns the Username field value if set, zero value otherwise.
func (*ListUsersResponseItem) GetUsernameOk ¶ added in v0.16.0
func (o *ListUsersResponseItem) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListUsersResponseItem) HasId ¶ added in v0.16.0
func (o *ListUsersResponseItem) HasId() bool
HasId returns a boolean if a field has been set.
func (*ListUsersResponseItem) HasUsername ¶ added in v0.16.0
func (o *ListUsersResponseItem) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (*ListUsersResponseItem) SetId ¶ added in v0.16.0
func (o *ListUsersResponseItem) SetId(v *string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ListUsersResponseItem) SetUsername ¶ added in v0.16.0
func (o *ListUsersResponseItem) SetUsername(v *string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (ListUsersResponseItem) ToMap ¶ added in v0.16.0
func (o ListUsersResponseItem) ToMap() (map[string]interface{}, error)
type ListVersionsResponse ¶
type ListVersionsResponse struct {
Versions *[]string `json:"versions,omitempty"`
}
ListVersionsResponse struct for ListVersionsResponse
func NewListVersionsResponse ¶ added in v0.16.0
func NewListVersionsResponse() *ListVersionsResponse
NewListVersionsResponse instantiates a new ListVersionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListVersionsResponseWithDefaults ¶ added in v0.16.0
func NewListVersionsResponseWithDefaults() *ListVersionsResponse
NewListVersionsResponseWithDefaults instantiates a new ListVersionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListVersionsResponse) GetVersions ¶ added in v0.16.0
func (o *ListVersionsResponse) GetVersions() *[]string
GetVersions returns the Versions field value if set, zero value otherwise.
func (*ListVersionsResponse) GetVersionsOk ¶ added in v0.16.0
func (o *ListVersionsResponse) GetVersionsOk() (*[]string, bool)
GetVersionsOk returns a tuple with the Versions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListVersionsResponse) HasVersions ¶ added in v0.16.0
func (o *ListVersionsResponse) HasVersions() bool
HasVersions returns a boolean if a field has been set.
func (*ListVersionsResponse) SetVersions ¶ added in v0.16.0
func (o *ListVersionsResponse) SetVersions(v *[]string)
SetVersions gets a reference to the given []string and assigns it to the Versions field.
func (ListVersionsResponse) ToMap ¶ added in v0.16.0
func (o ListVersionsResponse) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type NullableACL ¶ added in v0.16.0
type NullableACL struct {
// contains filtered or unexported fields
}
func NewNullableACL ¶ added in v0.16.0
func NewNullableACL(val *ACL) *NullableACL
func (NullableACL) Get ¶ added in v0.16.0
func (v NullableACL) Get() *ACL
func (NullableACL) IsSet ¶ added in v0.16.0
func (v NullableACL) IsSet() bool
func (NullableACL) MarshalJSON ¶ added in v0.16.0
func (v NullableACL) MarshalJSON() ([]byte, error)
func (*NullableACL) Set ¶ added in v0.16.0
func (v *NullableACL) Set(val *ACL)
func (*NullableACL) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableACL) UnmarshalJSON(src []byte) error
func (*NullableACL) Unset ¶ added in v0.16.0
func (v *NullableACL) Unset()
type NullableApiConfiguration ¶ added in v0.16.0
type NullableApiConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableApiConfiguration ¶ added in v0.16.0
func NewNullableApiConfiguration(val *ApiConfiguration) *NullableApiConfiguration
func (NullableApiConfiguration) Get ¶ added in v0.16.0
func (v NullableApiConfiguration) Get() *ApiConfiguration
func (NullableApiConfiguration) IsSet ¶ added in v0.16.0
func (v NullableApiConfiguration) IsSet() bool
func (NullableApiConfiguration) MarshalJSON ¶ added in v0.16.0
func (v NullableApiConfiguration) MarshalJSON() ([]byte, error)
func (*NullableApiConfiguration) Set ¶ added in v0.16.0
func (v *NullableApiConfiguration) Set(val *ApiConfiguration)
func (*NullableApiConfiguration) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableApiConfiguration) UnmarshalJSON(src []byte) error
func (*NullableApiConfiguration) Unset ¶ added in v0.16.0
func (v *NullableApiConfiguration) Unset()
type NullableApiExtensionConfigLoadResponse ¶ added in v0.16.0
type NullableApiExtensionConfigLoadResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiExtensionConfigLoadResponse ¶ added in v0.16.0
func NewNullableApiExtensionConfigLoadResponse(val *ApiExtensionConfigLoadResponse) *NullableApiExtensionConfigLoadResponse
func (NullableApiExtensionConfigLoadResponse) Get ¶ added in v0.16.0
func (v NullableApiExtensionConfigLoadResponse) Get() *ApiExtensionConfigLoadResponse
func (NullableApiExtensionConfigLoadResponse) IsSet ¶ added in v0.16.0
func (v NullableApiExtensionConfigLoadResponse) IsSet() bool
func (NullableApiExtensionConfigLoadResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableApiExtensionConfigLoadResponse) MarshalJSON() ([]byte, error)
func (*NullableApiExtensionConfigLoadResponse) Set ¶ added in v0.16.0
func (v *NullableApiExtensionConfigLoadResponse) Set(val *ApiExtensionConfigLoadResponse)
func (*NullableApiExtensionConfigLoadResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableApiExtensionConfigLoadResponse) UnmarshalJSON(src []byte) error
func (*NullableApiExtensionConfigLoadResponse) Unset ¶ added in v0.16.0
func (v *NullableApiExtensionConfigLoadResponse) Unset()
type NullableApiExtensionConfigureResponse ¶ added in v0.16.0
type NullableApiExtensionConfigureResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiExtensionConfigureResponse ¶ added in v0.16.0
func NewNullableApiExtensionConfigureResponse(val *ApiExtensionConfigureResponse) *NullableApiExtensionConfigureResponse
func (NullableApiExtensionConfigureResponse) Get ¶ added in v0.16.0
func (v NullableApiExtensionConfigureResponse) Get() *ApiExtensionConfigureResponse
func (NullableApiExtensionConfigureResponse) IsSet ¶ added in v0.16.0
func (v NullableApiExtensionConfigureResponse) IsSet() bool
func (NullableApiExtensionConfigureResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableApiExtensionConfigureResponse) MarshalJSON() ([]byte, error)
func (*NullableApiExtensionConfigureResponse) Set ¶ added in v0.16.0
func (v *NullableApiExtensionConfigureResponse) Set(val *ApiExtensionConfigureResponse)
func (*NullableApiExtensionConfigureResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableApiExtensionConfigureResponse) UnmarshalJSON(src []byte) error
func (*NullableApiExtensionConfigureResponse) Unset ¶ added in v0.16.0
func (v *NullableApiExtensionConfigureResponse) Unset()
type NullableApiExtensionDeleteResponse ¶ added in v0.16.0
type NullableApiExtensionDeleteResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiExtensionDeleteResponse ¶ added in v0.16.0
func NewNullableApiExtensionDeleteResponse(val *ApiExtensionDeleteResponse) *NullableApiExtensionDeleteResponse
func (NullableApiExtensionDeleteResponse) Get ¶ added in v0.16.0
func (v NullableApiExtensionDeleteResponse) Get() *ApiExtensionDeleteResponse
func (NullableApiExtensionDeleteResponse) IsSet ¶ added in v0.16.0
func (v NullableApiExtensionDeleteResponse) IsSet() bool
func (NullableApiExtensionDeleteResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableApiExtensionDeleteResponse) MarshalJSON() ([]byte, error)
func (*NullableApiExtensionDeleteResponse) Set ¶ added in v0.16.0
func (v *NullableApiExtensionDeleteResponse) Set(val *ApiExtensionDeleteResponse)
func (*NullableApiExtensionDeleteResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableApiExtensionDeleteResponse) UnmarshalJSON(src []byte) error
func (*NullableApiExtensionDeleteResponse) Unset ¶ added in v0.16.0
func (v *NullableApiExtensionDeleteResponse) Unset()
type NullableApiExtensionList ¶ added in v0.16.0
type NullableApiExtensionList struct {
// contains filtered or unexported fields
}
func NewNullableApiExtensionList ¶ added in v0.16.0
func NewNullableApiExtensionList(val *ApiExtensionList) *NullableApiExtensionList
func (NullableApiExtensionList) Get ¶ added in v0.16.0
func (v NullableApiExtensionList) Get() *ApiExtensionList
func (NullableApiExtensionList) IsSet ¶ added in v0.16.0
func (v NullableApiExtensionList) IsSet() bool
func (NullableApiExtensionList) MarshalJSON ¶ added in v0.16.0
func (v NullableApiExtensionList) MarshalJSON() ([]byte, error)
func (*NullableApiExtensionList) Set ¶ added in v0.16.0
func (v *NullableApiExtensionList) Set(val *ApiExtensionList)
func (*NullableApiExtensionList) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableApiExtensionList) UnmarshalJSON(src []byte) error
func (*NullableApiExtensionList) Unset ¶ added in v0.16.0
func (v *NullableApiExtensionList) Unset()
type NullableApiExtensionLoadResponse ¶ added in v0.16.0
type NullableApiExtensionLoadResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiExtensionLoadResponse ¶ added in v0.16.0
func NewNullableApiExtensionLoadResponse(val *ApiExtensionLoadResponse) *NullableApiExtensionLoadResponse
func (NullableApiExtensionLoadResponse) Get ¶ added in v0.16.0
func (v NullableApiExtensionLoadResponse) Get() *ApiExtensionLoadResponse
func (NullableApiExtensionLoadResponse) IsSet ¶ added in v0.16.0
func (v NullableApiExtensionLoadResponse) IsSet() bool
func (NullableApiExtensionLoadResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableApiExtensionLoadResponse) MarshalJSON() ([]byte, error)
func (*NullableApiExtensionLoadResponse) Set ¶ added in v0.16.0
func (v *NullableApiExtensionLoadResponse) Set(val *ApiExtensionLoadResponse)
func (*NullableApiExtensionLoadResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableApiExtensionLoadResponse) UnmarshalJSON(src []byte) error
func (*NullableApiExtensionLoadResponse) Unset ¶ added in v0.16.0
func (v *NullableApiExtensionLoadResponse) Unset()
type NullableApiInstallResponse ¶ added in v0.16.0
type NullableApiInstallResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiInstallResponse ¶ added in v0.16.0
func NewNullableApiInstallResponse(val *ApiInstallResponse) *NullableApiInstallResponse
func (NullableApiInstallResponse) Get ¶ added in v0.16.0
func (v NullableApiInstallResponse) Get() *ApiInstallResponse
func (NullableApiInstallResponse) IsSet ¶ added in v0.16.0
func (v NullableApiInstallResponse) IsSet() bool
func (NullableApiInstallResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableApiInstallResponse) MarshalJSON() ([]byte, error)
func (*NullableApiInstallResponse) Set ¶ added in v0.16.0
func (v *NullableApiInstallResponse) Set(val *ApiInstallResponse)
func (*NullableApiInstallResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableApiInstallResponse) UnmarshalJSON(src []byte) error
func (*NullableApiInstallResponse) Unset ¶ added in v0.16.0
func (v *NullableApiInstallResponse) Unset()
type NullableApiInstalledListResponse ¶ added in v0.16.0
type NullableApiInstalledListResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiInstalledListResponse ¶ added in v0.16.0
func NewNullableApiInstalledListResponse(val *ApiInstalledListResponse) *NullableApiInstalledListResponse
func (NullableApiInstalledListResponse) Get ¶ added in v0.16.0
func (v NullableApiInstalledListResponse) Get() *ApiInstalledListResponse
func (NullableApiInstalledListResponse) IsSet ¶ added in v0.16.0
func (v NullableApiInstalledListResponse) IsSet() bool
func (NullableApiInstalledListResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableApiInstalledListResponse) MarshalJSON() ([]byte, error)
func (*NullableApiInstalledListResponse) Set ¶ added in v0.16.0
func (v *NullableApiInstalledListResponse) Set(val *ApiInstalledListResponse)
func (*NullableApiInstalledListResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableApiInstalledListResponse) UnmarshalJSON(src []byte) error
func (*NullableApiInstalledListResponse) Unset ¶ added in v0.16.0
func (v *NullableApiInstalledListResponse) Unset()
type NullableBackup ¶ added in v0.16.0
type NullableBackup struct {
// contains filtered or unexported fields
}
func NewNullableBackup ¶ added in v0.16.0
func NewNullableBackup(val *Backup) *NullableBackup
func (NullableBackup) Get ¶ added in v0.16.0
func (v NullableBackup) Get() *Backup
func (NullableBackup) IsSet ¶ added in v0.16.0
func (v NullableBackup) IsSet() bool
func (NullableBackup) MarshalJSON ¶ added in v0.16.0
func (v NullableBackup) MarshalJSON() ([]byte, error)
func (*NullableBackup) Set ¶ added in v0.16.0
func (v *NullableBackup) Set(val *Backup)
func (*NullableBackup) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableBackup) UnmarshalJSON(src []byte) error
func (*NullableBackup) Unset ¶ added in v0.16.0
func (v *NullableBackup) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCloneInstancePayload ¶ added in v0.16.0
type NullableCloneInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullableCloneInstancePayload ¶ added in v0.16.0
func NewNullableCloneInstancePayload(val *CloneInstancePayload) *NullableCloneInstancePayload
func (NullableCloneInstancePayload) Get ¶ added in v0.16.0
func (v NullableCloneInstancePayload) Get() *CloneInstancePayload
func (NullableCloneInstancePayload) IsSet ¶ added in v0.16.0
func (v NullableCloneInstancePayload) IsSet() bool
func (NullableCloneInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableCloneInstancePayload) MarshalJSON() ([]byte, error)
func (*NullableCloneInstancePayload) Set ¶ added in v0.16.0
func (v *NullableCloneInstancePayload) Set(val *CloneInstancePayload)
func (*NullableCloneInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCloneInstancePayload) UnmarshalJSON(src []byte) error
func (*NullableCloneInstancePayload) Unset ¶ added in v0.16.0
func (v *NullableCloneInstancePayload) Unset()
type NullableCloneInstanceResponse ¶ added in v0.16.0
type NullableCloneInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableCloneInstanceResponse ¶ added in v0.16.0
func NewNullableCloneInstanceResponse(val *CloneInstanceResponse) *NullableCloneInstanceResponse
func (NullableCloneInstanceResponse) Get ¶ added in v0.16.0
func (v NullableCloneInstanceResponse) Get() *CloneInstanceResponse
func (NullableCloneInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableCloneInstanceResponse) IsSet() bool
func (NullableCloneInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableCloneInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableCloneInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableCloneInstanceResponse) Set(val *CloneInstanceResponse)
func (*NullableCloneInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCloneInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableCloneInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableCloneInstanceResponse) Unset()
type NullableCreateDatabasePayload ¶ added in v0.16.0
type NullableCreateDatabasePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateDatabasePayload ¶ added in v0.16.0
func NewNullableCreateDatabasePayload(val *CreateDatabasePayload) *NullableCreateDatabasePayload
func (NullableCreateDatabasePayload) Get ¶ added in v0.16.0
func (v NullableCreateDatabasePayload) Get() *CreateDatabasePayload
func (NullableCreateDatabasePayload) IsSet ¶ added in v0.16.0
func (v NullableCreateDatabasePayload) IsSet() bool
func (NullableCreateDatabasePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateDatabasePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateDatabasePayload) Set ¶ added in v0.16.0
func (v *NullableCreateDatabasePayload) Set(val *CreateDatabasePayload)
func (*NullableCreateDatabasePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateDatabasePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateDatabasePayload) Unset ¶ added in v0.16.0
func (v *NullableCreateDatabasePayload) Unset()
type NullableCreateInstancePayload ¶ added in v0.16.0
type NullableCreateInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateInstancePayload ¶ added in v0.16.0
func NewNullableCreateInstancePayload(val *CreateInstancePayload) *NullableCreateInstancePayload
func (NullableCreateInstancePayload) Get ¶ added in v0.16.0
func (v NullableCreateInstancePayload) Get() *CreateInstancePayload
func (NullableCreateInstancePayload) IsSet ¶ added in v0.16.0
func (v NullableCreateInstancePayload) IsSet() bool
func (NullableCreateInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateInstancePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateInstancePayload) Set ¶ added in v0.16.0
func (v *NullableCreateInstancePayload) Set(val *CreateInstancePayload)
func (*NullableCreateInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateInstancePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateInstancePayload) Unset ¶ added in v0.16.0
func (v *NullableCreateInstancePayload) Unset()
type NullableCreateInstanceResponse ¶ added in v0.16.0
type NullableCreateInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateInstanceResponse ¶ added in v0.16.0
func NewNullableCreateInstanceResponse(val *CreateInstanceResponse) *NullableCreateInstanceResponse
func (NullableCreateInstanceResponse) Get ¶ added in v0.16.0
func (v NullableCreateInstanceResponse) Get() *CreateInstanceResponse
func (NullableCreateInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableCreateInstanceResponse) IsSet() bool
func (NullableCreateInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableCreateInstanceResponse) Set(val *CreateInstanceResponse)
func (*NullableCreateInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableCreateInstanceResponse) Unset()
type NullableCreateUserPayload ¶ added in v0.16.0
type NullableCreateUserPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserPayload ¶ added in v0.16.0
func NewNullableCreateUserPayload(val *CreateUserPayload) *NullableCreateUserPayload
func (NullableCreateUserPayload) Get ¶ added in v0.16.0
func (v NullableCreateUserPayload) Get() *CreateUserPayload
func (NullableCreateUserPayload) IsSet ¶ added in v0.16.0
func (v NullableCreateUserPayload) IsSet() bool
func (NullableCreateUserPayload) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateUserPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateUserPayload) Set ¶ added in v0.16.0
func (v *NullableCreateUserPayload) Set(val *CreateUserPayload)
func (*NullableCreateUserPayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateUserPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateUserPayload) Unset ¶ added in v0.16.0
func (v *NullableCreateUserPayload) Unset()
type NullableCreateUserResponse ¶ added in v0.16.0
type NullableCreateUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateUserResponse ¶ added in v0.16.0
func NewNullableCreateUserResponse(val *CreateUserResponse) *NullableCreateUserResponse
func (NullableCreateUserResponse) Get ¶ added in v0.16.0
func (v NullableCreateUserResponse) Get() *CreateUserResponse
func (NullableCreateUserResponse) IsSet ¶ added in v0.16.0
func (v NullableCreateUserResponse) IsSet() bool
func (NullableCreateUserResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableCreateUserResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateUserResponse) Set ¶ added in v0.16.0
func (v *NullableCreateUserResponse) Set(val *CreateUserResponse)
func (*NullableCreateUserResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableCreateUserResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateUserResponse) Unset ¶ added in v0.16.0
func (v *NullableCreateUserResponse) Unset()
type NullableError ¶ added in v0.16.0
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶ added in v0.16.0
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶ added in v0.16.0
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶ added in v0.16.0
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶ added in v0.16.0
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶ added in v0.16.0
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶ added in v0.16.0
func (v *NullableError) Unset()
type NullableExtensionsConfiguration ¶ added in v0.16.0
type NullableExtensionsConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableExtensionsConfiguration ¶ added in v0.16.0
func NewNullableExtensionsConfiguration(val *ExtensionsConfiguration) *NullableExtensionsConfiguration
func (NullableExtensionsConfiguration) Get ¶ added in v0.16.0
func (v NullableExtensionsConfiguration) Get() *ExtensionsConfiguration
func (NullableExtensionsConfiguration) IsSet ¶ added in v0.16.0
func (v NullableExtensionsConfiguration) IsSet() bool
func (NullableExtensionsConfiguration) MarshalJSON ¶ added in v0.16.0
func (v NullableExtensionsConfiguration) MarshalJSON() ([]byte, error)
func (*NullableExtensionsConfiguration) Set ¶ added in v0.16.0
func (v *NullableExtensionsConfiguration) Set(val *ExtensionsConfiguration)
func (*NullableExtensionsConfiguration) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableExtensionsConfiguration) UnmarshalJSON(src []byte) error
func (*NullableExtensionsConfiguration) Unset ¶ added in v0.16.0
func (v *NullableExtensionsConfiguration) Unset()
type NullableExtensionsExtensionListResponse ¶ added in v0.16.0
type NullableExtensionsExtensionListResponse struct {
// contains filtered or unexported fields
}
func NewNullableExtensionsExtensionListResponse ¶ added in v0.16.0
func NewNullableExtensionsExtensionListResponse(val *ExtensionsExtensionListResponse) *NullableExtensionsExtensionListResponse
func (NullableExtensionsExtensionListResponse) IsSet ¶ added in v0.16.0
func (v NullableExtensionsExtensionListResponse) IsSet() bool
func (NullableExtensionsExtensionListResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableExtensionsExtensionListResponse) MarshalJSON() ([]byte, error)
func (*NullableExtensionsExtensionListResponse) Set ¶ added in v0.16.0
func (v *NullableExtensionsExtensionListResponse) Set(val *ExtensionsExtensionListResponse)
func (*NullableExtensionsExtensionListResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableExtensionsExtensionListResponse) UnmarshalJSON(src []byte) error
func (*NullableExtensionsExtensionListResponse) Unset ¶ added in v0.16.0
func (v *NullableExtensionsExtensionListResponse) Unset()
type NullableExtensionsNewConfig ¶ added in v0.16.0
type NullableExtensionsNewConfig struct {
// contains filtered or unexported fields
}
func NewNullableExtensionsNewConfig ¶ added in v0.16.0
func NewNullableExtensionsNewConfig(val *ExtensionsNewConfig) *NullableExtensionsNewConfig
func (NullableExtensionsNewConfig) Get ¶ added in v0.16.0
func (v NullableExtensionsNewConfig) Get() *ExtensionsNewConfig
func (NullableExtensionsNewConfig) IsSet ¶ added in v0.16.0
func (v NullableExtensionsNewConfig) IsSet() bool
func (NullableExtensionsNewConfig) MarshalJSON ¶ added in v0.16.0
func (v NullableExtensionsNewConfig) MarshalJSON() ([]byte, error)
func (*NullableExtensionsNewConfig) Set ¶ added in v0.16.0
func (v *NullableExtensionsNewConfig) Set(val *ExtensionsNewConfig)
func (*NullableExtensionsNewConfig) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableExtensionsNewConfig) UnmarshalJSON(src []byte) error
func (*NullableExtensionsNewConfig) Unset ¶ added in v0.16.0
func (v *NullableExtensionsNewConfig) Unset()
type NullableFlavor ¶ added in v0.16.0
type NullableFlavor struct {
// contains filtered or unexported fields
}
func NewNullableFlavor ¶ added in v0.16.0
func NewNullableFlavor(val *Flavor) *NullableFlavor
func (NullableFlavor) Get ¶ added in v0.16.0
func (v NullableFlavor) Get() *Flavor
func (NullableFlavor) IsSet ¶ added in v0.16.0
func (v NullableFlavor) IsSet() bool
func (NullableFlavor) MarshalJSON ¶ added in v0.16.0
func (v NullableFlavor) MarshalJSON() ([]byte, error)
func (*NullableFlavor) Set ¶ added in v0.16.0
func (v *NullableFlavor) Set(val *Flavor)
func (*NullableFlavor) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableFlavor) UnmarshalJSON(src []byte) error
func (*NullableFlavor) Unset ¶ added in v0.16.0
func (v *NullableFlavor) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGetBackupResponse ¶ added in v0.16.0
type NullableGetBackupResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetBackupResponse ¶ added in v0.16.0
func NewNullableGetBackupResponse(val *GetBackupResponse) *NullableGetBackupResponse
func (NullableGetBackupResponse) Get ¶ added in v0.16.0
func (v NullableGetBackupResponse) Get() *GetBackupResponse
func (NullableGetBackupResponse) IsSet ¶ added in v0.16.0
func (v NullableGetBackupResponse) IsSet() bool
func (NullableGetBackupResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableGetBackupResponse) MarshalJSON() ([]byte, error)
func (*NullableGetBackupResponse) Set ¶ added in v0.16.0
func (v *NullableGetBackupResponse) Set(val *GetBackupResponse)
func (*NullableGetBackupResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableGetBackupResponse) UnmarshalJSON(src []byte) error
func (*NullableGetBackupResponse) Unset ¶ added in v0.16.0
func (v *NullableGetBackupResponse) Unset()
type NullableGetUserResponse ¶ added in v0.16.0
type NullableGetUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetUserResponse ¶ added in v0.16.0
func NewNullableGetUserResponse(val *GetUserResponse) *NullableGetUserResponse
func (NullableGetUserResponse) Get ¶ added in v0.16.0
func (v NullableGetUserResponse) Get() *GetUserResponse
func (NullableGetUserResponse) IsSet ¶ added in v0.16.0
func (v NullableGetUserResponse) IsSet() bool
func (NullableGetUserResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableGetUserResponse) MarshalJSON() ([]byte, error)
func (*NullableGetUserResponse) Set ¶ added in v0.16.0
func (v *NullableGetUserResponse) Set(val *GetUserResponse)
func (*NullableGetUserResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableGetUserResponse) UnmarshalJSON(src []byte) error
func (*NullableGetUserResponse) Unset ¶ added in v0.16.0
func (v *NullableGetUserResponse) Unset()
type NullableInstance ¶ added in v0.16.0
type NullableInstance struct {
// contains filtered or unexported fields
}
func NewNullableInstance ¶ added in v0.16.0
func NewNullableInstance(val *Instance) *NullableInstance
func (NullableInstance) Get ¶ added in v0.16.0
func (v NullableInstance) Get() *Instance
func (NullableInstance) IsSet ¶ added in v0.16.0
func (v NullableInstance) IsSet() bool
func (NullableInstance) MarshalJSON ¶ added in v0.16.0
func (v NullableInstance) MarshalJSON() ([]byte, error)
func (*NullableInstance) Set ¶ added in v0.16.0
func (v *NullableInstance) Set(val *Instance)
func (*NullableInstance) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstance) UnmarshalJSON(src []byte) error
func (*NullableInstance) Unset ¶ added in v0.16.0
func (v *NullableInstance) Unset()
type NullableInstanceCreateDatabaseResponse ¶ added in v0.16.0
type NullableInstanceCreateDatabaseResponse struct {
// contains filtered or unexported fields
}
func NewNullableInstanceCreateDatabaseResponse ¶ added in v0.16.0
func NewNullableInstanceCreateDatabaseResponse(val *InstanceCreateDatabaseResponse) *NullableInstanceCreateDatabaseResponse
func (NullableInstanceCreateDatabaseResponse) Get ¶ added in v0.16.0
func (v NullableInstanceCreateDatabaseResponse) Get() *InstanceCreateDatabaseResponse
func (NullableInstanceCreateDatabaseResponse) IsSet ¶ added in v0.16.0
func (v NullableInstanceCreateDatabaseResponse) IsSet() bool
func (NullableInstanceCreateDatabaseResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceCreateDatabaseResponse) MarshalJSON() ([]byte, error)
func (*NullableInstanceCreateDatabaseResponse) Set ¶ added in v0.16.0
func (v *NullableInstanceCreateDatabaseResponse) Set(val *InstanceCreateDatabaseResponse)
func (*NullableInstanceCreateDatabaseResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceCreateDatabaseResponse) UnmarshalJSON(src []byte) error
func (*NullableInstanceCreateDatabaseResponse) Unset ¶ added in v0.16.0
func (v *NullableInstanceCreateDatabaseResponse) Unset()
type NullableInstanceDataPoint ¶ added in v0.16.0
type NullableInstanceDataPoint struct {
// contains filtered or unexported fields
}
func NewNullableInstanceDataPoint ¶ added in v0.16.0
func NewNullableInstanceDataPoint(val *InstanceDataPoint) *NullableInstanceDataPoint
func (NullableInstanceDataPoint) Get ¶ added in v0.16.0
func (v NullableInstanceDataPoint) Get() *InstanceDataPoint
func (NullableInstanceDataPoint) IsSet ¶ added in v0.16.0
func (v NullableInstanceDataPoint) IsSet() bool
func (NullableInstanceDataPoint) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceDataPoint) MarshalJSON() ([]byte, error)
func (*NullableInstanceDataPoint) Set ¶ added in v0.16.0
func (v *NullableInstanceDataPoint) Set(val *InstanceDataPoint)
func (*NullableInstanceDataPoint) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceDataPoint) UnmarshalJSON(src []byte) error
func (*NullableInstanceDataPoint) Unset ¶ added in v0.16.0
func (v *NullableInstanceDataPoint) Unset()
type NullableInstanceDatabase ¶ added in v0.16.0
type NullableInstanceDatabase struct {
// contains filtered or unexported fields
}
func NewNullableInstanceDatabase ¶ added in v0.16.0
func NewNullableInstanceDatabase(val *InstanceDatabase) *NullableInstanceDatabase
func (NullableInstanceDatabase) Get ¶ added in v0.16.0
func (v NullableInstanceDatabase) Get() *InstanceDatabase
func (NullableInstanceDatabase) IsSet ¶ added in v0.16.0
func (v NullableInstanceDatabase) IsSet() bool
func (NullableInstanceDatabase) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceDatabase) MarshalJSON() ([]byte, error)
func (*NullableInstanceDatabase) Set ¶ added in v0.16.0
func (v *NullableInstanceDatabase) Set(val *InstanceDatabase)
func (*NullableInstanceDatabase) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceDatabase) UnmarshalJSON(src []byte) error
func (*NullableInstanceDatabase) Unset ¶ added in v0.16.0
func (v *NullableInstanceDatabase) Unset()
type NullableInstanceHost ¶ added in v0.16.0
type NullableInstanceHost struct {
// contains filtered or unexported fields
}
func NewNullableInstanceHost ¶ added in v0.16.0
func NewNullableInstanceHost(val *InstanceHost) *NullableInstanceHost
func (NullableInstanceHost) Get ¶ added in v0.16.0
func (v NullableInstanceHost) Get() *InstanceHost
func (NullableInstanceHost) IsSet ¶ added in v0.16.0
func (v NullableInstanceHost) IsSet() bool
func (NullableInstanceHost) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceHost) MarshalJSON() ([]byte, error)
func (*NullableInstanceHost) Set ¶ added in v0.16.0
func (v *NullableInstanceHost) Set(val *InstanceHost)
func (*NullableInstanceHost) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceHost) UnmarshalJSON(src []byte) error
func (*NullableInstanceHost) Unset ¶ added in v0.16.0
func (v *NullableInstanceHost) Unset()
type NullableInstanceHostMetric ¶ added in v0.16.0
type NullableInstanceHostMetric struct {
// contains filtered or unexported fields
}
func NewNullableInstanceHostMetric ¶ added in v0.16.0
func NewNullableInstanceHostMetric(val *InstanceHostMetric) *NullableInstanceHostMetric
func (NullableInstanceHostMetric) Get ¶ added in v0.16.0
func (v NullableInstanceHostMetric) Get() *InstanceHostMetric
func (NullableInstanceHostMetric) IsSet ¶ added in v0.16.0
func (v NullableInstanceHostMetric) IsSet() bool
func (NullableInstanceHostMetric) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceHostMetric) MarshalJSON() ([]byte, error)
func (*NullableInstanceHostMetric) Set ¶ added in v0.16.0
func (v *NullableInstanceHostMetric) Set(val *InstanceHostMetric)
func (*NullableInstanceHostMetric) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceHostMetric) UnmarshalJSON(src []byte) error
func (*NullableInstanceHostMetric) Unset ¶ added in v0.16.0
func (v *NullableInstanceHostMetric) Unset()
type NullableInstanceListDatabasesResponse ¶ added in v0.16.0
type NullableInstanceListDatabasesResponse struct {
// contains filtered or unexported fields
}
func NewNullableInstanceListDatabasesResponse ¶ added in v0.16.0
func NewNullableInstanceListDatabasesResponse(val *InstanceListDatabasesResponse) *NullableInstanceListDatabasesResponse
func (NullableInstanceListDatabasesResponse) Get ¶ added in v0.16.0
func (v NullableInstanceListDatabasesResponse) Get() *InstanceListDatabasesResponse
func (NullableInstanceListDatabasesResponse) IsSet ¶ added in v0.16.0
func (v NullableInstanceListDatabasesResponse) IsSet() bool
func (NullableInstanceListDatabasesResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceListDatabasesResponse) MarshalJSON() ([]byte, error)
func (*NullableInstanceListDatabasesResponse) Set ¶ added in v0.16.0
func (v *NullableInstanceListDatabasesResponse) Set(val *InstanceListDatabasesResponse)
func (*NullableInstanceListDatabasesResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceListDatabasesResponse) UnmarshalJSON(src []byte) error
func (*NullableInstanceListDatabasesResponse) Unset ¶ added in v0.16.0
func (v *NullableInstanceListDatabasesResponse) Unset()
type NullableInstanceListInstance ¶ added in v0.16.0
type NullableInstanceListInstance struct {
// contains filtered or unexported fields
}
func NewNullableInstanceListInstance ¶ added in v0.16.0
func NewNullableInstanceListInstance(val *InstanceListInstance) *NullableInstanceListInstance
func (NullableInstanceListInstance) Get ¶ added in v0.16.0
func (v NullableInstanceListInstance) Get() *InstanceListInstance
func (NullableInstanceListInstance) IsSet ¶ added in v0.16.0
func (v NullableInstanceListInstance) IsSet() bool
func (NullableInstanceListInstance) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceListInstance) MarshalJSON() ([]byte, error)
func (*NullableInstanceListInstance) Set ¶ added in v0.16.0
func (v *NullableInstanceListInstance) Set(val *InstanceListInstance)
func (*NullableInstanceListInstance) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceListInstance) UnmarshalJSON(src []byte) error
func (*NullableInstanceListInstance) Unset ¶ added in v0.16.0
func (v *NullableInstanceListInstance) Unset()
type NullableInstanceMetricsResponse ¶ added in v0.16.0
type NullableInstanceMetricsResponse struct {
// contains filtered or unexported fields
}
func NewNullableInstanceMetricsResponse ¶ added in v0.16.0
func NewNullableInstanceMetricsResponse(val *InstanceMetricsResponse) *NullableInstanceMetricsResponse
func (NullableInstanceMetricsResponse) Get ¶ added in v0.16.0
func (v NullableInstanceMetricsResponse) Get() *InstanceMetricsResponse
func (NullableInstanceMetricsResponse) IsSet ¶ added in v0.16.0
func (v NullableInstanceMetricsResponse) IsSet() bool
func (NullableInstanceMetricsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceMetricsResponse) MarshalJSON() ([]byte, error)
func (*NullableInstanceMetricsResponse) Set ¶ added in v0.16.0
func (v *NullableInstanceMetricsResponse) Set(val *InstanceMetricsResponse)
func (*NullableInstanceMetricsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceMetricsResponse) UnmarshalJSON(src []byte) error
func (*NullableInstanceMetricsResponse) Unset ¶ added in v0.16.0
func (v *NullableInstanceMetricsResponse) Unset()
type NullableInstanceResponse ¶ added in v0.16.0
type NullableInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullableInstanceResponse ¶ added in v0.16.0
func NewNullableInstanceResponse(val *InstanceResponse) *NullableInstanceResponse
func (NullableInstanceResponse) Get ¶ added in v0.16.0
func (v NullableInstanceResponse) Get() *InstanceResponse
func (NullableInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullableInstanceResponse) IsSet() bool
func (NullableInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullableInstanceResponse) Set ¶ added in v0.16.0
func (v *NullableInstanceResponse) Set(val *InstanceResponse)
func (*NullableInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullableInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullableInstanceResponse) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableListBackupsResponse ¶ added in v0.16.0
type NullableListBackupsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListBackupsResponse ¶ added in v0.16.0
func NewNullableListBackupsResponse(val *ListBackupsResponse) *NullableListBackupsResponse
func (NullableListBackupsResponse) Get ¶ added in v0.16.0
func (v NullableListBackupsResponse) Get() *ListBackupsResponse
func (NullableListBackupsResponse) IsSet ¶ added in v0.16.0
func (v NullableListBackupsResponse) IsSet() bool
func (NullableListBackupsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListBackupsResponse) MarshalJSON() ([]byte, error)
func (*NullableListBackupsResponse) Set ¶ added in v0.16.0
func (v *NullableListBackupsResponse) Set(val *ListBackupsResponse)
func (*NullableListBackupsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListBackupsResponse) UnmarshalJSON(src []byte) error
func (*NullableListBackupsResponse) Unset ¶ added in v0.16.0
func (v *NullableListBackupsResponse) Unset()
type NullableListFlavorsResponse ¶ added in v0.16.0
type NullableListFlavorsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListFlavorsResponse ¶ added in v0.16.0
func NewNullableListFlavorsResponse(val *ListFlavorsResponse) *NullableListFlavorsResponse
func (NullableListFlavorsResponse) Get ¶ added in v0.16.0
func (v NullableListFlavorsResponse) Get() *ListFlavorsResponse
func (NullableListFlavorsResponse) IsSet ¶ added in v0.16.0
func (v NullableListFlavorsResponse) IsSet() bool
func (NullableListFlavorsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListFlavorsResponse) MarshalJSON() ([]byte, error)
func (*NullableListFlavorsResponse) Set ¶ added in v0.16.0
func (v *NullableListFlavorsResponse) Set(val *ListFlavorsResponse)
func (*NullableListFlavorsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListFlavorsResponse) UnmarshalJSON(src []byte) error
func (*NullableListFlavorsResponse) Unset ¶ added in v0.16.0
func (v *NullableListFlavorsResponse) Unset()
type NullableListInstancesResponse ¶ added in v0.16.0
type NullableListInstancesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListInstancesResponse ¶ added in v0.16.0
func NewNullableListInstancesResponse(val *ListInstancesResponse) *NullableListInstancesResponse
func (NullableListInstancesResponse) Get ¶ added in v0.16.0
func (v NullableListInstancesResponse) Get() *ListInstancesResponse
func (NullableListInstancesResponse) IsSet ¶ added in v0.16.0
func (v NullableListInstancesResponse) IsSet() bool
func (NullableListInstancesResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListInstancesResponse) MarshalJSON() ([]byte, error)
func (*NullableListInstancesResponse) Set ¶ added in v0.16.0
func (v *NullableListInstancesResponse) Set(val *ListInstancesResponse)
func (*NullableListInstancesResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListInstancesResponse) UnmarshalJSON(src []byte) error
func (*NullableListInstancesResponse) Unset ¶ added in v0.16.0
func (v *NullableListInstancesResponse) Unset()
type NullableListStoragesResponse ¶ added in v0.16.0
type NullableListStoragesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListStoragesResponse ¶ added in v0.16.0
func NewNullableListStoragesResponse(val *ListStoragesResponse) *NullableListStoragesResponse
func (NullableListStoragesResponse) Get ¶ added in v0.16.0
func (v NullableListStoragesResponse) Get() *ListStoragesResponse
func (NullableListStoragesResponse) IsSet ¶ added in v0.16.0
func (v NullableListStoragesResponse) IsSet() bool
func (NullableListStoragesResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListStoragesResponse) MarshalJSON() ([]byte, error)
func (*NullableListStoragesResponse) Set ¶ added in v0.16.0
func (v *NullableListStoragesResponse) Set(val *ListStoragesResponse)
func (*NullableListStoragesResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListStoragesResponse) UnmarshalJSON(src []byte) error
func (*NullableListStoragesResponse) Unset ¶ added in v0.16.0
func (v *NullableListStoragesResponse) Unset()
type NullableListUsersResponse ¶ added in v0.16.0
type NullableListUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListUsersResponse ¶ added in v0.16.0
func NewNullableListUsersResponse(val *ListUsersResponse) *NullableListUsersResponse
func (NullableListUsersResponse) Get ¶ added in v0.16.0
func (v NullableListUsersResponse) Get() *ListUsersResponse
func (NullableListUsersResponse) IsSet ¶ added in v0.16.0
func (v NullableListUsersResponse) IsSet() bool
func (NullableListUsersResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListUsersResponse) Set ¶ added in v0.16.0
func (v *NullableListUsersResponse) Set(val *ListUsersResponse)
func (*NullableListUsersResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListUsersResponse) Unset ¶ added in v0.16.0
func (v *NullableListUsersResponse) Unset()
type NullableListUsersResponseItem ¶ added in v0.16.0
type NullableListUsersResponseItem struct {
// contains filtered or unexported fields
}
func NewNullableListUsersResponseItem ¶ added in v0.16.0
func NewNullableListUsersResponseItem(val *ListUsersResponseItem) *NullableListUsersResponseItem
func (NullableListUsersResponseItem) Get ¶ added in v0.16.0
func (v NullableListUsersResponseItem) Get() *ListUsersResponseItem
func (NullableListUsersResponseItem) IsSet ¶ added in v0.16.0
func (v NullableListUsersResponseItem) IsSet() bool
func (NullableListUsersResponseItem) MarshalJSON ¶ added in v0.16.0
func (v NullableListUsersResponseItem) MarshalJSON() ([]byte, error)
func (*NullableListUsersResponseItem) Set ¶ added in v0.16.0
func (v *NullableListUsersResponseItem) Set(val *ListUsersResponseItem)
func (*NullableListUsersResponseItem) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListUsersResponseItem) UnmarshalJSON(src []byte) error
func (*NullableListUsersResponseItem) Unset ¶ added in v0.16.0
func (v *NullableListUsersResponseItem) Unset()
type NullableListVersionsResponse ¶ added in v0.16.0
type NullableListVersionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListVersionsResponse ¶ added in v0.16.0
func NewNullableListVersionsResponse(val *ListVersionsResponse) *NullableListVersionsResponse
func (NullableListVersionsResponse) Get ¶ added in v0.16.0
func (v NullableListVersionsResponse) Get() *ListVersionsResponse
func (NullableListVersionsResponse) IsSet ¶ added in v0.16.0
func (v NullableListVersionsResponse) IsSet() bool
func (NullableListVersionsResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableListVersionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListVersionsResponse) Set ¶ added in v0.16.0
func (v *NullableListVersionsResponse) Set(val *ListVersionsResponse)
func (*NullableListVersionsResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableListVersionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListVersionsResponse) Unset ¶ added in v0.16.0
func (v *NullableListVersionsResponse) Unset()
type NullablePartialUpdateInstancePayload ¶ added in v0.16.0
type NullablePartialUpdateInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullablePartialUpdateInstancePayload ¶ added in v0.16.0
func NewNullablePartialUpdateInstancePayload(val *PartialUpdateInstancePayload) *NullablePartialUpdateInstancePayload
func (NullablePartialUpdateInstancePayload) Get ¶ added in v0.16.0
func (v NullablePartialUpdateInstancePayload) Get() *PartialUpdateInstancePayload
func (NullablePartialUpdateInstancePayload) IsSet ¶ added in v0.16.0
func (v NullablePartialUpdateInstancePayload) IsSet() bool
func (NullablePartialUpdateInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullablePartialUpdateInstancePayload) MarshalJSON() ([]byte, error)
func (*NullablePartialUpdateInstancePayload) Set ¶ added in v0.16.0
func (v *NullablePartialUpdateInstancePayload) Set(val *PartialUpdateInstancePayload)
func (*NullablePartialUpdateInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullablePartialUpdateInstancePayload) UnmarshalJSON(src []byte) error
func (*NullablePartialUpdateInstancePayload) Unset ¶ added in v0.16.0
func (v *NullablePartialUpdateInstancePayload) Unset()
type NullablePartialUpdateInstanceResponse ¶ added in v0.16.0
type NullablePartialUpdateInstanceResponse struct {
// contains filtered or unexported fields
}
func NewNullablePartialUpdateInstanceResponse ¶ added in v0.16.0
func NewNullablePartialUpdateInstanceResponse(val *PartialUpdateInstanceResponse) *NullablePartialUpdateInstanceResponse
func (NullablePartialUpdateInstanceResponse) Get ¶ added in v0.16.0
func (v NullablePartialUpdateInstanceResponse) Get() *PartialUpdateInstanceResponse
func (NullablePartialUpdateInstanceResponse) IsSet ¶ added in v0.16.0
func (v NullablePartialUpdateInstanceResponse) IsSet() bool
func (NullablePartialUpdateInstanceResponse) MarshalJSON ¶ added in v0.16.0
func (v NullablePartialUpdateInstanceResponse) MarshalJSON() ([]byte, error)
func (*NullablePartialUpdateInstanceResponse) Set ¶ added in v0.16.0
func (v *NullablePartialUpdateInstanceResponse) Set(val *PartialUpdateInstanceResponse)
func (*NullablePartialUpdateInstanceResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullablePartialUpdateInstanceResponse) UnmarshalJSON(src []byte) error
func (*NullablePartialUpdateInstanceResponse) Unset ¶ added in v0.16.0
func (v *NullablePartialUpdateInstanceResponse) Unset()
type NullablePartialUpdateUserPayload ¶ added in v0.16.0
type NullablePartialUpdateUserPayload struct {
// contains filtered or unexported fields
}
func NewNullablePartialUpdateUserPayload ¶ added in v0.16.0
func NewNullablePartialUpdateUserPayload(val *PartialUpdateUserPayload) *NullablePartialUpdateUserPayload
func (NullablePartialUpdateUserPayload) Get ¶ added in v0.16.0
func (v NullablePartialUpdateUserPayload) Get() *PartialUpdateUserPayload
func (NullablePartialUpdateUserPayload) IsSet ¶ added in v0.16.0
func (v NullablePartialUpdateUserPayload) IsSet() bool
func (NullablePartialUpdateUserPayload) MarshalJSON ¶ added in v0.16.0
func (v NullablePartialUpdateUserPayload) MarshalJSON() ([]byte, error)
func (*NullablePartialUpdateUserPayload) Set ¶ added in v0.16.0
func (v *NullablePartialUpdateUserPayload) Set(val *PartialUpdateUserPayload)
func (*NullablePartialUpdateUserPayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullablePartialUpdateUserPayload) UnmarshalJSON(src []byte) error
func (*NullablePartialUpdateUserPayload) Unset ¶ added in v0.16.0
func (v *NullablePartialUpdateUserPayload) Unset()
type NullablePostgresDatabaseParameter ¶ added in v0.16.0
type NullablePostgresDatabaseParameter struct {
// contains filtered or unexported fields
}
func NewNullablePostgresDatabaseParameter ¶ added in v0.16.0
func NewNullablePostgresDatabaseParameter(val *PostgresDatabaseParameter) *NullablePostgresDatabaseParameter
func (NullablePostgresDatabaseParameter) Get ¶ added in v0.16.0
func (v NullablePostgresDatabaseParameter) Get() *PostgresDatabaseParameter
func (NullablePostgresDatabaseParameter) IsSet ¶ added in v0.16.0
func (v NullablePostgresDatabaseParameter) IsSet() bool
func (NullablePostgresDatabaseParameter) MarshalJSON ¶ added in v0.16.0
func (v NullablePostgresDatabaseParameter) MarshalJSON() ([]byte, error)
func (*NullablePostgresDatabaseParameter) Set ¶ added in v0.16.0
func (v *NullablePostgresDatabaseParameter) Set(val *PostgresDatabaseParameter)
func (*NullablePostgresDatabaseParameter) UnmarshalJSON ¶ added in v0.16.0
func (v *NullablePostgresDatabaseParameter) UnmarshalJSON(src []byte) error
func (*NullablePostgresDatabaseParameter) Unset ¶ added in v0.16.0
func (v *NullablePostgresDatabaseParameter) Unset()
type NullablePostgresDatabaseParameterResponse ¶ added in v0.16.0
type NullablePostgresDatabaseParameterResponse struct {
// contains filtered or unexported fields
}
func NewNullablePostgresDatabaseParameterResponse ¶ added in v0.16.0
func NewNullablePostgresDatabaseParameterResponse(val *PostgresDatabaseParameterResponse) *NullablePostgresDatabaseParameterResponse
func (NullablePostgresDatabaseParameterResponse) IsSet ¶ added in v0.16.0
func (v NullablePostgresDatabaseParameterResponse) IsSet() bool
func (NullablePostgresDatabaseParameterResponse) MarshalJSON ¶ added in v0.16.0
func (v NullablePostgresDatabaseParameterResponse) MarshalJSON() ([]byte, error)
func (*NullablePostgresDatabaseParameterResponse) Set ¶ added in v0.16.0
func (v *NullablePostgresDatabaseParameterResponse) Set(val *PostgresDatabaseParameterResponse)
func (*NullablePostgresDatabaseParameterResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullablePostgresDatabaseParameterResponse) UnmarshalJSON(src []byte) error
func (*NullablePostgresDatabaseParameterResponse) Unset ¶ added in v0.16.0
func (v *NullablePostgresDatabaseParameterResponse) Unset()
type NullableResetUserResponse ¶ added in v0.16.0
type NullableResetUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableResetUserResponse ¶ added in v0.16.0
func NewNullableResetUserResponse(val *ResetUserResponse) *NullableResetUserResponse
func (NullableResetUserResponse) Get ¶ added in v0.16.0
func (v NullableResetUserResponse) Get() *ResetUserResponse
func (NullableResetUserResponse) IsSet ¶ added in v0.16.0
func (v NullableResetUserResponse) IsSet() bool
func (NullableResetUserResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableResetUserResponse) MarshalJSON() ([]byte, error)
func (*NullableResetUserResponse) Set ¶ added in v0.16.0
func (v *NullableResetUserResponse) Set(val *ResetUserResponse)
func (*NullableResetUserResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableResetUserResponse) UnmarshalJSON(src []byte) error
func (*NullableResetUserResponse) Unset ¶ added in v0.16.0
func (v *NullableResetUserResponse) Unset()
type NullableStorage ¶ added in v0.16.0
type NullableStorage struct {
// contains filtered or unexported fields
}
func NewNullableStorage ¶ added in v0.16.0
func NewNullableStorage(val *Storage) *NullableStorage
func (NullableStorage) Get ¶ added in v0.16.0
func (v NullableStorage) Get() *Storage
func (NullableStorage) IsSet ¶ added in v0.16.0
func (v NullableStorage) IsSet() bool
func (NullableStorage) MarshalJSON ¶ added in v0.16.0
func (v NullableStorage) MarshalJSON() ([]byte, error)
func (*NullableStorage) Set ¶ added in v0.16.0
func (v *NullableStorage) Set(val *Storage)
func (*NullableStorage) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableStorage) UnmarshalJSON(src []byte) error
func (*NullableStorage) Unset ¶ added in v0.16.0
func (v *NullableStorage) Unset()
type NullableStorageRange ¶ added in v0.16.0
type NullableStorageRange struct {
// contains filtered or unexported fields
}
func NewNullableStorageRange ¶ added in v0.16.0
func NewNullableStorageRange(val *StorageRange) *NullableStorageRange
func (NullableStorageRange) Get ¶ added in v0.16.0
func (v NullableStorageRange) Get() *StorageRange
func (NullableStorageRange) IsSet ¶ added in v0.16.0
func (v NullableStorageRange) IsSet() bool
func (NullableStorageRange) MarshalJSON ¶ added in v0.16.0
func (v NullableStorageRange) MarshalJSON() ([]byte, error)
func (*NullableStorageRange) Set ¶ added in v0.16.0
func (v *NullableStorageRange) Set(val *StorageRange)
func (*NullableStorageRange) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableStorageRange) UnmarshalJSON(src []byte) error
func (*NullableStorageRange) Unset ¶ added in v0.16.0
func (v *NullableStorageRange) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUpdateBackupSchedulePayload ¶ added in v0.16.0
type NullableUpdateBackupSchedulePayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateBackupSchedulePayload ¶ added in v0.16.0
func NewNullableUpdateBackupSchedulePayload(val *UpdateBackupSchedulePayload) *NullableUpdateBackupSchedulePayload
func (NullableUpdateBackupSchedulePayload) Get ¶ added in v0.16.0
func (v NullableUpdateBackupSchedulePayload) Get() *UpdateBackupSchedulePayload
func (NullableUpdateBackupSchedulePayload) IsSet ¶ added in v0.16.0
func (v NullableUpdateBackupSchedulePayload) IsSet() bool
func (NullableUpdateBackupSchedulePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableUpdateBackupSchedulePayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateBackupSchedulePayload) Set ¶ added in v0.16.0
func (v *NullableUpdateBackupSchedulePayload) Set(val *UpdateBackupSchedulePayload)
func (*NullableUpdateBackupSchedulePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUpdateBackupSchedulePayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateBackupSchedulePayload) Unset ¶ added in v0.16.0
func (v *NullableUpdateBackupSchedulePayload) Unset()
type NullableUpdateInstancePayload ¶ added in v0.16.0
type NullableUpdateInstancePayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateInstancePayload ¶ added in v0.16.0
func NewNullableUpdateInstancePayload(val *UpdateInstancePayload) *NullableUpdateInstancePayload
func (NullableUpdateInstancePayload) Get ¶ added in v0.16.0
func (v NullableUpdateInstancePayload) Get() *UpdateInstancePayload
func (NullableUpdateInstancePayload) IsSet ¶ added in v0.16.0
func (v NullableUpdateInstancePayload) IsSet() bool
func (NullableUpdateInstancePayload) MarshalJSON ¶ added in v0.16.0
func (v NullableUpdateInstancePayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateInstancePayload) Set ¶ added in v0.16.0
func (v *NullableUpdateInstancePayload) Set(val *UpdateInstancePayload)
func (*NullableUpdateInstancePayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUpdateInstancePayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateInstancePayload) Unset ¶ added in v0.16.0
func (v *NullableUpdateInstancePayload) Unset()
type NullableUpdateUserPayload ¶ added in v0.16.0
type NullableUpdateUserPayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUserPayload ¶ added in v0.16.0
func NewNullableUpdateUserPayload(val *UpdateUserPayload) *NullableUpdateUserPayload
func (NullableUpdateUserPayload) Get ¶ added in v0.16.0
func (v NullableUpdateUserPayload) Get() *UpdateUserPayload
func (NullableUpdateUserPayload) IsSet ¶ added in v0.16.0
func (v NullableUpdateUserPayload) IsSet() bool
func (NullableUpdateUserPayload) MarshalJSON ¶ added in v0.16.0
func (v NullableUpdateUserPayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateUserPayload) Set ¶ added in v0.16.0
func (v *NullableUpdateUserPayload) Set(val *UpdateUserPayload)
func (*NullableUpdateUserPayload) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUpdateUserPayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateUserPayload) Unset ¶ added in v0.16.0
func (v *NullableUpdateUserPayload) Unset()
type NullableUser ¶ added in v0.16.0
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶ added in v0.16.0
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶ added in v0.16.0
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶ added in v0.16.0
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶ added in v0.16.0
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶ added in v0.16.0
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶ added in v0.16.0
func (v *NullableUser) Unset()
type NullableUserResponse ¶ added in v0.16.0
type NullableUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableUserResponse ¶ added in v0.16.0
func NewNullableUserResponse(val *UserResponse) *NullableUserResponse
func (NullableUserResponse) Get ¶ added in v0.16.0
func (v NullableUserResponse) Get() *UserResponse
func (NullableUserResponse) IsSet ¶ added in v0.16.0
func (v NullableUserResponse) IsSet() bool
func (NullableUserResponse) MarshalJSON ¶ added in v0.16.0
func (v NullableUserResponse) MarshalJSON() ([]byte, error)
func (*NullableUserResponse) Set ¶ added in v0.16.0
func (v *NullableUserResponse) Set(val *UserResponse)
func (*NullableUserResponse) UnmarshalJSON ¶ added in v0.16.0
func (v *NullableUserResponse) UnmarshalJSON(src []byte) error
func (*NullableUserResponse) Unset ¶ added in v0.16.0
func (v *NullableUserResponse) Unset()
type PartialUpdateInstancePayload ¶
type PartialUpdateInstancePayload struct { Acl *ACL `json:"acl,omitempty"` BackupSchedule *string `json:"backupSchedule,omitempty"` FlavorId *string `json:"flavorId,omitempty"` // Labels field is not certain/clear Labels *map[string]string `json:"labels,omitempty"` Name *string `json:"name,omitempty"` Options *map[string]string `json:"options,omitempty"` Replicas *int64 `json:"replicas,omitempty"` Storage *Storage `json:"storage,omitempty"` Version *string `json:"version,omitempty"` }
PartialUpdateInstancePayload struct for PartialUpdateInstancePayload
func NewPartialUpdateInstancePayload ¶ added in v0.16.0
func NewPartialUpdateInstancePayload() *PartialUpdateInstancePayload
NewPartialUpdateInstancePayload instantiates a new PartialUpdateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPartialUpdateInstancePayloadWithDefaults ¶ added in v0.16.0
func NewPartialUpdateInstancePayloadWithDefaults() *PartialUpdateInstancePayload
NewPartialUpdateInstancePayloadWithDefaults instantiates a new PartialUpdateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PartialUpdateInstancePayload) GetAcl ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetAcl() *ACL
GetAcl returns the Acl field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetAclOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetAclOk() (*ACL, bool)
GetAclOk returns a tuple with the Acl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetBackupSchedule ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetBackupSchedule() *string
GetBackupSchedule returns the BackupSchedule field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetBackupScheduleOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetBackupScheduleOk() (*string, bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetFlavorId ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetFlavorId() *string
GetFlavorId returns the FlavorId field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetFlavorIdOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetFlavorIdOk() (*string, bool)
GetFlavorIdOk returns a tuple with the FlavorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetLabels ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetLabels() *map[string]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetLabelsOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetName ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetNameOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetOptions ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetOptions() *map[string]string
GetOptions returns the Options field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetOptionsOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetOptionsOk() (*map[string]string, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetReplicas ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetReplicas() *int64
GetReplicas returns the Replicas field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetReplicasOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetReplicasOk() (*int64, bool)
GetReplicasOk returns a tuple with the Replicas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetStorage ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetStorage() *Storage
GetStorage returns the Storage field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetStorageOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetStorageOk() (*Storage, bool)
GetStorageOk returns a tuple with the Storage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) GetVersion ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetVersion() *string
GetVersion returns the Version field value if set, zero value otherwise.
func (*PartialUpdateInstancePayload) GetVersionOk ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstancePayload) HasAcl ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasAcl() bool
HasAcl returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasBackupSchedule ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasBackupSchedule() bool
HasBackupSchedule returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasFlavorId ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasFlavorId() bool
HasFlavorId returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasLabels ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasName ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasName() bool
HasName returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasOptions ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasReplicas ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasReplicas() bool
HasReplicas returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasStorage ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasStorage() bool
HasStorage returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) HasVersion ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (*PartialUpdateInstancePayload) SetAcl ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetAcl(v *ACL)
SetAcl gets a reference to the given ACL and assigns it to the Acl field.
func (*PartialUpdateInstancePayload) SetBackupSchedule ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetBackupSchedule(v *string)
SetBackupSchedule gets a reference to the given string and assigns it to the BackupSchedule field.
func (*PartialUpdateInstancePayload) SetFlavorId ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetFlavorId(v *string)
SetFlavorId gets a reference to the given string and assigns it to the FlavorId field.
func (*PartialUpdateInstancePayload) SetLabels ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetLabels(v *map[string]string)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*PartialUpdateInstancePayload) SetName ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PartialUpdateInstancePayload) SetOptions ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetOptions(v *map[string]string)
SetOptions gets a reference to the given map[string]string and assigns it to the Options field.
func (*PartialUpdateInstancePayload) SetReplicas ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetReplicas(v *int64)
SetReplicas gets a reference to the given int64 and assigns it to the Replicas field.
func (*PartialUpdateInstancePayload) SetStorage ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetStorage(v *Storage)
SetStorage gets a reference to the given Storage and assigns it to the Storage field.
func (*PartialUpdateInstancePayload) SetVersion ¶ added in v0.16.0
func (o *PartialUpdateInstancePayload) SetVersion(v *string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (PartialUpdateInstancePayload) ToMap ¶ added in v0.16.0
func (o PartialUpdateInstancePayload) ToMap() (map[string]interface{}, error)
type PartialUpdateInstanceResponse ¶
type PartialUpdateInstanceResponse struct {
Item *Instance `json:"item,omitempty"`
}
PartialUpdateInstanceResponse struct for PartialUpdateInstanceResponse
func NewPartialUpdateInstanceResponse ¶ added in v0.16.0
func NewPartialUpdateInstanceResponse() *PartialUpdateInstanceResponse
NewPartialUpdateInstanceResponse instantiates a new PartialUpdateInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPartialUpdateInstanceResponseWithDefaults ¶ added in v0.16.0
func NewPartialUpdateInstanceResponseWithDefaults() *PartialUpdateInstanceResponse
NewPartialUpdateInstanceResponseWithDefaults instantiates a new PartialUpdateInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PartialUpdateInstanceResponse) GetItem ¶ added in v0.16.0
func (o *PartialUpdateInstanceResponse) GetItem() *Instance
GetItem returns the Item field value if set, zero value otherwise.
func (*PartialUpdateInstanceResponse) GetItemOk ¶ added in v0.16.0
func (o *PartialUpdateInstanceResponse) GetItemOk() (*Instance, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateInstanceResponse) HasItem ¶ added in v0.16.0
func (o *PartialUpdateInstanceResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*PartialUpdateInstanceResponse) SetItem ¶ added in v0.16.0
func (o *PartialUpdateInstanceResponse) SetItem(v *Instance)
SetItem gets a reference to the given Instance and assigns it to the Item field.
func (PartialUpdateInstanceResponse) ToMap ¶ added in v0.16.0
func (o PartialUpdateInstanceResponse) ToMap() (map[string]interface{}, error)
type PartialUpdateUserPayload ¶ added in v0.9.0
type PartialUpdateUserPayload struct { Database *string `json:"database,omitempty"` Roles *[]string `json:"roles,omitempty"` }
PartialUpdateUserPayload struct for PartialUpdateUserPayload
func NewPartialUpdateUserPayload ¶ added in v0.16.0
func NewPartialUpdateUserPayload() *PartialUpdateUserPayload
NewPartialUpdateUserPayload instantiates a new PartialUpdateUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPartialUpdateUserPayloadWithDefaults ¶ added in v0.16.0
func NewPartialUpdateUserPayloadWithDefaults() *PartialUpdateUserPayload
NewPartialUpdateUserPayloadWithDefaults instantiates a new PartialUpdateUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PartialUpdateUserPayload) GetDatabase ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) GetDatabase() *string
GetDatabase returns the Database field value if set, zero value otherwise.
func (*PartialUpdateUserPayload) GetDatabaseOk ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) GetDatabaseOk() (*string, bool)
GetDatabaseOk returns a tuple with the Database field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateUserPayload) GetRoles ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) GetRoles() *[]string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*PartialUpdateUserPayload) GetRolesOk ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) GetRolesOk() (*[]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PartialUpdateUserPayload) HasDatabase ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (*PartialUpdateUserPayload) HasRoles ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*PartialUpdateUserPayload) SetDatabase ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) SetDatabase(v *string)
SetDatabase gets a reference to the given string and assigns it to the Database field.
func (*PartialUpdateUserPayload) SetRoles ¶ added in v0.16.0
func (o *PartialUpdateUserPayload) SetRoles(v *[]string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (PartialUpdateUserPayload) ToMap ¶ added in v0.16.0
func (o PartialUpdateUserPayload) ToMap() (map[string]interface{}, error)
type PostgresDatabaseParameter ¶ added in v0.11.0
type PostgresDatabaseParameter struct { // Context of the parameter. Context *string `json:"context,omitempty"` // Datatype describes the type of data that is used in the Value field. DataType *string `json:"dataType,omitempty"` // DefaultValue for the value field. DefaultValue *string `json:"defaultValue,omitempty"` // Description of the parameter. Description *string `json:"description,omitempty"` // Edit shows if the user can change this value. Edit *bool `json:"edit,omitempty"` // MaxValue describes the highest possible value that can be set. MaxValue *string `json:"maxValue,omitempty"` // MinValue describes the lowest possible value that can be set. MinValue *string `json:"minValue,omitempty"` // Name of the parameter. Name *string `json:"name,omitempty"` // PendingRestart describes if a parameter change requires a restart of the server. PendingRestart *bool `json:"pendingRestart,omitempty"` // ResetValue for the value field af.ter a reset. ResetValue *string `json:"resetValue,omitempty"` // Unit if the parameter has a unit if not empty. Unit *string `json:"unit,omitempty"` // Value of this parameter. Value *string `json:"value,omitempty"` }
PostgresDatabaseParameter struct for PostgresDatabaseParameter
func NewPostgresDatabaseParameter ¶ added in v0.16.0
func NewPostgresDatabaseParameter() *PostgresDatabaseParameter
NewPostgresDatabaseParameter instantiates a new PostgresDatabaseParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostgresDatabaseParameterWithDefaults ¶ added in v0.16.0
func NewPostgresDatabaseParameterWithDefaults() *PostgresDatabaseParameter
NewPostgresDatabaseParameterWithDefaults instantiates a new PostgresDatabaseParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostgresDatabaseParameter) GetContext ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetContext() *string
GetContext returns the Context field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetContextOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetContextOk() (*string, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetDataType ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetDataType() *string
GetDataType returns the DataType field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetDataTypeOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetDataTypeOk() (*string, bool)
GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetDefaultValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetDefaultValue() *string
GetDefaultValue returns the DefaultValue field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetDefaultValueOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetDefaultValueOk() (*string, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetDescription ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetDescription() *string
GetDescription returns the Description field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetDescriptionOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetEdit ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetEdit() *bool
GetEdit returns the Edit field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetEditOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetEditOk() (*bool, bool)
GetEditOk returns a tuple with the Edit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetMaxValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetMaxValue() *string
GetMaxValue returns the MaxValue field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetMaxValueOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetMaxValueOk() (*string, bool)
GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetMinValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetMinValue() *string
GetMinValue returns the MinValue field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetMinValueOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetMinValueOk() (*string, bool)
GetMinValueOk returns a tuple with the MinValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetName ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetNameOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetPendingRestart ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetPendingRestart() *bool
GetPendingRestart returns the PendingRestart field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetPendingRestartOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetPendingRestartOk() (*bool, bool)
GetPendingRestartOk returns a tuple with the PendingRestart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetResetValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetResetValue() *string
GetResetValue returns the ResetValue field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetResetValueOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetResetValueOk() (*string, bool)
GetResetValueOk returns a tuple with the ResetValue field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetUnit ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetUnit() *string
GetUnit returns the Unit field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetUnitOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) GetValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetValue() *string
GetValue returns the Value field value if set, zero value otherwise.
func (*PostgresDatabaseParameter) GetValueOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameter) HasContext ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasDataType ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasDataType() bool
HasDataType returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasDefaultValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasDescription ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasEdit ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasEdit() bool
HasEdit returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasMaxValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasMaxValue() bool
HasMaxValue returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasMinValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasMinValue() bool
HasMinValue returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasName ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasName() bool
HasName returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasPendingRestart ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasPendingRestart() bool
HasPendingRestart returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasResetValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasResetValue() bool
HasResetValue returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasUnit ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasUnit() bool
HasUnit returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) HasValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*PostgresDatabaseParameter) SetContext ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetContext(v *string)
SetContext gets a reference to the given string and assigns it to the Context field.
func (*PostgresDatabaseParameter) SetDataType ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetDataType(v *string)
SetDataType gets a reference to the given string and assigns it to the DataType field.
func (*PostgresDatabaseParameter) SetDefaultValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetDefaultValue(v *string)
SetDefaultValue gets a reference to the given string and assigns it to the DefaultValue field.
func (*PostgresDatabaseParameter) SetDescription ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetDescription(v *string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*PostgresDatabaseParameter) SetEdit ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetEdit(v *bool)
SetEdit gets a reference to the given bool and assigns it to the Edit field.
func (*PostgresDatabaseParameter) SetMaxValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetMaxValue(v *string)
SetMaxValue gets a reference to the given string and assigns it to the MaxValue field.
func (*PostgresDatabaseParameter) SetMinValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetMinValue(v *string)
SetMinValue gets a reference to the given string and assigns it to the MinValue field.
func (*PostgresDatabaseParameter) SetName ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*PostgresDatabaseParameter) SetPendingRestart ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetPendingRestart(v *bool)
SetPendingRestart gets a reference to the given bool and assigns it to the PendingRestart field.
func (*PostgresDatabaseParameter) SetResetValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetResetValue(v *string)
SetResetValue gets a reference to the given string and assigns it to the ResetValue field.
func (*PostgresDatabaseParameter) SetUnit ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetUnit(v *string)
SetUnit gets a reference to the given string and assigns it to the Unit field.
func (*PostgresDatabaseParameter) SetValue ¶ added in v0.16.0
func (o *PostgresDatabaseParameter) SetValue(v *string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (PostgresDatabaseParameter) ToMap ¶ added in v0.16.0
func (o PostgresDatabaseParameter) ToMap() (map[string]interface{}, error)
type PostgresDatabaseParameterResponse ¶ added in v0.11.0
type PostgresDatabaseParameterResponse struct { // List of the parameter Parameter *[]PostgresDatabaseParameter `json:"parameter,omitempty"` }
PostgresDatabaseParameterResponse struct for PostgresDatabaseParameterResponse
func NewPostgresDatabaseParameterResponse ¶ added in v0.16.0
func NewPostgresDatabaseParameterResponse() *PostgresDatabaseParameterResponse
NewPostgresDatabaseParameterResponse instantiates a new PostgresDatabaseParameterResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPostgresDatabaseParameterResponseWithDefaults ¶ added in v0.16.0
func NewPostgresDatabaseParameterResponseWithDefaults() *PostgresDatabaseParameterResponse
NewPostgresDatabaseParameterResponseWithDefaults instantiates a new PostgresDatabaseParameterResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PostgresDatabaseParameterResponse) GetParameter ¶ added in v0.16.0
func (o *PostgresDatabaseParameterResponse) GetParameter() *[]PostgresDatabaseParameter
GetParameter returns the Parameter field value if set, zero value otherwise.
func (*PostgresDatabaseParameterResponse) GetParameterOk ¶ added in v0.16.0
func (o *PostgresDatabaseParameterResponse) GetParameterOk() (*[]PostgresDatabaseParameter, bool)
GetParameterOk returns a tuple with the Parameter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostgresDatabaseParameterResponse) HasParameter ¶ added in v0.16.0
func (o *PostgresDatabaseParameterResponse) HasParameter() bool
HasParameter returns a boolean if a field has been set.
func (*PostgresDatabaseParameterResponse) SetParameter ¶ added in v0.16.0
func (o *PostgresDatabaseParameterResponse) SetParameter(v *[]PostgresDatabaseParameter)
SetParameter gets a reference to the given []PostgresDatabaseParameter and assigns it to the Parameter field.
func (PostgresDatabaseParameterResponse) ToMap ¶ added in v0.16.0
func (o PostgresDatabaseParameterResponse) ToMap() (map[string]interface{}, error)
type ResetUserResponse ¶
type ResetUserResponse struct {
Item *User `json:"item,omitempty"`
}
ResetUserResponse struct for ResetUserResponse
func NewResetUserResponse ¶ added in v0.16.0
func NewResetUserResponse() *ResetUserResponse
NewResetUserResponse instantiates a new ResetUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResetUserResponseWithDefaults ¶ added in v0.16.0
func NewResetUserResponseWithDefaults() *ResetUserResponse
NewResetUserResponseWithDefaults instantiates a new ResetUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResetUserResponse) GetItem ¶ added in v0.16.0
func (o *ResetUserResponse) GetItem() *User
GetItem returns the Item field value if set, zero value otherwise.
func (*ResetUserResponse) GetItemOk ¶ added in v0.16.0
func (o *ResetUserResponse) GetItemOk() (*User, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResetUserResponse) HasItem ¶ added in v0.16.0
func (o *ResetUserResponse) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*ResetUserResponse) SetItem ¶ added in v0.16.0
func (o *ResetUserResponse) SetItem(v *User)
SetItem gets a reference to the given User and assigns it to the Item field.
func (ResetUserResponse) ToMap ¶ added in v0.16.0
func (o ResetUserResponse) ToMap() (map[string]interface{}, error)
type Storage ¶
Storage struct for Storage
func NewStorage ¶ added in v0.16.0
func NewStorage() *Storage
NewStorage instantiates a new Storage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageWithDefaults ¶ added in v0.16.0
func NewStorageWithDefaults() *Storage
NewStorageWithDefaults instantiates a new Storage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Storage) GetClass ¶ added in v0.16.0
GetClass returns the Class field value if set, zero value otherwise.
func (*Storage) GetClassOk ¶ added in v0.16.0
GetClassOk returns a tuple with the Class field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Storage) GetSize ¶ added in v0.16.0
GetSize returns the Size field value if set, zero value otherwise.
func (*Storage) GetSizeOk ¶ added in v0.16.0
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Storage) SetClass ¶ added in v0.16.0
SetClass gets a reference to the given string and assigns it to the Class field.
type StorageRange ¶
StorageRange struct for StorageRange
func NewStorageRange ¶ added in v0.16.0
func NewStorageRange() *StorageRange
NewStorageRange instantiates a new StorageRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageRangeWithDefaults ¶ added in v0.16.0
func NewStorageRangeWithDefaults() *StorageRange
NewStorageRangeWithDefaults instantiates a new StorageRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageRange) GetMax ¶ added in v0.16.0
func (o *StorageRange) GetMax() *int64
GetMax returns the Max field value if set, zero value otherwise.
func (*StorageRange) GetMaxOk ¶ added in v0.16.0
func (o *StorageRange) GetMaxOk() (*int64, bool)
GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageRange) GetMin ¶ added in v0.16.0
func (o *StorageRange) GetMin() *int64
GetMin returns the Min field value if set, zero value otherwise.
func (*StorageRange) GetMinOk ¶ added in v0.16.0
func (o *StorageRange) GetMinOk() (*int64, bool)
GetMinOk returns a tuple with the Min field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StorageRange) HasMax ¶ added in v0.16.0
func (o *StorageRange) HasMax() bool
HasMax returns a boolean if a field has been set.
func (*StorageRange) HasMin ¶ added in v0.16.0
func (o *StorageRange) HasMin() bool
HasMin returns a boolean if a field has been set.
func (*StorageRange) SetMax ¶ added in v0.16.0
func (o *StorageRange) SetMax(v *int64)
SetMax gets a reference to the given int64 and assigns it to the Max field.
func (*StorageRange) SetMin ¶ added in v0.16.0
func (o *StorageRange) SetMin(v *int64)
SetMin gets a reference to the given int64 and assigns it to the Min field.
func (StorageRange) ToMap ¶ added in v0.16.0
func (o StorageRange) ToMap() (map[string]interface{}, error)
type UpdateBackupSchedulePayload ¶
type UpdateBackupSchedulePayload struct { // REQUIRED BackupSchedule *string `json:"backupSchedule"` }
UpdateBackupSchedulePayload struct for UpdateBackupSchedulePayload
func NewUpdateBackupSchedulePayload ¶ added in v0.16.0
func NewUpdateBackupSchedulePayload(backupSchedule *string) *UpdateBackupSchedulePayload
NewUpdateBackupSchedulePayload instantiates a new UpdateBackupSchedulePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateBackupSchedulePayloadWithDefaults ¶ added in v0.16.0
func NewUpdateBackupSchedulePayloadWithDefaults() *UpdateBackupSchedulePayload
NewUpdateBackupSchedulePayloadWithDefaults instantiates a new UpdateBackupSchedulePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateBackupSchedulePayload) GetBackupSchedule ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetBackupSchedule() *string
GetBackupSchedule returns the BackupSchedule field value
func (*UpdateBackupSchedulePayload) GetBackupScheduleOk ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) GetBackupScheduleOk() (*string, bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value and a boolean to check if the value has been set.
func (*UpdateBackupSchedulePayload) SetBackupSchedule ¶ added in v0.16.0
func (o *UpdateBackupSchedulePayload) SetBackupSchedule(v *string)
SetBackupSchedule sets field value
func (UpdateBackupSchedulePayload) ToMap ¶ added in v0.16.0
func (o UpdateBackupSchedulePayload) ToMap() (map[string]interface{}, error)
type UpdateInstancePayload ¶ added in v0.15.0
type UpdateInstancePayload struct { Acl *ACL `json:"acl,omitempty"` BackupSchedule *string `json:"backupSchedule,omitempty"` FlavorId *string `json:"flavorId,omitempty"` // Labels field is not certain/clear Labels *map[string]string `json:"labels,omitempty"` Name *string `json:"name,omitempty"` Options *map[string]string `json:"options,omitempty"` Replicas *int64 `json:"replicas,omitempty"` Storage *Storage `json:"storage,omitempty"` Version *string `json:"version,omitempty"` }
UpdateInstancePayload struct for UpdateInstancePayload
func NewUpdateInstancePayload ¶ added in v0.16.0
func NewUpdateInstancePayload() *UpdateInstancePayload
NewUpdateInstancePayload instantiates a new UpdateInstancePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateInstancePayloadWithDefaults ¶ added in v0.16.0
func NewUpdateInstancePayloadWithDefaults() *UpdateInstancePayload
NewUpdateInstancePayloadWithDefaults instantiates a new UpdateInstancePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateInstancePayload) GetAcl ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetAcl() *ACL
GetAcl returns the Acl field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetAclOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetAclOk() (*ACL, bool)
GetAclOk returns a tuple with the Acl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetBackupSchedule ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetBackupSchedule() *string
GetBackupSchedule returns the BackupSchedule field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetBackupScheduleOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetBackupScheduleOk() (*string, bool)
GetBackupScheduleOk returns a tuple with the BackupSchedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetFlavorId ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetFlavorId() *string
GetFlavorId returns the FlavorId field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetFlavorIdOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetFlavorIdOk() (*string, bool)
GetFlavorIdOk returns a tuple with the FlavorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetLabels ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetLabels() *map[string]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetLabelsOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetName ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetName() *string
GetName returns the Name field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetNameOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetOptions ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetOptions() *map[string]string
GetOptions returns the Options field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetOptionsOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetOptionsOk() (*map[string]string, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetReplicas ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetReplicas() *int64
GetReplicas returns the Replicas field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetReplicasOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetReplicasOk() (*int64, bool)
GetReplicasOk returns a tuple with the Replicas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetStorage ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetStorage() *Storage
GetStorage returns the Storage field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetStorageOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetStorageOk() (*Storage, bool)
GetStorageOk returns a tuple with the Storage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) GetVersion ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetVersion() *string
GetVersion returns the Version field value if set, zero value otherwise.
func (*UpdateInstancePayload) GetVersionOk ¶ added in v0.16.0
func (o *UpdateInstancePayload) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateInstancePayload) HasAcl ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasAcl() bool
HasAcl returns a boolean if a field has been set.
func (*UpdateInstancePayload) HasBackupSchedule ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasBackupSchedule() bool
HasBackupSchedule returns a boolean if a field has been set.
func (*UpdateInstancePayload) HasFlavorId ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasFlavorId() bool
HasFlavorId returns a boolean if a field has been set.
func (*UpdateInstancePayload) HasLabels ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*UpdateInstancePayload) HasName ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasName() bool
HasName returns a boolean if a field has been set.
func (*UpdateInstancePayload) HasOptions ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*UpdateInstancePayload) HasReplicas ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasReplicas() bool
HasReplicas returns a boolean if a field has been set.
func (*UpdateInstancePayload) HasStorage ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasStorage() bool
HasStorage returns a boolean if a field has been set.
func (*UpdateInstancePayload) HasVersion ¶ added in v0.16.0
func (o *UpdateInstancePayload) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (*UpdateInstancePayload) SetAcl ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetAcl(v *ACL)
SetAcl gets a reference to the given ACL and assigns it to the Acl field.
func (*UpdateInstancePayload) SetBackupSchedule ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetBackupSchedule(v *string)
SetBackupSchedule gets a reference to the given string and assigns it to the BackupSchedule field.
func (*UpdateInstancePayload) SetFlavorId ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetFlavorId(v *string)
SetFlavorId gets a reference to the given string and assigns it to the FlavorId field.
func (*UpdateInstancePayload) SetLabels ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetLabels(v *map[string]string)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*UpdateInstancePayload) SetName ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetName(v *string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*UpdateInstancePayload) SetOptions ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetOptions(v *map[string]string)
SetOptions gets a reference to the given map[string]string and assigns it to the Options field.
func (*UpdateInstancePayload) SetReplicas ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetReplicas(v *int64)
SetReplicas gets a reference to the given int64 and assigns it to the Replicas field.
func (*UpdateInstancePayload) SetStorage ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetStorage(v *Storage)
SetStorage gets a reference to the given Storage and assigns it to the Storage field.
func (*UpdateInstancePayload) SetVersion ¶ added in v0.16.0
func (o *UpdateInstancePayload) SetVersion(v *string)
SetVersion gets a reference to the given string and assigns it to the Version field.
func (UpdateInstancePayload) ToMap ¶ added in v0.16.0
func (o UpdateInstancePayload) ToMap() (map[string]interface{}, error)
type UpdateUserPayload ¶ added in v0.9.0
type UpdateUserPayload struct { Database *string `json:"database,omitempty"` Roles *[]string `json:"roles,omitempty"` }
UpdateUserPayload struct for UpdateUserPayload
func NewUpdateUserPayload ¶ added in v0.16.0
func NewUpdateUserPayload() *UpdateUserPayload
NewUpdateUserPayload instantiates a new UpdateUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateUserPayloadWithDefaults ¶ added in v0.16.0
func NewUpdateUserPayloadWithDefaults() *UpdateUserPayload
NewUpdateUserPayloadWithDefaults instantiates a new UpdateUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateUserPayload) GetDatabase ¶ added in v0.16.0
func (o *UpdateUserPayload) GetDatabase() *string
GetDatabase returns the Database field value if set, zero value otherwise.
func (*UpdateUserPayload) GetDatabaseOk ¶ added in v0.16.0
func (o *UpdateUserPayload) GetDatabaseOk() (*string, bool)
GetDatabaseOk returns a tuple with the Database field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserPayload) GetRoles ¶ added in v0.16.0
func (o *UpdateUserPayload) GetRoles() *[]string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*UpdateUserPayload) GetRolesOk ¶ added in v0.16.0
func (o *UpdateUserPayload) GetRolesOk() (*[]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateUserPayload) HasDatabase ¶ added in v0.16.0
func (o *UpdateUserPayload) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (*UpdateUserPayload) HasRoles ¶ added in v0.16.0
func (o *UpdateUserPayload) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*UpdateUserPayload) SetDatabase ¶ added in v0.16.0
func (o *UpdateUserPayload) SetDatabase(v *string)
SetDatabase gets a reference to the given string and assigns it to the Database field.
func (*UpdateUserPayload) SetRoles ¶ added in v0.16.0
func (o *UpdateUserPayload) SetRoles(v *[]string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (UpdateUserPayload) ToMap ¶ added in v0.16.0
func (o UpdateUserPayload) ToMap() (map[string]interface{}, error)
type User ¶
type User struct { Database *string `json:"database,omitempty"` Host *string `json:"host,omitempty"` Id *string `json:"id,omitempty"` Password *string `json:"password,omitempty"` Port *int64 `json:"port,omitempty"` Roles *[]string `json:"roles,omitempty"` Uri *string `json:"uri,omitempty"` Username *string `json:"username,omitempty"` }
User struct for User
func NewUser ¶ added in v0.16.0
func NewUser() *User
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶ added in v0.16.0
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetDatabase ¶ added in v0.16.0
GetDatabase returns the Database field value if set, zero value otherwise.
func (*User) GetDatabaseOk ¶ added in v0.16.0
GetDatabaseOk returns a tuple with the Database field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetHost ¶ added in v0.16.0
GetHost returns the Host field value if set, zero value otherwise.
func (*User) GetHostOk ¶ added in v0.16.0
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetId ¶ added in v0.16.0
GetId returns the Id field value if set, zero value otherwise.
func (*User) GetIdOk ¶ added in v0.16.0
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetPassword ¶ added in v0.16.0
GetPassword returns the Password field value if set, zero value otherwise.
func (*User) GetPasswordOk ¶ added in v0.16.0
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetPort ¶ added in v0.16.0
GetPort returns the Port field value if set, zero value otherwise.
func (*User) GetPortOk ¶ added in v0.16.0
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetRoles ¶ added in v0.16.0
GetRoles returns the Roles field value if set, zero value otherwise.
func (*User) GetRolesOk ¶ added in v0.16.0
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUri ¶ added in v0.16.0
GetUri returns the Uri field value if set, zero value otherwise.
func (*User) GetUriOk ¶ added in v0.16.0
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetUsername ¶ added in v0.16.0
GetUsername returns the Username field value if set, zero value otherwise.
func (*User) GetUsernameOk ¶ added in v0.16.0
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) HasDatabase ¶ added in v0.16.0
HasDatabase returns a boolean if a field has been set.
func (*User) HasPassword ¶ added in v0.16.0
HasPassword returns a boolean if a field has been set.
func (*User) HasUsername ¶ added in v0.16.0
HasUsername returns a boolean if a field has been set.
func (*User) SetDatabase ¶ added in v0.16.0
SetDatabase gets a reference to the given string and assigns it to the Database field.
func (*User) SetHost ¶ added in v0.16.0
SetHost gets a reference to the given string and assigns it to the Host field.
func (*User) SetId ¶ added in v0.16.0
SetId gets a reference to the given string and assigns it to the Id field.
func (*User) SetPassword ¶ added in v0.16.0
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*User) SetPort ¶ added in v0.16.0
SetPort gets a reference to the given int64 and assigns it to the Port field.
func (*User) SetRoles ¶ added in v0.16.0
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*User) SetUri ¶ added in v0.16.0
SetUri gets a reference to the given string and assigns it to the Uri field.
func (*User) SetUsername ¶ added in v0.16.0
SetUsername gets a reference to the given string and assigns it to the Username field.
type UserResponse ¶
type UserResponse struct { Host *string `json:"host,omitempty"` Id *string `json:"id,omitempty"` Port *int64 `json:"port,omitempty"` Roles *[]string `json:"roles,omitempty"` Username *string `json:"username,omitempty"` }
UserResponse struct for UserResponse
func NewUserResponse ¶ added in v0.16.0
func NewUserResponse() *UserResponse
NewUserResponse instantiates a new UserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserResponseWithDefaults ¶ added in v0.16.0
func NewUserResponseWithDefaults() *UserResponse
NewUserResponseWithDefaults instantiates a new UserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserResponse) GetHost ¶ added in v0.16.0
func (o *UserResponse) GetHost() *string
GetHost returns the Host field value if set, zero value otherwise.
func (*UserResponse) GetHostOk ¶ added in v0.16.0
func (o *UserResponse) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserResponse) GetId ¶ added in v0.16.0
func (o *UserResponse) GetId() *string
GetId returns the Id field value if set, zero value otherwise.
func (*UserResponse) GetIdOk ¶ added in v0.16.0
func (o *UserResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserResponse) GetPort ¶ added in v0.16.0
func (o *UserResponse) GetPort() *int64
GetPort returns the Port field value if set, zero value otherwise.
func (*UserResponse) GetPortOk ¶ added in v0.16.0
func (o *UserResponse) GetPortOk() (*int64, bool)
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserResponse) GetRoles ¶ added in v0.16.0
func (o *UserResponse) GetRoles() *[]string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*UserResponse) GetRolesOk ¶ added in v0.16.0
func (o *UserResponse) GetRolesOk() (*[]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserResponse) GetUsername ¶ added in v0.16.0
func (o *UserResponse) GetUsername() *string
GetUsername returns the Username field value if set, zero value otherwise.
func (*UserResponse) GetUsernameOk ¶ added in v0.16.0
func (o *UserResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserResponse) HasHost ¶ added in v0.16.0
func (o *UserResponse) HasHost() bool
HasHost returns a boolean if a field has been set.
func (*UserResponse) HasId ¶ added in v0.16.0
func (o *UserResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*UserResponse) HasPort ¶ added in v0.16.0
func (o *UserResponse) HasPort() bool
HasPort returns a boolean if a field has been set.
func (*UserResponse) HasRoles ¶ added in v0.16.0
func (o *UserResponse) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (*UserResponse) HasUsername ¶ added in v0.16.0
func (o *UserResponse) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (*UserResponse) SetHost ¶ added in v0.16.0
func (o *UserResponse) SetHost(v *string)
SetHost gets a reference to the given string and assigns it to the Host field.
func (*UserResponse) SetId ¶ added in v0.16.0
func (o *UserResponse) SetId(v *string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UserResponse) SetPort ¶ added in v0.16.0
func (o *UserResponse) SetPort(v *int64)
SetPort gets a reference to the given int64 and assigns it to the Port field.
func (*UserResponse) SetRoles ¶ added in v0.16.0
func (o *UserResponse) SetRoles(v *[]string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (*UserResponse) SetUsername ¶ added in v0.16.0
func (o *UserResponse) SetUsername(v *string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (UserResponse) ToMap ¶ added in v0.16.0
func (o UserResponse) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_acl.go
- model_api_configuration.go
- model_api_extension_config_load_response.go
- model_api_extension_configure_response.go
- model_api_extension_delete_response.go
- model_api_extension_list.go
- model_api_extension_load_response.go
- model_api_install_response.go
- model_api_installed_list_response.go
- model_backup.go
- model_clone_instance_payload.go
- model_clone_instance_response.go
- model_create_database_payload.go
- model_create_instance_payload.go
- model_create_instance_response.go
- model_create_user_payload.go
- model_create_user_response.go
- model_error.go
- model_extensions_configuration.go
- model_extensions_extension_list_response.go
- model_extensions_new_config.go
- model_flavor.go
- model_get_backup_response.go
- model_get_user_response.go
- model_instance.go
- model_instance_create_database_response.go
- model_instance_data_point.go
- model_instance_database.go
- model_instance_host.go
- model_instance_host_metric.go
- model_instance_list_databases_response.go
- model_instance_list_instance.go
- model_instance_metrics_response.go
- model_instance_response.go
- model_list_backups_response.go
- model_list_flavors_response.go
- model_list_instances_response.go
- model_list_storages_response.go
- model_list_users_response.go
- model_list_users_response_item.go
- model_list_versions_response.go
- model_partial_update_instance_payload.go
- model_partial_update_instance_response.go
- model_partial_update_user_payload.go
- model_postgres_database_parameter.go
- model_postgres_database_parameter_response.go
- model_reset_user_response.go
- model_storage.go
- model_storage_range.go
- model_update_backup_schedule_payload.go
- model_update_instance_payload.go
- model_update_user_payload.go
- model_user.go
- model_user_response.go
- utils.go