RegionBackendServiceVpcNetworkScope

enum RegionBackendServiceVpcNetworkScope : Enum<RegionBackendServiceVpcNetworkScope> , ConvertibleToJava<RegionBackendServiceVpcNetworkScope>

The network scope of the backends that can be added to the backend service. This field can be either GLOBAL_VPC_NETWORK or REGIONAL_VPC_NETWORK. A backend service with the VPC scope set to GLOBAL_VPC_NETWORK is only allowed to have backends in global VPC networks. When the VPC scope is set to REGIONAL_VPC_NETWORK the backend service is only allowed to have backends in regional networks in the same scope as the backend service. Note: if not specified then GLOBAL_VPC_NETWORK will be used.

Entries

Link copied to clipboard

The backend service can only have backends in global VPCs

Link copied to clipboard

The backend service can only have backends in regional VPCs

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): RegionBackendServiceVpcNetworkScope
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: RegionBackendServiceVpcNetworkScope
Link copied to clipboard
Link copied to clipboard