public sealed class SubnetworksExpandIpCidrRangeRequest : IMessage<SubnetworksExpandIpCidrRangeRequest>, IEquatable<SubnetworksExpandIpCidrRangeRequest>, IDeepCloneable<SubnetworksExpandIpCidrRangeRequest>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `SubnetworksExpandIpCidrRangeRequest` documentation is 3.6.0, while the page being viewed is for version 2.13.0."],["This documentation page covers `SubnetworksExpandIpCidrRangeRequest`, which is a class that inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `SubnetworksExpandIpCidrRangeRequest()` and `SubnetworksExpandIpCidrRangeRequest(SubnetworksExpandIpCidrRangeRequest other)`, and two properties: `HasIpCidrRange` (bool) and `IpCidrRange` (string)."],["This class is found within the `Google.Cloud.Compute.V1` namespace and the Google.Cloud.Compute.V1.dll assembly."],["The `IpCidrRange` property, which is a string, represents the IP range in CIDR format or netmask for internal addresses within a Subnetwork, and it can only be expanded to a larger range than the one previously defined."]]],[]]