ConfigurationItemUnitDetails¶
-
class
oci.opsi.models.
ConfigurationItemUnitDetails
(**kwargs)¶ Bases:
object
Unit details of configuration item.
Methods
__init__
(**kwargs)Initializes a new ConfigurationItemUnitDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this ConfigurationItemUnitDetails. unit
Gets the unit of this ConfigurationItemUnitDetails. -
__init__
(**kwargs)¶ Initializes a new ConfigurationItemUnitDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - unit (str) – The value to assign to the unit property of this ConfigurationItemUnitDetails.
- display_name (str) – The value to assign to the display_name property of this ConfigurationItemUnitDetails.
-
display_name
¶ Gets the display_name of this ConfigurationItemUnitDetails. User-friendly display name for the configuration item unit.
Returns: The display_name of this ConfigurationItemUnitDetails. Return type: str
-
unit
¶ Gets the unit of this ConfigurationItemUnitDetails. Unit of configuration item.
Returns: The unit of this ConfigurationItemUnitDetails. Return type: str
-