Class: Google::Apis::MigrationcenterV1alpha1::DatabaseDetailsParentDatabaseDeployment
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::DatabaseDetailsParentDatabaseDeployment
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb
Overview
The identifiers of the parent database deployment.
Instance Attribute Summary collapse
-
#generated_id ⇒ String
The parent database deployment generated ID.
-
#manual_unique_id ⇒ String
The parent database deployment optional manual unique ID set by the user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DatabaseDetailsParentDatabaseDeployment
constructor
A new instance of DatabaseDetailsParentDatabaseDeployment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DatabaseDetailsParentDatabaseDeployment
Returns a new instance of DatabaseDetailsParentDatabaseDeployment.
1747 1748 1749 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1747 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generated_id ⇒ String
The parent database deployment generated ID.
Corresponds to the JSON property generatedId
1740 1741 1742 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1740 def generated_id @generated_id end |
#manual_unique_id ⇒ String
The parent database deployment optional manual unique ID set by the user.
Corresponds to the JSON property manualUniqueId
1745 1746 1747 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1745 def manual_unique_id @manual_unique_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1752 1753 1754 1755 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 1752 def update!(**args) @generated_id = args[:generated_id] if args.key?(:generated_id) @manual_unique_id = args[:manual_unique_id] if args.key?(:manual_unique_id) end |