Class ProjectsResource.LocationsResource.GatewaysResource.RouteViewsResource
The "routeViews" collection of methods.
Inherited Members
Namespace: Google.Apis.NetworkServices.v1
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GatewaysResource.RouteViewsResource
Constructors
RouteViewsResource(IClientService)
Constructs a new resource.
Declaration
public RouteViewsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Get a single RouteView of a Gateway.
Declaration
public virtual ProjectsResource.LocationsResource.GatewaysResource.RouteViewsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the GatewayRouteView resource. Formats: projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GatewaysResource.RouteViewsResource.GetRequest |
List(string)
Lists RouteViews
Declaration
public virtual ProjectsResource.LocationsResource.GatewaysResource.RouteViewsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The Gateway to which a Route is associated. Formats: projects/{project_number}/locations/{location}/gateways/{gateway_name} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GatewaysResource.RouteViewsResource.ListRequest |