public sealed class MasterAuthorizedNetworksConfig.Types.CidrBlock : IMessage<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IEquatable<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IDeepCloneable<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class MasterAuthorizedNetworksConfig.Types.CidrBlock.
[[["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 provides documentation for the `MasterAuthorizedNetworksConfig.Types.CidrBlock` class within the Google Cloud Composer v1 API, specifically for version 2.7.0."],["The `CidrBlock` class represents a CIDR block with an optional name and is used to define network access permissions, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor and one that accepts another `CidrBlock` instance for copying, and is implemented through the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace."],["Key properties of the `CidrBlock` class include `CidrBlock_`, which is a string representing the CIDR block in CIDR notation, and `DisplayName`, a user-defined name for the CIDR block."],["The documentation also lists links to prior versions of the class implementation, ranging from version 1.0.0 up to the latest version, 2.9.0, along with the current version, 2.7.0."]]],[]]