Class ForwardSshTunnelConnectivity
Forward SSH Tunnel connectivity.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ForwardSshTunnelConnectivity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hostname
Required. Hostname for the SSH tunnel.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
Password
Input only. SSH password.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
Port for the SSH tunnel, default value is 22.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type | Description |
---|---|
int? |
PrivateKey
Input only. SSH private key.
Declaration
[JsonProperty("privateKey")]
public virtual string PrivateKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
Required. Username for the SSH tunnel.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type | Description |
---|---|
string |