Network Connectivity v1 API - Class Spoke.Types.StateReason (2.7.0)

public sealed class Spoke.Types.StateReason : IMessage<Spoke.Types.StateReason>, IEquatable<Spoke.Types.StateReason>, IDeepCloneable<Spoke.Types.StateReason>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API class Spoke.Types.StateReason.

The reason a spoke is inactive.

Inheritance

object > Spoke.Types.StateReason

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

StateReason()

public StateReason()

StateReason(StateReason)

public StateReason(Spoke.Types.StateReason other)
Parameter
NameDescription
otherSpokeTypesStateReason

Properties

Code

public Spoke.Types.StateReason.Types.Code Code { get; set; }

The code associated with this reason.

Property Value
TypeDescription
SpokeTypesStateReasonTypesCode

Message

public string Message { get; set; }

Human-readable details about this reason.

Property Value
TypeDescription
string

UserDetails

public string UserDetails { get; set; }

Additional information provided by the user in the RejectSpoke call.

Property Value
TypeDescription
string