次の方法で共有


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

仮想マシン間のネットワーク通信を有効にします。

適用対象