Class GclbObservationSource
The GCLB observation source.
Implements
Inherited Members
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> |