HeatWaveFleetByCategory¶
-
class
oci.database_management.models.
HeatWaveFleetByCategory
(**kwargs)¶ Bases:
object
The number of HeatWave clusters in the fleet, grouped by shape and Lakehouse-enabled status.
Methods
__init__
(**kwargs)Initializes a new HeatWaveFleetByCategory object with values from keyword arguments. Attributes
count
[Required] Gets the count of this HeatWaveFleetByCategory. name
[Required] Gets the name of this HeatWaveFleetByCategory. value
[Required] Gets the value of this HeatWaveFleetByCategory. -
__init__
(**kwargs)¶ Initializes a new HeatWaveFleetByCategory object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this HeatWaveFleetByCategory.
- value (str) – The value to assign to the value property of this HeatWaveFleetByCategory.
- count (int) – The value to assign to the count property of this HeatWaveFleetByCategory.
-
count
¶ [Required] Gets the count of this HeatWaveFleetByCategory. The number of matching HeatWave clusters.
Returns: The count of this HeatWaveFleetByCategory. Return type: int
-
name
¶ [Required] Gets the name of this HeatWaveFleetByCategory. The name of the HeatWave fleet category.
Returns: The name of this HeatWaveFleetByCategory. Return type: str
-
value
¶ [Required] Gets the value of this HeatWaveFleetByCategory. The value of the HeatWave fleet category.
Returns: The value of this HeatWaveFleetByCategory. Return type: str
-