Class: Google::Apis::CloudnumberregistryV1alpha::FindDiscoveredRangeFreeIpRangesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_rangesArray<String>

Output only. Free IP CIDR ranges found in the DiscoveredRange. Corresponds to the JSON property freeIpCidrRanges

Returns:

  • (Array<String>)


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