Get-NlbClusterVip

Get-NlbClusterVip

Retrieves virtual IP addresses that are queried by the caller.

構文

Parameter Set: NonPipeline
Get-NlbClusterVip [[-IP] <IPAddress> ] [-HostName <String> ] [-InterfaceName <String> ] [ <CommonParameters>]

Parameter Set: Pipeline
Get-NlbClusterVip [[-IP] <IPAddress> ] -InputObject <Cluster[]> [ <CommonParameters>]

詳細説明

The Get-NlbClusterVIP cmdlet retrieves the virtual IP addresses that are queried by the caller. This IP address is used to address the cluster as a whole, and is the IP address that maps to the full Internet name that you specify for the Network Load Balancing (NLB) cluster.

パラメーター

-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

位置は?

named

既定値

なし

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

false

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

false

-IP<IPAddress>

Specifies the IP address of the cluster for which the virtual IP address is enumerated.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

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

false

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

false

-InputObject<Cluster[]>

Specifies the cluster for which the virtual IP address is enumerated.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByValue, ByPropertyName)

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

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

必須?

false

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

  • Microsoft.NetworkLoadBalancingClusters.PowerShell.Cluster

出力

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

  • Microsoft.NetworkLoadBalancingClusters.PowerShell.ClusterVip

EXAMPLE 1

This example lists all the virtual IP addresses on the local cluster.

PS C:\> Get-NlbClusterVip

EXAMPLE 2

This example gets the specified virtual IP addresses on the local cluster.

PS C:\> Get-NlbClusterVip -IP fe80::a20f:cca:4cd2:7ea0

関連トピック

Add-NlbClusterVip

Remove-NlbClusterVip

Set-NlbClusterVip