Class ImageSourceViaObjectStorageUriDetails
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ImageSourceViaObjectStorageUriDetails : ImageSourceDetails
Properties
SourceUri
Declaration
[Required(ErrorMessage = "SourceUri is required.")]
[JsonProperty(PropertyName = "sourceUri")]
public string SourceUri { get; set; }
Property Value
Type | Description |
---|---|
string | The Object Storage URL for the image. |
Remarks
Required