1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. oracledatabase
  5. getCloudExadataInfrastructure
Google Cloud Classic v8.9.3 published on Monday, Nov 18, 2024 by Pulumi

gcp.oracledatabase.getCloudExadataInfrastructure

Explore with Pulumi AI

gcp logo
Google Cloud Classic v8.9.3 published on Monday, Nov 18, 2024 by Pulumi

    Get information about an ExadataInfrastructure.

    For more information see the API.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcp from "@pulumi/gcp";
    
    const my-instance = gcp.oracledatabase.getCloudExadataInfrastructure({
        location: "us-east4",
        cloudExadataInfrastructureId: "exadata-id",
    });
    
    import pulumi
    import pulumi_gcp as gcp
    
    my_instance = gcp.oracledatabase.get_cloud_exadata_infrastructure(location="us-east4",
        cloud_exadata_infrastructure_id="exadata-id")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/oracledatabase"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oracledatabase.LookupCloudExadataInfrastructure(ctx, &oracledatabase.LookupCloudExadataInfrastructureArgs{
    			Location:                     "us-east4",
    			CloudExadataInfrastructureId: "exadata-id",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcp = Pulumi.Gcp;
    
    return await Deployment.RunAsync(() => 
    {
        var my_instance = Gcp.OracleDatabase.GetCloudExadataInfrastructure.Invoke(new()
        {
            Location = "us-east4",
            CloudExadataInfrastructureId = "exadata-id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcp.oracledatabase.OracledatabaseFunctions;
    import com.pulumi.gcp.oracledatabase.inputs.GetCloudExadataInfrastructureArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var my-instance = OracledatabaseFunctions.getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs.builder()
                .location("us-east4")
                .cloudExadataInfrastructureId("exadata-id")
                .build());
    
        }
    }
    
    variables:
      my-instance:
        fn::invoke:
          Function: gcp:oracledatabase:getCloudExadataInfrastructure
          Arguments:
            location: us-east4
            cloudExadataInfrastructureId: exadata-id
    

    Using getCloudExadataInfrastructure

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCloudExadataInfrastructure(args: GetCloudExadataInfrastructureArgs, opts?: InvokeOptions): Promise<GetCloudExadataInfrastructureResult>
    function getCloudExadataInfrastructureOutput(args: GetCloudExadataInfrastructureOutputArgs, opts?: InvokeOptions): Output<GetCloudExadataInfrastructureResult>
    def get_cloud_exadata_infrastructure(cloud_exadata_infrastructure_id: Optional[str] = None,
                                         location: Optional[str] = None,
                                         project: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetCloudExadataInfrastructureResult
    def get_cloud_exadata_infrastructure_output(cloud_exadata_infrastructure_id: Optional[pulumi.Input[str]] = None,
                                         location: Optional[pulumi.Input[str]] = None,
                                         project: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetCloudExadataInfrastructureResult]
    func LookupCloudExadataInfrastructure(ctx *Context, args *LookupCloudExadataInfrastructureArgs, opts ...InvokeOption) (*LookupCloudExadataInfrastructureResult, error)
    func LookupCloudExadataInfrastructureOutput(ctx *Context, args *LookupCloudExadataInfrastructureOutputArgs, opts ...InvokeOption) LookupCloudExadataInfrastructureResultOutput

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

    public static class GetCloudExadataInfrastructure 
    {
        public static Task<GetCloudExadataInfrastructureResult> InvokeAsync(GetCloudExadataInfrastructureArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudExadataInfrastructureResult> Invoke(GetCloudExadataInfrastructureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudExadataInfrastructureResult> getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: gcp:oracledatabase/getCloudExadataInfrastructure:getCloudExadataInfrastructure
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudExadataInfrastructureId string
    The ID of the ExadataInfrastructure.
    Location 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.
    CloudExadataInfrastructureId string
    The ID of the ExadataInfrastructure.
    Location 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.
    cloudExadataInfrastructureId String
    The ID of the ExadataInfrastructure.
    location 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.
    cloudExadataInfrastructureId string
    The ID of the ExadataInfrastructure.
    location string
    The location of the resource.


    project string
    The project to which the resource belongs. If it is not provided, the provider project is used.
    cloud_exadata_infrastructure_id str
    The ID of the ExadataInfrastructure.
    location 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.
    cloudExadataInfrastructureId String
    The ID of the ExadataInfrastructure.
    location String
    The location of the resource.


    project String
    The project to which the resource belongs. If it is not provided, the provider project is used.

    getCloudExadataInfrastructure Result

    The following output properties are available:

    CloudExadataInfrastructureId string
    CreateTime string
    DisplayName string
    EffectiveLabels Dictionary<string, string>
    EntitlementId string
    GcpOracleZone string
    Id string
    The provider-assigned unique ID for this managed resource.
    Labels Dictionary<string, string>
    Location string
    Name string
    Properties List<GetCloudExadataInfrastructureProperty>
    PulumiLabels Dictionary<string, string>
    Project string
    CloudExadataInfrastructureId string
    CreateTime string
    DisplayName string
    EffectiveLabels map[string]string
    EntitlementId string
    GcpOracleZone string
    Id string
    The provider-assigned unique ID for this managed resource.
    Labels map[string]string
    Location string
    Name string
    Properties []GetCloudExadataInfrastructureProperty
    PulumiLabels map[string]string
    Project string
    cloudExadataInfrastructureId String
    createTime String
    displayName String
    effectiveLabels Map<String,String>
    entitlementId String
    gcpOracleZone String
    id String
    The provider-assigned unique ID for this managed resource.
    labels Map<String,String>
    location String
    name String
    properties List<GetCloudExadataInfrastructureProperty>
    pulumiLabels Map<String,String>
    project String
    cloudExadataInfrastructureId string
    createTime string
    displayName string
    effectiveLabels {[key: string]: string}
    entitlementId string
    gcpOracleZone string
    id string
    The provider-assigned unique ID for this managed resource.
    labels {[key: string]: string}
    location string
    name string
    properties GetCloudExadataInfrastructureProperty[]
    pulumiLabels {[key: string]: string}
    project string
    cloud_exadata_infrastructure_id str
    create_time str
    display_name str
    effective_labels Mapping[str, str]
    entitlement_id str
    gcp_oracle_zone str
    id str
    The provider-assigned unique ID for this managed resource.
    labels Mapping[str, str]
    location str
    name str
    properties Sequence[GetCloudExadataInfrastructureProperty]
    pulumi_labels Mapping[str, str]
    project str
    cloudExadataInfrastructureId String
    createTime String
    displayName String
    effectiveLabels Map<String>
    entitlementId String
    gcpOracleZone String
    id String
    The provider-assigned unique ID for this managed resource.
    labels Map<String>
    location String
    name String
    properties List<Property Map>
    pulumiLabels Map<String>
    project String

    Supporting Types

    GetCloudExadataInfrastructureProperty

    ActivatedStorageCount int
    The requested number of additional storage servers activated for the Exadata Infrastructure.
    AdditionalStorageCount int
    The requested number of additional storage servers for the Exadata Infrastructure.
    AvailableStorageSizeGb int
    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<GetCloudExadataInfrastructurePropertyCustomerContact>
    The list of customer contacts.
    DataStorageSizeTb double
    Size, in terabytes, of the DATA disk group.
    DbNodeStorageSizeGb int
    The local node storage allocated in GBs.
    DbServerVersion string
    The software version of the database servers (dom0) in the Exadata Infrastructure.
    MaintenanceWindows List<GetCloudExadataInfrastructurePropertyMaintenanceWindow>
    Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
    MaxCpuCount int
    The total number of CPU cores available.
    MaxDataStorageTb double
    The total available DATA disk group size.
    MaxDbNodeStorageSizeGb int
    The total local node storage available in GBs.
    MaxMemoryGb int
    The total memory available in GBs.
    MemorySizeGb int
    The memory allocated in GBs.
    MonthlyDbServerVersion string
    The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
    MonthlyStorageServerVersion string
    The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
    NextMaintenanceRunId string
    The OCID of the next maintenance run.
    NextMaintenanceRunTime string
    The time when the next maintenance run will occur.
    NextSecurityMaintenanceRunTime string
    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.
    StorageServerVersion string
    The software version of the storage servers (cells) in the Exadata Infrastructure.
    TotalStorageSizeGb int
    The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
    ActivatedStorageCount int
    The requested number of additional storage servers activated for the Exadata Infrastructure.
    AdditionalStorageCount int
    The requested number of additional storage servers for the Exadata Infrastructure.
    AvailableStorageSizeGb int
    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 []GetCloudExadataInfrastructurePropertyCustomerContact
    The list of customer contacts.
    DataStorageSizeTb float64
    Size, in terabytes, of the DATA disk group.
    DbNodeStorageSizeGb int
    The local node storage allocated in GBs.
    DbServerVersion string
    The software version of the database servers (dom0) in the Exadata Infrastructure.
    MaintenanceWindows []GetCloudExadataInfrastructurePropertyMaintenanceWindow
    Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
    MaxCpuCount int
    The total number of CPU cores available.
    MaxDataStorageTb float64
    The total available DATA disk group size.
    MaxDbNodeStorageSizeGb int
    The total local node storage available in GBs.
    MaxMemoryGb int
    The total memory available in GBs.
    MemorySizeGb int
    The memory allocated in GBs.
    MonthlyDbServerVersion string
    The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
    MonthlyStorageServerVersion string
    The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
    NextMaintenanceRunId string
    The OCID of the next maintenance run.
    NextMaintenanceRunTime string
    The time when the next maintenance run will occur.
    NextSecurityMaintenanceRunTime string
    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.
    StorageServerVersion string
    The software version of the storage servers (cells) in the Exadata Infrastructure.
    TotalStorageSizeGb int
    The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
    activatedStorageCount Integer
    The requested number of additional storage servers activated for the Exadata Infrastructure.
    additionalStorageCount Integer
    The requested number of additional storage servers for the Exadata Infrastructure.
    availableStorageSizeGb Integer
    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<GetCloudExadataInfrastructurePropertyCustomerContact>
    The list of customer contacts.
    dataStorageSizeTb Double
    Size, in terabytes, of the DATA disk group.
    dbNodeStorageSizeGb Integer
    The local node storage allocated in GBs.
    dbServerVersion String
    The software version of the database servers (dom0) in the Exadata Infrastructure.
    maintenanceWindows List<GetCloudExadataInfrastructurePropertyMaintenanceWindow>
    Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
    maxCpuCount Integer
    The total number of CPU cores available.
    maxDataStorageTb Double
    The total available DATA disk group size.
    maxDbNodeStorageSizeGb Integer
    The total local node storage available in GBs.
    maxMemoryGb Integer
    The total memory available in GBs.
    memorySizeGb Integer
    The memory allocated in GBs.
    monthlyDbServerVersion String
    The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
    monthlyStorageServerVersion String
    The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
    nextMaintenanceRunId String
    The OCID of the next maintenance run.
    nextMaintenanceRunTime String
    The time when the next maintenance run will occur.
    nextSecurityMaintenanceRunTime String
    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.
    storageServerVersion String
    The software version of the storage servers (cells) in the Exadata Infrastructure.
    totalStorageSizeGb Integer
    The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
    activatedStorageCount number
    The requested number of additional storage servers activated for the Exadata Infrastructure.
    additionalStorageCount number
    The requested number of additional storage servers for the Exadata Infrastructure.
    availableStorageSizeGb number
    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 GetCloudExadataInfrastructurePropertyCustomerContact[]
    The list of customer contacts.
    dataStorageSizeTb number
    Size, in terabytes, of the DATA disk group.
    dbNodeStorageSizeGb number
    The local node storage allocated in GBs.
    dbServerVersion string
    The software version of the database servers (dom0) in the Exadata Infrastructure.
    maintenanceWindows GetCloudExadataInfrastructurePropertyMaintenanceWindow[]
    Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
    maxCpuCount number
    The total number of CPU cores available.
    maxDataStorageTb number
    The total available DATA disk group size.
    maxDbNodeStorageSizeGb number
    The total local node storage available in GBs.
    maxMemoryGb number
    The total memory available in GBs.
    memorySizeGb number
    The memory allocated in GBs.
    monthlyDbServerVersion string
    The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
    monthlyStorageServerVersion string
    The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
    nextMaintenanceRunId string
    The OCID of the next maintenance run.
    nextMaintenanceRunTime string
    The time when the next maintenance run will occur.
    nextSecurityMaintenanceRunTime string
    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.
    storageServerVersion string
    The software version of the storage servers (cells) in the Exadata Infrastructure.
    totalStorageSizeGb number
    The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
    activated_storage_count int
    The requested number of additional storage servers activated for the Exadata Infrastructure.
    additional_storage_count int
    The requested number of additional storage servers for the Exadata Infrastructure.
    available_storage_size_gb int
    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[GetCloudExadataInfrastructurePropertyCustomerContact]
    The list of customer contacts.
    data_storage_size_tb float
    Size, in terabytes, of the DATA disk group.
    db_node_storage_size_gb int
    The local node storage allocated in GBs.
    db_server_version str
    The software version of the database servers (dom0) in the Exadata Infrastructure.
    maintenance_windows Sequence[GetCloudExadataInfrastructurePropertyMaintenanceWindow]
    Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow
    max_cpu_count int
    The total number of CPU cores available.
    max_data_storage_tb float
    The total available DATA disk group size.
    max_db_node_storage_size_gb int
    The total local node storage available in GBs.
    max_memory_gb int
    The total memory available in GBs.
    memory_size_gb int
    The memory allocated in GBs.
    monthly_db_server_version str
    The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
    monthly_storage_server_version str
    The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
    next_maintenance_run_id str
    The OCID of the next maintenance run.
    next_maintenance_run_time str
    The time when the next maintenance run will occur.
    next_security_maintenance_run_time str
    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_version str
    The software version of the storage servers (cells) in the Exadata Infrastructure.
    total_storage_size_gb int
    The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).
    activatedStorageCount Number
    The requested number of additional storage servers activated for the Exadata Infrastructure.
    additionalStorageCount Number
    The requested number of additional storage servers for the Exadata Infrastructure.
    availableStorageSizeGb Number
    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.
    dataStorageSizeTb Number
    Size, in terabytes, of the DATA disk group.
    dbNodeStorageSizeGb Number
    The local node storage allocated in GBs.
    dbServerVersion String
    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
    maxCpuCount Number
    The total number of CPU cores available.
    maxDataStorageTb Number
    The total available DATA disk group size.
    maxDbNodeStorageSizeGb Number
    The total local node storage available in GBs.
    maxMemoryGb Number
    The total memory available in GBs.
    memorySizeGb Number
    The memory allocated in GBs.
    monthlyDbServerVersion String
    The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15
    monthlyStorageServerVersion String
    The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15
    nextMaintenanceRunId String
    The OCID of the next maintenance run.
    nextMaintenanceRunTime String
    The time when the next maintenance run will occur.
    nextSecurityMaintenanceRunTime String
    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.
    storageServerVersion String
    The software version of the storage servers (cells) in the Exadata Infrastructure.
    totalStorageSizeGb Number
    The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).

    GetCloudExadataInfrastructurePropertyCustomerContact

    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.

    GetCloudExadataInfrastructurePropertyMaintenanceWindow

    CustomActionTimeoutMins 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 List<string>
    Days during the week when maintenance should be performed.
    HoursOfDays 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 bool
    If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
    LeadTimeWeek 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 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
    WeeksOfMonths 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 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 []string
    Days during the week when maintenance should be performed.
    HoursOfDays []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 bool
    If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
    LeadTimeWeek 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 []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
    WeeksOfMonths []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 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 List<String>
    Days during the week when maintenance should be performed.
    hoursOfDays 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 Boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
    leadTimeWeek 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 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
    weeksOfMonths 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 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 string[]
    Days during the week when maintenance should be performed.
    hoursOfDays 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 boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
    leadTimeWeek 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 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
    weeksOfMonths 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 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 Sequence[str]
    Days during the week when maintenance should be performed.
    hours_of_days 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 bool
    If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
    lead_time_week 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 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_months 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 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 List<String>
    Days during the week when maintenance should be performed.
    hoursOfDays 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 Boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
    leadTimeWeek 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 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
    weeksOfMonths 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.
    gcp logo
    Google Cloud Classic v8.9.3 published on Monday, Nov 18, 2024 by Pulumi