Show / Hide Table of Contents

Class ScaleInfrastructureStorageDetails

The scale option to be selected for the infrastructure.

Inheritance
object
ScaleInfrastructureStorageDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataccService.Models
Assembly: OCI.DotNetSDK.Datacc.dll
Syntax
public class ScaleInfrastructureStorageDetails

Properties

SsdConfigurationRequested

Declaration
[JsonProperty(PropertyName = "ssdConfigurationRequested")]
[JsonConverter(typeof(StringEnumConverter))]
public ShapeEnum? SsdConfigurationRequested { get; set; }
Property Value
Type Description
ShapeEnum?

The scale option to be selected for the infrastructure.

In this article
Back to top