Class SubnetworksScopedList
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class SubnetworksScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Subnetworks
A list of subnetworks contained in this scope.
Declaration
[JsonProperty("subnetworks")]
public virtual IList<Subnetwork> Subnetworks { get; set; }
Property Value
Type | Description |
---|---|
IList<Subnetwork> |
Warning
An informational warning that appears when the list of addresses is empty.
Declaration
[JsonProperty("warning")]
public virtual SubnetworksScopedList.WarningData Warning { get; set; }
Property Value
Type | Description |
---|---|
SubnetworksScopedList.WarningData |