Class CreateBdsCapacityReportDetails
The data to create a report of available BDS capacity.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class CreateBdsCapacityReportDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID for the compartment. This should always be the root compartment. |
Remarks
Required
ShapeAvailabilities
Declaration
[Required(ErrorMessage = "ShapeAvailabilities is required.")]
[JsonProperty(PropertyName = "shapeAvailabilities")]
public List<CreateCapacityReportShapeAvailabilityDetails> ShapeAvailabilities { get; set; }
Property Value
Type | Description |
---|---|
List<CreateCapacityReportShapeAvailabilityDetails> | Information about the shapes in the capacity report. |
Remarks
Required