Class CreateCapacityReportShapeAvailabilityDetails
Information about the shapes in a capacity report.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class CreateCapacityReportShapeAvailabilityDetailsProperties
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The shape that you want to request a capacity report for. | 
Remarks
Required
ShapeConfig
Declaration
[JsonProperty(PropertyName = "shapeConfig")]
public ShapeConfigDetails ShapeConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| ShapeConfigDetails |