Show / Hide Table of Contents

Class ServiceLbPolicyIsolationConfig

Configuration to provide isolation support for the associated Backend Service.

Inheritance
object
ServiceLbPolicyIsolationConfig
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.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class ServiceLbPolicyIsolationConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IsolationGranularity

Optional. The isolation granularity of the load balancer.

Declaration
[JsonProperty("isolationGranularity")]
public virtual string IsolationGranularity { get; set; }
Property Value
Type Description
string

IsolationMode

Optional. The isolation mode of the load balancer.

Declaration
[JsonProperty("isolationMode")]
public virtual string IsolationMode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX