public sealed class SubnetworksScopedWarning : IMessage<SubnetworksScopedWarning>, IEquatable<SubnetworksScopedWarning>, IDeepCloneable<SubnetworksScopedWarning>, IBufferMessage, IMessage
Implements
IMessageSubnetworksScopedWarning, IEquatableSubnetworksScopedWarning, IDeepCloneableSubnetworksScopedWarning, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |