Class GetSpokeRequest (1.1.0)

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

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

Inheritance

Object > GetSpokeRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

GetSpokeRequest()

public GetSpokeRequest()

GetSpokeRequest(GetSpokeRequest)

public GetSpokeRequest(GetSpokeRequest other)
Parameter
NameDescription
otherGetSpokeRequest

Properties

Name

public string Name { get; set; }

Required. The name of the spoke resource.

Property Value
TypeDescription
String

SpokeName

public SpokeName SpokeName { get; set; }

SpokeName-typed view over the Name resource name property.

Property Value
TypeDescription
SpokeName