Get-vRANetworkProfileIPAddressList
SYNOPSIS
Get a list of IP addresses available within the network profile
SYNTAX
Get-vRANetworkProfileIPAddressList [-NetworkProfileId] <String> [[-Limit] <Int32>] [[-Page] <Int32>]
DESCRIPTION
Get a list of IP addresses available within the network profile
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
Get-vRAExternalNetworkProfile -Name EXT-01 | Get-vRANetworkProfileIPAddressList
-------------------------- EXAMPLE 2 --------------------------
Get-vRAExternalNetworkProfile -Name EXT-01 | Get-vRANetworkProfileIPAddressList -Limit 10 -Page 1
PARAMETERS
-NetworkProfileId
The id of the network profile
Type: String
Parameter Sets: (All)
Aliases: Id
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Limit
The number of entries returned per page from the API. This has a default value of 100.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: 100
Accept pipeline input: False
Accept wildcard characters: False
-Page
The page of response to return. By default this is 1.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 1
Accept pipeline input: False
Accept wildcard characters: False
INPUTS
System.String
System.Int