Show / Hide Table of Contents

Class ExportImageViaObjectStorageUriDetails

Inheritance
object
ExportImageDetails
ExportImageViaObjectStorageUriDetails
Inherited Members
ExportImageDetails.ExportFormat
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ExportImageViaObjectStorageUriDetails : ExportImageDetails

Properties

DestinationUri

Declaration
[Required(ErrorMessage = "DestinationUri is required.")]
[JsonProperty(PropertyName = "destinationUri")]
public string DestinationUri { get; set; }
Property Value
Type Description
string

The Object Storage URL to export the image to. See Object Storage URLs and Using Pre-Authenticated Requests for constructing URLs for image import/export.

Remarks

Required

In this article
Back to top