- Resource: CloudExadataInfrastructure
- CloudExadataInfrastructureProperties
- MaintenanceWindow
- MaintenanceWindowPreference
- Month
- PatchingMode
- State
- Methods
Resource: CloudExadataInfrastructure
Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/
JSON representation |
---|
{
"name": string,
"displayName": string,
"gcpOracleZone": string,
"entitlementId": string,
"properties": {
object ( |
Fields | |
---|---|
name |
Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloudExadataInfrastructure} |
display |
Optional. User friendly name for this resource. |
gcp |
Optional. Google Cloud Platform location where Oracle Exadata is hosted. |
entitlement |
Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned. |
properties |
Optional. Various properties of the infra. |
labels |
Optional. Labels or tags associated with the resource. An object containing a list of |
create |
Output only. The date and time that the Exadata Infrastructure was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
CloudExadataInfrastructureProperties
Various properties of Exadata Infrastructure.
JSON representation |
---|
{ "ocid": string, "computeCount": integer, "storageCount": integer, "totalStorageSizeGb": integer, "availableStorageSizeGb": integer, "maintenanceWindow": { object ( |
Fields | |
---|---|
ocid |
Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle |
compute |
Optional. The number of compute servers for the Exadata Infrastructure. |
storage |
Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure. |
total |
Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB). |
available |
Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB). |
maintenance |
Optional. Maintenance window for repair. |
state |
Output only. The current lifecycle state of the Exadata Infrastructure. |
shape |
Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance. |
oci |
Output only. Deep link to the OCI console to view this resource. |
cpu |
Optional. The number of enabled CPU cores. |
max |
Output only. The total number of CPU cores available. |
memory |
Optional. The memory allocated in GBs. |
max |
Output only. The total memory available in GBs. |
db |
Optional. The local node storage allocated in GBs. |
max |
Output only. The total local node storage available in GBs. |
data |
Output only. Size, in terabytes, of the DATA disk group. |
max |
Output only. The total available DATA disk group size. |
activated |
Output only. The requested number of additional storage servers activated for the Exadata Infrastructure. |
additional |
Output only. The requested number of additional storage servers for the Exadata Infrastructure. |
db |
Output only. The software version of the database servers (dom0) in the Exadata Infrastructure. |
storage |
Output only. The software version of the storage servers (cells) in the Exadata Infrastructure. |
next |
Output only. The OCID of the next maintenance run. |
next |
Output only. The time when the next maintenance run will occur. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
next |
Output only. The time when the next security maintenance run will occur. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
customer |
Optional. The list of customer contacts. |
monthly |
Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15 |
monthly |
Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15 |
MaintenanceWindow
Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
JSON representation |
---|
{ "preference": enum ( |
Fields | |
---|---|
preference |
Optional. The maintenance window scheduling preference. |
months[] |
Optional. Months during the year when maintenance should be performed. |
weeks |
Optional. Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. |
days |
Optional. Days during the week when maintenance should be performed. |
hours |
Optional. The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC |
lead |
Optional. Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4. |
patching |
Optional. Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. |
custom |
Optional. Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive). |
is |
Optional. If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations. |
MaintenanceWindowPreference
Maintenance window preference.
Enums | |
---|---|
MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED |
Default unspecified value. |
CUSTOM_PREFERENCE |
Custom preference. |
NO_PREFERENCE |
No preference. |
Month
Represents a month in the Gregorian calendar.
Enums | |
---|---|
MONTH_UNSPECIFIED |
The unspecified month. |
JANUARY |
The month of January. |
FEBRUARY |
The month of February. |
MARCH |
The month of March. |
APRIL |
The month of April. |
MAY |
The month of May. |
JUNE |
The month of June. |
JULY |
The month of July. |
AUGUST |
The month of August. |
SEPTEMBER |
The month of September. |
OCTOBER |
The month of October. |
NOVEMBER |
The month of November. |
DECEMBER |
The month of December. |
PatchingMode
Patching mode.
Enums | |
---|---|
PATCHING_MODE_UNSPECIFIED |
Default unspecified value. |
ROLLING |
Updates the Cloud Exadata database server hosts in a rolling fashion. |
NON_ROLLING |
The non-rolling maintenance method first updates your storage servers at the same time, then your database servers at the same time. |
State
The various lifecycle states of the Exadata Infrastructure.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default unspecified value. |
PROVISIONING |
The Exadata Infrastructure is being provisioned. |
AVAILABLE |
The Exadata Infrastructure is available for use. |
UPDATING |
The Exadata Infrastructure is being updated. |
TERMINATING |
The Exadata Infrastructure is being terminated. |
TERMINATED |
The Exadata Infrastructure is terminated. |
FAILED |
The Exadata Infrastructure is in failed state. |
MAINTENANCE_IN_PROGRESS |
The Exadata Infrastructure is in maintenance. |
Methods |
|
---|---|
|
Creates a new Exadata Infrastructure in a given project and location. |
|
Deletes a single Exadata Infrastructure. |
|
Gets details of a single Exadata Infrastructure. |
|
Lists Exadata Infrastructures in a given project and location. |