Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveryJobSummary.Status |
DiscoveryJobSummary.Status.create(String key) |
DiscoveryJobSummary.Status |
DiscoveryJobSummary.getStatus()
Specifies the status of the discovery job
|
static DiscoveryJobSummary.Status |
DiscoveryJobSummary.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobSummary.Status[] |
DiscoveryJobSummary.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryJobSummary.Builder |
DiscoveryJobSummary.Builder.status(DiscoveryJobSummary.Status status)
Specifies the status of the discovery job
|
Constructor and Description |
---|
DiscoveryJobSummary(String id,
DiscoveryJobSummary.ResourceType resourceType,
String resourceName,
LicenseType license,
String compartmentId,
DiscoveryJobSummary.DiscoveryType discoveryType,
DiscoveryJobSummary.Status status,
String statusMessage,
String tenantId,
String userId,
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.