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-04-09 UTC."],[[["This webpage provides documentation for the `CidrBlock` class within the `Google.Cloud.Container.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The latest version documented is 3.33.0, with an extensive list of previous versions available, ranging from 3.0.0 to 3.32.0 and also 2.3.0 to 2.7.0."],["The `CidrBlock` class, used for defining network ranges, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CidrBlock` include `CidrBlock_`, specifying the network range in CIDR notation, and `DisplayName`, an optional identifier for the CIDR block."],["The page lists two constructors for `CidrBlock`: a default constructor `CidrBlock()` and an overloaded constructor `CidrBlock(MasterAuthorizedNetworksConfig.Types.CidrBlock other)` that is used for duplication of the object."]]],[]]