published on Thursday, Aug 13, 2026 by Pulumi
published on Thursday, Aug 13, 2026 by Pulumi
Resource for managing exadata infrastructure resource in AWS for Oracle Database@AWS.
Example Usage
Create CloudExadataInfrastructure Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudExadataInfrastructure(name: string, args: CloudExadataInfrastructureArgs, opts?: CustomResourceOptions);@overload
def CloudExadataInfrastructure(resource_name: str,
args: CloudExadataInfrastructureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CloudExadataInfrastructure(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
availability_zone_id: Optional[str] = None,
shape: Optional[str] = None,
maintenance_window: Optional[CloudExadataInfrastructureMaintenanceWindowArgs] = None,
customer_contacts_to_send_to_ocis: Optional[Sequence[CloudExadataInfrastructureCustomerContactsToSendToOciArgs]] = None,
database_server_type: Optional[str] = None,
availability_zone: Optional[str] = None,
region: Optional[str] = None,
compute_count: Optional[int] = None,
storage_count: Optional[int] = None,
storage_server_type: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
timeouts: Optional[CloudExadataInfrastructureTimeoutsArgs] = None)func NewCloudExadataInfrastructure(ctx *Context, name string, args CloudExadataInfrastructureArgs, opts ...ResourceOption) (*CloudExadataInfrastructure, error)public CloudExadataInfrastructure(string name, CloudExadataInfrastructureArgs args, CustomResourceOptions? opts = null)
public CloudExadataInfrastructure(String name, CloudExadataInfrastructureArgs args)
public CloudExadataInfrastructure(String name, CloudExadataInfrastructureArgs args, CustomResourceOptions options)
type: aws:odb:CloudExadataInfrastructure
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws_odb_cloud_exadata_infrastructure" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args CloudExadataInfrastructureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudExadataInfrastructureArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudExadataInfrastructureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudExadataInfrastructureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudExadataInfrastructureArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cloudExadataInfrastructureResource = new Aws.Odb.CloudExadataInfrastructure("cloudExadataInfrastructureResource", new()
{
DisplayName = "string",
AvailabilityZoneId = "string",
Shape = "string",
MaintenanceWindow = new Aws.Odb.Inputs.CloudExadataInfrastructureMaintenanceWindowArgs
{
CustomActionTimeoutInMins = 0,
IsCustomActionTimeoutEnabled = false,
PatchingMode = "string",
Preference = "string",
DaysOfWeeks = new[]
{
new Aws.Odb.Inputs.CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs
{
Name = "string",
},
},
HoursOfDays = new[]
{
0,
},
LeadTimeInWeeks = 0,
Months = new[]
{
new Aws.Odb.Inputs.CloudExadataInfrastructureMaintenanceWindowMonthArgs
{
Name = "string",
},
},
WeeksOfMonths = new[]
{
0,
},
},
CustomerContactsToSendToOcis = new[]
{
new Aws.Odb.Inputs.CloudExadataInfrastructureCustomerContactsToSendToOciArgs
{
Email = "string",
},
},
DatabaseServerType = "string",
AvailabilityZone = "string",
Region = "string",
ComputeCount = 0,
StorageCount = 0,
StorageServerType = "string",
Tags =
{
{ "string", "string" },
},
Timeouts = new Aws.Odb.Inputs.CloudExadataInfrastructureTimeoutsArgs
{
Create = "string",
Delete = "string",
Update = "string",
},
});
example, err := odb.NewCloudExadataInfrastructure(ctx, "cloudExadataInfrastructureResource", &odb.CloudExadataInfrastructureArgs{
DisplayName: pulumi.String("string"),
AvailabilityZoneId: pulumi.String("string"),
Shape: pulumi.String("string"),
MaintenanceWindow: &odb.CloudExadataInfrastructureMaintenanceWindowArgs{
CustomActionTimeoutInMins: pulumi.Int(0),
IsCustomActionTimeoutEnabled: pulumi.Bool(false),
PatchingMode: pulumi.String("string"),
Preference: pulumi.String("string"),
DaysOfWeeks: odb.CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArray{
&odb.CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs{
Name: pulumi.String("string"),
},
},
HoursOfDays: pulumi.IntArray{
pulumi.Int(0),
},
LeadTimeInWeeks: pulumi.Int(0),
Months: odb.CloudExadataInfrastructureMaintenanceWindowMonthArray{
&odb.CloudExadataInfrastructureMaintenanceWindowMonthArgs{
Name: pulumi.String("string"),
},
},
WeeksOfMonths: pulumi.IntArray{
pulumi.Int(0),
},
},
CustomerContactsToSendToOcis: odb.CloudExadataInfrastructureCustomerContactsToSendToOciArray{
&odb.CloudExadataInfrastructureCustomerContactsToSendToOciArgs{
Email: pulumi.String("string"),
},
},
DatabaseServerType: pulumi.String("string"),
AvailabilityZone: pulumi.String("string"),
Region: pulumi.String("string"),
ComputeCount: pulumi.Int(0),
StorageCount: pulumi.Int(0),
StorageServerType: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Timeouts: &odb.CloudExadataInfrastructureTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
resource "aws_odb_cloud_exadata_infrastructure" "cloudExadataInfrastructureResource" {
lifecycle {
create_before_destroy = true
}
display_name = "string"
availability_zone_id = "string"
shape = "string"
maintenance_window = {
custom_action_timeout_in_mins = 0
is_custom_action_timeout_enabled = false
patching_mode = "string"
preference = "string"
days_of_weeks = [{
name = "string"
}]
hours_of_days = [0]
lead_time_in_weeks = 0
months = [{
name = "string"
}]
weeks_of_months = [0]
}
customer_contacts_to_send_to_ocis {
email = "string"
}
database_server_type = "string"
availability_zone = "string"
region = "string"
compute_count = 0
storage_count = 0
storage_server_type = "string"
tags = {
"string" = "string"
}
timeouts = {
create = "string"
delete = "string"
update = "string"
}
}
var cloudExadataInfrastructureResource = new CloudExadataInfrastructure("cloudExadataInfrastructureResource", CloudExadataInfrastructureArgs.builder()
.displayName("string")
.availabilityZoneId("string")
.shape("string")
.maintenanceWindow(CloudExadataInfrastructureMaintenanceWindowArgs.builder()
.customActionTimeoutInMins(0)
.isCustomActionTimeoutEnabled(false)
.patchingMode("string")
.preference("string")
.daysOfWeeks(CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs.builder()
.name("string")
.build())
.hoursOfDays(0)
.leadTimeInWeeks(0)
.months(CloudExadataInfrastructureMaintenanceWindowMonthArgs.builder()
.name("string")
.build())
.weeksOfMonths(0)
.build())
.customerContactsToSendToOcis(CloudExadataInfrastructureCustomerContactsToSendToOciArgs.builder()
.email("string")
.build())
.databaseServerType("string")
.availabilityZone("string")
.region("string")
.computeCount(0)
.storageCount(0)
.storageServerType("string")
.tags(Map.of("string", "string"))
.timeouts(CloudExadataInfrastructureTimeoutsArgs.builder()
.create("string")
.delete("string")
.update("string")
.build())
.build());
cloud_exadata_infrastructure_resource = aws.odb.CloudExadataInfrastructure("cloudExadataInfrastructureResource",
display_name="string",
availability_zone_id="string",
shape="string",
maintenance_window={
"custom_action_timeout_in_mins": 0,
"is_custom_action_timeout_enabled": False,
"patching_mode": "string",
"preference": "string",
"days_of_weeks": [{
"name": "string",
}],
"hours_of_days": [0],
"lead_time_in_weeks": 0,
"months": [{
"name": "string",
}],
"weeks_of_months": [0],
},
customer_contacts_to_send_to_ocis=[{
"email": "string",
}],
database_server_type="string",
availability_zone="string",
region="string",
compute_count=0,
storage_count=0,
storage_server_type="string",
tags={
"string": "string",
},
timeouts={
"create": "string",
"delete": "string",
"update": "string",
})
const cloudExadataInfrastructureResource = new aws.odb.CloudExadataInfrastructure("cloudExadataInfrastructureResource", {
displayName: "string",
availabilityZoneId: "string",
shape: "string",
maintenanceWindow: {
customActionTimeoutInMins: 0,
isCustomActionTimeoutEnabled: false,
patchingMode: "string",
preference: "string",
daysOfWeeks: [{
name: "string",
}],
hoursOfDays: [0],
leadTimeInWeeks: 0,
months: [{
name: "string",
}],
weeksOfMonths: [0],
},
customerContactsToSendToOcis: [{
email: "string",
}],
databaseServerType: "string",
availabilityZone: "string",
region: "string",
computeCount: 0,
storageCount: 0,
storageServerType: "string",
tags: {
string: "string",
},
timeouts: {
create: "string",
"delete": "string",
update: "string",
},
});
type: aws:odb:CloudExadataInfrastructure
properties:
availabilityZone: string
availabilityZoneId: string
computeCount: 0
customerContactsToSendToOcis:
- email: string
databaseServerType: string
displayName: string
maintenanceWindow:
customActionTimeoutInMins: 0
daysOfWeeks:
- name: string
hoursOfDays:
- 0
isCustomActionTimeoutEnabled: false
leadTimeInWeeks: 0
months:
- name: string
patchingMode: string
preference: string
weeksOfMonths:
- 0
region: string
shape: string
storageCount: 0
storageServerType: string
tags:
string: string
timeouts:
create: string
delete: string
update: string
CloudExadataInfrastructure Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CloudExadataInfrastructure resource accepts the following input properties:
- Availability
Zone stringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Display
Name string - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- Maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- Shape string
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- Availability
Zone string - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Compute
Count int - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Customer
Contacts List<CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci> - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - Database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Storage
Count int Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- Storage
Server stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Dictionary<string, string>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Timeouts
Cloud
Exadata Infrastructure Timeouts
- Availability
Zone stringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Display
Name string - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- Maintenance
Window CloudExadata Infrastructure Maintenance Window Args - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- Shape string
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- Availability
Zone string - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Compute
Count int - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Customer
Contacts []CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci Args - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - Database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Storage
Count int Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- Storage
Server stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- map[string]string
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Timeouts
Cloud
Exadata Infrastructure Timeouts Args
- availability_
zone_ stringid - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- display_
name string - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- maintenance_
window object - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- shape string
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- availability_
zone string - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute_
count number - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- customer_
contacts_ list(object)to_ send_ to_ ocis - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - database_
server_ stringtype - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage_
count number Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage_
server_ stringtype - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- map(string)
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - timeouts object
- availability
Zone StringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- display
Name String - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- shape String
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- availability
Zone String - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute
Count Integer - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- customer
Contacts List<CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci> - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - database
Server StringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage
Count Integer Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage
Server StringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Map<String,String>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - timeouts
Cloud
Exadata Infrastructure Timeouts
- availability
Zone stringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- display
Name string - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- shape string
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- availability
Zone string - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute
Count number - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- customer
Contacts CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci[] - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage
Count number Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage
Server stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- {[key: string]: string}
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - timeouts
Cloud
Exadata Infrastructure Timeouts
- availability_
zone_ strid - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- display_
name str - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- maintenance_
window CloudExadata Infrastructure Maintenance Window Args - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- shape str
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- availability_
zone str - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute_
count int - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- customer_
contacts_ Sequence[Cloudto_ send_ to_ ocis Exadata Infrastructure Customer Contacts To Send To Oci Args] - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - database_
server_ strtype - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- region str
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage_
count int Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage_
server_ strtype - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Mapping[str, str]
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - timeouts
Cloud
Exadata Infrastructure Timeouts Args
- availability
Zone StringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- display
Name String - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- maintenance
Window Property Map - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- shape String
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- availability
Zone String - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute
Count Number - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- customer
Contacts List<Property Map>To Send To Ocis - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - database
Server StringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage
Count Number Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage
Server StringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Map<String>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudExadataInfrastructure resource produces the following output properties:
- Activated
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Arn string
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- Available
Storage intSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Model string - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- Cpu
Count int - Total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - Time when the Exadata infrastructure was created.
- Data
Storage doubleSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Db
Node intStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Db
Server stringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Max
Cpu intCount - Total number of CPU cores available on the Exadata infrastructure.
- Max
Data doubleStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- Memory
Size intIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- Monthly
Db stringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- Monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- Oci
Url string - HTTPS link to the Exadata infrastructure in OCI.
- Ocid string
- OCID of the Exadata infrastructure.
- Percent
Progress double - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- Status string
- Current status of the Exadata infrastructure.
- Status
Reason string - Additional information about the status of the Exadata infrastructure.
- Storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- Dictionary<string, string>
- Total
Storage intSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- Activated
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Arn string
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- Available
Storage intSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Model string - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- Cpu
Count int - Total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - Time when the Exadata infrastructure was created.
- Data
Storage float64Size In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Db
Node intStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Db
Server stringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Max
Cpu intCount - Total number of CPU cores available on the Exadata infrastructure.
- Max
Data float64Storage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- Memory
Size intIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- Monthly
Db stringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- Monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- Oci
Url string - HTTPS link to the Exadata infrastructure in OCI.
- Ocid string
- OCID of the Exadata infrastructure.
- Percent
Progress float64 - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- Status string
- Current status of the Exadata infrastructure.
- Status
Reason string - Additional information about the status of the Exadata infrastructure.
- Storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- map[string]string
- Total
Storage intSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated_
storage_ numbercount - Number of storage servers requested for the Exadata infrastructure.
- additional_
storage_ numbercount - Number of storage servers requested for the Exadata infrastructure.
- arn string
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- available_
storage_ numbersize_ in_ gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute_
model string - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu_
count number - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created_
at string - Time when the Exadata infrastructure was created.
- data_
storage_ numbersize_ in_ tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db_
node_ numberstorage_ size_ in_ gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db_
server_ stringversion - Software version of the database servers (dom0) in the Exadata infrastructure.
- id string
- The provider-assigned unique ID for this managed resource.
- last_
maintenance_ stringrun_ id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max_
cpu_ numbercount - Total number of CPU cores available on the Exadata infrastructure.
- max_
data_ numberstorage_ in_ tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max_
db_ numbernode_ storage_ size_ in_ gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max_
memory_ numberin_ gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory_
size_ numberin_ gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly_
db_ stringserver_ version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly_
storage_ stringserver_ version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next_
maintenance_ stringrun_ id - OCID of the next maintenance run for the Exadata infrastructure.
- oci_
resource_ stringanchor_ name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci_
url string - HTTPS link to the Exadata infrastructure in OCI.
- ocid string
- OCID of the Exadata infrastructure.
- percent_
progress number - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status string
- Current status of the Exadata infrastructure.
- status_
reason string - Additional information about the status of the Exadata infrastructure.
- storage_
server_ stringversion - Software version of the storage servers on the Exadata infrastructure.
- map(string)
- total_
storage_ numbersize_ in_ gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage IntegerCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage IntegerCount - Number of storage servers requested for the Exadata infrastructure.
- arn String
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- available
Storage IntegerSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Model String - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count Integer - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - Time when the Exadata infrastructure was created.
- data
Storage DoubleSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db
Node IntegerStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server StringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Maintenance StringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max
Cpu IntegerCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data DoubleStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db IntegerNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory IntegerIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size IntegerIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db StringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage StringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url String - HTTPS link to the Exadata infrastructure in OCI.
- ocid String
- OCID of the Exadata infrastructure.
- percent
Progress Double - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status String
- Current status of the Exadata infrastructure.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Server StringVersion - Software version of the storage servers on the Exadata infrastructure.
- Map<String,String>
- total
Storage IntegerSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage numberCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage numberCount - Number of storage servers requested for the Exadata infrastructure.
- arn string
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- available
Storage numberSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Model string - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count number - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At string - Time when the Exadata infrastructure was created.
- data
Storage numberSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db
Node numberStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server stringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max
Cpu numberCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data numberStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db numberNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory numberIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size numberIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db stringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource stringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url string - HTTPS link to the Exadata infrastructure in OCI.
- ocid string
- OCID of the Exadata infrastructure.
- percent
Progress number - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status string
- Current status of the Exadata infrastructure.
- status
Reason string - Additional information about the status of the Exadata infrastructure.
- storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- {[key: string]: string}
- total
Storage numberSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated_
storage_ intcount - Number of storage servers requested for the Exadata infrastructure.
- additional_
storage_ intcount - Number of storage servers requested for the Exadata infrastructure.
- arn str
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- available_
storage_ intsize_ in_ gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute_
model str - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu_
count int - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created_
at str - Time when the Exadata infrastructure was created.
- data_
storage_ floatsize_ in_ tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db_
node_ intstorage_ size_ in_ gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db_
server_ strversion - Software version of the database servers (dom0) in the Exadata infrastructure.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
maintenance_ strrun_ id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max_
cpu_ intcount - Total number of CPU cores available on the Exadata infrastructure.
- max_
data_ floatstorage_ in_ tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max_
db_ intnode_ storage_ size_ in_ gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max_
memory_ intin_ gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory_
size_ intin_ gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly_
db_ strserver_ version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly_
storage_ strserver_ version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next_
maintenance_ strrun_ id - OCID of the next maintenance run for the Exadata infrastructure.
- oci_
resource_ stranchor_ name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci_
url str - HTTPS link to the Exadata infrastructure in OCI.
- ocid str
- OCID of the Exadata infrastructure.
- percent_
progress float - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status str
- Current status of the Exadata infrastructure.
- status_
reason str - Additional information about the status of the Exadata infrastructure.
- storage_
server_ strversion - Software version of the storage servers on the Exadata infrastructure.
- Mapping[str, str]
- total_
storage_ intsize_ in_ gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage NumberCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage NumberCount - Number of storage servers requested for the Exadata infrastructure.
- arn String
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- available
Storage NumberSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Model String - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count Number - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - Time when the Exadata infrastructure was created.
- data
Storage NumberSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db
Node NumberStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server StringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Maintenance StringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max
Cpu NumberCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data NumberStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db NumberNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory NumberIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size NumberIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db StringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage StringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url String - HTTPS link to the Exadata infrastructure in OCI.
- ocid String
- OCID of the Exadata infrastructure.
- percent
Progress Number - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status String
- Current status of the Exadata infrastructure.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Server StringVersion - Software version of the storage servers on the Exadata infrastructure.
- Map<String>
- total
Storage NumberSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
Look up Existing CloudExadataInfrastructure Resource
Get an existing CloudExadataInfrastructure resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CloudExadataInfrastructureState, opts?: CustomResourceOptions): CloudExadataInfrastructure@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
activated_storage_count: Optional[int] = None,
additional_storage_count: Optional[int] = None,
arn: Optional[str] = None,
availability_zone: Optional[str] = None,
availability_zone_id: Optional[str] = None,
available_storage_size_in_gbs: Optional[int] = None,
compute_count: Optional[int] = None,
compute_model: Optional[str] = None,
cpu_count: Optional[int] = None,
created_at: Optional[str] = None,
customer_contacts_to_send_to_ocis: Optional[Sequence[CloudExadataInfrastructureCustomerContactsToSendToOciArgs]] = None,
data_storage_size_in_tbs: Optional[float] = None,
database_server_type: Optional[str] = None,
db_node_storage_size_in_gbs: Optional[int] = None,
db_server_version: Optional[str] = None,
display_name: Optional[str] = None,
last_maintenance_run_id: Optional[str] = None,
maintenance_window: Optional[CloudExadataInfrastructureMaintenanceWindowArgs] = None,
max_cpu_count: Optional[int] = None,
max_data_storage_in_tbs: Optional[float] = None,
max_db_node_storage_size_in_gbs: Optional[int] = None,
max_memory_in_gbs: Optional[int] = None,
memory_size_in_gbs: Optional[int] = None,
monthly_db_server_version: Optional[str] = None,
monthly_storage_server_version: Optional[str] = None,
next_maintenance_run_id: Optional[str] = None,
oci_resource_anchor_name: Optional[str] = None,
oci_url: Optional[str] = None,
ocid: Optional[str] = None,
percent_progress: Optional[float] = None,
region: Optional[str] = None,
shape: Optional[str] = None,
status: Optional[str] = None,
status_reason: Optional[str] = None,
storage_count: Optional[int] = None,
storage_server_type: Optional[str] = None,
storage_server_version: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
tags_all: Optional[Mapping[str, str]] = None,
timeouts: Optional[CloudExadataInfrastructureTimeoutsArgs] = None,
total_storage_size_in_gbs: Optional[int] = None) -> CloudExadataInfrastructurefunc GetCloudExadataInfrastructure(ctx *Context, name string, id IDInput, state *CloudExadataInfrastructureState, opts ...ResourceOption) (*CloudExadataInfrastructure, error)public static CloudExadataInfrastructure Get(string name, Input<string> id, CloudExadataInfrastructureState? state, CustomResourceOptions? opts = null)public static CloudExadataInfrastructure get(String name, Output<String> id, CloudExadataInfrastructureState state, CustomResourceOptions options)resources: _: type: aws:odb:CloudExadataInfrastructure get: id: ${id}import {
to = aws_odb_cloud_exadata_infrastructure.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Activated
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Arn string
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- Availability
Zone string - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Availability
Zone stringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Available
Storage intSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Count int - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Compute
Model string - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- Cpu
Count int - Total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - Time when the Exadata infrastructure was created.
- Customer
Contacts List<CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci> - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - Data
Storage doubleSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Db
Node intStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Db
Server stringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- Display
Name string - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- Last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- Max
Cpu intCount - Total number of CPU cores available on the Exadata infrastructure.
- Max
Data doubleStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- Memory
Size intIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- Monthly
Db stringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- Monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- Oci
Url string - HTTPS link to the Exadata infrastructure in OCI.
- Ocid string
- OCID of the Exadata infrastructure.
- Percent
Progress double - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Shape string
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- Status string
- Current status of the Exadata infrastructure.
- Status
Reason string - Additional information about the status of the Exadata infrastructure.
- Storage
Count int Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- Storage
Server stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- Dictionary<string, string>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Dictionary<string, string>
- Timeouts
Cloud
Exadata Infrastructure Timeouts - Total
Storage intSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- Activated
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Arn string
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- Availability
Zone string - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Availability
Zone stringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Available
Storage intSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Count int - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- Compute
Model string - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- Cpu
Count int - Total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - Time when the Exadata infrastructure was created.
- Customer
Contacts []CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci Args - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - Data
Storage float64Size In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Db
Node intStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Db
Server stringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- Display
Name string - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- Last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Maintenance
Window CloudExadata Infrastructure Maintenance Window Args - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- Max
Cpu intCount - Total number of CPU cores available on the Exadata infrastructure.
- Max
Data float64Storage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- Memory
Size intIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- Monthly
Db stringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- Monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- Oci
Url string - HTTPS link to the Exadata infrastructure in OCI.
- Ocid string
- OCID of the Exadata infrastructure.
- Percent
Progress float64 - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Shape string
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- Status string
- Current status of the Exadata infrastructure.
- Status
Reason string - Additional information about the status of the Exadata infrastructure.
- Storage
Count int Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- Storage
Server stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- Storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- map[string]string
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - map[string]string
- Timeouts
Cloud
Exadata Infrastructure Timeouts Args - Total
Storage intSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated_
storage_ numbercount - Number of storage servers requested for the Exadata infrastructure.
- additional_
storage_ numbercount - Number of storage servers requested for the Exadata infrastructure.
- arn string
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- availability_
zone string - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- availability_
zone_ stringid - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- available_
storage_ numbersize_ in_ gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute_
count number - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute_
model string - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu_
count number - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created_
at string - Time when the Exadata infrastructure was created.
- customer_
contacts_ list(object)to_ send_ to_ ocis - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - data_
storage_ numbersize_ in_ tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database_
server_ stringtype - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- db_
node_ numberstorage_ size_ in_ gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db_
server_ stringversion - Software version of the database servers (dom0) in the Exadata infrastructure.
- display_
name string - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- last_
maintenance_ stringrun_ id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance_
window object - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- max_
cpu_ numbercount - Total number of CPU cores available on the Exadata infrastructure.
- max_
data_ numberstorage_ in_ tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max_
db_ numbernode_ storage_ size_ in_ gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max_
memory_ numberin_ gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory_
size_ numberin_ gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly_
db_ stringserver_ version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly_
storage_ stringserver_ version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next_
maintenance_ stringrun_ id - OCID of the next maintenance run for the Exadata infrastructure.
- oci_
resource_ stringanchor_ name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci_
url string - HTTPS link to the Exadata infrastructure in OCI.
- ocid string
- OCID of the Exadata infrastructure.
- percent_
progress number - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- shape string
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- status string
- Current status of the Exadata infrastructure.
- status_
reason string - Additional information about the status of the Exadata infrastructure.
- storage_
count number Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage_
server_ stringtype - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- storage_
server_ stringversion - Software version of the storage servers on the Exadata infrastructure.
- map(string)
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - map(string)
- timeouts object
- total_
storage_ numbersize_ in_ gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage IntegerCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage IntegerCount - Number of storage servers requested for the Exadata infrastructure.
- arn String
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- availability
Zone String - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- availability
Zone StringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- available
Storage IntegerSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Count Integer - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute
Model String - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count Integer - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - Time when the Exadata infrastructure was created.
- customer
Contacts List<CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci> - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - data
Storage DoubleSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server StringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- db
Node IntegerStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server StringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- display
Name String - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- last
Maintenance StringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- max
Cpu IntegerCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data DoubleStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db IntegerNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory IntegerIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size IntegerIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db StringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage StringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url String - HTTPS link to the Exadata infrastructure in OCI.
- ocid String
- OCID of the Exadata infrastructure.
- percent
Progress Double - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- shape String
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- status String
- Current status of the Exadata infrastructure.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Count Integer Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage
Server StringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- storage
Server StringVersion - Software version of the storage servers on the Exadata infrastructure.
- Map<String,String>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Map<String,String>
- timeouts
Cloud
Exadata Infrastructure Timeouts - total
Storage IntegerSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage numberCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage numberCount - Number of storage servers requested for the Exadata infrastructure.
- arn string
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- availability
Zone string - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- availability
Zone stringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- available
Storage numberSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Count number - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute
Model string - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count number - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At string - Time when the Exadata infrastructure was created.
- customer
Contacts CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci[] - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - data
Storage numberSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- db
Node numberStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server stringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- display
Name string - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- max
Cpu numberCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data numberStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db numberNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory numberIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size numberIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db stringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource stringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url string - HTTPS link to the Exadata infrastructure in OCI.
- ocid string
- OCID of the Exadata infrastructure.
- percent
Progress number - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- shape string
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- status string
- Current status of the Exadata infrastructure.
- status
Reason string - Additional information about the status of the Exadata infrastructure.
- storage
Count number Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage
Server stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- {[key: string]: string}
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - {[key: string]: string}
- timeouts
Cloud
Exadata Infrastructure Timeouts - total
Storage numberSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated_
storage_ intcount - Number of storage servers requested for the Exadata infrastructure.
- additional_
storage_ intcount - Number of storage servers requested for the Exadata infrastructure.
- arn str
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- availability_
zone str - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- availability_
zone_ strid - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- available_
storage_ intsize_ in_ gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute_
count int - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute_
model str - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu_
count int - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created_
at str - Time when the Exadata infrastructure was created.
- customer_
contacts_ Sequence[Cloudto_ send_ to_ ocis Exadata Infrastructure Customer Contacts To Send To Oci Args] - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - data_
storage_ floatsize_ in_ tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database_
server_ strtype - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- db_
node_ intstorage_ size_ in_ gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db_
server_ strversion - Software version of the database servers (dom0) in the Exadata infrastructure.
- display_
name str - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- last_
maintenance_ strrun_ id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance_
window CloudExadata Infrastructure Maintenance Window Args - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- max_
cpu_ intcount - Total number of CPU cores available on the Exadata infrastructure.
- max_
data_ floatstorage_ in_ tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max_
db_ intnode_ storage_ size_ in_ gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max_
memory_ intin_ gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory_
size_ intin_ gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly_
db_ strserver_ version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly_
storage_ strserver_ version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next_
maintenance_ strrun_ id - OCID of the next maintenance run for the Exadata infrastructure.
- oci_
resource_ stranchor_ name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci_
url str - HTTPS link to the Exadata infrastructure in OCI.
- ocid str
- OCID of the Exadata infrastructure.
- percent_
progress float - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- region str
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- shape str
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- status str
- Current status of the Exadata infrastructure.
- status_
reason str - Additional information about the status of the Exadata infrastructure.
- storage_
count int Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage_
server_ strtype - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- storage_
server_ strversion - Software version of the storage servers on the Exadata infrastructure.
- Mapping[str, str]
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Mapping[str, str]
- timeouts
Cloud
Exadata Infrastructure Timeouts Args - total_
storage_ intsize_ in_ gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage NumberCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage NumberCount - Number of storage servers requested for the Exadata infrastructure.
- arn String
- Amazon Resource Name (ARN) of the Exadata infrastructure.
- availability
Zone String - Name of the Availability Zone (AZ) where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- availability
Zone StringId - AZ ID of the AZ where the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- available
Storage NumberSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Count Number - Number of compute instances that the Exadata infrastructure is located. Changing this will force terraform to create new resource.
- compute
Model String - OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count Number - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - Time when the Exadata infrastructure was created.
- customer
Contacts List<Property Map>To Send To Ocis - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure. Changing this will force terraform to create new resource. See
customerContactsToSendToOciBlock below. - data
Storage NumberSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server StringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- db
Node NumberStorage Size In Gbs - Size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server StringVersion - Software version of the database servers (dom0) in the Exadata infrastructure.
- display
Name String - User-friendly name for the Exadata infrastructure. Changing this will force terraform to create a new resource.
- last
Maintenance StringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance
Window Property Map - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- max
Cpu NumberCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data NumberStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db NumberNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory NumberIn Gbs - Total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size NumberIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db StringServer Version - Monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage StringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - Name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url String - HTTPS link to the Exadata infrastructure in OCI.
- ocid String
- OCID of the Exadata infrastructure.
- percent
Progress Number - Amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- shape String
- Model name of the Exadata infrastructure. Changing this will force terraform to create new resource.
- status String
- Current status of the Exadata infrastructure.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Count Number Number of storage servers that are activated for the Exadata infrastructure. Changing this will force terraform to create new resource.
The following arguments are optional:
- storage
Server StringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation. This is a mandatory parameter for Exadata.X11M system shape. Changing this will force terraform to create new resource.
- storage
Server StringVersion - Software version of the storage servers on the Exadata infrastructure.
- Map<String>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Map<String>
- timeouts Property Map
- total
Storage NumberSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
Supporting Types
CloudExadataInfrastructureCustomerContactsToSendToOci, CloudExadataInfrastructureCustomerContactsToSendToOciArgs
- Email string
- Email address of the contact.
- Email string
- Email address of the contact.
- email string
- Email address of the contact.
- email String
- Email address of the contact.
- email string
- Email address of the contact.
- email str
- Email address of the contact.
- email String
- Email address of the contact.
CloudExadataInfrastructureMaintenanceWindow, CloudExadataInfrastructureMaintenanceWindowArgs
- Custom
Action intTimeout In Mins - Custom action timeout in minutes for the maintenance window.
- Is
Custom boolAction Timeout Enabled - Whether custom action timeout is enabled for the maintenance window.
- Patching
Mode string - Patching mode for the maintenance window.
- Preference string
- Preference for the maintenance window scheduling.
- Days
Of List<CloudWeeks Exadata Infrastructure Maintenance Window Days Of Week> - Days of the week when maintenance can be performed. See
daysOfWeekBlock below. - Hours
Of List<int>Days - Hours of the day when maintenance can be performed.
- Lead
Time intIn Weeks - Lead time in weeks before the maintenance window.
- Months
List<Cloud
Exadata Infrastructure Maintenance Window Month> - Months when maintenance can be performed. See
monthsBlock below. - Weeks
Of List<int>Months - Weeks of the month when maintenance can be performed.
- Custom
Action intTimeout In Mins - Custom action timeout in minutes for the maintenance window.
- Is
Custom boolAction Timeout Enabled - Whether custom action timeout is enabled for the maintenance window.
- Patching
Mode string - Patching mode for the maintenance window.
- Preference string
- Preference for the maintenance window scheduling.
- Days
Of []CloudWeeks Exadata Infrastructure Maintenance Window Days Of Week - Days of the week when maintenance can be performed. See
daysOfWeekBlock below. - Hours
Of []intDays - Hours of the day when maintenance can be performed.
- Lead
Time intIn Weeks - Lead time in weeks before the maintenance window.
- Months
[]Cloud
Exadata Infrastructure Maintenance Window Month - Months when maintenance can be performed. See
monthsBlock below. - Weeks
Of []intMonths - Weeks of the month when maintenance can be performed.
- custom_
action_ numbertimeout_ in_ mins - Custom action timeout in minutes for the maintenance window.
- is_
custom_ boolaction_ timeout_ enabled - Whether custom action timeout is enabled for the maintenance window.
- patching_
mode string - Patching mode for the maintenance window.
- preference string
- Preference for the maintenance window scheduling.
- days_
of_ list(object)weeks - Days of the week when maintenance can be performed. See
daysOfWeekBlock below. - hours_
of_ list(number)days - Hours of the day when maintenance can be performed.
- lead_
time_ numberin_ weeks - Lead time in weeks before the maintenance window.
- months list(object)
- Months when maintenance can be performed. See
monthsBlock below. - weeks_
of_ list(number)months - Weeks of the month when maintenance can be performed.
- custom
Action IntegerTimeout In Mins - Custom action timeout in minutes for the maintenance window.
- is
Custom BooleanAction Timeout Enabled - Whether custom action timeout is enabled for the maintenance window.
- patching
Mode String - Patching mode for the maintenance window.
- preference String
- Preference for the maintenance window scheduling.
- days
Of List<CloudWeeks Exadata Infrastructure Maintenance Window Days Of Week> - Days of the week when maintenance can be performed. See
daysOfWeekBlock below. - hours
Of List<Integer>Days - Hours of the day when maintenance can be performed.
- lead
Time IntegerIn Weeks - Lead time in weeks before the maintenance window.
- months
List<Cloud
Exadata Infrastructure Maintenance Window Month> - Months when maintenance can be performed. See
monthsBlock below. - weeks
Of List<Integer>Months - Weeks of the month when maintenance can be performed.
- custom
Action numberTimeout In Mins - Custom action timeout in minutes for the maintenance window.
- is
Custom booleanAction Timeout Enabled - Whether custom action timeout is enabled for the maintenance window.
- patching
Mode string - Patching mode for the maintenance window.
- preference string
- Preference for the maintenance window scheduling.
- days
Of CloudWeeks Exadata Infrastructure Maintenance Window Days Of Week[] - Days of the week when maintenance can be performed. See
daysOfWeekBlock below. - hours
Of number[]Days - Hours of the day when maintenance can be performed.
- lead
Time numberIn Weeks - Lead time in weeks before the maintenance window.
- months
Cloud
Exadata Infrastructure Maintenance Window Month[] - Months when maintenance can be performed. See
monthsBlock below. - weeks
Of number[]Months - Weeks of the month when maintenance can be performed.
- custom_
action_ inttimeout_ in_ mins - Custom action timeout in minutes for the maintenance window.
- is_
custom_ boolaction_ timeout_ enabled - Whether custom action timeout is enabled for the maintenance window.
- patching_
mode str - Patching mode for the maintenance window.
- preference str
- Preference for the maintenance window scheduling.
- days_
of_ Sequence[Cloudweeks Exadata Infrastructure Maintenance Window Days Of Week] - Days of the week when maintenance can be performed. See
daysOfWeekBlock below. - hours_
of_ Sequence[int]days - Hours of the day when maintenance can be performed.
- lead_
time_ intin_ weeks - Lead time in weeks before the maintenance window.
- months
Sequence[Cloud
Exadata Infrastructure Maintenance Window Month] - Months when maintenance can be performed. See
monthsBlock below. - weeks_
of_ Sequence[int]months - Weeks of the month when maintenance can be performed.
- custom
Action NumberTimeout In Mins - Custom action timeout in minutes for the maintenance window.
- is
Custom BooleanAction Timeout Enabled - Whether custom action timeout is enabled for the maintenance window.
- patching
Mode String - Patching mode for the maintenance window.
- preference String
- Preference for the maintenance window scheduling.
- days
Of List<Property Map>Weeks - Days of the week when maintenance can be performed. See
daysOfWeekBlock below. - hours
Of List<Number>Days - Hours of the day when maintenance can be performed.
- lead
Time NumberIn Weeks - Lead time in weeks before the maintenance window.
- months List<Property Map>
- Months when maintenance can be performed. See
monthsBlock below. - weeks
Of List<Number>Months - Weeks of the month when maintenance can be performed.
CloudExadataInfrastructureMaintenanceWindowDaysOfWeek, CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs
- Name string
- Name of the day of the week. Valid values are
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY, andSUNDAY.
- Name string
- Name of the day of the week. Valid values are
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY, andSUNDAY.
- name string
- Name of the day of the week. Valid values are
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY, andSUNDAY.
- name String
- Name of the day of the week. Valid values are
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY, andSUNDAY.
- name string
- Name of the day of the week. Valid values are
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY, andSUNDAY.
- name str
- Name of the day of the week. Valid values are
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY, andSUNDAY.
- name String
- Name of the day of the week. Valid values are
MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY, andSUNDAY.
CloudExadataInfrastructureMaintenanceWindowMonth, CloudExadataInfrastructureMaintenanceWindowMonthArgs
- Name string
- Name of the month. Valid values are
JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER, andDECEMBER.
- Name string
- Name of the month. Valid values are
JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER, andDECEMBER.
- name string
- Name of the month. Valid values are
JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER, andDECEMBER.
- name String
- Name of the month. Valid values are
JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER, andDECEMBER.
- name string
- Name of the month. Valid values are
JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER, andDECEMBER.
- name str
- Name of the month. Valid values are
JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER, andDECEMBER.
- name String
- Name of the month. Valid values are
JANUARY,FEBRUARY,MARCH,APRIL,MAY,JUNE,JULY,AUGUST,SEPTEMBER,OCTOBER,NOVEMBER, andDECEMBER.
CloudExadataInfrastructureTimeouts, CloudExadataInfrastructureTimeoutsArgs
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Import
Using pulumi import, import Exadata Infrastructure using the id. For example:
$ pulumi import aws:odb/cloudExadataInfrastructure:CloudExadataInfrastructure example example
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.
published on Thursday, Aug 13, 2026 by Pulumi