public sealed class PacketMirroringForwardingRuleInfo : IMessage<PacketMirroringForwardingRuleInfo>, IEquatable<PacketMirroringForwardingRuleInfo>, IDeepCloneable<PacketMirroringForwardingRuleInfo>, IBufferMessage, IMessage
Implements
IMessagePacketMirroringForwardingRuleInfo, IEquatablePacketMirroringForwardingRuleInfo, IDeepCloneablePacketMirroringForwardingRuleInfo, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PacketMirroringForwardingRuleInfo()
public PacketMirroringForwardingRuleInfo()
PacketMirroringForwardingRuleInfo(PacketMirroringForwardingRuleInfo)
public PacketMirroringForwardingRuleInfo(PacketMirroringForwardingRuleInfo other)
Parameter | |
---|---|
Name | Description |
other | PacketMirroringForwardingRuleInfo |
Properties
CanonicalUrl
public string CanonicalUrl { get; set; }
[Output Only] Unique identifier for the forwarding rule; defined by the server.
Property Value | |
---|---|
Type | Description |
string |
HasCanonicalUrl
public bool HasCanonicalUrl { get; }
Gets whether the "canonical_url" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasUrl
public bool HasUrl { get; }
Gets whether the "url" field is set
Property Value | |
---|---|
Type | Description |
bool |
Url
public string Url { get; set; }
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
Property Value | |
---|---|
Type | Description |
string |