SystemStorageCapacityDetails¶
-
class
oci.datacc.models.SystemStorageCapacityDetails(**kwargs)¶ Bases:
objectCapacity details of different storage types.
Methods
__init__(**kwargs)Initializes a new SystemStorageCapacityDetails object with values from keyword arguments. Attributes
acfsGets the acfs of this SystemStorageCapacityDetails. disk_groupsGets the disk_groups of this SystemStorageCapacityDetails. -
__init__(**kwargs)¶ Initializes a new SystemStorageCapacityDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - disk_groups (list[oci.datacc.models.DiskGroupCapacityDetails]) – The value to assign to the disk_groups property of this SystemStorageCapacityDetails.
- acfs (oci.datacc.models.AcfsCapacityDetails) – The value to assign to the acfs property of this SystemStorageCapacityDetails.
-
acfs¶ Gets the acfs of this SystemStorageCapacityDetails.
Returns: The acfs of this SystemStorageCapacityDetails. Return type: oci.datacc.models.AcfsCapacityDetails
-
disk_groups¶ Gets the disk_groups of this SystemStorageCapacityDetails. List of storage disk group capacity details.
Returns: The disk_groups of this SystemStorageCapacityDetails. Return type: list[oci.datacc.models.DiskGroupCapacityDetails]
-