InterceptDeploymentGroup class

A deployment group aggregates many zonal intercept backends (deployments) into a single global intercept service.

Consumers can connect this service using an endpoint group.

Constructors

InterceptDeploymentGroup({List<InterceptDeploymentGroupConnectedEndpointGroup>? connectedEndpointGroups, String? createTime, String? description, Map<String, String>? labels, List<InterceptLocation>? locations, String? name, List<InterceptDeploymentGroupDeployment>? nestedDeployments, String? network, bool? reconciling, String? state, String? updateTime})
InterceptDeploymentGroup.fromJson(Map json_)

Properties

connectedEndpointGroups ↔ List<InterceptDeploymentGroupConnectedEndpointGroup>?
The list of endpoint groups that are connected to this resource.
getter/setter pair
createTime ↔ String?
The timestamp when the resource was created.
getter/setter pair
description ↔ String?
User-provided description of the deployment group.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
labels ↔ Map<String, String>?
Labels are key/value pairs that help to organize and filter resources.
getter/setter pair
locations ↔ List<InterceptLocation>?
The list of locations where the deployment group is present.
getter/setter pair
name ↔ String?
Identifier.
getter/setter pair
nestedDeployments ↔ List<InterceptDeploymentGroupDeployment>?
The list of Intercept Deployments that belong to this group.
getter/setter pair
network ↔ String?
The network that will be used for all child deployments, for example: projects/{project}/global/networks/{network}.
getter/setter pair
reconciling ↔ bool?
The current state of the resource does not match the user's intended state, and the system is working to reconcile them.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state ↔ String?
The current state of the deployment group.
getter/setter pair
updateTime ↔ String?
The timestamp when the resource was most recently updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited