public sealed class PacketMirroringsScopedList : IMessage<PacketMirroringsScopedList>, IEquatable<PacketMirroringsScopedList>, IDeepCloneable<PacketMirroringsScopedList>, IBufferMessage, IMessage
Implements
IMessage<PacketMirroringsScopedList>, IEquatable<PacketMirroringsScopedList>, IDeepCloneable<PacketMirroringsScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PacketMirroringsScopedList()
public PacketMirroringsScopedList()
PacketMirroringsScopedList(PacketMirroringsScopedList)
public PacketMirroringsScopedList(PacketMirroringsScopedList other)
Parameter | |
---|---|
Name | Description |
other | PacketMirroringsScopedList |
Properties
PacketMirrorings
public RepeatedField<PacketMirroring> PacketMirrorings { get; }
A list of packetMirrorings contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedField<PacketMirroring> |
Warning
public Warning Warning { get; set; }
Informational warning which replaces the list of packetMirrorings when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |