Network Security v1 API - Enum AuthzPolicy.Types.LoadBalancingScheme (1.0.0-beta01)

public enum AuthzPolicy.Types.LoadBalancingScheme

Reference documentation and code samples for the Network Security v1 API enum AuthzPolicy.Types.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.

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Fields

Name Description
ExternalManaged

Signifies that this is used for Global external or Regional external Application Load Balancing.

InternalManaged

Signifies that this is used for Regional internal or Cross-region internal Application Load Balancing.

InternalSelfManaged

Signifies that this is used for Cloud Service Mesh. Meant for use by CSM GKE controller only.

Unspecified

Default value. Do not use.