Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static Node.Type |
Node.Type.create(String key) |
Node.Type |
Node.getType()
Type of network node.
|
static Node.Type |
Node.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.Type[] |
Node.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.type(Node.Type type)
Type of network node.
|
Constructor and Description |
---|
Node(String id,
String ipAddress,
String displayName,
String geoInfo,
List<String> outgoingLinks,
Integer consecutiveAnonymousCount,
Integer level,
Double avgPacketResponseTimeInMs,
Double avgPacketLossPercent,
Node.Type type)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.