Share via


InterNodeCommunicationState Enum

Definition

Defines values for InterNodeCommunicationState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum InterNodeCommunicationState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type InterNodeCommunicationState = 
Public Enum InterNodeCommunicationState
Inheritance
InterNodeCommunicationState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Disabled 1

Disable network communication between virtual machines.

Enabled 0

Enable network communication between virtual machines.

Applies to