FirewallPolicyVpcNetworkScope

enum FirewallPolicyVpcNetworkScope : Enum<FirewallPolicyVpcNetworkScope> , ConvertibleToJava<FirewallPolicyVpcNetworkScope>

The scope of networks allowed to be associated with the firewall policy. This field can be either GLOBAL_VPC_NETWORK or REGIONAL_VPC_NETWORK. A firewall policy with the VPC scope set to GLOBAL_VPC_NETWORK is allowed to be attached only to global networks. When the VPC scope is set to REGIONAL_VPC_NETWORK the firewall policy is allowed to be attached only to regional networks in the same scope as the firewall policy. Note: if not specified then GLOBAL_VPC_NETWORK will be used.

Entries

Link copied to clipboard

The firewall policy is allowed to be attached only to global networks.

Link copied to clipboard

The firewall policy is allowed to be attached only to regional networks in the same scope as the firewall policy. This option is applicable only to regional firewall policies.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): FirewallPolicyVpcNetworkScope
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: FirewallPolicyVpcNetworkScope
Link copied to clipboard
Link copied to clipboard