DedicatedCatalogDetails¶
-
class
oci.globally_distributed_database.models.
DedicatedCatalogDetails
(**kwargs)¶ Bases:
object
Details of ATP-D based catalog.
Attributes
STATUS_CONFIGURED
A constant which can be used with the status property of a DedicatedCatalogDetails. STATUS_CREATED
A constant which can be used with the status property of a DedicatedCatalogDetails. STATUS_CREATING
A constant which can be used with the status property of a DedicatedCatalogDetails. STATUS_DELETED
A constant which can be used with the status property of a DedicatedCatalogDetails. STATUS_DELETING
A constant which can be used with the status property of a DedicatedCatalogDetails. STATUS_FAILED
A constant which can be used with the status property of a DedicatedCatalogDetails. STATUS_NEEDS_ATTENTION
A constant which can be used with the status property of a DedicatedCatalogDetails. STATUS_READY_FOR_CONFIGURATION
A constant which can be used with the status property of a DedicatedCatalogDetails. STATUS_UPDATING
A constant which can be used with the status property of a DedicatedCatalogDetails. cloud_autonomous_vm_cluster_id
[Required] Gets the cloud_autonomous_vm_cluster_id of this DedicatedCatalogDetails. compute_count
[Required] Gets the compute_count of this DedicatedCatalogDetails. container_database_id
Gets the container_database_id of this DedicatedCatalogDetails. container_database_parent_id
Gets the container_database_parent_id of this DedicatedCatalogDetails. data_storage_size_in_gbs
[Required] Gets the data_storage_size_in_gbs of this DedicatedCatalogDetails. encryption_key_details
Gets the encryption_key_details of this DedicatedCatalogDetails. is_auto_scaling_enabled
[Required] Gets the is_auto_scaling_enabled of this DedicatedCatalogDetails. metadata
Gets the metadata of this DedicatedCatalogDetails. name
[Required] Gets the name of this DedicatedCatalogDetails. peer_cloud_autonomous_vm_cluster_id
Gets the peer_cloud_autonomous_vm_cluster_id of this DedicatedCatalogDetails. shard_group
[Required] Gets the shard_group of this DedicatedCatalogDetails. status
[Required] Gets the status of this DedicatedCatalogDetails. supporting_resource_id
Gets the supporting_resource_id of this DedicatedCatalogDetails. time_created
[Required] Gets the time_created of this DedicatedCatalogDetails. time_ssl_certificate_expires
Gets the time_ssl_certificate_expires of this DedicatedCatalogDetails. time_updated
[Required] Gets the time_updated of this DedicatedCatalogDetails. Methods
__init__
(**kwargs)Initializes a new DedicatedCatalogDetails object with values from keyword arguments. -
STATUS_CONFIGURED
= 'CONFIGURED'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “CONFIGURED”
-
STATUS_CREATED
= 'CREATED'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “CREATED”
-
STATUS_CREATING
= 'CREATING'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “CREATING”
-
STATUS_DELETED
= 'DELETED'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “DELETED”
-
STATUS_DELETING
= 'DELETING'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “DELETING”
-
STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “FAILED”
-
STATUS_NEEDS_ATTENTION
= 'NEEDS_ATTENTION'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “NEEDS_ATTENTION”
-
STATUS_READY_FOR_CONFIGURATION
= 'READY_FOR_CONFIGURATION'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “READY_FOR_CONFIGURATION”
-
STATUS_UPDATING
= 'UPDATING'¶ A constant which can be used with the status property of a DedicatedCatalogDetails. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new DedicatedCatalogDetails 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 DedicatedCatalogDetails.
- name (str) – The value to assign to the name property of this DedicatedCatalogDetails.
- compute_count (float) – The value to assign to the compute_count property of this DedicatedCatalogDetails.
- data_storage_size_in_gbs (float) – The value to assign to the data_storage_size_in_gbs property of this DedicatedCatalogDetails.
- shard_group (str) – The value to assign to the shard_group property of this DedicatedCatalogDetails.
- time_created (datetime) – The value to assign to the time_created property of this DedicatedCatalogDetails.
- time_updated (datetime) – The value to assign to the time_updated property of this DedicatedCatalogDetails.
- time_ssl_certificate_expires (datetime) – The value to assign to the time_ssl_certificate_expires property of this DedicatedCatalogDetails.
- status (str) – The value to assign to the status property of this DedicatedCatalogDetails. Allowed values for this property are: “FAILED”, “DELETING”, “DELETED”, “UPDATING”, “CREATING”, “CREATED”, “READY_FOR_CONFIGURATION”, “CONFIGURED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- supporting_resource_id (str) – The value to assign to the supporting_resource_id property of this DedicatedCatalogDetails.
- container_database_id (str) – The value to assign to the container_database_id property of this DedicatedCatalogDetails.
- container_database_parent_id (str) – The value to assign to the container_database_parent_id property of this DedicatedCatalogDetails.
- is_auto_scaling_enabled (bool) – The value to assign to the is_auto_scaling_enabled property of this DedicatedCatalogDetails.
- cloud_autonomous_vm_cluster_id (str) – The value to assign to the cloud_autonomous_vm_cluster_id property of this DedicatedCatalogDetails.
- peer_cloud_autonomous_vm_cluster_id (str) – The value to assign to the peer_cloud_autonomous_vm_cluster_id property of this DedicatedCatalogDetails.
- metadata (dict(str, object)) – The value to assign to the metadata property of this DedicatedCatalogDetails.
-
cloud_autonomous_vm_cluster_id
¶ [Required] Gets the cloud_autonomous_vm_cluster_id of this DedicatedCatalogDetails. Identifier of the primary cloudAutonomousVmCluster for the catalog.
Returns: The cloud_autonomous_vm_cluster_id of this DedicatedCatalogDetails. Return type: str
-
compute_count
¶ [Required] Gets the compute_count of this DedicatedCatalogDetails. The compute amount available to the underlying autonomous database associated with shard or catalog.
Returns: The compute_count of this DedicatedCatalogDetails. Return type: float
-
container_database_id
¶ Gets the container_database_id of this DedicatedCatalogDetails. Identifier of the underlying container database.
Returns: The container_database_id of this DedicatedCatalogDetails. Return type: str
-
container_database_parent_id
¶ Gets the container_database_parent_id of this DedicatedCatalogDetails. Identifier of the underlying container database parent.
Returns: The container_database_parent_id of this DedicatedCatalogDetails. Return type: str
-
data_storage_size_in_gbs
¶ [Required] Gets the data_storage_size_in_gbs of this DedicatedCatalogDetails. The data disk group size to be allocated in GBs.
Returns: The data_storage_size_in_gbs of this DedicatedCatalogDetails. Return type: float
-
encryption_key_details
¶ Gets the encryption_key_details of this DedicatedCatalogDetails.
Returns: The encryption_key_details of this DedicatedCatalogDetails. Return type: oci.globally_distributed_database.models.DedicatedShardOrCatalogEncryptionKeyDetails
-
is_auto_scaling_enabled
¶ [Required] Gets the is_auto_scaling_enabled of this DedicatedCatalogDetails. Determines the auto-scaling mode.
Returns: The is_auto_scaling_enabled of this DedicatedCatalogDetails. Return type: bool
-
metadata
¶ Gets the metadata of this DedicatedCatalogDetails. Additional metadata related to catalog’s underlying supporting resource.
Returns: The metadata of this DedicatedCatalogDetails. Return type: dict(str, object)
-
name
¶ [Required] Gets the name of this DedicatedCatalogDetails. Catalog name
Returns: The name of this DedicatedCatalogDetails. Return type: str
-
peer_cloud_autonomous_vm_cluster_id
¶ Gets the peer_cloud_autonomous_vm_cluster_id of this DedicatedCatalogDetails. Identifier of the peer cloudAutonomousVmCluster for the catalog.
Returns: The peer_cloud_autonomous_vm_cluster_id of this DedicatedCatalogDetails. Return type: str
-
shard_group
¶ [Required] Gets the shard_group of this DedicatedCatalogDetails. Name of the shard-group to which the catalog belongs.
Returns: The shard_group of this DedicatedCatalogDetails. Return type: str
-
status
¶ [Required] Gets the status of this DedicatedCatalogDetails. Status of shard or catalog or gsm for the sharded database.
Allowed values for this property are: “FAILED”, “DELETING”, “DELETED”, “UPDATING”, “CREATING”, “CREATED”, “READY_FOR_CONFIGURATION”, “CONFIGURED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this DedicatedCatalogDetails. Return type: str
-
supporting_resource_id
¶ Gets the supporting_resource_id of this DedicatedCatalogDetails. Identifier of the underlying supporting resource.
Returns: The supporting_resource_id of this DedicatedCatalogDetails. Return type: str
-
time_created
¶ [Required] Gets the time_created of this DedicatedCatalogDetails. The time the catalog was created. An RFC3339 formatted datetime string
Returns: The time_created of this DedicatedCatalogDetails. Return type: datetime
-
time_ssl_certificate_expires
¶ Gets the time_ssl_certificate_expires of this DedicatedCatalogDetails. The time the ssl certificate associated with catalog expires. An RFC3339 formatted datetime string
Returns: The time_ssl_certificate_expires of this DedicatedCatalogDetails. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this DedicatedCatalogDetails. The time the catalog was last created. An RFC3339 formatted datetime string
Returns: The time_updated of this DedicatedCatalogDetails. Return type: datetime
-