Class: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraintsSubnetLengthRange
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectRemoteLocationConstraintsSubnetLengthRange
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#max ⇒ Fixnum
Corresponds to the JSON property
max
. -
#min ⇒ Fixnum
Corresponds to the JSON property
min
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectRemoteLocationConstraintsSubnetLengthRange
constructor
A new instance of InterconnectRemoteLocationConstraintsSubnetLengthRange.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectRemoteLocationConstraintsSubnetLengthRange
Returns a new instance of InterconnectRemoteLocationConstraintsSubnetLengthRange.
21298 21299 21300 |
# File 'lib/google/apis/compute_v1/classes.rb', line 21298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#max ⇒ Fixnum
Corresponds to the JSON property max
21291 21292 21293 |
# File 'lib/google/apis/compute_v1/classes.rb', line 21291 def max @max end |
#min ⇒ Fixnum
Corresponds to the JSON property min
21296 21297 21298 |
# File 'lib/google/apis/compute_v1/classes.rb', line 21296 def min @min end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21303 21304 21305 21306 |
# File 'lib/google/apis/compute_v1/classes.rb', line 21303 def update!(**args) @max = args[:max] if args.key?(:max) @min = args[:min] if args.key?(:min) end |