Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RouterBgpPeerCustomLearnedIpRange.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#range
def range() -> ::String
Returns
-
(::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
.
#range=
def range=(value) -> ::String
Parameter
-
value (::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
.
Returns
-
(::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
.