Class: Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetailsAggregatedStats
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::DatabaseDeploymentDetailsAggregatedStats
- 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
Aggregated stats for the database deployment.
Instance Attribute Summary collapse
-
#database_count ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DatabaseDeploymentDetailsAggregatedStats
constructor
A new instance of DatabaseDeploymentDetailsAggregatedStats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DatabaseDeploymentDetailsAggregatedStats
Returns a new instance of DatabaseDeploymentDetailsAggregatedStats.
2253 2254 2255 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2253 def initialize(**args) update!(**args) end |
Instance Attribute Details
#database_count ⇒ Fixnum
Output only. The number of databases in the deployment.
Corresponds to the JSON property databaseCount
2251 2252 2253 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2251 def database_count @database_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2258 2259 2260 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 2258 def update!(**args) @database_count = args[:database_count] if args.key?(:database_count) end |