Class: Google::Apis::CloudnumberregistryV1alpha::FindCustomRangeFreeIpRangesResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudnumberregistryV1alpha::FindCustomRangeFreeIpRangesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudnumberregistry_v1alpha/classes.rb,
lib/google/apis/cloudnumberregistry_v1alpha/representations.rb,
lib/google/apis/cloudnumberregistry_v1alpha/representations.rb
Overview
Message for the response to finding free IP ranges.
Instance Attribute Summary collapse
-
#free_ip_cidr_ranges ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FindCustomRangeFreeIpRangesResponse
constructor
A new instance of FindCustomRangeFreeIpRangesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FindCustomRangeFreeIpRangesResponse
Returns a new instance of FindCustomRangeFreeIpRangesResponse.
438 439 440 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 438 def initialize(**args) update!(**args) end |
Instance Attribute Details
#free_ip_cidr_ranges ⇒ Array<String>
Output only. Free IP CIDR ranges found in the CustomRange.
Corresponds to the JSON property freeIpCidrRanges
436 437 438 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 436 def free_ip_cidr_ranges @free_ip_cidr_ranges end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
443 444 445 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 443 def update!(**args) @free_ip_cidr_ranges = args[:free_ip_cidr_ranges] if args.key?(:free_ip_cidr_ranges) end |