public sealed class ForwardingRuleInfo : IMessage<ForwardingRuleInfo>, IEquatable<ForwardingRuleInfo>, IDeepCloneable<ForwardingRuleInfo>, IBufferMessage, IMessageFor display only. Metadata associated with a Compute Engine forwarding rule.
Implements
IMessage<ForwardingRuleInfo>, IEquatable<ForwardingRuleInfo>, IDeepCloneable<ForwardingRuleInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
ForwardingRuleInfo()
public ForwardingRuleInfo()ForwardingRuleInfo(ForwardingRuleInfo)
public ForwardingRuleInfo(ForwardingRuleInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ForwardingRuleInfo |
Properties
DisplayName
public string DisplayName { get; set; }Name of a Compute Engine forwarding rule.
| Property Value | |
|---|---|
| Type | Description |
String |
|
MatchedPortRange
public string MatchedPortRange { get; set; }Port range defined in the forwarding rule that matches the test.
| Property Value | |
|---|---|
| Type | Description |
String |
|
MatchedProtocol
public string MatchedProtocol { get; set; }Protocol defined in the forwarding rule that matches the test.
| Property Value | |
|---|---|
| Type | Description |
String |
|
NetworkUri
public string NetworkUri { get; set; }Network URI. Only valid for Internal Load Balancer.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Target
public string Target { get; set; }Target type of the forwarding rule.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Uri
public string Uri { get; set; }URI of a Compute Engine forwarding rule.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Vip
public string Vip { get; set; }VIP of the forwarding rule.
| Property Value | |
|---|---|
| Type | Description |
String |
|