Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class StateReason.
The reason a spoke is inactive.
Generated from protobuf message google.cloud.networkconnectivity.v1.Spoke.StateReason
Namespace
Google \ Cloud \ NetworkConnectivity \ V1 \ SpokeMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ code
int
The code associated with this reason.
↳ message
string
Human-readable details about this reason.
↳ user_details
string
Additional information provided by the user in the RejectSpoke call.
getCode
The code associated with this reason.
int
setCode
The code associated with this reason.
var
int
$this
getMessage
Human-readable details about this reason.
string
setMessage
Human-readable details about this reason.
var
string
$this
getUserDetails
Additional information provided by the user in the RejectSpoke call.
string
setUserDetails
Additional information provided by the user in the RejectSpoke call.
var
string
$this