Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveryJob.Status |
DiscoveryJob.Status.create(String key) |
DiscoveryJob.Status |
DiscoveryJob.getStatus()
Specifies the status of the discovery job
|
static DiscoveryJob.Status |
DiscoveryJob.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJob.Status[] |
DiscoveryJob.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryJob.Builder |
DiscoveryJob.Builder.status(DiscoveryJob.Status status)
Specifies the status of the discovery job
|
Constructor and Description |
---|
DiscoveryJob(String id,
String compartmentId,
DiscoveryJob.DiscoveryType discoveryType,
DiscoveryJob.Status status,
String statusMessage,
String tenantId,
String userId,
String discoveryClient,
DiscoveryDetails discoveryDetails,
Date timeUpdated,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.