oci.Database.ExadataInfrastructure
Explore with Pulumi AI
This resource provides the Exadata Infrastructure resource in Oracle Cloud Infrastructure Database service.
Creates an Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only. To create an Exadata Cloud Service infrastructure resource, use the CreateCloudExadataInfrastructure operation.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExadataInfrastructure = new oci.database.ExadataInfrastructure("test_exadata_infrastructure", {
adminNetworkCidr: exadataInfrastructureAdminNetworkCidr,
cloudControlPlaneServer1: exadataInfrastructureCloudControlPlaneServer1,
cloudControlPlaneServer2: exadataInfrastructureCloudControlPlaneServer2,
compartmentId: compartmentId,
displayName: exadataInfrastructureDisplayName,
dnsServers: exadataInfrastructureDnsServer,
gateway: exadataInfrastructureGateway,
infiniBandNetworkCidr: exadataInfrastructureInfiniBandNetworkCidr,
netmask: exadataInfrastructureNetmask,
ntpServers: exadataInfrastructureNtpServer,
shape: exadataInfrastructureShape,
timeZone: exadataInfrastructureTimeZone,
activationFile: exadataInfrastructureActivationFile,
computeCount: exadataInfrastructureComputeCount,
contacts: [{
email: exadataInfrastructureContactsEmail,
isPrimary: exadataInfrastructureContactsIsPrimary,
name: exadataInfrastructureContactsName,
isContactMosValidated: exadataInfrastructureContactsIsContactMosValidated,
phoneNumber: exadataInfrastructureContactsPhoneNumber,
}],
corporateProxy: exadataInfrastructureCorporateProxy,
definedTags: exadataInfrastructureDefinedTags,
freeformTags: {
Department: "Finance",
},
isCpsOfflineReportEnabled: exadataInfrastructureIsCpsOfflineReportEnabled,
isMultiRackDeployment: exadataInfrastructureIsMultiRackDeployment,
maintenanceWindow: {
customActionTimeoutInMins: exadataInfrastructureMaintenanceWindowCustomActionTimeoutInMins,
daysOfWeeks: [{
name: exadataInfrastructureMaintenanceWindowDaysOfWeekName,
}],
hoursOfDays: exadataInfrastructureMaintenanceWindowHoursOfDay,
isCustomActionTimeoutEnabled: exadataInfrastructureMaintenanceWindowIsCustomActionTimeoutEnabled,
isMonthlyPatchingEnabled: exadataInfrastructureMaintenanceWindowIsMonthlyPatchingEnabled,
leadTimeInWeeks: exadataInfrastructureMaintenanceWindowLeadTimeInWeeks,
months: [{
name: exadataInfrastructureMaintenanceWindowMonthsName,
}],
patchingMode: exadataInfrastructureMaintenanceWindowPatchingMode,
preference: exadataInfrastructureMaintenanceWindowPreference,
weeksOfMonths: exadataInfrastructureMaintenanceWindowWeeksOfMonth,
},
multiRackConfigurationFile: exadataInfrastructureMultiRackConfigurationFile,
networkBondingModeDetails: {
backupNetworkBondingMode: exadataInfrastructureNetworkBondingModeDetailsBackupNetworkBondingMode,
clientNetworkBondingMode: exadataInfrastructureNetworkBondingModeDetailsClientNetworkBondingMode,
drNetworkBondingMode: exadataInfrastructureNetworkBondingModeDetailsDrNetworkBondingMode,
},
storageCount: exadataInfrastructureStorageCount,
});
import pulumi
import pulumi_oci as oci
test_exadata_infrastructure = oci.database.ExadataInfrastructure("test_exadata_infrastructure",
admin_network_cidr=exadata_infrastructure_admin_network_cidr,
cloud_control_plane_server1=exadata_infrastructure_cloud_control_plane_server1,
cloud_control_plane_server2=exadata_infrastructure_cloud_control_plane_server2,
compartment_id=compartment_id,
display_name=exadata_infrastructure_display_name,
dns_servers=exadata_infrastructure_dns_server,
gateway=exadata_infrastructure_gateway,
infini_band_network_cidr=exadata_infrastructure_infini_band_network_cidr,
netmask=exadata_infrastructure_netmask,
ntp_servers=exadata_infrastructure_ntp_server,
shape=exadata_infrastructure_shape,
time_zone=exadata_infrastructure_time_zone,
activation_file=exadata_infrastructure_activation_file,
compute_count=exadata_infrastructure_compute_count,
contacts=[{
"email": exadata_infrastructure_contacts_email,
"is_primary": exadata_infrastructure_contacts_is_primary,
"name": exadata_infrastructure_contacts_name,
"is_contact_mos_validated": exadata_infrastructure_contacts_is_contact_mos_validated,
"phone_number": exadata_infrastructure_contacts_phone_number,
}],
corporate_proxy=exadata_infrastructure_corporate_proxy,
defined_tags=exadata_infrastructure_defined_tags,
freeform_tags={
"Department": "Finance",
},
is_cps_offline_report_enabled=exadata_infrastructure_is_cps_offline_report_enabled,
is_multi_rack_deployment=exadata_infrastructure_is_multi_rack_deployment,
maintenance_window={
"custom_action_timeout_in_mins": exadata_infrastructure_maintenance_window_custom_action_timeout_in_mins,
"days_of_weeks": [{
"name": exadata_infrastructure_maintenance_window_days_of_week_name,
}],
"hours_of_days": exadata_infrastructure_maintenance_window_hours_of_day,
"is_custom_action_timeout_enabled": exadata_infrastructure_maintenance_window_is_custom_action_timeout_enabled,
"is_monthly_patching_enabled": exadata_infrastructure_maintenance_window_is_monthly_patching_enabled,
"lead_time_in_weeks": exadata_infrastructure_maintenance_window_lead_time_in_weeks,
"months": [{
"name": exadata_infrastructure_maintenance_window_months_name,
}],
"patching_mode": exadata_infrastructure_maintenance_window_patching_mode,
"preference": exadata_infrastructure_maintenance_window_preference,
"weeks_of_months": exadata_infrastructure_maintenance_window_weeks_of_month,
},
multi_rack_configuration_file=exadata_infrastructure_multi_rack_configuration_file,
network_bonding_mode_details={
"backup_network_bonding_mode": exadata_infrastructure_network_bonding_mode_details_backup_network_bonding_mode,
"client_network_bonding_mode": exadata_infrastructure_network_bonding_mode_details_client_network_bonding_mode,
"dr_network_bonding_mode": exadata_infrastructure_network_bonding_mode_details_dr_network_bonding_mode,
},
storage_count=exadata_infrastructure_storage_count)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Database.NewExadataInfrastructure(ctx, "test_exadata_infrastructure", &Database.ExadataInfrastructureArgs{
AdminNetworkCidr: pulumi.Any(exadataInfrastructureAdminNetworkCidr),
CloudControlPlaneServer1: pulumi.Any(exadataInfrastructureCloudControlPlaneServer1),
CloudControlPlaneServer2: pulumi.Any(exadataInfrastructureCloudControlPlaneServer2),
CompartmentId: pulumi.Any(compartmentId),
DisplayName: pulumi.Any(exadataInfrastructureDisplayName),
DnsServers: pulumi.Any(exadataInfrastructureDnsServer),
Gateway: pulumi.Any(exadataInfrastructureGateway),
InfiniBandNetworkCidr: pulumi.Any(exadataInfrastructureInfiniBandNetworkCidr),
Netmask: pulumi.Any(exadataInfrastructureNetmask),
NtpServers: pulumi.Any(exadataInfrastructureNtpServer),
Shape: pulumi.Any(exadataInfrastructureShape),
TimeZone: pulumi.Any(exadataInfrastructureTimeZone),
ActivationFile: pulumi.Any(exadataInfrastructureActivationFile),
ComputeCount: pulumi.Any(exadataInfrastructureComputeCount),
Contacts: database.ExadataInfrastructureContactArray{
&database.ExadataInfrastructureContactArgs{
Email: pulumi.Any(exadataInfrastructureContactsEmail),
IsPrimary: pulumi.Any(exadataInfrastructureContactsIsPrimary),
Name: pulumi.Any(exadataInfrastructureContactsName),
IsContactMosValidated: pulumi.Any(exadataInfrastructureContactsIsContactMosValidated),
PhoneNumber: pulumi.Any(exadataInfrastructureContactsPhoneNumber),
},
},
CorporateProxy: pulumi.Any(exadataInfrastructureCorporateProxy),
DefinedTags: pulumi.Any(exadataInfrastructureDefinedTags),
FreeformTags: pulumi.StringMap{
"Department": pulumi.String("Finance"),
},
IsCpsOfflineReportEnabled: pulumi.Any(exadataInfrastructureIsCpsOfflineReportEnabled),
IsMultiRackDeployment: pulumi.Any(exadataInfrastructureIsMultiRackDeployment),
MaintenanceWindow: &database.ExadataInfrastructureMaintenanceWindowArgs{
CustomActionTimeoutInMins: pulumi.Any(exadataInfrastructureMaintenanceWindowCustomActionTimeoutInMins),
DaysOfWeeks: database.ExadataInfrastructureMaintenanceWindowDaysOfWeekArray{
&database.ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs{
Name: pulumi.Any(exadataInfrastructureMaintenanceWindowDaysOfWeekName),
},
},
HoursOfDays: pulumi.Any(exadataInfrastructureMaintenanceWindowHoursOfDay),
IsCustomActionTimeoutEnabled: pulumi.Any(exadataInfrastructureMaintenanceWindowIsCustomActionTimeoutEnabled),
IsMonthlyPatchingEnabled: pulumi.Any(exadataInfrastructureMaintenanceWindowIsMonthlyPatchingEnabled),
LeadTimeInWeeks: pulumi.Any(exadataInfrastructureMaintenanceWindowLeadTimeInWeeks),
Months: database.ExadataInfrastructureMaintenanceWindowMonthArray{
&database.ExadataInfrastructureMaintenanceWindowMonthArgs{
Name: pulumi.Any(exadataInfrastructureMaintenanceWindowMonthsName),
},
},
PatchingMode: pulumi.Any(exadataInfrastructureMaintenanceWindowPatchingMode),
Preference: pulumi.Any(exadataInfrastructureMaintenanceWindowPreference),
WeeksOfMonths: pulumi.Any(exadataInfrastructureMaintenanceWindowWeeksOfMonth),
},
MultiRackConfigurationFile: pulumi.Any(exadataInfrastructureMultiRackConfigurationFile),
NetworkBondingModeDetails: &database.ExadataInfrastructureNetworkBondingModeDetailsArgs{
BackupNetworkBondingMode: pulumi.Any(exadataInfrastructureNetworkBondingModeDetailsBackupNetworkBondingMode),
ClientNetworkBondingMode: pulumi.Any(exadataInfrastructureNetworkBondingModeDetailsClientNetworkBondingMode),
DrNetworkBondingMode: pulumi.Any(exadataInfrastructureNetworkBondingModeDetailsDrNetworkBondingMode),
},
StorageCount: pulumi.Any(exadataInfrastructureStorageCount),
})
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 testExadataInfrastructure = new Oci.Database.ExadataInfrastructure("test_exadata_infrastructure", new()
{
AdminNetworkCidr = exadataInfrastructureAdminNetworkCidr,
CloudControlPlaneServer1 = exadataInfrastructureCloudControlPlaneServer1,
CloudControlPlaneServer2 = exadataInfrastructureCloudControlPlaneServer2,
CompartmentId = compartmentId,
DisplayName = exadataInfrastructureDisplayName,
DnsServers = exadataInfrastructureDnsServer,
Gateway = exadataInfrastructureGateway,
InfiniBandNetworkCidr = exadataInfrastructureInfiniBandNetworkCidr,
Netmask = exadataInfrastructureNetmask,
NtpServers = exadataInfrastructureNtpServer,
Shape = exadataInfrastructureShape,
TimeZone = exadataInfrastructureTimeZone,
ActivationFile = exadataInfrastructureActivationFile,
ComputeCount = exadataInfrastructureComputeCount,
Contacts = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureContactArgs
{
Email = exadataInfrastructureContactsEmail,
IsPrimary = exadataInfrastructureContactsIsPrimary,
Name = exadataInfrastructureContactsName,
IsContactMosValidated = exadataInfrastructureContactsIsContactMosValidated,
PhoneNumber = exadataInfrastructureContactsPhoneNumber,
},
},
CorporateProxy = exadataInfrastructureCorporateProxy,
DefinedTags = exadataInfrastructureDefinedTags,
FreeformTags =
{
{ "Department", "Finance" },
},
IsCpsOfflineReportEnabled = exadataInfrastructureIsCpsOfflineReportEnabled,
IsMultiRackDeployment = exadataInfrastructureIsMultiRackDeployment,
MaintenanceWindow = new Oci.Database.Inputs.ExadataInfrastructureMaintenanceWindowArgs
{
CustomActionTimeoutInMins = exadataInfrastructureMaintenanceWindowCustomActionTimeoutInMins,
DaysOfWeeks = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs
{
Name = exadataInfrastructureMaintenanceWindowDaysOfWeekName,
},
},
HoursOfDays = exadataInfrastructureMaintenanceWindowHoursOfDay,
IsCustomActionTimeoutEnabled = exadataInfrastructureMaintenanceWindowIsCustomActionTimeoutEnabled,
IsMonthlyPatchingEnabled = exadataInfrastructureMaintenanceWindowIsMonthlyPatchingEnabled,
LeadTimeInWeeks = exadataInfrastructureMaintenanceWindowLeadTimeInWeeks,
Months = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureMaintenanceWindowMonthArgs
{
Name = exadataInfrastructureMaintenanceWindowMonthsName,
},
},
PatchingMode = exadataInfrastructureMaintenanceWindowPatchingMode,
Preference = exadataInfrastructureMaintenanceWindowPreference,
WeeksOfMonths = exadataInfrastructureMaintenanceWindowWeeksOfMonth,
},
MultiRackConfigurationFile = exadataInfrastructureMultiRackConfigurationFile,
NetworkBondingModeDetails = new Oci.Database.Inputs.ExadataInfrastructureNetworkBondingModeDetailsArgs
{
BackupNetworkBondingMode = exadataInfrastructureNetworkBondingModeDetailsBackupNetworkBondingMode,
ClientNetworkBondingMode = exadataInfrastructureNetworkBondingModeDetailsClientNetworkBondingMode,
DrNetworkBondingMode = exadataInfrastructureNetworkBondingModeDetailsDrNetworkBondingMode,
},
StorageCount = exadataInfrastructureStorageCount,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.ExadataInfrastructure;
import com.pulumi.oci.Database.ExadataInfrastructureArgs;
import com.pulumi.oci.Database.inputs.ExadataInfrastructureContactArgs;
import com.pulumi.oci.Database.inputs.ExadataInfrastructureMaintenanceWindowArgs;
import com.pulumi.oci.Database.inputs.ExadataInfrastructureNetworkBondingModeDetailsArgs;
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) {
var testExadataInfrastructure = new ExadataInfrastructure("testExadataInfrastructure", ExadataInfrastructureArgs.builder()
.adminNetworkCidr(exadataInfrastructureAdminNetworkCidr)
.cloudControlPlaneServer1(exadataInfrastructureCloudControlPlaneServer1)
.cloudControlPlaneServer2(exadataInfrastructureCloudControlPlaneServer2)
.compartmentId(compartmentId)
.displayName(exadataInfrastructureDisplayName)
.dnsServers(exadataInfrastructureDnsServer)
.gateway(exadataInfrastructureGateway)
.infiniBandNetworkCidr(exadataInfrastructureInfiniBandNetworkCidr)
.netmask(exadataInfrastructureNetmask)
.ntpServers(exadataInfrastructureNtpServer)
.shape(exadataInfrastructureShape)
.timeZone(exadataInfrastructureTimeZone)
.activationFile(exadataInfrastructureActivationFile)
.computeCount(exadataInfrastructureComputeCount)
.contacts(ExadataInfrastructureContactArgs.builder()
.email(exadataInfrastructureContactsEmail)
.isPrimary(exadataInfrastructureContactsIsPrimary)
.name(exadataInfrastructureContactsName)
.isContactMosValidated(exadataInfrastructureContactsIsContactMosValidated)
.phoneNumber(exadataInfrastructureContactsPhoneNumber)
.build())
.corporateProxy(exadataInfrastructureCorporateProxy)
.definedTags(exadataInfrastructureDefinedTags)
.freeformTags(Map.of("Department", "Finance"))
.isCpsOfflineReportEnabled(exadataInfrastructureIsCpsOfflineReportEnabled)
.isMultiRackDeployment(exadataInfrastructureIsMultiRackDeployment)
.maintenanceWindow(ExadataInfrastructureMaintenanceWindowArgs.builder()
.customActionTimeoutInMins(exadataInfrastructureMaintenanceWindowCustomActionTimeoutInMins)
.daysOfWeeks(ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs.builder()
.name(exadataInfrastructureMaintenanceWindowDaysOfWeekName)
.build())
.hoursOfDays(exadataInfrastructureMaintenanceWindowHoursOfDay)
.isCustomActionTimeoutEnabled(exadataInfrastructureMaintenanceWindowIsCustomActionTimeoutEnabled)
.isMonthlyPatchingEnabled(exadataInfrastructureMaintenanceWindowIsMonthlyPatchingEnabled)
.leadTimeInWeeks(exadataInfrastructureMaintenanceWindowLeadTimeInWeeks)
.months(ExadataInfrastructureMaintenanceWindowMonthArgs.builder()
.name(exadataInfrastructureMaintenanceWindowMonthsName)
.build())
.patchingMode(exadataInfrastructureMaintenanceWindowPatchingMode)
.preference(exadataInfrastructureMaintenanceWindowPreference)
.weeksOfMonths(exadataInfrastructureMaintenanceWindowWeeksOfMonth)
.build())
.multiRackConfigurationFile(exadataInfrastructureMultiRackConfigurationFile)
.networkBondingModeDetails(ExadataInfrastructureNetworkBondingModeDetailsArgs.builder()
.backupNetworkBondingMode(exadataInfrastructureNetworkBondingModeDetailsBackupNetworkBondingMode)
.clientNetworkBondingMode(exadataInfrastructureNetworkBondingModeDetailsClientNetworkBondingMode)
.drNetworkBondingMode(exadataInfrastructureNetworkBondingModeDetailsDrNetworkBondingMode)
.build())
.storageCount(exadataInfrastructureStorageCount)
.build());
}
}
resources:
testExadataInfrastructure:
type: oci:Database:ExadataInfrastructure
name: test_exadata_infrastructure
properties:
adminNetworkCidr: ${exadataInfrastructureAdminNetworkCidr}
cloudControlPlaneServer1: ${exadataInfrastructureCloudControlPlaneServer1}
cloudControlPlaneServer2: ${exadataInfrastructureCloudControlPlaneServer2}
compartmentId: ${compartmentId}
displayName: ${exadataInfrastructureDisplayName}
dnsServers: ${exadataInfrastructureDnsServer}
gateway: ${exadataInfrastructureGateway}
infiniBandNetworkCidr: ${exadataInfrastructureInfiniBandNetworkCidr}
netmask: ${exadataInfrastructureNetmask}
ntpServers: ${exadataInfrastructureNtpServer}
shape: ${exadataInfrastructureShape}
timeZone: ${exadataInfrastructureTimeZone}
activationFile: ${exadataInfrastructureActivationFile}
computeCount: ${exadataInfrastructureComputeCount}
contacts:
- email: ${exadataInfrastructureContactsEmail}
isPrimary: ${exadataInfrastructureContactsIsPrimary}
name: ${exadataInfrastructureContactsName}
isContactMosValidated: ${exadataInfrastructureContactsIsContactMosValidated}
phoneNumber: ${exadataInfrastructureContactsPhoneNumber}
corporateProxy: ${exadataInfrastructureCorporateProxy}
definedTags: ${exadataInfrastructureDefinedTags}
freeformTags:
Department: Finance
isCpsOfflineReportEnabled: ${exadataInfrastructureIsCpsOfflineReportEnabled}
isMultiRackDeployment: ${exadataInfrastructureIsMultiRackDeployment}
maintenanceWindow:
customActionTimeoutInMins: ${exadataInfrastructureMaintenanceWindowCustomActionTimeoutInMins}
daysOfWeeks:
- name: ${exadataInfrastructureMaintenanceWindowDaysOfWeekName}
hoursOfDays: ${exadataInfrastructureMaintenanceWindowHoursOfDay}
isCustomActionTimeoutEnabled: ${exadataInfrastructureMaintenanceWindowIsCustomActionTimeoutEnabled}
isMonthlyPatchingEnabled: ${exadataInfrastructureMaintenanceWindowIsMonthlyPatchingEnabled}
leadTimeInWeeks: ${exadataInfrastructureMaintenanceWindowLeadTimeInWeeks}
months:
- name: ${exadataInfrastructureMaintenanceWindowMonthsName}
patchingMode: ${exadataInfrastructureMaintenanceWindowPatchingMode}
preference: ${exadataInfrastructureMaintenanceWindowPreference}
weeksOfMonths: ${exadataInfrastructureMaintenanceWindowWeeksOfMonth}
multiRackConfigurationFile: ${exadataInfrastructureMultiRackConfigurationFile}
networkBondingModeDetails:
backupNetworkBondingMode: ${exadataInfrastructureNetworkBondingModeDetailsBackupNetworkBondingMode}
clientNetworkBondingMode: ${exadataInfrastructureNetworkBondingModeDetailsClientNetworkBondingMode}
drNetworkBondingMode: ${exadataInfrastructureNetworkBondingModeDetailsDrNetworkBondingMode}
storageCount: ${exadataInfrastructureStorageCount}
Create ExadataInfrastructure Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExadataInfrastructure(name: string, args: ExadataInfrastructureArgs, opts?: CustomResourceOptions);
@overload
def ExadataInfrastructure(resource_name: str,
args: ExadataInfrastructureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExadataInfrastructure(resource_name: str,
opts: Optional[ResourceOptions] = None,
dns_servers: Optional[Sequence[str]] = None,
time_zone: Optional[str] = None,
admin_network_cidr: Optional[str] = None,
cloud_control_plane_server1: Optional[str] = None,
cloud_control_plane_server2: Optional[str] = None,
compartment_id: Optional[str] = None,
shape: Optional[str] = None,
ntp_servers: Optional[Sequence[str]] = None,
netmask: Optional[str] = None,
infini_band_network_cidr: Optional[str] = None,
gateway: Optional[str] = None,
display_name: Optional[str] = None,
compute_count: Optional[int] = None,
multi_rack_configuration_file: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
create_async: Optional[bool] = None,
is_cps_offline_report_enabled: Optional[bool] = None,
is_multi_rack_deployment: Optional[bool] = None,
maintenance_window: Optional[_database.ExadataInfrastructureMaintenanceWindowArgs] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
corporate_proxy: Optional[str] = None,
network_bonding_mode_details: Optional[_database.ExadataInfrastructureNetworkBondingModeDetailsArgs] = None,
contacts: Optional[Sequence[_database.ExadataInfrastructureContactArgs]] = None,
activation_file: Optional[str] = None,
storage_count: Optional[int] = None,
additional_storage_count: Optional[int] = None)
func NewExadataInfrastructure(ctx *Context, name string, args ExadataInfrastructureArgs, opts ...ResourceOption) (*ExadataInfrastructure, error)
public ExadataInfrastructure(string name, ExadataInfrastructureArgs args, CustomResourceOptions? opts = null)
public ExadataInfrastructure(String name, ExadataInfrastructureArgs args)
public ExadataInfrastructure(String name, ExadataInfrastructureArgs args, CustomResourceOptions options)
type: oci:Database:ExadataInfrastructure
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ExadataInfrastructureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ExadataInfrastructureArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ExadataInfrastructureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExadataInfrastructureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExadataInfrastructureArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exadataInfrastructureResource = new Oci.Database.ExadataInfrastructure("exadataInfrastructureResource", new()
{
DnsServers = new[]
{
"string",
},
TimeZone = "string",
AdminNetworkCidr = "string",
CloudControlPlaneServer1 = "string",
CloudControlPlaneServer2 = "string",
CompartmentId = "string",
Shape = "string",
NtpServers = new[]
{
"string",
},
Netmask = "string",
InfiniBandNetworkCidr = "string",
Gateway = "string",
DisplayName = "string",
ComputeCount = 0,
MultiRackConfigurationFile = "string",
DefinedTags =
{
{ "string", "string" },
},
CreateAsync = false,
IsCpsOfflineReportEnabled = false,
IsMultiRackDeployment = false,
MaintenanceWindow = new Oci.Database.Inputs.ExadataInfrastructureMaintenanceWindowArgs
{
CustomActionTimeoutInMins = 0,
DaysOfWeeks = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs
{
Name = "string",
},
},
HoursOfDays = new[]
{
0,
},
IsCustomActionTimeoutEnabled = false,
IsMonthlyPatchingEnabled = false,
LeadTimeInWeeks = 0,
Months = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureMaintenanceWindowMonthArgs
{
Name = "string",
},
},
PatchingMode = "string",
Preference = "string",
SkipRus = new[]
{
false,
},
WeeksOfMonths = new[]
{
0,
},
},
FreeformTags =
{
{ "string", "string" },
},
CorporateProxy = "string",
NetworkBondingModeDetails = new Oci.Database.Inputs.ExadataInfrastructureNetworkBondingModeDetailsArgs
{
BackupNetworkBondingMode = "string",
ClientNetworkBondingMode = "string",
DrNetworkBondingMode = "string",
},
Contacts = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureContactArgs
{
Email = "string",
IsPrimary = false,
Name = "string",
IsContactMosValidated = false,
PhoneNumber = "string",
},
},
ActivationFile = "string",
StorageCount = 0,
AdditionalStorageCount = 0,
});
example, err := Database.NewExadataInfrastructure(ctx, "exadataInfrastructureResource", &Database.ExadataInfrastructureArgs{
DnsServers: pulumi.StringArray{
pulumi.String("string"),
},
TimeZone: pulumi.String("string"),
AdminNetworkCidr: pulumi.String("string"),
CloudControlPlaneServer1: pulumi.String("string"),
CloudControlPlaneServer2: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
Shape: pulumi.String("string"),
NtpServers: pulumi.StringArray{
pulumi.String("string"),
},
Netmask: pulumi.String("string"),
InfiniBandNetworkCidr: pulumi.String("string"),
Gateway: pulumi.String("string"),
DisplayName: pulumi.String("string"),
ComputeCount: pulumi.Int(0),
MultiRackConfigurationFile: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
CreateAsync: pulumi.Bool(false),
IsCpsOfflineReportEnabled: pulumi.Bool(false),
IsMultiRackDeployment: pulumi.Bool(false),
MaintenanceWindow: &database.ExadataInfrastructureMaintenanceWindowArgs{
CustomActionTimeoutInMins: pulumi.Int(0),
DaysOfWeeks: database.ExadataInfrastructureMaintenanceWindowDaysOfWeekArray{
&database.ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs{
Name: pulumi.String("string"),
},
},
HoursOfDays: pulumi.IntArray{
pulumi.Int(0),
},
IsCustomActionTimeoutEnabled: pulumi.Bool(false),
IsMonthlyPatchingEnabled: pulumi.Bool(false),
LeadTimeInWeeks: pulumi.Int(0),
Months: database.ExadataInfrastructureMaintenanceWindowMonthArray{
&database.ExadataInfrastructureMaintenanceWindowMonthArgs{
Name: pulumi.String("string"),
},
},
PatchingMode: pulumi.String("string"),
Preference: pulumi.String("string"),
SkipRus: pulumi.BoolArray{
pulumi.Bool(false),
},
WeeksOfMonths: pulumi.IntArray{
pulumi.Int(0),
},
},
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
CorporateProxy: pulumi.String("string"),
NetworkBondingModeDetails: &database.ExadataInfrastructureNetworkBondingModeDetailsArgs{
BackupNetworkBondingMode: pulumi.String("string"),
ClientNetworkBondingMode: pulumi.String("string"),
DrNetworkBondingMode: pulumi.String("string"),
},
Contacts: database.ExadataInfrastructureContactArray{
&database.ExadataInfrastructureContactArgs{
Email: pulumi.String("string"),
IsPrimary: pulumi.Bool(false),
Name: pulumi.String("string"),
IsContactMosValidated: pulumi.Bool(false),
PhoneNumber: pulumi.String("string"),
},
},
ActivationFile: pulumi.String("string"),
StorageCount: pulumi.Int(0),
AdditionalStorageCount: pulumi.Int(0),
})
var exadataInfrastructureResource = new ExadataInfrastructure("exadataInfrastructureResource", ExadataInfrastructureArgs.builder()
.dnsServers("string")
.timeZone("string")
.adminNetworkCidr("string")
.cloudControlPlaneServer1("string")
.cloudControlPlaneServer2("string")
.compartmentId("string")
.shape("string")
.ntpServers("string")
.netmask("string")
.infiniBandNetworkCidr("string")
.gateway("string")
.displayName("string")
.computeCount(0)
.multiRackConfigurationFile("string")
.definedTags(Map.of("string", "string"))
.createAsync(false)
.isCpsOfflineReportEnabled(false)
.isMultiRackDeployment(false)
.maintenanceWindow(ExadataInfrastructureMaintenanceWindowArgs.builder()
.customActionTimeoutInMins(0)
.daysOfWeeks(ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs.builder()
.name("string")
.build())
.hoursOfDays(0)
.isCustomActionTimeoutEnabled(false)
.isMonthlyPatchingEnabled(false)
.leadTimeInWeeks(0)
.months(ExadataInfrastructureMaintenanceWindowMonthArgs.builder()
.name("string")
.build())
.patchingMode("string")
.preference("string")
.skipRus(false)
.weeksOfMonths(0)
.build())
.freeformTags(Map.of("string", "string"))
.corporateProxy("string")
.networkBondingModeDetails(ExadataInfrastructureNetworkBondingModeDetailsArgs.builder()
.backupNetworkBondingMode("string")
.clientNetworkBondingMode("string")
.drNetworkBondingMode("string")
.build())
.contacts(ExadataInfrastructureContactArgs.builder()
.email("string")
.isPrimary(false)
.name("string")
.isContactMosValidated(false)
.phoneNumber("string")
.build())
.activationFile("string")
.storageCount(0)
.additionalStorageCount(0)
.build());
exadata_infrastructure_resource = oci.database.ExadataInfrastructure("exadataInfrastructureResource",
dns_servers=["string"],
time_zone="string",
admin_network_cidr="string",
cloud_control_plane_server1="string",
cloud_control_plane_server2="string",
compartment_id="string",
shape="string",
ntp_servers=["string"],
netmask="string",
infini_band_network_cidr="string",
gateway="string",
display_name="string",
compute_count=0,
multi_rack_configuration_file="string",
defined_tags={
"string": "string",
},
create_async=False,
is_cps_offline_report_enabled=False,
is_multi_rack_deployment=False,
maintenance_window=oci.database.ExadataInfrastructureMaintenanceWindowArgs(
custom_action_timeout_in_mins=0,
days_of_weeks=[oci.database.ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs(
name="string",
)],
hours_of_days=[0],
is_custom_action_timeout_enabled=False,
is_monthly_patching_enabled=False,
lead_time_in_weeks=0,
months=[oci.database.ExadataInfrastructureMaintenanceWindowMonthArgs(
name="string",
)],
patching_mode="string",
preference="string",
skip_rus=[False],
weeks_of_months=[0],
),
freeform_tags={
"string": "string",
},
corporate_proxy="string",
network_bonding_mode_details=oci.database.ExadataInfrastructureNetworkBondingModeDetailsArgs(
backup_network_bonding_mode="string",
client_network_bonding_mode="string",
dr_network_bonding_mode="string",
),
contacts=[oci.database.ExadataInfrastructureContactArgs(
email="string",
is_primary=False,
name="string",
is_contact_mos_validated=False,
phone_number="string",
)],
activation_file="string",
storage_count=0,
additional_storage_count=0)
const exadataInfrastructureResource = new oci.database.ExadataInfrastructure("exadataInfrastructureResource", {
dnsServers: ["string"],
timeZone: "string",
adminNetworkCidr: "string",
cloudControlPlaneServer1: "string",
cloudControlPlaneServer2: "string",
compartmentId: "string",
shape: "string",
ntpServers: ["string"],
netmask: "string",
infiniBandNetworkCidr: "string",
gateway: "string",
displayName: "string",
computeCount: 0,
multiRackConfigurationFile: "string",
definedTags: {
string: "string",
},
createAsync: false,
isCpsOfflineReportEnabled: false,
isMultiRackDeployment: false,
maintenanceWindow: {
customActionTimeoutInMins: 0,
daysOfWeeks: [{
name: "string",
}],
hoursOfDays: [0],
isCustomActionTimeoutEnabled: false,
isMonthlyPatchingEnabled: false,
leadTimeInWeeks: 0,
months: [{
name: "string",
}],
patchingMode: "string",
preference: "string",
skipRus: [false],
weeksOfMonths: [0],
},
freeformTags: {
string: "string",
},
corporateProxy: "string",
networkBondingModeDetails: {
backupNetworkBondingMode: "string",
clientNetworkBondingMode: "string",
drNetworkBondingMode: "string",
},
contacts: [{
email: "string",
isPrimary: false,
name: "string",
isContactMosValidated: false,
phoneNumber: "string",
}],
activationFile: "string",
storageCount: 0,
additionalStorageCount: 0,
});
type: oci:Database:ExadataInfrastructure
properties:
activationFile: string
additionalStorageCount: 0
adminNetworkCidr: string
cloudControlPlaneServer1: string
cloudControlPlaneServer2: string
compartmentId: string
computeCount: 0
contacts:
- email: string
isContactMosValidated: false
isPrimary: false
name: string
phoneNumber: string
corporateProxy: string
createAsync: false
definedTags:
string: string
displayName: string
dnsServers:
- string
freeformTags:
string: string
gateway: string
infiniBandNetworkCidr: string
isCpsOfflineReportEnabled: false
isMultiRackDeployment: false
maintenanceWindow:
customActionTimeoutInMins: 0
daysOfWeeks:
- name: string
hoursOfDays:
- 0
isCustomActionTimeoutEnabled: false
isMonthlyPatchingEnabled: false
leadTimeInWeeks: 0
months:
- name: string
patchingMode: string
preference: string
skipRus:
- false
weeksOfMonths:
- 0
multiRackConfigurationFile: string
netmask: string
networkBondingModeDetails:
backupNetworkBondingMode: string
clientNetworkBondingMode: string
drNetworkBondingMode: string
ntpServers:
- string
shape: string
storageCount: 0
timeZone: string
ExadataInfrastructure Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ExadataInfrastructure resource accepts the following input properties:
- Admin
Network stringCidr - (Updatable) The CIDR block for the Exadata administration network.
- Cloud
Control stringPlane Server1 - (Updatable) The IP address for the first control plane server.
- Cloud
Control stringPlane Server2 - (Updatable) The IP address for the second control plane server.
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Display
Name string - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- Dns
Servers List<string> - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- Gateway string
- (Updatable) The gateway for the control plane network.
- Infini
Band stringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- Netmask string
- (Updatable) The netmask for the control plane network.
- Ntp
Servers List<string> - (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
- Shape string
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- Time
Zone string - (Updatable) The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- Activation
File string - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- Additional
Storage intCount The requested number of additional storage servers for the Exadata infrastructure.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Compute
Count int - The number of compute servers for the Exadata infrastructure.
- Contacts
List<Exadata
Infrastructure Contact> - (Updatable) The list of contacts for the Exadata infrastructure.
- Corporate
Proxy string - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- Create
Async bool - Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Dictionary<string, string>
- (Updatable) 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"}
- Is
Cps boolOffline Report Enabled - (Updatable) 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 - (Updatable) Indicates if deployment is Multi-Rack or not.
- Maintenance
Window ExadataInfrastructure Maintenance Window - (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Multi
Rack stringConfiguration File - (Updatable) The base64 encoded Multi-Rack configuration json file.
- Network
Bonding ExadataMode Details Infrastructure Network Bonding Mode Details - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- Storage
Count int - The number of storage servers for the Exadata infrastructure.
- Admin
Network stringCidr - (Updatable) The CIDR block for the Exadata administration network.
- Cloud
Control stringPlane Server1 - (Updatable) The IP address for the first control plane server.
- Cloud
Control stringPlane Server2 - (Updatable) The IP address for the second control plane server.
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Display
Name string - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- Dns
Servers []string - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- Gateway string
- (Updatable) The gateway for the control plane network.
- Infini
Band stringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- Netmask string
- (Updatable) The netmask for the control plane network.
- Ntp
Servers []string - (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
- Shape string
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- Time
Zone string - (Updatable) The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- Activation
File string - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- Additional
Storage intCount The requested number of additional storage servers for the Exadata infrastructure.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Compute
Count int - The number of compute servers for the Exadata infrastructure.
- Contacts
[]Exadata
Infrastructure Contact Args - (Updatable) The list of contacts for the Exadata infrastructure.
- Corporate
Proxy string - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- Create
Async bool - map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- map[string]string
- (Updatable) 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"}
- Is
Cps boolOffline Report Enabled - (Updatable) 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 - (Updatable) Indicates if deployment is Multi-Rack or not.
- Maintenance
Window ExadataInfrastructure Maintenance Window Args - (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Multi
Rack stringConfiguration File - (Updatable) The base64 encoded Multi-Rack configuration json file.
- Network
Bonding ExadataMode Details Infrastructure Network Bonding Mode Details Args - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- Storage
Count int - The number of storage servers for the Exadata infrastructure.
- admin
Network StringCidr - (Updatable) The CIDR block for the Exadata administration network.
- cloud
Control StringPlane Server1 - (Updatable) The IP address for the first control plane server.
- cloud
Control StringPlane Server2 - (Updatable) The IP address for the second control plane server.
- compartment
Id String - (Updatable) The OCID of the compartment.
- display
Name String - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- dns
Servers List<String> - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- gateway String
- (Updatable) The gateway for the control plane network.
- infini
Band StringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- netmask String
- (Updatable) The netmask for the control plane network.
- ntp
Servers List<String> - (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
- shape String
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- time
Zone String - (Updatable) The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- activation
File String - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- additional
Storage IntegerCount The requested number of additional storage servers for the Exadata infrastructure.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compute
Count Integer - The number of compute servers for the Exadata infrastructure.
- contacts
List<Exadata
Infrastructure Contact> - (Updatable) The list of contacts for the Exadata infrastructure.
- corporate
Proxy String - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- create
Async Boolean - Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Map<String,String>
- (Updatable) 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"}
- is
Cps BooleanOffline Report Enabled - (Updatable) 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 - (Updatable) Indicates if deployment is Multi-Rack or not.
- maintenance
Window ExadataInfrastructure Maintenance Window - (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- multi
Rack StringConfiguration File - (Updatable) The base64 encoded Multi-Rack configuration json file.
- network
Bonding ExadataMode Details Infrastructure Network Bonding Mode Details - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- storage
Count Integer - The number of storage servers for the Exadata infrastructure.
- admin
Network stringCidr - (Updatable) The CIDR block for the Exadata administration network.
- cloud
Control stringPlane Server1 - (Updatable) The IP address for the first control plane server.
- cloud
Control stringPlane Server2 - (Updatable) The IP address for the second control plane server.
- compartment
Id string - (Updatable) The OCID of the compartment.
- display
Name string - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- dns
Servers string[] - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- gateway string
- (Updatable) The gateway for the control plane network.
- infini
Band stringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- netmask string
- (Updatable) The netmask for the control plane network.
- ntp
Servers string[] - (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
- shape string
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- time
Zone string - (Updatable) The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- activation
File string - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- additional
Storage numberCount The requested number of additional storage servers for the Exadata infrastructure.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compute
Count number - The number of compute servers for the Exadata infrastructure.
- contacts
Exadata
Infrastructure Contact[] - (Updatable) The list of contacts for the Exadata infrastructure.
- corporate
Proxy string - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- create
Async boolean - {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- {[key: string]: string}
- (Updatable) 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"}
- is
Cps booleanOffline Report Enabled - (Updatable) 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 - (Updatable) Indicates if deployment is Multi-Rack or not.
- maintenance
Window ExadataInfrastructure Maintenance Window - (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- multi
Rack stringConfiguration File - (Updatable) The base64 encoded Multi-Rack configuration json file.
- network
Bonding ExadataMode Details Infrastructure Network Bonding Mode Details - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- storage
Count number - The number of storage servers for the Exadata infrastructure.
- admin_
network_ strcidr - (Updatable) The CIDR block for the Exadata administration network.
- cloud_
control_ strplane_ server1 - (Updatable) The IP address for the first control plane server.
- cloud_
control_ strplane_ server2 - (Updatable) The IP address for the second control plane server.
- compartment_
id str - (Updatable) The OCID of the compartment.
- display_
name str - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- dns_
servers Sequence[str] - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- gateway str
- (Updatable) The gateway for the control plane network.
- infini_
band_ strnetwork_ cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- netmask str
- (Updatable) The netmask for the control plane network.
- ntp_
servers Sequence[str] - (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
- shape str
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- time_
zone str - (Updatable) The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- activation_
file str - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- additional_
storage_ intcount The requested number of additional storage servers for the Exadata infrastructure.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compute_
count int - The number of compute servers for the Exadata infrastructure.
- contacts
Sequence[database.
Exadata Infrastructure Contact Args] - (Updatable) The list of contacts for the Exadata infrastructure.
- corporate_
proxy str - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- create_
async bool - Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Mapping[str, str]
- (Updatable) 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"}
- is_
cps_ booloffline_ report_ enabled - (Updatable) 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 - (Updatable) Indicates if deployment is Multi-Rack or not.
- maintenance_
window database.Exadata Infrastructure Maintenance Window Args - (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- multi_
rack_ strconfiguration_ file - (Updatable) The base64 encoded Multi-Rack configuration json file.
- network_
bonding_ database.mode_ details Exadata Infrastructure Network Bonding Mode Details Args - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- storage_
count int - The number of storage servers for the Exadata infrastructure.
- admin
Network StringCidr - (Updatable) The CIDR block for the Exadata administration network.
- cloud
Control StringPlane Server1 - (Updatable) The IP address for the first control plane server.
- cloud
Control StringPlane Server2 - (Updatable) The IP address for the second control plane server.
- compartment
Id String - (Updatable) The OCID of the compartment.
- display
Name String - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- dns
Servers List<String> - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- gateway String
- (Updatable) The gateway for the control plane network.
- infini
Band StringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- netmask String
- (Updatable) The netmask for the control plane network.
- ntp
Servers List<String> - (Updatable) The list of NTP server IP addresses. Maximum of 3 allowed.
- shape String
- The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.
- time
Zone String - (Updatable) The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
- activation
File String - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- additional
Storage NumberCount The requested number of additional storage servers for the Exadata infrastructure.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- compute
Count Number - The number of compute servers for the Exadata infrastructure.
- contacts List<Property Map>
- (Updatable) The list of contacts for the Exadata infrastructure.
- corporate
Proxy String - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- create
Async Boolean - Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Map<String>
- (Updatable) 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"}
- is
Cps BooleanOffline Report Enabled - (Updatable) 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 - (Updatable) Indicates if deployment is Multi-Rack or not.
- maintenance
Window Property Map - (Updatable) The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- multi
Rack StringConfiguration File - (Updatable) The base64 encoded Multi-Rack configuration json file.
- network
Bonding Property MapMode Details - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- storage
Count Number - The number of storage servers for the Exadata infrastructure.
Outputs
All input properties are implicitly available as output properties. Additionally, the ExadataInfrastructure resource produces the following output properties:
- Activated
Storage intCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- 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)
- Availability
Domain string - The name of the availability domain that the Exadata infrastructure is located in.
- Cpus
Enabled int - The number of enabled CPU cores.
- 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<ExadataSystem Configurations Infrastructure Defined File System Configuration> - Details of the file system configuration of the Exadata infrastructure.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- Rack
Serial stringNumber - The serial number for the Exadata infrastructure.
- State string
- The current lifecycle state of 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.
- Activated
Storage intCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- 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)
- Availability
Domain string - The name of the availability domain that the Exadata infrastructure is located in.
- Cpus
Enabled int - The number of enabled CPU cores.
- 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 []ExadataSystem Configurations Infrastructure Defined File System Configuration - Details of the file system configuration of the Exadata infrastructure.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- Rack
Serial stringNumber - The serial number for the Exadata infrastructure.
- State string
- The current lifecycle state of 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.
- activated
Storage IntegerCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- 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)
- availability
Domain String - The name of the availability domain that the Exadata infrastructure is located in.
- cpus
Enabled Integer - The number of enabled CPU cores.
- 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<ExadataSystem Configurations Infrastructure Defined File System Configuration> - Details of the file system configuration of the Exadata infrastructure.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- rack
Serial StringNumber - The serial number for the Exadata infrastructure.
- state String
- The current lifecycle state of 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.
- activated
Storage numberCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- 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)
- availability
Domain string - The name of the availability domain that the Exadata infrastructure is located in.
- cpus
Enabled number - The number of enabled CPU cores.
- 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 ExadataSystem Configurations Infrastructure Defined File System Configuration[] - Details of the file system configuration of the Exadata infrastructure.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- rack
Serial stringNumber - The serial number for the Exadata infrastructure.
- state string
- The current lifecycle state of 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.
- activated_
storage_ intcount - The requested number of additional storage servers activated for the Exadata infrastructure.
- 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)
- availability_
domain str - The name of the availability domain that the Exadata infrastructure is located in.
- cpus_
enabled int - The number of enabled CPU cores.
- 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 Exadata Infrastructure Defined File System Configuration] - Details of the file system configuration of the Exadata infrastructure.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- rack_
serial_ strnumber - The serial number for the Exadata infrastructure.
- state str
- The current lifecycle state of 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.
- activated
Storage NumberCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- 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)
- availability
Domain String - The name of the availability domain that the Exadata infrastructure is located in.
- cpus
Enabled Number - The number of enabled CPU cores.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- rack
Serial StringNumber - The serial number for the Exadata infrastructure.
- state String
- The current lifecycle state of 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.
Look up Existing ExadataInfrastructure Resource
Get an existing ExadataInfrastructure resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ExadataInfrastructureState, opts?: CustomResourceOptions): ExadataInfrastructure
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
activated_storage_count: Optional[int] = None,
activation_file: Optional[str] = None,
additional_compute_count: Optional[int] = None,
additional_compute_system_model: Optional[str] = None,
additional_storage_count: Optional[int] = None,
admin_network_cidr: Optional[str] = None,
availability_domain: Optional[str] = None,
cloud_control_plane_server1: Optional[str] = None,
cloud_control_plane_server2: Optional[str] = None,
compartment_id: Optional[str] = None,
compute_count: Optional[int] = None,
contacts: Optional[Sequence[_database.ExadataInfrastructureContactArgs]] = None,
corporate_proxy: Optional[str] = None,
cpus_enabled: Optional[int] = None,
create_async: Optional[bool] = None,
csi_number: Optional[str] = None,
data_storage_size_in_tbs: Optional[float] = None,
db_node_storage_size_in_gbs: Optional[int] = None,
db_server_version: Optional[str] = None,
defined_file_system_configurations: Optional[Sequence[_database.ExadataInfrastructureDefinedFileSystemConfigurationArgs]] = None,
defined_tags: Optional[Mapping[str, str]] = None,
display_name: Optional[str] = None,
dns_servers: Optional[Sequence[str]] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
gateway: Optional[str] = None,
infini_band_network_cidr: Optional[str] = None,
is_cps_offline_report_enabled: Optional[bool] = None,
is_multi_rack_deployment: Optional[bool] = None,
lifecycle_details: Optional[str] = None,
maintenance_slo_status: Optional[str] = None,
maintenance_window: Optional[_database.ExadataInfrastructureMaintenanceWindowArgs] = None,
max_cpu_count: Optional[int] = None,
max_data_storage_in_tbs: Optional[float] = None,
max_db_node_storage_in_gbs: Optional[int] = None,
max_memory_in_gbs: Optional[int] = None,
memory_size_in_gbs: Optional[int] = None,
monthly_db_server_version: Optional[str] = None,
multi_rack_configuration_file: Optional[str] = None,
netmask: Optional[str] = None,
network_bonding_mode_details: Optional[_database.ExadataInfrastructureNetworkBondingModeDetailsArgs] = None,
ntp_servers: Optional[Sequence[str]] = None,
rack_serial_number: Optional[str] = None,
shape: Optional[str] = None,
state: Optional[str] = None,
storage_count: Optional[int] = None,
storage_server_version: Optional[str] = None,
time_created: Optional[str] = None,
time_zone: Optional[str] = None) -> ExadataInfrastructure
func GetExadataInfrastructure(ctx *Context, name string, id IDInput, state *ExadataInfrastructureState, opts ...ResourceOption) (*ExadataInfrastructure, error)
public static ExadataInfrastructure Get(string name, Input<string> id, ExadataInfrastructureState? state, CustomResourceOptions? opts = null)
public static ExadataInfrastructure get(String name, Output<String> id, ExadataInfrastructureState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Activated
Storage intCount - The requested number of additional storage servers activated for the Exadata infrastructure.
- Activation
File string - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- 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.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Admin
Network stringCidr - (Updatable) 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 - (Updatable) The IP address for the first control plane server.
- Cloud
Control stringPlane Server2 - (Updatable) The IP address for the second control plane server.
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Compute
Count int - The number of compute servers for the Exadata infrastructure.
- Contacts
List<Exadata
Infrastructure Contact> - (Updatable) The list of contacts for the Exadata infrastructure.
- Corporate
Proxy string - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- 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<ExadataSystem Configurations Infrastructure Defined File System Configuration> - Details of the file system configuration of the Exadata infrastructure.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name string - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- Dns
Servers List<string> - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- Dictionary<string, string>
- (Updatable) 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
- (Updatable) The gateway for the control plane network.
- Infini
Band stringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- Is
Cps boolOffline Report Enabled - (Updatable) 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 - (Updatable) 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
Window ExadataInfrastructure Maintenance Window - (Updatable) 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 - (Updatable) The base64 encoded Multi-Rack configuration json file.
- Netmask string
- (Updatable) The netmask for the control plane network.
- Network
Bonding ExadataMode Details Infrastructure Network Bonding Mode Details - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- Ntp
Servers List<string> - (Updatable) 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
- The current lifecycle state of the Exadata infrastructure.
- Storage
Count int - The number of 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 - (Updatable) 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 - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- 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.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Admin
Network stringCidr - (Updatable) 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 - (Updatable) The IP address for the first control plane server.
- Cloud
Control stringPlane Server2 - (Updatable) The IP address for the second control plane server.
- Compartment
Id string - (Updatable) The OCID of the compartment.
- Compute
Count int - The number of compute servers for the Exadata infrastructure.
- Contacts
[]Exadata
Infrastructure Contact Args - (Updatable) The list of contacts for the Exadata infrastructure.
- Corporate
Proxy string - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- 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 []ExadataSystem Configurations Infrastructure Defined File System Configuration Args - Details of the file system configuration of the Exadata infrastructure.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name string - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- Dns
Servers []string - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- map[string]string
- (Updatable) 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
- (Updatable) The gateway for the control plane network.
- Infini
Band stringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- Is
Cps boolOffline Report Enabled - (Updatable) 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 - (Updatable) 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
Window ExadataInfrastructure Maintenance Window Args - (Updatable) 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 - (Updatable) The base64 encoded Multi-Rack configuration json file.
- Netmask string
- (Updatable) The netmask for the control plane network.
- Network
Bonding ExadataMode Details Infrastructure Network Bonding Mode Details Args - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- Ntp
Servers []string - (Updatable) 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
- The current lifecycle state of the Exadata infrastructure.
- Storage
Count int - The number of 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 - (Updatable) 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 - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- 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.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- admin
Network StringCidr - (Updatable) 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 - (Updatable) The IP address for the first control plane server.
- cloud
Control StringPlane Server2 - (Updatable) The IP address for the second control plane server.
- compartment
Id String - (Updatable) The OCID of the compartment.
- compute
Count Integer - The number of compute servers for the Exadata infrastructure.
- contacts
List<Exadata
Infrastructure Contact> - (Updatable) The list of contacts for the Exadata infrastructure.
- corporate
Proxy String - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- 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<ExadataSystem Configurations Infrastructure Defined File System Configuration> - Details of the file system configuration of the Exadata infrastructure.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- dns
Servers List<String> - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- Map<String,String>
- (Updatable) 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
- (Updatable) The gateway for the control plane network.
- infini
Band StringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- is
Cps BooleanOffline Report Enabled - (Updatable) 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 - (Updatable) 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
Window ExadataInfrastructure Maintenance Window - (Updatable) 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 - (Updatable) The base64 encoded Multi-Rack configuration json file.
- netmask String
- (Updatable) The netmask for the control plane network.
- network
Bonding ExadataMode Details Infrastructure Network Bonding Mode Details - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- ntp
Servers List<String> - (Updatable) 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
- The current lifecycle state of the Exadata infrastructure.
- storage
Count Integer - The number of 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 - (Updatable) 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 - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- 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.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- admin
Network stringCidr - (Updatable) 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 - (Updatable) The IP address for the first control plane server.
- cloud
Control stringPlane Server2 - (Updatable) The IP address for the second control plane server.
- compartment
Id string - (Updatable) The OCID of the compartment.
- compute
Count number - The number of compute servers for the Exadata infrastructure.
- contacts
Exadata
Infrastructure Contact[] - (Updatable) The list of contacts for the Exadata infrastructure.
- corporate
Proxy string - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- 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 ExadataSystem Configurations Infrastructure Defined File System Configuration[] - Details of the file system configuration of the Exadata infrastructure.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name string - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- dns
Servers string[] - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- {[key: string]: string}
- (Updatable) 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
- (Updatable) The gateway for the control plane network.
- infini
Band stringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- is
Cps booleanOffline Report Enabled - (Updatable) 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 - (Updatable) 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
Window ExadataInfrastructure Maintenance Window - (Updatable) 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 - (Updatable) The base64 encoded Multi-Rack configuration json file.
- netmask string
- (Updatable) The netmask for the control plane network.
- network
Bonding ExadataMode Details Infrastructure Network Bonding Mode Details - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- ntp
Servers string[] - (Updatable) 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
- The current lifecycle state of the Exadata infrastructure.
- storage
Count number - The number of 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 - (Updatable) 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 - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- 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.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- admin_
network_ strcidr - (Updatable) 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 - (Updatable) The IP address for the first control plane server.
- cloud_
control_ strplane_ server2 - (Updatable) The IP address for the second control plane server.
- compartment_
id str - (Updatable) The OCID of the compartment.
- compute_
count int - The number of compute servers for the Exadata infrastructure.
- contacts
Sequence[database.
Exadata Infrastructure Contact Args] - (Updatable) The list of contacts for the Exadata infrastructure.
- corporate_
proxy str - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- 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 Exadata Infrastructure Defined File System Configuration Args] - Details of the file system configuration of the Exadata infrastructure.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_
name str - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- dns_
servers Sequence[str] - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- Mapping[str, str]
- (Updatable) 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
- (Updatable) The gateway for the control plane network.
- infini_
band_ strnetwork_ cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- is_
cps_ booloffline_ report_ enabled - (Updatable) 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 - (Updatable) 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_
window database.Exadata Infrastructure Maintenance Window Args - (Updatable) 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 - (Updatable) The base64 encoded Multi-Rack configuration json file.
- netmask str
- (Updatable) The netmask for the control plane network.
- network_
bonding_ database.mode_ details Exadata Infrastructure Network Bonding Mode Details Args - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- ntp_
servers Sequence[str] - (Updatable) 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
- The current lifecycle state of the Exadata infrastructure.
- storage_
count int - The number of 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 - (Updatable) 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 - (Updatable) The activation zip file. If provided in config, exadata infrastructure will be activated after creation. Updates are not allowed on activated exadata infrastructure.
- 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.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- admin
Network StringCidr - (Updatable) 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 - (Updatable) The IP address for the first control plane server.
- cloud
Control StringPlane Server2 - (Updatable) The IP address for the second control plane server.
- compartment
Id String - (Updatable) The OCID of the compartment.
- compute
Count Number - The number of compute servers for the Exadata infrastructure.
- contacts List<Property Map>
- (Updatable) The list of contacts for the Exadata infrastructure.
- corporate
Proxy String - (Updatable) The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security.
- 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<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - The user-friendly name for the Exadata infrastructure. The name does not need to be unique.
- dns
Servers List<String> - (Updatable) The list of DNS server IP addresses. Maximum of 3 allowed.
- Map<String>
- (Updatable) 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
- (Updatable) The gateway for the control plane network.
- infini
Band StringNetwork Cidr - (Updatable) The CIDR block for the Exadata InfiniBand interconnect.
- is
Cps BooleanOffline Report Enabled - (Updatable) 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 - (Updatable) 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
Window Property Map - (Updatable) 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 - (Updatable) The base64 encoded Multi-Rack configuration json file.
- netmask String
- (Updatable) The netmask for the control plane network.
- network
Bonding Property MapMode Details - (Updatable) Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.
- ntp
Servers List<String> - (Updatable) 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
- The current lifecycle state of the Exadata infrastructure.
- storage
Count Number - The number of 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 - (Updatable) The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.
Supporting Types
ExadataInfrastructureContact, ExadataInfrastructureContactArgs
- Email string
- (Updatable) The email for the Exadata Infrastructure contact.
- Is
Primary bool - (Updatable) If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - Name string
- (Updatable) The name of the Exadata Infrastructure contact.
- Is
Contact boolMos Validated - (Updatable) 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. - Phone
Number string - (Updatable) The phone number for the Exadata Infrastructure contact.
- Email string
- (Updatable) The email for the Exadata Infrastructure contact.
- Is
Primary bool - (Updatable) If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - Name string
- (Updatable) The name of the Exadata Infrastructure contact.
- Is
Contact boolMos Validated - (Updatable) 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. - Phone
Number string - (Updatable) The phone number for the Exadata Infrastructure contact.
- email String
- (Updatable) The email for the Exadata Infrastructure contact.
- is
Primary Boolean - (Updatable) If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - name String
- (Updatable) The name of the Exadata Infrastructure contact.
- is
Contact BooleanMos Validated - (Updatable) 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. - phone
Number String - (Updatable) The phone number for the Exadata Infrastructure contact.
- email string
- (Updatable) The email for the Exadata Infrastructure contact.
- is
Primary boolean - (Updatable) If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - name string
- (Updatable) The name of the Exadata Infrastructure contact.
- is
Contact booleanMos Validated - (Updatable) 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. - phone
Number string - (Updatable) The phone number for the Exadata Infrastructure contact.
- email str
- (Updatable) The email for the Exadata Infrastructure contact.
- is_
primary bool - (Updatable) If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - name str
- (Updatable) The name of the Exadata Infrastructure contact.
- is_
contact_ boolmos_ validated - (Updatable) 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. - phone_
number str - (Updatable) The phone number for the Exadata Infrastructure contact.
- email String
- (Updatable) The email for the Exadata Infrastructure contact.
- is
Primary Boolean - (Updatable) If
true
, this Exadata Infrastructure contact is a primary contact. Iffalse
, this Exadata Infrastructure is a secondary contact. - name String
- (Updatable) The name of the Exadata Infrastructure contact.
- is
Contact BooleanMos Validated - (Updatable) 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. - phone
Number String - (Updatable) The phone number for the Exadata Infrastructure contact.
ExadataInfrastructureDefinedFileSystemConfiguration, ExadataInfrastructureDefinedFileSystemConfigurationArgs
- 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.
ExadataInfrastructureMaintenanceWindow, ExadataInfrastructureMaintenanceWindowArgs
- Custom
Action intTimeout In Mins - (Updatable) 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<ExadataWeeks Infrastructure Maintenance Window Days Of Week> - (Updatable) Days during the week when maintenance should be performed.
- Hours
Of List<int>Days - (Updatable) 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 - (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly boolPatching Enabled - (Updatable) If true, enables the monthly patching option.
- Lead
Time intIn Weeks - (Updatable) 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<Exadata
Infrastructure Maintenance Window Month> - (Updatable) Months during the year when maintenance should be performed.
- Patching
Mode string (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.
- Preference string
- (Updatable) The maintenance window scheduling preference.
- Skip
Rus List<bool> - Weeks
Of List<int>Months - (Updatable) 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 - (Updatable) 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 []ExadataWeeks Infrastructure Maintenance Window Days Of Week - (Updatable) Days during the week when maintenance should be performed.
- Hours
Of []intDays - (Updatable) 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 - (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly boolPatching Enabled - (Updatable) If true, enables the monthly patching option.
- Lead
Time intIn Weeks - (Updatable) 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
[]Exadata
Infrastructure Maintenance Window Month - (Updatable) Months during the year when maintenance should be performed.
- Patching
Mode string (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.
- Preference string
- (Updatable) The maintenance window scheduling preference.
- Skip
Rus []bool - Weeks
Of []intMonths - (Updatable) 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 - (Updatable) 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<ExadataWeeks Infrastructure Maintenance Window Days Of Week> - (Updatable) Days during the week when maintenance should be performed.
- hours
Of List<Integer>Days - (Updatable) 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 - (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly BooleanPatching Enabled - (Updatable) If true, enables the monthly patching option.
- lead
Time IntegerIn Weeks - (Updatable) 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<Exadata
Infrastructure Maintenance Window Month> - (Updatable) Months during the year when maintenance should be performed.
- patching
Mode String (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.
- preference String
- (Updatable) The maintenance window scheduling preference.
- skip
Rus List<Boolean> - weeks
Of List<Integer>Months - (Updatable) 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 - (Updatable) 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 ExadataWeeks Infrastructure Maintenance Window Days Of Week[] - (Updatable) Days during the week when maintenance should be performed.
- hours
Of number[]Days - (Updatable) 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 - (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly booleanPatching Enabled - (Updatable) If true, enables the monthly patching option.
- lead
Time numberIn Weeks - (Updatable) 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
Exadata
Infrastructure Maintenance Window Month[] - (Updatable) Months during the year when maintenance should be performed.
- patching
Mode string (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.
- preference string
- (Updatable) The maintenance window scheduling preference.
- skip
Rus boolean[] - weeks
Of number[]Months - (Updatable) 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 - (Updatable) 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 Exadata Infrastructure Maintenance Window Days Of Week] - (Updatable) Days during the week when maintenance should be performed.
- hours_
of_ Sequence[int]days - (Updatable) 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 - (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is_
monthly_ boolpatching_ enabled - (Updatable) If true, enables the monthly patching option.
- lead_
time_ intin_ weeks - (Updatable) 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.
Exadata Infrastructure Maintenance Window Month] - (Updatable) Months during the year when maintenance should be performed.
- patching_
mode str (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.
- preference str
- (Updatable) The maintenance window scheduling preference.
- skip_
rus Sequence[bool] - weeks_
of_ Sequence[int]months - (Updatable) 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 - (Updatable) 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 - (Updatable) Days during the week when maintenance should be performed.
- hours
Of List<Number>Days - (Updatable) 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 - (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly BooleanPatching Enabled - (Updatable) If true, enables the monthly patching option.
- lead
Time NumberIn Weeks - (Updatable) 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>
- (Updatable) Months during the year when maintenance should be performed.
- patching
Mode String (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
IMPORTANT: Non-rolling infrastructure patching involves system down time. See Oracle-Managed Infrastructure Maintenance Updates for more information.
- preference String
- (Updatable) The maintenance window scheduling preference.
- skip
Rus List<Boolean> - weeks
Of List<Number>Months - (Updatable) 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.
ExadataInfrastructureMaintenanceWindowDaysOfWeek, ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs
- Name string
- (Updatable) Name of the day of the week.
- Name string
- (Updatable) Name of the day of the week.
- name String
- (Updatable) Name of the day of the week.
- name string
- (Updatable) Name of the day of the week.
- name str
- (Updatable) Name of the day of the week.
- name String
- (Updatable) Name of the day of the week.
ExadataInfrastructureMaintenanceWindowMonth, ExadataInfrastructureMaintenanceWindowMonthArgs
- Name string
- (Updatable) Name of the month of the year.
- Name string
- (Updatable) Name of the month of the year.
- name String
- (Updatable) Name of the month of the year.
- name string
- (Updatable) Name of the month of the year.
- name str
- (Updatable) Name of the month of the year.
- name String
- (Updatable) Name of the month of the year.
ExadataInfrastructureNetworkBondingModeDetails, ExadataInfrastructureNetworkBondingModeDetailsArgs
- Backup
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- Client
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- Dr
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- Backup
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- Client
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- Dr
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- backup
Network StringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- client
Network StringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- dr
Network StringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- backup
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- client
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- dr
Network stringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- backup_
network_ strbonding_ mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- client_
network_ strbonding_ mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- dr_
network_ strbonding_ mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- backup
Network StringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- client
Network StringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
- dr
Network StringBonding Mode - (Updatable) The network bonding mode for the Exadata infrastructure.
Import
ExadataInfrastructures can be imported using the id
, e.g.
$ pulumi import oci:Database/exadataInfrastructure:ExadataInfrastructure test_exadata_infrastructure "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.