Network Connectivity v1 API - Class RejectHubSpokeResponse (2.7.0)

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

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

The response for [HubService.RejectHubSpoke][google.cloud.networkconnectivity.v1.HubService.RejectHubSpoke].

Inheritance

object > RejectHubSpokeResponse

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

RejectHubSpokeResponse()

public RejectHubSpokeResponse()

RejectHubSpokeResponse(RejectHubSpokeResponse)

public RejectHubSpokeResponse(RejectHubSpokeResponse other)
Parameter
NameDescription
otherRejectHubSpokeResponse

Properties

Spoke

public Spoke Spoke { get; set; }

The spoke that was operated on.

Property Value
TypeDescription
Spoke