public sealed class InterceptEndpointGroup : IMessage<InterceptEndpointGroup>, IEquatable<InterceptEndpointGroup>, IDeepCloneable<InterceptEndpointGroup>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class InterceptEndpointGroup.
An endpoint group is a consumer frontend for a deployment group (backend). In order to configure intercept 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 firewall rule that references the security profile (group).
Implements
IMessageInterceptEndpointGroup, IEquatableInterceptEndpointGroup, IDeepCloneableInterceptEndpointGroup, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
InterceptEndpointGroup()
public InterceptEndpointGroup()InterceptEndpointGroup(InterceptEndpointGroup)
public InterceptEndpointGroup(InterceptEndpointGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
InterceptEndpointGroup |
Properties
Associations
public RepeatedField<InterceptEndpointGroup.Types.AssociationDetails> Associations { get; }Output only. List of associations to this endpoint group.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInterceptEndpointGroupTypesAssociationDetails |
|
ConnectedDeploymentGroup
public InterceptEndpointGroup.Types.ConnectedDeploymentGroup ConnectedDeploymentGroup { get; set; }Output only. Details about the connected deployment group to this endpoint group.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupTypesConnectedDeploymentGroup |
|
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 |
|
InterceptDeploymentGroup
public string InterceptDeploymentGroup { get; set; }Required. Immutable. The deployment group that this endpoint group is
connected to, for example:
projects/123456789/locations/global/interceptDeploymentGroups/my-dg.
See https://google.aip.dev/124.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InterceptDeploymentGroupAsInterceptDeploymentGroupName
public InterceptDeploymentGroupName InterceptDeploymentGroupAsInterceptDeploymentGroupName { get; set; }InterceptDeploymentGroupName-typed view over the InterceptDeploymentGroup resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptDeploymentGroupName |
|
InterceptEndpointGroupName
public InterceptEndpointGroupName InterceptEndpointGroupName { get; set; }InterceptEndpointGroupName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupName |
|
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 |
|
Name
public string Name { get; set; }Immutable. Identifier. The resource name of this endpoint group, for
example:
projects/123456789/locations/global/interceptEndpointGroups/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 InterceptEndpointGroup.Types.State State { get; set; }Output only. The current state of the endpoint group. See https://google.aip.dev/216.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupTypesState |
|
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 |
|