DistributedAutonomousDatabaseGsm

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

Bases: object

Details of global service manager(GSM also known as shard director) instances for the Globally distributed autonomous database.

Attributes

STATUS_CONFIGURED A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
STATUS_CREATED A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
STATUS_CREATING A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
STATUS_DELETED A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
STATUS_DELETING A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
STATUS_FAILED A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
STATUS_NEEDS_ATTENTION A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
STATUS_READY_FOR_CONFIGURATION A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
STATUS_UPDATING A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm.
compute_count [Required] Gets the compute_count of this DistributedAutonomousDatabaseGsm.
data_storage_size_in_gbs [Required] Gets the data_storage_size_in_gbs of this DistributedAutonomousDatabaseGsm.
gsm_image_details Gets the gsm_image_details of this DistributedAutonomousDatabaseGsm.
metadata Gets the metadata of this DistributedAutonomousDatabaseGsm.
name [Required] Gets the name of this DistributedAutonomousDatabaseGsm.
status [Required] Gets the status of this DistributedAutonomousDatabaseGsm.
supporting_resource_id Gets the supporting_resource_id of this DistributedAutonomousDatabaseGsm.
time_created [Required] Gets the time_created of this DistributedAutonomousDatabaseGsm.
time_ssl_certificate_expires Gets the time_ssl_certificate_expires of this DistributedAutonomousDatabaseGsm.
time_updated [Required] Gets the time_updated of this DistributedAutonomousDatabaseGsm.

Methods

__init__(**kwargs) Initializes a new DistributedAutonomousDatabaseGsm object with values from keyword arguments.
STATUS_CONFIGURED = 'CONFIGURED'

A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm. This constant has a value of “CONFIGURED”

STATUS_CREATED = 'CREATED'

A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm. This constant has a value of “CREATED”

STATUS_CREATING = 'CREATING'

A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm. This constant has a value of “CREATING”

STATUS_DELETED = 'DELETED'

A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm. This constant has a value of “DELETED”

STATUS_DELETING = 'DELETING'

A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm. This constant has a value of “DELETING”

STATUS_FAILED = 'FAILED'

A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm. This constant has a value of “FAILED”

STATUS_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm. 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 DistributedAutonomousDatabaseGsm. This constant has a value of “READY_FOR_CONFIGURATION”

STATUS_UPDATING = 'UPDATING'

A constant which can be used with the status property of a DistributedAutonomousDatabaseGsm. This constant has a value of “UPDATING”

__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this DistributedAutonomousDatabaseGsm.
  • compute_count (float) – The value to assign to the compute_count property of this DistributedAutonomousDatabaseGsm.
  • data_storage_size_in_gbs (float) – The value to assign to the data_storage_size_in_gbs property of this DistributedAutonomousDatabaseGsm.
  • time_created (datetime) – The value to assign to the time_created property of this DistributedAutonomousDatabaseGsm.
  • time_updated (datetime) – The value to assign to the time_updated property of this DistributedAutonomousDatabaseGsm.
  • status (str) – The value to assign to the status property of this DistributedAutonomousDatabaseGsm. 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’.
  • time_ssl_certificate_expires (datetime) – The value to assign to the time_ssl_certificate_expires property of this DistributedAutonomousDatabaseGsm.
  • supporting_resource_id (str) – The value to assign to the supporting_resource_id property of this DistributedAutonomousDatabaseGsm.
  • gsm_image_details (oci.distributed_database.models.DistributedAutonomousDatabaseGsmImage) – The value to assign to the gsm_image_details property of this DistributedAutonomousDatabaseGsm.
  • metadata (oci.distributed_database.models.DistributedAutonomousDbMetadata) – The value to assign to the metadata property of this DistributedAutonomousDatabaseGsm.
compute_count

[Required] Gets the compute_count of this DistributedAutonomousDatabaseGsm. The compute count for the Global service manager instance.

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

[Required] Gets the data_storage_size_in_gbs of this DistributedAutonomousDatabaseGsm. The data disk group size to be allocated in GBs for the Global service manager instance.

Returns:The data_storage_size_in_gbs of this DistributedAutonomousDatabaseGsm.
Return type:float
gsm_image_details

Gets the gsm_image_details of this DistributedAutonomousDatabaseGsm.

Returns:The gsm_image_details of this DistributedAutonomousDatabaseGsm.
Return type:oci.distributed_database.models.DistributedAutonomousDatabaseGsmImage
metadata

Gets the metadata of this DistributedAutonomousDatabaseGsm.

Returns:The metadata of this DistributedAutonomousDatabaseGsm.
Return type:oci.distributed_database.models.DistributedAutonomousDbMetadata
name

[Required] Gets the name of this DistributedAutonomousDatabaseGsm. Name of the Global service manager instance

Returns:The name of this DistributedAutonomousDatabaseGsm.
Return type:str
status

[Required] Gets the status of this DistributedAutonomousDatabaseGsm. Status of the gsm for the Globally distributed autonomous 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 DistributedAutonomousDatabaseGsm.
Return type:str
supporting_resource_id

Gets the supporting_resource_id of this DistributedAutonomousDatabaseGsm. the identifier of the underlying supporting resource.

Returns:The supporting_resource_id of this DistributedAutonomousDatabaseGsm.
Return type:str
time_created

[Required] Gets the time_created of this DistributedAutonomousDatabaseGsm. The time the Global service manager instance was created. An RFC3339 formatted datetime string

Returns:The time_created of this DistributedAutonomousDatabaseGsm.
Return type:datetime
time_ssl_certificate_expires

Gets the time_ssl_certificate_expires of this DistributedAutonomousDatabaseGsm. The time the ssl certificate associated with Global service manager expires. An RFC3339 formatted datetime string

Returns:The time_ssl_certificate_expires of this DistributedAutonomousDatabaseGsm.
Return type:datetime
time_updated

[Required] Gets the time_updated of this DistributedAutonomousDatabaseGsm. The time the Global service manager instance was last updated. An RFC3339 formatted datetime string

Returns:The time_updated of this DistributedAutonomousDatabaseGsm.
Return type:datetime