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