Class: Google::Cloud::Compute::V1::RouterBgpPeerCustomLearnedIpRange
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RouterBgpPeerCustomLearnedIpRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#range ⇒ ::String
The custom learned route IP address range.
Instance Attribute Details
#range ⇒ ::String
Returns 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
.
27416 27417 27418 27419 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27416 class RouterBgpPeerCustomLearnedIpRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |