Class CapacityReportShapeAvailability
Detailed information about the availabilities of a shape in each domain.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class CapacityReportShapeAvailability
Properties
DomainLevelCapacityReports
Declaration
[Required(ErrorMessage = "DomainLevelCapacityReports is required.")]
[JsonProperty(PropertyName = "domainLevelCapacityReports")]
public List<DomainTypeCapacityReport> DomainLevelCapacityReports { get; set; }
Property Value
Type | Description |
---|---|
List<DomainTypeCapacityReport> | Information about the capacity in each domain. |
Remarks
Required
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
Property Value
Type | Description |
---|---|
string | The shape that the capacity report was requested for. |
Remarks
Required
ShapeConfig
Declaration
[JsonProperty(PropertyName = "shapeConfig")]
public ShapeConfigDetails ShapeConfig { get; set; }
Property Value
Type | Description |
---|---|
ShapeConfigDetails |