Class: Google::Apis::CloudnumberregistryV1alpha::FindDiscoveredRangeFreeIpRangesResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudnumberregistryV1alpha::FindDiscoveredRangeFreeIpRangesResponse
- 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) ⇒ FindDiscoveredRangeFreeIpRangesResponse
constructor
A new instance of FindDiscoveredRangeFreeIpRangesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FindDiscoveredRangeFreeIpRangesResponse
Returns a new instance of FindDiscoveredRangeFreeIpRangesResponse.
457 458 459 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 457 def initialize(**args) update!(**args) end |
Instance Attribute Details
#free_ip_cidr_ranges ⇒ Array<String>
Output only. Free IP CIDR ranges found in the DiscoveredRange.
Corresponds to the JSON property freeIpCidrRanges
455 456 457 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 455 def free_ip_cidr_ranges @free_ip_cidr_ranges end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
462 463 464 |
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 462 def update!(**args) @free_ip_cidr_ranges = args[:free_ip_cidr_ranges] if args.key?(:free_ip_cidr_ranges) end |