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."],[[["The latest version available for `CidrBlock` is 3.33.0, which can be found alongside numerous previous versions dating back to version 2.3.0."],["`CidrBlock` is a class within the `Google.Cloud.Container.V1` namespace, specifically used to represent a CIDR block with an optional name."],["`CidrBlock` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CidrBlock` contains two properties, `CidrBlock_`, which represents the CIDR notation, and `DisplayName`, which is an optional identifier for the block."],["Two constructors are available for `CidrBlock`; one is parameterless and the other allows for the creation of a new instance, based on an existing instance of `MasterAuthorizedNetworksConfig.Types.CidrBlock`."]]],[]]