aws.odb.CloudExadataInfrastructure
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,
database_server_type: Optional[str] = None,
customer_contacts_to_send_to_ocis: Optional[Sequence[CloudExadataInfrastructureCustomerContactsToSendToOciArgs]] = 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.
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,
},
},
DatabaseServerType = "string",
CustomerContactsToSendToOcis = new[]
{
new Aws.Odb.Inputs.CloudExadataInfrastructureCustomerContactsToSendToOciArgs
{
Email = "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),
},
},
DatabaseServerType: pulumi.String("string"),
CustomerContactsToSendToOcis: odb.CloudExadataInfrastructureCustomerContactsToSendToOciArray{
&odb.CloudExadataInfrastructureCustomerContactsToSendToOciArgs{
Email: 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"),
},
})
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())
.databaseServerType("string")
.customerContactsToSendToOcis(CloudExadataInfrastructureCustomerContactsToSendToOciArgs.builder()
.email("string")
.build())
.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],
},
database_server_type="string",
customer_contacts_to_send_to_ocis=[{
"email": "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],
},
databaseServerType: "string",
customerContactsToSendToOcis: [{
email: "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 - Display
Name string - Shape string
- Availability
Zone string - Compute
Count int - The number of compute instances that the Exadata infrastructure is located
- Customer
Contacts List<CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci> - Database
Server stringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Storage
Count int - TThe number of storage servers that are activated for the Exadata infrastructure
- Storage
Server stringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Dictionary<string, string>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Timeouts
Cloud
Exadata Infrastructure Timeouts
- Availability
Zone stringId - Display
Name string - Shape string
- Availability
Zone string - Compute
Count int - The number of compute instances that the Exadata infrastructure is located
- Customer
Contacts []CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci Args - Database
Server stringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Maintenance
Window CloudExadata Infrastructure Maintenance Window Args - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Storage
Count int - TThe number of storage servers that are activated for the Exadata infrastructure
- Storage
Server stringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- map[string]string
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Timeouts
Cloud
Exadata Infrastructure Timeouts Args
- availability
Zone StringId - display
Name String - shape String
- availability
Zone String - compute
Count Integer - The number of compute instances that the Exadata infrastructure is located
- customer
Contacts List<CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci> - database
Server StringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage
Count Integer - TThe number of storage servers that are activated for the Exadata infrastructure
- storage
Server StringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Map<String,String>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - timeouts
Cloud
Exadata Infrastructure Timeouts
- availability
Zone stringId - display
Name string - shape string
- availability
Zone string - compute
Count number - The number of compute instances that the Exadata infrastructure is located
- customer
Contacts CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci[] - database
Server stringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- maintenance
Window CloudExadata Infrastructure Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage
Count number - TThe number of storage servers that are activated for the Exadata infrastructure
- storage
Server stringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- {[key: string]: string}
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - timeouts
Cloud
Exadata Infrastructure Timeouts
- availability_
zone_ strid - display_
name str - shape str
- availability_
zone str - compute_
count int - The number of compute instances that the Exadata infrastructure is located
- customer_
contacts_ Sequence[Cloudto_ send_ to_ ocis Exadata Infrastructure Customer Contacts To Send To Oci Args] - database_
server_ strtype - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- maintenance_
window CloudExadata Infrastructure Maintenance Window Args - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- region str
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage_
count int - TThe number of storage servers that are activated for the Exadata infrastructure
- storage_
server_ strtype - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Mapping[str, str]
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - timeouts
Cloud
Exadata Infrastructure Timeouts Args
- availability
Zone StringId - display
Name String - shape String
- availability
Zone String - compute
Count Number - The number of compute instances that the Exadata infrastructure is located
- customer
Contacts List<Property Map>To Send To Ocis - database
Server StringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- maintenance
Window Property Map - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- storage
Count Number - TThe number of storage servers that are activated for the Exadata infrastructure
- storage
Server StringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Map<String>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration 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 - The number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - The number of storage servers requested for the Exadata infrastructure.
- Arn string
- Amazon Resource Name (ARN) of the pipeline.
- Available
Storage intSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- Cpu
Count int - The total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - The time when the Exadata infrastructure was created.
- Data
Storage doubleSize In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Db
Node intStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Db
Server stringVersion - The 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 - The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Max
Cpu intCount - The total number of CPU cores available on the Exadata infrastructure.
- Max
Data doubleStorage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- Memory
Size intIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- Monthly
Db stringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- Monthly
Storage stringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- Oci
Url string - The HTTPS link to the Exadata infrastructure in OCI
- Ocid string
- The OCID of the Exadata infrastructure.
- Percent
Progress double - The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- Status string
- The current status of the Exadata infrastructure.
- Status
Reason string - Additional information about the status of the Exadata infrastructure.
- Storage
Server stringVersion - The software version of the storage servers on the Exadata infrastructure.
- Dictionary<string, string>
- Total
Storage intSize In Gbs - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- Activated
Storage intCount - The number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - The number of storage servers requested for the Exadata infrastructure.
- Arn string
- Amazon Resource Name (ARN) of the pipeline.
- Available
Storage intSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- Cpu
Count int - The total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - The time when the Exadata infrastructure was created.
- Data
Storage float64Size In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Db
Node intStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Db
Server stringVersion - The 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 - The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Max
Cpu intCount - The total number of CPU cores available on the Exadata infrastructure.
- Max
Data float64Storage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- Memory
Size intIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- Monthly
Db stringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- Monthly
Storage stringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- Oci
Url string - The HTTPS link to the Exadata infrastructure in OCI
- Ocid string
- The OCID of the Exadata infrastructure.
- Percent
Progress float64 - The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- Status string
- The current status of the Exadata infrastructure.
- Status
Reason string - Additional information about the status of the Exadata infrastructure.
- Storage
Server stringVersion - The software version of the storage servers on the Exadata infrastructure.
- map[string]string
- Total
Storage intSize In Gbs - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage IntegerCount - The number of storage servers requested for the Exadata infrastructure.
- additional
Storage IntegerCount - The number of storage servers requested for the Exadata infrastructure.
- arn String
- Amazon Resource Name (ARN) of the pipeline.
- available
Storage IntegerSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Model String - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count Integer - The total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - The time when the Exadata infrastructure was created.
- data
Storage DoubleSize In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db
Node IntegerStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server StringVersion - The 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 - The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max
Cpu IntegerCount - The total number of CPU cores available on the Exadata infrastructure.
- max
Data DoubleStorage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db IntegerNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory IntegerIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size IntegerIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- monthly
Db StringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage StringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url String - The HTTPS link to the Exadata infrastructure in OCI
- ocid String
- The OCID of the Exadata infrastructure.
- percent
Progress Double - The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status String
- The current status of the Exadata infrastructure.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Server StringVersion - The software version of the storage servers on the Exadata infrastructure.
- Map<String,String>
- total
Storage IntegerSize In Gbs - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage numberCount - The number of storage servers requested for the Exadata infrastructure.
- additional
Storage numberCount - The number of storage servers requested for the Exadata infrastructure.
- arn string
- Amazon Resource Name (ARN) of the pipeline.
- available
Storage numberSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count number - The total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At string - The time when the Exadata infrastructure was created.
- data
Storage numberSize In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db
Node numberStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server stringVersion - The 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 - The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max
Cpu numberCount - The total number of CPU cores available on the Exadata infrastructure.
- max
Data numberStorage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db numberNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory numberIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size numberIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- monthly
Db stringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage stringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance stringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource stringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url string - The HTTPS link to the Exadata infrastructure in OCI
- ocid string
- The OCID of the Exadata infrastructure.
- percent
Progress number - The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status string
- The current status of the Exadata infrastructure.
- status
Reason string - Additional information about the status of the Exadata infrastructure.
- storage
Server stringVersion - The software version of the storage servers on the Exadata infrastructure.
- {[key: string]: string}
- total
Storage numberSize In Gbs - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated_
storage_ intcount - The number of storage servers requested for the Exadata infrastructure.
- additional_
storage_ intcount - The number of storage servers requested for the Exadata infrastructure.
- arn str
- Amazon Resource Name (ARN) of the pipeline.
- available_
storage_ intsize_ in_ gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute_
model str - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu_
count int - The total number of CPU cores that are allocated to the Exadata infrastructure.
- created_
at str - The time when the Exadata infrastructure was created.
- data_
storage_ floatsize_ in_ tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db_
node_ intstorage_ size_ in_ gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db_
server_ strversion - The 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 - The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max_
cpu_ intcount - The total number of CPU cores available on the Exadata infrastructure.
- max_
data_ floatstorage_ in_ tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max_
db_ intnode_ storage_ size_ in_ gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max_
memory_ intin_ gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory_
size_ intin_ gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- monthly_
db_ strserver_ version - The monthly software version of the database servers in the Exadata infrastructure.
- monthly_
storage_ strserver_ version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- next_
maintenance_ strrun_ id - The OCID of the next maintenance run for the Exadata infrastructure.
- oci_
resource_ stranchor_ name - The name of the OCI resource anchor for the Exadata infrastructure.
- oci_
url str - The HTTPS link to the Exadata infrastructure in OCI
- ocid str
- The OCID of the Exadata infrastructure.
- percent_
progress float - The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status str
- The current status of the Exadata infrastructure.
- status_
reason str - Additional information about the status of the Exadata infrastructure.
- storage_
server_ strversion - The software version of the storage servers on the Exadata infrastructure.
- Mapping[str, str]
- total_
storage_ intsize_ in_ gbs - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage NumberCount - The number of storage servers requested for the Exadata infrastructure.
- additional
Storage NumberCount - The number of storage servers requested for the Exadata infrastructure.
- arn String
- Amazon Resource Name (ARN) of the pipeline.
- available
Storage NumberSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Model String - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count Number - The total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - The time when the Exadata infrastructure was created.
- data
Storage NumberSize In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- db
Node NumberStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server StringVersion - The 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 - The Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- max
Cpu NumberCount - The total number of CPU cores available on the Exadata infrastructure.
- max
Data NumberStorage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db NumberNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory NumberIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size NumberIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- monthly
Db StringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage StringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url String - The HTTPS link to the Exadata infrastructure in OCI
- ocid String
- The OCID of the Exadata infrastructure.
- percent
Progress Number - The amount of progress made on the current operation on the Exadata infrastructure, expressed as a percentage.
- status String
- The current status of the Exadata infrastructure.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Server StringVersion - The software version of the storage servers on the Exadata infrastructure.
- Map<String>
- total
Storage NumberSize In Gbs - The 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) -> CloudExadataInfrastructure
func 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}
- 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 - The number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - The number of storage servers requested for the Exadata infrastructure.
- Arn string
- Amazon Resource Name (ARN) of the pipeline.
- Availability
Zone string - Availability
Zone stringId - Available
Storage intSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Count int - The number of compute instances that the Exadata infrastructure is located
- Compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- Cpu
Count int - The total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - The time when the Exadata infrastructure was created.
- Customer
Contacts List<CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci> - Data
Storage doubleSize In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Database
Server stringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Db
Node intStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Db
Server stringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- Display
Name string - Last
Maintenance stringRun Id - The 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 - The total number of CPU cores available on the Exadata infrastructure.
- Max
Data doubleStorage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- Memory
Size intIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- Monthly
Db stringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- Monthly
Storage stringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- Oci
Url string - The HTTPS link to the Exadata infrastructure in OCI
- Ocid string
- The OCID of the Exadata infrastructure.
- Percent
Progress double - The 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
- Status string
- The current status of the Exadata infrastructure.
- Status
Reason string - Additional information about the status of the Exadata infrastructure.
- Storage
Count int - TThe number of storage servers that are activated for the Exadata infrastructure
- Storage
Server stringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Storage
Server stringVersion - The software version of the storage servers on the Exadata infrastructure.
- Dictionary<string, string>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration 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 - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- Activated
Storage intCount - The number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - The number of storage servers requested for the Exadata infrastructure.
- Arn string
- Amazon Resource Name (ARN) of the pipeline.
- Availability
Zone string - Availability
Zone stringId - Available
Storage intSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Count int - The number of compute instances that the Exadata infrastructure is located
- Compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- Cpu
Count int - The total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - The time when the Exadata infrastructure was created.
- Customer
Contacts []CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci Args - Data
Storage float64Size In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Database
Server stringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Db
Node intStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- Db
Server stringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- Display
Name string - Last
Maintenance stringRun Id - The 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 - The total number of CPU cores available on the Exadata infrastructure.
- Max
Data float64Storage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- Memory
Size intIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- Monthly
Db stringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- Monthly
Storage stringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- Oci
Url string - The HTTPS link to the Exadata infrastructure in OCI
- Ocid string
- The OCID of the Exadata infrastructure.
- Percent
Progress float64 - The 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
- Status string
- The current status of the Exadata infrastructure.
- Status
Reason string - Additional information about the status of the Exadata infrastructure.
- Storage
Count int - TThe number of storage servers that are activated for the Exadata infrastructure
- Storage
Server stringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- Storage
Server stringVersion - The software version of the storage servers on the Exadata infrastructure.
- map[string]string
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration 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 - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage IntegerCount - The number of storage servers requested for the Exadata infrastructure.
- additional
Storage IntegerCount - The number of storage servers requested for the Exadata infrastructure.
- arn String
- Amazon Resource Name (ARN) of the pipeline.
- availability
Zone String - availability
Zone StringId - available
Storage IntegerSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Count Integer - The number of compute instances that the Exadata infrastructure is located
- compute
Model String - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count Integer - The total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - The time when the Exadata infrastructure was created.
- customer
Contacts List<CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci> - data
Storage DoubleSize In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server StringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- db
Node IntegerStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server StringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- display
Name String - last
Maintenance StringRun Id - The 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 - The total number of CPU cores available on the Exadata infrastructure.
- max
Data DoubleStorage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db IntegerNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory IntegerIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size IntegerIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- monthly
Db StringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage StringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url String - The HTTPS link to the Exadata infrastructure in OCI
- ocid String
- The OCID of the Exadata infrastructure.
- percent
Progress Double - The 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
- status String
- The current status of the Exadata infrastructure.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Count Integer - TThe number of storage servers that are activated for the Exadata infrastructure
- storage
Server StringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- storage
Server StringVersion - The software version of the storage servers on the Exadata infrastructure.
- Map<String,String>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration 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 - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage numberCount - The number of storage servers requested for the Exadata infrastructure.
- additional
Storage numberCount - The number of storage servers requested for the Exadata infrastructure.
- arn string
- Amazon Resource Name (ARN) of the pipeline.
- availability
Zone string - availability
Zone stringId - available
Storage numberSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Count number - The number of compute instances that the Exadata infrastructure is located
- compute
Model string - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count number - The total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At string - The time when the Exadata infrastructure was created.
- customer
Contacts CloudTo Send To Ocis Exadata Infrastructure Customer Contacts To Send To Oci[] - data
Storage numberSize In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server stringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- db
Node numberStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server stringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- display
Name string - last
Maintenance stringRun Id - The 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 - The total number of CPU cores available on the Exadata infrastructure.
- max
Data numberStorage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db numberNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory numberIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size numberIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- monthly
Db stringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage stringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance stringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource stringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url string - The HTTPS link to the Exadata infrastructure in OCI
- ocid string
- The OCID of the Exadata infrastructure.
- percent
Progress number - The 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
- status string
- The current status of the Exadata infrastructure.
- status
Reason string - Additional information about the status of the Exadata infrastructure.
- storage
Count number - TThe number of storage servers that are activated for the Exadata infrastructure
- storage
Server stringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- storage
Server stringVersion - The software version of the storage servers on the Exadata infrastructure.
- {[key: string]: string}
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration 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 - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated_
storage_ intcount - The number of storage servers requested for the Exadata infrastructure.
- additional_
storage_ intcount - The number of storage servers requested for the Exadata infrastructure.
- arn str
- Amazon Resource Name (ARN) of the pipeline.
- availability_
zone str - availability_
zone_ strid - available_
storage_ intsize_ in_ gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute_
count int - The number of compute instances that the Exadata infrastructure is located
- compute_
model str - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu_
count int - The total number of CPU cores that are allocated to the Exadata infrastructure.
- created_
at str - The time when the Exadata infrastructure was created.
- customer_
contacts_ Sequence[Cloudto_ send_ to_ ocis Exadata Infrastructure Customer Contacts To Send To Oci Args] - data_
storage_ floatsize_ in_ tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database_
server_ strtype - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- db_
node_ intstorage_ size_ in_ gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db_
server_ strversion - The software version of the database servers (dom0) in the Exadata infrastructure.
- display_
name str - last_
maintenance_ strrun_ id - The 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 - The total number of CPU cores available on the Exadata infrastructure.
- max_
data_ floatstorage_ in_ tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max_
db_ intnode_ storage_ size_ in_ gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max_
memory_ intin_ gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory_
size_ intin_ gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- monthly_
db_ strserver_ version - The monthly software version of the database servers in the Exadata infrastructure.
- monthly_
storage_ strserver_ version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- next_
maintenance_ strrun_ id - The OCID of the next maintenance run for the Exadata infrastructure.
- oci_
resource_ stranchor_ name - The name of the OCI resource anchor for the Exadata infrastructure.
- oci_
url str - The HTTPS link to the Exadata infrastructure in OCI
- ocid str
- The OCID of the Exadata infrastructure.
- percent_
progress float - The 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
- status str
- The current status of the Exadata infrastructure.
- status_
reason str - Additional information about the status of the Exadata infrastructure.
- storage_
count int - TThe number of storage servers that are activated for the Exadata infrastructure
- storage_
server_ strtype - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- storage_
server_ strversion - The software version of the storage servers on the Exadata infrastructure.
- Mapping[str, str]
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration 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 - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage NumberCount - The number of storage servers requested for the Exadata infrastructure.
- additional
Storage NumberCount - The number of storage servers requested for the Exadata infrastructure.
- arn String
- Amazon Resource Name (ARN) of the pipeline.
- availability
Zone String - availability
Zone StringId - available
Storage NumberSize In Gbs - The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Count Number - The number of compute instances that the Exadata infrastructure is located
- compute
Model String - The OCI model compute model used when you create or clone an instance: ECPU or OCPU.
- cpu
Count Number - The total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - The time when the Exadata infrastructure was created.
- customer
Contacts List<Property Map>To Send To Ocis - data
Storage NumberSize In Tbs - The size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server StringType - The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- db
Node NumberStorage Size In Gbs - The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
- db
Server StringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- display
Name String - last
Maintenance StringRun Id - The 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 - The total number of CPU cores available on the Exadata infrastructure.
- max
Data NumberStorage In Tbs - The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db NumberNode Storage Size In Gbs - The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory NumberIn Gbs - The total amount of memory in gigabytes (GB) available on the Exadata infrastructure.
- memory
Size NumberIn Gbs - The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure
- monthly
Db StringServer Version - The monthly software version of the database servers in the Exadata infrastructure.
- monthly
Storage StringServer Version - The monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - The OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor for the Exadata infrastructure.
- oci
Url String - The HTTPS link to the Exadata infrastructure in OCI
- ocid String
- The OCID of the Exadata infrastructure.
- percent
Progress Number - The 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
- status String
- The current status of the Exadata infrastructure.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Count Number - TThe number of storage servers that are activated for the Exadata infrastructure
- storage
Server StringType - The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation
- storage
Server StringVersion - The software version of the storage servers on the Exadata infrastructure.
- Map<String>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level. - Map<String>
- timeouts Property Map
- total
Storage NumberSize In Gbs - The total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
Supporting Types
CloudExadataInfrastructureCustomerContactsToSendToOci, CloudExadataInfrastructureCustomerContactsToSendToOciArgs
- Email string
- Email string
- email String
- email string
- email str
- email String
CloudExadataInfrastructureMaintenanceWindow, CloudExadataInfrastructureMaintenanceWindowArgs
- Custom
Action intTimeout In Mins - The custom action timeout in minutes for the maintenance window.
- Is
Custom boolAction Timeout Enabled - ndicates whether custom action timeout is enabled for the maintenance window.
- Patching
Mode string - The patching mode for the maintenance window.
- Preference string
- The preference for the maintenance window scheduling.
- Days
Of List<CloudWeeks Exadata Infrastructure Maintenance Window Days Of Week> - The days of the week when maintenance can be performed.
- Hours
Of List<int>Days - The hours of the day when maintenance can be performed.
- Lead
Time intIn Weeks - The lead time in weeks before the maintenance window.
- Months
List<Cloud
Exadata Infrastructure Maintenance Window Month> - The months when maintenance can be performed.
- Weeks
Of List<int>Months - The weeks of the month when maintenance can be performed.
- Custom
Action intTimeout In Mins - The custom action timeout in minutes for the maintenance window.
- Is
Custom boolAction Timeout Enabled - ndicates whether custom action timeout is enabled for the maintenance window.
- Patching
Mode string - The patching mode for the maintenance window.
- Preference string
- The preference for the maintenance window scheduling.
- Days
Of []CloudWeeks Exadata Infrastructure Maintenance Window Days Of Week - The days of the week when maintenance can be performed.
- Hours
Of []intDays - The hours of the day when maintenance can be performed.
- Lead
Time intIn Weeks - The lead time in weeks before the maintenance window.
- Months
[]Cloud
Exadata Infrastructure Maintenance Window Month - The months when maintenance can be performed.
- Weeks
Of []intMonths - The weeks of the month when maintenance can be performed.
- custom
Action IntegerTimeout In Mins - The custom action timeout in minutes for the maintenance window.
- is
Custom BooleanAction Timeout Enabled - ndicates whether custom action timeout is enabled for the maintenance window.
- patching
Mode String - The patching mode for the maintenance window.
- preference String
- The preference for the maintenance window scheduling.
- days
Of List<CloudWeeks Exadata Infrastructure Maintenance Window Days Of Week> - The days of the week when maintenance can be performed.
- hours
Of List<Integer>Days - The hours of the day when maintenance can be performed.
- lead
Time IntegerIn Weeks - The lead time in weeks before the maintenance window.
- months
List<Cloud
Exadata Infrastructure Maintenance Window Month> - The months when maintenance can be performed.
- weeks
Of List<Integer>Months - The weeks of the month when maintenance can be performed.
- custom
Action numberTimeout In Mins - The custom action timeout in minutes for the maintenance window.
- is
Custom booleanAction Timeout Enabled - ndicates whether custom action timeout is enabled for the maintenance window.
- patching
Mode string - The patching mode for the maintenance window.
- preference string
- The preference for the maintenance window scheduling.
- days
Of CloudWeeks Exadata Infrastructure Maintenance Window Days Of Week[] - The days of the week when maintenance can be performed.
- hours
Of number[]Days - The hours of the day when maintenance can be performed.
- lead
Time numberIn Weeks - The lead time in weeks before the maintenance window.
- months
Cloud
Exadata Infrastructure Maintenance Window Month[] - The months when maintenance can be performed.
- weeks
Of number[]Months - The weeks of the month when maintenance can be performed.
- custom_
action_ inttimeout_ in_ mins - The custom action timeout in minutes for the maintenance window.
- is_
custom_ boolaction_ timeout_ enabled - ndicates whether custom action timeout is enabled for the maintenance window.
- patching_
mode str - The patching mode for the maintenance window.
- preference str
- The preference for the maintenance window scheduling.
- days_
of_ Sequence[Cloudweeks Exadata Infrastructure Maintenance Window Days Of Week] - The days of the week when maintenance can be performed.
- hours_
of_ Sequence[int]days - The hours of the day when maintenance can be performed.
- lead_
time_ intin_ weeks - The lead time in weeks before the maintenance window.
- months
Sequence[Cloud
Exadata Infrastructure Maintenance Window Month] - The months when maintenance can be performed.
- weeks_
of_ Sequence[int]months - The weeks of the month when maintenance can be performed.
- custom
Action NumberTimeout In Mins - The custom action timeout in minutes for the maintenance window.
- is
Custom BooleanAction Timeout Enabled - ndicates whether custom action timeout is enabled for the maintenance window.
- patching
Mode String - The patching mode for the maintenance window.
- preference String
- The preference for the maintenance window scheduling.
- days
Of List<Property Map>Weeks - The days of the week when maintenance can be performed.
- hours
Of List<Number>Days - The hours of the day when maintenance can be performed.
- lead
Time NumberIn Weeks - The lead time in weeks before the maintenance window.
- months List<Property Map>
- The months when maintenance can be performed.
- weeks
Of List<Number>Months - The weeks of the month when maintenance can be performed.
CloudExadataInfrastructureMaintenanceWindowDaysOfWeek, CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
CloudExadataInfrastructureMaintenanceWindowMonth, CloudExadataInfrastructureMaintenanceWindowMonthArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
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 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
aws
Terraform Provider.