Compartir a través de


InterNodeCommunicationState Enumeración

Definición

Define los valores de 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
Herencia
InterNodeCommunicationState
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Disabled 1

Deshabilite la comunicación de red entre máquinas virtuales.

Enabled 0

Habilite la comunicación de red entre máquinas virtuales.

Se aplica a