Class BdsCapacityReport
A report of the host capacity within an availability domain that is available for you to create bds clusters. Host capacity is the physical infrastructure that resources such as compute instances run on. Use the capacity report to determine whether sufficient capacity is available for a shape before you create a bds cluster or change the shape of a bds cluster.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class BdsCapacityReport
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<CapacityReportShapeAvailability> ShapeAvailabilities { get; set; }
Property Value
Type | Description |
---|---|
List<CapacityReportShapeAvailability> | Information about the capacity of each requested shape. |
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time the report was created, shown as an RFC 3339 formatted datetime string. |
Remarks
Required