Class: Google::Cloud::Compute::V1::SubnetworksExpandIpCidrRangeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SubnetworksExpandIpCidrRangeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#ip_cidr_range ⇒ ::String
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork.
Instance Attribute Details
#ip_cidr_range ⇒ ::String
37349 37350 37351 37352 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 37349 class SubnetworksExpandIpCidrRangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |