Class: Google::Cloud::Datastream::V1alpha1::ForwardSshTunnelConnectivity
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::ForwardSshTunnelConnectivity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/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.
119 120 121 122 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 119 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#password ⇒ ::String
Returns Input only. SSH password.
119 120 121 122 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 119 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns Port for the SSH tunnel, default value is 22.
119 120 121 122 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 119 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key ⇒ ::String
Returns Input only. SSH private key.
119 120 121 122 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 119 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. Username for the SSH tunnel.
119 120 121 122 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 119 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |