InfrastructureScaleOption

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

Bases: object

The available scale options for the infrastructure.

Methods

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

Attributes

possible_ssd_configurations [Required] Gets the possible_ssd_configurations of this InfrastructureScaleOption.
__init__(**kwargs)

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

Parameters:possible_ssd_configurations (list[oci.datacc.models.ShapeEnum]) – The value to assign to the possible_ssd_configurations property of this InfrastructureScaleOption.
possible_ssd_configurations

[Required] Gets the possible_ssd_configurations of this InfrastructureScaleOption. The available scale options for the infrastructure.

Returns:The possible_ssd_configurations of this InfrastructureScaleOption.
Return type:list[oci.datacc.models.ShapeEnum]