Class PacketMirroringsScopedList
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PacketMirroringsScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PacketMirrorings
A list of packetMirrorings contained in this scope.
Declaration
[JsonProperty("packetMirrorings")]
public virtual IList<PacketMirroring> PacketMirrorings { get; set; }
Property Value
Type | Description |
---|---|
IList<PacketMirroring> |
Warning
Informational warning which replaces the list of packetMirrorings when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual PacketMirroringsScopedList.WarningData Warning { get; set; }
Property Value
Type | Description |
---|---|
PacketMirroringsScopedList.WarningData |