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.
2656 2657 2658 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2656 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generated_id ⇒ String
The parent database deployment generated ID.
Corresponds to the JSON property generatedId
2649 2650 2651 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2649 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
2654 2655 2656 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2654 def manual_unique_id @manual_unique_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2661 2662 2663 2664 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2661 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 |