Class: Google::Apis::MigrationcenterV1alpha1::AssetsExportJobNetworkDependencies
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::AssetsExportJobNetworkDependencies
- 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
Configuration for network dependencies exports.
Instance Attribute Summary collapse
-
#max_days ⇒ Fixnum
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AssetsExportJobNetworkDependencies
constructor
A new instance of AssetsExportJobNetworkDependencies.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AssetsExportJobNetworkDependencies
Returns a new instance of AssetsExportJobNetworkDependencies.
822 823 824 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 822 def initialize(**args) update!(**args) end |
Instance Attribute Details
#max_days ⇒ Fixnum
Optional. When this value is set to a positive integer, network connections
data will be returned for the most recent days for which data is available.
When this value is unset (or set to zero), all available data is returned.
Corresponds to the JSON property maxDays
820 821 822 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 820 def max_days @max_days end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
827 828 829 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 827 def update!(**args) @max_days = args[:max_days] if args.key?(:max_days) end |