InlineCommunityEntity1
InlineCommunityEntity1
JSON Example
{
"name": "string",
"cluster_type": "string",
"members": [
"string"
],
"no_flows_entities": 0,
"allowed_entities": 0,
"blocked_entities": 0,
"unmicrosegmented_entities": 0,
"vds_entities": 0
}
string
name
Optional
Name to represent the community.
cluster_type
Optional
Describes the clustering technique used to create the given cluster.
Enumeration:
FLOW,
LABEL,
NAME,
TAG
array of
string
members
Optional
Entity to represent communities.
integer As int32
As int32
no_flows_entities
Optional
Number of Entities without connections.
integer As int32
As int32
allowed_entities
Optional
Number of Entities with only allowed connections.
integer As int32
As int32
blocked_entities
Optional
Number of Entities without unmicrosegmented connections and has blocked connections.
integer As int32
As int32
unmicrosegmented_entities
Optional
Number of Entities with unmicrosegmented connections.
integer As int32
As int32
vds_entities
Optional
Number of Entities with vds connections.