Class BackendServiceLocalityLoadBalancingPolicyConfig
Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end
user.
Inheritance
BackendServiceLocalityLoadBalancingPolicyConfig
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class BackendServiceLocalityLoadBalancingPolicyConfig : IDirectResponseSchema
Properties
CustomPolicy
Declaration
[JsonProperty("customPolicy")]
public virtual BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy CustomPolicy { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Policy
Declaration
[JsonProperty("policy")]
public virtual BackendServiceLocalityLoadBalancingPolicyConfigPolicy Policy { get; set; }
Property Value
Implements