public sealed class MirroringEndpointGroup : IMessage<MirroringEndpointGroup>, IEquatable<MirroringEndpointGroup>, IDeepCloneable<MirroringEndpointGroup>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class MirroringEndpointGroup.
An endpoint group is a consumer frontend for a deployment group (backend). In order to configure mirroring for a network, consumers must create:
- An association between their network and the endpoint group.
- A security profile that points to the endpoint group.
- A mirroring rule that references the security profile (group).
Implements
IMessageMirroringEndpointGroup, IEquatableMirroringEndpointGroup, IDeepCloneableMirroringEndpointGroup, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
MirroringEndpointGroup()
public MirroringEndpointGroup()MirroringEndpointGroup(MirroringEndpointGroup)
public MirroringEndpointGroup(MirroringEndpointGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
MirroringEndpointGroup |
Properties
Associations
public RepeatedField<MirroringEndpointGroup.Types.AssociationDetails> Associations { get; }Output only. List of associations to this endpoint group.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMirroringEndpointGroupTypesAssociationDetails |
|
ConnectedDeploymentGroups
public RepeatedField<MirroringEndpointGroup.Types.ConnectedDeploymentGroup> ConnectedDeploymentGroups { get; }Output only. List of details about the connected deployment groups to this endpoint group.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMirroringEndpointGroupTypesConnectedDeploymentGroup |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Labels
public MapField<string, string> Labels { get; }Optional. Labels are key/value pairs that help to organize and filter resources.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
MirroringDeploymentGroup
public string MirroringDeploymentGroup { get; set; }Immutable. The deployment group that this DIRECT endpoint group is
connected to, for example:
projects/123456789/locations/global/mirroringDeploymentGroups/my-dg.
See https://google.aip.dev/124.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MirroringDeploymentGroupAsMirroringDeploymentGroupName
public MirroringDeploymentGroupName MirroringDeploymentGroupAsMirroringDeploymentGroupName { get; set; }MirroringDeploymentGroupName-typed view over the MirroringDeploymentGroup resource name property.
| Property Value | |
|---|---|
| Type | Description |
MirroringDeploymentGroupName |
|
MirroringEndpointGroupName
public MirroringEndpointGroupName MirroringEndpointGroupName { get; set; }MirroringEndpointGroupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MirroringEndpointGroupName |
|
Name
public string Name { get; set; }Immutable. Identifier. The resource name of this endpoint group, for
example:
projects/123456789/locations/global/mirroringEndpointGroups/my-eg.
See https://google.aip.dev/122 for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Reconciling
public bool Reconciling { get; set; }Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new association to the group). See https://google.aip.dev/128.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
State
public MirroringEndpointGroup.Types.State State { get; set; }Output only. The current state of the endpoint group. See https://google.aip.dev/216.
| Property Value | |
|---|---|
| Type | Description |
MirroringEndpointGroupTypesState |
|
Type
public MirroringEndpointGroup.Types.Type Type { get; set; }Immutable. The type of the endpoint group. If left unspecified, defaults to DIRECT.
| Property Value | |
|---|---|
| Type | Description |
MirroringEndpointGroupTypesType |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|