次の方法で共有


CIM_EthernetPortAllocationSettingData クラス

CIM_EthernetPort クラスによって提供される設定に加えて、イーサネット ポートの割り当ての設定を表します。 これらの設定は、リソース自体に固有の情報を提供するために使用されます。

構文

[Abstract, Version("2.26.0"), UMLPackagePath("CIM::Core::Resource"), AMENDMENT]
class CIM_EthernetPortAllocationSettingData : CIM_ResourceAllocationSettingData
{
  uint16 DesiredVLANEndpointMode;
  string OtherEndpointMode;
};

メンバー

CIM_EthernetPortAllocationSettingData クラスには、次の種類のメンバーがあります。

プロパティ

CIM_EthernetPortAllocationSettingData クラスには、これらのプロパティがあります。

DesiredVLANEndpointMode

データ型: uint16

アクセスの種類: 読み取り専用

修飾子: ModelCorrespondence ("CIM_VLANEndpointOperationalEndpointMode", "CIM_VLANEndpoint.DesiredEndpointMode", "CIM_EthernetPortAllocationSettingData.OtherEndpointMode")

要求された VLAN モード。 このプロパティは、イーサネット ポートに関連付けられている CIM_VLANEndpointのインスタンスで、OperationalEndpointMode プロパティの初期値を設定するために使用されます。

DMTF 予約済み (0)

その他 (1)

Access (2)

Dynamic Auto (3)

動的な望ましい (4)

トランク (5)

Dot1Q トンネル (6)

DMTF 予約済み (...)

Vendor Reserved (0x8000..0xFFFF)

OtherEndpointMode

データ型: string

アクセスの種類: 読み取り専用

修飾子: ModelCorrespondence ("CIM_EthernetPortAllocationSettingDataDesiredVLANEndpointMode")

mode プロパティの値が "1" (その他) に設定されている場合に、この VLAN エンドポイントでサポートされる VLAN エンドポイント モデルの種類。 mode プロパティが "1" 以外の値である場合は、このプロパティを NULL に 設定する必要があります。

要件

要件
サポートされている最小のクライアント
Windows 8
サポートされている最小のサーバー
Windows Server 2012
名前空間
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
[DLL]
Vmms.exe

こちらもご覧ください

CIM_ResourceAllocationSettingData