Show / Hide Table of Contents

Class InfrastructureScaleOption

The available scale options for the infrastructure.

Inheritance
object
InfrastructureScaleOption
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 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

In this article
Back to top