Uses of Class
com.oracle.bmc.osmanagement.model.ChecksumTypes
-
Packages that use ChecksumTypes Package Description com.oracle.bmc.osmanagement.model -
-
Uses of ChecksumTypes in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return ChecksumTypes Modifier and Type Method Description static ChecksumTypes
ChecksumTypes. create(String key)
ChecksumTypes
CreateSoftwareSourceDetails. getChecksumType()
The yum repository checksum type used by this software sourceChecksumTypes
SoftwareSource. getChecksumType()
The yum repository checksum type used by this software sourceChecksumTypes
UpdateSoftwareSourceDetails. getChecksumType()
The yum repository checksum type used by this software sourcestatic 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.Methods in com.oracle.bmc.osmanagement.model with parameters of type ChecksumTypes Modifier and Type Method Description CreateSoftwareSourceDetails.Builder
CreateSoftwareSourceDetails.Builder. checksumType(ChecksumTypes checksumType)
The yum repository checksum type used by this software sourceSoftwareSource.Builder
SoftwareSource.Builder. checksumType(ChecksumTypes checksumType)
The yum repository checksum type used by this software sourceUpdateSoftwareSourceDetails.Builder
UpdateSoftwareSourceDetails.Builder. checksumType(ChecksumTypes checksumType)
The yum repository checksum type used by this software sourceConstructors in com.oracle.bmc.osmanagement.model with parameters of type ChecksumTypes Constructor 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.
-