Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
static ChecksumTypes |
ChecksumTypes.create(String key) |
ChecksumTypes |
CreateSoftwareSourceDetails.getChecksumType()
The yum repository checksum type used by this software source
|
ChecksumTypes |
UpdateSoftwareSourceDetails.getChecksumType()
The yum repository checksum type used by this software source
|
ChecksumTypes |
SoftwareSource.getChecksumType()
The yum repository checksum type used by this software source
|
static ChecksumTypes |
ChecksumTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumTypes[] |
ChecksumTypes.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.checksumType(ChecksumTypes checksumType)
The yum repository checksum type used by this software source
|
UpdateSoftwareSourceDetails.Builder |
UpdateSoftwareSourceDetails.Builder.checksumType(ChecksumTypes checksumType)
The yum repository checksum type used by this software source
|
SoftwareSource.Builder |
SoftwareSource.Builder.checksumType(ChecksumTypes checksumType)
The yum repository checksum type used by this software source
|
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.
|
UpdateSoftwareSourceDetails(String displayName,
String description,
String maintainerName,
String maintainerEmail,
String maintainerPhone,
ChecksumTypes checksumType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.