public sealed class PacketMirroringMirroredResourceInfo : IMessage<PacketMirroringMirroredResourceInfo>, IEquatable<PacketMirroringMirroredResourceInfo>, IDeepCloneable<PacketMirroringMirroredResourceInfo>, IBufferMessage, IMessage
Implements
IMessagePacketMirroringMirroredResourceInfo, IEquatablePacketMirroringMirroredResourceInfo, IDeepCloneablePacketMirroringMirroredResourceInfo, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PacketMirroringMirroredResourceInfo()
public PacketMirroringMirroredResourceInfo()
PacketMirroringMirroredResourceInfo(PacketMirroringMirroredResourceInfo)
public PacketMirroringMirroredResourceInfo(PacketMirroringMirroredResourceInfo other)
Parameter | |
---|---|
Name | Description |
other | PacketMirroringMirroredResourceInfo |
Properties
Instances
public RepeatedField<PacketMirroringMirroredResourceInfoInstanceInfo> Instances { get; }
A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring. Note that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 Instances.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPacketMirroringMirroredResourceInfoInstanceInfo |
Subnetworks
public RepeatedField<PacketMirroringMirroredResourceInfoSubnetInfo> Subnetworks { get; }
A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPacketMirroringMirroredResourceInfoSubnetInfo |
Tags
public RepeatedField<string> Tags { get; }
A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |