Network Management v1 API - Class ForwardingRuleInfo (2.4.0)

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

Reference documentation and code samples for the Network Management v1 API class ForwardingRuleInfo.

For display only. Metadata associated with a Compute Engine forwarding rule.

Inheritance

object > ForwardingRuleInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

ForwardingRuleInfo()

public ForwardingRuleInfo()

ForwardingRuleInfo(ForwardingRuleInfo)

public ForwardingRuleInfo(ForwardingRuleInfo other)
Parameter
NameDescription
otherForwardingRuleInfo

Properties

DisplayName

public string DisplayName { get; set; }

Name of a Compute Engine forwarding rule.

Property Value
TypeDescription
string

MatchedPortRange

public string MatchedPortRange { get; set; }

Port range defined in the forwarding rule that matches the test.

Property Value
TypeDescription
string

MatchedProtocol

public string MatchedProtocol { get; set; }

Protocol defined in the forwarding rule that matches the test.

Property Value
TypeDescription
string

NetworkUri

public string NetworkUri { get; set; }

Network URI. Only valid for Internal Load Balancer.

Property Value
TypeDescription
string

Target

public string Target { get; set; }

Target type of the forwarding rule.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

URI of a Compute Engine forwarding rule.

Property Value
TypeDescription
string

Vip

public string Vip { get; set; }

VIP of the forwarding rule.

Property Value
TypeDescription
string