Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi
gcp.oracledatabase.getCloudExadataInfrastructure
Explore with Pulumi AI
Get information about an ExadataInfrastructure.
For more information see the API.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const my_instance = gcp.oracledatabase.getCloudExadataInfrastructure({
location: "us-east4",
cloudExadataInfrastructureId: "exadata-id",
});
import pulumi
import pulumi_gcp as gcp
my_instance = gcp.oracledatabase.get_cloud_exadata_infrastructure(location="us-east4",
cloud_exadata_infrastructure_id="exadata-id")
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/oracledatabase"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oracledatabase.LookupCloudExadataInfrastructure(ctx, &oracledatabase.LookupCloudExadataInfrastructureArgs{
Location: "us-east4",
CloudExadataInfrastructureId: "exadata-id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var my_instance = Gcp.OracleDatabase.GetCloudExadataInfrastructure.Invoke(new()
{
Location = "us-east4",
CloudExadataInfrastructureId = "exadata-id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.oracledatabase.OracledatabaseFunctions;
import com.pulumi.gcp.oracledatabase.inputs.GetCloudExadataInfrastructureArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var my-instance = OracledatabaseFunctions.getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs.builder()
.location("us-east4")
.cloudExadataInfrastructureId("exadata-id")
.build());
}
}
variables:
my-instance:
fn::invoke:
function: gcp:oracledatabase:getCloudExadataInfrastructure
arguments:
location: us-east4
cloudExadataInfrastructureId: exadata-id
Using getCloudExadataInfrastructure
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCloudExadataInfrastructure(args: GetCloudExadataInfrastructureArgs, opts?: InvokeOptions): Promise<GetCloudExadataInfrastructureResult>
function getCloudExadataInfrastructureOutput(args: GetCloudExadataInfrastructureOutputArgs, opts?: InvokeOptions): Output<GetCloudExadataInfrastructureResult>
def get_cloud_exadata_infrastructure(cloud_exadata_infrastructure_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudExadataInfrastructureResult
def get_cloud_exadata_infrastructure_output(cloud_exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudExadataInfrastructureResult]
func LookupCloudExadataInfrastructure(ctx *Context, args *LookupCloudExadataInfrastructureArgs, opts ...InvokeOption) (*LookupCloudExadataInfrastructureResult, error)
func LookupCloudExadataInfrastructureOutput(ctx *Context, args *LookupCloudExadataInfrastructureOutputArgs, opts ...InvokeOption) LookupCloudExadataInfrastructureResultOutput
> Note: This function is named LookupCloudExadataInfrastructure
in the Go SDK.
public static class GetCloudExadataInfrastructure
{
public static Task<GetCloudExadataInfrastructureResult> InvokeAsync(GetCloudExadataInfrastructureArgs args, InvokeOptions? opts = null)
public static Output<GetCloudExadataInfrastructureResult> Invoke(GetCloudExadataInfrastructureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudExadataInfrastructureResult> getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs args, InvokeOptions options)
public static Output<GetCloudExadataInfrastructureResult> getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs args, InvokeOptions options)
fn::invoke:
function: gcp:oracledatabase/getCloudExadataInfrastructure:getCloudExadataInfrastructure
arguments:
# arguments dictionary
The following arguments are supported:
- Cloud
Exadata Infrastructure Id This property is required. string - The ID of the ExadataInfrastructure.
- Location
This property is required. string - The location of the resource.
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- Cloud
Exadata Infrastructure Id This property is required. string - The ID of the ExadataInfrastructure.
- Location
This property is required. string - The location of the resource.
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- cloud
Exadata Infrastructure Id This property is required. String - The ID of the ExadataInfrastructure.
- location
This property is required. String - The location of the resource.
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
- cloud
Exadata Infrastructure Id This property is required. string - The ID of the ExadataInfrastructure.
- location
This property is required. string - The location of the resource.
- project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- cloud_
exadata_ infrastructure_ id This property is required. str - The ID of the ExadataInfrastructure.
- location
This property is required. str - The location of the resource.
- project str
- The project to which the resource belongs. If it is not provided, the provider project is used.
- cloud
Exadata Infrastructure Id This property is required. String - The ID of the ExadataInfrastructure.
- location
This property is required. String - The location of the resource.
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
getCloudExadataInfrastructure Result
The following output properties are available:
- Cloud
Exadata stringInfrastructure Id - Create
Time string - Deletion
Protection bool - Display
Name string - Effective
Labels Dictionary<string, string> - Entitlement
Id string - Gcp
Oracle stringZone - Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- Location string
- Name string
- Properties
List<Get
Cloud Exadata Infrastructure Property> - Pulumi
Labels Dictionary<string, string> - Project string
- Cloud
Exadata stringInfrastructure Id - Create
Time string - Deletion
Protection bool - Display
Name string - Effective
Labels map[string]string - Entitlement
Id string - Gcp
Oracle stringZone - Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- Location string
- Name string
- Properties
[]Get
Cloud Exadata Infrastructure Property - Pulumi
Labels map[string]string - Project string
- cloud
Exadata StringInfrastructure Id - create
Time String - deletion
Protection Boolean - display
Name String - effective
Labels Map<String,String> - entitlement
Id String - gcp
Oracle StringZone - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- location String
- name String
- properties
List<Get
Cloud Exadata Infrastructure Property> - pulumi
Labels Map<String,String> - project String
- cloud
Exadata stringInfrastructure Id - create
Time string - deletion
Protection boolean - display
Name string - effective
Labels {[key: string]: string} - entitlement
Id string - gcp
Oracle stringZone - id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- location string
- name string
- properties
Get
Cloud Exadata Infrastructure Property[] - pulumi
Labels {[key: string]: string} - project string
- cloud_
exadata_ strinfrastructure_ id - create_
time str - deletion_
protection bool - display_
name str - effective_
labels Mapping[str, str] - entitlement_
id str - gcp_
oracle_ strzone - id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- location str
- name str
- properties
Sequence[Get
Cloud Exadata Infrastructure Property] - pulumi_
labels Mapping[str, str] - project str
- cloud
Exadata StringInfrastructure Id - create
Time String - deletion
Protection Boolean - display
Name String - effective
Labels Map<String> - entitlement
Id String - gcp
Oracle StringZone - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- location String
- name String
- properties List<Property Map>
- pulumi
Labels Map<String> - project String
Supporting Types
GetCloudExadataInfrastructureProperty
- Activated
Storage Count This property is required. int - The requested number of additional storage servers activated for the Exadata Infrastructure.
- Additional
Storage Count This property is required. int - The requested number of additional storage servers for the Exadata Infrastructure.
- Available
Storage Size Gb This property is required. int - The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- Compute
Count This property is required. int - The number of compute servers for the Exadata Infrastructure.
- Cpu
Count This property is required. int - The number of enabled CPU cores.
- Customer
Contacts This property is required. List<GetCloud Exadata Infrastructure Property Customer Contact> - The list of customer contacts.
- Data
Storage Size Tb This property is required. double - Size, in terabytes, of the DATA disk group.
- Db
Node Storage Size Gb This property is required. int - The local node storage allocated in GBs.
- Db
Server Version This property is required. string - The software version of the database servers (dom0) in the Exadata Infrastructure.
- Maintenance
Windows This property is required. List<GetCloud Exadata Infrastructure Property Maintenance Window> - Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- Max
Cpu Count This property is required. int - The total number of CPU cores available.
- Max
Data Storage Tb This property is required. double - The total available DATA disk group size.
- Max
Db Node Storage Size Gb This property is required. int - The total local node storage available in GBs.
- Max
Memory Gb This property is required. int - The total memory available in GBs.
- Memory
Size Gb This property is required. int - The memory allocated in GBs.
- Monthly
Db Server Version This property is required. string - The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- Monthly
Storage Server Version This property is required. string - The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- Next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- Next
Maintenance Run Time This property is required. string - The time when the next maintenance run will occur.
- Next
Security Maintenance Run Time This property is required. string - The time when the next security maintenance run will occur.
- Oci
Url This property is required. string - Deep link to the OCI console to view this resource.
- Ocid
This property is required. string - OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- Shape
This property is required. string - The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- State
This property is required. string - The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- Storage
Count This property is required. int - The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- Storage
Server Version This property is required. string - The software version of the storage servers (cells) in the Exadata Infrastructure.
- Total
Storage Size Gb This property is required. int - The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- Activated
Storage Count This property is required. int - The requested number of additional storage servers activated for the Exadata Infrastructure.
- Additional
Storage Count This property is required. int - The requested number of additional storage servers for the Exadata Infrastructure.
- Available
Storage Size Gb This property is required. int - The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- Compute
Count This property is required. int - The number of compute servers for the Exadata Infrastructure.
- Cpu
Count This property is required. int - The number of enabled CPU cores.
- Customer
Contacts This property is required. []GetCloud Exadata Infrastructure Property Customer Contact - The list of customer contacts.
- Data
Storage Size Tb This property is required. float64 - Size, in terabytes, of the DATA disk group.
- Db
Node Storage Size Gb This property is required. int - The local node storage allocated in GBs.
- Db
Server Version This property is required. string - The software version of the database servers (dom0) in the Exadata Infrastructure.
- Maintenance
Windows This property is required. []GetCloud Exadata Infrastructure Property Maintenance Window - Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- Max
Cpu Count This property is required. int - The total number of CPU cores available.
- Max
Data Storage Tb This property is required. float64 - The total available DATA disk group size.
- Max
Db Node Storage Size Gb This property is required. int - The total local node storage available in GBs.
- Max
Memory Gb This property is required. int - The total memory available in GBs.
- Memory
Size Gb This property is required. int - The memory allocated in GBs.
- Monthly
Db Server Version This property is required. string - The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- Monthly
Storage Server Version This property is required. string - The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- Next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- Next
Maintenance Run Time This property is required. string - The time when the next maintenance run will occur.
- Next
Security Maintenance Run Time This property is required. string - The time when the next security maintenance run will occur.
- Oci
Url This property is required. string - Deep link to the OCI console to view this resource.
- Ocid
This property is required. string - OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- Shape
This property is required. string - The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- State
This property is required. string - The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- Storage
Count This property is required. int - The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- Storage
Server Version This property is required. string - The software version of the storage servers (cells) in the Exadata Infrastructure.
- Total
Storage Size Gb This property is required. int - The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- activated
Storage Count This property is required. Integer - The requested number of additional storage servers activated for the Exadata Infrastructure.
- additional
Storage Count This property is required. Integer - The requested number of additional storage servers for the Exadata Infrastructure.
- available
Storage Size Gb This property is required. Integer - The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- compute
Count This property is required. Integer - The number of compute servers for the Exadata Infrastructure.
- cpu
Count This property is required. Integer - The number of enabled CPU cores.
- customer
Contacts This property is required. List<GetCloud Exadata Infrastructure Property Customer Contact> - The list of customer contacts.
- data
Storage Size Tb This property is required. Double - Size, in terabytes, of the DATA disk group.
- db
Node Storage Size Gb This property is required. Integer - The local node storage allocated in GBs.
- db
Server Version This property is required. String - The software version of the database servers (dom0) in the Exadata Infrastructure.
- maintenance
Windows This property is required. List<GetCloud Exadata Infrastructure Property Maintenance Window> - Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- max
Cpu Count This property is required. Integer - The total number of CPU cores available.
- max
Data Storage Tb This property is required. Double - The total available DATA disk group size.
- max
Db Node Storage Size Gb This property is required. Integer - The total local node storage available in GBs.
- max
Memory Gb This property is required. Integer - The total memory available in GBs.
- memory
Size Gb This property is required. Integer - The memory allocated in GBs.
- monthly
Db Server Version This property is required. String - The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- monthly
Storage Server Version This property is required. String - The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- next
Maintenance Run Id This property is required. String - The OCID of the next maintenance run.
- next
Maintenance Run Time This property is required. String - The time when the next maintenance run will occur.
- next
Security Maintenance Run Time This property is required. String - The time when the next security maintenance run will occur.
- oci
Url This property is required. String - Deep link to the OCI console to view this resource.
- ocid
This property is required. String - OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- shape
This property is required. String - The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state
This property is required. String - The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage
Count This property is required. Integer - The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- storage
Server Version This property is required. String - The software version of the storage servers (cells) in the Exadata Infrastructure.
- total
Storage Size Gb This property is required. Integer - The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- activated
Storage Count This property is required. number - The requested number of additional storage servers activated for the Exadata Infrastructure.
- additional
Storage Count This property is required. number - The requested number of additional storage servers for the Exadata Infrastructure.
- available
Storage Size Gb This property is required. number - The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- compute
Count This property is required. number - The number of compute servers for the Exadata Infrastructure.
- cpu
Count This property is required. number - The number of enabled CPU cores.
- customer
Contacts This property is required. GetCloud Exadata Infrastructure Property Customer Contact[] - The list of customer contacts.
- data
Storage Size Tb This property is required. number - Size, in terabytes, of the DATA disk group.
- db
Node Storage Size Gb This property is required. number - The local node storage allocated in GBs.
- db
Server Version This property is required. string - The software version of the database servers (dom0) in the Exadata Infrastructure.
- maintenance
Windows This property is required. GetCloud Exadata Infrastructure Property Maintenance Window[] - Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- max
Cpu Count This property is required. number - The total number of CPU cores available.
- max
Data Storage Tb This property is required. number - The total available DATA disk group size.
- max
Db Node Storage Size Gb This property is required. number - The total local node storage available in GBs.
- max
Memory Gb This property is required. number - The total memory available in GBs.
- memory
Size Gb This property is required. number - The memory allocated in GBs.
- monthly
Db Server Version This property is required. string - The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- monthly
Storage Server Version This property is required. string - The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- next
Maintenance Run Time This property is required. string - The time when the next maintenance run will occur.
- next
Security Maintenance Run Time This property is required. string - The time when the next security maintenance run will occur.
- oci
Url This property is required. string - Deep link to the OCI console to view this resource.
- ocid
This property is required. string - OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- shape
This property is required. string - The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state
This property is required. string - The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage
Count This property is required. number - The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- storage
Server Version This property is required. string - The software version of the storage servers (cells) in the Exadata Infrastructure.
- total
Storage Size Gb This property is required. number - The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- activated_
storage_ count This property is required. int - The requested number of additional storage servers activated for the Exadata Infrastructure.
- additional_
storage_ count This property is required. int - The requested number of additional storage servers for the Exadata Infrastructure.
- available_
storage_ size_ gb This property is required. int - The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- compute_
count This property is required. int - The number of compute servers for the Exadata Infrastructure.
- cpu_
count This property is required. int - The number of enabled CPU cores.
- customer_
contacts This property is required. Sequence[GetCloud Exadata Infrastructure Property Customer Contact] - The list of customer contacts.
- data_
storage_ size_ tb This property is required. float - Size, in terabytes, of the DATA disk group.
- db_
node_ storage_ size_ gb This property is required. int - The local node storage allocated in GBs.
- db_
server_ version This property is required. str - The software version of the database servers (dom0) in the Exadata Infrastructure.
- maintenance_
windows This property is required. Sequence[GetCloud Exadata Infrastructure Property Maintenance Window] - Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- max_
cpu_ count This property is required. int - The total number of CPU cores available.
- max_
data_ storage_ tb This property is required. float - The total available DATA disk group size.
- max_
db_ node_ storage_ size_ gb This property is required. int - The total local node storage available in GBs.
- max_
memory_ gb This property is required. int - The total memory available in GBs.
- memory_
size_ gb This property is required. int - The memory allocated in GBs.
- monthly_
db_ server_ version This property is required. str - The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- monthly_
storage_ server_ version This property is required. str - The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- next_
maintenance_ run_ id This property is required. str - The OCID of the next maintenance run.
- next_
maintenance_ run_ time This property is required. str - The time when the next maintenance run will occur.
- next_
security_ maintenance_ run_ time This property is required. str - The time when the next security maintenance run will occur.
- oci_
url This property is required. str - Deep link to the OCI console to view this resource.
- ocid
This property is required. str - OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- shape
This property is required. str - The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state
This property is required. str - The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage_
count This property is required. int - The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- storage_
server_ version This property is required. str - The software version of the storage servers (cells) in the Exadata Infrastructure.
- total_
storage_ size_ gb This property is required. int - The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- activated
Storage Count This property is required. Number - The requested number of additional storage servers activated for the Exadata Infrastructure.
- additional
Storage Count This property is required. Number - The requested number of additional storage servers for the Exadata Infrastructure.
- available
Storage Size Gb This property is required. Number - The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- compute
Count This property is required. Number - The number of compute servers for the Exadata Infrastructure.
- cpu
Count This property is required. Number - The number of enabled CPU cores.
- customer
Contacts This property is required. List<Property Map> - The list of customer contacts.
- data
Storage Size Tb This property is required. Number - Size, in terabytes, of the DATA disk group.
- db
Node Storage Size Gb This property is required. Number - The local node storage allocated in GBs.
- db
Server Version This property is required. String - The software version of the database servers (dom0) in the Exadata Infrastructure.
- maintenance
Windows This property is required. List<Property Map> - Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- max
Cpu Count This property is required. Number - The total number of CPU cores available.
- max
Data Storage Tb This property is required. Number - The total available DATA disk group size.
- max
Db Node Storage Size Gb This property is required. Number - The total local node storage available in GBs.
- max
Memory Gb This property is required. Number - The total memory available in GBs.
- memory
Size Gb This property is required. Number - The memory allocated in GBs.
- monthly
Db Server Version This property is required. String - The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- monthly
Storage Server Version This property is required. String - The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- next
Maintenance Run Id This property is required. String - The OCID of the next maintenance run.
- next
Maintenance Run Time This property is required. String - The time when the next maintenance run will occur.
- next
Security Maintenance Run Time This property is required. String - The time when the next security maintenance run will occur.
- oci
Url This property is required. String - Deep link to the OCI console to view this resource.
- ocid
This property is required. String - OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- shape
This property is required. String - The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state
This property is required. String - The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage
Count This property is required. Number - The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- storage
Server Version This property is required. String - The software version of the storage servers (cells) in the Exadata Infrastructure.
- total
Storage Size Gb This property is required. Number - The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
GetCloudExadataInfrastructurePropertyCustomerContact
- Email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- Email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. String - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. str - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. String - The email address used by Oracle to send notifications regarding databases and infrastructure.
GetCloudExadataInfrastructurePropertyMaintenanceWindow
- Custom
Action Timeout Mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of Weeks This property is required. List<string> - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. List<int> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom Action Timeout Enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Lead
Time Week This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months
This property is required. List<string> - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- Preference
This property is required. string - The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- Weeks
Of Months This property is required. List<int> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
- Custom
Action Timeout Mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of Weeks This property is required. []string - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. []int - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom Action Timeout Enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Lead
Time Week This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months
This property is required. []string - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- Preference
This property is required. string - The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- Weeks
Of Months This property is required. []int - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
- custom
Action Timeout Mins This property is required. Integer - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. List<String> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Integer> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. Boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- lead
Time Week This property is required. Integer - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. List<String> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- preference
This property is required. String - The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- weeks
Of Months This property is required. List<Integer> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
- custom
Action Timeout Mins This property is required. number - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. string[] - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. number[] - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- lead
Time Week This property is required. number - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. string[] - Months during the year when maintenance should be performed.
- patching
Mode This property is required. string - Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- preference
This property is required. string - The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- weeks
Of Months This property is required. number[] - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
- custom_
action_ timeout_ mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ weeks This property is required. Sequence[str] - Days during the week when maintenance should be performed.
- hours_
of_ days This property is required. Sequence[int] - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
- is_
custom_ action_ timeout_ enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- lead_
time_ week This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. Sequence[str] - Months during the year when maintenance should be performed.
- patching_
mode This property is required. str - Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- preference
This property is required. str - The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- weeks_
of_ months This property is required. Sequence[int] - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
- custom
Action Timeout Mins This property is required. Number - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. List<String> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Number> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. Boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- lead
Time Week This property is required. Number - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. List<String> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- preference
This property is required. String - The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- weeks
Of Months This property is required. List<Number> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.