TargetComponentSummary¶
-
class
oci.fleet_apps_management.models.TargetComponentSummary(**kwargs)¶ Bases:
objectSummary information about an target component.
Methods
__init__(**kwargs)Initializes a new TargetComponentSummary object with values from keyword arguments. Attributes
name[Required] Gets the name of this TargetComponentSummary. path[Required] Gets the path of this TargetComponentSummary. propertiesGets the properties of this TargetComponentSummary. version[Required] Gets the version of this TargetComponentSummary. -
__init__(**kwargs)¶ Initializes a new TargetComponentSummary 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 TargetComponentSummary.
- version (str) – The value to assign to the version property of this TargetComponentSummary.
- path (str) – The value to assign to the path property of this TargetComponentSummary.
- properties (list[oci.fleet_apps_management.models.TargetPropertySummary]) – The value to assign to the properties property of this TargetComponentSummary.
-
name¶ [Required] Gets the name of this TargetComponentSummary. Name of the component
Returns: The name of this TargetComponentSummary. Return type: str
-
path¶ [Required] Gets the path of this TargetComponentSummary. Path of the component
Returns: The path of this TargetComponentSummary. Return type: str
-
properties¶ Gets the properties of this TargetComponentSummary. List of properties.
Returns: The properties of this TargetComponentSummary. Return type: list[oci.fleet_apps_management.models.TargetPropertySummary]
-
version¶ [Required] Gets the version of this TargetComponentSummary. Version of the component
Returns: The version of this TargetComponentSummary. Return type: str
-