Class ServiceLbPolicyIsolationConfig
Configuration to provide isolation support for the associated Backend Service.
Implements
Inherited Members
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 |