Reference documentation and code samples for the Google Cloud Datastream V1 Client class ForwardSshTunnelConnectivity.
Forward SSH Tunnel connectivity.
Generated from protobuf message google.cloud.datastream.v1.ForwardSshTunnelConnectivity
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ hostname
string
Required. Hostname for the SSH tunnel.
↳ username
string
Required. Username for the SSH tunnel.
↳ port
int
Port for the SSH tunnel, default value is 22.
↳ password
string
Input only. SSH password.
↳ private_key
string
Input only. SSH private key.
getHostname
Required. Hostname for the SSH tunnel.
string
setHostname
Required. Hostname for the SSH tunnel.
var
string
$this
getUsername
Required. Username for the SSH tunnel.
string
setUsername
Required. Username for the SSH tunnel.
var
string
$this
getPort
Port for the SSH tunnel, default value is 22.
int
setPort
Port for the SSH tunnel, default value is 22.
var
int
$this
getPassword
Input only. SSH password.
string
hasPassword
setPassword
Input only. SSH password.
var
string
$this
getPrivateKey
Input only. SSH private key.
string
hasPrivateKey
setPrivateKey
Input only. SSH private key.
var
string
$this
getAuthenticationMethod
string