Class NodeSourceViaImageOption
An image can be specified as the source of nodes when launching a node pool using the nodeSourceDetails object.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class NodeSourceViaImageOption : NodeSourceOptionProperties
ImageId
Declaration
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the image. |