Class: Google::Cloud::OracleDatabase::V1::GoldengatePlacement
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengatePlacement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb
Overview
The placement of the GoldengateDeployment.
Instance Attribute Summary collapse
-
#availability_domain ⇒ ::String
readonly
Output only.
-
#fault_domain ⇒ ::String
readonly
Output only.
Instance Attribute Details
#availability_domain ⇒ ::String (readonly)
Returns Output only. The availability domain.
563 564 565 566 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 563 class GoldengatePlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fault_domain ⇒ ::String (readonly)
Returns Output only. The fault domain.
563 564 565 566 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 563 class GoldengatePlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |