Class InterceptDeploymentGroup (0.13.1)

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

A deployment group aggregates many zonal intercept backends (deployments) into a single global intercept service. Consumers can connect this service using an endpoint group.

Attributes

Name Description
name str
Immutable. Identifier. The resource name of this deployment group, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. 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.
network str
Required. Immutable. The network that will be used for all child deployments, for example: projects/{project}/global/networks/{network}. See https://google.aip.dev/124.
connected_endpoint_groups MutableSequence[google.cloud.network_security_v1alpha1.types.InterceptDeploymentGroup.ConnectedEndpointGroup]
Output only. The list of endpoint groups that are connected to this resource.
nested_deployments MutableSequence[google.cloud.network_security_v1alpha1.types.InterceptDeploymentGroup.Deployment]
Output only. The list of Intercept Deployments that belong to this group.
state google.cloud.network_security_v1alpha1.types.InterceptDeploymentGroup.State
Output only. The current state of the deployment 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 deployment to the group) See https://google.aip.dev/128.
description str
Optional. User-provided description of the deployment group. Used as additional context for the deployment group.
locations MutableSequence[google.cloud.network_security_v1alpha1.types.InterceptLocation]
Output only. The list of locations where the deployment group is present.

Classes

ConnectedEndpointGroup

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

An endpoint group connected to this deployment group.

Deployment

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

A deployment belonging to this 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)

The current state of the deployment group.