oci.DatabaseManagement.ExternalExadataStorageServer
Explore with Pulumi AI
This resource provides the External Exadata Storage Server resource in Oracle Cloud Infrastructure Database Management service.
Updates the Exadata storage server specified by exadataStorageServerId.
Create ExternalExadataStorageServer Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalExadataStorageServer(name: string, args: ExternalExadataStorageServerArgs, opts?: CustomResourceOptions);
@overload
def ExternalExadataStorageServer(resource_name: str,
args: ExternalExadataStorageServerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExternalExadataStorageServer(resource_name: str,
opts: Optional[ResourceOptions] = None,
external_exadata_storage_server_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, str]] = None,
freeform_tags: Optional[Mapping[str, str]] = None)
func NewExternalExadataStorageServer(ctx *Context, name string, args ExternalExadataStorageServerArgs, opts ...ResourceOption) (*ExternalExadataStorageServer, error)
public ExternalExadataStorageServer(string name, ExternalExadataStorageServerArgs args, CustomResourceOptions? opts = null)
public ExternalExadataStorageServer(String name, ExternalExadataStorageServerArgs args)
public ExternalExadataStorageServer(String name, ExternalExadataStorageServerArgs args, CustomResourceOptions options)
type: oci:DatabaseManagement:ExternalExadataStorageServer
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 ExternalExadataStorageServerArgs
- 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 ExternalExadataStorageServerArgs
- 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 ExternalExadataStorageServerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalExadataStorageServerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalExadataStorageServerArgs
- 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 externalExadataStorageServerResource = new Oci.DatabaseManagement.ExternalExadataStorageServer("externalExadataStorageServerResource", new()
{
ExternalExadataStorageServerId = "string",
DefinedTags =
{
{ "string", "string" },
},
FreeformTags =
{
{ "string", "string" },
},
});
example, err := DatabaseManagement.NewExternalExadataStorageServer(ctx, "externalExadataStorageServerResource", &DatabaseManagement.ExternalExadataStorageServerArgs{
ExternalExadataStorageServerId: pulumi.String("string"),
DefinedTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
FreeformTags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var externalExadataStorageServerResource = new ExternalExadataStorageServer("externalExadataStorageServerResource", ExternalExadataStorageServerArgs.builder()
.externalExadataStorageServerId("string")
.definedTags(Map.of("string", "string"))
.freeformTags(Map.of("string", "string"))
.build());
external_exadata_storage_server_resource = oci.database_management.ExternalExadataStorageServer("externalExadataStorageServerResource",
external_exadata_storage_server_id="string",
defined_tags={
"string": "string",
},
freeform_tags={
"string": "string",
})
const externalExadataStorageServerResource = new oci.databasemanagement.ExternalExadataStorageServer("externalExadataStorageServerResource", {
externalExadataStorageServerId: "string",
definedTags: {
string: "string",
},
freeformTags: {
string: "string",
},
});
type: oci:DatabaseManagement:ExternalExadataStorageServer
properties:
definedTags:
string: string
externalExadataStorageServerId: string
freeformTags:
string: string
ExternalExadataStorageServer 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 ExternalExadataStorageServer resource accepts the following input properties:
- External
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- 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"}
** 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
- External
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- 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"}
** 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
- external
Exadata StringStorage Server Id - The OCID of the Exadata storage server.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- 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"}
** 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
- external
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- {[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"}
** 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
- external_
exadata_ strstorage_ server_ id - The OCID of the Exadata storage server.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- 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"}
** 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
- external
Exadata StringStorage Server Id - The OCID of the Exadata storage server.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- 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"}
** 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
Outputs
All input properties are implicitly available as output properties. Additionally, the ExternalExadataStorageServer resource produces the following output properties:
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Connectors
List<External
Exadata Storage Server Connector> - The connector of the Exadata storage server.
- Cpu
Count double - The CPU count of the Exadata storage server.
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- Id string
- The provider-assigned unique ID for this managed resource.
- Internal
Id string - The internal ID of the Exadata resource.
- Ip
Address string - The IP address of the Exadata storage server.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Make
Model string - The make model of the Exadata storage server.
- Max
Flash intDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- Max
Flash intDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- Max
Hard intDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- Max
Hard intDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- Memory
Gb double - The Exadata storage server memory size in GB.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Grid stringId - The OCID of the Exadata storage server grid.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- Additional
Details map[string]string - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Connectors
[]External
Exadata Storage Server Connector - The connector of the Exadata storage server.
- Cpu
Count float64 - The CPU count of the Exadata storage server.
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- Id string
- The provider-assigned unique ID for this managed resource.
- Internal
Id string - The internal ID of the Exadata resource.
- Ip
Address string - The IP address of the Exadata storage server.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Make
Model string - The make model of the Exadata storage server.
- Max
Flash intDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- Max
Flash intDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- Max
Hard intDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- Max
Hard intDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- Memory
Gb float64 - The Exadata storage server memory size in GB.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Grid stringId - The OCID of the Exadata storage server grid.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- additional
Details Map<String,String> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- connectors
List<External
Exadata Storage Server Connector> - The connector of the Exadata storage server.
- cpu
Count Double - The CPU count of the Exadata storage server.
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata
Infrastructure StringId - The OCID of the Exadata infrastructure.
- id String
- The provider-assigned unique ID for this managed resource.
- internal
Id String - The internal ID of the Exadata resource.
- ip
Address String - The IP address of the Exadata storage server.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- make
Model String - The make model of the Exadata storage server.
- max
Flash IntegerDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- max
Flash IntegerDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max
Hard IntegerDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- max
Hard IntegerDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory
Gb Double - The Exadata storage server memory size in GB.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Grid StringId - The OCID of the Exadata storage server grid.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
- additional
Details {[key: string]: string} - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- connectors
External
Exadata Storage Server Connector[] - The connector of the Exadata storage server.
- cpu
Count number - The CPU count of the Exadata storage server.
- display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- id string
- The provider-assigned unique ID for this managed resource.
- internal
Id string - The internal ID of the Exadata resource.
- ip
Address string - The IP address of the Exadata storage server.
- lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- make
Model string - The make model of the Exadata storage server.
- max
Flash numberDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- max
Flash numberDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max
Hard numberDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- max
Hard numberDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory
Gb number - The Exadata storage server memory size in GB.
- resource
Type string - The type of Exadata resource.
- state string
- The current lifecycle state of the database resource.
- status string
- The status of the Exadata resource.
- storage
Grid stringId - The OCID of the Exadata storage server grid.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The timestamp of the creation of the Exadata resource.
- time
Updated string - The timestamp of the last update of the Exadata resource.
- version string
- The version of the Exadata resource.
- additional_
details Mapping[str, str] - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- connectors
Sequence[databasemanagement.
External Exadata Storage Server Connector] - The connector of the Exadata storage server.
- cpu_
count float - The CPU count of the Exadata storage server.
- display_
name str - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata_
infrastructure_ strid - The OCID of the Exadata infrastructure.
- id str
- The provider-assigned unique ID for this managed resource.
- internal_
id str - The internal ID of the Exadata resource.
- ip_
address str - The IP address of the Exadata storage server.
- lifecycle_
details str - The details of the lifecycle state of the Exadata resource.
- make_
model str - The make model of the Exadata storage server.
- max_
flash_ intdisk_ iops - The maximum flash disk IO operations per second of the Exadata storage server.
- max_
flash_ intdisk_ throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max_
hard_ intdisk_ iops - The maximum hard disk IO operations per second of the Exadata storage server.
- max_
hard_ intdisk_ throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory_
gb float - The Exadata storage server memory size in GB.
- resource_
type str - The type of Exadata resource.
- state str
- The current lifecycle state of the database resource.
- status str
- The status of the Exadata resource.
- storage_
grid_ strid - The OCID of the Exadata storage server grid.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The timestamp of the creation of the Exadata resource.
- time_
updated str - The timestamp of the last update of the Exadata resource.
- version str
- The version of the Exadata resource.
- additional
Details Map<String> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- connectors List<Property Map>
- The connector of the Exadata storage server.
- cpu
Count Number - The CPU count of the Exadata storage server.
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata
Infrastructure StringId - The OCID of the Exadata infrastructure.
- id String
- The provider-assigned unique ID for this managed resource.
- internal
Id String - The internal ID of the Exadata resource.
- ip
Address String - The IP address of the Exadata storage server.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- make
Model String - The make model of the Exadata storage server.
- max
Flash NumberDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- max
Flash NumberDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max
Hard NumberDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- max
Hard NumberDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory
Gb Number - The Exadata storage server memory size in GB.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Grid StringId - The OCID of the Exadata storage server grid.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
Look up Existing ExternalExadataStorageServer Resource
Get an existing ExternalExadataStorageServer 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?: ExternalExadataStorageServerState, opts?: CustomResourceOptions): ExternalExadataStorageServer
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
additional_details: Optional[Mapping[str, str]] = None,
connectors: Optional[Sequence[_databasemanagement.ExternalExadataStorageServerConnectorArgs]] = None,
cpu_count: Optional[float] = None,
defined_tags: Optional[Mapping[str, str]] = None,
display_name: Optional[str] = None,
exadata_infrastructure_id: Optional[str] = None,
external_exadata_storage_server_id: Optional[str] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
internal_id: Optional[str] = None,
ip_address: Optional[str] = None,
lifecycle_details: Optional[str] = None,
make_model: Optional[str] = None,
max_flash_disk_iops: Optional[int] = None,
max_flash_disk_throughput: Optional[int] = None,
max_hard_disk_iops: Optional[int] = None,
max_hard_disk_throughput: Optional[int] = None,
memory_gb: Optional[float] = None,
resource_type: Optional[str] = None,
state: Optional[str] = None,
status: Optional[str] = None,
storage_grid_id: Optional[str] = None,
system_tags: Optional[Mapping[str, str]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None,
version: Optional[str] = None) -> ExternalExadataStorageServer
func GetExternalExadataStorageServer(ctx *Context, name string, id IDInput, state *ExternalExadataStorageServerState, opts ...ResourceOption) (*ExternalExadataStorageServer, error)
public static ExternalExadataStorageServer Get(string name, Input<string> id, ExternalExadataStorageServerState? state, CustomResourceOptions? opts = null)
public static ExternalExadataStorageServer get(String name, Output<String> id, ExternalExadataStorageServerState 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.
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Connectors
List<External
Exadata Storage Server Connector> - The connector of the Exadata storage server.
- Cpu
Count double - The CPU count of the Exadata storage server.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- External
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- 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"}
** 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
- Internal
Id string - The internal ID of the Exadata resource.
- Ip
Address string - The IP address of the Exadata storage server.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Make
Model string - The make model of the Exadata storage server.
- Max
Flash intDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- Max
Flash intDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- Max
Hard intDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- Max
Hard intDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- Memory
Gb double - The Exadata storage server memory size in GB.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Grid stringId - The OCID of the Exadata storage server grid.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- Additional
Details map[string]string - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Connectors
[]External
Exadata Storage Server Connector Args - The connector of the Exadata storage server.
- Cpu
Count float64 - The CPU count of the Exadata storage server.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- Exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- External
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- 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"}
** 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
- Internal
Id string - The internal ID of the Exadata resource.
- Ip
Address string - The IP address of the Exadata storage server.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Make
Model string - The make model of the Exadata storage server.
- Max
Flash intDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- Max
Flash intDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- Max
Hard intDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- Max
Hard intDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- Memory
Gb float64 - The Exadata storage server memory size in GB.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Grid stringId - The OCID of the Exadata storage server grid.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- additional
Details Map<String,String> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- connectors
List<External
Exadata Storage Server Connector> - The connector of the Exadata storage server.
- cpu
Count Double - The CPU count of the Exadata storage server.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata
Infrastructure StringId - The OCID of the Exadata infrastructure.
- external
Exadata StringStorage Server Id - The OCID of the Exadata storage server.
- 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"}
** 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
- internal
Id String - The internal ID of the Exadata resource.
- ip
Address String - The IP address of the Exadata storage server.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- make
Model String - The make model of the Exadata storage server.
- max
Flash IntegerDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- max
Flash IntegerDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max
Hard IntegerDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- max
Hard IntegerDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory
Gb Double - The Exadata storage server memory size in GB.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Grid StringId - The OCID of the Exadata storage server grid.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
- additional
Details {[key: string]: string} - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- connectors
External
Exadata Storage Server Connector[] - The connector of the Exadata storage server.
- cpu
Count number - The CPU count of the Exadata storage server.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata
Infrastructure stringId - The OCID of the Exadata infrastructure.
- external
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- {[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"}
** 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
- internal
Id string - The internal ID of the Exadata resource.
- ip
Address string - The IP address of the Exadata storage server.
- lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- make
Model string - The make model of the Exadata storage server.
- max
Flash numberDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- max
Flash numberDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max
Hard numberDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- max
Hard numberDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory
Gb number - The Exadata storage server memory size in GB.
- resource
Type string - The type of Exadata resource.
- state string
- The current lifecycle state of the database resource.
- status string
- The status of the Exadata resource.
- storage
Grid stringId - The OCID of the Exadata storage server grid.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The timestamp of the creation of the Exadata resource.
- time
Updated string - The timestamp of the last update of the Exadata resource.
- version string
- The version of the Exadata resource.
- additional_
details Mapping[str, str] - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- connectors
Sequence[databasemanagement.
External Exadata Storage Server Connector Args] - The connector of the Exadata storage server.
- cpu_
count float - The CPU count of the Exadata storage server.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata_
infrastructure_ strid - The OCID of the Exadata infrastructure.
- external_
exadata_ strstorage_ server_ id - The OCID of the Exadata storage server.
- 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"}
** 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
- internal_
id str - The internal ID of the Exadata resource.
- ip_
address str - The IP address of the Exadata storage server.
- lifecycle_
details str - The details of the lifecycle state of the Exadata resource.
- make_
model str - The make model of the Exadata storage server.
- max_
flash_ intdisk_ iops - The maximum flash disk IO operations per second of the Exadata storage server.
- max_
flash_ intdisk_ throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max_
hard_ intdisk_ iops - The maximum hard disk IO operations per second of the Exadata storage server.
- max_
hard_ intdisk_ throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory_
gb float - The Exadata storage server memory size in GB.
- resource_
type str - The type of Exadata resource.
- state str
- The current lifecycle state of the database resource.
- status str
- The status of the Exadata resource.
- storage_
grid_ strid - The OCID of the Exadata storage server grid.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The timestamp of the creation of the Exadata resource.
- time_
updated str - The timestamp of the last update of the Exadata resource.
- version str
- The version of the Exadata resource.
- additional
Details Map<String> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- connectors List<Property Map>
- The connector of the Exadata storage server.
- cpu
Count Number - The CPU count of the Exadata storage server.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- exadata
Infrastructure StringId - The OCID of the Exadata infrastructure.
- external
Exadata StringStorage Server Id - The OCID of the Exadata storage server.
- 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"}
** 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
- internal
Id String - The internal ID of the Exadata resource.
- ip
Address String - The IP address of the Exadata storage server.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- make
Model String - The make model of the Exadata storage server.
- max
Flash NumberDisk Iops - The maximum flash disk IO operations per second of the Exadata storage server.
- max
Flash NumberDisk Throughput - The maximum flash disk IO throughput in MB/s of the Exadata storage server.
- max
Hard NumberDisk Iops - The maximum hard disk IO operations per second of the Exadata storage server.
- max
Hard NumberDisk Throughput - The maximum hard disk IO throughput in MB/s of the Exadata storage server.
- memory
Gb Number - The Exadata storage server memory size in GB.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Grid StringId - The OCID of the Exadata storage server grid.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
Supporting Types
ExternalExadataStorageServerConnector, ExternalExadataStorageServerConnectorArgs
- Additional
Details Dictionary<string, string> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Agent
Id string - The OCID of the agent for the Exadata storage server.
- Connection
Uri string - The unique string of the connection. For example, "https:///MS/RESTService/".
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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"}
** 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
- Id string
- The OCID of the Exadata resource.
- Internal
Id string - The internal ID of the Exadata resource.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Server stringId - The OCID of the Exadata storage server.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- Additional
Details map[string]string - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- Agent
Id string - The OCID of the agent for the Exadata storage server.
- Connection
Uri string - The unique string of the connection. For example, "https:///MS/RESTService/".
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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"}
** 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
- Id string
- The OCID of the Exadata resource.
- Internal
Id string - The internal ID of the Exadata resource.
- Lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- Resource
Type string - The type of Exadata resource.
- State string
- The current lifecycle state of the database resource.
- Status string
- The status of the Exadata resource.
- Storage
Server stringId - The OCID of the Exadata storage server.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The timestamp of the creation of the Exadata resource.
- Time
Updated string - The timestamp of the last update of the Exadata resource.
- Version string
- The version of the Exadata resource.
- additional
Details Map<String,String> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- agent
Id String - The OCID of the agent for the Exadata storage server.
- connection
Uri String - The unique string of the connection. For example, "https:///MS/RESTService/".
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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"}
** 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
- id String
- The OCID of the Exadata resource.
- internal
Id String - The internal ID of the Exadata resource.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Server StringId - The OCID of the Exadata storage server.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
- additional
Details {[key: string]: string} - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- agent
Id string - The OCID of the agent for the Exadata storage server.
- connection
Uri string - The unique string of the connection. For example, "https:///MS/RESTService/".
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- {[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"}
** 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
- id string
- The OCID of the Exadata resource.
- internal
Id string - The internal ID of the Exadata resource.
- lifecycle
Details string - The details of the lifecycle state of the Exadata resource.
- resource
Type string - The type of Exadata resource.
- state string
- The current lifecycle state of the database resource.
- status string
- The status of the Exadata resource.
- storage
Server stringId - The OCID of the Exadata storage server.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The timestamp of the creation of the Exadata resource.
- time
Updated string - The timestamp of the last update of the Exadata resource.
- version string
- The version of the Exadata resource.
- additional_
details Mapping[str, str] - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- agent_
id str - The OCID of the agent for the Exadata storage server.
- connection_
uri str - The unique string of the connection. For example, "https:///MS/RESTService/".
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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"}
** 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
- id str
- The OCID of the Exadata resource.
- internal_
id str - The internal ID of the Exadata resource.
- lifecycle_
details str - The details of the lifecycle state of the Exadata resource.
- resource_
type str - The type of Exadata resource.
- state str
- The current lifecycle state of the database resource.
- status str
- The status of the Exadata resource.
- storage_
server_ strid - The OCID of the Exadata storage server.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The timestamp of the creation of the Exadata resource.
- time_
updated str - The timestamp of the last update of the Exadata resource.
- version str
- The version of the Exadata resource.
- additional
Details Map<String> - The additional details of the resource defined in
{"key": "value"}
format. Example:{"bar-key": "value"}
- agent
Id String - The OCID of the agent for the Exadata storage server.
- connection
Uri String - The unique string of the connection. For example, "https:///MS/RESTService/".
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - The name of the Exadata resource. English letters, numbers, "-", "_" and "." only.
- 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"}
** 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
- id String
- The OCID of the Exadata resource.
- internal
Id String - The internal ID of the Exadata resource.
- lifecycle
Details String - The details of the lifecycle state of the Exadata resource.
- resource
Type String - The type of Exadata resource.
- state String
- The current lifecycle state of the database resource.
- status String
- The status of the Exadata resource.
- storage
Server StringId - The OCID of the Exadata storage server.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The timestamp of the creation of the Exadata resource.
- time
Updated String - The timestamp of the last update of the Exadata resource.
- version String
- The version of the Exadata resource.
Import
ExternalExadataStorageServers can be imported using the id
, e.g.
$ pulumi import oci:DatabaseManagement/externalExadataStorageServer:ExternalExadataStorageServer test_external_exadata_storage_server "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.