public sealed class SubnetworkSecondaryRange : IMessage<SubnetworkSecondaryRange>, IEquatable<SubnetworkSecondaryRange>, IDeepCloneable<SubnetworkSecondaryRange>, IBufferMessage, IMessage
The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
[[["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-24 UTC."],[[["This webpage provides documentation for the `SubnetworkSecondaryRange` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties and constructors."],["The `SubnetworkSecondaryRange` class represents a secondary IP range within a subnetwork and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.6.0, and a history of versions from 1.0.0 to 3.6.0 is available via the provided links, in addition to the class methods and properties."],["The class has two constructors, `SubnetworkSecondaryRange()` and `SubnetworkSecondaryRange(SubnetworkSecondaryRange other)`, with the latter taking another `SubnetworkSecondaryRange` instance as a parameter."],["Key properties include `IpCidrRange` for specifying the range of IP addresses, and `RangeName` for naming the secondary IP range, both of which must be unique within the network and conform to specific formatting requirements."]]],[]]