Class TargetHttpsProxiesScopedList
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class TargetHttpsProxiesScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetHttpsProxies
A list of TargetHttpsProxies contained in this scope.
Declaration
[JsonProperty("targetHttpsProxies")]
public virtual IList<TargetHttpsProxy> TargetHttpsProxies { get; set; }
Property Value
Type | Description |
---|---|
IList<TargetHttpsProxy> |
Warning
Informational warning which replaces the list of backend services when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual TargetHttpsProxiesScopedList.WarningData Warning { get; set; }
Property Value
Type | Description |
---|---|
TargetHttpsProxiesScopedList.WarningData |