Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource

The "gatewayAdvertisedRoutes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource

Constructors

GatewayAdvertisedRoutesResource(IClientService)

Constructs a new resource.

Declaration
public GatewayAdvertisedRoutesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GatewayAdvertisedRoute, string)

Create a GatewayAdvertisedRoute

Declaration
public virtual ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.CreateRequest Create(GatewayAdvertisedRoute body, string parent)
Parameters
Type Name Description
GatewayAdvertisedRoute body

The body of the request.

string parent

Required. The parent resource.

Returns
Type Description
ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.CreateRequest

Delete(string)

Delete a GatewayAdvertisedRoute

Declaration
public virtual ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the gateway advertised route to delete.

Returns
Type Description
ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.DeleteRequest

Get(string)

Get a GatewayAdvertisedRoute

Declaration
public virtual ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the gateway advertised route to get.

Returns
Type Description
ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.GetRequest

List(string)

List GatewayAdvertisedRoutes

Declaration
public virtual ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource's name.

Returns
Type Description
ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.ListRequest

Patch(GatewayAdvertisedRoute, string)

Update a GatewayAdvertisedRoute

Declaration
public virtual ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.PatchRequest Patch(GatewayAdvertisedRoute body, string name)
Parameters
Type Name Description
GatewayAdvertisedRoute body

The body of the request.

string name

Identifier. The name of the gateway advertised route. Route names must be unique and use the following form: projects/{project_number}/locations/{region}/spokes/{spoke}/gatewayAdvertisedRoutes/{gateway_advertised_route_id}

Returns
Type Description
ProjectsResource.LocationsResource.SpokesResource.GatewayAdvertisedRoutesResource.PatchRequest
In this article
Back to top Generated by DocFX