Class PacketMirroringMirroredResourcesGetArgs
Inherited Members
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class PacketMirroringMirroredResourcesGetArgs : ResourceArgs
Constructors
View SourcePacketMirroringMirroredResourcesGetArgs()
Declaration
public PacketMirroringMirroredResourcesGetArgs()
Properties
View SourceInstances
All the listed instances will be mirrored. Specify at most 50. Structure is documented below.
Declaration
public InputList<PacketMirroringMirroredResourcesInstanceGetArgs> Instances { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PacketMirroringMirroredResourcesInstanceGetArgs> |
Subnetworks
All instances in one of these subnetworks will be mirrored. Structure is documented below.
Declaration
public InputList<PacketMirroringMirroredResourcesSubnetworkGetArgs> Subnetworks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PacketMirroringMirroredResourcesSubnetworkGetArgs> |
Tags
All instances with these tags will be mirrored.
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |