Show / Hide Table of Contents

Class CapacityReportShapeAvailability

Detailed information about the availabilities of a shape in each domain.

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