Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::AuthzPolicy::LoadBalancingScheme.
Load balancing schemes supported by the AuthzPolicy resource. The valid
values are INTERNAL_MANAGED and
EXTERNAL_MANAGED. For more information, refer to Backend services
overview.
Constants
LOAD_BALANCING_SCHEME_UNSPECIFIED
value: 0
Default value. Do not use.
INTERNAL_MANAGED
value: 1
Signifies that this is used for Regional internal or Cross-region
internal Application Load Balancing.
EXTERNAL_MANAGED
value: 2
Signifies that this is used for Global external or Regional external
Application Load Balancing.
INTERNAL_SELF_MANAGED
value: 3
Signifies that this is used for Cloud Service Mesh. Meant for use by
CSM GKE controller only.