public sealed class ForwardingRulesScopedList : IMessage<ForwardingRulesScopedList>, IEquatable<ForwardingRulesScopedList>, IDeepCloneable<ForwardingRulesScopedList>, IBufferMessage, IMessageImplements
IMessageForwardingRulesScopedList, IEquatableForwardingRulesScopedList, IDeepCloneableForwardingRulesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ForwardingRulesScopedList()
public ForwardingRulesScopedList()ForwardingRulesScopedList(ForwardingRulesScopedList)
public ForwardingRulesScopedList(ForwardingRulesScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
ForwardingRulesScopedList |
Properties
ForwardingRules
public RepeatedField<ForwardingRule> ForwardingRules { get; }A list of forwarding rules contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldForwardingRule |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of forwarding rules when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|