Class: Google::Cloud::Datastream::V1::ForwardSshTunnelConnectivity

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

Instance Attribute Details

#hostname::String

Returns Required. Hostname for the SSH tunnel.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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