FleetAgentOsConfiguration

class oci.jms.models.FleetAgentOsConfiguration(**kwargs)

Bases: object

Management Agent Configuration for list of include/exclude file system paths (specific to operating system).

Methods

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

Attributes

exclude_paths [Required] Gets the exclude_paths of this FleetAgentOsConfiguration.
include_paths [Required] Gets the include_paths of this FleetAgentOsConfiguration.
__init__(**kwargs)

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

Parameters:
  • include_paths (list[str]) – The value to assign to the include_paths property of this FleetAgentOsConfiguration.
  • exclude_paths (list[str]) – The value to assign to the exclude_paths property of this FleetAgentOsConfiguration.
exclude_paths

[Required] Gets the exclude_paths of this FleetAgentOsConfiguration. An array of file system paths (environment variables supported).

Returns:The exclude_paths of this FleetAgentOsConfiguration.
Return type:list[str]
include_paths

[Required] Gets the include_paths of this FleetAgentOsConfiguration. An array of file system paths (environment variables supported).

Returns:The include_paths of this FleetAgentOsConfiguration.
Return type:list[str]