Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::RouterAdvertisedIpRange (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RouterAdvertisedIpRange.

Description-tagged IP ranges for the router to advertise.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — User-specified description for the IP range.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — User-specified description for the IP range.
Returns
  • (::String) — User-specified description for the IP range.

#range

def range() -> ::String
Returns
  • (::String) — The IP range to advertise. The value must be a CIDR-formatted string.

#range=

def range=(value) -> ::String
Parameter
  • value (::String) — The IP range to advertise. The value must be a CIDR-formatted string.
Returns
  • (::String) — The IP range to advertise. The value must be a CIDR-formatted string.