Class ImageSourceDetails
  
  
  
    Inheritance
    
    ImageSourceDetails
      
      
   
  
  
  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
  
  
  OperatingSystemVersion
  
  
  Declaration
  
    [JsonProperty(PropertyName = "operatingSystemVersion")]
public string OperatingSystemVersion { get; set; }
   
  Property Value
  
  
  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. 
 |