Show / Hide Table of Contents

Class CreateCapacityReportShapeAvailabilityDetails

Information about the shapes in a capacity report.

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

Properties

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
In this article
Back to top