Uses of Class
com.oracle.bmc.apmsynthetics.model.OnPremiseVantagePoint.Type
-
Packages that use OnPremiseVantagePoint.Type Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of OnPremiseVantagePoint.Type in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return OnPremiseVantagePoint.Type Modifier and Type Method Description static OnPremiseVantagePoint.TypeOnPremiseVantagePoint.Type. create(String key)OnPremiseVantagePoint.TypeOnPremiseVantagePoint. getType()Type of On-premise vantage point.static OnPremiseVantagePoint.TypeOnPremiseVantagePoint.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OnPremiseVantagePoint.Type[]OnPremiseVantagePoint.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 OnPremiseVantagePoint.Type Modifier and Type Method Description OnPremiseVantagePoint.BuilderOnPremiseVantagePoint.Builder. type(OnPremiseVantagePoint.Type type)Type of On-premise vantage point.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type OnPremiseVantagePoint.Type Constructor Description OnPremiseVantagePoint(String id, String displayName, String name, OnPremiseVantagePoint.Type type, String description, WorkersSummary workersSummary, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-