public sealed class UsableSubnetworkSecondaryRange : IMessage<UsableSubnetworkSecondaryRange>, IEquatable<UsableSubnetworkSecondaryRange>, IDeepCloneable<UsableSubnetworkSecondaryRange>, IBufferMessage, IMessage
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."],[[["The `UsableSubnetworkSecondaryRange` class in the `Google.Cloud.Compute.V1` namespace represents a secondary IP range of a usable subnetwork."],["The latest version of this class is 3.6.0, with multiple previous versions available, down to 1.0.0."],["This class includes properties `IpCidrRange` to specify the range of IP addresses and `RangeName` for a unique name associated with the subnetwork secondary range."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["The `UsableSubnetworkSecondaryRange` has two constructors, one default and one that takes another `UsableSubnetworkSecondaryRange` object as a parameter, and includes read-only boolean properties, `HasIpCidrRange` and `HasRangeName`."]]],[]]