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.TypeNode.Type. create(String key)Node.TypeNode. getType()Type of network node.static Node.TypeNode.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.BuilderNode.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.
-