UpdateAnalyzeApplicationsConfigurationDetails

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

Bases: object

Attributes to update an Analyze Applications Configuration.

Methods

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

Attributes

bucket_name Gets the bucket_name of this UpdateAnalyzeApplicationsConfigurationDetails.
namespace_name Gets the namespace_name of this UpdateAnalyzeApplicationsConfigurationDetails.
__init__(**kwargs)

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

Gets the bucket_name of this UpdateAnalyzeApplicationsConfigurationDetails. The name of the bucket used for analyzing applications.

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

Gets the namespace_name of this UpdateAnalyzeApplicationsConfigurationDetails. The Object Storage namespace used for analyzing applications.

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