InventoryRecordProperty

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

Bases: object

Details about a inventory target

Methods

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

Attributes

name [Required] Gets the name of this InventoryRecordProperty.
value [Required] Gets the value of this InventoryRecordProperty.
__init__(**kwargs)

Initializes a new InventoryRecordProperty 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 InventoryRecordProperty.
  • value (str) – The value to assign to the value property of this InventoryRecordProperty.
name

[Required] Gets the name of this InventoryRecordProperty. Name of the inventory target property.

Returns:The name of this InventoryRecordProperty.
Return type:str
value

[Required] Gets the value of this InventoryRecordProperty. Value of the inventory target property.

Returns:The value of this InventoryRecordProperty.
Return type:str