Package ons
Class MultiPathProtect
java.lang.Object
ons.MultiPathProtect
public class MultiPathProtect
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description MultiPathProtect(MultiPath[] multiPaths)
-
Method Summary
Modifier and Type Method Description MultiPath
getBackup()
MultiPath[]
getMultiPaths()
MultiPath
getPrimary()
int
getTotalBWBackup()
int
getTotalBWBackupAvailable()
int
getTotalBWPrimary()
int
getTotalBWPrimaryAvailable()
void
setBackup(MultiPath[] multipaths)
void
setPrimary(MultiPath[] multipaths)
-
Constructor Details
-
Method Details
-
getMultiPaths
-
getPrimary
-
setPrimary
-
setBackup
-
getTotalBWPrimaryAvailable
public int getTotalBWPrimaryAvailable() -
getTotalBWPrimary
public int getTotalBWPrimary() -
getBackup
-
getTotalBWBackupAvailable
public int getTotalBWBackupAvailable() -
getTotalBWBackup
public int getTotalBWBackup()
-