CreateBdsCapacityReportDetails¶
-
class
oci.bds.models.
CreateBdsCapacityReportDetails
(**kwargs)¶ Bases:
object
The data to create a report of available BDS capacity.
Methods
__init__
(**kwargs)Initializes a new CreateBdsCapacityReportDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateBdsCapacityReportDetails. shape_availabilities
[Required] Gets the shape_availabilities of this CreateBdsCapacityReportDetails. -
__init__
(**kwargs)¶ Initializes a new CreateBdsCapacityReportDetails 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 CreateBdsCapacityReportDetails.
- shape_availabilities (list[oci.bds.models.CreateCapacityReportShapeAvailabilityDetails]) – The value to assign to the shape_availabilities property of this CreateBdsCapacityReportDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateBdsCapacityReportDetails. The OCID for the compartment. This should always be the root compartment.
Returns: The compartment_id of this CreateBdsCapacityReportDetails. Return type: str
-
shape_availabilities
¶ [Required] Gets the shape_availabilities of this CreateBdsCapacityReportDetails. Information about the shapes in the capacity report.
Returns: The shape_availabilities of this CreateBdsCapacityReportDetails. Return type: list[oci.bds.models.CreateCapacityReportShapeAvailabilityDetails]
-