ConfigureExascaleCloudExadataInfrastructureDetails¶
-
class
oci.database.models.
ConfigureExascaleCloudExadataInfrastructureDetails
(**kwargs)¶ Bases:
object
The exascale config request details for the Cloud Exadata infrastructure.
Methods
__init__
(**kwargs)Initializes a new ConfigureExascaleCloudExadataInfrastructureDetails object with values from keyword arguments. Attributes
total_storage_in_gbs
[Required] Gets the total_storage_in_gbs of this ConfigureExascaleCloudExadataInfrastructureDetails. -
__init__
(**kwargs)¶ Initializes a new ConfigureExascaleCloudExadataInfrastructureDetails 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 ConfigureExascaleCloudExadataInfrastructureDetails.
-
total_storage_in_gbs
¶ [Required] Gets the total_storage_in_gbs of this ConfigureExascaleCloudExadataInfrastructureDetails. Storage size needed for Exascale in GBs.
Returns: The total_storage_in_gbs of this ConfigureExascaleCloudExadataInfrastructureDetails. Return type: int
-