Show / Hide Table of Contents

Class ImageSourceViaObjectStorageUriDetails

Inheritance
object
ImageSourceDetails
ImageSourceViaObjectStorageUriDetails
Inherited Members
ImageSourceDetails.OperatingSystem
ImageSourceDetails.OperatingSystemVersion
ImageSourceDetails.SourceImageType
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 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

In this article
Back to top