Uses of Class
com.oracle.bmc.apmsynthetics.model.OnPremiseVantagePointWorkerType
-
Packages that use OnPremiseVantagePointWorkerType Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of OnPremiseVantagePointWorkerType in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return OnPremiseVantagePointWorkerType Modifier and Type Method Description static OnPremiseVantagePointWorkerTypeOnPremiseVantagePointWorkerType. create(String key)OnPremiseVantagePointWorkerTypeCreateWorkerDetails. getWorkerType()Type of the On-premise VP worker.OnPremiseVantagePointWorkerTypeWorker. getWorkerType()Type of the On-premise VP worker.OnPremiseVantagePointWorkerTypeWorkerSummary. getWorkerType()Type of the On-premise VP worker.static OnPremiseVantagePointWorkerTypeOnPremiseVantagePointWorkerType. valueOf(String name)Returns the enum constant of this type with the specified name.static OnPremiseVantagePointWorkerType[]OnPremiseVantagePointWorkerType. 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 OnPremiseVantagePointWorkerType Modifier and Type Method Description CreateWorkerDetails.BuilderCreateWorkerDetails.Builder. workerType(OnPremiseVantagePointWorkerType workerType)Type of the On-premise VP worker.Worker.BuilderWorker.Builder. workerType(OnPremiseVantagePointWorkerType workerType)Type of the On-premise VP worker.WorkerSummary.BuilderWorkerSummary.Builder. workerType(OnPremiseVantagePointWorkerType workerType)Type of the On-premise VP worker.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type OnPremiseVantagePointWorkerType Constructor Description CreateWorkerDetails(String name, String version, String resourcePrincipalTokenPublicKey, Object configurationDetails, OnPremiseVantagePointWorkerType workerType, OnPremiseVantagePointWorkerStatus status, Integer priority, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.Worker(String id, String runtimeId, String displayName, String name, String opvpId, String opvpName, OnPremiseVpWorkerVersionDetails versionDetails, Object configurationDetails, OnPremiseVantagePointWorkerType workerType, OnPremiseVantagePointWorkerStatus status, Integer priority, String geoInfo, List<WorkerMonitorList> monitorList, IdentityInfoDetails identityInfo, Date timeLastSyncUp, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.WorkerSummary(String id, String displayName, String name, OnPremiseVpWorkerVersionDetails versionDetails, Object configurationDetails, OnPremiseVantagePointWorkerType workerType, OnPremiseVantagePointWorkerStatus status, Integer priority, String geoInfo, List<WorkerMonitorList> monitorList, Date timeLastSyncup, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-