Class: Google::Apis::ComputeAlpha::SubnetworksScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SubnetworksScopedList
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#subnetworks ⇒ Array<Google::Apis::ComputeAlpha::Subnetwork>
A list of subnetworks contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::SubnetworksScopedList::Warning
An informational warning that appears when the list of addresses is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubnetworksScopedList
constructor
A new instance of SubnetworksScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ SubnetworksScopedList
Returns a new instance of SubnetworksScopedList
27628 27629 27630 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 27628 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subnetworks ⇒ Array<Google::Apis::ComputeAlpha::Subnetwork>
A list of subnetworks contained in this scope.
Corresponds to the JSON property subnetworks
27621 27622 27623 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 27621 def subnetworks @subnetworks end |
#warning ⇒ Google::Apis::ComputeAlpha::SubnetworksScopedList::Warning
An informational warning that appears when the list of addresses is empty.
Corresponds to the JSON property warning
27626 27627 27628 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 27626 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27633 27634 27635 27636 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 27633 def update!(**args) @subnetworks = args[:subnetworks] if args.key?(:subnetworks) @warning = args[:warning] if args.key?(:warning) end |