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 OnPremiseVantagePointWorkerType
OnPremiseVantagePointWorkerType. create(String key)
OnPremiseVantagePointWorkerType
CreateWorkerDetails. getWorkerType()
Type of the On-premise VP worker.OnPremiseVantagePointWorkerType
Worker. getWorkerType()
Type of the On-premise VP worker.OnPremiseVantagePointWorkerType
WorkerSummary. getWorkerType()
Type of the On-premise VP worker.static OnPremiseVantagePointWorkerType
OnPremiseVantagePointWorkerType. 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.Builder
CreateWorkerDetails.Builder. workerType(OnPremiseVantagePointWorkerType workerType)
Type of the On-premise VP worker.Worker.Builder
Worker.Builder. workerType(OnPremiseVantagePointWorkerType workerType)
Type of the On-premise VP worker.WorkerSummary.Builder
WorkerSummary.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.
-