다음을 통해 공유


InterNodeCommunicationState 열거형

정의

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
상속
InterNodeCommunicationState
특성
Newtonsoft.Json.JsonConverterAttribute

필드

Disabled 1

가상 머신 간의 네트워크 통신을 사용하지 않도록 설정합니다.

Enabled 0

가상 머신 간의 네트워크 통신을 사용하도록 설정합니다.

적용 대상