Google Bigtable v2 API - Enum PeerInfo.Types.TransportType (3.26.0)

public enum PeerInfo.Types.TransportType

Reference 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.V2

Assembly

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.