Skip to content

Update-vRAExternalNetworkIPRange

SYNOPSIS

Update the vRA External Network IP Range depending on input

SYNTAX

Standard (Default)

Update-vRAExternalNetworkIPRange [-WhatIf] [-Confirm] [<CommonParameters>]

ById

Update-vRAExternalNetworkIPRange -Id <String[]> [-FabricId <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

ByName

Update-vRAExternalNetworkIPRange -Name <String[]> [-FabricId <String>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

DESCRIPTION

Update the vRA External Network IP Range depending on input, only thing that can be updated is associated fabric at this time.

EXAMPLES

EXAMPLE 1

Update-vRAExternalNetworkIPRange

EXAMPLE 2

Update-vRAExternalNetworkIPRange -Id 'b1dd48e71d74267559bb930934470' -FabricId 'MyFabricNetworkId'

EXAMPLE 3

Update-vRAExternalNetworkIPRange -Name 'my-external-network-name' -FabricId 'MyFabricNetworkId'

PARAMETERS

-Id

The ID of the vRA External Network IP Range

Type: String[]
Parameter Sets: ById
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Name

The Name of the vRA External Network IP Range

Type: String[]
Parameter Sets: ByName
Aliases:

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

-FabricId

The id of the fabric network that this IP range should be associated with.

Type: String
Parameter Sets: ById, ByName
Aliases:

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

System.Management.Automation.PSObject.

NOTES