Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class BackendServiceLocalityLoadBalancingPolicyConfig : IDirectResponseSchema

Properties

CustomPolicy

Declaration
[JsonProperty("customPolicy")]
public virtual BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy CustomPolicy { get; set; }
Property Value
Type Description
BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Policy

Declaration
[JsonProperty("policy")]
public virtual BackendServiceLocalityLoadBalancingPolicyConfigPolicy Policy { get; set; }
Property Value
Type Description
BackendServiceLocalityLoadBalancingPolicyConfigPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX