Class: Google::Cloud::Datastream::V1::OracleAsmConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::OracleAsmConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Configuration for Oracle Automatic Storage Management (ASM) connection.
Defined Under Namespace
Classes: ConnectionAttributesEntry
Instance Attribute Summary collapse
-
#asm_service ⇒ ::String
Required.
-
#connection_attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#hostname ⇒ ::String
Required.
-
#oracle_ssl_config ⇒ ::Google::Cloud::Datastream::V1::OracleSslConfig
Optional.
-
#password ⇒ ::String
Optional.
-
#port ⇒ ::Integer
Required.
-
#secret_manager_stored_password ⇒ ::String
Optional.
-
#username ⇒ ::String
Required.
Instance Attribute Details
#asm_service ⇒ ::String
Returns Required. ASM service name for the Oracle ASM connection.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 95 class OracleAsmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConnectionAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#connection_attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Connection string attributes.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 95 class OracleAsmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConnectionAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#hostname ⇒ ::String
Returns Required. Hostname for the Oracle ASM connection.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 95 class OracleAsmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConnectionAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#oracle_ssl_config ⇒ ::Google::Cloud::Datastream::V1::OracleSslConfig
Returns Optional. SSL configuration for the Oracle connection.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 95 class OracleAsmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConnectionAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#password ⇒ ::String
Returns Optional. Password for the Oracle ASM connection. Mutually exclusive with
the secret_manager_stored_password
field.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 95 class OracleAsmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConnectionAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#port ⇒ ::Integer
Returns Required. Port for the Oracle ASM connection.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 95 class OracleAsmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConnectionAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#secret_manager_stored_password ⇒ ::String
Returns Optional. A reference to a Secret Manager resource name storing the Oracle
ASM connection password. Mutually exclusive with the password
field.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 95 class OracleAsmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConnectionAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#username ⇒ ::String
Returns Required. Username for the Oracle ASM connection.
95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 95 class OracleAsmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ConnectionAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |