Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
static ArchTypes |
ArchTypes.create(String key) |
ArchTypes |
CreateSoftwareSourceDetails.getArchType()
The architecture type supported by the Software Source
|
ArchTypes |
SoftwareSource.getArchType()
The architecture type supported by the Software Source
|
static ArchTypes |
ArchTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchTypes[] |
ArchTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateSoftwareSourceDetails.Builder |
CreateSoftwareSourceDetails.Builder.archType(ArchTypes archType) |
SoftwareSource.Builder |
SoftwareSource.Builder.archType(ArchTypes archType) |
Constructor and Description |
---|
CreateSoftwareSourceDetails(String compartmentId,
String displayName,
String description,
ArchTypes archType,
String maintainerName,
String maintainerEmail,
String maintainerPhone,
ChecksumTypes checksumType,
String parentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
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–2021. All rights reserved.