Class: Google::Cloud::CloudDMS::V1::ForwardSshTunnelConnectivity

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#hostname::String

Returns Required. Hostname for the SSH tunnel.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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