Class: Google::Apis::ComputeAlpha::RouterBgpPeerCustomLearnedIpRange

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RouterBgpPeerCustomLearnedIpRange

Returns a new instance of RouterBgpPeerCustomLearnedIpRange.



38851
38852
38853
# File 'lib/google/apis/compute_alpha/classes.rb', line 38851

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

Instance Attribute Details

#rangeString

The Custom Learned Route IP range. Must be a valid CIDR-formatted prefix. If an IP is provided without a subnet mask, it is interpreted as a /32 singular IP range for IPv4, and /128 for IPv6. Corresponds to the JSON property range

Returns:

  • (String)


38849
38850
38851
# File 'lib/google/apis/compute_alpha/classes.rb', line 38849

def range
  @range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38856
38857
38858
# File 'lib/google/apis/compute_alpha/classes.rb', line 38856

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