public sealed class InterceptEndpointGroupAssociation : IMessage<InterceptEndpointGroupAssociation>, IEquatable<InterceptEndpointGroupAssociation>, IDeepCloneable<InterceptEndpointGroupAssociation>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class InterceptEndpointGroupAssociation.
An endpoint group association represents a link between a network and an endpoint group in the organization.
Creating an association creates the networking infrastructure linking the network to the endpoint group, but does not enable intercept by itself. To enable intercept, the user must also create a network firewall policy containing intercept rules and associate it with the network.
Implements
IMessageInterceptEndpointGroupAssociation, IEquatableInterceptEndpointGroupAssociation, IDeepCloneableInterceptEndpointGroupAssociation, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
InterceptEndpointGroupAssociation()
public InterceptEndpointGroupAssociation()InterceptEndpointGroupAssociation(InterceptEndpointGroupAssociation)
public InterceptEndpointGroupAssociation(InterceptEndpointGroupAssociation other)| Parameter | |
|---|---|
| Name | Description |
other |
InterceptEndpointGroupAssociation |
Properties
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 |
|
InterceptEndpointGroup
public string InterceptEndpointGroup { get; set; }Required. Immutable. The endpoint group that this association is connected
to, for example:
projects/123456789/locations/global/interceptEndpointGroups/my-eg.
See https://google.aip.dev/124.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InterceptEndpointGroupAsInterceptEndpointGroupName
public InterceptEndpointGroupName InterceptEndpointGroupAsInterceptEndpointGroupName { get; set; }InterceptEndpointGroupName-typed view over the InterceptEndpointGroup resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupName |
|
InterceptEndpointGroupAssociationName
public InterceptEndpointGroupAssociationName InterceptEndpointGroupAssociationName { get; set; }InterceptEndpointGroupAssociationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociationName |
|
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 |
|
Locations
public RepeatedField<InterceptLocation> Locations { get; }Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInterceptLocation |
|
LocationsDetails
[Obsolete]
public RepeatedField<InterceptEndpointGroupAssociation.Types.LocationDetails> LocationsDetails { get; }Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldInterceptEndpointGroupAssociationTypesLocationDetails |
|
Name
public string Name { get; set; }Immutable. Identifier. The resource name of this endpoint group
association, for example:
projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association.
See https://google.aip.dev/122 for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Network
public string Network { get; set; }Required. Immutable. The VPC network that is associated. for example:
projects/123456789/global/networks/my-network.
See https://google.aip.dev/124.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }NetworkName-typed view over the Network resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|
NetworkCookie
public uint NetworkCookie { get; set; }Output only. Identifier used by the data-path. See the NSI GENEVE format for more details: https://docs.cloud.google.com/network-security-integration/docs/understand-geneve#network_id
| Property Value | |
|---|---|
| Type | Description |
uint |
|
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 part of the normal operation (e.g. adding a new location to the target deployment group). See https://google.aip.dev/128.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
State
public InterceptEndpointGroupAssociation.Types.State State { get; set; }Output only. Current state of the endpoint group association.
| Property Value | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociationTypesState |
|
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 |
|