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 webpage details the `CidrBlock` class within the `Google.Cloud.Container.V1` namespace, specifically part of the `MasterAuthorizedNetworksConfig.Types` and is available in .NET versions 2.3.0 up to 3.33.0, with 3.33.0 as the latest release."],["The `CidrBlock` class contains an optional name and a CIDR block, both represented by string properties (`CidrBlock_` and `DisplayName`), and it must be defined using CIDR notation."],["The `CidrBlock` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from Google Protobuf, providing functionalities such as deep cloning and message handling."],["It offers two constructors: a default `CidrBlock()` constructor and a constructor that accepts another `MasterAuthorizedNetworksConfig.Types.CidrBlock` instance for cloning."],["The `CidrBlock_` and `DisplayName` properties are both set to be of type string, with the former storing the actual cidr block and the latter storing an optional name."]]],[]]