Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
static SoftwareSourceSummary.Status |
SoftwareSourceSummary.Status.create(String key) |
SoftwareSourceSummary.Status |
SoftwareSourceSummary.getStatus()
status of the software source.
|
static SoftwareSourceSummary.Status |
SoftwareSourceSummary.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoftwareSourceSummary.Status[] |
SoftwareSourceSummary.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SoftwareSourceSummary.Builder |
SoftwareSourceSummary.Builder.status(SoftwareSourceSummary.Status status)
status of the software source.
|
Constructor and Description |
---|
SoftwareSourceSummary(String id,
String description,
String compartmentId,
String displayName,
String repoType,
SoftwareSourceSummary.Status status,
Integer packages,
LifecycleStates lifecycleState,
String parentId,
String parentName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.