Struct google_cloudresourcemanager1::BooleanConstraint[][src]

pub struct BooleanConstraint { /* fields omitted */ }

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.

This type is not used in any activity, and only used as part of another schema.

Trait Implementations

impl Default for BooleanConstraint
[src]

Returns the "default value" for a type. Read more

impl Clone for BooleanConstraint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BooleanConstraint
[src]

Formats the value using the given formatter. Read more

impl Part for BooleanConstraint
[src]

Auto Trait Implementations