ScaleInfrastructureStorageDetails

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

Bases: object

The scale option to be selected for the infrastructure.

Attributes

SSD_CONFIGURATION_REQUESTED_EIGHTEEN_SSDS A constant which can be used with the ssd_configuration_requested property of a ScaleInfrastructureStorageDetails.
SSD_CONFIGURATION_REQUESTED_SIX_SSDS A constant which can be used with the ssd_configuration_requested property of a ScaleInfrastructureStorageDetails.
SSD_CONFIGURATION_REQUESTED_TWELVE_SSDS A constant which can be used with the ssd_configuration_requested property of a ScaleInfrastructureStorageDetails.
SSD_CONFIGURATION_REQUESTED_TWENTY_FOUR_SSDS A constant which can be used with the ssd_configuration_requested property of a ScaleInfrastructureStorageDetails.
ssd_configuration_requested Gets the ssd_configuration_requested of this ScaleInfrastructureStorageDetails.

Methods

__init__(**kwargs) Initializes a new ScaleInfrastructureStorageDetails object with values from keyword arguments.
SSD_CONFIGURATION_REQUESTED_EIGHTEEN_SSDS = 'EIGHTEEN_SSDS'

A constant which can be used with the ssd_configuration_requested property of a ScaleInfrastructureStorageDetails. This constant has a value of “EIGHTEEN_SSDS”

SSD_CONFIGURATION_REQUESTED_SIX_SSDS = 'SIX_SSDS'

A constant which can be used with the ssd_configuration_requested property of a ScaleInfrastructureStorageDetails. This constant has a value of “SIX_SSDS”

SSD_CONFIGURATION_REQUESTED_TWELVE_SSDS = 'TWELVE_SSDS'

A constant which can be used with the ssd_configuration_requested property of a ScaleInfrastructureStorageDetails. This constant has a value of “TWELVE_SSDS”

SSD_CONFIGURATION_REQUESTED_TWENTY_FOUR_SSDS = 'TWENTY_FOUR_SSDS'

A constant which can be used with the ssd_configuration_requested property of a ScaleInfrastructureStorageDetails. This constant has a value of “TWENTY_FOUR_SSDS”

__init__(**kwargs)

Initializes a new ScaleInfrastructureStorageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:ssd_configuration_requested (str) – The value to assign to the ssd_configuration_requested property of this ScaleInfrastructureStorageDetails. Allowed values for this property are: “SIX_SSDS”, “TWELVE_SSDS”, “EIGHTEEN_SSDS”, “TWENTY_FOUR_SSDS”
ssd_configuration_requested

Gets the ssd_configuration_requested of this ScaleInfrastructureStorageDetails. The scale option to be selected for the infrastructure.

Allowed values for this property are: “SIX_SSDS”, “TWELVE_SSDS”, “EIGHTEEN_SSDS”, “TWENTY_FOUR_SSDS”

Returns:The ssd_configuration_requested of this ScaleInfrastructureStorageDetails.
Return type:str