Compute Engine v1 API - Class ForwardingRulesScopedList (2.15.0)

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

Inheritance

object > ForwardingRulesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ForwardingRulesScopedList()

public ForwardingRulesScopedList()

ForwardingRulesScopedList(ForwardingRulesScopedList)

public ForwardingRulesScopedList(ForwardingRulesScopedList other)
Parameter
NameDescription
otherForwardingRulesScopedList

Properties

ForwardingRules

public RepeatedField<ForwardingRule> ForwardingRules { get; }

A list of forwarding rules contained in this scope.

Property Value
TypeDescription
RepeatedFieldForwardingRule

Warning

public Warning Warning { get; set; }

Informational warning which replaces the list of forwarding rules when the list is empty.

Property Value
TypeDescription
Warning