public interface CustomMirroringProfileOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMirroringEndpointGroup()
public abstract String getMirroringEndpointGroup()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.
string mirroring_endpoint_group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The mirroringEndpointGroup. |
getMirroringEndpointGroupBytes()
public abstract ByteString getMirroringEndpointGroupBytes()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.
string mirroring_endpoint_group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mirroringEndpointGroup. |