oracle.oci.oci_database_exadata_infrastructure – Manage an ExadataInfrastructure resource in Oracle Cloud Infrastructure¶
Note
This plugin is part of the oracle.oci collection (version 5.3.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install oracle.oci
.
To use it in a playbook, specify: oracle.oci.oci_database_exadata_infrastructure
.
New in version 2.9.0: of oracle.oci
Synopsis¶
This module allows the user to create, update and delete an ExadataInfrastructure resource in Oracle Cloud Infrastructure
For state=present, creates an Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only. To create an Exadata Cloud Service infrastructure resource, use the CreateCloudExadataInfrastructure operation.
This resource has the following action operations in the oracle.oci.oci_database_exadata_infrastructure_actions module: activate, add_storage_capacity, change_compartment, download_exadata_infrastructure_config_file.
Requirements¶
The below requirements are needed on the host that executes this module.
python >= 3.6
Python SDK for Oracle Cloud Infrastructure https://oracle-cloud-infrastructure-python-sdk.readthedocs.io
Parameters¶
Parameter | Choices/Defaults | Comments | ||
---|---|---|---|---|
additional_compute_count
integer
|
The requested number of additional compute servers for the Exadata infrastructure.
This parameter is updatable.
|
|||
additional_compute_system_model
string
|
|
Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see System and Shape Configuration Options]
This parameter is updatable.
|
||
additional_storage_count
integer
|
The requested number of additional storage servers for the Exadata infrastructure.
This parameter is updatable.
|
|||
admin_network_cidr
string
|
The CIDR block for the Exadata administration network.
Required for create using state=present.
This parameter is updatable.
|
|||
api_user
string
|
The OCID of the user, on whose behalf, OCI APIs are invoked. If not set, then the value of the OCI_USER_ID environment variable, if any, is used. This option is required if the user is not specified through a configuration file (See
config_file_location ). To get the user's OCID, please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm. |
|||
api_user_fingerprint
string
|
Fingerprint for the key pair being used. If not set, then the value of the OCI_USER_FINGERPRINT environment variable, if any, is used. This option is required if the key fingerprint is not specified through a configuration file (See
config_file_location ). To get the key pair's fingerprint value please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm. |
|||
api_user_key_file
string
|
Full path and filename of the private key (in PEM format). If not set, then the value of the OCI_USER_KEY_FILE variable, if any, is used. This option is required if the private key is not specified through a configuration file (See
config_file_location ). If the key is encrypted with a pass-phrase, the api_user_key_pass_phrase option must also be provided. |
|||
api_user_key_pass_phrase
string
|
Passphrase used by the key referenced in
api_user_key_file , if it is encrypted. If not set, then the value of the OCI_USER_KEY_PASS_PHRASE variable, if any, is used. This option is required if the key passphrase is not specified through a configuration file (See config_file_location ). |
|||
auth_purpose
string
|
|
The auth purpose which can be used in conjunction with 'auth_type=instance_principal'. The default auth_purpose for instance_principal is None.
|
||
auth_type
string
|
|
The type of authentication to use for making API requests. By default
auth_type="api_key" based authentication is performed and the API key (see api_user_key_file) in your config file will be used. If this 'auth_type' module option is not specified, the value of the OCI_ANSIBLE_AUTH_TYPE, if any, is used. Use auth_type="instance_principal" to use instance principal based authentication when running ansible playbooks within an OCI compute instance. |
||
cert_bundle
string
|
The full path to a CA certificate bundle to be used for SSL verification. This will override the default CA certificate bundle. If not set, then the value of the OCI_ANSIBLE_CERT_BUNDLE variable, if any, is used.
|
|||
cloud_control_plane_server1
string
|
The IP address for the first control plane server.
Required for create using state=present.
This parameter is updatable.
|
|||
cloud_control_plane_server2
string
|
The IP address for the second control plane server.
Required for create using state=present.
This parameter is updatable.
|
|||
compartment_id
string
|
The OCID of the compartment.
Required for create using state=present.
Required for update when environment variable
OCI_USE_NAME_AS_IDENTIFIER is set.Required for delete when environment variable
OCI_USE_NAME_AS_IDENTIFIER is set. |
|||
compute_count
integer
|
The number of compute servers for the Exadata infrastructure.
|
|||
config_file_location
string
|
Path to configuration file. If not set then the value of the OCI_CONFIG_FILE environment variable, if any, is used. Otherwise, defaults to ~/.oci/config.
|
|||
config_profile_name
string
|
The profile to load from the config file referenced by
config_file_location . If not set, then the value of the OCI_CONFIG_PROFILE environment variable, if any, is used. Otherwise, defaults to the "DEFAULT" profile in config_file_location . |
|||
contacts
list
/ elements=dictionary
|
The list of contacts for the Exadata infrastructure.
This parameter is updatable.
|
|||
email
string
/ required
|
The email for the Exadata Infrastructure contact.
|
|||
is_contact_mos_validated
boolean
|
|
If `true`, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. If `false`, this Exadata Infrastructure contact is not a valid MOS contact.
|
||
is_primary
boolean
/ required
|
|
If `true`, this Exadata Infrastructure contact is a primary contact. If `false`, this Exadata Infrastructure is a secondary contact.
|
||
name
string
/ required
|
The name of the Exadata Infrastructure contact.
|
|||
phone_number
string
|
The phone number for the Exadata Infrastructure contact.
|
|||
corporate_proxy
string
|
The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
This parameter is updatable.
|
|||
defined_tags
dictionary
|
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
This parameter is updatable.
|
|||
display_name
string
|
The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
Required for create using state=present.
Required for update, delete when environment variable
OCI_USE_NAME_AS_IDENTIFIER is set.aliases: name |
|||
dns_server
list
/ elements=string
|
The list of DNS server IP addresses. Maximum of 3 allowed.
Required for create using state=present.
This parameter is updatable.
|
|||
exadata_infrastructure_id
string
|
The Exadata infrastructure OCID.
Required for update using state=present when environment variable
OCI_USE_NAME_AS_IDENTIFIER is not set.Required for delete using state=absent when environment variable
OCI_USE_NAME_AS_IDENTIFIER is not set.aliases: id |
|||
force_create
boolean
|
|
Whether to attempt non-idempotent creation of a resource. By default, create resource is an idempotent operation, and doesn't create the resource if it already exists. Setting this option to true, forcefully creates a copy of the resource, even if it already exists.This option is mutually exclusive with key_by.
|
||
freeform_tags
dictionary
|
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.
Example: `{"Department": "Finance"}`
This parameter is updatable.
|
|||
gateway
string
|
The gateway for the control plane network.
Required for create using state=present.
This parameter is updatable.
|
|||
infini_band_network_cidr
string
|
The CIDR block for the Exadata InfiniBand interconnect.
Required for create using state=present.
This parameter is updatable.
|
|||
is_cps_offline_report_enabled
boolean
|
|
Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
This parameter is updatable.
|
||
is_multi_rack_deployment
boolean
|
|
Indicates if deployment is Multi-Rack or not.
This parameter is updatable.
|
||
key_by
list
/ elements=string
|
The list of attributes of this resource which should be used to uniquely identify an instance of the resource. By default, all the attributes of a resource are used to uniquely identify a resource.
|
|||
maintenance_window
dictionary
|
This parameter is updatable.
|
|||
custom_action_timeout_in_mins
integer
|
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).
|
|||
days_of_week
list
/ elements=dictionary
|
Days during the week when maintenance should be performed.
|
|||
name
string
/ required
|
|
Name of the day of the week.
|
||
hours_of_day
list
/ elements=integer
|
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
|
|||
is_custom_action_timeout_enabled
boolean
|
|
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
|
||
is_monthly_patching_enabled
boolean
|
|
If true, enables the monthly patching option.
|
||
lead_time_in_weeks
integer
|
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.
|
|||
months
list
/ elements=dictionary
|
Months during the year when maintenance should be performed.
|
|||
name
string
/ required
|
|
Name of the month of the year.
|
||
patching_mode
string
|
|
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.
|
||
preference
string
|
|
The maintenance window scheduling preference.
|
||
weeks_of_month
list
/ elements=integer
|
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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
|||
multi_rack_configuration_file
string
|
The base64 encoded Multi-Rack configuration json file.
This parameter is updatable.
|
|||
netmask
string
|
The netmask for the control plane network.
Required for create using state=present.
This parameter is updatable.
|
|||
network_bonding_mode_details
dictionary
|
This parameter is updatable.
|
|||
backup_network_bonding_mode
string
|
|
The network bonding mode for the Exadata infrastructure.
|
||
client_network_bonding_mode
string
|
|
The network bonding mode for the Exadata infrastructure.
|
||
dr_network_bonding_mode
string
|
|
The network bonding mode for the Exadata infrastructure.
|
||
ntp_server
list
/ elements=string
|
The list of NTP server IP addresses. Maximum of 3 allowed.
Required for create using state=present.
This parameter is updatable.
|
|||
realm_specific_endpoint_template_enabled
boolean
|
|
Enable/Disable realm specific endpoint template for service client. By Default, realm specific endpoint template is disabled. If not set, then the value of the OCI_REALM_SPECIFIC_SERVICE_ENDPOINT_TEMPLATE_ENABLED variable, if any, is used.
|
||
region
string
|
The Oracle Cloud Infrastructure region to use for all OCI API requests. If not set, then the value of the OCI_REGION variable, if any, is used. This option is required if the region is not specified through a configuration file (See
config_file_location ). Please refer to https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm for more information on OCI regions. |
|||
shape
string
|
The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
Required for create using state=present.
|
|||
state
string
|
|
The state of the ExadataInfrastructure.
Use state=present to create or update an ExadataInfrastructure.
Use state=absent to delete an ExadataInfrastructure.
|
||
storage_count
integer
|
The number of storage servers for the Exadata infrastructure.
|
|||
tenancy
string
|
OCID of your tenancy. If not set, then the value of the OCI_TENANCY variable, if any, is used. This option is required if the tenancy OCID is not specified through a configuration file (See
config_file_location ). To get the tenancy OCID, please refer https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm |
|||
time_zone
string
|
The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
Required for create using state=present.
This parameter is updatable.
|
|||
wait
boolean
|
|
Whether to wait for create or delete operation to complete.
|
||
wait_timeout
integer
|
Time, in seconds, to wait when wait=yes. Defaults to 1200 for most of the services but some services might have a longer wait timeout.
|
Notes¶
Note
For OCI python sdk configuration, please refer to https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/configuration.html
Examples¶
- name: Create exadata_infrastructure
oci_database_exadata_infrastructure:
# required
compartment_id: "ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx"
display_name: display_name_example
shape: shape_example
cloud_control_plane_server1: cloud_control_plane_server1_example
cloud_control_plane_server2: cloud_control_plane_server2_example
netmask: netmask_example
gateway: gateway_example
admin_network_cidr: admin_network_cidr_example
infini_band_network_cidr: infini_band_network_cidr_example
dns_server: [ "dns_server_example" ]
ntp_server: [ "ntp_server_example" ]
time_zone: time_zone_example
# optional
storage_count: 56
compute_count: 56
corporate_proxy: corporate_proxy_example
contacts:
- # required
name: name_example
email: email_example
is_primary: true
# optional
phone_number: phone_number_example
is_contact_mos_validated: true
maintenance_window:
# optional
preference: NO_PREFERENCE
patching_mode: ROLLING
is_custom_action_timeout_enabled: true
custom_action_timeout_in_mins: 56
is_monthly_patching_enabled: true
months:
- # required
name: JANUARY
weeks_of_month: [ "weeks_of_month_example" ]
days_of_week:
- # required
name: MONDAY
hours_of_day: [ "hours_of_day_example" ]
lead_time_in_weeks: 56
is_multi_rack_deployment: true
multi_rack_configuration_file: multi_rack_configuration_file_example
is_cps_offline_report_enabled: true
network_bonding_mode_details:
# optional
client_network_bonding_mode: ACTIVE_BACKUP
backup_network_bonding_mode: ACTIVE_BACKUP
dr_network_bonding_mode: ACTIVE_BACKUP
freeform_tags: {'Department': 'Finance'}
defined_tags: {'Operations': {'CostCenter': 'US'}}
- name: Update exadata_infrastructure
oci_database_exadata_infrastructure:
# required
exadata_infrastructure_id: "ocid1.exadatainfrastructure.oc1..xxxxxxEXAMPLExxxxxx"
# optional
cloud_control_plane_server1: cloud_control_plane_server1_example
cloud_control_plane_server2: cloud_control_plane_server2_example
netmask: netmask_example
gateway: gateway_example
admin_network_cidr: admin_network_cidr_example
infini_band_network_cidr: infini_band_network_cidr_example
corporate_proxy: corporate_proxy_example
contacts:
- # required
name: name_example
email: email_example
is_primary: true
# optional
phone_number: phone_number_example
is_contact_mos_validated: true
maintenance_window:
# optional
preference: NO_PREFERENCE
patching_mode: ROLLING
is_custom_action_timeout_enabled: true
custom_action_timeout_in_mins: 56
is_monthly_patching_enabled: true
months:
- # required
name: JANUARY
weeks_of_month: [ "weeks_of_month_example" ]
days_of_week:
- # required
name: MONDAY
hours_of_day: [ "hours_of_day_example" ]
lead_time_in_weeks: 56
additional_storage_count: 56
is_multi_rack_deployment: true
multi_rack_configuration_file: multi_rack_configuration_file_example
additional_compute_count: 56
additional_compute_system_model: X7
dns_server: [ "dns_server_example" ]
ntp_server: [ "ntp_server_example" ]
time_zone: time_zone_example
is_cps_offline_report_enabled: true
network_bonding_mode_details:
# optional
client_network_bonding_mode: ACTIVE_BACKUP
backup_network_bonding_mode: ACTIVE_BACKUP
dr_network_bonding_mode: ACTIVE_BACKUP
freeform_tags: {'Department': 'Finance'}
defined_tags: {'Operations': {'CostCenter': 'US'}}
- name: Update exadata_infrastructure using name (when environment variable OCI_USE_NAME_AS_IDENTIFIER is set)
oci_database_exadata_infrastructure:
# required
compartment_id: "ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx"
display_name: display_name_example
# optional
cloud_control_plane_server1: cloud_control_plane_server1_example
cloud_control_plane_server2: cloud_control_plane_server2_example
netmask: netmask_example
gateway: gateway_example
admin_network_cidr: admin_network_cidr_example
infini_band_network_cidr: infini_band_network_cidr_example
corporate_proxy: corporate_proxy_example
contacts:
- # required
name: name_example
email: email_example
is_primary: true
# optional
phone_number: phone_number_example
is_contact_mos_validated: true
maintenance_window:
# optional
preference: NO_PREFERENCE
patching_mode: ROLLING
is_custom_action_timeout_enabled: true
custom_action_timeout_in_mins: 56
is_monthly_patching_enabled: true
months:
- # required
name: JANUARY
weeks_of_month: [ "weeks_of_month_example" ]
days_of_week:
- # required
name: MONDAY
hours_of_day: [ "hours_of_day_example" ]
lead_time_in_weeks: 56
additional_storage_count: 56
is_multi_rack_deployment: true
multi_rack_configuration_file: multi_rack_configuration_file_example
additional_compute_count: 56
additional_compute_system_model: X7
dns_server: [ "dns_server_example" ]
ntp_server: [ "ntp_server_example" ]
time_zone: time_zone_example
is_cps_offline_report_enabled: true
network_bonding_mode_details:
# optional
client_network_bonding_mode: ACTIVE_BACKUP
backup_network_bonding_mode: ACTIVE_BACKUP
dr_network_bonding_mode: ACTIVE_BACKUP
freeform_tags: {'Department': 'Finance'}
defined_tags: {'Operations': {'CostCenter': 'US'}}
- name: Delete exadata_infrastructure
oci_database_exadata_infrastructure:
# required
exadata_infrastructure_id: "ocid1.exadatainfrastructure.oc1..xxxxxxEXAMPLExxxxxx"
state: absent
- name: Delete exadata_infrastructure using name (when environment variable OCI_USE_NAME_AS_IDENTIFIER is set)
oci_database_exadata_infrastructure:
# required
compartment_id: "ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx"
display_name: display_name_example
state: absent
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description | |||
---|---|---|---|---|---|
exadata_infrastructure
complex
|
on success |
Details of the ExadataInfrastructure resource acted upon by the current operation
Sample:
{'activated_storage_count': 56, 'additional_compute_count': 56, 'additional_compute_system_model': 'X7', 'additional_storage_count': 56, 'admin_network_cidr': 'admin_network_cidr_example', 'availability_domain': 'Uocm:PHX-AD-1', 'cloud_control_plane_server1': 'cloud_control_plane_server1_example', 'cloud_control_plane_server2': 'cloud_control_plane_server2_example', 'compartment_id': 'ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx', 'compute_count': 56, 'contacts': [{'email': 'email_example', 'is_contact_mos_validated': True, 'is_primary': True, 'name': 'name_example', 'phone_number': 'phone_number_example'}], 'corporate_proxy': 'corporate_proxy_example', 'cpus_enabled': 56, 'csi_number': 'csi_number_example', 'data_storage_size_in_tbs': 1.2, 'db_node_storage_size_in_gbs': 56, 'db_server_version': 'db_server_version_example', 'defined_tags': {'Operations': {'CostCenter': 'US'}}, 'display_name': 'display_name_example', 'dns_server': [], 'freeform_tags': {'Department': 'Finance'}, 'gateway': 'gateway_example', 'id': 'ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx', 'infini_band_network_cidr': 'infini_band_network_cidr_example', 'is_cps_offline_report_enabled': True, 'is_multi_rack_deployment': True, 'last_maintenance_run_id': 'ocid1.lastmaintenancerun.oc1..xxxxxxEXAMPLExxxxxx', 'lifecycle_details': 'lifecycle_details_example', 'lifecycle_state': 'CREATING', 'maintenance_slo_status': 'OK', 'maintenance_window': {'custom_action_timeout_in_mins': 56, 'days_of_week': [{'name': 'MONDAY'}], 'hours_of_day': [], 'is_custom_action_timeout_enabled': True, 'is_monthly_patching_enabled': True, 'lead_time_in_weeks': 56, 'months': [{'name': 'JANUARY'}], 'patching_mode': 'ROLLING', 'preference': 'NO_PREFERENCE', 'weeks_of_month': []}, 'max_cpu_count': 56, 'max_data_storage_in_t_bs': 1.2, 'max_db_node_storage_in_g_bs': 56, 'max_memory_in_gbs': 56, 'memory_size_in_gbs': 56, 'monthly_db_server_version': 'monthly_db_server_version_example', 'multi_rack_configuration_file': None, 'netmask': 'netmask_example', 'network_bonding_mode_details': {'backup_network_bonding_mode': 'ACTIVE_BACKUP', 'client_network_bonding_mode': 'ACTIVE_BACKUP', 'dr_network_bonding_mode': 'ACTIVE_BACKUP'}, 'next_maintenance_run_id': 'ocid1.nextmaintenancerun.oc1..xxxxxxEXAMPLExxxxxx', 'ntp_server': [], 'rack_serial_number': 'rack_serial_number_example', 'shape': 'shape_example', 'storage_count': 56, 'storage_server_version': 'storage_server_version_example', 'time_created': '2013-10-20T19:20:30+01:00', 'time_zone': 'time_zone_example'}
|
|||
activated_storage_count
integer
|
on success |
The requested number of additional storage servers activated for the Exadata infrastructure.
Sample:
56
|
|||
additional_compute_count
integer
|
on success |
The requested number of additional compute servers for the Exadata infrastructure.
Sample:
56
|
|||
additional_compute_system_model
string
|
on success |
Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see System and Shape Configuration Options]
Sample:
X7
|
|||
additional_storage_count
integer
|
on success |
The requested number of additional storage servers for the Exadata infrastructure.
Sample:
56
|
|||
admin_network_cidr
string
|
on success |
The CIDR block for the Exadata administration network.
Sample:
admin_network_cidr_example
|
|||
availability_domain
string
|
on success |
The name of the availability domain that the Exadata infrastructure is located in.
Sample:
Uocm:PHX-AD-1
|
|||
cloud_control_plane_server1
string
|
on success |
The IP address for the first control plane server.
Sample:
cloud_control_plane_server1_example
|
|||
cloud_control_plane_server2
string
|
on success |
The IP address for the second control plane server.
Sample:
cloud_control_plane_server2_example
|
|||
compartment_id
string
|
on success |
The OCID of the compartment.
Sample:
ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx
|
|||
compute_count
integer
|
on success |
The number of compute servers for the Exadata infrastructure.
Sample:
56
|
|||
contacts
complex
|
on success |
The list of contacts for the Exadata infrastructure.
|
|||
email
string
|
on success |
The email for the Exadata Infrastructure contact.
Sample:
email_example
|
|||
is_contact_mos_validated
boolean
|
on success |
If `true`, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. If `false`, this Exadata Infrastructure contact is not a valid MOS contact.
Sample:
True
|
|||
is_primary
boolean
|
on success |
If `true`, this Exadata Infrastructure contact is a primary contact. If `false`, this Exadata Infrastructure is a secondary contact.
Sample:
True
|
|||
name
string
|
on success |
The name of the Exadata Infrastructure contact.
Sample:
name_example
|
|||
phone_number
string
|
on success |
The phone number for the Exadata Infrastructure contact.
Sample:
phone_number_example
|
|||
corporate_proxy
string
|
on success |
The corporate network proxy for access to the control plane network.
Sample:
corporate_proxy_example
|
|||
cpus_enabled
integer
|
on success |
The number of enabled CPU cores.
Sample:
56
|
|||
csi_number
string
|
on success |
The CSI Number of the Exadata infrastructure.
Sample:
csi_number_example
|
|||
data_storage_size_in_tbs
float
|
on success |
Size, in terabytes, of the DATA disk group.
Sample:
1.2
|
|||
db_node_storage_size_in_gbs
integer
|
on success |
The local node storage allocated in GBs.
Sample:
56
|
|||
db_server_version
string
|
on success |
The software version of the database servers (dom0) in the Exadata infrastructure.
Sample:
db_server_version_example
|
|||
defined_tags
dictionary
|
on success |
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Sample:
{'Operations': {'CostCenter': 'US'}}
|
|||
display_name
string
|
on success |
The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
Sample:
display_name_example
|
|||
dns_server
list
/ elements=string
|
on success |
The list of DNS server IP addresses. Maximum of 3 allowed.
|
|||
freeform_tags
dictionary
|
on success |
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.
Example: `{"Department": "Finance"}`
Sample:
{'Department': 'Finance'}
|
|||
gateway
string
|
on success |
The gateway for the control plane network.
Sample:
gateway_example
|
|||
id
string
|
on success |
The OCID of the Exadata infrastructure.
Sample:
ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx
|
|||
infini_band_network_cidr
string
|
on success |
The CIDR block for the Exadata InfiniBand interconnect.
Sample:
infini_band_network_cidr_example
|
|||
is_cps_offline_report_enabled
boolean
|
on success |
Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
Sample:
True
|
|||
is_multi_rack_deployment
boolean
|
on success |
Indicates if deployment is Multi-Rack or not.
Sample:
True
|
|||
last_maintenance_run_id
string
|
on success |
The OCID of the last maintenance run.
Sample:
ocid1.lastmaintenancerun.oc1..xxxxxxEXAMPLExxxxxx
|
|||
lifecycle_details
string
|
on success |
Additional information about the current lifecycle state.
Sample:
lifecycle_details_example
|
|||
lifecycle_state
string
|
on success |
The current lifecycle state of the Exadata infrastructure.
Sample:
CREATING
|
|||
maintenance_slo_status
string
|
on success |
A field to capture 'Maintenance SLO Status' for the Exadata infrastructure with values 'OK', 'DEGRADED'. Default is 'OK' when the infrastructure is provisioned.
Sample:
OK
|
|||
maintenance_window
complex
|
on success |
|
|||
custom_action_timeout_in_mins
integer
|
on success |
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).
Sample:
56
|
|||
days_of_week
complex
|
on success |
Days during the week when maintenance should be performed.
|
|||
name
string
|
on success |
Name of the day of the week.
Sample:
MONDAY
|
|||
hours_of_day
list
/ elements=string
|
on success |
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
|
|||
is_custom_action_timeout_enabled
boolean
|
on success |
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
Sample:
True
|
|||
is_monthly_patching_enabled
boolean
|
on success |
If true, enables the monthly patching option.
Sample:
True
|
|||
lead_time_in_weeks
integer
|
on success |
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.
Sample:
56
|
|||
months
complex
|
on success |
Months during the year when maintenance should be performed.
|
|||
name
string
|
on success |
Name of the month of the year.
Sample:
JANUARY
|
|||
patching_mode
string
|
on success |
Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
*IMPORTANT*: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.
Sample:
ROLLING
|
|||
preference
string
|
on success |
The maintenance window scheduling preference.
Sample:
NO_PREFERENCE
|
|||
weeks_of_month
list
/ elements=string
|
on success |
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. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
|
|||
max_cpu_count
integer
|
on success |
The total number of CPU cores available.
Sample:
56
|
|||
max_data_storage_in_t_bs
float
|
on success |
The total available DATA disk group size.
Sample:
1.2
|
|||
max_db_node_storage_in_g_bs
integer
|
on success |
The total local node storage available in GBs.
Sample:
56
|
|||
max_memory_in_gbs
integer
|
on success |
The total memory available in GBs.
Sample:
56
|
|||
memory_size_in_gbs
integer
|
on success |
The memory allocated in GBs.
Sample:
56
|
|||
monthly_db_server_version
string
|
on success |
The monthly software version of the database servers (dom0) in the Exadata infrastructure.
Sample:
monthly_db_server_version_example
|
|||
multi_rack_configuration_file
string
|
on success |
The base64 encoded Multi-Rack configuration json file.
Sample:
null
|
|||
netmask
string
|
on success |
The netmask for the control plane network.
Sample:
netmask_example
|
|||
network_bonding_mode_details
complex
|
on success |
|
|||
backup_network_bonding_mode
string
|
on success |
The network bonding mode for the Exadata infrastructure.
Sample:
ACTIVE_BACKUP
|
|||
client_network_bonding_mode
string
|
on success |
The network bonding mode for the Exadata infrastructure.
Sample:
ACTIVE_BACKUP
|
|||
dr_network_bonding_mode
string
|
on success |
The network bonding mode for the Exadata infrastructure.
Sample:
ACTIVE_BACKUP
|
|||
next_maintenance_run_id
string
|
on success |
The OCID of the next maintenance run.
Sample:
ocid1.nextmaintenancerun.oc1..xxxxxxEXAMPLExxxxxx
|
|||
ntp_server
list
/ elements=string
|
on success |
The list of NTP server IP addresses. Maximum of 3 allowed.
|
|||
rack_serial_number
string
|
on success |
The serial number for the Exadata infrastructure.
Sample:
rack_serial_number_example
|
|||
shape
string
|
on success |
The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
Sample:
shape_example
|
|||
storage_count
integer
|
on success |
The number of Exadata storage servers for the Exadata infrastructure.
Sample:
56
|
|||
storage_server_version
string
|
on success |
The software version of the storage servers (cells) in the Exadata infrastructure.
Sample:
storage_server_version_example
|
|||
time_created
string
|
on success |
The date and time the Exadata infrastructure was created.
Sample:
2013-10-20T19:20:30+01:00
|
|||
time_zone
string
|
on success |
The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
Sample:
time_zone_example
|
Authors¶
Oracle (@oracle)