1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. ComputeCloud
  5. getAtCustomerCccInfrastructure
Oracle Cloud Infrastructure v1.36.0 published on Thursday, May 16, 2024 by Pulumi

oci.ComputeCloud.getAtCustomerCccInfrastructure

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.36.0 published on Thursday, May 16, 2024 by Pulumi

    This data source provides details about a specific Ccc Infrastructure resource in Oracle Cloud Infrastructure Compute Cloud At Customer service.

    Gets a Compute Cloud@Customer infrastructure using the infrastructure OCID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCccInfrastructure = oci.ComputeCloud.getAtCustomerCccInfrastructure({
        cccInfrastructureId: testCccInfrastructureOciComputeCloudAtCustomerCccInfrastructure.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_ccc_infrastructure = oci.ComputeCloud.get_at_customer_ccc_infrastructure(ccc_infrastructure_id=test_ccc_infrastructure_oci_compute_cloud_at_customer_ccc_infrastructure["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/ComputeCloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ComputeCloud.GetAtCustomerCccInfrastructure(ctx, &computecloud.GetAtCustomerCccInfrastructureArgs{
    			CccInfrastructureId: testCccInfrastructureOciComputeCloudAtCustomerCccInfrastructure.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testCccInfrastructure = Oci.ComputeCloud.GetAtCustomerCccInfrastructure.Invoke(new()
        {
            CccInfrastructureId = testCccInfrastructureOciComputeCloudAtCustomerCccInfrastructure.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.ComputeCloud.ComputeCloudFunctions;
    import com.pulumi.oci.ComputeCloud.inputs.GetAtCustomerCccInfrastructureArgs;
    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 testCccInfrastructure = ComputeCloudFunctions.getAtCustomerCccInfrastructure(GetAtCustomerCccInfrastructureArgs.builder()
                .cccInfrastructureId(testCccInfrastructureOciComputeCloudAtCustomerCccInfrastructure.id())
                .build());
    
        }
    }
    
    variables:
      testCccInfrastructure:
        fn::invoke:
          Function: oci:ComputeCloud:getAtCustomerCccInfrastructure
          Arguments:
            cccInfrastructureId: ${testCccInfrastructureOciComputeCloudAtCustomerCccInfrastructure.id}
    

    Using getAtCustomerCccInfrastructure

    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 getAtCustomerCccInfrastructure(args: GetAtCustomerCccInfrastructureArgs, opts?: InvokeOptions): Promise<GetAtCustomerCccInfrastructureResult>
    function getAtCustomerCccInfrastructureOutput(args: GetAtCustomerCccInfrastructureOutputArgs, opts?: InvokeOptions): Output<GetAtCustomerCccInfrastructureResult>
    def get_at_customer_ccc_infrastructure(ccc_infrastructure_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetAtCustomerCccInfrastructureResult
    def get_at_customer_ccc_infrastructure_output(ccc_infrastructure_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetAtCustomerCccInfrastructureResult]
    func GetAtCustomerCccInfrastructure(ctx *Context, args *GetAtCustomerCccInfrastructureArgs, opts ...InvokeOption) (*GetAtCustomerCccInfrastructureResult, error)
    func GetAtCustomerCccInfrastructureOutput(ctx *Context, args *GetAtCustomerCccInfrastructureOutputArgs, opts ...InvokeOption) GetAtCustomerCccInfrastructureResultOutput

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

    public static class GetAtCustomerCccInfrastructure 
    {
        public static Task<GetAtCustomerCccInfrastructureResult> InvokeAsync(GetAtCustomerCccInfrastructureArgs args, InvokeOptions? opts = null)
        public static Output<GetAtCustomerCccInfrastructureResult> Invoke(GetAtCustomerCccInfrastructureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAtCustomerCccInfrastructureResult> getAtCustomerCccInfrastructure(GetAtCustomerCccInfrastructureArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:ComputeCloud/getAtCustomerCccInfrastructure:getAtCustomerCccInfrastructure
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CccInfrastructureId string
    An OCID for a Compute Cloud@Customer Infrastructure.
    CccInfrastructureId string
    An OCID for a Compute Cloud@Customer Infrastructure.
    cccInfrastructureId String
    An OCID for a Compute Cloud@Customer Infrastructure.
    cccInfrastructureId string
    An OCID for a Compute Cloud@Customer Infrastructure.
    ccc_infrastructure_id str
    An OCID for a Compute Cloud@Customer Infrastructure.
    cccInfrastructureId String
    An OCID for a Compute Cloud@Customer Infrastructure.

    getAtCustomerCccInfrastructure Result

    The following output properties are available:

    CccInfrastructureId string
    CccUpgradeScheduleId string
    Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
    CompartmentId string
    The infrastructure compartment OCID.
    ConnectionDetails string
    A message describing the current connection state in more detail.
    ConnectionState string
    The current connection state of the infrastructure. A user can only update it from REQUEST to READY or from any state back to REJECT. The system automatically handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
    DisplayName string
    The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information.
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The Compute Cloud@Customer infrastructure OCID. This cannot be changed once created.
    InfrastructureInventories List<GetAtCustomerCccInfrastructureInfrastructureInventory>
    Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.
    InfrastructureNetworkConfigurations List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfiguration>
    Configuration information for the Compute Cloud@Customer infrastructure. This network configuration information cannot be updated and is retrieved from the data center. The information will only be available after the connectionState is transitioned to CONNECTED.
    LifecycleDetails string
    A message describing the current lifecycle state in more detail. For example, this can be used to provide actionable information for a resource that is in a Failed state.
    ProvisioningFingerprint string
    Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated during the initial connection to this resource. The fingerprint should be verified by the administrator when changing the connectionState from REQUEST to READY.
    ProvisioningPin string
    Code that is required for service personnel to connect a Compute Cloud@Customer infrastructure in a data center to this resource. This code will only be available when the connectionState is REJECT (usually at create time of the Compute Cloud@Customer infrastructure).
    ShortName string
    The Compute Cloud@Customer infrastructure short name. This cannot be changed once created. The short name is used to refer to the infrastructure in several contexts and is unique.
    State string
    The current state of the Compute Cloud@Customer infrastructure.
    SubnetId string
    OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
    SystemTags Dictionary<string, object>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted datetime string.
    TimeUpdated string
    Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted datetime string.
    UpgradeInformations List<GetAtCustomerCccInfrastructureUpgradeInformation>
    Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.
    CccInfrastructureId string
    CccUpgradeScheduleId string
    Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
    CompartmentId string
    The infrastructure compartment OCID.
    ConnectionDetails string
    A message describing the current connection state in more detail.
    ConnectionState string
    The current connection state of the infrastructure. A user can only update it from REQUEST to READY or from any state back to REJECT. The system automatically handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
    DisplayName string
    The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information.
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The Compute Cloud@Customer infrastructure OCID. This cannot be changed once created.
    InfrastructureInventories []GetAtCustomerCccInfrastructureInfrastructureInventory
    Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.
    InfrastructureNetworkConfigurations []GetAtCustomerCccInfrastructureInfrastructureNetworkConfiguration
    Configuration information for the Compute Cloud@Customer infrastructure. This network configuration information cannot be updated and is retrieved from the data center. The information will only be available after the connectionState is transitioned to CONNECTED.
    LifecycleDetails string
    A message describing the current lifecycle state in more detail. For example, this can be used to provide actionable information for a resource that is in a Failed state.
    ProvisioningFingerprint string
    Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated during the initial connection to this resource. The fingerprint should be verified by the administrator when changing the connectionState from REQUEST to READY.
    ProvisioningPin string
    Code that is required for service personnel to connect a Compute Cloud@Customer infrastructure in a data center to this resource. This code will only be available when the connectionState is REJECT (usually at create time of the Compute Cloud@Customer infrastructure).
    ShortName string
    The Compute Cloud@Customer infrastructure short name. This cannot be changed once created. The short name is used to refer to the infrastructure in several contexts and is unique.
    State string
    The current state of the Compute Cloud@Customer infrastructure.
    SubnetId string
    OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
    SystemTags map[string]interface{}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted datetime string.
    TimeUpdated string
    Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted datetime string.
    UpgradeInformations []GetAtCustomerCccInfrastructureUpgradeInformation
    Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.
    cccInfrastructureId String
    cccUpgradeScheduleId String
    Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
    compartmentId String
    The infrastructure compartment OCID.
    connectionDetails String
    A message describing the current connection state in more detail.
    connectionState String
    The current connection state of the infrastructure. A user can only update it from REQUEST to READY or from any state back to REJECT. The system automatically handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
    displayName String
    The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information.
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The Compute Cloud@Customer infrastructure OCID. This cannot be changed once created.
    infrastructureInventories List<GetAtCustomerCccInfrastructureInfrastructureInventory>
    Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.
    infrastructureNetworkConfigurations List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfiguration>
    Configuration information for the Compute Cloud@Customer infrastructure. This network configuration information cannot be updated and is retrieved from the data center. The information will only be available after the connectionState is transitioned to CONNECTED.
    lifecycleDetails String
    A message describing the current lifecycle state in more detail. For example, this can be used to provide actionable information for a resource that is in a Failed state.
    provisioningFingerprint String
    Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated during the initial connection to this resource. The fingerprint should be verified by the administrator when changing the connectionState from REQUEST to READY.
    provisioningPin String
    Code that is required for service personnel to connect a Compute Cloud@Customer infrastructure in a data center to this resource. This code will only be available when the connectionState is REJECT (usually at create time of the Compute Cloud@Customer infrastructure).
    shortName String
    The Compute Cloud@Customer infrastructure short name. This cannot be changed once created. The short name is used to refer to the infrastructure in several contexts and is unique.
    state String
    The current state of the Compute Cloud@Customer infrastructure.
    subnetId String
    OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
    systemTags Map<String,Object>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted datetime string.
    timeUpdated String
    Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted datetime string.
    upgradeInformations List<GetAtCustomerCccInfrastructureUpgradeInformation>
    Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.
    cccInfrastructureId string
    cccUpgradeScheduleId string
    Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
    compartmentId string
    The infrastructure compartment OCID.
    connectionDetails string
    A message describing the current connection state in more detail.
    connectionState string
    The current connection state of the infrastructure. A user can only update it from REQUEST to READY or from any state back to REJECT. The system automatically handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
    displayName string
    The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information.
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    The Compute Cloud@Customer infrastructure OCID. This cannot be changed once created.
    infrastructureInventories GetAtCustomerCccInfrastructureInfrastructureInventory[]
    Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.
    infrastructureNetworkConfigurations GetAtCustomerCccInfrastructureInfrastructureNetworkConfiguration[]
    Configuration information for the Compute Cloud@Customer infrastructure. This network configuration information cannot be updated and is retrieved from the data center. The information will only be available after the connectionState is transitioned to CONNECTED.
    lifecycleDetails string
    A message describing the current lifecycle state in more detail. For example, this can be used to provide actionable information for a resource that is in a Failed state.
    provisioningFingerprint string
    Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated during the initial connection to this resource. The fingerprint should be verified by the administrator when changing the connectionState from REQUEST to READY.
    provisioningPin string
    Code that is required for service personnel to connect a Compute Cloud@Customer infrastructure in a data center to this resource. This code will only be available when the connectionState is REJECT (usually at create time of the Compute Cloud@Customer infrastructure).
    shortName string
    The Compute Cloud@Customer infrastructure short name. This cannot be changed once created. The short name is used to refer to the infrastructure in several contexts and is unique.
    state string
    The current state of the Compute Cloud@Customer infrastructure.
    subnetId string
    OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
    systemTags {[key: string]: any}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted datetime string.
    timeUpdated string
    Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted datetime string.
    upgradeInformations GetAtCustomerCccInfrastructureUpgradeInformation[]
    Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.
    ccc_infrastructure_id str
    ccc_upgrade_schedule_id str
    Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
    compartment_id str
    The infrastructure compartment OCID.
    connection_details str
    A message describing the current connection state in more detail.
    connection_state str
    The current connection state of the infrastructure. A user can only update it from REQUEST to READY or from any state back to REJECT. The system automatically handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str
    A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
    display_name str
    The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information.
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    The Compute Cloud@Customer infrastructure OCID. This cannot be changed once created.
    infrastructure_inventories Sequence[computecloud.GetAtCustomerCccInfrastructureInfrastructureInventory]
    Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.
    infrastructure_network_configurations Sequence[computecloud.GetAtCustomerCccInfrastructureInfrastructureNetworkConfiguration]
    Configuration information for the Compute Cloud@Customer infrastructure. This network configuration information cannot be updated and is retrieved from the data center. The information will only be available after the connectionState is transitioned to CONNECTED.
    lifecycle_details str
    A message describing the current lifecycle state in more detail. For example, this can be used to provide actionable information for a resource that is in a Failed state.
    provisioning_fingerprint str
    Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated during the initial connection to this resource. The fingerprint should be verified by the administrator when changing the connectionState from REQUEST to READY.
    provisioning_pin str
    Code that is required for service personnel to connect a Compute Cloud@Customer infrastructure in a data center to this resource. This code will only be available when the connectionState is REJECT (usually at create time of the Compute Cloud@Customer infrastructure).
    short_name str
    The Compute Cloud@Customer infrastructure short name. This cannot be changed once created. The short name is used to refer to the infrastructure in several contexts and is unique.
    state str
    The current state of the Compute Cloud@Customer infrastructure.
    subnet_id str
    OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
    system_tags Mapping[str, Any]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted datetime string.
    time_updated str
    Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted datetime string.
    upgrade_informations Sequence[computecloud.GetAtCustomerCccInfrastructureUpgradeInformation]
    Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.
    cccInfrastructureId String
    cccUpgradeScheduleId String
    Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
    compartmentId String
    The infrastructure compartment OCID.
    connectionDetails String
    A message describing the current connection state in more detail.
    connectionState String
    The current connection state of the infrastructure. A user can only update it from REQUEST to READY or from any state back to REJECT. The system automatically handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
    displayName String
    The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information.
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The Compute Cloud@Customer infrastructure OCID. This cannot be changed once created.
    infrastructureInventories List<Property Map>
    Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED.
    infrastructureNetworkConfigurations List<Property Map>
    Configuration information for the Compute Cloud@Customer infrastructure. This network configuration information cannot be updated and is retrieved from the data center. The information will only be available after the connectionState is transitioned to CONNECTED.
    lifecycleDetails String
    A message describing the current lifecycle state in more detail. For example, this can be used to provide actionable information for a resource that is in a Failed state.
    provisioningFingerprint String
    Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated during the initial connection to this resource. The fingerprint should be verified by the administrator when changing the connectionState from REQUEST to READY.
    provisioningPin String
    Code that is required for service personnel to connect a Compute Cloud@Customer infrastructure in a data center to this resource. This code will only be available when the connectionState is REJECT (usually at create time of the Compute Cloud@Customer infrastructure).
    shortName String
    The Compute Cloud@Customer infrastructure short name. This cannot be changed once created. The short name is used to refer to the infrastructure in several contexts and is unique.
    state String
    The current state of the Compute Cloud@Customer infrastructure.
    subnetId String
    OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
    systemTags Map<Any>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted datetime string.
    timeUpdated String
    Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted datetime string.
    upgradeInformations List<Property Map>
    Upgrade information that relates to a Compute Cloud@Customer infrastructure. This information cannot be updated.

    Supporting Types

    GetAtCustomerCccInfrastructureInfrastructureInventory

    CapacityStorageTrayCount int
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
    ComputeNodeCount int
    The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
    ManagementNodeCount int
    The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
    PerformanceStorageTrayCount int
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
    SerialNumber string
    The serial number of the Compute Cloud@Customer infrastructure rack.
    CapacityStorageTrayCount int
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
    ComputeNodeCount int
    The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
    ManagementNodeCount int
    The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
    PerformanceStorageTrayCount int
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
    SerialNumber string
    The serial number of the Compute Cloud@Customer infrastructure rack.
    capacityStorageTrayCount Integer
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
    computeNodeCount Integer
    The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
    managementNodeCount Integer
    The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
    performanceStorageTrayCount Integer
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
    serialNumber String
    The serial number of the Compute Cloud@Customer infrastructure rack.
    capacityStorageTrayCount number
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
    computeNodeCount number
    The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
    managementNodeCount number
    The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
    performanceStorageTrayCount number
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
    serialNumber string
    The serial number of the Compute Cloud@Customer infrastructure rack.
    capacity_storage_tray_count int
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
    compute_node_count int
    The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
    management_node_count int
    The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
    performance_storage_tray_count int
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
    serial_number str
    The serial number of the Compute Cloud@Customer infrastructure rack.
    capacityStorageTrayCount Number
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for capacity storage.
    computeNodeCount Number
    The number of compute nodes that are available and usable on the Compute Cloud@Customer infrastructure rack. There is no distinction of compute node type in this information.
    managementNodeCount Number
    The number of management nodes that are available and in active use on the Compute Cloud@Customer infrastructure rack.
    performanceStorageTrayCount Number
    The number of storage trays in the Compute Cloud@Customer infrastructure rack that are designated for performance storage.
    serialNumber String
    The serial number of the Compute Cloud@Customer infrastructure rack.

    GetAtCustomerCccInfrastructureInfrastructureNetworkConfiguration

    DnsIps List<string>
    The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
    InfrastructureRoutingDynamics List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic>
    Dynamic routing information for the Compute Cloud@Customer infrastructure.
    InfrastructureRoutingStatics List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic>
    Static routing information for a rack.
    ManagementNodes List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode>
    Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
    MgmtVipHostname string
    The hostname corresponding to the virtual IP (VIP) address of the management nodes.
    MgmtVipIp string
    The IP address used as the virtual IP (VIP) address of the management nodes.
    SpineIps List<string>
    Addresses of the network spine switches.
    SpineVip string
    The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
    UplinkDomain string
    Domain name to be used as the base domain for the internal network and by public facing services.
    UplinkGatewayIp string
    Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
    UplinkNetmask string
    Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
    UplinkPortCount int
    Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
    UplinkPortForwardErrorCorrection string
    The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
    UplinkPortSpeedInGbps int
    Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
    UplinkVlanMtu int
    The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
    DnsIps []string
    The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
    InfrastructureRoutingDynamics []GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic
    Dynamic routing information for the Compute Cloud@Customer infrastructure.
    InfrastructureRoutingStatics []GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic
    Static routing information for a rack.
    ManagementNodes []GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode
    Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
    MgmtVipHostname string
    The hostname corresponding to the virtual IP (VIP) address of the management nodes.
    MgmtVipIp string
    The IP address used as the virtual IP (VIP) address of the management nodes.
    SpineIps []string
    Addresses of the network spine switches.
    SpineVip string
    The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
    UplinkDomain string
    Domain name to be used as the base domain for the internal network and by public facing services.
    UplinkGatewayIp string
    Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
    UplinkNetmask string
    Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
    UplinkPortCount int
    Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
    UplinkPortForwardErrorCorrection string
    The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
    UplinkPortSpeedInGbps int
    Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
    UplinkVlanMtu int
    The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
    dnsIps List<String>
    The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
    infrastructureRoutingDynamics List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic>
    Dynamic routing information for the Compute Cloud@Customer infrastructure.
    infrastructureRoutingStatics List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic>
    Static routing information for a rack.
    managementNodes List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode>
    Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
    mgmtVipHostname String
    The hostname corresponding to the virtual IP (VIP) address of the management nodes.
    mgmtVipIp String
    The IP address used as the virtual IP (VIP) address of the management nodes.
    spineIps List<String>
    Addresses of the network spine switches.
    spineVip String
    The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
    uplinkDomain String
    Domain name to be used as the base domain for the internal network and by public facing services.
    uplinkGatewayIp String
    Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
    uplinkNetmask String
    Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
    uplinkPortCount Integer
    Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
    uplinkPortForwardErrorCorrection String
    The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
    uplinkPortSpeedInGbps Integer
    Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
    uplinkVlanMtu Integer
    The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
    dnsIps string[]
    The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
    infrastructureRoutingDynamics GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic[]
    Dynamic routing information for the Compute Cloud@Customer infrastructure.
    infrastructureRoutingStatics GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic[]
    Static routing information for a rack.
    managementNodes GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode[]
    Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
    mgmtVipHostname string
    The hostname corresponding to the virtual IP (VIP) address of the management nodes.
    mgmtVipIp string
    The IP address used as the virtual IP (VIP) address of the management nodes.
    spineIps string[]
    Addresses of the network spine switches.
    spineVip string
    The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
    uplinkDomain string
    Domain name to be used as the base domain for the internal network and by public facing services.
    uplinkGatewayIp string
    Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
    uplinkNetmask string
    Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
    uplinkPortCount number
    Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
    uplinkPortForwardErrorCorrection string
    The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
    uplinkPortSpeedInGbps number
    Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
    uplinkVlanMtu number
    The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
    dns_ips Sequence[str]
    The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
    infrastructure_routing_dynamics Sequence[computecloud.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic]
    Dynamic routing information for the Compute Cloud@Customer infrastructure.
    infrastructure_routing_statics Sequence[computecloud.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic]
    Static routing information for a rack.
    management_nodes Sequence[computecloud.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode]
    Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
    mgmt_vip_hostname str
    The hostname corresponding to the virtual IP (VIP) address of the management nodes.
    mgmt_vip_ip str
    The IP address used as the virtual IP (VIP) address of the management nodes.
    spine_ips Sequence[str]
    Addresses of the network spine switches.
    spine_vip str
    The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
    uplink_domain str
    Domain name to be used as the base domain for the internal network and by public facing services.
    uplink_gateway_ip str
    Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
    uplink_netmask str
    Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
    uplink_port_count int
    Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
    uplink_port_forward_error_correction str
    The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
    uplink_port_speed_in_gbps int
    Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
    uplink_vlan_mtu int
    The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.
    dnsIps List<String>
    The domain name system (DNS) addresses that the Compute Cloud@Customer infrastructure uses for the data center network.
    infrastructureRoutingDynamics List<Property Map>
    Dynamic routing information for the Compute Cloud@Customer infrastructure.
    infrastructureRoutingStatics List<Property Map>
    Static routing information for a rack.
    managementNodes List<Property Map>
    Information about the management nodes that are provisioned in the Compute Cloud@Customer infrastructure.
    mgmtVipHostname String
    The hostname corresponding to the virtual IP (VIP) address of the management nodes.
    mgmtVipIp String
    The IP address used as the virtual IP (VIP) address of the management nodes.
    spineIps List<String>
    Addresses of the network spine switches.
    spineVip String
    The spine switch public virtual IP (VIP). Traffic routed to the Compute Cloud@Customer infrastructure and and virtual cloud networks (VCNs) should have this address as next hop.
    uplinkDomain String
    Domain name to be used as the base domain for the internal network and by public facing services.
    uplinkGatewayIp String
    Uplink gateway in the datacenter network that the Compute Cloud@Customer connects to.
    uplinkNetmask String
    Netmask of the subnet that the Compute Cloud@Customer infrastructure is connected to.
    uplinkPortCount Number
    Number of uplink ports per spine switch. Connectivity is identical on both spine switches. For example, if input is two 100 gigabyte ports; then port-1 and port-2 on both spines will be configured.
    uplinkPortForwardErrorCorrection String
    The port forward error correction (FEC) setting for the uplink port on the Compute Cloud@Customer infrastructure.
    uplinkPortSpeedInGbps Number
    Uplink port speed defined in gigabytes per second. All uplink ports must have identical speed.
    uplinkVlanMtu Number
    The virtual local area network (VLAN) maximum transmission unit (MTU) size for the uplink ports.

    GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamic

    BgpTopology string
    The topology in use for the Border Gateway Protocol (BGP) configuration.
    OracleAsn int
    The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
    PeerInformations List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation>
    The list of peer devices in the dynamic routing configuration.
    BgpTopology string
    The topology in use for the Border Gateway Protocol (BGP) configuration.
    OracleAsn int
    The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
    PeerInformations []GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation
    The list of peer devices in the dynamic routing configuration.
    bgpTopology String
    The topology in use for the Border Gateway Protocol (BGP) configuration.
    oracleAsn Integer
    The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
    peerInformations List<GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation>
    The list of peer devices in the dynamic routing configuration.
    bgpTopology string
    The topology in use for the Border Gateway Protocol (BGP) configuration.
    oracleAsn number
    The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
    peerInformations GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation[]
    The list of peer devices in the dynamic routing configuration.
    bgp_topology str
    The topology in use for the Border Gateway Protocol (BGP) configuration.
    oracle_asn int
    The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
    peer_informations Sequence[computecloud.GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation]
    The list of peer devices in the dynamic routing configuration.
    bgpTopology String
    The topology in use for the Border Gateway Protocol (BGP) configuration.
    oracleAsn Number
    The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
    peerInformations List<Property Map>
    The list of peer devices in the dynamic routing configuration.

    GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingDynamicPeerInformation

    Asn int
    The Autonomous System Number (ASN) of the peer network.
    Ip string
    Address of the management node.
    Asn int
    The Autonomous System Number (ASN) of the peer network.
    Ip string
    Address of the management node.
    asn Integer
    The Autonomous System Number (ASN) of the peer network.
    ip String
    Address of the management node.
    asn number
    The Autonomous System Number (ASN) of the peer network.
    ip string
    Address of the management node.
    asn int
    The Autonomous System Number (ASN) of the peer network.
    ip str
    Address of the management node.
    asn Number
    The Autonomous System Number (ASN) of the peer network.
    ip String
    Address of the management node.

    GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationInfrastructureRoutingStatic

    UplinkHsrpGroup int
    The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
    UplinkVlan int
    The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
    UplinkHsrpGroup int
    The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
    UplinkVlan int
    The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
    uplinkHsrpGroup Integer
    The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
    uplinkVlan Integer
    The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
    uplinkHsrpGroup number
    The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
    uplinkVlan number
    The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
    uplink_hsrp_group int
    The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
    uplink_vlan int
    The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).
    uplinkHsrpGroup Number
    The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the Compute Cloud@Customer infrastructure.
    uplinkVlan Number
    The virtual local area network (VLAN) identifier used to connect to the uplink (only access mode is supported).

    GetAtCustomerCccInfrastructureInfrastructureNetworkConfigurationManagementNode

    Hostname string
    Hostname for interface to the management node.
    Ip string
    Address of the management node.
    Hostname string
    Hostname for interface to the management node.
    Ip string
    Address of the management node.
    hostname String
    Hostname for interface to the management node.
    ip String
    Address of the management node.
    hostname string
    Hostname for interface to the management node.
    ip string
    Address of the management node.
    hostname str
    Hostname for interface to the management node.
    ip str
    Address of the management node.
    hostname String
    Hostname for interface to the management node.
    ip String
    Address of the management node.

    GetAtCustomerCccInfrastructureUpgradeInformation

    CurrentVersion string
    The current version of software installed on the Compute Cloud@Customer infrastructure.
    IsActive bool
    Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
    ScheduledUpgradeDuration string
    Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
    TimeOfScheduledUpgrade string
    Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
    CurrentVersion string
    The current version of software installed on the Compute Cloud@Customer infrastructure.
    IsActive bool
    Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
    ScheduledUpgradeDuration string
    Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
    TimeOfScheduledUpgrade string
    Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
    currentVersion String
    The current version of software installed on the Compute Cloud@Customer infrastructure.
    isActive Boolean
    Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
    scheduledUpgradeDuration String
    Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
    timeOfScheduledUpgrade String
    Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
    currentVersion string
    The current version of software installed on the Compute Cloud@Customer infrastructure.
    isActive boolean
    Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
    scheduledUpgradeDuration string
    Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
    timeOfScheduledUpgrade string
    Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
    current_version str
    The current version of software installed on the Compute Cloud@Customer infrastructure.
    is_active bool
    Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
    scheduled_upgrade_duration str
    Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
    time_of_scheduled_upgrade str
    Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.
    currentVersion String
    The current version of software installed on the Compute Cloud@Customer infrastructure.
    isActive Boolean
    Indication that the Compute Cloud@Customer infrastructure is in the process of an upgrade or an upgrade activity (such as preloading upgrade images).
    scheduledUpgradeDuration String
    Expected duration of Compute Cloud@Customer infrastructure scheduled upgrade. The actual upgrade time might be longer or shorter than this duration depending on rack activity, this is only an estimate.
    timeOfScheduledUpgrade String
    Compute Cloud@Customer infrastructure next upgrade time. The rack might have performance impacts during this time.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.36.0 published on Thursday, May 16, 2024 by Pulumi