Class NodeLevelDetails
Details of node level used to trigger the creation of a new node backup configuration and node replacement configuration.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class NodeLevelDetails : LevelTypeDetailsProperties
NodeHostName
Declaration
[Required(ErrorMessage = "NodeHostName is required.")]
[JsonProperty(PropertyName = "nodeHostName")]
public string NodeHostName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Host name of the node to create backup configuration. | 
Remarks
Required