Uses of Class
com.oracle.bmc.apmsynthetics.model.OnPremiseVantagePointWorkerStatus
-
Packages that use OnPremiseVantagePointWorkerStatus Package Description com.oracle.bmc.apmsynthetics.model com.oracle.bmc.apmsynthetics.requests -
-
Uses of OnPremiseVantagePointWorkerStatus in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return OnPremiseVantagePointWorkerStatus Modifier and Type Method Description static OnPremiseVantagePointWorkerStatus
OnPremiseVantagePointWorkerStatus. create(String key)
OnPremiseVantagePointWorkerStatus
CreateWorkerDetails. getStatus()
Enables or disables the On-premise VP worker.OnPremiseVantagePointWorkerStatus
UpdateWorkerDetails. getStatus()
Enables or disables the On-premise VP worker.OnPremiseVantagePointWorkerStatus
Worker. getStatus()
Enables or disables the On-premise VP worker.OnPremiseVantagePointWorkerStatus
WorkerSummary. getStatus()
Enables or disables the On-premise VP worker.static OnPremiseVantagePointWorkerStatus
OnPremiseVantagePointWorkerStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OnPremiseVantagePointWorkerStatus[]
OnPremiseVantagePointWorkerStatus. 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 OnPremiseVantagePointWorkerStatus Modifier and Type Method Description CreateWorkerDetails.Builder
CreateWorkerDetails.Builder. status(OnPremiseVantagePointWorkerStatus status)
Enables or disables the On-premise VP worker.UpdateWorkerDetails.Builder
UpdateWorkerDetails.Builder. status(OnPremiseVantagePointWorkerStatus status)
Enables or disables the On-premise VP worker.Worker.Builder
Worker.Builder. status(OnPremiseVantagePointWorkerStatus status)
Enables or disables the On-premise VP worker.WorkerSummary.Builder
WorkerSummary.Builder. status(OnPremiseVantagePointWorkerStatus status)
Enables or disables the On-premise VP worker.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type OnPremiseVantagePointWorkerStatus 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.UpdateWorkerDetails(Object configurationDetails, 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. -
Uses of OnPremiseVantagePointWorkerStatus in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return OnPremiseVantagePointWorkerStatus Modifier and Type Method Description OnPremiseVantagePointWorkerStatus
ListWorkersRequest. getStatus()
A filter to return only On-premise VP workers that match the status given.Methods in com.oracle.bmc.apmsynthetics.requests with parameters of type OnPremiseVantagePointWorkerStatus Modifier and Type Method Description ListWorkersRequest.Builder
ListWorkersRequest.Builder. status(OnPremiseVantagePointWorkerStatus status)
A filter to return only On-premise VP workers that match the status given.
-