Skip to content

Get SdnInternalLoadBalancer

Adam Rudell edited this page Oct 30, 2024 · 2 revisions

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>]
 [-NcRestCertificate <X509Certificate>] [<CommonParameters>]

ProviderAddress

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

IPAddress

Get-SdnInternalLoadBalancer -NcUri <Uri> -IPAddress <IPAddress> [-Credential <PSCredential>]
 [-NcRestCredential <PSCredential>] [-NcRestCertificate <X509Certificate>] [<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 -NcRestCredential (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 perform this action against the Network Controller REST API. 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

-NcRestCertificate

Specifies the client certificate that is used for a secure web request to Network Controller REST API. Enter a variable that contains a certificate or a command or expression that gets the certificate.

Type: X509Certificate
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
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