AnalyzeApplicationsConfiguration

class oci.jms_utils.models.AnalyzeApplicationsConfiguration(**kwargs)

Bases: object

The configuration for analyzing applications.

Methods

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

Attributes

bucket_name [Required] Gets the bucket_name of this AnalyzeApplicationsConfiguration.
namespace_name [Required] Gets the namespace_name of this AnalyzeApplicationsConfiguration.
__init__(**kwargs)

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

Parameters:
  • namespace_name (str) – The value to assign to the namespace_name property of this AnalyzeApplicationsConfiguration.
  • bucket_name (str) – The value to assign to the bucket_name property of this AnalyzeApplicationsConfiguration.
bucket_name

[Required] Gets the bucket_name of this AnalyzeApplicationsConfiguration. The name of the bucket used for analyzing applications.

Returns:The bucket_name of this AnalyzeApplicationsConfiguration.
Return type:str
namespace_name

[Required] Gets the namespace_name of this AnalyzeApplicationsConfiguration. The Object Storage namespace used for analyzing applications.

Returns:The namespace_name of this AnalyzeApplicationsConfiguration.
Return type:str