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