Class InfrastructureScaleOption
The available scale options for the infrastructure.
Inherited Members
Namespace: Oci.DataccService.Models
Assembly: OCI.DotNetSDK.Datacc.dll
Syntax
public class InfrastructureScaleOption
Properties
PossibleSsdConfigurations
Declaration
[Required(ErrorMessage = "PossibleSsdConfigurations is required.")]
[JsonProperty(PropertyName = "possibleSsdConfigurations")]
public List<ShapeEnum> PossibleSsdConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ShapeEnum> | The available scale options for the infrastructure. |
Remarks
Required