InterceptEndpointGroup class

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

Constructors

InterceptEndpointGroup.new({List<InterceptEndpointGroupAssociationDetails>? associations, InterceptEndpointGroupConnectedDeploymentGroup? connectedDeploymentGroup, String? createTime, String? description, String? interceptDeploymentGroup, Map<String, String>? labels, String? name, bool? reconciling, String? state, String? updateTime})
InterceptEndpointGroup.fromJson(Map json_)

Properties

associations List<InterceptEndpointGroupAssociationDetails>?
List of associations to this endpoint group.
getter/setter pair
connectedDeploymentGroup InterceptEndpointGroupConnectedDeploymentGroup?
Details about the connected deployment group to this endpoint group.
getter/setter pair
createTime String?
The timestamp when the resource was created.
getter/setter pair
description String?
User-provided description of the endpoint group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interceptDeploymentGroup String?
The deployment group that this endpoint group is connected to, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg.
getter/setter pair
labels Map<String, String>?
Labels are key/value pairs that help to organize and filter resources.
getter/setter pair
name String?
Identifier.
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 endpoint 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