Compute Engine v1 API - Class BackendServiceLocalityLoadBalancingPolicyConfig (2.13.0)

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.

Inheritance

object > BackendServiceLocalityLoadBalancingPolicyConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServiceLocalityLoadBalancingPolicyConfig()

public BackendServiceLocalityLoadBalancingPolicyConfig()

BackendServiceLocalityLoadBalancingPolicyConfig(BackendServiceLocalityLoadBalancingPolicyConfig)

public BackendServiceLocalityLoadBalancingPolicyConfig(BackendServiceLocalityLoadBalancingPolicyConfig other)
Parameter
NameDescription
otherBackendServiceLocalityLoadBalancingPolicyConfig

Properties

CustomPolicy

public BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy CustomPolicy { get; set; }
Property Value
TypeDescription
BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy

Policy

public BackendServiceLocalityLoadBalancingPolicyConfigPolicy Policy { get; set; }
Property Value
TypeDescription
BackendServiceLocalityLoadBalancingPolicyConfigPolicy