Class StateReason (2.4.2)

StateReason(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The reason a spoke is inactive.

Attributes

NameDescription
code google.cloud.networkconnectivity_v1.types.Spoke.StateReason.Code
The code associated with this reason.
message str
Human-readable details about this reason.
user_details str
Additional information provided by the user in the RejectSpoke call.

Classes

Code

Code(value)

The Code enum represents the various reasons a state can be INACTIVE.

Values: CODE_UNSPECIFIED (0): No information available. PENDING_REVIEW (1): The proposed spoke is pending review. REJECTED (2): The proposed spoke has been rejected by the hub administrator. PAUSED (3): The spoke has been deactivated internally. FAILED (4): Network Connectivity Center encountered errors while accepting the spoke.