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 available for `SubnetworksExpandIpCidrRangeRequest` is 3.6.0, with a range of prior versions from 3.5.0 down to 1.0.0."],["The `SubnetworksExpandIpCidrRangeRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides functionality related to expanding the IP CIDR range of a subnetwork."],["The `SubnetworksExpandIpCidrRangeRequest` has two properties: `HasIpCidrRange` which is a boolean, and `IpCidrRange` which is a string used to define the range of legal internal addresses for the subnetwork."],["There are two constructors available for creating a new `SubnetworksExpandIpCidrRangeRequest` instance: a default constructor and one that takes another `SubnetworksExpandIpCidrRangeRequest` object as a parameter."]]],[]]