1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. oracledatabase
  5. getCloudExadataInfrastructures
Google Cloud v8.23.0 published on Monday, Mar 24, 2025 by Pulumi

gcp.oracledatabase.getCloudExadataInfrastructures

Explore with Pulumi AI

List all ExadataInfrastructures.

For more information see the API.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";

const myExadatas = gcp.oracledatabase.getCloudExadataInfrastructures({
    location: "us-east4",
});
Copy
import pulumi
import pulumi_gcp as gcp

my_exadatas = gcp.oracledatabase.get_cloud_exadata_infrastructures(location="us-east4")
Copy
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.GetCloudExadataInfrastructures(ctx, &oracledatabase.GetCloudExadataInfrastructuresArgs{
			Location: "us-east4",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;

return await Deployment.RunAsync(() => 
{
    var myExadatas = Gcp.OracleDatabase.GetCloudExadataInfrastructures.Invoke(new()
    {
        Location = "us-east4",
    });

});
Copy
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.GetCloudExadataInfrastructuresArgs;
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 myExadatas = OracledatabaseFunctions.getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs.builder()
            .location("us-east4")
            .build());

    }
}
Copy
variables:
  myExadatas:
    fn::invoke:
      function: gcp:oracledatabase:getCloudExadataInfrastructures
      arguments:
        location: us-east4
Copy

Using getCloudExadataInfrastructures

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 getCloudExadataInfrastructures(args: GetCloudExadataInfrastructuresArgs, opts?: InvokeOptions): Promise<GetCloudExadataInfrastructuresResult>
function getCloudExadataInfrastructuresOutput(args: GetCloudExadataInfrastructuresOutputArgs, opts?: InvokeOptions): Output<GetCloudExadataInfrastructuresResult>
Copy
def get_cloud_exadata_infrastructures(location: Optional[str] = None,
                                      project: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetCloudExadataInfrastructuresResult
def get_cloud_exadata_infrastructures_output(location: Optional[pulumi.Input[str]] = None,
                                      project: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetCloudExadataInfrastructuresResult]
Copy
func GetCloudExadataInfrastructures(ctx *Context, args *GetCloudExadataInfrastructuresArgs, opts ...InvokeOption) (*GetCloudExadataInfrastructuresResult, error)
func GetCloudExadataInfrastructuresOutput(ctx *Context, args *GetCloudExadataInfrastructuresOutputArgs, opts ...InvokeOption) GetCloudExadataInfrastructuresResultOutput
Copy

> Note: This function is named GetCloudExadataInfrastructures in the Go SDK.

public static class GetCloudExadataInfrastructures 
{
    public static Task<GetCloudExadataInfrastructuresResult> InvokeAsync(GetCloudExadataInfrastructuresArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudExadataInfrastructuresResult> Invoke(GetCloudExadataInfrastructuresInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
public static Output<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: gcp:oracledatabase/getCloudExadataInfrastructures:getCloudExadataInfrastructures
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

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.
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.
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.
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.
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.
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.

getCloudExadataInfrastructures Result

The following output properties are available:

CloudExadataInfrastructures List<GetCloudExadataInfrastructuresCloudExadataInfrastructure>
Id string
The provider-assigned unique ID for this managed resource.
Location string
Project string
CloudExadataInfrastructures []GetCloudExadataInfrastructuresCloudExadataInfrastructure
Id string
The provider-assigned unique ID for this managed resource.
Location string
Project string
cloudExadataInfrastructures List<GetCloudExadataInfrastructuresCloudExadataInfrastructure>
id String
The provider-assigned unique ID for this managed resource.
location String
project String
cloudExadataInfrastructures GetCloudExadataInfrastructuresCloudExadataInfrastructure[]
id string
The provider-assigned unique ID for this managed resource.
location string
project string
cloudExadataInfrastructures List<Property Map>
id String
The provider-assigned unique ID for this managed resource.
location String
project String

Supporting Types

GetCloudExadataInfrastructuresCloudExadataInfrastructure

CloudExadataInfrastructureId This property is required. string
The ID of the Exadata Infrastructure to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
CreateTime This property is required. string
The date and time that the Exadata Infrastructure was created.
DeletionProtection This property is required. bool
DisplayName This property is required. string
User friendly name for this resource.
EffectiveLabels This property is required. Dictionary<string, string>
EntitlementId This property is required. string
Entitlement ID of the private offer against which this infrastructure resource is provisioned.
GcpOracleZone This property is required. string
GCP location where Oracle Exadata is hosted.
Labels This property is required. Dictionary<string, string>

Labels or tags associated with the resource.

Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

Location This property is required. string
The location of the resource.


Name This property is required. string
Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
Project This property is required. string
The project to which the resource belongs. If it is not provided, the provider project is used.
Properties This property is required. List<GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty>
Various properties of Exadata Infrastructure.
PulumiLabels This property is required. Dictionary<string, string>
The combination of labels configured directly on the resource and default labels configured on the provider.
CloudExadataInfrastructureId This property is required. string
The ID of the Exadata Infrastructure to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
CreateTime This property is required. string
The date and time that the Exadata Infrastructure was created.
DeletionProtection This property is required. bool
DisplayName This property is required. string
User friendly name for this resource.
EffectiveLabels This property is required. map[string]string
EntitlementId This property is required. string
Entitlement ID of the private offer against which this infrastructure resource is provisioned.
GcpOracleZone This property is required. string
GCP location where Oracle Exadata is hosted.
Labels This property is required. map[string]string

Labels or tags associated with the resource.

Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

Location This property is required. string
The location of the resource.


Name This property is required. string
Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
Project This property is required. string
The project to which the resource belongs. If it is not provided, the provider project is used.
Properties This property is required. []GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty
Various properties of Exadata Infrastructure.
PulumiLabels This property is required. map[string]string
The combination of labels configured directly on the resource and default labels configured on the provider.
cloudExadataInfrastructureId This property is required. String
The ID of the Exadata Infrastructure to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
createTime This property is required. String
The date and time that the Exadata Infrastructure was created.
deletionProtection This property is required. Boolean
displayName This property is required. String
User friendly name for this resource.
effectiveLabels This property is required. Map<String,String>
entitlementId This property is required. String
Entitlement ID of the private offer against which this infrastructure resource is provisioned.
gcpOracleZone This property is required. String
GCP location where Oracle Exadata is hosted.
labels This property is required. Map<String,String>

Labels or tags associated with the resource.

Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

location This property is required. String
The location of the resource.


name This property is required. String
Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
project This property is required. String
The project to which the resource belongs. If it is not provided, the provider project is used.
properties This property is required. List<GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty>
Various properties of Exadata Infrastructure.
pulumiLabels This property is required. Map<String,String>
The combination of labels configured directly on the resource and default labels configured on the provider.
cloudExadataInfrastructureId This property is required. string
The ID of the Exadata Infrastructure to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
createTime This property is required. string
The date and time that the Exadata Infrastructure was created.
deletionProtection This property is required. boolean
displayName This property is required. string
User friendly name for this resource.
effectiveLabels This property is required. {[key: string]: string}
entitlementId This property is required. string
Entitlement ID of the private offer against which this infrastructure resource is provisioned.
gcpOracleZone This property is required. string
GCP location where Oracle Exadata is hosted.
labels This property is required. {[key: string]: string}

Labels or tags associated with the resource.

Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

location This property is required. string
The location of the resource.


name This property is required. string
Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
project This property is required. string
The project to which the resource belongs. If it is not provided, the provider project is used.
properties This property is required. GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty[]
Various properties of Exadata Infrastructure.
pulumiLabels This property is required. {[key: string]: string}
The combination of labels configured directly on the resource and default labels configured on the provider.
cloud_exadata_infrastructure_id This property is required. str
The ID of the Exadata Infrastructure to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
create_time This property is required. str
The date and time that the Exadata Infrastructure was created.
deletion_protection This property is required. bool
display_name This property is required. str
User friendly name for this resource.
effective_labels This property is required. Mapping[str, str]
entitlement_id This property is required. str
Entitlement ID of the private offer against which this infrastructure resource is provisioned.
gcp_oracle_zone This property is required. str
GCP location where Oracle Exadata is hosted.
labels This property is required. Mapping[str, str]

Labels or tags associated with the resource.

Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

location This property is required. str
The location of the resource.


name This property is required. str
Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
project This property is required. str
The project to which the resource belongs. If it is not provided, the provider project is used.
properties This property is required. Sequence[GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty]
Various properties of Exadata Infrastructure.
pulumi_labels This property is required. Mapping[str, str]
The combination of labels configured directly on the resource and default labels configured on the provider.
cloudExadataInfrastructureId This property is required. String
The ID of the Exadata Infrastructure to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
createTime This property is required. String
The date and time that the Exadata Infrastructure was created.
deletionProtection This property is required. Boolean
displayName This property is required. String
User friendly name for this resource.
effectiveLabels This property is required. Map<String>
entitlementId This property is required. String
Entitlement ID of the private offer against which this infrastructure resource is provisioned.
gcpOracleZone This property is required. String
GCP location where Oracle Exadata is hosted.
labels This property is required. Map<String>

Labels or tags associated with the resource.

Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

location This property is required. String
The location of the resource.


name This property is required. String
Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
project This property is required. String
The project to which the resource belongs. If it is not provided, the provider project is used.
properties This property is required. List<Property Map>
Various properties of Exadata Infrastructure.
pulumiLabels This property is required. Map<String>
The combination of labels configured directly on the resource and default labels configured on the provider.

GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty

ActivatedStorageCount This property is required. int
The requested number of additional storage servers activated for the Exadata Infrastructure.
AdditionalStorageCount This property is required. int
The requested number of additional storage servers for the Exadata Infrastructure.
AvailableStorageSizeGb This property is required. int
The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
ComputeCount This property is required. int
The number of compute servers for the Exadata Infrastructure.
CpuCount This property is required. int
The number of enabled CPU cores.
CustomerContacts This property is required. List<GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyCustomerContact>
The list of customer contacts.
DataStorageSizeTb This property is required. double
Size, in terabytes, of the DATA disk group.
DbNodeStorageSizeGb This property is required. int
The local node storage allocated in GBs.
DbServerVersion This property is required. string
The software version of the database servers (dom0) in the Exadata Infrastructure.
MaintenanceWindows This property is required. List<GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyMaintenanceWindow>
Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
MaxCpuCount This property is required. int
The total number of CPU cores available.
MaxDataStorageTb This property is required. double
The total available DATA disk group size.
MaxDbNodeStorageSizeGb This property is required. int
The total local node storage available in GBs.
MaxMemoryGb This property is required. int
The total memory available in GBs.
MemorySizeGb This property is required. int
The memory allocated in GBs.
MonthlyDbServerVersion This property is required. string
The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
MonthlyStorageServerVersion This property is required. string
The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
NextMaintenanceRunId This property is required. string
The OCID of the next maintenance run.
NextMaintenanceRunTime This property is required. string
The time when the next maintenance run will occur.
NextSecurityMaintenanceRunTime This property is required. string
The time when the next security maintenance run will occur.
OciUrl 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
StorageCount This property is required. int
The number of Cloud Exadata storage servers for the Exadata Infrastructure.
StorageServerVersion This property is required. string
The software version of the storage servers (cells) in the Exadata Infrastructure.
TotalStorageSizeGb This property is required. int
The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
ActivatedStorageCount This property is required. int
The requested number of additional storage servers activated for the Exadata Infrastructure.
AdditionalStorageCount This property is required. int
The requested number of additional storage servers for the Exadata Infrastructure.
AvailableStorageSizeGb This property is required. int
The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
ComputeCount This property is required. int
The number of compute servers for the Exadata Infrastructure.
CpuCount This property is required. int
The number of enabled CPU cores.
CustomerContacts This property is required. []GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyCustomerContact
The list of customer contacts.
DataStorageSizeTb This property is required. float64
Size, in terabytes, of the DATA disk group.
DbNodeStorageSizeGb This property is required. int
The local node storage allocated in GBs.
DbServerVersion This property is required. string
The software version of the database servers (dom0) in the Exadata Infrastructure.
MaintenanceWindows This property is required. []GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyMaintenanceWindow
Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
MaxCpuCount This property is required. int
The total number of CPU cores available.
MaxDataStorageTb This property is required. float64
The total available DATA disk group size.
MaxDbNodeStorageSizeGb This property is required. int
The total local node storage available in GBs.
MaxMemoryGb This property is required. int
The total memory available in GBs.
MemorySizeGb This property is required. int
The memory allocated in GBs.
MonthlyDbServerVersion This property is required. string
The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
MonthlyStorageServerVersion This property is required. string
The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
NextMaintenanceRunId This property is required. string
The OCID of the next maintenance run.
NextMaintenanceRunTime This property is required. string
The time when the next maintenance run will occur.
NextSecurityMaintenanceRunTime This property is required. string
The time when the next security maintenance run will occur.
OciUrl 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
StorageCount This property is required. int
The number of Cloud Exadata storage servers for the Exadata Infrastructure.
StorageServerVersion This property is required. string
The software version of the storage servers (cells) in the Exadata Infrastructure.
TotalStorageSizeGb This property is required. int
The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
activatedStorageCount This property is required. Integer
The requested number of additional storage servers activated for the Exadata Infrastructure.
additionalStorageCount This property is required. Integer
The requested number of additional storage servers for the Exadata Infrastructure.
availableStorageSizeGb This property is required. Integer
The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
computeCount This property is required. Integer
The number of compute servers for the Exadata Infrastructure.
cpuCount This property is required. Integer
The number of enabled CPU cores.
customerContacts This property is required. List<GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyCustomerContact>
The list of customer contacts.
dataStorageSizeTb This property is required. Double
Size, in terabytes, of the DATA disk group.
dbNodeStorageSizeGb This property is required. Integer
The local node storage allocated in GBs.
dbServerVersion This property is required. String
The software version of the database servers (dom0) in the Exadata Infrastructure.
maintenanceWindows This property is required. List<GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyMaintenanceWindow>
Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
maxCpuCount This property is required. Integer
The total number of CPU cores available.
maxDataStorageTb This property is required. Double
The total available DATA disk group size.
maxDbNodeStorageSizeGb This property is required. Integer
The total local node storage available in GBs.
maxMemoryGb This property is required. Integer
The total memory available in GBs.
memorySizeGb This property is required. Integer
The memory allocated in GBs.
monthlyDbServerVersion This property is required. String
The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
monthlyStorageServerVersion This property is required. String
The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
nextMaintenanceRunId This property is required. String
The OCID of the next maintenance run.
nextMaintenanceRunTime This property is required. String
The time when the next maintenance run will occur.
nextSecurityMaintenanceRunTime This property is required. String
The time when the next security maintenance run will occur.
ociUrl 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
storageCount This property is required. Integer
The number of Cloud Exadata storage servers for the Exadata Infrastructure.
storageServerVersion This property is required. String
The software version of the storage servers (cells) in the Exadata Infrastructure.
totalStorageSizeGb This property is required. Integer
The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
activatedStorageCount This property is required. number
The requested number of additional storage servers activated for the Exadata Infrastructure.
additionalStorageCount This property is required. number
The requested number of additional storage servers for the Exadata Infrastructure.
availableStorageSizeGb This property is required. number
The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
computeCount This property is required. number
The number of compute servers for the Exadata Infrastructure.
cpuCount This property is required. number
The number of enabled CPU cores.
customerContacts This property is required. GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyCustomerContact[]
The list of customer contacts.
dataStorageSizeTb This property is required. number
Size, in terabytes, of the DATA disk group.
dbNodeStorageSizeGb This property is required. number
The local node storage allocated in GBs.
dbServerVersion This property is required. string
The software version of the database servers (dom0) in the Exadata Infrastructure.
maintenanceWindows This property is required. GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyMaintenanceWindow[]
Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
maxCpuCount This property is required. number
The total number of CPU cores available.
maxDataStorageTb This property is required. number
The total available DATA disk group size.
maxDbNodeStorageSizeGb This property is required. number
The total local node storage available in GBs.
maxMemoryGb This property is required. number
The total memory available in GBs.
memorySizeGb This property is required. number
The memory allocated in GBs.
monthlyDbServerVersion This property is required. string
The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
monthlyStorageServerVersion This property is required. string
The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
nextMaintenanceRunId This property is required. string
The OCID of the next maintenance run.
nextMaintenanceRunTime This property is required. string
The time when the next maintenance run will occur.
nextSecurityMaintenanceRunTime This property is required. string
The time when the next security maintenance run will occur.
ociUrl 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
storageCount This property is required. number
The number of Cloud Exadata storage servers for the Exadata Infrastructure.
storageServerVersion This property is required. string
The software version of the storage servers (cells) in the Exadata Infrastructure.
totalStorageSizeGb 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[GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyCustomerContact]
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[GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyMaintenanceWindow]
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).
activatedStorageCount This property is required. Number
The requested number of additional storage servers activated for the Exadata Infrastructure.
additionalStorageCount This property is required. Number
The requested number of additional storage servers for the Exadata Infrastructure.
availableStorageSizeGb This property is required. Number
The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
computeCount This property is required. Number
The number of compute servers for the Exadata Infrastructure.
cpuCount This property is required. Number
The number of enabled CPU cores.
customerContacts This property is required. List<Property Map>
The list of customer contacts.
dataStorageSizeTb This property is required. Number
Size, in terabytes, of the DATA disk group.
dbNodeStorageSizeGb This property is required. Number
The local node storage allocated in GBs.
dbServerVersion This property is required. String
The software version of the database servers (dom0) in the Exadata Infrastructure.
maintenanceWindows 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
maxCpuCount This property is required. Number
The total number of CPU cores available.
maxDataStorageTb This property is required. Number
The total available DATA disk group size.
maxDbNodeStorageSizeGb This property is required. Number
The total local node storage available in GBs.
maxMemoryGb This property is required. Number
The total memory available in GBs.
memorySizeGb This property is required. Number
The memory allocated in GBs.
monthlyDbServerVersion This property is required. String
The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
monthlyStorageServerVersion This property is required. String
The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
nextMaintenanceRunId This property is required. String
The OCID of the next maintenance run.
nextMaintenanceRunTime This property is required. String
The time when the next maintenance run will occur.
nextSecurityMaintenanceRunTime This property is required. String
The time when the next security maintenance run will occur.
ociUrl 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
storageCount This property is required. Number
The number of Cloud Exadata storage servers for the Exadata Infrastructure.
storageServerVersion This property is required. String
The software version of the storage servers (cells) in the Exadata Infrastructure.
totalStorageSizeGb This property is required. Number
The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).

GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyCustomerContact

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.

GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyMaintenanceWindow

CustomActionTimeoutMins 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).
DaysOfWeeks This property is required. List<string>
Days during the week when maintenance should be performed.
HoursOfDays 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
IsCustomActionTimeoutEnabled This property is required. bool
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
LeadTimeWeek 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.
PatchingMode 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
WeeksOfMonths 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.
CustomActionTimeoutMins 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).
DaysOfWeeks This property is required. []string
Days during the week when maintenance should be performed.
HoursOfDays 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
IsCustomActionTimeoutEnabled This property is required. bool
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
LeadTimeWeek 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.
PatchingMode 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
WeeksOfMonths 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.
customActionTimeoutMins 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).
daysOfWeeks This property is required. List<String>
Days during the week when maintenance should be performed.
hoursOfDays 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
isCustomActionTimeoutEnabled This property is required. Boolean
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
leadTimeWeek 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.
patchingMode 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
weeksOfMonths 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.
customActionTimeoutMins 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).
daysOfWeeks This property is required. string[]
Days during the week when maintenance should be performed.
hoursOfDays 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
isCustomActionTimeoutEnabled This property is required. boolean
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
leadTimeWeek 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.
patchingMode 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
weeksOfMonths 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.
customActionTimeoutMins 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).
daysOfWeeks This property is required. List<String>
Days during the week when maintenance should be performed.
hoursOfDays 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
isCustomActionTimeoutEnabled This property is required. Boolean
If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
leadTimeWeek 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.
patchingMode 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
weeksOfMonths 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.