DiskGroupCapacityDetails¶
-
class
oci.datacc.models.DiskGroupCapacityDetails(**kwargs)¶ Bases:
objectCapacity details of the storage disk group.
Methods
__init__(**kwargs)Initializes a new DiskGroupCapacityDetails object with values from keyword arguments. Attributes
free_space_in_gbsGets the free_space_in_gbs of this DiskGroupCapacityDetails. reserved_space_in_gbsGets the reserved_space_in_gbs of this DiskGroupCapacityDetails. storage_typeGets the storage_type of this DiskGroupCapacityDetails. total_space_in_gbsGets the total_space_in_gbs of this DiskGroupCapacityDetails. -
__init__(**kwargs)¶ Initializes a new DiskGroupCapacityDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - storage_type (str) – The value to assign to the storage_type property of this DiskGroupCapacityDetails.
- total_space_in_gbs (float) – The value to assign to the total_space_in_gbs property of this DiskGroupCapacityDetails.
- reserved_space_in_gbs (float) – The value to assign to the reserved_space_in_gbs property of this DiskGroupCapacityDetails.
- free_space_in_gbs (float) – The value to assign to the free_space_in_gbs property of this DiskGroupCapacityDetails.
-
free_space_in_gbs¶ Gets the free_space_in_gbs of this DiskGroupCapacityDetails. The total amount of logical disk space that is currently available for use, in gigabytes (GB).
Returns: The free_space_in_gbs of this DiskGroupCapacityDetails. Return type: float
-
reserved_space_in_gbs¶ Gets the reserved_space_in_gbs of this DiskGroupCapacityDetails. The total amount of logical disk space that is reserved for system use, in gigabytes (GB).
Returns: The reserved_space_in_gbs of this DiskGroupCapacityDetails. Return type: float
-
storage_type¶ Gets the storage_type of this DiskGroupCapacityDetails. The storage type for the Cloud Database Infrastructure.
Returns: The storage_type of this DiskGroupCapacityDetails. Return type: str
-
total_space_in_gbs¶ Gets the total_space_in_gbs of this DiskGroupCapacityDetails. The total amount of logical disk space available, in gigabytes (GB).
Returns: The total_space_in_gbs of this DiskGroupCapacityDetails. Return type: float
-