Represents an OSPF AS External LSA
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
OSPFLSA (class) |
common ancestor type for all LSAs |
Name | Type | Description |
---|---|---|
contents | OSPFASExternalLSAContents | |
header | OSPFLSAHeader |
// // Represents an OSPF AS External LSA // class OSPFASExternalLSA extends OSPFLSA { OSPFASExternalLSAContents contents; }