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.
19005 19006 19007 |
# File 'lib/google/apis/compute_v1/classes.rb', line 19005 def initialize(**args) update!(**args) end |
Instance Attribute Details
#max ⇒ Fixnum
Corresponds to the JSON property max
18998 18999 19000 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18998 def max @max end |
#min ⇒ Fixnum
Corresponds to the JSON property min
19003 19004 19005 |
# File 'lib/google/apis/compute_v1/classes.rb', line 19003 def min @min end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19010 19011 19012 19013 |
# File 'lib/google/apis/compute_v1/classes.rb', line 19010 def update!(**args) @max = args[:max] if args.key?(:max) @min = args[:min] if args.key?(:min) end |