Skip to content

Class: LoadBalancerProfile

The attributes that describe information specific to load balancers.

URI: ocsf:LoadBalancerProfile

 classDiagram
    class LoadBalancerProfile
    click LoadBalancerProfile href "../LoadBalancerProfile/"
      LoadBalancerProfile <|-- NetworkEvent
        click NetworkEvent href "../NetworkEvent/"

      LoadBalancerProfile : load_balancer





        LoadBalancerProfile --> "0..1 _recommended_" LoadBalancer : load_balancer
        click LoadBalancer href "../LoadBalancer/"



Class Properties

Property Value
Mixin Yes

Slots

Name Cardinality and Range Description Inheritance
load_balancer 0..1 recommended
LoadBalancer
The Load Balancer object contains information related to the device that is direct

Mixin Usage

mixed into description
NetworkEvent Network event is a generic event that defines a set of attributes available i...

In Subsets

Aliases

  • Load Balancer

Identifier and Mapping Information

Annotations

property value
ocsf_profile load_balancer
group primary

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:LoadBalancerProfile
native ocsf:LoadBalancerProfile

LinkML Source

Direct

name: LoadBalancerProfile
annotations:
  ocsf_profile:
    tag: ocsf_profile
    value: load_balancer
  group:
    tag: group
    value: primary
description: The attributes that describe information specific to load balancers.
in_subset:
- load_balancer_profile_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Load Balancer
mixin: true
slots:
- load_balancer
slot_usage:
  load_balancer:
    name: load_balancer
    recommended: true

Induced

name: LoadBalancerProfile
annotations:
  ocsf_profile:
    tag: ocsf_profile
    value: load_balancer
  group:
    tag: group
    value: primary
description: The attributes that describe information specific to load balancers.
in_subset:
- load_balancer_profile_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Load Balancer
mixin: true
slot_usage:
  load_balancer:
    name: load_balancer
    recommended: true
attributes:
  load_balancer:
    name: load_balancer
    description: 'The Load Balancer object contains information related to the device
      that is

      distributing incoming traffic to specified destinations.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Load Balancer
    rank: 1000
    alias: load_balancer
    owner: LoadBalancerProfile
    domain_of:
    - LoadBalancerProfile
    range: LoadBalancer
    recommended: true