IpAddressIpAddress
IpAddress
指定主機的唯一的 IP 位址用於未與叢集相關聯的網路流量詳細資料。IpAddress
specifies details about a host's unique IP address that is used for network traffic not associated with the cluster. 至少一個IpAddress
必須指定設定。At least one IpAddress
setting must be specified.
子項目Child Element
設定Setting | 描述Description |
---|---|
索引鍵Key | 指定主機的唯一的 IP 位址的名稱。Specifies the name of the host's unique IP address. |
IpAddressIpAddress | 指定主機的唯一的 IP 位址。Specifies the host's unique IP address. |
NetworkMaskNetworkMask | 指定主機的唯一的 IP 位址的網路遮罩。Specifies the network mask for the host's unique IP address. |
注意
Key
XML 屬性未出現在屬性窗格中的 Windows 系統映像管理員 (Windows SIM) 直到您將新增IpAddress
至回應檔案。The Key
XML attribute does not appear in the Properties pane of Windows System Image Manager (Windows SIM) until you add IpAddress
to the answer file.
有效的設定階段Valid Configuration Passes
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | DedicatedIpAddresses | IpAddressMicrosoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | DedicatedIpAddresses | IpAddress
套用至Applies To
如需支援的 Windows 版本與此元件支援的架構,請參閱Microsoft Windows-NetworkLoadBalancing 核心。For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-NetworkLoadBalancing-Core.
XML 範例XML Example
下列的 XML 輸出指定主機的唯一的 IP 位址。The following XML output specifies a host's unique IP address.
<IpAddress wcm:keyValue="Ip1>
<IpAddress>10.192.45.1</IpAddress>
<NetworkMask>255.255.255.0</NetworkMask>
</IpAddress>