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
Returns The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
33780 33781 33782 33783 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 33780 class SubnetworksExpandIpCidrRangeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |