-
Notifications
You must be signed in to change notification settings - Fork 82
/
cloud_autonomous_vm_cluster_summary.go
320 lines (253 loc) · 18.6 KB
/
cloud_autonomous_vm_cluster_summary.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
// Copyright (c) 2016, 2018, 2023, Oracle and/or its affiliates. All rights reserved.
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
// Code generated. DO NOT EDIT.
// Database Service API
//
// The API for the Database Service. Use this API to manage resources such as databases and DB Systems. For more information, see Overview of the Database Service (https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/databaseoverview.htm).
//
package database
import (
"fmt"
"github.com/oracle/oci-go-sdk/v65/common"
"strings"
)
// CloudAutonomousVmClusterSummary Details of the cloud Autonomous VM cluster.
type CloudAutonomousVmClusterSummary struct {
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Cloud Autonomous VM cluster.
Id *string `mandatory:"true" json:"id"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
CompartmentId *string `mandatory:"true" json:"compartmentId"`
// The name of the availability domain that the cloud Autonomous VM cluster is located in.
AvailabilityDomain *string `mandatory:"true" json:"availabilityDomain"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet the cloud Autonomous VM Cluster is associated with.
// **Subnet Restrictions:**
// - For Exadata and virtual machine 2-node RAC DB systems, do not use a subnet that overlaps with 192.168.128.0/20.
// These subnets are used by the Oracle Clusterware private interconnect on the database instance.
// Specifying an overlapping subnet will cause the private interconnect to malfunction.
// This restriction applies to both the client subnet and backup subnet.
SubnetId *string `mandatory:"true" json:"subnetId"`
// The current state of the cloud Autonomous VM cluster.
LifecycleState CloudAutonomousVmClusterSummaryLifecycleStateEnum `mandatory:"true" json:"lifecycleState"`
// The user-friendly name for the cloud Autonomous VM cluster. The name does not need to be unique.
DisplayName *string `mandatory:"true" json:"displayName"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cloud Exadata infrastructure.
CloudExadataInfrastructureId *string `mandatory:"true" json:"cloudExadataInfrastructureId"`
// User defined description of the cloud Autonomous VM cluster.
Description *string `mandatory:"false" json:"description"`
// The list of OCIDs (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules (https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).
// **NsgIds restrictions:**
// - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
NsgIds []string `mandatory:"false" json:"nsgIds"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the last maintenance update history. This value is updated when a maintenance update starts.
LastUpdateHistoryEntryId *string `mandatory:"false" json:"lastUpdateHistoryEntryId"`
// The date and time that the cloud Autonomous VM cluster was created.
TimeCreated *common.SDKTime `mandatory:"false" json:"timeCreated"`
// The last date and time that the cloud Autonomous VM cluster was updated.
TimeUpdated *common.SDKTime `mandatory:"false" json:"timeUpdated"`
// The time zone of the Cloud Autonomous VM Cluster.
ClusterTimeZone *string `mandatory:"false" json:"clusterTimeZone"`
// Additional information about the current lifecycle state.
LifecycleDetails *string `mandatory:"false" json:"lifecycleDetails"`
// The hostname for the cloud Autonomous VM cluster.
Hostname *string `mandatory:"false" json:"hostname"`
// The domain name for the cloud Autonomous VM cluster.
Domain *string `mandatory:"false" json:"domain"`
// The model name of the Exadata hardware running the cloud Autonomous VM cluster.
Shape *string `mandatory:"false" json:"shape"`
// The number of database servers in the cloud VM cluster.
NodeCount *int `mandatory:"false" json:"nodeCount"`
// The total data storage allocated, in terabytes (TB).
DataStorageSizeInTBs *float64 `mandatory:"false" json:"dataStorageSizeInTBs"`
// The total data storage allocated, in gigabytes (GB).
DataStorageSizeInGBs *float64 `mandatory:"false" json:"dataStorageSizeInGBs"`
// The number of CPU cores on the cloud Autonomous VM cluster.
CpuCoreCount *int `mandatory:"false" json:"cpuCoreCount"`
// The number of CPU cores on the cloud Autonomous VM cluster. Only 1 decimal place is allowed for the fractional part.
OcpuCount *float32 `mandatory:"false" json:"ocpuCount"`
// The compute model of the Cloud Autonomous VM Cluster.
ComputeModel CloudAutonomousVmClusterSummaryComputeModelEnum `mandatory:"false" json:"computeModel,omitempty"`
// The number of OCPU cores enabled per VM cluster node.
CpuCoreCountPerNode *int `mandatory:"false" json:"cpuCoreCountPerNode"`
// The memory allocated in GBs.
MemorySizeInGBs *int `mandatory:"false" json:"memorySizeInGBs"`
// The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud.
// License Included allows you to subscribe to new Oracle Database software licenses and the Database service.
// Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), this attribute must be null because the attribute is already set at the
// Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`.
LicenseModel CloudAutonomousVmClusterSummaryLicenseModelEnum `mandatory:"false" json:"licenseModel,omitempty"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the last maintenance run.
LastMaintenanceRunId *string `mandatory:"false" json:"lastMaintenanceRunId"`
// The OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the next maintenance run.
NextMaintenanceRunId *string `mandatory:"false" json:"nextMaintenanceRunId"`
MaintenanceWindow *MaintenanceWindow `mandatory:"false" json:"maintenanceWindow"`
// Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
// For more information, see Resource Tags (https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
// Example: `{"Department": "Finance"}`
FreeformTags map[string]string `mandatory:"false" json:"freeformTags"`
// Defined tags for this resource. Each key is predefined and scoped to a namespace.
// For more information, see Resource Tags (https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
DefinedTags map[string]map[string]interface{} `mandatory:"false" json:"definedTags"`
// CPU cores available for allocation to Autonomous Databases.
AvailableCpus *float32 `mandatory:"false" json:"availableCpus"`
// CPU cores that continue to be included in the count of OCPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available OCPUs at its parent AVMC level by restarting the Autonomous Container Database.
ReclaimableCpus *float32 `mandatory:"false" json:"reclaimableCpus"`
// The number of Autonomous Container Databases that can be created with the currently available local storage.
AvailableContainerDatabases *int `mandatory:"false" json:"availableContainerDatabases"`
// The total number of Autonomous Container Databases that can be created with the allocated local storage.
TotalContainerDatabases *int `mandatory:"false" json:"totalContainerDatabases"`
// The data disk group size available for Autonomous Databases, in TBs.
AvailableAutonomousDataStorageSizeInTBs *float64 `mandatory:"false" json:"availableAutonomousDataStorageSizeInTBs"`
// The data disk group size allocated for Autonomous Databases, in TBs.
AutonomousDataStorageSizeInTBs *float64 `mandatory:"false" json:"autonomousDataStorageSizeInTBs"`
// The local node storage allocated in GBs.
DbNodeStorageSizeInGBs *int `mandatory:"false" json:"dbNodeStorageSizeInGBs"`
// The amount of memory (in GBs) enabled per each OCPU core.
MemoryPerOracleComputeUnitInGBs *int `mandatory:"false" json:"memoryPerOracleComputeUnitInGBs"`
}
func (m CloudAutonomousVmClusterSummary) String() string {
return common.PointerString(m)
}
// ValidateEnumValue returns an error when providing an unsupported enum value
// This function is being called during constructing API request process
// Not recommended for calling this function directly
func (m CloudAutonomousVmClusterSummary) ValidateEnumValue() (bool, error) {
errMessage := []string{}
if _, ok := GetMappingCloudAutonomousVmClusterSummaryLifecycleStateEnum(string(m.LifecycleState)); !ok && m.LifecycleState != "" {
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for LifecycleState: %s. Supported values are: %s.", m.LifecycleState, strings.Join(GetCloudAutonomousVmClusterSummaryLifecycleStateEnumStringValues(), ",")))
}
if _, ok := GetMappingCloudAutonomousVmClusterSummaryComputeModelEnum(string(m.ComputeModel)); !ok && m.ComputeModel != "" {
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for ComputeModel: %s. Supported values are: %s.", m.ComputeModel, strings.Join(GetCloudAutonomousVmClusterSummaryComputeModelEnumStringValues(), ",")))
}
if _, ok := GetMappingCloudAutonomousVmClusterSummaryLicenseModelEnum(string(m.LicenseModel)); !ok && m.LicenseModel != "" {
errMessage = append(errMessage, fmt.Sprintf("unsupported enum value for LicenseModel: %s. Supported values are: %s.", m.LicenseModel, strings.Join(GetCloudAutonomousVmClusterSummaryLicenseModelEnumStringValues(), ",")))
}
if len(errMessage) > 0 {
return true, fmt.Errorf(strings.Join(errMessage, "\n"))
}
return false, nil
}
// CloudAutonomousVmClusterSummaryLifecycleStateEnum Enum with underlying type: string
type CloudAutonomousVmClusterSummaryLifecycleStateEnum string
// Set of constants representing the allowable values for CloudAutonomousVmClusterSummaryLifecycleStateEnum
const (
CloudAutonomousVmClusterSummaryLifecycleStateProvisioning CloudAutonomousVmClusterSummaryLifecycleStateEnum = "PROVISIONING"
CloudAutonomousVmClusterSummaryLifecycleStateAvailable CloudAutonomousVmClusterSummaryLifecycleStateEnum = "AVAILABLE"
CloudAutonomousVmClusterSummaryLifecycleStateUpdating CloudAutonomousVmClusterSummaryLifecycleStateEnum = "UPDATING"
CloudAutonomousVmClusterSummaryLifecycleStateTerminating CloudAutonomousVmClusterSummaryLifecycleStateEnum = "TERMINATING"
CloudAutonomousVmClusterSummaryLifecycleStateTerminated CloudAutonomousVmClusterSummaryLifecycleStateEnum = "TERMINATED"
CloudAutonomousVmClusterSummaryLifecycleStateFailed CloudAutonomousVmClusterSummaryLifecycleStateEnum = "FAILED"
CloudAutonomousVmClusterSummaryLifecycleStateMaintenanceInProgress CloudAutonomousVmClusterSummaryLifecycleStateEnum = "MAINTENANCE_IN_PROGRESS"
)
var mappingCloudAutonomousVmClusterSummaryLifecycleStateEnum = map[string]CloudAutonomousVmClusterSummaryLifecycleStateEnum{
"PROVISIONING": CloudAutonomousVmClusterSummaryLifecycleStateProvisioning,
"AVAILABLE": CloudAutonomousVmClusterSummaryLifecycleStateAvailable,
"UPDATING": CloudAutonomousVmClusterSummaryLifecycleStateUpdating,
"TERMINATING": CloudAutonomousVmClusterSummaryLifecycleStateTerminating,
"TERMINATED": CloudAutonomousVmClusterSummaryLifecycleStateTerminated,
"FAILED": CloudAutonomousVmClusterSummaryLifecycleStateFailed,
"MAINTENANCE_IN_PROGRESS": CloudAutonomousVmClusterSummaryLifecycleStateMaintenanceInProgress,
}
var mappingCloudAutonomousVmClusterSummaryLifecycleStateEnumLowerCase = map[string]CloudAutonomousVmClusterSummaryLifecycleStateEnum{
"provisioning": CloudAutonomousVmClusterSummaryLifecycleStateProvisioning,
"available": CloudAutonomousVmClusterSummaryLifecycleStateAvailable,
"updating": CloudAutonomousVmClusterSummaryLifecycleStateUpdating,
"terminating": CloudAutonomousVmClusterSummaryLifecycleStateTerminating,
"terminated": CloudAutonomousVmClusterSummaryLifecycleStateTerminated,
"failed": CloudAutonomousVmClusterSummaryLifecycleStateFailed,
"maintenance_in_progress": CloudAutonomousVmClusterSummaryLifecycleStateMaintenanceInProgress,
}
// GetCloudAutonomousVmClusterSummaryLifecycleStateEnumValues Enumerates the set of values for CloudAutonomousVmClusterSummaryLifecycleStateEnum
func GetCloudAutonomousVmClusterSummaryLifecycleStateEnumValues() []CloudAutonomousVmClusterSummaryLifecycleStateEnum {
values := make([]CloudAutonomousVmClusterSummaryLifecycleStateEnum, 0)
for _, v := range mappingCloudAutonomousVmClusterSummaryLifecycleStateEnum {
values = append(values, v)
}
return values
}
// GetCloudAutonomousVmClusterSummaryLifecycleStateEnumStringValues Enumerates the set of values in String for CloudAutonomousVmClusterSummaryLifecycleStateEnum
func GetCloudAutonomousVmClusterSummaryLifecycleStateEnumStringValues() []string {
return []string{
"PROVISIONING",
"AVAILABLE",
"UPDATING",
"TERMINATING",
"TERMINATED",
"FAILED",
"MAINTENANCE_IN_PROGRESS",
}
}
// GetMappingCloudAutonomousVmClusterSummaryLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum
func GetMappingCloudAutonomousVmClusterSummaryLifecycleStateEnum(val string) (CloudAutonomousVmClusterSummaryLifecycleStateEnum, bool) {
enum, ok := mappingCloudAutonomousVmClusterSummaryLifecycleStateEnumLowerCase[strings.ToLower(val)]
return enum, ok
}
// CloudAutonomousVmClusterSummaryComputeModelEnum Enum with underlying type: string
type CloudAutonomousVmClusterSummaryComputeModelEnum string
// Set of constants representing the allowable values for CloudAutonomousVmClusterSummaryComputeModelEnum
const (
CloudAutonomousVmClusterSummaryComputeModelEcpu CloudAutonomousVmClusterSummaryComputeModelEnum = "ECPU"
CloudAutonomousVmClusterSummaryComputeModelOcpu CloudAutonomousVmClusterSummaryComputeModelEnum = "OCPU"
)
var mappingCloudAutonomousVmClusterSummaryComputeModelEnum = map[string]CloudAutonomousVmClusterSummaryComputeModelEnum{
"ECPU": CloudAutonomousVmClusterSummaryComputeModelEcpu,
"OCPU": CloudAutonomousVmClusterSummaryComputeModelOcpu,
}
var mappingCloudAutonomousVmClusterSummaryComputeModelEnumLowerCase = map[string]CloudAutonomousVmClusterSummaryComputeModelEnum{
"ecpu": CloudAutonomousVmClusterSummaryComputeModelEcpu,
"ocpu": CloudAutonomousVmClusterSummaryComputeModelOcpu,
}
// GetCloudAutonomousVmClusterSummaryComputeModelEnumValues Enumerates the set of values for CloudAutonomousVmClusterSummaryComputeModelEnum
func GetCloudAutonomousVmClusterSummaryComputeModelEnumValues() []CloudAutonomousVmClusterSummaryComputeModelEnum {
values := make([]CloudAutonomousVmClusterSummaryComputeModelEnum, 0)
for _, v := range mappingCloudAutonomousVmClusterSummaryComputeModelEnum {
values = append(values, v)
}
return values
}
// GetCloudAutonomousVmClusterSummaryComputeModelEnumStringValues Enumerates the set of values in String for CloudAutonomousVmClusterSummaryComputeModelEnum
func GetCloudAutonomousVmClusterSummaryComputeModelEnumStringValues() []string {
return []string{
"ECPU",
"OCPU",
}
}
// GetMappingCloudAutonomousVmClusterSummaryComputeModelEnum performs case Insensitive comparison on enum value and return the desired enum
func GetMappingCloudAutonomousVmClusterSummaryComputeModelEnum(val string) (CloudAutonomousVmClusterSummaryComputeModelEnum, bool) {
enum, ok := mappingCloudAutonomousVmClusterSummaryComputeModelEnumLowerCase[strings.ToLower(val)]
return enum, ok
}
// CloudAutonomousVmClusterSummaryLicenseModelEnum Enum with underlying type: string
type CloudAutonomousVmClusterSummaryLicenseModelEnum string
// Set of constants representing the allowable values for CloudAutonomousVmClusterSummaryLicenseModelEnum
const (
CloudAutonomousVmClusterSummaryLicenseModelLicenseIncluded CloudAutonomousVmClusterSummaryLicenseModelEnum = "LICENSE_INCLUDED"
CloudAutonomousVmClusterSummaryLicenseModelBringYourOwnLicense CloudAutonomousVmClusterSummaryLicenseModelEnum = "BRING_YOUR_OWN_LICENSE"
)
var mappingCloudAutonomousVmClusterSummaryLicenseModelEnum = map[string]CloudAutonomousVmClusterSummaryLicenseModelEnum{
"LICENSE_INCLUDED": CloudAutonomousVmClusterSummaryLicenseModelLicenseIncluded,
"BRING_YOUR_OWN_LICENSE": CloudAutonomousVmClusterSummaryLicenseModelBringYourOwnLicense,
}
var mappingCloudAutonomousVmClusterSummaryLicenseModelEnumLowerCase = map[string]CloudAutonomousVmClusterSummaryLicenseModelEnum{
"license_included": CloudAutonomousVmClusterSummaryLicenseModelLicenseIncluded,
"bring_your_own_license": CloudAutonomousVmClusterSummaryLicenseModelBringYourOwnLicense,
}
// GetCloudAutonomousVmClusterSummaryLicenseModelEnumValues Enumerates the set of values for CloudAutonomousVmClusterSummaryLicenseModelEnum
func GetCloudAutonomousVmClusterSummaryLicenseModelEnumValues() []CloudAutonomousVmClusterSummaryLicenseModelEnum {
values := make([]CloudAutonomousVmClusterSummaryLicenseModelEnum, 0)
for _, v := range mappingCloudAutonomousVmClusterSummaryLicenseModelEnum {
values = append(values, v)
}
return values
}
// GetCloudAutonomousVmClusterSummaryLicenseModelEnumStringValues Enumerates the set of values in String for CloudAutonomousVmClusterSummaryLicenseModelEnum
func GetCloudAutonomousVmClusterSummaryLicenseModelEnumStringValues() []string {
return []string{
"LICENSE_INCLUDED",
"BRING_YOUR_OWN_LICENSE",
}
}
// GetMappingCloudAutonomousVmClusterSummaryLicenseModelEnum performs case Insensitive comparison on enum value and return the desired enum
func GetMappingCloudAutonomousVmClusterSummaryLicenseModelEnum(val string) (CloudAutonomousVmClusterSummaryLicenseModelEnum, bool) {
enum, ok := mappingCloudAutonomousVmClusterSummaryLicenseModelEnumLowerCase[strings.ToLower(val)]
return enum, ok
}