public sealed class GetSpokeRequest : IMessage<GetSpokeRequest>, IEquatable<GetSpokeRequest>, IDeepCloneable<GetSpokeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class GetSpokeRequest.
The request for [HubService.GetSpoke][google.cloud.networkconnectivity.v1.HubService.GetSpoke].
Implements
IMessageGetSpokeRequest, IEquatableGetSpokeRequest, IDeepCloneableGetSpokeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
GetSpokeRequest()
public GetSpokeRequest()
GetSpokeRequest(GetSpokeRequest)
public GetSpokeRequest(GetSpokeRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSpokeRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the spoke resource.
Property Value | |
---|---|
Type | Description |
string |
SpokeName
public SpokeName SpokeName { get; set; }
Property Value | |
---|---|
Type | Description |
SpokeName |