We recommend new projects start with resources from the AWS provider.
aws-native.odb.CloudAutonomousVmCluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
Create CloudAutonomousVmCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudAutonomousVmCluster(name: string, args?: CloudAutonomousVmClusterArgs, opts?: CustomResourceOptions);
@overload
def CloudAutonomousVmCluster(resource_name: str,
args: Optional[CloudAutonomousVmClusterArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def CloudAutonomousVmCluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
autonomous_data_storage_size_in_tbs: Optional[float] = None,
cloud_exadata_infrastructure_id: Optional[str] = None,
cpu_core_count_per_node: Optional[int] = None,
db_servers: Optional[Sequence[str]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
is_mtls_enabled_vm_cluster: Optional[bool] = None,
license_model: Optional[CloudAutonomousVmClusterLicenseModel] = None,
maintenance_window: Optional[CloudAutonomousVmClusterMaintenanceWindowArgs] = None,
memory_per_oracle_compute_unit_in_gbs: Optional[int] = None,
odb_network_id: Optional[str] = None,
scan_listener_port_non_tls: Optional[int] = None,
scan_listener_port_tls: Optional[int] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
time_zone: Optional[str] = None,
total_container_databases: Optional[int] = None)
func NewCloudAutonomousVmCluster(ctx *Context, name string, args *CloudAutonomousVmClusterArgs, opts ...ResourceOption) (*CloudAutonomousVmCluster, error)
public CloudAutonomousVmCluster(string name, CloudAutonomousVmClusterArgs? args = null, CustomResourceOptions? opts = null)
public CloudAutonomousVmCluster(String name, CloudAutonomousVmClusterArgs args)
public CloudAutonomousVmCluster(String name, CloudAutonomousVmClusterArgs args, CustomResourceOptions options)
type: aws-native:odb:CloudAutonomousVmCluster
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 CloudAutonomousVmClusterArgs
- 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 CloudAutonomousVmClusterArgs
- 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 CloudAutonomousVmClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudAutonomousVmClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudAutonomousVmClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CloudAutonomousVmCluster 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 CloudAutonomousVmCluster resource accepts the following input properties:
- Autonomous
Data doubleStorage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- Cloud
Exadata stringInfrastructure Id - The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
- Cpu
Core intCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- Db
Servers List<string> - The list of database servers associated with the Autonomous VM cluster.
- Description string
- The user-provided description of the Autonomous VM cluster.
- Display
Name string - The display name of the Autonomous VM cluster.
- Is
Mtls boolEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- License
Model Pulumi.Aws Native. Odb. Cloud Autonomous Vm Cluster License Model - The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- Maintenance
Window Pulumi.Aws Native. Odb. Inputs. Cloud Autonomous Vm Cluster Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- Odb
Network stringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- Scan
Listener intPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- Scan
Listener intPort Tls - The SCAN listener port for TLS (TCP) protocol. The default is 2484.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags associated with the Autonomous VM cluster.
- Time
Zone string - The time zone of the Autonomous VM cluster.
- Total
Container intDatabases - The total number of Autonomous Container Databases that can be created with the allocated local storage.
- Autonomous
Data float64Storage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- Cloud
Exadata stringInfrastructure Id - The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
- Cpu
Core intCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- Db
Servers []string - The list of database servers associated with the Autonomous VM cluster.
- Description string
- The user-provided description of the Autonomous VM cluster.
- Display
Name string - The display name of the Autonomous VM cluster.
- Is
Mtls boolEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- License
Model CloudAutonomous Vm Cluster License Model - The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- Maintenance
Window CloudAutonomous Vm Cluster Maintenance Window Args - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- Odb
Network stringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- Scan
Listener intPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- Scan
Listener intPort Tls - The SCAN listener port for TLS (TCP) protocol. The default is 2484.
- Tag
Args - The tags associated with the Autonomous VM cluster.
- Time
Zone string - The time zone of the Autonomous VM cluster.
- Total
Container intDatabases - The total number of Autonomous Container Databases that can be created with the allocated local storage.
- autonomous
Data DoubleStorage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- cloud
Exadata StringInfrastructure Id - The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
- cpu
Core IntegerCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- db
Servers List<String> - The list of database servers associated with the Autonomous VM cluster.
- description String
- The user-provided description of the Autonomous VM cluster.
- display
Name String - The display name of the Autonomous VM cluster.
- is
Mtls BooleanEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model CloudAutonomous Vm Cluster License Model - The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance
Window CloudAutonomous Vm Cluster Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
- memory
Per IntegerOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- odb
Network StringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- scan
Listener IntegerPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener IntegerPort Tls - The SCAN listener port for TLS (TCP) protocol. The default is 2484.
- List<Tag>
- The tags associated with the Autonomous VM cluster.
- time
Zone String - The time zone of the Autonomous VM cluster.
- total
Container IntegerDatabases - The total number of Autonomous Container Databases that can be created with the allocated local storage.
- autonomous
Data numberStorage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- cloud
Exadata stringInfrastructure Id - The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
- cpu
Core numberCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- db
Servers string[] - The list of database servers associated with the Autonomous VM cluster.
- description string
- The user-provided description of the Autonomous VM cluster.
- display
Name string - The display name of the Autonomous VM cluster.
- is
Mtls booleanEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model CloudAutonomous Vm Cluster License Model - The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance
Window CloudAutonomous Vm Cluster Maintenance Window - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
- memory
Per numberOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- odb
Network stringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- scan
Listener numberPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener numberPort Tls - The SCAN listener port for TLS (TCP) protocol. The default is 2484.
- Tag[]
- The tags associated with the Autonomous VM cluster.
- time
Zone string - The time zone of the Autonomous VM cluster.
- total
Container numberDatabases - The total number of Autonomous Container Databases that can be created with the allocated local storage.
- autonomous_
data_ floatstorage_ size_ in_ tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- cloud_
exadata_ strinfrastructure_ id - The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
- cpu_
core_ intcount_ per_ node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- db_
servers Sequence[str] - The list of database servers associated with the Autonomous VM cluster.
- description str
- The user-provided description of the Autonomous VM cluster.
- display_
name str - The display name of the Autonomous VM cluster.
- is_
mtls_ boolenabled_ vm_ cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license_
model CloudAutonomous Vm Cluster License Model - The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance_
window CloudAutonomous Vm Cluster Maintenance Window Args - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
- memory_
per_ intoracle_ compute_ unit_ in_ gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- odb_
network_ strid - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- scan_
listener_ intport_ non_ tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan_
listener_ intport_ tls - The SCAN listener port for TLS (TCP) protocol. The default is 2484.
- Sequence[Tag
Args] - The tags associated with the Autonomous VM cluster.
- time_
zone str - The time zone of the Autonomous VM cluster.
- total_
container_ intdatabases - The total number of Autonomous Container Databases that can be created with the allocated local storage.
- autonomous
Data NumberStorage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- cloud
Exadata StringInfrastructure Id - The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
- cpu
Core NumberCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- db
Servers List<String> - The list of database servers associated with the Autonomous VM cluster.
- description String
- The user-provided description of the Autonomous VM cluster.
- display
Name String - The display name of the Autonomous VM cluster.
- is
Mtls BooleanEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED" - The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance
Window Property Map - The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
- memory
Per NumberOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- odb
Network StringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- scan
Listener NumberPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener NumberPort Tls - The SCAN listener port for TLS (TCP) protocol. The default is 2484.
- List<Property Map>
- The tags associated with the Autonomous VM cluster.
- time
Zone String - The time zone of the Autonomous VM cluster.
- total
Container NumberDatabases - The total number of Autonomous Container Databases that can be created with the allocated local storage.
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudAutonomousVmCluster resource produces the following output properties:
- Autonomous
Data doubleStorage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- Available
Autonomous doubleData Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Container intDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- Available
Cpus double - The number of CPU cores available for allocation to Autonomous Databases.
- Cloud
Autonomous stringVm Cluster Arn - The Amazon Resource Name (ARN) for the Autonomous VM cluster.
- Cloud
Autonomous stringVm Cluster Id - The unique identifier of the Autonomous VM cluster.
- Compute
Model Pulumi.Aws Native. Odb. Cloud Autonomous Vm Cluster Compute Model - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- Cpu
Core intCount - The total number of CPU cores in the Autonomous VM cluster.
- Cpu
Percentage double - The percentage of total CPU cores currently in use in the Autonomous VM cluster.
- Data
Storage doubleSize In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- Data
Storage doubleSize In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- Db
Node intStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- Domain string
- The domain name for the Autonomous VM cluster.
- Exadata
Storage doubleIn Tbs Lowest Scaled Value - The minimum value to which you can scale down the Exadata storage, in TB.
- Hostname string
- The hostname for the Autonomous VM cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Max
Acds intLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- Memory
Size intIn Gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- Node
Count int - The number of database server nodes in the Autonomous VM cluster.
- Non
Provisionable intAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- Oci
Url string - The URL for accessing the OCI console page for this Autonomous VM cluster.
- Ocid string
- The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- Provisionable
Autonomous intContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- Provisioned
Autonomous intContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- Provisioned
Cpus double - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- Reclaimable
Cpus double - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- Reserved
Cpus double - The number of CPU cores reserved for system operations and redundancy.
- Shape string
- The shape of the Exadata infrastructure for the Autonomous VM cluster.
- Autonomous
Data float64Storage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- Available
Autonomous float64Data Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Container intDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- Available
Cpus float64 - The number of CPU cores available for allocation to Autonomous Databases.
- Cloud
Autonomous stringVm Cluster Arn - The Amazon Resource Name (ARN) for the Autonomous VM cluster.
- Cloud
Autonomous stringVm Cluster Id - The unique identifier of the Autonomous VM cluster.
- Compute
Model CloudAutonomous Vm Cluster Compute Model - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- Cpu
Core intCount - The total number of CPU cores in the Autonomous VM cluster.
- Cpu
Percentage float64 - The percentage of total CPU cores currently in use in the Autonomous VM cluster.
- Data
Storage float64Size In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- Data
Storage float64Size In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- Db
Node intStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- Domain string
- The domain name for the Autonomous VM cluster.
- Exadata
Storage float64In Tbs Lowest Scaled Value - The minimum value to which you can scale down the Exadata storage, in TB.
- Hostname string
- The hostname for the Autonomous VM cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Max
Acds intLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- Memory
Size intIn Gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- Node
Count int - The number of database server nodes in the Autonomous VM cluster.
- Non
Provisionable intAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- Oci
Url string - The URL for accessing the OCI console page for this Autonomous VM cluster.
- Ocid string
- The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- Provisionable
Autonomous intContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- Provisioned
Autonomous intContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- Provisioned
Cpus float64 - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- Reclaimable
Cpus float64 - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- Reserved
Cpus float64 - The number of CPU cores reserved for system operations and redundancy.
- Shape string
- The shape of the Exadata infrastructure for the Autonomous VM cluster.
- autonomous
Data DoubleStorage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- available
Autonomous DoubleData Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container IntegerDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus Double - The number of CPU cores available for allocation to Autonomous Databases.
- cloud
Autonomous StringVm Cluster Arn - The Amazon Resource Name (ARN) for the Autonomous VM cluster.
- cloud
Autonomous StringVm Cluster Id - The unique identifier of the Autonomous VM cluster.
- compute
Model CloudAutonomous Vm Cluster Compute Model - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core IntegerCount - The total number of CPU cores in the Autonomous VM cluster.
- cpu
Percentage Double - The percentage of total CPU cores currently in use in the Autonomous VM cluster.
- data
Storage DoubleSize In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage DoubleSize In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- db
Node IntegerStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- domain String
- The domain name for the Autonomous VM cluster.
- exadata
Storage DoubleIn Tbs Lowest Scaled Value - The minimum value to which you can scale down the Exadata storage, in TB.
- hostname String
- The hostname for the Autonomous VM cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- max
Acds IntegerLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Size IntegerIn Gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count Integer - The number of database server nodes in the Autonomous VM cluster.
- non
Provisionable IntegerAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url String - The URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid String
- The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- provisionable
Autonomous IntegerContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous IntegerContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus Double - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus Double - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- reserved
Cpus Double - The number of CPU cores reserved for system operations and redundancy.
- shape String
- The shape of the Exadata infrastructure for the Autonomous VM cluster.
- autonomous
Data numberStorage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- available
Autonomous numberData Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container numberDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus number - The number of CPU cores available for allocation to Autonomous Databases.
- cloud
Autonomous stringVm Cluster Arn - The Amazon Resource Name (ARN) for the Autonomous VM cluster.
- cloud
Autonomous stringVm Cluster Id - The unique identifier of the Autonomous VM cluster.
- compute
Model CloudAutonomous Vm Cluster Compute Model - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core numberCount - The total number of CPU cores in the Autonomous VM cluster.
- cpu
Percentage number - The percentage of total CPU cores currently in use in the Autonomous VM cluster.
- data
Storage numberSize In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage numberSize In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- db
Node numberStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- domain string
- The domain name for the Autonomous VM cluster.
- exadata
Storage numberIn Tbs Lowest Scaled Value - The minimum value to which you can scale down the Exadata storage, in TB.
- hostname string
- The hostname for the Autonomous VM cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- max
Acds numberLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Size numberIn Gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count number - The number of database server nodes in the Autonomous VM cluster.
- non
Provisionable numberAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource stringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url string - The URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid string
- The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- provisionable
Autonomous numberContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous numberContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus number - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus number - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- reserved
Cpus number - The number of CPU cores reserved for system operations and redundancy.
- shape string
- The shape of the Exadata infrastructure for the Autonomous VM cluster.
- autonomous_
data_ floatstorage_ percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- available_
autonomous_ floatdata_ storage_ size_ in_ tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available_
container_ intdatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- available_
cpus float - The number of CPU cores available for allocation to Autonomous Databases.
- cloud_
autonomous_ strvm_ cluster_ arn - The Amazon Resource Name (ARN) for the Autonomous VM cluster.
- cloud_
autonomous_ strvm_ cluster_ id - The unique identifier of the Autonomous VM cluster.
- compute_
model CloudAutonomous Vm Cluster Compute Model - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu_
core_ intcount - The total number of CPU cores in the Autonomous VM cluster.
- cpu_
percentage float - The percentage of total CPU cores currently in use in the Autonomous VM cluster.
- data_
storage_ floatsize_ in_ gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- data_
storage_ floatsize_ in_ tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- db_
node_ intstorage_ size_ in_ gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- domain str
- The domain name for the Autonomous VM cluster.
- exadata_
storage_ floatin_ tbs_ lowest_ scaled_ value - The minimum value to which you can scale down the Exadata storage, in TB.
- hostname str
- The hostname for the Autonomous VM cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- max_
acds_ intlowest_ scaled_ value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory_
size_ intin_ gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node_
count int - The number of database server nodes in the Autonomous VM cluster.
- non_
provisionable_ intautonomous_ container_ databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci_
resource_ stranchor_ name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci_
url str - The URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid str
- The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- provisionable_
autonomous_ intcontainer_ databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned_
autonomous_ intcontainer_ databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned_
cpus float - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable_
cpus float - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- reserved_
cpus float - The number of CPU cores reserved for system operations and redundancy.
- shape str
- The shape of the Exadata infrastructure for the Autonomous VM cluster.
- autonomous
Data NumberStorage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- available
Autonomous NumberData Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container NumberDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus Number - The number of CPU cores available for allocation to Autonomous Databases.
- cloud
Autonomous StringVm Cluster Arn - The Amazon Resource Name (ARN) for the Autonomous VM cluster.
- cloud
Autonomous StringVm Cluster Id - The unique identifier of the Autonomous VM cluster.
- compute
Model "ECPU" | "OCPU" - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core NumberCount - The total number of CPU cores in the Autonomous VM cluster.
- cpu
Percentage Number - The percentage of total CPU cores currently in use in the Autonomous VM cluster.
- data
Storage NumberSize In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage NumberSize In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- db
Node NumberStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- domain String
- The domain name for the Autonomous VM cluster.
- exadata
Storage NumberIn Tbs Lowest Scaled Value - The minimum value to which you can scale down the Exadata storage, in TB.
- hostname String
- The hostname for the Autonomous VM cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- max
Acds NumberLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Size NumberIn Gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count Number - The number of database server nodes in the Autonomous VM cluster.
- non
Provisionable NumberAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url String - The URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid String
- The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- provisionable
Autonomous NumberContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous NumberContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus Number - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus Number - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- reserved
Cpus Number - The number of CPU cores reserved for system operations and redundancy.
- shape String
- The shape of the Exadata infrastructure for the Autonomous VM cluster.
Supporting Types
CloudAutonomousVmClusterComputeModel, CloudAutonomousVmClusterComputeModelArgs
- Ecpu
- ECPU
- Ocpu
- OCPU
- Cloud
Autonomous Vm Cluster Compute Model Ecpu - ECPU
- Cloud
Autonomous Vm Cluster Compute Model Ocpu - OCPU
- Ecpu
- ECPU
- Ocpu
- OCPU
- Ecpu
- ECPU
- Ocpu
- OCPU
- ECPU
- ECPU
- OCPU
- OCPU
- "ECPU"
- ECPU
- "OCPU"
- OCPU
CloudAutonomousVmClusterLicenseModel, CloudAutonomousVmClusterLicenseModelArgs
- Bring
Your Own License - BRING_YOUR_OWN_LICENSE
- License
Included - LICENSE_INCLUDED
- Cloud
Autonomous Vm Cluster License Model Bring Your Own License - BRING_YOUR_OWN_LICENSE
- Cloud
Autonomous Vm Cluster License Model License Included - LICENSE_INCLUDED
- Bring
Your Own License - BRING_YOUR_OWN_LICENSE
- License
Included - LICENSE_INCLUDED
- Bring
Your Own License - BRING_YOUR_OWN_LICENSE
- License
Included - LICENSE_INCLUDED
- BRING_YOUR_OWN_LICENSE
- BRING_YOUR_OWN_LICENSE
- LICENSE_INCLUDED
- LICENSE_INCLUDED
- "BRING_YOUR_OWN_LICENSE"
- BRING_YOUR_OWN_LICENSE
- "LICENSE_INCLUDED"
- LICENSE_INCLUDED
CloudAutonomousVmClusterMaintenanceWindow, CloudAutonomousVmClusterMaintenanceWindowArgs
- Days
Of List<Pulumi.Week Aws Native. Odb. Cloud Autonomous Vm Cluster Maintenance Window Days Of Week Item> - The days of the week when maintenance can be performed.
- Hours
Of List<int>Day - The hours of the day when maintenance can be performed.
- Lead
Time intIn Weeks - The lead time in weeks before the maintenance window.
- Months
List<Pulumi.
Aws Native. Odb. Cloud Autonomous Vm Cluster Maintenance Window Months Item> - The months when maintenance can be performed.
- Preference
Pulumi.
Aws Native. Odb. Cloud Autonomous Vm Cluster Maintenance Window Preference - The preference for the maintenance window scheduling.
- Weeks
Of List<int>Month - The weeks of the month when maintenance can be performed.
- Days
Of []CloudWeek Autonomous Vm Cluster Maintenance Window Days Of Week Item - The days of the week when maintenance can be performed.
- Hours
Of []intDay - The hours of the day when maintenance can be performed.
- Lead
Time intIn Weeks - The lead time in weeks before the maintenance window.
- Months
[]Cloud
Autonomous Vm Cluster Maintenance Window Months Item - The months when maintenance can be performed.
- Preference
Cloud
Autonomous Vm Cluster Maintenance Window Preference - The preference for the maintenance window scheduling.
- Weeks
Of []intMonth - The weeks of the month when maintenance can be performed.
- days
Of List<CloudWeek Autonomous Vm Cluster Maintenance Window Days Of Week Item> - The days of the week when maintenance can be performed.
- hours
Of List<Integer>Day - The hours of the day when maintenance can be performed.
- lead
Time IntegerIn Weeks - The lead time in weeks before the maintenance window.
- months
List<Cloud
Autonomous Vm Cluster Maintenance Window Months Item> - The months when maintenance can be performed.
- preference
Cloud
Autonomous Vm Cluster Maintenance Window Preference - The preference for the maintenance window scheduling.
- weeks
Of List<Integer>Month - The weeks of the month when maintenance can be performed.
- days
Of CloudWeek Autonomous Vm Cluster Maintenance Window Days Of Week Item[] - The days of the week when maintenance can be performed.
- hours
Of number[]Day - The hours of the day when maintenance can be performed.
- lead
Time numberIn Weeks - The lead time in weeks before the maintenance window.
- months
Cloud
Autonomous Vm Cluster Maintenance Window Months Item[] - The months when maintenance can be performed.
- preference
Cloud
Autonomous Vm Cluster Maintenance Window Preference - The preference for the maintenance window scheduling.
- weeks
Of number[]Month - The weeks of the month when maintenance can be performed.
- days_
of_ Sequence[Cloudweek Autonomous Vm Cluster Maintenance Window Days Of Week Item] - The days of the week when maintenance can be performed.
- hours_
of_ Sequence[int]day - The hours of the day when maintenance can be performed.
- lead_
time_ intin_ weeks - The lead time in weeks before the maintenance window.
- months
Sequence[Cloud
Autonomous Vm Cluster Maintenance Window Months Item] - The months when maintenance can be performed.
- preference
Cloud
Autonomous Vm Cluster Maintenance Window Preference - The preference for the maintenance window scheduling.
- weeks_
of_ Sequence[int]month - The weeks of the month when maintenance can be performed.
- days
Of List<"MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY">Week - The days of the week when maintenance can be performed.
- hours
Of List<Number>Day - The hours of the day when maintenance can be performed.
- lead
Time NumberIn Weeks - The lead time in weeks before the maintenance window.
- months List<"JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER">
- The months when maintenance can be performed.
- preference "NO_PREFERENCE" | "CUSTOM_PREFERENCE"
- The preference for the maintenance window scheduling.
- weeks
Of List<Number>Month - The weeks of the month when maintenance can be performed.
CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem, CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemArgs
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Sunday
- SUNDAY
- Cloud
Autonomous Vm Cluster Maintenance Window Days Of Week Item Monday - MONDAY
- Cloud
Autonomous Vm Cluster Maintenance Window Days Of Week Item Tuesday - TUESDAY
- Cloud
Autonomous Vm Cluster Maintenance Window Days Of Week Item Wednesday - WEDNESDAY
- Cloud
Autonomous Vm Cluster Maintenance Window Days Of Week Item Thursday - THURSDAY
- Cloud
Autonomous Vm Cluster Maintenance Window Days Of Week Item Friday - FRIDAY
- Cloud
Autonomous Vm Cluster Maintenance Window Days Of Week Item Saturday - SATURDAY
- Cloud
Autonomous Vm Cluster Maintenance Window Days Of Week Item Sunday - SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Sunday
- SUNDAY
- MONDAY
- MONDAY
- TUESDAY
- TUESDAY
- WEDNESDAY
- WEDNESDAY
- THURSDAY
- THURSDAY
- FRIDAY
- FRIDAY
- SATURDAY
- SATURDAY
- SUNDAY
- SUNDAY
- "MONDAY"
- MONDAY
- "TUESDAY"
- TUESDAY
- "WEDNESDAY"
- WEDNESDAY
- "THURSDAY"
- THURSDAY
- "FRIDAY"
- FRIDAY
- "SATURDAY"
- SATURDAY
- "SUNDAY"
- SUNDAY
CloudAutonomousVmClusterMaintenanceWindowMonthsItem, CloudAutonomousVmClusterMaintenanceWindowMonthsItemArgs
- January
- JANUARY
- February
- FEBRUARY
- March
- MARCH
- April
- APRIL
- May
- MAY
- June
- JUNE
- July
- JULY
- August
- AUGUST
- September
- SEPTEMBER
- October
- OCTOBER
- November
- NOVEMBER
- December
- DECEMBER
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item January - JANUARY
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item February - FEBRUARY
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item March - MARCH
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item April - APRIL
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item May - MAY
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item June - JUNE
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item July - JULY
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item August - AUGUST
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item September - SEPTEMBER
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item October - OCTOBER
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item November - NOVEMBER
- Cloud
Autonomous Vm Cluster Maintenance Window Months Item December - DECEMBER
- January
- JANUARY
- February
- FEBRUARY
- March
- MARCH
- April
- APRIL
- May
- MAY
- June
- JUNE
- July
- JULY
- August
- AUGUST
- September
- SEPTEMBER
- October
- OCTOBER
- November
- NOVEMBER
- December
- DECEMBER
- January
- JANUARY
- February
- FEBRUARY
- March
- MARCH
- April
- APRIL
- May
- MAY
- June
- JUNE
- July
- JULY
- August
- AUGUST
- September
- SEPTEMBER
- October
- OCTOBER
- November
- NOVEMBER
- December
- DECEMBER
- JANUARY
- JANUARY
- FEBRUARY
- FEBRUARY
- MARCH
- MARCH
- APRIL
- APRIL
- MAY
- MAY
- JUNE
- JUNE
- JULY
- JULY
- AUGUST
- AUGUST
- SEPTEMBER
- SEPTEMBER
- OCTOBER
- OCTOBER
- NOVEMBER
- NOVEMBER
- DECEMBER
- DECEMBER
- "JANUARY"
- JANUARY
- "FEBRUARY"
- FEBRUARY
- "MARCH"
- MARCH
- "APRIL"
- APRIL
- "MAY"
- MAY
- "JUNE"
- JUNE
- "JULY"
- JULY
- "AUGUST"
- AUGUST
- "SEPTEMBER"
- SEPTEMBER
- "OCTOBER"
- OCTOBER
- "NOVEMBER"
- NOVEMBER
- "DECEMBER"
- DECEMBER
CloudAutonomousVmClusterMaintenanceWindowPreference, CloudAutonomousVmClusterMaintenanceWindowPreferenceArgs
- No
Preference - NO_PREFERENCE
- Custom
Preference - CUSTOM_PREFERENCE
- Cloud
Autonomous Vm Cluster Maintenance Window Preference No Preference - NO_PREFERENCE
- Cloud
Autonomous Vm Cluster Maintenance Window Preference Custom Preference - CUSTOM_PREFERENCE
- No
Preference - NO_PREFERENCE
- Custom
Preference - CUSTOM_PREFERENCE
- No
Preference - NO_PREFERENCE
- Custom
Preference - CUSTOM_PREFERENCE
- NO_PREFERENCE
- NO_PREFERENCE
- CUSTOM_PREFERENCE
- CUSTOM_PREFERENCE
- "NO_PREFERENCE"
- NO_PREFERENCE
- "CUSTOM_PREFERENCE"
- CUSTOM_PREFERENCE
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.