Class: Google::Cloud::CloudDMS::V1::ForwardSshTunnelConnectivity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ForwardSshTunnelConnectivity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_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.
671 672 673 674 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 671 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#password ⇒ ::String
Returns Input only. SSH password.
671 672 673 674 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 671 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns Port for the SSH tunnel, default value is 22.
671 672 673 674 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 671 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key ⇒ ::String
Returns Input only. SSH private key.
671 672 673 674 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 671 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. Username for the SSH tunnel.
671 672 673 674 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 671 class ForwardSshTunnelConnectivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |