InventoryRecordComponent¶
-
class
oci.fleet_apps_management.models.InventoryRecordComponent(**kwargs)¶ Bases:
objectDetails about a target component
Methods
__init__(**kwargs)Initializes a new InventoryRecordComponent object with values from keyword arguments. Attributes
component_name[Required] Gets the component_name of this InventoryRecordComponent. component_path[Required] Gets the component_path of this InventoryRecordComponent. component_version[Required] Gets the component_version of this InventoryRecordComponent. properties[Required] Gets the properties of this InventoryRecordComponent. -
__init__(**kwargs)¶ Initializes a new InventoryRecordComponent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - component_name (str) – The value to assign to the component_name property of this InventoryRecordComponent.
- component_version (str) – The value to assign to the component_version property of this InventoryRecordComponent.
- component_path (str) – The value to assign to the component_path property of this InventoryRecordComponent.
- properties (list[oci.fleet_apps_management.models.InventoryRecordProperty]) – The value to assign to the properties property of this InventoryRecordComponent.
-
component_name¶ [Required] Gets the component_name of this InventoryRecordComponent. Name of the target component
Returns: The component_name of this InventoryRecordComponent. Return type: str
-
component_path¶ [Required] Gets the component_path of this InventoryRecordComponent. Path of the component
Returns: The component_path of this InventoryRecordComponent. Return type: str
-
component_version¶ [Required] Gets the component_version of this InventoryRecordComponent. Version of the target component
Returns: The component_version of this InventoryRecordComponent. Return type: str
-
properties¶ [Required] Gets the properties of this InventoryRecordComponent. List of component properties
Returns: The properties of this InventoryRecordComponent. Return type: list[oci.fleet_apps_management.models.InventoryRecordProperty]
-