ResourceAnalyticsInstanceEnableOacDetails¶
- 
class oci.resource_analytics.models.ResourceAnalyticsInstanceEnableOacDetails(**kwargs)¶
- Bases: - object- The configuration details for the enable OAC operation. - Example: {“attachmentType”:”MANAGED”,”attachmentDetails”:{…}} - Attributes - ATTACHMENT_TYPE_MANAGED- A constant which can be used with the attachment_type property of a ResourceAnalyticsInstanceEnableOacDetails. - attachment_details- [Required] Gets the attachment_details of this ResourceAnalyticsInstanceEnableOacDetails. - attachment_type- [Required] Gets the attachment_type of this ResourceAnalyticsInstanceEnableOacDetails. - Methods - __init__(**kwargs)- Initializes a new ResourceAnalyticsInstanceEnableOacDetails object with values from keyword arguments. - 
ATTACHMENT_TYPE_MANAGED= 'MANAGED'¶
- A constant which can be used with the attachment_type property of a ResourceAnalyticsInstanceEnableOacDetails. This constant has a value of “MANAGED” 
 - 
__init__(**kwargs)¶
- Initializes a new ResourceAnalyticsInstanceEnableOacDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - attachment_type (str) – The value to assign to the attachment_type property of this ResourceAnalyticsInstanceEnableOacDetails. Allowed values for this property are: “MANAGED”
- attachment_details (oci.resource_analytics.models.ResourceAnalyticsInstanceOacAttachmentDetails) – The value to assign to the attachment_details property of this ResourceAnalyticsInstanceEnableOacDetails.
 
 - 
attachment_details¶
- [Required] Gets the attachment_details of this ResourceAnalyticsInstanceEnableOacDetails. - Returns: - The attachment_details of this ResourceAnalyticsInstanceEnableOacDetails. - Return type: - oci.resource_analytics.models.ResourceAnalyticsInstanceOacAttachmentDetails 
 - 
attachment_type¶
- [Required] Gets the attachment_type of this ResourceAnalyticsInstanceEnableOacDetails. The type of attachment the OAC instance is using. - Allowed values for this property are: “MANAGED” - Returns: - The attachment_type of this ResourceAnalyticsInstanceEnableOacDetails. - Return type: - str 
 
-