Class: Google::Apis::ComputeBeta::RouterBgpPeerCustomLearnedIpRange
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RouterBgpPeerCustomLearnedIpRange
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#range ⇒ String
The custom learned route IP address range.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RouterBgpPeerCustomLearnedIpRange
constructor
A new instance of RouterBgpPeerCustomLearnedIpRange.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RouterBgpPeerCustomLearnedIpRange
Returns a new instance of RouterBgpPeerCustomLearnedIpRange.
39420 39421 39422 |
# File 'lib/google/apis/compute_beta/classes.rb', line 39420 def initialize(**args) update!(**args) end |
Instance Attribute Details
#range ⇒ String
The custom learned route IP address range. Must be a valid CIDR-formatted
prefix. If an IP address is provided without a subnet mask, it is interpreted
as, for IPv4, a /32
singular IP address range, and, for IPv6, /128
.
Corresponds to the JSON property range
39418 39419 39420 |
# File 'lib/google/apis/compute_beta/classes.rb', line 39418 def range @range end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39425 39426 39427 |
# File 'lib/google/apis/compute_beta/classes.rb', line 39425 def update!(**args) @range = args[:range] if args.key?(:range) end |