Class: Google::Cloud::Datastream::V1::ForwardSshTunnelConnectivity
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::ForwardSshTunnelConnectivity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Forward SSH Tunnel connectivity.
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Required.
-
#password ⇒ ::String
Input only.
-
#port ⇒ ::Integer
Port for the SSH tunnel, default value is 22.
-
#private_key ⇒ ::String
Input only.
-
#username ⇒ ::String
Required.
Instance Attribute Details
#hostname ⇒ ::String
Returns Required. Hostname for the SSH tunnel.
305 306 307 308 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 305 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#password ⇒ ::String
Returns Input only. SSH password.
Note: The following fields are mutually exclusive: password
, private_key
. If a field in that set is populated, all other fields in the set will automatically be cleared.
305 306 307 308 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 305 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns Port for the SSH tunnel, default value is 22.
305 306 307 308 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 305 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key ⇒ ::String
Returns Input only. SSH private key.
Note: The following fields are mutually exclusive: private_key
, password
. If a field in that set is populated, all other fields in the set will automatically be cleared.
305 306 307 308 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 305 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. Username for the SSH tunnel.
305 306 307 308 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 305 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |