Class Google::Cloud::Compute::V1::RouterAdvertisedIpRange (v1.1.0)

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.