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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `BooleanConstraint` class, which represents a constraint that can either be enforced or not, within the `Google.Cloud.OrgPolicy.V2` namespace."],["The `BooleanConstraint` class is part of the Google Cloud Org Policy API, specifically version 1.2.0, and can be used to manage policies such as disabling serial port access."],["The latest version of `BooleanConstraint` is found in version 2.7.0, with versions ranging from 1.0.0 to 2.7.0 being available on the page."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available for creating a `BooleanConstraint` object, one default constructor and one that takes another `BooleanConstraint` instance."]]],[]]