SubnetworkPurpose

enum SubnetworkPurpose : Enum<SubnetworkPurpose> , ConvertibleToJava<SubnetworkPurpose>

The purpose of the resource. This field can be either PRIVATE, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. A subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork that is reserved for regional Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is the preferred setting for all regional Envoy load balancers. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.

Entries

Link copied to clipboard

Subnet reserved for Internal HTTP(S) Load Balancing.

Link copied to clipboard

Regular user created or automatically created subnet.

Link copied to clipboard

Regular user created or automatically created subnet.

Link copied to clipboard

Subnetworks created for Private Service Connect in the producer network.

Link copied to clipboard

Subnetwork used for Regional Internal/External HTTP(S) Load Balancing.

Types

Link copied to clipboard
object Companion

Functions

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