CapacityReportShapeAvailability¶
-
class
oci.bds.models.
CapacityReportShapeAvailability
(**kwargs)¶ Bases:
object
Detailed information about the availabilities of a shape in each domain.
Methods
__init__
(**kwargs)Initializes a new CapacityReportShapeAvailability object with values from keyword arguments. Attributes
domain_level_capacity_reports
[Required] Gets the domain_level_capacity_reports of this CapacityReportShapeAvailability. shape
[Required] Gets the shape of this CapacityReportShapeAvailability. shape_config
Gets the shape_config of this CapacityReportShapeAvailability. -
__init__
(**kwargs)¶ Initializes a new CapacityReportShapeAvailability object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - shape (str) – The value to assign to the shape property of this CapacityReportShapeAvailability.
- shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the shape_config property of this CapacityReportShapeAvailability.
- domain_level_capacity_reports (list[oci.bds.models.DomainTypeCapacityReport]) – The value to assign to the domain_level_capacity_reports property of this CapacityReportShapeAvailability.
-
domain_level_capacity_reports
¶ [Required] Gets the domain_level_capacity_reports of this CapacityReportShapeAvailability. Information about the capacity in each domain.
Returns: The domain_level_capacity_reports of this CapacityReportShapeAvailability. Return type: list[oci.bds.models.DomainTypeCapacityReport]
-
shape
¶ [Required] Gets the shape of this CapacityReportShapeAvailability. The shape that the capacity report was requested for.
Returns: The shape of this CapacityReportShapeAvailability. Return type: str
-
shape_config
¶ Gets the shape_config of this CapacityReportShapeAvailability.
Returns: The shape_config of this CapacityReportShapeAvailability. Return type: oci.bds.models.ShapeConfigDetails
-