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

Response message for the CloudNumberRegistry.FindDiscoveredRangeFreeIpRanges method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FindDiscoveredRangeFreeIpRangesResponse

Returns a new instance of FindDiscoveredRangeFreeIpRangesResponse.



469
470
471
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 469

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#free_ip_cidr_rangesArray<String>

Output only. The free IP CIDR ranges found. Corresponds to the JSON property freeIpCidrRanges

Returns:

  • (Array<String>)


467
468
469
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 467

def free_ip_cidr_ranges
  @free_ip_cidr_ranges
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



474
475
476
# File 'lib/google/apis/cloudnumberregistry_v1alpha/classes.rb', line 474

def update!(**args)
  @free_ip_cidr_ranges = args[:free_ip_cidr_ranges] if args.key?(:free_ip_cidr_ranges)
end