public enum PeerInfo.Types.TransportTypeReference documentation and code samples for the Google Bigtable v2 API enum PeerInfo.Types.TransportType.
The transport type that the client used to connect to this peer.
Namespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Fields |
|
|---|---|
| Name | Description |
CloudPath |
The client connected to this peer via CloudPath. |
DirectAccess |
The client connected to this peer via DirectAccess. |
External |
The client connected to this peer via an external network (e.g. outside Google Coud). |
SessionCloudPath |
The client connected to this peer via Bigtable Sessions using CloudPath. |
SessionDirectAccess |
The client connected to this peer via Bigtable Sessions using DirectAccess. |
SessionExternal |
The client connected to this peer via Bigtable Sessions on an external network (e.g. outside Google Cloud). |
SessionUnknown |
The client connected to this peer via Bigtable Sessions using an unknown transport type. |
Unknown |
The transport type is unknown. |