CreateCapacityReportShapeAvailabilityDetails

class oci.bds.models.CreateCapacityReportShapeAvailabilityDetails(**kwargs)

Bases: object

Information about the shapes in a capacity report.

Methods

__init__(**kwargs) Initializes a new CreateCapacityReportShapeAvailabilityDetails object with values from keyword arguments.

Attributes

shape [Required] Gets the shape of this CreateCapacityReportShapeAvailabilityDetails.
shape_config Gets the shape_config of this CreateCapacityReportShapeAvailabilityDetails.
__init__(**kwargs)

Initializes a new CreateCapacityReportShapeAvailabilityDetails 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 CreateCapacityReportShapeAvailabilityDetails.
  • shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the shape_config property of this CreateCapacityReportShapeAvailabilityDetails.
shape

[Required] Gets the shape of this CreateCapacityReportShapeAvailabilityDetails. The shape that you want to request a capacity report for.

Returns:The shape of this CreateCapacityReportShapeAvailabilityDetails.
Return type:str
shape_config

Gets the shape_config of this CreateCapacityReportShapeAvailabilityDetails.

Returns:The shape_config of this CreateCapacityReportShapeAvailabilityDetails.
Return type:oci.bds.models.ShapeConfigDetails