Class ExportImageDetails
The destination details for the image export.
Set destinationType
to objectStorageTuple
and use {@link #exportImageViaObjectStorageTupleDetails(ExportImageViaObjectStorageTupleDetailsRequest) exportImageViaObjectStorageTupleDetails}
when specifying the namespace, bucket name, and object name.
Set destinationType
to objectStorageUri
and
use {@link #exportImageViaObjectStorageUriDetails(ExportImageViaObjectStorageUriDetailsRequest) exportImageViaObjectStorageUriDetails}
when specifying the Object Storage URL.
Inheritance
ExportImageDetails
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
[JsonConverter(typeof(ExportImageDetailsModelConverter))]
public class ExportImageDetails
Properties
ExportFormat
Declaration
[JsonProperty(PropertyName = "exportFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public ExportImageDetails.ExportFormatEnum? ExportFormat { get; set; }
Property Value
Type | Description |
---|---|
ExportImageDetails.ExportFormatEnum? | The format to export the image to. The default value is
|