public sealed class BooleanConstraint : IMessage<Constraint.Types.BooleanConstraint>, IEquatable<Constraint.Types.BooleanConstraint>, IDeepCloneable<Constraint.Types.BooleanConstraint>, IBufferMessage, IMessage
A Constraint that is either enforced or not.
For example a constraint constraints/compute.disableSerialPortAccess.
If it is enforced on a VM instance, serial port connections will not be
opened to that instance.
[[["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 document outlines the `BooleanConstraint` class, which is part of the Google Cloud Org Policy V2 and is used to define constraints that can be either enforced or not enforced."],["The latest version of this resource is 2.7.0, and previous versions are also documented, ranging from 1.0.0 up to 2.6.0."],["`BooleanConstraint` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with the Protobuf system and inherit the properties of other relevant classes."],["This class inherits from the base `Object` class and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has 2 constructors available, one default and one that accepts another `BooleanConstraint` object as a parameter."]]],[]]