Uses of Class
com.oracle.bmc.osmanagementhub.model.ChecksumType
-
Packages that use ChecksumType Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of ChecksumType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ChecksumType Modifier and Type Method Description static ChecksumTypeChecksumType. create(String key)ChecksumTypeSoftwareSource. getChecksumType()The yum repository checksum type used by this software source.static ChecksumTypeChecksumType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChecksumType[]ChecksumType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ChecksumType Modifier and Type Method Description CustomSoftwareSource.BuilderCustomSoftwareSource.Builder. checksumType(ChecksumType checksumType)PrivateSoftwareSource.BuilderPrivateSoftwareSource.Builder. checksumType(ChecksumType checksumType)ThirdPartySoftwareSource.BuilderThirdPartySoftwareSource.Builder. checksumType(ChecksumType checksumType)VendorSoftwareSource.BuilderVendorSoftwareSource.Builder. checksumType(ChecksumType checksumType)VersionedCustomSoftwareSource.BuilderVersionedCustomSoftwareSource.Builder. checksumType(ChecksumType checksumType)Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ChecksumType Constructor Description CustomSoftwareSource(String id, String compartmentId, String displayName, Date timeCreated, String description, Availability availability, Availability availabilityAtOci, String repoId, OsFamily osFamily, ArchType archType, SoftwareSource.LifecycleState lifecycleState, Long packageCount, String url, ChecksumType checksumType, String gpgKeyUrl, String gpgKeyId, String gpgKeyFingerprint, Double size, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<Id> vendorSoftwareSources, CustomSoftwareSourceFilter customSoftwareSourceFilter, Boolean isAutomaticallyUpdated, Boolean isAutoResolveDependencies, Boolean isCreatedFromPackageList, Boolean isLatestContentOnly, List<String> packages, SoftwareSourceSubType softwareSourceSubType, Date timeMetadataUpdated)Deprecated.PrivateSoftwareSource(String id, String compartmentId, String displayName, Date timeCreated, String description, Availability availability, Availability availabilityAtOci, String repoId, OsFamily osFamily, ArchType archType, SoftwareSource.LifecycleState lifecycleState, Long packageCount, String url, ChecksumType checksumType, String gpgKeyUrl, String gpgKeyId, String gpgKeyFingerprint, Double size, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isGpgCheckEnabled, Boolean isSslVerifyEnabled, String advancedRepoOptions, Boolean isMirrorSyncAllowed)Deprecated.SoftwareSource(String id, String compartmentId, String displayName, Date timeCreated, String description, Availability availability, Availability availabilityAtOci, String repoId, OsFamily osFamily, ArchType archType, SoftwareSource.LifecycleState lifecycleState, Long packageCount, String url, ChecksumType checksumType, String gpgKeyUrl, String gpgKeyId, String gpgKeyFingerprint, Double size, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ThirdPartySoftwareSource(String id, String compartmentId, String displayName, Date timeCreated, String description, Availability availability, Availability availabilityAtOci, String repoId, OsFamily osFamily, ArchType archType, SoftwareSource.LifecycleState lifecycleState, Long packageCount, String url, ChecksumType checksumType, String gpgKeyUrl, String gpgKeyId, String gpgKeyFingerprint, Double size, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isGpgCheckEnabled, Boolean isSslVerifyEnabled, String advancedRepoOptions, Boolean isMirrorSyncAllowed)Deprecated.VendorSoftwareSource(String id, String compartmentId, String displayName, Date timeCreated, String description, Availability availability, Availability availabilityAtOci, String repoId, OsFamily osFamily, ArchType archType, SoftwareSource.LifecycleState lifecycleState, Long packageCount, String url, ChecksumType checksumType, String gpgKeyUrl, String gpgKeyId, String gpgKeyFingerprint, Double size, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, VendorName vendorName, String originSoftwareSourceId, Boolean isMandatoryForAutonomousLinux)Deprecated.VersionedCustomSoftwareSource(String id, String compartmentId, String displayName, Date timeCreated, String description, Availability availability, Availability availabilityAtOci, String repoId, OsFamily osFamily, ArchType archType, SoftwareSource.LifecycleState lifecycleState, Long packageCount, String url, ChecksumType checksumType, String gpgKeyUrl, String gpgKeyId, String gpgKeyFingerprint, Double size, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<Id> vendorSoftwareSources, CustomSoftwareSourceFilter customSoftwareSourceFilter, String softwareSourceVersion, Boolean isAutoResolveDependencies, Boolean isCreatedFromPackageList, Boolean isLatestContentOnly, List<String> packages, SoftwareSourceSubType softwareSourceSubType, Date timeMetadataUpdated)Deprecated.
-