Show / Hide Table of Contents

Class NodeSourceOption

The source option for the node.

Inheritance
object
NodeSourceOption
NodeSourceViaImageOption
Inherited Members
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
[JsonConverter(typeof(NodeSourceOptionModelConverter))]
public class NodeSourceOption

Properties

SourceName

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

The user-friendly name of the entity corresponding to the OCID.

In this article
Back to top