Enum: BoundaryIdEnum
The normalized identifier of the boundary of the connection. For
cloud connections, this translates to the traffic-boundary (same VPC, through
IGW, etc.). For traditional networks, this is described as Local, Internal, or
External.
URI: ocsf:BoundaryIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| UNKNOWN | None | The connection boundary is unknown |
| LOCALHOST | None | Local network traffic on the same endpoint |
| INTERNAL | None | Internal network traffic between two endpoints inside network |
| EXTERNAL | None | External network traffic between two endpoints on the Internet or outside the |
| SAME_VPC | None | Through another resource in the same VPC |
| INTERNET_VPC_GATEWAY | None | Through an Internet gateway or a gateway VPC endpoint |
| VIRTUAL_PRIVATE_GATEWAY | None | Through a virtual private gateway |
| INTRA_REGION_VPC | None | Through an intra-region VPC peering connection |
| INTER_REGION_VPC | None | Through an inter-region VPC peering connection |
| LOCAL_GATEWAY | None | Through a local gateway |
| GATEWAY_VPC | None | Through a gateway VPC endpoint (Nitro-based instances only) |
| INTERNET_GATEWAY | None | Through an Internet gateway (Nitro-based instances only) |
| OTHER | None | The boundary is not mapped |
Slots
| Name | Description |
|---|---|
| boundary_id | The normalized identifier of the boundary of the connection |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: BoundaryIdEnum
description: '<p>The normalized identifier of the boundary of the connection. </p><p>
For
cloud connections, this translates to the traffic-boundary (same VPC, through
IGW, etc.). For traditional networks, this is described as Local, Internal, or
External.</p>'
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
UNKNOWN:
text: UNKNOWN
description: The connection boundary is unknown.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '0'
caption:
tag: caption
value: Unknown
LOCALHOST:
text: LOCALHOST
description: Local network traffic on the same endpoint.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Localhost
INTERNAL:
text: INTERNAL
description: Internal network traffic between two endpoints inside network.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Internal
EXTERNAL:
text: EXTERNAL
description: 'External network traffic between two endpoints on the Internet or
outside the
network.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: External
SAME_VPC:
text: SAME_VPC
description: Through another resource in the same VPC
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Same VPC
INTERNET_VPC_GATEWAY:
text: INTERNET_VPC_GATEWAY
description: Through an Internet gateway or a gateway VPC endpoint
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: Internet/VPC Gateway
VIRTUAL_PRIVATE_GATEWAY:
text: VIRTUAL_PRIVATE_GATEWAY
description: Through a virtual private gateway
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: Virtual Private Gateway
INTRA_REGION_VPC:
text: INTRA_REGION_VPC
description: Through an intra-region VPC peering connection
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: Intra-region VPC
INTER_REGION_VPC:
text: INTER_REGION_VPC
description: Through an inter-region VPC peering connection
annotations:
ocsf_uid:
tag: ocsf_uid
value: '8'
caption:
tag: caption
value: Inter-region VPC
LOCAL_GATEWAY:
text: LOCAL_GATEWAY
description: Through a local gateway
annotations:
ocsf_uid:
tag: ocsf_uid
value: '9'
caption:
tag: caption
value: Local Gateway
GATEWAY_VPC:
text: GATEWAY_VPC
description: Through a gateway VPC endpoint (Nitro-based instances only)
annotations:
ocsf_uid:
tag: ocsf_uid
value: '10'
caption:
tag: caption
value: Gateway VPC
INTERNET_GATEWAY:
text: INTERNET_GATEWAY
description: Through an Internet gateway (Nitro-based instances only)
annotations:
ocsf_uid:
tag: ocsf_uid
value: '11'
caption:
tag: caption
value: Internet Gateway
OTHER:
text: OTHER
description: 'The boundary is not mapped. See the <code>boundary</code> attribute,
which
contains a data source specific value.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '99'
caption:
tag: caption
value: Other