< Back

Get-GceRoute

Mon Jan 13, 2020 11:14 pm

NAME Get-GceRoute



SYNOPSIS

Gets or lists networking routes.





SYNTAX

Get-GceRoute [-Project <string>] [[-Name] <string>] [<CommonParameters>]





DESCRIPTION

Lists all the networking routes for a project, or gets a specific one by project and name.





PARAMETERS

-Project <string>

The project of the route to get. 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 specific route to get.



Required? false

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

System.String

The name of the specific route to get.





OUTPUTS

Google.Apis.Compute.v1.Data.Route







RELATED LINKS

[Route resource definition] (https://cloud.google.com/compute/docs/r ... s#resource)