Show / Hide Table of Contents

Class PacketMirroringArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PacketMirroringArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class PacketMirroringArgs : ResourceArgs

Constructors

View Source

PacketMirroringArgs()

Declaration
public PacketMirroringArgs()

Properties

View Source

CollectorIlb

The Forwarding Rule resource (of type load_balancing_scheme=INTERNAL) that will be used as collector for mirrored traffic. The specified forwarding rule must have is_mirroring_collector set to true. Structure is documented below.

Declaration
public Input<PacketMirroringCollectorIlbArgs> CollectorIlb { get; set; }
Property Value
Type Description
Input<PacketMirroringCollectorIlbArgs>
View Source

Description

A human-readable description of the rule.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Filter

A filter for mirrored traffic. If unset, all traffic is mirrored. Structure is documented below.

Declaration
public Input<PacketMirroringFilterArgs> Filter { get; set; }
Property Value
Type Description
Input<PacketMirroringFilterArgs>
View Source

MirroredResources

A means of specifying which resources to mirror. Structure is documented below.

Declaration
public Input<PacketMirroringMirroredResourcesArgs> MirroredResources { get; set; }
Property Value
Type Description
Input<PacketMirroringMirroredResourcesArgs>
View Source

Name

The name of the packet mirroring rule

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Network

Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network. Structure is documented below.

Declaration
public Input<PacketMirroringNetworkArgs> Network { get; set; }
Property Value
Type Description
Input<PacketMirroringNetworkArgs>
View Source

Priority

Since only one rule can be active at a time, priority is used to break ties in the case of two rules that apply to the same instances.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Region

The Region in which the created address should reside. If it is not provided, the provider region is used.

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.