Uses of Class
com.oracle.bmc.osmanagementhub.model.SoftwareSourceSubType
-
Packages that use SoftwareSourceSubType Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of SoftwareSourceSubType in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SoftwareSourceSubType Modifier and Type Method Description static SoftwareSourceSubType
SoftwareSourceSubType. create(String key)
SoftwareSourceSubType
CreateCustomSoftwareSourceDetails. getSoftwareSourceSubType()
The creation type of a software source.SoftwareSourceSubType
CreateVersionedCustomSoftwareSourceDetails. getSoftwareSourceSubType()
The creation type of a software source.SoftwareSourceSubType
CustomSoftwareSource. getSoftwareSourceSubType()
Identifies how the custom software source was created.SoftwareSourceSubType
CustomSoftwareSourceSummary. getSoftwareSourceSubType()
Identifies how the custom software source was created.SoftwareSourceSubType
VersionedCustomSoftwareSource. getSoftwareSourceSubType()
Identifies how the versioned custom software source was created.SoftwareSourceSubType
VersionedCustomSoftwareSourceSummary. getSoftwareSourceSubType()
Identifies how the versioned custom software source was created.static SoftwareSourceSubType
SoftwareSourceSubType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SoftwareSourceSubType[]
SoftwareSourceSubType. 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 SoftwareSourceSubType Modifier and Type Method Description CreateCustomSoftwareSourceDetails.Builder
CreateCustomSoftwareSourceDetails.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)
The creation type of a software source.CreateVersionedCustomSoftwareSourceDetails.Builder
CreateVersionedCustomSoftwareSourceDetails.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)
The creation type of a software source.CustomSoftwareSource.Builder
CustomSoftwareSource.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)
Identifies how the custom software source was created.CustomSoftwareSourceSummary.Builder
CustomSoftwareSourceSummary.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)
Identifies how the custom software source was created.VersionedCustomSoftwareSource.Builder
VersionedCustomSoftwareSource.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)
Identifies how the versioned custom software source was created.VersionedCustomSoftwareSourceSummary.Builder
VersionedCustomSoftwareSourceSummary.Builder. softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)
Identifies how the versioned custom software source was created.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type SoftwareSourceSubType Constructor Description CreateCustomSoftwareSourceDetails(String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Id> vendorSoftwareSources, CustomSoftwareSourceFilter customSoftwareSourceFilter, Boolean isAutomaticallyUpdated, Boolean isAutoResolveDependencies, Boolean isCreatedFromPackageList, Boolean isLatestContentOnly, List<String> packages, SoftwareSourceSubType softwareSourceSubType)
Deprecated.CreateVersionedCustomSoftwareSourceDetails(String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Id> vendorSoftwareSources, CustomSoftwareSourceFilter customSoftwareSourceFilter, String softwareSourceVersion, Boolean isAutoResolveDependencies, Boolean isCreatedFromPackageList, Boolean isLatestContentOnly, List<String> packages, SoftwareSourceSubType softwareSourceSubType)
Deprecated.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.CustomSoftwareSourceSummary(String id, String compartmentId, String displayName, String repoId, String url, Date timeCreated, Date timeUpdated, String description, Availability availability, Availability availabilityAtOci, OsFamily osFamily, ArchType archType, Long packageCount, SoftwareSource.LifecycleState lifecycleState, Double size, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<Id> vendorSoftwareSources, SoftwareSourceSubType softwareSourceSubType)
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.VersionedCustomSoftwareSourceSummary(String id, String compartmentId, String displayName, String repoId, String url, Date timeCreated, Date timeUpdated, String description, Availability availability, Availability availabilityAtOci, OsFamily osFamily, ArchType archType, Long packageCount, SoftwareSource.LifecycleState lifecycleState, Double size, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<Id> vendorSoftwareSources, String softwareSourceVersion, SoftwareSourceSubType softwareSourceSubType)
Deprecated.
-