CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails

class oci.distributed_database.models.CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails(**kwargs)

Bases: oci.distributed_database.models.create_distributed_autonomous_database_catalog_details.CreateDistributedAutonomousDatabaseCatalogDetails

Globally distributed autonomous database catalog based on Dedicated infrastructure.

Attributes

SOURCE_ADB_D str(object=’’) -> str
admin_password [Required] Gets the admin_password of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
cloud_autonomous_vm_cluster_id [Required] Gets the cloud_autonomous_vm_cluster_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
compute_count [Required] Gets the compute_count of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
data_storage_size_in_gbs [Required] Gets the data_storage_size_in_gbs of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
is_auto_scaling_enabled [Required] Gets the is_auto_scaling_enabled of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
kms_key_id Gets the kms_key_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
kms_key_version_id Gets the kms_key_version_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
peer_cloud_autonomous_vm_cluster_ids Gets the peer_cloud_autonomous_vm_cluster_ids of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
source [Required] Gets the source of this CreateDistributedAutonomousDatabaseCatalogDetails.
vault_id Gets the vault_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.

Methods

__init__(**kwargs) Initializes a new CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
SOURCE_ADB_D = 'ADB_D'
__init__(**kwargs)

Initializes a new CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails object with values from keyword arguments. The default value of the source attribute of this class is ADB_D and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • source (str) – The value to assign to the source property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. Allowed values for this property are: “ADB_D”
  • admin_password (str) – The value to assign to the admin_password property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
  • compute_count (float) – The value to assign to the compute_count property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
  • data_storage_size_in_gbs (float) – The value to assign to the data_storage_size_in_gbs property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
  • is_auto_scaling_enabled (bool) – The value to assign to the is_auto_scaling_enabled property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
  • cloud_autonomous_vm_cluster_id (str) – The value to assign to the cloud_autonomous_vm_cluster_id property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
  • peer_cloud_autonomous_vm_cluster_ids (list[str]) – The value to assign to the peer_cloud_autonomous_vm_cluster_ids property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
  • vault_id (str) – The value to assign to the vault_id property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
  • kms_key_version_id (str) – The value to assign to the kms_key_version_id property of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
admin_password

[Required] Gets the admin_password of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. Admin password for catalog database.

Returns:The admin_password of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:str
cloud_autonomous_vm_cluster_id

[Required] Gets the cloud_autonomous_vm_cluster_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. The OCID of the cloud Autonomous VM Cluster.

Returns:The cloud_autonomous_vm_cluster_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:str
compute_count

[Required] Gets the compute_count of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. The compute count for the catalog database. It has to be in multiples of 2.

Returns:The compute_count of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:float
data_storage_size_in_gbs

[Required] Gets the data_storage_size_in_gbs of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. The data disk group size to be allocated in GBs for the catalog database.

Returns:The data_storage_size_in_gbs of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:float
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

is_auto_scaling_enabled

[Required] Gets the is_auto_scaling_enabled of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. Determines the auto-scaling mode for the catalog database.

Returns:The is_auto_scaling_enabled of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:bool
kms_key_id

Gets the kms_key_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.

Returns:The kms_key_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:str
kms_key_version_id

Gets the kms_key_version_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.

Returns:The kms_key_version_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:str
peer_cloud_autonomous_vm_cluster_ids

Gets the peer_cloud_autonomous_vm_cluster_ids of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. The collection of OCID of the peer cloud Autonomous VM Clusters.

Returns:The peer_cloud_autonomous_vm_cluster_ids of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:list[str]
source

[Required] Gets the source of this CreateDistributedAutonomousDatabaseCatalogDetails. The source of Globally distributed autonomous database type: Use ADB_D for the Globally distributed autonomous database with autonomous dedicated cloudautonomousvmclusters.

Allowed values for this property are: “ADB_D”

Returns:The source of this CreateDistributedAutonomousDatabaseCatalogDetails.
Return type:str
vault_id

Gets the vault_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails. The OCID of the Oracle Cloud Infrastructure vault. This parameter and kmsKeyId are required for Customer Managed Keys.

Returns:The vault_id of this CreateDistributedAutonomousDatabaseCatalogWithDedicatedInfraDetails.
Return type:str