public sealed class CidrBlock : IMessage<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IEquatable<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IDeepCloneable<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IBufferMessage, IMessage
CidrBlock contains an optional name and one CIDR block.
[[["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."],[[["This page details the `CidrBlock` class within the `Google.Cloud.Container.V1` namespace, specifically for .NET development, and it has multiple versions available ranging from 2.3.0 to 3.33.0."],["The `CidrBlock` class is a component of `MasterAuthorizedNetworksConfig` and allows specification of CIDR blocks using CIDR notation."],["It also has the capability of an optional display name, allowing users to provide a user-friendly label for each defined CIDR block."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations, respectively."],["The latest version of the class is 3.33.0 and there are multiple versions in the 3.X.X as well as 2.X.X range available, each with their own detailed documentation."]]],[]]