Class ForwardSshTunnelConnectivity (0.1.3)

ForwardSshTunnelConnectivity(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Forward SSH Tunnel connectivity. .. attribute:: hostname

Required. Hostname for the SSH tunnel.

:type: str

Attributes

NameDescription
username str
Required. Username for the SSH tunnel.
port int
Port for the SSH tunnel, default value is 22.
password str
Input only. SSH password.
private_key str
Input only. SSH private key.