BdsCapacityReport¶
-
class
oci.bds.models.
BdsCapacityReport
(**kwargs)¶ Bases:
object
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.
Methods
__init__
(**kwargs)Initializes a new BdsCapacityReport object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this BdsCapacityReport. shape_availabilities
[Required] Gets the shape_availabilities of this BdsCapacityReport. time_created
[Required] Gets the time_created of this BdsCapacityReport. -
__init__
(**kwargs)¶ Initializes a new BdsCapacityReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this BdsCapacityReport.
- shape_availabilities (list[oci.bds.models.CapacityReportShapeAvailability]) – The value to assign to the shape_availabilities property of this BdsCapacityReport.
- time_created (datetime) – The value to assign to the time_created property of this BdsCapacityReport.
-
compartment_id
¶ [Required] Gets the compartment_id of this BdsCapacityReport. The OCID for the compartment. This should always be the root compartment.
Returns: The compartment_id of this BdsCapacityReport. Return type: str
-
shape_availabilities
¶ [Required] Gets the shape_availabilities of this BdsCapacityReport. Information about the capacity of each requested shape.
Returns: The shape_availabilities of this BdsCapacityReport. Return type: list[oci.bds.models.CapacityReportShapeAvailability]
-
time_created
¶ [Required] Gets the time_created of this BdsCapacityReport. The time the report was created, shown as an RFC 3339 formatted datetime string.
Returns: The time_created of this BdsCapacityReport. Return type: datetime
-