< Back
Remove-GceRoute
Post
NAME Remove-GceRoute
SYNOPSIS
Deletes a networking route.
SYNTAX
Remove-GceRoute [-Project <string>] [-Name] <string> [<CommonParameters>]
Remove-GceRoute [-Object] <Route> [<CommonParameters>]
DESCRIPTION
Deletes a networking route.
PARAMETERS
-Project <string>
The project of the route to delete. Defaults to the gcloud config project.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Name <string>
The name of the route to delete.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Object <Route>
The route object that describes the route to delete.
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Google.Apis.Compute.v1.Data.Route
The route object that describes the route to delete.
OUTPUTS
RELATED LINKS
[Route resource definition] (https://cloud.google.com/compute/docs/r ... s#resource)
SYNOPSIS
Deletes a networking route.
SYNTAX
Remove-GceRoute [-Project <string>] [-Name] <string> [<CommonParameters>]
Remove-GceRoute [-Object] <Route> [<CommonParameters>]
DESCRIPTION
Deletes a networking route.
PARAMETERS
-Project <string>
The project of the route to delete. Defaults to the gcloud config project.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Name <string>
The name of the route to delete.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Object <Route>
The route object that describes the route to delete.
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Google.Apis.Compute.v1.Data.Route
The route object that describes the route to delete.
OUTPUTS
RELATED LINKS
[Route resource definition] (https://cloud.google.com/compute/docs/r ... s#resource)