Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static Link.Builder |
Link.builder()
Create a new builder.
|
Link.Builder |
Link.Builder.copy(Link model) |
Link.Builder |
Link.Builder.delayInMilliseconds(Double delayInMilliseconds)
Difference of the packet response time between source and destination nodes, in
milliseconds.
|
Link.Builder |
Link.Builder.destination(String destination)
ID of the destination node.
|
Link.Builder |
Link.Builder.forwardingLoss(Double forwardingLoss)
Average packet loss.
|
Link.Builder |
Link.Builder.id(String id)
ID of the link.
|
Link.Builder |
Link.Builder.maxDelayInMilliseconds(Double maxDelayInMilliseconds)
Maximum delay in milliseconds.
|
Link.Builder |
Link.Builder.minDelayInMilliseconds(Double minDelayInMilliseconds)
Minimum delay in milliseconds.
|
Link.Builder |
Link.Builder.paths(List<String> paths)
List of all path IDs of which this link is part of.
|
Link.Builder |
Link.Builder.repeatCount(Integer repeatCount)
Number of times the link is repeated.
|
Link.Builder |
Link.Builder.source(String source)
ID of the source node.
|
Link.Builder |
Link.toBuilder() |
Copyright © 2016–2024. All rights reserved.