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
System.Object
BackendServiceLocalityLoadBalancingPolicyConfig
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

Policy

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

Implements

IDirectResponseSchema
In This Article
Back to top