Show / Hide Table of Contents

Class RebootClusterNodeDetails

The properties that define a node reboot action.

Inheritance
object
RebootClusterNodeDetails
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
public class RebootClusterNodeDetails

Properties

NodeEvictionSettings

Declaration
[JsonProperty(PropertyName = "nodeEvictionSettings")]
public NodeEvictionSettings NodeEvictionSettings { get; set; }
Property Value
Type Description
NodeEvictionSettings
In this article
Back to top