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",
});
import pulumi
import pulumi_gcp as gcp
my_exadatas = gcp.oracledatabase.get_cloud_exadata_infrastructures(location="us-east4")
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
	})
}
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",
    });
});
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());
    }
}
variables:
  myExadatas:
    fn::invoke:
      function: gcp:oracledatabase:getCloudExadataInfrastructures
      arguments:
        location: us-east4
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>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]func GetCloudExadataInfrastructures(ctx *Context, args *GetCloudExadataInfrastructuresArgs, opts ...InvokeOption) (*GetCloudExadataInfrastructuresResult, error)
func GetCloudExadataInfrastructuresOutput(ctx *Context, args *GetCloudExadataInfrastructuresOutputArgs, opts ...InvokeOption) GetCloudExadataInfrastructuresResultOutput> 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)
}public static CompletableFuture<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
public static Output<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
fn::invoke:
  function: gcp:oracledatabase/getCloudExadataInfrastructures:getCloudExadataInfrastructures
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCloudExadataInfrastructures Result
The following output properties are available:
- CloudExadata List<GetInfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure> 
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- CloudExadata []GetInfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure 
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- cloudExadata List<GetInfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure> 
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
- cloudExadata GetInfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure[] 
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- project string
- cloud_exadata_ Sequence[Getinfrastructures Cloud Exadata Infrastructures Cloud Exadata Infrastructure] 
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- project str
- cloudExadata List<Property Map>Infrastructures 
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
Supporting Types
GetCloudExadataInfrastructuresCloudExadataInfrastructure      
- CloudExadata stringInfrastructure Id 
- 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 string
- The date and time that the Exadata Infrastructure was created.
- DeletionProtection bool
- DisplayName string
- User friendly name for this resource.
- EffectiveLabels Dictionary<string, string>
- EntitlementId string
- Entitlement ID of the private offer against which this infrastructure resource is provisioned.
- GcpOracle stringZone 
- GCP location where Oracle Exadata is hosted.
- Labels 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 string
- The location of the resource.
- Name string
- Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- Properties
List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property> 
- Various properties of Exadata Infrastructure.
- PulumiLabels Dictionary<string, string>
- The combination of labels configured directly on the resource and default labels configured on the provider.
- CloudExadata stringInfrastructure Id 
- 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 string
- The date and time that the Exadata Infrastructure was created.
- DeletionProtection bool
- DisplayName string
- User friendly name for this resource.
- EffectiveLabels map[string]string
- EntitlementId string
- Entitlement ID of the private offer against which this infrastructure resource is provisioned.
- GcpOracle stringZone 
- GCP location where Oracle Exadata is hosted.
- Labels 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 string
- The location of the resource.
- Name string
- Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- Properties
[]GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property 
- Various properties of Exadata Infrastructure.
- PulumiLabels map[string]string
- The combination of labels configured directly on the resource and default labels configured on the provider.
- cloudExadata StringInfrastructure Id 
- 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 String
- The date and time that the Exadata Infrastructure was created.
- deletionProtection Boolean
- displayName String
- User friendly name for this resource.
- effectiveLabels Map<String,String>
- entitlementId String
- Entitlement ID of the private offer against which this infrastructure resource is provisioned.
- gcpOracle StringZone 
- GCP location where Oracle Exadata is hosted.
- labels 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 String
- The location of the resource.
- name String
- Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property> 
- Various properties of Exadata Infrastructure.
- pulumiLabels Map<String,String>
- The combination of labels configured directly on the resource and default labels configured on the provider.
- cloudExadata stringInfrastructure Id 
- 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 string
- The date and time that the Exadata Infrastructure was created.
- deletionProtection boolean
- displayName string
- User friendly name for this resource.
- effectiveLabels {[key: string]: string}
- entitlementId string
- Entitlement ID of the private offer against which this infrastructure resource is provisioned.
- gcpOracle stringZone 
- GCP location where Oracle Exadata is hosted.
- labels {[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 string
- The location of the resource.
- name string
- Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
- project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property[] 
- Various properties of Exadata Infrastructure.
- pulumiLabels {[key: string]: string}
- The combination of labels configured directly on the resource and default labels configured on the provider.
- cloud_exadata_ strinfrastructure_ id 
- 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 str
- The date and time that the Exadata Infrastructure was created.
- deletion_protection bool
- display_name str
- User friendly name for this resource.
- effective_labels Mapping[str, str]
- entitlement_id str
- Entitlement ID of the private offer against which this infrastructure resource is provisioned.
- gcp_oracle_ strzone 
- GCP location where Oracle Exadata is hosted.
- labels 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 str
- The location of the resource.
- name str
- Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
- project str
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
Sequence[GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property] 
- Various properties of Exadata Infrastructure.
- pulumi_labels Mapping[str, str]
- The combination of labels configured directly on the resource and default labels configured on the provider.
- cloudExadata StringInfrastructure Id 
- 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 String
- The date and time that the Exadata Infrastructure was created.
- deletionProtection Boolean
- displayName String
- User friendly name for this resource.
- effectiveLabels Map<String>
- entitlementId String
- Entitlement ID of the private offer against which this infrastructure resource is provisioned.
- gcpOracle StringZone 
- GCP location where Oracle Exadata is hosted.
- labels 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 String
- The location of the resource.
- name String
- Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties List<Property Map>
- Various properties of Exadata Infrastructure.
- pulumiLabels Map<String>
- The combination of labels configured directly on the resource and default labels configured on the provider.
GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty       
- ActivatedStorage intCount 
- The requested number of additional storage servers activated for the Exadata Infrastructure.
- AdditionalStorage intCount 
- The requested number of additional storage servers for the Exadata Infrastructure.
- AvailableStorage intSize Gb 
- The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- ComputeCount int
- The number of compute servers for the Exadata Infrastructure.
- CpuCount int
- The number of enabled CPU cores.
- CustomerContacts List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Customer Contact> 
- The list of customer contacts.
- DataStorage doubleSize Tb 
- Size, in terabytes, of the DATA disk group.
- DbNode intStorage Size Gb 
- The local node storage allocated in GBs.
- DbServer stringVersion 
- The software version of the database servers (dom0) in the Exadata Infrastructure.
- MaintenanceWindows List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Maintenance Window> 
- Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- MaxCpu intCount 
- The total number of CPU cores available.
- MaxData doubleStorage Tb 
- The total available DATA disk group size.
- MaxDb intNode Storage Size Gb 
- The total local node storage available in GBs.
- MaxMemory intGb 
- The total memory available in GBs.
- MemorySize intGb 
- The memory allocated in GBs.
- MonthlyDb stringServer Version 
- The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- MonthlyStorage stringServer Version 
- The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- NextMaintenance stringRun Id 
- The OCID of the next maintenance run.
- NextMaintenance stringRun Time 
- The time when the next maintenance run will occur.
- NextSecurity stringMaintenance Run Time 
- The time when the next security maintenance run will occur.
- OciUrl string
- Deep link to the OCI console to view this resource.
- Ocid string
- OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- Shape string
- The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- State string
- The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- StorageCount int
- The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- StorageServer stringVersion 
- The software version of the storage servers (cells) in the Exadata Infrastructure.
- TotalStorage intSize Gb 
- The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- ActivatedStorage intCount 
- The requested number of additional storage servers activated for the Exadata Infrastructure.
- AdditionalStorage intCount 
- The requested number of additional storage servers for the Exadata Infrastructure.
- AvailableStorage intSize Gb 
- The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- ComputeCount int
- The number of compute servers for the Exadata Infrastructure.
- CpuCount int
- The number of enabled CPU cores.
- CustomerContacts []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Customer Contact 
- The list of customer contacts.
- DataStorage float64Size Tb 
- Size, in terabytes, of the DATA disk group.
- DbNode intStorage Size Gb 
- The local node storage allocated in GBs.
- DbServer stringVersion 
- The software version of the database servers (dom0) in the Exadata Infrastructure.
- MaintenanceWindows []GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Maintenance Window 
- Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- MaxCpu intCount 
- The total number of CPU cores available.
- MaxData float64Storage Tb 
- The total available DATA disk group size.
- MaxDb intNode Storage Size Gb 
- The total local node storage available in GBs.
- MaxMemory intGb 
- The total memory available in GBs.
- MemorySize intGb 
- The memory allocated in GBs.
- MonthlyDb stringServer Version 
- The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- MonthlyStorage stringServer Version 
- The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- NextMaintenance stringRun Id 
- The OCID of the next maintenance run.
- NextMaintenance stringRun Time 
- The time when the next maintenance run will occur.
- NextSecurity stringMaintenance Run Time 
- The time when the next security maintenance run will occur.
- OciUrl string
- Deep link to the OCI console to view this resource.
- Ocid string
- OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- Shape string
- The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- State string
- The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- StorageCount int
- The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- StorageServer stringVersion 
- The software version of the storage servers (cells) in the Exadata Infrastructure.
- TotalStorage intSize Gb 
- The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- activatedStorage IntegerCount 
- The requested number of additional storage servers activated for the Exadata Infrastructure.
- additionalStorage IntegerCount 
- The requested number of additional storage servers for the Exadata Infrastructure.
- availableStorage IntegerSize Gb 
- The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- computeCount Integer
- The number of compute servers for the Exadata Infrastructure.
- cpuCount Integer
- The number of enabled CPU cores.
- customerContacts List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Customer Contact> 
- The list of customer contacts.
- dataStorage DoubleSize Tb 
- Size, in terabytes, of the DATA disk group.
- dbNode IntegerStorage Size Gb 
- The local node storage allocated in GBs.
- dbServer StringVersion 
- The software version of the database servers (dom0) in the Exadata Infrastructure.
- maintenanceWindows List<GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Maintenance Window> 
- Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- maxCpu IntegerCount 
- The total number of CPU cores available.
- maxData DoubleStorage Tb 
- The total available DATA disk group size.
- maxDb IntegerNode Storage Size Gb 
- The total local node storage available in GBs.
- maxMemory IntegerGb 
- The total memory available in GBs.
- memorySize IntegerGb 
- The memory allocated in GBs.
- monthlyDb StringServer Version 
- The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- monthlyStorage StringServer Version 
- The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- nextMaintenance StringRun Id 
- The OCID of the next maintenance run.
- nextMaintenance StringRun Time 
- The time when the next maintenance run will occur.
- nextSecurity StringMaintenance Run Time 
- The time when the next security maintenance run will occur.
- ociUrl String
- Deep link to the OCI console to view this resource.
- ocid String
- OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- shape String
- The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state String
- The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storageCount Integer
- The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- storageServer StringVersion 
- The software version of the storage servers (cells) in the Exadata Infrastructure.
- totalStorage IntegerSize Gb 
- The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- activatedStorage numberCount 
- The requested number of additional storage servers activated for the Exadata Infrastructure.
- additionalStorage numberCount 
- The requested number of additional storage servers for the Exadata Infrastructure.
- availableStorage numberSize Gb 
- The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- computeCount number
- The number of compute servers for the Exadata Infrastructure.
- cpuCount number
- The number of enabled CPU cores.
- customerContacts GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Customer Contact[] 
- The list of customer contacts.
- dataStorage numberSize Tb 
- Size, in terabytes, of the DATA disk group.
- dbNode numberStorage Size Gb 
- The local node storage allocated in GBs.
- dbServer stringVersion 
- The software version of the database servers (dom0) in the Exadata Infrastructure.
- maintenanceWindows GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Maintenance Window[] 
- Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- maxCpu numberCount 
- The total number of CPU cores available.
- maxData numberStorage Tb 
- The total available DATA disk group size.
- maxDb numberNode Storage Size Gb 
- The total local node storage available in GBs.
- maxMemory numberGb 
- The total memory available in GBs.
- memorySize numberGb 
- The memory allocated in GBs.
- monthlyDb stringServer Version 
- The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- monthlyStorage stringServer Version 
- The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- nextMaintenance stringRun Id 
- The OCID of the next maintenance run.
- nextMaintenance stringRun Time 
- The time when the next maintenance run will occur.
- nextSecurity stringMaintenance Run Time 
- The time when the next security maintenance run will occur.
- ociUrl string
- Deep link to the OCI console to view this resource.
- ocid string
- OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- shape string
- The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state string
- The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storageCount number
- The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- storageServer stringVersion 
- The software version of the storage servers (cells) in the Exadata Infrastructure.
- totalStorage numberSize Gb 
- The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- activated_storage_ intcount 
- The requested number of additional storage servers activated for the Exadata Infrastructure.
- additional_storage_ intcount 
- The requested number of additional storage servers for the Exadata Infrastructure.
- available_storage_ intsize_ gb 
- The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- compute_count int
- The number of compute servers for the Exadata Infrastructure.
- cpu_count int
- The number of enabled CPU cores.
- customer_contacts Sequence[GetCloud Exadata Infrastructures Cloud Exadata Infrastructure Property Customer Contact] 
- The list of customer contacts.
- data_storage_ floatsize_ tb 
- Size, in terabytes, of the DATA disk group.
- db_node_ intstorage_ size_ gb 
- The local node storage allocated in GBs.
- db_server_ strversion 
- The software version of the database servers (dom0) in the Exadata Infrastructure.
- maintenance_windows Sequence[GetCloud Exadata Infrastructures Cloud 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_ intcount 
- The total number of CPU cores available.
- max_data_ floatstorage_ tb 
- The total available DATA disk group size.
- max_db_ intnode_ storage_ size_ gb 
- The total local node storage available in GBs.
- max_memory_ intgb 
- The total memory available in GBs.
- memory_size_ intgb 
- The memory allocated in GBs.
- monthly_db_ strserver_ version 
- The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- monthly_storage_ strserver_ version 
- The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- next_maintenance_ strrun_ id 
- The OCID of the next maintenance run.
- next_maintenance_ strrun_ time 
- The time when the next maintenance run will occur.
- next_security_ strmaintenance_ run_ time 
- The time when the next security maintenance run will occur.
- oci_url str
- Deep link to the OCI console to view this resource.
- ocid str
- OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- shape str
- The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state str
- The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storage_count int
- The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- storage_server_ strversion 
- The software version of the storage servers (cells) in the Exadata Infrastructure.
- total_storage_ intsize_ gb 
- The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- activatedStorage NumberCount 
- The requested number of additional storage servers activated for the Exadata Infrastructure.
- additionalStorage NumberCount 
- The requested number of additional storage servers for the Exadata Infrastructure.
- availableStorage NumberSize Gb 
- The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).
- computeCount Number
- The number of compute servers for the Exadata Infrastructure.
- cpuCount Number
- The number of enabled CPU cores.
- customerContacts List<Property Map>
- The list of customer contacts.
- dataStorage NumberSize Tb 
- Size, in terabytes, of the DATA disk group.
- dbNode NumberStorage Size Gb 
- The local node storage allocated in GBs.
- dbServer StringVersion 
- The software version of the database servers (dom0) in the Exadata Infrastructure.
- maintenanceWindows List<Property Map>
- Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
- maxCpu NumberCount 
- The total number of CPU cores available.
- maxData NumberStorage Tb 
- The total available DATA disk group size.
- maxDb NumberNode Storage Size Gb 
- The total local node storage available in GBs.
- maxMemory NumberGb 
- The total memory available in GBs.
- memorySize NumberGb 
- The memory allocated in GBs.
- monthlyDb StringServer Version 
- The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
- monthlyStorage StringServer Version 
- The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
- nextMaintenance StringRun Id 
- The OCID of the next maintenance run.
- nextMaintenance StringRun Time 
- The time when the next maintenance run will occur.
- nextSecurity StringMaintenance Run Time 
- The time when the next security maintenance run will occur.
- ociUrl String
- Deep link to the OCI console to view this resource.
- ocid String
- OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- shape String
- The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state String
- The current lifecycle state of the Exadata Infrastructure. Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE UPDATING TERMINATING TERMINATED FAILED MAINTENANCE_IN_PROGRESS
- storageCount Number
- The number of Cloud Exadata storage servers for the Exadata Infrastructure.
- storageServer StringVersion 
- The software version of the storage servers (cells) in the Exadata Infrastructure.
- totalStorage NumberSize Gb 
- The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyCustomerContact         
- Email string
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- Email string
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- email String
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- email string
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- email str
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- email String
- The email address used by Oracle to send notifications regarding databases and infrastructure.
GetCloudExadataInfrastructuresCloudExadataInfrastructurePropertyMaintenanceWindow         
- CustomAction intTimeout Mins 
- 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).
- DaysOf List<string>Weeks 
- Days during the week when maintenance should be performed.
- HoursOf List<int>Days 
- 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
- IsCustom boolAction Timeout Enabled 
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- LeadTime intWeek 
- Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months List<string>
- Months during the year when maintenance should be performed.
- PatchingMode string
- Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- Preference string
- The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- WeeksOf List<int>Months 
- 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.
- CustomAction intTimeout Mins 
- 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).
- DaysOf []stringWeeks 
- Days during the week when maintenance should be performed.
- HoursOf []intDays 
- 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
- IsCustom boolAction Timeout Enabled 
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- LeadTime intWeek 
- 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 []string
- Months during the year when maintenance should be performed.
- PatchingMode string
- Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- Preference string
- The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- WeeksOf []intMonths 
- 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.
- customAction IntegerTimeout Mins 
- 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).
- daysOf List<String>Weeks 
- Days during the week when maintenance should be performed.
- hoursOf List<Integer>Days 
- 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
- isCustom BooleanAction Timeout Enabled 
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- leadTime IntegerWeek 
- Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months List<String>
- Months during the year when maintenance should be performed.
- patchingMode String
- Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- preference String
- The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- weeksOf List<Integer>Months 
- 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.
- customAction numberTimeout Mins 
- 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).
- daysOf string[]Weeks 
- Days during the week when maintenance should be performed.
- hoursOf number[]Days 
- 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
- isCustom booleanAction Timeout Enabled 
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- leadTime numberWeek 
- 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 string[]
- Months during the year when maintenance should be performed.
- patchingMode string
- Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- preference string
- The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- weeksOf number[]Months 
- 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_ inttimeout_ mins 
- 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_ Sequence[str]weeks 
- Days during the week when maintenance should be performed.
- hours_of_ Sequence[int]days 
- 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_ boolaction_ timeout_ enabled 
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- lead_time_ intweek 
- 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 Sequence[str]
- Months during the year when maintenance should be performed.
- patching_mode str
- Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- preference str
- The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- weeks_of_ Sequence[int]months 
- 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.
- customAction NumberTimeout Mins 
- 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).
- daysOf List<String>Weeks 
- Days during the week when maintenance should be performed.
- hoursOf List<Number>Days 
- 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
- isCustom BooleanAction Timeout Enabled 
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- leadTime NumberWeek 
- Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months List<String>
- Months during the year when maintenance should be performed.
- patchingMode String
- Cloud CloudExadataInfrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING. Possible values: PATCHING_MODE_UNSPECIFIED ROLLING NON_ROLLING
- preference String
- The maintenance window scheduling preference. Possible values: MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED CUSTOM_PREFERENCE NO_PREFERENCE
- weeksOf List<Number>Months 
- 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-betaTerraform Provider.