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
- (::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code) — The code associated with this reason.
#code=
def code=(value) -> ::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code
Parameter
- value (::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code) — The code associated with this reason.
Returns
- (::Google::Cloud::NetworkConnectivity::V1::Spoke::StateReason::Code) — The code associated with this reason.
#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.