SystemStorageCapacityDetails

class oci.datacc.models.SystemStorageCapacityDetails(**kwargs)

Bases: object

Capacity details of different storage types.

Methods

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

Attributes

acfs Gets the acfs of this SystemStorageCapacityDetails.
disk_groups Gets 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:
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]