Class ForwardingRuleInfo (2.0.0)

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

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