public sealed class BackendServiceLocalityLoadBalancingPolicyConfig : IMessage<BackendServiceLocalityLoadBalancingPolicyConfig>, IEquatable<BackendServiceLocalityLoadBalancingPolicyConfig>, IDeepCloneable<BackendServiceLocalityLoadBalancingPolicyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class BackendServiceLocalityLoadBalancingPolicyConfig.
Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.
Implements
IMessageBackendServiceLocalityLoadBalancingPolicyConfig, IEquatableBackendServiceLocalityLoadBalancingPolicyConfig, IDeepCloneableBackendServiceLocalityLoadBalancingPolicyConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BackendServiceLocalityLoadBalancingPolicyConfig()
public BackendServiceLocalityLoadBalancingPolicyConfig()
BackendServiceLocalityLoadBalancingPolicyConfig(BackendServiceLocalityLoadBalancingPolicyConfig)
public BackendServiceLocalityLoadBalancingPolicyConfig(BackendServiceLocalityLoadBalancingPolicyConfig other)
Parameter | |
---|---|
Name | Description |
other | BackendServiceLocalityLoadBalancingPolicyConfig |
Properties
CustomPolicy
public BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy CustomPolicy { get; set; }
Property Value | |
---|---|
Type | Description |
BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy |
Policy
public BackendServiceLocalityLoadBalancingPolicyConfigPolicy Policy { get; set; }
Property Value | |
---|---|
Type | Description |
BackendServiceLocalityLoadBalancingPolicyConfigPolicy |