Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Database.ExadataInfrastructureStorage
Explore with Pulumi AI
Create ExadataInfrastructureStorage Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExadataInfrastructureStorage(name: string, args: ExadataInfrastructureStorageArgs, opts?: CustomResourceOptions);
@overload
def ExadataInfrastructureStorage(resource_name: str,
args: ExadataInfrastructureStorageArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExadataInfrastructureStorage(resource_name: str,
opts: Optional[ResourceOptions] = None,
gateway: 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,
time_zone: Optional[str] = None,
shape: Optional[str] = None,
ntp_servers: Optional[Sequence[str]] = None,
netmask: Optional[str] = None,
display_name: Optional[str] = None,
dns_servers: Optional[Sequence[str]] = None,
infini_band_network_cidr: Optional[str] = None,
compute_count: Optional[int] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
exadata_infrastructure_id: Optional[str] = None,
maintenance_window: Optional[_database.ExadataInfrastructureStorageMaintenanceWindowArgs] = None,
defined_tags: Optional[Mapping[str, str]] = None,
corporate_proxy: Optional[str] = None,
contacts: Optional[Sequence[_database.ExadataInfrastructureStorageContactArgs]] = None,
storage_count: Optional[int] = None,
activation_file: Optional[str] = None)
func NewExadataInfrastructureStorage(ctx *Context, name string, args ExadataInfrastructureStorageArgs, opts ...ResourceOption) (*ExadataInfrastructureStorage, error)
public ExadataInfrastructureStorage(string name, ExadataInfrastructureStorageArgs args, CustomResourceOptions? opts = null)
public ExadataInfrastructureStorage(String name, ExadataInfrastructureStorageArgs args)
public ExadataInfrastructureStorage(String name, ExadataInfrastructureStorageArgs args, CustomResourceOptions options)
type: oci:Database:ExadataInfrastructureStorage
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 ExadataInfrastructureStorageArgs
- 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 ExadataInfrastructureStorageArgs
- 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 ExadataInfrastructureStorageArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExadataInfrastructureStorageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExadataInfrastructureStorageArgs
- 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 exadataInfrastructureStorageResource = new Oci.Database.ExadataInfrastructureStorage("exadataInfrastructureStorageResource", new()
{
Gateway = "string",
AdminNetworkCidr = "string",
CloudControlPlaneServer1 = "string",
CloudControlPlaneServer2 = "string",
CompartmentId = "string",
TimeZone = "string",
Shape = "string",
NtpServers = new[]
{
"string",
},
Netmask = "string",
DisplayName = "string",
DnsServers = new[]
{
"string",
},
InfiniBandNetworkCidr = "string",
ComputeCount = 0,
FreeformTags =
{
{ "string", "string" },
},
ExadataInfrastructureId = "string",
MaintenanceWindow = new Oci.Database.Inputs.ExadataInfrastructureStorageMaintenanceWindowArgs
{
Preference = "string",
DaysOfWeeks = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureStorageMaintenanceWindowDaysOfWeekArgs
{
Name = "string",
},
},
HoursOfDays = new[]
{
0,
},
LeadTimeInWeeks = 0,
Months = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureStorageMaintenanceWindowMonthArgs
{
Name = "string",
},
},
WeeksOfMonths = new[]
{
0,
},
},
DefinedTags =
{
{ "string", "string" },
},
CorporateProxy = "string",
Contacts = new[]
{
new Oci.Database.Inputs.ExadataInfrastructureStorageContactArgs
{
Email = "string",
IsPrimary = false,
Name = "string",
IsContactMosValidated = false,
PhoneNumber = "string",
},
},
StorageCount = 0,
ActivationFile = "string",
});
example, err := Database.NewExadataInfrastructureStorage(ctx, "exadataInfrastructureStorageResource", &Database.ExadataInfrastructureStorageArgs{
Gateway: pulumi.String("string"),
AdminNetworkCidr: pulumi.String("string"),
CloudControlPlaneServer1: pulumi.String("string"),
CloudControlPlaneServer2: pulumi.String("string"),
CompartmentId: pulumi.String("string"),
TimeZone: pulumi.String("string"),
Shape: pulumi.String("string"),
NtpServers: pulumi.StringArray{
pulumi.String("string"),
},
Netmask: pulumi.String("string"),
DisplayName: pulumi.String("string"),
DnsServers: pulumi.StringArray{
pulumi.String("string"),
},
InfiniBandNetworkCidr: pulumi.String("string"),
ComputeCount: pulumi.Int(0),
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
ExadataInfrastructureId: pulumi.String("string"),
MaintenanceWindow: &database.ExadataInfrastructureStorageMaintenanceWindowArgs{
Preference: pulumi.String("string"),
DaysOfWeeks: database.ExadataInfrastructureStorageMaintenanceWindowDaysOfWeekArray{
&database.ExadataInfrastructureStorageMaintenanceWindowDaysOfWeekArgs{
Name: pulumi.String("string"),
},
},
HoursOfDays: pulumi.IntArray{
pulumi.Int(0),
},
LeadTimeInWeeks: pulumi.Int(0),
Months: database.ExadataInfrastructureStorageMaintenanceWindowMonthArray{
&database.ExadataInfrastructureStorageMaintenanceWindowMonthArgs{
Name: pulumi.String("string"),
},
},
WeeksOfMonths: pulumi.IntArray{
pulumi.Int(0),
},
},
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
CorporateProxy: pulumi.String("string"),
Contacts: database.ExadataInfrastructureStorageContactArray{
&database.ExadataInfrastructureStorageContactArgs{
Email: pulumi.String("string"),
IsPrimary: pulumi.Bool(false),
Name: pulumi.String("string"),
IsContactMosValidated: pulumi.Bool(false),
PhoneNumber: pulumi.String("string"),
},
},
StorageCount: pulumi.Int(0),
ActivationFile: pulumi.String("string"),
})
var exadataInfrastructureStorageResource = new ExadataInfrastructureStorage("exadataInfrastructureStorageResource", ExadataInfrastructureStorageArgs.builder()
.gateway("string")
.adminNetworkCidr("string")
.cloudControlPlaneServer1("string")
.cloudControlPlaneServer2("string")
.compartmentId("string")
.timeZone("string")
.shape("string")
.ntpServers("string")
.netmask("string")
.displayName("string")
.dnsServers("string")
.infiniBandNetworkCidr("string")
.computeCount(0)
.freeformTags(Map.of("string", "string"))
.exadataInfrastructureId("string")
.maintenanceWindow(ExadataInfrastructureStorageMaintenanceWindowArgs.builder()
.preference("string")
.daysOfWeeks(ExadataInfrastructureStorageMaintenanceWindowDaysOfWeekArgs.builder()
.name("string")
.build())
.hoursOfDays(0)
.leadTimeInWeeks(0)
.months(ExadataInfrastructureStorageMaintenanceWindowMonthArgs.builder()
.name("string")
.build())
.weeksOfMonths(0)
.build())
.definedTags(Map.of("string", "string"))
.corporateProxy("string")
.contacts(ExadataInfrastructureStorageContactArgs.builder()
.email("string")
.isPrimary(false)
.name("string")
.isContactMosValidated(false)
.phoneNumber("string")
.build())
.storageCount(0)
.activationFile("string")
.build());
exadata_infrastructure_storage_resource = oci.database.ExadataInfrastructureStorage("exadataInfrastructureStorageResource",
gateway="string",
admin_network_cidr="string",
cloud_control_plane_server1="string",
cloud_control_plane_server2="string",
compartment_id="string",
time_zone="string",
shape="string",
ntp_servers=["string"],
netmask="string",
display_name="string",
dns_servers=["string"],
infini_band_network_cidr="string",
compute_count=0,
freeform_tags={
"string": "string",
},
exadata_infrastructure_id="string",
maintenance_window=oci.database.ExadataInfrastructureStorageMaintenanceWindowArgs(
preference="string",
days_of_weeks=[oci.database.ExadataInfrastructureStorageMaintenanceWindowDaysOfWeekArgs(
name="string",
)],
hours_of_days=[0],
lead_time_in_weeks=0,
months=[oci.database.ExadataInfrastructureStorageMaintenanceWindowMonthArgs(
name="string",
)],
weeks_of_months=[0],
),
defined_tags={
"string": "string",
},
corporate_proxy="string",
contacts=[oci.database.ExadataInfrastructureStorageContactArgs(
email="string",
is_primary=False,
name="string",
is_contact_mos_validated=False,
phone_number="string",
)],
storage_count=0,
activation_file="string")
const exadataInfrastructureStorageResource = new oci.database.ExadataInfrastructureStorage("exadataInfrastructureStorageResource", {
gateway: "string",
adminNetworkCidr: "string",
cloudControlPlaneServer1: "string",
cloudControlPlaneServer2: "string",
compartmentId: "string",
timeZone: "string",
shape: "string",
ntpServers: ["string"],
netmask: "string",
displayName: "string",
dnsServers: ["string"],
infiniBandNetworkCidr: "string",
computeCount: 0,
freeformTags: {
string: "string",
},
exadataInfrastructureId: "string",
maintenanceWindow: {
preference: "string",
daysOfWeeks: [{
name: "string",
}],
hoursOfDays: [0],
leadTimeInWeeks: 0,
months: [{
name: "string",
}],
weeksOfMonths: [0],
},
definedTags: {
string: "string",
},
corporateProxy: "string",
contacts: [{
email: "string",
isPrimary: false,
name: "string",
isContactMosValidated: false,
phoneNumber: "string",
}],
storageCount: 0,
activationFile: "string",
});
type: oci:Database:ExadataInfrastructureStorage
properties:
activationFile: string
adminNetworkCidr: string
cloudControlPlaneServer1: string
cloudControlPlaneServer2: string
compartmentId: string
computeCount: 0
contacts:
- email: string
isContactMosValidated: false
isPrimary: false
name: string
phoneNumber: string
corporateProxy: string
definedTags:
string: string
displayName: string
dnsServers:
- string
exadataInfrastructureId: string
freeformTags:
string: string
gateway: string
infiniBandNetworkCidr: string
maintenanceWindow:
daysOfWeeks:
- name: string
hoursOfDays:
- 0
leadTimeInWeeks: 0
months:
- name: string
preference: string
weeksOfMonths:
- 0
netmask: string
ntpServers:
- string
shape: string
storageCount: 0
timeZone: string
ExadataInfrastructureStorage 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 ExadataInfrastructureStorage resource accepts the following input properties:
- Admin
Network stringCidr - Cloud
Control stringPlane Server1 - Cloud
Control stringPlane Server2 - Compartment
Id string - Display
Name string - Dns
Servers List<string> - Gateway string
- Infini
Band stringNetwork Cidr - Netmask string
- Ntp
Servers List<string> - Shape string
- Time
Zone string - Activation
File string - Compute
Count int - Contacts
List<Exadata
Infrastructure Storage Contact> - Corporate
Proxy string - Dictionary<string, string>
- Exadata
Infrastructure stringId - Dictionary<string, string>
- Maintenance
Window ExadataInfrastructure Storage Maintenance Window - Storage
Count int
- Admin
Network stringCidr - Cloud
Control stringPlane Server1 - Cloud
Control stringPlane Server2 - Compartment
Id string - Display
Name string - Dns
Servers []string - Gateway string
- Infini
Band stringNetwork Cidr - Netmask string
- Ntp
Servers []string - Shape string
- Time
Zone string - Activation
File string - Compute
Count int - Contacts
[]Exadata
Infrastructure Storage Contact Args - Corporate
Proxy string - map[string]string
- Exadata
Infrastructure stringId - map[string]string
- Maintenance
Window ExadataInfrastructure Storage Maintenance Window Args - Storage
Count int
- admin
Network StringCidr - cloud
Control StringPlane Server1 - cloud
Control StringPlane Server2 - compartment
Id String - display
Name String - dns
Servers List<String> - gateway String
- infini
Band StringNetwork Cidr - netmask String
- ntp
Servers List<String> - shape String
- time
Zone String - activation
File String - compute
Count Integer - contacts
List<Exadata
Infrastructure Storage Contact> - corporate
Proxy String - Map<String,String>
- exadata
Infrastructure StringId - Map<String,String>
- maintenance
Window ExadataInfrastructure Storage Maintenance Window - storage
Count Integer
- admin
Network stringCidr - cloud
Control stringPlane Server1 - cloud
Control stringPlane Server2 - compartment
Id string - display
Name string - dns
Servers string[] - gateway string
- infini
Band stringNetwork Cidr - netmask string
- ntp
Servers string[] - shape string
- time
Zone string - activation
File string - compute
Count number - contacts
Exadata
Infrastructure Storage Contact[] - corporate
Proxy string - {[key: string]: string}
- exadata
Infrastructure stringId - {[key: string]: string}
- maintenance
Window ExadataInfrastructure Storage Maintenance Window - storage
Count number
- admin_
network_ strcidr - cloud_
control_ strplane_ server1 - cloud_
control_ strplane_ server2 - compartment_
id str - display_
name str - dns_
servers Sequence[str] - gateway str
- infini_
band_ strnetwork_ cidr - netmask str
- ntp_
servers Sequence[str] - shape str
- time_
zone str - activation_
file str - compute_
count int - contacts
Sequence[database.
Exadata Infrastructure Storage Contact Args] - corporate_
proxy str - Mapping[str, str]
- exadata_
infrastructure_ strid - Mapping[str, str]
- maintenance_
window database.Exadata Infrastructure Storage Maintenance Window Args - storage_
count int
- admin
Network StringCidr - cloud
Control StringPlane Server1 - cloud
Control StringPlane Server2 - compartment
Id String - display
Name String - dns
Servers List<String> - gateway String
- infini
Band StringNetwork Cidr - netmask String
- ntp
Servers List<String> - shape String
- time
Zone String - activation
File String - compute
Count Number - contacts List<Property Map>
- corporate
Proxy String - Map<String>
- exadata
Infrastructure StringId - Map<String>
- maintenance
Window Property Map - storage
Count Number
Outputs
All input properties are implicitly available as output properties. Additionally, the ExadataInfrastructureStorage resource produces the following output properties:
- Activated
Storage intCount - Additional
Storage intCount - Cpus
Enabled int - Csi
Number string - Data
Storage doubleSize In Tbs - Db
Node intStorage Size In Gbs - Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Maintenance
Slo stringStatus - Max
Cpu intCount - Max
Data doubleStorage In Tbs - Max
Db intNode Storage In Gbs - Max
Memory intIn Gbs - Memory
Size intIn Gbs - State string
- Time
Created string
- Activated
Storage intCount - Additional
Storage intCount - Cpus
Enabled int - Csi
Number string - Data
Storage float64Size In Tbs - Db
Node intStorage Size In Gbs - Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Maintenance
Slo stringStatus - Max
Cpu intCount - Max
Data float64Storage In Tbs - Max
Db intNode Storage In Gbs - Max
Memory intIn Gbs - Memory
Size intIn Gbs - State string
- Time
Created string
- activated
Storage IntegerCount - additional
Storage IntegerCount - cpus
Enabled Integer - csi
Number String - data
Storage DoubleSize In Tbs - db
Node IntegerStorage Size In Gbs - id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - maintenance
Slo StringStatus - max
Cpu IntegerCount - max
Data DoubleStorage In Tbs - max
Db IntegerNode Storage In Gbs - max
Memory IntegerIn Gbs - memory
Size IntegerIn Gbs - state String
- time
Created String
- activated
Storage numberCount - additional
Storage numberCount - cpus
Enabled number - csi
Number string - data
Storage numberSize In Tbs - db
Node numberStorage Size In Gbs - id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - maintenance
Slo stringStatus - max
Cpu numberCount - max
Data numberStorage In Tbs - max
Db numberNode Storage In Gbs - max
Memory numberIn Gbs - memory
Size numberIn Gbs - state string
- time
Created string
- activated_
storage_ intcount - additional_
storage_ intcount - cpus_
enabled int - csi_
number str - data_
storage_ floatsize_ in_ tbs - db_
node_ intstorage_ size_ in_ gbs - id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - maintenance_
slo_ strstatus - max_
cpu_ intcount - max_
data_ floatstorage_ in_ tbs - max_
db_ intnode_ storage_ in_ gbs - max_
memory_ intin_ gbs - memory_
size_ intin_ gbs - state str
- time_
created str
- activated
Storage NumberCount - additional
Storage NumberCount - cpus
Enabled Number - csi
Number String - data
Storage NumberSize In Tbs - db
Node NumberStorage Size In Gbs - id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - maintenance
Slo StringStatus - max
Cpu NumberCount - max
Data NumberStorage In Tbs - max
Db NumberNode Storage In Gbs - max
Memory NumberIn Gbs - memory
Size NumberIn Gbs - state String
- time
Created String
Look up Existing ExadataInfrastructureStorage Resource
Get an existing ExadataInfrastructureStorage 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?: ExadataInfrastructureStorageState, opts?: CustomResourceOptions): ExadataInfrastructureStorage
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
activated_storage_count: Optional[int] = None,
activation_file: Optional[str] = None,
additional_storage_count: Optional[int] = 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,
compute_count: Optional[int] = None,
contacts: Optional[Sequence[_database.ExadataInfrastructureStorageContactArgs]] = None,
corporate_proxy: Optional[str] = None,
cpus_enabled: Optional[int] = None,
csi_number: Optional[str] = None,
data_storage_size_in_tbs: Optional[float] = None,
db_node_storage_size_in_gbs: Optional[int] = None,
defined_tags: Optional[Mapping[str, str]] = None,
display_name: Optional[str] = None,
dns_servers: Optional[Sequence[str]] = None,
exadata_infrastructure_id: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
gateway: Optional[str] = None,
infini_band_network_cidr: Optional[str] = None,
lifecycle_details: Optional[str] = None,
maintenance_slo_status: Optional[str] = None,
maintenance_window: Optional[_database.ExadataInfrastructureStorageMaintenanceWindowArgs] = 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,
netmask: Optional[str] = None,
ntp_servers: Optional[Sequence[str]] = None,
shape: Optional[str] = None,
state: Optional[str] = None,
storage_count: Optional[int] = None,
time_created: Optional[str] = None,
time_zone: Optional[str] = None) -> ExadataInfrastructureStorage
func GetExadataInfrastructureStorage(ctx *Context, name string, id IDInput, state *ExadataInfrastructureStorageState, opts ...ResourceOption) (*ExadataInfrastructureStorage, error)
public static ExadataInfrastructureStorage Get(string name, Input<string> id, ExadataInfrastructureStorageState? state, CustomResourceOptions? opts = null)
public static ExadataInfrastructureStorage get(String name, Output<String> id, ExadataInfrastructureStorageState 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 - Activation
File string - Additional
Storage intCount - Admin
Network stringCidr - Cloud
Control stringPlane Server1 - Cloud
Control stringPlane Server2 - Compartment
Id string - Compute
Count int - Contacts
List<Exadata
Infrastructure Storage Contact> - Corporate
Proxy string - Cpus
Enabled int - Csi
Number string - Data
Storage doubleSize In Tbs - Db
Node intStorage Size In Gbs - Dictionary<string, string>
- Display
Name string - Dns
Servers List<string> - Exadata
Infrastructure stringId - Dictionary<string, string>
- Gateway string
- Infini
Band stringNetwork Cidr - Lifecycle
Details string - Maintenance
Slo stringStatus - Maintenance
Window ExadataInfrastructure Storage Maintenance Window - Max
Cpu intCount - Max
Data doubleStorage In Tbs - Max
Db intNode Storage In Gbs - Max
Memory intIn Gbs - Memory
Size intIn Gbs - Netmask string
- Ntp
Servers List<string> - Shape string
- State string
- Storage
Count int - Time
Created string - Time
Zone string
- Activated
Storage intCount - Activation
File string - Additional
Storage intCount - Admin
Network stringCidr - Cloud
Control stringPlane Server1 - Cloud
Control stringPlane Server2 - Compartment
Id string - Compute
Count int - Contacts
[]Exadata
Infrastructure Storage Contact Args - Corporate
Proxy string - Cpus
Enabled int - Csi
Number string - Data
Storage float64Size In Tbs - Db
Node intStorage Size In Gbs - map[string]string
- Display
Name string - Dns
Servers []string - Exadata
Infrastructure stringId - map[string]string
- Gateway string
- Infini
Band stringNetwork Cidr - Lifecycle
Details string - Maintenance
Slo stringStatus - Maintenance
Window ExadataInfrastructure Storage Maintenance Window Args - Max
Cpu intCount - Max
Data float64Storage In Tbs - Max
Db intNode Storage In Gbs - Max
Memory intIn Gbs - Memory
Size intIn Gbs - Netmask string
- Ntp
Servers []string - Shape string
- State string
- Storage
Count int - Time
Created string - Time
Zone string
- activated
Storage IntegerCount - activation
File String - additional
Storage IntegerCount - admin
Network StringCidr - cloud
Control StringPlane Server1 - cloud
Control StringPlane Server2 - compartment
Id String - compute
Count Integer - contacts
List<Exadata
Infrastructure Storage Contact> - corporate
Proxy String - cpus
Enabled Integer - csi
Number String - data
Storage DoubleSize In Tbs - db
Node IntegerStorage Size In Gbs - Map<String,String>
- display
Name String - dns
Servers List<String> - exadata
Infrastructure StringId - Map<String,String>
- gateway String
- infini
Band StringNetwork Cidr - lifecycle
Details String - maintenance
Slo StringStatus - maintenance
Window ExadataInfrastructure Storage Maintenance Window - max
Cpu IntegerCount - max
Data DoubleStorage In Tbs - max
Db IntegerNode Storage In Gbs - max
Memory IntegerIn Gbs - memory
Size IntegerIn Gbs - netmask String
- ntp
Servers List<String> - shape String
- state String
- storage
Count Integer - time
Created String - time
Zone String
- activated
Storage numberCount - activation
File string - additional
Storage numberCount - admin
Network stringCidr - cloud
Control stringPlane Server1 - cloud
Control stringPlane Server2 - compartment
Id string - compute
Count number - contacts
Exadata
Infrastructure Storage Contact[] - corporate
Proxy string - cpus
Enabled number - csi
Number string - data
Storage numberSize In Tbs - db
Node numberStorage Size In Gbs - {[key: string]: string}
- display
Name string - dns
Servers string[] - exadata
Infrastructure stringId - {[key: string]: string}
- gateway string
- infini
Band stringNetwork Cidr - lifecycle
Details string - maintenance
Slo stringStatus - maintenance
Window ExadataInfrastructure Storage Maintenance Window - max
Cpu numberCount - max
Data numberStorage In Tbs - max
Db numberNode Storage In Gbs - max
Memory numberIn Gbs - memory
Size numberIn Gbs - netmask string
- ntp
Servers string[] - shape string
- state string
- storage
Count number - time
Created string - time
Zone string
- activated_
storage_ intcount - activation_
file str - additional_
storage_ intcount - admin_
network_ strcidr - cloud_
control_ strplane_ server1 - cloud_
control_ strplane_ server2 - compartment_
id str - compute_
count int - contacts
Sequence[database.
Exadata Infrastructure Storage Contact Args] - corporate_
proxy str - cpus_
enabled int - csi_
number str - data_
storage_ floatsize_ in_ tbs - db_
node_ intstorage_ size_ in_ gbs - Mapping[str, str]
- display_
name str - dns_
servers Sequence[str] - exadata_
infrastructure_ strid - Mapping[str, str]
- gateway str
- infini_
band_ strnetwork_ cidr - lifecycle_
details str - maintenance_
slo_ strstatus - maintenance_
window database.Exadata Infrastructure Storage Maintenance Window Args - max_
cpu_ intcount - max_
data_ floatstorage_ in_ tbs - max_
db_ intnode_ storage_ in_ gbs - max_
memory_ intin_ gbs - memory_
size_ intin_ gbs - netmask str
- ntp_
servers Sequence[str] - shape str
- state str
- storage_
count int - time_
created str - time_
zone str
- activated
Storage NumberCount - activation
File String - additional
Storage NumberCount - admin
Network StringCidr - cloud
Control StringPlane Server1 - cloud
Control StringPlane Server2 - compartment
Id String - compute
Count Number - contacts List<Property Map>
- corporate
Proxy String - cpus
Enabled Number - csi
Number String - data
Storage NumberSize In Tbs - db
Node NumberStorage Size In Gbs - Map<String>
- display
Name String - dns
Servers List<String> - exadata
Infrastructure StringId - Map<String>
- gateway String
- infini
Band StringNetwork Cidr - lifecycle
Details String - maintenance
Slo StringStatus - maintenance
Window Property Map - max
Cpu NumberCount - max
Data NumberStorage In Tbs - max
Db NumberNode Storage In Gbs - max
Memory NumberIn Gbs - memory
Size NumberIn Gbs - netmask String
- ntp
Servers List<String> - shape String
- state String
- storage
Count Number - time
Created String - time
Zone String
Supporting Types
ExadataInfrastructureStorageContact, ExadataInfrastructureStorageContactArgs
- Email string
- Is
Primary bool - Name string
- Is
Contact boolMos Validated - Phone
Number string
- Email string
- Is
Primary bool - Name string
- Is
Contact boolMos Validated - Phone
Number string
- email String
- is
Primary Boolean - name String
- is
Contact BooleanMos Validated - phone
Number String
- email string
- is
Primary boolean - name string
- is
Contact booleanMos Validated - phone
Number string
- email str
- is_
primary bool - name str
- is_
contact_ boolmos_ validated - phone_
number str
- email String
- is
Primary Boolean - name String
- is
Contact BooleanMos Validated - phone
Number String
ExadataInfrastructureStorageMaintenanceWindow, ExadataInfrastructureStorageMaintenanceWindowArgs
- preference String
- days
Of List<Property Map>Weeks - hours
Of List<Number>Days - lead
Time NumberIn Weeks - months List<Property Map>
- weeks
Of List<Number>Months
ExadataInfrastructureStorageMaintenanceWindowDaysOfWeek, ExadataInfrastructureStorageMaintenanceWindowDaysOfWeekArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
ExadataInfrastructureStorageMaintenanceWindowMonth, ExadataInfrastructureStorageMaintenanceWindowMonthArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.