Show / Hide Table of Contents

Class ImageSourceDetails

Inheritance
object
ImageSourceDetails
ImageSourceViaObjectStorageTupleDetails
ImageSourceViaObjectStorageUriDetails
Inherited Members
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
[JsonConverter(typeof(ImageSourceDetailsModelConverter))]
public class ImageSourceDetails

Properties

OperatingSystem

Declaration
[JsonProperty(PropertyName = "operatingSystem")]
public string OperatingSystem { get; set; }
Property Value
Type Description
string

OperatingSystemVersion

Declaration
[JsonProperty(PropertyName = "operatingSystemVersion")]
public string OperatingSystemVersion { get; set; }
Property Value
Type Description
string

SourceImageType

Declaration
[JsonProperty(PropertyName = "sourceImageType")]
[JsonConverter(typeof(StringEnumConverter))]
public ImageSourceDetails.SourceImageTypeEnum? SourceImageType { get; set; }
Property Value
Type Description
ImageSourceDetails.SourceImageTypeEnum?

The format of the image to be imported. Only monolithic images are supported. This attribute is not used for exported Oracle images with the OCI image format.

In this article
Back to top