public class N5gUDM extends N5gNetworkDevice
Class representing an UDM chassis
To be used in conjunction with 5GDataStore.
An UDM extends 5GNetworkDevice but adds the following functionality:
N5gNetworkDevice.eChassisTypedeviceType, functionTag, functionVec, parentChassisDn, parentChassisIdgbtsGLoCells, gtrxgroups, nodeBLocalCells, transceiversaddressSpace, associatedAddresses, baseName, configuredAddresses, connectivity, deviceId, entityList, interfaces, ipForwarding, layer2Vpns, layer3Vpns, lspList, managedElementId, mplsInterfaces, protocol, sysDescr, sysName, sysObjectId, uniqueAddresscustomData, extraInfo| Constructor and Description |
|---|
N5gUDM(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gUDM(java.lang.String deviceId,
java.lang.String uniqueAddress) |
N5gUDM(java.lang.String deviceId,
java.lang.String parentChassisId,
java.lang.String parentChassisDn)
Create a new UDM network device
|
| Modifier and Type | Method and Description |
|---|---|
N5gUDMFunction |
addUDMFunction(java.lang.String name,
java.lang.String vendor,
java.util.Map<java.lang.String,java.lang.Object> data)
Add an UDMFunction Type to this UDM
|
void |
Initialise() |
getAttributesXML, getChassisType, getFunctionTag, getFunctionVecItr, getFunctionVecSize, InitialiseMembersaddGbtsGLocalCell, addGtrxgroup, addLocationInformation, addNodeBLocalCell, addSector, addTransceiver, associate, getGbtsGLocalCells, getGtrxgroups, getNodeBLocalCells, getRANConnectivity, getRANType, getTransceivers, isPartOfMulitFunction, setPartOfMulitFunctionaddAssociatedAddress, addConfiguredAddress, addConnection, addInterface, addL3Vpn, addL3VpnInterface, addL3VpnRouteTarget, getAddressSpace, getAssociatedAddresses, getBaseName, getConfiguredAddresses, getConnections, getDeviceId, getEntityList, getId, getInterfaces, getIpForwarding, getLayer2Vpns, getLayer3Vpns, getLspList, getManagedElementId, getMplsInterfaces, getName, getProtocol, getSysDescr, getSysName, getSysObjectId, getUniqueAddress, getUniqueID, hasAddress, isInSubnet, merge, resolveDeviceAddresses, setAddressSpace, setBaseName, setDeviceId, setIpForwarding, setManagedElementId, setManagementIpAddress, setProtocol, setSysDescr, setSysName, setSysObjectId, setUniqueName, toDeviceInfoXMLString, toInventoryXMLString, toMPLSInterfaceXMLString, toXMLStringaddCustomData, addExtraInfo, getCustomData, getExtraInfopublic N5gUDM(NetworkDevice device)
device - The network device to use as a basis for the new 5GUDMpublic N5gUDM(java.lang.String deviceId,
java.lang.String uniqueAddress)
public N5gUDM(java.lang.String deviceId,
java.lang.String parentChassisId,
java.lang.String parentChassisDn)
deviceId - The unique id to use as a basis for the new UDMparentChassisId - The EMS's unique id of the UDM's chassisparentChassisDn - The EMS's name for the UDM's chassispublic N5gUDMFunction addUDMFunction(java.lang.String name, java.lang.String vendor, java.util.Map<java.lang.String,java.lang.Object> data)
name - The name of the UDMvendor - The vendor of the UDMdata - A Map of data objects relevant to an UDMFunctionpublic void Initialise()