New-NlbClusterIpv6Address

New-NlbClusterIpv6Address

Generates an IPv6 address to use with the Network Load Balancing (NLB) cmdlets.

構文

Parameter Set: Default
New-NlbClusterIpv6Address [[-HostName] <String> ] [-InterfaceName] <String> [-Global] [-LinkLocal] [ <CommonParameters>]

詳細説明

The New-NlbClusterIpv6Address cmdlet generates IPv6 addresses to create cluster virtual IP addresses or node dedicated IP addresses.

パラメーター

-Global

Returns only a global IPv6 address. If this parameter is omitted, then all applicable IPv6 address types are returned.

エイリアス

G

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-HostName<String>

Specifies the name of the cluster host against which this cmdlet is run. If this parameter is omitted or a value of . is entered, then the local cluster is assumed.

エイリアス

Host,HN,H

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-InterfaceName<String>

Specifies the interface to which NLB is bound. This is the interface of the cluster against which this cmdlet is run.

エイリアス

Interface,IN,I

必須?

true

位置は?

2

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-LinkLocal

Returns only a link local IPv6 address. If this parameter is omitted, then all applicable IPv6 address types are returned.

エイリアス

L

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • System.String

EXAMPLE 1

This example returns the applicable IPv6 addresses to be used with the interface named vlan-3 on the local machine. This address can be used as a dedicated IP address on the node or a virtual IP address on the cluster.

PS C:\> New-NlbClusterIpv6Address -InterfaceName vlan-3

関連トピック

Add-NlbClusterNodeDip

Add-NlbClusterVip

New-NlbCluster