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
This property is required. string - The unique name of the resource.
- args
This property is required. ExadataInfrastructureStorageArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. 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
This property is required. string - The unique name of the resource.
- args
This property is required. ExadataInfrastructureStorageArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ExadataInfrastructureStorageArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. 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={
"preference": "string",
"days_of_weeks": [{
"name": "string",
}],
"hours_of_days": [0],
"lead_time_in_weeks": 0,
"months": [{
"name": "string",
}],
"weeks_of_months": [0],
},
defined_tags={
"string": "string",
},
corporate_proxy="string",
contacts=[{
"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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ExadataInfrastructureStorage resource accepts the following input properties:
- Admin
Network Cidr This property is required. string - Cloud
Control Plane Server1 This property is required. string - Cloud
Control Plane Server2 This property is required. string - Compartment
Id This property is required. string - Display
Name This property is required. Changes to this property will trigger replacement.
- Dns
Servers This property is required. List<string> - Gateway
This property is required. string - Infini
Band Network Cidr This property is required. string - Netmask
This property is required. string - Ntp
Servers This property is required. List<string> - Shape
This property is required. Changes to this property will trigger replacement.
- Time
Zone This property is required. string - Activation
File string - Compute
Count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- Admin
Network Cidr This property is required. string - Cloud
Control Plane Server1 This property is required. string - Cloud
Control Plane Server2 This property is required. string - Compartment
Id This property is required. string - Display
Name This property is required. Changes to this property will trigger replacement.
- Dns
Servers This property is required. []string - Gateway
This property is required. string - Infini
Band Network Cidr This property is required. string - Netmask
This property is required. string - Ntp
Servers This property is required. []string - Shape
This property is required. Changes to this property will trigger replacement.
- Time
Zone This property is required. string - Activation
File string - Compute
Count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- admin
Network Cidr This property is required. String - cloud
Control Plane Server1 This property is required. String - cloud
Control Plane Server2 This property is required. String - compartment
Id This property is required. String - display
Name This property is required. Changes to this property will trigger replacement.
- dns
Servers This property is required. List<String> - gateway
This property is required. String - infini
Band Network Cidr This property is required. String - netmask
This property is required. String - ntp
Servers This property is required. List<String> - shape
This property is required. Changes to this property will trigger replacement.
- time
Zone This property is required. String - activation
File String - compute
Count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- admin
Network Cidr This property is required. string - cloud
Control Plane Server1 This property is required. string - cloud
Control Plane Server2 This property is required. string - compartment
Id This property is required. string - display
Name This property is required. Changes to this property will trigger replacement.
- dns
Servers This property is required. string[] - gateway
This property is required. string - infini
Band Network Cidr This property is required. string - netmask
This property is required. string - ntp
Servers This property is required. string[] - shape
This property is required. Changes to this property will trigger replacement.
- time
Zone This property is required. string - activation
File string - compute
Count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- admin_
network_ cidr This property is required. str - cloud_
control_ plane_ server1 This property is required. str - cloud_
control_ plane_ server2 This property is required. str - compartment_
id This property is required. str - display_
name This property is required. Changes to this property will trigger replacement.
- dns_
servers This property is required. Sequence[str] - gateway
This property is required. str - infini_
band_ network_ cidr This property is required. str - netmask
This property is required. str - ntp_
servers This property is required. Sequence[str] - shape
This property is required. Changes to this property will trigger replacement.
- time_
zone This property is required. str - activation_
file str - compute_
count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- admin
Network Cidr This property is required. String - cloud
Control Plane Server1 This property is required. String - cloud
Control Plane Server2 This property is required. String - compartment
Id This property is required. String - display
Name This property is required. Changes to this property will trigger replacement.
- dns
Servers This property is required. List<String> - gateway
This property is required. String - infini
Band Network Cidr This property is required. String - netmask
This property is required. String - ntp
Servers This property is required. List<String> - shape
This property is required. Changes to this property will trigger replacement.
- time
Zone This property is required. String - activation
File String - compute
Count Changes to this property will trigger replacement.
- contacts List<Property Map>
- corporate
Proxy String - Map<String>
- exadata
Infrastructure StringId - Map<String>
- maintenance
Window Property Map - storage
Count Changes to this property will trigger replacement.
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)
resources: _: type: oci:Database:ExadataInfrastructureStorage get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- State string
- Storage
Count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- State string
- Storage
Count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- state String
- storage
Count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- state string
- storage
Count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- state str
- storage_
count Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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 Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- state String
- storage
Count Changes to this property will trigger replacement.
- time
Created String - time
Zone String
Supporting Types
ExadataInfrastructureStorageContact, ExadataInfrastructureStorageContactArgs
- Email
This property is required. string - Is
Primary This property is required. bool - Name
This property is required. string - Is
Contact boolMos Validated - Phone
Number string
- Email
This property is required. string - Is
Primary This property is required. bool - Name
This property is required. string - Is
Contact boolMos Validated - Phone
Number string
- email
This property is required. String - is
Primary This property is required. Boolean - name
This property is required. String - is
Contact BooleanMos Validated - phone
Number String
- email
This property is required. string - is
Primary This property is required. boolean - name
This property is required. string - is
Contact booleanMos Validated - phone
Number string
- email
This property is required. str - is_
primary This property is required. bool - name
This property is required. str - is_
contact_ boolmos_ validated - phone_
number str
- email
This property is required. String - is
Primary This property is required. Boolean - name
This property is required. String - is
Contact BooleanMos Validated - phone
Number String
ExadataInfrastructureStorageMaintenanceWindow, ExadataInfrastructureStorageMaintenanceWindowArgs
- Preference
This property is required. string - Days
Of List<ExadataWeeks Infrastructure Storage Maintenance Window Days Of Week> - Hours
Of List<int>Days - Lead
Time intIn Weeks - Months
List<Exadata
Infrastructure Storage Maintenance Window Month> - Weeks
Of List<int>Months
- Preference
This property is required. string - Days
Of []ExadataWeeks Infrastructure Storage Maintenance Window Days Of Week - Hours
Of []intDays - Lead
Time intIn Weeks - Months
[]Exadata
Infrastructure Storage Maintenance Window Month - Weeks
Of []intMonths
- preference
This property is required. String - days
Of List<ExadataWeeks Infrastructure Storage Maintenance Window Days Of Week> - hours
Of List<Integer>Days - lead
Time IntegerIn Weeks - months
List<Exadata
Infrastructure Storage Maintenance Window Month> - weeks
Of List<Integer>Months
- preference
This property is required. string - days
Of ExadataWeeks Infrastructure Storage Maintenance Window Days Of Week[] - hours
Of number[]Days - lead
Time numberIn Weeks - months
Exadata
Infrastructure Storage Maintenance Window Month[] - weeks
Of number[]Months
- preference
This property is required. str - days_
of_ Sequence[database.weeks Exadata Infrastructure Storage Maintenance Window Days Of Week] - hours_
of_ Sequence[int]days - lead_
time_ intin_ weeks - months
Sequence[database.
Exadata Infrastructure Storage Maintenance Window Month] - weeks_
of_ Sequence[int]months
- preference
This property is required. 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
This property is required. string
- Name
This property is required. string
- name
This property is required. String
- name
This property is required. string
- name
This property is required. str
- name
This property is required. String
ExadataInfrastructureStorageMaintenanceWindowMonth, ExadataInfrastructureStorageMaintenanceWindowMonthArgs
- Name
This property is required. string
- Name
This property is required. string
- name
This property is required. String
- name
This property is required. string
- name
This property is required. str
- name
This property is required. String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.