Palo Alto Networks · JSON-LD Context
Palo Alto Sase Multitenant Interconnect Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Sase Multitenant Interconnect Api from Palo Alto Networks.
8 Classes
35 Properties
4 Namespaces
Namespaces
pan:
https://pan.dev/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
DedicatedVlanAttachmentDetailsEntry
IPBlockEntry
IPPoolRequest
InterconnectRequest
PhysicalConnectionEntry
SettingsEntry
VlanAttachmentCustomIpAddress
VlanAttachmentRequest
Properties
| Property | Type | Container |
|---|---|---|
| bandwidth | string | |
| bgpPeerAsn | integer | |
| bgpPeerBfdMinReceiveInterval | integer | |
| bgpPeerBfdMinTransmitInterval | integer | |
| bgpPeerBfdMultiplier | integer | |
| bgpPeerBfdSessionInitMode | string | |
| bgpPeerMd5AuthEnabled | boolean | |
| candidateCloudRouterIpAddress | string | |
| candidateCustomerRouterIpAddress | string | |
| cidr | string | set |
| cloudProvider | string | |
| coloFacilities | string | set |
| dedicatedConnectionDetails | reference | set |
| edgeAvailability | string | |
| edgeLocation | string | |
| egressType | string | |
| ipBlocks | reference | set |
| ipPool | reference | |
| ipProvider | string | |
| linkType | string | |
| macSecEnabled | boolean | |
| name | string | |
| partnerEmail | string | |
| partnerName | string | |
| physicalConnection | reference | |
| physicalConnectionName | string | |
| primaryAttachmentCustomIpAddress | reference | |
| redundantAttachmentCustomIpAddress | reference | |
| region | string | |
| requestedLinkCount | integer | |
| stackType | string | |
| tsgId | string | |
| type | string | |
| usage | string | |
| vlanAttachment | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"pan": "https://pan.dev/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"DedicatedVlanAttachmentDetailsEntry": "pan:DedicatedVlanAttachmentDetailsEntry",
"IPBlockEntry": "pan:IPBlockEntry",
"IPPoolRequest": "pan:IPPoolRequest",
"InterconnectRequest": "pan:InterconnectRequest",
"PhysicalConnectionEntry": "pan:PhysicalConnectionEntry",
"SettingsEntry": "pan:SettingsEntry",
"VlanAttachmentCustomIpAddress": "pan:VlanAttachmentCustomIpAddress",
"VlanAttachmentRequest": "pan:VlanAttachmentRequest",
"bandwidth": {
"@id": "pan:bandwidth",
"@type": "xsd:string"
},
"bgpPeerAsn": {
"@id": "pan:bgpPeerAsn",
"@type": "xsd:integer"
},
"bgpPeerBfdMinReceiveInterval": {
"@id": "pan:bgpPeerBfdMinReceiveInterval",
"@type": "xsd:integer"
},
"bgpPeerBfdMinTransmitInterval": {
"@id": "pan:bgpPeerBfdMinTransmitInterval",
"@type": "xsd:integer"
},
"bgpPeerBfdMultiplier": {
"@id": "pan:bgpPeerBfdMultiplier",
"@type": "xsd:integer"
},
"bgpPeerBfdSessionInitMode": {
"@id": "pan:bgpPeerBfdSessionInitMode",
"@type": "xsd:string"
},
"bgpPeerMd5AuthEnabled": {
"@id": "pan:bgpPeerMd5AuthEnabled",
"@type": "xsd:boolean"
},
"candidateCloudRouterIpAddress": {
"@id": "pan:candidateCloudRouterIpAddress",
"@type": "xsd:string"
},
"candidateCustomerRouterIpAddress": {
"@id": "pan:candidateCustomerRouterIpAddress",
"@type": "xsd:string"
},
"cidr": {
"@id": "pan:cidr",
"@container": "@set",
"@type": "xsd:string"
},
"cloudProvider": {
"@id": "pan:cloudProvider",
"@type": "xsd:string"
},
"coloFacilities": {
"@id": "pan:coloFacilities",
"@container": "@set",
"@type": "xsd:string"
},
"dedicatedConnectionDetails": {
"@id": "pan:dedicatedConnectionDetails",
"@container": "@set",
"@type": "@id"
},
"edgeAvailability": {
"@id": "pan:edgeAvailability",
"@type": "xsd:string"
},
"edgeLocation": {
"@id": "pan:edgeLocation",
"@type": "xsd:string"
},
"egressType": {
"@id": "pan:egressType",
"@type": "xsd:string"
},
"ipBlocks": {
"@id": "pan:ipBlocks",
"@container": "@set",
"@type": "@id"
},
"ipPool": {
"@id": "pan:ipPool",
"@type": "@id"
},
"ipProvider": {
"@id": "pan:ipProvider",
"@type": "xsd:string"
},
"linkType": {
"@id": "pan:linkType",
"@type": "xsd:string"
},
"macSecEnabled": {
"@id": "pan:macSecEnabled",
"@type": "xsd:boolean"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"partnerEmail": {
"@id": "pan:partnerEmail",
"@type": "xsd:string"
},
"partnerName": {
"@id": "pan:partnerName",
"@type": "xsd:string"
},
"physicalConnection": {
"@id": "pan:physicalConnection",
"@type": "@id"
},
"physicalConnectionName": {
"@id": "pan:physicalConnectionName",
"@type": "xsd:string"
},
"primaryAttachmentCustomIpAddress": {
"@id": "pan:primaryAttachmentCustomIpAddress",
"@type": "@id"
},
"redundantAttachmentCustomIpAddress": {
"@id": "pan:redundantAttachmentCustomIpAddress",
"@type": "@id"
},
"region": {
"@id": "pan:region",
"@type": "xsd:string"
},
"requestedLinkCount": {
"@id": "pan:requestedLinkCount",
"@type": "xsd:integer"
},
"stackType": {
"@id": "pan:stackType",
"@type": "xsd:string"
},
"tsgId": {
"@id": "pan:tsgId",
"@type": "xsd:string"
},
"type": {
"@id": "pan:type",
"@type": "xsd:string"
},
"usage": {
"@id": "pan:usage",
"@type": "xsd:string"
},
"vlanAttachment": {
"@id": "pan:vlanAttachment",
"@type": "@id"
}
}
}