Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model | |
com.oracle.bmc.apmsynthetics.requests |
Modifier and Type | Method and Description |
---|---|
static OnPremiseVantagePointWorkerStatus |
OnPremiseVantagePointWorkerStatus.create(String key) |
OnPremiseVantagePointWorkerStatus |
UpdateWorkerDetails.getStatus()
Enables or disables the On-premise VP worker.
|
OnPremiseVantagePointWorkerStatus |
CreateWorkerDetails.getStatus()
Enables or disables the On-premise VP worker.
|
OnPremiseVantagePointWorkerStatus |
WorkerSummary.getStatus()
Enables or disables the On-premise VP worker.
|
OnPremiseVantagePointWorkerStatus |
Worker.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateWorkerDetails.Builder |
UpdateWorkerDetails.Builder.status(OnPremiseVantagePointWorkerStatus status)
Enables or disables the On-premise VP worker.
|
CreateWorkerDetails.Builder |
CreateWorkerDetails.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.
|
Worker.Builder |
Worker.Builder.status(OnPremiseVantagePointWorkerStatus status)
Enables or disables the On-premise VP worker.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
OnPremiseVantagePointWorkerStatus |
ListWorkersRequest.getStatus()
A filter to return only On-premise VP workers that match the status given.
|
Modifier and Type | Method and Description |
---|---|
ListWorkersRequest.Builder |
ListWorkersRequest.Builder.status(OnPremiseVantagePointWorkerStatus status)
A filter to return only On-premise VP workers that match the status given.
|
Copyright © 2016–2024. All rights reserved.