public sealed class ForwardSshTunnelConnectivity : IMessage<ForwardSshTunnelConnectivity>, IEquatable<ForwardSshTunnelConnectivity>, IDeepCloneable<ForwardSshTunnelConnectivity>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ForwardSshTunnelConnectivity.
Forward SSH Tunnel connectivity.
Implements
IMessageForwardSshTunnelConnectivity, IEquatableForwardSshTunnelConnectivity, IDeepCloneableForwardSshTunnelConnectivity, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.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 |
ForwardSshTunnelConnectivityAuthenticationMethodOneofCase |
HasPassword
public bool HasPassword { get; }
Gets whether the "password" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasPrivateKey
public bool HasPrivateKey { get; }
Gets whether the "private_key" field is set
Property Value | |
---|---|
Type | Description |
bool |
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 |
int |
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 |