SapData

SapData
SapData

This type represents the information related to a SAP of a NS. It shall comply with the provisions defined in Table 6.5.3.10-1.

JSON Example
{
    "sapdId": "sapdId",
    "description": "description",
    "sapName": "sapName",
    "sapProtocolData": [
        {
            "ipOverEthernet": {
                "macAddress": "macAddress",
                "ipAddresses": [
                    {
                        "fixedAddresses": [
                            null,
                            null
                        ],
                        "subnetId": "subnetId",
                        "addressRange": {
                            "maxAddress": "maxAddress",
                            "minAddress": "minAddress"
                        },
                        "type": "IPV4",
                        "numDynamicAddresses": 6
                    },
                    {
                        "fixedAddresses": [
                            null,
                            null
                        ],
                        "subnetId": "subnetId",
                        "addressRange": {
                            "maxAddress": "maxAddress",
                            "minAddress": "minAddress"
                        },
                        "type": "IPV4",
                        "numDynamicAddresses": 6
                    }
                ]
            },
            "layerProtocol": "IP_OVER_ETHERNET"
        },
        {
            "ipOverEthernet": {
                "macAddress": "macAddress",
                "ipAddresses": [
                    {
                        "fixedAddresses": [
                            null,
                            null
                        ],
                        "subnetId": "subnetId",
                        "addressRange": {
                            "maxAddress": "maxAddress",
                            "minAddress": "minAddress"
                        },
                        "type": "IPV4",
                        "numDynamicAddresses": 6
                    },
                    {
                        "fixedAddresses": [
                            null,
                            null
                        ],
                        "subnetId": "subnetId",
                        "addressRange": {
                            "maxAddress": "maxAddress",
                            "minAddress": "minAddress"
                        },
                        "type": "IPV4",
                        "numDynamicAddresses": 6
                    }
                ]
            },
            "layerProtocol": "IP_OVER_ETHERNET"
        }
    ]
}
string
sapdId
Required

An identifier that is unique within a NS descriptor. Representation: string of variable length.

string
sapName
Required

Human readable name for the SAP.

string
description
Required

Human readable description for the SAP.

sapProtocolData
Optional

Parameters for configuring the network protocols on the SAP.