public sealed class ForwardSshTunnelConnectivity : IMessage<ForwardSshTunnelConnectivity>, IEquatable<ForwardSshTunnelConnectivity>, IDeepCloneable<ForwardSshTunnelConnectivity>, IBufferMessage, IMessage
Forward SSH Tunnel connectivity.
Implements
IMessage<ForwardSshTunnelConnectivity>, IEquatable<ForwardSshTunnelConnectivity>, IDeepCloneable<ForwardSshTunnelConnectivity>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
ForwardSshTunnelConnectivity()
public ForwardSshTunnelConnectivity()
ForwardSshTunnelConnectivity(ForwardSshTunnelConnectivity)
public ForwardSshTunnelConnectivity(ForwardSshTunnelConnectivity other)
Parameter | |
---|---|
Name | Description |
other | ForwardSshTunnelConnectivity |
Properties
AuthenticationMethodCase
public ForwardSshTunnelConnectivity.AuthenticationMethodOneofCase AuthenticationMethodCase { get; }
Property Value | |
---|---|
Type | Description |
ForwardSshTunnelConnectivity.AuthenticationMethodOneofCase |
Hostname
public string Hostname { get; set; }
Required. Hostname for the SSH tunnel.
Property Value | |
---|---|
Type | Description |
String |
Password
public string Password { get; set; }
Input only. SSH password.
Property Value | |
---|---|
Type | Description |
String |
Port
public int Port { get; set; }
Port for the SSH tunnel, default value is 22.
Property Value | |
---|---|
Type | Description |
Int32 |
PrivateKey
public string PrivateKey { get; set; }
Input only. SSH private key.
Property Value | |
---|---|
Type | Description |
String |
Username
public string Username { get; set; }
Required. Username for the SSH tunnel.
Property Value | |
---|---|
Type | Description |
String |