public sealed class Spoke.Types.StateReason : IMessage<Spoke.Types.StateReason>, IEquatable<Spoke.Types.StateReason>, IDeepCloneable<Spoke.Types.StateReason>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1beta API class Spoke.Types.StateReason.
The reason for the current state of the spoke.
Implements
IMessageSpokeTypesStateReason, IEquatableSpokeTypesStateReason, IDeepCloneableSpokeTypesStateReason, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
Google.Cloud.NetworkConnectivity.V1Beta.dll
Constructors
StateReason()
public StateReason()StateReason(StateReason)
public StateReason(Spoke.Types.StateReason other)| Parameter | |
|---|---|
| Name | Description |
other |
SpokeTypesStateReason |
Properties
Code
public Spoke.Types.StateReason.Types.Code Code { get; set; }The code associated with this reason.
| Property Value | |
|---|---|
| Type | Description |
SpokeTypesStateReasonTypesCode |
|
Message
public string Message { get; set; }Human-readable details about this reason.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UserDetails
public string UserDetails { get; set; }Additional information provided by the user in the RejectSpoke call.
| Property Value | |
|---|---|
| Type | Description |
string |
|