Class: Google::Apis::ComputeBeta::InterconnectRemoteLocationConstraintsSubnetLengthRange
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectRemoteLocationConstraintsSubnetLengthRange
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/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.
34896 34897 34898 |
# File 'lib/google/apis/compute_beta/classes.rb', line 34896 def initialize(**args) update!(**args) end |
Instance Attribute Details
#max ⇒ Fixnum
Corresponds to the JSON property max
34889 34890 34891 |
# File 'lib/google/apis/compute_beta/classes.rb', line 34889 def max @max end |
#min ⇒ Fixnum
Corresponds to the JSON property min
34894 34895 34896 |
# File 'lib/google/apis/compute_beta/classes.rb', line 34894 def min @min end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34901 34902 34903 34904 |
# File 'lib/google/apis/compute_beta/classes.rb', line 34901 def update!(**args) @max = args[:max] if args.key?(:max) @min = args[:min] if args.key?(:min) end |