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-04-09 UTC."],[[["The `SubnetworksExpandIpCidrRangeRequest` class is used to request the expansion of the IP CIDR range for a subnet."],["This class has been implemented across multiple versions, from 1.0.0 all the way up to the latest, 3.6.0, with a total of 29 versions available."],["`SubnetworksExpandIpCidrRangeRequest` inherits from the object class and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `IpCidrRange` property allows users to set the IP range, which must be a superset of the previously defined range."],["The current page you are viewing pertains to version 3.2.0 of this class, while version 3.6.0 is the latest."]]],[]]