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