Show / Hide Table of Contents

Class AdvisorReportLocationDetails

Details to access Premigration Advisor report.

Inheritance
object
AdvisorReportLocationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class AdvisorReportLocationDetails

Properties

LocationInSource

Declaration
[JsonProperty(PropertyName = "locationInSource")]
public string LocationInSource { get; set; }
Property Value
Type Description
string

File system path on the Source Database host where the Premigration Advisor report can be accessed.

ObjectStorageDetails

Declaration
[JsonProperty(PropertyName = "objectStorageDetails")]
public AdvisorReportBucketDetails ObjectStorageDetails { get; set; }
Property Value
Type Description
AdvisorReportBucketDetails
In this article
Back to top