Compute Engine v1 API - Class PacketMirroringForwardingRuleInfo (2.15.0)

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

Inheritance

object > PacketMirroringForwardingRuleInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PacketMirroringForwardingRuleInfo()

public PacketMirroringForwardingRuleInfo()

PacketMirroringForwardingRuleInfo(PacketMirroringForwardingRuleInfo)

public PacketMirroringForwardingRuleInfo(PacketMirroringForwardingRuleInfo other)
Parameter
NameDescription
otherPacketMirroringForwardingRuleInfo

Properties

CanonicalUrl

public string CanonicalUrl { get; set; }

[Output Only] Unique identifier for the forwarding rule; defined by the server.

Property Value
TypeDescription
string

HasCanonicalUrl

public bool HasCanonicalUrl { get; }

Gets whether the "canonical_url" field is set

Property Value
TypeDescription
bool

HasUrl

public bool HasUrl { get; }

Gets whether the "url" field is set

Property Value
TypeDescription
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
TypeDescription
string