Compute Engine v1 API - Class SubnetworksScopedWarning (3.10.0)

public sealed class SubnetworksScopedWarning : IMessage<SubnetworksScopedWarning>, IEquatable<SubnetworksScopedWarning>, IDeepCloneable<SubnetworksScopedWarning>, IBufferMessage, IMessage

Inheritance

object > SubnetworksScopedWarning

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SubnetworksScopedWarning()

public SubnetworksScopedWarning()

SubnetworksScopedWarning(SubnetworksScopedWarning)

public SubnetworksScopedWarning(SubnetworksScopedWarning other)
Parameter
Name Description
other SubnetworksScopedWarning

Properties

HasScopeName

public bool HasScopeName { get; }

Gets whether the "scope_name" field is set

Property Value
Type Description
bool

ScopeName

public string ScopeName { get; set; }

Name of the scope containing this set of Subnetworks.

Property Value
Type Description
string

Warning

public Warning Warning { get; set; }

An informational warning about unreachable scope

Property Value
Type Description
Warning