Class SubnetworksScopedWarning
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SubnetworksScopedWarning : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ScopeName
Name of the scope containing this set of Subnetworks.
Declaration
[JsonProperty("scopeName")]
public virtual string ScopeName { get; set; }
Property Value
Type | Description |
---|---|
string |
Warning
An informational warning about unreachable scope
Declaration
[JsonProperty("warning")]
public virtual SubnetworksScopedWarning.WarningData Warning { get; set; }
Property Value
Type | Description |
---|---|
SubnetworksScopedWarning.WarningData |