Show / Hide Table of Contents

Class NodeTypeLevelDetails

Details of node type level used to trigger the creation of a new node backup configuration and node replacement configuration.

Inheritance
object
LevelTypeDetails
NodeTypeLevelDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class NodeTypeLevelDetails : LevelTypeDetails

Properties

NodeType

Declaration
[Required(ErrorMessage = "NodeType is required.")]
[JsonProperty(PropertyName = "nodeType")]
[JsonConverter(typeof(StringEnumConverter))]
public Node.NodeTypeEnum? NodeType { get; set; }
Property Value
Type Description
Node.NodeTypeEnum?

Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.

Remarks

Required

In this article
Back to top