Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static OnPremiseVantagePointWorkerType |
OnPremiseVantagePointWorkerType.create(String key) |
OnPremiseVantagePointWorkerType |
CreateWorkerDetails.getWorkerType()
Type of the On-premise VP worker.
|
OnPremiseVantagePointWorkerType |
WorkerSummary.getWorkerType()
Type of the On-premise VP worker.
|
OnPremiseVantagePointWorkerType |
Worker.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.
|
Modifier and Type | Method and Description |
---|---|
CreateWorkerDetails.Builder |
CreateWorkerDetails.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.
|
Worker.Builder |
Worker.Builder.workerType(OnPremiseVantagePointWorkerType workerType)
Type of 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.
|
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.
|
Copyright © 2016–2024. All rights reserved.