NetworkImpairment.Builder |
NetworkImpairment.Builder.asPath(Collection<Network> asPath) |
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.asPath(Consumer<Network.Builder>... asPath) |
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.asPath(Network... asPath) |
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
|
static NetworkImpairment.Builder |
NetworkImpairment.builder() |
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networkEventType(String networkEventType) |
The type of network impairment.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networkEventType(TriangulationEventType networkEventType) |
The type of network impairment.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networks(Collection<Network> networks) |
The networks that could be impacted by a network impairment event.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networks(Consumer<Network.Builder>... networks) |
The networks that could be impacted by a network impairment event.
|
NetworkImpairment.Builder |
NetworkImpairment.Builder.networks(Network... networks) |
The networks that could be impacted by a network impairment event.
|
NetworkImpairment.Builder |
NetworkImpairment.toBuilder() |
|