AdbUpdateDetail

class oci.dif.models.AdbUpdateDetail(**kwargs)

Bases: object

Details to update an Oracle Autonomous Database.

Methods

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

Attributes

data_storage_size_in_tbs Gets the data_storage_size_in_tbs of this AdbUpdateDetail.
ecpu Gets the ecpu of this AdbUpdateDetail.
instance_id [Required] Gets the instance_id of this AdbUpdateDetail.
is_mtls_connection_required Gets the is_mtls_connection_required of this AdbUpdateDetail.
__init__(**kwargs)

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

Parameters:
  • instance_id (str) – The value to assign to the instance_id property of this AdbUpdateDetail.
  • ecpu (int) – The value to assign to the ecpu property of this AdbUpdateDetail.
  • data_storage_size_in_tbs (int) – The value to assign to the data_storage_size_in_tbs property of this AdbUpdateDetail.
  • is_mtls_connection_required (bool) – The value to assign to the is_mtls_connection_required property of this AdbUpdateDetail.
data_storage_size_in_tbs

Gets the data_storage_size_in_tbs of this AdbUpdateDetail. The size, in terabytes, of the data volume that will be created and attached to the database.

Returns:The data_storage_size_in_tbs of this AdbUpdateDetail.
Return type:int
ecpu

Gets the ecpu of this AdbUpdateDetail. The compute amount (ECPUs) available to the database.

Returns:The ecpu of this AdbUpdateDetail.
Return type:int
instance_id

[Required] Gets the instance_id of this AdbUpdateDetail. Id of the existing ADB instance.

Returns:The instance_id of this AdbUpdateDetail.
Return type:str
is_mtls_connection_required

Gets the is_mtls_connection_required of this AdbUpdateDetail. Specifies if the Autonomous Database requires mTLS connections.

Returns:The is_mtls_connection_required of this AdbUpdateDetail.
Return type:bool