Class AdvisorReportLocationDetails
Details to access Premigration Advisor report.
Inherited Members
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 |