InterceptEndpointGroupAssociation(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)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.
Attributes |
|
|---|---|
| Name | Description |
name |
str
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.
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. |
labels |
MutableMapping[str, str]
Optional. Labels are key/value pairs that help to organize and filter resources. |
intercept_endpoint_group |
str
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.
|
network |
str
Required. Immutable. The VPC network that is associated. for example: projects/123456789/global/networks/my-network.
See https://google.aip.dev/124.
|
locations_details |
MutableSequence[google.cloud.network_security_v1alpha1.types.InterceptEndpointGroupAssociation.LocationDetails]
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. |
state |
google.cloud.network_security_v1alpha1.types.InterceptEndpointGroupAssociation.State
Output only. Current state of the endpoint group association. |
reconciling |
bool
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. |
locations |
MutableSequence[google.cloud.network_security_v1alpha1.types.InterceptLocation]
Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
LocationDetails
LocationDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)Contains details about the state of an association in a specific cloud location.
State
State(value)The state of the association.