Class AdvisorReportBucketDetails
Details to access Premigration Advisor report in the specified Object Storage bucket.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class AdvisorReportBucketDetailsProperties
BucketName
Declaration
[Required(ErrorMessage = "BucketName is required.")]
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the bucket containing the Premigration Advisor report. | 
Remarks
Required
Namespace
Declaration
[Required(ErrorMessage = "Namespace is required.")]
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Object Storage namespace. | 
Remarks
Required
ObjectName
Declaration
[Required(ErrorMessage = "ObjectName is required.")]
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Premigration Advisor report object name. | 
Remarks
Required