Show / Hide Table of Contents

Class PacketMirroringMirroredResourceInfo

Inheritance
object
PacketMirroringMirroredResourceInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class PacketMirroringMirroredResourceInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Instances

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.

Declaration
[JsonProperty("instances")]
public virtual IList<PacketMirroringMirroredResourceInfoInstanceInfo> Instances { get; set; }
Property Value
Type Description
IList<PacketMirroringMirroredResourceInfoInstanceInfo>

Subnetworks

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.

Declaration
[JsonProperty("subnetworks")]
public virtual IList<PacketMirroringMirroredResourceInfoSubnetInfo> Subnetworks { get; set; }
Property Value
Type Description
IList<PacketMirroringMirroredResourceInfoSubnetInfo>

Tags

A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.

Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX