Compute V1 Client - Class RuleVisibility (2.0.0)

Reference documentation and code samples for the Compute V1 Client class RuleVisibility.

Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

Protobuf type google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility

Namespace

Google \ Cloud \ Compute \ V1 \ SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_RULE_VISIBILITY

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_RULE_VISIBILITY = 0;

PREMIUM

Value: 399530551

Generated from protobuf enum PREMIUM = 399530551;

STANDARD

Value: 484642493

Generated from protobuf enum STANDARD = 484642493;