Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::ForwardSshTunnelConnectivity.
Forward SSH Tunnel connectivity.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#hostname
def hostname() -> ::String
Returns
- (::String) — Required. Hostname for the SSH tunnel.
#hostname=
def hostname=(value) -> ::String
Parameter
- value (::String) — Required. Hostname for the SSH tunnel.
Returns
- (::String) — Required. Hostname for the SSH tunnel.
#password
def password() -> ::String
Returns
- (::String) — Input only. SSH password.
#password=
def password=(value) -> ::String
Parameter
- value (::String) — Input only. SSH password.
Returns
- (::String) — Input only. SSH password.
#port
def port() -> ::Integer
Returns
- (::Integer) — Port for the SSH tunnel, default value is 22.
#port=
def port=(value) -> ::Integer
Parameter
- value (::Integer) — Port for the SSH tunnel, default value is 22.
Returns
- (::Integer) — Port for the SSH tunnel, default value is 22.
#private_key
def private_key() -> ::String
Returns
- (::String) — Input only. SSH private key.
#private_key=
def private_key=(value) -> ::String
Parameter
- value (::String) — Input only. SSH private key.
Returns
- (::String) — Input only. SSH private key.
#username
def username() -> ::String
Returns
- (::String) — Required. Username for the SSH tunnel.
#username=
def username=(value) -> ::String
Parameter
- value (::String) — Required. Username for the SSH tunnel.
Returns
- (::String) — Required. Username for the SSH tunnel.