Class: Google::Cloud::OracleDatabase::V1::GoldengateConnectionAssignmentProperties
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengateConnectionAssignmentProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb
Overview
The properties of a GoldengateConnectionAssignment.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#alias ⇒ ::String
readonly
Output only.
-
#goldengate_connection ⇒ ::String
Required.
-
#goldengate_deployment ⇒ ::String
Required.
-
#ocid ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::OracleDatabase::V1::GoldengateConnectionAssignmentProperties::State
readonly
Output only.
Instance Attribute Details
#alias ⇒ ::String (readonly)
Returns Output only. Credential store alias.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 82 class GoldengateConnectionAssignmentProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible lifecycle states for connection assignments. module State # Lifecycle state is unspecified. STATE_UNSPECIFIED = 0 # Connection assignment is being created. CREATING = 1 # Connection assignment is active. ACTIVE = 2 # Connection assignment failed. FAILED = 3 # Connection assignment is being updated. UPDATING = 4 # Connection assignment is being deleted. DELETING = 5 end end |
#goldengate_connection ⇒ ::String
Returns Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 82 class GoldengateConnectionAssignmentProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible lifecycle states for connection assignments. module State # Lifecycle state is unspecified. STATE_UNSPECIFIED = 0 # Connection assignment is being created. CREATING = 1 # Connection assignment is active. ACTIVE = 2 # Connection assignment failed. FAILED = 3 # Connection assignment is being updated. UPDATING = 4 # Connection assignment is being deleted. DELETING = 5 end end |
#goldengate_deployment ⇒ ::String
Returns Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 82 class GoldengateConnectionAssignmentProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible lifecycle states for connection assignments. module State # Lifecycle state is unspecified. STATE_UNSPECIFIED = 0 # Connection assignment is being created. CREATING = 1 # Connection assignment is active. ACTIVE = 2 # Connection assignment failed. FAILED = 3 # Connection assignment is being updated. UPDATING = 4 # Connection assignment is being deleted. DELETING = 5 end end |
#ocid ⇒ ::String (readonly)
Returns Output only. The OCID of the connection assignment being referenced.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 82 class GoldengateConnectionAssignmentProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible lifecycle states for connection assignments. module State # Lifecycle state is unspecified. STATE_UNSPECIFIED = 0 # Connection assignment is being created. CREATING = 1 # Connection assignment is active. ACTIVE = 2 # Connection assignment failed. FAILED = 3 # Connection assignment is being updated. UPDATING = 4 # Connection assignment is being deleted. DELETING = 5 end end |
#state ⇒ ::Google::Cloud::OracleDatabase::V1::GoldengateConnectionAssignmentProperties::State (readonly)
Returns Output only. The lifecycle state of the connection assignment.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 82 class GoldengateConnectionAssignmentProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible lifecycle states for connection assignments. module State # Lifecycle state is unspecified. STATE_UNSPECIFIED = 0 # Connection assignment is being created. CREATING = 1 # Connection assignment is active. ACTIVE = 2 # Connection assignment failed. FAILED = 3 # Connection assignment is being updated. UPDATING = 4 # Connection assignment is being deleted. DELETING = 5 end end |