Network Connectivity v1 API - Class GetRouteTableRequest (2.7.0)

public sealed class GetRouteTableRequest : IMessage<GetRouteTableRequest>, IEquatable<GetRouteTableRequest>, IDeepCloneable<GetRouteTableRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API class GetRouteTableRequest.

The request for [HubService.GetRouteTable][google.cloud.networkconnectivity.v1.HubService.GetRouteTable].

Inheritance

object > GetRouteTableRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

GetRouteTableRequest()

public GetRouteTableRequest()

GetRouteTableRequest(GetRouteTableRequest)

public GetRouteTableRequest(GetRouteTableRequest other)
Parameter
NameDescription
otherGetRouteTableRequest

Properties

Name

public string Name { get; set; }

Required. The name of the route table resource.

Property Value
TypeDescription
string

RouteTableName

public RouteTableName RouteTableName { get; set; }

RouteTableName-typed view over the Name resource name property.

Property Value
TypeDescription
RouteTableName