Class ResourceAnalyticsInstanceEnableOacDetails
The configuration details for the enable OAC operation.
Example: {"attachmentType":"MANAGED","attachmentDetails":{...}}
Inherited Members
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
public class ResourceAnalyticsInstanceEnableOacDetails
Properties
AttachmentDetails
Declaration
[Required(ErrorMessage = "AttachmentDetails is required.")]
[JsonProperty(PropertyName = "attachmentDetails")]
public ResourceAnalyticsInstanceOacAttachmentDetails AttachmentDetails { get; set; }
Property Value
Type | Description |
---|---|
ResourceAnalyticsInstanceOacAttachmentDetails |
Remarks
Required
AttachmentType
Declaration
[Required(ErrorMessage = "AttachmentType is required.")]
[JsonProperty(PropertyName = "attachmentType")]
[JsonConverter(typeof(StringEnumConverter))]
public ResourceAnalyticsInstanceEnableOacDetails.AttachmentTypeEnum? AttachmentType { get; set; }
Property Value
Type | Description |
---|---|
ResourceAnalyticsInstanceEnableOacDetails.AttachmentTypeEnum? | The type of attachment the OAC instance is using. |
Remarks
Required