CreateDedicatedCatalogDetail

class oci.globally_distributed_database.models.CreateDedicatedCatalogDetail(**kwargs)

Bases: object

Details required for creation of ATP-D based catalog.

Methods

__init__(**kwargs) Initializes a new CreateDedicatedCatalogDetail object with values from keyword arguments.

Attributes

admin_password [Required] Gets the admin_password of this CreateDedicatedCatalogDetail.
cloud_autonomous_vm_cluster_id [Required] Gets the cloud_autonomous_vm_cluster_id of this CreateDedicatedCatalogDetail.
compute_count [Required] Gets the compute_count of this CreateDedicatedCatalogDetail.
data_storage_size_in_gbs [Required] Gets the data_storage_size_in_gbs of this CreateDedicatedCatalogDetail.
encryption_key_details Gets the encryption_key_details of this CreateDedicatedCatalogDetail.
is_auto_scaling_enabled [Required] Gets the is_auto_scaling_enabled of this CreateDedicatedCatalogDetail.
peer_cloud_autonomous_vm_cluster_id Gets the peer_cloud_autonomous_vm_cluster_id of this CreateDedicatedCatalogDetail.
__init__(**kwargs)

Initializes a new CreateDedicatedCatalogDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • encryption_key_details (oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails) – The value to assign to the encryption_key_details property of this CreateDedicatedCatalogDetail.
  • admin_password (str) – The value to assign to the admin_password property of this CreateDedicatedCatalogDetail.
  • compute_count (float) – The value to assign to the compute_count property of this CreateDedicatedCatalogDetail.
  • data_storage_size_in_gbs (float) – The value to assign to the data_storage_size_in_gbs property of this CreateDedicatedCatalogDetail.
  • is_auto_scaling_enabled (bool) – The value to assign to the is_auto_scaling_enabled property of this CreateDedicatedCatalogDetail.
  • cloud_autonomous_vm_cluster_id (str) – The value to assign to the cloud_autonomous_vm_cluster_id property of this CreateDedicatedCatalogDetail.
  • peer_cloud_autonomous_vm_cluster_id (str) – The value to assign to the peer_cloud_autonomous_vm_cluster_id property of this CreateDedicatedCatalogDetail.
admin_password

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

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

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

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

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

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

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

Returns:The data_storage_size_in_gbs of this CreateDedicatedCatalogDetail.
Return type:float
encryption_key_details

Gets the encryption_key_details of this CreateDedicatedCatalogDetail.

Returns:The encryption_key_details of this CreateDedicatedCatalogDetail.
Return type:oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails
is_auto_scaling_enabled

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

Returns:The is_auto_scaling_enabled of this CreateDedicatedCatalogDetail.
Return type:bool
peer_cloud_autonomous_vm_cluster_id

Gets the peer_cloud_autonomous_vm_cluster_id of this CreateDedicatedCatalogDetail. The OCID of the peer cloud Autonomous Exadata VM Cluster.

Returns:The peer_cloud_autonomous_vm_cluster_id of this CreateDedicatedCatalogDetail.
Return type:str