Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi
This data source provides details about a specific Infrastructure resource in Oracle Cloud Infrastructure Datacc service.
Obtain the Database Infrastructure that has the specified OCID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testInfrastructure = oci.oci.getDataccInfrastructure({
infrastructureId: testInfrastructureOciDataccInfrastructure.id,
});
import pulumi
import pulumi_oci as oci
test_infrastructure = oci.oci.get_datacc_infrastructure(infrastructure_id=test_infrastructure_oci_datacc_infrastructure["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.LookupDataccInfrastructure(ctx, &oci.LookupDataccInfrastructureArgs{
InfrastructureId: testInfrastructureOciDataccInfrastructure.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 testInfrastructure = Oci.Oci.GetDataccInfrastructure.Invoke(new()
{
InfrastructureId = testInfrastructureOciDataccInfrastructure.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetDataccInfrastructureArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 testInfrastructure = OciFunctions.getDataccInfrastructure(GetDataccInfrastructureArgs.builder()
.infrastructureId(testInfrastructureOciDataccInfrastructure.id())
.build());
}
}
variables:
testInfrastructure:
fn::invoke:
function: oci:oci:getDataccInfrastructure
arguments:
infrastructureId: ${testInfrastructureOciDataccInfrastructure.id}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_oci_getdataccinfrastructure" "testInfrastructure" {
infrastructure_id = testInfrastructureOciDataccInfrastructure.id
}
Using getDataccInfrastructure
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 getDataccInfrastructure(args: GetDataccInfrastructureArgs, opts?: InvokeOptions): Promise<GetDataccInfrastructureResult>
function getDataccInfrastructureOutput(args: GetDataccInfrastructureOutputArgs, opts?: InvokeOptions): Output<GetDataccInfrastructureResult>def get_datacc_infrastructure(infrastructure_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDataccInfrastructureResult
def get_datacc_infrastructure_output(infrastructure_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDataccInfrastructureResult]func LookupDataccInfrastructure(ctx *Context, args *LookupDataccInfrastructureArgs, opts ...InvokeOption) (*LookupDataccInfrastructureResult, error)
func LookupDataccInfrastructureOutput(ctx *Context, args *LookupDataccInfrastructureOutputArgs, opts ...InvokeOption) LookupDataccInfrastructureResultOutput> Note: This function is named LookupDataccInfrastructure in the Go SDK.
public static class GetDataccInfrastructure
{
public static Task<GetDataccInfrastructureResult> InvokeAsync(GetDataccInfrastructureArgs args, InvokeOptions? opts = null)
public static Output<GetDataccInfrastructureResult> Invoke(GetDataccInfrastructureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDataccInfrastructureResult> getDataccInfrastructure(GetDataccInfrastructureArgs args, InvokeOptions options)
public static Output<GetDataccInfrastructureResult> getDataccInfrastructure(GetDataccInfrastructureArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getDataccInfrastructure:getDataccInfrastructure
arguments:
# arguments dictionarydata "oci_oci_get_datacc_infrastructure" "name" {
# arguments
}The following arguments are supported:
- Infrastructure
Id string - The OCID of the Database Infrastructure.
- Infrastructure
Id string - The OCID of the Database Infrastructure.
- infrastructure_
id string - The OCID of the Database Infrastructure.
- infrastructure
Id String - The OCID of the Database Infrastructure.
- infrastructure
Id string - The OCID of the Database Infrastructure.
- infrastructure_
id str - The OCID of the Database Infrastructure.
- infrastructure
Id String - The OCID of the Database Infrastructure.
getDataccInfrastructure Result
The following output properties are available:
- Acfs
File doubleSystem Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is reserved for creating local storage for VM Clusters and application VMs.
- Acfs
File doubleSystem Used Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs. This attribute is deprecated and will be removed in a subsequent release. Please read from systemStorageCapacity instead.
- Admin
Networkcidr string - The CIDR block for the system network. The system network is a private network in Database Infrastructure and is not connected to your corporate network. The system network is used for storage (ASM) traffic, high-performance interconnect traffic and administration of infrastructure components.
- Backup
Network stringBonding Interface - The network bonding interface for backup network for the Database Infrastructure.
- Backup
Network stringBonding Mode - The network bonding mode for Backup networks for the Database Infrastructure.
- Client
Network stringBonding Interface - The network bonding interface for client network for the Database Infrastructure.
- Client
Network stringBonding Mode - The network bonding mode for Client networks for the Database Infrastructure.
- Cloud
Control stringPlane Server1 - The IP address for the first control plane server.
- Cloud
Control stringPlane Server2 - The IP address for the second control plane server.
- Compartment
Id string - The OCID of the compartment.
- Compute
Capacities List<GetDatacc Infrastructure Compute Capacity> - Capacity details of the Database Infrastructure.
- Contacts
List<Get
Datacc Infrastructure Contact> - The list of contacts for the Database Infrastructure.
- Corporate
Proxy string - The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- Cps
Network stringBonding Interface - The network bonding interface for CPS network for the Database Infrastructure.
- Cps
Network stringBonding Mode - The network bonding mode for CPS networks for the Database Infrastructure.
- Data
Disk intPercentage - Percentage of disk space assigned for DATA disk group.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- Database Infrastructure description.
- Display
Name string - The user-friendly name for the Database Infrastructure. The name does not need to be unique.
- Dns
Servers List<string> - The list of DNS server IP addresses. Maximum of 3 allowed.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example:
{"bar-key": "value"} - Gateway string
- The gateway for the control plane network.
- Id string
- The OCID of the Oracle Data Server of Infrastructure.
- Infrastructure
Id string - Lifecycle
State stringDetails - Lifecycle state details of the Database Infrastructure.
- Maintenance
Windows List<GetDatacc Infrastructure Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Netmask string
- The netmask for the control plane network.
- Network
Adapter stringConfiguration - The network adapter, transceiver and cable configuration for the client and backup networks.
- Ntp
Servers List<string> - The list of NTP server IP addresses. Maximum of 3 allowed.
- Rack
Serial stringNumber - The serial number for the Database Infrastructure.
- Reco
Disk intPercentage - Percentage of disk space assigned for RECO disk group.
- Scale
Storage intTrigger - Servers
List<Get
Datacc Infrastructure Server> - A list of Database Infrastructure nodes.
- Shape string
- The shape of the Database Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- Ssd
Configuration stringRequested - SSD configuration requested for the infrastructure.
- State string
- The current state of the Database Infrastructure.
- Storage
Capacities List<GetDatacc Infrastructure Storage Capacity> - Capacity details of the Storage disk group. This attribute is deprecated and will be removed in a subsequent release. Please use systemStorageCapacity instead.
- Subscription
Plan stringNumber - The unique identifier for the subscription plan number.
- System
Model string - Database Infrastructure System Model specification. The system model determines the model of the Database Infrastructure hardware to be used.
- System
Storage List<GetCapacities Datacc Infrastructure System Storage Capacity> - Capacity details of different storage types.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Activated string - The time, in RFC3339 format, when the Database Infrastructure was activated.
- Time
Created string - The time that the Database Infrastructure cluster was created. An RFC3339 formatted datetime string.
- Time
Last stringState Updated - The time, in RFC3339 format, when the lifecycle state was last updated.
- Time
Updated string - The time that the Database Infrastructure was last updated. An RFC3339 formatted datetime string.
- Time
Validated string - The time, in RFC3339 format, when the Database Infrastructure network was validated.
- Version string
- The version of the system software on the Database Infrastructure.
- Vlan
Id string - The CPS network VLAN ID.
- Acfs
File float64System Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is reserved for creating local storage for VM Clusters and application VMs.
- Acfs
File float64System Used Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs. This attribute is deprecated and will be removed in a subsequent release. Please read from systemStorageCapacity instead.
- Admin
Networkcidr string - The CIDR block for the system network. The system network is a private network in Database Infrastructure and is not connected to your corporate network. The system network is used for storage (ASM) traffic, high-performance interconnect traffic and administration of infrastructure components.
- Backup
Network stringBonding Interface - The network bonding interface for backup network for the Database Infrastructure.
- Backup
Network stringBonding Mode - The network bonding mode for Backup networks for the Database Infrastructure.
- Client
Network stringBonding Interface - The network bonding interface for client network for the Database Infrastructure.
- Client
Network stringBonding Mode - The network bonding mode for Client networks for the Database Infrastructure.
- Cloud
Control stringPlane Server1 - The IP address for the first control plane server.
- Cloud
Control stringPlane Server2 - The IP address for the second control plane server.
- Compartment
Id string - The OCID of the compartment.
- Compute
Capacities []GetDatacc Infrastructure Compute Capacity - Capacity details of the Database Infrastructure.
- Contacts
[]Get
Datacc Infrastructure Contact - The list of contacts for the Database Infrastructure.
- Corporate
Proxy string - The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- Cps
Network stringBonding Interface - The network bonding interface for CPS network for the Database Infrastructure.
- Cps
Network stringBonding Mode - The network bonding mode for CPS networks for the Database Infrastructure.
- Data
Disk intPercentage - Percentage of disk space assigned for DATA disk group.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- Database Infrastructure description.
- Display
Name string - The user-friendly name for the Database Infrastructure. The name does not need to be unique.
- Dns
Servers []string - The list of DNS server IP addresses. Maximum of 3 allowed.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example:
{"bar-key": "value"} - Gateway string
- The gateway for the control plane network.
- Id string
- The OCID of the Oracle Data Server of Infrastructure.
- Infrastructure
Id string - Lifecycle
State stringDetails - Lifecycle state details of the Database Infrastructure.
- Maintenance
Windows []GetDatacc Infrastructure Maintenance Window - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Netmask string
- The netmask for the control plane network.
- Network
Adapter stringConfiguration - The network adapter, transceiver and cable configuration for the client and backup networks.
- Ntp
Servers []string - The list of NTP server IP addresses. Maximum of 3 allowed.
- Rack
Serial stringNumber - The serial number for the Database Infrastructure.
- Reco
Disk intPercentage - Percentage of disk space assigned for RECO disk group.
- Scale
Storage intTrigger - Servers
[]Get
Datacc Infrastructure Server - A list of Database Infrastructure nodes.
- Shape string
- The shape of the Database Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- Ssd
Configuration stringRequested - SSD configuration requested for the infrastructure.
- State string
- The current state of the Database Infrastructure.
- Storage
Capacities []GetDatacc Infrastructure Storage Capacity - Capacity details of the Storage disk group. This attribute is deprecated and will be removed in a subsequent release. Please use systemStorageCapacity instead.
- Subscription
Plan stringNumber - The unique identifier for the subscription plan number.
- System
Model string - Database Infrastructure System Model specification. The system model determines the model of the Database Infrastructure hardware to be used.
- System
Storage []GetCapacities Datacc Infrastructure System Storage Capacity - Capacity details of different storage types.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Activated string - The time, in RFC3339 format, when the Database Infrastructure was activated.
- Time
Created string - The time that the Database Infrastructure cluster was created. An RFC3339 formatted datetime string.
- Time
Last stringState Updated - The time, in RFC3339 format, when the lifecycle state was last updated.
- Time
Updated string - The time that the Database Infrastructure was last updated. An RFC3339 formatted datetime string.
- Time
Validated string - The time, in RFC3339 format, when the Database Infrastructure network was validated.
- Version string
- The version of the system software on the Database Infrastructure.
- Vlan
Id string - The CPS network VLAN ID.
- acfs_
file_ numbersystem_ storage_ in_ gbs - The amount of storage (in GB) in the DATA disk group that is reserved for creating local storage for VM Clusters and application VMs.
- acfs_
file_ numbersystem_ used_ storage_ in_ gbs - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs. This attribute is deprecated and will be removed in a subsequent release. Please read from systemStorageCapacity instead.
- admin_
networkcidr string - The CIDR block for the system network. The system network is a private network in Database Infrastructure and is not connected to your corporate network. The system network is used for storage (ASM) traffic, high-performance interconnect traffic and administration of infrastructure components.
- backup_
network_ stringbonding_ interface - The network bonding interface for backup network for the Database Infrastructure.
- backup_
network_ stringbonding_ mode - The network bonding mode for Backup networks for the Database Infrastructure.
- client_
network_ stringbonding_ interface - The network bonding interface for client network for the Database Infrastructure.
- client_
network_ stringbonding_ mode - The network bonding mode for Client networks for the Database Infrastructure.
- cloud_
control_ stringplane_ server1 - The IP address for the first control plane server.
- cloud_
control_ stringplane_ server2 - The IP address for the second control plane server.
- compartment_
id string - The OCID of the compartment.
- compute_
capacities list(object) - Capacity details of the Database Infrastructure.
- contacts list(object)
- The list of contacts for the Database Infrastructure.
- corporate_
proxy string - The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- cps_
network_ stringbonding_ interface - The network bonding interface for CPS network for the Database Infrastructure.
- cps_
network_ stringbonding_ mode - The network bonding mode for CPS networks for the Database Infrastructure.
- data_
disk_ numberpercentage - Percentage of disk space assigned for DATA disk group.
- map(string)
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- Database Infrastructure description.
- display_
name string - The user-friendly name for the Database Infrastructure. The name does not need to be unique.
- dns_
servers list(string) - The list of DNS server IP addresses. Maximum of 3 allowed.
- map(string)
- Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example:
{"bar-key": "value"} - gateway string
- The gateway for the control plane network.
- id string
- The OCID of the Oracle Data Server of Infrastructure.
- infrastructure_
id string - lifecycle_
state_ stringdetails - Lifecycle state details of the Database Infrastructure.
- maintenance_
windows list(object) - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- netmask string
- The netmask for the control plane network.
- network_
adapter_ stringconfiguration - The network adapter, transceiver and cable configuration for the client and backup networks.
- ntp_
servers list(string) - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack_
serial_ stringnumber - The serial number for the Database Infrastructure.
- reco_
disk_ numberpercentage - Percentage of disk space assigned for RECO disk group.
- scale_
storage_ numbertrigger - servers list(object)
- A list of Database Infrastructure nodes.
- shape string
- The shape of the Database Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- ssd_
configuration_ stringrequested - SSD configuration requested for the infrastructure.
- state string
- The current state of the Database Infrastructure.
- storage_
capacities list(object) - Capacity details of the Storage disk group. This attribute is deprecated and will be removed in a subsequent release. Please use systemStorageCapacity instead.
- subscription_
plan_ stringnumber - The unique identifier for the subscription plan number.
- system_
model string - Database Infrastructure System Model specification. The system model determines the model of the Database Infrastructure hardware to be used.
- system_
storage_ list(object)capacities - Capacity details of different storage types.
- map(string)
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
activated string - The time, in RFC3339 format, when the Database Infrastructure was activated.
- time_
created string - The time that the Database Infrastructure cluster was created. An RFC3339 formatted datetime string.
- time_
last_ stringstate_ updated - The time, in RFC3339 format, when the lifecycle state was last updated.
- time_
updated string - The time that the Database Infrastructure was last updated. An RFC3339 formatted datetime string.
- time_
validated string - The time, in RFC3339 format, when the Database Infrastructure network was validated.
- version string
- The version of the system software on the Database Infrastructure.
- vlan_
id string - The CPS network VLAN ID.
- acfs
File DoubleSystem Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is reserved for creating local storage for VM Clusters and application VMs.
- acfs
File DoubleSystem Used Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs. This attribute is deprecated and will be removed in a subsequent release. Please read from systemStorageCapacity instead.
- admin
Networkcidr String - The CIDR block for the system network. The system network is a private network in Database Infrastructure and is not connected to your corporate network. The system network is used for storage (ASM) traffic, high-performance interconnect traffic and administration of infrastructure components.
- backup
Network StringBonding Interface - The network bonding interface for backup network for the Database Infrastructure.
- backup
Network StringBonding Mode - The network bonding mode for Backup networks for the Database Infrastructure.
- client
Network StringBonding Interface - The network bonding interface for client network for the Database Infrastructure.
- client
Network StringBonding Mode - The network bonding mode for Client networks for the Database Infrastructure.
- cloud
Control StringPlane Server1 - The IP address for the first control plane server.
- cloud
Control StringPlane Server2 - The IP address for the second control plane server.
- compartment
Id String - The OCID of the compartment.
- compute
Capacities List<GetDatacc Infrastructure Compute Capacity> - Capacity details of the Database Infrastructure.
- contacts
List<Get
Datacc Infrastructure Contact> - The list of contacts for the Database Infrastructure.
- corporate
Proxy String - The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- cps
Network StringBonding Interface - The network bonding interface for CPS network for the Database Infrastructure.
- cps
Network StringBonding Mode - The network bonding mode for CPS networks for the Database Infrastructure.
- data
Disk IntegerPercentage - Percentage of disk space assigned for DATA disk group.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- Database Infrastructure description.
- display
Name String - The user-friendly name for the Database Infrastructure. The name does not need to be unique.
- dns
Servers List<String> - The list of DNS server IP addresses. Maximum of 3 allowed.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example:
{"bar-key": "value"} - gateway String
- The gateway for the control plane network.
- id String
- The OCID of the Oracle Data Server of Infrastructure.
- infrastructure
Id String - lifecycle
State StringDetails - Lifecycle state details of the Database Infrastructure.
- maintenance
Windows List<GetDatacc Infrastructure Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- netmask String
- The netmask for the control plane network.
- network
Adapter StringConfiguration - The network adapter, transceiver and cable configuration for the client and backup networks.
- ntp
Servers List<String> - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack
Serial StringNumber - The serial number for the Database Infrastructure.
- reco
Disk IntegerPercentage - Percentage of disk space assigned for RECO disk group.
- scale
Storage IntegerTrigger - servers
List<Get
Datacc Infrastructure Server> - A list of Database Infrastructure nodes.
- shape String
- The shape of the Database Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- ssd
Configuration StringRequested - SSD configuration requested for the infrastructure.
- state String
- The current state of the Database Infrastructure.
- storage
Capacities List<GetDatacc Infrastructure Storage Capacity> - Capacity details of the Storage disk group. This attribute is deprecated and will be removed in a subsequent release. Please use systemStorageCapacity instead.
- subscription
Plan StringNumber - The unique identifier for the subscription plan number.
- system
Model String - Database Infrastructure System Model specification. The system model determines the model of the Database Infrastructure hardware to be used.
- system
Storage List<GetCapacities Datacc Infrastructure System Storage Capacity> - Capacity details of different storage types.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Activated String - The time, in RFC3339 format, when the Database Infrastructure was activated.
- time
Created String - The time that the Database Infrastructure cluster was created. An RFC3339 formatted datetime string.
- time
Last StringState Updated - The time, in RFC3339 format, when the lifecycle state was last updated.
- time
Updated String - The time that the Database Infrastructure was last updated. An RFC3339 formatted datetime string.
- time
Validated String - The time, in RFC3339 format, when the Database Infrastructure network was validated.
- version String
- The version of the system software on the Database Infrastructure.
- vlan
Id String - The CPS network VLAN ID.
- acfs
File numberSystem Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is reserved for creating local storage for VM Clusters and application VMs.
- acfs
File numberSystem Used Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs. This attribute is deprecated and will be removed in a subsequent release. Please read from systemStorageCapacity instead.
- admin
Networkcidr string - The CIDR block for the system network. The system network is a private network in Database Infrastructure and is not connected to your corporate network. The system network is used for storage (ASM) traffic, high-performance interconnect traffic and administration of infrastructure components.
- backup
Network stringBonding Interface - The network bonding interface for backup network for the Database Infrastructure.
- backup
Network stringBonding Mode - The network bonding mode for Backup networks for the Database Infrastructure.
- client
Network stringBonding Interface - The network bonding interface for client network for the Database Infrastructure.
- client
Network stringBonding Mode - The network bonding mode for Client networks for the Database Infrastructure.
- cloud
Control stringPlane Server1 - The IP address for the first control plane server.
- cloud
Control stringPlane Server2 - The IP address for the second control plane server.
- compartment
Id string - The OCID of the compartment.
- compute
Capacities GetDatacc Infrastructure Compute Capacity[] - Capacity details of the Database Infrastructure.
- contacts
Get
Datacc Infrastructure Contact[] - The list of contacts for the Database Infrastructure.
- corporate
Proxy string - The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- cps
Network stringBonding Interface - The network bonding interface for CPS network for the Database Infrastructure.
- cps
Network stringBonding Mode - The network bonding mode for CPS networks for the Database Infrastructure.
- data
Disk numberPercentage - Percentage of disk space assigned for DATA disk group.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- Database Infrastructure description.
- display
Name string - The user-friendly name for the Database Infrastructure. The name does not need to be unique.
- dns
Servers string[] - The list of DNS server IP addresses. Maximum of 3 allowed.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example:
{"bar-key": "value"} - gateway string
- The gateway for the control plane network.
- id string
- The OCID of the Oracle Data Server of Infrastructure.
- infrastructure
Id string - lifecycle
State stringDetails - Lifecycle state details of the Database Infrastructure.
- maintenance
Windows GetDatacc Infrastructure Maintenance Window[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- netmask string
- The netmask for the control plane network.
- network
Adapter stringConfiguration - The network adapter, transceiver and cable configuration for the client and backup networks.
- ntp
Servers string[] - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack
Serial stringNumber - The serial number for the Database Infrastructure.
- reco
Disk numberPercentage - Percentage of disk space assigned for RECO disk group.
- scale
Storage numberTrigger - servers
Get
Datacc Infrastructure Server[] - A list of Database Infrastructure nodes.
- shape string
- The shape of the Database Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- ssd
Configuration stringRequested - SSD configuration requested for the infrastructure.
- state string
- The current state of the Database Infrastructure.
- storage
Capacities GetDatacc Infrastructure Storage Capacity[] - Capacity details of the Storage disk group. This attribute is deprecated and will be removed in a subsequent release. Please use systemStorageCapacity instead.
- subscription
Plan stringNumber - The unique identifier for the subscription plan number.
- system
Model string - Database Infrastructure System Model specification. The system model determines the model of the Database Infrastructure hardware to be used.
- system
Storage GetCapacities Datacc Infrastructure System Storage Capacity[] - Capacity details of different storage types.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Activated string - The time, in RFC3339 format, when the Database Infrastructure was activated.
- time
Created string - The time that the Database Infrastructure cluster was created. An RFC3339 formatted datetime string.
- time
Last stringState Updated - The time, in RFC3339 format, when the lifecycle state was last updated.
- time
Updated string - The time that the Database Infrastructure was last updated. An RFC3339 formatted datetime string.
- time
Validated string - The time, in RFC3339 format, when the Database Infrastructure network was validated.
- version string
- The version of the system software on the Database Infrastructure.
- vlan
Id string - The CPS network VLAN ID.
- acfs_
file_ floatsystem_ storage_ in_ gbs - The amount of storage (in GB) in the DATA disk group that is reserved for creating local storage for VM Clusters and application VMs.
- acfs_
file_ floatsystem_ used_ storage_ in_ gbs - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs. This attribute is deprecated and will be removed in a subsequent release. Please read from systemStorageCapacity instead.
- admin_
networkcidr str - The CIDR block for the system network. The system network is a private network in Database Infrastructure and is not connected to your corporate network. The system network is used for storage (ASM) traffic, high-performance interconnect traffic and administration of infrastructure components.
- backup_
network_ strbonding_ interface - The network bonding interface for backup network for the Database Infrastructure.
- backup_
network_ strbonding_ mode - The network bonding mode for Backup networks for the Database Infrastructure.
- client_
network_ strbonding_ interface - The network bonding interface for client network for the Database Infrastructure.
- client_
network_ strbonding_ mode - The network bonding mode for Client networks for the Database Infrastructure.
- cloud_
control_ strplane_ server1 - The IP address for the first control plane server.
- cloud_
control_ strplane_ server2 - The IP address for the second control plane server.
- compartment_
id str - The OCID of the compartment.
- compute_
capacities Sequence[GetDatacc Infrastructure Compute Capacity] - Capacity details of the Database Infrastructure.
- contacts
Sequence[Get
Datacc Infrastructure Contact] - The list of contacts for the Database Infrastructure.
- corporate_
proxy str - The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- cps_
network_ strbonding_ interface - The network bonding interface for CPS network for the Database Infrastructure.
- cps_
network_ strbonding_ mode - The network bonding mode for CPS networks for the Database Infrastructure.
- data_
disk_ intpercentage - Percentage of disk space assigned for DATA disk group.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description str
- Database Infrastructure description.
- display_
name str - The user-friendly name for the Database Infrastructure. The name does not need to be unique.
- dns_
servers Sequence[str] - The list of DNS server IP addresses. Maximum of 3 allowed.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example:
{"bar-key": "value"} - gateway str
- The gateway for the control plane network.
- id str
- The OCID of the Oracle Data Server of Infrastructure.
- infrastructure_
id str - lifecycle_
state_ strdetails - Lifecycle state details of the Database Infrastructure.
- maintenance_
windows Sequence[GetDatacc Infrastructure Maintenance Window] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- netmask str
- The netmask for the control plane network.
- network_
adapter_ strconfiguration - The network adapter, transceiver and cable configuration for the client and backup networks.
- ntp_
servers Sequence[str] - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack_
serial_ strnumber - The serial number for the Database Infrastructure.
- reco_
disk_ intpercentage - Percentage of disk space assigned for RECO disk group.
- scale_
storage_ inttrigger - servers
Sequence[Get
Datacc Infrastructure Server] - A list of Database Infrastructure nodes.
- shape str
- The shape of the Database Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- ssd_
configuration_ strrequested - SSD configuration requested for the infrastructure.
- state str
- The current state of the Database Infrastructure.
- storage_
capacities Sequence[GetDatacc Infrastructure Storage Capacity] - Capacity details of the Storage disk group. This attribute is deprecated and will be removed in a subsequent release. Please use systemStorageCapacity instead.
- subscription_
plan_ strnumber - The unique identifier for the subscription plan number.
- system_
model str - Database Infrastructure System Model specification. The system model determines the model of the Database Infrastructure hardware to be used.
- system_
storage_ Sequence[Getcapacities Datacc Infrastructure System Storage Capacity] - Capacity details of different storage types.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
activated str - The time, in RFC3339 format, when the Database Infrastructure was activated.
- time_
created str - The time that the Database Infrastructure cluster was created. An RFC3339 formatted datetime string.
- time_
last_ strstate_ updated - The time, in RFC3339 format, when the lifecycle state was last updated.
- time_
updated str - The time that the Database Infrastructure was last updated. An RFC3339 formatted datetime string.
- time_
validated str - The time, in RFC3339 format, when the Database Infrastructure network was validated.
- version str
- The version of the system software on the Database Infrastructure.
- vlan_
id str - The CPS network VLAN ID.
- acfs
File NumberSystem Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is reserved for creating local storage for VM Clusters and application VMs.
- acfs
File NumberSystem Used Storage In Gbs - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs. This attribute is deprecated and will be removed in a subsequent release. Please read from systemStorageCapacity instead.
- admin
Networkcidr String - The CIDR block for the system network. The system network is a private network in Database Infrastructure and is not connected to your corporate network. The system network is used for storage (ASM) traffic, high-performance interconnect traffic and administration of infrastructure components.
- backup
Network StringBonding Interface - The network bonding interface for backup network for the Database Infrastructure.
- backup
Network StringBonding Mode - The network bonding mode for Backup networks for the Database Infrastructure.
- client
Network StringBonding Interface - The network bonding interface for client network for the Database Infrastructure.
- client
Network StringBonding Mode - The network bonding mode for Client networks for the Database Infrastructure.
- cloud
Control StringPlane Server1 - The IP address for the first control plane server.
- cloud
Control StringPlane Server2 - The IP address for the second control plane server.
- compartment
Id String - The OCID of the compartment.
- compute
Capacities List<Property Map> - Capacity details of the Database Infrastructure.
- contacts List<Property Map>
- The list of contacts for the Database Infrastructure.
- corporate
Proxy String - The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- cps
Network StringBonding Interface - The network bonding interface for CPS network for the Database Infrastructure.
- cps
Network StringBonding Mode - The network bonding mode for CPS networks for the Database Infrastructure.
- data
Disk NumberPercentage - Percentage of disk space assigned for DATA disk group.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- Database Infrastructure description.
- display
Name String - The user-friendly name for the Database Infrastructure. The name does not need to be unique.
- dns
Servers List<String> - The list of DNS server IP addresses. Maximum of 3 allowed.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example:
{"bar-key": "value"} - gateway String
- The gateway for the control plane network.
- id String
- The OCID of the Oracle Data Server of Infrastructure.
- infrastructure
Id String - lifecycle
State StringDetails - Lifecycle state details of the Database Infrastructure.
- maintenance
Windows List<Property Map> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- netmask String
- The netmask for the control plane network.
- network
Adapter StringConfiguration - The network adapter, transceiver and cable configuration for the client and backup networks.
- ntp
Servers List<String> - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack
Serial StringNumber - The serial number for the Database Infrastructure.
- reco
Disk NumberPercentage - Percentage of disk space assigned for RECO disk group.
- scale
Storage NumberTrigger - servers List<Property Map>
- A list of Database Infrastructure nodes.
- shape String
- The shape of the Database Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- ssd
Configuration StringRequested - SSD configuration requested for the infrastructure.
- state String
- The current state of the Database Infrastructure.
- storage
Capacities List<Property Map> - Capacity details of the Storage disk group. This attribute is deprecated and will be removed in a subsequent release. Please use systemStorageCapacity instead.
- subscription
Plan StringNumber - The unique identifier for the subscription plan number.
- system
Model String - Database Infrastructure System Model specification. The system model determines the model of the Database Infrastructure hardware to be used.
- system
Storage List<Property Map>Capacities - Capacity details of different storage types.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Activated String - The time, in RFC3339 format, when the Database Infrastructure was activated.
- time
Created String - The time that the Database Infrastructure cluster was created. An RFC3339 formatted datetime string.
- time
Last StringState Updated - The time, in RFC3339 format, when the lifecycle state was last updated.
- time
Updated String - The time that the Database Infrastructure was last updated. An RFC3339 formatted datetime string.
- time
Validated String - The time, in RFC3339 format, when the Database Infrastructure network was validated.
- version String
- The version of the system software on the Database Infrastructure.
- vlan
Id String - The CPS network VLAN ID.
Supporting Types
GetDataccInfrastructureComputeCapacity
- Allocated
Cores int - Total CPU cores count allocated..
- Available
Cores int - Total available CPU cores count.
- Available
Memory stringIn Gbs - Available memory, in gigabytes (GB).
- Reserved
Cores int - Total Reserved CPU cores count.
- Reserved
Memory stringIn Gbs - Reserved memory, in gigabytes (GB).
- Total
Cores int - Total CPU cores count.
- Total
Memory stringIn Gbs - Total memory allocated, in gigabytes (GB).
- Used
Memory stringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- Allocated
Cores int - Total CPU cores count allocated..
- Available
Cores int - Total available CPU cores count.
- Available
Memory stringIn Gbs - Available memory, in gigabytes (GB).
- Reserved
Cores int - Total Reserved CPU cores count.
- Reserved
Memory stringIn Gbs - Reserved memory, in gigabytes (GB).
- Total
Cores int - Total CPU cores count.
- Total
Memory stringIn Gbs - Total memory allocated, in gigabytes (GB).
- Used
Memory stringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated_
cores number - Total CPU cores count allocated..
- available_
cores number - Total available CPU cores count.
- available_
memory_ stringin_ gbs - Available memory, in gigabytes (GB).
- reserved_
cores number - Total Reserved CPU cores count.
- reserved_
memory_ stringin_ gbs - Reserved memory, in gigabytes (GB).
- total_
cores number - Total CPU cores count.
- total_
memory_ stringin_ gbs - Total memory allocated, in gigabytes (GB).
- used_
memory_ stringin_ gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated
Cores Integer - Total CPU cores count allocated..
- available
Cores Integer - Total available CPU cores count.
- available
Memory StringIn Gbs - Available memory, in gigabytes (GB).
- reserved
Cores Integer - Total Reserved CPU cores count.
- reserved
Memory StringIn Gbs - Reserved memory, in gigabytes (GB).
- total
Cores Integer - Total CPU cores count.
- total
Memory StringIn Gbs - Total memory allocated, in gigabytes (GB).
- used
Memory StringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated
Cores number - Total CPU cores count allocated..
- available
Cores number - Total available CPU cores count.
- available
Memory stringIn Gbs - Available memory, in gigabytes (GB).
- reserved
Cores number - Total Reserved CPU cores count.
- reserved
Memory stringIn Gbs - Reserved memory, in gigabytes (GB).
- total
Cores number - Total CPU cores count.
- total
Memory stringIn Gbs - Total memory allocated, in gigabytes (GB).
- used
Memory stringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated_
cores int - Total CPU cores count allocated..
- available_
cores int - Total available CPU cores count.
- available_
memory_ strin_ gbs - Available memory, in gigabytes (GB).
- reserved_
cores int - Total Reserved CPU cores count.
- reserved_
memory_ strin_ gbs - Reserved memory, in gigabytes (GB).
- total_
cores int - Total CPU cores count.
- total_
memory_ strin_ gbs - Total memory allocated, in gigabytes (GB).
- used_
memory_ strin_ gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated
Cores Number - Total CPU cores count allocated..
- available
Cores Number - Total available CPU cores count.
- available
Memory StringIn Gbs - Available memory, in gigabytes (GB).
- reserved
Cores Number - Total Reserved CPU cores count.
- reserved
Memory StringIn Gbs - Reserved memory, in gigabytes (GB).
- total
Cores Number - Total CPU cores count.
- total
Memory StringIn Gbs - Total memory allocated, in gigabytes (GB).
- used
Memory StringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
GetDataccInfrastructureContact
- Email string
- The email for the Database Infrastructure contact.
- Is
Contact boolMos Validated - If
true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse, this Database Infrastructure contact is not a valid MOS contact. - Is
Primary bool - If
true, this Database Infrastructure contact is a primary contact. Iffalse, this Database Infrastructure is a secondary contact. - Name string
- The name of the Database Infrastructure contact.
- Phone
Number string - The phone number for the Database Infrastructure contact.
- Email string
- The email for the Database Infrastructure contact.
- Is
Contact boolMos Validated - If
true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse, this Database Infrastructure contact is not a valid MOS contact. - Is
Primary bool - If
true, this Database Infrastructure contact is a primary contact. Iffalse, this Database Infrastructure is a secondary contact. - Name string
- The name of the Database Infrastructure contact.
- Phone
Number string - The phone number for the Database Infrastructure contact.
- email string
- The email for the Database Infrastructure contact.
- is_
contact_ boolmos_ validated - If
true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse, this Database Infrastructure contact is not a valid MOS contact. - is_
primary bool - If
true, this Database Infrastructure contact is a primary contact. Iffalse, this Database Infrastructure is a secondary contact. - name string
- The name of the Database Infrastructure contact.
- phone_
number string - The phone number for the Database Infrastructure contact.
- email String
- The email for the Database Infrastructure contact.
- is
Contact BooleanMos Validated - If
true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse, this Database Infrastructure contact is not a valid MOS contact. - is
Primary Boolean - If
true, this Database Infrastructure contact is a primary contact. Iffalse, this Database Infrastructure is a secondary contact. - name String
- The name of the Database Infrastructure contact.
- phone
Number String - The phone number for the Database Infrastructure contact.
- email string
- The email for the Database Infrastructure contact.
- is
Contact booleanMos Validated - If
true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse, this Database Infrastructure contact is not a valid MOS contact. - is
Primary boolean - If
true, this Database Infrastructure contact is a primary contact. Iffalse, this Database Infrastructure is a secondary contact. - name string
- The name of the Database Infrastructure contact.
- phone
Number string - The phone number for the Database Infrastructure contact.
- email str
- The email for the Database Infrastructure contact.
- is_
contact_ boolmos_ validated - If
true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse, this Database Infrastructure contact is not a valid MOS contact. - is_
primary bool - If
true, this Database Infrastructure contact is a primary contact. Iffalse, this Database Infrastructure is a secondary contact. - name str
- The name of the Database Infrastructure contact.
- phone_
number str - The phone number for the Database Infrastructure contact.
- email String
- The email for the Database Infrastructure contact.
- is
Contact BooleanMos Validated - If
true, this Database Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse, this Database Infrastructure contact is not a valid MOS contact. - is
Primary Boolean - If
true, this Database Infrastructure contact is a primary contact. Iffalse, this Database Infrastructure is a secondary contact. - name String
- The name of the Database Infrastructure contact.
- phone
Number String - The phone number for the Database Infrastructure contact.
GetDataccInfrastructureMaintenanceWindow
- Custom
Action intTimeout In Mins - Determines the amount of time the system will wait before the start of each Database Infrastructure server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of List<string>Weeks - Days during the week when maintenance should be performed.
- Hours
Of List<int>Days - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between Database Infrastructure server patching operations.
- Is
Monthly boolPatching Enabled - If true, enables the monthly patching option.
- Lead
Time intIn Weeks - 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.
- Patching
Mode string - Cloud Database Infrastructure node patching method. IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Database Infrastructure Maintenance Updates for more information.
- Preference string
- The maintenance window scheduling preference.
- Weeks
Of List<int>Months - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- Custom
Action intTimeout In Mins - Determines the amount of time the system will wait before the start of each Database Infrastructure server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of []stringWeeks - Days during the week when maintenance should be performed.
- Hours
Of []intDays - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between Database Infrastructure server patching operations.
- Is
Monthly boolPatching Enabled - If true, enables the monthly patching option.
- Lead
Time intIn Weeks - 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.
- Patching
Mode string - Cloud Database Infrastructure node patching method. IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Database Infrastructure Maintenance Updates for more information.
- Preference string
- The maintenance window scheduling preference.
- Weeks
Of []intMonths - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom_
action_ numbertimeout_ in_ mins - Determines the amount of time the system will wait before the start of each Database Infrastructure server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ list(string)weeks - Days during the week when maintenance should be performed.
- hours_
of_ list(number)days - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is_
custom_ boolaction_ timeout_ enabled - If true, enables the configuration of a custom action timeout (waiting period) between Database Infrastructure server patching operations.
- is_
monthly_ boolpatching_ enabled - If true, enables the monthly patching option.
- lead_
time_ numberin_ weeks - 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.
- patching_
mode string - Cloud Database Infrastructure node patching method. IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Database Infrastructure Maintenance Updates for more information.
- preference string
- The maintenance window scheduling preference.
- weeks_
of_ list(number)months - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action IntegerTimeout In Mins - Determines the amount of time the system will wait before the start of each Database Infrastructure server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of List<String>Weeks - Days during the week when maintenance should be performed.
- hours
Of List<Integer>Days - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between Database Infrastructure server patching operations.
- is
Monthly BooleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time IntegerIn Weeks - 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.
- patching
Mode String - Cloud Database Infrastructure node patching method. IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Database Infrastructure Maintenance Updates for more information.
- preference String
- The maintenance window scheduling preference.
- weeks
Of List<Integer>Months - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action numberTimeout In Mins - Determines the amount of time the system will wait before the start of each Database Infrastructure server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of string[]Weeks - Days during the week when maintenance should be performed.
- hours
Of number[]Days - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom booleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between Database Infrastructure server patching operations.
- is
Monthly booleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time numberIn Weeks - 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.
- patching
Mode string - Cloud Database Infrastructure node patching method. IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Database Infrastructure Maintenance Updates for more information.
- preference string
- The maintenance window scheduling preference.
- weeks
Of number[]Months - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom_
action_ inttimeout_ in_ mins - Determines the amount of time the system will wait before the start of each Database Infrastructure server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ Sequence[str]weeks - Days during the week when maintenance should be performed.
- hours_
of_ Sequence[int]days - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is_
custom_ boolaction_ timeout_ enabled - If true, enables the configuration of a custom action timeout (waiting period) between Database Infrastructure server patching operations.
- is_
monthly_ boolpatching_ enabled - If true, enables the monthly patching option.
- lead_
time_ intin_ weeks - 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 Database Infrastructure node patching method. IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Database Infrastructure Maintenance Updates for more information.
- preference str
- The maintenance window scheduling preference.
- weeks_
of_ Sequence[int]months - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action NumberTimeout In Mins - Determines the amount of time the system will wait before the start of each Database Infrastructure server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of List<String>Weeks - Days during the week when maintenance should be performed.
- hours
Of List<Number>Days - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between Database Infrastructure server patching operations.
- is
Monthly BooleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time NumberIn Weeks - 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.
- patching
Mode String - Cloud Database Infrastructure node patching method. IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Database Infrastructure Maintenance Updates for more information.
- preference String
- The maintenance window scheduling preference.
- weeks
Of List<Number>Months - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
GetDataccInfrastructureServer
- Base
Vm intCount - Number of database virtual machines hosted on the server.
- Compute
Capacities List<GetDatacc Infrastructure Server Compute Capacity> - Capacity details of the Database Infrastructure.
- Id string
- The OCID of the Oracle Data Server of Infrastructure.
- Ilom
Ip stringAddress - Database Infrastructure Server ILOM IP address.
- Ilom
Name string - Database Infrastructure Server ILOM name.
- Instance
Vm intCount - Number of instances hosted on the server.
- Server
Ip stringAddress - Database Infrastructure Server IP address.
- Server
Name string - Database Infrastructure Server name.
- State string
- The current state of the Database Infrastructure.
- Base
Vm intCount - Number of database virtual machines hosted on the server.
- Compute
Capacities []GetDatacc Infrastructure Server Compute Capacity - Capacity details of the Database Infrastructure.
- Id string
- The OCID of the Oracle Data Server of Infrastructure.
- Ilom
Ip stringAddress - Database Infrastructure Server ILOM IP address.
- Ilom
Name string - Database Infrastructure Server ILOM name.
- Instance
Vm intCount - Number of instances hosted on the server.
- Server
Ip stringAddress - Database Infrastructure Server IP address.
- Server
Name string - Database Infrastructure Server name.
- State string
- The current state of the Database Infrastructure.
- base_
vm_ numbercount - Number of database virtual machines hosted on the server.
- compute_
capacities list(object) - Capacity details of the Database Infrastructure.
- id string
- The OCID of the Oracle Data Server of Infrastructure.
- ilom_
ip_ stringaddress - Database Infrastructure Server ILOM IP address.
- ilom_
name string - Database Infrastructure Server ILOM name.
- instance_
vm_ numbercount - Number of instances hosted on the server.
- server_
ip_ stringaddress - Database Infrastructure Server IP address.
- server_
name string - Database Infrastructure Server name.
- state string
- The current state of the Database Infrastructure.
- base
Vm IntegerCount - Number of database virtual machines hosted on the server.
- compute
Capacities List<GetDatacc Infrastructure Server Compute Capacity> - Capacity details of the Database Infrastructure.
- id String
- The OCID of the Oracle Data Server of Infrastructure.
- ilom
Ip StringAddress - Database Infrastructure Server ILOM IP address.
- ilom
Name String - Database Infrastructure Server ILOM name.
- instance
Vm IntegerCount - Number of instances hosted on the server.
- server
Ip StringAddress - Database Infrastructure Server IP address.
- server
Name String - Database Infrastructure Server name.
- state String
- The current state of the Database Infrastructure.
- base
Vm numberCount - Number of database virtual machines hosted on the server.
- compute
Capacities GetDatacc Infrastructure Server Compute Capacity[] - Capacity details of the Database Infrastructure.
- id string
- The OCID of the Oracle Data Server of Infrastructure.
- ilom
Ip stringAddress - Database Infrastructure Server ILOM IP address.
- ilom
Name string - Database Infrastructure Server ILOM name.
- instance
Vm numberCount - Number of instances hosted on the server.
- server
Ip stringAddress - Database Infrastructure Server IP address.
- server
Name string - Database Infrastructure Server name.
- state string
- The current state of the Database Infrastructure.
- base_
vm_ intcount - Number of database virtual machines hosted on the server.
- compute_
capacities Sequence[GetDatacc Infrastructure Server Compute Capacity] - Capacity details of the Database Infrastructure.
- id str
- The OCID of the Oracle Data Server of Infrastructure.
- ilom_
ip_ straddress - Database Infrastructure Server ILOM IP address.
- ilom_
name str - Database Infrastructure Server ILOM name.
- instance_
vm_ intcount - Number of instances hosted on the server.
- server_
ip_ straddress - Database Infrastructure Server IP address.
- server_
name str - Database Infrastructure Server name.
- state str
- The current state of the Database Infrastructure.
- base
Vm NumberCount - Number of database virtual machines hosted on the server.
- compute
Capacities List<Property Map> - Capacity details of the Database Infrastructure.
- id String
- The OCID of the Oracle Data Server of Infrastructure.
- ilom
Ip StringAddress - Database Infrastructure Server ILOM IP address.
- ilom
Name String - Database Infrastructure Server ILOM name.
- instance
Vm NumberCount - Number of instances hosted on the server.
- server
Ip StringAddress - Database Infrastructure Server IP address.
- server
Name String - Database Infrastructure Server name.
- state String
- The current state of the Database Infrastructure.
GetDataccInfrastructureServerComputeCapacity
- Allocated
Cores int - Total CPU cores count allocated..
- Available
Cores int - Total available CPU cores count.
- Available
Memory stringIn Gbs - Available memory, in gigabytes (GB).
- Reserved
Cores int - Total Reserved CPU cores count.
- Reserved
Memory stringIn Gbs - Reserved memory, in gigabytes (GB).
- Total
Cores int - Total CPU cores count.
- Total
Memory stringIn Gbs - Total memory allocated, in gigabytes (GB).
- Used
Memory stringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- Allocated
Cores int - Total CPU cores count allocated..
- Available
Cores int - Total available CPU cores count.
- Available
Memory stringIn Gbs - Available memory, in gigabytes (GB).
- Reserved
Cores int - Total Reserved CPU cores count.
- Reserved
Memory stringIn Gbs - Reserved memory, in gigabytes (GB).
- Total
Cores int - Total CPU cores count.
- Total
Memory stringIn Gbs - Total memory allocated, in gigabytes (GB).
- Used
Memory stringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated_
cores number - Total CPU cores count allocated..
- available_
cores number - Total available CPU cores count.
- available_
memory_ stringin_ gbs - Available memory, in gigabytes (GB).
- reserved_
cores number - Total Reserved CPU cores count.
- reserved_
memory_ stringin_ gbs - Reserved memory, in gigabytes (GB).
- total_
cores number - Total CPU cores count.
- total_
memory_ stringin_ gbs - Total memory allocated, in gigabytes (GB).
- used_
memory_ stringin_ gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated
Cores Integer - Total CPU cores count allocated..
- available
Cores Integer - Total available CPU cores count.
- available
Memory StringIn Gbs - Available memory, in gigabytes (GB).
- reserved
Cores Integer - Total Reserved CPU cores count.
- reserved
Memory StringIn Gbs - Reserved memory, in gigabytes (GB).
- total
Cores Integer - Total CPU cores count.
- total
Memory StringIn Gbs - Total memory allocated, in gigabytes (GB).
- used
Memory StringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated
Cores number - Total CPU cores count allocated..
- available
Cores number - Total available CPU cores count.
- available
Memory stringIn Gbs - Available memory, in gigabytes (GB).
- reserved
Cores number - Total Reserved CPU cores count.
- reserved
Memory stringIn Gbs - Reserved memory, in gigabytes (GB).
- total
Cores number - Total CPU cores count.
- total
Memory stringIn Gbs - Total memory allocated, in gigabytes (GB).
- used
Memory stringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated_
cores int - Total CPU cores count allocated..
- available_
cores int - Total available CPU cores count.
- available_
memory_ strin_ gbs - Available memory, in gigabytes (GB).
- reserved_
cores int - Total Reserved CPU cores count.
- reserved_
memory_ strin_ gbs - Reserved memory, in gigabytes (GB).
- total_
cores int - Total CPU cores count.
- total_
memory_ strin_ gbs - Total memory allocated, in gigabytes (GB).
- used_
memory_ strin_ gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
- allocated
Cores Number - Total CPU cores count allocated..
- available
Cores Number - Total available CPU cores count.
- available
Memory StringIn Gbs - Available memory, in gigabytes (GB).
- reserved
Cores Number - Total Reserved CPU cores count.
- reserved
Memory StringIn Gbs - Reserved memory, in gigabytes (GB).
- total
Cores Number - Total CPU cores count.
- total
Memory StringIn Gbs - Total memory allocated, in gigabytes (GB).
- used
Memory StringIn Gbs - Memory allocated to Oracle database virtual machine cluster or Instance, in gigabytes (GB).
GetDataccInfrastructureStorageCapacity
- Disk
Group string - Disk group name.
- Logical
Free stringSpace In Gbs - The total amount of logical disk space that is currently available for use in a disk group, in gigabytes (GB).
- Phy
Free stringSpace In Gbs - The total amount of physical disk space that is currently available for use in a disk group, in gigabytes (GB).
- Phy
Reserved stringSpace In Gbs - The total amount of physical disk space that is reserved for system use in a disk group, in gigabytes (GB).
- Phy
Total stringSpace In Gbs - The total amount of physical disk space available in a disk group, in gigabytes (GB).
- Storage
Disk stringRedundancy - The Disk redundancy for Database Infrastructure storage.
- Disk
Group string - Disk group name.
- Logical
Free stringSpace In Gbs - The total amount of logical disk space that is currently available for use in a disk group, in gigabytes (GB).
- Phy
Free stringSpace In Gbs - The total amount of physical disk space that is currently available for use in a disk group, in gigabytes (GB).
- Phy
Reserved stringSpace In Gbs - The total amount of physical disk space that is reserved for system use in a disk group, in gigabytes (GB).
- Phy
Total stringSpace In Gbs - The total amount of physical disk space available in a disk group, in gigabytes (GB).
- Storage
Disk stringRedundancy - The Disk redundancy for Database Infrastructure storage.
- disk_
group string - Disk group name.
- logical_
free_ stringspace_ in_ gbs - The total amount of logical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy_
free_ stringspace_ in_ gbs - The total amount of physical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy_
reserved_ stringspace_ in_ gbs - The total amount of physical disk space that is reserved for system use in a disk group, in gigabytes (GB).
- phy_
total_ stringspace_ in_ gbs - The total amount of physical disk space available in a disk group, in gigabytes (GB).
- storage_
disk_ stringredundancy - The Disk redundancy for Database Infrastructure storage.
- disk
Group String - Disk group name.
- logical
Free StringSpace In Gbs - The total amount of logical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy
Free StringSpace In Gbs - The total amount of physical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy
Reserved StringSpace In Gbs - The total amount of physical disk space that is reserved for system use in a disk group, in gigabytes (GB).
- phy
Total StringSpace In Gbs - The total amount of physical disk space available in a disk group, in gigabytes (GB).
- storage
Disk StringRedundancy - The Disk redundancy for Database Infrastructure storage.
- disk
Group string - Disk group name.
- logical
Free stringSpace In Gbs - The total amount of logical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy
Free stringSpace In Gbs - The total amount of physical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy
Reserved stringSpace In Gbs - The total amount of physical disk space that is reserved for system use in a disk group, in gigabytes (GB).
- phy
Total stringSpace In Gbs - The total amount of physical disk space available in a disk group, in gigabytes (GB).
- storage
Disk stringRedundancy - The Disk redundancy for Database Infrastructure storage.
- disk_
group str - Disk group name.
- logical_
free_ strspace_ in_ gbs - The total amount of logical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy_
free_ strspace_ in_ gbs - The total amount of physical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy_
reserved_ strspace_ in_ gbs - The total amount of physical disk space that is reserved for system use in a disk group, in gigabytes (GB).
- phy_
total_ strspace_ in_ gbs - The total amount of physical disk space available in a disk group, in gigabytes (GB).
- storage_
disk_ strredundancy - The Disk redundancy for Database Infrastructure storage.
- disk
Group String - Disk group name.
- logical
Free StringSpace In Gbs - The total amount of logical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy
Free StringSpace In Gbs - The total amount of physical disk space that is currently available for use in a disk group, in gigabytes (GB).
- phy
Reserved StringSpace In Gbs - The total amount of physical disk space that is reserved for system use in a disk group, in gigabytes (GB).
- phy
Total StringSpace In Gbs - The total amount of physical disk space available in a disk group, in gigabytes (GB).
- storage
Disk StringRedundancy - The Disk redundancy for Database Infrastructure storage.
GetDataccInfrastructureSystemStorageCapacity
- Acfs
List<Get
Datacc Infrastructure System Storage Capacity Acf> - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs.
- Disk
Groups List<GetDatacc Infrastructure System Storage Capacity Disk Group> - List of storage disk group capacity details.
- Acfs
[]Get
Datacc Infrastructure System Storage Capacity Acf - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs.
- Disk
Groups []GetDatacc Infrastructure System Storage Capacity Disk Group - List of storage disk group capacity details.
- acfs list(object)
- The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs.
- disk_
groups list(object) - List of storage disk group capacity details.
- acfs
List<Get
Datacc Infrastructure System Storage Capacity Acf> - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs.
- disk
Groups List<GetDatacc Infrastructure System Storage Capacity Disk Group> - List of storage disk group capacity details.
- acfs
Get
Datacc Infrastructure System Storage Capacity Acf[] - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs.
- disk
Groups GetDatacc Infrastructure System Storage Capacity Disk Group[] - List of storage disk group capacity details.
- acfs
Sequence[Get
Datacc Infrastructure System Storage Capacity Acf] - The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs.
- disk_
groups Sequence[GetDatacc Infrastructure System Storage Capacity Disk Group] - List of storage disk group capacity details.
- acfs List<Property Map>
- The amount of storage (in GB) in the DATA disk group that is currently utilized for creating local storage for VM Clusters and application VMs.
- disk
Groups List<Property Map> - List of storage disk group capacity details.
GetDataccInfrastructureSystemStorageCapacityAcf
- Free
Space doubleIn Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- Total
Space doubleIn Gbs - The total amount of logical disk space available, in gigabytes (GB).
- Free
Space float64In Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- Total
Space float64In Gbs - The total amount of logical disk space available, in gigabytes (GB).
- free_
space_ numberin_ gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- total_
space_ numberin_ gbs - The total amount of logical disk space available, in gigabytes (GB).
- free
Space DoubleIn Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- total
Space DoubleIn Gbs - The total amount of logical disk space available, in gigabytes (GB).
- free
Space numberIn Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- total
Space numberIn Gbs - The total amount of logical disk space available, in gigabytes (GB).
- free_
space_ floatin_ gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- total_
space_ floatin_ gbs - The total amount of logical disk space available, in gigabytes (GB).
- free
Space NumberIn Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- total
Space NumberIn Gbs - The total amount of logical disk space available, in gigabytes (GB).
GetDataccInfrastructureSystemStorageCapacityDiskGroup
- Free
Space doubleIn Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- Reserved
Space doubleIn Gbs - The total amount of logical disk space that is reserved for system use, in gigabytes (GB).
- Storage
Type string - The storage type for the Cloud Database Infrastructure.
- Total
Space doubleIn Gbs - The total amount of logical disk space available, in gigabytes (GB).
- Free
Space float64In Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- Reserved
Space float64In Gbs - The total amount of logical disk space that is reserved for system use, in gigabytes (GB).
- Storage
Type string - The storage type for the Cloud Database Infrastructure.
- Total
Space float64In Gbs - The total amount of logical disk space available, in gigabytes (GB).
- free_
space_ numberin_ gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- reserved_
space_ numberin_ gbs - The total amount of logical disk space that is reserved for system use, in gigabytes (GB).
- storage_
type string - The storage type for the Cloud Database Infrastructure.
- total_
space_ numberin_ gbs - The total amount of logical disk space available, in gigabytes (GB).
- free
Space DoubleIn Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- reserved
Space DoubleIn Gbs - The total amount of logical disk space that is reserved for system use, in gigabytes (GB).
- storage
Type String - The storage type for the Cloud Database Infrastructure.
- total
Space DoubleIn Gbs - The total amount of logical disk space available, in gigabytes (GB).
- free
Space numberIn Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- reserved
Space numberIn Gbs - The total amount of logical disk space that is reserved for system use, in gigabytes (GB).
- storage
Type string - The storage type for the Cloud Database Infrastructure.
- total
Space numberIn Gbs - The total amount of logical disk space available, in gigabytes (GB).
- free_
space_ floatin_ gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- reserved_
space_ floatin_ gbs - The total amount of logical disk space that is reserved for system use, in gigabytes (GB).
- storage_
type str - The storage type for the Cloud Database Infrastructure.
- total_
space_ floatin_ gbs - The total amount of logical disk space available, in gigabytes (GB).
- free
Space NumberIn Gbs - The total amount of logical disk space that is currently available for use, in gigabytes (GB).
- reserved
Space NumberIn Gbs - The total amount of logical disk space that is reserved for system use, in gigabytes (GB).
- storage
Type String - The storage type for the Cloud Database Infrastructure.
- total
Space NumberIn Gbs - The total amount of logical disk space available, in gigabytes (GB).
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi