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.
2781 2782 2783 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2781 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generated_id ⇒ String
The parent database deployment generated ID.
Corresponds to the JSON property generatedId
2774 2775 2776 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2774 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
2779 2780 2781 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2779 def manual_unique_id @manual_unique_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2786 2787 2788 2789 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2786 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 |