oci.Database.getExadataInfrastructures
Explore with Pulumi AI
This data source provides the list of Exadata Infrastructures in Oracle Cloud Infrastructure Database service.
Lists the Exadata infrastructure resources in the specified compartment. Applies to Exadata Cloud@Customer instances only. To list the Exadata Cloud Service infrastructure resources in a compartment, use the ListCloudExadataInfrastructures operation.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetExadataInfrastructuresArgs;
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 testExadataInfrastructures = DatabaseFunctions.getExadataInfrastructures(GetExadataInfrastructuresArgs.builder()
.compartmentId(compartmentId)
.displayName(exadataInfrastructureDisplayName)
.excludedFields(exadataInfrastructureExcludedFields)
.state(exadataInfrastructureState)
.build());
}
}
variables:
testExadataInfrastructures:
fn::invoke:
Function: oci:Database:getExadataInfrastructures
Arguments:
compartmentId: ${compartmentId}
displayName: ${exadataInfrastructureDisplayName}
excludedFields: ${exadataInfrastructureExcludedFields}
state: ${exadataInfrastructureState}
Using getExadataInfrastructures
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 getExadataInfrastructures(args: GetExadataInfrastructuresArgs, opts?: InvokeOptions): Promise<GetExadataInfrastructuresResult>
function getExadataInfrastructuresOutput(args: GetExadataInfrastructuresOutputArgs, opts?: InvokeOptions): Output<GetExadataInfrastructuresResult>
def get_exadata_infrastructures(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_database.GetExadataInfrastructuresFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExadataInfrastructuresResult
def get_exadata_infrastructures_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetExadataInfrastructuresFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExadataInfrastructuresResult]
func GetExadataInfrastructures(ctx *Context, args *GetExadataInfrastructuresArgs, opts ...InvokeOption) (*GetExadataInfrastructuresResult, error)
func GetExadataInfrastructuresOutput(ctx *Context, args *GetExadataInfrastructuresOutputArgs, opts ...InvokeOption) GetExadataInfrastructuresResultOutput
> Note: This function is named GetExadataInfrastructures
in the Go SDK.
public static class GetExadataInfrastructures
{
public static Task<GetExadataInfrastructuresResult> InvokeAsync(GetExadataInfrastructuresArgs args, InvokeOptions? opts = null)
public static Output<GetExadataInfrastructuresResult> Invoke(GetExadataInfrastructuresInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExadataInfrastructuresResult> getExadataInfrastructures(GetExadataInfrastructuresArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Database/getExadataInfrastructures:getExadataInfrastructures
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The compartment OCID.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
List<Get
Exadata Infrastructures Filter> - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Compartment
Id string - The compartment OCID.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
[]Get
Exadata Infrastructures Filter - State string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id String - The compartment OCID.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
List<Get
Exadata Infrastructures Filter> - state String
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id string - The compartment OCID.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Get
Exadata Infrastructures Filter[] - state string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment_
id str - The compartment OCID.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Sequence[database.
Get Exadata Infrastructures Filter] - state str
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id String - The compartment OCID.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters List<Property Map>
- state String
- A filter to return only resources that match the given lifecycle state exactly.
getExadataInfrastructures Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Exadata
Infrastructures List<GetExadata Infrastructures Exadata Infrastructure> - The list of exadata_infrastructures.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
- Filters
List<Get
Exadata Infrastructures Filter> - State string
- The current lifecycle state of the Exadata infrastructure.
- Compartment
Id string - The OCID of the compartment.
- Exadata
Infrastructures []GetExadata Infrastructures Exadata Infrastructure - The list of exadata_infrastructures.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
- Filters
[]Get
Exadata Infrastructures Filter - State string
- The current lifecycle state of the Exadata infrastructure.
- compartment
Id String - The OCID of the compartment.
- exadata
Infrastructures List<GetExadata Infrastructures Exadata Infrastructure> - The list of exadata_infrastructures.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
- filters
List<Get
Exadata Infrastructures Filter> - state String
- The current lifecycle state of the Exadata infrastructure.
- compartment
Id string - The OCID of the compartment.
- exadata
Infrastructures GetExadata Infrastructures Exadata Infrastructure[] - The list of exadata_infrastructures.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
- filters
Get
Exadata Infrastructures Filter[] - state string
- The current lifecycle state of the Exadata infrastructure.
- compartment_
id str - The OCID of the compartment.
- exadata_
infrastructures Sequence[database.Get Exadata Infrastructures Exadata Infrastructure] - The list of exadata_infrastructures.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
- filters
Sequence[database.
Get Exadata Infrastructures Filter] - state str
- The current lifecycle state of the Exadata infrastructure.
- compartment
Id String - The OCID of the compartment.
- exadata
Infrastructures List<Property Map> - The list of exadata_infrastructures.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the Exadata Cloud@Customer infrastructure. The name does not need to be unique.
- filters List<Property Map>
- state String
- The current lifecycle state of the Exadata infrastructure.
Supporting Types
GetExadataInfrastructuresExadataInfrastructure
- Activated
Storage intCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- Activation
File string - Additional
Compute intCount - The requested number of additional compute servers for the Exadata infrastructure.
- Additional
Compute stringSystem Model - Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
- Additional
Storage intCount - The requested number of additional storage servers for the Exadata infrastructure.
- Admin
Network stringCidr - The CIDR block for the Exadata administration network.
- Availability
Domain string - The name of the availability domain that the Exadata infrastructure is located in.
- 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 compartment OCID.
- Compute
Count int - The number of compute servers for the Exadata infrastructure.
- Contacts
List<Get
Exadata Infrastructures Exadata Infrastructure Contact> - The list of contacts for the Exadata infrastructure.
- Corporate
Proxy string - The corporate network proxy for access to the control plane network.
- Cpus
Enabled int - The number of enabled CPU cores.
- Create
Async bool - Csi
Number string - The CSI Number of the Exadata infrastructure.
- Data
Storage doubleSize In Tbs - Size, in terabytes, of the DATA disk group.
- Db
Node intStorage Size In Gbs - The local node storage allocated in GBs.
- Db
Server stringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- Defined
File List<GetSystem Configurations Exadata Infrastructures Exadata Infrastructure Defined File System Configuration> - Details of the file system configuration of the Exadata infrastructure.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Dns
Servers List<string> - The list of DNS server IP addresses. Maximum of 3 allowed.
- Dictionary<string, object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Gateway string
- The gateway for the control plane network.
- Id string
- The OCID of the Exadata infrastructure.
- Infini
Band stringNetwork Cidr - The CIDR block for the Exadata InfiniBand interconnect.
- Is
Cps boolOffline Report Enabled - Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
- Is
Multi boolRack Deployment - Indicates if deployment is Multi-Rack or not.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Maintenance
Slo stringStatus - A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
- Maintenance
Windows List<GetExadata Infrastructures Exadata Infrastructure Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Max
Cpu intCount - The total number of CPU cores available.
- Max
Data doubleStorage In Tbs - The total available DATA disk group size.
- Max
Db intNode Storage In Gbs - The total local node storage available in GBs.
- Max
Memory intIn Gbs - The total memory available in GBs.
- Memory
Size intIn Gbs - The memory allocated in GBs.
- Monthly
Db stringServer Version - The monthly software version of the database servers (dom0) in the Exadata infrastructure.
- Multi
Rack stringConfiguration File - The base64 encoded Multi-Rack configuration json file.
- Netmask string
- The netmask for the control plane network.
- Network
Bonding List<GetMode Details Exadata Infrastructures Exadata Infrastructure Network Bonding Mode Detail> - Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- Ntp
Servers List<string> - The list of NTP server IP addresses. Maximum of 3 allowed.
- Rack
Serial stringNumber - The serial number for the Exadata infrastructure.
- Shape string
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- Storage
Count int - The number of Exadata storage servers for the Exadata infrastructure.
- Storage
Server stringVersion - The software version of the storage servers (cells) in the Exadata infrastructure.
- Time
Created string - The date and time the Exadata infrastructure was created.
- Time
Zone string - The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- Activated
Storage intCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- Activation
File string - Additional
Compute intCount - The requested number of additional compute servers for the Exadata infrastructure.
- Additional
Compute stringSystem Model - Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
- Additional
Storage intCount - The requested number of additional storage servers for the Exadata infrastructure.
- Admin
Network stringCidr - The CIDR block for the Exadata administration network.
- Availability
Domain string - The name of the availability domain that the Exadata infrastructure is located in.
- 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 compartment OCID.
- Compute
Count int - The number of compute servers for the Exadata infrastructure.
- Contacts
[]Get
Exadata Infrastructures Exadata Infrastructure Contact - The list of contacts for the Exadata infrastructure.
- Corporate
Proxy string - The corporate network proxy for access to the control plane network.
- Cpus
Enabled int - The number of enabled CPU cores.
- Create
Async bool - Csi
Number string - The CSI Number of the Exadata infrastructure.
- Data
Storage float64Size In Tbs - Size, in terabytes, of the DATA disk group.
- Db
Node intStorage Size In Gbs - The local node storage allocated in GBs.
- Db
Server stringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- Defined
File []GetSystem Configurations Exadata Infrastructures Exadata Infrastructure Defined File System Configuration - Details of the file system configuration of the Exadata infrastructure.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Dns
Servers []string - The list of DNS server IP addresses. Maximum of 3 allowed.
- map[string]interface{}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Gateway string
- The gateway for the control plane network.
- Id string
- The OCID of the Exadata infrastructure.
- Infini
Band stringNetwork Cidr - The CIDR block for the Exadata InfiniBand interconnect.
- Is
Cps boolOffline Report Enabled - Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
- Is
Multi boolRack Deployment - Indicates if deployment is Multi-Rack or not.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Maintenance
Slo stringStatus - A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
- Maintenance
Windows []GetExadata Infrastructures Exadata Infrastructure Maintenance Window - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Max
Cpu intCount - The total number of CPU cores available.
- Max
Data float64Storage In Tbs - The total available DATA disk group size.
- Max
Db intNode Storage In Gbs - The total local node storage available in GBs.
- Max
Memory intIn Gbs - The total memory available in GBs.
- Memory
Size intIn Gbs - The memory allocated in GBs.
- Monthly
Db stringServer Version - The monthly software version of the database servers (dom0) in the Exadata infrastructure.
- Multi
Rack stringConfiguration File - The base64 encoded Multi-Rack configuration json file.
- Netmask string
- The netmask for the control plane network.
- Network
Bonding []GetMode Details Exadata Infrastructures Exadata Infrastructure Network Bonding Mode Detail - Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- Ntp
Servers []string - The list of NTP server IP addresses. Maximum of 3 allowed.
- Rack
Serial stringNumber - The serial number for the Exadata infrastructure.
- Shape string
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- Storage
Count int - The number of Exadata storage servers for the Exadata infrastructure.
- Storage
Server stringVersion - The software version of the storage servers (cells) in the Exadata infrastructure.
- Time
Created string - The date and time the Exadata infrastructure was created.
- Time
Zone string - The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- activated
Storage IntegerCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- activation
File String - additional
Compute IntegerCount - The requested number of additional compute servers for the Exadata infrastructure.
- additional
Compute StringSystem Model - Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
- additional
Storage IntegerCount - The requested number of additional storage servers for the Exadata infrastructure.
- admin
Network StringCidr - The CIDR block for the Exadata administration network.
- availability
Domain String - The name of the availability domain that the Exadata infrastructure is located in.
- 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 compartment OCID.
- compute
Count Integer - The number of compute servers for the Exadata infrastructure.
- contacts
List<Get
Exadata Infrastructures Exadata Infrastructure Contact> - The list of contacts for the Exadata infrastructure.
- corporate
Proxy String - The corporate network proxy for access to the control plane network.
- cpus
Enabled Integer - The number of enabled CPU cores.
- create
Async Boolean - csi
Number String - The CSI Number of the Exadata infrastructure.
- data
Storage DoubleSize In Tbs - Size, in terabytes, of the DATA disk group.
- db
Node IntegerStorage Size In Gbs - The local node storage allocated in GBs.
- db
Server StringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- defined
File List<GetSystem Configurations Exadata Infrastructures Exadata Infrastructure Defined File System Configuration> - Details of the file system configuration of the Exadata infrastructure.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- dns
Servers List<String> - The list of DNS server IP addresses. Maximum of 3 allowed.
- Map<String,Object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gateway String
- The gateway for the control plane network.
- id String
- The OCID of the Exadata infrastructure.
- infini
Band StringNetwork Cidr - The CIDR block for the Exadata InfiniBand interconnect.
- is
Cps BooleanOffline Report Enabled - Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
- is
Multi BooleanRack Deployment - Indicates if deployment is Multi-Rack or not.
- lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Slo StringStatus - A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
- maintenance
Windows List<GetExadata Infrastructures Exadata Infrastructure Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu IntegerCount - The total number of CPU cores available.
- max
Data DoubleStorage In Tbs - The total available DATA disk group size.
- max
Db IntegerNode Storage In Gbs - The total local node storage available in GBs.
- max
Memory IntegerIn Gbs - The total memory available in GBs.
- memory
Size IntegerIn Gbs - The memory allocated in GBs.
- monthly
Db StringServer Version - The monthly software version of the database servers (dom0) in the Exadata infrastructure.
- multi
Rack StringConfiguration File - The base64 encoded Multi-Rack configuration json file.
- netmask String
- The netmask for the control plane network.
- network
Bonding List<GetMode Details Exadata Infrastructures Exadata Infrastructure Network Bonding Mode Detail> - Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- ntp
Servers List<String> - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack
Serial StringNumber - The serial number for the Exadata infrastructure.
- shape String
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- storage
Count Integer - The number of Exadata storage servers for the Exadata infrastructure.
- storage
Server StringVersion - The software version of the storage servers (cells) in the Exadata infrastructure.
- time
Created String - The date and time the Exadata infrastructure was created.
- time
Zone String - The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- activated
Storage numberCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- activation
File string - additional
Compute numberCount - The requested number of additional compute servers for the Exadata infrastructure.
- additional
Compute stringSystem Model - Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
- additional
Storage numberCount - The requested number of additional storage servers for the Exadata infrastructure.
- admin
Network stringCidr - The CIDR block for the Exadata administration network.
- availability
Domain string - The name of the availability domain that the Exadata infrastructure is located in.
- 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 compartment OCID.
- compute
Count number - The number of compute servers for the Exadata infrastructure.
- contacts
Get
Exadata Infrastructures Exadata Infrastructure Contact[] - The list of contacts for the Exadata infrastructure.
- corporate
Proxy string - The corporate network proxy for access to the control plane network.
- cpus
Enabled number - The number of enabled CPU cores.
- create
Async boolean - csi
Number string - The CSI Number of the Exadata infrastructure.
- data
Storage numberSize In Tbs - Size, in terabytes, of the DATA disk group.
- db
Node numberStorage Size In Gbs - The local node storage allocated in GBs.
- db
Server stringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- defined
File GetSystem Configurations Exadata Infrastructures Exadata Infrastructure Defined File System Configuration[] - Details of the file system configuration of the Exadata infrastructure.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- dns
Servers string[] - The list of DNS server IP addresses. Maximum of 3 allowed.
- {[key: string]: any}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gateway string
- The gateway for the control plane network.
- id string
- The OCID of the Exadata infrastructure.
- infini
Band stringNetwork Cidr - The CIDR block for the Exadata InfiniBand interconnect.
- is
Cps booleanOffline Report Enabled - Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
- is
Multi booleanRack Deployment - Indicates if deployment is Multi-Rack or not.
- lifecycle
Details string - Additional information about the current lifecycle state.
- maintenance
Slo stringStatus - A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
- maintenance
Windows GetExadata Infrastructures Exadata Infrastructure Maintenance Window[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu numberCount - The total number of CPU cores available.
- max
Data numberStorage In Tbs - The total available DATA disk group size.
- max
Db numberNode Storage In Gbs - The total local node storage available in GBs.
- max
Memory numberIn Gbs - The total memory available in GBs.
- memory
Size numberIn Gbs - The memory allocated in GBs.
- monthly
Db stringServer Version - The monthly software version of the database servers (dom0) in the Exadata infrastructure.
- multi
Rack stringConfiguration File - The base64 encoded Multi-Rack configuration json file.
- netmask string
- The netmask for the control plane network.
- network
Bonding GetMode Details Exadata Infrastructures Exadata Infrastructure Network Bonding Mode Detail[] - Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- ntp
Servers string[] - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack
Serial stringNumber - The serial number for the Exadata infrastructure.
- shape string
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- storage
Count number - The number of Exadata storage servers for the Exadata infrastructure.
- storage
Server stringVersion - The software version of the storage servers (cells) in the Exadata infrastructure.
- time
Created string - The date and time the Exadata infrastructure was created.
- time
Zone string - The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- activated_
storage_ intcount - The requested number of additional storage servers activated for the Exadata infrastructure.
- activation_
file str - additional_
compute_ intcount - The requested number of additional compute servers for the Exadata infrastructure.
- additional_
compute_ strsystem_ model - Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
- additional_
storage_ intcount - The requested number of additional storage servers for the Exadata infrastructure.
- admin_
network_ strcidr - The CIDR block for the Exadata administration network.
- availability_
domain str - The name of the availability domain that the Exadata infrastructure is located in.
- 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 compartment OCID.
- compute_
count int - The number of compute servers for the Exadata infrastructure.
- contacts
Sequence[database.
Get Exadata Infrastructures Exadata Infrastructure Contact] - The list of contacts for the Exadata infrastructure.
- corporate_
proxy str - The corporate network proxy for access to the control plane network.
- cpus_
enabled int - The number of enabled CPU cores.
- create_
async bool - csi_
number str - The CSI Number of the Exadata infrastructure.
- data_
storage_ floatsize_ in_ tbs - Size, in terabytes, of the DATA disk group.
- db_
node_ intstorage_ size_ in_ gbs - The local node storage allocated in GBs.
- db_
server_ strversion - The software version of the database servers (dom0) in the Exadata infrastructure.
- defined_
file_ Sequence[database.system_ configurations Get Exadata Infrastructures Exadata Infrastructure Defined File System Configuration] - Details of the file system configuration of the Exadata infrastructure.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- dns_
servers Sequence[str] - The list of DNS server IP addresses. Maximum of 3 allowed.
- Mapping[str, Any]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gateway str
- The gateway for the control plane network.
- id str
- The OCID of the Exadata infrastructure.
- infini_
band_ strnetwork_ cidr - The CIDR block for the Exadata InfiniBand interconnect.
- is_
cps_ booloffline_ report_ enabled - Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
- is_
multi_ boolrack_ deployment - Indicates if deployment is Multi-Rack or not.
- lifecycle_
details str - Additional information about the current lifecycle state.
- maintenance_
slo_ strstatus - A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
- maintenance_
windows Sequence[database.Get Exadata Infrastructures Exadata Infrastructure Maintenance Window] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max_
cpu_ intcount - The total number of CPU cores available.
- max_
data_ floatstorage_ in_ tbs - The total available DATA disk group size.
- max_
db_ intnode_ storage_ in_ gbs - The total local node storage available in GBs.
- max_
memory_ intin_ gbs - The total memory available in GBs.
- memory_
size_ intin_ gbs - The memory allocated in GBs.
- monthly_
db_ strserver_ version - The monthly software version of the database servers (dom0) in the Exadata infrastructure.
- multi_
rack_ strconfiguration_ file - The base64 encoded Multi-Rack configuration json file.
- netmask str
- The netmask for the control plane network.
- network_
bonding_ Sequence[database.mode_ details Get Exadata Infrastructures Exadata Infrastructure Network Bonding Mode Detail] - Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- ntp_
servers Sequence[str] - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack_
serial_ strnumber - The serial number for the Exadata infrastructure.
- shape str
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state str
- A filter to return only resources that match the given lifecycle state exactly.
- storage_
count int - The number of Exadata storage servers for the Exadata infrastructure.
- storage_
server_ strversion - The software version of the storage servers (cells) in the Exadata infrastructure.
- time_
created str - The date and time the Exadata infrastructure was created.
- time_
zone str - The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- activated
Storage NumberCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- activation
File String - additional
Compute NumberCount - The requested number of additional compute servers for the Exadata infrastructure.
- additional
Compute StringSystem Model - Oracle Exadata System Model specification. The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
- additional
Storage NumberCount - The requested number of additional storage servers for the Exadata infrastructure.
- admin
Network StringCidr - The CIDR block for the Exadata administration network.
- availability
Domain String - The name of the availability domain that the Exadata infrastructure is located in.
- 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 compartment OCID.
- compute
Count Number - The number of compute servers for the Exadata infrastructure.
- contacts List<Property Map>
- The list of contacts for the Exadata infrastructure.
- corporate
Proxy String - The corporate network proxy for access to the control plane network.
- cpus
Enabled Number - The number of enabled CPU cores.
- create
Async Boolean - csi
Number String - The CSI Number of the Exadata infrastructure.
- data
Storage NumberSize In Tbs - Size, in terabytes, of the DATA disk group.
- db
Node NumberStorage Size In Gbs - The local node storage allocated in GBs.
- db
Server StringVersion - The software version of the database servers (dom0) in the Exadata infrastructure.
- defined
File List<Property Map>System Configurations - Details of the file system configuration of the Exadata infrastructure.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- dns
Servers List<String> - The list of DNS server IP addresses. Maximum of 3 allowed.
- Map<Any>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- gateway String
- The gateway for the control plane network.
- id String
- The OCID of the Exadata infrastructure.
- infini
Band StringNetwork Cidr - The CIDR block for the Exadata InfiniBand interconnect.
- is
Cps BooleanOffline Report Enabled - Indicates whether cps offline diagnostic report is enabled for this Exadata infrastructure. This will allow a customer to quickly check status themselves and fix problems on their end, saving time and frustration for both Oracle and the customer when they find the CPS in a disconnected state.You can enable offline diagnostic report during Exadata infrastructure provisioning. You can also disable or enable it at any time using the UpdateExadatainfrastructure API.
- is
Multi BooleanRack Deployment - Indicates if deployment is Multi-Rack or not.
- lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Slo StringStatus - A field to capture ‘Maintenance SLO Status’ for the Exadata infrastructure with values ‘OK’, ‘DEGRADED’. Default is ‘OK’ when the infrastructure is provisioned.
- maintenance
Windows List<Property Map> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu NumberCount - The total number of CPU cores available.
- max
Data NumberStorage In Tbs - The total available DATA disk group size.
- max
Db NumberNode Storage In Gbs - The total local node storage available in GBs.
- max
Memory NumberIn Gbs - The total memory available in GBs.
- memory
Size NumberIn Gbs - The memory allocated in GBs.
- monthly
Db StringServer Version - The monthly software version of the database servers (dom0) in the Exadata infrastructure.
- multi
Rack StringConfiguration File - The base64 encoded Multi-Rack configuration json file.
- netmask String
- The netmask for the control plane network.
- network
Bonding List<Property Map>Mode Details - Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- ntp
Servers List<String> - The list of NTP server IP addresses. Maximum of 3 allowed.
- rack
Serial StringNumber - The serial number for the Exadata infrastructure.
- shape String
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- storage
Count Number - The number of Exadata storage servers for the Exadata infrastructure.
- storage
Server StringVersion - The software version of the storage servers (cells) in the Exadata infrastructure.
- time
Created String - The date and time the Exadata infrastructure was created.
- time
Zone String - The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
GetExadataInfrastructuresExadataInfrastructureContact
- Email string
- The email for the Exadata Infrastructure contact.
- Is
Contact boolMos Validated - If
true
, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse
, this Exadata Infrastructure contact is not a valid MOS contact. - Is
Primary bool - If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - Name string
- Name of the month of the year.
- Phone
Number string - The phone number for the Exadata Infrastructure contact.
- Email string
- The email for the Exadata Infrastructure contact.
- Is
Contact boolMos Validated - If
true
, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse
, this Exadata Infrastructure contact is not a valid MOS contact. - Is
Primary bool - If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - Name string
- Name of the month of the year.
- Phone
Number string - The phone number for the Exadata Infrastructure contact.
- email String
- The email for the Exadata Infrastructure contact.
- is
Contact BooleanMos Validated - If
true
, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse
, this Exadata Infrastructure contact is not a valid MOS contact. - is
Primary Boolean - If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - name String
- Name of the month of the year.
- phone
Number String - The phone number for the Exadata Infrastructure contact.
- email string
- The email for the Exadata Infrastructure contact.
- is
Contact booleanMos Validated - If
true
, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse
, this Exadata Infrastructure contact is not a valid MOS contact. - is
Primary boolean - If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - name string
- Name of the month of the year.
- phone
Number string - The phone number for the Exadata Infrastructure contact.
- email str
- The email for the Exadata Infrastructure contact.
- is_
contact_ boolmos_ validated - If
true
, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse
, this Exadata Infrastructure contact is not a valid MOS contact. - is_
primary bool - If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - name str
- Name of the month of the year.
- phone_
number str - The phone number for the Exadata Infrastructure contact.
- email String
- The email for the Exadata Infrastructure contact.
- is
Contact BooleanMos Validated - If
true
, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. Iffalse
, this Exadata Infrastructure contact is not a valid MOS contact. - is
Primary Boolean - If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - name String
- Name of the month of the year.
- phone
Number String - The phone number for the Exadata Infrastructure contact.
GetExadataInfrastructuresExadataInfrastructureDefinedFileSystemConfiguration
- Is
Backup boolPartition - If true, the file system is used to create a backup prior to Exadata VM OS update.
- Is
Resizable bool - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- Min
Size intGb - The minimum size of file system.
- Mount
Point string - The mount point of file system.
- Is
Backup boolPartition - If true, the file system is used to create a backup prior to Exadata VM OS update.
- Is
Resizable bool - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- Min
Size intGb - The minimum size of file system.
- Mount
Point string - The mount point of file system.
- is
Backup BooleanPartition - If true, the file system is used to create a backup prior to Exadata VM OS update.
- is
Resizable Boolean - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- min
Size IntegerGb - The minimum size of file system.
- mount
Point String - The mount point of file system.
- is
Backup booleanPartition - If true, the file system is used to create a backup prior to Exadata VM OS update.
- is
Resizable boolean - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- min
Size numberGb - The minimum size of file system.
- mount
Point string - The mount point of file system.
- is_
backup_ boolpartition - If true, the file system is used to create a backup prior to Exadata VM OS update.
- is_
resizable bool - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- min_
size_ intgb - The minimum size of file system.
- mount_
point str - The mount point of file system.
- is
Backup BooleanPartition - If true, the file system is used to create a backup prior to Exadata VM OS update.
- is
Resizable Boolean - If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
- min
Size NumberGb - The minimum size of file system.
- mount
Point String - The mount point of file system.
GetExadataInfrastructuresExadataInfrastructureMaintenanceWindow
- Custom
Action intTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of List<GetWeeks Exadata Infrastructures Exadata Infrastructure Maintenance Window Days Of Week> - 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 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<Get
Exadata Infrastructures Exadata Infrastructure Maintenance Window Month> - Months during the year when maintenance should be performed.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference string
- The maintenance window scheduling preference.
- Skip
Rus List<bool> - 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 server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of []GetWeeks Exadata Infrastructures Exadata Infrastructure Maintenance Window Days Of Week - 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 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
[]Get
Exadata Infrastructures Exadata Infrastructure Maintenance Window Month - Months during the year when maintenance should be performed.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference string
- The maintenance window scheduling preference.
- Skip
Rus []bool - 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 IntegerTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of List<GetWeeks Exadata Infrastructures Exadata Infrastructure Maintenance Window Days Of Week> - 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 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<Get
Exadata Infrastructures Exadata Infrastructure Maintenance Window Month> - Months during the year when maintenance should be performed.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference String
- The maintenance window scheduling preference.
- skip
Rus List<Boolean> - 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 server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of GetWeeks Exadata Infrastructures Exadata Infrastructure Maintenance Window Days Of Week[] - 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 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
Get
Exadata Infrastructures Exadata Infrastructure Maintenance Window Month[] - Months during the year when maintenance should be performed.
- patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference string
- The maintenance window scheduling preference.
- skip
Rus boolean[] - 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 server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ Sequence[database.weeks Get Exadata Infrastructures Exadata Infrastructure Maintenance Window Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ Sequence[int]days - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is_
custom_ boolaction_ timeout_ enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- 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[database.
Get Exadata Infrastructures Exadata Infrastructure Maintenance Window Month] - Months during the year when maintenance should be performed.
- patching_
mode str - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference str
- The maintenance window scheduling preference.
- skip_
rus Sequence[bool] - 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 server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of List<Property Map>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 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<Property Map>
- Months during the year when maintenance should be performed.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference String
- The maintenance window scheduling preference.
- skip
Rus List<Boolean> - 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.
GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowDaysOfWeek
- Name string
- Name of the month of the year.
- Name string
- Name of the month of the year.
- name String
- Name of the month of the year.
- name string
- Name of the month of the year.
- name str
- Name of the month of the year.
- name String
- Name of the month of the year.
GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowMonth
- Name string
- Name of the month of the year.
- Name string
- Name of the month of the year.
- name String
- Name of the month of the year.
- name string
- Name of the month of the year.
- name str
- Name of the month of the year.
- name String
- Name of the month of the year.
GetExadataInfrastructuresExadataInfrastructureNetworkBondingModeDetail
- Backup
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- Client
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- Dr
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- Backup
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- Client
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- Dr
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- backup
Network StringBonding Mode - The network bonding mode for the Exadata infrastructure.
- client
Network StringBonding Mode - The network bonding mode for the Exadata infrastructure.
- dr
Network StringBonding Mode - The network bonding mode for the Exadata infrastructure.
- backup
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- client
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- dr
Network stringBonding Mode - The network bonding mode for the Exadata infrastructure.
- backup_
network_ strbonding_ mode - The network bonding mode for the Exadata infrastructure.
- client_
network_ strbonding_ mode - The network bonding mode for the Exadata infrastructure.
- dr_
network_ strbonding_ mode - The network bonding mode for the Exadata infrastructure.
- backup
Network StringBonding Mode - The network bonding mode for the Exadata infrastructure.
- client
Network StringBonding Mode - The network bonding mode for the Exadata infrastructure.
- dr
Network StringBonding Mode - The network bonding mode for the Exadata infrastructure.
GetExadataInfrastructuresFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.