public sealed class CustomMirroringProfile : IMessage<CustomMirroringProfile>, IEquatable<CustomMirroringProfile>, IDeepCloneable<CustomMirroringProfile>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class CustomMirroringProfile.
CustomMirroringProfile defines out-of-band integration behavior (mirroring). It is used by mirroring rules with a MIRROR action.
Implements
IMessageCustomMirroringProfile, IEquatableCustomMirroringProfile, IDeepCloneableCustomMirroringProfile, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
CustomMirroringProfile()
public CustomMirroringProfile()CustomMirroringProfile(CustomMirroringProfile)
public CustomMirroringProfile(CustomMirroringProfile other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomMirroringProfile |
Properties
MirroringEndpointGroup
public string MirroringEndpointGroup { get; set; }Required. Immutable. 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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MirroringEndpointGroupAsMirroringEndpointGroupName
public MirroringEndpointGroupName MirroringEndpointGroupAsMirroringEndpointGroupName { get; set; }MirroringEndpointGroupName-typed view over the MirroringEndpointGroup resource name property.
| Property Value | |
|---|---|
| Type | Description |
MirroringEndpointGroupName |
|