Cloud Run Config Load Balancer Type
enum CloudRunConfigLoadBalancerType : Enum<CloudRunConfigLoadBalancerType> , ConvertibleToJava<CloudRunConfigLoadBalancerType>
Which load balancer type is installed for Cloud Run.
Entries
Link copied to clipboard
Load balancer type for Cloud Run is unspecified.
Link copied to clipboard
Install external load balancer for Cloud Run.
Link copied to clipboard
Install internal load balancer for Cloud Run.
Types
Functions
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.