Show / Hide Table of Contents

Class SubnetworksScopedWarning

Inheritance
object
SubnetworksScopedWarning
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX