Show / Hide Table of Contents

Class SynchronizeAutonomousDatabaseToExadataDetails

The details of onboarded autonomous database need to synchroized with infracture information.

Inheritance
object
SynchronizeAutonomousDatabaseToExadataDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top