Class CustomMirroringProfile
CustomMirroringProfile defines out-of-band integration behavior (mirroring). It is used by mirroring rules with a MIRROR action.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity .v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.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 target MirroringEndpointGroup. When a mirroring rule with this security profile attached matches a packet, a replica will be mirrored to the location-local target in this group.
Declaration
[JsonProperty("mirroringEndpointGroup")]
public virtual string MirroringEndpointGroup { get; set; }
Property Value
Type | Description |
---|---|
string |