Show / Hide Table of Contents

Class NodeSourceViaImageOption

An image can be specified as the source of nodes when launching a node pool using the nodeSourceDetails object.

Inheritance
object
NodeSourceOption
NodeSourceViaImageOption
Inherited Members
NodeSourceOption.SourceName
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class NodeSourceViaImageOption : NodeSourceOption

Properties

ImageId

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

The OCID of the image.

In this article
Back to top