Class: Google::Cloud::Compute::V1::RouterAdvertisedIpRange
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RouterAdvertisedIpRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Description-tagged IP ranges for the router to advertise.
Instance Attribute Summary collapse
-
#description ⇒ ::String
User-specified description for the IP range.
-
#range ⇒ ::String
The IP range to advertise.
Instance Attribute Details
#description ⇒ ::String
Returns User-specified description for the IP range.
27178 27179 27180 27181 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27178 class RouterAdvertisedIpRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#range ⇒ ::String
Returns The IP range to advertise. The value must be a CIDR-formatted string.
27178 27179 27180 27181 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27178 class RouterAdvertisedIpRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |