Class CustomMirroringProfile
CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class CustomMirroringProfile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MirroringEndpointGroup
Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
Declaration
[JsonProperty("mirroringEndpointGroup")]
public virtual string MirroringEndpointGroup { get; set; }
Property Value
Type | Description |
---|---|
string |