InventoryRecordSummary

class oci.fleet_apps_management.models.InventoryRecordSummary(**kwargs)

Bases: object

Summary information about an inventory target.

Methods

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

Attributes

architecture [Required] Gets the architecture of this InventoryRecordSummary.
compartment_id [Required] Gets the compartment_id of this InventoryRecordSummary.
components [Required] Gets the components of this InventoryRecordSummary.
installed_patches [Required] Gets the installed_patches of this InventoryRecordSummary.
lifecycle_state Gets the lifecycle_state of this InventoryRecordSummary.
os_type [Required] Gets the os_type of this InventoryRecordSummary.
properties [Required] Gets the properties of this InventoryRecordSummary.
target_id [Required] Gets the target_id of this InventoryRecordSummary.
target_name [Required] Gets the target_name of this InventoryRecordSummary.
target_product_id Gets the target_product_id of this InventoryRecordSummary.
target_product_name [Required] Gets the target_product_name of this InventoryRecordSummary.
target_resource_id [Required] Gets the target_resource_id of this InventoryRecordSummary.
target_resource_name Gets the target_resource_name of this InventoryRecordSummary.
time_created Gets the time_created of this InventoryRecordSummary.
time_updated Gets the time_updated of this InventoryRecordSummary.
version [Required] Gets the version of this InventoryRecordSummary.
__init__(**kwargs)

Initializes a new InventoryRecordSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • target_id (str) – The value to assign to the target_id property of this InventoryRecordSummary.
  • target_name (str) – The value to assign to the target_name property of this InventoryRecordSummary.
  • version (str) – The value to assign to the version property of this InventoryRecordSummary.
  • target_resource_id (str) – The value to assign to the target_resource_id property of this InventoryRecordSummary.
  • target_resource_name (str) – The value to assign to the target_resource_name property of this InventoryRecordSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this InventoryRecordSummary.
  • target_product_id (str) – The value to assign to the target_product_id property of this InventoryRecordSummary.
  • target_product_name (str) – The value to assign to the target_product_name property of this InventoryRecordSummary.
  • os_type (str) – The value to assign to the os_type property of this InventoryRecordSummary.
  • architecture (str) – The value to assign to the architecture property of this InventoryRecordSummary.
  • properties (list[oci.fleet_apps_management.models.InventoryRecordProperty]) – The value to assign to the properties property of this InventoryRecordSummary.
  • components (list[oci.fleet_apps_management.models.InventoryRecordComponent]) – The value to assign to the components property of this InventoryRecordSummary.
  • installed_patches (list[oci.fleet_apps_management.models.InventoryRecordPatchDetails]) – The value to assign to the installed_patches property of this InventoryRecordSummary.
  • time_created (datetime) – The value to assign to the time_created property of this InventoryRecordSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this InventoryRecordSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this InventoryRecordSummary.
architecture

[Required] Gets the architecture of this InventoryRecordSummary. Architecture of the resource associated with the target

Returns:The architecture of this InventoryRecordSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this InventoryRecordSummary. OCID of the compartment to which the resource belongs to.

Returns:The compartment_id of this InventoryRecordSummary.
Return type:str
components

[Required] Gets the components of this InventoryRecordSummary. List of target components

Returns:The components of this InventoryRecordSummary.
Return type:list[oci.fleet_apps_management.models.InventoryRecordComponent]
installed_patches

[Required] Gets the installed_patches of this InventoryRecordSummary. List of details on the patches currently installed on the target

Returns:The installed_patches of this InventoryRecordSummary.
Return type:list[oci.fleet_apps_management.models.InventoryRecordPatchDetails]
lifecycle_state

Gets the lifecycle_state of this InventoryRecordSummary. The current state of the Inventory target.

Returns:The lifecycle_state of this InventoryRecordSummary.
Return type:str
os_type

[Required] Gets the os_type of this InventoryRecordSummary. OS installed on the resource associated with the target

Returns:The os_type of this InventoryRecordSummary.
Return type:str
properties

[Required] Gets the properties of this InventoryRecordSummary. List of target properties

Returns:The properties of this InventoryRecordSummary.
Return type:list[oci.fleet_apps_management.models.InventoryRecordProperty]
target_id

[Required] Gets the target_id of this InventoryRecordSummary. The id of the Inventory target.

Returns:The target_id of this InventoryRecordSummary.
Return type:str
target_name

[Required] Gets the target_name of this InventoryRecordSummary. Name of the target

Returns:The target_name of this InventoryRecordSummary.
Return type:str
target_product_id

Gets the target_product_id of this InventoryRecordSummary. OCID of the product installed at the target path

Returns:The target_product_id of this InventoryRecordSummary.
Return type:str
target_product_name

[Required] Gets the target_product_name of this InventoryRecordSummary. Name of the product installed at the target path

Returns:The target_product_name of this InventoryRecordSummary.
Return type:str
target_resource_id

[Required] Gets the target_resource_id of this InventoryRecordSummary. OCID of the resource associated with the target

Returns:The target_resource_id of this InventoryRecordSummary.
Return type:str
target_resource_name

Gets the target_resource_name of this InventoryRecordSummary. Name of the resource associated with the target

Returns:The target_resource_name of this InventoryRecordSummary.
Return type:str
time_created

Gets the time_created of this InventoryRecordSummary. The time this resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this InventoryRecordSummary.
Return type:datetime
time_updated

Gets the time_updated of this InventoryRecordSummary. The time this resource was last updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this InventoryRecordSummary.
Return type:datetime
version

[Required] Gets the version of this InventoryRecordSummary. Version of the product on the target

Returns:The version of this InventoryRecordSummary.
Return type:str