ConfigureExascaleExadataInfrastructureDetails¶
-
class
oci.database.models.
ConfigureExascaleExadataInfrastructureDetails
(**kwargs)¶ Bases:
object
The exascale config request details for the Exadata Cloud@Customer infrastructure.
Methods
__init__
(**kwargs)Initializes a new ConfigureExascaleExadataInfrastructureDetails object with values from keyword arguments. Attributes
total_storage_in_gbs
[Required] Gets the total_storage_in_gbs of this ConfigureExascaleExadataInfrastructureDetails. -
__init__
(**kwargs)¶ Initializes a new ConfigureExascaleExadataInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: total_storage_in_gbs (int) – The value to assign to the total_storage_in_gbs property of this ConfigureExascaleExadataInfrastructureDetails.
-
total_storage_in_gbs
¶ [Required] Gets the total_storage_in_gbs of this ConfigureExascaleExadataInfrastructureDetails. Storage size needed for Exascale in GBs.
Returns: The total_storage_in_gbs of this ConfigureExascaleExadataInfrastructureDetails. Return type: int
-