Class SynchronizeAutonomousDatabaseToExadataDetails
The details of onboarded autonomous database need to synchroized with infracture information.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SynchronizeAutonomousDatabaseToExadataDetails
Properties
EntitySource
Declaration
[Required(ErrorMessage = "EntitySource is required.")]
[JsonProperty(PropertyName = "entitySource")]
[JsonConverter(typeof(StringEnumConverter))]
public DatabaseEntitySourceAll? EntitySource { get; set; }
Property Value
Type | Description |
---|---|
DatabaseEntitySourceAll? | Source of the database entity. Currently only AUTONOMOUS_DATABASE source is supported. |
Remarks
Required