Uses of Class
com.oracle.bmc.apmsynthetics.model.Node.Type
-
Packages that use Node.Type Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of Node.Type in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return Node.Type Modifier and Type Method 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.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type Node.Type Modifier and Type Method Description Node.Builder
Node.Builder. type(Node.Type type)
Type of network node.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type Node.Type Constructor 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.
-