Network Connectivity v1beta API - Class GetRouteTableRequest (1.0.0-beta01)

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

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

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

Inheritance

object > GetRouteTableRequest

Namespace

Google.Cloud.NetworkConnectivity.V1Beta

Assembly

Google.Cloud.NetworkConnectivity.V1Beta.dll

Constructors

GetRouteTableRequest()

public GetRouteTableRequest()

GetRouteTableRequest(GetRouteTableRequest)

public GetRouteTableRequest(GetRouteTableRequest other)
Parameter
Name Description
other GetRouteTableRequest

Properties

Name

public string Name { get; set; }

Required. The name of the route table resource.

Property Value
Type Description
string

RouteTableName

public RouteTableName RouteTableName { get; set; }

RouteTableName-typed view over the Name resource name property.

Property Value
Type Description
RouteTableName