Class RestartNodeDetails
The information about restarted node.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class RestartNodeDetails
Properties
NodeId
Declaration
[Required(ErrorMessage = "NodeId is required.")]
[JsonProperty(PropertyName = "nodeId")]
public string NodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCID of the node to be restarted. |
Remarks
Required