Network Connectivity V1 API - Class Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason (v0.10.0)

Reference documentation and code samples for the Network Connectivity V1 API class Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason.

The reason a spoke is inactive.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#code

def code() -> ::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code
Returns

#code=

def code=(value) -> ::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code
Parameter
Returns

#message

def message() -> ::String
Returns
  • (::String) — Human-readable details about this reason.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Human-readable details about this reason.
Returns
  • (::String) — Human-readable details about this reason.

#user_details

def user_details() -> ::String
Returns
  • (::String) — Additional information provided by the user in the RejectSpoke call.

#user_details=

def user_details=(value) -> ::String
Parameter
  • value (::String) — Additional information provided by the user in the RejectSpoke call.
Returns
  • (::String) — Additional information provided by the user in the RejectSpoke call.