Skip to content

Get SdnInternalLoadBalancer

Adam Rudell edited this page Jul 15, 2024 · 1 revision

Get-SdnInternalLoadBalancer

SYNOPSIS

Performs lookups and joins between OVSDB resources, load balancers and virtual networks to create internal load balancer object mappings

SYNTAX

Default (Default)

Get-SdnInternalLoadBalancer -NcUri <Uri> [-Credential <PSCredential>] [-NcRestCredential <PSCredential>]
 [<CommonParameters>]

ProviderAddress

Get-SdnInternalLoadBalancer -NcUri <Uri> -ProviderAddress <IPAddress> [-Credential <PSCredential>]
 [-NcRestCredential <PSCredential>] [<CommonParameters>]

IPAddress

Get-SdnInternalLoadBalancer -NcUri <Uri> -IPAddress <IPAddress> [-Credential <PSCredential>]
 [-NcRestCredential <PSCredential>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnInternalLoadBalancer -NcUri https://nc.contoso.com -IPAddress 10.10.0.50

EXAMPLE 2

Get-SdnInternalLoadBalancer -NcUri https://nc.contoso.com -Credential (Get-Credential)

PARAMETERS

-NcUri

Specifies the Network Controller URI to connect to.

Type: Uri
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-IPAddress

Specify the private IP address of the Internal Load Balancer.

Type: IPAddress
Parameter Sets: IPAddress
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProviderAddress

Specify the provider address IP that is associated with the Internal Load Balancer.

Type: IPAddress
Parameter Sets: ProviderAddress
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Specifies a user account that has permission to the Hyper-V Hosts within the SDN Fabric. The default is the current user.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

-NcRestCredential

Specifies a user account that has permission to query the Network Controller NB API endpoint. The default is the current user.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally