Show / Hide Table of Contents

Class GclbObservationSource

The GCLB observation source.

Inheritance
object
GclbObservationSource
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.APIManagement.v1alpha.Data
Assembly: Google.Apis.APIManagement.v1alpha.dll
Syntax
public class GclbObservationSource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PscNetworkConfigs

Required. The VPC networks where traffic will be observed. All load balancers within this network will be observed. Currently, this is limited to only one network.

Declaration
[JsonProperty("pscNetworkConfigs")]
public virtual IList<GclbObservationSourcePscNetworkConfig> PscNetworkConfigs { get; set; }
Property Value
Type Description
IList<GclbObservationSourcePscNetworkConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX