Class InterceptEndpointGroup (0.13.0)

InterceptEndpointGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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).

Attributes

Name Description
name str
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.
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_deployment_group str
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.
connected_deployment_group google.cloud.network_security_v1alpha1.types.InterceptEndpointGroup.ConnectedDeploymentGroup
Output only. Details about the connected deployment group to this endpoint group.
state google.cloud.network_security_v1alpha1.types.InterceptEndpointGroup.State
Output only. The current state of the endpoint group. See https://google.aip.dev/216.
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 is part of the normal operation (e.g. adding a new association to the group). See https://google.aip.dev/128.
associations MutableSequence[google.cloud.network_security_v1alpha1.types.InterceptEndpointGroup.AssociationDetails]
Output only. List of associations to this endpoint group.
description str
Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.

Classes

AssociationDetails

AssociationDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The endpoint group's view of a connected association.

ConnectedDeploymentGroup

ConnectedDeploymentGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The endpoint group's view of a connected deployment group.

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, .Message]

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 mapping is a mapping type or there are keyword parameters.

State

State(value)

Endpoint group state.