Skip to content

Update-vRAvSphereFabricNetwork

SYNOPSIS

Update the vRA External Network IP Range depending on input

SYNTAX

Standard (Default)

Update-vRAvSphereFabricNetwork [-CloudAccountName <String[]>] [-CloudAccountId <String[]>] [-WhatIf] [-Confirm]
 [<CommonParameters>]

ById

Update-vRAvSphereFabricNetwork -Id <String[]> [-Ipv6Cidr <String>] [-IsDefault <Boolean>] [-Domain <String>]
 [-DefaultIpv6Gateway <String>] [-DnsServerAddresses <String[]>] [-IsPublic <Boolean>] [-Cidr <String>]
 [-DefaultGateway <String>] [-Tags <String[]>] [-DnsSearchDomains <String[]>] [-CloudAccountName <String[]>]
 [-CloudAccountId <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

ByName

Update-vRAvSphereFabricNetwork -Name <String[]> [-Ipv6Cidr <String>] [-IsDefault <Boolean>] [-Domain <String>]
 [-DefaultIpv6Gateway <String>] [-DnsServerAddresses <String[]>] [-IsPublic <Boolean>] [-Cidr <String>]
 [-DefaultGateway <String>] [-Tags <String[]>] [-DnsSearchDomains <String[]>] [-CloudAccountName <String[]>]
 [-CloudAccountId <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-vRAvSphereFabricNetwork

EXAMPLE 2

Update-vRAvSphereFabricNetwork -Id 'b1dd48e71d74267559bb930934470' -DefaultGateway '1.1.1.1'

EXAMPLE 3

Update-vRAvSphereFabricNetwork -Name 'my-fabric-network' -DefaultGateway '1.1.1.1'

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

-Ipv6Cidr

Network IPv6 CIDR to be used

Type: String
Parameter Sets: ById, ByName
Aliases:

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

-IsDefault

Indicates whether this is the default subnet for the zone.

Type: Boolean
Parameter Sets: ById, ByName
Aliases:

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

-Domain

Domain value.

Type: String
Parameter Sets: ById, ByName
Aliases:

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

-DefaultIpv6Gateway

IPv6 default gateway to be used.

Type: String
Parameter Sets: ById, ByName
Aliases:

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

-DnsServerAddresses

A list of DNS server addresses that were set on this resource instance.

Type: String[]
Parameter Sets: ById, ByName
Aliases:

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

-IsPublic

Indicates whether the sub-network supports public IP assignment.

Type: Boolean
Parameter Sets: ById, ByName
Aliases:

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

-Cidr

Network CIDR to be used.

Type: String
Parameter Sets: ById, ByName
Aliases:

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

-DefaultGateway

IPv4 default gateway to be used.

Type: String
Parameter Sets: ById, ByName
Aliases:

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

-Tags

A set of tag keys and optional values that were set on this resource instance.

Type: String[]
Parameter Sets: ById, ByName
Aliases:

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

-DnsSearchDomains

A list of DNS search domains that were set on this resource instance.

Type: String[]
Parameter Sets: ById, ByName
Aliases:

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

-CloudAccountName

The name of the vRA Cloud account to search for (optional)

Type: String[]
Parameter Sets: (All)
Aliases:

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

-CloudAccountId

The ID of the vRA Cloud Account to search for (optional)

Type: String[]
Parameter Sets: (All)
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