Class: Google::Cloud::Compute::V1::RouterAdvertisedIpRange

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String

Returns User-specified description for the IP range.

Returns:

  • (::String)

    User-specified description for the IP range.



21218
21219
21220
21221
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21218

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.

Returns:

  • (::String)

    The IP range to advertise. The value must be a CIDR-formatted string.



21218
21219
21220
21221
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21218

class RouterAdvertisedIpRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end